@norges-domstoler/dds-components 21.17.2 → 21.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 +16 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +49 -19
- package/dist/index.d.ts +49 -19
- package/dist/index.js +685 -456
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +671 -452
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -2929,6 +2929,22 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
2929
2929
|
gap: var(--dds-spacing-x1-5);
|
|
2930
2930
|
}
|
|
2931
2931
|
|
|
2932
|
+
/* src/components/FormSummary/FormSummary.module.css */
|
|
2933
|
+
.FormSummary_dd {
|
|
2934
|
+
display: block;
|
|
2935
|
+
}
|
|
2936
|
+
.FormSummary_field:not(:last-child) {
|
|
2937
|
+
margin-bottom: var(--dds-spacing-x0-75);
|
|
2938
|
+
padding-bottom: var(--dds-spacing-x0-75);
|
|
2939
|
+
border-bottom: 1px solid var(--dds-color-border-subtle);
|
|
2940
|
+
}
|
|
2941
|
+
.FormSummary_dd:has(dl) {
|
|
2942
|
+
margin-top: var(--dds-spacing-x0-75);
|
|
2943
|
+
}
|
|
2944
|
+
.FormSummary_dd .FormSummary_field {
|
|
2945
|
+
padding-left: var(--dds-spacing-x0-75);
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2932
2948
|
/* src/components/GlobalMessage/GlobalMessage.module.css */
|
|
2933
2949
|
.GlobalMessage_container {
|
|
2934
2950
|
border-bottom: 2px solid;
|