@mx-cartographer/experiences 6.4.0-alpha.al2 → 6.4.0-alpha.al4

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 (627) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/{src/common → common}/constants/Analytics.d.ts +4 -0
  3. package/dist/{src/common → common}/types/AppData.d.ts +1 -1
  4. package/dist/index.d.ts +21 -1
  5. package/dist/index.es.js +4800 -4781
  6. package/dist/index.es.js.map +1 -1
  7. package/dist/{src/investments → investments}/stores/HoldingStore.d.ts +5 -2
  8. package/package.json +1 -1
  9. package/dist/src/common/components/__test__/AddAccounts.test.d.ts +0 -0
  10. package/dist/src/common/components/__test__/EmptyState.test.d.ts +0 -0
  11. package/dist/src/index.d.ts +0 -21
  12. /package/dist/{src/accounts → accounts}/AccountsMiniWidget.d.ts +0 -0
  13. /package/dist/{src/accounts → accounts}/AccountsWidget.d.ts +0 -0
  14. /package/dist/{src/accounts → accounts}/ConnectMiniWidget.d.ts +0 -0
  15. /package/dist/{src/accounts → accounts}/api/AccountApi.d.ts +0 -0
  16. /package/dist/{src/accounts → accounts}/components/AccountListItem.d.ts +0 -0
  17. /package/dist/{src/accounts → accounts}/components/AccountsList.d.ts +0 -0
  18. /package/dist/{src/accounts → accounts}/components/ConnectImage.d.ts +0 -0
  19. /package/dist/{src/accounts → accounts}/components/ConnectMiniWidgetCard.d.ts +0 -0
  20. /package/dist/{src/accounts → accounts}/components/ConnectStatus.d.ts +0 -0
  21. /package/dist/{src/accounts → accounts}/components/ConnectionStatusIcons.d.ts +0 -0
  22. /package/dist/{src/accounts → accounts}/components/ConnectionsDrawer.d.ts +0 -0
  23. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountActions.d.ts +0 -0
  24. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountActionsRow.d.ts +0 -0
  25. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountConnection.d.ts +0 -0
  26. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetailEdit.d.ts +0 -0
  27. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetails.d.ts +0 -0
  28. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetailsChart.d.ts +0 -0
  29. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetailsContent.d.ts +0 -0
  30. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetailsHeader.d.ts +0 -0
  31. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/AccountDetailsTab.d.ts +0 -0
  32. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Accounts/ConnectionErrorMessage.d.ts +0 -0
  33. /package/dist/{src/accounts → accounts}/components/detailsdrawer/Transactions/TransactionsTab.d.ts +0 -0
  34. /package/dist/{src/accounts → accounts}/constants/Accounts.d.ts +0 -0
  35. /package/dist/{src/accounts → accounts}/hooks/useGetMergeableAccounts.d.ts +0 -0
  36. /package/dist/{src/accounts → accounts}/hooks/useUiStore.d.ts +0 -0
  37. /package/dist/{src/accounts → accounts}/index.d.ts +0 -0
  38. /package/dist/{src/accounts → accounts}/stores/AccountStore.d.ts +0 -0
  39. /package/dist/{src/accounts → accounts}/stores/UiStore.d.ts +0 -0
  40. /package/dist/{src/accounts → accounts}/utils/AccountFields.d.ts +0 -0
  41. /package/dist/{src/accounts → accounts}/utils/Accounts.d.ts +0 -0
  42. /package/dist/{src/accounts → accounts}/utils/getConnectionMessages.d.ts +0 -0
  43. /package/dist/{src/accounts → accounts}/utils/index.d.ts +0 -0
  44. /package/dist/{src/analytics → analytics}/SurveyMiniWidget.d.ts +0 -0
  45. /package/dist/{src/analytics → analytics}/components/OpenTextField.d.ts +0 -0
  46. /package/dist/{src/analytics → analytics}/components/RatingScale.d.ts +0 -0
  47. /package/dist/{src/analytics → analytics}/index.d.ts +0 -0
  48. /package/dist/{src/analytics → analytics}/stores/AnalyticsStore.d.ts +0 -0
  49. /package/dist/{src/budgets → budgets}/BubbleBudgetsMiniWidget.d.ts +0 -0
  50. /package/dist/{src/budgets → budgets}/BubbleBudgetsWidget.d.ts +0 -0
  51. /package/dist/{src/budgets → budgets}/api/BudgetsApi.d.ts +0 -0
  52. /package/dist/{src/budgets → budgets}/components/AddBudgets.d.ts +0 -0
  53. /package/dist/{src/budgets → budgets}/components/BubbleBudgets.d.ts +0 -0
  54. /package/dist/{src/budgets → budgets}/components/BubbleChart.d.ts +0 -0
  55. /package/dist/{src/budgets → budgets}/components/BudgetDetailsDrawer.d.ts +0 -0
  56. /package/dist/{src/budgets → budgets}/components/BudgetList.d.ts +0 -0
  57. /package/dist/{src/budgets → budgets}/components/BudgetsEmptyState.d.ts +0 -0
  58. /package/dist/{src/budgets → budgets}/components/Overview.d.ts +0 -0
  59. /package/dist/{src/budgets → budgets}/components/ZeroState.d.ts +0 -0
  60. /package/dist/{src/budgets → budgets}/components/addbudget/Header.d.ts +0 -0
  61. /package/dist/{src/budgets → budgets}/components/addbudget/RecalculateBudgetRow.d.ts +0 -0
  62. /package/dist/{src/budgets → budgets}/components/addbudget/RecalculateBudgets.d.ts +0 -0
  63. /package/dist/{src/budgets → budgets}/components/addbudget/UnbudgetedRow.d.ts +0 -0
  64. /package/dist/{src/budgets → budgets}/components/bubblechart/Bubble.d.ts +0 -0
  65. /package/dist/{src/budgets → budgets}/components/bubblechart/Mercury.d.ts +0 -0
  66. /package/dist/{src/budgets → budgets}/components/budgetdetails/AddSubBudget.d.ts +0 -0
  67. /package/dist/{src/budgets → budgets}/components/budgetdetails/BudgetDetails.d.ts +0 -0
  68. /package/dist/{src/budgets → budgets}/components/budgetdetails/Header.d.ts +0 -0
  69. /package/dist/{src/budgets → budgets}/components/budgetdetails/SubBudgetList.d.ts +0 -0
  70. /package/dist/{src/budgets → budgets}/components/budgetlist/BudgetRow.d.ts +0 -0
  71. /package/dist/{src/budgets → budgets}/components/budgetlist/SubBudgetRow.d.ts +0 -0
  72. /package/dist/{src/budgets → budgets}/components/budgetlist/SubBudgetZeroState.d.ts +0 -0
  73. /package/dist/{src/budgets → budgets}/components/shared/BudgetAmount.d.ts +0 -0
  74. /package/dist/{src/budgets → budgets}/index.d.ts +0 -0
  75. /package/dist/{src/budgets → budgets}/store/BudgetsStore.d.ts +0 -0
  76. /package/dist/{src/budgets → budgets}/utils/BubblesSVG.d.ts +0 -0
  77. /package/dist/{src/budgets → budgets}/utils/BudgetUtil.d.ts +0 -0
  78. /package/dist/{src/cashflow → cashflow}/CashflowMiniWidget.d.ts +0 -0
  79. /package/dist/{src/cashflow → cashflow}/CashflowOnboarding.d.ts +0 -0
  80. /package/dist/{src/cashflow → cashflow}/CashflowWidget.d.ts +0 -0
  81. /package/dist/{src/cashflow → cashflow}/api/CashflowApi.d.ts +0 -0
  82. /package/dist/{src/cashflow → cashflow}/components/CashflowAmountHeading.d.ts +0 -0
  83. /package/dist/{src/cashflow → cashflow}/components/CashflowContent.d.ts +0 -0
  84. /package/dist/{src/cashflow → cashflow}/components/CashflowHeading.d.ts +0 -0
  85. /package/dist/{src/cashflow → cashflow}/components/CashflowWidgetContent.d.ts +0 -0
  86. /package/dist/{src/cashflow → cashflow}/components/DetailsExpenseHeader.d.ts +0 -0
  87. /package/dist/{src/cashflow → cashflow}/components/DetailsExpenseRow.d.ts +0 -0
  88. /package/dist/{src/cashflow → cashflow}/components/DetailsFooter.d.ts +0 -0
  89. /package/dist/{src/cashflow → cashflow}/components/DetailsTab.d.ts +0 -0
  90. /package/dist/{src/cashflow → cashflow}/components/RemainingCash.d.ts +0 -0
  91. /package/dist/{src/cashflow → cashflow}/components/SummaryTab.d.ts +0 -0
  92. /package/dist/{src/cashflow → cashflow}/components/onboarding/StepOne.d.ts +0 -0
  93. /package/dist/{src/cashflow → cashflow}/components/onboarding/StepTwo.d.ts +0 -0
  94. /package/dist/{src/cashflow → cashflow}/constants/CashflowImages.d.ts +0 -0
  95. /package/dist/{src/cashflow → cashflow}/context/hooks.d.ts +0 -0
  96. /package/dist/{src/cashflow → cashflow}/index.d.ts +0 -0
  97. /package/dist/{src/cashflow → cashflow}/stores/CashflowStore.d.ts +0 -0
  98. /package/dist/{src/cashflow → cashflow}/stores/UiStore.d.ts +0 -0
  99. /package/dist/{src/cashflow → cashflow}/util/Filters.d.ts +0 -0
  100. /package/dist/{src/categories → categories}/components/CategoryList.d.ts +0 -0
  101. /package/dist/{src/categories → categories}/components/CategoryRow.d.ts +0 -0
  102. /package/dist/{src/categories → categories}/components/CategorySelector.d.ts +0 -0
  103. /package/dist/{src/categories → categories}/components/CategorySelectorDrawer.d.ts +0 -0
  104. /package/dist/{src/categories → categories}/components/CustomCategories/AddSubcategory.d.ts +0 -0
  105. /package/dist/{src/categories → categories}/components/CustomCategories/CustomCategoryModal.d.ts +0 -0
  106. /package/dist/{src/categories → categories}/components/CustomCategories/DeleteSubcategory.d.ts +0 -0
  107. /package/dist/{src/categories → categories}/components/CustomCategories/RenameSubcategory.d.ts +0 -0
  108. /package/dist/{src/categories → categories}/components/CustomCategories/index.d.ts +0 -0
  109. /package/dist/{src/categories → categories}/components/SubcategoryList.d.ts +0 -0
  110. /package/dist/{src/categories → categories}/components/SubcategoryRow.d.ts +0 -0
  111. /package/dist/{src/categories → categories}/constants/Analytics.d.ts +0 -0
  112. /package/dist/{src/categories → categories}/constants/OnClickEvents.d.ts +0 -0
  113. /package/dist/{src/categories → categories}/context/hooks.d.ts +0 -0
  114. /package/dist/{src/categories → categories}/index.d.ts +0 -0
  115. /package/dist/{src/categories → categories}/stores/CategoryStore.d.ts +0 -0
  116. /package/dist/{src/categories → categories}/stores/UiStore.d.ts +0 -0
  117. /package/dist/{src/categories → categories}/util/CategoryUtil.d.ts +0 -0
  118. /package/dist/{src/common → common}/api/AnalyticsApi.d.ts +0 -0
  119. /package/dist/{src/common → common}/api/AppDataApi.d.ts +0 -0
  120. /package/dist/{src/common → common}/api/BannerApi.d.ts +0 -0
  121. /package/dist/{src/common → common}/api/BeatApi.d.ts +0 -0
  122. /package/dist/{src/common → common}/api/CategoryApi.d.ts +0 -0
  123. /package/dist/{src/common → common}/api/GlobalCopyApi.d.ts +0 -0
  124. /package/dist/{src/common → common}/api/LocalizedCopyApi.d.ts +0 -0
  125. /package/dist/{src/common → common}/api/NotificationApi.d.ts +0 -0
  126. /package/dist/{src/common → common}/api/ScheduledPaymentsApi.d.ts +0 -0
  127. /package/dist/{src/common → common}/api/UserApi.d.ts +0 -0
  128. /package/dist/{src/common → common}/api/WidgetApi.d.ts +0 -0
  129. /package/dist/{src/common → common}/api/index.d.ts +0 -0
  130. /package/dist/{src/common → common}/components/Banner.d.ts +0 -0
  131. /package/dist/{src/common → common}/components/ConnectCard.d.ts +0 -0
  132. /package/dist/{src/common → common}/components/ConnectDrawer.d.ts +0 -0
  133. /package/dist/{src/common → common}/components/CurrencyInput.d.ts +0 -0
  134. /package/dist/{src/common → common}/components/CurrencyText.d.ts +0 -0
  135. /package/dist/{src/common → common}/components/DataRow.d.ts +0 -0
  136. /package/dist/{src/common → common}/components/EmptyState.d.ts +0 -0
  137. /package/dist/{src/common → common}/components/ErrorBoundary.d.ts +0 -0
  138. /package/dist/{src/common → common}/components/IconBacking.d.ts +0 -0
  139. /package/dist/{src/common → common}/components/InformationTooltip.d.ts +0 -0
  140. /package/dist/{src/common → common}/components/ListItemAction.d.ts +0 -0
  141. /package/dist/{src/common → common}/components/ListItemWrapper.d.ts +0 -0
  142. /package/dist/{src/common → common}/components/Loader.d.ts +0 -0
  143. /package/dist/{src/common → common}/components/MiniWidgetContainer.d.ts +0 -0
  144. /package/dist/{src/common → common}/components/ResponsiveButton.d.ts +0 -0
  145. /package/dist/{src/common → common}/components/SearchBox.d.ts +0 -0
  146. /package/dist/{src/common → common}/components/SelectionBox.d.ts +0 -0
  147. /package/dist/{src/common → common}/components/SubheaderRow.d.ts +0 -0
  148. /package/dist/{src/common → common}/components/TabContentContainer.d.ts +0 -0
  149. /package/dist/{src/common → common}/components/WidgetContainer.d.ts +0 -0
  150. /package/dist/{src/common → common}/components/accountfilter/AccountFilter.d.ts +0 -0
  151. /package/dist/{src/common → common}/components/accountfilter/AccountFilterOptions.d.ts +0 -0
  152. /package/dist/{src/common → common}/components/accountfilter/index.d.ts +0 -0
  153. /package/dist/{src/common → common}/components/addaccounts/AddAccounts.d.ts +0 -0
  154. /package/dist/{src/common → common}/components/barchart/Bar.d.ts +0 -0
  155. /package/dist/{src/common → common}/components/barchart/BarChart.d.ts +0 -0
  156. /package/dist/{src/common → common}/components/barchart/BarColumn.d.ts +0 -0
  157. /package/dist/{src/common → common}/components/barchart/Legend.d.ts +0 -0
  158. /package/dist/{src/common → common}/components/barchart/Util.d.ts +0 -0
  159. /package/dist/{src/common → common}/components/barchart/index.d.ts +0 -0
  160. /package/dist/{src/common → common}/components/calendar/Calendar.d.ts +0 -0
  161. /package/dist/{src/common → common}/components/calendar/Day.d.ts +0 -0
  162. /package/dist/{src/common → common}/components/calendar/Header.d.ts +0 -0
  163. /package/dist/{src/common → common}/components/calendar/index.d.ts +0 -0
  164. /package/dist/{src/common → common}/components/charts/Donut.d.ts +0 -0
  165. /package/dist/{src/common → common}/components/charts/LineChart.d.ts +0 -0
  166. /package/dist/{src/common → common}/components/charts/StackedLineChart.d.ts +0 -0
  167. /package/dist/{src/common → common}/components/charts/StatusBar.d.ts +0 -0
  168. /package/dist/{src/common → common}/components/charts/index.d.ts +0 -0
  169. /package/dist/{src/common → common}/components/charts/linechart/CustomLegend.d.ts +0 -0
  170. /package/dist/{src/common → common}/components/charts/linechart/CustomLine.d.ts +0 -0
  171. /package/dist/{src/common → common}/components/charts/linechart/CustomMark.d.ts +0 -0
  172. /package/dist/{src/common → common}/components/charts/stackedlinechart/CategoryIconLabel.d.ts +0 -0
  173. /package/dist/{src/common → common}/components/charts/stackedlinechart/CustomAreaTooltip.d.ts +0 -0
  174. /package/dist/{src/common → common}/components/charts/stackedlinechart/CustomLegend.d.ts +0 -0
  175. /package/dist/{src/common → common}/components/charts/stackedlinechart/CustomPointTooltip.d.ts +0 -0
  176. /package/dist/{src/common → common}/components/charts/stackedlinechart/utils.d.ts +0 -0
  177. /package/dist/{src/common → common}/components/daterangeselector/DateRangeSelector.d.ts +0 -0
  178. /package/dist/{src/common → common}/components/daterangeselector/index.d.ts +0 -0
  179. /package/dist/{src/common → common}/components/dialog/Dialog.d.ts +0 -0
  180. /package/dist/{src/common → common}/components/dialog/index.d.ts +0 -0
  181. /package/dist/{src/common → common}/components/donuts/MultiSegmentDonut.d.ts +0 -0
  182. /package/dist/{src/common → common}/components/donuts/SingleSegmentDonut.d.ts +0 -0
  183. /package/dist/{src/common → common}/components/donuts/index.d.ts +0 -0
  184. /package/dist/{src/common → common}/components/drawer/Drawer.d.ts +0 -0
  185. /package/dist/{src/common → common}/components/drawer/Header.d.ts +0 -0
  186. /package/dist/{src/common → common}/components/drawer/index.d.ts +0 -0
  187. /package/dist/{src/common → common}/components/index.d.ts +0 -0
  188. /package/dist/{src/common → common}/components/listitems/ToggleButtonListItem.d.ts +0 -0
  189. /package/dist/{src/common → common}/components/listitems/ToggleListItem.d.ts +0 -0
  190. /package/dist/{src/common → common}/constants/Account.d.ts +0 -0
  191. /package/dist/{src/common → common}/constants/ApiEndpoints.d.ts +0 -0
  192. /package/dist/{src/common → common}/constants/Category.d.ts +0 -0
  193. /package/dist/{src/common → common}/constants/Connect.d.ts +0 -0
  194. /package/dist/{src/common → common}/constants/DateFormats.d.ts +0 -0
  195. /package/dist/{src/common → common}/constants/DefaultConfig.d.ts +0 -0
  196. /package/dist/{src/common → common}/constants/Donut.d.ts +0 -0
  197. /package/dist/{src/common → common}/constants/Numbers.d.ts +0 -0
  198. /package/dist/{src/common → common}/constants/ScheduledPayment.d.ts +0 -0
  199. /package/dist/{src/common → common}/constants/Sizes.d.ts +0 -0
  200. /package/dist/{src/common → common}/constants/SpendingPlan.d.ts +0 -0
  201. /package/dist/{src/common → common}/constants/Table.d.ts +0 -0
  202. /package/dist/{src/common → common}/constants/index.d.ts +0 -0
  203. /package/dist/{src/common → common}/context/GlobalDataProvider.d.ts +0 -0
  204. /package/dist/{src/common → common}/context/WidgetContainerProvider.d.ts +0 -0
  205. /package/dist/{src/common → common}/context/hooks.d.ts +0 -0
  206. /package/dist/{src/common → common}/context/index.d.ts +0 -0
  207. /package/dist/{src/common → common}/hooks/index.d.ts +0 -0
  208. /package/dist/{src/common → common}/hooks/useCombineEvents.d.ts +0 -0
  209. /package/dist/{src/common → common}/hooks/useDimensions.d.ts +0 -0
  210. /package/dist/{src/common → common}/hooks/usePrevious.d.ts +0 -0
  211. /package/dist/{src/common → common}/hooks/useScreenSize.d.ts +0 -0
  212. /package/dist/{src/common → common}/index.d.ts +0 -0
  213. /package/dist/{src/common → common}/stores/AppDataStore.d.ts +0 -0
  214. /package/dist/{src/common → common}/stores/ConnectStore.d.ts +0 -0
  215. /package/dist/{src/common → common}/stores/GlobalCopyStore.d.ts +0 -0
  216. /package/dist/{src/common → common}/stores/GlobalStore.d.ts +0 -0
  217. /package/dist/{src/common → common}/stores/GlobalUiStore.d.ts +0 -0
  218. /package/dist/{src/common → common}/stores/UserStore.d.ts +0 -0
  219. /package/dist/{src/common → common}/stores/index.d.ts +0 -0
  220. /package/dist/{src/common → common}/types/Account.d.ts +0 -0
  221. /package/dist/{src/common → common}/types/Activity.d.ts +0 -0
  222. /package/dist/{src/common → common}/types/Analytics.d.ts +0 -0
  223. /package/dist/{src/common → common}/types/Beat.d.ts +0 -0
  224. /package/dist/{src/common → common}/types/Budget.d.ts +0 -0
  225. /package/dist/{src/common → common}/types/Cashflow.d.ts +0 -0
  226. /package/dist/{src/common → common}/types/Category.d.ts +0 -0
  227. /package/dist/{src/common → common}/types/Client.d.ts +0 -0
  228. /package/dist/{src/common → common}/types/Date.d.ts +0 -0
  229. /package/dist/{src/common → common}/types/Debt.d.ts +0 -0
  230. /package/dist/{src/common → common}/types/Expense.d.ts +0 -0
  231. /package/dist/{src/common → common}/types/Global.d.ts +0 -0
  232. /package/dist/{src/common → common}/types/GlobalCopy.d.ts +0 -0
  233. /package/dist/{src/common → common}/types/Goal.d.ts +0 -0
  234. /package/dist/{src/common → common}/types/Help.d.ts +0 -0
  235. /package/dist/{src/common → common}/types/Holding.d.ts +0 -0
  236. /package/dist/{src/common → common}/types/Institution.d.ts +0 -0
  237. /package/dist/{src/common → common}/types/LocalizedContent.d.ts +0 -0
  238. /package/dist/{src/common → common}/types/Merchant.d.ts +0 -0
  239. /package/dist/{src/common → common}/types/Notification.d.ts +0 -0
  240. /package/dist/{src/common → common}/types/RepeatingTransaction.d.ts +0 -0
  241. /package/dist/{src/common → common}/types/ScheduledPayment.d.ts +0 -0
  242. /package/dist/{src/common → common}/types/ScreenSize.d.ts +0 -0
  243. /package/dist/{src/common → common}/types/SpendingPlan.d.ts +0 -0
  244. /package/dist/{src/common → common}/types/Transaction.d.ts +0 -0
  245. /package/dist/{src/common → common}/types/User.d.ts +0 -0
  246. /package/dist/{src/common → common}/types/Widgets.d.ts +0 -0
  247. /package/dist/{src/common → common}/types/index.d.ts +0 -0
  248. /package/dist/{src/common → common}/types/localization/AccountFilterCopy.d.ts +0 -0
  249. /package/dist/{src/common → common}/types/localization/AccountTypeCopy.d.ts +0 -0
  250. /package/dist/{src/common → common}/types/localization/AccountsCopy.d.ts +0 -0
  251. /package/dist/{src/common → common}/types/localization/AnalyticsCopy.d.ts +0 -0
  252. /package/dist/{src/common → common}/types/localization/BudgetsCopy.d.ts +0 -0
  253. /package/dist/{src/common → common}/types/localization/CashflowCopy.d.ts +0 -0
  254. /package/dist/{src/common → common}/types/localization/CategoryCopy.d.ts +0 -0
  255. /package/dist/{src/common → common}/types/localization/CommonCopy.d.ts +0 -0
  256. /package/dist/{src/common → common}/types/localization/ConnectCopy.d.ts +0 -0
  257. /package/dist/{src/common → common}/types/localization/CurrencyInputCopy.d.ts +0 -0
  258. /package/dist/{src/common → common}/types/localization/DateRangePickerCopy.d.ts +0 -0
  259. /package/dist/{src/common → common}/types/localization/DebtsCopy.d.ts +0 -0
  260. /package/dist/{src/common → common}/types/localization/GoalsCopy.d.ts +0 -0
  261. /package/dist/{src/common → common}/types/localization/HelpCopy.d.ts +0 -0
  262. /package/dist/{src/common → common}/types/localization/InsightsFeedCopy.d.ts +0 -0
  263. /package/dist/{src/common → common}/types/localization/InvestmentsCopy.d.ts +0 -0
  264. /package/dist/{src/common → common}/types/localization/MicroInsightsCopy.d.ts +0 -0
  265. /package/dist/{src/common → common}/types/localization/NetWorthCopy.d.ts +0 -0
  266. /package/dist/{src/common → common}/types/localization/NotificationsCopy.d.ts +0 -0
  267. /package/dist/{src/common → common}/types/localization/RecurringCopy.d.ts +0 -0
  268. /package/dist/{src/common → common}/types/localization/SettingsCopy.d.ts +0 -0
  269. /package/dist/{src/common → common}/types/localization/SpendingCopy.d.ts +0 -0
  270. /package/dist/{src/common → common}/types/localization/TransactionsCopy.d.ts +0 -0
  271. /package/dist/{src/common → common}/types/localization/TrendsCopy.d.ts +0 -0
  272. /package/dist/{src/common → common}/types/localization/index.d.ts +0 -0
  273. /package/dist/{src/common → common}/utils/AccountFilter.d.ts +0 -0
  274. /package/dist/{src/common → common}/utils/Analytics.d.ts +0 -0
  275. /package/dist/{src/common → common}/utils/Categories.d.ts +0 -0
  276. /package/dist/{src/common → common}/utils/DateUtil.d.ts +0 -0
  277. /package/dist/{src/common → common}/utils/Fetch.d.ts +0 -0
  278. /package/dist/{src/common → common}/utils/Localization.d.ts +0 -0
  279. /package/dist/{src/common → common}/utils/NumberFormatting.d.ts +0 -0
  280. /package/dist/{src/common → common}/utils/Theme.d.ts +0 -0
  281. /package/dist/{src/common → common}/utils/index.d.ts +0 -0
  282. /package/dist/{src/dashboard → dashboard}/Dashboard.d.ts +0 -0
  283. /package/dist/{src/dashboard → dashboard}/Greeting.d.ts +0 -0
  284. /package/dist/{src/dashboard → dashboard}/constants/Dashboard.d.ts +0 -0
  285. /package/dist/{src/dashboard → dashboard}/index.d.ts +0 -0
  286. /package/dist/{src/dashboard → dashboard}/types/DashboardTypes.d.ts +0 -0
  287. /package/dist/{src/debts → debts}/DebtsWidget.d.ts +0 -0
  288. /package/dist/{src/debts → debts}/components/DebtDrawer.d.ts +0 -0
  289. /package/dist/{src/debts → debts}/components/DebtsChart.d.ts +0 -0
  290. /package/dist/{src/debts → debts}/components/DebtsTable.d.ts +0 -0
  291. /package/dist/{src/debts → debts}/components/PaydownDrawer.d.ts +0 -0
  292. /package/dist/{src/debts → debts}/components/SnowballCard.d.ts +0 -0
  293. /package/dist/{src/debts → debts}/components/SnowballDrawer.d.ts +0 -0
  294. /package/dist/{src/debts → debts}/components/actions/DebtsPriorityAction.d.ts +0 -0
  295. /package/dist/{src/debts → debts}/components/actions/ExtraPaymentAction.d.ts +0 -0
  296. /package/dist/{src/debts → debts}/components/actions/InterestRateAction.d.ts +0 -0
  297. /package/dist/{src/debts → debts}/components/actions/MonthlyPaymentAction.d.ts +0 -0
  298. /package/dist/{src/debts → debts}/components/actions/OriginalBalanceAction.d.ts +0 -0
  299. /package/dist/{src/debts → debts}/components/debtsdrawer/DebtDetailsChart.d.ts +0 -0
  300. /package/dist/{src/debts → debts}/components/debtsdrawer/DebtDetailsContent.d.ts +0 -0
  301. /package/dist/{src/debts → debts}/components/debtsdrawer/DebtDetailsTab.d.ts +0 -0
  302. /package/dist/{src/debts → debts}/components/debtsdrawer/DebtScheduleTab.d.ts +0 -0
  303. /package/dist/{src/debts → debts}/components/debtsdrawer/DebtStatusCard.d.ts +0 -0
  304. /package/dist/{src/debts → debts}/components/debtspaydown/PaydownButton.d.ts +0 -0
  305. /package/dist/{src/debts → debts}/components/debtspaydown/PaydownContent.d.ts +0 -0
  306. /package/dist/{src/debts → debts}/components/debtspriority/DebtsPriorityButton.d.ts +0 -0
  307. /package/dist/{src/debts → debts}/components/debtspriority/DebtsPrioriyPopover.d.ts +0 -0
  308. /package/dist/{src/debts → debts}/components/debtstable/AccountCell.d.ts +0 -0
  309. /package/dist/{src/debts → debts}/components/debtstable/PriorityCell.d.ts +0 -0
  310. /package/dist/{src/debts → debts}/constants/index.d.ts +0 -0
  311. /package/dist/{src/debts → debts}/hooks/useDebtsUiStore.d.ts +0 -0
  312. /package/dist/{src/debts → debts}/index.d.ts +0 -0
  313. /package/dist/{src/debts → debts}/store/DebtsStore.d.ts +0 -0
  314. /package/dist/{src/debts → debts}/store/DebtsUiStore.d.ts +0 -0
  315. /package/dist/{src/debts → debts}/utils/DebtStore.d.ts +0 -0
  316. /package/dist/{src/debts → debts}/utils/DebtsChart.d.ts +0 -0
  317. /package/dist/{src/debts → debts}/utils/DebtsTable.d.ts +0 -0
  318. /package/dist/{src/debts → debts}/utils/DebtsWidget.d.ts +0 -0
  319. /package/dist/{src/debts → debts}/utils/SnowballCard.d.ts +0 -0
  320. /package/dist/{src/debts → debts}/utils/shared.d.ts +0 -0
  321. /package/dist/{src/goals → goals}/GoalsWidget.d.ts +0 -0
  322. /package/dist/{src/goals → goals}/api/GoalApi.d.ts +0 -0
  323. /package/dist/{src/goals → goals}/components/AccountSelectionDrawer.d.ts +0 -0
  324. /package/dist/{src/goals → goals}/components/AddGoal.d.ts +0 -0
  325. /package/dist/{src/goals → goals}/components/GoalDetails.d.ts +0 -0
  326. /package/dist/{src/goals → goals}/components/GoalDetailsDrawer.d.ts +0 -0
  327. /package/dist/{src/goals → goals}/components/GoalList.d.ts +0 -0
  328. /package/dist/{src/goals → goals}/components/GoalStatusCard.d.ts +0 -0
  329. /package/dist/{src/goals → goals}/components/ManageGoals.d.ts +0 -0
  330. /package/dist/{src/goals → goals}/components/TabTitle.d.ts +0 -0
  331. /package/dist/{src/goals → goals}/components/actions/AccountAction.d.ts +0 -0
  332. /package/dist/{src/goals → goals}/components/actions/AddRetirementAccountAction.d.ts +0 -0
  333. /package/dist/{src/goals → goals}/components/actions/AmountToSaveAction.d.ts +0 -0
  334. /package/dist/{src/goals → goals}/components/actions/BirthdayAction.d.ts +0 -0
  335. /package/dist/{src/goals → goals}/components/actions/ChangeAccountAction.d.ts +0 -0
  336. /package/dist/{src/goals → goals}/components/actions/ContributionAction.d.ts +0 -0
  337. /package/dist/{src/goals → goals}/components/actions/GoalNameAction.d.ts +0 -0
  338. /package/dist/{src/goals → goals}/components/actions/InterestRateAction.d.ts +0 -0
  339. /package/dist/{src/goals → goals}/components/actions/MonthlyPaymentAction.d.ts +0 -0
  340. /package/dist/{src/goals → goals}/components/actions/OriginalBalanceAction.d.ts +0 -0
  341. /package/dist/{src/goals → goals}/components/actions/RetirementAgeAction.d.ts +0 -0
  342. /package/dist/{src/goals → goals}/components/addgoal/AddGoalListItem.d.ts +0 -0
  343. /package/dist/{src/goals → goals}/components/managegoals/CompleteListItem.d.ts +0 -0
  344. /package/dist/{src/goals → goals}/components/managegoals/OngoingListItem.d.ts +0 -0
  345. /package/dist/{src/goals → goals}/components/managegoals/ReorderGoals.d.ts +0 -0
  346. /package/dist/{src/goals → goals}/index.d.ts +0 -0
  347. /package/dist/{src/goals → goals}/stores/GoalStore.d.ts +0 -0
  348. /package/dist/{src/goals → goals}/util/GoalsUtil.d.ts +0 -0
  349. /package/dist/{src/help → help}/HelpContent.d.ts +0 -0
  350. /package/dist/{src/help → help}/HelpList.d.ts +0 -0
  351. /package/dist/{src/help → help}/HelpWidget.d.ts +0 -0
  352. /package/dist/{src/help → help}/api/HelpApi.d.ts +0 -0
  353. /package/dist/{src/help → help}/components/content/BottomImageContent.d.ts +0 -0
  354. /package/dist/{src/help → help}/components/content/ContentItem.d.ts +0 -0
  355. /package/dist/{src/help → help}/components/content/Header.d.ts +0 -0
  356. /package/dist/{src/help → help}/components/content/LeftImageContent.d.ts +0 -0
  357. /package/dist/{src/help → help}/components/content/NoImageContent.d.ts +0 -0
  358. /package/dist/{src/help → help}/components/content/RightImageContent.d.ts +0 -0
  359. /package/dist/{src/help → help}/components/content/TopImageContent.d.ts +0 -0
  360. /package/dist/{src/help → help}/components/content/index.d.ts +0 -0
  361. /package/dist/{src/help → help}/components/content/section/Accounts.d.ts +0 -0
  362. /package/dist/{src/help → help}/components/content/section/Budgets.d.ts +0 -0
  363. /package/dist/{src/help → help}/components/content/section/CashFlow.d.ts +0 -0
  364. /package/dist/{src/help → help}/components/content/section/Debts.d.ts +0 -0
  365. /package/dist/{src/help → help}/components/content/section/General.d.ts +0 -0
  366. /package/dist/{src/help → help}/components/content/section/Goals.d.ts +0 -0
  367. /package/dist/{src/help → help}/components/content/section/Insights.d.ts +0 -0
  368. /package/dist/{src/help → help}/components/content/section/Investments.d.ts +0 -0
  369. /package/dist/{src/help → help}/components/content/section/Mobile.d.ts +0 -0
  370. /package/dist/{src/help → help}/components/content/section/NetWorth.d.ts +0 -0
  371. /package/dist/{src/help → help}/components/content/section/Notifications.d.ts +0 -0
  372. /package/dist/{src/help → help}/components/content/section/RecurringTransactions.d.ts +0 -0
  373. /package/dist/{src/help → help}/components/content/section/Spending.d.ts +0 -0
  374. /package/dist/{src/help → help}/components/content/section/Transactions.d.ts +0 -0
  375. /package/dist/{src/help → help}/components/content/section/Trends.d.ts +0 -0
  376. /package/dist/{src/help → help}/components/content/section/index.d.ts +0 -0
  377. /package/dist/{src/help → help}/constants/HelpImages.d.ts +0 -0
  378. /package/dist/{src/help → help}/constants/index.d.ts +0 -0
  379. /package/dist/{src/help → help}/index.d.ts +0 -0
  380. /package/dist/{src/help → help}/store/HelpStore.d.ts +0 -0
  381. /package/dist/{src/help → help}/utils/index.d.ts +0 -0
  382. /package/dist/{src/insights → insights}/store/BeatStore.d.ts +0 -0
  383. /package/dist/{src/investments → investments}/InvestmentsWidget.d.ts +0 -0
  384. /package/dist/{src/investments → investments}/api/HoldingApi.d.ts +0 -0
  385. /package/dist/{src/investments → investments}/components/Allocation.d.ts +0 -0
  386. /package/dist/{src/investments → investments}/components/Analysis.d.ts +0 -0
  387. /package/dist/{src/investments → investments}/components/AnalysisDetails.d.ts +0 -0
  388. /package/dist/{src/investments → investments}/components/HeaderCell.d.ts +0 -0
  389. /package/dist/{src/investments → investments}/components/HoldingDrawer.d.ts +0 -0
  390. /package/dist/{src/investments → investments}/components/InfoToolTip.d.ts +0 -0
  391. /package/dist/{src/investments → investments}/components/Overview.d.ts +0 -0
  392. /package/dist/{src/investments → investments}/components/TabTitle.d.ts +0 -0
  393. /package/dist/{src/investments → investments}/components/allocation/InvestementAllocationList.d.ts +0 -0
  394. /package/dist/{src/investments → investments}/components/allocation/InvestmentsAllocationChart.d.ts +0 -0
  395. /package/dist/{src/investments → investments}/components/allocation/util/createInvestementsAllocationData.d.ts +0 -0
  396. /package/dist/{src/investments → investments}/constants/index.d.ts +0 -0
  397. /package/dist/{src/investments → investments}/index.d.ts +0 -0
  398. /package/dist/{src/investments → investments}/util/InvestmentUtil.d.ts +0 -0
  399. /package/dist/{src/merchants → merchants}/api/MerchantApi.d.ts +0 -0
  400. /package/dist/{src/merchants → merchants}/components/MerchantLookup.d.ts +0 -0
  401. /package/dist/{src/merchants → merchants}/index.d.ts +0 -0
  402. /package/dist/{src/merchants → merchants}/stores/MerchantStore.d.ts +0 -0
  403. /package/dist/{src/microinsights → microinsights}/analytics.d.ts +0 -0
  404. /package/dist/{src/microinsights → microinsights}/components/MicroWidgetContainer.d.ts +0 -0
  405. /package/dist/{src/microinsights → microinsights}/components/beatCard/BeatCard.d.ts +0 -0
  406. /package/dist/{src/microinsights → microinsights}/components/beaticons/BeatCategoryIcon.d.ts +0 -0
  407. /package/dist/{src/microinsights → microinsights}/components/beaticons/BeatIcon.d.ts +0 -0
  408. /package/dist/{src/microinsights → microinsights}/components/beaticons/BeatMerchantLogo.d.ts +0 -0
  409. /package/dist/{src/microinsights → microinsights}/components/beaticons/ChartFilledIcon.d.ts +0 -0
  410. /package/dist/{src/microinsights → microinsights}/components/beaticons/MonthlySpendComparisonIcon.d.ts +0 -0
  411. /package/dist/{src/microinsights → microinsights}/components/beaticons/ZeroStateIcon.d.ts +0 -0
  412. /package/dist/{src/microinsights → microinsights}/components/beaticons/index.d.ts +0 -0
  413. /package/dist/{src/microinsights → microinsights}/components/carouselheader/CarouselHeader.d.ts +0 -0
  414. /package/dist/{src/microinsights → microinsights}/components/insightsmicrowidget/InsightsMicroWidget.d.ts +0 -0
  415. /package/dist/{src/microinsights → microinsights}/components/microBeatCarousel/CarouselControls.d.ts +0 -0
  416. /package/dist/{src/microinsights → microinsights}/components/microBeatCarousel/MicroBeatCarousel.d.ts +0 -0
  417. /package/dist/{src/microinsights → microinsights}/components/microInsightCard/MicroInsightCard.d.ts +0 -0
  418. /package/dist/{src/microinsights → microinsights}/components/noRelevantInsightsCard/NoRelevantInsightsCard.d.ts +0 -0
  419. /package/dist/{src/microinsights → microinsights}/components/spinner/Spinner.d.ts +0 -0
  420. /package/dist/{src/microinsights → microinsights}/components/viewMoreMicroCard/ViewMoreMicroCard.d.ts +0 -0
  421. /package/dist/{src/microinsights → microinsights}/components/zeroStateCard/ZeroStateCard.d.ts +0 -0
  422. /package/dist/{src/microinsights → microinsights}/constants/Analytics.d.ts +0 -0
  423. /package/dist/{src/microinsights → microinsights}/constants/App.d.ts +0 -0
  424. /package/dist/{src/microinsights → microinsights}/context/InsightsMicroWidgetDataProvider.d.ts +0 -0
  425. /package/dist/{src/microinsights → microinsights}/context/hooks.d.ts +0 -0
  426. /package/dist/{src/microinsights → microinsights}/index.d.ts +0 -0
  427. /package/dist/{src/microinsights → microinsights}/interfaces.d.ts +0 -0
  428. /package/dist/{src/microinsights → microinsights}/stores/AppStore.d.ts +0 -0
  429. /package/dist/{src/microinsights → microinsights}/stores/CopyStore.d.ts +0 -0
  430. /package/dist/{src/microinsights → microinsights}/stores/InsightsMicroWidgetStore.d.ts +0 -0
  431. /package/dist/{src/microinsights → microinsights}/utils/DataSeries.d.ts +0 -0
  432. /package/dist/{src/microinsights → microinsights}/utils/beatUtils.d.ts +0 -0
  433. /package/dist/{src/networth → networth}/NetWorthWidget.d.ts +0 -0
  434. /package/dist/{src/networth → networth}/components/AssetsLiabilitiesDetail.d.ts +0 -0
  435. /package/dist/{src/networth → networth}/components/GainsLossesDetail.d.ts +0 -0
  436. /package/dist/{src/networth → networth}/components/NetWorthChange.d.ts +0 -0
  437. /package/dist/{src/networth → networth}/components/NetWorthChart.d.ts +0 -0
  438. /package/dist/{src/networth → networth}/components/NetWorthList.d.ts +0 -0
  439. /package/dist/{src/networth → networth}/components/NetWorthListItem.d.ts +0 -0
  440. /package/dist/{src/networth → networth}/components/NetWorthSummary.d.ts +0 -0
  441. /package/dist/{src/networth → networth}/index.d.ts +0 -0
  442. /package/dist/{src/networth → networth}/stores/NetWorthStore.d.ts +0 -0
  443. /package/dist/{src/networth → networth}/types/NetWorth.d.ts +0 -0
  444. /package/dist/{src/networth → networth}/utils/NetWorthUtils.d.ts +0 -0
  445. /package/dist/{src/notifications → notifications}/components/DateRow.d.ts +0 -0
  446. /package/dist/{src/notifications → notifications}/components/NotificationBadge.d.ts +0 -0
  447. /package/dist/{src/notifications → notifications}/components/NotificationCard.d.ts +0 -0
  448. /package/dist/{src/notifications → notifications}/components/NotificationDrawer.d.ts +0 -0
  449. /package/dist/{src/notifications → notifications}/components/NotificationList.d.ts +0 -0
  450. /package/dist/{src/notifications → notifications}/components/NotificationsEmptyState.d.ts +0 -0
  451. /package/dist/{src/notifications → notifications}/constants/NotificationConstants.d.ts +0 -0
  452. /package/dist/{src/notifications → notifications}/index.d.ts +0 -0
  453. /package/dist/{src/notifications → notifications}/stores/NotificationStore.d.ts +0 -0
  454. /package/dist/{src/notifications → notifications}/utils/NotificationUtils.d.ts +0 -0
  455. /package/dist/{src/recurringactivity → recurringactivity}/RecurringActivityMiniWidget.d.ts +0 -0
  456. /package/dist/{src/recurringactivity → recurringactivity}/RecurringActivityWidget.d.ts +0 -0
  457. /package/dist/{src/recurringactivity → recurringactivity}/components/ActivityBadges.d.ts +0 -0
  458. /package/dist/{src/recurringactivity → recurringactivity}/components/ActivityDetails.d.ts +0 -0
  459. /package/dist/{src/recurringactivity → recurringactivity}/components/ActivityList.d.ts +0 -0
  460. /package/dist/{src/recurringactivity → recurringactivity}/components/ActivityRow.d.ts +0 -0
  461. /package/dist/{src/recurringactivity → recurringactivity}/components/ActivityStatus.d.ts +0 -0
  462. /package/dist/{src/recurringactivity → recurringactivity}/components/MiniWidgetContent.d.ts +0 -0
  463. /package/dist/{src/recurringactivity → recurringactivity}/components/RecurringActivity.d.ts +0 -0
  464. /package/dist/{src/recurringactivity → recurringactivity}/components/actions/FrequencyAction.d.ts +0 -0
  465. /package/dist/{src/recurringactivity → recurringactivity}/components/actions/PaymentDateAction.d.ts +0 -0
  466. /package/dist/{src/recurringactivity → recurringactivity}/components/activitycalendar/ActivityCalendar.d.ts +0 -0
  467. /package/dist/{src/recurringactivity → recurringactivity}/components/activitycalendar/ActivityDay.d.ts +0 -0
  468. /package/dist/{src/recurringactivity → recurringactivity}/components/activitycalendar/Legend.d.ts +0 -0
  469. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/ActivitySettings.d.ts +0 -0
  470. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/activitysettings/AddActivity.d.ts +0 -0
  471. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/activitysettings/AddActivityDetails.d.ts +0 -0
  472. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/activitysettings/ManageExpenses.d.ts +0 -0
  473. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/activitysettings/ManageIncome.d.ts +0 -0
  474. /package/dist/{src/recurringactivity → recurringactivity}/components/shared/activitysettings/SelectTransaction.d.ts +0 -0
  475. /package/dist/{src/recurringactivity → recurringactivity}/index.d.ts +0 -0
  476. /package/dist/{src/recurringactivity → recurringactivity}/stores/RecurringActivityStore.d.ts +0 -0
  477. /package/dist/{src/recurringactivity → recurringactivity}/util/RecurringActivityUtils.d.ts +0 -0
  478. /package/dist/{src/recurringactivity → recurringactivity}/util/buildActivities.d.ts +0 -0
  479. /package/dist/{src/recurringactivity → recurringactivity}/util/buildNewActivity.d.ts +0 -0
  480. /package/dist/{src/recurringactivity → recurringactivity}/util/getRecurrence.d.ts +0 -0
  481. /package/dist/{src/recurringactivity → recurringactivity}/util/getStatus.d.ts +0 -0
  482. /package/dist/{src/recurringactivity → recurringactivity}/util/updateActivity.d.ts +0 -0
  483. /package/dist/{src/recurringtransactions → recurringtransactions}/RecurringTransactionsMiniWidget.d.ts +0 -0
  484. /package/dist/{src/recurringtransactions → recurringtransactions}/RecurringTransactionsWidget.d.ts +0 -0
  485. /package/dist/{src/recurringtransactions → recurringtransactions}/api/RepeatingTransactionsApi.d.ts +0 -0
  486. /package/dist/{src/recurringtransactions → recurringtransactions}/components/MiniWidgetContent.d.ts +0 -0
  487. /package/dist/{src/recurringtransactions → recurringtransactions}/components/RecurrenceBadges.d.ts +0 -0
  488. /package/dist/{src/recurringtransactions → recurringtransactions}/components/RecurrenceList.d.ts +0 -0
  489. /package/dist/{src/recurringtransactions → recurringtransactions}/components/RecurrenceRow.d.ts +0 -0
  490. /package/dist/{src/recurringtransactions → recurringtransactions}/components/RecurringStatus.d.ts +0 -0
  491. /package/dist/{src/recurringtransactions → recurringtransactions}/components/RecurringTransactionDetails.d.ts +0 -0
  492. /package/dist/{src/recurringtransactions → recurringtransactions}/components/RecurringTransactions.d.ts +0 -0
  493. /package/dist/{src/recurringtransactions → recurringtransactions}/components/actions/FrequencyAction.d.ts +0 -0
  494. /package/dist/{src/recurringtransactions → recurringtransactions}/components/actions/PaymentDateAction.d.ts +0 -0
  495. /package/dist/{src/recurringtransactions → recurringtransactions}/components/recurrencecalendar/Legend.d.ts +0 -0
  496. /package/dist/{src/recurringtransactions → recurringtransactions}/components/recurrencecalendar/RecurrenceCalendar.d.ts +0 -0
  497. /package/dist/{src/recurringtransactions → recurringtransactions}/components/recurrencecalendar/RecurrenceDay.d.ts +0 -0
  498. /package/dist/{src/recurringtransactions → recurringtransactions}/components/shared/RecurringSettings.d.ts +0 -0
  499. /package/dist/{src/recurringtransactions → recurringtransactions}/components/shared/recurringsettings/AddRecurringTransaction.d.ts +0 -0
  500. /package/dist/{src/recurringtransactions → recurringtransactions}/components/shared/recurringsettings/AddRecurringTransactionDetails.d.ts +0 -0
  501. /package/dist/{src/recurringtransactions → recurringtransactions}/components/shared/recurringsettings/ManageExpenses.d.ts +0 -0
  502. /package/dist/{src/recurringtransactions → recurringtransactions}/components/shared/recurringsettings/ManageIncome.d.ts +0 -0
  503. /package/dist/{src/recurringtransactions → recurringtransactions}/components/shared/recurringsettings/RecurringRow.d.ts +0 -0
  504. /package/dist/{src/recurringtransactions → recurringtransactions}/components/shared/recurringsettings/SelectTransaction.d.ts +0 -0
  505. /package/dist/{src/recurringtransactions → recurringtransactions}/index.d.ts +0 -0
  506. /package/dist/{src/recurringtransactions → recurringtransactions}/stores/RecurringTransactionsStore.d.ts +0 -0
  507. /package/dist/{src/recurringtransactions → recurringtransactions}/util/RecurringTransactions.d.ts +0 -0
  508. /package/dist/{src/requestsupport → requestsupport}/ContactSupport.d.ts +0 -0
  509. /package/dist/{src/requestsupport → requestsupport}/HelpByCategoryList.d.ts +0 -0
  510. /package/dist/{src/requestsupport → requestsupport}/MissingInstitution.d.ts +0 -0
  511. /package/dist/{src/requestsupport → requestsupport}/PopularTopicsDrawer.d.ts +0 -0
  512. /package/dist/{src/requestsupport → requestsupport}/PopularTopicsList.d.ts +0 -0
  513. /package/dist/{src/requestsupport → requestsupport}/PopularTopicsRow.d.ts +0 -0
  514. /package/dist/{src/requestsupport → requestsupport}/RequestSupport.d.ts +0 -0
  515. /package/dist/{src/requestsupport → requestsupport}/RequestSupportFooter.d.ts +0 -0
  516. /package/dist/{src/requestsupport → requestsupport}/RequestSupportHeader.d.ts +0 -0
  517. /package/dist/{src/requestsupport → requestsupport}/RequestSupportInstitution.d.ts +0 -0
  518. /package/dist/{src/requestsupport → requestsupport}/SupportSuccessMessage.d.ts +0 -0
  519. /package/dist/{src/requestsupport → requestsupport}/constants/index.d.ts +0 -0
  520. /package/dist/{src/requestsupport → requestsupport}/index.d.ts +0 -0
  521. /package/dist/{src/requestsupport → requestsupport}/util/getInstitutionsBasedOnGuid.d.ts +0 -0
  522. /package/dist/{src/settings → settings}/SettingsWidget.d.ts +0 -0
  523. /package/dist/{src/settings → settings}/api/SettingsApi.d.ts +0 -0
  524. /package/dist/{src/settings → settings}/components/devices/DeviceDialog.d.ts +0 -0
  525. /package/dist/{src/settings → settings}/components/devices/DeviceList.d.ts +0 -0
  526. /package/dist/{src/settings → settings}/components/devices/DeviceTab.d.ts +0 -0
  527. /package/dist/{src/settings → settings}/components/devices/DeviceTable.d.ts +0 -0
  528. /package/dist/{src/settings → settings}/components/notifications/AccountProfileListItem.d.ts +0 -0
  529. /package/dist/{src/settings → settings}/components/notifications/DeliveryMethods.d.ts +0 -0
  530. /package/dist/{src/settings → settings}/components/notifications/NotificationProfileDetails.d.ts +0 -0
  531. /package/dist/{src/settings → settings}/components/notifications/NotificationSettings.d.ts +0 -0
  532. /package/dist/{src/settings → settings}/components/profile/ProfileTab.d.ts +0 -0
  533. /package/dist/{src/settings → settings}/components/profile/actions/VerifyEmailAction.d.ts +0 -0
  534. /package/dist/{src/settings → settings}/components/profile/actions/VerifyPhoneAction.d.ts +0 -0
  535. /package/dist/{src/settings → settings}/components/profile/actions/VerifyTokenAction.d.ts +0 -0
  536. /package/dist/{src/settings → settings}/components/transactionrules/TransactionRulesTab.d.ts +0 -0
  537. /package/dist/{src/settings → settings}/components/transactionrules/actions/DeleteRuleAction.d.ts +0 -0
  538. /package/dist/{src/settings → settings}/components/transactionrules/actions/EditCategoryAction.d.ts +0 -0
  539. /package/dist/{src/settings → settings}/components/transactionrules/actions/EditPayeeAction.d.ts +0 -0
  540. /package/dist/{src/settings → settings}/components/transactionrules/actions/EditRuleAction.d.ts +0 -0
  541. /package/dist/{src/settings → settings}/components/transactionrules/components/EditRuleDetails.d.ts +0 -0
  542. /package/dist/{src/settings → settings}/components/transactionrules/components/RuleListItem.d.ts +0 -0
  543. /package/dist/{src/settings → settings}/constants/Settings.d.ts +0 -0
  544. /package/dist/{src/settings → settings}/index.d.ts +0 -0
  545. /package/dist/{src/settings → settings}/stores/SettingsStore.d.ts +0 -0
  546. /package/dist/{src/settings → settings}/util/Notifications.d.ts +0 -0
  547. /package/dist/{src/spending → spending}/SpendingMiniWidget.d.ts +0 -0
  548. /package/dist/{src/spending → spending}/SpendingWidget.d.ts +0 -0
  549. /package/dist/{src/spending → spending}/components/MiniSpendingChart.d.ts +0 -0
  550. /package/dist/{src/spending → spending}/components/Spending.d.ts +0 -0
  551. /package/dist/{src/spending → spending}/components/SpendingChart.d.ts +0 -0
  552. /package/dist/{src/spending → spending}/components/SpendingDonut.d.ts +0 -0
  553. /package/dist/{src/spending → spending}/components/SpendingLegend.d.ts +0 -0
  554. /package/dist/{src/spending → spending}/components/SpendingList.d.ts +0 -0
  555. /package/dist/{src/spending → spending}/components/SpendingTabLabel.d.ts +0 -0
  556. /package/dist/{src/spending → spending}/index.d.ts +0 -0
  557. /package/dist/{src/spending → spending}/utils/SpendingData.d.ts +0 -0
  558. /package/dist/{src/transactions → transactions}/TransactionWidget.d.ts +0 -0
  559. /package/dist/{src/transactions → transactions}/analytics.d.ts +0 -0
  560. /package/dist/{src/transactions → transactions}/api/TransactionApi.d.ts +0 -0
  561. /package/dist/{src/transactions → transactions}/components/shared/TransactionDetails.d.ts +0 -0
  562. /package/dist/{src/transactions → transactions}/components/shared/TransactionList.d.ts +0 -0
  563. /package/dist/{src/transactions → transactions}/components/shared/TransactionTable.d.ts +0 -0
  564. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/Description.d.ts +0 -0
  565. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/FlagTransaction.d.ts +0 -0
  566. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/ManualTransactionDetails.d.ts +0 -0
  567. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/TransactionAmountHeader.d.ts +0 -0
  568. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/CategoryAction.d.ts +0 -0
  569. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/DateAction.d.ts +0 -0
  570. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/DeleteAction.d.ts +0 -0
  571. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/DeleteLogoAction.d.ts +0 -0
  572. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/HideAction.d.ts +0 -0
  573. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/MemoAction.d.ts +0 -0
  574. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/SplitAction.d.ts +0 -0
  575. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/TagsAction.d.ts +0 -0
  576. /package/dist/{src/transactions → transactions}/components/shared/transactiondetails/actions/index.d.ts +0 -0
  577. /package/dist/{src/transactions → transactions}/components/shared/transactionlist/DateRow.d.ts +0 -0
  578. /package/dist/{src/transactions → transactions}/components/shared/transactionlist/TransactionRow.d.ts +0 -0
  579. /package/dist/{src/transactions → transactions}/components/shared/transactionlist/ZeroState.d.ts +0 -0
  580. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/AccountCell.d.ts +0 -0
  581. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/AmountCell.d.ts +0 -0
  582. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/CategoryCell.d.ts +0 -0
  583. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/DateCell.d.ts +0 -0
  584. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/FlagCell.d.ts +0 -0
  585. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/HeaderCell.d.ts +0 -0
  586. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/PayeeCell.d.ts +0 -0
  587. /package/dist/{src/transactions → transactions}/components/shared/transactiontable/cells/index.d.ts +0 -0
  588. /package/dist/{src/transactions → transactions}/components/splitmanager/SplitManager.d.ts +0 -0
  589. /package/dist/{src/transactions → transactions}/components/splitmanager/SplitRow.d.ts +0 -0
  590. /package/dist/{src/transactions → transactions}/components/splitmanager/index.d.ts +0 -0
  591. /package/dist/{src/transactions → transactions}/components/tagmanager/Header.d.ts +0 -0
  592. /package/dist/{src/transactions → transactions}/components/tagmanager/SearchBox.d.ts +0 -0
  593. /package/dist/{src/transactions → transactions}/components/tagmanager/TagManager.d.ts +0 -0
  594. /package/dist/{src/transactions → transactions}/components/tagmanager/TagRow.d.ts +0 -0
  595. /package/dist/{src/transactions → transactions}/components/tagmanager/index.d.ts +0 -0
  596. /package/dist/{src/transactions → transactions}/components/transactionwidget/AddAccountModal.d.ts +0 -0
  597. /package/dist/{src/transactions → transactions}/components/transactionwidget/actions/AddTransactionAction.d.ts +0 -0
  598. /package/dist/{src/transactions → transactions}/components/transactionwidget/actions/EditCategoryAction.d.ts +0 -0
  599. /package/dist/{src/transactions → transactions}/components/transactionwidget/actions/ExportCsvAction.d.ts +0 -0
  600. /package/dist/{src/transactions → transactions}/constants/Actions.d.ts +0 -0
  601. /package/dist/{src/transactions → transactions}/constants/Analytics.d.ts +0 -0
  602. /package/dist/{src/transactions → transactions}/constants/OnClickEvents.d.ts +0 -0
  603. /package/dist/{src/transactions → transactions}/constants/Transaction.d.ts +0 -0
  604. /package/dist/{src/transactions → transactions}/constants/TransactionsTable.d.ts +0 -0
  605. /package/dist/{src/transactions → transactions}/context/hooks.d.ts +0 -0
  606. /package/dist/{src/transactions → transactions}/index.d.ts +0 -0
  607. /package/dist/{src/transactions → transactions}/stores/TransactionStore.d.ts +0 -0
  608. /package/dist/{src/transactions → transactions}/stores/UiStore.d.ts +0 -0
  609. /package/dist/{src/transactions → transactions}/utils/Filters.d.ts +0 -0
  610. /package/dist/{src/transactions → transactions}/utils/Transactions.d.ts +0 -0
  611. /package/dist/{src/transactions → transactions}/utils/buildDetailedTransactions.d.ts +0 -0
  612. /package/dist/{src/transactions → transactions}/utils/exportTransactionsToCSV.d.ts +0 -0
  613. /package/dist/{src/transactions → transactions}/utils/sortAndFilterTransactions.d.ts +0 -0
  614. /package/dist/{src/trends → trends}/TrendsFullWidget.d.ts +0 -0
  615. /package/dist/{src/trends → trends}/TrendsMiniWidget.d.ts +0 -0
  616. /package/dist/{src/trends → trends}/components/SpendingChart.d.ts +0 -0
  617. /package/dist/{src/trends → trends}/components/TrendsChart.d.ts +0 -0
  618. /package/dist/{src/trends → trends}/components/TrendsDrawer.d.ts +0 -0
  619. /package/dist/{src/trends → trends}/components/TrendsTable.d.ts +0 -0
  620. /package/dist/{src/trends → trends}/components/trendstable/AmountCell.d.ts +0 -0
  621. /package/dist/{src/trends → trends}/components/trendstable/CategoryCell.d.ts +0 -0
  622. /package/dist/{src/trends → trends}/components/trendstable/HeaderCell.d.ts +0 -0
  623. /package/dist/{src/trends → trends}/index.d.ts +0 -0
  624. /package/dist/{src/trends → trends}/mocks.d.ts +0 -0
  625. /package/dist/{src/trends → trends}/utils/SpendingData.d.ts +0 -0
  626. /package/dist/{src/trends → trends}/utils/TrendsData.d.ts +0 -0
  627. /package/dist/{src/trends → trends}/utils/shared.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [6.3.8] - 06-06-2025
