cm-reporting 0.9.4 → 0.9.6
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 +2 -2
- 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;
|
|
@@ -15626,7 +15626,7 @@ const iI = Eo(["cmrt", "emrt", "crt", "amrt"]), W = M().nullable(), sI = Se({
|
|
|
15626
15626
|
minList: Oe(uI).optional(),
|
|
15627
15627
|
cmtParts: Oe(mI).optional(),
|
|
15628
15628
|
amrtReasonList: Oe(dI).optional()
|
|
15629
|
-
}).passthrough(), fI = /RMI_(CMRT|EMRT|CRT|AMRT)_([0-9.]+)/i;
|
|
15629
|
+
}).passthrough(), fI = /(?:RMI_)?(CMRT|EMRT|CRT|AMRT)_([0-9.]+)/i;
|
|
15630
15630
|
function Zu(e) {
|
|
15631
15631
|
const t = e.toLowerCase(), n = iI.safeParse(t);
|
|
15632
15632
|
return n.success ? n.data : null;
|