@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.
- package/dist/design-system.cjs +4 -0
- package/dist/design-system.js +4 -0
- package/package.json +1 -1
package/dist/design-system.cjs
CHANGED
|
@@ -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%;
|
package/dist/design-system.js
CHANGED
|
@@ -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