@kashifd/jwero-components 0.5.15 → 0.5.16

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/dist/index.es.js CHANGED
@@ -37097,9 +37097,14 @@ const Om = () => /* @__PURE__ */ m.jsx(
37097
37097
  ) }) })
37098
37098
  }
37099
37099
  );
37100
- }, oD = ({ checked: e = !1, onChange: t, sx: o }) => {
37101
- const r = (s) => {
37102
- t == null || t(s.target.checked);
37100
+ }, oD = ({
37101
+ checked: e = !1,
37102
+ onChange: t,
37103
+ sx: o,
37104
+ disabled: r
37105
+ }) => {
37106
+ const s = (i) => {
37107
+ t == null || t(i.target.checked);
37103
37108
  };
37104
37109
  return /* @__PURE__ */ m.jsx(
37105
37110
  El,
@@ -37107,7 +37112,8 @@ const Om = () => /* @__PURE__ */ m.jsx(
37107
37112
  icon: /* @__PURE__ */ m.jsx(Rm, {}),
37108
37113
  checkedIcon: /* @__PURE__ */ m.jsx(Em, {}),
37109
37114
  checked: e,
37110
- onChange: r,
37115
+ onChange: s,
37116
+ disabled: r,
37111
37117
  sx: { padding: 0, margin: 0, ...o }
37112
37118
  }
37113
37119
  );