@mx-cartographer/experiences 8.2.8 → 8.2.9-alpha-insightv2-2
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.
- package/CHANGELOG.md +4 -0
- package/dist/BarChartV2-x2zNPJ-a.mjs +510 -0
- package/dist/EmbeddedCard-CBxmTWJW.mjs +362 -0
- package/dist/EmptyBarChart-qkILeuXK.mjs +6 -0
- package/dist/{ExportCsvAction-hDprC41l.mjs → ExportCsvAction-DDQl3FfC.mjs} +1 -1
- package/dist/{ManageIncome-DwylSiWs.mjs → ManageIncome-B2lZ6AJB.mjs} +79 -78
- package/dist/{RecurringSettings-CPXLW6AR.mjs → RecurringSettings-D1yi77Y6.mjs} +1 -1
- package/dist/{TransactionDetails-CbBSxdOi.mjs → TransactionDetails-BKPDKMA7.mjs} +22 -21
- package/dist/{UserStore-CRpKQjpP.mjs → UserStore-CvZ9Gh2J.mjs} +257 -223
- package/dist/accounts/index.es.js +2 -2
- package/dist/budgets/index.es.js +3 -3
- package/dist/cashflow/index.es.js +3 -3
- package/dist/common/index.es.js +1 -1
- package/dist/core/index.es.js +1 -1
- package/dist/finstrong/index.es.js +33 -32
- package/dist/insights/index.es.js +569 -533
- package/dist/insights-v2/index.es.js +1794 -0
- package/dist/recurringtransactions/index.es.js +4 -4
- package/dist/spending/index.es.js +2 -2
- package/dist/{core → src/core}/api/TransactionApi.d.ts +1 -0
- package/dist/{core → src/core}/stores/BeatStore.d.ts +1 -0
- package/dist/{core → src/core}/stores/GlobalUiStore.d.ts +5 -0
- package/dist/{core → src/core}/stores/TransactionStore.d.ts +1 -0
- package/dist/{core → src/core}/types/Beat.d.ts +2 -0
- package/dist/src/core/types/Insights.d.ts +83 -0
- package/dist/src/core/types/InsightsInstanceSlotData.d.ts +88 -0
- package/dist/{core → src/core}/types/index.d.ts +1 -0
- package/dist/{finstrong → src/finstrong}/util/finstrongUtils.d.ts +1 -1
- package/dist/src/insights/components/insights/MonthlySpendingComparisonV2/__test__/MonthlySpendComparisonV2.test.d.ts +1 -0
- package/dist/src/insights/components/insights/P2pCategorization/_tests_/P2pCategorizationSingleTransaction.test.d.ts +0 -0
- package/dist/{insights → src/insights}/components/insights/WeeklyNoSpendDays/BubbleWeek.d.ts +4 -1
- package/dist/{insights → src/insights}/components/insights/WeeklyNoSpendDays/WeeklyNoSpendDays.d.ts +4 -1
- package/dist/src/insights/components/insights/WeeklyNoSpendDays/_tests_/WeeklyNoSpendDays.test.d.ts +0 -0
- package/dist/src/insights/components/shared/Charts/EmptyBarChart.d.ts +1 -0
- package/dist/src/insights/components/shared/DonutChartV2.d.ts +13 -0
- package/dist/src/insights/hooks/useContainerDimensions.d.ts +5 -0
- package/dist/src/insights-v2/CommonUtils.d.ts +1 -0
- package/dist/src/insights-v2/blocks/ActionBlocks/DrillDown/SubTabs.d.ts +15 -0
- package/dist/src/insights-v2/blocks/ActionBlocks/DrillDown/TransactionDrillDown.d.ts +27 -0
- package/dist/src/insights-v2/blocks/ActionBlocks/TransactionHistoryBlock/TransactionHistoryBlock.d.ts +4 -0
- package/dist/src/insights-v2/blocks/ActionBlocks/TransactionHistoryBlock/index.d.ts +1 -0
- package/dist/src/insights-v2/blocks/ActionBlocks/TransactionHistoryBlock/useTransactionHistoryBlock.d.ts +25 -0
- package/dist/src/insights-v2/blocks/ActionBlocks/TransactionHistoryBlock/useTransactionHistoryPrepare.d.ts +13 -0
- package/dist/src/insights-v2/blocks/ActionBlocks/__test__/transactionFilterStrategies.test.d.ts +1 -0
- package/dist/src/insights-v2/blocks/ActionBlocks/drillDownVariants.d.ts +75 -0
- package/dist/src/insights-v2/blocks/ActionBlocks/index.d.ts +3 -0
- package/dist/src/insights-v2/blocks/ActionBlocks/transactionFilterStrategies.d.ts +67 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/BarchartBlock/BarchartBlock.d.ts +3 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/BarchartBlock/index.d.ts +1 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/BarchartBlock/layout.d.ts +9 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/BarchartBlock/utils.d.ts +20 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DonutChartBlock/DonutChartBlock.d.ts +4 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DonutChartBlock/index.d.ts +1 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DonutChartBlock/layout.d.ts +19 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DonutChartBlock/utils.d.ts +3 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DoubleBarChartBlock/ChartLegend.d.ts +7 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DoubleBarChartBlock/CustomDoubleBar.d.ts +18 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DoubleBarChartBlock/DoubleBarChart.d.ts +5 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DoubleBarChartBlock/comparisonUtils.d.ts +29 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DoubleBarChartBlock/index.d.ts +1 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DoubleBarChartBlock/layout.d.ts +8 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DoubleProgressBarBlock/DoubleProgressBarBlock.d.ts +4 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DoubleProgressBarBlock/ProgressBar.d.ts +8 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/DoubleProgressBarBlock/index.d.ts +1 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/StepChartBlock/StepChartBlock.d.ts +4 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/StepChartBlock/index.d.ts +9 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/StepChartBlock/utils.d.ts +19 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/StepChartBlock/variants/WithText.d.ts +5 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/StepChartBlock/variants/WithoutText.d.ts +5 -0
- package/dist/src/insights-v2/blocks/ChartBlocks/index.d.ts +5 -0
- package/dist/src/insights-v2/blocks/ComponentBlocks/AccountBlock/AccountBlock.d.ts +4 -0
- package/dist/src/insights-v2/blocks/ComponentBlocks/AccountBlock/HeaderComponent.d.ts +5 -0
- package/dist/src/insights-v2/blocks/ComponentBlocks/AccountBlock/IconComponent.d.ts +7 -0
- package/dist/src/insights-v2/blocks/ComponentBlocks/AccountBlock/index.d.ts +1 -0
- package/dist/src/insights-v2/blocks/ComponentBlocks/AccountBlock/layout.d.ts +8 -0
- package/dist/src/insights-v2/blocks/ComponentBlocks/ActionBlock/ActionBlockLayer.d.ts +9 -0
- package/dist/src/insights-v2/blocks/ComponentBlocks/BudgetBlock/BudgetBlock.d.ts +3 -0
- package/dist/src/insights-v2/blocks/ComponentBlocks/BudgetBlock/index.d.ts +1 -0
- package/dist/src/insights-v2/blocks/ComponentBlocks/BudgetBlock/util.d.ts +7 -0
- package/dist/src/insights-v2/blocks/ComponentBlocks/index.d.ts +2 -0
- package/dist/src/insights-v2/blocks/ImageBlocks/ImageBlock.d.ts +4 -0
- package/dist/src/insights-v2/blocks/ImageBlocks/SVGImageBlock/SVGImageBlock.d.ts +3 -0
- package/dist/src/insights-v2/blocks/ImageBlocks/SVGImageBlock/index.d.ts +1 -0
- package/dist/src/insights-v2/blocks/ImageBlocks/SVGImageBlock/layout.d.ts +7 -0
- package/dist/src/insights-v2/blocks/ImageBlocks/index.d.ts +2 -0
- package/dist/src/insights-v2/blocks/index.d.ts +5 -0
- package/dist/src/insights-v2/blocks/types.d.ts +8 -0
- package/dist/src/insights-v2/components/BaseLayout.d.ts +8 -0
- package/dist/src/insights-v2/components/ComponentBlocks/StatusIndicator.d.ts +14 -0
- package/dist/src/insights-v2/components/Footer.d.ts +9 -0
- package/dist/src/insights-v2/components/Header.d.ts +8 -0
- package/dist/src/insights-v2/components/SubHeader.d.ts +6 -0
- package/dist/src/insights-v2/components/TransactionList.d.ts +16 -0
- package/dist/src/insights-v2/components/chartblocks/BarchartV2.d.ts +2 -0
- package/dist/src/insights-v2/components/chartblocks/ThemedSVGImage.d.ts +2 -0
- package/dist/src/insights-v2/hooks/useActionBlock.d.ts +6 -0
- package/dist/src/insights-v2/hooks/useBeatTransactions.d.ts +7 -0
- package/dist/{insights → src/insights-v2}/hooks/useContainerDimensions.d.ts +1 -1
- package/dist/src/insights-v2/index.d.ts +2 -0
- package/dist/src/insights-v2/mappings/blocks.d.ts +13 -0
- package/dist/transactions/index.es.js +12 -11
- package/dist/trends/index.es.js +3 -3
- package/package.json +5 -1
- package/dist/EmbeddedCard-BNl3quCs.mjs +0 -856
- /package/dist/{accounts → src/accounts}/AccountsMiniWidget.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/AccountsWidget.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/ConnectMiniWidget.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/AccountListItem.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/AccountsList.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/AccountsListCompact.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/ConnectImage.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/ConnectMiniWidgetCard.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/ConnectStatus.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/ConnectionStatusIcons.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/ConnectionsDrawer.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Accounts/AccountActions.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Accounts/AccountActionsRow.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Accounts/AccountConnection.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Accounts/AccountDetailEdit.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Accounts/AccountDetails.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Accounts/AccountDetailsChart.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Accounts/AccountDetailsContent.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Accounts/AccountDetailsHeader.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Accounts/AccountDetailsTab.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Accounts/ConnectionErrorMessage.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/components/detailsdrawer/Transactions/TransactionsTab.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/constants/Accounts.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/hooks/useGetMergeableAccounts.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/hooks/useUiStore.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/index.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/utils/AccountDetails.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/utils/AccountFields.d.ts +0 -0
- /package/dist/{accounts → src/accounts}/utils/getConnectionMessages.d.ts +0 -0
- /package/dist/{analytics → src/analytics}/SurveyMiniWidget.d.ts +0 -0
- /package/dist/{analytics → src/analytics}/components/OpenTextField.d.ts +0 -0
- /package/dist/{analytics → src/analytics}/components/RatingScale.d.ts +0 -0
- /package/dist/{analytics → src/analytics}/index.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/BubbleBudgetsMiniWidget.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/BubbleBudgetsWidget.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/AddBudgets.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/BubbleBudgets.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/BubbleChart.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/BudgetDetailsDrawer.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/BudgetDetailsDrawerV2.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/BudgetList.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/BudgetsEmptyState.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/MerchantBudgetDetailsDrawer.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/Overview.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/ZeroState.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/addbudget/Header.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/addbudget/RecalculateBudgetRow.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/addbudget/RecalculateBudgets.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/addbudget/UnbudgetedRow.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/bubblechart/Bubble.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/bubblechart/Mercury.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/budgetdetails/AddSubBudget.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/budgetdetails/BudgetDetails.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/budgetdetails/Header.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/budgetdetails/SubBudgetList.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/budgetlist/BudgetRow.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/budgetlist/SubBudgetRow.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/budgetlist/SubBudgetZeroState.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/shared/BudgetAmount.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/components/shared/BudgetDetailsTopSection.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/index.d.ts +0 -0
- /package/dist/{budgets → src/budgets}/utils/BubblesSVG.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/CashflowMiniWidget.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/CashflowOnboarding.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/CashflowWidget.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/CashflowAmountHeading.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/CashflowContent.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/CashflowHeading.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/CashflowWidgetContent.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/DetailsExpenseHeader.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/DetailsExpenseRow.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/DetailsFooter.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/DetailsTab.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/RemainingCash.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/SummaryTab.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/onboarding/StepOne.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/components/onboarding/StepTwo.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/constants/CashflowImages.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/context/hooks.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/index.d.ts +0 -0
- /package/dist/{cashflow → src/cashflow}/util/Filters.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/CategoryList.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/CategoryRow.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/CategorySelector.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/CategorySelectorDrawer.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/CustomCategories/AddSubcategory.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/CustomCategories/CustomCategoryModal.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/CustomCategories/DeleteSubcategory.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/CustomCategories/RenameSubcategory.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/CustomCategories/index.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/SubcategoryList.d.ts +0 -0
- /package/dist/{categories → src/categories}/components/SubcategoryRow.d.ts +0 -0
- /package/dist/{categories → src/categories}/constants/Analytics.d.ts +0 -0
- /package/dist/{categories → src/categories}/constants/OnClickEvents.d.ts +0 -0
- /package/dist/{categories → src/categories}/context/hooks.d.ts +0 -0
- /package/dist/{categories → src/categories}/index.d.ts +0 -0
- /package/dist/{common → src/common}/components/Banner.d.ts +0 -0
- /package/dist/{common → src/common}/components/ConnectCard.d.ts +0 -0
- /package/dist/{common → src/common}/components/ConnectDrawer.d.ts +0 -0
- /package/dist/{common → src/common}/components/CurrencyDialog.d.ts +0 -0
- /package/dist/{common → src/common}/components/CurrencyInput.d.ts +0 -0
- /package/dist/{common → src/common}/components/CurrencyText.d.ts +0 -0
- /package/dist/{common → src/common}/components/DataRow.d.ts +0 -0
- /package/dist/{common → src/common}/components/EmptyState.d.ts +0 -0
- /package/dist/{common → src/common}/components/Error.d.ts +0 -0
- /package/dist/{common → src/common}/components/ErrorBoundary.d.ts +0 -0
- /package/dist/{common → src/common}/components/GlobalAccountFilter.d.ts +0 -0
- /package/dist/{common → src/common}/components/IconBacking.d.ts +0 -0
- /package/dist/{common → src/common}/components/InformationTooltip.d.ts +0 -0
- /package/dist/{common → src/common}/components/ListItemAction.d.ts +0 -0
- /package/dist/{common → src/common}/components/ListItemRow.d.ts +0 -0
- /package/dist/{common → src/common}/components/ListItemWrapper.d.ts +0 -0
- /package/dist/{common → src/common}/components/Loader.d.ts +0 -0
- /package/dist/{common → src/common}/components/MicroWidgetContainer.d.ts +0 -0
- /package/dist/{common → src/common}/components/MiniWidgetContainer.d.ts +0 -0
- /package/dist/{common → src/common}/components/ResponsiveButton.d.ts +0 -0
- /package/dist/{common → src/common}/components/SearchBox.d.ts +0 -0
- /package/dist/{common → src/common}/components/Select.d.ts +0 -0
- /package/dist/{common → src/common}/components/SelectionBox.d.ts +0 -0
- /package/dist/{common → src/common}/components/SkeletonLoader.d.ts +0 -0
- /package/dist/{common → src/common}/components/SubheaderRow.d.ts +0 -0
- /package/dist/{common → src/common}/components/TabContentContainer.d.ts +0 -0
- /package/dist/{common → src/common}/components/TinyBarChart.d.ts +0 -0
- /package/dist/{common → src/common}/components/WidgetContainer.d.ts +0 -0
- /package/dist/{common → src/common}/components/WidgetDateRangeSelector.d.ts +0 -0
- /package/dist/{common → src/common}/components/addaccounts/AddAccounts.d.ts +0 -0
- /package/dist/{common → src/common}/components/calendar/Calendar.d.ts +0 -0
- /package/dist/{common → src/common}/components/calendar/Day.d.ts +0 -0
- /package/dist/{common → src/common}/components/calendar/Header.d.ts +0 -0
- /package/dist/{common → src/common}/components/calendar/index.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/Donut.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/LineChart.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/StackedLineChart.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/StatusBar.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/index.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/linechart/CustomLegend.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/linechart/CustomLine.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/linechart/CustomMark.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/linechart/CustomTooltip.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/linechart/utils/markerShapes.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/stackedlinechart/CategoryIconLabel.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/stackedlinechart/CustomAreaTooltip.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/stackedlinechart/CustomLegend.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/stackedlinechart/CustomPointTooltip.d.ts +0 -0
- /package/dist/{common → src/common}/components/charts/stackedlinechart/utils.d.ts +0 -0
- /package/dist/{common → src/common}/components/daterangeselector/DateRangeSelector.d.ts +0 -0
- /package/dist/{common → src/common}/components/daterangeselector/index.d.ts +0 -0
- /package/dist/{common → src/common}/components/dialog/Dialog.d.ts +0 -0
- /package/dist/{common → src/common}/components/dialog/index.d.ts +0 -0
- /package/dist/{common → src/common}/components/donuts/MultiSegmentDonut.d.ts +0 -0
- /package/dist/{common → src/common}/components/donuts/SingleSegmentDonut.d.ts +0 -0
- /package/dist/{common → src/common}/components/donuts/index.d.ts +0 -0
- /package/dist/{common → src/common}/components/drawer/Drawer.d.ts +0 -0
- /package/dist/{common → src/common}/components/drawer/Footer.d.ts +0 -0
- /package/dist/{common → src/common}/components/drawer/Header.d.ts +0 -0
- /package/dist/{common → src/common}/components/drawer/index.d.ts +0 -0
- /package/dist/{common → src/common}/components/globalaccountfilter/GlobalAccountFilterList.d.ts +0 -0
- /package/dist/{common → src/common}/components/index.d.ts +0 -0
- /package/dist/{common → src/common}/components/listitems/CollapseExpandListItem.d.ts +0 -0
- /package/dist/{common → src/common}/components/listitems/ToggleButtonListItem.d.ts +0 -0
- /package/dist/{common → src/common}/components/listitems/ToggleListItem.d.ts +0 -0
- /package/dist/{common → src/common}/constants/Account.d.ts +0 -0
- /package/dist/{common → src/common}/constants/Analytics.d.ts +0 -0
- /package/dist/{common → src/common}/constants/Connect.d.ts +0 -0
- /package/dist/{common → src/common}/constants/Donut.d.ts +0 -0
- /package/dist/{common → src/common}/constants/FinStrong.d.ts +0 -0
- /package/dist/{common → src/common}/constants/ScheduledPayment.d.ts +0 -0
- /package/dist/{common → src/common}/constants/Sizes.d.ts +0 -0
- /package/dist/{common → src/common}/constants/SpendingPlan.d.ts +0 -0
- /package/dist/{common → src/common}/constants/index.d.ts +0 -0
- /package/dist/{common → src/common}/context/GlobalDataProvider.d.ts +0 -0
- /package/dist/{common → src/common}/context/WidgetContainerProvider.d.ts +0 -0
- /package/dist/{common → src/common}/context/hooks.d.ts +0 -0
- /package/dist/{common → src/common}/context/index.d.ts +0 -0
- /package/dist/{common → src/common}/hooks/index.d.ts +0 -0
- /package/dist/{common → src/common}/hooks/useAccountDisplayName.d.ts +0 -0
- /package/dist/{common → src/common}/hooks/useAriaLive.d.ts +0 -0
- /package/dist/{common → src/common}/hooks/useCombineEvents.d.ts +0 -0
- /package/dist/{common → src/common}/hooks/useDimensions.d.ts +0 -0
- /package/dist/{common → src/common}/hooks/useInsightsEnabled.d.ts +0 -0
- /package/dist/{common → src/common}/hooks/usePrevious.d.ts +0 -0
- /package/dist/{common → src/common}/hooks/useScreenSize.d.ts +0 -0
- /package/dist/{common → src/common}/hooks/useWidgetHeaderStyles.d.ts +0 -0
- /package/dist/{common → src/common}/hooks/useWidgetLoadTimer.d.ts +0 -0
- /package/dist/{common → src/common}/index.d.ts +0 -0
- /package/dist/{common → src/common}/utils/AccountDisplayName.d.ts +0 -0
- /package/dist/{common → src/common}/utils/AccountFilter.d.ts +0 -0
- /package/dist/{common → src/common}/utils/Analytics.d.ts +0 -0
- /package/dist/{common → src/common}/utils/PostMessage.d.ts +0 -0
- /package/dist/{common → src/common}/utils/Theme.d.ts +0 -0
- /package/dist/{common → src/common}/utils/index.d.ts +0 -0
- /package/dist/{core → src/core}/api/AccountApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/AnalyticsApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/AppDataApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/BannerApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/BeatApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/BudgetsApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/CategoryApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/FinstrongApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/GlobalCopyApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/GoalApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/HelpApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/HoldingApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/MerchantApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/NotificationApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/RepeatingTransactionsApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/ScheduledPaymentsApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/SettingsApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/UserApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/WidgetApi.d.ts +0 -0
- /package/dist/{core → src/core}/api/index.d.ts +0 -0
- /package/dist/{core → src/core}/constants/ApiEndpoints.d.ts +0 -0
- /package/dist/{core → src/core}/constants/Category.d.ts +0 -0
- /package/dist/{core → src/core}/constants/DateFormats.d.ts +0 -0
- /package/dist/{core → src/core}/constants/Debts.d.ts +0 -0
- /package/dist/{core → src/core}/constants/DefaultConfig.d.ts +0 -0
- /package/dist/{core → src/core}/constants/Help.d.ts +0 -0
- /package/dist/{core → src/core}/constants/Investments.d.ts +0 -0
- /package/dist/{core → src/core}/constants/Numbers.d.ts +0 -0
- /package/dist/{core → src/core}/constants/Table.d.ts +0 -0
- /package/dist/{core → src/core}/constants/Transaction.d.ts +0 -0
- /package/dist/{core → src/core}/constants/index.d.ts +0 -0
- /package/dist/{core → src/core}/constants/repeatingTransactions.d.ts +0 -0
- /package/dist/{core → src/core}/index.d.ts +0 -0
- /package/dist/{core → src/core}/stores/AccountStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/AnalyticsStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/AppDataStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/BudgetsStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/CashflowStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/CategoryStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/ConnectStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/DebtsStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/FinstrongStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/GlobalCopyStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/GlobalStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/GoalStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/HelpStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/HoldingStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/MerchantStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/NetWorthStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/NotificationStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/RecurringTransactionsStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/SettingsStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/TrendsStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/UserStore.d.ts +0 -0
- /package/dist/{core → src/core}/stores/index.d.ts +0 -0
- /package/dist/{core → src/core}/types/Account.d.ts +0 -0
- /package/dist/{core → src/core}/types/Analytics.d.ts +0 -0
- /package/dist/{core → src/core}/types/AppData.d.ts +0 -0
- /package/dist/{core → src/core}/types/Budget.d.ts +0 -0
- /package/dist/{core → src/core}/types/Cashflow.d.ts +0 -0
- /package/dist/{core → src/core}/types/Category.d.ts +0 -0
- /package/dist/{core → src/core}/types/Client.d.ts +0 -0
- /package/dist/{core → src/core}/types/Date.d.ts +0 -0
- /package/dist/{core → src/core}/types/Debt.d.ts +0 -0
- /package/dist/{core → src/core}/types/Expense.d.ts +0 -0
- /package/dist/{core → src/core}/types/Finstrong.d.ts +0 -0
- /package/dist/{core → src/core}/types/Global.d.ts +0 -0
- /package/dist/{core → src/core}/types/GlobalCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/Goal.d.ts +0 -0
- /package/dist/{core → src/core}/types/Handlers.d.ts +0 -0
- /package/dist/{core → src/core}/types/Help.d.ts +0 -0
- /package/dist/{core → src/core}/types/Holding.d.ts +0 -0
- /package/dist/{core → src/core}/types/Institution.d.ts +0 -0
- /package/dist/{core → src/core}/types/LocalizedContent.d.ts +0 -0
- /package/dist/{core → src/core}/types/Merchant.d.ts +0 -0
- /package/dist/{core → src/core}/types/NetWorth.d.ts +0 -0
- /package/dist/{core → src/core}/types/Notification.d.ts +0 -0
- /package/dist/{core → src/core}/types/Offer.d.ts +0 -0
- /package/dist/{core → src/core}/types/RepeatingTransaction.d.ts +0 -0
- /package/dist/{core → src/core}/types/ScheduledPayment.d.ts +0 -0
- /package/dist/{core → src/core}/types/ScreenSize.d.ts +0 -0
- /package/dist/{core → src/core}/types/Transaction.d.ts +0 -0
- /package/dist/{core → src/core}/types/User.d.ts +0 -0
- /package/dist/{core → src/core}/types/Widgets.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/AccountFilterCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/AccountTypeCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/AccountsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/AnalyticsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/BudgetsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/CashflowCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/CategoryCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/CommonCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/ConnectCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/CurrencyInputCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/DateRangePickerCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/DebtsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/FinstrongCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/GoalsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/HelpCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/InsightsFeedCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/InvestmentsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/MicroInsightsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/NetWorthCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/NotificationsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/RecurringCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/SettingsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/SpendingCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/TransactionsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/TrendsCopy.d.ts +0 -0
- /package/dist/{core → src/core}/types/localization/index.d.ts +0 -0
- /package/dist/{core → src/core}/utils/AccountUtils.d.ts +0 -0
- /package/dist/{core → src/core}/utils/BeatUtils.d.ts +0 -0
- /package/dist/{core → src/core}/utils/BudgetUtil.d.ts +0 -0
- /package/dist/{core → src/core}/utils/CategoryUtil.d.ts +0 -0
- /package/dist/{core → src/core}/utils/DateUtil.d.ts +0 -0
- /package/dist/{core → src/core}/utils/DebtUtils.d.ts +0 -0
- /package/dist/{core → src/core}/utils/Fetch.d.ts +0 -0
- /package/dist/{core → src/core}/utils/FinstrongUtils.d.ts +0 -0
- /package/dist/{core → src/core}/utils/GoalsUtil.d.ts +0 -0
- /package/dist/{core → src/core}/utils/HelpUtil.d.ts +0 -0
- /package/dist/{core → src/core}/utils/InvestmentUtil.d.ts +0 -0
- /package/dist/{core → src/core}/utils/Localization.d.ts +0 -0
- /package/dist/{core → src/core}/utils/NetWorthUtils.d.ts +0 -0
- /package/dist/{core → src/core}/utils/NotificationUtils.d.ts +0 -0
- /package/dist/{core → src/core}/utils/NumberFormatting.d.ts +0 -0
- /package/dist/{core → src/core}/utils/RecurringTransactionsUtil.d.ts +0 -0
- /package/dist/{core → src/core}/utils/SettingsUtil.d.ts +0 -0
- /package/dist/{core → src/core}/utils/TransactionUtils.d.ts +0 -0
- /package/dist/{core → src/core}/utils/TrendsUtil.d.ts +0 -0
- /package/dist/{core → src/core}/utils/UserUtils.d.ts +0 -0
- /package/dist/{core → src/core}/utils/index.d.ts +0 -0
- /package/dist/{dashboard → src/dashboard}/Dashboard.d.ts +0 -0
- /package/dist/{dashboard → src/dashboard}/Greeting.d.ts +0 -0
- /package/dist/{dashboard → src/dashboard}/constants/Dashboard.d.ts +0 -0
- /package/dist/{dashboard → src/dashboard}/index.d.ts +0 -0
- /package/dist/{dashboard → src/dashboard}/types/DashboardTypes.d.ts +0 -0
- /package/dist/{debts → src/debts}/DebtsWidget.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/DebtDrawer.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/DebtsChart.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/DebtsTable.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/PaydownDrawer.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/SnowballCard.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/SnowballDrawer.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/actions/DebtsPriorityAction.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/actions/ExtraPaymentAction.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/actions/InterestRateAction.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/actions/MonthlyPaymentAction.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/actions/OriginalBalanceAction.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtsdrawer/DebtDetailsChart.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtsdrawer/DebtDetailsContent.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtsdrawer/DebtDetailsTab.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtsdrawer/DebtScheduleTab.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtsdrawer/DebtStatusCard.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtspaydown/PaydownButton.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtspaydown/PaydownContent.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtspriority/DebtsPriorityButton.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtspriority/DebtsPrioriyPopover.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtstable/AccountCell.d.ts +0 -0
- /package/dist/{debts → src/debts}/components/debtstable/PriorityCell.d.ts +0 -0
- /package/dist/{debts → src/debts}/hooks/useDebtsUiStore.d.ts +0 -0
- /package/dist/{debts → src/debts}/index.d.ts +0 -0
- /package/dist/{debts → src/debts}/utils/DebtsChart.d.ts +0 -0
- /package/dist/{debts → src/debts}/utils/DebtsTable.d.ts +0 -0
- /package/dist/{debts → src/debts}/utils/SnowballCard.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/FinancialStrengthCard.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/FinstrongWidget.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/ConnectMoreAccountsCard.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/CreditScore/CreditScoreContent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/CreditScore/CreditScoreHeader.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/CreditScoreGraph.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/FinancialStrengthGraph.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/HaveManageableDebt/DebtPaymentTabContent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/HaveManageableDebt/HaveManageableDebtComponent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/HaveManageableDebt/HaveManageableDebtProgressBar.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/HaveManageableDebt/IncomeTabContent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/HealthChart.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/KeyIndicatorsBorrowTab.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/KeyIndicatorsDrawer.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/KeyIndicatorsSaveTab.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/KeyIndicatorsSpendTab.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/KeyIndicatorsTabItem.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/KeyIndicatorsTabItemDrawer.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/KeyIndicatorsTabsWidget.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/MaintainingEmergencySavings/EstimatedContributionCalculator.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/ManageCreditScore.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/ManageDOB.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/MissingData.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/ProfileDrawer.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/ProfileList.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/ProfileProgressBar.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/ProgressBar.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/SaveEnoughToLiveOn/AvailableTabContent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/SaveEnoughToLiveOn/SpendingTabContent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/ScoreHistoryDrawer.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/ScoreRubricDrawer.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/StatusChip.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/onboarding/Onboarding.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/onboarding/OnboardingAddMonthlyIncome.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/onboarding/OnboardingBirthday.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/onboarding/OnboardingCreditScore.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/onboarding/OnboardingStepsDrawer.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/onboarding/OnboardingStepsHeader.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/paybillsontime/PayBillsOnTimeDrawerComponent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/paybillsontime/PayBillsOnTimeStickyComponent.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/shared/Accounts.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/shared/CustomDoubleBarPlot.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/shared/CustomPieArc.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/shared/DialScoreCard.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/shared/DoubleBarChart.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/shared/LineGraph.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/shared/ScoreHistoryTimeline.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/shared/ScoreHistoryTimelineItem.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/shared/TotalCard.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/components/shared/Transactions.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/constants/index.d.ts +0 -0
- /package/dist/{finstrong → src/finstrong}/index.d.ts +0 -0
- /package/dist/{goals → src/goals}/GoalsMicroWidget.d.ts +0 -0
- /package/dist/{goals → src/goals}/GoalsWidget.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/AccountSelectionDrawer.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/AddGoal.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/GoalDetails.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/GoalDetailsDrawer.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/GoalList.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/GoalStatusCard.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/ManageGoals.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/TabTitle.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/AccountAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/AddRetirementAccountAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/AmountToSaveAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/BirthdayAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/ChangeAccountAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/ContributionAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/GoalNameAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/InterestRateAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/MonthlyPaymentAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/OriginalBalanceAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/actions/RetirementAgeAction.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/addgoal/AddGoalListItem.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/managegoals/CompleteListItem.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/managegoals/OngoingListItem.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/managegoals/ReorderGoals.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/micro/GoalMicroStatusCard.d.ts +0 -0
- /package/dist/{goals → src/goals}/components/micro/GoalsMicroEmptyState.d.ts +0 -0
- /package/dist/{goals → src/goals}/index.d.ts +0 -0
- /package/dist/{help → src/help}/HelpWidget.d.ts +0 -0
- /package/dist/{help → src/help}/components/Help.d.ts +0 -0
- /package/dist/{help → src/help}/components/HelpContent.d.ts +0 -0
- /package/dist/{help → src/help}/components/HelpList.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/BottomImageContent.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/ContentItem.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/Header.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/LeftImageContent.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/NoImageContent.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/RightImageContent.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/TopImageContent.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/index.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Accounts.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Budgets.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/CashFlow.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Debts.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/General.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Goals.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Insights.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Investments.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Mobile.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/NetWorth.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Notifications.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/RecurringTransactions.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Spending.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Transactions.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/Trends.d.ts +0 -0
- /package/dist/{help → src/help}/components/content/section/index.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/ContactSupport.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/HelpByCategoryList.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/MissingInstitution.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/PopularTopicsDrawer.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/PopularTopicsList.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/PopularTopicsRow.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/RequestSupport.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/RequestSupportFooter.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/RequestSupportHeader.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/RequestSupportInstitution.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/SupportSuccessMessage.d.ts +0 -0
- /package/dist/{help → src/help}/components/requestsupport/index.d.ts +0 -0
- /package/dist/{help → src/help}/constants/HelpImages.d.ts +0 -0
- /package/dist/{help → src/help}/index.d.ts +0 -0
- /package/dist/{help → src/help}/utils/getInstitutionsBasedOnGuid.d.ts +0 -0
- /package/dist/{help → src/help}/utils/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/feed/Header.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/AccountDiscoverability/AccountDiscoverability.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/AccountDiscoverability/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/AccountDiscoverability/types/AccountDiscoverability.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/AmericanUpcomingTaxDeadlineAlert/AmericanUpcomingTaxDeadlineAlert.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/AmericanUpcomingTaxDeadlineAlert/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/AmericanUpcomingTaxDeadlineAlert/types/AmericanUpcomingTaxDeadlineProps.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/BillAmountNotStandard/BillAmountNotStandard.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/BillAmountNotStandard/BillAmountNotStandardMUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/BillAmountNotStandard/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/BillAmountNotStandard/types/BillAmountNotStandard.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CashBack/CashBack.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CashBack/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CashBack/types/CashBack.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CategoryBudget/CategoryBudget.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CategoryBudget/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CategoryBudget/types/CategoryBudget.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CategorySpendingV2/CategorySpendingV2.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CategorySpendingV2/CategorySpendingV2MUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CategorySpendingV2/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CategorySpendingV2/types/CategorySpendingV2.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CelebrateCreditCardPayoff/CelebrateCreditCardPayoff.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CelebrateCreditCardPayoff/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CelebrateCreditCardPayoff/types/CelebrateCreditCardPayoffProps.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CustomTransaction/CustomTransaction.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/CustomTransaction/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/DiscoveredAccounts/DiscoveredAccountsBody.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/DiscoveredAccounts/DiscoveredAccountsLearnMoreDrawerContent.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/DiscoveredAccounts/DiscoveredAccountsMiniInsight.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/DiscoveredAccounts/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/FederalBankHoliday/FederalBankHoliday.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/FederalBankHoliday/FederalBankHolidayMUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/FederalBankHoliday/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/FederalBankHoliday/types/FederalBankHoliday.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MarketingHub/Offer.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MarketingHub/Types.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MarketingHub/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlyDebtToIncomeComparisonV2/MonthlyDebtToIncomeComparisonV2.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlyDebtToIncomeComparisonV2/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlyDebtToIncomeComparisonV2/types/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlyEmergencyFundReview/LastMonthsContributionSection.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlyEmergencyFundReview/ProjectedCompletionSection.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlyEmergencyFundReview/TotalSection.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlyEmergencyFundReview/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlySavingsToIncomeComparison/MonthlySavingsToIncomeComparison.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlySavingsToIncomeComparison/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlySavingsToIncomeComparison/types/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlySpendToIncomeComparisonV2/MonthlySpendToIncomeComparisonV2.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlySpendToIncomeComparisonV2/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlySpendToIncomeComparisonV2/types/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlySpendingComparisonV2/MonthlySpendingComparisonV2.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlySpendingComparisonV2/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/MonthlySpendingComparisonV2/types/MonthlySpendComparisonV2.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/P2pCategorization/P2pCategorization.d.ts +0 -0
- /package/dist/{insights/components/insights/WeeklyNoSpendDays/_tests_/WeeklyNoSpendDays.test.d.ts → src/insights/components/insights/P2pCategorization/_tests_/P2pCategorizationMultipleTransaction.test.d.ts} +0 -0
- /package/dist/{insights → src/insights}/components/insights/P2pCategorization/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/P2pCategorization/shared/P2pCategorizationMultipleTransactions.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/P2pCategorization/shared/P2pCategorizationSingleTransaction.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/P2pCategorization/types/P2pCategorization.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SavingsAccountBalancesSummary/SavingsAccountBalancesSummary.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SavingsAccountBalancesSummary/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SavingsAccountBalancesSummary/types/SavingsAccountBalancesSummary.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SetUpDirectDeposit/SetUpDirectDepositBody.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SetUpDirectDeposit/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SharedDeposit/SharedDeposit.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SharedDeposit/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SharedDeposit/types/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SwitchDirectDeposit/AccountBox.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SwitchDirectDeposit/SwitchDirectDepositBody.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SwitchDirectDeposit/SwitchDirectDepositMainContainer.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/SwitchDirectDeposit/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/UnifiedDeposit/UnifiedDeposit.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/UnifiedDeposit/UnifiedDepositBody.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/UnifiedDeposit/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/UserFeedback/StyledToggleButton.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/UserFeedback/Types.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/UserFeedback/UserFeedback.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/UserFeedback/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/WeeklyNoSpendDays/NoSpendIcons.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/WeeklyNoSpendDays/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/insights/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/AccountBalanceCard.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/BottomSheet.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/CarouselControls.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/ChartDrawerTemplate/ChartDrawerTemplate.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/ChartDrawerTemplate/TipSection.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/ChartTransactionWithDrillDown.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/BarChart.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/BarChartV2.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/ChartLegend.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/ChartLegendV2.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/CustomBarPlot.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/CustomBarPlotV2.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/CustomDoubleBarPlot.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/CustomDoubleBarPlotMXUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/DoubleBarChart.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/DoubleBarChartLegend.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/DoubleBarChartLegendMXUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/DoubleBarChartMXUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/BarChart/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Charts/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Confetti.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/ConnectionCard.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/ConnectionDetailDrillDown.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/Coupon.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DeepLinks/DeepLinkDialog.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DeepLinks/DirectDeposit/Circle.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DeepLinks/DirectDeposit/DirectDepositDeepLink.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DeepLinks/DirectDeposit/Dot.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DeepLinks/DirectDeposit/Oval.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DirectDeposit/DirectDeposit.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DirectDeposit/DirectDepositSubHeader.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DirectDeposit/FullFeedBodyHeader.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DirectDeposit/LeftBox.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DirectDeposit/MiniBodyHeader.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DirectDeposit/RightBox.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DiscoveredAccountsConnect.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DrillDownCalculation/BalanceStepper.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/DrillDownCalculation/DrillDownCalculation.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/ErrorCard/ErrorCard.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/GenericFeedback/FeedbackButtons.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/GenericFeedback/FeedbackDescription.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/GenericFeedback/FeedbackHeader.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/GenericFeedback/FeedbackOptions.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/GenericFeedback/FeedbackText.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/GoalProgress.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/GradientBox.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/BeatCard.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/BeatCardMUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/CardButtonSection.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/CardError.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/CardFooter.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/CardHeader.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/CardHeaderMUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/CardLoading.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/ClientConfigurableCta.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/ContentAndDescription.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/ContentAndDescriptionMUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/Description.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/DescriptionMUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/EmbeddedCard.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/FeedbackCard.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/InsightButton.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/MiniDescription.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/InsightsCard/MiniDescriptionMUI.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/MenuAction.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/MiniInsightCard.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/P2P/P2PMultipleCategorization.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/ProgressBar.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/SaveAnExtra100/SaveAnExtra100.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/SaveEnoughToLiveOnBottomSection.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/SaveEnoughToLiveOnTopSection.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/StatusIndicator.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/TabContainer.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/ThemedSVGImage.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/TransactionCard.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/ZeroState/LinedCardZeroState.d.ts +0 -0
- /package/dist/{insights → src/insights}/components/shared/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/themes/Typography.d.ts +0 -0
- /package/dist/{insights → src/insights}/themes/index.d.ts +0 -0
- /package/dist/{insights → src/insights}/types/Charts/BarChart.d.ts +0 -0
- /package/dist/{insights → src/insights}/types/CommonBeat.d.ts +0 -0
- /package/dist/{insights → src/insights}/types/DirectDeposit.d.ts +0 -0
- /package/dist/{insights → src/insights}/types/ThemedSVGImage.d.ts +0 -0
- /package/dist/{insights/components/insights/MonthlySpendingComparisonV2/__test__/MonthlySpendComparisonV2.test.d.ts → src/insights-v2/blocks/ActionBlocks/__test__/drillDownVariants.test.d.ts} +0 -0
- /package/dist/{insights/components/insights/P2pCategorization/_tests_/P2pCategorizationMultipleTransaction.test.d.ts → src/insights-v2/blocks/ChartBlocks/BarchartBlock/__test__/Barchart.test.d.ts} +0 -0
- /package/dist/{insights/components/shared/DonutChartV2.d.ts → src/insights-v2/blocks/ChartBlocks/DonutChartBlock/DonutChart.d.ts} +0 -0
- /package/dist/{insights/components/insights/P2pCategorization/_tests_/P2pCategorizationSingleTransaction.test.d.ts → src/insights-v2/blocks/ComponentBlocks/BudgetBlock/__test__/BudgetBlock.test.d.ts} +0 -0
- /package/dist/{insights/components/shared/Charts → src/insights-v2/components/chartblocks}/EmptyBarChart.d.ts +0 -0
- /package/dist/{investments → src/investments}/InvestmentsWidget.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/Allocation.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/Analysis.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/AnalysisDetails.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/EmptyStateFooterComponent.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/HeaderCell.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/HoldingDrawer.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/HoldingTable.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/InfoToolTip.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/Overview.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/TabTitle.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/allocation/InvestementAllocationList.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/allocation/InvestmentsAllocationChart.d.ts +0 -0
- /package/dist/{investments → src/investments}/components/allocation/util/createInvestementsAllocationData.d.ts +0 -0
- /package/dist/{investments → src/investments}/index.d.ts +0 -0
- /package/dist/{merchants → src/merchants}/components/MerchantLookup.d.ts +0 -0
- /package/dist/{merchants → src/merchants}/index.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/InsightsMicroWidget.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/MicroCardTemplate.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/MicroWidgetContainer.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/Spinner.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/analytics.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/AreaChartIcon.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/AverageSpendComparisonIcon.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/BeatCategoryIcon.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/BeatIcon.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/BeatMaterialIcon.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/BeatMerchantLogo.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/ChartFilledIcon.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/InstitutionLogoIcon.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/MonthlySpendComparisonIcon.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/ZeroStateIcon.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/beaticons/index.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/cards/InsightCard.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/cards/NoRelevantInsightsCard.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/cards/ViewMoreMicroCard.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/cards/ZeroStateCard.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/carousel/BeatList.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/carousel/CarouselControls.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/carousel/CarouselHeader.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/carousel/MicroBeatCarousel.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/constants/Analytics.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/constants/App.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/context/InsightsMicroWidgetDataProvider.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/context/hooks.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/index.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/interfaces.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/stores/AppStore.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/stores/CopyStore.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/stores/InsightsMicroWidgetStore.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/utils/DataSeries.d.ts +0 -0
- /package/dist/{microinsights → src/microinsights}/utils/colorType.d.ts +0 -0
- /package/dist/{networth → src/networth}/NetWorthMicroWidget.d.ts +0 -0
- /package/dist/{networth → src/networth}/NetWorthWidget.d.ts +0 -0
- /package/dist/{networth → src/networth}/components/AssetsLiabilitiesDetail.d.ts +0 -0
- /package/dist/{networth → src/networth}/components/GainsLossesDetail.d.ts +0 -0
- /package/dist/{networth → src/networth}/components/NetWorthChange.d.ts +0 -0
- /package/dist/{networth → src/networth}/components/NetWorthChart.d.ts +0 -0
- /package/dist/{networth → src/networth}/components/NetWorthList.d.ts +0 -0
- /package/dist/{networth → src/networth}/components/NetWorthListItem.d.ts +0 -0
- /package/dist/{networth → src/networth}/components/NetWorthSummary.d.ts +0 -0
- /package/dist/{networth → src/networth}/components/micro/NetworthData.d.ts +0 -0
- /package/dist/{networth → src/networth}/components/micro/ZeroState.d.ts +0 -0
- /package/dist/{networth → src/networth}/index.d.ts +0 -0
- /package/dist/{notifications → src/notifications}/components/DateRow.d.ts +0 -0
- /package/dist/{notifications → src/notifications}/components/NotificationBadge.d.ts +0 -0
- /package/dist/{notifications → src/notifications}/components/NotificationCard.d.ts +0 -0
- /package/dist/{notifications → src/notifications}/components/NotificationDrawer.d.ts +0 -0
- /package/dist/{notifications → src/notifications}/components/NotificationList.d.ts +0 -0
- /package/dist/{notifications → src/notifications}/components/NotificationsEmptyState.d.ts +0 -0
- /package/dist/{notifications → src/notifications}/constants/NotificationConstants.d.ts +0 -0
- /package/dist/{notifications → src/notifications}/index.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/RecurringTransactionsMicroWidget.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/RecurringTransactionsMiniWidget.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/RecurringTransactionsWidget.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/ZeroStateMicroWidget.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/MicroWidgetContent.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/MiniWidgetContent.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/PaymentSchedule.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/RecurrenceBadges.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/RecurrenceList.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/RecurrenceRow.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/RecurringSettingsDrawer.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/RecurringStatus.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/RecurringTransactionDetails.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/RecurringTransactions.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/actions/PaymentScheduleAction.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/micro/MerchantLogosRow.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/micro/OverlappingMerchantLogos.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/micro/RecurrenceLegend.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/recurrencecalendar/Legend.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/recurrencecalendar/RecurrenceCalendar.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/recurrencecalendar/RecurrenceDay.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/shared/RecurringSettings.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/shared/recurringsettings/AddRecurringTransaction.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/shared/recurringsettings/AddRecurringTransactionDetails.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/shared/recurringsettings/ManageExpenses.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/shared/recurringsettings/ManageIncome.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/shared/recurringsettings/RecurringRow.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/shared/recurringsettings/RecurringSettingsZeroState.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/components/shared/recurringsettings/SelectTransaction.d.ts +0 -0
- /package/dist/{recurringtransactions → src/recurringtransactions}/index.d.ts +0 -0
- /package/dist/{settings → src/settings}/NotificationSettingsWidget.d.ts +0 -0
- /package/dist/{settings → src/settings}/SettingsWidget.d.ts +0 -0
- /package/dist/{settings → src/settings}/TransactionRulesWidget.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/SettingsWidgetContents.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/devices/DeviceDialog.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/devices/DeviceList.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/devices/DeviceTab.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/devices/DeviceTable.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/notifications/AccountNotificationProfile.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/notifications/AccountNotificationProfiles.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/notifications/AccountProfileListItem.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/notifications/BudgetNotificationProfiles.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/notifications/DeliveryMethods.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/notifications/InsightsNotificationProfiles.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/notifications/NotificationProfile.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/notifications/NotificationSettings.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/notifications/PersonalDetails.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/profile/ProfileTab.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/profile/actions/VerifyEmailAction.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/profile/actions/VerifyPhoneAction.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/profile/actions/VerifyTokenAction.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/transactionrules/TransactionRulesTab.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/transactionrules/actions/DeleteRuleAction.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/transactionrules/actions/EditCategoryAction.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/transactionrules/actions/EditPayeeAction.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/transactionrules/actions/EditRuleAction.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/transactionrules/components/EditRuleDetails.d.ts +0 -0
- /package/dist/{settings → src/settings}/components/transactionrules/components/RuleListItem.d.ts +0 -0
- /package/dist/{settings → src/settings}/constants/Settings.d.ts +0 -0
- /package/dist/{settings → src/settings}/index.d.ts +0 -0
- /package/dist/{spending → src/spending}/SpendingMiniWidget.d.ts +0 -0
- /package/dist/{spending → src/spending}/SpendingWidget.d.ts +0 -0
- /package/dist/{spending → src/spending}/components/MiniSpendingChart.d.ts +0 -0
- /package/dist/{spending → src/spending}/components/Spending.d.ts +0 -0
- /package/dist/{spending → src/spending}/components/SpendingChart.d.ts +0 -0
- /package/dist/{spending → src/spending}/components/SpendingDonut.d.ts +0 -0
- /package/dist/{spending → src/spending}/components/SpendingLegend.d.ts +0 -0
- /package/dist/{spending → src/spending}/components/SpendingList.d.ts +0 -0
- /package/dist/{spending → src/spending}/components/SpendingTabLabel.d.ts +0 -0
- /package/dist/{spending → src/spending}/index.d.ts +0 -0
- /package/dist/{spending → src/spending}/utils/SpendingData.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/TransactionWidget.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/TransactionDetails.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/TransactionList.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/TransactionTable.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/getEmbeddedInstanceSlotByBeatTemplates.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/Description.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/FlagTransaction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/ManualTransactionDetails.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/TransactionAmountHeader.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/TransactionDetailsView.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/actions/AddMerchantBudgetAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/actions/CategoryAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/actions/DateAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/actions/DeleteAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/actions/DeleteLogoAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/actions/ExcludeAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/actions/MemoAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/actions/SplitAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/actions/TagsAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiondetails/actions/index.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactionlist/TransactionRow.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactionlist/ZeroState.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiontable/cells/AccountCell.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiontable/cells/AmountCell.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiontable/cells/CategoryCell.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiontable/cells/DateCell.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiontable/cells/FlagCell.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiontable/cells/HeaderCell.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiontable/cells/PayeeCell.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/shared/transactiontable/cells/index.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/splitmanager/SplitManager.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/splitmanager/SplitRow.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/splitmanager/index.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/tagmanager/Header.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/tagmanager/SearchBox.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/tagmanager/TagManager.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/tagmanager/TagRow.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/tagmanager/index.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/transactionwidget/AddAccountModal.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/transactionwidget/actions/AddTransactionAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/transactionwidget/actions/EditCategoryAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/components/transactionwidget/actions/ExportCsvAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/constants/Actions.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/constants/Analytics.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/constants/OnClickEvents.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/context/hooks.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/index.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/utils/Filters.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/utils/Transactions.d.ts +0 -0
- /package/dist/{trends → src/trends}/TrendsFullWidget.d.ts +0 -0
- /package/dist/{trends → src/trends}/TrendsMicroWidget.d.ts +0 -0
- /package/dist/{trends → src/trends}/TrendsMiniWidget.d.ts +0 -0
- /package/dist/{trends → src/trends}/TrendsWidget.d.ts +0 -0
- /package/dist/{trends → src/trends}/ZeroStateMicroWidget.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/CategoriesList.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/CategoriesListItem.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/CategoryDetailChart.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/CategoryDetails.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/DateRangeText.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/SpendingChart.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/TrendsChart.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/TrendsChartTotals.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/TrendsDrawer.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/TrendsInsights.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/TrendsMicroSpendingIncomeBox.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/TrendsTableContainer.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/TrendsViewToggle.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/trendstable/AccessibleSortIcon.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/trendstable/AmountCell.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/trendstable/CategoryCell.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/trendstable/HeaderCell.d.ts +0 -0
- /package/dist/{trends → src/trends}/components/trendstable/TrendsTable.d.ts +0 -0
- /package/dist/{trends → src/trends}/constants/TrendsInsights.d.ts +0 -0
- /package/dist/{trends → src/trends}/constants/TrendsWidget.d.ts +0 -0
- /package/dist/{trends → src/trends}/index.d.ts +0 -0
- /package/dist/{trends → src/trends}/utils/SpendingData.d.ts +0 -0
- /package/dist/{trends → src/trends}/utils/TrendsTable.d.ts +0 -0
- /package/dist/{trends → src/trends}/utils/TrendsWidget.d.ts +0 -0
- /package/dist/{trends → src/trends}/utils/shared.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,510 @@
|
|
|
1
|
+
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import g, { useState as z, useEffect as B } from "react";
|
|
3
|
+
import { observer as G } from "mobx-react-lite";
|
|
4
|
+
import j from "@mui/material/ListItemAvatar";
|
|
5
|
+
import W from "@mui/material/ListItemText";
|
|
6
|
+
import m from "@mui/material/Stack";
|
|
7
|
+
import { useTheme as L } from "@mui/material/styles";
|
|
8
|
+
import { MerchantLogo as F, Text as h, Icon as E } from "@mxenabled/mxui";
|
|
9
|
+
import { f as x } from "./NumberFormatting--XMeeBfr.mjs";
|
|
10
|
+
import { G as Y, h as v, u as M } from "./hooks-BaO_gOI6.mjs";
|
|
11
|
+
import { T as Z } from "./TransactionUtils-BphBJBbU.mjs";
|
|
12
|
+
import { L as Q } from "./ListItemWrapper-B5r-YQQ_.mjs";
|
|
13
|
+
import K from "@mui/material/Box";
|
|
14
|
+
import { Receipt as X } from "@mxenabled/mx-icons";
|
|
15
|
+
import { fromUnixTime as f } from "date-fns/fromUnixTime";
|
|
16
|
+
import { isSameDay as H } from "date-fns/isSameDay";
|
|
17
|
+
import { f as q, D as J } from "./DateFormats-HudZ3Bjs.mjs";
|
|
18
|
+
import { ChartContainer as tt, ChartsReferenceLine as k, ChartsXAxis as et, BarPlot as nt } from "@mui/x-charts";
|
|
19
|
+
const w = () => {
|
|
20
|
+
if (!g.useContext(Y))
|
|
21
|
+
throw new Error("useTransactionsUiStore() must be used within the GlobalDataContext");
|
|
22
|
+
return v().uiStore;
|
|
23
|
+
}, ot = {
|
|
24
|
+
ON_TRANSACTION_CATEGORY_CLICK: "onTransactionCategoryClick",
|
|
25
|
+
ON_TRANSACTION_CATEGORY_CHANGED: "onTransactionCategoryChanged",
|
|
26
|
+
ON_TRANSACTION_MANUAL_ADD_CLICK: "onTransactionManualAddClick",
|
|
27
|
+
ON_TRANSACTION_MANUAL_ADD_ADDED: "onTransactionManualAddAdded",
|
|
28
|
+
ON_TRANSACTION_DATE_CHANGED: "onTransactionDateChanged",
|
|
29
|
+
ON_TRANSACTION_DATE_CLICK: "onTransactionDateClick",
|
|
30
|
+
ON_TRANSACTION_DELETE_CANCEL: "onTransactionDeleteCancel",
|
|
31
|
+
ON_TRANSACTION_DELETE_CLICK: "onTransactionDeleteClick",
|
|
32
|
+
ON_TRANSACTION_DELETE_DELETED: "onTransactionDeleted",
|
|
33
|
+
ON_TRANSACTION_DELETE_LOGO_CANCEL: "onTransactionDeleteLogoCancel",
|
|
34
|
+
ON_TRANSACTION_DELETE_LOGO_CLICK: "onTransactionDeleteLogoClick",
|
|
35
|
+
ON_TRANSACTION_DELETE_LOGO_DELETED: "onTransactionDeletedLogo",
|
|
36
|
+
ON_TRANSACTION_DESCRIPTION_EDIT_CLICK: "onTransactionDescriptionEditClick",
|
|
37
|
+
ON_TRANSACTION_DESCRIPTION_SAVE_CLICK: "onTransactionDescriptionSaveClick",
|
|
38
|
+
ON_TRANSACTION_EXPORT_CSV_CLICK: "onTransactionExportCsvClick",
|
|
39
|
+
ON_TRANSACTION_HIDDEN: "onTransactionHidden",
|
|
40
|
+
ON_TRANSACTION_HIDE_CLICK: "onTransactionHideClick",
|
|
41
|
+
ON_TRANSACTION_HIDE_CANCEL_CLICK: "onTransactionHideCancelClick",
|
|
42
|
+
ON_TRANSACTION_LIST_ITEM_CLICK: "onTransactionListItemClick",
|
|
43
|
+
ON_TRANSACTION_MEMO_CHANGED: "onTransactionMemoChanged",
|
|
44
|
+
ON_TRANSACTION_MEMO_CLICK: "onTransactionMemoClick",
|
|
45
|
+
ON_TRANSACTION_SPLIT_ADD_CLICK: "onTransactionSplitAddClick",
|
|
46
|
+
ON_TRANSACTION_SPLIT_CANCEL_CLICK: "onTransactionSplitCancelClick",
|
|
47
|
+
ON_TRANSACTION_SPLIT_CATEGORY_CLICK: "onTransactionSplitCategoryClick",
|
|
48
|
+
ON_TRANSACTION_SPLIT_CLICK: "onTransactionSplitClick",
|
|
49
|
+
ON_TRANSACTION_SPLIT_DELETE_CLICK: "onTransactionSplitDeleteClick",
|
|
50
|
+
ON_TRANSACTION_SPLIT_SAVE_CLICK: "onTransactionSplitSaveClick",
|
|
51
|
+
ON_TRANSACTION_TAGS_CHANGED: "onTransactionTagsChanged",
|
|
52
|
+
ON_TRANSACTION_TAGS_CLICK: "onTransactionTagsClick",
|
|
53
|
+
ON_TRANSACTION_TAGS_TAG_ADD_CANCEL_CLICK: "onTransactionTagsTagAddCancelClick",
|
|
54
|
+
ON_TRANSACTION_TAGS_TAG_ADD_CLICK: "onTransactionTagsTagAddClick",
|
|
55
|
+
ON_TRANSACTION_TAGS_TAG_ADDED: "onTransactionTagsTagAdded",
|
|
56
|
+
ON_TRANSACTION_TAGS_TAG_DELETE_CLICK: "onTransactionTagsTagDeleteClick",
|
|
57
|
+
ON_TRANSACTION_TAGS_TAG_DELETE_CANCEL_CLICK: "onTransactionTagsTagDeleteCancelClick",
|
|
58
|
+
ON_TRANSACTION_TAGS_TAG_DELETED: "onTransactionTagsTagDeleted",
|
|
59
|
+
ON_TRANSACTION_TAGS_TAG_EDIT_CLICK: "onTransactionTagsTagEditClick",
|
|
60
|
+
ON_TRANSACTION_TAGS_TAG_EDIT_SAVED: "onTransactionTagsTagEditSavedClick",
|
|
61
|
+
ON_TRANSACTION_TOGGLE_FLAG_CLICK: "onTransactionToggleFlagClick",
|
|
62
|
+
ON_TRANSACTION_UNHIDDEN: "onTransactionUnHidden",
|
|
63
|
+
ON_TRANSACTION_UNHIDE_CLICK: "onTransactionUnHideClick",
|
|
64
|
+
ON_TRANSACTION_UNHIDE_CANCEL_CLICK: "onTransactionUnHideCancelClick",
|
|
65
|
+
ON_TRANSACTION_UNSPLIT: "onTransactionUnsplit",
|
|
66
|
+
ON_TRANSACTION_UNSPLIT_CANCEL: "onTransactionUnsplitCancel"
|
|
67
|
+
};
|
|
68
|
+
function at() {
|
|
69
|
+
return window.opener && window.opener.location ? window.opener.location.toString() : document.referrer;
|
|
70
|
+
}
|
|
71
|
+
function $(t) {
|
|
72
|
+
const n = at().replace(/([^:]+:\/\/[^\/]+).*/, "$1"), e = window.parent || window.opener || !1;
|
|
73
|
+
return e && e.postMessage && n ? (e.postMessage(t, n), !0) : !1;
|
|
74
|
+
}
|
|
75
|
+
function it(t) {
|
|
76
|
+
return $({
|
|
77
|
+
metadata: { beat_guid: t },
|
|
78
|
+
mx: !0,
|
|
79
|
+
type: "mx/moneyDashboard/insightOnTransaction"
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
function bt(t) {
|
|
83
|
+
return $({
|
|
84
|
+
metadata: { template: t },
|
|
85
|
+
mx: !0,
|
|
86
|
+
type: "mx/pulse/client_configured_cta"
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
const rt = ({ transaction: t, onClick: n }) => {
|
|
90
|
+
const a = L().palette.mode === "dark", { associatedBeats: r } = v(), { expandedSplits: l } = w(), { transactions: _ } = M(), { showInsights: I } = w(), u = t.transaction_type === Z.CREDIT, T = g.useMemo(() => r.find((s) => s.associated_transaction_guid === t.guid), [r, t]), O = (s, d) => {
|
|
91
|
+
const A = [];
|
|
92
|
+
return s.is_flagged && A.push(
|
|
93
|
+
/* @__PURE__ */ o(
|
|
94
|
+
E,
|
|
95
|
+
{
|
|
96
|
+
fill: !0,
|
|
97
|
+
name: "flag",
|
|
98
|
+
size: 16,
|
|
99
|
+
sx: { color: d ? "primary.main" : "warning.dark" }
|
|
100
|
+
},
|
|
101
|
+
"flag"
|
|
102
|
+
)
|
|
103
|
+
), s.is_hidden && A.push(/* @__PURE__ */ o(E, { name: "visibility_off", size: 16 }, "hidden")), s.has_been_split && A.push(/* @__PURE__ */ o(E, { name: "call_split", size: 16 }, "split")), A;
|
|
104
|
+
}, p = (s, d) => s.is_hidden ? d.is_excluded : s.has_been_split ? d.split_transaction_category_label : s.category || "";
|
|
105
|
+
return (
|
|
106
|
+
//TODO: implement common/components/ListItemRow.tsx
|
|
107
|
+
/* @__PURE__ */ c(
|
|
108
|
+
Q,
|
|
109
|
+
{
|
|
110
|
+
clickEventName: ot.ON_TRANSACTION_LIST_ITEM_CLICK,
|
|
111
|
+
onClick: n ? () => n(t.guid) : void 0,
|
|
112
|
+
sx: t.is_hidden ? { backgroundColor: "grey.50", color: "text.secondary" } : void 0,
|
|
113
|
+
children: [
|
|
114
|
+
/* @__PURE__ */ o(j, { children: t.parent_guid && l.includes(t.parent_guid) ? /* @__PURE__ */ o(g.Fragment, {}) : /* @__PURE__ */ o(
|
|
115
|
+
F,
|
|
116
|
+
{
|
|
117
|
+
categoryGuid: t.top_level_category_guid || "",
|
|
118
|
+
merchantGuid: t.merchant_guid || ""
|
|
119
|
+
}
|
|
120
|
+
) }),
|
|
121
|
+
/* @__PURE__ */ o(
|
|
122
|
+
W,
|
|
123
|
+
{
|
|
124
|
+
disableTypography: !0,
|
|
125
|
+
secondary: /* @__PURE__ */ c(m, { direction: "row", justifyContent: "space-between", children: [
|
|
126
|
+
/* @__PURE__ */ c(m, { alignItems: "center", direction: "row", gap: 4, children: [
|
|
127
|
+
O(t, a),
|
|
128
|
+
/* @__PURE__ */ o(h, { variant: "caption", children: p(t, _) })
|
|
129
|
+
] }),
|
|
130
|
+
T && I && /* @__PURE__ */ o(
|
|
131
|
+
h,
|
|
132
|
+
{
|
|
133
|
+
bold: !0,
|
|
134
|
+
color: "action.active",
|
|
135
|
+
onClick: (s) => {
|
|
136
|
+
s.stopPropagation(), s.preventDefault(), it(T.guid);
|
|
137
|
+
},
|
|
138
|
+
variant: "caption",
|
|
139
|
+
children: T.short_title
|
|
140
|
+
}
|
|
141
|
+
)
|
|
142
|
+
] }),
|
|
143
|
+
children: /* @__PURE__ */ c(m, { direction: "row", justifyContent: "space-between", sx: { gap: 8 }, children: [
|
|
144
|
+
/* @__PURE__ */ o(h, { bold: !0, variant: "body1", children: t.payee || t.description || t.feed_description }),
|
|
145
|
+
/* @__PURE__ */ c(
|
|
146
|
+
h,
|
|
147
|
+
{
|
|
148
|
+
bold: !0,
|
|
149
|
+
color: u ? "success.main" : "text.primary",
|
|
150
|
+
sx: { flexShrink: 0 },
|
|
151
|
+
variant: "body1",
|
|
152
|
+
children: [
|
|
153
|
+
u ? "+" : "",
|
|
154
|
+
x(t.amount, "0,0.00")
|
|
155
|
+
]
|
|
156
|
+
}
|
|
157
|
+
)
|
|
158
|
+
] })
|
|
159
|
+
}
|
|
160
|
+
)
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
)
|
|
164
|
+
);
|
|
165
|
+
}, kt = G(rt), wt = ({
|
|
166
|
+
bgcolor: t = "background.default",
|
|
167
|
+
children: n
|
|
168
|
+
}) => /* @__PURE__ */ o(K, { display: "inline-block", sx: { bgcolor: t, py: 6, width: "100%" }, children: /* @__PURE__ */ o(h, { bold: !0, sx: { pl: 24 }, variant: "caption", children: n }) }), st = ({ showIcon: t = !0, showSubtitle: n = !0 }) => {
|
|
169
|
+
const { transactions: e } = M();
|
|
170
|
+
return /* @__PURE__ */ c(m, { alignItems: "center", gap: 12, height: "auto", mb: 24, mt: 24, children: [
|
|
171
|
+
t && /* @__PURE__ */ o(X, { color: "action", sx: { fontSize: 32 } }),
|
|
172
|
+
/* @__PURE__ */ o(h, { bold: !0, color: "text.secondary", variant: "body2", children: e.zero_state_no_transactions }),
|
|
173
|
+
n && /* @__PURE__ */ o(h, { color: "text.secondary", variant: "caption", children: e.zero_state_there_are_no_transactions })
|
|
174
|
+
] });
|
|
175
|
+
}, Gt = G(st), vt = (t, n) => {
|
|
176
|
+
const e = f(n[t].date), a = f(n[t - 1]?.date);
|
|
177
|
+
return !H(e, a);
|
|
178
|
+
}, Mt = (t, n) => {
|
|
179
|
+
const e = f(n[t].date), a = f(n[t + 1]?.date);
|
|
180
|
+
return H(e, a);
|
|
181
|
+
}, Kt = (t) => t?.data ? t.data.map((n) => Object.fromEntries((t.names || []).map((e, a) => [e, n[a]]))) : [], Ht = (t, n = "") => t.map((a) => {
|
|
182
|
+
const r = q(a.date, J.MONTH_SHORT);
|
|
183
|
+
return {
|
|
184
|
+
ariaLabel: `
|
|
185
|
+
${r},
|
|
186
|
+
${x(a.amount, "0.00")},
|
|
187
|
+
${n}`,
|
|
188
|
+
label: r,
|
|
189
|
+
value: a.amount,
|
|
190
|
+
formattedAmount: x(a.amount, "0,0")
|
|
191
|
+
};
|
|
192
|
+
}), ct = (t) => {
|
|
193
|
+
const [n, e] = z({ width: 0, height: 0 });
|
|
194
|
+
return B(() => {
|
|
195
|
+
const a = () => {
|
|
196
|
+
if (t.current) {
|
|
197
|
+
const { offsetWidth: r, offsetHeight: l } = t.current;
|
|
198
|
+
e({ width: r, height: l });
|
|
199
|
+
}
|
|
200
|
+
};
|
|
201
|
+
return a(), window.addEventListener("resize", a), () => {
|
|
202
|
+
window.removeEventListener("resize", a);
|
|
203
|
+
};
|
|
204
|
+
}, [t]), n;
|
|
205
|
+
}, lt = ({
|
|
206
|
+
color: t,
|
|
207
|
+
legendStyle: n = {},
|
|
208
|
+
monthlyAmount: e,
|
|
209
|
+
monthlyAmountLabel: a,
|
|
210
|
+
trendAmount: r,
|
|
211
|
+
trendAmountLabel: l
|
|
212
|
+
}) => {
|
|
213
|
+
const _ = L();
|
|
214
|
+
return /* @__PURE__ */ c(
|
|
215
|
+
m,
|
|
216
|
+
{
|
|
217
|
+
sx: {
|
|
218
|
+
alignItems: "center",
|
|
219
|
+
flexDirection: "row",
|
|
220
|
+
gap: 24,
|
|
221
|
+
justifyContent: "flex-start",
|
|
222
|
+
py: 4,
|
|
223
|
+
width: "100%",
|
|
224
|
+
...n
|
|
225
|
+
},
|
|
226
|
+
children: [
|
|
227
|
+
a && /* @__PURE__ */ c(m, { sx: { alignItems: "center", flexDirection: "row", gap: 8 }, children: [
|
|
228
|
+
/* @__PURE__ */ o(
|
|
229
|
+
"svg",
|
|
230
|
+
{
|
|
231
|
+
"aria-hidden": "true",
|
|
232
|
+
"aria-labelledby": "chartLegendLabel",
|
|
233
|
+
fill: "none",
|
|
234
|
+
height: "12",
|
|
235
|
+
role: "figure",
|
|
236
|
+
width: "12",
|
|
237
|
+
children: /* @__PURE__ */ o("rect", { fill: t, height: "12", rx: "2", width: "12" })
|
|
238
|
+
}
|
|
239
|
+
),
|
|
240
|
+
/* @__PURE__ */ c(h, { id: "chartLegendLabel", variant: "caption", children: [
|
|
241
|
+
a,
|
|
242
|
+
": ",
|
|
243
|
+
e
|
|
244
|
+
] })
|
|
245
|
+
] }),
|
|
246
|
+
l && /* @__PURE__ */ c(m, { sx: { alignItems: "center", flexDirection: "row", gap: 8 }, children: [
|
|
247
|
+
/* @__PURE__ */ o(
|
|
248
|
+
"svg",
|
|
249
|
+
{
|
|
250
|
+
"aria-hidden": "true",
|
|
251
|
+
"aria-labelledby": "chartLegendLabel",
|
|
252
|
+
fill: "none",
|
|
253
|
+
height: "12",
|
|
254
|
+
role: "figure",
|
|
255
|
+
width: "12",
|
|
256
|
+
children: /* @__PURE__ */ o("rect", { fill: _.palette.chart.chart7, height: "12", rx: "2", width: "12" })
|
|
257
|
+
}
|
|
258
|
+
),
|
|
259
|
+
/* @__PURE__ */ c(h, { id: "chartLegendLabel", variant: "caption", children: [
|
|
260
|
+
l,
|
|
261
|
+
": ",
|
|
262
|
+
r
|
|
263
|
+
] })
|
|
264
|
+
] })
|
|
265
|
+
]
|
|
266
|
+
}
|
|
267
|
+
);
|
|
268
|
+
}, Tt = (t, n) => {
|
|
269
|
+
if (t <= 0 || n <= 0) return "";
|
|
270
|
+
const e = Math.min(4, t / 2, n / 2);
|
|
271
|
+
return `M${e},0 L${t - e},0 Q${t},0 ${t},${e} L${t},${n} L0,${n} L0,${e} Q0,0 ${e},0 Z`;
|
|
272
|
+
}, _t = ({
|
|
273
|
+
colorRange: t,
|
|
274
|
+
data: n,
|
|
275
|
+
dataIndex: e,
|
|
276
|
+
removeSelectedTabColorChange: a,
|
|
277
|
+
selectedTabIndex: r,
|
|
278
|
+
style: l,
|
|
279
|
+
..._
|
|
280
|
+
}) => {
|
|
281
|
+
const I = L(), { ariaLabel: u, formattedAmount: T } = n[e], O = r === e ? "bold" : 400, p = l.x ?? 0, s = l.y ?? 0, d = l.width ?? 0, A = l.height ?? 0;
|
|
282
|
+
return /* @__PURE__ */ c("g", { "aria-label": u, children: [
|
|
283
|
+
/* @__PURE__ */ o(
|
|
284
|
+
"path",
|
|
285
|
+
{
|
|
286
|
+
..._,
|
|
287
|
+
d: Tt(d, A),
|
|
288
|
+
fill: t[e],
|
|
289
|
+
transform: `translate(${p}, ${s})`
|
|
290
|
+
}
|
|
291
|
+
),
|
|
292
|
+
/* @__PURE__ */ o(
|
|
293
|
+
"text",
|
|
294
|
+
{
|
|
295
|
+
fill: I.palette.text.primary,
|
|
296
|
+
fontSize: 11,
|
|
297
|
+
fontWeight: a ? "bold" : O,
|
|
298
|
+
textAnchor: "middle",
|
|
299
|
+
x: p + d / 2,
|
|
300
|
+
y: s - 8,
|
|
301
|
+
children: T
|
|
302
|
+
}
|
|
303
|
+
)
|
|
304
|
+
] });
|
|
305
|
+
}, $t = ({
|
|
306
|
+
amounts: t,
|
|
307
|
+
color: n,
|
|
308
|
+
data: e,
|
|
309
|
+
heightOverride: a,
|
|
310
|
+
margin: r = {
|
|
311
|
+
bottom: 30,
|
|
312
|
+
left: 40,
|
|
313
|
+
right: 40,
|
|
314
|
+
top: 20
|
|
315
|
+
},
|
|
316
|
+
onBarClick: l,
|
|
317
|
+
legendPosition: _ = "bottom",
|
|
318
|
+
monthlyAmountLabel: I,
|
|
319
|
+
removeSelectedTabColorChange: u,
|
|
320
|
+
selectedTabIndex: T,
|
|
321
|
+
trendAmountLabel: O
|
|
322
|
+
}) => {
|
|
323
|
+
const p = g.useRef(null), { height: s, width: d } = ct(p), A = L(), y = g.useMemo(() => {
|
|
324
|
+
const i = e.map(({ value: S }) => S), C = Math.min(...i), N = Math.max(...i);
|
|
325
|
+
return {
|
|
326
|
+
series: [
|
|
327
|
+
{
|
|
328
|
+
data: i,
|
|
329
|
+
type: "bar"
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
xAxis: [
|
|
333
|
+
{
|
|
334
|
+
data: e.map(({ label: S }) => S),
|
|
335
|
+
scaleType: "band",
|
|
336
|
+
categoryGapRatio: 0.45
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
yAxis: [
|
|
340
|
+
{
|
|
341
|
+
scaleType: "linear",
|
|
342
|
+
min: C < 0 ? C * 1.2 : 0,
|
|
343
|
+
max: N > 0 ? N : 0
|
|
344
|
+
}
|
|
345
|
+
]
|
|
346
|
+
};
|
|
347
|
+
}, [e]), U = g.useMemo(() => {
|
|
348
|
+
const i = `${n}80`;
|
|
349
|
+
return u ? e.map(() => n) : T == null ? [...new Array(e.length - 1).fill(i), n] : e.map((C, N) => N === T ? n : i);
|
|
350
|
+
}, [n, e, T]), P = g.useMemo(
|
|
351
|
+
() => e[T ?? e.length - 1],
|
|
352
|
+
[e, T]
|
|
353
|
+
), D = e.reduce((i, C) => Math.min(i, C.value), 1 / 0) < 0, R = /* @__PURE__ */ o(
|
|
354
|
+
lt,
|
|
355
|
+
{
|
|
356
|
+
color: n,
|
|
357
|
+
legendStyle: { pl: r.left },
|
|
358
|
+
monthlyAmount: P.formattedAmount,
|
|
359
|
+
monthlyAmountLabel: I,
|
|
360
|
+
trendAmount: t?.formattedAverage,
|
|
361
|
+
trendAmountLabel: O
|
|
362
|
+
}
|
|
363
|
+
), b = I || O, V = (i, { dataIndex: C }) => l?.(C);
|
|
364
|
+
return /* @__PURE__ */ c(m, { sx: { alignItems: "center", width: "100%" }, children: [
|
|
365
|
+
b && _ === "top" && R,
|
|
366
|
+
/* @__PURE__ */ o(
|
|
367
|
+
K,
|
|
368
|
+
{
|
|
369
|
+
ref: p,
|
|
370
|
+
sx: {
|
|
371
|
+
height: a || 122,
|
|
372
|
+
mb: _ === "top" ? 0 : 4,
|
|
373
|
+
mt: _ === "top" ? 4 : 0,
|
|
374
|
+
touchAction: "pan-y",
|
|
375
|
+
width: "100%",
|
|
376
|
+
"& svg": {
|
|
377
|
+
touchAction: "pan-y",
|
|
378
|
+
userSelect: "none"
|
|
379
|
+
},
|
|
380
|
+
"& .recharts-wrapper": {
|
|
381
|
+
touchAction: "pan-y"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
children: /* @__PURE__ */ c(
|
|
385
|
+
tt,
|
|
386
|
+
{
|
|
387
|
+
height: s,
|
|
388
|
+
margin: {
|
|
389
|
+
bottom: r.bottom,
|
|
390
|
+
left: r.left,
|
|
391
|
+
right: r.right,
|
|
392
|
+
top: r.top || 45
|
|
393
|
+
},
|
|
394
|
+
series: y.series,
|
|
395
|
+
width: d,
|
|
396
|
+
xAxis: y.xAxis,
|
|
397
|
+
yAxis: [{ width: 0 }],
|
|
398
|
+
children: [
|
|
399
|
+
t?.average && /* @__PURE__ */ o(
|
|
400
|
+
k,
|
|
401
|
+
{
|
|
402
|
+
labelAlign: "middle",
|
|
403
|
+
lineStyle: {
|
|
404
|
+
stroke: A.palette.chart.chart7,
|
|
405
|
+
strokeDasharray: "4",
|
|
406
|
+
strokeLinecap: "round",
|
|
407
|
+
strokeWidth: 1
|
|
408
|
+
},
|
|
409
|
+
y: t?.average
|
|
410
|
+
}
|
|
411
|
+
),
|
|
412
|
+
D && /* @__PURE__ */ o(
|
|
413
|
+
k,
|
|
414
|
+
{
|
|
415
|
+
labelAlign: "middle",
|
|
416
|
+
lineStyle: {
|
|
417
|
+
stroke: A.palette.chart.chart7
|
|
418
|
+
},
|
|
419
|
+
y: 0
|
|
420
|
+
}
|
|
421
|
+
),
|
|
422
|
+
/* @__PURE__ */ o(
|
|
423
|
+
et,
|
|
424
|
+
{
|
|
425
|
+
position: "bottom",
|
|
426
|
+
slots: {
|
|
427
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
428
|
+
axisTickLabel: ({ text: i, ownerState: C, ...N }) => {
|
|
429
|
+
const S = e[T ?? e.length - 1]?.label;
|
|
430
|
+
return /* @__PURE__ */ o(
|
|
431
|
+
"text",
|
|
432
|
+
{
|
|
433
|
+
...N,
|
|
434
|
+
style: {
|
|
435
|
+
...N.style,
|
|
436
|
+
fontWeight: !u && S === i ? "bold" : 400
|
|
437
|
+
},
|
|
438
|
+
children: i
|
|
439
|
+
}
|
|
440
|
+
);
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
sx: (i) => ({
|
|
444
|
+
"& .MuiChartsAxis-line": {
|
|
445
|
+
stroke: D ? "none" : i.palette.text?.primary
|
|
446
|
+
},
|
|
447
|
+
"& .MuiChartsAxis-tickContainer:first-of-type .MuiChartsAxis-tick": {
|
|
448
|
+
display: "none"
|
|
449
|
+
},
|
|
450
|
+
"& .MuiChartsAxis-tickLabel": {
|
|
451
|
+
transform: D ? "translateY(15px)" : {}
|
|
452
|
+
}
|
|
453
|
+
}),
|
|
454
|
+
tickLabelStyle: {
|
|
455
|
+
fontSize: 11
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
),
|
|
459
|
+
/* @__PURE__ */ o(
|
|
460
|
+
nt,
|
|
461
|
+
{
|
|
462
|
+
onItemClick: V,
|
|
463
|
+
slots: {
|
|
464
|
+
bar: (i) => {
|
|
465
|
+
const { ownerState: C, ...N } = i;
|
|
466
|
+
return /* @__PURE__ */ o(
|
|
467
|
+
_t,
|
|
468
|
+
{
|
|
469
|
+
...N,
|
|
470
|
+
colorRange: U,
|
|
471
|
+
data: e,
|
|
472
|
+
dataIndex: C.dataIndex,
|
|
473
|
+
removeSelectedTabColorChange: u,
|
|
474
|
+
selectedTabIndex: T ?? e.length - 1,
|
|
475
|
+
style: {
|
|
476
|
+
height: i.height,
|
|
477
|
+
x: i.x,
|
|
478
|
+
y: i.y,
|
|
479
|
+
width: i.width
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
);
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
)
|
|
487
|
+
]
|
|
488
|
+
}
|
|
489
|
+
)
|
|
490
|
+
}
|
|
491
|
+
),
|
|
492
|
+
b && _ === "bottom" && R
|
|
493
|
+
] });
|
|
494
|
+
};
|
|
495
|
+
export {
|
|
496
|
+
$t as B,
|
|
497
|
+
_t as C,
|
|
498
|
+
lt as L,
|
|
499
|
+
ot as O,
|
|
500
|
+
wt as S,
|
|
501
|
+
kt as T,
|
|
502
|
+
Gt as Z,
|
|
503
|
+
Ht as a,
|
|
504
|
+
Kt as b,
|
|
505
|
+
ct as c,
|
|
506
|
+
Mt as h,
|
|
507
|
+
bt as p,
|
|
508
|
+
vt as s,
|
|
509
|
+
w as u
|
|
510
|
+
};
|