@navikt/aksel-stylelint 7.23.0 → 7.23.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 +5 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root, :host {
|
|
8
|
-
--ax-version: "7.23.
|
|
8
|
+
--ax-version: "7.23.2";
|
|
9
9
|
--a-breakpoint-xs: 0;
|
|
10
10
|
--a-breakpoint-sm: 480px;
|
|
11
11
|
--a-breakpoint-sm-down: 479px;
|
|
@@ -3696,6 +3696,10 @@ li.navds-file-item {
|
|
|
3696
3696
|
color: var(--ac-form-description, var(--__ac-form-description, var(--a-text-subtle)));
|
|
3697
3697
|
}
|
|
3698
3698
|
|
|
3699
|
+
.navds-form-field__description:empty {
|
|
3700
|
+
display: none;
|
|
3701
|
+
}
|
|
3702
|
+
|
|
3699
3703
|
.navds-form-field--disabled {
|
|
3700
3704
|
opacity: 0.3;
|
|
3701
3705
|
cursor: not-allowed;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "7.23.
|
|
3
|
+
"version": "7.23.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": "^7.23.
|
|
39
|
-
"@navikt/ds-tokens": "^7.23.
|
|
38
|
+
"@navikt/ds-css": "^7.23.2",
|
|
39
|
+
"@navikt/ds-tokens": "^7.23.2",
|
|
40
40
|
"concurrently": "9.0.1",
|
|
41
41
|
"postcss-selector-parser": "^6.0.13",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|