@norges-domstoler/dds-components 0.0.0-dev-20240813103608 → 0.0.0-dev-20240819080131
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 +0 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
package/dist/index.css
CHANGED
|
@@ -492,7 +492,6 @@
|
|
|
492
492
|
text-transform: none;
|
|
493
493
|
}
|
|
494
494
|
.utilStyles_hide-input {
|
|
495
|
-
-webkit-clip-path: rect(0 0 0 0);
|
|
496
495
|
clip-path: rect(0 0 0 0);
|
|
497
496
|
position: absolute;
|
|
498
497
|
height: 1px;
|
|
@@ -546,7 +545,6 @@
|
|
|
546
545
|
inset-inline-start: 0px;
|
|
547
546
|
overflow: hidden;
|
|
548
547
|
clip: rect(0, 0, 0, 0);
|
|
549
|
-
-webkit-clip-path: inset(50%);
|
|
550
548
|
clip-path: inset(50%);
|
|
551
549
|
border: 0px;
|
|
552
550
|
}
|