@mx-cartographer/experiences 7.12.17 → 7.13.1
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 +8 -0
- package/dist/{AccountDetailsHeader-BkEF1gO-.mjs → AccountDetailsHeader-D9gbTbUt.mjs} +31 -31
- package/dist/{AccountFields-C_dcdCM7.mjs → AccountFields-CxqONzjY.mjs} +6 -6
- package/dist/AccountListItem-LcJVJysf.mjs +90 -0
- package/dist/{AccountStore-ypdfueW9.mjs → AccountStore-BNlTuxWN.mjs} +1 -1
- package/dist/{BudgetUtil--_QXyszn.mjs → BudgetUtil-CLhRnCoX.mjs} +75 -75
- package/dist/{CashflowStore-DEdQJU5i.mjs → CashflowStore-D3MKniVM.mjs} +11 -11
- package/dist/{CategorySelectorDrawer-wfUTIbLR.mjs → CategorySelectorDrawer-DYHNBd2v.mjs} +31 -31
- package/dist/{ConnectDrawer-CioFo6Wy.mjs → ConnectDrawer-C0wjwcJt.mjs} +1 -1
- package/dist/{ConnectionsDrawer-DqhSaMrJ.mjs → ConnectionsDrawer-IA7vnv1J.mjs} +1 -1
- package/dist/{Drawer-DV4NTsFg.mjs → Drawer-Bbe4AMB1.mjs} +5 -5
- package/dist/{GoalStore-0bd-Upkc.mjs → GoalStore-DB58sKTC.mjs} +8 -8
- package/dist/HeaderCell-P8w6CmfO.mjs +6 -0
- package/dist/{Help-CDu1Fvrc.mjs → Help-CpLfyvPv.mjs} +24 -24
- package/dist/{LineChart-B1qbKR8q.mjs → LineChart-DBSlRSEm.mjs} +102 -102
- package/dist/{ManageIncome-BnWWjP2g.mjs → ManageIncome-QvqN555q.mjs} +62 -62
- package/dist/{MiniWidgetContainer-Cu72GNsE.mjs → MiniWidgetContainer-xLWSV6Wz.mjs} +13 -13
- package/dist/{NotificationSettings-BH2yOwTB.mjs → NotificationSettings-DU3vJh5J.mjs} +139 -139
- package/dist/{OriginalBalanceAction-BM6rT_Cn.mjs → OriginalBalanceAction-DjpvVVFz.mjs} +6 -6
- package/dist/{RecurringSettings-BmXtfHtK.mjs → RecurringSettings-DdOcok2e.mjs} +2 -2
- package/dist/{RecurringTransactions-CYNpe_RS.mjs → RecurringTransactions-BOzBqfdg.mjs} +11 -11
- package/dist/{RecurringTransactionsStore-BD-OfVZ-.mjs → RecurringTransactionsStore-CcfPS0d3.mjs} +1 -1
- package/dist/{SpendingLegend-Bq6aXMNh.mjs → SpendingLegend-CJjjTGBw.mjs} +76 -76
- package/dist/{StatusIndicator-BV3oFzxo.mjs → StatusIndicator-CIKUOoN_.mjs} +53 -53
- package/dist/{TransactionDetails-DYlTwSDt.mjs → TransactionDetails-BpcWeXNU.mjs} +350 -350
- package/dist/{ViewMoreMicroCard-BhG9hCoO.mjs → ViewMoreMicroCard-ApUBfGOX.mjs} +107 -106
- package/dist/{WidgetContainer-B0ncgABX.mjs → WidgetContainer-D_iaToWJ.mjs} +12 -12
- package/dist/accounts/index.es.js +107 -107
- package/dist/analytics/index.es.js +18 -18
- package/dist/budgets/index.es.js +182 -182
- package/dist/cashflow/index.es.js +223 -223
- package/dist/categories/index.es.js +1 -1
- package/dist/common/index.es.js +54 -64
- package/dist/common/types/Beat.d.ts +2 -0
- package/dist/dashboard/index.es.js +9 -9
- package/dist/debts/index.es.js +469 -469
- package/dist/finstrong/index.es.js +68 -68
- package/dist/goals/index.es.js +437 -437
- package/dist/help/index.es.js +2 -2
- package/dist/insights/index.es.js +159 -159
- package/dist/investments/index.es.js +292 -292
- package/dist/merchants/index.es.js +12 -12
- package/dist/microinsights/beaticons/InstitutionLogoIcon.d.ts +5 -0
- package/dist/microinsights/beaticons/index.d.ts +1 -0
- package/dist/microinsights/index.es.js +1 -1
- package/dist/networth/index.es.js +175 -168
- package/dist/notifications/index.es.js +13 -13
- package/dist/recurringtransactions/index.es.js +69 -69
- package/dist/settings/index.es.js +187 -187
- package/dist/spending/index.es.js +58 -58
- package/dist/transactions/index.es.js +70 -70
- package/dist/trends/index.es.js +16 -16
- package/package.json +1 -1
- package/dist/AccountListItem-BAf03YhK.mjs +0 -90
- package/dist/HeaderCell-DjuifqHJ.mjs +0 -6
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { observer as y } from "mobx-react-lite";
|
|
4
|
-
import { SurveyQuestionType as
|
|
4
|
+
import { SurveyQuestionType as _ } from "posthog-js";
|
|
5
5
|
import j from "@mui/material/Alert";
|
|
6
6
|
import A from "@mui/material/Button";
|
|
7
7
|
import a from "@mui/material/Stack";
|
|
8
|
-
import
|
|
9
|
-
import { Text as
|
|
8
|
+
import S from "@mui/material/styles/useTheme";
|
|
9
|
+
import { Text as p, TextField as B } from "@mxenabled/mxui";
|
|
10
10
|
import { L } from "../Loader-D3rjKx72.mjs";
|
|
11
|
-
import { M as W } from "../MiniWidgetContainer-
|
|
11
|
+
import { M as W } from "../MiniWidgetContainer-xLWSV6Wz.mjs";
|
|
12
12
|
import { j as f, u as b, g as q, b as E } from "../hooks-BxkfR-Ff.mjs";
|
|
13
13
|
import Q from "@mui/material/ToggleButton";
|
|
14
14
|
import G from "@mui/material/ToggleButtonGroup";
|
|
15
15
|
const O = () => {
|
|
16
|
-
const { question: s, response: o, setResponse: i } = f(), { analytics: r } = b(), t =
|
|
16
|
+
const { question: s, response: o, setResponse: i } = f(), { analytics: r } = b(), t = S(), u = s, m = (h, n) => {
|
|
17
17
|
i(n);
|
|
18
18
|
};
|
|
19
19
|
return /* @__PURE__ */ l(d.Fragment, { children: [
|
|
@@ -29,13 +29,13 @@ const O = () => {
|
|
|
29
29
|
width: "100%"
|
|
30
30
|
},
|
|
31
31
|
value: o,
|
|
32
|
-
children: Array.from({ length:
|
|
32
|
+
children: Array.from({ length: u.scale }, (h, n) => /* @__PURE__ */ e(
|
|
33
33
|
Q,
|
|
34
34
|
{
|
|
35
35
|
sx: {
|
|
36
36
|
borderColor: t.palette.border.light,
|
|
37
37
|
fontWeight: "bold",
|
|
38
|
-
width: `${100 /
|
|
38
|
+
width: `${100 / u.scale}%`,
|
|
39
39
|
"&:hover": {
|
|
40
40
|
backgroundColor: t.palette.background.paper
|
|
41
41
|
},
|
|
@@ -61,8 +61,8 @@ const O = () => {
|
|
|
61
61
|
justifyContent: "space-between"
|
|
62
62
|
},
|
|
63
63
|
children: [
|
|
64
|
-
/* @__PURE__ */ e(
|
|
65
|
-
/* @__PURE__ */ e(
|
|
64
|
+
/* @__PURE__ */ e(p, { bold: !0, color: "text.secondary", variant: "caption", children: r.strongly_disagree }),
|
|
65
|
+
/* @__PURE__ */ e(p, { bold: !0, color: "text.secondary", variant: "caption", children: r.strongly_agree })
|
|
66
66
|
]
|
|
67
67
|
}
|
|
68
68
|
)
|
|
@@ -83,11 +83,11 @@ const O = () => {
|
|
|
83
83
|
}
|
|
84
84
|
);
|
|
85
85
|
}, I = y(H), D = () => {
|
|
86
|
-
const { onEvent: s } = q(), o =
|
|
86
|
+
const { onEvent: s } = q(), o = S(), {
|
|
87
87
|
surveyId: i,
|
|
88
88
|
question: r,
|
|
89
89
|
isLastQuestion: t,
|
|
90
|
-
nextQuestion:
|
|
90
|
+
nextQuestion: u,
|
|
91
91
|
loadSurvey: m,
|
|
92
92
|
questionCount: h,
|
|
93
93
|
response: n,
|
|
@@ -107,7 +107,7 @@ const O = () => {
|
|
|
107
107
|
$survey_id: i
|
|
108
108
|
}), g(), C(!1);
|
|
109
109
|
}, F = () => {
|
|
110
|
-
|
|
110
|
+
u();
|
|
111
111
|
}, R = () => {
|
|
112
112
|
s("survey sent", k), g(), C(!0);
|
|
113
113
|
};
|
|
@@ -130,15 +130,15 @@ const O = () => {
|
|
|
130
130
|
},
|
|
131
131
|
title: c.your_feedback_matters,
|
|
132
132
|
children: [
|
|
133
|
-
/* @__PURE__ */ e(a, { sx: { pb: 8, px: 24 }, children: /* @__PURE__ */ e(
|
|
133
|
+
/* @__PURE__ */ e(a, { sx: { pb: 8, px: 24 }, children: /* @__PURE__ */ e(p, { truncate: !1, variant: "subtitle2", children: c.let_us_know }) }),
|
|
134
134
|
r && /* @__PURE__ */ l(d.Fragment, { children: [
|
|
135
135
|
/* @__PURE__ */ l(a, { sx: { gap: 4, px: 24, py: 16 }, children: [
|
|
136
|
-
/* @__PURE__ */ e(
|
|
137
|
-
/* @__PURE__ */ e(
|
|
136
|
+
/* @__PURE__ */ e(p, { bold: !0, truncate: !1, children: r.question }),
|
|
137
|
+
/* @__PURE__ */ e(p, { variant: "caption", children: h })
|
|
138
138
|
] }),
|
|
139
139
|
/* @__PURE__ */ l(a, { sx: { gap: 6, px: 24, pb: 8 }, children: [
|
|
140
|
-
r.type ===
|
|
141
|
-
r.type ===
|
|
140
|
+
r.type === _.Rating && /* @__PURE__ */ e(z, {}),
|
|
141
|
+
r.type === _.Open && /* @__PURE__ */ e(I, {})
|
|
142
142
|
] }),
|
|
143
143
|
/* @__PURE__ */ e(a, { sx: { px: 24, py: 16 }, children: /* @__PURE__ */ e(
|
|
144
144
|
A,
|
|
@@ -159,7 +159,7 @@ const O = () => {
|
|
|
159
159
|
) })
|
|
160
160
|
] }),
|
|
161
161
|
x && /* @__PURE__ */ l(d.Fragment, { children: [
|
|
162
|
-
/* @__PURE__ */ e(a, { sx: { px: 24, py: 24 }, children: /* @__PURE__ */ e(
|
|
162
|
+
/* @__PURE__ */ e(a, { sx: { px: 24, py: 24 }, children: /* @__PURE__ */ e(p, { bold: !0, truncate: !1, children: c.thank_you }) }),
|
|
163
163
|
/* @__PURE__ */ e(a, { sx: { px: 24, pb: 24 }, children: /* @__PURE__ */ e(j, { severity: "success", variant: "filled", children: c.feedback_sent_successfully }) })
|
|
164
164
|
] })
|
|
165
165
|
]
|