@navikt/aksel-stylelint 8.2.2 → 8.3.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 +2 -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.3.0";
|
|
650
650
|
--ax-space-0: 0rem;
|
|
651
651
|
--ax-space-1: .0625rem;
|
|
652
652
|
--ax-space-2: .125rem;
|
|
@@ -4452,6 +4452,7 @@
|
|
|
4452
4452
|
width: 100%;
|
|
4453
4453
|
max-width: 1.5rem;
|
|
4454
4454
|
max-height: 1.5rem;
|
|
4455
|
+
font-size: 1.5rem;
|
|
4455
4456
|
}
|
|
4456
4457
|
|
|
4457
4458
|
.aksel-chat__bubble-wrapper {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.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.3.0",
|
|
42
|
+
"@navikt/ds-tokens": "^8.3.0",
|
|
43
43
|
"concurrently": "9.2.1",
|
|
44
44
|
"postcss-selector-parser": "^7.1.0",
|
|
45
45
|
"postcss-value-parser": "^4.2.0",
|