@superinterface/react 2.20.0 → 2.20.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/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3847,10 +3847,6 @@ var Root11 = function(param) {
|
|
|
3847
3847
|
initial: "0",
|
|
3848
3848
|
sm: "24px"
|
|
3849
3849
|
},
|
|
3850
|
-
top: {
|
|
3851
|
-
initial: "0",
|
|
3852
|
-
sm: "24px"
|
|
3853
|
-
},
|
|
3854
3850
|
maxHeight: {
|
|
3855
3851
|
initial: void 0,
|
|
3856
3852
|
sm: "720px"
|
|
@@ -3860,6 +3856,10 @@ var Root11 = function(param) {
|
|
|
3860
3856
|
sm: "400px"
|
|
3861
3857
|
},
|
|
3862
3858
|
width: "100%",
|
|
3859
|
+
height: {
|
|
3860
|
+
initial: "100dvh",
|
|
3861
|
+
sm: "calc(100dvh - 96px)"
|
|
3862
|
+
},
|
|
3863
3863
|
style: _object_spread({
|
|
3864
3864
|
zIndex: 9999999999
|
|
3865
3865
|
}, style),
|