@mx-cartographer/experiences 6.24.0 → 6.24.1-alpha.mega1
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 +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27854,8 +27854,8 @@ const ab = ({ widgets: e, isLoading: n }) => {
|
|
|
27854
27854
|
] }) })
|
|
27855
27855
|
] }) : /* @__PURE__ */ t(le, { height: 250 });
|
|
27856
27856
|
}, vb = T(wb), Nb = ({ onPrimaryCtaClick: e, sx: n = {} }) => {
|
|
27857
|
-
const { spending: i } = x(), { isCopyLoaded: a } = se();
|
|
27858
|
-
return a ? /* @__PURE__ */ t(
|
|
27857
|
+
const { spending: i } = x(), { isCopyLoaded: a, isInitialized: o } = se();
|
|
27858
|
+
return !a || !o ? /* @__PURE__ */ t(le, {}) : /* @__PURE__ */ t(
|
|
27859
27859
|
Mn,
|
|
27860
27860
|
{
|
|
27861
27861
|
className: "mx-exp-spending-miniwidget",
|
|
@@ -27865,7 +27865,7 @@ const ab = ({ widgets: e, isLoading: n }) => {
|
|
|
27865
27865
|
title: i.mini_title,
|
|
27866
27866
|
children: /* @__PURE__ */ t(vb, {})
|
|
27867
27867
|
}
|
|
27868
|
-
)
|
|
27868
|
+
);
|
|
27869
27869
|
}, I2 = T(Nb), Db = ({
|
|
27870
27870
|
data: e,
|
|
27871
27871
|
onSelected: n,
|