@navikt/ds-css 5.18.1 → 5.18.3
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/CHANGELOG.md +4 -0
- package/dist/component/form.css +1 -1
- package/dist/component/index.css +2 -2
- package/dist/components.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +2 -2
- package/form/radio-checkbox.css +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/component/form.css
CHANGED
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
transform: translate(var(--a-spacing-1-alt));
|
|
333
333
|
pointer-events: none;
|
|
334
334
|
|
|
335
|
-
/* Fixed edcase where when using in shadow-dom, svg will not center */
|
|
335
|
+
/* Fixed edcase where when using in shadow-dom, svg will not center */
|
|
336
336
|
display: flex;
|
|
337
337
|
align-items: center;
|
|
338
338
|
}
|
package/dist/component/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 10:35:33 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/dist/components.css
CHANGED
|
@@ -2740,7 +2740,7 @@
|
|
|
2740
2740
|
transform: translate(var(--a-spacing-1-alt));
|
|
2741
2741
|
pointer-events: none;
|
|
2742
2742
|
|
|
2743
|
-
/* Fixed edcase where when using in shadow-dom, svg will not center */
|
|
2743
|
+
/* Fixed edcase where when using in shadow-dom, svg will not center */
|
|
2744
2744
|
display: flex;
|
|
2745
2745
|
align-items: center;
|
|
2746
2746
|
}
|
package/dist/global/tokens.css
CHANGED
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 10:35:33 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/form/radio-checkbox.css
CHANGED
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
transform: translate(var(--a-spacing-1-alt));
|
|
145
145
|
pointer-events: none;
|
|
146
146
|
|
|
147
|
-
/* Fixed edcase where when using in shadow-dom, svg will not center */
|
|
147
|
+
/* Fixed edcase where when using in shadow-dom, svg will not center */
|
|
148
148
|
display: flex;
|
|
149
149
|
align-items: center;
|
|
150
150
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/ds-css",
|
|
3
|
-
"version": "5.18.
|
|
3
|
+
"version": "5.18.3",
|
|
4
4
|
"description": "CSS for NAV Designsystem",
|
|
5
5
|
"author": "Aksel | NAV designsystem team",
|
|
6
6
|
"keywords": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"css:get-version": "node config/get-version.js"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@navikt/ds-tokens": "^5.18.
|
|
30
|
+
"@navikt/ds-tokens": "^5.18.3",
|
|
31
31
|
"cssnano": "6.0.0",
|
|
32
32
|
"fast-glob": "3.2.11",
|
|
33
33
|
"lodash": "4.17.21",
|