@kashifd/jwero-components 0.7.40 → 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
|
},
|
|
@@ -58587,6 +58588,8 @@ const hz = ({ name: e, data: t, labels: r }) => {
|
|
|
58587
58588
|
sx: {
|
|
58588
58589
|
backgroundColor: w.colors.white,
|
|
58589
58590
|
minWidth: "200px",
|
|
58591
|
+
height: "100%",
|
|
58592
|
+
overflowY: "auto",
|
|
58590
58593
|
// padding: "1rem",
|
|
58591
58594
|
...g
|
|
58592
58595
|
},
|
|
@@ -58604,7 +58607,7 @@ const hz = ({ name: e, data: t, labels: r }) => {
|
|
|
58604
58607
|
children: /* @__PURE__ */ v.jsx(vt, { variant: "xxxlSemibold", ...r, children: e })
|
|
58605
58608
|
}
|
|
58606
58609
|
),
|
|
58607
|
-
/* @__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(
|
|
58608
58611
|
Mr,
|
|
58609
58612
|
{
|
|
58610
58613
|
title: S.access ? "" : `You don't have permission to edit ${S.label.toLowerCase() || ""}`,
|