@navikt/ds-css 5.17.3 → 5.17.5

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/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-3);
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.17.3",
3
+ "version": "5.17.5",
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.17.3",
30
+ "@navikt/ds-tokens": "^5.17.5",
31
31
  "cssnano": "6.0.0",
32
32
  "fast-glob": "3.2.11",
33
33
  "lodash": "4.17.21",