@kashifd/jwero-components 0.6.42 → 0.6.43
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 -7
- 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
|
@@ -48764,8 +48764,8 @@ const yB = /* @__PURE__ */ Zo(xB), wB = ({ ...e }) => /* @__PURE__ */ w.jsxs(
|
|
|
48764
48764
|
]
|
|
48765
48765
|
}
|
|
48766
48766
|
),
|
|
48767
|
-
(D = a.options) == null ? void 0 : D.map((E) => {
|
|
48768
|
-
var
|
|
48767
|
+
(D = a.options) == null ? void 0 : D.map((E, R) => {
|
|
48768
|
+
var N, I, V, M, H, $;
|
|
48769
48769
|
return /* @__PURE__ */ w.jsx(xo, { title: E != null && E.tooltip ? E == null ? void 0 : E.tooltip : "", children: /* @__PURE__ */ w.jsxs(
|
|
48770
48770
|
Ye,
|
|
48771
48771
|
{
|
|
@@ -48795,16 +48795,16 @@ const yB = /* @__PURE__ */ Zo(xB), wB = ({ ...e }) => /* @__PURE__ */ w.jsxs(
|
|
|
48795
48795
|
gap: "0.5rem"
|
|
48796
48796
|
},
|
|
48797
48797
|
children: [
|
|
48798
|
-
((
|
|
48798
|
+
((N = E == null ? void 0 : E.iconProps) == null ? void 0 : N.icon) && ((I = E == null ? void 0 : E.iconProps) == null ? void 0 : I.placement) === Im && ((V = E == null ? void 0 : E.iconProps) == null ? void 0 : V.icon),
|
|
48799
48799
|
/* @__PURE__ */ w.jsx(ht, { ...E == null ? void 0 : E.labelProps, children: E.label }),
|
|
48800
|
-
((
|
|
48800
|
+
((M = E == null ? void 0 : E.iconProps) == null ? void 0 : M.icon) && ((H = E == null ? void 0 : E.iconProps) == null ? void 0 : H.placement) === Nm && (($ = E == null ? void 0 : E.iconProps) == null ? void 0 : $.icon)
|
|
48801
48801
|
]
|
|
48802
48802
|
}
|
|
48803
48803
|
),
|
|
48804
48804
|
E.endIcon
|
|
48805
48805
|
]
|
|
48806
48806
|
}
|
|
48807
|
-
) });
|
|
48807
|
+
) }, `${E.value}_${R}`);
|
|
48808
48808
|
})
|
|
48809
48809
|
]
|
|
48810
48810
|
},
|
|
@@ -49088,7 +49088,7 @@ const yB = /* @__PURE__ */ Zo(xB), wB = ({ ...e }) => /* @__PURE__ */ w.jsxs(
|
|
|
49088
49088
|
children: /* @__PURE__ */ w.jsx(ht, { variant: "xxxlSemibold", ...r, children: e })
|
|
49089
49089
|
}
|
|
49090
49090
|
),
|
|
49091
|
-
/* @__PURE__ */ w.jsx(Ye, { sx: { gap: "1rem", ...c }, children: En.isArrayWithValues(s) && s.map((C) => /* @__PURE__ */ w.jsx(
|
|
49091
|
+
/* @__PURE__ */ w.jsx(Ye, { sx: { gap: "1rem", ...c }, children: En.isArrayWithValues(s) && s.map((C, T) => /* @__PURE__ */ w.jsx(
|
|
49092
49092
|
xo,
|
|
49093
49093
|
{
|
|
49094
49094
|
title: C.access ? "" : `You don't have permission to edit ${C.label.toLowerCase() || ""}`,
|
|
@@ -49113,7 +49113,7 @@ const yB = /* @__PURE__ */ Zo(xB), wB = ({ ...e }) => /* @__PURE__ */ w.jsxs(
|
|
|
49113
49113
|
}
|
|
49114
49114
|
)
|
|
49115
49115
|
},
|
|
49116
|
-
C.value
|
|
49116
|
+
`${C.value}_${T}`
|
|
49117
49117
|
)) })
|
|
49118
49118
|
]
|
|
49119
49119
|
}
|