Skip to content

fix(deps): update digdir design system to v1.12.1#4014

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/digdir-design-system
Open

fix(deps): update digdir design system to v1.12.1#4014
renovate[bot] wants to merge 2 commits intomainfrom
renovate/digdir-design-system

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2026

This PR contains the following updates:

Package Change Age Confidence
@digdir/designsystemet-css (source) 1.11.11.12.1 age confidence
@digdir/designsystemet-react (source) 1.11.11.12.1 age confidence

Release Notes

digdir/designsystemet (@​digdir/designsystemet-css)

v1.12.1

Compare Source

@​digdir/designsystemet@​1.12.1
Patch Changes
@​digdir/designsystemet-css@​1.12.1
Patch Changes
@​digdir/designsystemet-react@​1.12.1
Patch Changes
@​digdir/designsystemet-types@​1.12.1
@​digdir/designsystemet-web@​1.12.1
Patch Changes
  • tooltip: prevent errors when pressing esc before tooltip is mounted (#​4535)

  • field: update counter when data-limit attribute changes (#​4535)

v1.12.0

Compare Source

@​digdir/designsystemet@​1.12.0
Patch Changes
@​digdir/designsystemet-css@​1.12.0
Minor Changes
  • input: add support for [aria-readonly='true'] (#​4409)

  • field: add new css variables: (#​4409)
    --dsc-field-counter-over: '%d tegn for mye';
    --dsc-field-counter-under: '%d tegn igjen';

  • Support for new package with custom elements and observers for Designsystemet. (#​4409)

  • popover: add --dsc-popover-placement with default value top (#​4409)

  • fieldset: add --dsc-fieldset-gap with default value var(--ds-size-4) (#​4409)

  • tooltip: add --dsc-tooltip-placement with default value top (#​4409)

  • dropdown: add --dsc-dropdown-placement with default value bottom (#​4409)

  • pagination: (#​4409)

    • add --dsc-pagination-ellipsis with default value '\2026'
    • set --dsc-pagination-label: 'Bla i sider'; if language is 'nn', 'nb' or 'no'
Patch Changes
  • suggestion: various changes to chip styling. You no longer need to pass a class to <data> (#​4409)

  • link: don't set :visited color and set default border-radius to 0 (#​4409)

  • dialog: style .ds-dialog button[command='close']:empty::before with X-icon (#​4409)

  • toggle-group: remove --dsc-togglegroup-text-color, as this was not used (#​4409)

  • update npm non-major dependencies (#​4517)

  • Card: fix issues with deeply nested heading links. Now uses web observer data-clickdelegatefor internally. (#​4409)

  • toggle-group: add styling for new DOM structure introduced in @digdir/designsystemet-web (#​4409)

  • field: add styling for <ds-field> counter. (#​4409)

  • tabs: add support for <ds-tabs> (#​4409)

  • breadcrumbs: don't remove underline on a[aria-current='page'], but on li:last-child a (#​4409)

  • added class ds-floating, which is used on floating elements internally (#​4409)

  • Updated dependencies []:

@​digdir/designsystemet-react@​1.12.0
Minor Changes
  • Input Support for new attribute data-indeterminate to toggle indeterminate state when type="checkbox" inside Field/ds-field. (#​4409)

  • Support for new package with custom elements and observers for Designsystemet. (#​4409)

  • ToggleGroup: Updated DOM structure and now uses new web observer data-toggle-group. (#​4409)

  • Add suppressHydrationWarning to various components. This is to support @digdir/designsystemet-web being used internally. (#​4409)

  • Field.Counter: Deprecate hint (#​4409)

  • Field: Deprecated asChild as this component now uses <ds-field> internally. (#​4409)

  • ErrorSummary: Deprecate asChild as this component now uses <ds-error-summary> internally. (#​4409)

  • Select: Deprecate readOnly. Use aria-readonly instead. (#​4409)

  • RovingFocus: Deprecate component. This will be removed in the next major version (#​4409)

  • Tooltip: Deprecate open. This should not be used on Tooltip. Use a Popover instead. (#​4409)

  • Dialog: Deprecate data-command="close". Use command="close" and commandfor="DIALOG-ID" instead. (#​4409)

Patch Changes
  • Breadcrumbs: Now uses <ds-breadcrumbs> internally. (#​4409)

  • Card: Fix deeply nested anchors in headings causing navigation (#​4409)

  • update npm non-major dependencies (#​4517)

  • Card: fix issues with deeply nested heading links. Now uses web observer data-clickdelegatefor internally. (#​4409)

  • Pagination: Now uses <ds-pagination> internally. (#​4409)

  • update npm non-major dependencies (#​4497)

  • Tabs: Now uses <ds-tabs> and related web components internally (#​4409)

  • Tooltip: Now uses data-tooltip from @digdir/designsystemet-web internally (#​4409)

  • Details: Use <details> and <summary> internally. (#​4409)

  • Updated dependencies [6bde739, 34c1ca7]:

@​digdir/designsystemet-types@​1.12.0
@​digdir/designsystemet-web@​1.12.0
Minor Changes
  • New package with custom elements and observers for Designsystemet. (#​4409)

    Custom elements
    ds-breadcrumbs
    ds-error-summary
    ds-field
    ds-pagination
    ds-suggestion
    ds-tabs
    ds-tablist
    ds-tab
    ds-tabpanel
    Observer
    data-clickdelegatefor Used for delegating click event
    data-toggle-group Used for adding arrow navigation plus Enter-key support
    data-tooltip Used for adding tooltip text on element
    readonly Used for fixing readonly support on select and input elements
    popover Event listnener on popovertarget for placement of ds-floating elements.
    Polyfill
    details & summary Bugfix for Firefox.
    dialog Support for closedby="any".
    command & commandfor Support for invokers.
Patch Changes
  • update npm non-major dependencies (#​4517)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 07:59 AM, Monday through Friday ( * 0-7 * * 1-5 ) in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added backport-ignore This PR is a new feature and should not be cherry-picked onto release branches kind/dependencies Pull requests that update a dependency file labels Feb 25, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 27, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-ignore This PR is a new feature and should not be cherry-picked onto release branches kind/dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants