@navikt/aksel-stylelint 6.17.0 → 7.0.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/index.css +8 -2
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 13 Sep 2024 12:04:59 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
|
-
--a-version: "
|
|
7
|
+
--a-version: "7.0.0";
|
|
8
8
|
--a-spacing-1-alt: 0.375rem;
|
|
9
9
|
--a-spacing-05: 0.125rem;
|
|
10
10
|
--a-spacing-32: 8rem;
|
|
@@ -2972,6 +2972,12 @@ body,
|
|
|
2972
2972
|
.navds-error-summary--small {
|
|
2973
2973
|
padding: var(--a-spacing-3);
|
|
2974
2974
|
}
|
|
2975
|
+
.navds-error-summary__heading {
|
|
2976
|
+
scroll-margin-top: var(--a-spacing-6);
|
|
2977
|
+
}
|
|
2978
|
+
.navds-error-summary--small .navds-error-summary__heading {
|
|
2979
|
+
scroll-margin-top: var(--a-spacing-4);
|
|
2980
|
+
}
|
|
2975
2981
|
.navds-error-summary__heading:focus {
|
|
2976
2982
|
outline: none;
|
|
2977
2983
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"author": "Aksel | NAV",
|
|
5
5
|
"homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
|
|
6
6
|
"repository": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"dev": "yarn watch:lint"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@navikt/ds-css": "^
|
|
39
|
-
"@navikt/ds-tokens": "^
|
|
38
|
+
"@navikt/ds-css": "^7.0.0",
|
|
39
|
+
"@navikt/ds-tokens": "^7.0.0",
|
|
40
40
|
"concurrently": "7.2.1",
|
|
41
41
|
"postcss-selector-parser": "^6.0.13",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|