@kashifd/jwero-components 0.7.19 → 0.7.20
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 +1 -2
- 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
|
@@ -46427,12 +46427,11 @@ const ia = ({ stroke: e = "#000", ...t }) => /* @__PURE__ */ b.jsxs(
|
|
|
46427
46427
|
justifyContent: "space-between",
|
|
46428
46428
|
width: "100%",
|
|
46429
46429
|
children: [
|
|
46430
|
-
/* @__PURE__ */ b.jsx(vt, {
|
|
46430
|
+
/* @__PURE__ */ b.jsx(vt, { children: W.label }),
|
|
46431
46431
|
/* @__PURE__ */ b.jsx(
|
|
46432
46432
|
vt,
|
|
46433
46433
|
{
|
|
46434
46434
|
variant: "lRegular",
|
|
46435
|
-
sx: { color: j.colors.black },
|
|
46436
46435
|
children: (ne = W == null ? void 0 : W.disableProps) == null ? void 0 : ne.disableText
|
|
46437
46436
|
}
|
|
46438
46437
|
)
|