@navikt/ds-tokens 8.7.0 → 8.8.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/tokens.css +3 -3
- package/package.json +1 -1
package/dist/tokens.css
CHANGED
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
|
|
317
317
|
:root, :host, .light {
|
|
318
318
|
--ax-shadow-dialog: 0px 4px 6px 0px #00000026, 0px 1px 3px -1px #00000026, 0px 1px 1px 0px #0000000f;
|
|
319
|
-
--ax-opacity-disabled: .
|
|
319
|
+
--ax-opacity-disabled: .45;
|
|
320
320
|
--ax-text-logo: #c30000;
|
|
321
321
|
--ax-bg-default: #fff;
|
|
322
322
|
--ax-bg-input: #ffffffd9;
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
|
|
329
329
|
.dark, .dark-theme {
|
|
330
330
|
--ax-shadow-dialog: 0px 0px 1px 0px #07090d00, 0px 2px 5px 0px #07090d59, 0px 5px 12px 0px #07090d80;
|
|
331
|
-
--ax-opacity-disabled: .
|
|
331
|
+
--ax-opacity-disabled: .45;
|
|
332
332
|
--ax-bg-default: #0e151f;
|
|
333
333
|
--ax-bg-input: #07090d80;
|
|
334
334
|
--ax-bg-sunken: #07090d;
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
:root, :host {
|
|
554
|
-
--ax-version: "8.
|
|
554
|
+
--ax-version: "8.8.0";
|
|
555
555
|
--ax-space-0: 0rem;
|
|
556
556
|
--ax-space-1: .0625rem;
|
|
557
557
|
--ax-space-2: .125rem;
|