@navikt/aksel-stylelint 8.4.0 → 8.5.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 +6 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
:root, :host {
|
|
649
|
-
--ax-version: "8.
|
|
649
|
+
--ax-version: "8.5.0";
|
|
650
650
|
--ax-space-0: 0rem;
|
|
651
651
|
--ax-space-1: .0625rem;
|
|
652
652
|
--ax-space-2: .125rem;
|
|
@@ -3589,6 +3589,11 @@
|
|
|
3589
3589
|
padding-left: .25rem;
|
|
3590
3590
|
}
|
|
3591
3591
|
|
|
3592
|
+
.aksel-form-field--small .aksel-combobox__selected-options--no-bg {
|
|
3593
|
+
font-size: var(--ax-font-size-medium);
|
|
3594
|
+
line-height: var(--ax-font-line-height-medium);
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3592
3597
|
.aksel-combobox__input-wrapper {
|
|
3593
3598
|
width: 100%;
|
|
3594
3599
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.5.0",
|
|
4
4
|
"author": "Aksel | Nav",
|
|
5
5
|
"homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
|
|
6
6
|
"repository": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"dev": "yarn watch:lint"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@navikt/ds-css": "^8.
|
|
42
|
-
"@navikt/ds-tokens": "^8.
|
|
41
|
+
"@navikt/ds-css": "^8.5.0",
|
|
42
|
+
"@navikt/ds-tokens": "^8.5.0",
|
|
43
43
|
"concurrently": "9.2.1",
|
|
44
44
|
"postcss-selector-parser": "^7.1.0",
|
|
45
45
|
"postcss-value-parser": "^4.2.0",
|