@mx-cartographer/experiences 3.9.0-alpha.sms2 → 3.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (261) hide show
  1. package/CHANGELOG.md +9 -7
  2. package/dist/accounts/AccountsMiniWidget.d.ts +1 -0
  3. package/dist/accounts/AccountsWidget.d.ts +1 -0
  4. package/dist/accounts/ConnectMiniWidget.d.ts +7 -2
  5. package/dist/accounts/api/AccountApi.d.ts +1 -0
  6. package/dist/accounts/components/AccountListItem.d.ts +1 -0
  7. package/dist/accounts/components/ConnectMiniWidgetCard.d.ts +5 -0
  8. package/dist/accounts/components/ConnectStatus.d.ts +1 -0
  9. package/dist/accounts/components/ConnectionsDrawer.d.ts +1 -0
  10. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailEdit.d.ts +1 -0
  11. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsChart.d.ts +1 -0
  12. package/dist/accounts/components/detailsdrawer/Accounts/ConnectionErrorMessage.d.ts +1 -0
  13. package/dist/accounts/stores/AccountStore.d.ts +1 -0
  14. package/dist/accounts/stores/UiStore.d.ts +1 -0
  15. package/dist/accounts/utils/AccountFields.d.ts +1 -0
  16. package/dist/accounts/utils/Accounts.d.ts +1 -0
  17. package/dist/budgets/BubbleBudgetsMiniWidget.d.ts +1 -0
  18. package/dist/budgets/api/BudgetsApi.d.ts +1 -0
  19. package/dist/budgets/components/BubbleBudgets.d.ts +1 -0
  20. package/dist/budgets/components/BubbleChart.d.ts +1 -0
  21. package/dist/budgets/components/bubblechart/Bubble.d.ts +1 -0
  22. package/dist/budgets/components/bubblechart/Mercury.d.ts +1 -0
  23. package/dist/budgets/store/BudgetsStore.d.ts +1 -0
  24. package/dist/budgets/utils/Budget.d.ts +1 -0
  25. package/dist/cashflow/CashflowMiniWidget.d.ts +1 -0
  26. package/dist/cashflow/CashflowOnboarding.d.ts +1 -0
  27. package/dist/cashflow/CashflowWidget.d.ts +1 -0
  28. package/dist/cashflow/api/CashflowApi.d.ts +1 -0
  29. package/dist/cashflow/components/CashflowAmountHeading.d.ts +1 -0
  30. package/dist/cashflow/components/CashflowContent.d.ts +1 -0
  31. package/dist/cashflow/components/CashflowHeading.d.ts +1 -0
  32. package/dist/cashflow/components/CashflowWidgetContent.d.ts +1 -0
  33. package/dist/cashflow/components/DetailsExpenseHeader.d.ts +1 -0
  34. package/dist/cashflow/components/DetailsExpenseRow.d.ts +1 -0
  35. package/dist/cashflow/components/onboarding/StepOne.d.ts +1 -0
  36. package/dist/cashflow/components/onboarding/StepTwo.d.ts +1 -0
  37. package/dist/cashflow/stores/CashflowStore.d.ts +1 -0
  38. package/dist/cashflow/stores/UiStore.d.ts +1 -0
  39. package/dist/cashflow/util/Filters.d.ts +1 -0
  40. package/dist/categories/components/CategoryList.d.ts +1 -0
  41. package/dist/categories/components/CategoryRow.d.ts +1 -0
  42. package/dist/categories/components/CategorySelector.d.ts +1 -0
  43. package/dist/categories/components/CategorySelectorDrawer.d.ts +1 -0
  44. package/dist/categories/components/CustomCategories/AddSubcategory.d.ts +1 -0
  45. package/dist/categories/components/CustomCategories/CustomCategoryModal.d.ts +1 -0
  46. package/dist/categories/components/CustomCategories/DeleteSubcategory.d.ts +1 -0
  47. package/dist/categories/components/CustomCategories/RenameSubcategory.d.ts +1 -0
  48. package/dist/categories/components/SubcategoryList.d.ts +1 -0
  49. package/dist/categories/components/SubcategoryRow.d.ts +1 -0
  50. package/dist/categories/stores/CategoryStore.d.ts +1 -0
  51. package/dist/common/api/AnalyticsApi.d.ts +2 -1
  52. package/dist/common/api/BeatApi.d.ts +1 -0
  53. package/dist/common/api/CategoryApi.d.ts +1 -0
  54. package/dist/common/api/GlobalCopyApi.d.ts +1 -0
  55. package/dist/common/api/LocalizedCopyApi.d.ts +1 -0
  56. package/dist/common/api/NotificationApi.d.ts +1 -0
  57. package/dist/common/api/ScheduledPaymentsApi.d.ts +1 -0
  58. package/dist/common/api/UserApi.d.ts +1 -0
  59. package/dist/common/api/WidgetApi.d.ts +1 -0
  60. package/dist/common/components/ConnectDrawer.d.ts +1 -0
  61. package/dist/common/components/CurrencyInput.d.ts +1 -0
  62. package/dist/common/components/CurrencyText.d.ts +1 -0
  63. package/dist/common/components/DataRow.d.ts +1 -0
  64. package/dist/common/components/IconBacking.d.ts +1 -0
  65. package/dist/common/components/InformationTooltip.d.ts +1 -0
  66. package/dist/common/components/ListItemWrapper.d.ts +1 -0
  67. package/dist/common/components/Loader.d.ts +1 -0
  68. package/dist/common/components/MiniWidgetContainer.d.ts +1 -0
  69. package/dist/common/components/ResponsiveButton.d.ts +1 -0
  70. package/dist/common/components/SearchBox.d.ts +1 -0
  71. package/dist/common/components/SelectionBox.d.ts +1 -0
  72. package/dist/common/components/SubheaderRow.d.ts +1 -0
  73. package/dist/common/components/WidgetContainer.d.ts +1 -0
  74. package/dist/common/components/accountfilter/AccountFilter.d.ts +1 -0
  75. package/dist/common/components/accountfilter/AccountFilterOptions.d.ts +1 -0
  76. package/dist/common/components/barchart/Bar.d.ts +1 -0
  77. package/dist/common/components/barchart/BarChart.d.ts +1 -0
  78. package/dist/common/components/barchart/BarColumn.d.ts +1 -0
  79. package/dist/common/components/barchart/Legend.d.ts +1 -0
  80. package/dist/common/components/calendar/Calendar.d.ts +1 -0
  81. package/dist/common/components/calendar/Day.d.ts +1 -0
  82. package/dist/common/components/calendar/Header.d.ts +1 -0
  83. package/dist/common/components/charts/Donut.d.ts +1 -0
  84. package/dist/common/components/charts/LineChart.d.ts +1 -0
  85. package/dist/common/components/charts/StackedLineChart.d.ts +1 -0
  86. package/dist/common/components/charts/StatusBar.d.ts +1 -0
  87. package/dist/common/components/charts/linechart/CustomLine.d.ts +1 -0
  88. package/dist/common/components/charts/linechart/CustomMark.d.ts +1 -0
  89. package/dist/common/components/charts/stackedlinechart/CategoryIconLabel.d.ts +1 -0
  90. package/dist/common/components/charts/stackedlinechart/CustomAreaTooltip.d.ts +1 -0
  91. package/dist/common/components/charts/stackedlinechart/CustomLegend.d.ts +1 -0
  92. package/dist/common/components/charts/stackedlinechart/CustomPointTooltip.d.ts +1 -0
  93. package/dist/common/components/daterangeselector/DateRangeSelector.d.ts +1 -0
  94. package/dist/common/components/dialog/Dialog.d.ts +1 -0
  95. package/dist/common/components/donuts/MultiSegmentDonut.d.ts +1 -0
  96. package/dist/common/components/donuts/SingleSegmentDonut.d.ts +1 -0
  97. package/dist/common/components/drawer/Drawer.d.ts +1 -0
  98. package/dist/common/components/drawer/Header.d.ts +1 -0
  99. package/dist/common/components/index.d.ts +1 -0
  100. package/dist/common/constants/Account.d.ts +1 -0
  101. package/dist/common/context/GlobalDataProvider.d.ts +1 -0
  102. package/dist/common/context/WidgetContainerProvider.d.ts +1 -0
  103. package/dist/common/hooks/useCombineEvents.d.ts +1 -0
  104. package/dist/common/hooks/useDimensions.d.ts +1 -0
  105. package/dist/common/stores/ConnectStore.d.ts +1 -0
  106. package/dist/common/stores/GlobalCopyStore.d.ts +1 -0
  107. package/dist/common/stores/GlobalStore.d.ts +1 -0
  108. package/dist/common/stores/GlobalUiStore.d.ts +1 -0
  109. package/dist/common/stores/UserStore.d.ts +1 -0
  110. package/dist/common/types/Activity.d.ts +1 -0
  111. package/dist/common/types/Analytics.d.ts +1 -0
  112. package/dist/common/types/Beat.d.ts +1 -0
  113. package/dist/common/types/Cashflow.d.ts +1 -0
  114. package/dist/common/types/Expense.d.ts +1 -0
  115. package/dist/common/types/GlobalCopy.d.ts +1 -0
  116. package/dist/common/types/LocalizedContent.d.ts +1 -0
  117. package/dist/common/types/Notification.d.ts +1 -0
  118. package/dist/common/types/ScheduledPayment.d.ts +1 -0
  119. package/dist/common/types/SpendingPlan.d.ts +1 -0
  120. package/dist/common/types/Widgets.d.ts +1 -0
  121. package/dist/common/types/localization/CashflowCopy.d.ts +1 -0
  122. package/dist/common/types/localization/CommonCopy.d.ts +1 -0
  123. package/dist/common/utils/AccountFilter.d.ts +1 -0
  124. package/dist/common/utils/Analytics.d.ts +2 -1
  125. package/dist/common/utils/Categories.d.ts +1 -0
  126. package/dist/common/utils/Fetch.d.ts +1 -2
  127. package/dist/common/utils/Localization.d.ts +1 -0
  128. package/dist/common/utils/NumberFormatting.d.ts +1 -0
  129. package/dist/dashboard/Dashboard.d.ts +1 -0
  130. package/dist/dashboard/types/DashboardTypes.d.ts +1 -0
  131. package/dist/goals/api/GoalApi.d.ts +1 -0
  132. package/dist/goals/components/GoalsWidget.d.ts +1 -0
  133. package/dist/goals/stores/GoalStore.d.ts +1 -0
  134. package/dist/index.es.js +4061 -4004
  135. package/dist/index.es.js.map +1 -1
  136. package/dist/insights/components/beats/SetUpDirectDeposit/SetUpDirectDepositBody.d.ts +1 -0
  137. package/dist/insights/contexts/ToastContext.d.ts +1 -0
  138. package/dist/insights/settings/SettingsDrawer.d.ts +1 -0
  139. package/dist/insights/settings/components/PulseSubheaderRow.d.ts +1 -0
  140. package/dist/insights/settings/components/SettingsItem.d.ts +1 -0
  141. package/dist/insights/settings/components/Toast.d.ts +1 -0
  142. package/dist/insights/settings/hiddeninsights/components/CategoryEmptyState.d.ts +1 -0
  143. package/dist/insights/settings/hiddeninsights/components/HiddenInsightsDrawer.d.ts +1 -0
  144. package/dist/insights/settings/hiddeninsights/components/HiddenInsightsDrawerWrapper.d.ts +1 -0
  145. package/dist/insights/settings/hiddeninsights/components/SubCategoryDrawer.d.ts +1 -0
  146. package/dist/insights/settings/manageaccounts/components/AccountGroup.d.ts +1 -0
  147. package/dist/insights/settings/manageaccounts/components/ManageAccountsDrawer.d.ts +1 -0
  148. package/dist/insights/settings/manageaccounts/types/index.d.ts +1 -0
  149. package/dist/insights/store/BeatStore.d.ts +1 -0
  150. package/dist/insights/utils/beatTemplateCategories.d.ts +1 -0
  151. package/dist/merchants/api/MerchantApi.d.ts +1 -0
  152. package/dist/merchants/components/MerchantLookup.d.ts +1 -0
  153. package/dist/merchants/stores/MerchantStore.d.ts +1 -0
  154. package/dist/microinsights/analytics.d.ts +1 -0
  155. package/dist/microinsights/components/beatCard/BeatCard.d.ts +1 -0
  156. package/dist/microinsights/components/beaticons/BeatCategoryIcon.d.ts +1 -0
  157. package/dist/microinsights/components/beaticons/BeatIcon.d.ts +1 -0
  158. package/dist/microinsights/components/beaticons/BeatMerchantLogo.d.ts +1 -0
  159. package/dist/microinsights/components/beaticons/ChartFilledIcon.d.ts +1 -0
  160. package/dist/microinsights/components/beaticons/MonthlySpendComparisonIcon.d.ts +2 -1
  161. package/dist/microinsights/components/carouselheader/CarouselHeader.d.ts +1 -0
  162. package/dist/microinsights/components/insightsmicrowidget/InsightsMicroWidget.d.ts +1 -0
  163. package/dist/microinsights/components/microBeatCarousel/CarouselControls.d.ts +1 -0
  164. package/dist/microinsights/components/microBeatCarousel/MicroBeatCarousel.d.ts +1 -0
  165. package/dist/microinsights/components/microInsightCard/MicroInsightCard.d.ts +1 -0
  166. package/dist/microinsights/components/noRelevantInsightsCard/NoRelevantInsightsCard.d.ts +1 -0
  167. package/dist/microinsights/components/spinner/Spinner.d.ts +1 -0
  168. package/dist/microinsights/components/viewMoreMicroCard/ViewMoreMicroCard.d.ts +1 -0
  169. package/dist/microinsights/components/zeroStateCard/ZeroStateCard.d.ts +1 -0
  170. package/dist/microinsights/constants/Analytics.d.ts +1 -0
  171. package/dist/microinsights/context/InsightsMicroWidgetDataProvider.d.ts +1 -0
  172. package/dist/microinsights/interfaces.d.ts +1 -0
  173. package/dist/microinsights/stores/AppStore.d.ts +1 -0
  174. package/dist/microinsights/stores/CopyStore.d.ts +1 -0
  175. package/dist/microinsights/stores/InsightsMicroWidgetStore.d.ts +1 -0
  176. package/dist/microinsights/types/BeatUIComponent.d.ts +1 -0
  177. package/dist/microinsights/utils/DataSeries.d.ts +1 -0
  178. package/dist/notifications/components/DateRow.d.ts +1 -0
  179. package/dist/notifications/components/NotificationBadge.d.ts +1 -0
  180. package/dist/notifications/components/NotificationCard.d.ts +1 -0
  181. package/dist/notifications/components/NotificationList.d.ts +1 -0
  182. package/dist/notifications/stores/NotificationStore.d.ts +1 -0
  183. package/dist/notifications/utils/NotificationUtils.d.ts +1 -0
  184. package/dist/recurringactivity/RecurringActivityMiniWidget.d.ts +1 -0
  185. package/dist/recurringactivity/RecurringActivityWidget.d.ts +1 -0
  186. package/dist/recurringactivity/components/ActivityDetails.d.ts +1 -0
  187. package/dist/recurringactivity/components/ActivityList.d.ts +1 -0
  188. package/dist/recurringactivity/components/ActivityRow.d.ts +1 -0
  189. package/dist/recurringactivity/components/ActivityStatus.d.ts +1 -0
  190. package/dist/recurringactivity/components/MiniWidgetContent.d.ts +1 -0
  191. package/dist/recurringactivity/components/actions/FrequencyAction.d.ts +1 -0
  192. package/dist/recurringactivity/components/actions/PaymentDateAction.d.ts +1 -0
  193. package/dist/recurringactivity/components/activitycalendar/ActivityDay.d.ts +1 -0
  194. package/dist/recurringactivity/components/shared/activitysettings/AddActivity.d.ts +1 -0
  195. package/dist/recurringactivity/components/shared/activitysettings/AddActivityDetails.d.ts +1 -0
  196. package/dist/recurringactivity/components/shared/activitysettings/SelectTransaction.d.ts +1 -0
  197. package/dist/recurringactivity/stores/RecurringActivityStore.d.ts +1 -0
  198. package/dist/recurringactivity/util/RecurringActivityUtils.d.ts +1 -0
  199. package/dist/recurringactivity/util/buildActivities.d.ts +1 -0
  200. package/dist/recurringactivity/util/buildNewActivity.d.ts +1 -0
  201. package/dist/recurringactivity/util/getRecurrence.d.ts +1 -0
  202. package/dist/recurringactivity/util/getStatus.d.ts +1 -0
  203. package/dist/recurringactivity/util/updateActivity.d.ts +1 -0
  204. package/dist/spending/SpendingMiniWidget.d.ts +1 -0
  205. package/dist/spending/SpendingWidget.d.ts +1 -0
  206. package/dist/spending/components/SpendingChart.d.ts +1 -0
  207. package/dist/spending/components/SpendingDonut.d.ts +1 -0
  208. package/dist/spending/components/SpendingLegend.d.ts +1 -0
  209. package/dist/spending/components/SpendingList.d.ts +1 -0
  210. package/dist/spending/components/SpendingTabLabel.d.ts +1 -0
  211. package/dist/spending/utils/SpendingData.d.ts +1 -0
  212. package/dist/transactions/TransactionWidget.d.ts +1 -0
  213. package/dist/transactions/analytics.d.ts +1 -0
  214. package/dist/transactions/api/TransactionApi.d.ts +1 -0
  215. package/dist/transactions/components/shared/TransactionDetails.d.ts +1 -0
  216. package/dist/transactions/components/shared/TransactionList.d.ts +1 -0
  217. package/dist/transactions/components/shared/TransactionTable.d.ts +1 -0
  218. package/dist/transactions/components/shared/transactiondetails/Description.d.ts +1 -0
  219. package/dist/transactions/components/shared/transactiondetails/FlagTransaction.d.ts +1 -0
  220. package/dist/transactions/components/shared/transactiondetails/TransactionAmountHeader.d.ts +1 -0
  221. package/dist/transactions/components/shared/transactiondetails/actions/CategoryAction.d.ts +1 -0
  222. package/dist/transactions/components/shared/transactiondetails/actions/DateAction.d.ts +1 -0
  223. package/dist/transactions/components/shared/transactiondetails/actions/DeleteAction.d.ts +1 -0
  224. package/dist/transactions/components/shared/transactiondetails/actions/DeleteLogoAction.d.ts +1 -0
  225. package/dist/transactions/components/shared/transactiondetails/actions/HideAction.d.ts +1 -0
  226. package/dist/transactions/components/shared/transactiondetails/actions/MemoAction.d.ts +1 -0
  227. package/dist/transactions/components/shared/transactiondetails/actions/SplitAction.d.ts +1 -0
  228. package/dist/transactions/components/shared/transactiondetails/actions/TagsAction.d.ts +1 -0
  229. package/dist/transactions/components/shared/transactionlist/DateRow.d.ts +1 -0
  230. package/dist/transactions/components/shared/transactionlist/TransactionRow.d.ts +1 -0
  231. package/dist/transactions/components/shared/transactionlist/ZeroState.d.ts +1 -0
  232. package/dist/transactions/components/shared/transactiontable/cells/AccountCell.d.ts +1 -0
  233. package/dist/transactions/components/shared/transactiontable/cells/AmountCell.d.ts +1 -0
  234. package/dist/transactions/components/shared/transactiontable/cells/CategoryCell.d.ts +1 -0
  235. package/dist/transactions/components/shared/transactiontable/cells/DateCell.d.ts +1 -0
  236. package/dist/transactions/components/shared/transactiontable/cells/FlagCell.d.ts +1 -0
  237. package/dist/transactions/components/shared/transactiontable/cells/HeaderCell.d.ts +1 -0
  238. package/dist/transactions/components/shared/transactiontable/cells/PayeeCell.d.ts +1 -0
  239. package/dist/transactions/components/splitmanager/SplitManager.d.ts +1 -0
  240. package/dist/transactions/components/splitmanager/SplitRow.d.ts +1 -0
  241. package/dist/transactions/components/tagmanager/SearchBox.d.ts +1 -0
  242. package/dist/transactions/components/tagmanager/TagManager.d.ts +1 -0
  243. package/dist/transactions/components/tagmanager/TagRow.d.ts +1 -0
  244. package/dist/transactions/components/transactionwidget/AddAccountModal.d.ts +1 -0
  245. package/dist/transactions/components/transactionwidget/actions/EditCategoryAction.d.ts +1 -0
  246. package/dist/transactions/constants/Transaction.d.ts +1 -0
  247. package/dist/transactions/stores/TransactionStore.d.ts +1 -0
  248. package/dist/transactions/stores/UiStore.d.ts +1 -0
  249. package/dist/transactions/utils/Filters.d.ts +1 -0
  250. package/dist/transactions/utils/Transactions.d.ts +1 -0
  251. package/dist/transactions/utils/buildDetailedTransactions.d.ts +1 -0
  252. package/dist/transactions/utils/exportTransactionsToCSV.d.ts +1 -0
  253. package/dist/transactions/utils/sortAndFilterTransactions.d.ts +1 -0
  254. package/dist/trends/TrendsFullWidget.d.ts +1 -0
  255. package/dist/trends/TrendsMiniWidget.d.ts +1 -0
  256. package/dist/trends/components/TrendsTable.d.ts +1 -0
  257. package/dist/trends/components/trendstable/AmountCell.d.ts +1 -0
  258. package/dist/trends/components/trendstable/CategoryCell.d.ts +1 -0
  259. package/dist/trends/components/trendstable/HeaderCell.d.ts +1 -0
  260. package/dist/trends/utils/index.d.ts +1 -0
  261. package/package.json +39 -43
