@navikt/ds-css 5.11.4 → 5.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @navikt/ds-css
2
2
 
3
+ ## 5.12.0
4
+
5
+ ## 5.11.5
6
+
7
+ ### Patch Changes
8
+
9
+ - Chips: La til token for checkmark-circle ([#2558](https://github.com/navikt/aksel/pull/2558))
10
+
3
11
  ## 5.11.4
4
12
 
5
13
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 05 Dec 2023 10:58:34 GMT
4
+ * Generated on Wed, 13 Dec 2023 11:20:18 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-1-alt: 0.375rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 05 Dec 2023 10:58:34 GMT
3
+ * Generated on Wed, 13 Dec 2023 11:20:18 GMT
4
4
  */
5
5
 
6
6
  :root, :host {
package/dist/index.css CHANGED
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 05 Dec 2023 10:58:34 GMT
4
+ * Generated on Wed, 13 Dec 2023 11:20:18 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-1-alt: 0.375rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "5.11.4",
3
+ "version": "5.12.0",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^5.11.4",
30
+ "@navikt/ds-tokens": "^5.12.0",
31
31
  "cssnano": "6.0.0",
32
32
  "fast-glob": "3.2.11",
33
33
  "lodash": "4.17.21",
package/tokens.json CHANGED
@@ -102,6 +102,7 @@
102
102
  "--ac-chip-toggle-neutral-pressed-bg": "--a-surface-neutral-selected",
103
103
  "--ac-chip-toggle-neutral-pressed-text": "--a-text-on-neutral",
104
104
  "--ac-chip-toggle-neutral-pressed-hover-bg": "--a-surface-neutral-selected",
105
+ "--ac-chip-toggle-circle-border": "--a-border-default",
105
106
  "--ac-chip-toggle-focus": "--a-border-focus",
106
107
  "--ac-chip-removable-action-bg": "--a-surface-action-selected",
107
108
  "--ac-chip-removable-action-text": "--a-text-on-action",