@digdir/designsystemet@1.15.0
Patch Changes
-
Update npm non-major dependencies (#4889)
-
Add deprecation warning for cli options
--main-colors,--support-colors,--neutral-color,--font-family,--border-radiusand--theme. Use JSON config file instead. (#4912) -
Update npm non-major dependencies (#4910)
-
Updated dependencies []:
- @digdir/designsystemet-types@1.15.0
@digdir/designsystemet-css@1.15.0
Patch Changes
-
Update npm non-major dependencies (#4889)
-
Dropdown: Removed hardcoded
font-weighton some heading elements. (#4903) -
Added new export for testing experimental changes. Use this by appending
/experimental_v2to your package import:@digdir/designsystemet-css/experimental_v2. (#4903) -
Suggestion: Added
--dsc-suggestion-option-checkmark-border-color. (#4903) -
Field: Added
--dsc-field-description-color,--dsc-field-affix-background, and--dsc-field-affix-color. (#4903) -
Fieldset: Added
--dsc-fieldset-description-color. (#4903) -
Card: when using a link in a Card, ensure plain
<a>tags withoutclass="ds-link"also get the correct focus styling. (#4896) -
Update npm non-major dependencies (#4910)
-
Updated dependencies []:
- @digdir/designsystemet-types@1.15.0
@digdir/designsystemet-react@1.15.0
Minor Changes
- SuggestionInput: Remove unsupported props
roleanddata-indeterminatethat would breakSuggestion(#4883)
Patch Changes
-
Update npm non-major dependencies (#4889)
-
Tooltip: deprecate
typeprop, as it no longer does anything (#4898) -
Tooltip: the React component will no longer override existing accessible text. It now correctly sets
aria-descriptionin that case. If there is no accessible text,aria-labelwill be used as before. (#4898) -
useCheckboxGroup and useRadioGroup: these hooks now also accept the prop
variant, which sets the variant for all the checkboxes or radios in the group. (#4864) -
Dialog: Fix dialog with nested dialog getting a close event when the nested one was closed (#4899)
-
Popover: now correctly calculates width of source element also in Firefox (#4921)
-
Popover: No longer closes with "Escape" key if a Dialog element is open above the popover (#4788)
-
Heading: fix wrong default in
HeadingPropsfordata-size(#4926) -
Update npm non-major dependencies (#4910)
-
Updated dependencies [
f54563f,dc93a59,14975a1,dc93a59]:- @digdir/designsystemet-web@1.15.0
- @digdir/designsystemet-types@1.15.0
@digdir/designsystemet-types@1.15.0
@digdir/designsystemet-web@1.15.0
Patch Changes
-
Update npm non-major dependencies (#4889)
-
Error summary: Now only sets
aria-labelledbybased on heading element ifaria-labeloraria-labelledbyis not already set, and logs a warning if neither of these are set and no heading element is present. (#4895) -
Popover: now correctly calculates width of source element also in Firefox (#4921)
-
Error summary: Set
role="group"since the implicit role "generic" does not allowaria-labelledby, which is used in the component (#4895)