From fe15b4d2756bcb9fda7af58590221458781f5767 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:57:37 +0100 Subject: [PATCH] Version Packages (#2414) Co-authored-by: github-actions[bot] --- .changeset/early-colts-sneeze.md | 5 - .changeset/pink-suits-destroy.md | 5 - .changeset/slimy-cameras-reflect.md | 5 - .changeset/wise-weeks-shop.md | 6 - @navikt/aksel-icons/CHANGELOG.md | 2 + @navikt/aksel-icons/package.json | 2 +- @navikt/aksel-stylelint/CHANGELOG.md | 2 + @navikt/aksel-stylelint/package.json | 6 +- @navikt/aksel/CHANGELOG.md | 7 + @navikt/aksel/package.json | 4 +- @navikt/core/css/CHANGELOG.md | 6 + @navikt/core/css/package.json | 4 +- @navikt/core/react/CHANGELOG.md | 18 +++ @navikt/core/react/package.json | 6 +- @navikt/core/tailwind/CHANGELOG.md | 2 + @navikt/core/tailwind/package.json | 4 +- @navikt/core/tokens/CHANGELOG.md | 2 + @navikt/core/tokens/package.json | 2 +- CHANGELOG.md | 190 +++++++++++++++------------ aksel.nav.no/package.json | 10 +- 20 files changed, 161 insertions(+), 127 deletions(-) delete mode 100644 .changeset/early-colts-sneeze.md delete mode 100644 .changeset/pink-suits-destroy.md delete mode 100644 .changeset/slimy-cameras-reflect.md delete mode 100644 .changeset/wise-weeks-shop.md diff --git a/.changeset/early-colts-sneeze.md b/.changeset/early-colts-sneeze.md deleted file mode 100644 index 6049aa3d08..0000000000 --- a/.changeset/early-colts-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Autocomplete in combobox will not change formatting of the letters while being typed, but will use the casing of the autocompleted word when selecting the option. diff --git a/.changeset/pink-suits-destroy.md b/.changeset/pink-suits-destroy.md deleted file mode 100644 index de16f18c27..0000000000 --- a/.changeset/pink-suits-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -Accordion: Fikset dom-validering ved bruk av `div` i `button`. diff --git a/.changeset/slimy-cameras-reflect.md b/.changeset/slimy-cameras-reflect.md deleted file mode 100644 index a99b48f3e8..0000000000 --- a/.changeset/slimy-cameras-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": minor ---- - -:sparkles: Modal: Støtte for å lukke ved klikk utenfor diff --git a/.changeset/wise-weeks-shop.md b/.changeset/wise-weeks-shop.md deleted file mode 100644 index c596f14b00..0000000000 --- a/.changeset/wise-weeks-shop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@navikt/ds-react": patch -"@navikt/ds-css": patch ---- - -:bug: Modal: Bedre støtte for Tooltip i Modal diff --git a/@navikt/aksel-icons/CHANGELOG.md b/@navikt/aksel-icons/CHANGELOG.md index 7e24a164da..e1a4c2ae23 100644 --- a/@navikt/aksel-icons/CHANGELOG.md +++ b/@navikt/aksel-icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-icons +## 5.8.0 + ## 5.7.6 ## 5.7.5 diff --git a/@navikt/aksel-icons/package.json b/@navikt/aksel-icons/package.json index 2b3908505a..ed339ff2dd 100644 --- a/@navikt/aksel-icons/package.json +++ b/@navikt/aksel-icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-icons", - "version": "5.7.6", + "version": "5.8.0", "author": "Aksel | NAV", "homepage": "https://aksel.nav.no/ikoner", "repository": { diff --git a/@navikt/aksel-stylelint/CHANGELOG.md b/@navikt/aksel-stylelint/CHANGELOG.md index 10bd045033..562f0c34da 100644 --- a/@navikt/aksel-stylelint/CHANGELOG.md +++ b/@navikt/aksel-stylelint/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-stylelint +## 5.8.0 + ## 5.7.6 ## 5.7.5 diff --git a/@navikt/aksel-stylelint/package.json b/@navikt/aksel-stylelint/package.json index 199e39118f..a7fb484f80 100644 --- a/@navikt/aksel-stylelint/package.json +++ b/@navikt/aksel-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-stylelint", - "version": "5.7.6", + "version": "5.8.0", "author": "Aksel | NAV", "homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint", "repository": { @@ -35,8 +35,8 @@ "dev": "yarn watch:lint" }, "devDependencies": { - "@navikt/ds-css": "^5.7.6", - "@navikt/ds-tokens": "^5.7.6", + "@navikt/ds-css": "^5.8.0", + "@navikt/ds-tokens": "^5.8.0", "@types/jest": "^29.0.0", "concurrently": "7.2.1", "copyfiles": "2.4.1", diff --git a/@navikt/aksel/CHANGELOG.md b/@navikt/aksel/CHANGELOG.md index 2681f52745..2c40f0983f 100644 --- a/@navikt/aksel/CHANGELOG.md +++ b/@navikt/aksel/CHANGELOG.md @@ -1,5 +1,12 @@ # @navikt/aksel +## 5.8.0 + +### Patch Changes + +- Updated dependencies [[`0c7fc0493`](https://github.com/navikt/aksel/commit/0c7fc04935b96946b8ed1178c700077b6a1fcefd)]: + - @navikt/ds-css@5.8.0 + ## 5.7.6 ### Patch Changes diff --git a/@navikt/aksel/package.json b/@navikt/aksel/package.json index e910c95309..bad8b1619b 100644 --- a/@navikt/aksel/package.json +++ b/@navikt/aksel/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel", - "version": "5.7.6", + "version": "5.8.0", "description": "Aksel command line interface. Handles css-imports, codemods and more", "author": "Aksel | NAV designsystem team", "license": "MIT", @@ -29,7 +29,7 @@ }, "homepage": "https://aksel.nav.no/grunnleggende/kode/kommandolinje", "dependencies": { - "@navikt/ds-css": "5.7.6", + "@navikt/ds-css": "5.8.0", "axios": "1.3.6", "chalk": "4.1.0", "clipboardy": "^2.3.0", diff --git a/@navikt/core/css/CHANGELOG.md b/@navikt/core/css/CHANGELOG.md index fc562d8a5a..cd4d0d9351 100644 --- a/@navikt/core/css/CHANGELOG.md +++ b/@navikt/core/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/ds-css +## 5.8.0 + +### Patch Changes + +- :bug: Modal: Bedre støtte for Tooltip i Modal ([#2429](https://github.com/navikt/aksel/pull/2429)) + ## 5.7.6 ### Patch Changes diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index c757cf12e1..afbcdae0e2 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "5.7.6", + "version": "5.8.0", "description": "CSS for NAV Designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ @@ -27,7 +27,7 @@ "css:get-version": "node config/get-version.js" }, "devDependencies": { - "@navikt/ds-tokens": "^5.7.6", + "@navikt/ds-tokens": "^5.8.0", "cssnano": "6.0.0", "fast-glob": "3.2.11", "lodash": "4.17.21", diff --git a/@navikt/core/react/CHANGELOG.md b/@navikt/core/react/CHANGELOG.md index c7168337c0..e8c9be8ccf 100644 --- a/@navikt/core/react/CHANGELOG.md +++ b/@navikt/core/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @navikt/ds-react +## 5.8.0 + +### Minor Changes + +- :sparkles: Modal: Støtte for å lukke ved klikk utenfor ([#2386](https://github.com/navikt/aksel/pull/2386)) + +### Patch Changes + +- Autocomplete in combobox will not change formatting of the letters while being typed, but will use the casing of the autocompleted word when selecting the option. ([#2207](https://github.com/navikt/aksel/pull/2207)) + +- Accordion: Fikset dom-validering ved bruk av `div` i `button`. ([#2426](https://github.com/navikt/aksel/pull/2426)) + +- :bug: Modal: Bedre støtte for Tooltip i Modal ([#2429](https://github.com/navikt/aksel/pull/2429)) + +- Updated dependencies []: + - @navikt/ds-tokens@5.8.0 + - @navikt/aksel-icons@5.8.0 + ## 5.7.6 ### Patch Changes diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index 9e9ca1d826..69582cba6a 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "5.7.6", + "version": "5.8.0", "description": "Aksel react-components for NAV designsystem", "author": "Aksel | NAV designsystem team", "license": "MIT", @@ -38,8 +38,8 @@ }, "dependencies": { "@floating-ui/react": "0.25.4", - "@navikt/aksel-icons": "^5.7.6", - "@navikt/ds-tokens": "^5.7.6", + "@navikt/aksel-icons": "^5.8.0", + "@navikt/ds-tokens": "^5.8.0", "@radix-ui/react-tabs": "1.0.0", "@radix-ui/react-toggle-group": "1.0.0", "clsx": "^1.2.1", diff --git a/@navikt/core/tailwind/CHANGELOG.md b/@navikt/core/tailwind/CHANGELOG.md index 14fd6bee5c..cfea5f57bb 100644 --- a/@navikt/core/tailwind/CHANGELOG.md +++ b/@navikt/core/tailwind/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tailwind +## 5.8.0 + ## 5.7.6 ## 5.7.5 diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index e4ace03bac..4486a74bc7 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "5.7.6", + "version": "5.8.0", "description": "Tailwind config based on @navikt/ds-tokens", "author": "Aksel | NAV designsystem team", "keywords": [ @@ -22,7 +22,7 @@ "directory": "@navikt/core/tailwind" }, "devDependencies": { - "@navikt/ds-tokens": "^5.7.6", + "@navikt/ds-tokens": "^5.8.0", "@types/jest": "^29.0.0", "color": "4.2.3", "jest": "^29.0.0", diff --git a/@navikt/core/tokens/CHANGELOG.md b/@navikt/core/tokens/CHANGELOG.md index e04f65d457..da0f06b67e 100644 --- a/@navikt/core/tokens/CHANGELOG.md +++ b/@navikt/core/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tokens +## 5.8.0 + ## 5.7.6 ## 5.7.5 diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index b2fabc6251..8d59f87e9d 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "5.7.6", + "version": "5.8.0", "description": "Design-tokens for NAV designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e437c0cf..a7608f053a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 5.8.0 + +### @navikt/ds-css + +- :bug: Modal: Bedre støtte for Tooltip i Modal ([#2429](https://github.com/navikt/aksel/pull/2429)) + +### @navikt/ds-react + +- :sparkles: Modal: Støtte for å lukke ved klikk utenfor ([#2386](https://github.com/navikt/aksel/pull/2386)) + +* Autocomplete in combobox will not change formatting of the letters while being typed, but will use the casing of the autocompleted word when selecting the option. ([#2207](https://github.com/navikt/aksel/pull/2207)) + +* Accordion: Fikset dom-validering ved bruk av `div` i `button`. ([#2426](https://github.com/navikt/aksel/pull/2426)) + +* :bug: Modal: Bedre støtte for Tooltip i Modal ([#2429](https://github.com/navikt/aksel/pull/2429)) + ## 5.7.6 ### @navikt/ds-css @@ -28,6 +44,10 @@ ## 5.7.3 +### @navikt/ds-tokens + +- Ny spacing token på 0.375rem ([#2370](https://github.com/navikt/aksel/pull/2370)) + ### @navikt/ds-css - Ny spacing token på 0.375rem ([#2370](https://github.com/navikt/aksel/pull/2370)) @@ -42,10 +62,6 @@ - HelpText: Knapp er visuelt mindre. Klikkflate er fortsatt 24px ([#2376](https://github.com/navikt/aksel/pull/2376)) -### @navikt/ds-tokens - -- Ny spacing token på 0.375rem ([#2370](https://github.com/navikt/aksel/pull/2370)) - ## 5.7.2 ### @navikt/ds-react @@ -64,10 +80,6 @@ ## 5.7.0 -### @navikt/aksel-icons - -- Ikoner: Nye ikoner `ChevronLeftFirstCircle` og `ChevronRightLastCircle` ([#2365](https://github.com/navikt/aksel/pull/2365)) - ### @navikt/ds-css - :lipstick: CopyButton: Justert padding, gap og animasjon ([#2355](https://github.com/navikt/aksel/pull/2355)) @@ -78,6 +90,10 @@ - :lipstick: CopyButton: Justert padding, gap og animasjon ([#2355](https://github.com/navikt/aksel/pull/2355)) +### @navikt/aksel-icons + +- Ikoner: Nye ikoner `ChevronLeftFirstCircle` og `ChevronRightLastCircle` ([#2365](https://github.com/navikt/aksel/pull/2365)) + ## 5.6.5 ### @navikt/ds-react @@ -110,14 +126,6 @@ ## 5.6.0 -### @navikt/aksel-icons - -- Ikoner: SVG export setter nå `height="1em"`, `width="1em"` og `fill="currentColor"`. ([#2300](https://github.com/navikt/aksel/pull/2300)) - -- Ikoner: Nye ikoner `book` og `books` ([#2313](https://github.com/navikt/aksel/pull/2313)) - -* Ikoner: Nye ikoner `ClipboardCheckmark` og `ClipboardLink` ([#2307](https://github.com/navikt/aksel/pull/2307)) - ### @navikt/ds-css - Primitives: ny komponent Bleed ([#2278](https://github.com/navikt/aksel/pull/2278)) @@ -156,8 +164,20 @@ * Remove tabIndex="-1" on Popover to fix VoiceOver navigation issue inside Popover ([#2303](https://github.com/navikt/aksel/pull/2303)) +### @navikt/aksel-icons + +- Ikoner: SVG export setter nå `height="1em"`, `width="1em"` og `fill="currentColor"`. ([#2300](https://github.com/navikt/aksel/pull/2300)) + +- Ikoner: Nye ikoner `book` og `books` ([#2313](https://github.com/navikt/aksel/pull/2313)) + +* Ikoner: Nye ikoner `ClipboardCheckmark` og `ClipboardLink` ([#2307](https://github.com/navikt/aksel/pull/2307)) + ## 5.5.0 +### @navikt/ds-tokens + +- Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) + ### @navikt/ds-css - Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) @@ -170,10 +190,6 @@ * Skeleton: Width fungerer nå med inline-variant av Skeleton ([#2273](https://github.com/navikt/aksel/pull/2273)) -### @navikt/ds-tokens - -- Box: Ny primitive, erstatter dagens `Panel` ([#2195](https://github.com/navikt/aksel/pull/2195)) - ## 5.4.1 ### @navikt/ds-react @@ -182,6 +198,10 @@ ## 5.4.0 +### @navikt/ds-tokens + +- Tokens: `data-theme="light"` vil nå tilbakestille theming ([#2238](https://github.com/navikt/aksel/pull/2238)) + ### @navikt/ds-css - Primitives: Nye komponenter `Show` og `Hide` er lagt til. ([#2222](https://github.com/navikt/aksel/pull/2222)) @@ -194,10 +214,6 @@ * Search: Kjører nå bare preventDefault ved Escape når `input` inneholder tekst ([#2245](https://github.com/navikt/aksel/pull/2245)) -### @navikt/ds-tokens - -- Tokens: `data-theme="light"` vil nå tilbakestille theming ([#2238](https://github.com/navikt/aksel/pull/2238)) - ## 5.3.5 ### @navikt/ds-react @@ -206,14 +222,14 @@ ## 5.3.4 -### @navikt/aksel-icons - -- :bug: SVG import map er nå riktig path ([#2250](https://github.com/navikt/aksel/pull/2250)) - ### @navikt/ds-css - Alert: 12px -> 8px gap mellom tekst og ikon ved `size="small"` ([#2240](https://github.com/navikt/aksel/pull/2240)) +### @navikt/aksel-icons + +- :bug: SVG import map er nå riktig path ([#2250](https://github.com/navikt/aksel/pull/2250)) + ## 5.3.3 ### @navikt/ds-css @@ -274,10 +290,6 @@ ## 5.2.0 -### @navikt/aksel-icons - -- Ikoner: Oppdatert ikonpakke ([#2197](https://github.com/navikt/aksel/pull/2197)) - ### @navikt/ds-css - CSS: Popover har nå 8px border-radius. Fikset padding-bug i Select-small. ([#2219](https://github.com/navikt/aksel/pull/2219)) @@ -292,6 +304,10 @@ - Hovering over combobox dropdown will move selection/focus in the list, so we don't end up with a split focus, and reversely when moving focus while hovering ([#2193](https://github.com/navikt/aksel/pull/2193)) +### @navikt/aksel-icons + +- Ikoner: Oppdatert ikonpakke ([#2197](https://github.com/navikt/aksel/pull/2197)) + ## 5.1.0 ### @navikt/ds-css @@ -310,21 +326,21 @@ ## 5.0.3 -### @navikt/ds-css +### @navikt/ds-tokens - ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) -- Checkbox: Fikset checkbox-alignment ved bruk av tailwindcss ([#2199](https://github.com/navikt/aksel/pull/2199)) +- Tokens: `--a-icon-alt-3` er nå i synk med figma ([#2199](https://github.com/navikt/aksel/pull/2199)) -### @navikt/ds-react +### @navikt/ds-css - ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) -### @navikt/ds-tokens +- Checkbox: Fikset checkbox-alignment ved bruk av tailwindcss ([#2199](https://github.com/navikt/aksel/pull/2199)) -- ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) +### @navikt/ds-react -- Tokens: `--a-icon-alt-3` er nå i synk med figma ([#2199](https://github.com/navikt/aksel/pull/2199)) +- ConfirmationPanel: Fikset opplesing av feilmelding ([#2199](https://github.com/navikt/aksel/pull/2199)) ## 5.0.2 @@ -340,6 +356,12 @@ ## 5.0.0 +### @navikt/ds-tokens + +- Gray: Gråfarger er nå mindre varme ([#2092](https://github.com/navikt/aksel/pull/2092)) + +- Action: Selected-varianter av action er nå 'blue' ('deepblue' før) ([#2092](https://github.com/navikt/aksel/pull/2092)) + ### @navikt/ds-css - Oppdatert Modal - Se [Migrering](https://aksel.nav.no/grunnleggende/kode/migrering) ([#2135](https://github.com/navikt/aksel/pull/2135)) @@ -363,12 +385,6 @@ * Table: Har lagt til ny size: 'large'. ([#2178](https://github.com/navikt/aksel/pull/2178)) -### @navikt/ds-tokens - -- Gray: Gråfarger er nå mindre varme ([#2092](https://github.com/navikt/aksel/pull/2092)) - -- Action: Selected-varianter av action er nå 'blue' ('deepblue' før) ([#2092](https://github.com/navikt/aksel/pull/2092)) - ## 4.12.1 ### @navikt/ds-css @@ -579,24 +595,24 @@ ## 4.4.0 -### @navikt/ds-css - -- Shadow-tokens er oppdatert: Datepicker har nå ikke border, Modal bruker shadow-xlarge, LinkCard bruker shadow-xsmall ([PR](https://github.com/navikt/aksel/pull/2041)) - -### @navikt/ds-react - -- Fikset klassenavn brukt for popover i Datepicker og Monthpicker ([PR](https://github.com/navikt/aksel/pull/2041)) - ### @navikt/ds-tokens - Shadow-tokens er oppdatert til mer tydeligere varianter ([PR](https://github.com/navikt/aksel/pull/2041)) +### @navikt/ds-css + +- Shadow-tokens er oppdatert: Datepicker har nå ikke border, Modal bruker shadow-xlarge, LinkCard bruker shadow-xsmall ([PR](https://github.com/navikt/aksel/pull/2041)) + ### @navikt/ds-tailwind - Shadow-tokens er oppdatert ([PR](https://github.com/navikt/aksel/pull/2041)) - Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) +### @navikt/ds-react + +- Fikset klassenavn brukt for popover i Datepicker og Monthpicker ([PR](https://github.com/navikt/aksel/pull/2041)) + ## 4.3.0 ### @navikt/ds-css @@ -635,16 +651,16 @@ ## 4.1.5 -### @navikt/aksel-icons - -- Nye ikoner `ChevronRightLast` og `ChevronLeftLast` ([PR](https://github.com/navikt/aksel/pull/2054)) - ### @navikt/ds-react - `OverridableComponent` fungerer nå med komponenter som allerede bruker 'as'-prop. ([PR](https://github.com/navikt/aksel/pull/2051)) - Popover: `bubbleEscape`-prop tilbyr muligheten for escape-events til å sendes opp gjennom dom-treet. ([PR](https://github.com/navikt/aksel/pull/2052)) +### @navikt/aksel-icons + +- Nye ikoner `ChevronRightLast` og `ChevronLeftLast` ([PR](https://github.com/navikt/aksel/pull/2054)) + ## 4.1.4 ### @navikt/ds-css @@ -671,12 +687,22 @@ ## 4.1.0 +### @navikt/ds-tokens + +- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) + +- Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) + ### @navikt/ds-css - Chips: `neutral` og `action`-varianter av Chips.Toggle. Opt-out mulighet for Checkmark. Oppdatert checkmark-ikon ([PR](https://github.com/navikt/aksel/pull/2035)) - Alle description-felter på fieldsets har nå `text-subtle` som farge. ([PR](https://github.com/navikt/aksel/pull/2036)) +### @navikt/ds-tailwind + +- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) + ### @navikt/ds-react - Chips: `neutral` og `action`-varianter for Chips.Toggle. `checkmark`-prop for Chips.Toggle ([PR](https://github.com/navikt/aksel/pull/2035)) @@ -687,16 +713,6 @@ * Accordion: La til `indent`-prop ([PR](https://github.com/navikt/aksel/pull/2027)) -### @navikt/ds-tokens - -- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) - -- Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) - -### @navikt/ds-tailwind - -- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) - ### @navikt/aksel-stylelint - Deprecated klassenavn `navds-chips--icon-left` ([PR](https://github.com/navikt/aksel/pull/2035)) @@ -771,10 +787,6 @@ ## 3.2.3 -### @navikt/aksel-icons - -- Nye ikoner `FileParagraph` og `FilePlus` ([PR](https://github.com/navikt/aksel/pull/1998)) - ### @navikt/ds-css - Datepicker: Fikset small-variant av datepicker-input. ([PR](https://github.com/navikt/aksel/pull/1993)) @@ -787,6 +799,10 @@ - CopyButton: `xsmall`-variant for bruk i tabeller ([PR](https://github.com/navikt/aksel/pull/1994)) +### @navikt/aksel-icons + +- Nye ikoner `FileParagraph` og `FilePlus` ([PR](https://github.com/navikt/aksel/pull/1998)) + ## 3.2.2 ### @navikt/ds-react @@ -1089,6 +1105,12 @@ ## 2.2.0 +### @navikt/ds-tokens + +- Justeringer av semantiske fargetokens, statusfarger nå mer tydelig ([PR](https://github.com/navikt/aksel/pull/1787)) + +- Oppdatert neutral-tokens ([PR](https://github.com/navikt/aksel/pull/1789)) + ### @navikt/ds-css - ToggleGroup: `Neutral`-variant. ([PR](https://github.com/navikt/aksel/pull/1789)) @@ -1101,12 +1123,6 @@ - Button: `neutral`-variant ([PR](https://github.com/navikt/aksel/pull/1789)) -### @navikt/ds-tokens - -- Justeringer av semantiske fargetokens, statusfarger nå mer tydelig ([PR](https://github.com/navikt/aksel/pull/1787)) - -- Oppdatert neutral-tokens ([PR](https://github.com/navikt/aksel/pull/1789)) - ## 2.1.7 ### @navikt/ds-react @@ -1151,14 +1167,14 @@ ## 2.1.0 -### @navikt/ds-react - -- Datepicker/Monthpicker: år med 2 siffer i input fungerer nå - ### @navikt/ds-tokens - Fikset feil danger-hover token ([PR](https://github.com/navikt/aksel/pull/1665)) +### @navikt/ds-react + +- Datepicker/Monthpicker: år med 2 siffer i input fungerer nå + ## 2.0.18 ### @navikt/ds-react @@ -1221,23 +1237,23 @@ ## 2.0.0 +### @navikt/ds-tokens + +- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) + ### @navikt/ds-css - Fontlasting: Fonter lastes nå fra NAV-CDN - Tokens: Alle komponenter bruker nå semantiske tokens for som standard, med innebygd støtte for komponent-spesifikke tokens. -### @navikt/ds-react - -- Fonter blir bruk i all typografi blir nå lastet fra CDN - -### @navikt/ds-tokens +### @navikt/ds-tailwind - Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) -### @navikt/ds-tailwind +### @navikt/ds-react -- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) +- Fonter blir bruk i all typografi blir nå lastet fra CDN ## 1.5.10 diff --git a/aksel.nav.no/package.json b/aksel.nav.no/package.json index aa7582787e..e9628d8027 100644 --- a/aksel.nav.no/package.json +++ b/aksel.nav.no/package.json @@ -15,11 +15,11 @@ "website" ], "dependencies": { - "@navikt/aksel-icons": "^5.7.6", - "@navikt/ds-css": "^5.7.6", - "@navikt/ds-react": "^5.7.6", - "@navikt/ds-tailwind": "^5.7.6", - "@navikt/ds-tokens": "^5.7.6" + "@navikt/aksel-icons": "^5.8.0", + "@navikt/ds-css": "^5.8.0", + "@navikt/ds-react": "^5.8.0", + "@navikt/ds-tailwind": "^5.8.0", + "@navikt/ds-tokens": "^5.8.0" }, "devDependencies": { "prettier-plugin-tailwindcss": "^0.2.3"