@navikt/aksel-stylelint 8.2.1 → 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 -13
- 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;
|
|
@@ -4193,10 +4193,6 @@
|
|
|
4193
4193
|
border-bottom: 1px solid var(--ax-border-neutral-subtleA);
|
|
4194
4194
|
}
|
|
4195
4195
|
|
|
4196
|
-
.aksel-accordion__item--no-animation > .aksel-accordion__content {
|
|
4197
|
-
transition: none;
|
|
4198
|
-
}
|
|
4199
|
-
|
|
4200
4196
|
.aksel-alert {
|
|
4201
4197
|
border-radius: var(--ax-radius-12);
|
|
4202
4198
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
@@ -4456,6 +4452,7 @@
|
|
|
4456
4452
|
width: 100%;
|
|
4457
4453
|
max-width: 1.5rem;
|
|
4458
4454
|
max-height: 1.5rem;
|
|
4455
|
+
font-size: 1.5rem;
|
|
4459
4456
|
}
|
|
4460
4457
|
|
|
4461
4458
|
.aksel-chat__bubble-wrapper {
|
|
@@ -5577,14 +5574,6 @@
|
|
|
5577
5574
|
transition: opacity .25s cubic-bezier(.2, 0, 0, 1);
|
|
5578
5575
|
}
|
|
5579
5576
|
|
|
5580
|
-
.aksel-expansioncard--no-animation :-webkit-any(.aksel-expansioncard__content, .aksel-expansioncard__content-inner) {
|
|
5581
|
-
transition: none;
|
|
5582
|
-
}
|
|
5583
|
-
|
|
5584
|
-
.aksel-expansioncard--no-animation :is(.aksel-expansioncard__content, .aksel-expansioncard__content-inner) {
|
|
5585
|
-
transition: none;
|
|
5586
|
-
}
|
|
5587
|
-
|
|
5588
5577
|
.aksel-guide-panel {
|
|
5589
5578
|
--__axc-guide-panel-guide-size: 5rem;
|
|
5590
5579
|
width: -webkit-fit-content;
|
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",
|