@agregio-solutions/design-system 1.45.0 → 1.45.1
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/design-system.cjs +1 -1
- package/dist/design-system.js +1 -1
- package/package.json +1 -1
package/dist/design-system.cjs
CHANGED
|
@@ -2223,7 +2223,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Lu]+=1);const U9=s.createCont
|
|
|
2223
2223
|
&[data-navigation-overlay-collapsed="false"] {
|
|
2224
2224
|
display: block;
|
|
2225
2225
|
position: fixed;
|
|
2226
|
-
width:
|
|
2226
|
+
width: 100vw;
|
|
2227
2227
|
height: 100vh;
|
|
2228
2228
|
z-index: calc(var(--z-index-fixed) - 1);
|
|
2229
2229
|
background: rgba(0 12 51 / 0.7);
|
package/dist/design-system.js
CHANGED
|
@@ -25516,7 +25516,7 @@ const Ux = {
|
|
|
25516
25516
|
&[data-navigation-overlay-collapsed="false"] {
|
|
25517
25517
|
display: block;
|
|
25518
25518
|
position: fixed;
|
|
25519
|
-
width:
|
|
25519
|
+
width: 100vw;
|
|
25520
25520
|
height: 100vh;
|
|
25521
25521
|
z-index: calc(var(--z-index-fixed) - 1);
|
|
25522
25522
|
background: rgba(0 12 51 / 0.7);
|
package/package.json
CHANGED