@navikt/ds-css 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/CHANGELOG.md +8 -0
- package/dist/component/expansioncard.css +5 -1
- package/dist/component/expansioncard.min.css +1 -1
- package/dist/component/index.css +5 -2
- package/dist/component/index.min.css +1 -1
- package/dist/components.css +5 -1
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +5 -2
- package/dist/index.min.css +1 -1
- package/expansioncard.css +5 -1
- package/package.json +2 -2
package/expansioncard.css
CHANGED
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
* Content *
|
|
178
178
|
*************************/
|
|
179
179
|
.navds-expansioncard__content {
|
|
180
|
-
--__ac-expansioncard-padding-block: var(--a-spacing-
|
|
180
|
+
--__ac-expansioncard-padding-block: var(--a-spacing-5);
|
|
181
181
|
|
|
182
182
|
border-end-end-radius: var(--__ac-expansioncard-border-radius);
|
|
183
183
|
border-end-start-radius: var(--__ac-expansioncard-border-radius);
|
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
border-top: none;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
+
.navds-expansioncard--small .navds-expansioncard__content {
|
|
191
|
+
--__ac-expansioncard-padding-block: var(--a-spacing-4);
|
|
192
|
+
}
|
|
193
|
+
|
|
190
194
|
.navds-expansioncard__content--closed {
|
|
191
195
|
display: none;
|
|
192
196
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/ds-css",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.18.0",
|
|
4
4
|
"description": "CSS for NAV Designsystem",
|
|
5
5
|
"author": "Aksel | NAV designsystem team",
|
|
6
6
|
"keywords": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"css:get-version": "node config/get-version.js"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@navikt/ds-tokens": "^5.
|
|
30
|
+
"@navikt/ds-tokens": "^5.18.0",
|
|
31
31
|
"cssnano": "6.0.0",
|
|
32
32
|
"fast-glob": "3.2.11",
|
|
33
33
|
"lodash": "4.17.21",
|