@norges-domstoler/dds-components 0.0.0-dev-20241209111633 → 0.0.0-dev-20241210083718
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 +7 -7
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +32 -32
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +29 -29
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -1188,11 +1188,11 @@
|
|
|
1188
1188
|
}
|
|
1189
1189
|
}
|
|
1190
1190
|
|
|
1191
|
-
/* src/components/Card/
|
|
1192
|
-
.
|
|
1191
|
+
/* src/components/Card/CardExpandable/CardExpandable.module.css */
|
|
1192
|
+
.CardExpandable_container {
|
|
1193
1193
|
border-radius: inherit;
|
|
1194
1194
|
}
|
|
1195
|
-
.
|
|
1195
|
+
.CardExpandable_header-button {
|
|
1196
1196
|
@media (prefers-reduced-motion: no-preference) {
|
|
1197
1197
|
transition: box-shadow 0.2s, var(--dds-focus-transition);
|
|
1198
1198
|
}
|
|
@@ -1200,20 +1200,20 @@
|
|
|
1200
1200
|
box-shadow: 0 0 0 2px var(--dds-color-border-action-hover);
|
|
1201
1201
|
}
|
|
1202
1202
|
}
|
|
1203
|
-
.
|
|
1203
|
+
.CardExpandable_header-container {
|
|
1204
1204
|
padding: var(--dds-card-accordion-header-container-padding);
|
|
1205
1205
|
justify-content: space-between;
|
|
1206
1206
|
@media (prefers-reduced-motion: no-preference) {
|
|
1207
1207
|
transition: box-shadow 0.2s;
|
|
1208
1208
|
}
|
|
1209
1209
|
}
|
|
1210
|
-
.
|
|
1210
|
+
.CardExpandable_header-container__chevron {
|
|
1211
1211
|
margin-left: var(--dds-spacing-x0-5);
|
|
1212
1212
|
}
|
|
1213
|
-
.
|
|
1213
|
+
.CardExpandable_body {
|
|
1214
1214
|
height: var(--dds-card-accordion-body-height);
|
|
1215
1215
|
}
|
|
1216
|
-
.
|
|
1216
|
+
.CardExpandable_body__content {
|
|
1217
1217
|
padding: var(--dds-card-accordion-body-content-padding);
|
|
1218
1218
|
}
|
|
1219
1219
|
|