pixelize-design-library 2.2.15 → 2.2.16
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.
|
@@ -39,7 +39,7 @@ var react_2 = require("@chakra-ui/react");
|
|
|
39
39
|
var framer_motion_1 = require("framer-motion");
|
|
40
40
|
var useCustomTheme_1 = require("../../Theme/useCustomTheme");
|
|
41
41
|
var lucide_react_1 = require("lucide-react");
|
|
42
|
-
var MotionBox = framer_motion_1.motion
|
|
42
|
+
var MotionBox = (0, framer_motion_1.motion)((0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement(react_2.Box, __assign({ ref: ref }, props))); }));
|
|
43
43
|
var Dropdown = (0, react_1.forwardRef)(function (_a, ref) {
|
|
44
44
|
var dropDownButtonStyle = _a.dropDownButtonStyle, ButtonText = _a.ButtonText, options = _a.options, handleOptionSelect = _a.handleOptionSelect, _b = _a.dropdownType, dropdownType = _b === void 0 ? "button" : _b, text = _a.text, DropdownIcon = _a.DropdownIcon, _c = _a.isVisibleIconShow, isVisibleIconShow = _c === void 0 ? true : _c, buttonProps = _a.buttonProps, headStyle = _a.headStyle, ListStyle = _a.ListStyle, ItemStyle = _a.ItemStyle, LabelStyle = _a.LabelStyle, ImageStyle = _a.ImageStyle, _d = _a.optionsSize, optionsSize = _d === void 0 ? "lg" : _d, _e = _a.divider, divider = _e === void 0 ? false : _e;
|
|
45
45
|
var theme = (0, useCustomTheme_1.useCustomTheme)();
|