@navikt/aksel-stylelint 5.17.4 → 5.18.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 +5 -2
- 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 Wed, 07 Feb 2024 11:27:27 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -2658,7 +2658,7 @@ body,
|
|
|
2658
2658
|
* Content *
|
|
2659
2659
|
*************************/
|
|
2660
2660
|
.navds-expansioncard__content {
|
|
2661
|
-
--__ac-expansioncard-padding-block: var(--a-spacing-
|
|
2661
|
+
--__ac-expansioncard-padding-block: var(--a-spacing-5);
|
|
2662
2662
|
|
|
2663
2663
|
border-end-end-radius: var(--__ac-expansioncard-border-radius);
|
|
2664
2664
|
border-end-start-radius: var(--__ac-expansioncard-border-radius);
|
|
@@ -2667,6 +2667,9 @@ body,
|
|
|
2667
2667
|
border: var(--__ac-expansioncard-border-width) solid var(--__ac-expansioncard-border-color);
|
|
2668
2668
|
border-top: none;
|
|
2669
2669
|
}
|
|
2670
|
+
.navds-expansioncard--small .navds-expansioncard__content {
|
|
2671
|
+
--__ac-expansioncard-padding-block: var(--a-spacing-4);
|
|
2672
|
+
}
|
|
2670
2673
|
.navds-expansioncard__content--closed {
|
|
2671
2674
|
display: none;
|
|
2672
2675
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.18.0",
|
|
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.
|
|
39
|
-
"@navikt/ds-tokens": "^5.
|
|
38
|
+
"@navikt/ds-css": "^5.18.0",
|
|
39
|
+
"@navikt/ds-tokens": "^5.18.0",
|
|
40
40
|
"@types/jest": "^29.0.0",
|
|
41
41
|
"concurrently": "7.2.1",
|
|
42
42
|
"copyfiles": "2.4.1",
|