@kashifd/jwero-components 0.7.18 → 0.7.19
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 +2 -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,7 +46427,7 @@ 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, { children: W.label }),
|
|
46430
|
+
/* @__PURE__ */ b.jsx(vt, { sx: { color: j.colors.black }, children: W.label }),
|
|
46431
46431
|
/* @__PURE__ */ b.jsx(
|
|
46432
46432
|
vt,
|
|
46433
46433
|
{
|
|
@@ -47220,7 +47220,7 @@ const xF = ({
|
|
|
47220
47220
|
}, w = () => {
|
|
47221
47221
|
m(!1), s && s();
|
|
47222
47222
|
}, T = (j) => {
|
|
47223
|
-
r(j
|
|
47223
|
+
r(j), w();
|
|
47224
47224
|
}, O = t || yF, P = (I = O == null ? void 0 : O.find(
|
|
47225
47225
|
(j) => j.value === e
|
|
47226
47226
|
)) == null ? void 0 : I.label;
|