@mx-cartographer/experiences 7.11.16-alpha.mega2 → 7.11.17

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 CHANGED
@@ -1,3 +1,12 @@
1
+ ## [7.11.17] - 03-10-2026
2
+
3
+ - **FIXED** - Chart layout and spacing issues
4
+
5
+ ## [7.11.16] - 03-06-2026
6
+
7
+ - **FIXED** - Add visible label to `SplitRow` amount input
8
+ - **FIXED** - Add/Fix visible label to `CustomCategoryModal` text input
9
+
1
10
  ## [7.11.15] - 03-06-2026
2
11
 
3
12
  - **FIXED** - `Recurring Transactions` | Month name locale fix
@@ -1,8 +1,8 @@
1
- import { jsx as t, jsxs as g } from "react/jsx-runtime";
2
- import { observer as E } from "mobx-react-lite";
3
- import _ from "react";
1
+ import { jsx as t, jsxs as _ } from "react/jsx-runtime";
2
+ import { observer as p } from "mobx-react-lite";
3
+ import E from "react";
4
4
  import K from "@mui/material/Stack";
5
- import { G as V, m as D, u as h, g as f, b as U } from "./hooks-zu7yblbi.mjs";
5
+ import { G as V, m as f, u as S, g as A, b as U } from "./hooks-zu7yblbi.mjs";
6
6
  import Y from "@mui/material/List";
7
7
  import W from "@mui/material/Paper";
8
8
  import k from "@mui/material/Divider";
@@ -15,7 +15,7 @@ import { CheckCircle as j, Edit as X, Delete as z, ExpandMore as q } from "@mxen
15
15
  import { Text as I, TextField as H, CategoryIcon as J } from "@mxenabled/mxui";
16
16
  import Q from "@mui/material/Collapse";
17
17
  import Z from "@mui/material/DialogContent";
18
- import { b as p } from "./Localization-CPkpIwIx.mjs";
18
+ import { b as g } from "./Localization-CPkpIwIx.mjs";
19
19
  import { D as ee } from "./Dialog-DdCwLgrl.mjs";
20
20
  import te from "@mui/material/Box";
21
21
  import oe from "@mui/material/Chip";
@@ -24,10 +24,10 @@ import { u as ae } from "./useAriaLive-MkYebyUR.mjs";
24
24
  import { S as re } from "./SearchBox-B7km148n.mjs";
25
25
  import { L as P } from "./Loader-D3rjKx72.mjs";
26
26
  import { D as ne } from "./Drawer-DV4NTsFg.mjs";
