@agregio-solutions/design-system 1.48.0 → 1.48.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.
@@ -1537,6 +1537,10 @@ See https://s-c.sh/2BAXzed for more info.`),window[qu]+=1);const b8=l.createCont
1537
1537
  animation: none;
1538
1538
  }
1539
1539
  }
1540
+
1541
+ @media screen and (max-width: 767px) {
1542
+ width: 100vw;
1543
+ }
1540
1544
  `,sD=R(Vi)`
1541
1545
  outline: none;
1542
1546
  height: 100%;
@@ -24542,6 +24542,10 @@ const c4 = Ha`
24542
24542
  animation: none;
24543
24543
  }
24544
24544
  }
24545
+
24546
+ @media screen and (max-width: 767px) {
24547
+ width: 100vw;
24548
+ }
24545
24549
  `, mx = I(Zi)`
24546
24550
  outline: none;
24547
24551
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agregio-solutions/design-system",
3
- "version": "1.48.0",
3
+ "version": "1.48.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",