@luminati-io/uikit 6.3.72 → 6.3.74-beta.0
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.
@@ -42464,6 +42464,7 @@ var Drawer = function Drawer(_ref) {
|
|
42464
42464
|
children = _ref.children,
|
42465
42465
|
footer = _ref.footer,
|
42466
42466
|
onClose = _ref.onClose,
|
42467
|
+
minimizable = _ref.minimizable,
|
42467
42468
|
okLabel = _ref.okLabel,
|
42468
42469
|
onOk = _ref.onOk,
|
42469
42470
|
okProps = _ref.okProps,
|
@@ -42549,7 +42550,7 @@ var Drawer = function Drawer(_ref) {
|
|
42549
42550
|
}), closable && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_icon_button__WEBPACK_IMPORTED_MODULE_4__.IconButton, {
|
42550
42551
|
className: "".concat(classNamePrefix, "-close"),
|
42551
42552
|
size: "xs",
|
42552
|
-
icon:
|
42553
|
+
icon: minimizable ? 'ChevronDown' : 'Close',
|
42553
42554
|
onClick: onClose
|
42554
42555
|
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement("div", {
|
42555
42556
|
className: "".concat(classNamePrefix, "-header")
|
@@ -42606,7 +42607,8 @@ Drawer.propTypes = {
|
|
42606
42607
|
destroyOnClose: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
|
42607
42608
|
resizable: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
|
42608
42609
|
minWidth: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().number),
|
42609
|
-
maxWidth: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().number)
|
42610
|
+
maxWidth: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().number),
|
42611
|
+
minimizable: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool)
|
42610
42612
|
};
|
42611
42613
|
|
42612
42614
|
/***/ }),
|
@@ -102899,8 +102901,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
102899
102901
|
var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMPORTED_MODULE_0___default())({
|
102900
102902
|
"id": "menu_uikit_icon",
|
102901
102903
|
"use": "menu_uikit_icon-usage",
|
102902
|
-
"viewBox": "0 0
|
102903
|
-
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0
|
102904
|
+
"viewBox": "0 0 16 16",
|
102905
|
+
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" id=\"menu_uikit_icon\"><path fill=\"currentColor\" d=\"M15.2 7.8a.6.6 0 0 1-.6.6H1.4a.6.6 0 1 1 0-1.2h13.2a.6.6 0 0 1 .6.6M1.4 3.6h13.2a.6.6 0 1 0 0-1.2H1.4a.6.6 0 0 0 0 1.2M14.6 12H1.4a.6.6 0 1 0 0 1.2h13.2a.6.6 0 1 0 0-1.2\" /></symbol>"
|
102904
102906
|
});
|
102905
102907
|
var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
|
102906
102908
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
|