27
- const y = () => {
28
- if (!_.useContext(V))
27
+ const b = () => {
28
+ if (!E.useContext(V))
29
29
  throw new Error("useCategoryUiStore() must be used within the GlobalDataContext");
30
- return D().uiStore;
30
+ return f().uiStore;
31
31
  }, C = {
32
32
  ON_CATEGORY_EXPANDED: "onCategoryExpanded",
33
33
  ON_CATEGORY_COLLAPSED: "onCategoryCollapsed",
@@ -49,20 +49,20 @@ const se = ({
49
49
  isOpen: l,
50
50
  type: i
51
51
  }) => {
52
- const [a, c] = _.useState(e), { categories: r } = h(), { setShouldDisableDrawerScroll: n } = y();
52
+ const [a, c] = E.useState(e), { categories: r } = S(), { setShouldDisableDrawerScroll: n } = b();
53
53
  let d = "", m = [];
54
- const u = i === "delete", S = e.length > 50 ? `${e.slice(0, 50)}...` : e;
54
+ const u = i === "delete", h = e.length > 50 ? `${e.slice(0, 50)}...` : e, y = i === "edit" ? g(r.edit_subcategory_aria, h) : r.add_subcategory_aria;
55
55
  switch (i) {
56
56
  case "add":
57
57
  d = r.add_subcategory_title;
58
58
  break;
59
59
  case "edit":
60
- d = p(r.edit_subcategory_title, S);
60
+ d = g(r.edit_subcategory_title, h);
61
61
  break;
62
62
  case "delete":
63
- d = r.delete_subcategory_heading, m = p(
63
+ d = r.delete_subcategory_heading, m = g(
64
64
  r.all_transactions_in_this_subcategory,
65
- /* @__PURE__ */ t(I, { bold: !0, children: p(r.all_parent_category, S) })
65
+ /* @__PURE__ */ t(I, { bold: !0, children: g(r.all_parent_category, h) })
66
66
  );
67
67
  break;
68
68
  }
@@ -84,11 +84,12 @@ const se = ({
84
84
  H,
85
85
  {
86
86
  inputProps: {
87
- "aria-label": i === "edit" ? r.edit_subcategory_aria : r.add_subcategory_aria,
87
+ "aria-label": y,
88
88
  maxLength: 50
89
89
  },
90
+ label: y,
90
91
  name: "modify-subcategory",
91
- onChange: (b) => c(b.target.value),
92
+ onChange: (D) => c(D.target.value),
92
93
  placeholder: r.input_placeholder,
93
94
  sx: { width: "100%" },
94
95
  value: a
@@ -96,15 +97,15 @@ const se = ({
96
97
  ) })
97
98
  }
98
99
  );
99
- }, R = E(se), ie = ({ announce: e, parentCategory: s }) => {
100
- const [o, l] = _.useState(!1), { addCategory: i } = D(), { categories: a } = h(), { onEvent: c } = f(), { setShouldDisableDrawerScroll: r } = y(), n = async (u) => {
101
- await i(u.trim(), s.guid), e(p(a.add_subcategory_announcement, u)), c(C.ON_SUBCATEGORY_ADDED), l(!1);
100
+ }, R = p(se), ie = ({ announce: e, parentCategory: s }) => {
101
+ const [o, l] = E.useState(!1), { addCategory: i } = f(), { categories: a } = S(), { onEvent: c } = A(), { setShouldDisableDrawerScroll: r } = b(), n = async (u) => {
102
+ await i(u.trim(), s.guid), e(g(a.add_subcategory_announcement, u)), c(C.ON_SUBCATEGORY_ADDED), l(!1);
102
103
  }, d = async () => {
103
104
  c(C.ON_SUBCATEGORY_ADD_CLICK), r(!0), l(!0);
104
105
  }, m = () => {
105
106
  l(!1), c(C.ON_SUBCATEGORY_ADD_CANCEL_CLICK);
106
107
  };
107
- return /* @__PURE__ */ g(x, { disableGutters: !0, disablePadding: !0, children: [
108
+ return /* @__PURE__ */ _(x, { disableGutters: !0, disablePadding: !0, children: [
108
109
  /* @__PURE__ */ t(N, { onClick: d, sx: { ml: 60 }, children: /* @__PURE__ */ t(
109
110
  G,
110
111
  {
@@ -122,14 +123,14 @@ const se = ({
122
123
  }
123
124
  )
124
125
  ] });
125
- }, ce = E(ie), le = ({
126
+ }, ce = p(ie), le = ({
126
127
  announce: e,
127
128
  setShowRename: s,
128
129
  subCategory: o,
129
130
  showRename: l
130
131
  }) => {
131
- const { onEvent: i } = f(), { updateCategory: a } = D(), { categories: c } = h(), r = async (d) => {
132
- await a({ ...o, name: d }), e(p(c.edit_subcategory_announcement, o.name, d)), i(C.ON_SUBCATEGORY_SAVED), s(!1);
132
+ const { onEvent: i } = A(), { updateCategory: a } = f(), { categories: c } = S(), r = async (d) => {
133
+ await a({ ...o, name: d }), e(g(c.edit_subcategory_announcement, o.name, d)), i(C.ON_SUBCATEGORY_SAVED), s(!1);
133
134
  }, n = () => {
134
135
  s(!1), i(C.ON_SUBCATEGORY_EDIT_CANCEL_CLICK);
135
136
  };
@@ -143,17 +144,17 @@ const se = ({
143
144
  type: L.EDIT
144
145
  }
145
146
  );
146
- }, de = E(le), ue = ({
147
+ }, de = p(le), ue = ({
147
148
  announce: e,
148
149
  parentCategory: s,
149
150
  showDelete: o,
150
151
  setShowDelete: l,
151
152
  subCategory: i
152
153
  }) => {
153
- const { onEvent: a } = f(), { removeCategory: c } = D(), { categories: r } = h(), n = () => {
154
+ const { onEvent: a } = A(), { removeCategory: c } = f(), { categories: r } = S(), n = () => {
154
155
  l(!1), a(C.ON_SUBCATEGORY_DELETE_CLICK);
155
156
  }, d = async () => {
156
- await c(i.guid), e(p(r.delete_subcategory_announcement, i.name)), a(C.ON_SUBCATEGORY_DELETED), l(!1);
157
+ await c(i.guid), e(g(r.delete_subcategory_announcement, i.name)), a(C.ON_SUBCATEGORY_DELETED), l(!1);
157
158
  };
158
159
  return /* @__PURE__ */ t(
159
160
  R,
@@ -165,7 +166,7 @@ const se = ({
165
166
  type: L.DELETE
166
167
  }
167
168
  );
168
- }, me = E(ue), Ce = ({
169
+ }, me = p(ue), Ce = ({
169
170
  announce: e,
170
171
  parentCategory: s,
171
172
  subCategory: o
@@ -178,8 +179,8 @@ const se = ({
178
179
  showSelected: r,
179
180
  unselectable: n,
180
181
  unselectableText: d
181
- } = y(), { categories: m } = h(), { onEvent: u } = f(), [S, b] = _.useState(!1), [O, A] = _.useState(!1), T = !!o.revision, w = o.guid === i, B = !n.some(($) => $ === o.guid);
182
- return /* @__PURE__ */ g(
182
+ } = b(), { categories: m } = S(), { onEvent: u } = A(), [h, y] = E.useState(!1), [D, O] = E.useState(!1), T = !!o.revision, w = o.guid === i, B = !n.some(($) => $ === o.guid);
183
+ return /* @__PURE__ */ _(
183
184
  x,
184
185
  {
185
186
  className: "mx-cat-subcategory-row",
@@ -187,7 +188,7 @@ const se = ({
187
188
  disablePadding: !0,
188
189
  sx: { pl: 58 },
189
190
  children: [
190
- /* @__PURE__ */ g(
191
+ /* @__PURE__ */ _(
191
192
  N,
192
193
  {
193
194
  "aria-pressed": w,
@@ -209,13 +210,13 @@ const se = ({
209
210
  ]
210
211
  }
211
212
  ),
212
- T && /* @__PURE__ */ g(te, { className: "mx-cat-subcategory-edit-container", sx: { marginRight: 24 }, children: [
213
+ T && /* @__PURE__ */ _(te, { className: "mx-cat-subcategory-edit-container", sx: { marginRight: 24 }, children: [
213
214
  /* @__PURE__ */ t(
214
215
  v,
215
216
  {
216
- "aria-label": p(m.edit_subcategory_aria, o.name),
217
+ "aria-label": g(m.edit_subcategory_title, o.name),
217
218
  onClick: () => {
218
- b(!0), c(!0), u(C.ON_SUBCATEGORY_EDIT_CLICK);
219
+ y(!0), c(!0), u(C.ON_SUBCATEGORY_EDIT_CLICK);
219
220
  },
220
221
  children: /* @__PURE__ */ t(X, { color: "secondary" })
221
222
  }
@@ -223,40 +224,40 @@ const se = ({
223
224
  /* @__PURE__ */ t(
224
225
  v,
225
226
  {
226
- "aria-label": p(m.delete_subcategory_aria, o.name),
227
+ "aria-label": g(m.delete_subcategory_aria, o.name),
227
228
  edge: "end",
228
229
  onClick: () => {
229
- A(!0), c(!0), u(C.ON_SUBCATEGORY_DELETE_CLICK);
230
+ O(!0), c(!0), u(C.ON_SUBCATEGORY_DELETE_CLICK);
230
231
  },
231
232
  children: /* @__PURE__ */ t(z, { color: "secondary" })
232
233
  }
233
234
  )
234
235
  ] }),
235
- O && /* @__PURE__ */ t(
236
+ D && /* @__PURE__ */ t(
236
237
  me,
237
238
  {
238
239
  announce: e,
239
240
  parentCategory: s,
240
- setShowDelete: A,
241
- showDelete: O,
241
+ setShowDelete: O,
242
+ showDelete: D,
242
243
  subCategory: o
243
244
  }
244
245
  ),
245
- S && /* @__PURE__ */ t(
246
+ h && /* @__PURE__ */ t(
246
247
  de,
247
248
  {
248
249
  announce: e,
249
- setShowRename: b,
250
- showRename: S,
250
+ setShowRename: y,
251
+ showRename: h,
251
252
  subCategory: o
252
253
  }
253
254
  )
254
255
  ]
255
256
  }
256
257
  );
257
- }, ge = E(Ce), _e = ({ categories: e, parentCategory: s }) => {
258
- const { expandedGuid: o, searchValue: l } = y(), { announce: i, ariaLive: a } = ae(), c = s.guid === o, r = !!l;
259
- return /* @__PURE__ */ g(
258
+ }, ge = p(Ce), _e = ({ categories: e, parentCategory: s }) => {
259
+ const { expandedGuid: o, searchValue: l } = b(), { announce: i, ariaLive: a } = ae(), c = s.guid === o, r = !!l;
260
+ return /* @__PURE__ */ _(
260
261
  Q,
261
262
  {
262
263
  in: c || r,
@@ -265,14 +266,14 @@ const se = ({
265
266
  unmountOnExit: !0,
266
267
  children: [
267
268
  a,
268
- /* @__PURE__ */ g(
269
+ /* @__PURE__ */ _(
269
270
  Y,
270
271
  {
271
272
  "aria-labelledby": `category-${s.guid}`,
272
273
  className: "mx-cat-subcategory-list",
273
274
  id: `subcategories-${s.guid}`,
274
275
  children: [
275
- e.map((n) => /* @__PURE__ */ g(_.Fragment, { children: [
276
+ e.map((n) => /* @__PURE__ */ _(E.Fragment, { children: [
276
277
  /* @__PURE__ */ t(
277
278
  ge,
278
279
  {
@@ -290,13 +291,13 @@ const se = ({
290
291
  ]
291
292
  }
292
293
  );
293
- }, Ee = E(_e), pe = ({ category: e, subCategories: s }) => {
294
- const { expandedGuid: o, searchValue: l, setExpandedGuid: i } = y(), { onEvent: a } = f(), c = e.guid === o, r = () => {
294
+ }, Ee = p(_e), pe = ({ category: e, subCategories: s }) => {
295
+ const { expandedGuid: o, searchValue: l, setExpandedGuid: i } = b(), { onEvent: a } = A(), c = e.guid === o, r = () => {
295
296
  const n = e.guid !== o ? e.guid : null;
296
297
  i(n), a(n ? C.ON_CATEGORY_EXPANDED : C.ON_CATEGORY_COLLAPSED);
297
298
  };
298
- return /* @__PURE__ */ g(_.Fragment, { children: [
299
- /* @__PURE__ */ t(x, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ g(
299
+ return /* @__PURE__ */ _(E.Fragment, { children: [
300
+ /* @__PURE__ */ t(x, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ _(
300
301
  N,
301
302
  {
302
303
  "aria-controls": `subcategories-${e.guid}`,
@@ -329,13 +330,13 @@ const se = ({
329
330
  /* @__PURE__ */ t(k, { sx: { ml: 58 } }),
330
331
  /* @__PURE__ */ t(Ee, { categories: s, parentCategory: e })
331
332
  ] });
332
- }, he = E(pe), Se = () => {
333
- const { categories: e } = D(), { searchValue: s } = y(), { categories: o } = h(), i = ((a, c = "") => a.reduce((r, n) => {
333
+ }, he = p(pe), Se = () => {
334
+ const { categories: e } = f(), { searchValue: s } = b(), { categories: o } = S(), i = ((a, c = "") => a.reduce((r, n) => {
334
335
  if (n.parent_guid === null) {
335
336
  const m = [
336
337
  {
337
338
  ...n,
338
- name: p(o.all_parent_category, n.name),
339
+ name: g(o.all_parent_category, n.name),
339
340
  parent_guid: n.guid
340
341
  },
341
342
  ...a
@@ -355,29 +356,29 @@ const se = ({
355
356
  },
356
357
  a.category.guid
357
358
  )) }) });
358
- }, ye = E(Se), be = ({
359
+ }, ye = p(Se), be = ({
359
360
  initialSelected: e,
360
361
  onSelect: s = void 0,
361
362
  showSelected: o = !0,
362
363
  unselectable: l = [],
363
364
  unselectableText: i = "Unselectable"
364
365
  }) => {
365
- const { categories: a, loadCategories: c } = D(), { common: r } = h(), { isCopyLoaded: n } = U(), {
366
+ const { categories: a, loadCategories: c } = f(), { common: r } = S(), { isCopyLoaded: n } = U(), {
366
367
  searchValue: d,
367
368
  setOnSelect: m,
368
369
  setSearchValue: u,
369
- setSelectedGuid: S,
370
- setShowSelected: b,
371
- setUnselectable: O,
372
- setUnselectableText: A
373
- } = y();
374
- return _.useEffect(() => {
370
+ setSelectedGuid: h,
371
+ setShowSelected: y,
372
+ setUnselectable: D,
373
+ setUnselectableText: O
374
+ } = b();
375
+ return E.useEffect(() => {
375
376
  s && m(s);
376
- }), _.useEffect(() => {
377
+ }), E.useEffect(() => {
377
378
  a.length || c();
378
- }, []), _.useEffect(() => {
379
- e && S(e), b(o), O(l), A(i);
380
- }, [e, o, l, i]), n ? /* @__PURE__ */ g(K, { className: "mx-cat-category-selector", sx: { width: "100%" }, children: [
379
+ }, []), E.useEffect(() => {
380
+ e && h(e), y(o), D(l), O(i);
381
+ }, [e, o, l, i]), n ? /* @__PURE__ */ _(K, { className: "mx-cat-category-selector", sx: { width: "100%" }, children: [
381
382
  /* @__PURE__ */ t(
382
383
  re,
383
384
  {
@@ -390,14 +391,14 @@ const se = ({
390
391
  ),
391
392
  /* @__PURE__ */ t(ye, {})
392
393
  ] }) : /* @__PURE__ */ t(P, {});
393
- }, De = E(be), fe = ({
394
+ }, De = p(be), fe = ({
394
395
  id: e,
395
396
  onClose: s,
396
397
  title: o,
397
398
  showDrawer: l,
398
399
  ...i
399
400
  }) => {
400
- const { common: a } = h(), { isCopyLoaded: c } = U();
401
+ const { common: a } = S(), { isCopyLoaded: c } = U();
401
402
  return c ? /* @__PURE__ */ t(
402
403
  ne,
403
404
  {
@@ -410,10 +411,10 @@ const se = ({
410
411
  children: /* @__PURE__ */ t(De, { ...i })
411
412
  }
412
413
  ) : /* @__PURE__ */ t(P, {});
413
- }, Je = E(fe);
414
+ }, Je = p(fe);
414
415
  export {
415
416
  De as C,
416
417
  Je as a,
417
418
  he as b,
418
- y as u
419
+ b as u
419
420
  };
@@ -18,7 +18,7 @@ import { parseISO as me } from "date-fns/parseISO";
18
18
  import J from "@mui/material/Button";
19
19
  import { Delete as pe, Add as ye, ReceiptLong as he } from "@mxenabled/mx-icons";
20
20
  import { T as V, u as fe, S as ge, a as Ce } from "./TransactionList-CXiLG0Ur.mjs";
21
- import { T as be } from "./TransactionDetails-JRo5BRvZ.mjs";
21
+ import { T as be } from "./TransactionDetails-BEKQKH03.mjs";
22
22
  import { addYears as K } from "date-fns/addYears";
23
23
  import { getDayOfYear as xe } from "date-fns/getDayOfYear";
24
24
  import { setDayOfYear as Se } from "date-fns/setDayOfYear";
@@ -7,7 +7,7 @@ import R from "@mui/material/Tabs";
7
7
  import d from "@mui/material/Divider";
8
8
  import b from "@mui/material/List";
9
9
  import T from "@mui/material/Stack";
10
- import { R as C, A as S, a as E, M as v } from "./ManageIncome-CIWjrR-e.mjs";
10
+ import { R as C, A as S, a as E, M as v } from "./ManageIncome-_ZP3uPwX.mjs";
11
11
  import { u as _, j as A, g as f } from "./hooks-zu7yblbi.mjs";
12
12
  import { R as y, F as N } from "./RecurringTransactions-CYNpe_RS.mjs";
13
13
  import { A as m } from "./Analytics-i5h6BxR1.mjs";
@@ -30,7 +30,7 @@ import K from "@mui/material/ListItemButton";
30
30
  import F from "@mui/material/ListItemIcon";
31
31
  import { f as Q } from "./NumberFormatting-QCaNwbjv.mjs";
32
32
  import { b as R } from "./Localization-CPkpIwIx.mjs";
33
- import { a as Ie } from "./CategorySelectorDrawer-6FRNqzAB.mjs";
33
+ import { a as Ie } from "./CategorySelectorDrawer-Blb22HWt.mjs";
34
34
  import { u as W } from "./TransactionList-CXiLG0Ur.mjs";
35
35
  import { D as z } from "./Dialog-DdCwLgrl.mjs";
36
36
  import { getUnixTime as Xe } from "date-fns/getUnixTime";
@@ -463,6 +463,7 @@ const Ze = [
463
463
  {
464
464
  amount: d,
465
465
  ariaLabel: s.split_transaction_edit_split_amount,
466
+ label: s.split_transaction_edit_split_amount,
466
467
  minAmount: 0.01,
467
468
  name: "split-amount-input",
468
469
  setAmount: p,
@@ -56,7 +56,7 @@ import t3 from "@mui/material/Link";
56
56
  import n3 from "@mui/material/Paper";
57
57
  import { subDays as o3, startOfToday as i3, endOfToday as c3 } from "date-fns";
58
58
  import { T as a3 } from "../TransactionList-CXiLG0Ur.mjs";
59
- import { T as s3 } from "../TransactionDetails-JRo5BRvZ.mjs";
59
+ import { T as s3 } from "../TransactionDetails-BEKQKH03.mjs";
60
60
  import { T as r1 } from "../TabContentContainer-j01JYR_7.mjs";
61
61
  import { f as d1 } from "../NumberFormatting-QCaNwbjv.mjs";
62
62
  import { C as l3 } from "../ConnectionsDrawer-c7HaKeRj.mjs";
@@ -37,16 +37,16 @@ import Re from "@mui/material/Tab";
37
37
  import rt from "@mui/material/Tabs";
38
38
  import { e as st } from "../exportTransactionsToCSV-CKHt_UOp.mjs";
39
39
  import { T as Ee } from "../TransactionList-CXiLG0Ur.mjs";
40
- import { T as it } from "../TransactionDetails-JRo5BRvZ.mjs";
40
+ import { T as it } from "../TransactionDetails-BEKQKH03.mjs";
41
41
  import we from "@mui/material/Card";
42
42
  import Ie from "@mui/material/CardContent";
43
43
  import { S as Ae } from "../StatusBar-BK_uYHAB.mjs";
44
44
  import { S as We } from "../SingleSegmentDonut-BgbLgwHi.mjs";
45
- import { u as ct, b as lt } from "../CategorySelectorDrawer-6FRNqzAB.mjs";
45
+ import { u as ct, b as lt } from "../CategorySelectorDrawer-Blb22HWt.mjs";
46
46
  import He from "@mui/material/CardHeader";
47
47
  import { subDays as dt } from "date-fns/subDays";
48
48
  import ut from "@mui/material/IconButton";
49
- import { M as mt } from "../ManageIncome-CIWjrR-e.mjs";
49
+ import { M as mt } from "../ManageIncome-_ZP3uPwX.mjs";
50
50
  import { u as Ve } from "../useWidgetLoadTimer-Bmgv_UeH.mjs";
51
51
  import { W as gt } from "../WidgetContainer-DaALybWB.mjs";
52
52
  import { u as pt } from "../BudgetUtil-QbRXtLKn.mjs";
@@ -18,7 +18,7 @@ import { b as $ } from "../Localization-CPkpIwIx.mjs";
18
18
  import { M as Je } from "../MiniWidgetContainer-DhEx4qKi.mjs";
19
19
  import { E as Ze } from "../EmptyState-DHAkGsjk.mjs";
20
20
  import { u as Oe } from "../useWidgetLoadTimer-Bmgv_UeH.mjs";
21
- import { R as et } from "../RecurringSettings-CUSXYmZJ.mjs";
21
+ import { R as et } from "../RecurringSettings-CSrJUzaC.mjs";
22
22
  import tt from "@mui/material/Tabs";
23
23
  import ye from "@mui/material/Tab";
24
24
  import { getUnixTime as z } from "date-fns/getUnixTime";
@@ -36,7 +36,7 @@ import { alpha as at, keyframes as it } from "@mui/material/styles";
36
36
  import { DataGridPro as rt } from "@mui/x-data-grid-pro";
37
37
  import { T as we } from "../TabContentContainer-j01JYR_7.mjs";
38
38
  import G from "@mui/material/Button";
39
- import { M as st, S as ct, i as lt, d as _e, c as dt } from "../ManageIncome-CIWjrR-e.mjs";
39
+ import { M as st, S as ct, i as lt, d as _e, c as dt } from "../ManageIncome-_ZP3uPwX.mjs";
40
40
  import { D as Ge } from "../Drawer-DV4NTsFg.mjs";
41
41
  import { subDays as Me } from "date-fns/subDays";
42
42
  import { endOfToday as mt } from "date-fns/endOfToday";
@@ -1,4 +1,4 @@
1
- import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-6FRNqzAB.mjs";
1
+ import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-Blb22HWt.mjs";
2
2
  import { C as g } from "../CategoryStore-FTxUbn0f.mjs";
3
3
  export {
4
4
  o as CategoryRow,
@@ -56,10 +56,10 @@ import { formatISO as oo } from "date-fns/formatISO";
56
56
  import { fromUnixTime as ro } from "date-fns/fromUnixTime";
57
57
  import { startOfToday as st } from "date-fns/startOfToday";
58
58
  import { subDays as ao } from "date-fns/subDays";
59
- import { c as io, d as ct, S as so, i as co } from "../ManageIncome-CIWjrR-e.mjs";
59
+ import { c as io, d as ct, S as so, i as co } from "../ManageIncome-_ZP3uPwX.mjs";
60
60
  import { LocalizationProvider as lo, DatePicker as po, StaticDatePicker as _o } from "@mui/x-date-pickers";
61
61
  import { AdapterDateFns as Ot } from "@mui/x-date-pickers/AdapterDateFnsV3";
62
- import { R as uo } from "../RecurringSettings-CUSXYmZJ.mjs";
62
+ import { R as uo } from "../RecurringSettings-CSrJUzaC.mjs";
63
63
  import { LocalizationProvider as ho } from "@mui/x-date-pickers/LocalizationProvider";
64
64
  import { format as mo } from "date-fns/format";
65
65
  import go from "@mui/lab/Timeline";
@@ -6,8 +6,8 @@ import { endOfToday as J } from "date-fns/endOfToday";
6
6
  import { startOfMonth as G } from "date-fns/startOfMonth";
7
7
  import { startOfToday as Q } from "date-fns/startOfToday";
8
8
  import { subDays as ee } from "date-fns/subDays";
9
- import { R as _e } from "../RecurringSettings-CUSXYmZJ.mjs";
10
- import { M as zn } from "../RecurringSettings-CUSXYmZJ.mjs";
9
+ import { R as _e } from "../RecurringSettings-CSrJUzaC.mjs";
10
+ import { M as zn } from "../RecurringSettings-CSrJUzaC.mjs";
11
11
  import { addMonths as Fe } from "date-fns/addMonths";
12
12
  import { subMonths as Pe } from "date-fns/subMonths";
13
13
  import { isBefore as He } from "date-fns/isBefore";
@@ -46,8 +46,8 @@ import lt from "@mui/material/ListSubheader";
46
46
  import dt from "@mui/material/ListItemAvatar";
47
47
  import mt from "@mui/material/ListItemButton";
48
48
  import ut from "@mui/material/ListItemText";
49
- import { b as pt } from "../ManageIncome-CIWjrR-e.mjs";
50
- import { c as Yn, M as Vn, S as Xn } from "../ManageIncome-CIWjrR-e.mjs";
49
+ import { b as pt } from "../ManageIncome-_ZP3uPwX.mjs";
50
+ import { c as Yn, M as Vn, S as Xn } from "../ManageIncome-_ZP3uPwX.mjs";
51
51
  import { f as M } from "../NumberFormatting-QCaNwbjv.mjs";
52
52
  import { D as ie } from "../Drawer-DV4NTsFg.mjs";
53
53
  import { f as L, D as v } from "../DateFormats-BMpMrZpW.mjs";
@@ -35,7 +35,7 @@ import { L as ie } from "../Loader-D3rjKx72.mjs";
35
35
  import Ae from "@mui/material/List";
36
36
  import J from "@mui/material/Divider";
37
37
  import Ee from "@mui/material/ListSubheader";
38
- import { a as Re, u as Pe } from "../CategorySelectorDrawer-6FRNqzAB.mjs";
38
+ import { a as Re, u as Pe } from "../CategorySelectorDrawer-Blb22HWt.mjs";
39
39
  import Be from "@mui/material/ListItem";
40
40
  import Ne from "@mui/material/ListItemButton";
41
41
  import Me from "@mui/material/ListItemIcon";
@@ -20,7 +20,7 @@ import Tt from "@mui/material/Button";
20
20
  import { useTheme as Mt } from "@mui/material";
21
21
  import { e as Dt } from "../exportTransactionsToCSV-CKHt_UOp.mjs";
22
22
  import { T as xt } from "../TransactionList-CXiLG0Ur.mjs";
23
- import { T as wt } from "../TransactionDetails-JRo5BRvZ.mjs";
23
+ import { T as wt } from "../TransactionDetails-BEKQKH03.mjs";
24
24
  import Lt from "@mui/material/Collapse";
25
25
  import F from "@mui/material/Divider";
26
26
  import J from "@mui/material/List";
@@ -1,6 +1,6 @@
1
1
  import { T as Sa } from "../TransactionApi-Ck5Ua-7F.mjs";
2
- import { C as Le, D as Me, M as Re, a as He, T as Pe } from "../TransactionDetails-JRo5BRvZ.mjs";
3
- import { B as Da, b as Ia } from "../TransactionDetails-JRo5BRvZ.mjs";
2
+ import { C as Le, D as Me, M as Re, a as He, T as Pe } from "../TransactionDetails-BEKQKH03.mjs";
3
+ import { B as Da, b as Ia } from "../TransactionDetails-BEKQKH03.mjs";
4
4
  import { T as E } from "../Transaction-BR682Yj5.mjs";
5
5
  import { O as Na } from "../Transaction-BR682Yj5.mjs";
6
6
  import { S as Z, D as Be } from "../TransactionStore-BbjZQa-N.mjs";
@@ -35,7 +35,7 @@ import rt from "@mui/material/MenuItem";
35
35
  import it from "@mui/material/RadioGroup";
36
36
  import { ExpandMore as st } from "@mxenabled/mx-icons";
37
37
  import { C as ct } from "../CurrencyInput-bcKNJ22c.mjs";
38
- import { a as lt, u as dt } from "../CategorySelectorDrawer-6FRNqzAB.mjs";
38
+ import { a as lt, u as dt } from "../CategorySelectorDrawer-Blb22HWt.mjs";
39
39
  import { b as U } from "../Localization-CPkpIwIx.mjs";
40
40
  import { u as ut } from "../useAriaLive-MkYebyUR.mjs";
41
41
  import { S as mt } from "../SkeletonLoader-BaNboJjD.mjs";
@@ -36,7 +36,7 @@ import jt from "@mui/material/Badge";
36
36
  import Ut from "@mui/material/IconButton";
37
37
  import { A as v } from "../Analytics-i5h6BxR1.mjs";
38
38
  import { T as lt } from "../TransactionList-CXiLG0Ur.mjs";
39
- import { T as ct } from "../TransactionDetails-JRo5BRvZ.mjs";
39
+ import { T as ct } from "../TransactionDetails-BEKQKH03.mjs";
40
40
  import { D as We } from "../Drawer-DV4NTsFg.mjs";
41
41
  import { u as Ie } from "../useWidgetLoadTimer-Bmgv_UeH.mjs";
42
42
  import { L as Le } from "../Loader-D3rjKx72.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.11.16-alpha.mega2",
3
+ "version": "7.11.17",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",