@navikt/aksel-stylelint 7.31.0 → 7.32.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 +16 -5
- package/package.json +5 -5
package/dist/index.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root, :host {
|
|
8
|
-
--ax-version: "7.
|
|
8
|
+
--ax-version: "7.32.1";
|
|
9
9
|
--a-breakpoint-xs: 0;
|
|
10
10
|
--a-breakpoint-sm: 480px;
|
|
11
11
|
--a-breakpoint-sm-down: 479px;
|
|
@@ -7945,7 +7945,8 @@ span.rdp-weeknumber {
|
|
|
7945
7945
|
color: ButtonText;
|
|
7946
7946
|
}
|
|
7947
7947
|
|
|
7948
|
-
.navds-read-more__button.navds-read-more__button:focus-visible
|
|
7948
|
+
.navds-read-more__button.navds-read-more__button:focus-visible,
|
|
7949
|
+
.navds-read-more__content.navds-read-more__content:focus-visible {
|
|
7949
7950
|
box-shadow: none;
|
|
7950
7951
|
outline: 2px solid highlight;
|
|
7951
7952
|
outline-offset: 2px;
|
|
@@ -7961,13 +7962,15 @@ span.rdp-weeknumber {
|
|
|
7961
7962
|
background-color: var(--ac-read-more-active-bg, var(--a-surface-active));
|
|
7962
7963
|
}
|
|
7963
7964
|
|
|
7964
|
-
.navds-read-more__button:focus-visible
|
|
7965
|
+
.navds-read-more__button:focus-visible,
|
|
7966
|
+
.navds-read-more__content:focus-visible {
|
|
7965
7967
|
outline: none;
|
|
7966
7968
|
box-shadow: var(--a-shadow-focus);
|
|
7967
7969
|
}
|
|
7968
7970
|
|
|
7969
7971
|
@supports not selector(:focus-visible) {
|
|
7970
|
-
.navds-read-more__button:focus
|
|
7972
|
+
.navds-read-more__button:focus,
|
|
7973
|
+
.navds-read-more__content:focus {
|
|
7971
7974
|
outline: none;
|
|
7972
7975
|
box-shadow: var(--a-shadow-focus);
|
|
7973
7976
|
}
|
|
@@ -8122,7 +8125,10 @@ span.rdp-weeknumber {
|
|
|
8122
8125
|
}
|
|
8123
8126
|
|
|
8124
8127
|
.navds-process__event[data-status="active"] .navds-process__bullet {
|
|
8125
|
-
|
|
8128
|
+
z-index: 1;
|
|
8129
|
+
box-shadow: 0 0 0 2px var(--a-surface-default);
|
|
8130
|
+
outline: 2px solid var(--a-surface-alt-3);
|
|
8131
|
+
outline-offset: 2px;
|
|
8126
8132
|
}
|
|
8127
8133
|
|
|
8128
8134
|
.navds-process__event[data-status="uncompleted"] .navds-process__bullet {
|
|
@@ -8159,6 +8165,11 @@ span.rdp-weeknumber {
|
|
|
8159
8165
|
outline-color: ButtonText;
|
|
8160
8166
|
background-color: ButtonText;
|
|
8161
8167
|
color: ButtonFace;
|
|
8168
|
+
forced-color-adjust: none;
|
|
8169
|
+
}
|
|
8170
|
+
|
|
8171
|
+
.navds-process__event[data-status="active"] .navds-process__bullet {
|
|
8172
|
+
box-shadow: 0 0 0 2px Canvas;
|
|
8162
8173
|
}
|
|
8163
8174
|
|
|
8164
8175
|
.navds-process__event:is([data-status="active"]) .navds-process__line {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.32.1",
|
|
4
4
|
"author": "Aksel | Nav",
|
|
5
5
|
"homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
|
|
6
6
|
"repository": {
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"dev": "yarn watch:lint"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@navikt/ds-css": "^7.
|
|
39
|
-
"@navikt/ds-tokens": "^7.
|
|
38
|
+
"@navikt/ds-css": "^7.32.1",
|
|
39
|
+
"@navikt/ds-tokens": "^7.32.1",
|
|
40
40
|
"concurrently": "9.0.1",
|
|
41
41
|
"postcss-selector-parser": "^7.1.0",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|
|
43
|
-
"stylelint": "^16.
|
|
43
|
+
"stylelint": "^16.24.0",
|
|
44
44
|
"stylelint-test-rule-node": "^0.4.0",
|
|
45
|
-
"tsx": "^4.
|
|
45
|
+
"tsx": "^4.20.6",
|
|
46
46
|
"typescript": "5.8.3"
|
|
47
47
|
}
|
|
48
48
|
}
|