@mx-cartographer/experiences 9.2.4-alpha.al5 → 9.3.0-alph.bb2

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 (1748) hide show
  1. package/dist/accounts/AccountsMiniWidget.es.js +56 -0
  2. package/dist/accounts/AccountsMiniWidget.es.js.map +1 -0
  3. package/dist/accounts/AccountsWidget.es.js +75 -0
  4. package/dist/accounts/AccountsWidget.es.js.map +1 -0
  5. package/dist/accounts/ConnectMiniWidget.es.js +35 -0
  6. package/dist/accounts/ConnectMiniWidget.es.js.map +1 -0
  7. package/dist/accounts/components/AccountListItem.es.js +91 -0
  8. package/dist/accounts/components/AccountListItem.es.js.map +1 -0
  9. package/dist/accounts/components/AccountsList.es.js +129 -0
  10. package/dist/accounts/components/AccountsList.es.js.map +1 -0
  11. package/dist/accounts/components/AccountsListCompact.es.js +86 -0
  12. package/dist/accounts/components/AccountsListCompact.es.js.map +1 -0
  13. package/dist/accounts/components/ConnectImage.es.js +388 -0
  14. package/dist/accounts/components/ConnectImage.es.js.map +1 -0
  15. package/dist/accounts/components/ConnectMiniWidgetCard.es.js +27 -0
  16. package/dist/accounts/components/ConnectMiniWidgetCard.es.js.map +1 -0
  17. package/dist/accounts/components/ConnectionStatusIcons.es.js +23 -0
  18. package/dist/accounts/components/ConnectionStatusIcons.es.js.map +1 -0
  19. package/dist/accounts/components/ConnectionsDrawer.es.js +52 -0
  20. package/dist/accounts/components/ConnectionsDrawer.es.js.map +1 -0
  21. package/dist/accounts/components/detailsdrawer/Accounts/AccountActions.es.js +134 -0
  22. package/dist/accounts/components/detailsdrawer/Accounts/AccountActions.es.js.map +1 -0
  23. package/dist/accounts/components/detailsdrawer/Accounts/AccountActionsRow.es.js +32 -0
  24. package/dist/accounts/components/detailsdrawer/Accounts/AccountActionsRow.es.js.map +1 -0
  25. package/dist/accounts/components/detailsdrawer/Accounts/AccountConnection.es.js +158 -0
  26. package/dist/accounts/components/detailsdrawer/Accounts/AccountConnection.es.js.map +1 -0
  27. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailEdit.es.js +119 -0
  28. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailEdit.es.js.map +1 -0
  29. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetails.es.js +75 -0
  30. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetails.es.js.map +1 -0
  31. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsChart.es.js +38 -0
  32. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsChart.es.js.map +1 -0
  33. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsContent.es.js +50 -0
  34. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsContent.es.js.map +1 -0
  35. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsDrawer.es.js +21 -0
  36. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsDrawer.es.js.map +1 -0
  37. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsHeader.es.js +81 -0
  38. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsHeader.es.js.map +1 -0
  39. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsTab.es.js +22 -0
  40. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsTab.es.js.map +1 -0
  41. package/dist/accounts/components/detailsdrawer/Accounts/ConnectionErrorMessage.es.js +75 -0
  42. package/dist/accounts/components/detailsdrawer/Accounts/ConnectionErrorMessage.es.js.map +1 -0
  43. package/dist/accounts/components/detailsdrawer/Transactions/TransactionsTab.es.js +37 -0
  44. package/dist/accounts/components/detailsdrawer/Transactions/TransactionsTab.es.js.map +1 -0
  45. package/dist/accounts/constants/Accounts.d.ts +1 -4
  46. package/dist/accounts/constants/Accounts.es.js +10 -0
  47. package/dist/accounts/constants/Accounts.es.js.map +1 -0
  48. package/dist/accounts/hooks/useGetMergeableAccounts.es.js +11 -0
  49. package/dist/accounts/hooks/useGetMergeableAccounts.es.js.map +1 -0
  50. package/dist/accounts/hooks/useUiStore.es.js +12 -0
  51. package/dist/accounts/hooks/useUiStore.es.js.map +1 -0
  52. package/dist/accounts/index.es.js +23 -784
  53. package/dist/accounts/utils/AccountDetails.es.js +28 -0
  54. package/dist/accounts/utils/AccountDetails.es.js.map +1 -0
  55. package/dist/accounts/utils/AccountFields.es.js +131 -0
  56. package/dist/accounts/utils/AccountFields.es.js.map +1 -0
  57. package/dist/accounts/utils/getConnectionMessages.es.js +131 -0
  58. package/dist/accounts/utils/getConnectionMessages.es.js.map +1 -0
  59. package/dist/analytics/SurveyMiniWidget.es.js +117 -0
  60. package/dist/analytics/SurveyMiniWidget.es.js.map +1 -0
  61. package/dist/analytics/components/OpenTextField.es.js +23 -0
  62. package/dist/analytics/components/OpenTextField.es.js.map +1 -0
  63. package/dist/analytics/components/RatingScale.es.js +56 -0
  64. package/dist/analytics/components/RatingScale.es.js.map +1 -0
  65. package/dist/analytics/index.es.js +2 -151
  66. package/dist/budgets/BubbleBudgetsMiniWidget.es.js +100 -0
  67. package/dist/budgets/BubbleBudgetsMiniWidget.es.js.map +1 -0
  68. package/dist/budgets/BubbleBudgetsWidget.es.js +143 -0
  69. package/dist/budgets/BubbleBudgetsWidget.es.js.map +1 -0
  70. package/dist/budgets/components/AddBudgets.es.js +31 -0
  71. package/dist/budgets/components/AddBudgets.es.js.map +1 -0
  72. package/dist/budgets/components/BubbleBudgets.es.js +47 -0
  73. package/dist/budgets/components/BubbleBudgets.es.js.map +1 -0
  74. package/dist/budgets/components/BubbleChart.es.js +59 -0
  75. package/dist/budgets/components/BubbleChart.es.js.map +1 -0
  76. package/dist/budgets/components/BudgetDetailsDrawer.es.js +106 -0
  77. package/dist/budgets/components/BudgetDetailsDrawer.es.js.map +1 -0
  78. package/dist/budgets/components/BudgetDetailsDrawerV2.es.js +126 -0
  79. package/dist/budgets/components/BudgetDetailsDrawerV2.es.js.map +1 -0
  80. package/dist/budgets/components/BudgetList.es.js +44 -0
  81. package/dist/budgets/components/BudgetList.es.js.map +1 -0
  82. package/dist/budgets/components/BudgetsEmptyState.es.js +109 -0
  83. package/dist/budgets/components/BudgetsEmptyState.es.js.map +1 -0
  84. package/dist/budgets/components/MerchantBudgetDetailsDrawer.es.js +54 -0
  85. package/dist/budgets/components/MerchantBudgetDetailsDrawer.es.js.map +1 -0
  86. package/dist/budgets/components/Overview.es.js +129 -0
  87. package/dist/budgets/components/Overview.es.js.map +1 -0
  88. package/dist/budgets/components/addbudget/Header.es.js +70 -0
  89. package/dist/budgets/components/addbudget/Header.es.js.map +1 -0
  90. package/dist/budgets/components/addbudget/RecalculateBudgetRow.es.js +30 -0
  91. package/dist/budgets/components/addbudget/RecalculateBudgetRow.es.js.map +1 -0
  92. package/dist/budgets/components/addbudget/RecalculateBudgets.es.js +62 -0
  93. package/dist/budgets/components/addbudget/RecalculateBudgets.es.js.map +1 -0
  94. package/dist/budgets/components/addbudget/UnbudgetedRow.es.js +50 -0
  95. package/dist/budgets/components/addbudget/UnbudgetedRow.es.js.map +1 -0
  96. package/dist/budgets/components/bubblechart/Bubble.es.js +128 -0
  97. package/dist/budgets/components/bubblechart/Bubble.es.js.map +1 -0
  98. package/dist/budgets/components/bubblechart/Mercury.es.js +29 -0
  99. package/dist/budgets/components/bubblechart/Mercury.es.js.map +1 -0
  100. package/dist/budgets/components/budgetdetails/AddSubBudget.es.js +98 -0
  101. package/dist/budgets/components/budgetdetails/AddSubBudget.es.js.map +1 -0
  102. package/dist/budgets/components/budgetdetails/BudgetDetails.es.js +66 -0
  103. package/dist/budgets/components/budgetdetails/BudgetDetails.es.js.map +1 -0
  104. package/dist/budgets/components/budgetdetails/Header.es.js +48 -0
  105. package/dist/budgets/components/budgetdetails/Header.es.js.map +1 -0
  106. package/dist/budgets/components/budgetdetails/SubBudgetList.es.js +98 -0
  107. package/dist/budgets/components/budgetdetails/SubBudgetList.es.js.map +1 -0
  108. package/dist/budgets/components/budgetlist/BudgetRow.es.js +71 -0
  109. package/dist/budgets/components/budgetlist/BudgetRow.es.js.map +1 -0
  110. package/dist/budgets/components/budgetlist/SubBudgetRow.es.js +62 -0
  111. package/dist/budgets/components/budgetlist/SubBudgetRow.es.js.map +1 -0
  112. package/dist/budgets/components/budgetlist/SubBudgetZeroState.es.js +38 -0
  113. package/dist/budgets/components/budgetlist/SubBudgetZeroState.es.js.map +1 -0
  114. package/dist/budgets/components/shared/BudgetAmount.es.js +27 -0
  115. package/dist/budgets/components/shared/BudgetAmount.es.js.map +1 -0
  116. package/dist/budgets/components/shared/BudgetDetailsTopSection.es.js +84 -0
  117. package/dist/budgets/components/shared/BudgetDetailsTopSection.es.js.map +1 -0
  118. package/dist/budgets/index.es.js +6 -1400
  119. package/dist/budgets/utils/BubblesSVG.es.js +73 -0
  120. package/dist/budgets/utils/BubblesSVG.es.js.map +1 -0
  121. package/dist/cashflow/CashflowMiniWidget.es.js +45 -0
  122. package/dist/cashflow/CashflowMiniWidget.es.js.map +1 -0
  123. package/dist/cashflow/CashflowOnboarding.es.js +224 -0
  124. package/dist/cashflow/CashflowOnboarding.es.js.map +1 -0
  125. package/dist/cashflow/CashflowWidget.es.js +101 -0
  126. package/dist/cashflow/CashflowWidget.es.js.map +1 -0
  127. package/dist/cashflow/components/CashflowAmountHeading.es.js +45 -0
  128. package/dist/cashflow/components/CashflowAmountHeading.es.js.map +1 -0
  129. package/dist/cashflow/components/CashflowContent.es.js +63 -0
  130. package/dist/cashflow/components/CashflowContent.es.js.map +1 -0
  131. package/dist/cashflow/components/CashflowHeading.es.js +101 -0
  132. package/dist/cashflow/components/CashflowHeading.es.js.map +1 -0
  133. package/dist/cashflow/components/CashflowWidgetContent.es.js +167 -0
  134. package/dist/cashflow/components/CashflowWidgetContent.es.js.map +1 -0
  135. package/dist/cashflow/components/DetailsExpenseHeader.es.js +37 -0
  136. package/dist/cashflow/components/DetailsExpenseHeader.es.js.map +1 -0
  137. package/dist/cashflow/components/DetailsExpenseRow.es.js +57 -0
  138. package/dist/cashflow/components/DetailsExpenseRow.es.js.map +1 -0
  139. package/dist/cashflow/components/DetailsFooter.es.js +21 -0
  140. package/dist/cashflow/components/DetailsFooter.es.js.map +1 -0
  141. package/dist/cashflow/components/DetailsTab.es.js +90 -0
  142. package/dist/cashflow/components/DetailsTab.es.js.map +1 -0
  143. package/dist/cashflow/components/RemainingCash.es.js +35 -0
  144. package/dist/cashflow/components/RemainingCash.es.js.map +1 -0
  145. package/dist/cashflow/components/SummaryTab.es.js +258 -0
  146. package/dist/cashflow/components/SummaryTab.es.js.map +1 -0
  147. package/dist/cashflow/components/onboarding/StepOne.es.js +128 -0
  148. package/dist/cashflow/components/onboarding/StepOne.es.js.map +1 -0
  149. package/dist/cashflow/components/onboarding/StepTwo.es.js +26 -0
  150. package/dist/cashflow/components/onboarding/StepTwo.es.js.map +1 -0
  151. package/dist/cashflow/constants/CashflowImages.es.js +9 -0
  152. package/dist/cashflow/constants/CashflowImages.es.js.map +1 -0
  153. package/dist/cashflow/context/hooks.d.ts +1 -1
  154. package/dist/cashflow/context/hooks.es.js +12 -0
  155. package/dist/cashflow/context/hooks.es.js.map +1 -0
  156. package/dist/cashflow/index.es.js +6 -1058
  157. package/dist/cashflow/util/Filters.es.js +9 -0
  158. package/dist/cashflow/util/Filters.es.js.map +1 -0
  159. package/dist/categories/components/CategoryList.es.js +38 -0
  160. package/dist/categories/components/CategoryList.es.js.map +1 -0
  161. package/dist/categories/components/CategoryRow.es.js +65 -0
  162. package/dist/categories/components/CategoryRow.es.js.map +1 -0
  163. package/dist/categories/components/CategorySelector.es.js +39 -0
  164. package/dist/categories/components/CategorySelector.es.js.map +1 -0
  165. package/dist/categories/components/CategorySelectorDrawer.es.js +24 -0
  166. package/dist/categories/components/CategorySelectorDrawer.es.js.map +1 -0
  167. package/dist/categories/components/CustomCategories/AddSubcategory.es.js +46 -0
  168. package/dist/categories/components/CustomCategories/AddSubcategory.es.js.map +1 -0
  169. package/dist/categories/components/CustomCategories/CustomCategoryModal.es.js +61 -0
  170. package/dist/categories/components/CustomCategories/CustomCategoryModal.es.js.map +1 -0
  171. package/dist/categories/components/CustomCategories/DeleteSubcategory.es.js +26 -0
  172. package/dist/categories/components/CustomCategories/DeleteSubcategory.es.js.map +1 -0
  173. package/dist/categories/components/CustomCategories/RenameSubcategory.es.js +29 -0
  174. package/dist/categories/components/CustomCategories/RenameSubcategory.es.js.map +1 -0
  175. package/dist/categories/components/SubcategoryList.es.js +41 -0
  176. package/dist/categories/components/SubcategoryList.es.js.map +1 -0
  177. package/dist/categories/components/SubcategoryRow.es.js +90 -0
  178. package/dist/categories/components/SubcategoryRow.es.js.map +1 -0
  179. package/dist/categories/constants/OnClickEvents.es.js +18 -0
  180. package/dist/categories/constants/OnClickEvents.es.js.map +1 -0
  181. package/dist/categories/context/hooks.es.js +12 -0
  182. package/dist/categories/context/hooks.es.js.map +1 -0
  183. package/dist/categories/index.es.js +8 -6
  184. package/dist/common/components/Banner.es.js +39 -0
  185. package/dist/common/components/Banner.es.js.map +1 -0
  186. package/dist/common/components/ConnectCard.es.js +58 -0
  187. package/dist/common/components/ConnectCard.es.js.map +1 -0
  188. package/dist/common/components/ConnectDrawer.es.js +53 -0
  189. package/dist/common/components/ConnectDrawer.es.js.map +1 -0
  190. package/dist/common/components/ConnectStatus.d.ts +6 -0
  191. package/dist/common/components/ConnectStatus.es.js +39 -0
  192. package/dist/common/components/ConnectStatus.es.js.map +1 -0
  193. package/dist/common/components/CurrencyDialog.es.js +119 -0
  194. package/dist/common/components/CurrencyDialog.es.js.map +1 -0
  195. package/dist/common/components/CurrencyInput.es.js +49 -0
  196. package/dist/common/components/CurrencyInput.es.js.map +1 -0
  197. package/dist/common/components/CurrencyText.es.js +17 -0
  198. package/dist/common/components/CurrencyText.es.js.map +1 -0
  199. package/dist/common/components/DataRow.es.js +53 -0
  200. package/dist/common/components/DataRow.es.js.map +1 -0
  201. package/dist/common/components/EmptyState.es.js +68 -0
  202. package/dist/common/components/EmptyState.es.js.map +1 -0
  203. package/dist/common/components/Error.es.js +86 -0
  204. package/dist/common/components/Error.es.js.map +1 -0
  205. package/dist/common/components/ErrorBoundary.es.js +26 -0
  206. package/dist/common/components/ErrorBoundary.es.js.map +1 -0
  207. package/dist/common/components/GlobalAccountFilter.es.js +97 -0
  208. package/dist/common/components/GlobalAccountFilter.es.js.map +1 -0
  209. package/dist/common/components/IconBacking.es.js +25 -0
  210. package/dist/common/components/IconBacking.es.js.map +1 -0
  211. package/dist/common/components/InformationTooltip.es.js +49 -0
  212. package/dist/common/components/InformationTooltip.es.js.map +1 -0
  213. package/dist/common/components/ListItemAction.es.js +55 -0
  214. package/dist/common/components/ListItemAction.es.js.map +1 -0
  215. package/dist/common/components/ListItemRow.es.js +65 -0
  216. package/dist/common/components/ListItemRow.es.js.map +1 -0
  217. package/dist/common/components/ListItemWrapper.es.js +37 -0
  218. package/dist/common/components/ListItemWrapper.es.js.map +1 -0
  219. package/dist/common/components/Loader.es.js +17 -0
  220. package/dist/common/components/Loader.es.js.map +1 -0
  221. package/dist/common/components/MicroWidgetContainer.es.js +60 -0
  222. package/dist/common/components/MicroWidgetContainer.es.js.map +1 -0
  223. package/dist/common/components/MiniWidgetContainer.es.js +77 -0
  224. package/dist/common/components/MiniWidgetContainer.es.js.map +1 -0
  225. package/dist/common/components/ResponsiveButton.es.js +37 -0
  226. package/dist/common/components/ResponsiveButton.es.js.map +1 -0
  227. package/dist/common/components/SearchBox.es.js +59 -0
  228. package/dist/common/components/SearchBox.es.js.map +1 -0
  229. package/dist/common/components/Select.d.ts +1 -1
  230. package/dist/common/components/Select.es.js +33 -0
  231. package/dist/common/components/Select.es.js.map +1 -0
  232. package/dist/common/components/SelectionBox.es.js +45 -0
  233. package/dist/common/components/SelectionBox.es.js.map +1 -0
  234. package/dist/common/components/SkeletonLoader.es.js +104 -0
  235. package/dist/common/components/SkeletonLoader.es.js.map +1 -0
  236. package/dist/common/components/SubheaderRow.es.js +23 -0
  237. package/dist/common/components/SubheaderRow.es.js.map +1 -0
  238. package/dist/common/components/TabContentContainer.es.js +14 -0
  239. package/dist/common/components/TabContentContainer.es.js.map +1 -0
  240. package/dist/common/components/TinyBarChart.d.ts +1 -1
  241. package/dist/common/components/TinyBarChart.es.js +81 -0
  242. package/dist/common/components/TinyBarChart.es.js.map +1 -0
  243. package/dist/common/components/WidgetContainer.es.js +146 -0
  244. package/dist/common/components/WidgetContainer.es.js.map +1 -0
  245. package/dist/common/components/WidgetDateRangeSelector.es.js +38 -0
  246. package/dist/common/components/WidgetDateRangeSelector.es.js.map +1 -0
  247. package/dist/common/components/addaccounts/AddAccounts.es.js +50 -0
  248. package/dist/common/components/addaccounts/AddAccounts.es.js.map +1 -0
  249. package/dist/common/components/calendar/Calendar.es.js +148 -0
  250. package/dist/common/components/calendar/Calendar.es.js.map +1 -0
  251. package/dist/common/components/calendar/Day.es.js +82 -0
  252. package/dist/common/components/calendar/Day.es.js.map +1 -0
  253. package/dist/common/components/calendar/Header.es.js +42 -0
  254. package/dist/common/components/calendar/Header.es.js.map +1 -0
  255. package/dist/common/components/charts/Donut.es.js +82 -0
  256. package/dist/common/components/charts/Donut.es.js.map +1 -0
  257. package/dist/common/components/charts/LineChart.es.js +195 -0
  258. package/dist/common/components/charts/LineChart.es.js.map +1 -0
  259. package/dist/common/components/charts/StackedLineChart.es.js +208 -0
  260. package/dist/common/components/charts/StackedLineChart.es.js.map +1 -0
  261. package/dist/common/components/charts/StatusBar.es.js +25 -0
  262. package/dist/common/components/charts/StatusBar.es.js.map +1 -0
  263. package/dist/common/components/charts/chartSlotProps.d.ts +16 -0
  264. package/dist/common/components/charts/chartSlotProps.es.js +16 -0
  265. package/dist/common/components/charts/chartSlotProps.es.js.map +1 -0
  266. package/dist/common/components/charts/linechart/CustomLegend.es.js +95 -0
  267. package/dist/common/components/charts/linechart/CustomLegend.es.js.map +1 -0
  268. package/dist/common/components/charts/linechart/CustomLine.es.js +27 -0
  269. package/dist/common/components/charts/linechart/CustomLine.es.js.map +1 -0
  270. package/dist/common/components/charts/linechart/CustomMark.es.js +56 -0
  271. package/dist/common/components/charts/linechart/CustomMark.es.js.map +1 -0
  272. package/dist/common/components/charts/linechart/CustomTooltip.es.js +138 -0
  273. package/dist/common/components/charts/linechart/CustomTooltip.es.js.map +1 -0
  274. package/dist/common/components/charts/linechart/utils/markerShapes.es.js +26 -0
  275. package/dist/common/components/charts/linechart/utils/markerShapes.es.js.map +1 -0
  276. package/dist/common/components/charts/stackedlinechart/CategoryIconLabel.es.js +31 -0
  277. package/dist/common/components/charts/stackedlinechart/CategoryIconLabel.es.js.map +1 -0
  278. package/dist/common/components/charts/stackedlinechart/CustomAreaTooltip.es.js +97 -0
  279. package/dist/common/components/charts/stackedlinechart/CustomAreaTooltip.es.js.map +1 -0
  280. package/dist/common/components/charts/stackedlinechart/CustomLegend.es.js +54 -0
  281. package/dist/common/components/charts/stackedlinechart/CustomLegend.es.js.map +1 -0
  282. package/dist/common/components/charts/stackedlinechart/CustomPointTooltip.es.js +51 -0
  283. package/dist/common/components/charts/stackedlinechart/CustomPointTooltip.es.js.map +1 -0
  284. package/dist/common/components/daterangeselector/DateRangeSelector.es.js +262 -0
  285. package/dist/common/components/daterangeselector/DateRangeSelector.es.js.map +1 -0
  286. package/dist/common/components/dialog/Dialog.es.js +58 -0
  287. package/dist/common/components/dialog/Dialog.es.js.map +1 -0
  288. package/dist/common/components/donuts/MultiSegmentDonut.es.js +53 -0
  289. package/dist/common/components/donuts/MultiSegmentDonut.es.js.map +1 -0
  290. package/dist/common/components/donuts/SingleSegmentDonut.es.js +50 -0
  291. package/dist/common/components/donuts/SingleSegmentDonut.es.js.map +1 -0
  292. package/dist/common/components/drawer/Drawer.es.js +57 -0
  293. package/dist/common/components/drawer/Drawer.es.js.map +1 -0
  294. package/dist/common/components/drawer/Footer.es.js +31 -0
  295. package/dist/common/components/drawer/Footer.es.js.map +1 -0
  296. package/dist/common/components/drawer/Header.es.js +52 -0
  297. package/dist/common/components/drawer/Header.es.js.map +1 -0
  298. package/dist/common/components/globalaccountfilter/GlobalAccountFilterList.es.js +133 -0
  299. package/dist/common/components/globalaccountfilter/GlobalAccountFilterList.es.js.map +1 -0
  300. package/dist/common/components/listitems/CollapseExpandListItem.es.js +41 -0
  301. package/dist/common/components/listitems/CollapseExpandListItem.es.js.map +1 -0
  302. package/dist/common/components/listitems/ToggleButtonListItem.es.js +54 -0
  303. package/dist/common/components/listitems/ToggleButtonListItem.es.js.map +1 -0
  304. package/dist/common/components/listitems/ToggleListItem.es.js +37 -0
  305. package/dist/common/components/listitems/ToggleListItem.es.js.map +1 -0
  306. package/dist/common/constants/Account.es.js +32 -0
  307. package/dist/common/constants/Account.es.js.map +1 -0
  308. package/dist/common/constants/Analytics.es.js +139 -0
  309. package/dist/common/constants/Analytics.es.js.map +1 -0
  310. package/dist/common/constants/Connect.d.ts +4 -0
  311. package/dist/common/constants/Connect.es.js +10 -0
  312. package/dist/common/constants/Connect.es.js.map +1 -0
  313. package/dist/common/constants/Donut.es.js +7 -0
  314. package/dist/common/constants/Donut.es.js.map +1 -0
  315. package/dist/common/constants/FinStrong.es.js +33 -0
  316. package/dist/common/constants/FinStrong.es.js.map +1 -0
  317. package/dist/common/constants/ScheduledPayment.es.js +40 -0
  318. package/dist/common/constants/ScheduledPayment.es.js.map +1 -0
  319. package/dist/common/constants/Sizes.es.js +9 -0
  320. package/dist/common/constants/Sizes.es.js.map +1 -0
  321. package/dist/common/constants/SpendingPlan.es.js +10 -0
  322. package/dist/common/constants/SpendingPlan.es.js.map +1 -0
  323. package/dist/common/constants/index.d.ts +1 -0
  324. package/dist/common/context/GlobalDataProvider.es.js +19 -0
  325. package/dist/common/context/GlobalDataProvider.es.js.map +1 -0
  326. package/dist/common/context/WidgetContainerProvider.es.js +16 -0
  327. package/dist/common/context/WidgetContainerProvider.es.js.map +1 -0
  328. package/dist/common/context/hooks.es.js +46 -0
  329. package/dist/common/context/hooks.es.js.map +1 -0
  330. package/dist/common/hooks/useAccountDisplayName.es.js +13 -0
  331. package/dist/common/hooks/useAccountDisplayName.es.js.map +1 -0
  332. package/dist/common/hooks/useAriaLive.es.js +34 -0
  333. package/dist/common/hooks/useAriaLive.es.js.map +1 -0
  334. package/dist/common/hooks/useCombineEvents.es.js +22 -0
  335. package/dist/common/hooks/useCombineEvents.es.js.map +1 -0
  336. package/dist/common/hooks/useDimensions.es.js +41 -0
  337. package/dist/common/hooks/useDimensions.es.js.map +1 -0
  338. package/dist/common/hooks/useInsightsEnabled.es.js +13 -0
  339. package/dist/common/hooks/useInsightsEnabled.es.js.map +1 -0
  340. package/dist/common/hooks/usePrevious.es.js +13 -0
  341. package/dist/common/hooks/usePrevious.es.js.map +1 -0
  342. package/dist/common/hooks/useScreenSize.es.js +26 -0
  343. package/dist/common/hooks/useScreenSize.es.js.map +1 -0
  344. package/dist/common/hooks/useWidgetHeaderStyles.es.js +46 -0
  345. package/dist/common/hooks/useWidgetHeaderStyles.es.js.map +1 -0
  346. package/dist/common/hooks/useWidgetLoadTimer.d.ts +1 -0
  347. package/dist/common/hooks/useWidgetLoadTimer.es.js +24 -0
  348. package/dist/common/hooks/useWidgetLoadTimer.es.js.map +1 -0
  349. package/dist/common/index.es.js +154 -310
  350. package/dist/common/types/Charts.d.ts +10 -0
  351. package/dist/common/utils/AccountDisplayName.es.js +14 -0
  352. package/dist/common/utils/AccountDisplayName.es.js.map +1 -0
  353. package/dist/common/utils/AccountFilter.es.js +31 -0
  354. package/dist/common/utils/AccountFilter.es.js.map +1 -0
  355. package/dist/common/utils/Analytics.es.js +31 -0
  356. package/dist/common/utils/Analytics.es.js.map +1 -0
  357. package/dist/common/utils/PostMessage.es.js +29 -0
  358. package/dist/common/utils/PostMessage.es.js.map +1 -0
  359. package/dist/common/utils/Theme.es.js +96 -0
  360. package/dist/common/utils/Theme.es.js.map +1 -0
  361. package/dist/core/api/AccountApi.es.js +22 -0
  362. package/dist/core/api/AccountApi.es.js.map +1 -0
  363. package/dist/core/api/AnalyticsApi.es.js +34 -0
  364. package/dist/core/api/AnalyticsApi.es.js.map +1 -0
  365. package/dist/core/api/AppDataApi.es.js +14 -0
  366. package/dist/core/api/AppDataApi.es.js.map +1 -0
  367. package/dist/core/api/BannerApi.es.js +23 -0
  368. package/dist/core/api/BannerApi.es.js.map +1 -0
  369. package/dist/core/api/BeatApi.es.js +24 -0
  370. package/dist/core/api/BeatApi.es.js.map +1 -0
  371. package/dist/core/api/BudgetsApi.es.js +28 -0
  372. package/dist/core/api/BudgetsApi.es.js.map +1 -0
  373. package/dist/core/api/CategoryApi.es.js +29 -0
  374. package/dist/core/api/CategoryApi.es.js.map +1 -0
  375. package/dist/core/api/FinstrongApi.es.js +22 -0
  376. package/dist/core/api/FinstrongApi.es.js.map +1 -0
  377. package/dist/core/api/GlobalCopyApi.es.js +14 -0
  378. package/dist/core/api/GlobalCopyApi.es.js.map +1 -0
  379. package/dist/core/api/GoalApi.es.js +28 -0
  380. package/dist/core/api/GoalApi.es.js.map +1 -0
  381. package/dist/core/api/HelpApi.es.js +14 -0
  382. package/dist/core/api/HelpApi.es.js.map +1 -0
  383. package/dist/core/api/HoldingApi.es.js +15 -0
  384. package/dist/core/api/HoldingApi.es.js.map +1 -0
  385. package/dist/core/api/MerchantApi.es.js +18 -0
  386. package/dist/core/api/MerchantApi.es.js.map +1 -0
  387. package/dist/core/api/NotificationApi.es.js +19 -0
  388. package/dist/core/api/NotificationApi.es.js.map +1 -0
  389. package/dist/core/api/RepeatingTransactionsApi.es.js +17 -0
  390. package/dist/core/api/RepeatingTransactionsApi.es.js.map +1 -0
  391. package/dist/core/api/ScheduledPaymentsApi.es.js +22 -0
  392. package/dist/core/api/ScheduledPaymentsApi.es.js.map +1 -0
  393. package/dist/core/api/SettingsApi.es.js +24 -0
  394. package/dist/core/api/SettingsApi.es.js.map +1 -0
  395. package/dist/core/api/TransactionApi.es.js +55 -0
  396. package/dist/core/api/TransactionApi.es.js.map +1 -0
  397. package/dist/core/api/UserApi.es.js +16 -0
  398. package/dist/core/api/UserApi.es.js.map +1 -0
  399. package/dist/core/api/WidgetApi.es.js +14 -0
  400. package/dist/core/api/WidgetApi.es.js.map +1 -0
  401. package/dist/core/constants/ApiEndpoints.es.js +51 -0
  402. package/dist/core/constants/ApiEndpoints.es.js.map +1 -0
  403. package/dist/core/constants/Category.es.js +299 -0
  404. package/dist/core/constants/Category.es.js.map +1 -0
  405. package/dist/core/constants/DateFormats.es.js +55 -0
  406. package/dist/core/constants/DateFormats.es.js.map +1 -0
  407. package/dist/core/constants/Debts.es.js +8 -0
  408. package/dist/core/constants/Debts.es.js.map +1 -0
  409. package/dist/core/constants/DefaultConfig.es.js +109 -0
  410. package/dist/core/constants/DefaultConfig.es.js.map +1 -0
  411. package/dist/core/constants/Help.es.js +183 -0
  412. package/dist/core/constants/Help.es.js.map +1 -0
  413. package/dist/core/constants/Investments.es.js +56 -0
  414. package/dist/core/constants/Investments.es.js.map +1 -0
  415. package/dist/core/constants/Numbers.es.js +9 -0
  416. package/dist/core/constants/Numbers.es.js.map +1 -0
  417. package/dist/core/constants/Table.es.js +18 -0
  418. package/dist/core/constants/Table.es.js.map +1 -0
  419. package/dist/core/constants/Transaction.es.js +43 -0
  420. package/dist/core/constants/Transaction.es.js.map +1 -0
  421. package/dist/core/constants/repeatingTransactions.es.js +8 -0
  422. package/dist/core/constants/repeatingTransactions.es.js.map +1 -0
  423. package/dist/core/index.es.js +134 -107
  424. package/dist/core/stores/AccountStore.es.js +247 -0
  425. package/dist/core/stores/AccountStore.es.js.map +1 -0
  426. package/dist/core/stores/AnalyticsStore.es.js +55 -0
  427. package/dist/core/stores/AnalyticsStore.es.js.map +1 -0
  428. package/dist/core/stores/AppDataStore.d.ts +2 -2
  429. package/dist/core/stores/AppDataStore.es.js +61 -0
  430. package/dist/core/stores/AppDataStore.es.js.map +1 -0
  431. package/dist/core/stores/BeatStore.es.js +43 -0
  432. package/dist/core/stores/BeatStore.es.js.map +1 -0
  433. package/dist/core/stores/BudgetsStore.es.js +155 -0
  434. package/dist/core/stores/BudgetsStore.es.js.map +1 -0
  435. package/dist/core/stores/CashflowStore.es.js +62 -0
  436. package/dist/core/stores/CashflowStore.es.js.map +1 -0
  437. package/dist/core/stores/CategoryStore.es.js +147 -0
  438. package/dist/core/stores/CategoryStore.es.js.map +1 -0
  439. package/dist/core/stores/ConnectStore.es.js +19 -0
  440. package/dist/core/stores/ConnectStore.es.js.map +1 -0
  441. package/dist/core/stores/DebtsStore.es.js +40 -0
  442. package/dist/core/stores/DebtsStore.es.js.map +1 -0
  443. package/dist/core/stores/FinstrongStore.es.js +156 -0
  444. package/dist/core/stores/FinstrongStore.es.js.map +1 -0
  445. package/dist/core/stores/GlobalCopyStore.es.js +32 -0
  446. package/dist/core/stores/GlobalCopyStore.es.js.map +1 -0
  447. package/dist/core/stores/GlobalStore.es.js +87 -0
  448. package/dist/core/stores/GlobalStore.es.js.map +1 -0
  449. package/dist/core/stores/GlobalUiStore.d.ts +2 -2
  450. package/dist/core/stores/GlobalUiStore.es.js +68 -0
  451. package/dist/core/stores/GlobalUiStore.es.js.map +1 -0
  452. package/dist/core/stores/GoalStore.es.js +233 -0
  453. package/dist/core/stores/GoalStore.es.js.map +1 -0
  454. package/dist/core/stores/HelpStore.d.ts +1 -1
  455. package/dist/core/stores/HelpStore.es.js +45 -0
  456. package/dist/core/stores/HelpStore.es.js.map +1 -0
  457. package/dist/core/stores/HoldingStore.es.js +60 -0
  458. package/dist/core/stores/HoldingStore.es.js.map +1 -0
  459. package/dist/core/stores/MerchantStore.es.js +28 -0
  460. package/dist/core/stores/MerchantStore.es.js.map +1 -0
  461. package/dist/core/stores/NetWorthStore.es.js +73 -0
  462. package/dist/core/stores/NetWorthStore.es.js.map +1 -0
  463. package/dist/core/stores/NotificationStore.es.js +46 -0
  464. package/dist/core/stores/NotificationStore.es.js.map +1 -0
  465. package/dist/core/stores/RecurringTransactionsStore.es.js +198 -0
  466. package/dist/core/stores/RecurringTransactionsStore.es.js.map +1 -0
  467. package/dist/core/stores/SettingsStore.d.ts +1 -1
  468. package/dist/core/stores/SettingsStore.es.js +184 -0
  469. package/dist/core/stores/SettingsStore.es.js.map +1 -0
  470. package/dist/core/stores/TransactionStore.es.js +372 -0
  471. package/dist/core/stores/TransactionStore.es.js.map +1 -0
  472. package/dist/core/stores/TrendsStore.es.js +51 -0
  473. package/dist/core/stores/TrendsStore.es.js.map +1 -0
  474. package/dist/core/stores/UserStore.es.js +49 -0
  475. package/dist/core/stores/UserStore.es.js.map +1 -0
  476. package/dist/core/types/Account.es.js +118 -0
  477. package/dist/core/types/Account.es.js.map +1 -0
  478. package/dist/core/types/Beat.es.js +8 -0
  479. package/dist/core/types/Beat.es.js.map +1 -0
  480. package/dist/core/types/Expense.es.js +11 -0
  481. package/dist/core/types/Expense.es.js.map +1 -0
  482. package/dist/core/types/Finstrong.es.js +14 -0
  483. package/dist/core/types/Finstrong.es.js.map +1 -0
  484. package/dist/core/types/Goal.es.js +14 -0
  485. package/dist/core/types/Goal.es.js.map +1 -0
  486. package/dist/core/types/Notification.es.js +17 -0
  487. package/dist/core/types/Notification.es.js.map +1 -0
  488. package/dist/core/types/RepeatingTransaction.es.js +17 -0
  489. package/dist/core/types/RepeatingTransaction.es.js.map +1 -0
  490. package/dist/core/types/ScreenSize.es.js +8 -0
  491. package/dist/core/types/ScreenSize.es.js.map +1 -0
  492. package/dist/core/types/Transaction.es.js +11 -0
  493. package/dist/core/types/Transaction.es.js.map +1 -0
  494. package/dist/core/utils/AccountUtils.es.js +27 -0
  495. package/dist/core/utils/AccountUtils.es.js.map +1 -0
  496. package/dist/core/utils/BeatUtils.es.js +50 -0
  497. package/dist/core/utils/BeatUtils.es.js.map +1 -0
  498. package/dist/core/utils/BudgetUtil.es.js +71 -0
  499. package/dist/core/utils/BudgetUtil.es.js.map +1 -0
  500. package/dist/core/utils/CategoryUtil.es.js +60 -0
  501. package/dist/core/utils/CategoryUtil.es.js.map +1 -0
  502. package/dist/core/utils/DateUtil.es.js +70 -0
  503. package/dist/core/utils/DateUtil.es.js.map +1 -0
  504. package/dist/core/utils/DebtUtils.es.js +144 -0
  505. package/dist/core/utils/DebtUtils.es.js.map +1 -0
  506. package/dist/core/utils/Fetch.es.js +74 -0
  507. package/dist/core/utils/Fetch.es.js.map +1 -0
  508. package/dist/core/utils/FinstrongUtils.es.js +11 -0
  509. package/dist/core/utils/FinstrongUtils.es.js.map +1 -0
  510. package/dist/core/utils/GoalsUtil.es.js +113 -0
  511. package/dist/core/utils/GoalsUtil.es.js.map +1 -0
  512. package/dist/core/utils/HelpUtil.es.js +23 -0
  513. package/dist/core/utils/HelpUtil.es.js.map +1 -0
  514. package/dist/core/utils/InvestmentUtil.es.js +77 -0
  515. package/dist/core/utils/InvestmentUtil.es.js.map +1 -0
  516. package/dist/core/utils/Localization.es.js +34 -0
  517. package/dist/core/utils/Localization.es.js.map +1 -0
  518. package/dist/core/utils/NetWorthUtils.es.js +115 -0
  519. package/dist/core/utils/NetWorthUtils.es.js.map +1 -0
  520. package/dist/core/utils/NotificationUtils.es.js +17 -0
  521. package/dist/core/utils/NotificationUtils.es.js.map +1 -0
  522. package/dist/core/utils/NumberFormatting.es.js +31 -0
  523. package/dist/core/utils/NumberFormatting.es.js.map +1 -0
  524. package/dist/core/utils/RecurringTransactionsUtil.es.js +285 -0
  525. package/dist/core/utils/RecurringTransactionsUtil.es.js.map +1 -0
  526. package/dist/core/utils/SettingsUtil.es.js +56 -0
  527. package/dist/core/utils/SettingsUtil.es.js.map +1 -0
  528. package/dist/core/utils/TransactionUtils.es.js +113 -0
  529. package/dist/core/utils/TransactionUtils.es.js.map +1 -0
  530. package/dist/core/utils/TrendsUtil.es.js +72 -0
  531. package/dist/core/utils/TrendsUtil.es.js.map +1 -0
  532. package/dist/core/utils/UserUtils.es.js +6 -0
  533. package/dist/core/utils/UserUtils.es.js.map +1 -0
  534. package/dist/dashboard/Dashboard.es.js +99 -0
  535. package/dist/dashboard/Dashboard.es.js.map +1 -0
  536. package/dist/dashboard/Greeting.es.js +49 -0
  537. package/dist/dashboard/Greeting.es.js.map +1 -0
  538. package/dist/dashboard/constants/Dashboard.es.js +8 -0
  539. package/dist/dashboard/constants/Dashboard.es.js.map +1 -0
  540. package/dist/dashboard/index.es.js +4 -153
  541. package/dist/debts/DebtsWidget.es.js +138 -0
  542. package/dist/debts/DebtsWidget.es.js.map +1 -0
  543. package/dist/debts/components/DebtDrawer.es.js +26 -0
  544. package/dist/debts/components/DebtDrawer.es.js.map +1 -0
  545. package/dist/debts/components/DebtsChart.es.js +135 -0
  546. package/dist/debts/components/DebtsChart.es.js.map +1 -0
  547. package/dist/debts/components/DebtsTable.es.js +193 -0
  548. package/dist/debts/components/DebtsTable.es.js.map +1 -0
  549. package/dist/debts/components/PaydownDrawer.es.js +19 -0
  550. package/dist/debts/components/PaydownDrawer.es.js.map +1 -0
  551. package/dist/debts/components/SnowballCard.es.js +87 -0
  552. package/dist/debts/components/SnowballCard.es.js.map +1 -0
  553. package/dist/debts/components/SnowballDrawer.es.js +457 -0
  554. package/dist/debts/components/SnowballDrawer.es.js.map +1 -0
  555. package/dist/debts/components/actions/DebtsPriorityAction.es.js +37 -0
  556. package/dist/debts/components/actions/DebtsPriorityAction.es.js.map +1 -0
  557. package/dist/debts/components/actions/ExtraPaymentAction.es.js +43 -0
  558. package/dist/debts/components/actions/ExtraPaymentAction.es.js.map +1 -0
  559. package/dist/debts/components/actions/InterestRateAction.es.js +41 -0
  560. package/dist/debts/components/actions/InterestRateAction.es.js.map +1 -0
  561. package/dist/debts/components/actions/MonthlyPaymentAction.es.js +43 -0
  562. package/dist/debts/components/actions/MonthlyPaymentAction.es.js.map +1 -0
  563. package/dist/debts/components/actions/OriginalBalanceAction.es.js +43 -0
  564. package/dist/debts/components/actions/OriginalBalanceAction.es.js.map +1 -0
  565. package/dist/debts/components/debtsdrawer/DebtDetailsChart.es.js +43 -0
  566. package/dist/debts/components/debtsdrawer/DebtDetailsChart.es.js.map +1 -0
  567. package/dist/debts/components/debtsdrawer/DebtDetailsContent.es.js +54 -0
  568. package/dist/debts/components/debtsdrawer/DebtDetailsContent.es.js.map +1 -0
  569. package/dist/debts/components/debtsdrawer/DebtDetailsTab.es.js +40 -0
  570. package/dist/debts/components/debtsdrawer/DebtDetailsTab.es.js.map +1 -0
  571. package/dist/debts/components/debtsdrawer/DebtScheduleTab.es.js +108 -0
  572. package/dist/debts/components/debtsdrawer/DebtScheduleTab.es.js.map +1 -0
  573. package/dist/debts/components/debtsdrawer/DebtStatusCard.es.js +86 -0
  574. package/dist/debts/components/debtsdrawer/DebtStatusCard.es.js.map +1 -0
  575. package/dist/debts/components/debtspaydown/PaydownButton.es.js +32 -0
  576. package/dist/debts/components/debtspaydown/PaydownButton.es.js.map +1 -0
  577. package/dist/debts/components/debtspaydown/PaydownContent.es.js +77 -0
  578. package/dist/debts/components/debtspaydown/PaydownContent.es.js.map +1 -0
  579. package/dist/debts/components/debtspriority/DebtsPriorityButton.es.js +32 -0
  580. package/dist/debts/components/debtspriority/DebtsPriorityButton.es.js.map +1 -0
  581. package/dist/debts/components/debtspriority/DebtsPrioriyPopover.es.js +78 -0
  582. package/dist/debts/components/debtspriority/DebtsPrioriyPopover.es.js.map +1 -0
  583. package/dist/debts/components/debtstable/AccountCell.es.js +30 -0
  584. package/dist/debts/components/debtstable/AccountCell.es.js.map +1 -0
  585. package/dist/debts/components/debtstable/PriorityCell.es.js +35 -0
  586. package/dist/debts/components/debtstable/PriorityCell.es.js.map +1 -0
  587. package/dist/debts/hooks/useDebtsUiStore.es.js +12 -0
  588. package/dist/debts/hooks/useDebtsUiStore.es.js.map +1 -0
  589. package/dist/debts/index.es.js +6 -1496
  590. package/dist/debts/utils/DebtsChart.es.js +15 -0
  591. package/dist/debts/utils/DebtsChart.es.js.map +1 -0
  592. package/dist/debts/utils/DebtsTable.es.js +17 -0
  593. package/dist/debts/utils/DebtsTable.es.js.map +1 -0
  594. package/dist/debts/utils/SnowballCard.es.js +40 -0
  595. package/dist/debts/utils/SnowballCard.es.js.map +1 -0
  596. package/dist/finstrong/FinancialStrengthCard.es.js +127 -0
  597. package/dist/finstrong/FinancialStrengthCard.es.js.map +1 -0
  598. package/dist/finstrong/FinstrongWidget.es.js +175 -0
  599. package/dist/finstrong/FinstrongWidget.es.js.map +1 -0
  600. package/dist/finstrong/components/ConnectMoreAccountsCard.es.js +80 -0
  601. package/dist/finstrong/components/ConnectMoreAccountsCard.es.js.map +1 -0
  602. package/dist/finstrong/components/CreditScore/CreditScoreContent.es.js +39 -0
  603. package/dist/finstrong/components/CreditScore/CreditScoreContent.es.js.map +1 -0
  604. package/dist/finstrong/components/CreditScore/CreditScoreHeader.es.js +22 -0
  605. package/dist/finstrong/components/CreditScore/CreditScoreHeader.es.js.map +1 -0
  606. package/dist/finstrong/components/CreditScoreGraph.es.js +61 -0
  607. package/dist/finstrong/components/CreditScoreGraph.es.js.map +1 -0
  608. package/dist/finstrong/components/FinancialStrengthGraph.es.js +44 -0
  609. package/dist/finstrong/components/FinancialStrengthGraph.es.js.map +1 -0
  610. package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent.es.js +43 -0
  611. package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent.es.js.map +1 -0
  612. package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent.es.js +88 -0
  613. package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent.es.js.map +1 -0
  614. package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar.es.js +73 -0
  615. package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar.es.js.map +1 -0
  616. package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent.es.js +40 -0
  617. package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent.es.js.map +1 -0
  618. package/dist/finstrong/components/HealthChart.es.js +117 -0
  619. package/dist/finstrong/components/HealthChart.es.js.map +1 -0
  620. package/dist/finstrong/components/KeyIndicatorsBorrowTab.es.js +71 -0
  621. package/dist/finstrong/components/KeyIndicatorsBorrowTab.es.js.map +1 -0
  622. package/dist/finstrong/components/KeyIndicatorsDrawer.es.js +92 -0
  623. package/dist/finstrong/components/KeyIndicatorsDrawer.es.js.map +1 -0
  624. package/dist/finstrong/components/KeyIndicatorsSaveTab.es.js +73 -0
  625. package/dist/finstrong/components/KeyIndicatorsSaveTab.es.js.map +1 -0
  626. package/dist/finstrong/components/KeyIndicatorsSpendTab.es.js +58 -0
  627. package/dist/finstrong/components/KeyIndicatorsSpendTab.es.js.map +1 -0
  628. package/dist/finstrong/components/KeyIndicatorsTabItem.es.js +65 -0
  629. package/dist/finstrong/components/KeyIndicatorsTabItem.es.js.map +1 -0
  630. package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.es.js +93 -0
  631. package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.es.js.map +1 -0
  632. package/dist/finstrong/components/KeyIndicatorsTabsWidget.es.js +78 -0
  633. package/dist/finstrong/components/KeyIndicatorsTabsWidget.es.js.map +1 -0
  634. package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator.es.js +170 -0
  635. package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator.es.js.map +1 -0
  636. package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent.es.js +51 -0
  637. package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent.es.js.map +1 -0
  638. package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky.es.js +53 -0
  639. package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky.es.js.map +1 -0
  640. package/dist/finstrong/components/ManageCreditScore.es.js +52 -0
  641. package/dist/finstrong/components/ManageCreditScore.es.js.map +1 -0
  642. package/dist/finstrong/components/ManageDOB.es.js +79 -0
  643. package/dist/finstrong/components/ManageDOB.es.js.map +1 -0
  644. package/dist/finstrong/components/MissingData.es.js +51 -0
  645. package/dist/finstrong/components/MissingData.es.js.map +1 -0
  646. package/dist/finstrong/components/ProfileDrawer.es.js +124 -0
  647. package/dist/finstrong/components/ProfileDrawer.es.js.map +1 -0
  648. package/dist/finstrong/components/ProfileList.es.js +65 -0
  649. package/dist/finstrong/components/ProfileList.es.js.map +1 -0
  650. package/dist/finstrong/components/ProfileProgressBar.es.js +32 -0
  651. package/dist/finstrong/components/ProfileProgressBar.es.js.map +1 -0
  652. package/dist/finstrong/components/ProgressBar.es.js +53 -0
  653. package/dist/finstrong/components/ProgressBar.es.js.map +1 -0
  654. package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent.es.js +27 -0
  655. package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent.es.js.map +1 -0
  656. package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent.es.js +51 -0
  657. package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent.es.js.map +1 -0
  658. package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar.es.js +56 -0
  659. package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar.es.js.map +1 -0
  660. package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent.es.js +34 -0
  661. package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent.es.js.map +1 -0
  662. package/dist/finstrong/components/ScoreHistoryDrawer.es.js +90 -0
  663. package/dist/finstrong/components/ScoreHistoryDrawer.es.js.map +1 -0
  664. package/dist/finstrong/components/ScoreRubricDrawer.es.js +118 -0
  665. package/dist/finstrong/components/ScoreRubricDrawer.es.js.map +1 -0
  666. package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.es.js +130 -0
  667. package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.es.js.map +1 -0
  668. package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar.es.js +50 -0
  669. package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar.es.js.map +1 -0
  670. package/dist/finstrong/components/StatusChip.es.js +37 -0
  671. package/dist/finstrong/components/StatusChip.es.js.map +1 -0
  672. package/dist/finstrong/components/onboarding/Onboarding.es.js +57 -0
  673. package/dist/finstrong/components/onboarding/Onboarding.es.js.map +1 -0
  674. package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome.es.js +57 -0
  675. package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome.es.js.map +1 -0
  676. package/dist/finstrong/components/onboarding/OnboardingBirthday.es.js +46 -0
  677. package/dist/finstrong/components/onboarding/OnboardingBirthday.es.js.map +1 -0
  678. package/dist/finstrong/components/onboarding/OnboardingCreditScore.es.js +28 -0
  679. package/dist/finstrong/components/onboarding/OnboardingCreditScore.es.js.map +1 -0
  680. package/dist/finstrong/components/onboarding/OnboardingStepsDrawer.es.js +313 -0
  681. package/dist/finstrong/components/onboarding/OnboardingStepsDrawer.es.js.map +1 -0
  682. package/dist/finstrong/components/onboarding/OnboardingStepsHeader.es.js +25 -0
  683. package/dist/finstrong/components/onboarding/OnboardingStepsHeader.es.js.map +1 -0
  684. package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.es.js +69 -0
  685. package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.es.js.map +1 -0
  686. package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.es.js +38 -0
  687. package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.es.js.map +1 -0
  688. package/dist/finstrong/components/shared/Accounts.es.js +102 -0
  689. package/dist/finstrong/components/shared/Accounts.es.js.map +1 -0
  690. package/dist/finstrong/components/shared/CustomDoubleBarPlot.es.js +49 -0
  691. package/dist/finstrong/components/shared/CustomDoubleBarPlot.es.js.map +1 -0
  692. package/dist/finstrong/components/shared/CustomPieArc.es.js +52 -0
  693. package/dist/finstrong/components/shared/CustomPieArc.es.js.map +1 -0
  694. package/dist/finstrong/components/shared/DialScoreCard.es.js +186 -0
  695. package/dist/finstrong/components/shared/DialScoreCard.es.js.map +1 -0
  696. package/dist/finstrong/components/shared/DoubleBarChart.es.js +196 -0
  697. package/dist/finstrong/components/shared/DoubleBarChart.es.js.map +1 -0
  698. package/dist/finstrong/components/shared/LineGraph.es.js +136 -0
  699. package/dist/finstrong/components/shared/LineGraph.es.js.map +1 -0
  700. package/dist/finstrong/components/shared/ScoreHistoryTimeline.es.js +107 -0
  701. package/dist/finstrong/components/shared/ScoreHistoryTimeline.es.js.map +1 -0
  702. package/dist/finstrong/components/shared/ScoreHistoryTimelineItem.es.js +40 -0
  703. package/dist/finstrong/components/shared/ScoreHistoryTimelineItem.es.js.map +1 -0
  704. package/dist/finstrong/components/shared/TotalCard.es.js +30 -0
  705. package/dist/finstrong/components/shared/TotalCard.es.js.map +1 -0
  706. package/dist/finstrong/components/shared/Transactions.es.js +129 -0
  707. package/dist/finstrong/components/shared/Transactions.es.js.map +1 -0
  708. package/dist/finstrong/constants/index.es.js +9 -0
  709. package/dist/finstrong/constants/index.es.js.map +1 -0
  710. package/dist/finstrong/index.es.js +8 -3912
  711. package/dist/finstrong/util/finstrongUtils.es.js +206 -0
  712. package/dist/finstrong/util/finstrongUtils.es.js.map +1 -0
  713. package/dist/goals/GoalsMicroWidget.es.js +44 -0
  714. package/dist/goals/GoalsMicroWidget.es.js.map +1 -0
  715. package/dist/goals/GoalsWidget.es.js +141 -0
  716. package/dist/goals/GoalsWidget.es.js.map +1 -0
  717. package/dist/goals/components/AccountSelectionDrawer.es.js +54 -0
  718. package/dist/goals/components/AccountSelectionDrawer.es.js.map +1 -0
  719. package/dist/goals/components/AddGoal.es.js +59 -0
  720. package/dist/goals/components/AddGoal.es.js.map +1 -0
  721. package/dist/goals/components/GoalDetails.es.js +115 -0
  722. package/dist/goals/components/GoalDetails.es.js.map +1 -0
  723. package/dist/goals/components/GoalDetailsDrawer.es.js +83 -0
  724. package/dist/goals/components/GoalDetailsDrawer.es.js.map +1 -0
  725. package/dist/goals/components/GoalList.es.js +135 -0
  726. package/dist/goals/components/GoalList.es.js.map +1 -0
  727. package/dist/goals/components/GoalStatusCard.es.js +95 -0
  728. package/dist/goals/components/GoalStatusCard.es.js.map +1 -0
  729. package/dist/goals/components/ManageGoals.es.js +89 -0
  730. package/dist/goals/components/ManageGoals.es.js.map +1 -0
  731. package/dist/goals/components/TabTitle.es.js +19 -0
  732. package/dist/goals/components/TabTitle.es.js.map +1 -0
  733. package/dist/goals/components/actions/AccountAction.es.js +28 -0
  734. package/dist/goals/components/actions/AccountAction.es.js.map +1 -0
  735. package/dist/goals/components/actions/AddRetirementAccountAction.es.js +56 -0
  736. package/dist/goals/components/actions/AddRetirementAccountAction.es.js.map +1 -0
  737. package/dist/goals/components/actions/AmountToSaveAction.es.js +45 -0
  738. package/dist/goals/components/actions/AmountToSaveAction.es.js.map +1 -0
  739. package/dist/goals/components/actions/BirthdayAction.es.js +44 -0
  740. package/dist/goals/components/actions/BirthdayAction.es.js.map +1 -0
  741. package/dist/goals/components/actions/ChangeAccountAction.es.js +127 -0
  742. package/dist/goals/components/actions/ChangeAccountAction.es.js.map +1 -0
  743. package/dist/goals/components/actions/ContributionAction.es.js +49 -0
  744. package/dist/goals/components/actions/ContributionAction.es.js.map +1 -0
  745. package/dist/goals/components/actions/GoalNameAction.es.js +41 -0
  746. package/dist/goals/components/actions/GoalNameAction.es.js.map +1 -0
  747. package/dist/goals/components/actions/InterestRateAction.es.js +42 -0
  748. package/dist/goals/components/actions/InterestRateAction.es.js.map +1 -0
  749. package/dist/goals/components/actions/MonthlyPaymentAction.es.js +47 -0
  750. package/dist/goals/components/actions/MonthlyPaymentAction.es.js.map +1 -0
  751. package/dist/goals/components/actions/OriginalBalanceAction.es.js +47 -0
  752. package/dist/goals/components/actions/OriginalBalanceAction.es.js.map +1 -0
  753. package/dist/goals/components/actions/RetirementAgeAction.es.js +42 -0
  754. package/dist/goals/components/actions/RetirementAgeAction.es.js.map +1 -0
  755. package/dist/goals/components/addgoal/AddGoalListItem.es.js +72 -0
  756. package/dist/goals/components/addgoal/AddGoalListItem.es.js.map +1 -0
  757. package/dist/goals/components/managegoals/CompleteListItem.es.js +59 -0
  758. package/dist/goals/components/managegoals/CompleteListItem.es.js.map +1 -0
  759. package/dist/goals/components/managegoals/OngoingListItem.es.js +83 -0
  760. package/dist/goals/components/managegoals/OngoingListItem.es.js.map +1 -0
  761. package/dist/goals/components/micro/GoalMicroStatusCard.es.js +64 -0
  762. package/dist/goals/components/micro/GoalMicroStatusCard.es.js.map +1 -0
  763. package/dist/goals/components/micro/GoalsMicroEmptyState.es.js +35 -0
  764. package/dist/goals/components/micro/GoalsMicroEmptyState.es.js.map +1 -0
  765. package/dist/goals/index.es.js +4 -1088
  766. package/dist/help/HelpWidget.es.js +25 -0
  767. package/dist/help/HelpWidget.es.js.map +1 -0
  768. package/dist/help/components/Help.es.js +48 -0
  769. package/dist/help/components/Help.es.js.map +1 -0
  770. package/dist/help/components/HelpContent.es.js +25 -0
  771. package/dist/help/components/HelpContent.es.js.map +1 -0
  772. package/dist/help/components/HelpList.es.js +142 -0
  773. package/dist/help/components/HelpList.es.js.map +1 -0
  774. package/dist/help/components/content/BottomImageContent.es.js +51 -0
  775. package/dist/help/components/content/BottomImageContent.es.js.map +1 -0
  776. package/dist/help/components/content/ContentItem.es.js +46 -0
  777. package/dist/help/components/content/ContentItem.es.js.map +1 -0
  778. package/dist/help/components/content/Header.es.js +83 -0
  779. package/dist/help/components/content/Header.es.js.map +1 -0
  780. package/dist/help/components/content/LeftImageContent.es.js +57 -0
  781. package/dist/help/components/content/LeftImageContent.es.js.map +1 -0
  782. package/dist/help/components/content/NoImageContent.es.js +15 -0
  783. package/dist/help/components/content/NoImageContent.es.js.map +1 -0
  784. package/dist/help/components/content/RightImageContent.es.js +55 -0
  785. package/dist/help/components/content/RightImageContent.es.js.map +1 -0
  786. package/dist/help/components/content/TopImageContent.es.js +51 -0
  787. package/dist/help/components/content/TopImageContent.es.js.map +1 -0
  788. package/dist/help/components/content/section/Accounts.es.js +159 -0
  789. package/dist/help/components/content/section/Accounts.es.js.map +1 -0
  790. package/dist/help/components/content/section/Budgets.es.js +66 -0
  791. package/dist/help/components/content/section/Budgets.es.js.map +1 -0
  792. package/dist/help/components/content/section/CashFlow.es.js +47 -0
  793. package/dist/help/components/content/section/CashFlow.es.js.map +1 -0
  794. package/dist/help/components/content/section/Debts.es.js +168 -0
  795. package/dist/help/components/content/section/Debts.es.js.map +1 -0
  796. package/dist/help/components/content/section/General.es.js +84 -0
  797. package/dist/help/components/content/section/General.es.js.map +1 -0
  798. package/dist/help/components/content/section/Goals.es.js +112 -0
  799. package/dist/help/components/content/section/Goals.es.js.map +1 -0
  800. package/dist/help/components/content/section/Insights.es.js +79 -0
  801. package/dist/help/components/content/section/Insights.es.js.map +1 -0
  802. package/dist/help/components/content/section/Investments.es.js +48 -0
  803. package/dist/help/components/content/section/Investments.es.js.map +1 -0
  804. package/dist/help/components/content/section/Mobile.es.js +48 -0
  805. package/dist/help/components/content/section/Mobile.es.js.map +1 -0
  806. package/dist/help/components/content/section/NetWorth.es.js +61 -0
  807. package/dist/help/components/content/section/NetWorth.es.js.map +1 -0
  808. package/dist/help/components/content/section/Notifications.es.js +53 -0
  809. package/dist/help/components/content/section/Notifications.es.js.map +1 -0
  810. package/dist/help/components/content/section/RecurringTransactions.es.js +72 -0
  811. package/dist/help/components/content/section/RecurringTransactions.es.js.map +1 -0
  812. package/dist/help/components/content/section/Spending.es.js +63 -0
  813. package/dist/help/components/content/section/Spending.es.js.map +1 -0
  814. package/dist/help/components/content/section/Transactions.es.js +209 -0
  815. package/dist/help/components/content/section/Transactions.es.js.map +1 -0
  816. package/dist/help/components/content/section/Trends.es.js +43 -0
  817. package/dist/help/components/content/section/Trends.es.js.map +1 -0
  818. package/dist/help/components/content/section/index.es.js +37 -0
  819. package/dist/help/components/content/section/index.es.js.map +1 -0
  820. package/dist/help/components/requestsupport/ContactSupport.es.js +90 -0
  821. package/dist/help/components/requestsupport/ContactSupport.es.js.map +1 -0
  822. package/dist/help/components/requestsupport/HelpByCategoryList.es.js +99 -0
  823. package/dist/help/components/requestsupport/HelpByCategoryList.es.js.map +1 -0
  824. package/dist/help/components/requestsupport/MissingInstitution.es.js +103 -0
  825. package/dist/help/components/requestsupport/MissingInstitution.es.js.map +1 -0
  826. package/dist/help/components/requestsupport/PopularTopicsDrawer.es.js +52 -0
  827. package/dist/help/components/requestsupport/PopularTopicsDrawer.es.js.map +1 -0
  828. package/dist/help/components/requestsupport/PopularTopicsList.es.js +24 -0
  829. package/dist/help/components/requestsupport/PopularTopicsList.es.js.map +1 -0
  830. package/dist/help/components/requestsupport/PopularTopicsRow.es.js +40 -0
  831. package/dist/help/components/requestsupport/PopularTopicsRow.es.js.map +1 -0
  832. package/dist/help/components/requestsupport/RequestSupport.es.js +172 -0
  833. package/dist/help/components/requestsupport/RequestSupport.es.js.map +1 -0
  834. package/dist/help/components/requestsupport/RequestSupportFooter.es.js +46 -0
  835. package/dist/help/components/requestsupport/RequestSupportFooter.es.js.map +1 -0
  836. package/dist/help/components/requestsupport/RequestSupportHeader.es.js +47 -0
  837. package/dist/help/components/requestsupport/RequestSupportHeader.es.js.map +1 -0
  838. package/dist/help/components/requestsupport/RequestSupportInstitution.es.js +68 -0
  839. package/dist/help/components/requestsupport/RequestSupportInstitution.es.js.map +1 -0
  840. package/dist/help/components/requestsupport/SupportSuccessMessage.es.js +71 -0
  841. package/dist/help/components/requestsupport/SupportSuccessMessage.es.js.map +1 -0
  842. package/dist/help/constants/HelpImages.es.js +49 -0
  843. package/dist/help/constants/HelpImages.es.js.map +1 -0
  844. package/dist/help/index.es.js +4 -26
  845. package/dist/help/utils/getInstitutionsBasedOnGuid.es.js +16 -0
  846. package/dist/help/utils/getInstitutionsBasedOnGuid.es.js.map +1 -0
  847. package/dist/insights/components/feed/Header.es.js +75 -0
  848. package/dist/insights/components/feed/Header.es.js.map +1 -0
  849. package/dist/insights/components/insights/AccountDiscoverability/AccountDiscoverability.es.js +12 -0
  850. package/dist/insights/components/insights/AccountDiscoverability/AccountDiscoverability.es.js.map +1 -0
  851. package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/AmericanUpcomingTaxDeadlineAlert.es.js +22 -0
  852. package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/AmericanUpcomingTaxDeadlineAlert.es.js.map +1 -0
  853. package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/AmericanUpcomingTaxDeadlineAlert.es.js +274 -0
  854. package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/AmericanUpcomingTaxDeadlineAlert.es.js.map +1 -0
  855. package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/UpcomingTaxDeadlineAlertCIBC.es.js +56 -0
  856. package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/UpcomingTaxDeadlineAlertCIBC.es.js.map +1 -0
  857. package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandard.es.js +35 -0
  858. package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandard.es.js.map +1 -0
  859. package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandardMUI.es.js +41 -0
  860. package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandardMUI.es.js.map +1 -0
  861. package/dist/insights/components/insights/CashBack/CashBack.es.js +45 -0
  862. package/dist/insights/components/insights/CashBack/CashBack.es.js.map +1 -0
  863. package/dist/insights/components/insights/CashBack/images/CashBack.es.js +6 -0
  864. package/dist/insights/components/insights/CashBack/images/CashBack.es.js.map +1 -0
  865. package/dist/insights/components/insights/CategoryBudget/CategoryBudget.es.js +55 -0
  866. package/dist/insights/components/insights/CategoryBudget/CategoryBudget.es.js.map +1 -0
  867. package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2.es.js +46 -0
  868. package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2.es.js.map +1 -0
  869. package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2MUI.es.js +48 -0
  870. package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2MUI.es.js.map +1 -0
  871. package/dist/insights/components/insights/CelebrateCreditCardPayoff/CelebrateCreditCardPayoff.es.js +66 -0
  872. package/dist/insights/components/insights/CelebrateCreditCardPayoff/CelebrateCreditCardPayoff.es.js.map +1 -0
  873. package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffDark.es.js +85 -0
  874. package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffDark.es.js.map +1 -0
  875. package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffLight.es.js +85 -0
  876. package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffLight.es.js.map +1 -0
  877. package/dist/insights/components/insights/CustomTransaction/CustomTransaction.es.js +24 -0
  878. package/dist/insights/components/insights/CustomTransaction/CustomTransaction.es.js.map +1 -0
  879. package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsBody.es.js +120 -0
  880. package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsBody.es.js.map +1 -0
  881. package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsLearnMoreDrawerContent.es.js +143 -0
  882. package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsLearnMoreDrawerContent.es.js.map +1 -0
  883. package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsMiniInsight.es.js +20 -0
  884. package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsMiniInsight.es.js.map +1 -0
  885. package/dist/insights/components/insights/FederalBankHoliday/FederalBankHoliday.es.js +29 -0
  886. package/dist/insights/components/insights/FederalBankHoliday/FederalBankHoliday.es.js.map +1 -0
  887. package/dist/insights/components/insights/FederalBankHoliday/FederalBankHolidayMUI.es.js +20 -0
  888. package/dist/insights/components/insights/FederalBankHoliday/FederalBankHolidayMUI.es.js.map +1 -0
  889. package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHoliday.es.js +55 -0
  890. package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHoliday.es.js.map +1 -0
  891. package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHolidayMUI.es.js +494 -0
  892. package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHolidayMUI.es.js.map +1 -0
  893. package/dist/insights/components/insights/FederalBankHoliday/images/FederalHolidayCibc.es.js +88 -0
  894. package/dist/insights/components/insights/FederalBankHoliday/images/FederalHolidayCibc.es.js.map +1 -0
  895. package/dist/insights/components/insights/MarketingHub/Offer.es.js +44 -0
  896. package/dist/insights/components/insights/MarketingHub/Offer.es.js.map +1 -0
  897. package/dist/insights/components/insights/MonthlyDebtToIncomeComparisonV2/MonthlyDebtToIncomeComparisonV2.es.js +33 -0
  898. package/dist/insights/components/insights/MonthlyDebtToIncomeComparisonV2/MonthlyDebtToIncomeComparisonV2.es.js.map +1 -0
  899. package/dist/insights/components/insights/MonthlyEmergencyFundReview/LastMonthsContributionSection.es.js +29 -0
  900. package/dist/insights/components/insights/MonthlyEmergencyFundReview/LastMonthsContributionSection.es.js.map +1 -0
  901. package/dist/insights/components/insights/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody.es.js +42 -0
  902. package/dist/insights/components/insights/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody.es.js.map +1 -0
  903. package/dist/insights/components/insights/MonthlyEmergencyFundReview/ProjectedCompletionSection.es.js +27 -0
  904. package/dist/insights/components/insights/MonthlyEmergencyFundReview/ProjectedCompletionSection.es.js.map +1 -0
  905. package/dist/insights/components/insights/MonthlyEmergencyFundReview/TotalSection.es.js +28 -0
  906. package/dist/insights/components/insights/MonthlyEmergencyFundReview/TotalSection.es.js.map +1 -0
  907. package/dist/insights/components/insights/MonthlySavingsToIncomeComparison/MonthlySavingsToIncomeComparison.es.js +33 -0
  908. package/dist/insights/components/insights/MonthlySavingsToIncomeComparison/MonthlySavingsToIncomeComparison.es.js.map +1 -0
  909. package/dist/insights/components/insights/MonthlySpendToIncomeComparisonV2/MonthlySpendToIncomeComparisonV2.es.js +37 -0
  910. package/dist/insights/components/insights/MonthlySpendToIncomeComparisonV2/MonthlySpendToIncomeComparisonV2.es.js.map +1 -0
  911. package/dist/insights/components/insights/MonthlySpendingComparisonV2/MonthlySpendingComparisonV2.es.js +35 -0
  912. package/dist/insights/components/insights/MonthlySpendingComparisonV2/MonthlySpendingComparisonV2.es.js.map +1 -0
  913. package/dist/insights/components/insights/P2pCategorization/P2pCategorization.es.js +20 -0
  914. package/dist/insights/components/insights/P2pCategorization/P2pCategorization.es.js.map +1 -0
  915. package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationMultipleTransactions.es.js +83 -0
  916. package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationMultipleTransactions.es.js.map +1 -0
  917. package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationSingleTransaction.es.js +42 -0
  918. package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationSingleTransaction.es.js.map +1 -0
  919. package/dist/insights/components/insights/SavingsAccountBalancesSummary/SavingsAccountBalancesSummary.es.js +40 -0
  920. package/dist/insights/components/insights/SavingsAccountBalancesSummary/SavingsAccountBalancesSummary.es.js.map +1 -0
  921. package/dist/insights/components/insights/SetUpDirectDeposit/SetUpDirectDepositBody.es.js +19 -0
  922. package/dist/insights/components/insights/SetUpDirectDeposit/SetUpDirectDepositBody.es.js.map +1 -0
  923. package/dist/insights/components/insights/SharedDeposit/SharedDeposit.es.js +104 -0
  924. package/dist/insights/components/insights/SharedDeposit/SharedDeposit.es.js.map +1 -0
  925. package/dist/insights/components/insights/SwitchDirectDeposit/AccountBox.es.js +37 -0
  926. package/dist/insights/components/insights/SwitchDirectDeposit/AccountBox.es.js.map +1 -0
  927. package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositBody.es.js +25 -0
  928. package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositBody.es.js.map +1 -0
  929. package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositMainContainer.es.js +36 -0
  930. package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositMainContainer.es.js.map +1 -0
  931. package/dist/insights/components/insights/UnifiedDeposit/UnifiedDeposit.es.js +38 -0
  932. package/dist/insights/components/insights/UnifiedDeposit/UnifiedDeposit.es.js.map +1 -0
  933. package/dist/insights/components/insights/UnifiedDeposit/UnifiedDepositBody.es.js +86 -0
  934. package/dist/insights/components/insights/UnifiedDeposit/UnifiedDepositBody.es.js.map +1 -0
  935. package/dist/insights/components/insights/UserFeedback/StyledToggleButton.es.js +34 -0
  936. package/dist/insights/components/insights/UserFeedback/StyledToggleButton.es.js.map +1 -0
  937. package/dist/insights/components/insights/UserFeedback/UserFeedback.es.js +133 -0
  938. package/dist/insights/components/insights/UserFeedback/UserFeedback.es.js.map +1 -0
  939. package/dist/insights/components/insights/WeeklyNoSpendDays/BubbleWeek.es.js +59 -0
  940. package/dist/insights/components/insights/WeeklyNoSpendDays/BubbleWeek.es.js.map +1 -0
  941. package/dist/insights/components/insights/WeeklyNoSpendDays/NoSpendIcons.es.js +23 -0
  942. package/dist/insights/components/insights/WeeklyNoSpendDays/NoSpendIcons.es.js.map +1 -0
  943. package/dist/insights/components/insights/WeeklyNoSpendDays/WeeklyNoSpendDays.es.js +51 -0
  944. package/dist/insights/components/insights/WeeklyNoSpendDays/WeeklyNoSpendDays.es.js.map +1 -0
  945. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_0.es.js +6 -0
  946. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_0.es.js.map +1 -0
  947. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_1.es.js +6 -0
  948. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_1.es.js.map +1 -0
  949. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_2.es.js +6 -0
  950. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_2.es.js.map +1 -0
  951. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_3.es.js +6 -0
  952. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_3.es.js.map +1 -0
  953. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_4.es.js +6 -0
  954. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_4.es.js.map +1 -0
  955. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_5.es.js +6 -0
  956. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_5.es.js.map +1 -0
  957. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_6.es.js +6 -0
  958. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_6.es.js.map +1 -0
  959. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_7.es.js +6 -0
  960. package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_7.es.js.map +1 -0
  961. package/dist/insights/components/shared/BottomSheet.es.js +39 -0
  962. package/dist/insights/components/shared/BottomSheet.es.js.map +1 -0
  963. package/dist/insights/components/shared/ChartDrawerTemplate/ChartDrawerTemplate.es.js +66 -0
  964. package/dist/insights/components/shared/ChartDrawerTemplate/ChartDrawerTemplate.es.js.map +1 -0
  965. package/dist/insights/components/shared/ChartDrawerTemplate/TipSection.es.js +60 -0
  966. package/dist/insights/components/shared/ChartDrawerTemplate/TipSection.es.js.map +1 -0
  967. package/dist/insights/components/shared/ChartTransactionWithDrillDown.es.js +76 -0
  968. package/dist/insights/components/shared/ChartTransactionWithDrillDown.es.js.map +1 -0
  969. package/dist/insights/components/shared/Charts/BarChart/BarChart.es.js +147 -0
  970. package/dist/insights/components/shared/Charts/BarChart/BarChart.es.js.map +1 -0
  971. package/dist/insights/components/shared/Charts/BarChart/BarChartV2.es.js +148 -0
  972. package/dist/insights/components/shared/Charts/BarChart/BarChartV2.es.js.map +1 -0
  973. package/dist/insights/components/shared/Charts/BarChart/ChartLegend.es.js +75 -0
  974. package/dist/insights/components/shared/Charts/BarChart/ChartLegend.es.js.map +1 -0
  975. package/dist/insights/components/shared/Charts/BarChart/ChartLegendV2.es.js +80 -0
  976. package/dist/insights/components/shared/Charts/BarChart/ChartLegendV2.es.js.map +1 -0
  977. package/dist/insights/components/shared/Charts/BarChart/CustomBarPlot.es.js +73 -0
  978. package/dist/insights/components/shared/Charts/BarChart/CustomBarPlot.es.js.map +1 -0
  979. package/dist/insights/components/shared/Charts/BarChart/CustomBarPlotV2.d.ts +4 -1
  980. package/dist/insights/components/shared/Charts/BarChart/CustomBarPlotV2.es.js +32 -0
  981. package/dist/insights/components/shared/Charts/BarChart/CustomBarPlotV2.es.js.map +1 -0
  982. package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlot.es.js +52 -0
  983. package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlot.es.js.map +1 -0
  984. package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlotMXUI.es.js +46 -0
  985. package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlotMXUI.es.js.map +1 -0
  986. package/dist/insights/components/shared/Charts/BarChart/DoubleBarChart.es.js +118 -0
  987. package/dist/insights/components/shared/Charts/BarChart/DoubleBarChart.es.js.map +1 -0
  988. package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegend.es.js +73 -0
  989. package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegend.es.js.map +1 -0
  990. package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegendMXUI.es.js +73 -0
  991. package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegendMXUI.es.js.map +1 -0
  992. package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartMXUI.es.js +116 -0
  993. package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartMXUI.es.js.map +1 -0
  994. package/dist/insights/components/shared/Charts/EmptyBarChart.es.js +14 -0
  995. package/dist/insights/components/shared/Charts/EmptyBarChart.es.js.map +1 -0
  996. package/dist/insights/components/shared/Confetti.es.js +32 -0
  997. package/dist/insights/components/shared/Confetti.es.js.map +1 -0
  998. package/dist/insights/components/shared/ConnectionCard.es.js +90 -0
  999. package/dist/insights/components/shared/ConnectionCard.es.js.map +1 -0
  1000. package/dist/insights/components/shared/Coupon.es.js +66 -0
  1001. package/dist/insights/components/shared/Coupon.es.js.map +1 -0
  1002. package/dist/insights/components/shared/DeepLinks/DeepLinkDialog.es.js +34 -0
  1003. package/dist/insights/components/shared/DeepLinks/DeepLinkDialog.es.js.map +1 -0
  1004. package/dist/insights/components/shared/DeepLinks/DirectDeposit/Circle.es.js +20 -0
  1005. package/dist/insights/components/shared/DeepLinks/DirectDeposit/Circle.es.js.map +1 -0
  1006. package/dist/insights/components/shared/DeepLinks/DirectDeposit/DirectDepositDeepLink.es.js +163 -0
  1007. package/dist/insights/components/shared/DeepLinks/DirectDeposit/DirectDepositDeepLink.es.js.map +1 -0
  1008. package/dist/insights/components/shared/DeepLinks/DirectDeposit/Dot.es.js +19 -0
  1009. package/dist/insights/components/shared/DeepLinks/DirectDeposit/Dot.es.js.map +1 -0
  1010. package/dist/insights/components/shared/DeepLinks/DirectDeposit/Oval.es.js +16 -0
  1011. package/dist/insights/components/shared/DeepLinks/DirectDeposit/Oval.es.js.map +1 -0
  1012. package/dist/insights/components/shared/DirectDeposit/DirectDeposit.es.js +85 -0
  1013. package/dist/insights/components/shared/DirectDeposit/DirectDeposit.es.js.map +1 -0
  1014. package/dist/insights/components/shared/DirectDeposit/DirectDepositSubHeader.es.js +20 -0
  1015. package/dist/insights/components/shared/DirectDeposit/DirectDepositSubHeader.es.js.map +1 -0
  1016. package/dist/insights/components/shared/DirectDeposit/FullFeedBodyHeader.es.js +33 -0
  1017. package/dist/insights/components/shared/DirectDeposit/FullFeedBodyHeader.es.js.map +1 -0
  1018. package/dist/insights/components/shared/DirectDeposit/LeftBox.es.js +29 -0
  1019. package/dist/insights/components/shared/DirectDeposit/LeftBox.es.js.map +1 -0
  1020. package/dist/insights/components/shared/DirectDeposit/MiniBodyHeader.es.js +29 -0
  1021. package/dist/insights/components/shared/DirectDeposit/MiniBodyHeader.es.js.map +1 -0
  1022. package/dist/insights/components/shared/DirectDeposit/RightBox.es.js +43 -0
  1023. package/dist/insights/components/shared/DirectDeposit/RightBox.es.js.map +1 -0
  1024. package/dist/insights/components/shared/DiscoveredAccountsConnect.es.js +82 -0
  1025. package/dist/insights/components/shared/DiscoveredAccountsConnect.es.js.map +1 -0
  1026. package/dist/insights/components/shared/DrillDownCalculation/BalanceStepper.es.js +58 -0
  1027. package/dist/insights/components/shared/DrillDownCalculation/BalanceStepper.es.js.map +1 -0
  1028. package/dist/insights/components/shared/DrillDownCalculation/DrillDownCalculation.es.js +264 -0
  1029. package/dist/insights/components/shared/DrillDownCalculation/DrillDownCalculation.es.js.map +1 -0
  1030. package/dist/insights/components/shared/ErrorCard/ErrorCard.es.js +76 -0
  1031. package/dist/insights/components/shared/ErrorCard/ErrorCard.es.js.map +1 -0
  1032. package/dist/insights/components/shared/ErrorCard/images/ErrorViewCibc.es.js +57 -0
  1033. package/dist/insights/components/shared/ErrorCard/images/ErrorViewCibc.es.js.map +1 -0
  1034. package/dist/insights/components/shared/GenericFeedback/FeedbackButtons.es.js +47 -0
  1035. package/dist/insights/components/shared/GenericFeedback/FeedbackButtons.es.js.map +1 -0
  1036. package/dist/insights/components/shared/GenericFeedback/FeedbackDescription.es.js +16 -0
  1037. package/dist/insights/components/shared/GenericFeedback/FeedbackDescription.es.js.map +1 -0
  1038. package/dist/insights/components/shared/GenericFeedback/FeedbackHeader.es.js +29 -0
  1039. package/dist/insights/components/shared/GenericFeedback/FeedbackHeader.es.js.map +1 -0
  1040. package/dist/insights/components/shared/GenericFeedback/FeedbackOptions.es.js +50 -0
  1041. package/dist/insights/components/shared/GenericFeedback/FeedbackOptions.es.js.map +1 -0
  1042. package/dist/insights/components/shared/GenericFeedback/FeedbackText.es.js +45 -0
  1043. package/dist/insights/components/shared/GenericFeedback/FeedbackText.es.js.map +1 -0
  1044. package/dist/insights/components/shared/GoalProgress.es.js +42 -0
  1045. package/dist/insights/components/shared/GoalProgress.es.js.map +1 -0
  1046. package/dist/insights/components/shared/GradientBox.es.js +33 -0
  1047. package/dist/insights/components/shared/GradientBox.es.js.map +1 -0
  1048. package/dist/insights/components/shared/InsightsCard/BeatCard.es.js +31 -0
  1049. package/dist/insights/components/shared/InsightsCard/BeatCard.es.js.map +1 -0
  1050. package/dist/insights/components/shared/InsightsCard/BeatCardMUI.es.js +32 -0
  1051. package/dist/insights/components/shared/InsightsCard/BeatCardMUI.es.js.map +1 -0
  1052. package/dist/insights/components/shared/InsightsCard/CardButtonSection.es.js +20 -0
  1053. package/dist/insights/components/shared/InsightsCard/CardButtonSection.es.js.map +1 -0
  1054. package/dist/insights/components/shared/InsightsCard/CardError.es.js +30 -0
  1055. package/dist/insights/components/shared/InsightsCard/CardError.es.js.map +1 -0
  1056. package/dist/insights/components/shared/InsightsCard/CardFooter.es.js +24 -0
  1057. package/dist/insights/components/shared/InsightsCard/CardFooter.es.js.map +1 -0
  1058. package/dist/insights/components/shared/InsightsCard/CardHeader.es.js +28 -0
  1059. package/dist/insights/components/shared/InsightsCard/CardHeader.es.js.map +1 -0
  1060. package/dist/insights/components/shared/InsightsCard/CardHeaderMUI.es.js +30 -0
  1061. package/dist/insights/components/shared/InsightsCard/CardHeaderMUI.es.js.map +1 -0
  1062. package/dist/insights/components/shared/InsightsCard/CardLoading.es.js +21 -0
  1063. package/dist/insights/components/shared/InsightsCard/CardLoading.es.js.map +1 -0
  1064. package/dist/insights/components/shared/InsightsCard/ClientConfigurableCta.es.js +38 -0
  1065. package/dist/insights/components/shared/InsightsCard/ClientConfigurableCta.es.js.map +1 -0
  1066. package/dist/insights/components/shared/InsightsCard/ContentAndDescription.es.js +43 -0
  1067. package/dist/insights/components/shared/InsightsCard/ContentAndDescription.es.js.map +1 -0
  1068. package/dist/insights/components/shared/InsightsCard/ContentAndDescriptionMUI.es.js +43 -0
  1069. package/dist/insights/components/shared/InsightsCard/ContentAndDescriptionMUI.es.js.map +1 -0
  1070. package/dist/insights/components/shared/InsightsCard/Description.es.js +31 -0
  1071. package/dist/insights/components/shared/InsightsCard/Description.es.js.map +1 -0
  1072. package/dist/insights/components/shared/InsightsCard/DescriptionMUI.es.js +30 -0
  1073. package/dist/insights/components/shared/InsightsCard/DescriptionMUI.es.js.map +1 -0
  1074. package/dist/insights/components/shared/InsightsCard/EmbeddedCard.es.js +69 -0
  1075. package/dist/insights/components/shared/InsightsCard/EmbeddedCard.es.js.map +1 -0
  1076. package/dist/insights/components/shared/InsightsCard/FeedbackCard.es.js +120 -0
  1077. package/dist/insights/components/shared/InsightsCard/FeedbackCard.es.js.map +1 -0
  1078. package/dist/insights/components/shared/InsightsCard/InsightButton.es.js +25 -0
  1079. package/dist/insights/components/shared/InsightsCard/InsightButton.es.js.map +1 -0
  1080. package/dist/insights/components/shared/InsightsCard/MiniDescription.es.js +44 -0
  1081. package/dist/insights/components/shared/InsightsCard/MiniDescription.es.js.map +1 -0
  1082. package/dist/insights/components/shared/InsightsCard/MiniDescriptionMUI.es.js +42 -0
  1083. package/dist/insights/components/shared/InsightsCard/MiniDescriptionMUI.es.js.map +1 -0
  1084. package/dist/insights/components/shared/InsightsCard/images/BeatErrorView.es.js +728 -0
  1085. package/dist/insights/components/shared/InsightsCard/images/BeatErrorView.es.js.map +1 -0
  1086. package/dist/insights/components/shared/MenuAction.es.js +68 -0
  1087. package/dist/insights/components/shared/MenuAction.es.js.map +1 -0
  1088. package/dist/insights/components/shared/MiniInsightCard.es.js +69 -0
  1089. package/dist/insights/components/shared/MiniInsightCard.es.js.map +1 -0
  1090. package/dist/insights/components/shared/P2P/P2PMultipleCategorization.es.js +107 -0
  1091. package/dist/insights/components/shared/P2P/P2PMultipleCategorization.es.js.map +1 -0
  1092. package/dist/insights/components/shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount.es.js +75 -0
  1093. package/dist/insights/components/shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount.es.js.map +1 -0
  1094. package/dist/insights/components/shared/ProgressBar.es.js +39 -0
  1095. package/dist/insights/components/shared/ProgressBar.es.js.map +1 -0
  1096. package/dist/insights/components/shared/SaveAnExtra100/SaveAnExtra100.es.js +55 -0
  1097. package/dist/insights/components/shared/SaveAnExtra100/SaveAnExtra100.es.js.map +1 -0
  1098. package/dist/insights/components/shared/SaveEnoughToLiveOnBottomSection.es.js +77 -0
  1099. package/dist/insights/components/shared/SaveEnoughToLiveOnBottomSection.es.js.map +1 -0
  1100. package/dist/insights/components/shared/SaveEnoughToLiveOnTopSection.es.js +12 -0
  1101. package/dist/insights/components/shared/SaveEnoughToLiveOnTopSection.es.js.map +1 -0
  1102. package/dist/insights/components/shared/StatusIndicator.es.js +69 -0
  1103. package/dist/insights/components/shared/StatusIndicator.es.js.map +1 -0
  1104. package/dist/insights/components/shared/ThemedSVGImage.es.js +49 -0
  1105. package/dist/insights/components/shared/ThemedSVGImage.es.js.map +1 -0
  1106. package/dist/insights/components/shared/TransactionCard.es.js +93 -0
  1107. package/dist/insights/components/shared/TransactionCard.es.js.map +1 -0
  1108. package/dist/insights/components/shared/ZeroState/LinedCardZeroState.es.js +23 -0
  1109. package/dist/insights/components/shared/ZeroState/LinedCardZeroState.es.js.map +1 -0
  1110. package/dist/insights/components/shared/images/BarChartEmptyState.es.js +101 -0
  1111. package/dist/insights/components/shared/images/BarChartEmptyState.es.js.map +1 -0
  1112. package/dist/insights/components/shared/images/CouponLeft.es.js +104 -0
  1113. package/dist/insights/components/shared/images/CouponLeft.es.js.map +1 -0
  1114. package/dist/insights/components/shared/images/CouponLeftDark.es.js +104 -0
  1115. package/dist/insights/components/shared/images/CouponLeftDark.es.js.map +1 -0
  1116. package/dist/insights/components/shared/images/CouponPerferation.es.js +38 -0
  1117. package/dist/insights/components/shared/images/CouponPerferation.es.js.map +1 -0
  1118. package/dist/insights/components/shared/images/EmptyBarChart.es.js +101 -0
  1119. package/dist/insights/components/shared/images/EmptyBarChart.es.js.map +1 -0
  1120. package/dist/insights/components/shared/images/LinedCardZeroState.es.js +91 -0
  1121. package/dist/insights/components/shared/images/LinedCardZeroState.es.js.map +1 -0
  1122. package/dist/insights/components/shared/images/SaveEnoughToLiveOnBottom.es.js +21 -0
  1123. package/dist/insights/components/shared/images/SaveEnoughToLiveOnBottom.es.js.map +1 -0
  1124. package/dist/insights/components/shared/images/SaveEnoughToLiveOnTop.es.js +815 -0
  1125. package/dist/insights/components/shared/images/SaveEnoughToLiveOnTop.es.js.map +1 -0
  1126. package/dist/insights/hooks/useContainerDimensions.es.js +26 -0
  1127. package/dist/insights/hooks/useContainerDimensions.es.js.map +1 -0
  1128. package/dist/insights/images/Loading.es.js +6 -0
  1129. package/dist/insights/images/Loading.es.js.map +1 -0
  1130. package/dist/insights/index.es.js +183 -4871
  1131. package/dist/insights/types/Charts/BarChart.d.ts +2 -11
  1132. package/dist/insights/types/CommonBeat.es.js +8 -0
  1133. package/dist/insights/types/CommonBeat.es.js.map +1 -0
  1134. package/dist/investments/InvestmentsWidget.es.js +98 -0
  1135. package/dist/investments/InvestmentsWidget.es.js.map +1 -0
  1136. package/dist/investments/components/Allocation.es.js +55 -0
  1137. package/dist/investments/components/Allocation.es.js.map +1 -0
  1138. package/dist/investments/components/Analysis.es.js +167 -0
  1139. package/dist/investments/components/Analysis.es.js.map +1 -0
  1140. package/dist/investments/components/AnalysisDetails.es.js +86 -0
  1141. package/dist/investments/components/AnalysisDetails.es.js.map +1 -0
  1142. package/dist/investments/components/EmptyStateFooterComponent.es.js +52 -0
  1143. package/dist/investments/components/EmptyStateFooterComponent.es.js.map +1 -0
  1144. package/dist/investments/components/HeaderCell.es.js +28 -0
  1145. package/dist/investments/components/HeaderCell.es.js.map +1 -0
  1146. package/dist/investments/components/HoldingDrawer.es.js +343 -0
  1147. package/dist/investments/components/HoldingDrawer.es.js.map +1 -0
  1148. package/dist/investments/components/HoldingTable.es.js +199 -0
  1149. package/dist/investments/components/HoldingTable.es.js.map +1 -0
  1150. package/dist/investments/components/InfoToolTip.es.js +45 -0
  1151. package/dist/investments/components/InfoToolTip.es.js.map +1 -0
  1152. package/dist/investments/components/Overview.es.js +456 -0
  1153. package/dist/investments/components/Overview.es.js.map +1 -0
  1154. package/dist/investments/components/TabTitle.es.js +12 -0
  1155. package/dist/investments/components/TabTitle.es.js.map +1 -0
  1156. package/dist/investments/components/allocation/InvestementAllocationList.es.js +136 -0
  1157. package/dist/investments/components/allocation/InvestementAllocationList.es.js.map +1 -0
  1158. package/dist/investments/components/allocation/InvestmentsAllocationChart.es.js +86 -0
  1159. package/dist/investments/components/allocation/InvestmentsAllocationChart.es.js.map +1 -0
  1160. package/dist/investments/components/allocation/util/createInvestementsAllocationData.es.js +103 -0
  1161. package/dist/investments/components/allocation/util/createInvestementsAllocationData.es.js.map +1 -0
  1162. package/dist/investments/index.es.js +2 -1675
  1163. package/dist/merchants/components/MerchantLookup.es.js +91 -0
  1164. package/dist/merchants/components/MerchantLookup.es.js.map +1 -0
  1165. package/dist/merchants/index.es.js +2 -76
  1166. package/dist/microinsights/InsightsMicroWidget.es.js +109 -0
  1167. package/dist/microinsights/InsightsMicroWidget.es.js.map +1 -0
  1168. package/dist/microinsights/MicroCardTemplate.es.js +159 -0
  1169. package/dist/microinsights/MicroCardTemplate.es.js.map +1 -0
  1170. package/dist/microinsights/MicroWidgetContainer.es.js +24 -0
  1171. package/dist/microinsights/MicroWidgetContainer.es.js.map +1 -0
  1172. package/dist/microinsights/Spinner.es.js +19 -0
  1173. package/dist/microinsights/Spinner.es.js.map +1 -0
  1174. package/dist/microinsights/analytics.es.js +12 -0
  1175. package/dist/microinsights/analytics.es.js.map +1 -0
  1176. package/dist/microinsights/beaticons/AreaChartIcon.es.js +18 -0
  1177. package/dist/microinsights/beaticons/AreaChartIcon.es.js.map +1 -0
  1178. package/dist/microinsights/beaticons/AverageSpendComparisonIcon.es.js +23 -0
  1179. package/dist/microinsights/beaticons/AverageSpendComparisonIcon.es.js.map +1 -0
  1180. package/dist/microinsights/beaticons/BeatCategoryIcon.es.js +16 -0
  1181. package/dist/microinsights/beaticons/BeatCategoryIcon.es.js.map +1 -0
  1182. package/dist/microinsights/beaticons/BeatIcon.es.js +162 -0
  1183. package/dist/microinsights/beaticons/BeatIcon.es.js.map +1 -0
  1184. package/dist/microinsights/beaticons/BeatMaterialIcon.es.js +25 -0
  1185. package/dist/microinsights/beaticons/BeatMaterialIcon.es.js.map +1 -0
  1186. package/dist/microinsights/beaticons/BeatMerchantLogo.es.js +20 -0
  1187. package/dist/microinsights/beaticons/BeatMerchantLogo.es.js.map +1 -0
  1188. package/dist/microinsights/beaticons/ChartFilledIcon.es.js +21 -0
  1189. package/dist/microinsights/beaticons/ChartFilledIcon.es.js.map +1 -0
  1190. package/dist/microinsights/beaticons/InstitutionLogoIcon.es.js +12 -0
  1191. package/dist/microinsights/beaticons/InstitutionLogoIcon.es.js.map +1 -0
  1192. package/dist/microinsights/beaticons/MonthlySpendComparisonIcon.es.js +17 -0
  1193. package/dist/microinsights/beaticons/MonthlySpendComparisonIcon.es.js.map +1 -0
  1194. package/dist/microinsights/beaticons/ZeroStateIcon.es.js +722 -0
  1195. package/dist/microinsights/beaticons/ZeroStateIcon.es.js.map +1 -0
  1196. package/dist/microinsights/cards/InsightCard.es.js +71 -0
  1197. package/dist/microinsights/cards/InsightCard.es.js.map +1 -0
  1198. package/dist/microinsights/cards/NoRelevantInsightsCard.es.js +38 -0
  1199. package/dist/microinsights/cards/NoRelevantInsightsCard.es.js.map +1 -0
  1200. package/dist/microinsights/cards/ViewMoreMicroCard.es.js +43 -0
  1201. package/dist/microinsights/cards/ViewMoreMicroCard.es.js.map +1 -0
  1202. package/dist/microinsights/cards/ZeroStateCard.es.js +32 -0
  1203. package/dist/microinsights/cards/ZeroStateCard.es.js.map +1 -0
  1204. package/dist/microinsights/carousel/BeatList.es.js +37 -0
  1205. package/dist/microinsights/carousel/BeatList.es.js.map +1 -0
  1206. package/dist/microinsights/carousel/CarouselControls.es.js +63 -0
  1207. package/dist/microinsights/carousel/CarouselControls.es.js.map +1 -0
  1208. package/dist/microinsights/carousel/CarouselHeader.es.js +39 -0
  1209. package/dist/microinsights/carousel/CarouselHeader.es.js.map +1 -0
  1210. package/dist/microinsights/carousel/MicroBeatCarousel.es.js +147 -0
  1211. package/dist/microinsights/carousel/MicroBeatCarousel.es.js.map +1 -0
  1212. package/dist/microinsights/constants/Analytics.es.js +148 -0
  1213. package/dist/microinsights/constants/Analytics.es.js.map +1 -0
  1214. package/dist/microinsights/constants/App.es.js +11 -0
  1215. package/dist/microinsights/constants/App.es.js.map +1 -0
  1216. package/dist/microinsights/context/InsightsMicroWidgetDataProvider.es.js +17 -0
  1217. package/dist/microinsights/context/InsightsMicroWidgetDataProvider.es.js.map +1 -0
  1218. package/dist/microinsights/context/hooks.es.js +27 -0
  1219. package/dist/microinsights/context/hooks.es.js.map +1 -0
  1220. package/dist/microinsights/index.es.js +28 -826
  1221. package/dist/microinsights/stores/AppStore.es.js +27 -0
  1222. package/dist/microinsights/stores/AppStore.es.js.map +1 -0
  1223. package/dist/microinsights/stores/CopyStore.es.js +34 -0
  1224. package/dist/microinsights/stores/CopyStore.es.js.map +1 -0
  1225. package/dist/microinsights/stores/InsightsMicroWidgetStore.es.js +33 -0
  1226. package/dist/microinsights/stores/InsightsMicroWidgetStore.es.js.map +1 -0
  1227. package/dist/microinsights/utils/DataSeries.es.js +11 -0
  1228. package/dist/microinsights/utils/DataSeries.es.js.map +1 -0
  1229. package/dist/microinsights/utils/colorType.es.js +13 -0
  1230. package/dist/microinsights/utils/colorType.es.js.map +1 -0
  1231. package/dist/networth/NetWorthMicroWidget.es.js +40 -0
  1232. package/dist/networth/NetWorthMicroWidget.es.js.map +1 -0
  1233. package/dist/networth/NetWorthWidget.es.js +78 -0
  1234. package/dist/networth/NetWorthWidget.es.js.map +1 -0
  1235. package/dist/networth/components/AssetsLiabilitiesDetail.es.js +158 -0
  1236. package/dist/networth/components/AssetsLiabilitiesDetail.es.js.map +1 -0
  1237. package/dist/networth/components/GainsLossesDetail.es.js +137 -0
  1238. package/dist/networth/components/GainsLossesDetail.es.js.map +1 -0
  1239. package/dist/networth/components/NetWorthChange.es.js +34 -0
  1240. package/dist/networth/components/NetWorthChange.es.js.map +1 -0
  1241. package/dist/networth/components/NetWorthChart.es.js +58 -0
  1242. package/dist/networth/components/NetWorthChart.es.js.map +1 -0
  1243. package/dist/networth/components/NetWorthList.es.js +99 -0
  1244. package/dist/networth/components/NetWorthList.es.js.map +1 -0
  1245. package/dist/networth/components/NetWorthListItem.es.js +50 -0
  1246. package/dist/networth/components/NetWorthListItem.es.js.map +1 -0
  1247. package/dist/networth/components/NetWorthSummary.es.js +38 -0
  1248. package/dist/networth/components/NetWorthSummary.es.js.map +1 -0
  1249. package/dist/networth/components/micro/NetworthData.es.js +49 -0
  1250. package/dist/networth/components/micro/NetworthData.es.js.map +1 -0
  1251. package/dist/networth/components/micro/ZeroState.es.js +31 -0
  1252. package/dist/networth/components/micro/ZeroState.es.js.map +1 -0
  1253. package/dist/networth/index.es.js +4 -565
  1254. package/dist/notifications/components/DateRow.es.js +23 -0
  1255. package/dist/notifications/components/DateRow.es.js.map +1 -0
  1256. package/dist/notifications/components/NotificationBadge.es.js +33 -0
  1257. package/dist/notifications/components/NotificationBadge.es.js.map +1 -0
  1258. package/dist/notifications/components/NotificationCard.es.js +56 -0
  1259. package/dist/notifications/components/NotificationCard.es.js.map +1 -0
  1260. package/dist/notifications/components/NotificationDrawer.es.js +47 -0
  1261. package/dist/notifications/components/NotificationDrawer.es.js.map +1 -0
  1262. package/dist/notifications/components/NotificationList.es.js +42 -0
  1263. package/dist/notifications/components/NotificationList.es.js.map +1 -0
  1264. package/dist/notifications/components/NotificationsEmptyState.es.js +49 -0
  1265. package/dist/notifications/components/NotificationsEmptyState.es.js.map +1 -0
  1266. package/dist/notifications/constants/NotificationConstants.es.js +24 -0
  1267. package/dist/notifications/constants/NotificationConstants.es.js.map +1 -0
  1268. package/dist/notifications/index.es.js +6 -198
  1269. package/dist/recurringtransactions/RecurringTransactionsMicroWidget.es.js +54 -0
  1270. package/dist/recurringtransactions/RecurringTransactionsMicroWidget.es.js.map +1 -0
  1271. package/dist/recurringtransactions/RecurringTransactionsMiniWidget.es.js +47 -0
  1272. package/dist/recurringtransactions/RecurringTransactionsMiniWidget.es.js.map +1 -0
  1273. package/dist/recurringtransactions/RecurringTransactionsWidget.es.js +89 -0
  1274. package/dist/recurringtransactions/RecurringTransactionsWidget.es.js.map +1 -0
  1275. package/dist/recurringtransactions/ZeroStateMicroWidget.es.js +30 -0
  1276. package/dist/recurringtransactions/ZeroStateMicroWidget.es.js.map +1 -0
  1277. package/dist/recurringtransactions/components/MicroWidgetContent.es.js +103 -0
  1278. package/dist/recurringtransactions/components/MicroWidgetContent.es.js.map +1 -0
  1279. package/dist/recurringtransactions/components/MiniWidgetContent.es.js +45 -0
  1280. package/dist/recurringtransactions/components/MiniWidgetContent.es.js.map +1 -0
  1281. package/dist/recurringtransactions/components/PaymentSchedule.es.js +133 -0
  1282. package/dist/recurringtransactions/components/PaymentSchedule.es.js.map +1 -0
  1283. package/dist/recurringtransactions/components/RecurrenceBadges.es.js +64 -0
  1284. package/dist/recurringtransactions/components/RecurrenceBadges.es.js.map +1 -0
  1285. package/dist/recurringtransactions/components/RecurrenceList.es.js +87 -0
  1286. package/dist/recurringtransactions/components/RecurrenceList.es.js.map +1 -0
  1287. package/dist/recurringtransactions/components/RecurrenceRow.es.js +133 -0
  1288. package/dist/recurringtransactions/components/RecurrenceRow.es.js.map +1 -0
  1289. package/dist/recurringtransactions/components/RecurringSettingsDrawer.es.js +20 -0
  1290. package/dist/recurringtransactions/components/RecurringSettingsDrawer.es.js.map +1 -0
  1291. package/dist/recurringtransactions/components/RecurringStatus.es.js +114 -0
  1292. package/dist/recurringtransactions/components/RecurringStatus.es.js.map +1 -0
  1293. package/dist/recurringtransactions/components/RecurringTransactionDetails.es.js +181 -0
  1294. package/dist/recurringtransactions/components/RecurringTransactionDetails.es.js.map +1 -0
  1295. package/dist/recurringtransactions/components/RecurringTransactionDetailsDrawer.es.js +27 -0
  1296. package/dist/recurringtransactions/components/RecurringTransactionDetailsDrawer.es.js.map +1 -0
  1297. package/dist/recurringtransactions/components/RecurringTransactionList.es.js +181 -0
  1298. package/dist/recurringtransactions/components/RecurringTransactionList.es.js.map +1 -0
  1299. package/dist/recurringtransactions/components/RecurringTransactions.es.js +155 -0
  1300. package/dist/recurringtransactions/components/RecurringTransactions.es.js.map +1 -0
  1301. package/dist/recurringtransactions/components/UpcomingRecurrenceCard.es.js +63 -0
  1302. package/dist/recurringtransactions/components/UpcomingRecurrenceCard.es.js.map +1 -0
  1303. package/dist/recurringtransactions/components/actions/LinkTransactionDrawer.es.js +46 -0
  1304. package/dist/recurringtransactions/components/actions/LinkTransactionDrawer.es.js.map +1 -0
  1305. package/dist/recurringtransactions/components/actions/MarkAsPaidDialog.es.js +28 -0
  1306. package/dist/recurringtransactions/components/actions/MarkAsPaidDialog.es.js.map +1 -0
  1307. package/dist/recurringtransactions/components/actions/MarkAsUnpaidDialog.es.js +28 -0
  1308. package/dist/recurringtransactions/components/actions/MarkAsUnpaidDialog.es.js.map +1 -0
  1309. package/dist/recurringtransactions/components/actions/PaymentScheduleAction.es.js +47 -0
  1310. package/dist/recurringtransactions/components/actions/PaymentScheduleAction.es.js.map +1 -0
  1311. package/dist/recurringtransactions/components/micro/MerchantLogosRow.es.js +19 -0
  1312. package/dist/recurringtransactions/components/micro/MerchantLogosRow.es.js.map +1 -0
  1313. package/dist/recurringtransactions/components/micro/OverlappingMerchantLogos.es.js +33 -0
  1314. package/dist/recurringtransactions/components/micro/OverlappingMerchantLogos.es.js.map +1 -0
  1315. package/dist/recurringtransactions/components/micro/RecurrenceLegend.es.js +37 -0
  1316. package/dist/recurringtransactions/components/micro/RecurrenceLegend.es.js.map +1 -0
  1317. package/dist/recurringtransactions/components/recurrencecalendar/Legend.es.js +48 -0
  1318. package/dist/recurringtransactions/components/recurrencecalendar/Legend.es.js.map +1 -0
  1319. package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceCalendar.es.js +111 -0
  1320. package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceCalendar.es.js.map +1 -0
  1321. package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceDay.es.js +48 -0
  1322. package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceDay.es.js.map +1 -0
  1323. package/dist/recurringtransactions/components/shared/RecurringSettings.es.js +37 -0
  1324. package/dist/recurringtransactions/components/shared/RecurringSettings.es.js.map +1 -0
  1325. package/dist/recurringtransactions/components/shared/recurringsettings/AddRecurringTransaction.es.js +93 -0
  1326. package/dist/recurringtransactions/components/shared/recurringsettings/AddRecurringTransaction.es.js.map +1 -0
  1327. package/dist/recurringtransactions/components/shared/recurringsettings/AddRecurringTransactionDetails.es.js +42 -0
  1328. package/dist/recurringtransactions/components/shared/recurringsettings/AddRecurringTransactionDetails.es.js.map +1 -0
  1329. package/dist/recurringtransactions/components/shared/recurringsettings/ManageExpenses.es.js +57 -0
  1330. package/dist/recurringtransactions/components/shared/recurringsettings/ManageExpenses.es.js.map +1 -0
  1331. package/dist/recurringtransactions/components/shared/recurringsettings/ManageIncome.es.js +72 -0
  1332. package/dist/recurringtransactions/components/shared/recurringsettings/ManageIncome.es.js.map +1 -0
  1333. package/dist/recurringtransactions/components/shared/recurringsettings/RecurringRow.es.js +96 -0
  1334. package/dist/recurringtransactions/components/shared/recurringsettings/RecurringRow.es.js.map +1 -0
  1335. package/dist/recurringtransactions/components/shared/recurringsettings/RecurringSettingsZeroState.es.js +47 -0
  1336. package/dist/recurringtransactions/components/shared/recurringsettings/RecurringSettingsZeroState.es.js.map +1 -0
  1337. package/dist/recurringtransactions/components/shared/recurringsettings/SelectTransaction.es.js +45 -0
  1338. package/dist/recurringtransactions/components/shared/recurringsettings/SelectTransaction.es.js.map +1 -0
  1339. package/dist/recurringtransactions/index.es.js +18 -1022
  1340. package/dist/settings/NotificationSettingsWidget.es.js +32 -0
  1341. package/dist/settings/NotificationSettingsWidget.es.js.map +1 -0
  1342. package/dist/settings/SettingsWidget.es.js +82 -0
  1343. package/dist/settings/SettingsWidget.es.js.map +1 -0
  1344. package/dist/settings/TransactionRulesWidget.es.js +28 -0
  1345. package/dist/settings/TransactionRulesWidget.es.js.map +1 -0
  1346. package/dist/settings/components/SettingsWidgetContents.es.js +47 -0
  1347. package/dist/settings/components/SettingsWidgetContents.es.js.map +1 -0
  1348. package/dist/settings/components/devices/DeviceDialog.es.js +127 -0
  1349. package/dist/settings/components/devices/DeviceDialog.es.js.map +1 -0
  1350. package/dist/settings/components/devices/DeviceList.es.js +125 -0
  1351. package/dist/settings/components/devices/DeviceList.es.js.map +1 -0
  1352. package/dist/settings/components/devices/DeviceTab.es.js +107 -0
  1353. package/dist/settings/components/devices/DeviceTab.es.js.map +1 -0
  1354. package/dist/settings/components/devices/DeviceTable.es.js +120 -0
  1355. package/dist/settings/components/devices/DeviceTable.es.js.map +1 -0
  1356. package/dist/settings/components/notifications/AccountNotificationProfile.es.js +92 -0
  1357. package/dist/settings/components/notifications/AccountNotificationProfile.es.js.map +1 -0
  1358. package/dist/settings/components/notifications/AccountNotificationProfiles.es.js +44 -0
  1359. package/dist/settings/components/notifications/AccountNotificationProfiles.es.js.map +1 -0
  1360. package/dist/settings/components/notifications/AccountProfileListItem.es.js +84 -0
  1361. package/dist/settings/components/notifications/AccountProfileListItem.es.js.map +1 -0
  1362. package/dist/settings/components/notifications/BudgetNotificationProfiles.es.js +14 -0
  1363. package/dist/settings/components/notifications/BudgetNotificationProfiles.es.js.map +1 -0
  1364. package/dist/settings/components/notifications/DeliveryMethods.es.js +78 -0
  1365. package/dist/settings/components/notifications/DeliveryMethods.es.js.map +1 -0
  1366. package/dist/settings/components/notifications/InsightsNotificationProfiles.es.js +14 -0
  1367. package/dist/settings/components/notifications/InsightsNotificationProfiles.es.js.map +1 -0
  1368. package/dist/settings/components/notifications/NotificationProfile.es.js +80 -0
  1369. package/dist/settings/components/notifications/NotificationProfile.es.js.map +1 -0
  1370. package/dist/settings/components/notifications/NotificationSettings.es.js +94 -0
  1371. package/dist/settings/components/notifications/NotificationSettings.es.js.map +1 -0
  1372. package/dist/settings/components/notifications/PersonalDetails.es.js +111 -0
  1373. package/dist/settings/components/notifications/PersonalDetails.es.js.map +1 -0
  1374. package/dist/settings/components/profile/ProfileTab.es.js +178 -0
  1375. package/dist/settings/components/profile/ProfileTab.es.js.map +1 -0
  1376. package/dist/settings/components/profile/actions/VerifyEmailAction.es.js +88 -0
  1377. package/dist/settings/components/profile/actions/VerifyEmailAction.es.js.map +1 -0
  1378. package/dist/settings/components/profile/actions/VerifyPhoneAction.es.js +105 -0
  1379. package/dist/settings/components/profile/actions/VerifyPhoneAction.es.js.map +1 -0
  1380. package/dist/settings/components/profile/actions/VerifyTokenAction.es.js +40 -0
  1381. package/dist/settings/components/profile/actions/VerifyTokenAction.es.js.map +1 -0
  1382. package/dist/settings/components/transactionrules/TransactionRulesTab.es.js +35 -0
  1383. package/dist/settings/components/transactionrules/TransactionRulesTab.es.js.map +1 -0
  1384. package/dist/settings/components/transactionrules/actions/DeleteRuleAction.es.js +34 -0
  1385. package/dist/settings/components/transactionrules/actions/DeleteRuleAction.es.js.map +1 -0
  1386. package/dist/settings/components/transactionrules/actions/EditCategoryAction.es.js +31 -0
  1387. package/dist/settings/components/transactionrules/actions/EditCategoryAction.es.js.map +1 -0
  1388. package/dist/settings/components/transactionrules/actions/EditPayeeAction.es.js +45 -0
  1389. package/dist/settings/components/transactionrules/actions/EditPayeeAction.es.js.map +1 -0
  1390. package/dist/settings/components/transactionrules/actions/EditRuleAction.es.js +36 -0
  1391. package/dist/settings/components/transactionrules/actions/EditRuleAction.es.js.map +1 -0
  1392. package/dist/settings/components/transactionrules/components/EditRuleDetails.es.js +46 -0
  1393. package/dist/settings/components/transactionrules/components/EditRuleDetails.es.js.map +1 -0
  1394. package/dist/settings/components/transactionrules/components/RuleListItem.es.js +26 -0
  1395. package/dist/settings/components/transactionrules/components/RuleListItem.es.js.map +1 -0
  1396. package/dist/settings/constants/Settings.es.js +8 -0
  1397. package/dist/settings/constants/Settings.es.js.map +1 -0
  1398. package/dist/settings/index.es.js +23 -892
  1399. package/dist/spending/SpendingMiniWidget.es.js +41 -0
  1400. package/dist/spending/SpendingMiniWidget.es.js.map +1 -0
  1401. package/dist/spending/SpendingWidget.es.js +51 -0
  1402. package/dist/spending/SpendingWidget.es.js.map +1 -0
  1403. package/dist/spending/components/MiniSpendingChart.es.js +112 -0
  1404. package/dist/spending/components/MiniSpendingChart.es.js.map +1 -0
  1405. package/dist/spending/components/Spending.es.js +123 -0
  1406. package/dist/spending/components/Spending.es.js.map +1 -0
  1407. package/dist/spending/components/SpendingChart.es.js +60 -0
  1408. package/dist/spending/components/SpendingChart.es.js.map +1 -0
  1409. package/dist/spending/components/SpendingDonut.es.js +132 -0
  1410. package/dist/spending/components/SpendingDonut.es.js.map +1 -0
  1411. package/dist/spending/components/SpendingLegend.es.js +46 -0
  1412. package/dist/spending/components/SpendingLegend.es.js.map +1 -0
  1413. package/dist/spending/components/SpendingList.es.js +124 -0
  1414. package/dist/spending/components/SpendingList.es.js.map +1 -0
  1415. package/dist/spending/components/SpendingTabLabel.es.js +22 -0
  1416. package/dist/spending/components/SpendingTabLabel.es.js.map +1 -0
  1417. package/dist/spending/index.es.js +4 -491
  1418. package/dist/spending/utils/SpendingData.es.js +72 -0
  1419. package/dist/spending/utils/SpendingData.es.js.map +1 -0
  1420. package/dist/transactions/TransactionWidget.es.js +189 -0
  1421. package/dist/transactions/TransactionWidget.es.js.map +1 -0
  1422. package/dist/transactions/components/shared/TransactionDetails.es.js +255 -0
  1423. package/dist/transactions/components/shared/TransactionDetails.es.js.map +1 -0
  1424. package/dist/transactions/components/shared/TransactionList.es.js +92 -0
  1425. package/dist/transactions/components/shared/TransactionList.es.js.map +1 -0
  1426. package/dist/transactions/components/shared/TransactionTable.es.js +124 -0
  1427. package/dist/transactions/components/shared/TransactionTable.es.js.map +1 -0
  1428. package/dist/transactions/components/shared/getEmbeddedInstanceSlotByBeatTemplates.es.js +25 -0
  1429. package/dist/transactions/components/shared/getEmbeddedInstanceSlotByBeatTemplates.es.js.map +1 -0
  1430. package/dist/transactions/components/shared/transactiondetails/Description.es.js +85 -0
  1431. package/dist/transactions/components/shared/transactiondetails/Description.es.js.map +1 -0
  1432. package/dist/transactions/components/shared/transactiondetails/FlagTransaction.es.js +49 -0
  1433. package/dist/transactions/components/shared/transactiondetails/FlagTransaction.es.js.map +1 -0
  1434. package/dist/transactions/components/shared/transactiondetails/ManualTransactionDetails.es.js +151 -0
  1435. package/dist/transactions/components/shared/transactiondetails/ManualTransactionDetails.es.js.map +1 -0
  1436. package/dist/transactions/components/shared/transactiondetails/TransactionAmountHeader.es.js +39 -0
  1437. package/dist/transactions/components/shared/transactiondetails/TransactionAmountHeader.es.js.map +1 -0
  1438. package/dist/transactions/components/shared/transactiondetails/TransactionDetailsView.es.js +82 -0
  1439. package/dist/transactions/components/shared/transactiondetails/TransactionDetailsView.es.js.map +1 -0
  1440. package/dist/transactions/components/shared/transactiondetails/actions/AddMerchantBudgetAction.es.js +161 -0
  1441. package/dist/transactions/components/shared/transactiondetails/actions/AddMerchantBudgetAction.es.js.map +1 -0
  1442. package/dist/transactions/components/shared/transactiondetails/actions/CategoryAction.es.js +105 -0
  1443. package/dist/transactions/components/shared/transactiondetails/actions/CategoryAction.es.js.map +1 -0
  1444. package/dist/transactions/components/shared/transactiondetails/actions/DateAction.es.js +103 -0
  1445. package/dist/transactions/components/shared/transactiondetails/actions/DateAction.es.js.map +1 -0
  1446. package/dist/transactions/components/shared/transactiondetails/actions/DeleteAction.es.js +66 -0
  1447. package/dist/transactions/components/shared/transactiondetails/actions/DeleteAction.es.js.map +1 -0
  1448. package/dist/transactions/components/shared/transactiondetails/actions/DeleteLogoAction.es.js +77 -0
  1449. package/dist/transactions/components/shared/transactiondetails/actions/DeleteLogoAction.es.js.map +1 -0
  1450. package/dist/transactions/components/shared/transactiondetails/actions/ExcludeAction.es.js +90 -0
  1451. package/dist/transactions/components/shared/transactiondetails/actions/ExcludeAction.es.js.map +1 -0
  1452. package/dist/transactions/components/shared/transactiondetails/actions/MemoAction.es.js +101 -0
  1453. package/dist/transactions/components/shared/transactiondetails/actions/MemoAction.es.js.map +1 -0
  1454. package/dist/transactions/components/shared/transactiondetails/actions/SplitAction.es.js +150 -0
  1455. package/dist/transactions/components/shared/transactiondetails/actions/SplitAction.es.js.map +1 -0
  1456. package/dist/transactions/components/shared/transactiondetails/actions/TagsAction.es.js +94 -0
  1457. package/dist/transactions/components/shared/transactiondetails/actions/TagsAction.es.js.map +1 -0
  1458. package/dist/transactions/components/shared/transactionlist/TransactionRow.es.js +92 -0
  1459. package/dist/transactions/components/shared/transactionlist/TransactionRow.es.js.map +1 -0
  1460. package/dist/transactions/components/shared/transactionlist/ZeroState.es.js +39 -0
  1461. package/dist/transactions/components/shared/transactionlist/ZeroState.es.js.map +1 -0
  1462. package/dist/transactions/components/shared/transactiontable/cells/AccountCell.es.js +12 -0
  1463. package/dist/transactions/components/shared/transactiontable/cells/AccountCell.es.js.map +1 -0
  1464. package/dist/transactions/components/shared/transactiontable/cells/AmountCell.es.js +30 -0
  1465. package/dist/transactions/components/shared/transactiontable/cells/AmountCell.es.js.map +1 -0
  1466. package/dist/transactions/components/shared/transactiontable/cells/CategoryCell.es.js +38 -0
  1467. package/dist/transactions/components/shared/transactiontable/cells/CategoryCell.es.js.map +1 -0
  1468. package/dist/transactions/components/shared/transactiontable/cells/DateCell.es.js +14 -0
  1469. package/dist/transactions/components/shared/transactiontable/cells/DateCell.es.js.map +1 -0
  1470. package/dist/transactions/components/shared/transactiontable/cells/FlagCell.es.js +46 -0
  1471. package/dist/transactions/components/shared/transactiontable/cells/FlagCell.es.js.map +1 -0
  1472. package/dist/transactions/components/shared/transactiontable/cells/HeaderCell.es.js +12 -0
  1473. package/dist/transactions/components/shared/transactiontable/cells/HeaderCell.es.js.map +1 -0
  1474. package/dist/transactions/components/shared/transactiontable/cells/PayeeCell.es.js +28 -0
  1475. package/dist/transactions/components/shared/transactiontable/cells/PayeeCell.es.js.map +1 -0
  1476. package/dist/transactions/components/splitmanager/SplitManager.es.js +68 -0
  1477. package/dist/transactions/components/splitmanager/SplitManager.es.js.map +1 -0
  1478. package/dist/transactions/components/splitmanager/SplitRow.es.js +119 -0
  1479. package/dist/transactions/components/splitmanager/SplitRow.es.js.map +1 -0
  1480. package/dist/transactions/components/tagmanager/Header.es.js +68 -0
  1481. package/dist/transactions/components/tagmanager/Header.es.js.map +1 -0
  1482. package/dist/transactions/components/tagmanager/SearchBox.es.js +48 -0
  1483. package/dist/transactions/components/tagmanager/SearchBox.es.js.map +1 -0
  1484. package/dist/transactions/components/tagmanager/TagManager.es.js +36 -0
  1485. package/dist/transactions/components/tagmanager/TagManager.es.js.map +1 -0
  1486. package/dist/transactions/components/tagmanager/TagRow.es.js +108 -0
  1487. package/dist/transactions/components/tagmanager/TagRow.es.js.map +1 -0
  1488. package/dist/transactions/components/transactionwidget/AddAccountModal.es.js +33 -0
  1489. package/dist/transactions/components/transactionwidget/AddAccountModal.es.js.map +1 -0
  1490. package/dist/transactions/components/transactionwidget/actions/EditCategoryAction.es.js +44 -0
  1491. package/dist/transactions/components/transactionwidget/actions/EditCategoryAction.es.js.map +1 -0
  1492. package/dist/transactions/components/transactionwidget/actions/ExportCsvAction.es.js +26 -0
  1493. package/dist/transactions/components/transactionwidget/actions/ExportCsvAction.es.js.map +1 -0
  1494. package/dist/transactions/constants/Actions.es.js +22 -0
  1495. package/dist/transactions/constants/Actions.es.js.map +1 -0
  1496. package/dist/transactions/constants/OnClickEvents.es.js +50 -0
  1497. package/dist/transactions/constants/OnClickEvents.es.js.map +1 -0
  1498. package/dist/transactions/context/hooks.es.js +12 -0
  1499. package/dist/transactions/context/hooks.es.js.map +1 -0
  1500. package/dist/transactions/index.es.js +17 -604
  1501. package/dist/transactions/utils/Filters.es.js +11 -0
  1502. package/dist/transactions/utils/Filters.es.js.map +1 -0
  1503. package/dist/transactions/utils/Transactions.es.js +24 -0
  1504. package/dist/transactions/utils/Transactions.es.js.map +1 -0
  1505. package/dist/trends/TrendsFullWidget.es.js +154 -0
  1506. package/dist/trends/TrendsFullWidget.es.js.map +1 -0
  1507. package/dist/trends/TrendsMicroWidget.es.js +72 -0
  1508. package/dist/trends/TrendsMicroWidget.es.js.map +1 -0
  1509. package/dist/trends/TrendsMiniWidget.es.js +43 -0
  1510. package/dist/trends/TrendsMiniWidget.es.js.map +1 -0
  1511. package/dist/trends/TrendsWidget.es.js +207 -0
  1512. package/dist/trends/TrendsWidget.es.js.map +1 -0
  1513. package/dist/trends/ZeroStateMicroWidget.es.js +30 -0
  1514. package/dist/trends/ZeroStateMicroWidget.es.js.map +1 -0
  1515. package/dist/trends/components/CategoriesList.es.js +64 -0
  1516. package/dist/trends/components/CategoriesList.es.js.map +1 -0
  1517. package/dist/trends/components/CategoriesListItem.es.js +44 -0
  1518. package/dist/trends/components/CategoriesListItem.es.js.map +1 -0
  1519. package/dist/trends/components/CategoryDetailChart.es.js +45 -0
  1520. package/dist/trends/components/CategoryDetailChart.es.js.map +1 -0
  1521. package/dist/trends/components/CategoryDetails.es.js +104 -0
  1522. package/dist/trends/components/CategoryDetails.es.js.map +1 -0
  1523. package/dist/trends/components/DateRangeText.es.js +26 -0
  1524. package/dist/trends/components/DateRangeText.es.js.map +1 -0
  1525. package/dist/trends/components/SpendingChart.es.js +28 -0
  1526. package/dist/trends/components/SpendingChart.es.js.map +1 -0
  1527. package/dist/trends/components/TrendsChart.es.js +63 -0
  1528. package/dist/trends/components/TrendsChart.es.js.map +1 -0
  1529. package/dist/trends/components/TrendsChartTotals.es.js +58 -0
  1530. package/dist/trends/components/TrendsChartTotals.es.js.map +1 -0
  1531. package/dist/trends/components/TrendsDrawer.es.js +38 -0
  1532. package/dist/trends/components/TrendsDrawer.es.js.map +1 -0
  1533. package/dist/trends/components/TrendsInsights.es.js +38 -0
  1534. package/dist/trends/components/TrendsInsights.es.js.map +1 -0
  1535. package/dist/trends/components/TrendsMicroSpendingIncomeBox.es.js +82 -0
  1536. package/dist/trends/components/TrendsMicroSpendingIncomeBox.es.js.map +1 -0
  1537. package/dist/trends/components/TrendsTableContainer.es.js +56 -0
  1538. package/dist/trends/components/TrendsTableContainer.es.js.map +1 -0
  1539. package/dist/trends/components/TrendsViewToggle.es.js +28 -0
  1540. package/dist/trends/components/TrendsViewToggle.es.js.map +1 -0
  1541. package/dist/trends/components/trendstable/AccessibleSortIcon.es.js +49 -0
  1542. package/dist/trends/components/trendstable/AccessibleSortIcon.es.js.map +1 -0
  1543. package/dist/trends/components/trendstable/AmountCell.es.js +24 -0
  1544. package/dist/trends/components/trendstable/AmountCell.es.js.map +1 -0
  1545. package/dist/trends/components/trendstable/CategoryCell.es.js +30 -0
  1546. package/dist/trends/components/trendstable/CategoryCell.es.js.map +1 -0
  1547. package/dist/trends/components/trendstable/HeaderCell.es.js +12 -0
  1548. package/dist/trends/components/trendstable/HeaderCell.es.js.map +1 -0
  1549. package/dist/trends/components/trendstable/TrendsTable.es.js +53 -0
  1550. package/dist/trends/components/trendstable/TrendsTable.es.js.map +1 -0
  1551. package/dist/trends/constants/TrendsInsights.es.js +40 -0
  1552. package/dist/trends/constants/TrendsInsights.es.js.map +1 -0
  1553. package/dist/trends/constants/TrendsWidget.es.js +6 -0
  1554. package/dist/trends/constants/TrendsWidget.es.js.map +1 -0
  1555. package/dist/trends/index.es.js +8 -1612
  1556. package/dist/trends/utils/SpendingData.es.js +53 -0
  1557. package/dist/trends/utils/SpendingData.es.js.map +1 -0
  1558. package/dist/trends/utils/TrendsTable.es.js +101 -0
  1559. package/dist/trends/utils/TrendsTable.es.js.map +1 -0
  1560. package/dist/trends/utils/TrendsWidget.es.js +11 -0
  1561. package/dist/trends/utils/TrendsWidget.es.js.map +1 -0
  1562. package/dist/trends/utils/shared.es.js +18 -0
  1563. package/dist/trends/utils/shared.es.js.map +1 -0
  1564. package/package.json +34 -39
  1565. package/dist/Account-DR7Plrqy.mjs +0 -119
  1566. package/dist/Account-DR7Plrqy.mjs.map +0 -1
  1567. package/dist/AccountDetailsDrawer-DVZTB7Dp.mjs +0 -922
  1568. package/dist/AccountDetailsDrawer-DVZTB7Dp.mjs.map +0 -1
  1569. package/dist/AccountDetailsHeader-C84CSN2K.mjs +0 -230
  1570. package/dist/AccountDetailsHeader-C84CSN2K.mjs.map +0 -1
  1571. package/dist/AccountUtils-Cbh8r9cP.mjs +0 -29
  1572. package/dist/AccountUtils-Cbh8r9cP.mjs.map +0 -1
  1573. package/dist/Analytics-B8AaC22u.mjs +0 -54
  1574. package/dist/Analytics-B8AaC22u.mjs.map +0 -1
  1575. package/dist/Analytics-D-jdcL72.mjs +0 -140
  1576. package/dist/Analytics-D-jdcL72.mjs.map +0 -1
  1577. package/dist/ApiEndpoints-DXwIYNUV.mjs +0 -50
  1578. package/dist/ApiEndpoints-DXwIYNUV.mjs.map +0 -1
  1579. package/dist/BeatMaterialIcon-1KOfRZrA.mjs +0 -27
  1580. package/dist/BeatMaterialIcon-1KOfRZrA.mjs.map +0 -1
  1581. package/dist/BudgetUtil-Bg2AQJpQ.mjs +0 -75
  1582. package/dist/BudgetUtil-Bg2AQJpQ.mjs.map +0 -1
  1583. package/dist/Category-DEKZGLYe.mjs +0 -302
  1584. package/dist/Category-DEKZGLYe.mjs.map +0 -1
  1585. package/dist/CategorySelectorDrawer-CWZoNePh.mjs +0 -431
  1586. package/dist/CategorySelectorDrawer-CWZoNePh.mjs.map +0 -1
  1587. package/dist/Connect-BH0Pt6zc.mjs +0 -43
  1588. package/dist/Connect-BH0Pt6zc.mjs.map +0 -1
  1589. package/dist/ConnectCard-CVMLPujx.mjs +0 -55
  1590. package/dist/ConnectCard-CVMLPujx.mjs.map +0 -1
  1591. package/dist/ConnectDrawer-L-UwjKiw.mjs +0 -58
  1592. package/dist/ConnectDrawer-L-UwjKiw.mjs.map +0 -1
  1593. package/dist/ConnectionsDrawer-B2-IGB21.mjs +0 -54
  1594. package/dist/ConnectionsDrawer-B2-IGB21.mjs.map +0 -1
  1595. package/dist/CurrencyDialog-DumQCTPO.mjs +0 -374
  1596. package/dist/CurrencyDialog-DumQCTPO.mjs.map +0 -1
  1597. package/dist/CurrencyInput-DaGEQaLW.mjs +0 -88
  1598. package/dist/CurrencyInput-DaGEQaLW.mjs.map +0 -1
  1599. package/dist/CurrencyText-CCbE6MmF.mjs +0 -21
  1600. package/dist/CurrencyText-CCbE6MmF.mjs.map +0 -1
  1601. package/dist/DateFormats-HudZ3Bjs.mjs +0 -65
  1602. package/dist/DateFormats-HudZ3Bjs.mjs.map +0 -1
  1603. package/dist/DateUtil-Bl7d7C1W.mjs +0 -76
  1604. package/dist/DateUtil-Bl7d7C1W.mjs.map +0 -1
  1605. package/dist/DebtUtils-i4pI2Uoe.mjs +0 -154
  1606. package/dist/DebtUtils-i4pI2Uoe.mjs.map +0 -1
  1607. package/dist/Dialog-Bvd2n8hz.mjs +0 -67
  1608. package/dist/Dialog-Bvd2n8hz.mjs.map +0 -1
  1609. package/dist/Donut-SzzfZDHF.mjs +0 -89
  1610. package/dist/Donut-SzzfZDHF.mjs.map +0 -1
  1611. package/dist/Drawer-BDN1RgiP.mjs +0 -233
  1612. package/dist/Drawer-BDN1RgiP.mjs.map +0 -1
  1613. package/dist/EmbeddedCard-B1xiWlSD.mjs +0 -860
  1614. package/dist/EmbeddedCard-B1xiWlSD.mjs.map +0 -1
  1615. package/dist/EmptyState-CJUDc3kD.mjs +0 -85
  1616. package/dist/EmptyState-CJUDc3kD.mjs.map +0 -1
  1617. package/dist/Error-Dtw6yxkf.mjs +0 -85
  1618. package/dist/Error-Dtw6yxkf.mjs.map +0 -1
  1619. package/dist/ErrorBoundary-C7BlHx04.mjs +0 -27
  1620. package/dist/ErrorBoundary-C7BlHx04.mjs.map +0 -1
  1621. package/dist/ExportCsvAction-BmhxpUxp.mjs +0 -25
  1622. package/dist/ExportCsvAction-BmhxpUxp.mjs.map +0 -1
  1623. package/dist/GlobalAccountFilter-BhzR5Vb1.mjs +0 -230
  1624. package/dist/GlobalAccountFilter-BhzR5Vb1.mjs.map +0 -1
  1625. package/dist/GlobalCopyApi-CLhyon-B.mjs +0 -145
  1626. package/dist/GlobalCopyApi-CLhyon-B.mjs.map +0 -1
  1627. package/dist/GoalsUtil-C9EnLWvC.mjs +0 -108
  1628. package/dist/GoalsUtil-C9EnLWvC.mjs.map +0 -1
  1629. package/dist/HeaderCell-P8w6CmfO.mjs +0 -7
  1630. package/dist/HeaderCell-P8w6CmfO.mjs.map +0 -1
  1631. package/dist/Help-CkQTjORd.mjs +0 -300
  1632. package/dist/Help-CkQTjORd.mjs.map +0 -1
  1633. package/dist/Help-CsyZsI4_.mjs +0 -3210
  1634. package/dist/Help-CsyZsI4_.mjs.map +0 -1
  1635. package/dist/IconBacking-DgT8DCeh.mjs +0 -40
  1636. package/dist/IconBacking-DgT8DCeh.mjs.map +0 -1
  1637. package/dist/InformationTooltip-4su8bn1e.mjs +0 -42
  1638. package/dist/InformationTooltip-4su8bn1e.mjs.map +0 -1
  1639. package/dist/InvestmentUtil-BItV7uEs.mjs +0 -135
  1640. package/dist/InvestmentUtil-BItV7uEs.mjs.map +0 -1
  1641. package/dist/LineChart-CUfiH86G.mjs +0 -613
  1642. package/dist/LineChart-CUfiH86G.mjs.map +0 -1
  1643. package/dist/ListItemAction-BqUCLj_w.mjs +0 -70
  1644. package/dist/ListItemAction-BqUCLj_w.mjs.map +0 -1
  1645. package/dist/ListItemRow-kH1rn8Xu.mjs +0 -68
  1646. package/dist/ListItemRow-kH1rn8Xu.mjs.map +0 -1
  1647. package/dist/ListItemWrapper-DRse79Iu.mjs +0 -44
  1648. package/dist/ListItemWrapper-DRse79Iu.mjs.map +0 -1
  1649. package/dist/Loader-CxeBwuPG.mjs +0 -22
  1650. package/dist/Loader-CxeBwuPG.mjs.map +0 -1
  1651. package/dist/Localization-DnoVyBNK.mjs +0 -39
  1652. package/dist/Localization-DnoVyBNK.mjs.map +0 -1
  1653. package/dist/ManageIncome-Cy_iopks.mjs +0 -906
  1654. package/dist/ManageIncome-Cy_iopks.mjs.map +0 -1
  1655. package/dist/MicroWidgetContainer-B2NnKBgW.mjs +0 -46
  1656. package/dist/MicroWidgetContainer-B2NnKBgW.mjs.map +0 -1
  1657. package/dist/MiniWidgetContainer-Bmv_WeUd.mjs +0 -67
  1658. package/dist/MiniWidgetContainer-Bmv_WeUd.mjs.map +0 -1
  1659. package/dist/NetWorthUtils-Dj7CgAg2.mjs +0 -96
  1660. package/dist/NetWorthUtils-Dj7CgAg2.mjs.map +0 -1
  1661. package/dist/Notification-DTNYSd8P.mjs +0 -8
  1662. package/dist/Notification-DTNYSd8P.mjs.map +0 -1
  1663. package/dist/NotificationSettings-C7-S6PC1.mjs +0 -678
  1664. package/dist/NotificationSettings-C7-S6PC1.mjs.map +0 -1
  1665. package/dist/NotificationUtils-BRGFTePr.mjs +0 -24
  1666. package/dist/NotificationUtils-BRGFTePr.mjs.map +0 -1
  1667. package/dist/NumberFormatting--XMeeBfr.mjs +0 -50
  1668. package/dist/NumberFormatting--XMeeBfr.mjs.map +0 -1
  1669. package/dist/OriginalBalanceAction-YrvxBYAl.mjs +0 -115
  1670. package/dist/OriginalBalanceAction-YrvxBYAl.mjs.map +0 -1
  1671. package/dist/RecurringSettings-UHjXxW8J.mjs +0 -89
  1672. package/dist/RecurringSettings-UHjXxW8J.mjs.map +0 -1
  1673. package/dist/RecurringTransactionsUtil-CfWviBh1.mjs +0 -299
  1674. package/dist/RecurringTransactionsUtil-CfWviBh1.mjs.map +0 -1
  1675. package/dist/ResponsiveButton-CC9F_Ezk.mjs +0 -46
  1676. package/dist/ResponsiveButton-CC9F_Ezk.mjs.map +0 -1
  1677. package/dist/SearchBox-Cpgu_gdO.mjs +0 -51
  1678. package/dist/SearchBox-Cpgu_gdO.mjs.map +0 -1
  1679. package/dist/Select-CSpkK5cR.mjs +0 -62
  1680. package/dist/Select-CSpkK5cR.mjs.map +0 -1
  1681. package/dist/SelectionBox-B4xELRgp.mjs +0 -49
  1682. package/dist/SelectionBox-B4xELRgp.mjs.map +0 -1
  1683. package/dist/SingleSegmentDonut-7Uy6VEld.mjs +0 -70
  1684. package/dist/SingleSegmentDonut-7Uy6VEld.mjs.map +0 -1
  1685. package/dist/Sizes-DISGrlUg.mjs +0 -7
  1686. package/dist/Sizes-DISGrlUg.mjs.map +0 -1
  1687. package/dist/SkeletonLoader-BaNboJjD.mjs +0 -39
  1688. package/dist/SkeletonLoader-BaNboJjD.mjs.map +0 -1
  1689. package/dist/SpendingData-Fii_xATx.mjs +0 -54
  1690. package/dist/SpendingData-Fii_xATx.mjs.map +0 -1
  1691. package/dist/SpendingLegend-CxvNOg3c.mjs +0 -204
  1692. package/dist/SpendingLegend-CxvNOg3c.mjs.map +0 -1
  1693. package/dist/StatusBar-CPfSXe80.mjs +0 -31
  1694. package/dist/StatusBar-CPfSXe80.mjs.map +0 -1
  1695. package/dist/TabContentContainer-B0eYJP5p.mjs +0 -49
  1696. package/dist/TabContentContainer-B0eYJP5p.mjs.map +0 -1
  1697. package/dist/ToggleListItem-Dl1lXNwj.mjs +0 -92
  1698. package/dist/ToggleListItem-Dl1lXNwj.mjs.map +0 -1
  1699. package/dist/TransactionDetails-Nuyunc5m.mjs +0 -1710
  1700. package/dist/TransactionDetails-Nuyunc5m.mjs.map +0 -1
  1701. package/dist/TransactionUtils-BphBJBbU.mjs +0 -235
  1702. package/dist/TransactionUtils-BphBJBbU.mjs.map +0 -1
  1703. package/dist/TrendsUtil-D9z3kIj_.mjs +0 -70
  1704. package/dist/TrendsUtil-D9z3kIj_.mjs.map +0 -1
  1705. package/dist/UserStore-Cp-2Jtnw.mjs +0 -3210
  1706. package/dist/UserStore-Cp-2Jtnw.mjs.map +0 -1
  1707. package/dist/ViewMoreMicroCard-B4oeGrbE.mjs +0 -1280
  1708. package/dist/ViewMoreMicroCard-B4oeGrbE.mjs.map +0 -1
  1709. package/dist/WidgetContainer-By47tuTw.mjs +0 -487
  1710. package/dist/WidgetContainer-By47tuTw.mjs.map +0 -1
  1711. package/dist/accounts/components/ConnectStatus.d.ts +0 -7
  1712. package/dist/accounts/index.es.js.map +0 -1
  1713. package/dist/analytics/index.es.js.map +0 -1
  1714. package/dist/budgets/index.es.js.map +0 -1
  1715. package/dist/cashflow/index.es.js.map +0 -1
  1716. package/dist/categories/index.es.js.map +0 -1
  1717. package/dist/common/index.es.js.map +0 -1
  1718. package/dist/core/index.es.js.map +0 -1
  1719. package/dist/dashboard/index.es.js.map +0 -1
  1720. package/dist/debts/index.es.js.map +0 -1
  1721. package/dist/finstrong/index.es.js.map +0 -1
  1722. package/dist/goals/index.es.js.map +0 -1
  1723. package/dist/help/index.es.js.map +0 -1
  1724. package/dist/hooks-97sNJ_lf.mjs +0 -78
  1725. package/dist/hooks-97sNJ_lf.mjs.map +0 -1
  1726. package/dist/insights/index.es.js.map +0 -1
  1727. package/dist/investments/index.es.js.map +0 -1
  1728. package/dist/merchants/index.es.js.map +0 -1
  1729. package/dist/microinsights/index.es.js.map +0 -1
  1730. package/dist/networth/index.es.js.map +0 -1
  1731. package/dist/notifications/index.es.js.map +0 -1
  1732. package/dist/recurringtransactions/index.es.js.map +0 -1
  1733. package/dist/settings/index.es.js.map +0 -1
  1734. package/dist/spending/index.es.js.map +0 -1
  1735. package/dist/transactions/index.es.js.map +0 -1
  1736. package/dist/trends/index.es.js.map +0 -1
  1737. package/dist/useAccountDisplayName-BsiXA0qf.mjs +0 -24
  1738. package/dist/useAccountDisplayName-BsiXA0qf.mjs.map +0 -1
  1739. package/dist/useAriaLive-MkYebyUR.mjs +0 -36
  1740. package/dist/useAriaLive-MkYebyUR.mjs.map +0 -1
  1741. package/dist/useDimensions-CeDR9V8N.mjs +0 -37
  1742. package/dist/useDimensions-CeDR9V8N.mjs.map +0 -1
  1743. package/dist/useInsightsEnabled-D5Sdm0TJ.mjs +0 -12
  1744. package/dist/useInsightsEnabled-D5Sdm0TJ.mjs.map +0 -1
  1745. package/dist/useScreenSize-mWpmnh5w.mjs +0 -37
  1746. package/dist/useScreenSize-mWpmnh5w.mjs.map +0 -1
  1747. package/dist/useWidgetLoadTimer-B0tB-yzL.mjs +0 -20
  1748. package/dist/useWidgetLoadTimer-B0tB-yzL.mjs.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ZeroStateIcon.es.js","names":[],"sources":["../../../src/microinsights/beaticons/ZeroStateIcon.tsx"],"sourcesContent":["export const ZeroStateIcon = () => (\n <svg fill=\"none\" height=\"36\" viewBox=\"0 0 40 36\" width=\"40\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n clipRule=\"evenodd\"\n d=\"M24.9618 32.6003H9.92084C9.60559 32.6003 9.34766 32.3424 9.34766 32.0271V18.3125C9.34766 17.9972 9.60559 17.7393 9.92084 17.7393H24.9618C25.2771 17.7393 25.535 17.9972 25.535 18.3125V32.0271C25.535 32.3424 25.2771 32.6003 24.9618 32.6003Z\"\n fill=\"#CDD3DD\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M25.535 18.3124V19.5952H9.34766V18.3124C9.34766 17.9974 9.6055 17.7393 9.92084 17.7393H24.9618C25.2771 17.7393 25.535 17.9974 25.535 18.3124Z\"\n fill=\"#E8F6FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M10.8689 18.7157C10.8689 18.96 10.6709 19.158 10.4266 19.158C10.1824 19.158 9.98438 18.96 9.98438 18.7157C9.98438 18.4714 10.1824 18.2734 10.4266 18.2734C10.6709 18.2734 10.8689 18.4714 10.8689 18.7157Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M12.2986 18.7157C12.2986 18.96 12.1006 19.158 11.8563 19.158C11.6121 19.158 11.4141 18.96 11.4141 18.7157C11.4141 18.4714 11.6121 18.2734 11.8563 18.2734C12.1006 18.2734 12.2986 18.4714 12.2986 18.7157Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M13.7263 18.7157C13.7263 18.96 13.5283 19.158 13.2841 19.158C13.0398 19.158 12.8418 18.96 12.8418 18.7157C12.8418 18.4714 13.0398 18.2734 13.2841 18.2734C13.5283 18.2734 13.7263 18.4714 13.7263 18.7157Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M26.7313 35.6692H11.6904C11.3751 35.6692 11.1172 35.4112 11.1172 35.096V21.3813C11.1172 21.0661 11.3751 20.8081 11.6904 20.8081H26.7313C27.0466 20.8081 27.3045 21.0661 27.3045 21.3813V35.096C27.3045 35.4112 27.0466 35.6692 26.7313 35.6692Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M27.3045 21.3813V22.6641H11.1172V21.3813C11.1172 21.0662 11.375 20.8081 11.6904 20.8081H26.7313C27.0467 20.8081 27.3045 21.0662 27.3045 21.3813Z\"\n fill=\"#E8F6FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M12.6404 21.7846C12.6404 22.0288 12.4424 22.2268 12.1981 22.2268C11.9539 22.2268 11.7559 22.0288 11.7559 21.7846C11.7559 21.5403 11.9539 21.3423 12.1981 21.3423C12.4424 21.3423 12.6404 21.5403 12.6404 21.7846Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M14.0701 21.7846C14.0701 22.0288 13.8721 22.2268 13.6278 22.2268C13.3836 22.2268 13.1855 22.0288 13.1855 21.7846C13.1855 21.5403 13.3836 21.3423 13.6278 21.3423C13.8721 21.3423 14.0701 21.5403 14.0701 21.7846Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M15.4959 21.7846C15.4959 22.0288 15.2979 22.2268 15.0536 22.2268C14.8094 22.2268 14.6113 22.0288 14.6113 21.7846C14.6113 21.5403 14.8094 21.3423 15.0536 21.3423C15.2979 21.3423 15.4959 21.5403 15.4959 21.7846Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M38.0145 25.175H22.9736C22.6584 25.175 22.4004 24.9171 22.4004 24.6018V10.8871C22.4004 10.5719 22.6584 10.314 22.9736 10.314H38.0145C38.3298 10.314 38.5878 10.5719 38.5878 10.8871V24.6018C38.5878 24.9171 38.3298 25.175 38.0145 25.175Z\"\n fill=\"#EEF1F6\"\n fillRule=\"evenodd\"\n />\n <mask height=\"3\" id=\"mask0_1565_98011\" maskUnits=\"userSpaceOnUse\" width=\"17\" x=\"22\" y=\"10\">\n <path\n clipRule=\"evenodd\"\n d=\"M22.4004 10.3022H38.5878V12.1582H22.4004V10.3022Z\"\n fill=\"white\"\n fillRule=\"evenodd\"\n />\n </mask>\n <g mask=\"url(#mask0_1565_98011)\">\n <path\n clipRule=\"evenodd\"\n d=\"M38.5878 10.8754V12.1582H22.4004V10.8754C22.4004 10.5604 22.6582 10.3022 22.9736 10.3022H38.0146C38.3299 10.3022 38.5878 10.5604 38.5878 10.8754Z\"\n fill=\"#CDD3DD\"\n fillRule=\"evenodd\"\n />\n </g>\n <path\n clipRule=\"evenodd\"\n d=\"M23.9099 11.2802C23.9099 11.5244 23.7119 11.7224 23.4677 11.7224C23.2234 11.7224 23.0254 11.5244 23.0254 11.2802C23.0254 11.0359 23.2234 10.8379 23.4677 10.8379C23.7119 10.8379 23.9099 11.0359 23.9099 11.2802Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M25.3377 11.2802C25.3377 11.5244 25.1397 11.7224 24.8954 11.7224C24.6511 11.7224 24.4531 11.5244 24.4531 11.2802C24.4531 11.0359 24.6511 10.8379 24.8954 10.8379C25.1397 10.8379 25.3377 11.0359 25.3377 11.2802Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M26.7654 11.2802C26.7654 11.5244 26.5674 11.7224 26.3231 11.7224C26.0789 11.7224 25.8809 11.5244 25.8809 11.2802C25.8809 11.0359 26.0789 10.8379 26.3231 10.8379C26.5674 10.8379 26.7654 11.0359 26.7654 11.2802Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M29.1719 27.6866H32.7022V27.0142H29.1719V27.6866Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M29.1719 28.6871H39.2264V28.3726H29.1719V28.6871Z\"\n fill=\"#EEF1F6\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M29.1719 30.5064H39.5626V30.1919H29.1719V30.5064Z\"\n fill=\"#EEF1F6\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M29.1719 31.4156H40.0029V31.1011H29.1719V31.4156Z\"\n fill=\"#EEF1F6\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M29.1719 32.3253H35.7521V32.0107H29.1719V32.3253Z\"\n fill=\"#EEF1F6\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M29.1719 29.5953H40.0029V29.2808H29.1719V29.5953Z\"\n fill=\"#EEF1F6\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M9.98438 11.9322H13.1338V11.2598H9.98438V11.9322Z\"\n fill=\"#C3E4FF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M9.98438 12.9327H18.954V12.6182H9.98438V12.9327Z\"\n fill=\"#D6EEFF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M9.98438 14.7506H19.254V14.436H9.98438V14.7506Z\"\n fill=\"#D6EEFF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M9.98438 15.6602H16.8127V15.3457H9.98438V15.6602Z\"\n fill=\"#D6EEFF\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M9.98438 13.8409H19.6468V13.5264H9.98438V13.8409Z\"\n fill=\"#D6EEFF\"\n fillRule=\"evenodd\"\n />\n <g filter=\"url(#filter0_d_1565_98011)\">\n <mask height=\"22\" id=\"mask1_1565_98011\" maskUnits=\"userSpaceOnUse\" width=\"17\" x=\"16\" y=\"12\">\n <path\n clipRule=\"evenodd\"\n d=\"M16.5098 12.2725H32.8412V33.707H16.5098V12.2725Z\"\n fill=\"white\"\n fillRule=\"evenodd\"\n />\n </mask>\n <g mask=\"url(#mask1_1565_98011)\">\n <path\n clipRule=\"evenodd\"\n d=\"M32.3427 33.707H17.0083C16.7341 33.707 16.5098 33.4827 16.5098 33.2086V12.7709C16.5098 12.4968 16.7341 12.2725 17.0083 12.2725H32.3427C32.6169 12.2725 32.8412 12.4968 32.8412 12.7709V33.2086C32.8412 33.4827 32.6169 33.707 32.3427 33.707Z\"\n fill=\"white\"\n fillRule=\"evenodd\"\n />\n </g>\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 21.5786H31.134V21.1816H20.875V21.5786Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 22.4077H28.1023V22.0107H20.875V22.4077Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 31.8461H27.8799V31.3003H20.875V31.8461Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M18.7308 22.7869C18.1849 22.7869 17.7383 22.3404 17.7383 21.7946C17.7383 21.2488 18.1849 20.8022 18.7308 20.8022C19.2767 20.8022 19.7233 21.2488 19.7233 21.7946C19.7233 22.3404 19.2767 22.7869 18.7308 22.7869Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n stroke=\"#E4E8EE\"\n strokeWidth=\"0.176004\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M18.7308 29.3841C18.1849 29.3841 17.7383 28.9375 17.7383 28.3917C17.7383 27.8459 18.1849 27.3994 18.7308 27.3994C19.2767 27.3994 19.7233 27.8459 19.7233 28.3917C19.7233 28.9375 19.2767 29.3841 18.7308 29.3841Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n stroke=\"#E4E8EE\"\n strokeWidth=\"0.176004\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M18.7308 26.0862C18.1849 26.0862 17.7383 25.6397 17.7383 25.0939C17.7383 24.5481 18.1849 24.1016 18.7308 24.1016C19.2767 24.1016 19.7233 24.5481 19.7233 25.0939C19.7233 25.6397 19.2767 26.0862 18.7308 26.0862Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n stroke=\"#E4E8EE\"\n strokeWidth=\"0.176004\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 24.8764H31.134V24.4795H20.875V24.8764Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 25.707H28.1023V25.3101H20.875V25.707Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 28.1758H31.134V27.7788H20.875V28.1758Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 29.0049H28.1023V28.6079H20.875V29.0049Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M17.7383 18.0811L18.4668 18.657L19.758 17.1641\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n d=\"M17.7383 18.0811L18.4668 18.657L19.758 17.1641\"\n stroke=\"#E4E8EE\"\n strokeWidth=\"0.264005\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M17.7383 14.7823L18.4668 15.3582L19.758 13.8652\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n d=\"M17.7383 14.7823L18.4668 15.3582L19.758 13.8652\"\n stroke=\"#E4E8EE\"\n strokeWidth=\"0.264005\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 14.3389H31.134V13.8369H20.875V14.3389Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 15.3878H28.1023V14.8857H20.875V15.3878Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.4648 14.0869H31.545H20.4648Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path d=\"M20.4648 14.0869H31.545\" stroke=\"#E4E8EE\" strokeWidth=\"0.0880018\" />\n <path\n clipRule=\"evenodd\"\n d=\"M20.4648 15.1372H28.4939H20.4648Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path d=\"M20.4648 15.1372H28.4939\" stroke=\"#E4E8EE\" strokeWidth=\"0.0880018\" />\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 17.6368H31.134V17.1348H20.875V17.6368Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.875 18.6861H28.1023V18.1841H20.875V18.6861Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M20.4648 17.3858H31.545H20.4648Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path d=\"M20.4648 17.3858H31.545\" stroke=\"#E4E8EE\" strokeWidth=\"0.0880018\" />\n <path\n clipRule=\"evenodd\"\n d=\"M20.4648 18.4356H28.4939H20.4648Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path d=\"M20.4648 18.4356H28.4939\" stroke=\"#E4E8EE\" strokeWidth=\"0.0880018\" />\n <path\n clipRule=\"evenodd\"\n d=\"M18.2832 19.8984H31.0117H18.2832Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path d=\"M18.2832 19.8984H31.0117\" stroke=\"#E4E8EE\" strokeWidth=\"0.0880018\" />\n <path\n clipRule=\"evenodd\"\n d=\"M18.7295 30.8101V32.3377V30.8101Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path d=\"M18.7295 30.8101V32.3377\" stroke=\"#E4E8EE\" strokeWidth=\"0.264005\" />\n <path\n clipRule=\"evenodd\"\n d=\"M17.9668 31.5737H19.4947H17.9668Z\"\n fill=\"#E4E8EE\"\n fillRule=\"evenodd\"\n />\n <path d=\"M17.9668 31.5737H19.4947\" stroke=\"#E4E8EE\" strokeWidth=\"0.264005\" />\n </g>\n <g filter=\"url(#filter1_d_1565_98011)\">\n <circle cx=\"15.0441\" cy=\"16.0441\" fill=\"#CDD3DD\" r=\"15.0441\" />\n <mask height=\"30\" id=\"mask2_1565_98011\" maskUnits=\"userSpaceOnUse\" width=\"30\" x=\"0\" y=\"1\">\n <circle cx=\"15.0435\" cy=\"16.0445\" fill=\"#F8F9FB\" r=\"14.3951\" />\n </mask>\n <g mask=\"url(#mask2_1565_98011)\">\n <rect fill=\"white\" height=\"31.1359\" transform=\"translate(0 0.162598)\" width=\"31.0101\" />\n <rect fill=\"#A8B1BD\" height=\"3.0172\" rx=\"0.167622\" width=\"3.0172\" x=\"3.26953\" y=\"4.52002\" />\n <rect fill=\"#A8B1BD\" height=\"3.0172\" rx=\"0.167622\" width=\"3.0172\" x=\"3.26953\" y=\"17.1758\" />\n <rect fill=\"#A8B1BD\" height=\"3.0172\" rx=\"0.167622\" width=\"3.0172\" x=\"3.26953\" y=\"26.0186\" />\n <rect fill=\"#A8B1BD\" height=\"3.0172\" rx=\"0.167622\" width=\"3.0172\" x=\"3.26953\" y=\"9.04541\" />\n <rect\n fill=\"#CDD3DD\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"10.9793\"\n x=\"6.87305\"\n y=\"4.52002\"\n />\n <rect\n fill=\"#CDD3DD\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"10.9793\"\n x=\"6.87305\"\n y=\"17.1758\"\n />\n <rect\n fill=\"#CDD3DD\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"10.9793\"\n x=\"6.87305\"\n y=\"26.0186\"\n />\n <rect\n fill=\"#CDD3DD\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"10.9793\"\n x=\"6.87305\"\n y=\"9.04541\"\n />\n <rect\n fill=\"#EEF1F6\"\n height=\"0.880018\"\n rx=\"0.167622\"\n width=\"10.9793\"\n x=\"3.26953\"\n y=\"2.34131\"\n />\n <rect\n fill=\"#EEF1F6\"\n height=\"0.880018\"\n rx=\"0.167622\"\n width=\"10.9793\"\n x=\"3.26953\"\n y=\"14.9971\"\n />\n <rect\n fill=\"#EEF1F6\"\n height=\"0.880018\"\n rx=\"0.167622\"\n width=\"10.9793\"\n x=\"3.26953\"\n y=\"23.8389\"\n />\n <rect\n fill=\"#EEF1F6\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"8.50684\"\n x=\"6.87305\"\n y=\"6.36377\"\n />\n <rect\n fill=\"#EEF1F6\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"8.50684\"\n x=\"6.87305\"\n y=\"19.0195\"\n />\n <rect\n fill=\"#EEF1F6\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"8.50684\"\n x=\"6.87305\"\n y=\"27.8613\"\n />\n <rect\n fill=\"#EEF1F6\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"8.50684\"\n x=\"6.87305\"\n y=\"10.8892\"\n />\n <rect\n fill=\"#A8B1BD\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"5.15439\"\n x=\"21.666\"\n y=\"5.44238\"\n />\n <rect\n fill=\"#A8B1BD\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"5.15439\"\n x=\"21.666\"\n y=\"18.0972\"\n />\n <rect\n fill=\"#A8B1BD\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"5.15439\"\n x=\"21.666\"\n y=\"26.9399\"\n />\n <rect\n fill=\"#A8B1BD\"\n height=\"1.17336\"\n rx=\"0.167622\"\n width=\"5.15439\"\n x=\"21.666\"\n y=\"9.96826\"\n />\n <path d=\"M2.64062 8.25H27.4487\" stroke=\"#E4E8EE\" strokeWidth=\"0.0838112\" />\n <path d=\"M2.64062 20.9058H27.4487\" stroke=\"#E4E8EE\" strokeWidth=\"0.0838112\" />\n <path d=\"M2.64062 29.7476H27.4487\" stroke=\"#E4E8EE\" strokeWidth=\"0.0838112\" />\n <path d=\"M2.64062 12.7759H27.4487\" stroke=\"#E4E8EE\" strokeWidth=\"0.0838112\" />\n <path d=\"M2.64062 3.72412H27.4487\" stroke=\"#E4E8EE\" strokeWidth=\"0.0838112\" />\n <path d=\"M2.64062 16.3799H27.4487\" stroke=\"#E4E8EE\" strokeWidth=\"0.0838112\" />\n <path d=\"M2.64062 25.2217H27.4487\" stroke=\"#E4E8EE\" strokeWidth=\"0.0838112\" />\n <path d=\"M2.64062 8.25H27.4487\" stroke=\"#E4E8EE\" strokeWidth=\"0.0838112\" />\n <path d=\"M2.64062 20.9058H27.4487\" stroke=\"#E4E8EE\" strokeWidth=\"0.0838112\" />\n <path d=\"M2.64062 29.7476H27.4487\" stroke=\"#E4E8EE\" strokeWidth=\"0.0838112\" />\n </g>\n </g>\n <path\n d=\"M24.1888 27.3166L24.4326 27.0728L25.6395 27.8404L32.2915 34.4924C32.4911 34.6919 32.4911 35.0154 32.2915 35.215C32.092 35.4145 31.7685 35.4145 31.569 35.215L24.9487 28.5947L24.1888 27.3166Z\"\n fill=\"#CDD3DD\"\n />\n <defs>\n <filter\n colorInterpolationFilters=\"sRGB\"\n filterUnits=\"userSpaceOnUse\"\n height=\"22.1051\"\n id=\"filter0_d_1565_98011\"\n width=\"17.0025\"\n x=\"16.1745\"\n y=\"12.0629\"\n >\n <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n result=\"hardAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n />\n <feOffset dy=\"0.125717\" />\n <feGaussianBlur stdDeviation=\"0.167622\" />\n <feColorMatrix\n type=\"matrix\"\n values=\"0 0 0 0 0.341176 0 0 0 0 0.4 0 0 0 0 0.458824 0 0 0 0.15 0\"\n />\n <feBlend in2=\"BackgroundImageFix\" mode=\"normal\" result=\"effect1_dropShadow_1565_98011\" />\n <feBlend\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_1565_98011\"\n mode=\"normal\"\n result=\"shape\"\n />\n </filter>\n <filter\n colorInterpolationFilters=\"sRGB\"\n filterUnits=\"userSpaceOnUse\"\n height=\"31.7646\"\n id=\"filter1_d_1565_98011\"\n width=\"31.7641\"\n x=\"-0.838112\"\n y=\"0.580944\"\n >\n <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n result=\"hardAlpha\"\n type=\"matrix\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n />\n <feOffset dy=\"0.419056\" />\n <feGaussianBlur stdDeviation=\"0.419056\" />\n <feColorMatrix\n type=\"matrix\"\n values=\"0 0 0 0 0.341176 0 0 0 0 0.4 0 0 0 0 0.458824 0 0 0 0.16 0\"\n />\n <feBlend in2=\"BackgroundImageFix\" mode=\"normal\" result=\"effect1_dropShadow_1565_98011\" />\n <feBlend\n in=\"SourceGraphic\"\n in2=\"effect1_dropShadow_1565_98011\"\n mode=\"normal\"\n result=\"shape\"\n />\n </filter>\n </defs>\n </svg>\n)\n"],"mappings":"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"}
