@kashifd/jwero-components 0.7.96 → 0.7.97
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.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -59198,7 +59198,7 @@ const Iz = ({ name: e, data: t, labels: r }) => {
|
|
|
59198
59198
|
justifyContent: "space-between",
|
|
59199
59199
|
sx: { gap: "1rem", height: "100%", overflowY: "auto", ...u },
|
|
59200
59200
|
children: [
|
|
59201
|
-
/* @__PURE__ */ v.jsx(Le, { sx: { ...T }, children: Dr.isArrayWithValues(c) && c.map((O, P) => /* @__PURE__ */ v.jsx(
|
|
59201
|
+
/* @__PURE__ */ v.jsx(Le, { sx: { gap: "1rem", ...T }, children: Dr.isArrayWithValues(c) && c.map((O, P) => /* @__PURE__ */ v.jsx(
|
|
59202
59202
|
dr,
|
|
59203
59203
|
{
|
|
59204
59204
|
title: O.access ? "" : `You don't have permission to edit ${O.label.toLowerCase() || ""}`,
|
|
@@ -59251,7 +59251,7 @@ const Iz = ({ name: e, data: t, labels: r }) => {
|
|
|
59251
59251
|
},
|
|
59252
59252
|
`${O.value}_${P}`
|
|
59253
59253
|
)) }),
|
|
59254
|
-
Dr.isArrayWithValues(r || []) && /* @__PURE__ */ v.jsx(Le, { sx: { mb: 2, ...D }, children: r && r.map((O, P) => /* @__PURE__ */ v.jsx(
|
|
59254
|
+
Dr.isArrayWithValues(r || []) && /* @__PURE__ */ v.jsx(Le, { sx: { gap: "1rem", mb: 2, ...D }, children: r && r.map((O, P) => /* @__PURE__ */ v.jsx(
|
|
59255
59255
|
dr,
|
|
59256
59256
|
{
|
|
59257
59257
|
title: O.access ? "" : `You don't have permission to edit ${O.label.toLowerCase() || ""}`,
|