@navikt/ds-css 2.8.5 → 2.8.7

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.
@@ -23,7 +23,7 @@
23
23
  }
24
24
 
25
25
  .navds-error-summary__list > * {
26
- color: var(--a-blue-500);
26
+ color: var(--ac-error-summary-list-dot, var(--a-text-action));
27
27
  }
28
28
 
29
29
  .navds-error-summary--small > .navds-error-summary__list {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "2.8.5",
3
+ "version": "2.8.7",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -20,7 +20,7 @@
20
20
  "watch": "postcss --watch --use postcss-import -o dist/index.css index.css"
21
21
  },
22
22
  "devDependencies": {
23
- "@navikt/ds-tokens": "^2.8.5",
23
+ "@navikt/ds-tokens": "^2.8.7",
24
24
  "normalize.css": "^8.0.1",
25
25
  "postcss": "^8.4.0",
26
26
  "postcss-cli": "^9.0.0",
package/tokens.json CHANGED
@@ -2,12 +2,16 @@
2
2
  "alert": {
3
3
  "--ac-alert-error-border": "--a-border-danger",
4
4
  "--ac-alert-error-bg": "--a-surface-danger-subtle",
5
+ "--ac-alert-icon-error-color": "--a-icon-danger",
5
6
  "--ac-alert-warning-border": "--a-border-warning",
6
7
  "--ac-alert-warning-bg": "--a-surface-warning-subtle",
8
+ "--ac-alert-icon-warning-color": "--a-icon-warning",
7
9
  "--ac-alert-info-border": "--a-border-info",
8
10
  "--ac-alert-info-bg": "--a-surface-info-subtle",
11
+ "--ac-alert-icon-info-color": "--a-icon-info",
9
12
  "--ac-alert-success-border": "--a-border-success",
10
- "--ac-alert-success-bg": "--a-surface-success-subtle"
13
+ "--ac-alert-success-bg": "--a-surface-success-subtle",
14
+ "--ac-alert-icon-success-color": "--a-icon-success"
11
15
  },
12
16
  "accordion": {
13
17
  "--ac-accordion-header-bg": "--ac-surface-transparent",
@@ -38,6 +42,7 @@
38
42
  "--ac-button-secondary-active-bg": "--a-surface-action-active",
39
43
  "--ac-button-secondary-active-focus-border": "--a-surface-default",
40
44
  "--ac-button-tertiary-text": "--a-text-action",
45
+ "--ac-button-tertiary-bg": "--a-surface-transparent",
41
46
  "--ac-button-tertiary-hover-text": "--a-text-action-on-action-subtle",
42
47
  "--ac-button-tertiary-hover-bg": "--a-surface-action-subtle-hover",
43
48
  "--ac-button-tertiary-focus-border": "--a-border-action",
@@ -80,6 +85,7 @@
80
85
  "chips": {
81
86
  "--ac-chip-toggle-border": "--a-border-default",
82
87
  "--ac-chip-toggle-bg": "--a-surface-neutral-subtle",
88
+ "--ac-chip-toggle-text": "--a-text-default",
83
89
  "--ac-chip-toggle-hover-border": "--a-border-strong",
84
90
  "--ac-chip-toggle-hover-bg": "--a-surface-neutral-subtle-hover",
85
91
  "--ac-chip-toggle-pressed-bg": "--a-surface-action-selected",
@@ -296,7 +302,8 @@
296
302
  },
297
303
  "errorsummary": {
298
304
  "--ac-error-summary-bg": "--a-surface-default",
299
- "--ac-error-summary-border": "--a-border-danger"
305
+ "--ac-error-summary-border": "--a-border-danger",
306
+ "--ac-error-summary-list-dot": "--a-text-action"
300
307
  },
301
308
  "checkbox-radio": {
302
309
  "--ac-radio-checkbox-bg": "--a-surface-default",