@navikt/aksel-stylelint 5.7.0 → 5.7.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 +3 -5
- 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, 16 Oct 2023 14:22:28 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-05: 0.125rem;
|
|
@@ -3238,10 +3238,8 @@ body,
|
|
|
3238
3238
|
.navds-checkbox--readonly
|
|
3239
3239
|
> .navds-checkbox__input:hover:not(:checked):not(:indeterminate):not(:focus-visible)
|
|
3240
3240
|
+ .navds-checkbox__label::before,
|
|
3241
|
-
.navds-radio--readonly > .navds-radio__input:not(:disabled):not(:checked)
|
|
3242
|
-
.navds-radio--readonly
|
|
3243
|
-
> .navds-radio__input:hover:not(:checked):not(:indeterminate):not(:focus-visible)
|
|
3244
|
-
+ .navds-radio__label::before {
|
|
3241
|
+
.navds-radio--readonly > .navds-radio__input:not(:disabled):not(:checked) + .navds-radio__label::before,
|
|
3242
|
+
.navds-radio--readonly > .navds-radio__input:hover:not(:checked):not(:focus-visible) + .navds-radio__label::before {
|
|
3245
3243
|
background-color: var(--__ac-radio-checkbox-readonly-bg);
|
|
3246
3244
|
box-shadow: inset 0 0 0 2px var(--__ac-radio-checkbox-readonly-border);
|
|
3247
3245
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.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.7.
|
|
39
|
-
"@navikt/ds-tokens": "^5.7.
|
|
38
|
+
"@navikt/ds-css": "^5.7.2",
|
|
39
|
+
"@navikt/ds-tokens": "^5.7.2",
|
|
40
40
|
"@types/jest": "^29.0.0",
|
|
41
41
|
"concurrently": "7.2.1",
|
|
42
42
|
"copyfiles": "2.4.1",
|