@mx-cartographer/experiences 7.2.25 → 7.2.27
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/CHANGELOG.md +9 -1
- package/dist/{NotificationSettings-5i3IywCi.mjs → NotificationSettings-5Jc8B7lq.mjs} +1 -1
- package/dist/{SettingsStore-UkOCA8ym.mjs → SettingsStore-krIRNwHK.mjs} +1 -1
- package/dist/{ToggleListItem-r0Kx56wF.mjs → ToggleListItem-ciFTiqRS.mjs} +19 -14
- package/dist/{ViewMoreMicroCard-fhN3PWos.mjs → ViewMoreMicroCard-1Cqpu3wU.mjs} +445 -449
- package/dist/common/index.es.js +2 -2
- package/dist/microinsights/carousel/CarouselControls.d.ts +1 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/microinsights/interfaces.d.ts +0 -1
- package/dist/notifications/index.es.js +2 -2
- package/dist/settings/index.es.js +3 -3
- package/dist/trends/index.es.js +1 -1
- package/package.json +1 -1
package/dist/common/index.es.js
CHANGED
|
@@ -32,7 +32,7 @@ import { E as xr } from "../EmptyState-DA_lfRBv.mjs";
|
|
|
32
32
|
import { L as vr } from "../ListItemAction-DHa3KJPs.mjs";
|
|
33
33
|
import { T as ct } from "../TrendsStore-DCYbpXPO.mjs";
|
|
34
34
|
import { L as Ar, S as Er } from "../TrendsStore-DCYbpXPO.mjs";
|
|
35
|
-
import { A as Br, B as Ir, I as Nr, N as Mr, T as kr, a as $r } from "../ToggleListItem-
|
|
35
|
+
import { A as Br, B as Ir, I as Nr, N as Mr, T as kr, a as $r } from "../ToggleListItem-ciFTiqRS.mjs";
|
|
36
36
|
import { jsxs as y, jsx as n } from "react/jsx-runtime";
|
|
37
37
|
import dt, { useRef as lt, useEffect as ut } from "react";
|
|
38
38
|
import { css as x, keyframes as ht } from "@mxenabled/cssinjs";
|
|
@@ -68,7 +68,7 @@ import { a as vt } from "../FinstrongStore-CL7t5lBL.mjs";
|
|
|
68
68
|
import { A as Dt, m as At, a as Et, b as Tt } from "../InvestmentUtil-jOyOgzIB.mjs";
|
|
69
69
|
import { M as Bt } from "../MerchantStore-WvZ4gnQe.mjs";
|
|
70
70
|
import { N as It } from "../NetWorthStore-D1NiDUcc.mjs";
|
|
71
|
-
import { a as Nt } from "../SettingsStore-
|
|
71
|
+
import { a as Nt } from "../SettingsStore-krIRNwHK.mjs";
|
|
72
72
|
import { addMonths as Mt } from "date-fns/addMonths";
|
|
73
73
|
import { getMonth as T } from "date-fns/getMonth";
|
|
74
74
|
import { i as ia } from "../DateUtil-BcuH7ErC.mjs";
|
|
@@ -8,7 +8,7 @@ export interface CarouselControlsProps {
|
|
|
8
8
|
onPreviousClick: () => void;
|
|
9
9
|
scrollRightBoundary: number;
|
|
10
10
|
scrollX: number;
|
|
11
|
-
|
|
11
|
+
shouldApplyDotAnimation?: boolean;
|
|
12
12
|
visibleCardsCount?: number;
|
|
13
13
|
}
|
|
14
14
|
export declare const CarouselControls: React.FC<CarouselControlsProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, B as e, C as o, c as t, b as i, I as d, M as n, a as C, d as c, N as I, V as M, Z as g, e as h } from "../ViewMoreMicroCard-
|
|
1
|
+
import { A as s, B as e, C as o, c as t, b as i, I as d, M as n, a as C, d as c, N as I, V as M, Z as g, e as h } from "../ViewMoreMicroCard-1Cqpu3wU.mjs";
|
|
2
2
|
export {
|
|
3
3
|
s as AppStore,
|
|
4
4
|
e as BeatCard,
|
|
@@ -11,7 +11,6 @@ export interface MicroWidgetProps {
|
|
|
11
11
|
isActiveCard?: boolean;
|
|
12
12
|
onCardClick?: (beat?: Beat | undefined) => void;
|
|
13
13
|
posthog?: TheWholeHog;
|
|
14
|
-
shouldApplyNewAnimation?: boolean;
|
|
15
14
|
showBorder?: boolean;
|
|
16
15
|
showCarouselControls?: boolean;
|
|
17
16
|
showHeader?: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as f, B as b } from "../ToggleListItem-
|
|
1
|
+
import { A as f, B as b } from "../ToggleListItem-ciFTiqRS.mjs";
|
|
2
2
|
import { A as _ } from "../Fetch-DecPFeGU.mjs";
|
|
3
3
|
import { s as L } from "../NotificationStore-CDX_kqHa.mjs";
|
|
4
4
|
import { N as Nt, f as St } from "../NotificationStore-CDX_kqHa.mjs";
|
|
@@ -17,7 +17,7 @@ import P from "@mui/material/Button";
|
|
|
17
17
|
import W from "@mui/material/Stack";
|
|
18
18
|
import { L as w } from "../Loader-DUaFpDGv.mjs";
|
|
19
19
|
import $ from "@mui/material/IconButton";
|
|
20
|
-
import { N as H } from "../NotificationSettings-
|
|
20
|
+
import { N as H } from "../NotificationSettings-5Jc8B7lq.mjs";
|
|
21
21
|
import { D as C } from "../Drawer-kEE73B87.mjs";
|
|
22
22
|
const yt = (e) => {
|
|
23
23
|
switch (e) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as Kt, a as Xt } from "../SettingsStore-
|
|
1
|
+
import { S as Kt, a as Xt } from "../SettingsStore-krIRNwHK.mjs";
|
|
2
2
|
import { jsxs as c, Fragment as q, jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import u from "react";
|
|
4
4
|
import { observer as D } from "mobx-react-lite";
|
|
@@ -16,8 +16,8 @@ import F from "@mui/material/Box";
|
|
|
16
16
|
import Q from "@mui/material/Button";
|
|
17
17
|
import I from "@mui/material/TextField";
|
|
18
18
|
import { H3 as J, P as L, Text as v, Icon as M, ChevronRightIcon as ve } from "@mxenabled/mxui";
|
|
19
|
-
import { V as Ce, a as De, N as G } from "../NotificationSettings-
|
|
20
|
-
import { A as qt, B as Qt, I as Zt } from "../NotificationSettings-
|
|
19
|
+
import { V as Ce, a as De, N as G } from "../NotificationSettings-5Jc8B7lq.mjs";
|
|
20
|
+
import { A as qt, B as Qt, I as Zt } from "../NotificationSettings-5Jc8B7lq.mjs";
|
|
21
21
|
import { u as k, a as W, s as A, p as Se, b as Z, m as ee, n as te } from "../hooks-D6XlXHf4.mjs";
|
|
22
22
|
import { u as H } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
23
23
|
import { a as $ } from "../Dialog-CWW597AF.mjs";
|
package/dist/trends/index.es.js
CHANGED
|
@@ -19,7 +19,7 @@ import { DataGridPro as mt } from "@mui/x-data-grid-pro";
|
|
|
19
19
|
import { C as pt } from "../CurrencyText-kyC1aseI.mjs";
|
|
20
20
|
import { b as Ct } from "../Localization-2MODESHW.mjs";
|
|
21
21
|
import { H as Ie } from "../HeaderCell-DjuifqHJ.mjs";
|
|
22
|
-
import { T as M, b as ft } from "../ViewMoreMicroCard-
|
|
22
|
+
import { T as M, b as ft } from "../ViewMoreMicroCard-1Cqpu3wU.mjs";
|
|
23
23
|
import { A as _, W as ke } from "../WidgetContainer-EbrN1oIo.mjs";
|
|
24
24
|
import { c as Tt } from "../Category-CevNQ03n.mjs";
|
|
25
25
|
import { a as Ne, T as He } from "../TransactionDetails-Cscyr17P.mjs";
|