@navikt/aksel-stylelint 8.5.0 → 8.5.2
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/index.css +2 -2
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
:root, :host {
|
|
649
|
-
--ax-version: "8.5.
|
|
649
|
+
--ax-version: "8.5.2";
|
|
650
650
|
--ax-space-0: 0rem;
|
|
651
651
|
--ax-space-1: .0625rem;
|
|
652
652
|
--ax-space-2: .125rem;
|
|
@@ -6739,7 +6739,7 @@
|
|
|
6739
6739
|
content: "";
|
|
6740
6740
|
background: var(--ax-border-neutral-strong);
|
|
6741
6741
|
width: 1px;
|
|
6742
|
-
height: calc(100% -
|
|
6742
|
+
height: calc(100% - 2rem);
|
|
6743
6743
|
margin: 0 auto;
|
|
6744
6744
|
top: .9rem;
|
|
6745
6745
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.2",
|
|
4
4
|
"author": "Aksel | Nav",
|
|
5
5
|
"homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
|
|
6
6
|
"repository": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"dev": "yarn watch:lint"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@navikt/ds-css": "^8.5.
|
|
42
|
-
"@navikt/ds-tokens": "^8.5.
|
|
41
|
+
"@navikt/ds-css": "^8.5.2",
|
|
42
|
+
"@navikt/ds-tokens": "^8.5.2",
|
|
43
43
|
"concurrently": "9.2.1",
|
|
44
44
|
"postcss-selector-parser": "^7.1.0",
|
|
45
45
|
"postcss-value-parser": "^4.2.0",
|