@mx-cartographer/experiences 8.0.0-alpha.bb4 → 8.0.0-alpha.sms2
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/{Account-B4CDD-zq.mjs → Account-Cp30A3ad.mjs} +1 -1
- package/dist/AccountDetailsContent-C1HumFnW.mjs +683 -0
- package/dist/{AccountDetailsHeader-DRjFuyJT.mjs → AccountDetailsHeader-NMx79DGs.mjs} +17 -17
- package/dist/{AccountFields-Cl4KHoSj.mjs → AccountFields-CW6cIthP.mjs} +8 -8
- package/dist/AccountListItem-DxmAs98Z.mjs +90 -0
- package/dist/{AccountStore-HbVblv86.mjs → AccountStore-hIs-yA6W.mjs} +3 -3
- package/dist/{Accounts-CRUehOiy.mjs → Accounts-DUHkUyK4.mjs} +1 -1
- package/dist/{BudgetUtil-Jv8h9H9l.mjs → BudgetUtil-CIDAPPPT.mjs} +30 -30
- package/dist/{CashflowStore-CA190BPF.mjs → CashflowStore-naOtJcwo.mjs} +22 -15
- package/dist/{CategorySelectorDrawer-Dl006GKy.mjs → CategorySelectorDrawer-DqDAA_5I.mjs} +26 -26
- package/dist/{ConnectDrawer-DVp54lUH.mjs → ConnectDrawer-Dn1MlqLz.mjs} +60 -61
- package/dist/{ConnectionsDrawer-Dsc04-4Z.mjs → ConnectionsDrawer-CSo6AFkG.mjs} +2 -2
- package/dist/CurrencyInput-BrGvhgVK.mjs +85 -0
- package/dist/{DebtsStore-pL63fmdT.mjs → DebtsStore-hi1cqrRk.mjs} +3 -3
- package/dist/{Drawer-BF40nbsH.mjs → Drawer-Dqe5EqvA.mjs} +6 -6
- package/dist/{ExportCsvAction-QhQK4_FU.mjs → ExportCsvAction-CQ1grpwo.mjs} +3 -3
- package/dist/{FinstrongStore-BGf36b0z.mjs → FinstrongStore-dKZOZ2hM.mjs} +3 -3
- package/dist/{GoalStore-C1-w3Y1E.mjs → GoalStore-CFeAJloA.mjs} +3 -3
- package/dist/HeaderCell-DjuifqHJ.mjs +6 -0
- package/dist/{Help-DBfsTkAi.mjs → Help-i4OasOO-.mjs} +176 -158
- package/dist/{LineChart-C1PxNf7P.mjs → LineChart-bc1D9xBE.mjs} +78 -78
- package/dist/Loader-BSWSYqvn.mjs +24 -0
- package/dist/{ManageIncome-8EsStyIQ.mjs → ManageIncome-D_qVX5dN.mjs} +44 -44
- package/dist/{MiniWidgetContainer-CKzf_Ira.mjs → MiniWidgetContainer-D7MkHG15.mjs} +12 -12
- package/dist/{NetWorthStore-Bti6u-d9.mjs → NetWorthStore-8FFC1Bs0.mjs} +2 -2
- package/dist/{NotificationSettings-B74rQVYC.mjs → NotificationSettings-BsWiYD94.mjs} +67 -67
- package/dist/{OriginalBalanceAction-2Y_3U_mg.mjs → OriginalBalanceAction-62e0mU_3.mjs} +7 -7
- package/dist/{RecurringSettings-DAncu--R.mjs → RecurringSettings-RfZ8Wuhh.mjs} +3 -3
- package/dist/{RecurringTransactions-CxcSL1dY.mjs → RecurringTransactions-Bhx56aA3.mjs} +76 -76
- package/dist/{RecurringTransactionsStore-CNFxyGB6.mjs → RecurringTransactionsStore-D3EOKZ2B.mjs} +1 -1
- package/dist/{ResponsiveButton-Cn6-R7ue.mjs → ResponsiveButton-C6KH8JH4.mjs} +1 -1
- package/dist/SearchBox-B2_zLv8-.mjs +42 -0
- package/dist/{SingleSegmentDonut-7Uy6VEld.mjs → SingleSegmentDonut-PsRQPkmV.mjs} +1 -1
- package/dist/{SpendingLegend-6FqtMcBV.mjs → SpendingLegend-CZzDb-7d.mjs} +10 -10
- package/dist/TransactionDetails-Duv1X9ec.mjs +1379 -0
- package/dist/{TransactionStore-DbwAutwC.mjs → TransactionStore-DgLrYW4C.mjs} +3 -3
- package/dist/{User-BklmOUSd.mjs → User-DqNX2GAK.mjs} +107 -107
- package/dist/{ViewMoreMicroCard-DAkyNRlD.mjs → ViewMoreMicroCard-CH9E-jOx.mjs} +178 -177
- package/dist/{WidgetContainer-CDh9fjpR.mjs → WidgetContainer-B1Jzb4XA.mjs} +6 -6
- package/dist/accounts/index.es.js +45 -45
- package/dist/analytics/index.es.js +22 -22
- package/dist/budgets/index.es.js +266 -265
- package/dist/cashflow/index.es.js +155 -154
- package/dist/categories/index.es.js +1 -1
- package/dist/common/components/Loader.d.ts +2 -1
- package/dist/common/components/accountfilter/AccountFilterOptions.d.ts +1 -1
- package/dist/common/components/barchart/Bar.d.ts +25 -0
- package/dist/common/components/barchart/BarChart.d.ts +34 -0
- package/dist/common/components/barchart/BarColumn.d.ts +37 -0
- package/dist/common/components/barchart/Legend.d.ts +8 -0
- package/dist/common/components/barchart/Util.d.ts +42 -0
- package/dist/common/components/barchart/index.d.ts +1 -0
- package/dist/common/components/charts/linechart/CustomMark.d.ts +1 -1
- package/dist/common/components/index.d.ts +1 -0
- package/dist/common/index.es.js +659 -394
- package/dist/common/utils/Theme.d.ts +3 -1
- package/dist/dashboard/index.es.js +21 -21
- package/dist/debts/components/DebtsChart.d.ts +2 -1
- package/dist/debts/index.es.js +438 -438
- package/dist/{exportTransactionsToCSV-BgV_wTLT.mjs → exportTransactionsToCSV-BFpuIAXW.mjs} +1 -1
- package/dist/finstrong/index.es.js +113 -113
- package/dist/goals/index.es.js +379 -385
- package/dist/help/components/content/BottomImageContent.d.ts +1 -1
- package/dist/help/components/content/LeftImageContent.d.ts +1 -1
- package/dist/help/components/content/RightImageContent.d.ts +1 -1
- package/dist/help/components/content/TopImageContent.d.ts +1 -1
- package/dist/help/index.es.js +3 -3
- package/dist/investments/index.es.js +279 -278
- package/dist/merchants/index.es.js +16 -16
- package/dist/microinsights/index.es.js +1 -1
- package/dist/networth/components/NetWorthChange.d.ts +1 -3
- package/dist/networth/index.es.js +185 -191
- package/dist/notifications/index.es.js +29 -29
- package/dist/recurringtransactions/index.es.js +82 -82
- package/dist/settings/index.es.js +254 -254
- package/dist/spending/index.es.js +43 -43
- package/dist/transactions/components/shared/transactionlist/DateRow.d.ts +7 -0
- package/dist/transactions/index.es.js +150 -149
- package/dist/trends/index.es.js +297 -296
- package/dist/{useAccountDisplayName-CcIp09Xc.mjs → useAccountDisplayName-usSZCQ7I.mjs} +1 -1
- package/dist/{useCombineEvents-kNzLTWCp.mjs → useCombineEvents-CRwX-qWE.mjs} +2 -2
- package/dist/{useScreenSize-B5afALev.mjs → useScreenSize-B6JyS_Lj.mjs} +1 -1
- package/package.json +30 -30
- package/dist/AccountDetailsContent-adZTkM52.mjs +0 -683
- package/dist/AccountListItem-wgmlex-_.mjs +0 -90
- package/dist/CurrencyInput-D1cjbdCI.mjs +0 -85
- package/dist/HeaderCell-P8w6CmfO.mjs +0 -6
- package/dist/Loader-Ckqi9Rx6.mjs +0 -21
- package/dist/SearchBox-B7km148n.mjs +0 -39
- package/dist/TransactionDetails-Bn0qY5Hw.mjs +0 -1336
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mx-cartographer/experiences",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.sms2",
|
|
4
4
|
"description": "Library containing experience widgets",
|
|
5
5
|
"author": "MX",
|
|
6
6
|
"license": "MIT",
|
|
@@ -176,30 +176,30 @@
|
|
|
176
176
|
},
|
|
177
177
|
"dependencies": {
|
|
178
178
|
"@emotion/react": "^11.14.0",
|
|
179
|
-
"@emotion/styled": "^11.14.
|
|
180
|
-
"@mui/lab": "^
|
|
181
|
-
"@mui/material": "^
|
|
182
|
-
"@mui/system": "^
|
|
179
|
+
"@emotion/styled": "^11.14.0",
|
|
180
|
+
"@mui/lab": "^5.0.0-alpha.177",
|
|
181
|
+
"@mui/material": "^5.18.0",
|
|
182
|
+
"@mui/system": "^5.18.0",
|
|
183
183
|
"@mui/x-charts": "^7.29.1",
|
|
184
|
-
"@mui/x-data-grid-pro": "^7.29.
|
|
184
|
+
"@mui/x-data-grid-pro": "^7.29.8",
|
|
185
185
|
"@mui/x-date-pickers": "^7.29.4",
|
|
186
186
|
"@mui/x-date-pickers-pro": "^7.29.4",
|
|
187
187
|
"@mxenabled/cssinjs": "^0.6.0",
|
|
188
|
-
"@mxenabled/mx-icons": "^
|
|
189
|
-
"@mxenabled/mxui": "^
|
|
188
|
+
"@mxenabled/mx-icons": "^1.5.1",
|
|
189
|
+
"@mxenabled/mxui": "^1.5.8",
|
|
190
190
|
"@mxenabled/web-widget-sdk": "^0.0.13",
|
|
191
|
-
"@tanstack/react-virtual": "^3.13.
|
|
192
|
-
"bowser": "^2.
|
|
191
|
+
"@tanstack/react-virtual": "^3.13.2",
|
|
192
|
+
"bowser": "^2.11.0",
|
|
193
193
|
"d3": "^7.9.0",
|
|
194
194
|
"date-fns": "^4.1.0",
|
|
195
|
-
"mobx": "^6.
|
|
196
|
-
"mobx-react-lite": "^4.1.
|
|
195
|
+
"mobx": "^6.13.6",
|
|
196
|
+
"mobx-react-lite": "^4.1.0",
|
|
197
197
|
"numeral": "^2.0.6",
|
|
198
|
-
"posthog-js": "^1.
|
|
198
|
+
"posthog-js": "^1.230.1",
|
|
199
199
|
"react": "^19.2.3",
|
|
200
200
|
"react-dom": "^19.2.3",
|
|
201
201
|
"react-intersection-observer": "^10.0.0",
|
|
202
|
-
"uuid": "^
|
|
202
|
+
"uuid": "^11.1.0"
|
|
203
203
|
},
|
|
204
204
|
"devDependencies": {
|
|
205
205
|
"@babel/core": "^7.26.10",
|
|
@@ -208,18 +208,18 @@
|
|
|
208
208
|
"@storybook/addon-docs": "9.1.16",
|
|
209
209
|
"@storybook/addon-links": "9.1.16",
|
|
210
210
|
"@storybook/react-vite": "9.1.16",
|
|
211
|
-
"@testing-library/dom": "^10.4.
|
|
212
|
-
"@testing-library/jest-dom": "^6.
|
|
213
|
-
"@testing-library/react": "^16.
|
|
211
|
+
"@testing-library/dom": "^10.4.0",
|
|
212
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
213
|
+
"@testing-library/react": "^16.2.0",
|
|
214
214
|
"@testing-library/user-event": "^14.6.1",
|
|
215
|
-
"@types/css-mediaquery": "^0
|
|
215
|
+
"@types/css-mediaquery": "^0",
|
|
216
216
|
"@types/d3": "^7.4.3",
|
|
217
|
-
"@types/jest": "^
|
|
217
|
+
"@types/jest": "^29.5.14",
|
|
218
218
|
"@types/numeral": "^2.0.5",
|
|
219
|
-
"@types/prop-types": "^15.7.
|
|
219
|
+
"@types/prop-types": "^15.7.14",
|
|
220
220
|
"@types/react": "^19.2.7",
|
|
221
221
|
"@types/react-dom": "^19.2.3",
|
|
222
|
-
"@types/uuid": "^
|
|
222
|
+
"@types/uuid": "^10.0.0",
|
|
223
223
|
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
224
224
|
"@typescript-eslint/parser": "^7.16.0",
|
|
225
225
|
"@vitejs/plugin-react": "^5.1.2",
|
|
@@ -236,16 +236,16 @@
|
|
|
236
236
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
237
237
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
238
238
|
"eslint-plugin-storybook": "9.1.16",
|
|
239
|
-
"global-jsdom": "^
|
|
239
|
+
"global-jsdom": "^9.2.0",
|
|
240
240
|
"husky": "^9.1.7",
|
|
241
|
-
"jsdom": "^
|
|
242
|
-
"lint-staged": "^
|
|
241
|
+
"jsdom": "^23.0.1",
|
|
242
|
+
"lint-staged": "^15.4.3",
|
|
243
243
|
"path": "^0.12.7",
|
|
244
244
|
"prettier": "^3.5.3",
|
|
245
245
|
"prop-types": "^15.8.1",
|
|
246
246
|
"storybook": "9.1.16",
|
|
247
247
|
"storybook-addon-mock": "^6.0.1",
|
|
248
|
-
"typescript": "^5.
|
|
248
|
+
"typescript": "^5.8.2",
|
|
249
249
|
"vi-canvas-mock": "^1.0.0",
|
|
250
250
|
"vite": "^7.2.7",
|
|
251
251
|
"vite-plugin-dts": "^4.5.4",
|
|
@@ -253,14 +253,14 @@
|
|
|
253
253
|
"vitest": "^4.0.15"
|
|
254
254
|
},
|
|
255
255
|
"peerDependencies": {
|
|
256
|
-
"@mui/material": "^
|
|
257
|
-
"@mxenabled/mxui": "^
|
|
256
|
+
"@mui/material": "^5",
|
|
257
|
+
"@mxenabled/mxui": "^1",
|
|
258
258
|
"d3": "^7",
|
|
259
|
-
"date-fns": "^
|
|
259
|
+
"date-fns": "^3",
|
|
260
260
|
"mobx": "^6",
|
|
261
261
|
"mobx-react-lite": "^4",
|
|
262
|
-
"react": "^
|
|
263
|
-
"react-dom": "^
|
|
262
|
+
"react": "^18",
|
|
263
|
+
"react-dom": "^18"
|
|
264
264
|
},
|
|
265
265
|
"files": [
|
|
266
266
|
"dist",
|