@norges-domstoler/dds-components 0.0.0-dev-20260218135911 → 0.0.0-dev-20260219084858
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 +8 -8
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +11 -2
- package/dist/index.d.ts +11 -2
- package/dist/index.js +1145 -1112
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1142 -1112
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -3010,10 +3010,10 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3010
3010
|
font: inherit;
|
|
3011
3011
|
}
|
|
3012
3012
|
.List_list--unordered {
|
|
3013
|
-
--dds-list-
|
|
3013
|
+
--dds-list-bullet-size: 0.75em;
|
|
3014
|
+
--dds-list-ul-li-padding-left: var(--dds-list-bullet-size) + 0.5em;
|
|
3014
3015
|
list-style: none;
|
|
3015
3016
|
padding-left: calc(var(--dds-spacing-x2) - (var(--dds-list-ul-li-padding-left)));
|
|
3016
|
-
--dds-list-bullet-size: 1em;
|
|
3017
3017
|
li {
|
|
3018
3018
|
position: relative;
|
|
3019
3019
|
padding-left: calc(var(--dds-list-ul-li-padding-left));
|
|
@@ -3030,16 +3030,16 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3030
3030
|
mask-size: 100%;
|
|
3031
3031
|
-webkit-mask-repeat: no-repeat;
|
|
3032
3032
|
mask-repeat: no-repeat;
|
|
3033
|
-
-webkit-mask-image: url('data:image/svg+xml,<svg width="
|
|
3034
|
-
mask-image: url('data:image/svg+xml,<svg width="
|
|
3033
|
+
-webkit-mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<circle cx="12" cy="12" r="6" fill="%230B0D0E"/>%0A</svg>%0A');
|
|
3034
|
+
mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<circle cx="12" cy="12" r="6" fill="%230B0D0E"/>%0A</svg>%0A');
|
|
3035
3035
|
}
|
|
3036
3036
|
ul > li:before {
|
|
3037
|
-
-webkit-mask-image: url('data:image/svg+xml,<svg width="
|
|
3038
|
-
mask-image: url('data:image/svg+xml,<svg width="
|
|
3037
|
+
-webkit-mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<rect x="4" y="10" width="15.65" height="3.9125" fill="%230B0D0E"/>%0A</svg>%0A');
|
|
3038
|
+
mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<rect x="4" y="10" width="15.65" height="3.9125" fill="%230B0D0E"/>%0A</svg>%0A');
|
|
3039
3039
|
}
|
|
3040
3040
|
ul > li > ul > li:before {
|
|
3041
|
-
-webkit-mask-image: url('data:image/svg+xml,<svg width="
|
|
3042
|
-
mask-image: url('data:image/svg+xml,<svg width="
|
|
3041
|
+
-webkit-mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<path d="M12 16.6154C16.4183 16.6154 20 12.7581 20 8H4C4 12.7581 7.58172 16.6154 12 16.6154Z" fill="%230B0D0E"/>%0A</svg>%0A');
|
|
3042
|
+
mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<path d="M12 16.6154C16.4183 16.6154 20 12.7581 20 8H4C4 12.7581 7.58172 16.6154 12 16.6154Z" fill="%230B0D0E"/>%0A</svg>%0A');
|
|
3043
3043
|
}
|
|
3044
3044
|
}
|
|
3045
3045
|
}
|