@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.
@@ -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: 100vh;
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);
@@ -25516,7 +25516,7 @@ const Ux = {
25516
25516
  &[data-navigation-overlay-collapsed="false"] {
25517
25517
  display: block;
25518
25518
  position: fixed;
25519
- width: 100vh;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agregio-solutions/design-system",
3
- "version": "1.45.0",
3
+ "version": "1.45.1",
4
4
  "description": "React Component library and Storybook that is part of the Design System for Agregio Solutions",
5
5
  "type": "module",
6
6
  "module": "dist/design-system.js",