kui-crm 0.0.198 → 0.0.199

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/cjs/index.js CHANGED
@@ -4027,7 +4027,7 @@ function DropdownMenuBase(_a) {
4027
4027
  return (jsxRuntime.jsxs(StyledMenu, __assign({ "data-testid": "menu_dropdown", ref: dropdownRef, hidden: !isOpen }, other, { children: [options === null || options === void 0 ? void 0 : options.map(function (option) { return (jsxRuntime.jsxs(StyledMenuItem, __assign({ role: "button", className: menuItemStyles, onClick: function () { return handleOptionClick(option.handleClick); }, onKeyDown: function () { return handleOptionClick(option.handleClick); }, tabIndex: 0 }, { children: [option.icon, jsxRuntime.jsx(kuiBasic.Caption, __assign({ size: "xs", weight: 500 }, { children: option.label }))] }), option.label)); }), children] })));
4028
4028
  }
4029
4029
  var StyledMenu = styled__default["default"].div(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject(["\n padding: 8px;\n background: ", ";\n box-shadow: 0px 26px 34px rgba(0, 0, 0, 0.1);\n border: 1px solid ", ";\n position: absolute;\n right: 0;\n border-radius: 12px;\n width: max-content;\n z-index: 1000;\n"], ["\n padding: 8px;\n background: ", ";\n box-shadow: 0px 26px 34px rgba(0, 0, 0, 0.1);\n border: 1px solid ", ";\n position: absolute;\n right: 0;\n border-radius: 12px;\n width: max-content;\n z-index: 1000;\n"])), kuiBasic.theme.palette.grey.zero, kuiBasic.theme.palette.background.light1);
4030
- var StyledMenuItem = styled__default["default"].div(templateObject_2$1 || (templateObject_2$1 = __makeTemplateObject(["\n border-radius: 12px;\n padding: 13px 8px;\n cursor: pointer;\n transition: all ease-out 0.2s;\n text-align: left;\n display: flex;\n align-items: center;\n flex-wrap: nowrap;\n svg {\n margin-right: 8px;\n }\n &:hover {\n background-color: ", ";\n }\n"], ["\n border-radius: 12px;\n padding: 13px 8px;\n cursor: pointer;\n transition: all ease-out 0.2s;\n text-align: left;\n display: flex;\n align-items: center;\n flex-wrap: nowrap;\n svg {\n margin-right: 8px;\n }\n &:hover {\n background-color: ", ";\n }\n"])), kuiBasic.theme.palette.background.light1);
4030
+ var StyledMenuItem = styled__default["default"].div(templateObject_2$1 || (templateObject_2$1 = __makeTemplateObject(["\n border-radius: 12px;\n padding: 13px 8px;\n cursor: pointer;\n transition: all ease-out 0.2s;\n text-align: left;\n display: flex;\n align-items: center;\n flex-wrap: nowrap;\n svg {\n margin-right: 8px;\n path {\n fill: ", ";\n }\n }\n &:hover {\n background-color: ", ";\n }\n"], ["\n border-radius: 12px;\n padding: 13px 8px;\n cursor: pointer;\n transition: all ease-out 0.2s;\n text-align: left;\n display: flex;\n align-items: center;\n flex-wrap: nowrap;\n svg {\n margin-right: 8px;\n path {\n fill: ", ";\n }\n }\n &:hover {\n background-color: ", ";\n }\n"])), kuiBasic.theme.palette.grey.fiftyP, kuiBasic.theme.palette.background.light1);
4031
4031
  var templateObject_1$2, templateObject_2$1;
4032
4032
 
4033
4033
  var menuOffset = 32;