@kashifd/jwero-components 0.5.55 → 0.5.57
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 +7 -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
|
@@ -39351,7 +39351,12 @@ const ZR = ({
|
|
|
39351
39351
|
textSx: s
|
|
39352
39352
|
}) => {
|
|
39353
39353
|
var p, g, m, v;
|
|
39354
|
-
const u = e === "custom" ? o : lI[e]
|
|
39354
|
+
const u = e === "custom" ? o : lI[e] || {
|
|
39355
|
+
value: "type",
|
|
39356
|
+
label: "type",
|
|
39357
|
+
backgroundColor: lt.colors.light_grey,
|
|
39358
|
+
color: lt.colors.text_primary
|
|
39359
|
+
};
|
|
39355
39360
|
return /* @__PURE__ */ k.jsxs(
|
|
39356
39361
|
Je,
|
|
39357
39362
|
{
|
|
@@ -39369,7 +39374,7 @@ const ZR = ({
|
|
|
39369
39374
|
},
|
|
39370
39375
|
children: [
|
|
39371
39376
|
((p = u == null ? void 0 : u.iconProps) == null ? void 0 : p.icon) && ((g = u == null ? void 0 : u.iconProps) == null ? void 0 : g.position) === aI && u.iconProps.icon,
|
|
39372
|
-
/* @__PURE__ */ k.jsx(mt, { sx: { color: u == null ? void 0 : u.color, ...s }, children: u.label }),
|
|
39377
|
+
/* @__PURE__ */ k.jsx(mt, { sx: { color: u == null ? void 0 : u.color, ...s }, children: u == null ? void 0 : u.label }),
|
|
39373
39378
|
((m = u == null ? void 0 : u.iconProps) == null ? void 0 : m.icon) && ((v = u == null ? void 0 : u.iconProps) == null ? void 0 : v.position) === sI && u.iconProps.icon
|
|
39374
39379
|
]
|
|
39375
39380
|
}
|