kui-crm 0.0.250 → 0.0.251

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
@@ -4530,10 +4530,10 @@ var BigCheckbox = React.forwardRef(function (props, ref) {
4530
4530
  var checked = form.watch(name);
4531
4531
  return (jsxRuntime.jsx(StyledCheckbox, __assign({ isChecked: checked }, props, { ref: ref, label: jsxRuntime.jsx(kuiBasic.Caption, __assign({ size: "s", weight: 500 }, { children: label })) })));
4532
4532
  });
4533
- var StyledCheckbox = styled__default["default"](kuiComplex.CheckboxWithController)(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject(["\n padding: 16px 12px;\n border-radius: 12px;\n background: white;\n width: 100%;\n border: 1px solid\n ", ";\n"], ["\n padding: 16px 12px;\n border-radius: 12px;\n background: white;\n width: 100%;\n border: 1px solid\n ", ";\n"])), function (_a) {
4533
+ var StyledCheckbox = styled__default["default"](kuiComplex.CheckboxWithController)(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject(["\n padding: 16px 12px;\n border-radius: 12px;\n background: white;\n width: 100%;\n border: 1px solid\n ", ";\n transition: all ease-out 0.3s;\n &:hover {\n border-color: ", ";\n }\n"], ["\n padding: 16px 12px;\n border-radius: 12px;\n background: white;\n width: 100%;\n border: 1px solid\n ", ";\n transition: all ease-out 0.3s;\n &:hover {\n border-color: ", ";\n }\n"])), function (_a) {
4534
4534
  var isChecked = _a.isChecked;
4535
4535
  return isChecked ? kuiBasic.theme.palette.brand.main : kuiBasic.theme.palette.grey.fifteenB;
4536
- });
4536
+ }, kuiBasic.theme.palette.brand.main);
4537
4537
  var templateObject_1$2;
4538
4538
 
4539
4539
  var inputProps = {