@navikt/aksel-stylelint 6.4.0 → 6.4.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 +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 Tue, 09 Apr 2024
|
|
4
|
+
* Generated on Tue, 09 Apr 2024 13:32:36 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -2787,7 +2787,7 @@ body,
|
|
|
2787
2787
|
.navds-file-item__icon {
|
|
2788
2788
|
background-color: var(--a-surface-neutral-subtle);
|
|
2789
2789
|
color: var(--a-icon-default);
|
|
2790
|
-
border-radius: var(--a-border-radius-
|
|
2790
|
+
border-radius: var(--a-border-radius-full);
|
|
2791
2791
|
min-height: 3rem;
|
|
2792
2792
|
min-width: 3rem;
|
|
2793
2793
|
display: grid;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.1",
|
|
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": "^6.4.
|
|
39
|
-
"@navikt/ds-tokens": "^6.4.
|
|
38
|
+
"@navikt/ds-css": "^6.4.1",
|
|
39
|
+
"@navikt/ds-tokens": "^6.4.1",
|
|
40
40
|
"concurrently": "7.2.1",
|
|
41
41
|
"postcss-selector-parser": "^6.0.13",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|