package/CHANGELOG.md CHANGED
@@ -1,14 +1,16 @@
1
- ## [3.9.0] - 10-16-2024
1
+ ## [3.9.1] - 10-21-2024
2
2
 
3
- - **UPDATED** - `Fetch` requests throw errors to be caught and handled upstream
4
- - **FIXED** - `MicroInsights` logs user out if 401 error is thrown
5
- - **FIXED** - Analytics types
3
+ - **UPDATED** - SetUpDirectDeposit styles
4
+
5
+ ## [3.9.0] - 10-18-2024
6
+
7
+ - **UPDATED** - Use the common `ConnectDrawer` component instead of the LinkAccounts from Money Dashboard in ConnectMiniWidget
6
8
 
7
9
  ## [3.8.0] - 10-15-2024
8
10
 
9
- - **UPDATED** - KyperMUI to 4.1
10
- - **UPDATED** - MUI to 6.x
11
- - **REMOVED** - Any usage of `useTokens`
11
+ - **UPDATED** - `Fetch` requests throw errors to be caught and handled upstream
12
+ - **FIXED** - `MicroInsights` logs user out if 401 error is thrown
13
+ - **FIXED** - Analytics types
12
14
 
13
15
  ## [3.7.1] - 10-15-2024
14
16
 
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { MiniWidgetProps } from '../common';
3
+
3
4
  declare const _default: React.FunctionComponent<MiniWidgetProps>;
