@navikt/aksel-stylelint 5.7.5 → 5.8.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 +15 -3
- 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, 30 Oct 2023 09:59:59 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -2266,7 +2266,7 @@ body,
|
|
|
2266
2266
|
cursor: pointer;
|
|
2267
2267
|
align-items: center;
|
|
2268
2268
|
justify-content: center;
|
|
2269
|
-
gap: var(--a-spacing-
|
|
2269
|
+
gap: var(--a-spacing-05);
|
|
2270
2270
|
margin: 0;
|
|
2271
2271
|
padding: 0 var(--a-spacing-3);
|
|
2272
2272
|
text-decoration: none;
|
|
@@ -2330,6 +2330,16 @@ body,
|
|
|
2330
2330
|
box-shadow: inset 0 0 0 1px var(--a-surface-default), 0 0 0 2px var(--ac-chip-toggle-focus, var(--a-border-focus));
|
|
2331
2331
|
}
|
|
2332
2332
|
}
|
|
2333
|
+
.navds-chips--medium .navds-chips__toggle--with-checkmark {
|
|
2334
|
+
padding-left: var(--a-spacing-1-alt);
|
|
2335
|
+
}
|
|
2336
|
+
.navds-chips--small .navds-chips__toggle--with-checkmark {
|
|
2337
|
+
padding-left: var(--a-spacing-1);
|
|
2338
|
+
}
|
|
2339
|
+
.navds-chips--small .navds-chips__toggle-icon {
|
|
2340
|
+
width: 1rem;
|
|
2341
|
+
height: 1rem;
|
|
2342
|
+
}
|
|
2333
2343
|
.navds-chips__removable {
|
|
2334
2344
|
gap: 0;
|
|
2335
2345
|
}
|
|
@@ -4433,7 +4443,6 @@ button.navds-internalheader__title:active,
|
|
|
4433
4443
|
.navds-modal--polyfilled {
|
|
4434
4444
|
top: 50%;
|
|
4435
4445
|
transform: translate(0, -50%);
|
|
4436
|
-
overflow: auto;
|
|
4437
4446
|
|
|
4438
4447
|
/* From polyfill (dialog-polyfill/dist/dialog-polyfill.css): */
|
|
4439
4448
|
left: 0;
|
|
@@ -4442,6 +4451,9 @@ button.navds-internalheader__title:active,
|
|
|
4442
4451
|
height: fit-content;
|
|
4443
4452
|
margin: auto;
|
|
4444
4453
|
}
|
|
4454
|
+
.navds-modal--polyfilled .navds-modal--polyfilled {
|
|
4455
|
+
overflow: auto;
|
|
4456
|
+
}
|
|
4445
4457
|
.navds-modal--polyfilled:not([open]) {
|
|
4446
4458
|
display: none; /* from polyfill */
|
|
4447
4459
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.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": "^5.
|
|
39
|
-
"@navikt/ds-tokens": "^5.
|
|
38
|
+
"@navikt/ds-css": "^5.8.0",
|
|
39
|
+
"@navikt/ds-tokens": "^5.8.0",
|
|
40
40
|
"@types/jest": "^29.0.0",
|
|
41
41
|
"concurrently": "7.2.1",
|
|
42
42
|
"copyfiles": "2.4.1",
|