@kashifd/jwero-components 0.4.9 → 0.5.0
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 +1 -1
- 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
|
@@ -35776,7 +35776,7 @@ const Om = () => /* @__PURE__ */ v.jsx(
|
|
|
35776
35776
|
},
|
|
35777
35777
|
children: [
|
|
35778
35778
|
/* @__PURE__ */ v.jsxs("span", { style: { color: "#012687" }, children: [
|
|
35779
|
-
(s == null ? void 0 : s.custom_name) + " ",
|
|
35779
|
+
s != null && s.custom_name ? (s == null ? void 0 : s.custom_name) + " " : "Steps ",
|
|
35780
35780
|
(s == null ? void 0 : s.current_step) ?? "1 "
|
|
35781
35781
|
] }),
|
|
35782
35782
|
/* @__PURE__ */ v.jsxs("span", { style: { color: "rgba(85, 87, 112, 0.5) " }, children: [
|