4
5
  export default _default;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { WidgetProps } from '../common';
3
+
3
4
  declare const _default: React.FunctionComponent<WidgetProps>;
4
5
  export default _default;
@@ -1,4 +1,9 @@
1
1
  import { default as React } from 'react';
2
- import { MiniWidgetProps } from '../common';
3
- declare const _default: React.FunctionComponent<MiniWidgetProps>;
2
+ import { SxProps } from '@mui/material/styles';
3
+
4
+ interface ConnectMiniWidgetProps {
5
+ onPrimaryCtaClick?: () => void;
6
+ sx?: SxProps;
7
+ }
8
+ declare const _default: React.FunctionComponent<ConnectMiniWidgetProps>;
4
9
  export default _default;
@@ -1,5 +1,6 @@
1
1
  import { default as Fetch } from '../../common/utils/Fetch';
2
2
  import { Account } from '../../common';
3
+
3
4
  export declare class AccountApi {
4
5
  fetchInstance: Fetch;
5
6
  constructor(endpoint: string, token: string);
@@ -1,6 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { ListItemOwnProps } from '@mui/material/ListItem';
3
3
  import { Account } from '../../common';
4
+
4
5
  interface AccountListItemProps {
5
6
  account: Account;
6
7
  onRowClick?: () => void;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ import { MiniWidgetProps } from '../../common';
3
+
4
+ declare const _default: React.FunctionComponent<MiniWidgetProps>;
5
+ export default _default;
@@ -1,4 +1,5 @@
1
1
  import { MemberConnectionStatus } from '../../accounts';
2
+
2
3
  interface ConnectStatus {
3
4
  status?: MemberConnectionStatus;
4
5
  }
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface ConnectionsDrawerProps {
3
4
  onClose: () => void;
4
5
  showConnectionsWidget: boolean;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { AccountField } from '../../../utils/AccountFields';
3
+
3
4
  interface AccountDetailEditProps {
4
5
  field: AccountField;
5
6
  isOpen: boolean;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { MiniWidgetProps } from '../../../../common';
3
+
3
4
  declare const _default: React.FunctionComponent<MiniWidgetProps>;
4
5
  export default _default;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface ConnectionErrorMessageProps {
3
4
  setTabValue: (val: number) => void;
4
5
  }
@@ -1,6 +1,7 @@
1
1
  import { Account, GlobalStore, Institution, Member } from '../../common';
2
2
  import { AccountApi } from '../api/AccountApi';
3
3
  import { UiStore } from './UiStore';
4
+
4
5
  export declare class AccountStore {
5
6
  api: AccountApi;
6
7
  globalStore: GlobalStore;
@@ -1,4 +1,5 @@
1
1
  import { Account, Member } from '../../common';
2
+
2
3
  export declare class UiStore {
3
4
  isLoading: boolean;
4
5
  selectedAccount: Account;
@@ -1,4 +1,5 @@
1
1
  import { Account, AccountsCopy } from '../../common';
2
+
2
3
  type SelectOption = {
3
4
  label: string;
4
5
  value: number;
@@ -1,4 +1,5 @@
1
1
  import { Account } from '../../common/types';
2
+
2
3
  export declare const isAccountLiability: (account: Account) => boolean;
3
4
  export declare const isManual: (account: Account) => boolean;
4
5
  export declare const usesCreditLimitField: (account: Account) => boolean;
@@ -1,4 +1,5 @@
1
1
  import { MiniWidgetProps } from '../common';
2
+
2
3
  declare const _default: ((props: MiniWidgetProps) => import("react/jsx-runtime").JSX.Element) & {
3
4
  displayName: string;
4
5
  };
@@ -1,4 +1,5 @@
1
1
  import { Fetch } from '../../common';
2
+
2
3
  export declare class BudgetsApi {
3
4
  fetchInstance: Fetch;
4
5
  constructor(endpoint: string, token: string);
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { BubbleData } from './BubbleChart';
3
+
3
4
  interface BubbleBudgetsProps {
4
5
  isDraggable?: boolean;
5
6
  onClick?: (bubble: BubbleData) => void;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { SimulationNodeDatum } from 'd3-force';
3
+
3
4
  export interface BubbleData extends SimulationNodeDatum {
4
5
  backgroundColor: string;
5
6
  budgetGuid: string;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { BubbleData } from '../BubbleChart';
3
+
3
4
  interface BubbleProps {
4
5
  bubble: BubbleData;
5
6
  isDraggable: boolean;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { BubbleData } from '../BubbleChart';
3
+
3
4
  interface MercuryProps {
4
5
  bubble: BubbleData;
5
6
  }
@@ -1,5 +1,6 @@
1
1
  import { Budget, GlobalStore } from '../../common';
2
2
  import { BudgetsApi } from '../api/BudgetsApi';
3
+
3
4
  export declare class BudgetsStore {
4
5
  api: BudgetsApi;
5
6
  globalStore: GlobalStore;
@@ -1,6 +1,7 @@
1
1
  import { Theme } from '@mui/system';
2
2
  import { Budget, BudgetsCopy, Category } from '../../common';
3
3
  import { BubbleData } from '../components/BubbleChart';
4
+
4
5
  export declare const getBudgetPercentage: (budgetAmount: number, budgetSpent: number) => number;
5
6
  interface BubbleColors {
6
7
  bubble: string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { MiniWidgetProps } from '../common';
3
+
3
4
  declare const _default: React.FunctionComponent<MiniWidgetProps>;
4
5
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const _default: React.FunctionComponent<{}>;
3
4
  export default _default;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { WidgetProps } from '../common';
3
+
3
4
  declare const _default: React.FunctionComponent<WidgetProps>;
4
5
  export default _default;
@@ -1,4 +1,5 @@
1
1
  import { Fetch, CashflowEvent, CashflowSequence } from '../../common';
2
+
2
3
  export declare class CashflowApi {
3
4
  fetchInstance: Fetch;
4
5
  constructor(endpoint: string, token: string);
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface CashflowAmountHeadingProps {
3
4
  amount: number;
4
5
  isMobile?: boolean;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const _default: React.FunctionComponent<{}>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const _default: React.FunctionComponent<{}>;
3
4
  export default _default;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface CashflowWidgetContentProps {
3
4
  onAddIncomeClick?: () => void;
4
5
  }
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { ExpenseType } from './DetailsExpenseRow';
3
+
3
4
  interface DetailsExpenseHeaderProps {
4
5
  total: number;
5
6
  type: ExpenseType;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { Activity } from '../../common';
3
+
3
4
  export declare enum ExpenseType {
4
5
  EXPENSE = "expense",
5
6
  INCOME = "income"
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface StepOneProps {
3
4
  handleNextStep: () => void;
4
5
  }
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const _default: React.FunctionComponent<{}>;
3
4
  export default _default;
@@ -1,5 +1,6 @@
1
1
  import { GlobalStore } from '../../common';
2
2
  import { UiStore } from './UiStore';
3
+
3
4
  export declare class CashflowStore {
4
5
  globalStore: GlobalStore;
5
6
  uiStore: UiStore;
@@ -1,4 +1,5 @@
1
1
  import { Account, Activity } from '../../common';
2
+
2
3
  export declare class UiStore {
3
4
  dateRange: {
4
5
  start: Date;
@@ -1,4 +1,5 @@
1
1
  import { Account, Activity } from '../../common';
2
+
2
3
  /**
3
4
  * Returns activities that match the given account and date range
4
5
  * @param account The account
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare const _default: React.FunctionComponent<{}>;
3
4
  export default _default;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { Category } from '../../common';
3
+
3
4
  interface CategoryRowProps {
4
5
  category: Category;
5
6
  subCategories: Category[];
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export interface CategorySelectorProps {
3
4
  initialSelected?: string;
4
5
  onSelect: (guid: string) => void;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { CategorySelectorProps } from './CategorySelector';
3
+
3
4
  export interface CategorySelectorDrawerProps extends CategorySelectorProps {
4
5
  disableScroll?: boolean;
5
6
  id?: string;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { Category } from '../../../common/types';
3
+
3
4
  interface AddSubcategoryProps {
4
5
  parentCategory: Category;
5
6
  }
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare enum CustomCategoryModalType {
3
4
  ADD = "add",
4
5
  EDIT = "edit",
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { Category } from '../../../common';
3
+
3
4
  interface DeleteSubcategoryProps {
4
5
  parentCategory: Category;
5
6
  showDelete: boolean;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { Category } from '../../../common/types';
3
+
3
4
  interface RenameSubcategoryProps {
4
5
  setShowRename: (show: boolean) => void;
5
6
  subCategory: Category;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { Category } from '../../common/types';
3
+
3
4
  interface SubcategoryListProps {
4
5
  categories: Category[];
5
6
  parentCategory: Category;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { Category } from '../../common/types';
3
+
3
4
  interface SubcategoryRowProps {
4
5
  parentCategory: Category;
5
6
  subCategory: Category;
@@ -1,6 +1,7 @@
1
1
  import { Account, CategoryApi, Category, DateRangeCategoryTotals, GlobalStore, MonthlyCategoryTotals } from '../../common';
2
2
  import { UiStore } from './UiStore';
3
3
  import { DetailedCategory } from '../../common/types/Category';
4
+
4
5
  export declare class CategoryStore {
5
6
  api: CategoryApi;
6
7
  globalStore: GlobalStore;
@@ -1,8 +1,9 @@
1
1
  import { Fetch } from '../utils';
2
2
  import { AnalyticsEvent } from '../types';
3
+
3
4
  export declare class AnalyticsApi {
4
5
  fetchInstance: Fetch;
5
- constructor(endpoint: string, token: string, shouldPropagateError?: boolean);
6
+ constructor(endpoint: string, token: string);
6
7
  initializeAnalyticsSession: (version: string, featureName?: string) => Promise<{
7
8
  analytics_session: any;
8
9
  }>;
@@ -1,5 +1,6 @@
1
1
  import { default as Fetch } from '../utils/Fetch';
2
2
  import { Beat } from '../types';
3
+
3
4
  export declare class BeatApi {
4
5
  fetchInstance: Fetch;
5
6
  constructor(endpoint: string, token: string);
@@ -1,6 +1,7 @@
1
1
  import { default as Fetch } from '../utils/Fetch';
2
2
  import { Account } from '../types/Account';
3
3
  import { Category } from '../types/Category';
4
+
4
5
  export declare class CategoryApi {
5
6
  fetchInstance: Fetch;
6
7
  constructor(endpoint: string, token: string);
@@ -1,4 +1,5 @@
1
1
  import { default as Fetch } from '../utils/Fetch';
2
+
2
3
  export declare class GlobalCopyApi {
3
4
  fetchInstance: Fetch;
4
5
  constructor(endpoint: string, token: string);
@@ -1,4 +1,5 @@
1
1
  import { default as Fetch } from '../utils/Fetch';
2
+
2
3
  export declare class LocalizedCopyApi {
3
4
  fetchInstance: Fetch;
4
5
  constructor(endpoint: string, token: string);
@@ -1,5 +1,6 @@
1
1
  import { default as Fetch } from '../utils/Fetch';
2
2
  import { Notification } from '../types';
3
+
3
4
  export declare class NotificationApi {
4
5
  fetchInstance: Fetch;
5
6
  constructor(endpoint: string, token: string);
@@ -1,4 +1,5 @@
1
1
  import { Fetch, ScheduledPayment } from '../index';
2
+
2
3
  export declare class ScheduledPaymentsApi {
3
4
  fetchInstance: Fetch;
4
5
  constructor(endpoint: string, token: string);
@@ -1,5 +1,6 @@
1
1
  import { default as Fetch } from '../utils/Fetch';
2
2
  import { UserProfile } from '../types';
3
+
3
4
  export declare class UserApi {
4
5
  fetchInstance: Fetch;
5
6
  constructor(endpoint: string, token: string);
@@ -1,4 +1,5 @@
1
1
  import { default as Fetch } from '../utils/Fetch';
2
+
2
3
  export declare class WidgetApi {
3
4
  fetchInstance: Fetch;
4
5
  constructor(endpoint: string, token: string);
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface ConnectDrawerProps {
3
4
  loadWidgetProps?: object;
4
5
  onClose: () => void;
@@ -1,6 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { TextFieldProps as MuiTextFieldProps } from '@mui/material/TextField';
3
3
  import { CurrencyInputCopy } from '../types';
4
+
4
5
  type CurrencyInputProps = {
5
6
  allowDecimals?: boolean;
6
7
  amountIsRequired?: boolean;
@@ -1,6 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { SxProps } from '@mui/material/styles';
3
3
  import { TypographyProps } from '@mui/material/Typography';
4
+
4
5
  interface CurrencyTextProps extends TypographyProps {
5
6
  isIncome?: boolean;
6
7
  amount: number | string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface DataRowProps {
3
4
  iconName: string;
4
5
  label: string;
@@ -1,4 +1,5 @@
1
1
  import { SxProps } from '@mui/material/styles';
2
+
2
3
  interface IconProps {
3
4
  backingSx?: SxProps;
4
5
  size: number;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface InformationTooltipProps {
3
4
  body: string;
4
5
  iconName?: string;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { SxProps } from '@mui/material/styles';
3
+
3
4
  interface ListItemWrapperProps {
4
5
  clickEventName?: string;
5
6
  onClick?: () => void;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface LoaderProps {
3
4
  label?: string;
4
5
  size?: number;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { SxProps } from '@mui/material/styles';
3
+
3
4
  interface CardContainerProps {
4
5
  className?: string;
5
6
  onPrimaryCtaClick?: () => void;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface ResponsiveButtonProps {
3
4
  icon: React.ReactElement;
4
5
  label: string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export interface SearchBoxProps {
3
4
  ariaLabel?: string;
4
5
  cancelAriaLabel?: string;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { SxProps } from '@mui/material/styles';
3
+
3
4
  interface SelectionBoxProps {
4
5
  checked?: boolean;
5
6
  label: string;
@@ -1,4 +1,5 @@
1
1
  import { default as React, PropsWithChildren } from 'react';
2
+
2
3
  interface SubheaderRowProps {
3
4
  bgcolor?: string;
4
5
  }
@@ -2,6 +2,7 @@ import { default as React } from 'react';
2
2
  import { SxProps } from '@mui/material/styles';
3
3
  import { Account } from '../types';
4
4
  import { CalendarActions } from './daterangeselector/DateRangeSelector';
5
+
5
6
  type Action = {
6
7
  label: string;
7
8
  iconName: string;
@@ -2,6 +2,7 @@ import { FC } from 'react';
2
2
  import { SxProps } from '@mui/material/styles';
3
3
  import { Account } from '../../types';
4
4
  import { AccountFilterOptionsCopy } from './AccountFilterOptions';
5
+
5
6
  export type AccountFilterCopy = {
6
7
  accountFilterOptionsCopy: AccountFilterOptionsCopy;
7
8
  title: string;
@@ -1,6 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { Account } from '../../types/Account';
3
3
  import { MappedAccount, MappedAccounts, MappedOptions } from '../../utils/AccountFilter';
4
+
4
5
  export type AccountFilterOptionsCopy = {
5
6
  accountTypeAccounts: string;
6
7
  cancelButton: string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface BarProps {
3
4
  ariaLabel?: string;
4
5
  color: string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export type BarChartData = {
3
4
  ariaLabel: string;
4
5
  label: string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  interface BarColumnProps {
3
4
  ariaLabel?: string;
4
5
  averageLineHeight: number;