@norges-domstoler/dds-components 0.0.0-dev-20240813103608 → 0.0.0-dev-20240819083641
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 -3
- 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
|
}
|
|
@@ -2406,7 +2404,6 @@
|
|
|
2406
2404
|
box-sizing: border-box;
|
|
2407
2405
|
display: grid;
|
|
2408
2406
|
align-items: center;
|
|
2409
|
-
box-shadow: var(--dds-shadow-1);
|
|
2410
2407
|
border-radius: var(--dds-border-radius-1);
|
|
2411
2408
|
padding: var(--dds-spacing-x0-75);
|
|
2412
2409
|
gap: var(--dds-spacing-x0-5);
|