| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-21 | 1.1 kB | |
| v7.5.0 source code.tar.gz | 2026-02-21 | 537.0 kB | |
| v7.5.0 source code.zip | 2026-02-21 | 690.5 kB | |
| Totals: 3 Items | 1.2 MB | 1 | |
Added
contentPaddingandactionsPaddingforNyBaseModal.show()andNyModalLayout- New optional padding parameters that allow fine-grained control over the modal's content area and actions section spacing
Fixed
FieldStyleTextField.password()suffixIcon always rendered - The password field style factory now conditionally sets the visibility toggle icon based onpasswordViewable, returningnullwhen disabled instead of always rendering a non-functionalIconButtonInputFieldsuffixIcon overriding password toggle - CustomsuffixIconis now only applied whenpasswordViewableis not true, preventing it from replacing the password visibility toggle button
Changed
- Removed hardcoded English default titles from toast notification methods (
showToastSorry,showToastWarning,showToastInfo,showToastDanger,showToastOops,showToastSuccess,showToastCustom). Thetitleparameter now passes through as-is, allowing the toast notification registry to handle default titles consistently with the i18n approach