@mx-cartographer/experiences 2.34.0 → 2.35.0-alpha.sms1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (364) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/{src/cashflow → cashflow}/stores/CashflowStore.d.ts +0 -4
  3. package/dist/common/api/GlobalCopyApi.d.ts +7 -0
  4. package/dist/{src/common → common}/api/index.d.ts +2 -1
  5. package/dist/{src/common → common}/context/hooks.d.ts +1 -0
  6. package/dist/common/context/index.d.ts +3 -0
  7. package/dist/common/stores/GlobalCopyStore.d.ts +11 -0
  8. package/dist/{src/common → common}/stores/GlobalStore.d.ts +2 -0
  9. package/dist/{src/common → common}/stores/index.d.ts +2 -1
  10. package/dist/common/types/GlobalCopy.d.ts +6 -0
  11. package/dist/{src/common → common}/types/index.d.ts +2 -0
  12. package/dist/common/types/localization/AccountFilterCopy.d.ts +7 -0
  13. package/dist/common/types/localization/CashflowCopy.d.ts +74 -0
  14. package/dist/common/types/localization/CommonCopy.d.ts +6 -0
  15. package/dist/common/types/localization/index.d.ts +3 -0
  16. package/dist/index.d.ts +15 -1
  17. package/dist/index.es.js +1915 -2012
  18. package/dist/index.es.js.map +1 -1
  19. package/package.json +14 -14
  20. package/dist/src/common/context/index.d.ts +0 -3
  21. package/dist/src/common/types/localization/CashflowCopy.d.ts +0 -82
  22. package/dist/src/index.d.ts +0 -15
  23. /package/dist/{src/accounts → accounts}/AccountsMiniWidget.d.ts +0 -0
  24. /package/dist/{src/accounts → accounts}/AccountsWidget.d.ts +0 -0
  25. /package/dist/{src/accounts → accounts}/ConnectMiniWidget.d.ts +0 -0
  26. /package/dist/{src/accounts → accounts}/api/AccountApi.d.ts +0 -0
  27. /package/dist/{src/accounts → accounts}/components/AccountListItem.d.ts +0 -0
  28. /package/dist/{src/accounts → accounts}/components/AccountsList.d.ts +0 -0
  29. /package/dist/{src/accounts → accounts}/components/ConnectDrawer.d.ts +0 -0
  30. /package/dist/{src/accounts → accounts}/components/ConnectImage.d.ts +0 -0
  31. /package/dist/{src/accounts → accounts}/components/ConnectStatus.d.ts +0 -0
  32. /package/dist/{src/accounts → accounts}/components/ConnectionStatusIcons.d.ts +0 -0
  33. /package/dist/{src/accounts → accounts}/components/ConnectionsDrawer.d.ts +0 -0
  34. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountActions.d.ts +0 -0
  35. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountActionsRow.d.ts +0 -0
  36. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountConnection.d.ts +0 -0
  37. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetailEdit.d.ts +0 -0
  38. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetails.d.ts +0 -0
  39. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetailsChart.d.ts +0 -0
  40. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetailsContent.d.ts +0 -0
  41. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetailsHeader.d.ts +0 -0
  42. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetailsTab.d.ts +0 -0
  43. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/ConnectionErrorMessage.d.ts +0 -0
  44. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Transactions/TransactionsTab.d.ts +0 -0
  45. /package/dist/{src/accounts → accounts}/constants/Accounts.d.ts +0 -0
  46. /package/dist/{src/accounts → accounts}/constants/Connect.d.ts +0 -0
  47. /package/dist/{src/accounts → accounts}/hooks/useGetMergeableAccounts.d.ts +0 -0
  48. /package/dist/{src/accounts → accounts}/hooks/useUiStore.d.ts +0 -0
  49. /package/dist/{src/accounts → accounts}/index.d.ts +0 -0
  50. /package/dist/{src/accounts → accounts}/stores/AccountStore.d.ts +0 -0
  51. /package/dist/{src/accounts → accounts}/stores/UiStore.d.ts +0 -0
  52. /package/dist/{src/accounts → accounts}/utils/AccountFields.d.ts +0 -0
  53. /package/dist/{src/accounts → accounts}/utils/Accounts.d.ts +0 -0
  54. /package/dist/{src/accounts → accounts}/utils/getConnectionMessages.d.ts +0 -0
  55. /package/dist/{src/accounts → accounts}/utils/index.d.ts +0 -0
  56. /package/dist/{src/budgets → budgets}/BubbleBudgetsMiniWidget.d.ts +0 -0
  57. /package/dist/{src/budgets → budgets}/api/BudgetsApi.d.ts +0 -0
  58. /package/dist/{src/budgets → budgets}/components/BubbleBudgets.d.ts +0 -0
  59. /package/dist/{src/budgets → budgets}/components/BubbleChart.d.ts +0 -0
  60. /package/dist/{src/budgets → budgets}/components/ZeroState.d.ts +0 -0
  61. /package/dist/{src/budgets → budgets}/index.d.ts +0 -0
  62. /package/dist/{src/budgets → budgets}/store/BudgetsStore.d.ts +0 -0
  63. /package/dist/{src/budgets → budgets}/utils/Budget.d.ts +0 -0
  64. /package/dist/{src/budgets → budgets}/utils/buildBubblesSVG.d.ts +0 -0
  65. /package/dist/{src/cashflow → cashflow}/CashflowMiniWidget.d.ts +0 -0
  66. /package/dist/{src/cashflow → cashflow}/CashflowOnboarding.d.ts +0 -0
  67. /package/dist/{src/cashflow → cashflow}/CashflowWidget.d.ts +0 -0
  68. /package/dist/{src/cashflow → cashflow}/api/CashflowApi.d.ts +0 -0
  69. /package/dist/{src/cashflow → cashflow}/components/CashflowAmountHeading.d.ts +0 -0
  70. /package/dist/{src/cashflow → cashflow}/components/CashflowContent.d.ts +0 -0
  71. /package/dist/{src/cashflow → cashflow}/components/CashflowHeading.d.ts +0 -0
  72. /package/dist/{src/cashflow → cashflow}/components/CashflowWidgetContent.d.ts +0 -0
  73. /package/dist/{src/cashflow → cashflow}/components/DetailsExpenseHeader.d.ts +0 -0
  74. /package/dist/{src/cashflow → cashflow}/components/DetailsExpenseRow.d.ts +0 -0
  75. /package/dist/{src/cashflow → cashflow}/components/DetailsFooter.d.ts +0 -0
  76. /package/dist/{src/cashflow → cashflow}/components/DetailsTab.d.ts +0 -0
  77. /package/dist/{src/cashflow → cashflow}/components/SummaryTab.d.ts +0 -0
  78. /package/dist/{src/cashflow → cashflow}/components/onboarding/StepOne.d.ts +0 -0
  79. /package/dist/{src/cashflow → cashflow}/components/onboarding/StepTwo.d.ts +0 -0
  80. /package/dist/{src/cashflow → cashflow}/constants/LocalizedCopy.d.ts +0 -0
  81. /package/dist/{src/cashflow → cashflow}/context/hooks.d.ts +0 -0
  82. /package/dist/{src/cashflow → cashflow}/index.d.ts +0 -0
  83. /package/dist/{src/cashflow → cashflow}/stores/UiStore.d.ts +0 -0
  84. /package/dist/{src/categories → categories}/components/CategoryList.d.ts +0 -0
  85. /package/dist/{src/categories → categories}/components/CategoryRow.d.ts +0 -0
  86. /package/dist/{src/categories → categories}/components/CategorySelector.d.ts +0 -0
  87. /package/dist/{src/categories → categories}/components/CategorySelectorDrawer.d.ts +0 -0
  88. /package/dist/{src/categories → categories}/components/CustomCategories/AddSubcategory.d.ts +0 -0
  89. /package/dist/{src/categories → categories}/components/CustomCategories/CustomCategoryModal.d.ts +0 -0
  90. /package/dist/{src/categories → categories}/components/CustomCategories/DeleteSubcategory.d.ts +0 -0
  91. /package/dist/{src/categories → categories}/components/CustomCategories/RenameSubcategory.d.ts +0 -0
  92. /package/dist/{src/categories → categories}/components/CustomCategories/index.d.ts +0 -0
  93. /package/dist/{src/categories → categories}/components/SubcategoryList.d.ts +0 -0
  94. /package/dist/{src/categories → categories}/components/SubcategoryRow.d.ts +0 -0
  95. /package/dist/{src/categories → categories}/constants/Analytics.d.ts +0 -0
  96. /package/dist/{src/categories → categories}/constants/LocalizedCopy.d.ts +0 -0
  97. /package/dist/{src/categories → categories}/constants/OnClickEvents.d.ts +0 -0
  98. /package/dist/{src/categories → categories}/context/hooks.d.ts +0 -0
  99. /package/dist/{src/categories → categories}/index.d.ts +0 -0
  100. /package/dist/{src/categories → categories}/stores/CategoryStore.d.ts +0 -0
  101. /package/dist/{src/categories → categories}/stores/UiStore.d.ts +0 -0
  102. /package/dist/{src/common → common}/api/AnalyticsApi.d.ts +0 -0
  103. /package/dist/{src/common → common}/api/BeatApi.d.ts +0 -0
  104. /package/dist/{src/common → common}/api/CategoryApi.d.ts +0 -0
  105. /package/dist/{src/common → common}/api/LocalizedCopyApi.d.ts +0 -0
  106. /package/dist/{src/common → common}/api/NotificationApi.d.ts +0 -0
  107. /package/dist/{src/common → common}/api/ScheduledPaymentsApi.d.ts +0 -0
  108. /package/dist/{src/common → common}/api/UserApi.d.ts +0 -0
  109. /package/dist/{src/common → common}/api/WidgetApi.d.ts +0 -0
  110. /package/dist/{src/common → common}/components/CurrencyInput.d.ts +0 -0
  111. /package/dist/{src/common → common}/components/CurrencyText.d.ts +0 -0
  112. /package/dist/{src/common → common}/components/DataRow.d.ts +0 -0
  113. /package/dist/{src/common → common}/components/IconBacking.d.ts +0 -0
  114. /package/dist/{src/common → common}/components/InformationTooltip.d.ts +0 -0
  115. /package/dist/{src/common → common}/components/ListItemWrapper.d.ts +0 -0
  116. /package/dist/{src/common → common}/components/Loader.d.ts +0 -0
  117. /package/dist/{src/common → common}/components/MiniWidgetContainer.d.ts +0 -0
  118. /package/dist/{src/common → common}/components/ResponsiveButton.d.ts +0 -0
  119. /package/dist/{src/common → common}/components/SearchBox.d.ts +0 -0
  120. /package/dist/{src/common → common}/components/SelectionBox.d.ts +0 -0
  121. /package/dist/{src/common → common}/components/SubheaderRow.d.ts +0 -0
  122. /package/dist/{src/common → common}/components/TabContentContainer.d.ts +0 -0
  123. /package/dist/{src/common → common}/components/WidgetContainer.d.ts +0 -0
  124. /package/dist/{src/common → common}/components/accountfilter/AccountFilter.d.ts +0 -0
  125. /package/dist/{src/common → common}/components/accountfilter/AccountFilterOptions.d.ts +0 -0
  126. /package/dist/{src/common → common}/components/accountfilter/index.d.ts +0 -0
  127. /package/dist/{src/common → common}/components/barchart/Bar.d.ts +0 -0
  128. /package/dist/{src/common → common}/components/barchart/BarChart.d.ts +0 -0
  129. /package/dist/{src/common → common}/components/barchart/BarColumn.d.ts +0 -0
  130. /package/dist/{src/common → common}/components/barchart/Legend.d.ts +0 -0
  131. /package/dist/{src/common → common}/components/barchart/Util.d.ts +0 -0
  132. /package/dist/{src/common → common}/components/barchart/index.d.ts +0 -0
  133. /package/dist/{src/common → common}/components/calendar/Calendar.d.ts +0 -0
  134. /package/dist/{src/common → common}/components/calendar/Day.d.ts +0 -0
  135. /package/dist/{src/common → common}/components/calendar/Header.d.ts +0 -0
  136. /package/dist/{src/common → common}/components/calendar/index.d.ts +0 -0
  137. /package/dist/{src/common → common}/components/calendar/upcomingActivity/CalendarIcons.d.ts +0 -0
  138. /package/dist/{src/common → common}/components/charts/Donut.d.ts +0 -0
  139. /package/dist/{src/common → common}/components/charts/LineChart.d.ts +0 -0
  140. /package/dist/{src/common → common}/components/charts/StatusBar.d.ts +0 -0
  141. /package/dist/{src/common → common}/components/charts/index.d.ts +0 -0
  142. /package/dist/{src/common → common}/components/charts/linechart/CustomLine.d.ts +0 -0
  143. /package/dist/{src/common → common}/components/charts/linechart/CustomMark.d.ts +0 -0
  144. /package/dist/{src/common → common}/components/daterangeselector/DateRangeSelector.d.ts +0 -0
  145. /package/dist/{src/common → common}/components/daterangeselector/index.d.ts +0 -0
  146. /package/dist/{src/common → common}/components/dialog/Dialog.d.ts +0 -0
  147. /package/dist/{src/common → common}/components/dialog/index.d.ts +0 -0
  148. /package/dist/{src/common → common}/components/donuts/MultiSegmentDonut.d.ts +0 -0
  149. /package/dist/{src/common → common}/components/donuts/SingleSegmentDonut.d.ts +0 -0
  150. /package/dist/{src/common → common}/components/donuts/index.d.ts +0 -0
  151. /package/dist/{src/common → common}/components/drawer/Drawer.d.ts +0 -0
  152. /package/dist/{src/common → common}/components/drawer/Header.d.ts +0 -0
  153. /package/dist/{src/common → common}/components/drawer/index.d.ts +0 -0
  154. /package/dist/{src/common → common}/components/index.d.ts +0 -0
  155. /package/dist/{src/common → common}/constants/Account.d.ts +0 -0
  156. /package/dist/{src/common → common}/constants/ApiEndpoints.d.ts +0 -0
  157. /package/dist/{src/common → common}/constants/Category.d.ts +0 -0
  158. /package/dist/{src/common → common}/constants/DateFormats.d.ts +0 -0
  159. /package/dist/{src/common → common}/constants/Donut.d.ts +0 -0
  160. /package/dist/{src/common → common}/constants/Numbers.d.ts +0 -0
  161. /package/dist/{src/common → common}/constants/ScheduledPayment.d.ts +0 -0
  162. /package/dist/{src/common → common}/constants/Sizes.d.ts +0 -0
  163. /package/dist/{src/common → common}/constants/SpendingPlan.d.ts +0 -0
  164. /package/dist/{src/common → common}/constants/Table.d.ts +0 -0
  165. /package/dist/{src/common → common}/constants/index.d.ts +0 -0
  166. /package/dist/{src/common → common}/context/GlobalDataProvider.d.ts +0 -0
  167. /package/dist/{src/common → common}/context/WidgetContainerProvider.d.ts +0 -0
  168. /package/dist/{src/common → common}/hooks/index.d.ts +0 -0
  169. /package/dist/{src/common → common}/hooks/useCombineEvents.d.ts +0 -0
  170. /package/dist/{src/common → common}/hooks/useScreenSize.d.ts +0 -0
  171. /package/dist/{src/common → common}/index.d.ts +0 -0
  172. /package/dist/{src/common → common}/stores/GlobalUiStore.d.ts +0 -0
  173. /package/dist/{src/common → common}/stores/LocalizedContentStore.d.ts +0 -0
  174. /package/dist/{src/common → common}/stores/LocalizedCopyStore.d.ts +0 -0
  175. /package/dist/{src/common → common}/stores/UserStore.d.ts +0 -0
  176. /package/dist/{src/common → common}/types/Account.d.ts +0 -0
  177. /package/dist/{src/common → common}/types/Activity.d.ts +0 -0
  178. /package/dist/{src/common → common}/types/Analytics.d.ts +0 -0
  179. /package/dist/{src/common → common}/types/Beat.d.ts +0 -0
  180. /package/dist/{src/common → common}/types/Budget.d.ts +0 -0
  181. /package/dist/{src/common → common}/types/Cashflow.d.ts +0 -0
  182. /package/dist/{src/common → common}/types/Category.d.ts +0 -0
  183. /package/dist/{src/common → common}/types/Date.d.ts +0 -0
  184. /package/dist/{src/common → common}/types/Expense.d.ts +0 -0
  185. /package/dist/{src/common → common}/types/Global.d.ts +0 -0
  186. /package/dist/{src/common → common}/types/Goal.d.ts +0 -0
  187. /package/dist/{src/common → common}/types/Institution.d.ts +0 -0
  188. /package/dist/{src/common → common}/types/LocalizedContent.d.ts +0 -0
  189. /package/dist/{src/common → common}/types/LocalizedCopy.d.ts +0 -0
  190. /package/dist/{src/common → common}/types/Merchant.d.ts +0 -0
  191. /package/dist/{src/common → common}/types/Notification.d.ts +0 -0
  192. /package/dist/{src/common → common}/types/ScheduledPayment.d.ts +0 -0
  193. /package/dist/{src/common → common}/types/ScreenSize.d.ts +0 -0
  194. /package/dist/{src/common → common}/types/SpendingPlan.d.ts +0 -0
  195. /package/dist/{src/common → common}/types/Transaction.d.ts +0 -0
  196. /package/dist/{src/common → common}/types/User.d.ts +0 -0
  197. /package/dist/{src/common → common}/types/Widgets.d.ts +0 -0
  198. /package/dist/{src/common → common}/utils/AccountFilter.d.ts +0 -0
  199. /package/dist/{src/common → common}/utils/Analytics.d.ts +0 -0
  200. /package/dist/{src/common → common}/utils/Categories.d.ts +0 -0
  201. /package/dist/{src/common → common}/utils/DateUtil.d.ts +0 -0
  202. /package/dist/{src/common → common}/utils/Fetch.d.ts +0 -0
  203. /package/dist/{src/common → common}/utils/Localization.d.ts +0 -0
  204. /package/dist/{src/common → common}/utils/NumberFormatting.d.ts +0 -0
  205. /package/dist/{src/common → common}/utils/index.d.ts +0 -0
  206. /package/dist/{src/dashboard → dashboard}/Dashboard.d.ts +0 -0
  207. /package/dist/{src/dashboard → dashboard}/Greeting.d.ts +0 -0
  208. /package/dist/{src/dashboard → dashboard}/constants/Dashboard.d.ts +0 -0
  209. /package/dist/{src/dashboard → dashboard}/index.d.ts +0 -0
  210. /package/dist/{src/dashboard → dashboard}/types/DashboardTypes.d.ts +0 -0
  211. /package/dist/{src/goals → goals}/api/GoalApi.d.ts +0 -0
  212. /package/dist/{src/goals → goals}/components/GoalsWidget.d.ts +0 -0
  213. /package/dist/{src/goals → goals}/constants/CopyKeys.d.ts +0 -0
  214. /package/dist/{src/goals → goals}/index.d.ts +0 -0
  215. /package/dist/{src/goals → goals}/stores/CopyStore.d.ts +0 -0
  216. /package/dist/{src/goals → goals}/stores/GoalStore.d.ts +0 -0
  217. /package/dist/{src/insights → insights}/components/index.d.ts +0 -0
  218. /package/dist/{src/insights → insights}/components/settingsMenu/SettingsMenu.d.ts +0 -0
  219. /package/dist/{src/insights → insights}/components/settingsMenu/index.d.ts +0 -0
  220. /package/dist/{src/insights → insights}/index.d.ts +0 -0
  221. /package/dist/{src/insights → insights}/store/BeatStore.d.ts +0 -0
  222. /package/dist/{src/merchants → merchants}/api/MerchantApi.d.ts +0 -0
  223. /package/dist/{src/merchants → merchants}/components/MerchantLookup.d.ts +0 -0
  224. /package/dist/{src/merchants → merchants}/constants/LocalizedCopy.d.ts +0 -0
  225. /package/dist/{src/merchants → merchants}/index.d.ts +0 -0
  226. /package/dist/{src/merchants → merchants}/stores/MerchantStore.d.ts +0 -0
  227. /package/dist/{src/microinsights → microinsights}/analytics.d.ts +0 -0
  228. /package/dist/{src/microinsights → microinsights}/components/beatCard/BeatCard.d.ts +0 -0
  229. /package/dist/{src/microinsights → microinsights}/components/beaticons/BeatCategoryIcon.d.ts +0 -0
  230. /package/dist/{src/microinsights → microinsights}/components/beaticons/BeatIcon.d.ts +0 -0
  231. /package/dist/{src/microinsights → microinsights}/components/beaticons/BeatMerchantLogo.d.ts +0 -0
  232. /package/dist/{src/microinsights → microinsights}/components/beaticons/ChartFilledIcon.d.ts +0 -0
  233. /package/dist/{src/microinsights → microinsights}/components/beaticons/MonthlySpendComparisonIcon.d.ts +0 -0
  234. /package/dist/{src/microinsights → microinsights}/components/beaticons/ZeroStateIcon.d.ts +0 -0
  235. /package/dist/{src/microinsights → microinsights}/components/beaticons/index.d.ts +0 -0
  236. /package/dist/{src/microinsights → microinsights}/components/carouselheader/CarouselHeader.d.ts +0 -0
  237. /package/dist/{src/microinsights → microinsights}/components/insightsmicrowidget/InsightsMicroWidget.d.ts +0 -0
  238. /package/dist/{src/microinsights → microinsights}/components/microBeatCarousel/CarouselControls.d.ts +0 -0
  239. /package/dist/{src/microinsights → microinsights}/components/microBeatCarousel/MicroBeatCarousel.d.ts +0 -0
  240. /package/dist/{src/microinsights → microinsights}/components/microInsightCard/MicroInsightCard.d.ts +0 -0
  241. /package/dist/{src/microinsights → microinsights}/components/noRelevantInsightsCard/NoRelevantInsightsCard.d.ts +0 -0
  242. /package/dist/{src/microinsights → microinsights}/components/spinner/Spinner.d.ts +0 -0
  243. /package/dist/{src/microinsights → microinsights}/components/viewMoreMicroCard/ViewMoreMicroCard.d.ts +0 -0
  244. /package/dist/{src/microinsights → microinsights}/components/zeroStateCard/ZeroStateCard.d.ts +0 -0
  245. /package/dist/{src/microinsights → microinsights}/constants/Analytics.d.ts +0 -0
  246. /package/dist/{src/microinsights → microinsights}/constants/App.d.ts +0 -0
  247. /package/dist/{src/microinsights → microinsights}/constants/CopyKeys.d.ts +0 -0
  248. /package/dist/{src/microinsights → microinsights}/constants/Insights.d.ts +0 -0
  249. /package/dist/{src/microinsights → microinsights}/constants/OnClickEvents.d.ts +0 -0
  250. /package/dist/{src/microinsights → microinsights}/context/InsightsMicroWidgetDataProvider.d.ts +0 -0
  251. /package/dist/{src/microinsights → microinsights}/context/hooks.d.ts +0 -0
  252. /package/dist/{src/microinsights → microinsights}/index.d.ts +0 -0
  253. /package/dist/{src/microinsights → microinsights}/interfaces.d.ts +0 -0
  254. /package/dist/{src/microinsights → microinsights}/stores/AppStore.d.ts +0 -0
  255. /package/dist/{src/microinsights → microinsights}/stores/CopyStore.d.ts +0 -0
  256. /package/dist/{src/microinsights → microinsights}/stores/InsightsMicroWidgetStore.d.ts +0 -0
  257. /package/dist/{src/microinsights → microinsights}/types/BeatUIComponent.d.ts +0 -0
  258. /package/dist/{src/microinsights → microinsights}/utils/DataSeries.d.ts +0 -0
  259. /package/dist/{src/notifications → notifications}/components/DateRow.d.ts +0 -0
  260. /package/dist/{src/notifications → notifications}/components/NotificationBadge.d.ts +0 -0
  261. /package/dist/{src/notifications → notifications}/components/NotificationCard.d.ts +0 -0
  262. /package/dist/{src/notifications → notifications}/components/NotificationList.d.ts +0 -0
  263. /package/dist/{src/notifications → notifications}/constants/NotificationConstants.d.ts +0 -0
  264. /package/dist/{src/notifications → notifications}/index.d.ts +0 -0
  265. /package/dist/{src/notifications → notifications}/stores/NotificationStore.d.ts +0 -0
  266. /package/dist/{src/notifications → notifications}/utils/NotificationUtils.d.ts +0 -0
  267. /package/dist/{src/recurringactivity → recurringactivity}/RecurringActivityMiniWidget.d.ts +0 -0
  268. /package/dist/{src/recurringactivity → recurringactivity}/RecurringActivityWidget.d.ts +0 -0
  269. /package/dist/{src/recurringactivity → recurringactivity}/components/ActivityBadges.d.ts +0 -0
  270. /package/dist/{src/recurringactivity → recurringactivity}/components/ActivityDetails.d.ts +0 -0
  271. /package/dist/{src/recurringactivity → recurringactivity}/components/ActivityList.d.ts +0 -0
  272. /package/dist/{src/recurringactivity → recurringactivity}/components/ActivityRow.d.ts +0 -0
  273. /package/dist/{src/recurringactivity → recurringactivity}/components/ActivityStatus.d.ts +0 -0
  274. /package/dist/{src/recurringactivity → recurringactivity}/components/MiniWidgetContent.d.ts +0 -0
  275. /package/dist/{src/recurringactivity → recurringactivity}/components/RecurringActivity.d.ts +0 -0
  276. /package/dist/{src/recurringactivity → recurringactivity}/components/actions/FrequencyAction.d.ts +0 -0
  277. /package/dist/{src/recurringactivity → recurringactivity}/components/actions/PaymentDateAction.d.ts +0 -0
  278. /package/dist/{src/recurringactivity → recurringactivity}/components/activitycalendar/ActivityCalendar.d.ts +0 -0
  279. /package/dist/{src/recurringactivity → recurringactivity}/components/activitycalendar/ActivityDay.d.ts +0 -0
  280. /package/dist/{src/recurringactivity → recurringactivity}/components/activitycalendar/Legend.d.ts +0 -0
  281. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/ActivitySettings.d.ts +0 -0
  282. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/activitysettings/AddActivity.d.ts +0 -0
  283. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/activitysettings/AddActivityDetails.d.ts +0 -0
  284. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/activitysettings/ManageExpenses.d.ts +0 -0
  285. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/activitysettings/ManageIncome.d.ts +0 -0
  286. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/activitysettings/SelectTransaction.d.ts +0 -0
  287. /package/dist/{src/recurringactivity → recurringactivity}/index.d.ts +0 -0
  288. /package/dist/{src/recurringactivity → recurringactivity}/stores/RecurringActivityStore.d.ts +0 -0
  289. /package/dist/{src/recurringactivity → recurringactivity}/util/RecurringActivityUtils.d.ts +0 -0
  290. /package/dist/{src/recurringactivity → recurringactivity}/util/buildActivities.d.ts +0 -0
  291. /package/dist/{src/recurringactivity → recurringactivity}/util/buildNewActivity.d.ts +0 -0
  292. /package/dist/{src/recurringactivity → recurringactivity}/util/updateActivity.d.ts +0 -0
  293. /package/dist/{src/spending → spending}/SpendingMiniWidget.d.ts +0 -0
  294. /package/dist/{src/spending → spending}/SpendingWidget.d.ts +0 -0
  295. /package/dist/{src/spending → spending}/components/MiniSpendingChart.d.ts +0 -0
  296. /package/dist/{src/spending → spending}/components/Spending.d.ts +0 -0
  297. /package/dist/{src/spending → spending}/components/SpendingChart.d.ts +0 -0
  298. /package/dist/{src/spending → spending}/components/SpendingDonut.d.ts +0 -0
  299. /package/dist/{src/spending → spending}/components/SpendingLegend.d.ts +0 -0
  300. /package/dist/{src/spending → spending}/components/SpendingList.d.ts +0 -0
  301. /package/dist/{src/spending → spending}/components/SpendingTabLabel.d.ts +0 -0
  302. /package/dist/{src/spending → spending}/index.d.ts +0 -0
  303. /package/dist/{src/spending → spending}/utils/SpendingData.d.ts +0 -0
  304. /package/dist/{src/transactions → transactions}/TransactionWidget.d.ts +0 -0
  305. /package/dist/{src/transactions → transactions}/analytics.d.ts +0 -0
  306. /package/dist/{src/transactions → transactions}/api/TransactionApi.d.ts +0 -0
  307. /package/dist/{src/transactions → transactions}/components/shared/TransactionDetails.d.ts +0 -0
  308. /package/dist/{src/transactions → transactions}/components/shared/TransactionList.d.ts +0 -0
  309. /package/dist/{src/transactions → transactions}/components/shared/TransactionTable.d.ts +0 -0
  310. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/Description.d.ts +0 -0
  311. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/FlagTransaction.d.ts +0 -0
  312. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/ManualTransactionDetails.d.ts +0 -0
  313. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/TransactionAmountHeader.d.ts +0 -0
  314. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/CategoryAction.d.ts +0 -0
  315. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/DateAction.d.ts +0 -0
  316. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/DeleteAction.d.ts +0 -0
  317. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/DeleteLogoAction.d.ts +0 -0
  318. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/HideAction.d.ts +0 -0
  319. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/MemoAction.d.ts +0 -0
  320. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/SplitAction.d.ts +0 -0
  321. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/TagsAction.d.ts +0 -0
  322. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/index.d.ts +0 -0
  323. /package/dist/{src/transactions → transactions}/components/shared/transactionlist/DateRow.d.ts +0 -0
  324. /package/dist/{src/transactions → transactions}/components/shared/transactionlist/TransactionRow.d.ts +0 -0
  325. /package/dist/{src/transactions → transactions}/components/shared/transactionlist/ZeroState.d.ts +0 -0
  326. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/AccountCell.d.ts +0 -0
  327. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/AmountCell.d.ts +0 -0
  328. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/CategoryCell.d.ts +0 -0
  329. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/DateCell.d.ts +0 -0
  330. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/FlagCell.d.ts +0 -0
  331. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/HeaderCell.d.ts +0 -0
  332. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/PayeeCell.d.ts +0 -0
  333. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/index.d.ts +0 -0
  334. /package/dist/{src/transactions → transactions}/components/splitmanager/SplitManager.d.ts +0 -0
  335. /package/dist/{src/transactions → transactions}/components/splitmanager/SplitRow.d.ts +0 -0
  336. /package/dist/{src/transactions → transactions}/components/splitmanager/index.d.ts +0 -0
  337. /package/dist/{src/transactions → transactions}/components/tagmanager/Header.d.ts +0 -0
  338. /package/dist/{src/transactions → transactions}/components/tagmanager/SearchBox.d.ts +0 -0
  339. /package/dist/{src/transactions → transactions}/components/tagmanager/TagManager.d.ts +0 -0
  340. /package/dist/{src/transactions → transactions}/components/tagmanager/TagRow.d.ts +0 -0
  341. /package/dist/{src/transactions → transactions}/components/tagmanager/index.d.ts +0 -0
  342. /package/dist/{src/transactions → transactions}/components/transactionwidget/ActionBar.d.ts +0 -0
  343. /package/dist/{src/transactions → transactions}/components/transactionwidget/actions/AddTransactionAction.d.ts +0 -0
  344. /package/dist/{src/transactions → transactions}/components/transactionwidget/actions/EditCategoryAction.d.ts +0 -0
  345. /package/dist/{src/transactions → transactions}/components/transactionwidget/actions/ExportCsvAction.d.ts +0 -0
  346. /package/dist/{src/transactions → transactions}/constants/Actions.d.ts +0 -0
  347. /package/dist/{src/transactions → transactions}/constants/Analytics.d.ts +0 -0
  348. /package/dist/{src/transactions → transactions}/constants/LocalizedCopy.d.ts +0 -0
  349. /package/dist/{src/transactions → transactions}/constants/OnClickEvents.d.ts +0 -0
  350. /package/dist/{src/transactions → transactions}/constants/Transaction.d.ts +0 -0
  351. /package/dist/{src/transactions → transactions}/constants/TransactionsTable.d.ts +0 -0
  352. /package/dist/{src/transactions → transactions}/context/hooks.d.ts +0 -0
  353. /package/dist/{src/transactions → transactions}/index.d.ts +0 -0
  354. /package/dist/{src/transactions → transactions}/stores/TransactionStore.d.ts +0 -0
  355. /package/dist/{src/transactions → transactions}/stores/UiStore.d.ts +0 -0
  356. /package/dist/{src/transactions → transactions}/utils/Filters.d.ts +0 -0
  357. /package/dist/{src/transactions → transactions}/utils/Transactions.d.ts +0 -0
  358. /package/dist/{src/transactions → transactions}/utils/buildDetailedTransactions.d.ts +0 -0
  359. /package/dist/{src/transactions → transactions}/utils/exportTransactionsToCSV.d.ts +0 -0
  360. /package/dist/{src/transactions → transactions}/utils/sortAndFilterTransactions.d.ts +0 -0
  361. /package/dist/{src/trends → trends}/TrendsMiniWidget.d.ts +0 -0
  362. /package/dist/{src/trends → trends}/components/SpendingChart.d.ts +0 -0
  363. /package/dist/{src/trends → trends}/components/TrendsChart.d.ts +0 -0
  364. /package/dist/{src/trends → trends}/index.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "2.34.0",
