🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@navikt/ds-css

Package Overview
Dependencies
Maintainers
3
Versions
547
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navikt/ds-css - npm Package Versions

1245
55

7.12.2

Diff
kenajoh
published 7.12.2 •

Changelog

Source

7.12.2

@navikt/ds-react

  • Box: Added export for BoxNew. (8576400)
kenajoh
published 7.12.1 •

Changelog

Source

7.12.1

@navikt/ds-react

  • Theme: Theme-prop is now optional. (f269311)
kenajoh
published 7.12.0 •

Changelog

Source

7.12.0

@navikt/ds-react

  • List: Marked title, headingTag and description properties as deprecated. These will not be supported in future versions and should be migrated from when possible. (#3537)
  • Table: Updated sorting icons for ascending and descending. (#3536)
kenajoh
published 7.11.0 •

Changelog

Source

7.11.0

@navikt/aksel-icons

  • Icons: Added new icons 'SortUp' and 'SortDown' 🎉. (#3528)

@navikt/ds-css

  • ExpansionCard: Removed dynamic padding on button-element. (#3532)

  • Modal: Defaults to margin: auto for tailwind 4 support. (#3532)

kenajoh
published 7.10.0 •

Changelog

Source

7.10.0

@navikt/ds-css

  • Table: New prop contentGutter added to ExpandableRow-component. This allows user more control for content layout inside expandable element. (#3507)
  • Button: Using <Loader /> within icon-prop now supported. (#3515)

  • Combobox: Always render maxSelected message when isMultiSelect is set. (#3506)

@navikt/ds-react

  • Table: New prop contentGutter added to ExpandableRow-component. This allows user more control for content layout inside expandable element. (#3507)
  • Combobox: Always render maxSelected message when isMultiSelect is set. (#3506)
kenajoh
published 7.9.2 •

Changelog

Source

7.9.2

@navikt/ds-css

  • Table: Removed border-bottom for HeaderCell used in ExpandableRow. (#3503)
kenajoh
published 7.9.1 •

Changelog

Source

7.9.1

@navikt/ds-css

  • Link: :bug: Use inside Alert got wrong text-color while focused or active. (#3489)
kenajoh
published 7.9.0 •

Changelog

Source

7.9.0

@navikt/ds-css

  • ErrorSummary: :sparkles: new prop to prefix error with a warning icon. (#3445) All form components: replace dot with warning icon in error message.
  • Switch: Update switch to better reflect unchecked state. (#3468)

  • Select: :bug: Focus-border no longer cancels out error-border. (#3465)

  • Textarea: :bug: Focus-border no longer cancels out error-border. (#3465)

@navikt/ds-react

  • ErrorSummary: :sparkles: new prop to prefix error with a warning icon. (#3445) All form components: replace dot with warning icon in error message.
  • Button: Fix edge-case where setting "loading={true}" in a Modal caused the button to get 0 width and not show spinner (#3252)

  • Switch: Update switch to better reflect unchecked state. (#3468)

  • Textarea: resize immediately upon receiving resize event (eg. inside modal opening). (#3463)

kenajoh
published 7.8.1 •

Changelog

Source

7.8.1

@navikt/ds-css

  • Alert: Link-components used within Alert variant='inline' now preserves default coloring (#3461)

  • Table: :fire: Removed cursor 'pointer' when 'ExpandableRow' is disabled. (#3462)

@navikt/ds-react

  • Combobox: Only open dropdown-list onClick, not onFocus. (#3440)

  • Combobox: Fix issue where you could select more options than defined in maxSelected (#3434)

  • Timeline: In cases where earliest found date were after current date, timeline-start ended up defaulting to current date. (#3458)

kenajoh
published 7.8.0 •

Changelog

Source

7.8.0

@navikt/aksel-stylelint

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)

@navikt/ds-css

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)
  • CSS: Resolved regression where the complete stylesheet was included in scoped 'components.css' file. (#3427)

@navikt/ds-react

  • Chips.Removable: Removed prop removeLabel (#3429)

  • i18n: :sparkles: Implemented i18n support for all components. Components come with support for nb, nn and en locales (Docs) (#3429)

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)

  • Combobox: Changed prop maxSelected to number (#3433)

  • DatePicker/MonthPicker: Added new translations prop and deprecated locale prop (#3429)

  • Timeline: Deprecated prop axisLabelTemplates. Use Provider if you still need to change the date formats. (#3429)

  • Search: Deprecated prop clearButtonLabel. Use Provider if you still need to change the label. (#3429)

  • Textarea: Deprecated prop i18n. Use Provider if you still need to change these texts. (#3429)