@luminati-io/uikit 1.9.7 → 1.9.8
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/uikit.umd.js +0 -3
- package/dist/uikit.umd.js.map +1 -1
- package/dist/uikit.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/uikit.umd.js
CHANGED
|
@@ -22781,9 +22781,6 @@ var PopoverContainer = (0,_with_portal__WEBPACK_IMPORTED_MODULE_5__["default"])(
|
|
|
22781
22781
|
_props$zIndex = props.zIndex,
|
|
22782
22782
|
zIndex = _props$zIndex === void 0 ? _constants__WEBPACK_IMPORTED_MODULE_3__.Z_INDEX.popover : _props$zIndex,
|
|
22783
22783
|
visible = props.visible;
|
|
22784
|
-
console.log({
|
|
22785
|
-
props: props
|
|
22786
|
-
});
|
|
22787
22784
|
var style = assign({}, props.style, {
|
|
22788
22785
|
zIndex: zIndex,
|
|
22789
22786
|
visibility: visible ? 'visible' : 'hidden'
|