2
+
3
+ - **FIXED** - Investments | Overview section in dark mode: the `expand_more` icon now displays correctly.
4
+
5
+ ## [6.3.7] - 06-06-2025
6
+
7
+ - **ADDED** - Created Posthog Analytics in Investments Widget.
8
+
9
+ ## [6.3.6] - 06-06-2025
10
+
11
+ - **FIXED** - Fixed package build issue caused by `test` folder name.
12
+
13
+ ## [6.3.5] - 06-06-2025
14
+
15
+ - **UPDATED** - Filter logic to the `Investments` Widget.
16
+
1
17
  ## [6.3.4] - 06-05-2025
2
18
 
3
19
  - **FIXED** - Incorrect padding on Add Accounts button in greeting
@@ -35,6 +35,10 @@ export declare const ANALYTICS_EVENTS: {
35
35
  GOALS_CLICK_FILTER: string;
36
36
  GOALS_VIEW: string;
37
37
  INVESTMENTS: string;
38
+ INVESTMENT_WIDGET_ACCOUNT_FILTER_CLICK: string;
39
+ INVESTMENT_WIDGET_ALLOCATION_CLICK: string;
40
+ INVESTMENT_WIDGET_ANALYSIS_CLICK: string;
41
+ INVESTMENT_WIDGET_DETAILS_CLICK: string;
38
42
  NET_WORTH_VIEW: string;
39
43
  NET_WORTH_WIDGET_CLICK_ASSETS_LIABILITIES: string;
40
44
  NET_WORTH_WIDGET_CLICK_FILTER: string;
@@ -17,7 +17,7 @@ export interface AppConfig {
17
17
  clientStyleProfile: ClientStyleProfile;
18
18
  config: Config;
19
19
  honeyBadgerPublicKey?: string;
20
- isMobileWebview?: boolean;
20
+ is_mobile_webview?: boolean;
21
21
  options: Options;
22
22
  postHogPublicKey?: string;
23
23
  userFeatures: UserFeature[];
package/dist/index.d.ts CHANGED
@@ -1 +1,21 @@
1
- export {}
1
+ export * from './accounts';
2
+ export * from './analytics';
3
+ export * from './budgets';
4
+ export * from './cashflow';
5
+ export * from './categories';
6
+ export * from './common';
7
+ export * from './dashboard';
8
+ export * from './debts';
9
+ export * from './goals';
10
+ export * from './help';
11
+ export * from './investments';
12
+ export * from './merchants';
13
+ export * from './microinsights';
14
+ export * from './networth';
15
+ export * from './notifications';
16
+ export * from './recurringactivity';
17
+ export * from './recurringtransactions';
18
+ export * from './spending';
19
+ export * from './settings';
20
+ export * from './transactions';
21
+ export * from './trends';