3
+ "version": "2.35.0-alpha.sms1",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "@emotion/styled": "^11.11.0",
28
28
  "@honeybadger-io/js": "^6.8.3",
29
29
  "@honeybadger-io/react": "^6.1.19",
30
- "@kyper/mui": "^3.0.0",
30
+ "@kyper/mui": "^3.0.2",
31
31
  "@mui/icons-material": "^5.16.0",
32
32
  "@mui/material": "^5.16.0",
33
33
  "@mui/system": "^5.16.0",
@@ -53,16 +53,16 @@
53
53
  "devDependencies": {
54
54
  "@babel/core": "^7.23.7",
55
55
  "@babel/eslint-parser": "^7.23.3",
56
- "@storybook/addon-a11y": "^8.2.4",
57
- "@storybook/addon-essentials": "^8.2.4",
58
- "@storybook/addon-interactions": "^8.2.4",
59
- "@storybook/addon-links": "^8.2.4",
60
- "@storybook/addon-mdx-gfm": "^8.2.4",
61
- "@storybook/blocks": "^8.2.4",
62
- "@storybook/react": "^8.2.4",
63
- "@storybook/react-vite": "^8.2.4",
64
- "@storybook/test": "^8.2.4",
65
- "@storybook/theming": "^8.2.4",
56
+ "@storybook/addon-a11y": "^8.2.5",
57
+ "@storybook/addon-essentials": "^8.2.5",
58
+ "@storybook/addon-interactions": "^8.2.5",
59
+ "@storybook/addon-links": "^8.2.5",
60
+ "@storybook/addon-mdx-gfm": "^8.2.5",
61
+ "@storybook/blocks": "^8.2.5",
62
+ "@storybook/react": "^8.2.5",
63
+ "@storybook/react-vite": "^8.2.5",
64
+ "@storybook/test": "^8.2.5",
65
+ "@storybook/theming": "^8.2.5",
66
66
  "@testing-library/dom": "^9.3.4",
67
67
  "@testing-library/jest-dom": "^6.4.2",
68
68
  "@testing-library/react": "^14.2.1",
@@ -96,7 +96,7 @@
96
96
  "path": "^0.12.7",
97
97
  "prettier": "^3.1.1",
98
98
  "prop-types": "^15.8.1",
99
- "storybook": "^8.2.4",
99
+ "storybook": "^8.2.5",
100
100
  "storybook-addon-mock": "^5.0.0",
101
101
  "storybook-dark-mode": "4.0.1",
102
102
  "typescript": "^5.5.3",
@@ -118,4 +118,4 @@
118
118
  "README.md"
119
119
  ],
