kui-crm 0.0.301 → 0.0.302

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
@@ -2781,7 +2781,7 @@ FormBottom.defaultProps = {
2781
2781
  variant: "create",
2782
2782
  label: "Create",
2783
2783
  };
2784
- var StyledLoading = styled__default["default"](kuiComplex.Loading)(templateObject_1$H || (templateObject_1$H = __makeTemplateObject(["\n .MuiCircularProgress-root {\n color: ", " !important;\n height: 32px !important;\n width: 32px !important;\n }\n"], ["\n .MuiCircularProgress-root {\n color: ", " !important;\n height: 32px !important;\n width: 32px !important;\n }\n"])), kuiBasic.theme.palette.grey.fiftyP);
2784
+ var StyledLoading = styled__default["default"](kuiComplex.Loading)(templateObject_1$H || (templateObject_1$H = __makeTemplateObject(["\n .KUI-CircularProgress {\n color: ", " !important;\n height: 24px !important;\n width: 24px !important;\n }\n"], ["\n .KUI-CircularProgress {\n color: ", " !important;\n height: 24px !important;\n width: 24px !important;\n }\n"])), kuiBasic.theme.palette.grey.zero);
2785
2785
  function Footer(_a) {
2786
2786
  _a.isFixed; var children = _a.children, otherProps = __rest(_a, ["isFixed", "children"]);
2787
2787
  return jsxRuntime$1.jsx("div", __assign({}, otherProps, { children: children }));