@spscommerce/ds-react 8.46.2 → 8.46.4
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/lib/index.js +9 -3
- package/lib/index.umd.cjs +61 -61
- package/package.json +14 -14
package/lib/index.js
CHANGED
|
@@ -25577,9 +25577,15 @@ function cp(e) {
|
|
|
25577
25577
|
condition: t = As.BASIC,
|
|
25578
25578
|
orderPosition: n,
|
|
25579
25579
|
display: r,
|
|
25580
|
-
children: a
|
|
25581
|
-
|
|
25582
|
-
|
|
25580
|
+
children: a,
|
|
25581
|
+
className: s,
|
|
25582
|
+
unsafelyReplaceClassName: i,
|
|
25583
|
+
...l
|
|
25584
|
+
} = e, d = P(
|
|
25585
|
+
i || "sps-wizard-substep",
|
|
25586
|
+
s
|
|
25587
|
+
);
|
|
25588
|
+
return /* @__PURE__ */ o.createElement("div", { className: d, ...l }, /* @__PURE__ */ o.createElement(
|
|
25583
25589
|
"div",
|
|
25584
25590
|
{
|
|
25585
25591
|
className: P(
|