@kashifd/jwero-components 0.7.39 → 0.7.41
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
CHANGED
|
@@ -48217,9 +48217,10 @@ const fW = ({
|
|
|
48217
48217
|
total_steps: 1,
|
|
48218
48218
|
current_step: 1
|
|
48219
48219
|
},
|
|
48220
|
-
sx: g
|
|
48220
|
+
sx: g,
|
|
48221
|
+
titleSx: m
|
|
48221
48222
|
}) => {
|
|
48222
|
-
const
|
|
48223
|
+
const b = jt();
|
|
48223
48224
|
return /* @__PURE__ */ v.jsx(
|
|
48224
48225
|
Ve,
|
|
48225
48226
|
{
|
|
@@ -48269,7 +48270,7 @@ const fW = ({
|
|
|
48269
48270
|
fontWeight: 500
|
|
48270
48271
|
},
|
|
48271
48272
|
children: [
|
|
48272
|
-
/* @__PURE__ */ v.jsxs("span", { style: { color:
|
|
48273
|
+
/* @__PURE__ */ v.jsxs("span", { style: { color: b.colors.text_primary }, children: [
|
|
48273
48274
|
d != null && d.custom_name ? (d == null ? void 0 : d.custom_name) + " " : "Steps ",
|
|
48274
48275
|
(d == null ? void 0 : d.current_step) ?? "1 "
|
|
48275
48276
|
] }),
|
|
@@ -48291,7 +48292,7 @@ const fW = ({
|
|
|
48291
48292
|
direction: "row",
|
|
48292
48293
|
alignItems: "center",
|
|
48293
48294
|
justifyContent: "space-between",
|
|
48294
|
-
sx: { gap: "1rem", width: "100%" },
|
|
48295
|
+
sx: { gap: "1rem", width: "100%", ...m },
|
|
48295
48296
|
children: [
|
|
48296
48297
|
/* @__PURE__ */ v.jsxs(Ve, { direction: "row", alignItems: "center", sx: { gap: "0.5rem" }, children: [
|
|
48297
48298
|
(s == null ? void 0 : s.icon) && (s == null ? void 0 : s.position) === "start" && /* @__PURE__ */ v.jsx(
|
|
@@ -48299,7 +48300,7 @@ const fW = ({
|
|
|
48299
48300
|
{
|
|
48300
48301
|
sx: {
|
|
48301
48302
|
borderRadius: "0.5rem",
|
|
48302
|
-
backgroundColor:
|
|
48303
|
+
backgroundColor: b.colors.white,
|
|
48303
48304
|
padding: "0.5rem",
|
|
48304
48305
|
...s == null ? void 0 : s.sx
|
|
48305
48306
|
},
|
|
@@ -48312,7 +48313,7 @@ const fW = ({
|
|
|
48312
48313
|
{
|
|
48313
48314
|
sx: {
|
|
48314
48315
|
borderRadius: "0.5rem",
|
|
48315
|
-
backgroundColor:
|
|
48316
|
+
backgroundColor: b.colors.white,
|
|
48316
48317
|
padding: "0.5rem",
|
|
48317
48318
|
...s == null ? void 0 : s.sx
|
|
48318
48319
|
},
|
|
@@ -48609,7 +48610,7 @@ const fW = ({
|
|
|
48609
48610
|
{
|
|
48610
48611
|
direction: "row",
|
|
48611
48612
|
alignItems: "center",
|
|
48612
|
-
sx: { gap: "
|
|
48613
|
+
sx: { gap: "0.5rem", width: "fit-content", ...a },
|
|
48613
48614
|
children: [
|
|
48614
48615
|
/* @__PURE__ */ v.jsx(
|
|
48615
48616
|
vt,
|
|
@@ -48621,7 +48622,7 @@ const fW = ({
|
|
|
48621
48622
|
whiteSpace: "nowrap",
|
|
48622
48623
|
mt: "0.2rem"
|
|
48623
48624
|
},
|
|
48624
|
-
children: "Rows per page:"
|
|
48625
|
+
children: "Rows per page :"
|
|
48625
48626
|
}
|
|
48626
48627
|
),
|
|
48627
48628
|
/* @__PURE__ */ v.jsx(
|
|
@@ -48647,9 +48648,7 @@ const fW = ({
|
|
|
48647
48648
|
pagination: d = {
|
|
48648
48649
|
flag: !1,
|
|
48649
48650
|
currentPage: 1,
|
|
48650
|
-
totalPages: 1
|
|
48651
|
-
onChange: () => {
|
|
48652
|
-
}
|
|
48651
|
+
totalPages: 1
|
|
48653
48652
|
},
|
|
48654
48653
|
rowsPerPageProps: g = {
|
|
48655
48654
|
flag: !1,
|
|
@@ -58589,6 +58588,8 @@ const hz = ({ name: e, data: t, labels: r }) => {
|
|
|
58589
58588
|
sx: {
|
|
58590
58589
|
backgroundColor: w.colors.white,
|
|
58591
58590
|
minWidth: "200px",
|
|
58591
|
+
height: "100%",
|
|
58592
|
+
overflowY: "auto",
|
|
58592
58593
|
// padding: "1rem",
|
|
58593
58594
|
...g
|
|
58594
58595
|
},
|
|
@@ -58606,7 +58607,7 @@ const hz = ({ name: e, data: t, labels: r }) => {
|
|
|
58606
58607
|
children: /* @__PURE__ */ v.jsx(vt, { variant: "xxxlSemibold", ...r, children: e })
|
|
58607
58608
|
}
|
|
58608
58609
|
),
|
|
58609
|
-
/* @__PURE__ */ v.jsx(Ve, { sx: { gap: "1rem", ...c }, children: Gr.isArrayWithValues(s) && s.map((S, O) => /* @__PURE__ */ v.jsx(
|
|
58610
|
+
/* @__PURE__ */ v.jsx(Ve, { sx: { gap: "1rem", height: "100%", overflowY: "auto", ...c }, children: Gr.isArrayWithValues(s) && s.map((S, O) => /* @__PURE__ */ v.jsx(
|
|
58610
58611
|
Mr,
|
|
58611
58612
|
{
|
|
58612
58613
|
title: S.access ? "" : `You don't have permission to edit ${S.label.toLowerCase() || ""}`,
|