@navikt/ds-tokens 7.26.0 → 7.27.1
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 +2 -2
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
package/dist/darkside/tokens.css
CHANGED
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
:root, :host {
|
|
554
|
-
--ax-version: "7.
|
|
554
|
+
--ax-version: "7.27.1";
|
|
555
555
|
--ax-space-0: 0rem;
|
|
556
556
|
--ax-space-1: .0625rem;
|
|
557
557
|
--ax-space-2: .125rem;
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
--ax-border-strong: var(--ax-border-neutral-strong);
|
|
642
642
|
}
|
|
643
643
|
|
|
644
|
-
:root, [data-color="accent"] {
|
|
644
|
+
:root, [data-color="accent"], [data-color=""] {
|
|
645
645
|
--ax-bg-soft: var(--ax-bg-accent-soft);
|
|
646
646
|
--ax-bg-softA: var(--ax-bg-accent-softA);
|
|
647
647
|
--ax-bg-moderate: var(--ax-bg-accent-moderate);
|
package/dist/tokens.css
CHANGED