@superinterface/react 2.20.0 → 2.20.2
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.js
CHANGED
|
@@ -3695,10 +3695,6 @@ var Root11 = function(param) {
|
|
|
3695
3695
|
initial: "0",
|
|
3696
3696
|
sm: "24px"
|
|
3697
3697
|
},
|
|
3698
|
-
top: {
|
|
3699
|
-
initial: "0",
|
|
3700
|
-
sm: "24px"
|
|
3701
|
-
},
|
|
3702
3698
|
maxHeight: {
|
|
3703
3699
|
initial: void 0,
|
|
3704
3700
|
sm: "720px"
|
|
@@ -3708,6 +3704,10 @@ var Root11 = function(param) {
|
|
|
3708
3704
|
sm: "400px"
|
|
3709
3705
|
},
|
|
3710
3706
|
width: "100%",
|
|
3707
|
+
height: {
|
|
3708
|
+
initial: "100%",
|
|
3709
|
+
sm: "calc(100% - 96px)"
|
|
3710
|
+
},
|
|
3711
3711
|
style: _object_spread({
|
|
3712
3712
|
zIndex: 9999999999
|
|
3713
3713
|
}, style),
|