kui-crm 0.0.252 → 0.0.253
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 +1 -1
- package/cjs/index.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -4530,7 +4530,7 @@ 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 transition: all ease-out 0.3s;\n &:hover {\n
|
|
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 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n @media (hover: hover) {\n &:hover {\n border-color: ", ";\n }\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 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n @media (hover: hover) {\n &:hover {\n border-color: ", ";\n }\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
|
}, function (_a) {
|