@mx-cartographer/experiences 7.0.58-alpha.mm1 → 7.0.59-alpha.al0
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/cashflow/index.es.js +145 -141
- package/dist/common/types/Widgets.d.ts +1 -0
- package/dist/common/types/localization/CashflowCopy.d.ts +2 -0
- package/dist/help/HelpWidget.d.ts +1 -1
- package/dist/help/index.es.js +10 -10
- package/dist/recurringtransactions/components/RecurringSettingsDrawer.d.ts +8 -0
- package/dist/recurringtransactions/index.d.ts +1 -0
- package/dist/recurringtransactions/index.es.js +243 -228
- package/dist/trends/index.es.js +1 -1
- package/package.json +1 -1
package/dist/trends/index.es.js
CHANGED
|
@@ -662,7 +662,7 @@ const Ve = ({ selectedTab: t, onTabChange: o }) => /* @__PURE__ */ e(
|
|
|
662
662
|
), tn = ({ beats: t, onInsightCardClick: o }) => {
|
|
663
663
|
const n = Rt(), { onEvent: s } = k(), { isMobile: a, isDesktop: h, isLargeDesktop: u } = $(), { beatStore: l, endpoint: c, sessionToken: g } = Te(), f = n.palette.mode === "dark", d = h || u, b = d || a ? 1 : 2, r = () => null, m = (w) => {
|
|
664
664
|
o?.(w), s(T.TRENDS_CLICK_INSIGHT, A);
|
|
665
|
-
}, y = d ?
|
|
665
|
+
}, y = d ? 200 : 170, p = d ? 170 : 124, D = t.length > 0 ? y : p;
|
|
666
666
|
return /* @__PURE__ */ e(kt, { sx: { height: D }, children: /* @__PURE__ */ e(
|
|
667
667
|
pt,
|
|
668
668
|
{
|