@norges-domstoler/dds-components 0.0.0-dev-20241126112635 → 0.0.0-dev-20241128105336
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 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -1695,6 +1695,7 @@
|
|
|
1695
1695
|
|
|
1696
1696
|
/* src/components/Drawer/Drawer.module.css */
|
|
1697
1697
|
.Drawer_container {
|
|
1698
|
+
--dds-transition-duration-drawer-move: 0.2s;
|
|
1698
1699
|
--dds-drawer-content-container-padding: var(--dds-spacing-x0-25);
|
|
1699
1700
|
--dds-drawer-container-padding: calc( var(--dds-spacing-x1) - var(--dds-drawer-content-container-padding) ) calc(var(--dds-spacing-x1) - var(--dds-drawer-content-container-padding)) calc(var(--dds-spacing-x1) - var(--dds-drawer-content-container-padding)) calc(var(--dds-spacing-x1-5) - var(--dds-drawer-content-container-padding));
|
|
1700
1701
|
position: fixed;
|
|
@@ -1707,7 +1708,7 @@
|
|
|
1707
1708
|
z-index: 100;
|
|
1708
1709
|
padding: var(--dds-drawer-container-padding);
|
|
1709
1710
|
@media (prefers-reduced-motion: no-preference) {
|
|
1710
|
-
transition: transform var(--dds-transition-duration-
|
|
1711
|
+
transition: transform var(--dds-transition-duration-drawer-move);
|
|
1711
1712
|
}
|
|
1712
1713
|
}
|
|
1713
1714
|
.Drawer_container--small {
|
|
@@ -2821,15 +2822,12 @@
|
|
|
2821
2822
|
}
|
|
2822
2823
|
}
|
|
2823
2824
|
.NativeSelect_select--medium {
|
|
2824
|
-
height: calc(1.5em + var(--dds-spacing-x0-75) + var(--dds-spacing-x0-75) + 2px);
|
|
2825
2825
|
padding-right: var(--dds-spacing-x2);
|
|
2826
2826
|
}
|
|
2827
2827
|
.NativeSelect_select--small {
|
|
2828
|
-
height: calc(1.5em + var(--dds-spacing-x0-5) + var(--dds-spacing-x0-5) + 2px);
|
|
2829
2828
|
padding-right: var(--dds-spacing-x2);
|
|
2830
2829
|
}
|
|
2831
2830
|
.NativeSelect_select--tiny {
|
|
2832
|
-
height: calc(1.5em + var(--dds-spacing-x0-25) + var(--dds-spacing-x0-25) + 2px);
|
|
2833
2831
|
padding-right: var(--dds-spacing-x1-5);
|
|
2834
2832
|
}
|
|
2835
2833
|
.NativeSelect_select--multiple {
|