@hexure/ui 1.6.6 → 1.6.7
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/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -2696,7 +2696,7 @@ var Scrim$1 = styled.div(templateObject_1$e || (templateObject_1$e = __makeTempl
|
|
|
2696
2696
|
});
|
|
2697
2697
|
var Container$2 = styled.div(templateObject_2$c || (templateObject_2$c = __makeTemplateObject(["\n z-index: ", ";\n min-width: 400px;\n width: ", ";\n overflow: hidden;\n box-shadow: 0px 10px 30px -15px rgba(0, 0, 0, 0.2);\n outline: none;\n border: none;\n position: ", ";\n top: 0;\n right: 0;\n bottom: 0;\n padding: 0px;\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n background: #fff;\n"], ["\n z-index: ", ";\n min-width: 400px;\n width: ", ";\n overflow: hidden;\n box-shadow: 0px 10px 30px -15px rgba(0, 0, 0, 0.2);\n outline: none;\n border: none;\n position: ", ";\n top: 0;\n right: 0;\n bottom: 0;\n padding: 0px;\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n background: #fff;\n"])), function (_a) {
|
|
2698
2698
|
var $position = _a.$position;
|
|
2699
|
-
return ($position === 'fixed' ?
|
|
2699
|
+
return ($position === 'fixed' ? 9999 : 11);
|
|
2700
2700
|
}, function (_a) {
|
|
2701
2701
|
var $width = _a.$width;
|
|
2702
2702
|
return $width || '400px';
|
package/dist/esm/index.js
CHANGED
|
@@ -2694,7 +2694,7 @@ var Scrim$1 = styled.div(templateObject_1$e || (templateObject_1$e = __makeTempl
|
|
|
2694
2694
|
});
|
|
2695
2695
|
var Container$2 = styled.div(templateObject_2$c || (templateObject_2$c = __makeTemplateObject(["\n z-index: ", ";\n min-width: 400px;\n width: ", ";\n overflow: hidden;\n box-shadow: 0px 10px 30px -15px rgba(0, 0, 0, 0.2);\n outline: none;\n border: none;\n position: ", ";\n top: 0;\n right: 0;\n bottom: 0;\n padding: 0px;\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n background: #fff;\n"], ["\n z-index: ", ";\n min-width: 400px;\n width: ", ";\n overflow: hidden;\n box-shadow: 0px 10px 30px -15px rgba(0, 0, 0, 0.2);\n outline: none;\n border: none;\n position: ", ";\n top: 0;\n right: 0;\n bottom: 0;\n padding: 0px;\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n background: #fff;\n"])), function (_a) {
|
|
2696
2696
|
var $position = _a.$position;
|
|
2697
|
-
return ($position === 'fixed' ?
|
|
2697
|
+
return ($position === 'fixed' ? 9999 : 11);
|
|
2698
2698
|
}, function (_a) {
|
|
2699
2699
|
var $width = _a.$width;
|
|
2700
2700
|
return $width || '400px';
|