@navikt/aksel-stylelint 8.0.0 → 8.0.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/index.css +5 -5
- 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.0.
|
|
649
|
+
--ax-version: "8.0.1";
|
|
650
650
|
--ax-space-0: 0rem;
|
|
651
651
|
--ax-space-1: .0625rem;
|
|
652
652
|
--ax-space-2: .125rem;
|
|
@@ -2155,10 +2155,6 @@
|
|
|
2155
2155
|
display: flex;
|
|
2156
2156
|
}
|
|
2157
2157
|
|
|
2158
|
-
.aksel-file-item__link:is(a) {
|
|
2159
|
-
color: var(--ax-text-subtle);
|
|
2160
|
-
}
|
|
2161
|
-
|
|
2162
2158
|
.aksel-file-item--error > .aksel-file-item__inner {
|
|
2163
2159
|
outline: 2px solid var(--ax-border-danger-strong);
|
|
2164
2160
|
}
|
|
@@ -5621,6 +5617,10 @@
|
|
|
5621
5617
|
text-decoration-thickness: .05em;
|
|
5622
5618
|
}
|
|
5623
5619
|
|
|
5620
|
+
.aksel-link-anchor[data-color] {
|
|
5621
|
+
color: var(--ax-text-subtle);
|
|
5622
|
+
}
|
|
5623
|
+
|
|
5624
5624
|
.aksel-link-anchor:hover, .aksel-link-anchor__overlay:hover .aksel-link-anchor {
|
|
5625
5625
|
text-decoration-thickness: .111em;
|
|
5626
5626
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
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.0.
|
|
42
|
-
"@navikt/ds-tokens": "^8.0.
|
|
41
|
+
"@navikt/ds-css": "^8.0.1",
|
|
42
|
+
"@navikt/ds-tokens": "^8.0.1",
|
|
43
43
|
"concurrently": "9.2.1",
|
|
44
44
|
"postcss-selector-parser": "^7.1.0",
|
|
45
45
|
"postcss-value-parser": "^4.2.0",
|