@mx-cartographer/experiences 7.4.11 → 7.4.13

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/{Account-BrOTlmeK.mjs → Account-CvR2-dSR.mjs} +1 -1
  3. package/dist/{AccountDetailsContent-B7FqH05C.mjs → AccountDetailsContent-H6ORsLqt.mjs} +7 -7
  4. package/dist/{AccountDetailsHeader-C8MxsxhN.mjs → AccountDetailsHeader-BkG3MNYo.mjs} +3 -3
  5. package/dist/{AccountFields-BQZ-o6Kj.mjs → AccountFields-zCMqet85.mjs} +2 -2
  6. package/dist/{AccountListItem-aIE9WWTO.mjs → AccountListItem-DHrz8Mml.mjs} +3 -3
  7. package/dist/{AccountStore-DqO84Aer.mjs → AccountStore-LgfBcYMe.mjs} +1 -1
  8. package/dist/{Accounts-DC_A4UCa.mjs → Accounts-Bzy1_REQ.mjs} +1 -1
  9. package/dist/{CategorySelectorDrawer-SUgfE5GN.mjs → CategorySelectorDrawer-B-I3kajA.mjs} +1 -1
  10. package/dist/{ConnectDrawer-KL8t1qSC.mjs → ConnectDrawer-BkvlItWx.mjs} +1 -1
  11. package/dist/{ConnectionsDrawer-DaK5uIL5.mjs → ConnectionsDrawer-VmuVFHbL.mjs} +2 -2
  12. package/dist/{DebtsStore-DVPZbv2C.mjs → DebtsStore-Bq-aPy-5.mjs} +1 -1
  13. package/dist/Drawer-By9V-B5L.mjs +178 -0
  14. package/dist/{GoalStore-o4rrjGSJ.mjs → GoalStore-1P19goZ7.mjs} +1 -1
  15. package/dist/{Help-BjLMsuMS.mjs → Help-Ea3BlXQp.mjs} +1 -1
  16. package/dist/{ManageIncome-rcnDYsBJ.mjs → ManageIncome-CaoQl609.mjs} +3 -3
  17. package/dist/{NetWorthStore-DG2X69jG.mjs → NetWorthStore-rC0q7P7t.mjs} +2 -2
  18. package/dist/{NotificationSettings-Cy0qgDf6.mjs → NotificationSettings-uzM8tCoH.mjs} +1 -1
  19. package/dist/{RecurringSettings-C81H1l38.mjs → RecurringSettings-B4ybrS0B.mjs} +2 -2
  20. package/dist/{SpendingLegend-DqZxN_BZ.mjs → SpendingLegend-DsNH6ziK.mjs} +1 -1
  21. package/dist/{TransactionDetails-BA_E5nQ-.mjs → TransactionDetails-m5PddMQn.mjs} +7 -6
  22. package/dist/{WidgetContainer-CaPjoWeE.mjs → WidgetContainer-CoFDmQRE.mjs} +2 -2
  23. package/dist/accounts/index.es.js +13 -13
  24. package/dist/budgets/index.es.js +6 -6
  25. package/dist/cashflow/index.es.js +6 -6
  26. package/dist/categories/index.es.js +1 -1
  27. package/dist/common/index.es.js +10 -10
  28. package/dist/common/types/localization/TransactionsCopy.d.ts +1 -0
  29. package/dist/dashboard/index.es.js +1 -1
  30. package/dist/debts/index.es.js +6 -6
  31. package/dist/finstrong/index.es.js +9 -9
  32. package/dist/goals/index.es.js +8 -8
  33. package/dist/help/index.es.js +2 -2
  34. package/dist/investments/index.es.js +3 -3
  35. package/dist/networth/index.es.js +5 -5
  36. package/dist/notifications/index.es.js +2 -2
  37. package/dist/recurringtransactions/index.es.js +6 -6
  38. package/dist/settings/index.es.js +6 -6
  39. package/dist/spending/index.es.js +4 -4
  40. package/dist/transactions/index.es.js +6 -6
  41. package/dist/trends/index.es.js +4 -4
  42. package/dist/{useAccountDisplayName-Cjx8YmKK.mjs → useAccountDisplayName-B7iXTNM8.mjs} +1 -1
  43. package/package.json +1 -1
  44. package/dist/Drawer-BEtCk82g.mjs +0 -163
