@norges-domstoler/dds-components 0.0.0-dev-20240716102453 → 0.0.0-dev-20240717100958
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 +2 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -474,6 +474,7 @@
|
|
|
474
474
|
text-transform: none;
|
|
475
475
|
}
|
|
476
476
|
.utilStyles_hide-input {
|
|
477
|
+
-webkit-clip-path: rect(0 0 0 0);
|
|
477
478
|
clip-path: rect(0 0 0 0);
|
|
478
479
|
position: absolute;
|
|
479
480
|
height: 1px;
|
|
@@ -527,6 +528,7 @@
|
|
|
527
528
|
inset-inline-start: 0px;
|
|
528
529
|
overflow: hidden;
|
|
529
530
|
clip: rect(0, 0, 0, 0);
|
|
531
|
+
-webkit-clip-path: inset(50%);
|
|
530
532
|
clip-path: inset(50%);
|
|
531
533
|
border: 0px;
|
|
532
534
|
}
|