cm-reporting 0.9.4 → 0.9.5
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/cm-reporting.css +1 -1
- package/dist/cm-reporting.scoped.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12740,7 +12740,7 @@ function xT(e) {
|
|
|
12740
12740
|
}
|
|
12741
12741
|
function DT(e, t) {
|
|
12742
12742
|
if (e)
|
|
12743
|
-
return t ? /* @__PURE__ */ f(km, {}) : /* @__PURE__ */ f(Ol, {
|
|
12743
|
+
return t ? /* @__PURE__ */ f(km, { className: "step-nav-active-check-icon" }) : /* @__PURE__ */ f(Ol, { className: "step-nav-complete-check-icon" });
|
|
12744
12744
|
}
|
|
12745
12745
|
function OT(e) {
|
|
12746
12746
|
const { steps: t, currentIndex: n, allStepsCompleted: r } = e;
|