120
120
  "packageManager": "yarn@4.3.1"
121
- }
121
+ }
@@ -1,3 +0,0 @@
1
- export { useAccountStore, useBudgetsStore, useCashflowStore, useCategoryStore, useEvent, useGlobalStore, useGlobalUiStore, useMerchantStore, useNotificationStore, usePageView, useRecurringActivityStore, useTransactionStore, useUserStore, useWidgetContainerProvider, } from './hooks';
2
- export { GlobalDataContext, GlobalDataProvider } from './GlobalDataProvider';
3
- export { WidgetContainerContext, WidgetContainerProvider } from './WidgetContainerProvider';
@@ -1,82 +0,0 @@
1
- export interface CashflowCopy {
2
- full_view: {
3
- account_filter_title: string;
4
- accounts_type: string;
5
- accounts: string;
6
- accounts_breakdown: string;
7
- available_balance: string;
8
- balance: string;
9
- cash_and_bank: string;
10
- cash_inflow_and_outflow: string;
11
- cashflow_summary_and_details: string;
12
- cashflow_title: string;
13
- current_balance: string;
14
- details: string;
15
- expenses: string;
16
- income: string;
17
- institution_logo: string;
18
- next_month_aria: string;
19
- previous_month_aria: string;
20
- projected_income: string;
21
- projected_expenses: string;
22
- remaining: string;
23
- remaining_cash: string;
24
- settings: string;
25
- summary: string;
26
- to_be_paid_out: string;
27
- to_be_received: string;
28
- };
29
- onboarding: {
30
- add_income_title: string;
31
- add_income_description: string;
32
- bullet_one: string;
33
- bullet_two: string;
34
- bullet_three: string;
35
- cancel_button: string;
36
- confirm_button: string;
37
- confirm_error: string;
38
- get_started_button: string;
39
- loading_title: string;
40
- loading_description: string;
41
- welcome_title: string;
42
- welcome_sub_title: string;
43
- welcome_description: string;
44
- };
45
- shared: {
46
- bi_weekly: string;
47
- days_of_week_label: string;
48
- first_pay_date_label: string;
49
- frequency_label: string;
50
- monthly: string;
51
- next_pay_date_label: string;
52
- payment_schedule: string;
53
- projected_monthly_income: string;
54
- recent_pay_date_label: string;
55
- second_pay_date_label: string;
56
- semi_monthly: string;
57
- weekly: string;
58
- };
59
- widget: {
60
- an_overview_of_how_much_cash: string;
61
- available_to_spend: string;
62
- cashflow_title: string;
63
- days: string;
64
- expenses_due: string;
65
- next_paycheck: string;
66
- primary_cta: string;
67
- remaining_cash: string;
68
- sub_title: string;
69
- title: string;
70
- total_cash_accounts: string;
71
- until_next_paycheck: string;
72
- view_details: string;
73
- };
74
- account_filter: {
75
- cancel_button: string;
76
- filter_button: string;
77
- filter_button_aria: string;
78
- zero_state_button: string;
79
- zero_state_description: string;
80
- zero_state_title: string;
81
- };
82
- }
@@ -1,15 +0,0 @@
1
- export * from './accounts';
2
- export * from './budgets';
3
- export * from './cashflow';
4
- export * from './categories';
5
- export * from './common';
6
- export * from './dashboard';
7
- export * from './goals';
8
- export * from './insights';
9
- export * from './merchants';
10
- export * from './microinsights';
11
- export * from './notifications';
12
- export * from './recurringactivity';
13
- export * from './spending';
14
- export * from './transactions';
15
- export * from './trends';
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes