@mx-cartographer/experiences 6.26.18-alpha.mega2 → 6.26.18-alpha.mega3

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 (641) hide show
  1. package/CHANGELOG.md +0 -4
  2. package/dist/accounts/AccountsMiniWidget/index.es.js +45 -0
  3. package/dist/accounts/AccountsWidget/index.es.js +67 -0
  4. package/dist/accounts/ConnectMiniWidget/index.es.js +41 -0
  5. package/dist/accounts/api/AccountApi/index.es.js +20 -0
  6. package/dist/accounts/components/AccountListItem/index.es.js +84 -0
  7. package/dist/accounts/components/AccountsList/index.es.js +164 -0
  8. package/dist/accounts/components/ConnectImage/index.es.js +444 -0
  9. package/dist/accounts/components/ConnectMiniWidgetCard/index.es.js +27 -0
  10. package/dist/accounts/components/ConnectStatus/index.es.js +37 -0
  11. package/dist/accounts/components/ConnectionStatusIcons/index.es.js +12 -0
  12. package/dist/accounts/components/ConnectionsDrawer/index.es.js +54 -0
  13. package/dist/accounts/components/detailsdrawer/Accounts/AccountActions/index.es.js +134 -0
  14. package/dist/accounts/components/detailsdrawer/Accounts/AccountActionsRow/index.es.js +21 -0
  15. package/dist/accounts/components/detailsdrawer/Accounts/AccountConnection/index.es.js +103 -0
  16. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailEdit/index.es.js +120 -0
  17. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetails/index.es.js +58 -0
  18. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsChart/index.es.js +43 -0
  19. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsContent/index.es.js +50 -0
  20. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsHeader/index.es.js +47 -0
  21. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsTab/index.es.js +20 -0
  22. package/dist/accounts/components/detailsdrawer/Accounts/ConnectionErrorMessage/index.es.js +74 -0
  23. package/dist/accounts/components/detailsdrawer/Transactions/TransactionsTab/index.es.js +37 -0
  24. package/dist/accounts/constants/Accounts/index.es.js +5 -0
  25. package/dist/accounts/hooks/useGetMergeableAccounts/index.es.js +11 -0
  26. package/dist/accounts/hooks/useUiStore/index.es.js +11 -0
  27. package/dist/accounts/index.es.js +26 -0
  28. package/dist/accounts/stores/AccountStore/index.es.js +204 -0
  29. package/dist/accounts/stores/UiStore/index.es.js +15 -0
  30. package/dist/accounts/utils/AccountFields/index.es.js +136 -0
  31. package/dist/accounts/utils/Accounts/index.es.js +9 -0
  32. package/dist/accounts/utils/getConnectionMessages/index.es.js +162 -0
  33. package/dist/analytics/SurveyMiniWidget/index.es.js +101 -0
  34. package/dist/analytics/components/OpenTextField/index.es.js +23 -0
  35. package/dist/analytics/components/RatingScale/index.es.js +68 -0
  36. package/dist/analytics/index.es.js +4 -0
  37. package/dist/analytics/stores/AnalyticsStore/index.es.js +54 -0
  38. package/dist/budgets/BubbleBudgetsMiniWidget/index.es.js +71 -0
  39. package/dist/budgets/BubbleBudgetsWidget/index.es.js +139 -0
  40. package/dist/budgets/api/BudgetsApi/index.es.js +26 -0
  41. package/dist/budgets/components/AddBudgets/index.es.js +30 -0
  42. package/dist/budgets/components/BubbleBudgets/index.es.js +61 -0
  43. package/dist/budgets/components/BubbleChart/Bubble/index.es.js +97 -0
  44. package/dist/budgets/components/BubbleChart/Mercury/index.es.js +27 -0
  45. package/dist/budgets/components/BubbleChart/index.es.js +22 -0
  46. package/dist/budgets/components/BudgetDetailsDrawer/index.es.js +95 -0
  47. package/dist/budgets/components/BudgetList/BudgetRow/index.es.js +42 -0
  48. package/dist/budgets/components/BudgetList/SubBudgetRow/index.es.js +36 -0
  49. package/dist/budgets/components/BudgetList/SubBudgetZeroState/index.es.js +16 -0
  50. package/dist/budgets/components/BudgetList/index.es.js +30 -0
  51. package/dist/budgets/components/BudgetsEmptyState/index.es.js +85 -0
  52. package/dist/budgets/components/Overview/index.es.js +105 -0
  53. package/dist/budgets/components/addbudget/Header/index.es.js +28 -0
  54. package/dist/budgets/components/addbudget/RecalculateBudgetRow/index.es.js +30 -0
  55. package/dist/budgets/components/addbudget/RecalculateBudgets/index.es.js +39 -0
  56. package/dist/budgets/components/addbudget/UnbudgetedRow/index.es.js +46 -0
  57. package/dist/budgets/components/budgetdetails/AddSubBudget/index.es.js +73 -0
  58. package/dist/budgets/components/budgetdetails/BudgetDetails/index.es.js +75 -0
  59. package/dist/budgets/components/budgetdetails/Header/index.es.js +31 -0
  60. package/dist/budgets/components/budgetdetails/SubBudgetList/index.es.js +102 -0
  61. package/dist/budgets/components/shared/BudgetAmount/index.es.js +37 -0
  62. package/dist/budgets/index.es.js +6 -0
  63. package/dist/budgets/store/BudgetsStore/index.es.js +139 -0
  64. package/dist/budgets/utils/BubblesSVG/index.es.js +51 -0
  65. package/dist/budgets/utils/BudgetUtil/index.es.js +70 -0
  66. package/dist/cashflow/CashflowMiniWidget/index.es.js +27 -0
  67. package/dist/cashflow/CashflowOnboarding/index.es.js +220 -0
  68. package/dist/cashflow/CashflowWidget/index.es.js +91 -0
  69. package/dist/cashflow/api/CashflowApi/index.es.js +25 -0
  70. package/dist/cashflow/components/CashflowAmountHeading/index.es.js +32 -0
  71. package/dist/cashflow/components/CashflowContent/index.es.js +61 -0
  72. package/dist/cashflow/components/CashflowHeading/index.es.js +113 -0
  73. package/dist/cashflow/components/CashflowWidgetContent/index.es.js +146 -0
  74. package/dist/cashflow/components/DetailsExpenseHeader/index.es.js +38 -0
  75. package/dist/cashflow/components/DetailsExpenseRow/index.es.js +31 -0
  76. package/dist/cashflow/components/DetailsFooter/index.es.js +22 -0
  77. package/dist/cashflow/components/DetailsTab/index.es.js +92 -0
  78. package/dist/cashflow/components/RemainingCash/index.es.js +27 -0
  79. package/dist/cashflow/components/SummaryTab/index.es.js +258 -0
  80. package/dist/cashflow/components/onboarding/StepOne/index.es.js +82 -0
  81. package/dist/cashflow/components/onboarding/StepTwo/index.es.js +17 -0
  82. package/dist/cashflow/constants/CashflowImages/index.es.js +7 -0
  83. package/dist/cashflow/context/hooks/index.es.js +11 -0
  84. package/dist/cashflow/index.es.js +12 -0
  85. package/dist/cashflow/stores/CashflowStore/index.es.js +19 -0
  86. package/dist/cashflow/stores/UiStore/index.es.js +38 -0
  87. package/dist/cashflow/util/Filters/index.es.js +7 -0
  88. package/dist/categories/components/CategoryList/index.es.js +38 -0
  89. package/dist/categories/components/CategoryRow/index.es.js +58 -0
  90. package/dist/categories/components/CategorySelector/index.es.js +48 -0
  91. package/dist/categories/components/CategorySelectorDrawer/index.es.js +30 -0
  92. package/dist/categories/components/CustomCategories/AddSubcategory/index.es.js +40 -0
  93. package/dist/categories/components/CustomCategories/CustomCategoryModal/index.es.js +66 -0
  94. package/dist/categories/components/CustomCategories/DeleteSubcategory/index.es.js +30 -0
  95. package/dist/categories/components/CustomCategories/RenameSubcategory/index.es.js +29 -0
  96. package/dist/categories/components/SubcategoryList/index.es.js +39 -0
  97. package/dist/categories/components/SubcategoryRow/index.es.js +103 -0
  98. package/dist/categories/constants/OnClickEvents/index.es.js +16 -0
  99. package/dist/categories/context/hooks/index.es.js +11 -0
  100. package/dist/categories/index.es.js +12 -0
  101. package/dist/categories/stores/CategoryStore/index.es.js +135 -0
  102. package/dist/categories/stores/UiStore/index.es.js +27 -0
  103. package/dist/categories/util/CategoryUtil/index.es.js +78 -0
  104. package/dist/common/api/AnalyticsApi/index.es.js +34 -0
  105. package/dist/common/api/AppDataApi/index.es.js +12 -0
  106. package/dist/common/api/BannerApi/index.es.js +21 -0
  107. package/dist/common/api/BeatApi/index.es.js +22 -0
  108. package/dist/common/api/CategoryApi/index.es.js +30 -0
  109. package/dist/common/api/GlobalCopyApi/index.es.js +12 -0
  110. package/dist/common/api/LocalizedCopyApi/index.es.js +13 -0
  111. package/dist/common/api/NotificationApi/index.es.js +21 -0
  112. package/dist/common/api/ScheduledPaymentsApi/index.es.js +20 -0
  113. package/dist/common/api/UserApi/index.es.js +14 -0
  114. package/dist/common/api/WidgetApi/index.es.js +12 -0
  115. package/dist/common/components/Banner/index.es.js +49 -0
  116. package/dist/common/components/ConnectCard/index.es.js +56 -0
  117. package/dist/common/components/ConnectDrawer/index.es.js +58 -0
  118. package/dist/common/components/CurrencyInput/index.es.js +84 -0
  119. package/dist/common/components/CurrencyText/index.es.js +20 -0
  120. package/dist/common/components/DataRow/index.es.js +29 -0
  121. package/dist/common/components/EmptyState/index.es.js +55 -0
  122. package/dist/common/components/ErrorBoundary/index.es.js +24 -0
  123. package/dist/common/components/IconBacking/index.es.js +39 -0
  124. package/dist/common/components/InformationTooltip/index.es.js +41 -0
  125. package/dist/common/components/ListItemAction/index.es.js +69 -0
  126. package/dist/common/components/ListItemRow/index.es.js +67 -0
  127. package/dist/common/components/ListItemWrapper/index.es.js +32 -0
  128. package/dist/common/components/Loader/index.es.js +14 -0
  129. package/dist/common/components/MicroWidgetContainer/index.es.js +45 -0
  130. package/dist/common/components/MiniWidgetContainer/index.es.js +39 -0
  131. package/dist/common/components/ResponsiveButton/index.es.js +45 -0
  132. package/dist/common/components/SearchBox/index.es.js +42 -0
  133. package/dist/common/components/Select/index.es.js +25 -0
  134. package/dist/common/components/SelectionBox/index.es.js +48 -0
  135. package/dist/common/components/SubheaderRow/index.es.js +10 -0
  136. package/dist/common/components/TabContentContainer/index.es.js +21 -0
  137. package/dist/common/components/WidgetContainer/index.es.js +195 -0
  138. package/dist/common/components/accountfilter/AccountFilter/index.es.js +93 -0
  139. package/dist/common/components/accountfilter/AccountFilterOptions/index.es.js +222 -0
  140. package/dist/common/components/addaccounts/AddAccounts/index.es.js +43 -0
  141. package/dist/common/components/barchart/Bar/index.es.js +79 -0
  142. package/dist/common/components/barchart/BarChart/index.es.js +70 -0
  143. package/dist/common/components/barchart/BarColumn/index.es.js +86 -0
  144. package/dist/common/components/barchart/Legend/index.es.js +45 -0
  145. package/dist/common/components/barchart/Util/index.es.js +11 -0
  146. package/dist/common/components/calendar/Calendar/index.es.js +131 -0
  147. package/dist/common/components/calendar/Day/index.es.js +96 -0
  148. package/dist/common/components/calendar/Header/index.es.js +32 -0
  149. package/dist/common/components/charts/Donut/index.es.js +57 -0
  150. package/dist/common/components/charts/LineChart/CustomLegend/index.es.js +64 -0
  151. package/dist/common/components/charts/LineChart/CustomLine/index.es.js +22 -0
  152. package/dist/common/components/charts/LineChart/CustomMark/index.es.js +65 -0
  153. package/dist/common/components/charts/LineChart/CustomTooltip/index.es.js +73 -0
  154. package/dist/common/components/charts/LineChart/index.es.js +208 -0
  155. package/dist/common/components/charts/StackedLineChart/CategoryIconLabel/index.es.js +24 -0
  156. package/dist/common/components/charts/StackedLineChart/CustomAreaTooltip/index.es.js +69 -0
  157. package/dist/common/components/charts/StackedLineChart/CustomLegend/index.es.js +70 -0
  158. package/dist/common/components/charts/StackedLineChart/CustomPointTooltip/index.es.js +22 -0
  159. package/dist/common/components/charts/StackedLineChart/index.es.js +222 -0
  160. package/dist/common/components/charts/StatusBar/index.es.js +30 -0
  161. package/dist/common/components/daterangeselector/DateRangeSelector/index.es.js +254 -0
  162. package/dist/common/components/dialog/Dialog/index.es.js +61 -0
  163. package/dist/common/components/donuts/MultiSegmentDonut/index.es.js +60 -0
  164. package/dist/common/components/donuts/SingleSegmentDonut/index.es.js +68 -0
  165. package/dist/common/components/drawer/Drawer/index.es.js +71 -0
  166. package/dist/common/components/drawer/Header/index.es.js +51 -0
  167. package/dist/common/components/listitems/CollapseExpandListItem/index.es.js +36 -0
  168. package/dist/common/components/listitems/ToggleButtonListItem/index.es.js +42 -0
  169. package/dist/common/components/listitems/ToggleListItem/index.es.js +38 -0
  170. package/dist/common/constants/Account/index.es.js +30 -0
  171. package/dist/common/constants/Analytics/index.es.js +117 -0
  172. package/dist/common/constants/ApiEndpoints/index.es.js +50 -0
  173. package/dist/common/constants/Category/index.es.js +301 -0
  174. package/dist/common/constants/Connect/index.es.js +5 -0
  175. package/dist/common/constants/DateFormats/index.es.js +65 -0
  176. package/dist/common/constants/DefaultConfig/index.es.js +105 -0
  177. package/dist/common/constants/Donut/index.es.js +5 -0
  178. package/dist/common/constants/FinStrong/index.es.js +31 -0
  179. package/dist/common/constants/Numbers/index.es.js +6 -0
  180. package/dist/common/constants/ScheduledPayment/index.es.js +15 -0
  181. package/dist/common/constants/Sizes/index.es.js +6 -0
  182. package/dist/common/constants/SpendingPlan/index.es.js +11 -0
  183. package/dist/common/constants/Table/index.es.js +16 -0
  184. package/dist/common/context/GlobalDataProvider/index.es.js +23 -0
  185. package/dist/common/context/WidgetContainerProvider/index.es.js +17 -0
  186. package/dist/common/context/hooks/index.es.js +44 -0
  187. package/dist/common/context/hooks.d.ts +13 -13
  188. package/dist/common/hooks/useCombineEvents/index.es.js +20 -0
  189. package/dist/common/hooks/useDimensions/index.es.js +36 -0
  190. package/dist/common/hooks/useInsightsEnabled/index.es.js +11 -0
  191. package/dist/common/hooks/usePrevious/index.es.js +11 -0
  192. package/dist/common/hooks/useScreenSize/index.es.js +36 -0
  193. package/dist/common/index.es.js +234 -0
  194. package/dist/common/stores/AppDataStore/index.es.js +57 -0
  195. package/dist/common/stores/ConnectStore/index.es.js +15 -0
  196. package/dist/common/stores/GlobalCopyStore/index.es.js +35 -0
  197. package/dist/common/stores/GlobalStore/index.es.js +90 -0
  198. package/dist/common/stores/GlobalUiStore/index.es.js +54 -0
  199. package/dist/common/stores/UserStore/index.es.js +50 -0
  200. package/dist/common/types/Account/index.es.js +118 -0
  201. package/dist/common/types/Beat/index.es.js +4 -0
  202. package/dist/common/types/Expense/index.es.js +5 -0
  203. package/dist/common/types/Goal/index.es.js +6 -0
  204. package/dist/common/types/Notification/index.es.js +7 -0
  205. package/dist/common/types/RepeatingTransaction/index.es.js +7 -0
  206. package/dist/common/types/ScreenSize/index.es.js +4 -0
  207. package/dist/common/types/Transaction/index.es.js +5 -0
  208. package/dist/common/utils/AccountFilter/index.es.js +13 -0
  209. package/dist/common/utils/Analytics/index.es.js +36 -0
  210. package/dist/common/utils/Categories/index.es.js +37 -0
  211. package/dist/common/utils/DateUtil/index.es.js +48 -0
  212. package/dist/common/utils/Fetch/index.es.js +69 -0
  213. package/dist/common/utils/Localization/index.es.js +30 -0
  214. package/dist/common/utils/NumberFormatting/index.es.js +38 -0
  215. package/dist/common/utils/PostMessage/index.es.js +19 -0
  216. package/dist/common/utils/Theme/index.es.js +136 -0
  217. package/dist/dashboard/Dashboard/index.es.js +47 -0
  218. package/dist/dashboard/Greeting/index.es.js +71 -0
  219. package/dist/dashboard/constants/Dashboard/index.es.js +4 -0
  220. package/dist/dashboard/index.es.js +6 -0
  221. package/dist/debts/DebtsWidget/index.es.js +111 -0
  222. package/dist/debts/components/DebtDrawer/index.es.js +28 -0
  223. package/dist/debts/components/DebtsChart/index.es.js +134 -0
  224. package/dist/debts/components/DebtsTable/AccountCell/index.es.js +24 -0
  225. package/dist/debts/components/DebtsTable/PriorityCell/index.es.js +32 -0
  226. package/dist/debts/components/DebtsTable/index.es.js +174 -0
  227. package/dist/debts/components/PaydownDrawer/index.es.js +21 -0
  228. package/dist/debts/components/SnowballCard/index.es.js +65 -0
  229. package/dist/debts/components/SnowballDrawer/index.es.js +374 -0
  230. package/dist/debts/components/actions/DebtsPriorityAction/index.es.js +28 -0
  231. package/dist/debts/components/actions/ExtraPaymentAction/index.es.js +46 -0
  232. package/dist/debts/components/actions/InterestRateAction/index.es.js +42 -0
  233. package/dist/debts/components/actions/MonthlyPaymentAction/index.es.js +44 -0
  234. package/dist/debts/components/actions/OriginalBalanceAction/index.es.js +44 -0
  235. package/dist/debts/components/debtsdrawer/DebtDetailsChart/index.es.js +41 -0
  236. package/dist/debts/components/debtsdrawer/DebtDetailsContent/index.es.js +51 -0
  237. package/dist/debts/components/debtsdrawer/DebtDetailsTab/index.es.js +38 -0
  238. package/dist/debts/components/debtsdrawer/DebtScheduleTab/index.es.js +80 -0
  239. package/dist/debts/components/debtsdrawer/DebtStatusCard/index.es.js +61 -0
  240. package/dist/debts/components/debtspaydown/PaydownButton/index.es.js +25 -0
  241. package/dist/debts/components/debtspaydown/PaydownContent/index.es.js +31 -0
  242. package/dist/debts/components/debtspriority/DebtsPriorityButton/index.es.js +34 -0
  243. package/dist/debts/components/debtspriority/DebtsPrioriyPopover/index.es.js +74 -0
  244. package/dist/debts/constants/index/index.es.js +4 -0
  245. package/dist/debts/hooks/useDebtsUiStore/index.es.js +11 -0
  246. package/dist/debts/index.es.js +10 -0
  247. package/dist/debts/store/DebtsStore/index.es.js +20 -0
  248. package/dist/debts/store/DebtsUiStore/index.es.js +23 -0
  249. package/dist/debts/utils/DebtStore/index.es.js +26 -0
  250. package/dist/debts/utils/DebtsChart/index.es.js +13 -0
  251. package/dist/debts/utils/DebtsTable/index.es.js +15 -0
  252. package/dist/debts/utils/DebtsWidget/index.es.js +42 -0
  253. package/dist/debts/utils/SnowballCard/index.es.js +37 -0
  254. package/dist/debts/utils/shared/index.es.js +21 -0
  255. package/dist/finstrong/FinancialStrengthCard/index.es.js +113 -0
  256. package/dist/finstrong/FinstrongWidget/index.es.js +141 -0
  257. package/dist/finstrong/api/FinstrongApi/index.es.js +15 -0
  258. package/dist/finstrong/components/ConnectMoreAccountsCard/index.es.js +76 -0
  259. package/dist/finstrong/components/CreditScoreGraph/index.es.js +75 -0
  260. package/dist/finstrong/components/FinancialStrengthGraph/index.es.js +30 -0
  261. package/dist/finstrong/components/KeyIndicatorsBorrowTab/index.es.js +63 -0
  262. package/dist/finstrong/components/KeyIndicatorsDrawer/index.es.js +49 -0
  263. package/dist/finstrong/components/KeyIndicatorsSaveTab/index.es.js +63 -0
  264. package/dist/finstrong/components/KeyIndicatorsSpendTab/index.es.js +58 -0
  265. package/dist/finstrong/components/KeyIndicatorsTabItem/index.es.js +58 -0
  266. package/dist/finstrong/components/KeyIndicatorsTabsWidget/index.es.js +68 -0
  267. package/dist/finstrong/components/ManageCreditScore/index.es.js +49 -0
  268. package/dist/finstrong/components/ManageDOB/index.es.js +62 -0
  269. package/dist/finstrong/components/MissingData/index.es.js +38 -0
  270. package/dist/finstrong/components/ProfileDrawer/index.es.js +107 -0
  271. package/dist/finstrong/components/ProfileList/index.es.js +56 -0
  272. package/dist/finstrong/components/ProfileProgressBar/index.es.js +26 -0
  273. package/dist/finstrong/components/ScoreHistoryDrawer/index.es.js +69 -0
  274. package/dist/finstrong/components/shared/CustomPieArc/index.es.js +63 -0
  275. package/dist/finstrong/components/shared/DialScoreCard/index.es.js +190 -0
  276. package/dist/finstrong/components/shared/ScoreHistoryTimeline/index.es.js +106 -0
  277. package/dist/finstrong/components/shared/ScoreHistoryTimelineItem/index.es.js +20 -0
  278. package/dist/finstrong/index.es.js +14 -0
  279. package/dist/finstrong/stores/FinstrongStore/index.es.js +81 -0
  280. package/dist/finstrong/util/finstrongUtils/index.es.js +108 -0
  281. package/dist/finstrong/utils/Finstrong/index.es.js +13 -0
  282. package/dist/goals/GoalsMicroWidget/index.es.js +51 -0
  283. package/dist/goals/GoalsWidget/index.es.js +138 -0
  284. package/dist/goals/api/GoalApi/index.es.js +26 -0
  285. package/dist/goals/components/AccountSelectionDrawer/index.es.js +73 -0
  286. package/dist/goals/components/AddGoal/AddGoalListItem/index.es.js +51 -0
  287. package/dist/goals/components/AddGoal/index.es.js +56 -0
  288. package/dist/goals/components/GoalDetails/index.es.js +69 -0
  289. package/dist/goals/components/GoalDetailsDrawer/index.es.js +82 -0
  290. package/dist/goals/components/GoalList/index.es.js +87 -0
  291. package/dist/goals/components/GoalStatusCard/index.es.js +59 -0
  292. package/dist/goals/components/ManageGoals/CompleteListItem/index.es.js +35 -0
  293. package/dist/goals/components/ManageGoals/OngoingListItem/index.es.js +47 -0
  294. package/dist/goals/components/ManageGoals/ReorderGoals/index.es.js +118 -0
  295. package/dist/goals/components/ManageGoals/index.es.js +74 -0
  296. package/dist/goals/components/TabTitle/index.es.js +12 -0
  297. package/dist/goals/components/actions/AccountAction/index.es.js +46 -0
  298. package/dist/goals/components/actions/AddRetirementAccountAction/index.es.js +66 -0
  299. package/dist/goals/components/actions/AmountToSaveAction/index.es.js +46 -0
  300. package/dist/goals/components/actions/BirthdayAction/index.es.js +42 -0
  301. package/dist/goals/components/actions/ChangeAccountAction/index.es.js +91 -0
  302. package/dist/goals/components/actions/ContributionAction/index.es.js +46 -0
  303. package/dist/goals/components/actions/GoalNameAction/index.es.js +42 -0
  304. package/dist/goals/components/actions/InterestRateAction/index.es.js +44 -0
  305. package/dist/goals/components/actions/MonthlyPaymentAction/index.es.js +45 -0
  306. package/dist/goals/components/actions/OriginalBalanceAction/index.es.js +45 -0
  307. package/dist/goals/components/actions/RetirementAgeAction/index.es.js +43 -0
  308. package/dist/goals/components/micro/GoalMicroStatusCard/index.es.js +42 -0
  309. package/dist/goals/components/micro/GoalsMicroEmptyState/index.es.js +31 -0
  310. package/dist/goals/index.es.js +10 -0
  311. package/dist/goals/stores/GoalStore/index.es.js +184 -0
  312. package/dist/goals/util/GoalsUtil/index.es.js +98 -0
  313. package/dist/help/HelpWidget/index.es.js +13 -0
  314. package/dist/help/api/HelpApi/index.es.js +12 -0
  315. package/dist/help/components/Help/index.es.js +45 -0
  316. package/dist/help/components/HelpContent/index.es.js +32 -0
  317. package/dist/help/components/HelpList/index.es.js +118 -0
  318. package/dist/help/components/content/BottomImageContent/index.es.js +50 -0
  319. package/dist/help/components/content/ContentItem/index.es.js +21 -0
  320. package/dist/help/components/content/Header/index.es.js +62 -0
  321. package/dist/help/components/content/LeftImageContent/index.es.js +50 -0
  322. package/dist/help/components/content/NoImageContent/index.es.js +14 -0
  323. package/dist/help/components/content/RightImageContent/index.es.js +48 -0
  324. package/dist/help/components/content/TopImageContent/index.es.js +50 -0
  325. package/dist/help/components/content/section/Accounts/index.es.js +249 -0
  326. package/dist/help/components/content/section/Budgets/index.es.js +102 -0
  327. package/dist/help/components/content/section/CashFlow/index.es.js +71 -0
  328. package/dist/help/components/content/section/Debts/index.es.js +252 -0
  329. package/dist/help/components/content/section/General/index.es.js +163 -0
  330. package/dist/help/components/content/section/Goals/index.es.js +195 -0
  331. package/dist/help/components/content/section/Insights/index.es.js +136 -0
  332. package/dist/help/components/content/section/Investments/index.es.js +71 -0
  333. package/dist/help/components/content/section/Mobile/index.es.js +85 -0
  334. package/dist/help/components/content/section/NetWorth/index.es.js +142 -0
  335. package/dist/help/components/content/section/Notifications/index.es.js +120 -0
  336. package/dist/help/components/content/section/RecurringTransactions/index.es.js +104 -0
  337. package/dist/help/components/content/section/Spending/index.es.js +112 -0
  338. package/dist/help/components/content/section/Transactions/index.es.js +389 -0
  339. package/dist/help/components/content/section/Trends/index.es.js +83 -0
  340. package/dist/help/components/content/section/index/index.es.js +35 -0
  341. package/dist/help/components/content/section/index.d.ts +15 -15
  342. package/dist/help/components/requestsupport/ContactSupport/index.es.js +99 -0
  343. package/dist/help/components/requestsupport/HelpByCategoryList/index.es.js +82 -0
  344. package/dist/help/components/requestsupport/MissingInstitution/index.es.js +95 -0
  345. package/dist/help/components/requestsupport/PopularTopicsDrawer/index.es.js +50 -0
  346. package/dist/help/components/requestsupport/PopularTopicsList/index.es.js +22 -0
  347. package/dist/help/components/requestsupport/PopularTopicsRow/index.es.js +30 -0
  348. package/dist/help/components/requestsupport/RequestSupport/index.es.js +179 -0
  349. package/dist/help/components/requestsupport/RequestSupportFooter/index.es.js +26 -0
  350. package/dist/help/components/requestsupport/RequestSupportHeader/index.es.js +39 -0
  351. package/dist/help/components/requestsupport/RequestSupportInstitution/index.es.js +75 -0
  352. package/dist/help/components/requestsupport/SupportSuccessMessage/index.es.js +29 -0
  353. package/dist/help/constants/Help/index.es.js +299 -0
  354. package/dist/help/constants/HelpImages/index.es.js +47 -0
  355. package/dist/help/index.es.js +6 -0
  356. package/dist/help/store/HelpStore/index.es.js +42 -0
  357. package/dist/help/utils/getAccessibleHelpCategories/index.es.js +21 -0
  358. package/dist/help/utils/getInstitutionsBasedOnGuid/index.es.js +14 -0
  359. package/dist/index.d.ts +0 -22
  360. package/dist/insights/index.d.ts +1 -0
  361. package/dist/insights/index.es.js +4 -0
  362. package/dist/insights/store/BeatStore/index.es.js +35 -0
  363. package/dist/investments/InvestmentsWidget/index.es.js +107 -0
  364. package/dist/investments/api/HoldingApi/index.es.js +13 -0
  365. package/dist/investments/components/Allocation/InvestementAllocationList/index.es.js +126 -0
  366. package/dist/investments/components/Allocation/InvestmentsAllocationChart/index.es.js +67 -0
  367. package/dist/investments/components/Allocation/index.es.js +67 -0
  368. package/dist/investments/components/Allocation/util/createInvestementsAllocationData/index.es.js +134 -0
  369. package/dist/investments/components/Analysis/index.es.js +169 -0
  370. package/dist/investments/components/AnalysisDetails/index.es.js +81 -0
  371. package/dist/investments/components/EmptyStateFooterComponent/index.es.js +52 -0
  372. package/dist/investments/components/HeaderCell/index.es.js +11 -0
  373. package/dist/investments/components/HoldingDrawer/index.es.js +322 -0
  374. package/dist/investments/components/HoldingTable/index.es.js +183 -0
  375. package/dist/investments/components/InfoToolTip/index.es.js +25 -0
  376. package/dist/investments/components/Overview/index.es.js +441 -0
  377. package/dist/investments/components/TabTitle/index.es.js +6 -0
  378. package/dist/investments/constants/index/index.es.js +53 -0
  379. package/dist/investments/index.es.js +4 -0
  380. package/dist/investments/stores/HoldingStore/index.es.js +59 -0
  381. package/dist/investments/util/InvestmentUtil/index.es.js +100 -0
  382. package/dist/merchants/api/MerchantApi/index.es.js +16 -0
  383. package/dist/merchants/components/MerchantLookup/index.es.js +77 -0
  384. package/dist/merchants/index.es.js +6 -0
  385. package/dist/merchants/stores/MerchantStore/index.es.js +26 -0
  386. package/dist/microinsights/analytics/index.es.js +10 -0
  387. package/dist/microinsights/components/MicroWidgetContainer/index.es.js +28 -0
  388. package/dist/microinsights/components/beatCard/BeatCard/index.es.js +98 -0
  389. package/dist/microinsights/components/beaticons/BeatCategoryIcon/index.es.js +13 -0
  390. package/dist/microinsights/components/beaticons/BeatIcon/index.es.js +22 -0
  391. package/dist/microinsights/components/beaticons/BeatMerchantLogo/index.es.js +24 -0
  392. package/dist/microinsights/components/beaticons/ChartFilledIcon/index.es.js +31 -0
  393. package/dist/microinsights/components/beaticons/MonthlySpendComparisonIcon/index.es.js +14 -0
  394. package/dist/microinsights/components/beaticons/ZeroStateIcon/index.es.js +786 -0
  395. package/dist/microinsights/components/carouselheader/CarouselHeader/index.es.js +82 -0
  396. package/dist/microinsights/components/insightsmicrowidget/InsightsMicroWidget/index.es.js +105 -0
  397. package/dist/microinsights/components/microBeatCarousel/CarouselControls/index.es.js +101 -0
  398. package/dist/microinsights/components/microBeatCarousel/MicroBeatCarousel/index.es.js +187 -0
  399. package/dist/microinsights/components/microInsightCard/MicroInsightCard/index.es.js +152 -0
  400. package/dist/microinsights/components/noRelevantInsightsCard/NoRelevantInsightsCard/index.es.js +67 -0
  401. package/dist/microinsights/components/spinner/Spinner/index.es.js +19 -0
  402. package/dist/microinsights/components/viewMoreMicroCard/ViewMoreMicroCard/index.es.js +58 -0
  403. package/dist/microinsights/components/zeroStateCard/ZeroStateCard/index.es.js +55 -0
  404. package/dist/microinsights/constants/Analytics/index.es.js +163 -0
  405. package/dist/microinsights/constants/App/index.es.js +11 -0
  406. package/dist/microinsights/context/InsightsMicroWidgetDataProvider/index.es.js +12 -0
  407. package/dist/microinsights/context/hooks/index.es.js +31 -0
  408. package/dist/microinsights/index.es.js +28 -0
  409. package/dist/microinsights/stores/AppStore/index.es.js +25 -0
  410. package/dist/microinsights/stores/CopyStore/index.es.js +32 -0
  411. package/dist/microinsights/stores/InsightsMicroWidgetStore/index.es.js +31 -0
  412. package/dist/microinsights/utils/DataSeries/index.es.js +9 -0
  413. package/dist/microinsights/utils/beatUtils/index.es.js +51 -0
  414. package/dist/networth/NetWorthMicroWidget/index.es.js +44 -0
  415. package/dist/networth/NetWorthWidget/index.es.js +159 -0
  416. package/dist/networth/components/AssetsLiabilitiesDetail/index.es.js +109 -0
  417. package/dist/networth/components/GainsLossesDetail/index.es.js +94 -0
  418. package/dist/networth/components/NetWorthChange/index.es.js +31 -0
  419. package/dist/networth/components/NetWorthChart/index.es.js +45 -0
  420. package/dist/networth/components/NetWorthList/index.es.js +60 -0
  421. package/dist/networth/components/NetWorthListItem/index.es.js +60 -0
  422. package/dist/networth/components/NetWorthSummary/index.es.js +20 -0
  423. package/dist/networth/components/micro/NetworthData/index.es.js +21 -0
  424. package/dist/networth/components/micro/ZeroState/index.es.js +14 -0
  425. package/dist/networth/index.es.js +14 -0
  426. package/dist/networth/stores/NetWorthStore/index.es.js +65 -0
  427. package/dist/networth/utils/NetWorthUtils/index.es.js +95 -0
  428. package/dist/notifications/components/DateRow/index.es.js +8 -0
  429. package/dist/notifications/components/NotificationBadge/index.es.js +26 -0
  430. package/dist/notifications/components/NotificationCard/index.es.js +42 -0
  431. package/dist/notifications/components/NotificationDrawer/index.es.js +67 -0
  432. package/dist/notifications/components/NotificationList/index.es.js +36 -0
  433. package/dist/notifications/components/NotificationsEmptyState/index.es.js +34 -0
  434. package/dist/notifications/constants/NotificationConstants/index.es.js +22 -0
  435. package/dist/notifications/index.es.js +12 -0
  436. package/dist/notifications/stores/NotificationStore/index.es.js +37 -0
  437. package/dist/notifications/utils/NotificationUtils/index.es.js +16 -0
  438. package/dist/recurringtransactions/RecurringTransactionsMicroWidget/index.es.js +179 -0
  439. package/dist/recurringtransactions/RecurringTransactionsMiniWidget/index.es.js +37 -0
  440. package/dist/recurringtransactions/RecurringTransactionsWidget/index.es.js +67 -0
  441. package/dist/recurringtransactions/ZeroStateMicroWidget/index.es.js +19 -0
  442. package/dist/recurringtransactions/api/RepeatingTransactionsApi/index.es.js +18 -0
  443. package/dist/recurringtransactions/components/MiniWidgetContent/index.es.js +32 -0
  444. package/dist/recurringtransactions/components/PaymentSchedule/index.es.js +100 -0
  445. package/dist/recurringtransactions/components/RecurrenceBadges/index.es.js +20 -0
  446. package/dist/recurringtransactions/components/RecurrenceList/index.es.js +69 -0
  447. package/dist/recurringtransactions/components/RecurrenceRow/index.es.js +149 -0
  448. package/dist/recurringtransactions/components/RecurringStatus/index.es.js +42 -0
  449. package/dist/recurringtransactions/components/RecurringTransactionDetails/index.es.js +130 -0
  450. package/dist/recurringtransactions/components/RecurringTransactions/index.es.js +163 -0
  451. package/dist/recurringtransactions/components/actions/PaymentScheduleAction/index.es.js +56 -0
  452. package/dist/recurringtransactions/components/micro/MerchantLogosRow/index.es.js +17 -0
  453. package/dist/recurringtransactions/components/micro/OverlappingMerchantLogos/index.es.js +44 -0
  454. package/dist/recurringtransactions/components/micro/RecurrenceLegend/index.es.js +31 -0
  455. package/dist/recurringtransactions/components/recurrencecalendar/Legend/index.es.js +32 -0
  456. package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceCalendar/index.es.js +84 -0
  457. package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceDay/index.es.js +68 -0
  458. package/dist/recurringtransactions/components/shared/recurringsettings/AddRecurringTransaction/index.es.js +114 -0
  459. package/dist/recurringtransactions/components/shared/recurringsettings/AddRecurringTransactionDetails/index.es.js +44 -0
  460. package/dist/recurringtransactions/components/shared/recurringsettings/ManageExpenses/index.es.js +31 -0
  461. package/dist/recurringtransactions/components/shared/recurringsettings/ManageIncome/index.es.js +38 -0
  462. package/dist/recurringtransactions/components/shared/recurringsettings/RecurringRow/index.es.js +108 -0
  463. package/dist/recurringtransactions/components/shared/recurringsettings/SelectTransaction/index.es.js +37 -0
  464. package/dist/recurringtransactions/components/shared/recurringsettings/index.es.js +36 -0
  465. package/dist/recurringtransactions/index.es.js +20 -0
  466. package/dist/recurringtransactions/stores/RecurringTransactionsStore/index.es.js +247 -0
  467. package/dist/recurringtransactions/util/RecurringTransactions/index.es.js +232 -0
  468. package/dist/settings/NotificationSettingsWidget/index.es.js +13 -0
  469. package/dist/settings/SettingsWidget/index.es.js +55 -0
  470. package/dist/settings/TransactionRulesWidget/index.es.js +12 -0
  471. package/dist/settings/api/SettingsApi/index.es.js +23 -0
  472. package/dist/settings/components/SettingsWidgetContents/index.es.js +47 -0
  473. package/dist/settings/components/devices/DeviceDialog/index.es.js +129 -0
  474. package/dist/settings/components/devices/DeviceList/index.es.js +118 -0
  475. package/dist/settings/components/devices/DeviceTab/index.es.js +79 -0
  476. package/dist/settings/components/devices/DeviceTable/index.es.js +134 -0
  477. package/dist/settings/components/notifications/AccountNotificationProfile/index.es.js +80 -0
  478. package/dist/settings/components/notifications/AccountNotificationProfiles/index.es.js +55 -0
  479. package/dist/settings/components/notifications/AccountProfileListItem/index.es.js +102 -0
  480. package/dist/settings/components/notifications/BudgetNotificationProfiles/index.es.js +12 -0
  481. package/dist/settings/components/notifications/DeliveryMethods/index.es.js +77 -0
  482. package/dist/settings/components/notifications/InsightsNotificationProfiles/index.es.js +12 -0
  483. package/dist/settings/components/notifications/NotificationProfile/index.es.js +96 -0
  484. package/dist/settings/components/notifications/NotificationSettings/index.es.js +89 -0
  485. package/dist/settings/components/notifications/PersonalDetails/index.es.js +99 -0
  486. package/dist/settings/components/profile/ProfileTab/index.es.js +204 -0
  487. package/dist/settings/components/profile/actions/VerifyEmailAction/index.es.js +63 -0
  488. package/dist/settings/components/profile/actions/VerifyPhoneAction/index.es.js +80 -0
  489. package/dist/settings/components/profile/actions/VerifyTokenAction/index.es.js +36 -0
  490. package/dist/settings/components/transactionrules/TransactionRulesTab/index.es.js +23 -0
  491. package/dist/settings/components/transactionrules/actions/DeleteRuleAction/index.es.js +34 -0
  492. package/dist/settings/components/transactionrules/actions/EditCategoryAction/index.es.js +38 -0
  493. package/dist/settings/components/transactionrules/actions/EditPayeeAction/index.es.js +52 -0
  494. package/dist/settings/components/transactionrules/actions/EditRuleAction/index.es.js +33 -0
  495. package/dist/settings/components/transactionrules/components/EditRuleDetails/index.es.js +52 -0
  496. package/dist/settings/components/transactionrules/components/RuleListItem/index.es.js +20 -0
  497. package/dist/settings/constants/Settings/index.es.js +4 -0
  498. package/dist/settings/index.es.js +29 -0
  499. package/dist/settings/stores/SettingsStore/index.es.js +187 -0
  500. package/dist/settings/util/Notifications/index.es.js +64 -0
  501. package/dist/spending/SpendingMiniWidget/index.es.js +26 -0
  502. package/dist/spending/SpendingWidget/index.es.js +38 -0
  503. package/dist/spending/components/MiniSpendingChart/index.es.js +115 -0
  504. package/dist/spending/components/Spending/index.es.js +141 -0
  505. package/dist/spending/components/SpendingChart/index.es.js +61 -0
  506. package/dist/spending/components/SpendingDonut/index.es.js +69 -0
  507. package/dist/spending/components/SpendingLegend/index.es.js +25 -0
  508. package/dist/spending/components/SpendingList/index.es.js +96 -0
  509. package/dist/spending/components/SpendingTabLabel/index.es.js +11 -0
  510. package/dist/spending/index.es.js +6 -0
  511. package/dist/spending/utils/SpendingData/index.es.js +86 -0
  512. package/dist/transactions/TransactionWidget/index.es.js +242 -0
  513. package/dist/transactions/analytics/index.es.js +5 -0
  514. package/dist/transactions/api/TransactionApi/index.es.js +87 -0
  515. package/dist/transactions/components/shared/TransactionDetails/Description/index.es.js +68 -0
  516. package/dist/transactions/components/shared/TransactionDetails/FlagTransaction/index.es.js +43 -0
  517. package/dist/transactions/components/shared/TransactionDetails/ManualTransactionDetails/index.es.js +126 -0
  518. package/dist/transactions/components/shared/TransactionDetails/TransactionAmountHeader/index.es.js +27 -0
  519. package/dist/transactions/components/shared/TransactionDetails/actions/CategoryAction/index.es.js +105 -0
  520. package/dist/transactions/components/shared/TransactionDetails/actions/DateAction/index.es.js +81 -0
  521. package/dist/transactions/components/shared/TransactionDetails/actions/DeleteAction/index.es.js +60 -0
  522. package/dist/transactions/components/shared/TransactionDetails/actions/DeleteLogoAction/index.es.js +60 -0
  523. package/dist/transactions/components/shared/TransactionDetails/actions/HideAction/index.es.js +90 -0
  524. package/dist/transactions/components/shared/TransactionDetails/actions/MemoAction/index.es.js +91 -0
  525. package/dist/transactions/components/shared/TransactionDetails/actions/SplitAction/index.es.js +143 -0
  526. package/dist/transactions/components/shared/TransactionDetails/actions/TagsAction/index.es.js +75 -0
  527. package/dist/transactions/components/shared/TransactionDetails/index.es.js +79 -0
  528. package/dist/transactions/components/shared/TransactionList/TransactionRow/index.es.js +84 -0
  529. package/dist/transactions/components/shared/TransactionList/ZeroState/index.es.js +17 -0
  530. package/dist/transactions/components/shared/TransactionList/index.es.js +82 -0
  531. package/dist/transactions/components/shared/TransactionTable/cells/AccountCell/index.es.js +9 -0
  532. package/dist/transactions/components/shared/TransactionTable/cells/AmountCell/index.es.js +20 -0
  533. package/dist/transactions/components/shared/TransactionTable/cells/CategoryCell/index.es.js +29 -0
  534. package/dist/transactions/components/shared/TransactionTable/cells/DateCell/index.es.js +8 -0
  535. package/dist/transactions/components/shared/TransactionTable/cells/FlagCell/index.es.js +38 -0
  536. package/dist/transactions/components/shared/TransactionTable/cells/HeaderCell/index.es.js +6 -0
  537. package/dist/transactions/components/shared/TransactionTable/cells/PayeeCell/index.es.js +16 -0
  538. package/dist/transactions/components/shared/TransactionTable/index.es.js +110 -0
  539. package/dist/transactions/components/splitmanager/SplitManager/index.es.js +69 -0
  540. package/dist/transactions/components/splitmanager/SplitRow/index.es.js +126 -0
  541. package/dist/transactions/components/tagmanager/Header/index.es.js +78 -0
  542. package/dist/transactions/components/tagmanager/SearchBox/index.es.js +37 -0
  543. package/dist/transactions/components/tagmanager/TagManager/index.es.js +32 -0
  544. package/dist/transactions/components/tagmanager/TagRow/index.es.js +114 -0
  545. package/dist/transactions/components/transactionwidget/AddAccountModal/index.es.js +29 -0
  546. package/dist/transactions/components/transactionwidget/actions/EditCategoryAction/index.es.js +54 -0
  547. package/dist/transactions/constants/Actions/index.es.js +19 -0
  548. package/dist/transactions/constants/Analytics/index.es.js +259 -0
  549. package/dist/transactions/constants/OnClickEvents/index.es.js +48 -0
  550. package/dist/transactions/constants/Transaction/index.es.js +33 -0
  551. package/dist/transactions/constants/TransactionsTable/index.es.js +11 -0
  552. package/dist/transactions/context/hooks/index.es.js +11 -0
  553. package/dist/transactions/index.es.js +27 -0
  554. package/dist/transactions/stores/TransactionStore/index.es.js +224 -0
  555. package/dist/transactions/stores/UiStore/index.es.js +48 -0
  556. package/dist/transactions/utils/Filters/index.es.js +9 -0
  557. package/dist/transactions/utils/Transactions/index.es.js +13 -0
  558. package/dist/transactions/utils/buildDetailedTransactions/index.es.js +35 -0
  559. package/dist/transactions/utils/exportTransactionsToCSV/index.es.js +47 -0
  560. package/dist/transactions/utils/sortAndFilterTransactions/index.es.js +44 -0
  561. package/dist/trends/TrendsFullWidget/index.es.js +157 -0
  562. package/dist/trends/TrendsMicroWidget/index.es.js +86 -0
  563. package/dist/trends/TrendsMiniWidget/index.es.js +28 -0
  564. package/dist/trends/TrendsWidget/index.es.js +173 -0
  565. package/dist/trends/ZeroStateMicroWidget/index.es.js +19 -0
  566. package/dist/trends/components/CategoriesList/index.es.js +62 -0
  567. package/dist/trends/components/CategoriesListItem/index.es.js +25 -0
  568. package/dist/trends/components/CategoryDetailChart/index.es.js +34 -0
  569. package/dist/trends/components/CategoryDetailDrawer/index.es.js +44 -0
  570. package/dist/trends/components/DateRangeText/index.es.js +39 -0
  571. package/dist/trends/components/SpendingChart/index.es.js +28 -0
  572. package/dist/trends/components/TransactionsList/index.es.js +81 -0
  573. package/dist/trends/components/TrendsChart/index.es.js +45 -0
  574. package/dist/trends/components/TrendsChartTotals/index.es.js +56 -0
  575. package/dist/trends/components/TrendsDrawer/index.es.js +48 -0
  576. package/dist/trends/components/TrendsInsights/index.es.js +43 -0
  577. package/dist/trends/components/TrendsMicroSpendingIncomeBox/index.es.js +96 -0
  578. package/dist/trends/components/TrendsTable/AmountCell/index.es.js +10 -0
  579. package/dist/trends/components/TrendsTable/CategoryCell/index.es.js +30 -0
  580. package/dist/trends/components/TrendsTable/HeaderCell/index.es.js +6 -0
  581. package/dist/trends/components/TrendsTable/index.es.js +96 -0
  582. package/dist/trends/components/TrendsViewToggle/index.es.js +17 -0
  583. package/dist/trends/constants/TrendsInsights/index.es.js +38 -0
  584. package/dist/trends/index.es.js +12 -0
  585. package/dist/trends/stores/TrendsStore/index.es.js +77 -0
  586. package/dist/trends/utils/SpendingData/index.es.js +47 -0
  587. package/dist/trends/utils/TrendsData/index.es.js +41 -0
  588. package/dist/trends/utils/shared/index.es.js +15 -0
  589. package/package.json +155 -3
  590. package/dist/index.es.js +0 -30339
  591. package/dist/index.es.js.map +0 -1
  592. /package/dist/budgets/components/{bubblechart → BubbleChart}/Bubble.d.ts +0 -0
  593. /package/dist/budgets/components/{bubblechart → BubbleChart}/Mercury.d.ts +0 -0
  594. /package/dist/budgets/components/{budgetlist → BudgetList}/BudgetRow.d.ts +0 -0
  595. /package/dist/budgets/components/{budgetlist → BudgetList}/SubBudgetRow.d.ts +0 -0
  596. /package/dist/budgets/components/{budgetlist → BudgetList}/SubBudgetZeroState.d.ts +0 -0
  597. /package/dist/common/components/charts/{linechart → LineChart}/CustomLegend.d.ts +0 -0
  598. /package/dist/common/components/charts/{linechart → LineChart}/CustomLine.d.ts +0 -0
  599. /package/dist/common/components/charts/{linechart → LineChart}/CustomMark.d.ts +0 -0
  600. /package/dist/common/components/charts/{linechart → LineChart}/CustomTooltip.d.ts +0 -0
  601. /package/dist/common/components/charts/{stackedlinechart → StackedLineChart}/CategoryIconLabel.d.ts +0 -0
  602. /package/dist/common/components/charts/{stackedlinechart → StackedLineChart}/CustomAreaTooltip.d.ts +0 -0
  603. /package/dist/common/components/charts/{stackedlinechart → StackedLineChart}/CustomLegend.d.ts +0 -0
  604. /package/dist/common/components/charts/{stackedlinechart → StackedLineChart}/CustomPointTooltip.d.ts +0 -0
  605. /package/dist/common/components/charts/{stackedlinechart → StackedLineChart}/utils.d.ts +0 -0
  606. /package/dist/debts/components/{debtstable → DebtsTable}/AccountCell.d.ts +0 -0
  607. /package/dist/debts/components/{debtstable → DebtsTable}/PriorityCell.d.ts +0 -0
  608. /package/dist/goals/components/{addgoal → AddGoal}/AddGoalListItem.d.ts +0 -0
  609. /package/dist/goals/components/{managegoals → ManageGoals}/CompleteListItem.d.ts +0 -0
  610. /package/dist/goals/components/{managegoals → ManageGoals}/OngoingListItem.d.ts +0 -0
  611. /package/dist/goals/components/{managegoals → ManageGoals}/ReorderGoals.d.ts +0 -0
  612. /package/dist/investments/components/{allocation → Allocation}/InvestementAllocationList.d.ts +0 -0
  613. /package/dist/investments/components/{allocation → Allocation}/InvestmentsAllocationChart.d.ts +0 -0
  614. /package/dist/investments/components/{allocation → Allocation}/util/createInvestementsAllocationData.d.ts +0 -0
  615. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/Description.d.ts +0 -0
  616. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/FlagTransaction.d.ts +0 -0
  617. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/ManualTransactionDetails.d.ts +0 -0
  618. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/TransactionAmountHeader.d.ts +0 -0
  619. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/CategoryAction.d.ts +0 -0
  620. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/DateAction.d.ts +0 -0
  621. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/DeleteAction.d.ts +0 -0
  622. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/DeleteLogoAction.d.ts +0 -0
  623. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/HideAction.d.ts +0 -0
  624. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/MemoAction.d.ts +0 -0
  625. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/SplitAction.d.ts +0 -0
  626. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/TagsAction.d.ts +0 -0
  627. /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/index.d.ts +0 -0
  628. /package/dist/transactions/components/shared/{transactionlist → TransactionList}/DateRow.d.ts +0 -0
  629. /package/dist/transactions/components/shared/{transactionlist → TransactionList}/TransactionRow.d.ts +0 -0
  630. /package/dist/transactions/components/shared/{transactionlist → TransactionList}/ZeroState.d.ts +0 -0
  631. /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/AccountCell.d.ts +0 -0
  632. /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/AmountCell.d.ts +0 -0
  633. /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/CategoryCell.d.ts +0 -0
  634. /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/DateCell.d.ts +0 -0
  635. /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/FlagCell.d.ts +0 -0
  636. /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/HeaderCell.d.ts +0 -0
  637. /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/PayeeCell.d.ts +0 -0
  638. /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/index.d.ts +0 -0
  639. /package/dist/trends/components/{trendstable → TrendsTable}/AmountCell.d.ts +0 -0
  640. /package/dist/trends/components/{trendstable → TrendsTable}/CategoryCell.d.ts +0 -0
  641. /package/dist/trends/components/{trendstable → TrendsTable}/HeaderCell.d.ts +0 -0
@@ -0,0 +1,301 @@
1
+ const A = {
2
+ // Top-level categories
3
+ AUTO_AND_TRANSPORT: "CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874",
4
+ BILLS_AND_UTILITIES: "CAT-79b02f2f-2adc-88f0-ac2b-4e71ead9cfc8",
5
+ BUSINESS_SERVICES: "CAT-94b11142-e97b-941a-f67f-6e18d246a23f",
6
+ EDUCATION: "CAT-bf5c9cca-c96b-b50d-440d-38d9adfda5b0",
7
+ ENTERTAINMENT: "CAT-e04e9d1e-e041-c315-2e50-094143ab3f73",
8
+ FEES_AND_CHARGES: "CAT-d73ee74b-13a4-ac3e-4015-fc4ba9a62b2a",
9
+ FINANCIAL: "CAT-6c7de3f8-de6c-7061-1dd2-b093044014bf",
10
+ FOOD_AND_DINING: "CAT-bd56d35a-a9a7-6e10-66c1-5b9cc1b6c81a",
11
+ GIFTS_AND_DONATIONS: "CAT-8edf9663-623e-4735-490e-31288f0a70b0",
12
+ HEALTH_AND_FITNESS: "CAT-52fa4693-c088-afb2-2a99-7bc39bb23a0f",
13
+ HOME: "CAT-b709172b-4eb7-318e-3b5d-e0f0500b32ac",
14
+ INCOME: "CAT-bf9f3294-4c40-1677-d269-54fbc189faf3",
15
+ INVESTMENTS: "CAT-ccd42390-9e8c-3fb6-a5d9-6c31182d9c5c",
16
+ KIDS: "CAT-0cb1d99d-f558-99e3-2282-b31f359b411a",
17
+ PERSONAL_CARE: "CAT-e5154228-fe45-790d-a280-f6bf5ae5ac9f",
18
+ PETS: "CAT-7cccbafa-87d7-c9a6-661b-8b3402fe9e78",
19
+ SHOPPING: "CAT-aad51b46-d6f7-3da5-fd6e-492328b3023f",
20
+ TAXES: "CAT-d00fc539-aa14-009b-4ffb-7e8c7b839954",
21
+ TRANSFER: "CAT-bce48142-fea4-ff45-20d9-0a642d44de83",
22
+ TRAVEL: "CAT-ea23d844-cbd1-eb10-f6ac-0df9610e59ae",
23
+ UNCATEGORIZED: "CAT-d7851c65-3353-e490-1953-fb9235e681e4",
24
+ // Subcategories
25
+ LOCAL_TAX: "CAT-0bbdacce-ba14-3e73-e1aa-cc64e671575c",
26
+ WITHDRAWAL: "CAT-00c762a2-be42-c735-2d3f-b14a1e58453f",
27
+ TRADE_COMMISSIONS: "CAT-1a01ddd4-9a37-b96b-33dc-6c68457e7806",
28
+ BABYSITTER_DAYCARE: "CAT-2ba97a5c-a371-3b4f-d018-cba64bb9767a",
29
+ CHILD_SUPPORT: "CAT-2cb0a3a8-3f05-9325-1203-27ed2d619dce",
30
+ CREDIT_CARD_PAYMENT: "CAT-2cc9b500-e09d-88be-e3e0-0a8a82a54586",
31
+ STUDENT_LOAN: "CAT-2ce4972e-5620-57be-8475-d084edf88888",
32
+ LIFE_INSURANCE: "CAT-2cf64b94-e966-0949-0d07-b211080ddaa6",
33
+ PRINTING: "CAT-3b09fb0b-3296-c76c-2bbd-a2bce0012d83",
34
+ FINANCIAL_ADVISOR: "CAT-3db5697d-5dce-6bd9-c08f-5065b25e96c8",
35
+ INTEREST_INCOME: "CAT-5aa555dc-a071-c727-8d04-cb337832d342",
36
+ LATE_FEE: "CAT-5bfddc95-a506-b1d2-0f73-63b1afeddb91",
37
+ LAWN_GARDEN: "CAT-5cc7f5e2-3f2e-61ce-52e7-4acf366c2ee3",
38
+ FINANCE_CHARGE: "CAT-5dab8347-e0b4-daf9-0a65-f2be80feb8ad",
39
+ FRAUD_PROTECTION: "CAT-5f7f2084-6f8a-d927-6fa7-8e699912432a",
40
+ MOVIES_DVDS: "CAT-6ab65efd-36e4-69ca-969a-a7304d05240a",
41
+ HOME_INSURANCE: "CAT-6cb40bc6-0c0d-6fae-db3b-62a6bc4bb1a2",
42
+ CASH: "CAT-08a5d861-2890-686e-ebaf-d7632ec88540",
43
+ TUITION: "CAT-8b01fafd-9bf5-7999-49c9-cb67da50b14d",
44
+ HEALTH_INSURANCE: "CAT-8faa2a11-f393-9c13-2885-e7d11fa6a51a",
45
+ DIVIDEND_CAP_GAINS: "CAT-9b21122f-bd17-97ce-ef5c-3f034e75fd6c",
46
+ ALCOHOL_BARS: "CAT-9d58b17b-0982-18b5-5a6e-8a76337c4f88",
47
+ LEGAL: "CAT-13c1e57c-3749-41b4-3bc4-b1b334adab85",
48
+ PUBLIC_TRANSPORTATION: "CAT-19e6ec13-83ed-5511-7f75-3688d3f97a8e",
49
+ MORTGAGE_RENT: "CAT-23b4b4c6-5fbb-9299-b887-4b56196e6fb4",
50
+ HOTEL: "CAT-28be9904-9f4c-c4af-d2b7-bb24763ae0ae",
51
+ TRANSFER_FOR_CASH_SPENDING: "CAT-28d5fc92-cb41-8daa-3ab7-6f7bbde118fb",
52
+ UTILITIES: "CAT-56a2979d-d6df-25da-f357-06282f08208e",
53
+ DEPOSIT: "CAT-58aced66-6d70-4024-7667-77e98b6e5805",
54
+ HOME_PHONE: "CAT-60d81dd3-8ac1-a6fb-b181-b736dbb42be3",
55
+ SERVICE_PARTS: "CAT-67a20fb1-1a61-dc27-3fff-f28fa904025f",
56
+ INTERNET: "CAT-78d29c63-54db-197d-9851-feeb94cf6e10",
57
+ BOOKS: "CAT-80a40aa1-9f7e-2393-0dfe-b222dc8099a2",
58
+ NEWSPAPERS_MAGAZINES: "CAT-84f5a582-f620-bea1-fb2c-a746094e9955",
59
+ FAST_FOOD: "CAT-88cbb033-0fc1-ff06-6532-0f357c0f5081",
60
+ COFFEE_SHOPS: "CAT-93ebd80b-4801-cf52-e844-91594ed4c217",
61
+ SELL: "CAT-095e8e70-f5fa-9e68-8187-6cac76d14f85",
62
+ OFFICE_SUPPLIES: "CAT-97a2b899-5a32-4196-b87c-a8e65d8a9849",
63
+ PET_GROOMING: "CAT-99b03e0f-c678-268b-a97c-81092e68efab",
64
+ AMUSEMENT: "CAT-163c92ab-5ac1-3125-6a0b-c3aff5cdbb59",
65
+ BOOKS_SUPPLIES: "CAT-167d816f-c68e-9988-e064-173dc6417a90",
66
+ VACATION: "CAT-206fbc35-a569-c89a-30be-a3b65d0fbea7",
67
+ SERVICE_FEE: "CAT-386e01dd-8cc0-a433-f4a9-b3a2d153abbf",
68
+ GIFT: "CAT-465a2e70-099b-dc43-4422-913c21311002",
69
+ CHARITY: "CAT-583f1ede-3608-3ec6-b39b-0874198626ed",
70
+ PARKING: "CAT-726da718-d572-1e4d-7c3f-0b8b5370fe71",
71
+ SHIPPING: "CAT-748efd05-e27a-5c79-1217-681a0ec5cc67",
72
+ ARTS: "CAT-967a9441-5694-9419-6b40-67f15cd55fe4",
73
+ PAYCHECK: "CAT-982ea9e6-3f0e-0c5b-611b-6657a10ba819",
74
+ FURNISHINGS: "CAT-2910e436-7fed-f922-184c-60bc1b6c5417",
75
+ RESTAURANTS: "CAT-006862be-64a0-e778-f035-0936445b9c16",
76
+ SPA_MASSAGE: "CAT-8008cdab-ba5c-26e9-310d-a3ff4afeeb62",
77
+ RENTAL_CAR_TAXI: "CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8",
78
+ ALLOWANCE: "CAT-9961e379-d9e9-490c-1c4b-bfa233899167",
79
+ BANKING_FEE: "CAT-30283e5b-f0fb-d8ab-a9fd-de992b508eac",
80
+ BUY: "CAT-70215a5e-bd15-e0ac-3842-058b5e8e99b7",
81
+ STATE_TAX: "CAT-7248227b-303e-ee19-e30c-c4f389da169b",
82
+ TOYS: "CAT-7524310a-da68-ac09-2312-71ca60a40ec0",
83
+ KIDS_ACTIVITIES: "CAT-32012156-b11d-a1db-9697-b15432e18215",
84
+ RENTAL_INCOME: "CAT-67070667-8b54-b450-4e84-5f8da2d70d85",
85
+ VETERINARY: "CAT-71380790-762a-6e2a-d79e-d7f47689af25",
86
+ SPORTING_GOODS: "CAT-a9abd9b1-2e2c-4236-040d-fb414d334419",
87
+ LAUNDRY: "CAT-a9fb2085-ce57-a196-4cbd-338c85bae0b0",
88
+ CLOTHING: "CAT-a96c2e17-f69a-9805-34aa-633276a42cec",
89
+ PHARMACY: "CAT-a5600b35-c9b1-347d-f678-781597851104",
90
+ HOME_SERVICES: "CAT-a64154ee-d5e9-09c7-d5f1-59b3273c6e3c",
91
+ ATM_FEE: "CAT-ac2eba3a-100a-30ac-09c3-d7d88415ca1a",
92
+ HAIR: "CAT-af671119-50a2-636c-ddfe-c794c38e8181",
93
+ GROCERIES: "CAT-b1de2a04-db08-b6ed-f6fe-ca2f5b11c2d0",
94
+ GAS: "CAT-b6d63a19-30a7-e852-2703-bdfb4072289e",
95
+ FEDERAL_TAX: "CAT-b8cc4011-cdc9-10b0-b79d-bf1d534296dc",
96
+ HOSTING: "CAT-b74fdd98-4391-8015-eafa-e9ca0fad3bee",
97
+ TELEVISION: "CAT-b316e683-c898-6497-a476-6bc48d12e51d",
98
+ MOBILE_PHONE: "CAT-b4789667-6acc-a112-975e-15746003ed61",
99
+ BABY_SUPPLIES: "CAT-c9c99041-e009-4a45-4b1d-fa92daeb5dd4",
100
+ MUSIC: "CAT-c874ccff-d069-40df-d7c5-ddba6fbdd225",
101
+ MORTGAGE_PAYMENT: "CAT-c94442a5-a762-8830-4c80-2a2f6a79e627",
102
+ SPORTS: "CAT-cb3de962-ea82-27a9-d096-c232caeb96bd",
103
+ AUTO_PAYMENT: "CAT-cb93691a-684d-b326-4c32-f8abaecfde90",
104
+ GYM: "CAT-cd9f9f60-622d-0488-d203-044c8726a7eb",
105
+ REIMBURSEMENT: "CAT-ce7b7bc8-71b7-9f41-af10-b8c2d5bafc37",
106
+ AIR_TRAVEL: "CAT-cf82d772-fbe2-4658-303a-f4cd13d9c3c2",
107
+ EYECARE: "CAT-cf183729-fb60-d16a-32d0-2e1d21ff21cd",
108
+ HOBBIES: "CAT-d1e54c52-80cc-01ba-3907-5bbdaa0ff521",
109
+ SALES_TAX: "CAT-d1244982-f8d0-09b8-77bb-6495c6e0c12a",
110
+ ELECTRONICS_SOFTWARE: "CAT-db5d480c-5130-b42e-def4-f6dabf9c1d10",
111
+ DOCTOR: "CAT-db6391b3-c218-fbe5-e496-139dca993645",
112
+ RETURNED_PURCHASE: "CAT-dc201021-6aa2-636b-f041-8577e6f1bc73",
113
+ HOME_IMPROVEMENT: "CAT-ddc9b8e0-a9a1-e31e-a467-2c33e553afd9",
114
+ AUTO_INSURANCE: "CAT-de7c2dc7-90e6-85a2-6509-5ec10942e887",
115
+ PROPERTY_TAX: "CAT-dfdf9324-3c48-589d-8886-bb21bb73b5d6",
116
+ DOMAIN_NAMES: "CAT-e7c5ebc7-f73d-955a-db06-3724bbcf6faa",
117
+ HOME_SUPPLIES: "CAT-e671e3a1-b7cb-f0a9-ac6e-bc4632245c31",
118
+ ADVERTISING: "CAT-e6682ebe-f239-c654-8233-0970b94cc162",
119
+ CHECK: "CAT-ea6db36f-3985-719d-1304-ccb7eeef5ecc",
120
+ DENTIST: "CAT-ee48b740-c981-778b-3c02-04540dec0262",
121
+ BONUS: "CAT-f52f2a88-2cb6-04e4-e36a-58f7b7c6a798",
122
+ PET_FOOD_SUPPLIES: "CAT-fbcdb437-2533-2857-1d1a-0624c9d9e1dc"
123
+ }, e = [
124
+ A.CREDIT_CARD_PAYMENT,
125
+ A.MORTGAGE_PAYMENT,
126
+ A.AUTO_PAYMENT
127
+ ], T = {
128
+ // Top-level categories
129
+ [A.AUTO_AND_TRANSPORT]: "Auto & Transport",
130
+ [A.BILLS_AND_UTILITIES]: "Bills & Utilities",
131
+ [A.BUSINESS_SERVICES]: "Business Services",
132
+ [A.EDUCATION]: "Education",
133
+ [A.ENTERTAINMENT]: "Entertainment",
134
+ [A.FEES_AND_CHARGES]: "Fees & Charges",
135
+ [A.FINANCIAL]: "Financial",
136
+ [A.FOOD_AND_DINING]: "Food & Dining",
137
+ [A.GIFTS_AND_DONATIONS]: "Gifts & Donations",
138
+ [A.HEALTH_AND_FITNESS]: "Health & Fitness",
139
+ [A.HOME]: "Home",
140
+ [A.INCOME]: "Income",
141
+ [A.INVESTMENTS]: "Investments",
142
+ [A.KIDS]: "Kids",
143
+ [A.PERSONAL_CARE]: "Personal Care",
144
+ [A.PETS]: "Pets",
145
+ [A.SHOPPING]: "Shopping",
146
+ [A.TAXES]: "Taxes",
147
+ [A.TRANSFER]: "Transfer",
148
+ [A.TRAVEL]: "Travel",
149
+ [A.UNCATEGORIZED]: "Uncategorized",
150
+ // Subcategories
151
+ [A.LOCAL_TAX]: "Local Tax",
152
+ [A.WITHDRAWAL]: "Withdrawal",
153
+ [A.TRADE_COMMISSIONS]: "Trade Commissions",
154
+ [A.BABYSITTER_DAYCARE]: "Babysitter & Daycare",
155
+ [A.CHILD_SUPPORT]: "Child Support",
156
+ [A.CREDIT_CARD_PAYMENT]: "Credit Card Payment",
157
+ [A.STUDENT_LOAN]: "Student Loan",
158
+ [A.LIFE_INSURANCE]: "Life Insurance",
159
+ [A.PRINTING]: "Printing",
160
+ [A.FINANCIAL_ADVISOR]: "Financial Advisor",
161
+ [A.INTEREST_INCOME]: "Interest Income",
162
+ [A.LATE_FEE]: "Late Fee",
163
+ [A.LAWN_GARDEN]: "Lawn & Garden",
164
+ [A.FINANCE_CHARGE]: "Finance Charge",
165
+ [A.FRAUD_PROTECTION]: "Fraud Protection",
166
+ [A.MOVIES_DVDS]: "Movies & DVDs",
167
+ [A.HOME_INSURANCE]: "Home Insurance",
168
+ [A.CASH]: "Cash",
169
+ [A.TUITION]: "Tuition",
170
+ [A.HEALTH_INSURANCE]: "Health Insurance",
171
+ [A.DIVIDEND_CAP_GAINS]: "Dividend & Cap Gains",
172
+ [A.ALCOHOL_BARS]: "Alcohol & Bars",
173
+ [A.LEGAL]: "Legal",
174
+ [A.PUBLIC_TRANSPORTATION]: "Public Transportation",
175
+ [A.MORTGAGE_RENT]: "Mortgage & Rent",
176
+ [A.HOTEL]: "Hotel",
177
+ [A.TRANSFER_FOR_CASH_SPENDING]: "Transfer for Cash Spending",
178
+ [A.UTILITIES]: "Utilities",
179
+ [A.DEPOSIT]: "Deposit",
180
+ [A.HOME_PHONE]: "Home Phone",
181
+ [A.SERVICE_PARTS]: "Service Parts",
182
+ [A.INTERNET]: "Internet",
183
+ [A.BOOKS]: "Books",
184
+ [A.NEWSPAPERS_MAGAZINES]: "Newspapers & Magazines",
185
+ [A.FAST_FOOD]: "Fast Food",
186
+ [A.COFFEE_SHOPS]: "Coffee Shops",
187
+ [A.SELL]: "Sell",
188
+ [A.OFFICE_SUPPLIES]: "Office Supplies",
189
+ [A.PET_GROOMING]: "Pet Grooming",
190
+ [A.AMUSEMENT]: "Amusement",
191
+ [A.BOOKS_SUPPLIES]: "Books & Supplies",
192
+ [A.VACATION]: "Vacation",
193
+ [A.SERVICE_FEE]: "Service Fee",
194
+ [A.GIFT]: "Gift",
195
+ [A.CHARITY]: "Charity",
196
+ [A.PARKING]: "Parking",
197
+ [A.SHIPPING]: "Shipping",
198
+ [A.ARTS]: "Arts",
199
+ [A.PAYCHECK]: "Paycheck",
200
+ [A.FURNISHINGS]: "Furnishings",
201
+ [A.RESTAURANTS]: "Restaurants",
202
+ [A.SPA_MASSAGE]: "Spa & Massage",
203
+ [A.RENTAL_CAR_TAXI]: "Rental Car & Taxi",
204
+ [A.ALLOWANCE]: "Allowance",
205
+ [A.BANKING_FEE]: "Banking Fee",
206
+ [A.BUY]: "Buy",
207
+ [A.STATE_TAX]: "State Tax",
208
+ [A.TOYS]: "Toys",
209
+ [A.KIDS_ACTIVITIES]: "Kids Activities",
210
+ [A.RENTAL_INCOME]: "Rental Income",
211
+ [A.VETERINARY]: "Veterinary",
212
+ [A.SPORTING_GOODS]: "Sporting Goods",
213
+ [A.LAUNDRY]: "Laundry",
214
+ [A.CLOTHING]: "Clothing",
215
+ [A.PHARMACY]: "Pharmacy",
216
+ [A.HOME_SERVICES]: "Home Services",
217
+ [A.ATM_FEE]: "ATM Fee",
218
+ [A.HAIR]: "Hair",
219
+ [A.GROCERIES]: "Groceries",
220
+ [A.GAS]: "Gas",
221
+ [A.FEDERAL_TAX]: "Federal Tax",
222
+ [A.HOSTING]: "Hosting",
223
+ [A.TELEVISION]: "Television",
224
+ [A.MOBILE_PHONE]: "Mobile Phone",
225
+ [A.BABY_SUPPLIES]: "Baby Supplies",
226
+ [A.MUSIC]: "Music",
227
+ [A.MORTGAGE_PAYMENT]: "Mortgage Payment",
228
+ [A.SPORTS]: "Sports",
229
+ [A.AUTO_PAYMENT]: "Auto Payment",
230
+ [A.GYM]: "Gym",
231
+ [A.REIMBURSEMENT]: "Reimbursement",
232
+ [A.AIR_TRAVEL]: "Air Travel",
233
+ [A.EYECARE]: "Eyecare",
234
+ [A.HOBBIES]: "Hobbies",
235
+ [A.SALES_TAX]: "Sales Tax",
236
+ [A.ELECTRONICS_SOFTWARE]: "Electronics & Software",
237
+ [A.DOCTOR]: "Doctor",
238
+ [A.RETURNED_PURCHASE]: "Returned Purchase",
239
+ [A.HOME_IMPROVEMENT]: "Home Improvement",
240
+ [A.AUTO_INSURANCE]: "Auto Insurance",
241
+ [A.PROPERTY_TAX]: "Property Tax",
242
+ [A.DOMAIN_NAMES]: "Domain Names",
243
+ [A.HOME_SUPPLIES]: "Home Supplies",
244
+ [A.ADVERTISING]: "Advertising",
245
+ [A.CHECK]: "Check",
246
+ [A.DENTIST]: "Dentist",
247
+ [A.BONUS]: "Bonus",
248
+ [A.PET_FOOD_SUPPLIES]: "Pet Food & Supplies"
249
+ }, a = {
250
+ [A.AUTO_AND_TRANSPORT]: "#4B9DBC",
251
+ [A.BILLS_AND_UTILITIES]: "#EF9B2C",
252
+ [A.BUSINESS_SERVICES]: "#B3DE8C",
253
+ [A.EDUCATION]: "#F8AB3A",
254
+ [A.ENTERTAINMENT]: "#AB5B89",
255
+ [A.FEES_AND_CHARGES]: "#FF9696",
256
+ [A.FINANCIAL]: "#6BCDDB",
257
+ [A.FOOD_AND_DINING]: "#58AC7B",
258
+ [A.GIFTS_AND_DONATIONS]: "#347AA5",
259
+ [A.HEALTH_AND_FITNESS]: "#5C446E",
260
+ [A.HOME]: "#FFD84D",
261
+ [A.INCOME]: "#133F49",
262
+ [A.INVESTMENTS]: "#FF7070",
263
+ [A.KIDS]: "#82D196",
264
+ [A.PERSONAL_CARE]: "#338B7A",
265
+ [A.PETS]: "#615BAB",
266
+ [A.SHOPPING]: "#CF5F84",
267
+ [A.TAXES]: "#32588D",
268
+ [A.TRANSFER]: "#959CA6",
269
+ [A.TRAVEL]: "#E37434",
270
+ [A.UNCATEGORIZED]: "#FA5555"
271
+ }, E = {
272
+ [A.AUTO_AND_TRANSPORT]: "directions_car",
273
+ [A.BILLS_AND_UTILITIES]: "electrical_services",
274
+ [A.BUSINESS_SERVICES]: "business_center",
275
+ [A.EDUCATION]: "school",
276
+ [A.ENTERTAINMENT]: "stadium",
277
+ [A.FEES_AND_CHARGES]: "problem",
278
+ [A.FINANCIAL]: "price_check",
279
+ [A.FOOD_AND_DINING]: "grocery",
280
+ [A.GIFTS_AND_DONATIONS]: "featured_seasonal_and_gifts",
281
+ [A.HEALTH_AND_FITNESS]: "ecg_heart",
282
+ [A.HOME]: "cottage",
283
+ [A.INCOME]: "monetization_on",
284
+ [A.INVESTMENTS]: "bid_landscape",
285
+ [A.KIDS]: "face",
286
+ [A.PERSONAL_CARE]: "volunteer_activism",
287
+ [A.PETS]: "pet_supplies",
288
+ [A.SHOPPING]: "shopping_cart",
289
+ [A.TAXES]: "heap_snapshot_large",
290
+ [A.TRANSFER]: "compare_arrows",
291
+ [A.TRAVEL]: "airplane_ticket",
292
+ [A.UNCATEGORIZED]: "category",
293
+ UNKNOWN: "help"
294
+ };
295
+ export {
296
+ a as CategoryColors,
297
+ T as CategoryGuidToName,
298
+ A as CategoryGuids,
299
+ E as CategoryIcon,
300
+ e as PaymentCategories
301
+ };
@@ -0,0 +1,5 @@
1
+ const n = "connect_widget", t = "connections_widget";
2
+ export {
3
+ t as CONNECTIONS_WIDGET_ID,
4
+ n as CONNECT_WIDGET_ID
5
+ };
@@ -0,0 +1,65 @@
1
+ import { intlFormat as t } from "date-fns/intlFormat";
2
+ import { getLocale as _ } from "../../utils/Localization/index.es.js";
3
+ const m = "do", O = "MMM do, yyyy", A = {
4
+ TIME_STAMP_HOUR_MINUTE: {
5
+ hour: "numeric",
6
+ minute: "numeric"
7
+ },
8
+ DAY: {
9
+ day: "numeric"
10
+ },
11
+ DAY_OF_WEEK: {
12
+ weekday: "long"
13
+ },
14
+ DAY_OF_WEEK_MONTH_DAY: {
15
+ day: "numeric",
16
+ month: "long",
17
+ weekday: "long"
18
+ },
19
+ FULL_MONTH_DAY: {
20
+ day: "numeric",
21
+ month: "long"
22
+ },
23
+ MONTH: {
24
+ month: "short"
25
+ },
26
+ MONTH_DAY: {
27
+ day: "numeric",
28
+ month: "short"
29
+ },
30
+ MONTH_LONG: {
31
+ month: "long"
32
+ },
33
+ MONTH_SHORT: {
34
+ month: "short"
35
+ },
36
+ MONTH_SHORT_YEAR: {
37
+ month: "short",
38
+ year: "numeric"
39
+ },
40
+ MONTH_YEAR: {
41
+ month: "long",
42
+ year: "numeric"
43
+ },
44
+ YEAR_MONTH_DAY: {
45
+ day: "2-digit",
46
+ month: "2-digit",
47
+ year: "numeric"
48
+ },
49
+ MONTH_DAY_YEAR: {
50
+ month: "short",
51
+ day: "2-digit",
52
+ year: "numeric"
53
+ },
54
+ MED_MONTH_SHORT_DAY_FULL_YEAR: {
55
+ month: "short",
56
+ day: "numeric",
57
+ year: "numeric"
58
+ }
59
+ }, T = (o, n) => t(new Date(o), Object.assign(n), { locale: _() });
60
+ export {
61
+ A as DATE_FORMATS_INTL,
62
+ m as ORDINAL_DATE_FORMAT,
63
+ O as ORDINAL_MONTH_DAY_YEAR_FORMAT,
64
+ T as formatDate
65
+ };
@@ -0,0 +1,105 @@
1
+ const _ = {
2
+ clientConfig: {},
3
+ clientStyleProfile: {},
4
+ config: {
5
+ assets_prefix: "/assets",
6
+ bundle: "widgetLoader",
7
+ client_guid: "",
8
+ dashboard_accounts_index: 6,
9
+ dashboard_accounts_location: 0,
10
+ dashboard_activity_index: 2,
11
+ dashboard_activity_location: 0,
12
+ dashboard_budgets_index: 5,
13
+ dashboard_budgets_location: 1,
14
+ dashboard_cash_flow_index: 0,
15
+ dashboard_cash_flow_location: 0,
16
+ dashboard_connect_index: 7,
17
+ dashboard_connect_location: 1,
18
+ dashboard_insights_index: 3,
19
+ dashboard_insights_location: 1,
20
+ dashboard_spending_index: 1,
21
+ dashboard_spending_location: 1,
22
+ dashboard_trends_index: 4,
23
+ dashboard_trends_location: 0,
24
+ display_account_number_in_accounts: !0,
25
+ display_add_manual_transaction_in_transactions: !0,
26
+ display_available_balance_in_accounts: !0,
27
+ display_email_edit_field_in_settings: !0,
28
+ display_mobile_devices_in_settings: !0,
29
+ display_notification_settings_in_settings: !0,
30
+ display_only_external_accounts_in_accounts: !1,
31
+ display_password_options_in_settings: !0,
32
+ display_sms_edit_field_in_settings: !0,
33
+ display_terms_and_conditions: !0,
34
+ display_user_profile_in_settings: !0,
35
+ display_user_transaction_rules_in_settings: !0,
36
+ enable_add_account_in_zero_state: !0,
37
+ enable_aggregation_prompts: !0,
38
+ enable_external_accounts_in_goals_widget: !0,
39
+ enable_funds_transfers_in_goals_widget: !1,
40
+ enable_manual_accounts: !0,
41
+ enable_mark_account_closed_for_held_accounts: !0,
42
+ enable_mark_account_duplicate_for_held_accounts: !0,
43
+ enable_renaming_home_accounts: !0,
44
+ enable_support_requests: !1,
45
+ language: "en-US",
46
+ product_name: "Money Dashboard",
47
+ session_token: "",
48
+ show_account_nicknames_in_master: !1,
49
+ show_accounts_widget_in_master: !0,
50
+ show_budgets_widget_in_master: !0,
51
+ show_carousel_card_border_in_pulse_micro_widget: !1,
52
+ show_cash_flow_widget_in_master: !0,
53
+ show_connections_widget_in_master: !0,
54
+ show_cta_colocated_with_text_in_pulse_micro_widget: !0,
55
+ show_debts_widget_in_master: !0,
56
+ show_finstrong_widget_in_master: !0,
57
+ show_full_experience_link_in_pulse_micro_widget: !1,
58
+ show_full_experience_link_in_pulse_mini_widget: !1,
59
+ show_goals_widget_in_master: !0,
60
+ show_help_widget_in_master: !0,
61
+ show_horizontal_padding_in_pulse_micro_widget: !0,
62
+ show_icon_in_pulse_micro_widget: !0,
63
+ show_insights_widget_in_master: !0,
64
+ show_investments_widget_in_master: !1,
65
+ show_mx_branding: !0,
66
+ show_navigation_controls_in_pulse_micro_widget: !0,
67
+ show_net_worth_widget_in_master: !0,
68
+ show_notifications_widget_in_master: !0,
69
+ show_recurring_transactions_widget_in_master: !0,
70
+ show_settings_widget_in_master: !0,
71
+ show_spending_plan_widget_in_master: !1,
72
+ show_spending_widget_in_master: !0,
73
+ show_transactions_widget_in_master: !0,
74
+ show_trends_widget_in_master: !0,
75
+ type: "money-dashboard",
76
+ websocket: {
77
+ hmac: "",
78
+ token: "",
79
+ url: ""
80
+ },
81
+ widgets_display_name: "Money Dashboard "
82
+ },
83
+ honeyBadgerPublicKey: "",
84
+ options: {
85
+ assets_prefix: "/assets",
86
+ brokaw_auth: {
87
+ token: "",
88
+ hmac: "",
89
+ url: ""
90
+ },
91
+ brokaw_websocket_url: "",
92
+ bundle: "widgetLoader",
93
+ custom_copy_namespace: "",
94
+ language: "en-US",
95
+ product_name: "Master Widget",
96
+ session_token: "",
97
+ subtype: "master",
98
+ type: "money_dashboard"
99
+ },
100
+ postHogPublicKey: "phc_1fVYJICC69TpW4wagp9o2XqQ8E7X98cAmcR5psSpfkE",
101
+ userFeatures: []
102
+ };
103
+ export {
104
+ _ as DefaultAppConfig
105
+ };
@@ -0,0 +1,5 @@
1
+ const T = 48, D = 4;
2
+ export {
3
+ T as DEFAULT_DONUT_SIZE,
4
+ D as DEFAULT_STROKE_WIDTH
5
+ };
@@ -0,0 +1,31 @@
1
+ const o = {
2
+ creditScore: {
3
+ poor: 600,
4
+ good: 720
5
+ },
6
+ daysOfCashOnHand: {
7
+ poor: 30,
8
+ good: 90
9
+ },
10
+ debtToIncomeRatio: {
11
+ poor: 40,
12
+ good: 30
13
+ },
14
+ emergencySavings: {
15
+ poor: 750,
16
+ good: 1e3
17
+ },
18
+ spendToIncomeRatio: {
19
+ poor: 110,
20
+ good: 100
21
+ }
22
+ }, r = {
23
+ GOOD: "Good",
24
+ FAIR: "Fair",
25
+ OFF_TRACK: "Off Track",
26
+ MISSING: "Missing"
27
+ };
28
+ export {
29
+ r as CardStatus,
30
+ o as FinstrongThresholds
31
+ };
@@ -0,0 +1,6 @@
1
+ const A = 9999999999e-2;
2
+ var t = /* @__PURE__ */ ((D) => (D.CAD = "CAD", D.USD = "USD", D))(t || {});
3
+ export {
4
+ t as CurrencyCodes,
5
+ A as MAX_MONEY_INPUT
6
+ };
@@ -0,0 +1,15 @@
1
+ var t = /* @__PURE__ */ ((r) => (r[r.Unknown = 0] = "Unknown", r[r.EveryWeek = 1] = "EveryWeek", r[r.EveryOtherWeek = 2] = "EveryOtherWeek", r[r.EveryMonth = 3] = "EveryMonth", r[r.EveryOtherMonth = 4] = "EveryOtherMonth", r[r.EveryQuarter = 5] = "EveryQuarter", r[r.EveryOtherQuarter = 6] = "EveryOtherQuarter", r[r.EveryYear = 7] = "EveryYear", r))(t || {});
2
+ const y = [
3
+ { id: 0, copy: "frequency_unknown" },
4
+ { id: 1, copy: "frequency_every_week" },
5
+ { id: 2, copy: "frequency_every_other_week" },
6
+ { id: 3, copy: "frequency_every_month" },
7
+ { id: 4, copy: "frequency_every_other_month" },
8
+ { id: 5, copy: "frequency_every_quarter" },
9
+ { id: 6, copy: "frequency_every_other_quarter" },
10
+ { id: 7, copy: "frequency_every_year" }
11
+ ];
12
+ export {
13
+ y as RECURRENCE_COPY,
14
+ t as RecurrenceTypes
15
+ };
@@ -0,0 +1,6 @@
1
+ var a = /* @__PURE__ */ ((r) => (r.Small = "small", r.Medium = "medium", r.Large = "large", r))(a || {});
2
+ const l = 44;
3
+ export {
4
+ a as Sizes,
5
+ l as TOUCH_TARGET
6
+ };
@@ -0,0 +1,11 @@
1
+ const R = {
2
+ ERROR: "ERROR",
3
+ LOADING: "LOADING",
4
+ SUCCESS: "SUCCESS"
5
+ };
6
+ var S = /* @__PURE__ */ ((n) => (n[n.SpendingPlan = 0] = "SpendingPlan", n[n.Budgets = 1] = "Budgets", n))(S || {}), E = /* @__PURE__ */ ((n) => (n[n.RecurringExpense = 0] = "RecurringExpense", n[n.PlannedExpense = 1] = "PlannedExpense", n[n.Other = 2] = "Other", n[n.Income = 3] = "Income", n))(E || {});
7
+ export {
8
+ E as IterationItemTypes,
9
+ R as LOADING_STATUS,
10
+ S as PlanTypes
11
+ };
@@ -0,0 +1,16 @@
1
+ const e = {
2
+ ASC: "ASC",
3
+ DESC: "DESC",
4
+ DIRECTION: {
5
+ ASC: "ascending",
6
+ DESC: "descending"
7
+ },
8
+ ALIGN: {
9
+ center: "center",
10
+ left: "flex-start",
11
+ right: "flex-end"
12
+ }
13
+ };
14
+ export {
15
+ e as TABLE_CONST
16
+ };
@@ -0,0 +1,23 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import l from "react";
3
+ const n = l.createContext(null), c = ({
4
+ children: t,
5
+ globalStore: o,
6
+ onEvent: r,
7
+ onPageView: a
8
+ }) => /* @__PURE__ */ e(
9
+ n.Provider,
10
+ {
11
+ value: {
12
+ globalStore: o,
13
+ onEvent: r,
14
+ onPageView: a,
15
+ children: t
16
+ },
17
+ children: t
18
+ }
19
+ );
20
+ export {
21
+ n as GlobalDataContext,
22
+ c as GlobalDataProvider
23
+ };
@@ -0,0 +1,17 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import n from "react";
3
+ const i = n.createContext(null), x = ({ children: t, availableHeight: e, availableWidth: o }) => /* @__PURE__ */ r(
4
+ i.Provider,
5
+ {
6
+ value: {
7
+ availableHeight: e,
8
+ availableWidth: o,
9
+ children: t
10
+ },
11
+ children: t
12
+ }
13
+ );
14
+ export {
15
+ i as WidgetContainerContext,
16
+ x as WidgetContainerProvider
17
+ };
@@ -0,0 +1,44 @@
1
+ import r from "react";
2
+ import { GlobalDataContext as s } from "../GlobalDataProvider/index.es.js";
3
+ import { WidgetContainerContext as n } from "../WidgetContainerProvider/index.es.js";
4
+ const o = (e = "useGlobalStore") => {
5
+ const t = r.useContext(s);
6
+ if (!t)
7
+ throw new Error(`${e}() must be used within the GlobalDataContext`);
8
+ return t;
9
+ }, c = () => o("useAccountStore").globalStore.accountStore, i = () => o("useAppConfig").globalStore.appDataStore.appConfig, g = () => o("useAnalyticsStore").globalStore.analyticsStore, b = () => o("useBudgetsStore").globalStore.budgetsStore, C = () => o("useCashflowStore").globalStore.cashflowStore, p = () => o("useCategoryStore").globalStore.categoryStore, d = () => o("useConnectStore").globalStore.connectStore, h = () => o("useDebtsStore").globalStore.debtsStore, f = () => o("useFinstrongStore").globalStore.finstrongStore, w = () => o("useGlobalStore").globalStore, x = () => o("useGlobalUiStore").globalStore.globalUiStore, G = () => o("globalCopyStore").globalStore.copyStore.copy, y = () => o("useGoalStore").globalStore.goalStore, m = () => o("useHelpStore").globalStore.helpStore, W = () => o("useHoldingStore").globalStore.holdingStore, T = () => o("useMerchantStore").globalStore.merchantStore, A = () => o("useNetWorthStore").globalStore.netWorthStore, D = () => o("useNotificationStore").globalStore.notificationStore, E = () => o("useRecurringTransactionsStore").globalStore.recurringTransactionsStore, U = () => o("useSettingsStore").globalStore.settingsStore, v = () => o("useTransactionStore").globalStore.transactionStore, H = () => o("useTrendsStore").globalStore.trendsStore, N = () => o("useUserStore").globalStore.userStore, P = () => ({ onEvent: o().onEvent }), R = () => ({ onPageView: o().onPageView }), S = (e = "useWidgetContainerContext") => {
10
+ const t = r.useContext(n);
11
+ if (!t)
12
+ throw new Error(`${e}() must be used within the WidgetContainerContext`);
13
+ return t;
14
+ }, V = () => S();
15
+ export {
16
+ c as useAccountStore,
17
+ g as useAnalyticsStore,
18
+ i as useAppConfig,
19
+ b as useBudgetsStore,
20
+ C as useCashflowStore,
21
+ p as useCategoryStore,
22
+ d as useConnectStore,
23
+ h as useDebtStore,
24
+ P as useEvent,
25
+ f as useFinstrongStore,
26
+ G as useGlobalCopyStore,
27
+ o as useGlobalDataContext,
28
+ w as useGlobalStore,
29
+ x as useGlobalUiStore,
30
+ y as useGoalStore,
31
+ m as useHelpStore,
32
+ W as useHoldingStore,
33
+ T as useMerchantStore,
34
+ A as useNetWorthStore,
35
+ D as useNotificationStore,
36
+ R as usePageView,
37
+ E as useRecurringTransactionsStore,
38
+ U as useSettingsStore,
39
+ v as useTransactionStore,
40
+ H as useTrendsStore,
41
+ N as useUserStore,
42
+ S as useWidgetContainerContext,
43
+ V as useWidgetContainerProvider
44
+ };