@navikt/aksel-stylelint 5.18.0 → 5.18.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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Mon, 19 Feb 2024 09:12:42 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -3080,7 +3080,7 @@ body,
|
|
|
3080
3080
|
transform: translate(var(--a-spacing-1-alt));
|
|
3081
3081
|
pointer-events: none;
|
|
3082
3082
|
|
|
3083
|
-
/* Fixed edcase where when using in shadow-dom, svg will not center */
|
|
3083
|
+
/* Fixed edcase where when using in shadow-dom, svg will not center */
|
|
3084
3084
|
display: flex;
|
|
3085
3085
|
align-items: center;
|
|
3086
3086
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "5.18.
|
|
3
|
+
"version": "5.18.2",
|
|
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": "^5.18.
|
|
39
|
-
"@navikt/ds-tokens": "^5.18.
|
|
38
|
+
"@navikt/ds-css": "^5.18.2",
|
|
39
|
+
"@navikt/ds-tokens": "^5.18.2",
|
|
40
40
|
"@types/jest": "^29.0.0",
|
|
41
41
|
"concurrently": "7.2.1",
|
|
42
42
|
"copyfiles": "2.4.1",
|