@kashifd/jwero-components 0.6.2 → 0.6.3
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 +4 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -48497,7 +48497,8 @@ const _z = /* @__PURE__ */ Qo($z), qz = ({ ...e }) => /* @__PURE__ */ A.jsxs(
|
|
|
48497
48497
|
onClick: T,
|
|
48498
48498
|
onClose: D,
|
|
48499
48499
|
isChecked: E,
|
|
48500
|
-
labelProps: I
|
|
48500
|
+
labelProps: I,
|
|
48501
|
+
avatarProps: P
|
|
48501
48502
|
}) => /* @__PURE__ */ A.jsxs(
|
|
48502
48503
|
tV,
|
|
48503
48504
|
{
|
|
@@ -48508,15 +48509,15 @@ const _z = /* @__PURE__ */ Qo($z), qz = ({ ...e }) => /* @__PURE__ */ A.jsxs(
|
|
|
48508
48509
|
},
|
|
48509
48510
|
sx: e,
|
|
48510
48511
|
children: [
|
|
48511
|
-
a && s === "before" && /* @__PURE__ */ A.jsx(Td, { size: "small", name: w || "" }),
|
|
48512
48512
|
c && d === "before" && /* @__PURE__ */ A.jsx(sc, { checked: E }),
|
|
48513
48513
|
g && m === "before" && /* @__PURE__ */ A.jsx(cc, { checked: E }),
|
|
48514
48514
|
t && r === "before" && t,
|
|
48515
|
+
a && s === "before" && /* @__PURE__ */ A.jsx(Td, { size: "small", name: w || "", ...P }),
|
|
48515
48516
|
/* @__PURE__ */ A.jsx(xt, { variant: "lMedium", ...I, children: w }),
|
|
48516
48517
|
t && r === "after" && t,
|
|
48517
48518
|
g && m === "after" && /* @__PURE__ */ A.jsx(cc, { checked: E }),
|
|
48518
48519
|
c && d === "after" && /* @__PURE__ */ A.jsx(sc, { checked: E }),
|
|
48519
|
-
a && s === "after" && /* @__PURE__ */ A.jsx(Td, { size: "small", name: w || "" }),
|
|
48520
|
+
a && s === "after" && /* @__PURE__ */ A.jsx(Td, { size: "small", name: w || "", ...P }),
|
|
48520
48521
|
D && /* @__PURE__ */ A.jsx(Er, { onClick: D, sx: { margin: 0, padding: "0.125rem" }, children: /* @__PURE__ */ A.jsx(Ra, { height: 20, width: 20 }) })
|
|
48521
48522
|
]
|
|
48522
48523
|
}
|