@norges-domstoler/dds-components 0.0.0-dev-20260319084855 → 0.0.0-dev-20260320084620
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 +3 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +8 -4
- package/dist/index.d.ts +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -3045,7 +3045,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3045
3045
|
margin: var(--dds-spacing-x1) 0;
|
|
3046
3046
|
ul,
|
|
3047
3047
|
ol {
|
|
3048
|
-
margin:
|
|
3048
|
+
margin-block: var(--dds-font-paragraph-spacing-list);
|
|
3049
3049
|
}
|
|
3050
3050
|
}
|
|
3051
3051
|
.List_list--inherit {
|
|
@@ -3065,7 +3065,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3065
3065
|
height: var(--dds-list-bullet-size);
|
|
3066
3066
|
width: var(--dds-list-bullet-size);
|
|
3067
3067
|
position: absolute;
|
|
3068
|
-
top: calc((var(--dds-font-lineheight-
|
|
3068
|
+
top: calc((var(--dds-font-lineheight-x1) * 1em) / 2 - var(--dds-list-bullet-size) / 2);
|
|
3069
3069
|
left: 0;
|
|
3070
3070
|
background: var(--dds-color-text-body);
|
|
3071
3071
|
-webkit-mask-size: 100%;
|
|
@@ -3095,7 +3095,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3095
3095
|
}
|
|
3096
3096
|
}
|
|
3097
3097
|
.List_li {
|
|
3098
|
-
|
|
3098
|
+
margin-bottom: var(--dds-font-paragraph-spacing-list);
|
|
3099
3099
|
}
|
|
3100
3100
|
|
|
3101
3101
|
/* src/components/FavStar/FavStar.module.css */
|