@navikt/ds-tokens 7.17.3 → 7.18.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/dist/darkside/tokens.css +3 -3
- package/dist/tokens.css +1 -1
- package/package.json +3 -3
package/dist/darkside/tokens.css
CHANGED
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
:root, :host, .light {
|
|
318
|
-
--ax-bg-overlay: #
|
|
318
|
+
--ax-bg-overlay: #021431cc;
|
|
319
319
|
--ax-bg-input: #ffffffd9;
|
|
320
320
|
--ax-bg-default: #fff;
|
|
321
321
|
--ax-text-logo: #c30000;
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
.dark, .dark-theme {
|
|
330
|
-
--ax-bg-overlay: #
|
|
330
|
+
--ax-bg-overlay: #021431cc;
|
|
331
331
|
--ax-bg-sunken: #07090d;
|
|
332
332
|
--ax-bg-input: #07090d80;
|
|
333
333
|
--ax-bg-default: #0e151f;
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
:root, :host {
|
|
554
|
-
--ax-version: "7.
|
|
554
|
+
--ax-version: "7.18.0";
|
|
555
555
|
--ax-font-weight-regular: 400;
|
|
556
556
|
--ax-font-weight-bold: 600;
|
|
557
557
|
--ax-font-size-small: .875rem;
|
package/dist/tokens.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/ds-tokens",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.18.0",
|
|
4
4
|
"description": "Design-tokens for Nav designsystem",
|
|
5
5
|
"author": "Aksel | Nav designsystem team",
|
|
6
6
|
"keywords": [
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"@figma/plugin-typings": "^1.100.2",
|
|
38
38
|
"color": "4.2.3",
|
|
39
39
|
"colorjs.io": "^0.5.2",
|
|
40
|
-
"esbuild": "^0.
|
|
40
|
+
"esbuild": "^0.25.0",
|
|
41
41
|
"lightningcss": "^1.29.2",
|
|
42
42
|
"lodash": "^4.17.21",
|
|
43
43
|
"style-dictionary": "^4.1.1",
|
|
44
44
|
"tsx": "^4.19.1",
|
|
45
45
|
"typescript": "5.5.4",
|
|
46
|
-
"vitest": "^2.1.
|
|
46
|
+
"vitest": "^2.1.9"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public",
|