v1.6.1
@digdir/designsystemet@1.6.1
Patch Changes
@digdir/designsystemet-css@1.6.1
Patch Changes
-
pagination: If direct child of
lihasaria-hidden="true"it setsvisibility: hidden;(#4123) -
input: Add outline on
:hoverwhen not:focus-visible,:disabledor[readonly]. This adds a few new CSS variables: (#4125)--dsc-input-outline-color--hover--dsc-input-outline-color--toggle--hover--dsc-input-outline-width--hover--dsc-input-outline-style--hover
-
Chip, Tag: Ensure font size scales correctly with the current size mode by using the token
--ds-body-sm-font-size. Note: there might be a small visual change forChipused without explicitdata-size, since it used to havefont-size: 90%. (#4098)
@digdir/designsystemet-react@1.6.1
Patch Changes
-
Button: For
icon-buttons, dont render children if loading is true (#4023) -
Update npm non-major dependencies (#4129)
-
Suggestion: Updated u-combobox to 1.0.2 to fix a bug where input would not clear in conrolled mode (#4119)
-
Update npm non-major dependencies (#4110)
-
usePagination: Hide prev/next buttons with
aria-hidden="true"andvisibility: hidden;instead of disabling (#4123) -
Textfield: Move counter error message before error (#4104)