master-components-react 4.1.11 → 4.2.0
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.
|
@@ -3339,7 +3339,7 @@ const lM = ({
|
|
|
3339
3339
|
}
|
|
3340
3340
|
) }, q);
|
|
3341
3341
|
case "checkBox":
|
|
3342
|
-
return /* @__PURE__ */ E.jsxs("div", { className: _i.checkbox, children: [
|
|
3342
|
+
return /* @__PURE__ */ E.jsxs("div", { className: _i.checkbox, style: z(k), children: [
|
|
3343
3343
|
/* @__PURE__ */ E.jsx(
|
|
3344
3344
|
Nh,
|
|
3345
3345
|
{
|
|
@@ -3360,7 +3360,7 @@ const lM = ({
|
|
|
3360
3360
|
/* @__PURE__ */ E.jsx("span", { className: _i.checkboxLabel, children: k.label })
|
|
3361
3361
|
] }, q);
|
|
3362
3362
|
case "radio":
|
|
3363
|
-
return /* @__PURE__ */ E.jsxs("div", { className: _i.checkbox, children: [
|
|
3363
|
+
return /* @__PURE__ */ E.jsxs("div", { className: _i.checkbox, style: z(k), children: [
|
|
3364
3364
|
/* @__PURE__ */ E.jsx(
|
|
3365
3365
|
jL,
|
|
3366
3366
|
{
|