@@ -1,163 +0,0 @@
1
- import { jsxs as h, jsx as r } from "react/jsx-runtime";
2
- import u from "@mui/material/Box";
3
- import s from "@mui/material/Stack";
4
- import { H2 as y, Drawer as B } from "@mxenabled/mxui";
5
- import x from "@mui/material/Button";
6
- import v from "@mui/material/IconButton";
7
- import { ArrowBack as j } from "@mxenabled/mx-icons";
8
- const F = ({
9
- footerStyles: e = {},
10
- hasSecondaryAction: a = !0,
11
- isPrimaryDisabled: t,
12
- onPrimaryAction: o,
13
- onSecondaryAction: n,
14
- primaryButtonProps: l = {},
15
- primaryColor: c = "primary",
16
- primaryText: i = "Save",
17
- secondaryColor: d = "primary",
18
- secondaryText: p = "Cancel"
19
- }) => /* @__PURE__ */ h(
20
- s,
21
- {
22
- sx: {
23
- bgcolor: "background.paper",
24
- flexDirection: "row",
25
- gap: 16,
26
- justifyContent: "flex-end",
27
- p: 24,
28
- ...e
29
- },
30
- children: [
31
- a && /* @__PURE__ */ r(
32
- x,
33
- {
34
- color: d,
35
- onClick: n,
36
- variant: o ? "outlined" : "contained",
37
- children: p
38
- }
39
- ),
40
- o && /* @__PURE__ */ r(
41
- x,
42
- {
43
- ...l,
44
- color: c,
45
- disabled: t,
46
- onClick: o,
47
- variant: "contained",
48
- children: i
49
- }
50
- )
51
- ]
52
- }
53
- ), H = ({
54
- ariaLabelClose: e,
55
- onClose: a,
56
- shouldShowBorders: t,
57
- shouldShowShadow: o,
58
- title: n
59
- }) => /* @__PURE__ */ h(
60
- s,
61
- {
62
- "aria-level": 1,
63
- direction: "row",
64
- role: "heading",
65
- sx: {
66
- alignItems: "center",
67
- backgroundColor: "background.paper",
68
- ...t && {
69
- borderBottom: 1,
70
- borderTop: 1,
71
- borderColor: "border.light"
72
- },
73
- ...o && {
74
- boxShadow: "0px 2px 8px 0px #6A73811F"
75
- },
76
- padding: "8px 8px 8px 8px"
77
- },
78
- children: [
79
- /* @__PURE__ */ r(v, { "aria-label": e, color: "primary", onClick: a, children: /* @__PURE__ */ r(j, { color: "primary", sx: { fontSize: 22 } }) }),
80
- /* @__PURE__ */ r(
81
- u,
82
- {
83
- sx: {
84
- flexGrow: 1,
85
- margin: "auto",
86
- textAlign: "center"
87
- },
88
- children: /* @__PURE__ */ r(y, { bold: !0, variant: "Body", children: n })
89
- }
90
- ),
91
- /* @__PURE__ */ r(u, { width: "44px" })
92
- ]
93
- }
94
- ), I = ({
95
- ariaLabelClose: e = "Close",
96
- children: a,
97
- footerStyles: t = {},
98
- hasSecondaryAction: o = !0,
99
- id: n,
100
- isOpen: l,
101
- isPrimaryDisabled: c,
102
- onClose: i,
103
- onPrimaryAction: d,
104
- onSecondaryAction: p,
105
- primaryButtonProps: b,
106
- primaryColor: m = "primary",
107
- primaryText: g,
108
- secondaryColor: w = "secondary",
109
- secondaryText: f,
110
- shouldShowHeaderBorders: k = !0,
111
- shouldShowHeaderShadow: C = !1,
112
- title: D,
113
- ...S
114
- }) => /* @__PURE__ */ r(
115
- B,
116
- {
117
- id: n,
118
- isOpen: l,
119
- onClose: i,
120
- sx: {
121
- "& .MuiDrawer-paper": {
122
- backgroundColor: "background.default",
123
- borderRadius: 0
124
- },
125
- height: "100%",
126
- "& .MuiToolbar-root": {
127
- backgroundColor: "background.paper"
128
- }
129
- },
130
- ...S,
131
- children: /* @__PURE__ */ h(s, { height: "100%", justifyContent: "space-between", children: [
132
- /* @__PURE__ */ r(
133
- H,
134
- {
135
- ariaLabelClose: e,
136
- onClose: i,
137
- shouldShowBorders: k,
138
- shouldShowShadow: C,
139
- title: D
140
- }
141
- ),
142
- /* @__PURE__ */ r(u, { height: "100%", overflow: "auto", children: a }),
143
- d && /* @__PURE__ */ r(
144
- F,
145
- {
146
- footerStyles: t,
147
- hasSecondaryAction: o,
148
- isPrimaryDisabled: c,
149
- onPrimaryAction: d,
150
- onSecondaryAction: p ?? i,
151
- primaryButtonProps: b,
152
- primaryColor: m,
153
- primaryText: g,
154
- secondaryColor: w,
155
- secondaryText: f
156
- }
157
- )
158
- ] })
159
- }
160
- ), q = I;
161
- export {
162
- q as D
163
- };