@norges-domstoler/dds-components 0.0.0-dev-20260319072239 → 0.0.0-dev-20260319140133
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 +6 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +9 -5
- package/dist/index.d.ts +9 -5
- package/dist/index.js +29 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +112 -104
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -2569,6 +2569,9 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
2569
2569
|
}
|
|
2570
2570
|
|
|
2571
2571
|
/* src/components/CookieBanner/CookieBanner.module.css */
|
|
2572
|
+
.CookieBanner_container:focus-visible {
|
|
2573
|
+
outline: none;
|
|
2574
|
+
}
|
|
2572
2575
|
.CookieBanner_checkbox-label {
|
|
2573
2576
|
padding: 0 0 0 calc(var(--dds-size-icon-component) + var(--dds-spacing-x0-5));
|
|
2574
2577
|
align-items: flex-start;
|
|
@@ -3042,7 +3045,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3042
3045
|
margin: var(--dds-spacing-x1) 0;
|
|
3043
3046
|
ul,
|
|
3044
3047
|
ol {
|
|
3045
|
-
margin:
|
|
3048
|
+
margin-block: var(--dds-font-paragraph-spacing-list);
|
|
3046
3049
|
}
|
|
3047
3050
|
}
|
|
3048
3051
|
.List_list--inherit {
|
|
@@ -3062,7 +3065,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3062
3065
|
height: var(--dds-list-bullet-size);
|
|
3063
3066
|
width: var(--dds-list-bullet-size);
|
|
3064
3067
|
position: absolute;
|
|
3065
|
-
top: calc((var(--dds-font-lineheight-
|
|
3068
|
+
top: calc((var(--dds-font-lineheight-x1) * 1em) / 2 - var(--dds-list-bullet-size) / 2);
|
|
3066
3069
|
left: 0;
|
|
3067
3070
|
background: var(--dds-color-text-body);
|
|
3068
3071
|
-webkit-mask-size: 100%;
|
|
@@ -3092,7 +3095,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3092
3095
|
}
|
|
3093
3096
|
}
|
|
3094
3097
|
.List_li {
|
|
3095
|
-
|
|
3098
|
+
margin-bottom: var(--dds-font-paragraph-spacing-list);
|
|
3096
3099
|
}
|
|
3097
3100
|
|
|
3098
3101
|
/* src/components/FavStar/FavStar.module.css */
|