@@ -0,0 +1,71 @@
1
+ import { ON_CLICK_EVENT as C, ON_VIEW_EVENT as O, ON_VIEW_FIRST_TIME_EVENT as T } from "../constants/Analytics.es.js";
2
+ import { BeatIcon as V } from "../beaticons/BeatIcon.es.js";
3
+ import { useCopyStore as N, useEvent as k, useInsightsMicroWidgetStore as v } from "../context/hooks.es.js";
4
+ import M from "../MicroCardTemplate.es.js";
5
+ import { useEffect as p } from "react";
6
+ import { jsx as _ } from "react/jsx-runtime";
7
+ import { useInView as w } from "react-intersection-observer";
8
+ var K = ({ ariaLabel: s, beat: i, elevation: l, index: m, isActiveCard: a, onCardClick: o, posthog: t, widthOverrides: d, variant: g, showIcon: f, heightOverrides: u }) => {
9
+ const { ref: h, inView: r } = w({ threshold: 1 }), { cardsCopy: E } = N(), { onEvent: n } = k(), { updateBeat: I, updateOffer: y } = v();
10
+ p(() => {
11
+ r && (i.has_been_displayed ? n(O(i.template)) : (i.guid.startsWith("OFR") ? y({
12
+ ...i,
13
+ has_been_displayed: !0
14
+ }) : I({
15
+ ...i,
16
+ has_been_displayed: !0
17
+ }), n(T(i.template))));
18
+ }, [r]), p(() => {
19
+ if (r && i) if (i.template === "MarketingOffer") {
20
+ const e = i;
21
+ t?.capture("viewed_messaging_insight", {
22
+ template: i.template,
23
+ campaign_guid: e.campaign_guid,
24
+ campaign_name: e.pulse_campaign_name
25
+ });
26
+ } else t?.capture("viewed_insight", {
27
+ beat_guid: i.guid,
28
+ template: i.template,
29
+ position: m
30
+ });
31
+ }, [
32
+ i,
33
+ m,
34
+ r
35
+ ]);
36
+ const c = () => {
37
+ if (o && o(i), n(C(i.template)), i.template === "MarketingOffer") {
38
+ const e = i;
39
+ t?.capture("clicked_messaging_insight", {
40
+ template: i.template,
41
+ campaign_guid: e.campaign_guid,
42
+ campaign_name: e.pulse_campaign_name
43
+ });
44
+ } else t?.capture("clicked_insight", {
45
+ beat_guid: i.guid,
46
+ template: i.template,
47
+ position: m
48
+ });
49
+ };
50
+ return /* @__PURE__ */ _(M, {
51
+ "aria-roledescription": "slide",
52
+ ariaLabel: s,
53
+ description: i?.html_micro_description && i?.html_micro_description.length > 0 ? i.html_micro_description : i.html_description || "",
54
+ elevation: l,
55
+ heightOverrides: u,
56
+ icon: f && /* @__PURE__ */ _(V, { beat: i }),
57
+ isActiveCard: a,
58
+ onCardClick: c,
59
+ onPrimaryAction: c,
60
+ primaryActionText: i.micro_call_to_action || E?.micro_card_cta,
61
+ ref: h,
62
+ title: i.micro_title && i.micro_title.length > 0 ? i.micro_title : i.title,
63
+ variant: g,
64
+ widthOverrides: d
65
+ });
66
+ };
67
+ export {
68
+ K as InsightCard
69
+ };
70
+
71
+ //# sourceMappingURL=InsightCard.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InsightCard.es.js","names":[],"sources":["../../../src/microinsights/cards/InsightCard.tsx"],"sourcesContent":["import React, { useEffect } from 'react'\nimport { useInView } from 'react-intersection-observer'\n\nimport { BeatIcon } from '../beaticons'\n\nimport { useCopyStore, useEvent, useInsightsMicroWidgetStore } from '../context/hooks'\n\nimport { ON_CLICK_EVENT, ON_VIEW_EVENT, ON_VIEW_FIRST_TIME_EVENT } from '../constants/Analytics'\nimport { VIEW_THRESHOLD } from '../constants/App'\n\nimport type { BeatLikeOffer, MicroInsightCardProps } from '../interfaces'\nimport type { Beat } from '../../core/types/Beat'\nimport MicroCardTemplate from '../MicroCardTemplate'\n\nexport interface InsightCardProps extends MicroInsightCardProps {\n beat: Beat | BeatLikeOffer\n index?: number\n}\n\nexport const InsightCard: React.FC<InsightCardProps> = ({\n ariaLabel,\n beat,\n elevation,\n index,\n isActiveCard,\n onCardClick,\n posthog,\n widthOverrides,\n variant,\n showIcon,\n heightOverrides,\n}) => {\n const { ref, inView } = useInView({\n threshold: VIEW_THRESHOLD,\n })\n\n // *************** Context functions *********************\n const { cardsCopy } = useCopyStore()\n const { onEvent } = useEvent()\n const { updateBeat, updateOffer } = useInsightsMicroWidgetStore()\n\n // ************** Use Effects Hooks **********************\n useEffect(() => {\n if (inView) {\n if (!beat.has_been_displayed) {\n if (beat.guid.startsWith('OFR')) {\n updateOffer({\n ...beat,\n has_been_displayed: true,\n })\n } else {\n updateBeat({\n ...beat,\n has_been_displayed: true,\n })\n }\n onEvent(ON_VIEW_FIRST_TIME_EVENT(beat.template))\n } else {\n onEvent(ON_VIEW_EVENT(beat.template))\n }\n }\n }, [inView])\n\n useEffect(() => {\n if (inView && beat) {\n if (beat.template === 'MarketingOffer') {\n const offerBeat = beat as BeatLikeOffer\n posthog?.capture('viewed_messaging_insight', {\n template: beat.template,\n campaign_guid: offerBeat.campaign_guid,\n campaign_name: offerBeat.pulse_campaign_name,\n })\n } else {\n posthog?.capture('viewed_insight', {\n beat_guid: beat.guid,\n template: beat.template,\n position: index,\n })\n }\n }\n }, [beat, index, inView])\n\n // *************** Click handlers ************************\n const handleClick = () => {\n /* eslint-disable no-unused-expressions */\n onCardClick && onCardClick(beat)\n onEvent(ON_CLICK_EVENT(beat.template))\n\n if (beat.template === 'MarketingOffer') {\n const offerBeat = beat as BeatLikeOffer\n posthog?.capture('clicked_messaging_insight', {\n template: beat.template,\n campaign_guid: offerBeat.campaign_guid,\n campaign_name: offerBeat.pulse_campaign_name,\n })\n } else {\n posthog?.capture('clicked_insight', {\n beat_guid: beat.guid,\n template: beat.template,\n position: index,\n })\n }\n }\n\n return (\n <MicroCardTemplate\n aria-roledescription=\"slide\"\n ariaLabel={ariaLabel}\n description={\n beat?.html_micro_description && beat?.html_micro_description.length > 0\n ? beat.html_micro_description\n : beat.html_description || ''\n }\n elevation={elevation}\n heightOverrides={heightOverrides}\n icon={showIcon && <BeatIcon beat={beat} />}\n isActiveCard={isActiveCard}\n onCardClick={handleClick}\n onPrimaryAction={handleClick}\n primaryActionText={beat.micro_call_to_action || cardsCopy?.micro_card_cta}\n ref={ref}\n title={beat.micro_title && beat.micro_title.length > 0 ? beat.micro_title : beat.title}\n variant={variant}\n widthOverrides={widthOverrides}\n />\n )\n}\n"],"mappings":";;;;;;;AAmBA,IAAa,IAAA,CAA2C,EACtD,WAAA,GACA,MAAA,GACA,WAAA,GACA,OAAA,GACA,cAAA,GACA,aAAA,GACA,SAAA,GACA,gBAAA,GACA,SAAA,GACA,UAAA,GACA,iBAAA,EAAA,MACI;AACJ,QAAM,EAAE,KAAA,GAAK,QAAA,EAAA,IAAW,EAAU,EAChC,WAAA,EACF,CAAC,GAGK,EAAE,WAAA,EAAA,IAAc,EAAa,GAC7B,EAAE,SAAA,EAAA,IAAY,EAAS,GACvB,EAAE,YAAA,GAAY,aAAA,EAAA,IAAgB,EAA4B;AAGhE,EAAA,EAAA,MAAgB;AACd,IAAI,MACG,EAAK,qBAcR,EAAQ,EAAc,EAAK,QAAQ,CAAC,KAbhC,EAAK,KAAK,WAAW,KAAK,IAC5B,EAAY;AAAA,MACV,GAAG;AAAA,MACH,oBAAoB;AAAA,IACtB,CAAC,IAED,EAAW;AAAA,MACT,GAAG;AAAA,MACH,oBAAoB;AAAA,IACtB,CAAC,GAEH,EAAQ,EAAyB,EAAK,QAAQ,CAAC;AAAA,EAKrD,GAAG,CAAC,CAAM,CAAC,GAEX,EAAA,MAAgB;AACd,QAAI,KAAU,EACZ,KAAI,EAAK,aAAa,kBAAkB;AACtC,YAAM,IAAY;AAClB,MAAA,GAAS,QAAQ,4BAA4B;AAAA,QAC3C,UAAU,EAAK;AAAA,QACf,eAAe,EAAU;AAAA,QACzB,eAAe,EAAU;AAAA,MAC3B,CAAC;AAAA,IACH,MACE,CAAA,GAAS,QAAQ,kBAAkB;AAAA,MACjC,WAAW,EAAK;AAAA,MAChB,UAAU,EAAK;AAAA,MACf,UAAU;AAAA,IACZ,CAAC;AAAA,EAGP,GAAG;AAAA,IAAC;AAAA,IAAM;AAAA,IAAO;AAAA,EAAM,CAAC;AAGxB,QAAM,IAAA,MAAoB;AAKxB,QAHA,KAAe,EAAY,CAAI,GAC/B,EAAQ,EAAe,EAAK,QAAQ,CAAC,GAEjC,EAAK,aAAa,kBAAkB;AACtC,YAAM,IAAY;AAClB,MAAA,GAAS,QAAQ,6BAA6B;AAAA,QAC5C,UAAU,EAAK;AAAA,QACf,eAAe,EAAU;AAAA,QACzB,eAAe,EAAU;AAAA,MAC3B,CAAC;AAAA,IACH,MACE,CAAA,GAAS,QAAQ,mBAAmB;AAAA,MAClC,WAAW,EAAK;AAAA,MAChB,UAAU,EAAK;AAAA,MACf,UAAU;AAAA,IACZ,CAAC;AAAA,EAEL;AAEA,SACE,gBAAA,EAAC,GAAD;AAAA,IACE,wBAAqB;AAAA,IACV,WAAA;AAAA,IACX,aACE,GAAM,0BAA0B,GAAM,uBAAuB,SAAS,IAClE,EAAK,yBACL,EAAK,oBAAoB;AAAA,IAEpB,WAAA;AAAA,IACM,iBAAA;AAAA,IACjB,MAAM,KAAY,gBAAA,EAAC,GAAD,EAAgB,MAAA,EAAO,CAAA;AAAA,IAC3B,cAAA;AAAA,IACd,aAAa;AAAA,IACb,iBAAiB;AAAA,IACjB,mBAAmB,EAAK,wBAAwB,GAAW;AAAA,IACtD,KAAA;AAAA,IACL,OAAO,EAAK,eAAe,EAAK,YAAY,SAAS,IAAI,EAAK,cAAc,EAAK;AAAA,IACxE,SAAA;AAAA,IACO,gBAAA;AAAA,EACjB,CAAA;AAEL"}
@@ -0,0 +1,38 @@
1
+ import { ANALYTICS_CLICK_EVENTS as C, ANALYTICS_PAGE_NAMES as E } from "../constants/Analytics.es.js";
2
+ import d from "../beaticons/BeatMaterialIcon.es.js";
3
+ import { useCopyStore as f, useEvent as I, usePageview as N } from "../context/hooks.es.js";
4
+ import v from "../MicroCardTemplate.es.js";
5
+ import h from "react";
6
+ import { observer as A } from "mobx-react-lite";
7
+ import { jsx as o } from "react/jsx-runtime";
8
+ import { alpha as T, useTheme as g } from "@mui/material/styles";
9
+ var u = ({ ariaLabel: i, elevation: a, heightOverrides: n, onCardClick: e, posthog: s, showIcon: _, variant: m }) => {
10
+ const { cardsCopy: t } = f(), c = g(), { onEvent: l } = I(), { onPageview: p } = N();
11
+ h.useEffect(() => {
12
+ p(E.MICRO_WIDGET_CAROUSEL_NO_RELEVANT_INSIGHTS);
13
+ }, []);
14
+ const r = () => {
15
+ e && e(), l(C.ON_NO_RELEVANT_INSIGHTS_CLICKED), s?.capture("clicked_insight", { template: "no_relevant_insights" });
16
+ };
17
+ return /* @__PURE__ */ o(v, {
18
+ ariaLabel: i,
19
+ description: t.no_relevant_insights_card_description,
20
+ elevation: a,
21
+ heightOverrides: n,
22
+ icon: _ && /* @__PURE__ */ o(d, {
23
+ bgColor: T(c.palette.primary.main, 0.15),
24
+ name: "lightbulb"
25
+ }),
26
+ onCardClick: r,
27
+ onPrimaryAction: r,
28
+ primaryActionText: t.micro_card_cta,
29
+ title: t.no_relevant_insights_card_title,
30
+ variant: m
31
+ });
32
+ }, P = A(u);
33
+ export {
34
+ u as NoRelevantInsightsCard,
35
+ P as default
36
+ };
37
+
38
+ //# sourceMappingURL=NoRelevantInsightsCard.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NoRelevantInsightsCard.es.js","names":[],"sources":["../../../src/microinsights/cards/NoRelevantInsightsCard.tsx"],"sourcesContent":["import React from 'react'\n\nimport { observer } from 'mobx-react-lite'\n\nimport { alpha, useTheme } from '@mui/material/styles'\n\nimport { useCopyStore, useEvent, usePageview } from '../context/hooks'\n\nimport { ANALYTICS_CLICK_EVENTS, ANALYTICS_PAGE_NAMES } from '../constants/Analytics'\n\nimport type { MicroInsightCardProps } from '../interfaces'\nimport MicroCardTemplate from '../MicroCardTemplate'\nimport { BeatMaterialIcon } from '../beaticons'\n\nexport const NoRelevantInsightsCard: React.FC<MicroInsightCardProps> = ({\n ariaLabel,\n elevation,\n heightOverrides,\n onCardClick,\n posthog,\n showIcon,\n variant,\n}) => {\n // *************** Context functions *********************git\n const { cardsCopy } = useCopyStore()\n const theme = useTheme()\n const { onEvent } = useEvent()\n const { onPageview } = usePageview()\n\n // ************** Use Effects Hooks **********************\n React.useEffect(() => {\n onPageview(ANALYTICS_PAGE_NAMES.MICRO_WIDGET_CAROUSEL_NO_RELEVANT_INSIGHTS)\n }, [])\n\n // *************** Click handlers ************************\n const handleClick = () => {\n if (onCardClick) onCardClick()\n onEvent(ANALYTICS_CLICK_EVENTS.ON_NO_RELEVANT_INSIGHTS_CLICKED)\n\n posthog?.capture('clicked_insight', {\n template: 'no_relevant_insights',\n })\n }\n\n return (\n <MicroCardTemplate\n ariaLabel={ariaLabel}\n description={cardsCopy.no_relevant_insights_card_description}\n elevation={elevation}\n heightOverrides={heightOverrides}\n icon={\n showIcon && (\n <BeatMaterialIcon bgColor={alpha(theme.palette.primary.main, 0.15)} name=\"lightbulb\" />\n )\n }\n onCardClick={handleClick}\n onPrimaryAction={handleClick}\n primaryActionText={cardsCopy.micro_card_cta}\n title={cardsCopy.no_relevant_insights_card_title}\n variant={variant}\n />\n )\n}\n\nexport default observer(NoRelevantInsightsCard)\n"],"mappings":";;;;;;;;AAcA,IAAa,IAAA,CAA2D,EACtE,WAAA,GACA,WAAA,GACA,iBAAA,GACA,aAAA,GACA,SAAA,GACA,UAAA,GACA,SAAA,EAAA,MACI;AAEJ,QAAM,EAAE,WAAA,EAAA,IAAc,EAAa,GAC7B,IAAQ,EAAS,GACjB,EAAE,SAAA,EAAA,IAAY,EAAS,GACvB,EAAE,YAAA,EAAA,IAAe,EAAY;AAGnC,EAAA,EAAM,UAAA,MAAgB;AACpB,IAAA,EAAW,EAAqB,0CAA0C;AAAA,EAC5E,GAAG,CAAC,CAAC;AAGL,QAAM,IAAA,MAAoB;AACxB,IAAI,KAAa,EAAY,GAC7B,EAAQ,EAAuB,+BAA+B,GAE9D,GAAS,QAAQ,mBAAmB,EAClC,UAAU,uBACZ,CAAC;AAAA,EACH;AAEA,SACE,gBAAA,EAAC,GAAD;AAAA,IACa,WAAA;AAAA,IACX,aAAa,EAAU;AAAA,IACZ,WAAA;AAAA,IACM,iBAAA;AAAA,IACjB,MACE,KACE,gBAAA,EAAC,GAAD;AAAA,MAAkB,SAAS,EAAM,EAAM,QAAQ,QAAQ,MAAM,IAAI;AAAA,MAAG,MAAK;AAAA,IAAa,CAAA;AAAA,IAG1F,aAAa;AAAA,IACb,iBAAiB;AAAA,IACjB,mBAAmB,EAAU;AAAA,IAC7B,OAAO,EAAU;AAAA,IACR,SAAA;AAAA,EACV,CAAA;AAEL,GAEA,IAAe,EAAS,CAAsB"}
@@ -0,0 +1,43 @@
1
+ import { ANALYTICS_CLICK_EVENTS as C, ANALYTICS_VIEW_EVENTS as u } from "../constants/Analytics.es.js";
2
+ import v from "../beaticons/BeatMaterialIcon.es.js";
3
+ import { useCopyStore as w, useEvent as I } from "../context/hooks.es.js";
4
+ import V from "../MicroCardTemplate.es.js";
5
+ import { useEffect as h } from "react";
6
+ import { observer as M } from "mobx-react-lite";
7
+ import { jsx as m } from "react/jsx-runtime";
8
+ import { alpha as T, useTheme as A } from "@mui/material/styles";
9
+ import { useInView as N } from "react-intersection-observer";
10
+ var y = ({ ariaLabel: c, elevation: _, heightOverrides: n, isActiveCard: p, onCardClick: e, posthog: o, widthOverrides: s, showIcon: d, variant: l }) => {
11
+ const f = A(), { ref: E, inView: i } = N({ threshold: 1 }), { cardsCopy: r } = w(), { onEvent: t } = I();
12
+ h(() => {
13
+ i && (t(u.ON_VIEW_MORE_VIEWED), o?.capture("viewed_insight", { template: "view_more_card" }));
14
+ }, [i]);
15
+ const a = () => {
16
+ e && e(), t(C.ON_VIEW_MORE_CLICKED), o?.capture("clicked_insight", { template: "view_more_card" });
17
+ };
18
+ return /* @__PURE__ */ m(V, {
19
+ "aria-roledescription": "slide",
20
+ ariaLabel: c,
21
+ description: r?.view_more_card_description,
22
+ elevation: _,
23
+ heightOverrides: n,
24
+ icon: d && /* @__PURE__ */ m(v, {
25
+ bgColor: T(f.palette.primary.main, 0.15),
26
+ name: "show_chart"
27
+ }),
28
+ isActiveCard: p,
29
+ onCardClick: a,
30
+ onPrimaryAction: a,
31
+ primaryActionText: r?.micro_card_cta,
32
+ ref: E,
33
+ title: r?.view_more_card_title,
34
+ variant: l,
35
+ widthOverrides: s
36
+ });
37
+ }, K = M(y);
38
+ export {
39
+ y as ViewMoreMicroCard,
40
+ K as default
41
+ };
42
+
43
+ //# sourceMappingURL=ViewMoreMicroCard.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ViewMoreMicroCard.es.js","names":[],"sources":["../../../src/microinsights/cards/ViewMoreMicroCard.tsx"],"sourcesContent":["import React, { useEffect } from 'react'\n\nimport { useInView } from 'react-intersection-observer'\n\nimport { observer } from 'mobx-react-lite'\n\nimport type { MicroInsightCardProps } from '../interfaces'\nimport { useCopyStore, useEvent } from '../context/hooks'\n\nimport { ANALYTICS_CLICK_EVENTS, ANALYTICS_VIEW_EVENTS } from '../constants/Analytics'\nimport { VIEW_THRESHOLD } from '../constants/App'\nimport MicroCardTemplate from '../MicroCardTemplate'\nimport { BeatMaterialIcon } from '../beaticons'\n\nimport { alpha, useTheme } from '@mui/material/styles'\n\nexport const ViewMoreMicroCard: React.FC<MicroInsightCardProps> = ({\n ariaLabel,\n elevation,\n heightOverrides,\n isActiveCard,\n onCardClick,\n posthog,\n widthOverrides,\n showIcon,\n variant,\n}) => {\n const theme = useTheme()\n const { ref, inView } = useInView({\n threshold: VIEW_THRESHOLD,\n })\n\n // *************** Context functions *********************\n const { cardsCopy } = useCopyStore()\n const { onEvent } = useEvent()\n\n // ************** Use Effects Hooks **********************\n useEffect(() => {\n if (inView) {\n onEvent(ANALYTICS_VIEW_EVENTS.ON_VIEW_MORE_VIEWED)\n posthog?.capture('viewed_insight', {\n template: 'view_more_card',\n })\n }\n }, [inView])\n\n // *************** Click handlers ************************\n const handleClick = () => {\n if (onCardClick) onCardClick()\n onEvent(ANALYTICS_CLICK_EVENTS.ON_VIEW_MORE_CLICKED)\n posthog?.capture('clicked_insight', {\n template: 'view_more_card',\n })\n }\n\n return (\n <MicroCardTemplate\n aria-roledescription=\"slide\"\n ariaLabel={ariaLabel}\n description={cardsCopy?.view_more_card_description}\n elevation={elevation}\n heightOverrides={heightOverrides}\n icon={\n showIcon && (\n <BeatMaterialIcon bgColor={alpha(theme.palette.primary.main, 0.15)} name=\"show_chart\" />\n )\n }\n isActiveCard={isActiveCard}\n onCardClick={handleClick}\n onPrimaryAction={handleClick}\n primaryActionText={cardsCopy?.micro_card_cta}\n ref={ref}\n title={cardsCopy?.view_more_card_title}\n variant={variant}\n widthOverrides={widthOverrides}\n />\n )\n}\n\nexport default observer(ViewMoreMicroCard)\n"],"mappings":";;;;;;;;;AAgBA,IAAa,IAAA,CAAsD,EACjE,WAAA,GACA,WAAA,GACA,iBAAA,GACA,cAAA,GACA,aAAA,GACA,SAAA,GACA,gBAAA,GACA,UAAA,GACA,SAAA,EAAA,MACI;AACJ,QAAM,IAAQ,EAAS,GACjB,EAAE,KAAA,GAAK,QAAA,EAAA,IAAW,EAAU,EAChC,WAAA,EACF,CAAC,GAGK,EAAE,WAAA,EAAA,IAAc,EAAa,GAC7B,EAAE,SAAA,EAAA,IAAY,EAAS;AAG7B,EAAA,EAAA,MAAgB;AACd,IAAI,MACF,EAAQ,EAAsB,mBAAmB,GACjD,GAAS,QAAQ,kBAAkB,EACjC,UAAU,iBACZ,CAAC;AAAA,EAEL,GAAG,CAAC,CAAM,CAAC;AAGX,QAAM,IAAA,MAAoB;AACxB,IAAI,KAAa,EAAY,GAC7B,EAAQ,EAAuB,oBAAoB,GACnD,GAAS,QAAQ,mBAAmB,EAClC,UAAU,iBACZ,CAAC;AAAA,EACH;AAEA,SACE,gBAAA,EAAC,GAAD;AAAA,IACE,wBAAqB;AAAA,IACV,WAAA;AAAA,IACX,aAAa,GAAW;AAAA,IACb,WAAA;AAAA,IACM,iBAAA;AAAA,IACjB,MACE,KACE,gBAAA,EAAC,GAAD;AAAA,MAAkB,SAAS,EAAM,EAAM,QAAQ,QAAQ,MAAM,IAAI;AAAA,MAAG,MAAK;AAAA,IAAc,CAAA;AAAA,IAG7E,cAAA;AAAA,IACd,aAAa;AAAA,IACb,iBAAiB;AAAA,IACjB,mBAAmB,GAAW;AAAA,IACzB,KAAA;AAAA,IACL,OAAO,GAAW;AAAA,IACT,SAAA;AAAA,IACO,gBAAA;AAAA,EACjB,CAAA;AAEL,GAEA,IAAe,EAAS,CAAiB"}
@@ -0,0 +1,32 @@
1
+ import { ANALYTICS_PAGE_NAMES as _ } from "../constants/Analytics.es.js";
2
+ import c from "../beaticons/BeatMaterialIcon.es.js";
3
+ import { useCopyStore as f, usePageview as n } from "../context/hooks.es.js";
4
+ import u from "../MicroCardTemplate.es.js";
5
+ import C from "react";
6
+ import { observer as S } from "mobx-react-lite";
7
+ import { jsx as r } from "react/jsx-runtime";
8
+ import { alpha as d, useTheme as E } from "@mui/material/styles";
9
+ var A = ({ ariaLabel: t, elevation: o, heightOverrides: a, onCardClick: i, showIcon: m, variant: p }) => {
10
+ const { onPageview: s } = n(), { zeroStateCopy: e } = f(), l = E();
11
+ return C.useEffect(() => {
12
+ s(_.MICRO_WIDGET_CAROUSEL_ZERO_STATE);
13
+ }, []), /* @__PURE__ */ r(u, {
14
+ ariaLabel: t,
15
+ description: e.carousel_zero_state_description,
16
+ elevation: o,
17
+ heightOverrides: a,
18
+ icon: m && /* @__PURE__ */ r(c, {
19
+ bgColor: d(l.palette.primary.main, 0.15),
20
+ name: "lightbulb"
21
+ }),
22
+ onCardClick: i,
23
+ title: e.carousel_zero_state_title,
24
+ variant: p
25
+ });
26
+ }, y = S(A);
27
+ export {
28
+ A as ZeroStateCard,
29
+ y as default
30
+ };
31
+
32
+ //# sourceMappingURL=ZeroStateCard.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ZeroStateCard.es.js","names":[],"sources":["../../../src/microinsights/cards/ZeroStateCard.tsx"],"sourcesContent":["import React from 'react'\n\nimport { observer } from 'mobx-react-lite'\n\nimport { useCopyStore, usePageview } from '../context/hooks'\n\nimport { ANALYTICS_PAGE_NAMES } from '../constants/Analytics'\n\nimport type { MicroInsightCardProps } from '../interfaces'\nimport MicroCardTemplate from '../MicroCardTemplate'\nimport { BeatMaterialIcon } from '../beaticons'\n\nimport { alpha, useTheme } from '@mui/material/styles'\n\nexport const ZeroStateCard: React.FC<MicroInsightCardProps> = ({\n ariaLabel,\n elevation,\n heightOverrides,\n onCardClick,\n showIcon,\n variant,\n}) => {\n // *************** Context functions *********************\n const { onPageview } = usePageview()\n const { zeroStateCopy } = useCopyStore()\n const theme = useTheme()\n\n // ************** Use Effects Hooks **********************\n React.useEffect(() => {\n onPageview(ANALYTICS_PAGE_NAMES.MICRO_WIDGET_CAROUSEL_ZERO_STATE)\n }, [])\n\n return (\n <MicroCardTemplate\n ariaLabel={ariaLabel}\n description={zeroStateCopy.carousel_zero_state_description}\n elevation={elevation}\n heightOverrides={heightOverrides}\n icon={\n showIcon && (\n <BeatMaterialIcon bgColor={alpha(theme.palette.primary.main, 0.15)} name=\"lightbulb\" />\n )\n }\n onCardClick={onCardClick}\n title={zeroStateCopy.carousel_zero_state_title}\n variant={variant}\n />\n )\n}\n\nexport default observer(ZeroStateCard)\n"],"mappings":";;;;;;;;AAcA,IAAa,IAAA,CAAkD,EAC7D,WAAA,GACA,WAAA,GACA,iBAAA,GACA,aAAA,GACA,UAAA,GACA,SAAA,EAAA,MACI;AAEJ,QAAM,EAAE,YAAA,EAAA,IAAe,EAAY,GAC7B,EAAE,eAAA,EAAA,IAAkB,EAAa,GACjC,IAAQ,EAAS;AAGvB,SAAA,EAAM,UAAA,MAAgB;AACpB,IAAA,EAAW,EAAqB,gCAAgC;AAAA,EAClE,GAAG,CAAC,CAAC,GAGH,gBAAA,EAAC,GAAD;AAAA,IACa,WAAA;AAAA,IACX,aAAa,EAAc;AAAA,IAChB,WAAA;AAAA,IACM,iBAAA;AAAA,IACjB,MACE,KACE,gBAAA,EAAC,GAAD;AAAA,MAAkB,SAAS,EAAM,EAAM,QAAQ,QAAQ,MAAM,IAAI;AAAA,MAAG,MAAK;AAAA,IAAa,CAAA;AAAA,IAG7E,aAAA;AAAA,IACb,OAAO,EAAc;AAAA,IACZ,SAAA;AAAA,EACV,CAAA;AAEL,GAEA,IAAe,EAAS,CAAa"}
@@ -0,0 +1,37 @@
1
+ import { buildDynamicCopy as y } from "../../core/utils/Localization.es.js";
2
+ import { useCopyStore as C } from "../context/hooks.es.js";
3
+ import { InsightCard as $ } from "../cards/InsightCard.es.js";
4
+ import M from "../cards/ViewMoreMicroCard.es.js";
5
+ import "react";
6
+ import { Fragment as w, jsx as c, jsxs as x } from "react/jsx-runtime";
7
+ var O = ({ activeCardIndex: t, beats: r, cardWidth: s, elevation: m, heightOverrides: l, onCardClick: e, posthog: p, showIcon: a, variant: d }) => {
8
+ const { carouselCopy: _ } = C(), n = {
9
+ elevation: m,
10
+ heightOverrides: l,
11
+ posthog: p,
12
+ showIcon: a,
13
+ variant: d
14
+ };
15
+ return /* @__PURE__ */ x(w, { children: [r.map((i, o) => {
16
+ const g = o + 1, u = r.length + 1, h = y(_?.card_position_in_carousel_aria, g.toString(), u.toString()), f = i.micro_title && i.micro_title.length > 0, v = i.micro_description && i.micro_description.length > 0;
17
+ return /* @__PURE__ */ c($, {
18
+ ariaLabel: `${h}: ${f ? i.micro_title : i.title}, ${v ? i.micro_description : i.description}`,
19
+ beat: i,
20
+ index: o,
21
+ isActiveCard: o === t,
22
+ onCardClick: e,
23
+ widthOverrides: s || void 0,
24
+ ...n
25
+ }, `${i.guid} ${o}`);
26
+ }), /* @__PURE__ */ c(M, {
27
+ isActiveCard: t === r.length,
28
+ onCardClick: e,
29
+ widthOverrides: s || void 0,
30
+ ...n
31
+ })] });
32
+ };
33
+ export {
34
+ O as default
35
+ };
36
+
37
+ //# sourceMappingURL=BeatList.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BeatList.es.js","names":[],"sources":["../../../src/microinsights/carousel/BeatList.tsx"],"sourcesContent":["import React from 'react'\n\nimport { InsightCard, ViewMoreMicroCard } from '..'\nimport type { MicroInsightCardProps } from '../interfaces'\n\nimport { useCopyStore } from '../context/hooks'\n\nimport type { Beat } from '../../core/types/Beat'\nimport { buildDynamicCopy } from '../../core/utils/Localization'\n\nexport interface BeatListProps extends MicroInsightCardProps {\n activeCardIndex: number\n beats: Beat[]\n cardWidth: number | null\n}\n\nconst BeatList: React.FC<BeatListProps> = ({\n activeCardIndex,\n beats,\n cardWidth,\n elevation,\n heightOverrides,\n onCardClick,\n posthog,\n showIcon,\n variant,\n}) => {\n const { carouselCopy: copy } = useCopyStore()\n\n const generalProps = {\n elevation,\n heightOverrides,\n posthog,\n showIcon,\n variant,\n }\n\n return (\n <>\n {beats.map((beat: Beat, i) => {\n const beatPosition = i + 1\n const totalBeats = beats.length + 1\n const ariaLabelPositionInCarousel = buildDynamicCopy(\n copy?.card_position_in_carousel_aria,\n beatPosition.toString(),\n totalBeats.toString(),\n )\n\n const hasMicroTitle = beat.micro_title && beat.micro_title.length > 0\n const hasMicroDescription = beat.micro_description && beat.micro_description.length > 0\n\n const beatTitle = hasMicroTitle ? beat.micro_title : beat.title\n const beatDescription = hasMicroDescription ? beat.micro_description : beat.description\n\n return (\n <InsightCard\n ariaLabel={`${ariaLabelPositionInCarousel}: ${beatTitle}, ${beatDescription}`}\n beat={beat}\n index={i}\n isActiveCard={i === activeCardIndex}\n key={`${beat.guid} ${i}`}\n onCardClick={onCardClick}\n widthOverrides={cardWidth || undefined}\n {...generalProps}\n />\n )\n })}\n <ViewMoreMicroCard\n isActiveCard={activeCardIndex === beats.length}\n onCardClick={onCardClick}\n widthOverrides={cardWidth || undefined}\n {...generalProps}\n />\n </>\n )\n}\n\nexport default BeatList\n"],"mappings":";;;;;;AAgBA,IAAM,IAAA,CAAqC,EACzC,iBAAA,GACA,OAAA,GACA,WAAA,GACA,WAAA,GACA,iBAAA,GACA,aAAA,GACA,SAAA,GACA,UAAA,GACA,SAAA,EAAA,MACI;AACJ,QAAM,EAAE,cAAc,EAAA,IAAS,EAAa,GAEtC,IAAe;AAAA,IACnB,WAAA;AAAA,IACA,iBAAA;AAAA,IACA,SAAA;AAAA,IACA,UAAA;AAAA,IACA,SAAA;AAAA,EACF;AAEA,SACE,gBAAA,EAAA,GAAA,EAAA,UAAA,CACG,EAAM,IAAA,CAAK,GAAY,MAAM;AAC5B,UAAM,IAAe,IAAI,GACnB,IAAa,EAAM,SAAS,GAC5B,IAA8B,EAClC,GAAM,gCACN,EAAa,SAAS,GACtB,EAAW,SAAS,CACtB,GAEM,IAAgB,EAAK,eAAe,EAAK,YAAY,SAAS,GAC9D,IAAsB,EAAK,qBAAqB,EAAK,kBAAkB,SAAS;AAKtF,WACE,gBAAA,EAAC,GAAD;AAAA,MACE,WAAW,GAAG,CAAA,KALA,IAAgB,EAAK,cAAc,EAAK,KAAA,KAClC,IAAsB,EAAK,oBAAoB,EAAK,WAAA;AAAA,MAKlE,MAAA;AAAA,MACN,OAAO;AAAA,MACP,cAAc,MAAM;AAAA,MAEP,aAAA;AAAA,MACb,gBAAgB,KAAa;AAAA,MAC7B,GAAI;AAAA,IACL,GAJM,GAAG,EAAK,IAAA,IAAQ,CAAA,EAItB;AAAA,EAEL,CAAC,GACD,gBAAA,EAAC,GAAD;AAAA,IACE,cAAc,MAAoB,EAAM;AAAA,IAC3B,aAAA;AAAA,IACb,gBAAgB,KAAa;AAAA,IAC7B,GAAI;AAAA,EACL,CAAA,CACD,EAAA,CAAA;AAEN"}
@@ -0,0 +1,63 @@
1
+ import { useCopyStore as u } from "../context/hooks.es.js";
2
+ import "react";
3
+ import _ from "@mui/material/Stack";
4
+ import { ChevronLeft as x, ChevronRight as y } from "@mxenabled/mx-icons";
5
+ import { jsx as r, jsxs as O } from "react/jsx-runtime";
6
+ import { useTheme as R } from "@mui/material/styles";
7
+ import v from "@mui/material/Box";
8
+ import p from "@mui/material/IconButton";
9
+ var M = ({ currentBeatIndex: o, numBeats: s, onNextClick: f, onPreviousClick: b, scrollRightBoundary: C, scrollX: n, shouldApplyDotAnimation: l = !1, visibleCardsCount: g = 1 }) => {
10
+ const c = R(), { carouselCopy: m } = u(), t = Math.floor(n) > C || o - g + 1 === 0, i = n < 0 || s - 1 === o, e = c.palette.grey[500], a = c.palette.primary.main;
11
+ return /* @__PURE__ */ O(_, {
12
+ direction: "row",
13
+ sx: {
14
+ alignItems: "center",
15
+ justifyContent: "center",
16
+ pt: 4,
17
+ width: "100%",
18
+ "& button:first-of-type": { mr: 8 }
19
+ },
20
+ children: [
21
+ /* @__PURE__ */ r(p, {
22
+ "aria-disabled": t,
23
+ "aria-label": m?.previous_insight_cta_aria,
24
+ disabled: t,
25
+ onClick: b,
26
+ children: /* @__PURE__ */ r(x, { sx: { color: t ? e : a } })
27
+ }),
28
+ Array.from({ length: s }).map((w, d) => {
29
+ const h = d === o;
30
+ return /* @__PURE__ */ r(v, {
31
+ className: "mx-insights-micro-carousel-dots",
32
+ sx: {
33
+ bgcolor: h ? a : e,
34
+ height: 8,
35
+ mr: 8,
36
+ ...l ? {
37
+ borderRadius: "4px",
38
+ transformOrigin: "center",
39
+ transition: "all 0.5s ease-out",
40
+ willChange: "width, background-color"
41
+ } : {
42
+ borderRadius: "50%",
43
+ p: 0
44
+ },
45
+ width: h && l ? 24 : 8
46
+ }
47
+ }, `carousel-button-${d}`);
48
+ }),
49
+ /* @__PURE__ */ r(p, {
50
+ "aria-disabled": i,
51
+ "aria-label": m?.next_insight_cta_aria,
52
+ disabled: i,
53
+ onClick: f,
54
+ children: /* @__PURE__ */ r(y, { sx: { color: i ? e : a } })
55
+ })
56
+ ]
57
+ });
58
+ };
59
+ export {
60
+ M as CarouselControls
61
+ };
62
+
63
+ //# sourceMappingURL=CarouselControls.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CarouselControls.es.js","names":[],"sources":["../../../src/microinsights/carousel/CarouselControls.tsx"],"sourcesContent":["import React from 'react'\n\nimport Box from '@mui/material/Box'\nimport Stack from '@mui/material/Stack'\nimport IconButton from '@mui/material/IconButton'\nimport { useTheme } from '@mui/material/styles'\n\nimport { ChevronLeft, ChevronRight } from '@mxenabled/mx-icons'\n\nimport { useCopyStore } from '../context/hooks'\n\nexport interface CarouselControlsProps {\n currentBeatIndex: number\n numBeats: number\n onNextClick: () => void\n onPreviousClick: () => void\n scrollRightBoundary: number\n scrollX: number\n shouldApplyDotAnimation?: boolean\n visibleCardsCount?: number\n}\n\nexport const CarouselControls: React.FC<CarouselControlsProps> = ({\n currentBeatIndex,\n numBeats,\n onNextClick,\n onPreviousClick,\n scrollRightBoundary,\n scrollX,\n shouldApplyDotAnimation = false,\n visibleCardsCount = 1,\n}) => {\n const theme = useTheme()\n // *************** Context functions *********************\n const { carouselCopy: copy } = useCopyStore()\n\n const disabledLeft =\n Math.floor(scrollX) > scrollRightBoundary || currentBeatIndex - visibleCardsCount + 1 === 0\n const disabledRight = scrollX < 0 || numBeats - 1 === currentBeatIndex\n\n const DISABLED_ICON_COLOR = theme.palette.grey[500]\n const ICON_COLOR = theme.palette.primary.main\n\n return (\n <Stack\n direction={'row'}\n sx={{\n alignItems: 'center',\n justifyContent: 'center',\n pt: 4,\n width: '100%',\n // we were using `gap` instead of margin, but it doesn't work in safari browsers older than iOS 14.1\n '& button:first-of-type': {\n mr: 8,\n },\n }}\n >\n <IconButton\n aria-disabled={disabledLeft}\n aria-label={copy?.previous_insight_cta_aria}\n disabled={disabledLeft}\n onClick={onPreviousClick}\n >\n <ChevronLeft\n sx={{\n color: disabledLeft ? DISABLED_ICON_COLOR : ICON_COLOR,\n }}\n />\n </IconButton>\n {Array.from({ length: numBeats }).map((_, i) => {\n const isActive = i === currentBeatIndex\n return (\n <Box\n className=\"mx-insights-micro-carousel-dots\"\n key={`carousel-button-${i}`}\n sx={{\n bgcolor: isActive ? ICON_COLOR : DISABLED_ICON_COLOR,\n height: 8,\n mr: 8, // existing comment from meganthan \"we were using `gap` instead of margin, but it doesn't work in safari browsers older than iOS 14.1\"\n ...(shouldApplyDotAnimation\n ? {\n borderRadius: '4px',\n transformOrigin: 'center',\n transition: 'all 0.5s ease-out',\n willChange: 'width, background-color',\n }\n : {\n borderRadius: '50%',\n p: 0,\n }),\n width: isActive && shouldApplyDotAnimation ? 24 : 8,\n }}\n />\n )\n })}\n <IconButton\n aria-disabled={disabledRight}\n aria-label={copy?.next_insight_cta_aria}\n disabled={disabledRight}\n onClick={onNextClick}\n >\n <ChevronRight\n sx={{\n color: disabledRight ? DISABLED_ICON_COLOR : ICON_COLOR,\n }}\n />\n </IconButton>\n </Stack>\n )\n}\n"],"mappings":";;;;;;;;AAsBA,IAAa,IAAA,CAAqD,EAChE,kBAAA,GACA,UAAA,GACA,aAAA,GACA,iBAAA,GACA,qBAAA,GACA,SAAA,GACA,yBAAA,IAA0B,IAC1B,mBAAA,IAAoB,EAAA,MAChB;AACJ,QAAM,IAAQ,EAAS,GAEjB,EAAE,cAAc,EAAA,IAAS,EAAa,GAEtC,IACJ,KAAK,MAAM,CAAO,IAAI,KAAuB,IAAmB,IAAoB,MAAM,GACtF,IAAgB,IAAU,KAAK,IAAW,MAAM,GAEhD,IAAsB,EAAM,QAAQ,KAAK,GAAA,GACzC,IAAa,EAAM,QAAQ,QAAQ;AAEzC,SACE,gBAAA,EAAC,GAAD;AAAA,IACE,WAAW;AAAA,IACX,IAAI;AAAA,MACF,YAAY;AAAA,MACZ,gBAAgB;AAAA,MAChB,IAAI;AAAA,MACJ,OAAO;AAAA,MAEP,0BAA0B,EACxB,IAAI,EACN;AAAA,IACF;AAAA,cAXF;AAAA,MAaE,gBAAA,EAAC,GAAD;AAAA,QACE,iBAAe;AAAA,QACf,cAAY,GAAM;AAAA,QAClB,UAAU;AAAA,QACV,SAAS;AAAA,kBAET,gBAAA,EAAC,GAAD,EACE,IAAI,EACF,OAAO,IAAe,IAAsB,EAC9C,EACD,CAAA;AAAA,MACS,CAAA;AAAA,MACX,MAAM,KAAK,EAAE,QAAQ,EAAS,CAAC,EAAE,IAAA,CAAK,GAAG,MAAM;AAC9C,cAAM,IAAW,MAAM;AACvB,eACE,gBAAA,EAAC,GAAD;AAAA,UACE,WAAU;AAAA,UAEV,IAAI;AAAA,YACF,SAAS,IAAW,IAAa;AAAA,YACjC,QAAQ;AAAA,YACR,IAAI;AAAA,YACJ,GAAI,IACA;AAAA,cACE,cAAc;AAAA,cACd,iBAAiB;AAAA,cACjB,YAAY;AAAA,cACZ,YAAY;AAAA,YACd,IACA;AAAA,cACE,cAAc;AAAA,cACd,GAAG;AAAA,YACL;AAAA,YACJ,OAAO,KAAY,IAA0B,KAAK;AAAA,UACpD;AAAA,QACD,GAlBM,mBAAmB,CAAA,EAkBzB;AAAA,MAEL,CAAC;AAAA,MACD,gBAAA,EAAC,GAAD;AAAA,QACE,iBAAe;AAAA,QACf,cAAY,GAAM;AAAA,QAClB,UAAU;AAAA,QACV,SAAS;AAAA,kBAET,gBAAA,EAAC,GAAD,EACE,IAAI,EACF,OAAO,IAAgB,IAAsB,EAC/C,EACD,CAAA;AAAA,MACS,CAAA;AAAA,IACP;AAAA;AAEX"}
@@ -0,0 +1,39 @@
1
+ import s from "../../common/components/Loader.es.js";
2
+ import { ANALYTICS_CLICK_EVENTS as c } from "../constants/Analytics.es.js";
3
+ import { useCopyStore as p, useEvent as f } from "../context/hooks.es.js";
4
+ import "react";
5
+ import { observer as _ } from "mobx-react-lite";
6
+ import u from "@mui/material/Stack";
7
+ import { H3 as d } from "@mxenabled/mxui";
8
+ import C from "@mui/material/Button";
9
+ import { ChevronRight as v } from "@mxenabled/mx-icons";
10
+ import { jsx as e, jsxs as h } from "react/jsx-runtime";
11
+ var E = ({ analyticsMetadata: i, onCardClick: n, posthog: a, widthOverrides: o, headerSx: l }) => {
12
+ const { carouselCopy: r } = p(), { onEvent: t } = f(), m = () => {
13
+ t && (t(c.ON_VIEW_MORE_CLICKED, i), n(), a?.capture("clicked_view_more"));
14
+ };
15
+ return r ? /* @__PURE__ */ h(u, {
16
+ alignItems: "center",
17
+ direction: "row",
18
+ justifyContent: "space-between",
19
+ spacing: 2,
20
+ sx: {
21
+ p: 16,
22
+ pb: 8,
23
+ width: o || void 0,
24
+ ...l
25
+ },
26
+ children: [/* @__PURE__ */ e(d, { children: r.carousel_title }), /* @__PURE__ */ e(C, {
27
+ endIcon: /* @__PURE__ */ e(v, { size: 20 }),
28
+ onClick: m,
29
+ size: "small",
30
+ variant: "text",
31
+ children: r.view_all_insights_in_full_feed_cta_aria
32
+ })]
33
+ }) : /* @__PURE__ */ e(s, {});
34
+ }, H = _(E);
35
+ export {
36
+ H as default
37
+ };
38
+
39
+ //# sourceMappingURL=CarouselHeader.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CarouselHeader.es.js","names":[],"sources":["../../../src/microinsights/carousel/CarouselHeader.tsx"],"sourcesContent":["import React from 'react'\n\nimport { observer } from 'mobx-react-lite'\n\nimport Button from '@mui/material/Button'\nimport Stack from '@mui/material/Stack'\nimport { H3 } from '@mxenabled/mxui'\n\nimport { ChevronRight as ChevronRightIcon } from '@mxenabled/mx-icons'\n\nimport { useCopyStore, useEvent } from '../context/hooks'\nimport { ANALYTICS_CLICK_EVENTS } from '../constants/Analytics'\n\nimport { Beat } from '../../core/types/Beat'\nimport { TheWholeHog } from '../interfaces'\nimport Loader from '../../common/components/Loader'\nimport { type SxProps } from '@mui/material/styles'\n\nexport interface CarouselHeaderProps {\n analyticsMetadata?: Record<string, string>\n onCardClick: (beat?: Beat | undefined) => void\n posthog?: TheWholeHog\n widthOverrides?: number | string\n headerSx?: SxProps\n}\n\nconst CarouselHeader: React.FC<CarouselHeaderProps> = ({\n analyticsMetadata,\n onCardClick,\n posthog,\n widthOverrides,\n headerSx,\n}) => {\n // *************** Context functions *********************\n const { carouselCopy: copy } = useCopyStore()\n const { onEvent } = useEvent()\n\n // *************** Click handlers ************************\n const handleViewAllClick = () => {\n if (onEvent) {\n onEvent(ANALYTICS_CLICK_EVENTS.ON_VIEW_MORE_CLICKED, analyticsMetadata)\n\n onCardClick()\n\n posthog?.capture('clicked_view_more')\n }\n }\n\n if (!copy) {\n return <Loader />\n }\n\n return (\n <Stack\n alignItems=\"center\"\n direction=\"row\"\n justifyContent=\"space-between\"\n spacing={2}\n sx={{\n p: 16,\n pb: 8,\n width: widthOverrides ? widthOverrides : undefined,\n ...headerSx,\n }}\n >\n <H3>{copy.carousel_title}</H3>\n <Button\n endIcon={<ChevronRightIcon size={20} />}\n onClick={handleViewAllClick}\n size=\"small\"\n variant=\"text\"\n >\n {copy.view_all_insights_in_full_feed_cta_aria}\n </Button>\n </Stack>\n )\n}\n\nexport default observer(CarouselHeader)\n"],"mappings":";;;;;;;;;;AA0BA,IAAM,IAAA,CAAiD,EACrD,mBAAA,GACA,aAAA,GACA,SAAA,GACA,gBAAA,GACA,UAAA,EAAA,MACI;AAEJ,QAAM,EAAE,cAAc,EAAA,IAAS,EAAa,GACtC,EAAE,SAAA,EAAA,IAAY,EAAS,GAGvB,IAAA,MAA2B;AAC/B,IAAI,MACF,EAAQ,EAAuB,sBAAsB,CAAiB,GAEtE,EAAY,GAEZ,GAAS,QAAQ,mBAAmB;AAAA,EAExC;AAEA,SAAK,IAKH,gBAAA,EAAC,GAAD;AAAA,IACE,YAAW;AAAA,IACX,WAAU;AAAA,IACV,gBAAe;AAAA,IACf,SAAS;AAAA,IACT,IAAI;AAAA,MACF,GAAG;AAAA,MACH,IAAI;AAAA,MACJ,OAAO,KAAkC;AAAA,MACzC,GAAG;AAAA,IACL;AAAA,cAVF,CAYE,gBAAA,EAAC,GAAD,EAAA,UAAK,EAAK,eAAmB,CAAA,GAC7B,gBAAA,EAAC,GAAD;AAAA,MACE,SAAS,gBAAA,EAAC,GAAD,EAAkB,MAAM,GAAK,CAAA;AAAA,MACtC,SAAS;AAAA,MACT,MAAK;AAAA,MACL,SAAQ;AAAA,gBAEP,EAAK;AAAA,IACA,CAAA,CACH;AAAA,OAzBA,gBAAA,EAAC,GAAD,CAAS,CAAA;AA2BpB,GAEA,IAAe,EAAS,CAAc"}
@@ -0,0 +1,147 @@
1
+ import { ANALYTICS_CLICK_EVENTS as a } from "../constants/Analytics.es.js";
2
+ import { useCopyStore as G, useEvent as H } from "../context/hooks.es.js";
3
+ import { CarouselControls as J } from "./CarouselControls.es.js";
4
+ import Q from "./BeatList.es.js";
5
+ import n from "react";
6
+ import { observer as Z } from "mobx-react-lite";
7
+ import I from "@mui/material/Stack";
8
+ import { jsx as R, jsxs as $ } from "react/jsx-runtime";
9
+ var tt = ({ analyticsMetadata: i, allowSingleCardPeeking: h, beats: E = [], elevation: y, heightOverrides: f, onCardClick: b, posthog: z, showCarouselControls: N, showIcon: g, showWithMargin: m = !0, variant: k, widthOverrides: _, visibleCardsCount: e = 1 }) => {
10
+ const t = n.useRef(null), s = n.useRef(null), [u, K] = n.useState(0), [v, A] = n.useState(null), [L, X] = n.useState(null), [o, T] = n.useState(null), { carouselCopy: U } = G(), { onEvent: d } = H();
11
+ n.useEffect(() => {
12
+ const r = (p) => {
13
+ const c = s.current;
14
+ if (!c) return;
15
+ const l = p ?? c.offsetWidth;
16
+ if (h) {
17
+ const w = [
18
+ {
19
+ maxWidth: 320,
20
+ cardWidth: 220
21
+ },
22
+ {
23
+ maxWidth: 375,
24
+ cardWidth: 268
25
+ },
26
+ {
27
+ maxWidth: 444,
28
+ cardWidth: 300
29
+ },
30
+ {
31
+ maxWidth: 599,
32
+ cardWidth: 350
33
+ },
34
+ {
35
+ maxWidth: 749,
36
+ cardWidth: 450
37
+ },
38
+ {
39
+ maxWidth: 900,
40
+ cardWidth: 600
41
+ }
42
+ ].find((q) => l <= q.maxWidth);
43
+ T(w ? w.cardWidth : 750);
44
+ return;
45
+ }
46
+ const x = m ? Math.max(0, l - 32) : l, O = 8;
47
+ let S;
48
+ e > 1 ? S = (x - (x - (e - 1) * O) / e / 3 - (e - 1) * O) / e : S = x, T(Math.max(0, S));
49
+ };
50
+ r();
51
+ const C = () => r();
52
+ let W = null;
53
+ return typeof ResizeObserver < "u" && s.current ? (W = new ResizeObserver((p) => {
54
+ const c = p[0];
55
+ if (!c) return;
56
+ const l = c.borderBoxSize?.[0]?.inlineSize ?? c.contentRect.width;
57
+ r(l);
58
+ }), W.observe(s.current)) : window.addEventListener("resize", C), () => {
59
+ window.removeEventListener("resize", C), W?.disconnect();
60
+ };
61
+ }, [
62
+ h,
63
+ e,
64
+ m
65
+ ]);
66
+ const D = () => {
67
+ d(a.ON_CAROUSEL_FORWARD_CLICK, i), t.current && o && t.current.scrollTo({
68
+ left: u + o + 8,
69
+ top: 0,
70
+ behavior: "smooth"
71
+ });
72
+ }, j = () => {
73
+ d(a.ON_CAROUSEL_BACK_CLICK, i), t.current && o && t.current.scrollTo({
74
+ left: Math.max(0, u - (o + 8)),
75
+ top: 0,
76
+ behavior: "smooth"
77
+ });
78
+ }, F = () => {
79
+ t.current && K(t.current.scrollLeft);
80
+ }, M = () => {
81
+ !L || !v || (L - v > 50 ? d(a.ON_CAROUSEL_FORWARD_SWIPE, i) : d(a.ON_CAROUSEL_BACK_SWIPE, i));
82
+ }, P = (r) => {
83
+ A(r.targetTouches[0].clientX);
84
+ }, Y = (r) => {
85
+ A(null), X(r.targetTouches[0].clientX);
86
+ }, B = o ? Math.round(u / (o + 8)) : 0, V = t.current ? t.current.scrollWidth - t.current.offsetWidth : 0;
87
+ return /* @__PURE__ */ $(I, {
88
+ "aria-label": U?.carousel_title,
89
+ "aria-roledescription": "carousel",
90
+ ref: s,
91
+ role: "region",
92
+ sx: {
93
+ alignItems: "center",
94
+ boxSizing: "border-box",
95
+ height: f,
96
+ width: _ || "100%"
97
+ },
98
+ children: [/* @__PURE__ */ R(I, {
99
+ direction: "row",
100
+ onScroll: F,
101
+ onTouchEnd: M,
102
+ onTouchMove: P,
103
+ onTouchStart: Y,
104
+ ref: t,
105
+ sx: {
106
+ alignItems: "center",
107
+ height: f && "100%",
108
+ gap: 8,
109
+ listStyleType: "none",
110
+ m: 0,
111
+ maxWidth: m ? "calc(100% - 32px)" : "100%",
112
+ overflowX: "auto",
113
+ overflowY: "hidden",
114
+ p: 0,
115
+ scrollbarWidth: "none",
116
+ msOverflowStyle: "none",
117
+ WebkitOverflowScrolling: "touch",
118
+ "&::-webkit-scrollbar": { display: "none" }
119
+ },
120
+ children: /* @__PURE__ */ R(Q, {
121
+ activeCardIndex: B,
122
+ beats: E,
123
+ cardWidth: o,
124
+ elevation: y,
125
+ heightOverrides: f,
126
+ onCardClick: b,
127
+ posthog: z,
128
+ showIcon: g,
129
+ variant: k
130
+ })
131
+ }), N && /* @__PURE__ */ R(J, {
132
+ currentBeatIndex: B + e - 1,
133
+ numBeats: E.length + 1,
134
+ onNextClick: D,
135
+ onPreviousClick: j,
136
+ scrollRightBoundary: V,
137
+ scrollX: u,
138
+ shouldApplyDotAnimation: h,
139
+ visibleCardsCount: e
140
+ })]
141
+ });
142
+ }, ut = Z(tt);
143
+ export {
144
+ ut as default
145
+ };
146
+
147
+ //# sourceMappingURL=MicroBeatCarousel.es.js.map