@mx-cartographer/experiences 9.2.4-alpha.al0 → 9.3.0-alpha.bb1
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 +0 -12
- package/dist/accounts/AccountsMiniWidget/index.es.js +56 -0
- package/dist/accounts/AccountsMiniWidget/index.es.js.map +1 -0
- package/dist/accounts/AccountsWidget/index.es.js +75 -0
- package/dist/accounts/AccountsWidget/index.es.js.map +1 -0
- package/dist/accounts/ConnectMiniWidget/index.es.js +35 -0
- package/dist/accounts/ConnectMiniWidget/index.es.js.map +1 -0
- package/dist/accounts/components/AccountListItem/index.es.js +91 -0
- package/dist/accounts/components/AccountListItem/index.es.js.map +1 -0
- package/dist/accounts/components/AccountsList/index.es.js +129 -0
- package/dist/accounts/components/AccountsList/index.es.js.map +1 -0
- package/dist/accounts/components/AccountsListCompact/index.es.js +86 -0
- package/dist/accounts/components/AccountsListCompact/index.es.js.map +1 -0
- package/dist/accounts/components/ConnectImage/index.es.js +388 -0
- package/dist/accounts/components/ConnectImage/index.es.js.map +1 -0
- package/dist/accounts/components/ConnectMiniWidgetCard/index.es.js +27 -0
- package/dist/accounts/components/ConnectMiniWidgetCard/index.es.js.map +1 -0
- package/dist/accounts/components/ConnectionStatusIcons/index.es.js +23 -0
- package/dist/accounts/components/ConnectionStatusIcons/index.es.js.map +1 -0
- package/dist/accounts/components/ConnectionsDrawer/index.es.js +52 -0
- package/dist/accounts/components/ConnectionsDrawer/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountActions/index.es.js +134 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountActions/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountActionsRow/index.es.js +32 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountActionsRow/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountConnection/index.es.js +158 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountConnection/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailEdit/index.es.js +119 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailEdit/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetails/index.es.js +75 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetails/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsChart/index.es.js +38 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsChart/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsContent/index.es.js +50 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsContent/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsDrawer/index.es.js +21 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsDrawer/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsHeader/index.es.js +81 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsHeader/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsTab/index.es.js +22 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsTab/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/ConnectionErrorMessage/index.es.js +75 -0
- package/dist/accounts/components/detailsdrawer/Accounts/ConnectionErrorMessage/index.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Transactions/TransactionsTab/index.es.js +37 -0
- package/dist/accounts/components/detailsdrawer/Transactions/TransactionsTab/index.es.js.map +1 -0
- package/dist/accounts/constants/Accounts/index.es.js +10 -0
- package/dist/accounts/constants/Accounts/index.es.js.map +1 -0
- package/dist/accounts/constants/Accounts.d.ts +1 -4
- package/dist/accounts/hooks/useGetMergeableAccounts/index.es.js +11 -0
- package/dist/accounts/hooks/useGetMergeableAccounts/index.es.js.map +1 -0
- package/dist/accounts/hooks/useUiStore/index.es.js +12 -0
- package/dist/accounts/hooks/useUiStore/index.es.js.map +1 -0
- package/dist/accounts/index.es.js +23 -784
- package/dist/accounts/utils/AccountDetails/index.es.js +28 -0
- package/dist/accounts/utils/AccountDetails/index.es.js.map +1 -0
- package/dist/accounts/utils/AccountFields/index.es.js +131 -0
- package/dist/accounts/utils/AccountFields/index.es.js.map +1 -0
- package/dist/accounts/utils/getConnectionMessages/index.es.js +131 -0
- package/dist/accounts/utils/getConnectionMessages/index.es.js.map +1 -0
- package/dist/analytics/SurveyMiniWidget/index.es.js +117 -0
- package/dist/analytics/SurveyMiniWidget/index.es.js.map +1 -0
- package/dist/analytics/components/OpenTextField/index.es.js +23 -0
- package/dist/analytics/components/OpenTextField/index.es.js.map +1 -0
- package/dist/analytics/components/RatingScale/index.es.js +56 -0
- package/dist/analytics/components/RatingScale/index.es.js.map +1 -0
- package/dist/analytics/index.es.js +2 -151
- package/dist/budgets/BubbleBudgetsMiniWidget/index.es.js +100 -0
- package/dist/budgets/BubbleBudgetsMiniWidget/index.es.js.map +1 -0
- package/dist/budgets/BubbleBudgetsWidget/index.es.js +143 -0
- package/dist/budgets/BubbleBudgetsWidget/index.es.js.map +1 -0
- package/dist/budgets/components/AddBudgets/index.es.js +31 -0
- package/dist/budgets/components/AddBudgets/index.es.js.map +1 -0
- package/dist/budgets/components/BubbleBudgets/index.es.js +47 -0
- package/dist/budgets/components/BubbleBudgets/index.es.js.map +1 -0
- package/dist/budgets/components/BubbleChart/Bubble/index.es.js +128 -0
- package/dist/budgets/components/BubbleChart/Bubble/index.es.js.map +1 -0
- package/dist/budgets/components/BubbleChart/Mercury/index.es.js +29 -0
- package/dist/budgets/components/BubbleChart/Mercury/index.es.js.map +1 -0
- package/dist/budgets/components/BubbleChart/index.es.js +59 -0
- package/dist/budgets/components/BubbleChart/index.es.js.map +1 -0
- package/dist/budgets/components/BudgetDetailsDrawer/index.es.js +106 -0
- package/dist/budgets/components/BudgetDetailsDrawer/index.es.js.map +1 -0
- package/dist/budgets/components/BudgetDetailsDrawerV2/index.es.js +126 -0
- package/dist/budgets/components/BudgetDetailsDrawerV2/index.es.js.map +1 -0
- package/dist/budgets/components/BudgetList/BudgetRow/index.es.js +71 -0
- package/dist/budgets/components/BudgetList/BudgetRow/index.es.js.map +1 -0
- package/dist/budgets/components/BudgetList/SubBudgetRow/index.es.js +62 -0
- package/dist/budgets/components/BudgetList/SubBudgetRow/index.es.js.map +1 -0
- package/dist/budgets/components/BudgetList/SubBudgetZeroState/index.es.js +38 -0
- package/dist/budgets/components/BudgetList/SubBudgetZeroState/index.es.js.map +1 -0
- package/dist/budgets/components/BudgetList/index.es.js +44 -0
- package/dist/budgets/components/BudgetList/index.es.js.map +1 -0
- package/dist/budgets/components/BudgetsEmptyState/index.es.js +109 -0
- package/dist/budgets/components/BudgetsEmptyState/index.es.js.map +1 -0
- package/dist/budgets/components/MerchantBudgetDetailsDrawer/index.es.js +54 -0
- package/dist/budgets/components/MerchantBudgetDetailsDrawer/index.es.js.map +1 -0
- package/dist/budgets/components/Overview/index.es.js +129 -0
- package/dist/budgets/components/Overview/index.es.js.map +1 -0
- package/dist/budgets/components/addbudget/Header/index.es.js +70 -0
- package/dist/budgets/components/addbudget/Header/index.es.js.map +1 -0
- package/dist/budgets/components/addbudget/RecalculateBudgetRow/index.es.js +30 -0
- package/dist/budgets/components/addbudget/RecalculateBudgetRow/index.es.js.map +1 -0
- package/dist/budgets/components/addbudget/RecalculateBudgets/index.es.js +62 -0
- package/dist/budgets/components/addbudget/RecalculateBudgets/index.es.js.map +1 -0
- package/dist/budgets/components/addbudget/UnbudgetedRow/index.es.js +50 -0
- package/dist/budgets/components/addbudget/UnbudgetedRow/index.es.js.map +1 -0
- package/dist/budgets/components/budgetdetails/AddSubBudget/index.es.js +98 -0
- package/dist/budgets/components/budgetdetails/AddSubBudget/index.es.js.map +1 -0
- package/dist/budgets/components/budgetdetails/BudgetDetails/index.es.js +66 -0
- package/dist/budgets/components/budgetdetails/BudgetDetails/index.es.js.map +1 -0
- package/dist/budgets/components/budgetdetails/Header/index.es.js +48 -0
- package/dist/budgets/components/budgetdetails/Header/index.es.js.map +1 -0
- package/dist/budgets/components/budgetdetails/SubBudgetList/index.es.js +98 -0
- package/dist/budgets/components/budgetdetails/SubBudgetList/index.es.js.map +1 -0
- package/dist/budgets/components/shared/BudgetAmount/index.es.js +27 -0
- package/dist/budgets/components/shared/BudgetAmount/index.es.js.map +1 -0
- package/dist/budgets/components/shared/BudgetDetailsTopSection/index.es.js +84 -0
- package/dist/budgets/components/shared/BudgetDetailsTopSection/index.es.js.map +1 -0
- package/dist/budgets/index.es.js +6 -1400
- package/dist/budgets/utils/BubblesSVG/index.es.js +73 -0
- package/dist/budgets/utils/BubblesSVG/index.es.js.map +1 -0
- package/dist/cashflow/CashflowMiniWidget/index.es.js +45 -0
- package/dist/cashflow/CashflowMiniWidget/index.es.js.map +1 -0
- package/dist/cashflow/CashflowOnboarding/index.es.js +224 -0
- package/dist/cashflow/CashflowOnboarding/index.es.js.map +1 -0
- package/dist/cashflow/CashflowWidget/index.es.js +82 -0
- package/dist/cashflow/CashflowWidget/index.es.js.map +1 -0
- package/dist/cashflow/components/CashflowAmountHeading/index.es.js +45 -0
- package/dist/cashflow/components/CashflowAmountHeading/index.es.js.map +1 -0
- package/dist/cashflow/components/CashflowContent/index.es.js +63 -0
- package/dist/cashflow/components/CashflowContent/index.es.js.map +1 -0
- package/dist/cashflow/components/CashflowHeading/index.es.js +101 -0
- package/dist/cashflow/components/CashflowHeading/index.es.js.map +1 -0
- package/dist/cashflow/components/CashflowWidgetContent/index.es.js +167 -0
- package/dist/cashflow/components/CashflowWidgetContent/index.es.js.map +1 -0
- package/dist/cashflow/components/DetailsExpenseHeader/index.es.js +37 -0
- package/dist/cashflow/components/DetailsExpenseHeader/index.es.js.map +1 -0
- package/dist/cashflow/components/DetailsExpenseRow/index.es.js +57 -0
- package/dist/cashflow/components/DetailsExpenseRow/index.es.js.map +1 -0
- package/dist/cashflow/components/DetailsFooter/index.es.js +21 -0
- package/dist/cashflow/components/DetailsFooter/index.es.js.map +1 -0
- package/dist/cashflow/components/DetailsTab/index.es.js +90 -0
- package/dist/cashflow/components/DetailsTab/index.es.js.map +1 -0
- package/dist/cashflow/components/RemainingCash/index.es.js +35 -0
- package/dist/cashflow/components/RemainingCash/index.es.js.map +1 -0
- package/dist/cashflow/components/SummaryTab/index.es.js +258 -0
- package/dist/cashflow/components/SummaryTab/index.es.js.map +1 -0
- package/dist/cashflow/components/onboarding/StepOne/index.es.js +128 -0
- package/dist/cashflow/components/onboarding/StepOne/index.es.js.map +1 -0
- package/dist/cashflow/components/onboarding/StepTwo/index.es.js +26 -0
- package/dist/cashflow/components/onboarding/StepTwo/index.es.js.map +1 -0
- package/dist/cashflow/constants/CashflowImages/index.es.js +9 -0
- package/dist/cashflow/constants/CashflowImages/index.es.js.map +1 -0
- package/dist/cashflow/context/hooks/index.es.js +12 -0
- package/dist/cashflow/context/hooks/index.es.js.map +1 -0
- package/dist/cashflow/context/hooks.d.ts +1 -1
- package/dist/cashflow/index.es.js +6 -1058
- package/dist/cashflow/util/Filters/index.es.js +9 -0
- package/dist/cashflow/util/Filters/index.es.js.map +1 -0
- package/dist/categories/components/CategoryList/index.es.js +38 -0
- package/dist/categories/components/CategoryList/index.es.js.map +1 -0
- package/dist/categories/components/CategoryRow/index.es.js +65 -0
- package/dist/categories/components/CategoryRow/index.es.js.map +1 -0
- package/dist/categories/components/CategorySelector/index.es.js +39 -0
- package/dist/categories/components/CategorySelector/index.es.js.map +1 -0
- package/dist/categories/components/CategorySelectorDrawer/index.es.js +24 -0
- package/dist/categories/components/CategorySelectorDrawer/index.es.js.map +1 -0
- package/dist/categories/components/CustomCategories/AddSubcategory/index.es.js +46 -0
- package/dist/categories/components/CustomCategories/AddSubcategory/index.es.js.map +1 -0
- package/dist/categories/components/CustomCategories/CustomCategoryModal/index.es.js +61 -0
- package/dist/categories/components/CustomCategories/CustomCategoryModal/index.es.js.map +1 -0
- package/dist/categories/components/CustomCategories/DeleteSubcategory/index.es.js +26 -0
- package/dist/categories/components/CustomCategories/DeleteSubcategory/index.es.js.map +1 -0
- package/dist/categories/components/CustomCategories/RenameSubcategory/index.es.js +29 -0
- package/dist/categories/components/CustomCategories/RenameSubcategory/index.es.js.map +1 -0
- package/dist/categories/components/SubcategoryList/index.es.js +41 -0
- package/dist/categories/components/SubcategoryList/index.es.js.map +1 -0
- package/dist/categories/components/SubcategoryRow/index.es.js +90 -0
- package/dist/categories/components/SubcategoryRow/index.es.js.map +1 -0
- package/dist/categories/constants/OnClickEvents/index.es.js +18 -0
- package/dist/categories/constants/OnClickEvents/index.es.js.map +1 -0
- package/dist/categories/context/hooks/index.es.js +12 -0
- package/dist/categories/context/hooks/index.es.js.map +1 -0
- package/dist/categories/index.es.js +8 -6
- package/dist/common/components/Banner/index.es.js +39 -0
- package/dist/common/components/Banner/index.es.js.map +1 -0
- package/dist/common/components/ConnectCard/index.es.js +58 -0
- package/dist/common/components/ConnectCard/index.es.js.map +1 -0
- package/dist/common/components/ConnectDrawer/index.es.js +53 -0
- package/dist/common/components/ConnectDrawer/index.es.js.map +1 -0
- package/dist/common/components/ConnectStatus/index.es.js +39 -0
- package/dist/common/components/ConnectStatus/index.es.js.map +1 -0
- package/dist/common/components/ConnectStatus.d.ts +6 -0
- package/dist/common/components/CurrencyDialog/index.es.js +119 -0
- package/dist/common/components/CurrencyDialog/index.es.js.map +1 -0
- package/dist/common/components/CurrencyInput/index.es.js +49 -0
- package/dist/common/components/CurrencyInput/index.es.js.map +1 -0
- package/dist/common/components/CurrencyText/index.es.js +17 -0
- package/dist/common/components/CurrencyText/index.es.js.map +1 -0
- package/dist/common/components/DataRow/index.es.js +53 -0
- package/dist/common/components/DataRow/index.es.js.map +1 -0
- package/dist/common/components/EmptyState/index.es.js +68 -0
- package/dist/common/components/EmptyState/index.es.js.map +1 -0
- package/dist/common/components/Error/index.es.js +86 -0
- package/dist/common/components/Error/index.es.js.map +1 -0
- package/dist/common/components/ErrorBoundary/index.es.js +26 -0
- package/dist/common/components/ErrorBoundary/index.es.js.map +1 -0
- package/dist/common/components/GlobalAccountFilter/GlobalAccountFilterList/index.es.js +133 -0
- package/dist/common/components/GlobalAccountFilter/GlobalAccountFilterList/index.es.js.map +1 -0
- package/dist/common/components/GlobalAccountFilter/index.es.js +97 -0
- package/dist/common/components/GlobalAccountFilter/index.es.js.map +1 -0
- package/dist/common/components/IconBacking/index.es.js +25 -0
- package/dist/common/components/IconBacking/index.es.js.map +1 -0
- package/dist/common/components/InformationTooltip/index.es.js +49 -0
- package/dist/common/components/InformationTooltip/index.es.js.map +1 -0
- package/dist/common/components/ListItemAction/index.es.js +55 -0
- package/dist/common/components/ListItemAction/index.es.js.map +1 -0
- package/dist/common/components/ListItemRow/index.es.js +65 -0
- package/dist/common/components/ListItemRow/index.es.js.map +1 -0
- package/dist/common/components/ListItemWrapper/index.es.js +37 -0
- package/dist/common/components/ListItemWrapper/index.es.js.map +1 -0
- package/dist/common/components/Loader/index.es.js +17 -0
- package/dist/common/components/Loader/index.es.js.map +1 -0
- package/dist/common/components/MicroWidgetContainer/index.es.js +60 -0
- package/dist/common/components/MicroWidgetContainer/index.es.js.map +1 -0
- package/dist/common/components/MiniWidgetContainer/index.es.js +77 -0
- package/dist/common/components/MiniWidgetContainer/index.es.js.map +1 -0
- package/dist/common/components/ResponsiveButton/index.es.js +37 -0
- package/dist/common/components/ResponsiveButton/index.es.js.map +1 -0
- package/dist/common/components/SearchBox/index.es.js +59 -0
- package/dist/common/components/SearchBox/index.es.js.map +1 -0
- package/dist/common/components/Select/index.es.js +33 -0
- package/dist/common/components/Select/index.es.js.map +1 -0
- package/dist/common/components/SelectionBox/index.es.js +45 -0
- package/dist/common/components/SelectionBox/index.es.js.map +1 -0
- package/dist/common/components/SkeletonLoader/index.es.js +104 -0
- package/dist/common/components/SkeletonLoader/index.es.js.map +1 -0
- package/dist/common/components/SubheaderRow/index.es.js +23 -0
- package/dist/common/components/SubheaderRow/index.es.js.map +1 -0
- package/dist/common/components/TabContentContainer/index.es.js +14 -0
- package/dist/common/components/TabContentContainer/index.es.js.map +1 -0
- package/dist/common/components/TinyBarChart/index.es.js +80 -0
- package/dist/common/components/TinyBarChart/index.es.js.map +1 -0
- package/dist/common/components/TinyBarChart.d.ts +1 -1
- package/dist/common/components/WidgetContainer/index.es.js +146 -0
- package/dist/common/components/WidgetContainer/index.es.js.map +1 -0
- package/dist/common/components/WidgetDateRangeSelector/index.es.js +38 -0
- package/dist/common/components/WidgetDateRangeSelector/index.es.js.map +1 -0
- package/dist/common/components/addaccounts/AddAccounts/index.es.js +50 -0
- package/dist/common/components/addaccounts/AddAccounts/index.es.js.map +1 -0
- package/dist/common/components/calendar/Calendar/index.es.js +148 -0
- package/dist/common/components/calendar/Calendar/index.es.js.map +1 -0
- package/dist/common/components/calendar/Day/index.es.js +82 -0
- package/dist/common/components/calendar/Day/index.es.js.map +1 -0
- package/dist/common/components/calendar/Header/index.es.js +42 -0
- package/dist/common/components/calendar/Header/index.es.js.map +1 -0
- package/dist/common/components/charts/Donut/index.es.js +82 -0
- package/dist/common/components/charts/Donut/index.es.js.map +1 -0
- package/dist/common/components/charts/LineChart/CustomLegend/index.es.js +95 -0
- package/dist/common/components/charts/LineChart/CustomLegend/index.es.js.map +1 -0
- package/dist/common/components/charts/LineChart/CustomLine/index.es.js +27 -0
- package/dist/common/components/charts/LineChart/CustomLine/index.es.js.map +1 -0
- package/dist/common/components/charts/LineChart/CustomMark/index.es.js +56 -0
- package/dist/common/components/charts/LineChart/CustomMark/index.es.js.map +1 -0
- package/dist/common/components/charts/LineChart/CustomTooltip/index.es.js +138 -0
- package/dist/common/components/charts/LineChart/CustomTooltip/index.es.js.map +1 -0
- package/dist/common/components/charts/LineChart/index.es.js +194 -0
- package/dist/common/components/charts/LineChart/index.es.js.map +1 -0
- package/dist/common/components/charts/LineChart/utils/markerShapes/index.es.js +26 -0
- package/dist/common/components/charts/LineChart/utils/markerShapes/index.es.js.map +1 -0
- package/dist/common/components/charts/StackedLineChart/CategoryIconLabel/index.es.js +31 -0
- package/dist/common/components/charts/StackedLineChart/CategoryIconLabel/index.es.js.map +1 -0
- package/dist/common/components/charts/StackedLineChart/CustomAreaTooltip/index.es.js +97 -0
- package/dist/common/components/charts/StackedLineChart/CustomAreaTooltip/index.es.js.map +1 -0
- package/dist/common/components/charts/StackedLineChart/CustomLegend/index.es.js +54 -0
- package/dist/common/components/charts/StackedLineChart/CustomLegend/index.es.js.map +1 -0
- package/dist/common/components/charts/StackedLineChart/CustomPointTooltip/index.es.js +51 -0
- package/dist/common/components/charts/StackedLineChart/CustomPointTooltip/index.es.js.map +1 -0
- package/dist/common/components/charts/StackedLineChart/index.es.js +208 -0
- package/dist/common/components/charts/StackedLineChart/index.es.js.map +1 -0
- package/dist/common/components/charts/StatusBar/index.es.js +25 -0
- package/dist/common/components/charts/StatusBar/index.es.js.map +1 -0
- package/dist/common/components/daterangeselector/DateRangeSelector/index.es.js +258 -0
- package/dist/common/components/daterangeselector/DateRangeSelector/index.es.js.map +1 -0
- package/dist/common/components/dialog/Dialog/index.es.js +58 -0
- package/dist/common/components/dialog/Dialog/index.es.js.map +1 -0
- package/dist/common/components/donuts/MultiSegmentDonut/index.es.js +53 -0
- package/dist/common/components/donuts/MultiSegmentDonut/index.es.js.map +1 -0
- package/dist/common/components/donuts/SingleSegmentDonut/index.es.js +50 -0
- package/dist/common/components/donuts/SingleSegmentDonut/index.es.js.map +1 -0
- package/dist/common/components/drawer/Drawer/index.es.js +57 -0
- package/dist/common/components/drawer/Drawer/index.es.js.map +1 -0
- package/dist/common/components/drawer/Footer/index.es.js +31 -0
- package/dist/common/components/drawer/Footer/index.es.js.map +1 -0
- package/dist/common/components/drawer/Header/index.es.js +52 -0
- package/dist/common/components/drawer/Header/index.es.js.map +1 -0
- package/dist/common/components/listitems/CollapseExpandListItem/index.es.js +41 -0
- package/dist/common/components/listitems/CollapseExpandListItem/index.es.js.map +1 -0
- package/dist/common/components/listitems/ToggleButtonListItem/index.es.js +54 -0
- package/dist/common/components/listitems/ToggleButtonListItem/index.es.js.map +1 -0
- package/dist/common/components/listitems/ToggleListItem/index.es.js +37 -0
- package/dist/common/components/listitems/ToggleListItem/index.es.js.map +1 -0
- package/dist/common/constants/Account/index.es.js +32 -0
- package/dist/common/constants/Account/index.es.js.map +1 -0
- package/dist/common/constants/Analytics/index.es.js +139 -0
- package/dist/common/constants/Analytics/index.es.js.map +1 -0
- package/dist/common/constants/Connect/index.es.js +10 -0
- package/dist/common/constants/Connect/index.es.js.map +1 -0
- package/dist/common/constants/Connect.d.ts +4 -0
- package/dist/common/constants/Donut/index.es.js +7 -0
- package/dist/common/constants/Donut/index.es.js.map +1 -0
- package/dist/common/constants/FinStrong/index.es.js +33 -0
- package/dist/common/constants/FinStrong/index.es.js.map +1 -0
- package/dist/common/constants/ScheduledPayment/index.es.js +40 -0
- package/dist/common/constants/ScheduledPayment/index.es.js.map +1 -0
- package/dist/common/constants/Sizes/index.es.js +9 -0
- package/dist/common/constants/Sizes/index.es.js.map +1 -0
- package/dist/common/constants/SpendingPlan/index.es.js +10 -0
- package/dist/common/constants/SpendingPlan/index.es.js.map +1 -0
- package/dist/common/constants/index.d.ts +1 -0
- package/dist/common/context/GlobalDataProvider/index.es.js +19 -0
- package/dist/common/context/GlobalDataProvider/index.es.js.map +1 -0
- package/dist/common/context/WidgetContainerProvider/index.es.js +16 -0
- package/dist/common/context/WidgetContainerProvider/index.es.js.map +1 -0
- package/dist/common/context/hooks/index.es.js +46 -0
- package/dist/common/context/hooks/index.es.js.map +1 -0
- package/dist/common/hooks/useAccountDisplayName/index.es.js +13 -0
- package/dist/common/hooks/useAccountDisplayName/index.es.js.map +1 -0
- package/dist/common/hooks/useAriaLive/index.es.js +34 -0
- package/dist/common/hooks/useAriaLive/index.es.js.map +1 -0
- package/dist/common/hooks/useCombineEvents/index.es.js +22 -0
- package/dist/common/hooks/useCombineEvents/index.es.js.map +1 -0
- package/dist/common/hooks/useDimensions/index.es.js +41 -0
- package/dist/common/hooks/useDimensions/index.es.js.map +1 -0
- package/dist/common/hooks/useInsightsEnabled/index.es.js +13 -0
- package/dist/common/hooks/useInsightsEnabled/index.es.js.map +1 -0
- package/dist/common/hooks/usePrevious/index.es.js +13 -0
- package/dist/common/hooks/usePrevious/index.es.js.map +1 -0
- package/dist/common/hooks/useScreenSize/index.es.js +26 -0
- package/dist/common/hooks/useScreenSize/index.es.js.map +1 -0
- package/dist/common/hooks/useWidgetHeaderStyles/index.es.js +46 -0
- package/dist/common/hooks/useWidgetHeaderStyles/index.es.js.map +1 -0
- package/dist/common/hooks/useWidgetLoadTimer/index.es.js +24 -0
- package/dist/common/hooks/useWidgetLoadTimer/index.es.js.map +1 -0
- package/dist/common/index.es.js +154 -310
- package/dist/common/types/Charts.d.ts +10 -0
- package/dist/common/utils/AccountDisplayName/index.es.js +14 -0
- package/dist/common/utils/AccountDisplayName/index.es.js.map +1 -0
- package/dist/common/utils/AccountFilter/index.es.js +31 -0
- package/dist/common/utils/AccountFilter/index.es.js.map +1 -0
- package/dist/common/utils/Analytics/index.es.js +31 -0
- package/dist/common/utils/Analytics/index.es.js.map +1 -0
- package/dist/common/utils/PostMessage/index.es.js +29 -0
- package/dist/common/utils/PostMessage/index.es.js.map +1 -0
- package/dist/common/utils/Theme/index.es.js +96 -0
- package/dist/common/utils/Theme/index.es.js.map +1 -0
- package/dist/core/api/AccountApi/index.es.js +22 -0
- package/dist/core/api/AccountApi/index.es.js.map +1 -0
- package/dist/core/api/AnalyticsApi/index.es.js +34 -0
- package/dist/core/api/AnalyticsApi/index.es.js.map +1 -0
- package/dist/core/api/AppDataApi/index.es.js +14 -0
- package/dist/core/api/AppDataApi/index.es.js.map +1 -0
- package/dist/core/api/BannerApi/index.es.js +23 -0
- package/dist/core/api/BannerApi/index.es.js.map +1 -0
- package/dist/core/api/BeatApi/index.es.js +24 -0
- package/dist/core/api/BeatApi/index.es.js.map +1 -0
- package/dist/core/api/BudgetsApi/index.es.js +28 -0
- package/dist/core/api/BudgetsApi/index.es.js.map +1 -0
- package/dist/core/api/CategoryApi/index.es.js +29 -0
- package/dist/core/api/CategoryApi/index.es.js.map +1 -0
- package/dist/core/api/FinstrongApi/index.es.js +22 -0
- package/dist/core/api/FinstrongApi/index.es.js.map +1 -0
- package/dist/core/api/GlobalCopyApi/index.es.js +14 -0
- package/dist/core/api/GlobalCopyApi/index.es.js.map +1 -0
- package/dist/core/api/GoalApi/index.es.js +28 -0
- package/dist/core/api/GoalApi/index.es.js.map +1 -0
- package/dist/core/api/HelpApi/index.es.js +14 -0
- package/dist/core/api/HelpApi/index.es.js.map +1 -0
- package/dist/core/api/HoldingApi/index.es.js +15 -0
- package/dist/core/api/HoldingApi/index.es.js.map +1 -0
- package/dist/core/api/MerchantApi/index.es.js +18 -0
- package/dist/core/api/MerchantApi/index.es.js.map +1 -0
- package/dist/core/api/NotificationApi/index.es.js +19 -0
- package/dist/core/api/NotificationApi/index.es.js.map +1 -0
- package/dist/core/api/RepeatingTransactionsApi/index.es.js +17 -0
- package/dist/core/api/RepeatingTransactionsApi/index.es.js.map +1 -0
- package/dist/core/api/ScheduledPaymentsApi/index.es.js +22 -0
- package/dist/core/api/ScheduledPaymentsApi/index.es.js.map +1 -0
- package/dist/core/api/SettingsApi/index.es.js +24 -0
- package/dist/core/api/SettingsApi/index.es.js.map +1 -0
- package/dist/core/api/TransactionApi/index.es.js +55 -0
- package/dist/core/api/TransactionApi/index.es.js.map +1 -0
- package/dist/core/api/UserApi/index.es.js +16 -0
- package/dist/core/api/UserApi/index.es.js.map +1 -0
- package/dist/core/api/WidgetApi/index.es.js +14 -0
- package/dist/core/api/WidgetApi/index.es.js.map +1 -0
- package/dist/core/constants/ApiEndpoints/index.es.js +51 -0
- package/dist/core/constants/ApiEndpoints/index.es.js.map +1 -0
- package/dist/core/constants/Category/index.es.js +299 -0
- package/dist/core/constants/Category/index.es.js.map +1 -0
- package/dist/core/constants/DateFormats/index.es.js +55 -0
- package/dist/core/constants/DateFormats/index.es.js.map +1 -0
- package/dist/core/constants/Debts/index.es.js +8 -0
- package/dist/core/constants/Debts/index.es.js.map +1 -0
- package/dist/core/constants/DefaultConfig/index.es.js +109 -0
- package/dist/core/constants/DefaultConfig/index.es.js.map +1 -0
- package/dist/core/constants/Help/index.es.js +183 -0
- package/dist/core/constants/Help/index.es.js.map +1 -0
- package/dist/core/constants/Investments/index.es.js +56 -0
- package/dist/core/constants/Investments/index.es.js.map +1 -0
- package/dist/core/constants/Numbers/index.es.js +9 -0
- package/dist/core/constants/Numbers/index.es.js.map +1 -0
- package/dist/core/constants/Table/index.es.js +18 -0
- package/dist/core/constants/Table/index.es.js.map +1 -0
- package/dist/core/constants/Transaction/index.es.js +43 -0
- package/dist/core/constants/Transaction/index.es.js.map +1 -0
- package/dist/core/constants/repeatingTransactions/index.es.js +8 -0
- package/dist/core/constants/repeatingTransactions/index.es.js.map +1 -0
- package/dist/core/index.es.js +134 -107
- package/dist/core/stores/AccountStore/index.es.js +247 -0
- package/dist/core/stores/AccountStore/index.es.js.map +1 -0
- package/dist/core/stores/AnalyticsStore/index.es.js +55 -0
- package/dist/core/stores/AnalyticsStore/index.es.js.map +1 -0
- package/dist/core/stores/AppDataStore/index.es.js +61 -0
- package/dist/core/stores/AppDataStore/index.es.js.map +1 -0
- package/dist/core/stores/AppDataStore.d.ts +2 -2
- package/dist/core/stores/BeatStore/index.es.js +43 -0
- package/dist/core/stores/BeatStore/index.es.js.map +1 -0
- package/dist/core/stores/BudgetsStore/index.es.js +155 -0
- package/dist/core/stores/BudgetsStore/index.es.js.map +1 -0
- package/dist/core/stores/CashflowStore/index.es.js +62 -0
- package/dist/core/stores/CashflowStore/index.es.js.map +1 -0
- package/dist/core/stores/CategoryStore/index.es.js +147 -0
- package/dist/core/stores/CategoryStore/index.es.js.map +1 -0
- package/dist/core/stores/ConnectStore/index.es.js +19 -0
- package/dist/core/stores/ConnectStore/index.es.js.map +1 -0
- package/dist/core/stores/DebtsStore/index.es.js +40 -0
- package/dist/core/stores/DebtsStore/index.es.js.map +1 -0
- package/dist/core/stores/FinstrongStore/index.es.js +156 -0
- package/dist/core/stores/FinstrongStore/index.es.js.map +1 -0
- package/dist/core/stores/GlobalCopyStore/index.es.js +32 -0
- package/dist/core/stores/GlobalCopyStore/index.es.js.map +1 -0
- package/dist/core/stores/GlobalStore/index.es.js +87 -0
- package/dist/core/stores/GlobalStore/index.es.js.map +1 -0
- package/dist/core/stores/GlobalUiStore/index.es.js +68 -0
- package/dist/core/stores/GlobalUiStore/index.es.js.map +1 -0
- package/dist/core/stores/GlobalUiStore.d.ts +2 -2
- package/dist/core/stores/GoalStore/index.es.js +233 -0
- package/dist/core/stores/GoalStore/index.es.js.map +1 -0
- package/dist/core/stores/HelpStore/index.es.js +45 -0
- package/dist/core/stores/HelpStore/index.es.js.map +1 -0
- package/dist/core/stores/HelpStore.d.ts +1 -1
- package/dist/core/stores/HoldingStore/index.es.js +60 -0
- package/dist/core/stores/HoldingStore/index.es.js.map +1 -0
- package/dist/core/stores/MerchantStore/index.es.js +28 -0
- package/dist/core/stores/MerchantStore/index.es.js.map +1 -0
- package/dist/core/stores/NetWorthStore/index.es.js +73 -0
- package/dist/core/stores/NetWorthStore/index.es.js.map +1 -0
- package/dist/core/stores/NotificationStore/index.es.js +46 -0
- package/dist/core/stores/NotificationStore/index.es.js.map +1 -0
- package/dist/core/stores/RecurringTransactionsStore/index.es.js +199 -0
- package/dist/core/stores/RecurringTransactionsStore/index.es.js.map +1 -0
- package/dist/core/stores/RecurringTransactionsStore.d.ts +3 -3
- package/dist/core/stores/SettingsStore/index.es.js +184 -0
- package/dist/core/stores/SettingsStore/index.es.js.map +1 -0
- package/dist/core/stores/SettingsStore.d.ts +1 -1
- package/dist/core/stores/TransactionStore/index.es.js +372 -0
- package/dist/core/stores/TransactionStore/index.es.js.map +1 -0
- package/dist/core/stores/TrendsStore/index.es.js +51 -0
- package/dist/core/stores/TrendsStore/index.es.js.map +1 -0
- package/dist/core/stores/UserStore/index.es.js +49 -0
- package/dist/core/stores/UserStore/index.es.js.map +1 -0
- package/dist/core/types/Account/index.es.js +118 -0
- package/dist/core/types/Account/index.es.js.map +1 -0
- package/dist/core/types/Beat/index.es.js +8 -0
- package/dist/core/types/Beat/index.es.js.map +1 -0
- package/dist/core/types/Expense/index.es.js +11 -0
- package/dist/core/types/Expense/index.es.js.map +1 -0
- package/dist/core/types/Finstrong/index.es.js +14 -0
- package/dist/core/types/Finstrong/index.es.js.map +1 -0
- package/dist/core/types/Goal/index.es.js +14 -0
- package/dist/core/types/Goal/index.es.js.map +1 -0
- package/dist/core/types/Notification/index.es.js +17 -0
- package/dist/core/types/Notification/index.es.js.map +1 -0
- package/dist/core/types/RepeatingTransaction/index.es.js +17 -0
- package/dist/core/types/RepeatingTransaction/index.es.js.map +1 -0
- package/dist/core/types/ScreenSize/index.es.js +8 -0
- package/dist/core/types/ScreenSize/index.es.js.map +1 -0
- package/dist/core/types/Transaction/index.es.js +11 -0
- package/dist/core/types/Transaction/index.es.js.map +1 -0
- package/dist/core/types/localization/RecurringCopy.d.ts +0 -6
- package/dist/core/utils/AccountUtils/index.es.js +27 -0
- package/dist/core/utils/AccountUtils/index.es.js.map +1 -0
- package/dist/core/utils/BeatUtils/index.es.js +50 -0
- package/dist/core/utils/BeatUtils/index.es.js.map +1 -0
- package/dist/core/utils/BudgetUtil/index.es.js +71 -0
- package/dist/core/utils/BudgetUtil/index.es.js.map +1 -0
- package/dist/core/utils/CategoryUtil/index.es.js +60 -0
- package/dist/core/utils/CategoryUtil/index.es.js.map +1 -0
- package/dist/core/utils/DateUtil/index.es.js +70 -0
- package/dist/core/utils/DateUtil/index.es.js.map +1 -0
- package/dist/core/utils/DebtUtils/index.es.js +144 -0
- package/dist/core/utils/DebtUtils/index.es.js.map +1 -0
- package/dist/core/utils/Fetch/index.es.js +74 -0
- package/dist/core/utils/Fetch/index.es.js.map +1 -0
- package/dist/core/utils/FinstrongUtils/index.es.js +11 -0
- package/dist/core/utils/FinstrongUtils/index.es.js.map +1 -0
- package/dist/core/utils/GoalsUtil/index.es.js +113 -0
- package/dist/core/utils/GoalsUtil/index.es.js.map +1 -0
- package/dist/core/utils/HelpUtil/index.es.js +23 -0
- package/dist/core/utils/HelpUtil/index.es.js.map +1 -0
- package/dist/core/utils/InvestmentUtil/index.es.js +77 -0
- package/dist/core/utils/InvestmentUtil/index.es.js.map +1 -0
- package/dist/core/utils/Localization/index.es.js +34 -0
- package/dist/core/utils/Localization/index.es.js.map +1 -0
- package/dist/core/utils/NetWorthUtils/index.es.js +115 -0
- package/dist/core/utils/NetWorthUtils/index.es.js.map +1 -0
- package/dist/core/utils/NotificationUtils/index.es.js +17 -0
- package/dist/core/utils/NotificationUtils/index.es.js.map +1 -0
- package/dist/core/utils/NumberFormatting/index.es.js +31 -0
- package/dist/core/utils/NumberFormatting/index.es.js.map +1 -0
- package/dist/core/utils/RecurringTransactionsUtil/index.es.js +285 -0
- package/dist/core/utils/RecurringTransactionsUtil/index.es.js.map +1 -0
- package/dist/core/utils/SettingsUtil/index.es.js +56 -0
- package/dist/core/utils/SettingsUtil/index.es.js.map +1 -0
- package/dist/core/utils/TransactionUtils/index.es.js +113 -0
- package/dist/core/utils/TransactionUtils/index.es.js.map +1 -0
- package/dist/core/utils/TrendsUtil/index.es.js +72 -0
- package/dist/core/utils/TrendsUtil/index.es.js.map +1 -0
- package/dist/core/utils/UserUtils/index.es.js +6 -0
- package/dist/core/utils/UserUtils/index.es.js.map +1 -0
- package/dist/dashboard/Dashboard/index.es.js +99 -0
- package/dist/dashboard/Dashboard/index.es.js.map +1 -0
- package/dist/dashboard/Greeting/index.es.js +49 -0
- package/dist/dashboard/Greeting/index.es.js.map +1 -0
- package/dist/dashboard/constants/Dashboard/index.es.js +8 -0
- package/dist/dashboard/constants/Dashboard/index.es.js.map +1 -0
- package/dist/dashboard/index.es.js +4 -153
- package/dist/debts/DebtsWidget/index.es.js +138 -0
- package/dist/debts/DebtsWidget/index.es.js.map +1 -0
- package/dist/debts/components/DebtDrawer/index.es.js +26 -0
- package/dist/debts/components/DebtDrawer/index.es.js.map +1 -0
- package/dist/debts/components/DebtsChart/index.es.js +135 -0
- package/dist/debts/components/DebtsChart/index.es.js.map +1 -0
- package/dist/debts/components/DebtsTable/AccountCell/index.es.js +30 -0
- package/dist/debts/components/DebtsTable/AccountCell/index.es.js.map +1 -0
- package/dist/debts/components/DebtsTable/PriorityCell/index.es.js +35 -0
- package/dist/debts/components/DebtsTable/PriorityCell/index.es.js.map +1 -0
- package/dist/debts/components/DebtsTable/index.es.js +193 -0
- package/dist/debts/components/DebtsTable/index.es.js.map +1 -0
- package/dist/debts/components/PaydownDrawer/index.es.js +19 -0
- package/dist/debts/components/PaydownDrawer/index.es.js.map +1 -0
- package/dist/debts/components/SnowballCard/index.es.js +87 -0
- package/dist/debts/components/SnowballCard/index.es.js.map +1 -0
- package/dist/debts/components/SnowballDrawer/index.es.js +457 -0
- package/dist/debts/components/SnowballDrawer/index.es.js.map +1 -0
- package/dist/debts/components/actions/DebtsPriorityAction/index.es.js +37 -0
- package/dist/debts/components/actions/DebtsPriorityAction/index.es.js.map +1 -0
- package/dist/debts/components/actions/ExtraPaymentAction/index.es.js +43 -0
- package/dist/debts/components/actions/ExtraPaymentAction/index.es.js.map +1 -0
- package/dist/debts/components/actions/InterestRateAction/index.es.js +41 -0
- package/dist/debts/components/actions/InterestRateAction/index.es.js.map +1 -0
- package/dist/debts/components/actions/MonthlyPaymentAction/index.es.js +43 -0
- package/dist/debts/components/actions/MonthlyPaymentAction/index.es.js.map +1 -0
- package/dist/debts/components/actions/OriginalBalanceAction/index.es.js +43 -0
- package/dist/debts/components/actions/OriginalBalanceAction/index.es.js.map +1 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsChart/index.es.js +43 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsChart/index.es.js.map +1 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsContent/index.es.js +54 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsContent/index.es.js.map +1 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsTab/index.es.js +40 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsTab/index.es.js.map +1 -0
- package/dist/debts/components/debtsdrawer/DebtScheduleTab/index.es.js +108 -0
- package/dist/debts/components/debtsdrawer/DebtScheduleTab/index.es.js.map +1 -0
- package/dist/debts/components/debtsdrawer/DebtStatusCard/index.es.js +86 -0
- package/dist/debts/components/debtsdrawer/DebtStatusCard/index.es.js.map +1 -0
- package/dist/debts/components/debtspaydown/PaydownButton/index.es.js +32 -0
- package/dist/debts/components/debtspaydown/PaydownButton/index.es.js.map +1 -0
- package/dist/debts/components/debtspaydown/PaydownContent/index.es.js +77 -0
- package/dist/debts/components/debtspaydown/PaydownContent/index.es.js.map +1 -0
- package/dist/debts/components/debtspriority/DebtsPriorityButton/index.es.js +32 -0
- package/dist/debts/components/debtspriority/DebtsPriorityButton/index.es.js.map +1 -0
- package/dist/debts/components/debtspriority/DebtsPrioriyPopover/index.es.js +78 -0
- package/dist/debts/components/debtspriority/DebtsPrioriyPopover/index.es.js.map +1 -0
- package/dist/debts/hooks/useDebtsUiStore/index.es.js +12 -0
- package/dist/debts/hooks/useDebtsUiStore/index.es.js.map +1 -0
- package/dist/debts/index.es.js +6 -1496
- package/dist/debts/utils/DebtsChart/index.es.js +15 -0
- package/dist/debts/utils/DebtsChart/index.es.js.map +1 -0
- package/dist/debts/utils/DebtsTable/index.es.js +17 -0
- package/dist/debts/utils/DebtsTable/index.es.js.map +1 -0
- package/dist/debts/utils/SnowballCard/index.es.js +40 -0
- package/dist/debts/utils/SnowballCard/index.es.js.map +1 -0
- package/dist/finstrong/FinancialStrengthCard/index.es.js +127 -0
- package/dist/finstrong/FinancialStrengthCard/index.es.js.map +1 -0
- package/dist/finstrong/FinstrongWidget/index.es.js +175 -0
- package/dist/finstrong/FinstrongWidget/index.es.js.map +1 -0
- package/dist/finstrong/components/ConnectMoreAccountsCard/index.es.js +80 -0
- package/dist/finstrong/components/ConnectMoreAccountsCard/index.es.js.map +1 -0
- package/dist/finstrong/components/CreditScore/CreditScoreContent/index.es.js +39 -0
- package/dist/finstrong/components/CreditScore/CreditScoreContent/index.es.js.map +1 -0
- package/dist/finstrong/components/CreditScore/CreditScoreHeader/index.es.js +22 -0
- package/dist/finstrong/components/CreditScore/CreditScoreHeader/index.es.js.map +1 -0
- package/dist/finstrong/components/CreditScoreGraph/index.es.js +61 -0
- package/dist/finstrong/components/CreditScoreGraph/index.es.js.map +1 -0
- package/dist/finstrong/components/FinancialStrengthGraph/index.es.js +44 -0
- package/dist/finstrong/components/FinancialStrengthGraph/index.es.js.map +1 -0
- package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent/index.es.js +43 -0
- package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent/index.es.js.map +1 -0
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent/index.es.js +88 -0
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent/index.es.js.map +1 -0
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar/index.es.js +73 -0
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar/index.es.js.map +1 -0
- package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent/index.es.js +40 -0
- package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent/index.es.js.map +1 -0
- package/dist/finstrong/components/HealthChart/index.es.js +117 -0
- package/dist/finstrong/components/HealthChart/index.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsBorrowTab/index.es.js +71 -0
- package/dist/finstrong/components/KeyIndicatorsBorrowTab/index.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsDrawer/index.es.js +92 -0
- package/dist/finstrong/components/KeyIndicatorsDrawer/index.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsSaveTab/index.es.js +73 -0
- package/dist/finstrong/components/KeyIndicatorsSaveTab/index.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsSpendTab/index.es.js +58 -0
- package/dist/finstrong/components/KeyIndicatorsSpendTab/index.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsTabItem/index.es.js +65 -0
- package/dist/finstrong/components/KeyIndicatorsTabItem/index.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsTabItemDrawer/index.es.js +93 -0
- package/dist/finstrong/components/KeyIndicatorsTabItemDrawer/index.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsTabsWidget/index.es.js +78 -0
- package/dist/finstrong/components/KeyIndicatorsTabsWidget/index.es.js.map +1 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator/index.es.js +170 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator/index.es.js.map +1 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent/index.es.js +51 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent/index.es.js.map +1 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky/index.es.js +53 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky/index.es.js.map +1 -0
- package/dist/finstrong/components/ManageCreditScore/index.es.js +52 -0
- package/dist/finstrong/components/ManageCreditScore/index.es.js.map +1 -0
- package/dist/finstrong/components/ManageDOB/index.es.js +79 -0
- package/dist/finstrong/components/ManageDOB/index.es.js.map +1 -0
- package/dist/finstrong/components/MissingData/index.es.js +51 -0
- package/dist/finstrong/components/MissingData/index.es.js.map +1 -0
- package/dist/finstrong/components/ProfileDrawer/index.es.js +124 -0
- package/dist/finstrong/components/ProfileDrawer/index.es.js.map +1 -0
- package/dist/finstrong/components/ProfileList/index.es.js +65 -0
- package/dist/finstrong/components/ProfileList/index.es.js.map +1 -0
- package/dist/finstrong/components/ProfileProgressBar/index.es.js +32 -0
- package/dist/finstrong/components/ProfileProgressBar/index.es.js.map +1 -0
- package/dist/finstrong/components/ProgressBar/index.es.js +53 -0
- package/dist/finstrong/components/ProgressBar/index.es.js.map +1 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent/index.es.js +27 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent/index.es.js.map +1 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent/index.es.js +51 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent/index.es.js.map +1 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar/index.es.js +56 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar/index.es.js.map +1 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent/index.es.js +34 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent/index.es.js.map +1 -0
- package/dist/finstrong/components/ScoreHistoryDrawer/index.es.js +90 -0
- package/dist/finstrong/components/ScoreHistoryDrawer/index.es.js.map +1 -0
- package/dist/finstrong/components/ScoreRubricDrawer/index.es.js +118 -0
- package/dist/finstrong/components/ScoreRubricDrawer/index.es.js.map +1 -0
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent/index.es.js +130 -0
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent/index.es.js.map +1 -0
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar/index.es.js +50 -0
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar/index.es.js.map +1 -0
- package/dist/finstrong/components/StatusChip/index.es.js +37 -0
- package/dist/finstrong/components/StatusChip/index.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/Onboarding/index.es.js +57 -0
- package/dist/finstrong/components/onboarding/Onboarding/index.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome/index.es.js +57 -0
- package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome/index.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/OnboardingBirthday/index.es.js +46 -0
- package/dist/finstrong/components/onboarding/OnboardingBirthday/index.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/OnboardingCreditScore/index.es.js +28 -0
- package/dist/finstrong/components/onboarding/OnboardingCreditScore/index.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/OnboardingStepsDrawer/index.es.js +313 -0
- package/dist/finstrong/components/onboarding/OnboardingStepsDrawer/index.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/OnboardingStepsHeader/index.es.js +25 -0
- package/dist/finstrong/components/onboarding/OnboardingStepsHeader/index.es.js.map +1 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent/index.es.js +69 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent/index.es.js.map +1 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent/index.es.js +38 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent/index.es.js.map +1 -0
- package/dist/finstrong/components/shared/Accounts/index.es.js +102 -0
- package/dist/finstrong/components/shared/Accounts/index.es.js.map +1 -0
- package/dist/finstrong/components/shared/CustomDoubleBarPlot/index.es.js +48 -0
- package/dist/finstrong/components/shared/CustomDoubleBarPlot/index.es.js.map +1 -0
- package/dist/finstrong/components/shared/CustomPieArc/index.es.js +52 -0
- package/dist/finstrong/components/shared/CustomPieArc/index.es.js.map +1 -0
- package/dist/finstrong/components/shared/DialScoreCard/index.es.js +186 -0
- package/dist/finstrong/components/shared/DialScoreCard/index.es.js.map +1 -0
- package/dist/finstrong/components/shared/DoubleBarChart/index.es.js +196 -0
- package/dist/finstrong/components/shared/DoubleBarChart/index.es.js.map +1 -0
- package/dist/finstrong/components/shared/LineGraph/index.es.js +136 -0
- package/dist/finstrong/components/shared/LineGraph/index.es.js.map +1 -0
- package/dist/finstrong/components/shared/ScoreHistoryTimeline/index.es.js +107 -0
- package/dist/finstrong/components/shared/ScoreHistoryTimeline/index.es.js.map +1 -0
- package/dist/finstrong/components/shared/ScoreHistoryTimelineItem/index.es.js +40 -0
- package/dist/finstrong/components/shared/ScoreHistoryTimelineItem/index.es.js.map +1 -0
- package/dist/finstrong/components/shared/TotalCard/index.es.js +30 -0
- package/dist/finstrong/components/shared/TotalCard/index.es.js.map +1 -0
- package/dist/finstrong/components/shared/Transactions/index.es.js +129 -0
- package/dist/finstrong/components/shared/Transactions/index.es.js.map +1 -0
- package/dist/finstrong/constants/index/index.es.js +9 -0
- package/dist/finstrong/constants/index/index.es.js.map +1 -0
- package/dist/finstrong/index.es.js +8 -3912
- package/dist/finstrong/util/finstrongUtils/index.es.js +206 -0
- package/dist/finstrong/util/finstrongUtils/index.es.js.map +1 -0
- package/dist/goals/GoalsMicroWidget/index.es.js +44 -0
- package/dist/goals/GoalsMicroWidget/index.es.js.map +1 -0
- package/dist/goals/GoalsWidget/index.es.js +141 -0
- package/dist/goals/GoalsWidget/index.es.js.map +1 -0
- package/dist/goals/components/AccountSelectionDrawer/index.es.js +54 -0
- package/dist/goals/components/AccountSelectionDrawer/index.es.js.map +1 -0
- package/dist/goals/components/AddGoal/AddGoalListItem/index.es.js +72 -0
- package/dist/goals/components/AddGoal/AddGoalListItem/index.es.js.map +1 -0
- package/dist/goals/components/AddGoal/index.es.js +59 -0
- package/dist/goals/components/AddGoal/index.es.js.map +1 -0
- package/dist/goals/components/GoalDetails/index.es.js +115 -0
- package/dist/goals/components/GoalDetails/index.es.js.map +1 -0
- package/dist/goals/components/GoalDetailsDrawer/index.es.js +83 -0
- package/dist/goals/components/GoalDetailsDrawer/index.es.js.map +1 -0
- package/dist/goals/components/GoalList/index.es.js +135 -0
- package/dist/goals/components/GoalList/index.es.js.map +1 -0
- package/dist/goals/components/GoalStatusCard/index.es.js +95 -0
- package/dist/goals/components/GoalStatusCard/index.es.js.map +1 -0
- package/dist/goals/components/ManageGoals/CompleteListItem/index.es.js +59 -0
- package/dist/goals/components/ManageGoals/CompleteListItem/index.es.js.map +1 -0
- package/dist/goals/components/ManageGoals/OngoingListItem/index.es.js +83 -0
- package/dist/goals/components/ManageGoals/OngoingListItem/index.es.js.map +1 -0
- package/dist/goals/components/ManageGoals/index.es.js +89 -0
- package/dist/goals/components/ManageGoals/index.es.js.map +1 -0
- package/dist/goals/components/TabTitle/index.es.js +19 -0
- package/dist/goals/components/TabTitle/index.es.js.map +1 -0
- package/dist/goals/components/actions/AccountAction/index.es.js +28 -0
- package/dist/goals/components/actions/AccountAction/index.es.js.map +1 -0
- package/dist/goals/components/actions/AddRetirementAccountAction/index.es.js +56 -0
- package/dist/goals/components/actions/AddRetirementAccountAction/index.es.js.map +1 -0
- package/dist/goals/components/actions/AmountToSaveAction/index.es.js +45 -0
- package/dist/goals/components/actions/AmountToSaveAction/index.es.js.map +1 -0
- package/dist/goals/components/actions/BirthdayAction/index.es.js +44 -0
- package/dist/goals/components/actions/BirthdayAction/index.es.js.map +1 -0
- package/dist/goals/components/actions/ChangeAccountAction/index.es.js +127 -0
- package/dist/goals/components/actions/ChangeAccountAction/index.es.js.map +1 -0
- package/dist/goals/components/actions/ContributionAction/index.es.js +49 -0
- package/dist/goals/components/actions/ContributionAction/index.es.js.map +1 -0
- package/dist/goals/components/actions/GoalNameAction/index.es.js +41 -0
- package/dist/goals/components/actions/GoalNameAction/index.es.js.map +1 -0
- package/dist/goals/components/actions/InterestRateAction/index.es.js +42 -0
- package/dist/goals/components/actions/InterestRateAction/index.es.js.map +1 -0
- package/dist/goals/components/actions/MonthlyPaymentAction/index.es.js +47 -0
- package/dist/goals/components/actions/MonthlyPaymentAction/index.es.js.map +1 -0
- package/dist/goals/components/actions/OriginalBalanceAction/index.es.js +47 -0
- package/dist/goals/components/actions/OriginalBalanceAction/index.es.js.map +1 -0
- package/dist/goals/components/actions/RetirementAgeAction/index.es.js +42 -0
- package/dist/goals/components/actions/RetirementAgeAction/index.es.js.map +1 -0
- package/dist/goals/components/micro/GoalMicroStatusCard/index.es.js +64 -0
- package/dist/goals/components/micro/GoalMicroStatusCard/index.es.js.map +1 -0
- package/dist/goals/components/micro/GoalsMicroEmptyState/index.es.js +35 -0
- package/dist/goals/components/micro/GoalsMicroEmptyState/index.es.js.map +1 -0
- package/dist/goals/index.es.js +4 -1088
- package/dist/help/HelpWidget/index.es.js +25 -0
- package/dist/help/HelpWidget/index.es.js.map +1 -0
- package/dist/help/components/Help/index.es.js +48 -0
- package/dist/help/components/Help/index.es.js.map +1 -0
- package/dist/help/components/HelpContent/index.es.js +25 -0
- package/dist/help/components/HelpContent/index.es.js.map +1 -0
- package/dist/help/components/HelpList/index.es.js +142 -0
- package/dist/help/components/HelpList/index.es.js.map +1 -0
- package/dist/help/components/content/BottomImageContent/index.es.js +51 -0
- package/dist/help/components/content/BottomImageContent/index.es.js.map +1 -0
- package/dist/help/components/content/ContentItem/index.es.js +46 -0
- package/dist/help/components/content/ContentItem/index.es.js.map +1 -0
- package/dist/help/components/content/Header/index.es.js +83 -0
- package/dist/help/components/content/Header/index.es.js.map +1 -0
- package/dist/help/components/content/LeftImageContent/index.es.js +57 -0
- package/dist/help/components/content/LeftImageContent/index.es.js.map +1 -0
- package/dist/help/components/content/NoImageContent/index.es.js +15 -0
- package/dist/help/components/content/NoImageContent/index.es.js.map +1 -0
- package/dist/help/components/content/RightImageContent/index.es.js +55 -0
- package/dist/help/components/content/RightImageContent/index.es.js.map +1 -0
- package/dist/help/components/content/TopImageContent/index.es.js +51 -0
- package/dist/help/components/content/TopImageContent/index.es.js.map +1 -0
- package/dist/help/components/content/section/Accounts/index.es.js +159 -0
- package/dist/help/components/content/section/Accounts/index.es.js.map +1 -0
- package/dist/help/components/content/section/Budgets/index.es.js +66 -0
- package/dist/help/components/content/section/Budgets/index.es.js.map +1 -0
- package/dist/help/components/content/section/CashFlow/index.es.js +47 -0
- package/dist/help/components/content/section/CashFlow/index.es.js.map +1 -0
- package/dist/help/components/content/section/Debts/index.es.js +168 -0
- package/dist/help/components/content/section/Debts/index.es.js.map +1 -0
- package/dist/help/components/content/section/General/index.es.js +84 -0
- package/dist/help/components/content/section/General/index.es.js.map +1 -0
- package/dist/help/components/content/section/Goals/index.es.js +112 -0
- package/dist/help/components/content/section/Goals/index.es.js.map +1 -0
- package/dist/help/components/content/section/Insights/index.es.js +79 -0
- package/dist/help/components/content/section/Insights/index.es.js.map +1 -0
- package/dist/help/components/content/section/Investments/index.es.js +48 -0
- package/dist/help/components/content/section/Investments/index.es.js.map +1 -0
- package/dist/help/components/content/section/Mobile/index.es.js +48 -0
- package/dist/help/components/content/section/Mobile/index.es.js.map +1 -0
- package/dist/help/components/content/section/NetWorth/index.es.js +61 -0
- package/dist/help/components/content/section/NetWorth/index.es.js.map +1 -0
- package/dist/help/components/content/section/Notifications/index.es.js +53 -0
- package/dist/help/components/content/section/Notifications/index.es.js.map +1 -0
- package/dist/help/components/content/section/RecurringTransactions/index.es.js +72 -0
- package/dist/help/components/content/section/RecurringTransactions/index.es.js.map +1 -0
- package/dist/help/components/content/section/Spending/index.es.js +63 -0
- package/dist/help/components/content/section/Spending/index.es.js.map +1 -0
- package/dist/help/components/content/section/Transactions/index.es.js +209 -0
- package/dist/help/components/content/section/Transactions/index.es.js.map +1 -0
- package/dist/help/components/content/section/Trends/index.es.js +43 -0
- package/dist/help/components/content/section/Trends/index.es.js.map +1 -0
- package/dist/help/components/content/section/index/index.es.js +37 -0
- package/dist/help/components/content/section/index/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/ContactSupport/index.es.js +90 -0
- package/dist/help/components/requestsupport/ContactSupport/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/HelpByCategoryList/index.es.js +99 -0
- package/dist/help/components/requestsupport/HelpByCategoryList/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/MissingInstitution/index.es.js +103 -0
- package/dist/help/components/requestsupport/MissingInstitution/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/PopularTopicsDrawer/index.es.js +52 -0
- package/dist/help/components/requestsupport/PopularTopicsDrawer/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/PopularTopicsList/index.es.js +24 -0
- package/dist/help/components/requestsupport/PopularTopicsList/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/PopularTopicsRow/index.es.js +40 -0
- package/dist/help/components/requestsupport/PopularTopicsRow/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/RequestSupport/index.es.js +172 -0
- package/dist/help/components/requestsupport/RequestSupport/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/RequestSupportFooter/index.es.js +46 -0
- package/dist/help/components/requestsupport/RequestSupportFooter/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/RequestSupportHeader/index.es.js +47 -0
- package/dist/help/components/requestsupport/RequestSupportHeader/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/RequestSupportInstitution/index.es.js +68 -0
- package/dist/help/components/requestsupport/RequestSupportInstitution/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/SupportSuccessMessage/index.es.js +71 -0
- package/dist/help/components/requestsupport/SupportSuccessMessage/index.es.js.map +1 -0
- package/dist/help/constants/HelpImages/index.es.js +49 -0
- package/dist/help/constants/HelpImages/index.es.js.map +1 -0
- package/dist/help/index.es.js +4 -26
- package/dist/help/utils/getInstitutionsBasedOnGuid/index.es.js +16 -0
- package/dist/help/utils/getInstitutionsBasedOnGuid/index.es.js.map +1 -0
- package/dist/insights/components/feed/Header/index.es.js +75 -0
- package/dist/insights/components/feed/Header/index.es.js.map +1 -0
- package/dist/insights/components/insights/AccountDiscoverability/AccountDiscoverability/index.es.js +12 -0
- package/dist/insights/components/insights/AccountDiscoverability/AccountDiscoverability/index.es.js.map +1 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/AmericanUpcomingTaxDeadlineAlert/index.es.js +22 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/AmericanUpcomingTaxDeadlineAlert/index.es.js.map +1 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/AmericanUpcomingTaxDeadlineAlert.svg/index.es.js +274 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/AmericanUpcomingTaxDeadlineAlert.svg/index.es.js.map +1 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/UpcomingTaxDeadlineAlertCIBC.svg/index.es.js +56 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/UpcomingTaxDeadlineAlertCIBC.svg/index.es.js.map +1 -0
- package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandard/index.es.js +35 -0
- package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandard/index.es.js.map +1 -0
- package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandardMUI/index.es.js +41 -0
- package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandardMUI/index.es.js.map +1 -0
- package/dist/insights/components/insights/CashBack/CashBack/index.es.js +45 -0
- package/dist/insights/components/insights/CashBack/CashBack/index.es.js.map +1 -0
- package/dist/insights/components/insights/CashBack/images/CashBack.png/index.es.js +6 -0
- package/dist/insights/components/insights/CashBack/images/CashBack.png/index.es.js.map +1 -0
- package/dist/insights/components/insights/CategoryBudget/CategoryBudget/index.es.js +55 -0
- package/dist/insights/components/insights/CategoryBudget/CategoryBudget/index.es.js.map +1 -0
- package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2/index.es.js +46 -0
- package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2/index.es.js.map +1 -0
- package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2MUI/index.es.js +48 -0
- package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2MUI/index.es.js.map +1 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/CelebrateCreditCardPayoff/index.es.js +66 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/CelebrateCreditCardPayoff/index.es.js.map +1 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffDark.svg/index.es.js +85 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffDark.svg/index.es.js.map +1 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffLight.svg/index.es.js +85 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffLight.svg/index.es.js.map +1 -0
- package/dist/insights/components/insights/CustomTransaction/CustomTransaction/index.es.js +24 -0
- package/dist/insights/components/insights/CustomTransaction/CustomTransaction/index.es.js.map +1 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsBody/index.es.js +120 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsBody/index.es.js.map +1 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsLearnMoreDrawerContent/index.es.js +143 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsLearnMoreDrawerContent/index.es.js.map +1 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsMiniInsight/index.es.js +20 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsMiniInsight/index.es.js.map +1 -0
- package/dist/insights/components/insights/FederalBankHoliday/FederalBankHoliday/index.es.js +29 -0
- package/dist/insights/components/insights/FederalBankHoliday/FederalBankHoliday/index.es.js.map +1 -0
- package/dist/insights/components/insights/FederalBankHoliday/FederalBankHolidayMUI/index.es.js +20 -0
- package/dist/insights/components/insights/FederalBankHoliday/FederalBankHolidayMUI/index.es.js.map +1 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHoliday.svg/index.es.js +55 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHoliday.svg/index.es.js.map +1 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHolidayMUI.svg/index.es.js +494 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHolidayMUI.svg/index.es.js.map +1 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalHolidayCibc.svg/index.es.js +88 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalHolidayCibc.svg/index.es.js.map +1 -0
- package/dist/insights/components/insights/MarketingHub/Offer/index.es.js +44 -0
- package/dist/insights/components/insights/MarketingHub/Offer/index.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlyDebtToIncomeComparisonV2/MonthlyDebtToIncomeComparisonV2/index.es.js +33 -0
- package/dist/insights/components/insights/MonthlyDebtToIncomeComparisonV2/MonthlyDebtToIncomeComparisonV2/index.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/LastMonthsContributionSection/index.es.js +29 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/LastMonthsContributionSection/index.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody/index.es.js +42 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody/index.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/ProjectedCompletionSection/index.es.js +27 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/ProjectedCompletionSection/index.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/TotalSection/index.es.js +28 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/TotalSection/index.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlySavingsToIncomeComparison/MonthlySavingsToIncomeComparison/index.es.js +33 -0
- package/dist/insights/components/insights/MonthlySavingsToIncomeComparison/MonthlySavingsToIncomeComparison/index.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlySpendToIncomeComparisonV2/MonthlySpendToIncomeComparisonV2/index.es.js +37 -0
- package/dist/insights/components/insights/MonthlySpendToIncomeComparisonV2/MonthlySpendToIncomeComparisonV2/index.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlySpendingComparisonV2/MonthlySpendingComparisonV2/index.es.js +35 -0
- package/dist/insights/components/insights/MonthlySpendingComparisonV2/MonthlySpendingComparisonV2/index.es.js.map +1 -0
- package/dist/insights/components/insights/P2pCategorization/P2pCategorization/index.es.js +20 -0
- package/dist/insights/components/insights/P2pCategorization/P2pCategorization/index.es.js.map +1 -0
- package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationMultipleTransactions/index.es.js +83 -0
- package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationMultipleTransactions/index.es.js.map +1 -0
- package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationSingleTransaction/index.es.js +42 -0
- package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationSingleTransaction/index.es.js.map +1 -0
- package/dist/insights/components/insights/SavingsAccountBalancesSummary/SavingsAccountBalancesSummary/index.es.js +40 -0
- package/dist/insights/components/insights/SavingsAccountBalancesSummary/SavingsAccountBalancesSummary/index.es.js.map +1 -0
- package/dist/insights/components/insights/SetUpDirectDeposit/SetUpDirectDepositBody/index.es.js +19 -0
- package/dist/insights/components/insights/SetUpDirectDeposit/SetUpDirectDepositBody/index.es.js.map +1 -0
- package/dist/insights/components/insights/SharedDeposit/SharedDeposit/index.es.js +104 -0
- package/dist/insights/components/insights/SharedDeposit/SharedDeposit/index.es.js.map +1 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/AccountBox/index.es.js +37 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/AccountBox/index.es.js.map +1 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositBody/index.es.js +25 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositBody/index.es.js.map +1 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositMainContainer/index.es.js +36 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositMainContainer/index.es.js.map +1 -0
- package/dist/insights/components/insights/UnifiedDeposit/UnifiedDeposit/index.es.js +38 -0
- package/dist/insights/components/insights/UnifiedDeposit/UnifiedDeposit/index.es.js.map +1 -0
- package/dist/insights/components/insights/UnifiedDeposit/UnifiedDepositBody/index.es.js +86 -0
- package/dist/insights/components/insights/UnifiedDeposit/UnifiedDepositBody/index.es.js.map +1 -0
- package/dist/insights/components/insights/UserFeedback/StyledToggleButton/index.es.js +34 -0
- package/dist/insights/components/insights/UserFeedback/StyledToggleButton/index.es.js.map +1 -0
- package/dist/insights/components/insights/UserFeedback/UserFeedback/index.es.js +133 -0
- package/dist/insights/components/insights/UserFeedback/UserFeedback/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/BubbleWeek/index.es.js +59 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/BubbleWeek/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/NoSpendIcons/index.es.js +23 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/NoSpendIcons/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/WeeklyNoSpendDays/index.es.js +51 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/WeeklyNoSpendDays/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_0.png/index.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_0.png/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_1.png/index.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_1.png/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_2.png/index.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_2.png/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_3.png/index.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_3.png/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_4.png/index.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_4.png/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_5.png/index.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_5.png/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_6.png/index.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_6.png/index.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_7.png/index.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_7.png/index.es.js.map +1 -0
- package/dist/insights/components/shared/BottomSheet/index.es.js +39 -0
- package/dist/insights/components/shared/BottomSheet/index.es.js.map +1 -0
- package/dist/insights/components/shared/ChartDrawerTemplate/ChartDrawerTemplate/index.es.js +66 -0
- package/dist/insights/components/shared/ChartDrawerTemplate/ChartDrawerTemplate/index.es.js.map +1 -0
- package/dist/insights/components/shared/ChartDrawerTemplate/TipSection/index.es.js +60 -0
- package/dist/insights/components/shared/ChartDrawerTemplate/TipSection/index.es.js.map +1 -0
- package/dist/insights/components/shared/ChartTransactionWithDrillDown/index.es.js +76 -0
- package/dist/insights/components/shared/ChartTransactionWithDrillDown/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/BarChart/index.es.js +147 -0
- package/dist/insights/components/shared/Charts/BarChart/BarChart/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/BarChartV2/index.es.js +148 -0
- package/dist/insights/components/shared/Charts/BarChart/BarChartV2/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/ChartLegend/index.es.js +75 -0
- package/dist/insights/components/shared/Charts/BarChart/ChartLegend/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/ChartLegendV2/index.es.js +80 -0
- package/dist/insights/components/shared/Charts/BarChart/ChartLegendV2/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomBarPlot/index.es.js +72 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomBarPlot/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomBarPlotV2/index.es.js +32 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomBarPlotV2/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlot/index.es.js +51 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlot/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlotMXUI/index.es.js +45 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlotMXUI/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChart/index.es.js +118 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChart/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegend/index.es.js +73 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegend/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegendMXUI/index.es.js +73 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegendMXUI/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartMXUI/index.es.js +116 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartMXUI/index.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/EmptyBarChart/index.es.js +14 -0
- package/dist/insights/components/shared/Charts/EmptyBarChart/index.es.js.map +1 -0
- package/dist/insights/components/shared/Confetti/index.es.js +32 -0
- package/dist/insights/components/shared/Confetti/index.es.js.map +1 -0
- package/dist/insights/components/shared/ConnectionCard/index.es.js +90 -0
- package/dist/insights/components/shared/ConnectionCard/index.es.js.map +1 -0
- package/dist/insights/components/shared/Coupon/index.es.js +66 -0
- package/dist/insights/components/shared/Coupon/index.es.js.map +1 -0
- package/dist/insights/components/shared/DeepLinks/DeepLinkDialog/index.es.js +34 -0
- package/dist/insights/components/shared/DeepLinks/DeepLinkDialog/index.es.js.map +1 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Circle/index.es.js +20 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Circle/index.es.js.map +1 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/DirectDepositDeepLink/index.es.js +163 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/DirectDepositDeepLink/index.es.js.map +1 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Dot/index.es.js +19 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Dot/index.es.js.map +1 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Oval/index.es.js +16 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Oval/index.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/DirectDeposit/index.es.js +85 -0
- package/dist/insights/components/shared/DirectDeposit/DirectDeposit/index.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/DirectDepositSubHeader/index.es.js +20 -0
- package/dist/insights/components/shared/DirectDeposit/DirectDepositSubHeader/index.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/FullFeedBodyHeader/index.es.js +33 -0
- package/dist/insights/components/shared/DirectDeposit/FullFeedBodyHeader/index.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/LeftBox/index.es.js +29 -0
- package/dist/insights/components/shared/DirectDeposit/LeftBox/index.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/MiniBodyHeader/index.es.js +29 -0
- package/dist/insights/components/shared/DirectDeposit/MiniBodyHeader/index.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/RightBox/index.es.js +43 -0
- package/dist/insights/components/shared/DirectDeposit/RightBox/index.es.js.map +1 -0
- package/dist/insights/components/shared/DiscoveredAccountsConnect/index.es.js +82 -0
- package/dist/insights/components/shared/DiscoveredAccountsConnect/index.es.js.map +1 -0
- package/dist/insights/components/shared/DrillDownCalculation/BalanceStepper/index.es.js +58 -0
- package/dist/insights/components/shared/DrillDownCalculation/BalanceStepper/index.es.js.map +1 -0
- package/dist/insights/components/shared/DrillDownCalculation/DrillDownCalculation/index.es.js +264 -0
- package/dist/insights/components/shared/DrillDownCalculation/DrillDownCalculation/index.es.js.map +1 -0
- package/dist/insights/components/shared/ErrorCard/ErrorCard/index.es.js +76 -0
- package/dist/insights/components/shared/ErrorCard/ErrorCard/index.es.js.map +1 -0
- package/dist/insights/components/shared/ErrorCard/images/ErrorViewCibc.svg/index.es.js +57 -0
- package/dist/insights/components/shared/ErrorCard/images/ErrorViewCibc.svg/index.es.js.map +1 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackButtons/index.es.js +47 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackButtons/index.es.js.map +1 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackDescription/index.es.js +16 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackDescription/index.es.js.map +1 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackHeader/index.es.js +29 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackHeader/index.es.js.map +1 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackOptions/index.es.js +50 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackOptions/index.es.js.map +1 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackText/index.es.js +45 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackText/index.es.js.map +1 -0
- package/dist/insights/components/shared/GoalProgress/index.es.js +42 -0
- package/dist/insights/components/shared/GoalProgress/index.es.js.map +1 -0
- package/dist/insights/components/shared/GradientBox/index.es.js +33 -0
- package/dist/insights/components/shared/GradientBox/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/BeatCard/index.es.js +31 -0
- package/dist/insights/components/shared/InsightsCard/BeatCard/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/BeatCardMUI/index.es.js +32 -0
- package/dist/insights/components/shared/InsightsCard/BeatCardMUI/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardButtonSection/index.es.js +20 -0
- package/dist/insights/components/shared/InsightsCard/CardButtonSection/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardError/index.es.js +30 -0
- package/dist/insights/components/shared/InsightsCard/CardError/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardFooter/index.es.js +24 -0
- package/dist/insights/components/shared/InsightsCard/CardFooter/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardHeader/index.es.js +28 -0
- package/dist/insights/components/shared/InsightsCard/CardHeader/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardHeaderMUI/index.es.js +30 -0
- package/dist/insights/components/shared/InsightsCard/CardHeaderMUI/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardLoading/index.es.js +21 -0
- package/dist/insights/components/shared/InsightsCard/CardLoading/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/ClientConfigurableCta/index.es.js +38 -0
- package/dist/insights/components/shared/InsightsCard/ClientConfigurableCta/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/ContentAndDescription/index.es.js +43 -0
- package/dist/insights/components/shared/InsightsCard/ContentAndDescription/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/ContentAndDescriptionMUI/index.es.js +43 -0
- package/dist/insights/components/shared/InsightsCard/ContentAndDescriptionMUI/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/Description/index.es.js +31 -0
- package/dist/insights/components/shared/InsightsCard/Description/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/DescriptionMUI/index.es.js +30 -0
- package/dist/insights/components/shared/InsightsCard/DescriptionMUI/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/EmbeddedCard/index.es.js +69 -0
- package/dist/insights/components/shared/InsightsCard/EmbeddedCard/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/FeedbackCard/index.es.js +120 -0
- package/dist/insights/components/shared/InsightsCard/FeedbackCard/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/InsightButton/index.es.js +25 -0
- package/dist/insights/components/shared/InsightsCard/InsightButton/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/MiniDescription/index.es.js +44 -0
- package/dist/insights/components/shared/InsightsCard/MiniDescription/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/MiniDescriptionMUI/index.es.js +42 -0
- package/dist/insights/components/shared/InsightsCard/MiniDescriptionMUI/index.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/images/BeatErrorView.svg/index.es.js +728 -0
- package/dist/insights/components/shared/InsightsCard/images/BeatErrorView.svg/index.es.js.map +1 -0
- package/dist/insights/components/shared/MenuAction/index.es.js +68 -0
- package/dist/insights/components/shared/MenuAction/index.es.js.map +1 -0
- package/dist/insights/components/shared/MiniInsightCard/index.es.js +69 -0
- package/dist/insights/components/shared/MiniInsightCard/index.es.js.map +1 -0
- package/dist/insights/components/shared/P2P/P2PMultipleCategorization/index.es.js +107 -0
- package/dist/insights/components/shared/P2P/P2PMultipleCategorization/index.es.js.map +1 -0
- package/dist/insights/components/shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount/index.es.js +75 -0
- package/dist/insights/components/shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount/index.es.js.map +1 -0
- package/dist/insights/components/shared/ProgressBar/index.es.js +39 -0
- package/dist/insights/components/shared/ProgressBar/index.es.js.map +1 -0
- package/dist/insights/components/shared/SaveAnExtra100/SaveAnExtra100/index.es.js +55 -0
- package/dist/insights/components/shared/SaveAnExtra100/SaveAnExtra100/index.es.js.map +1 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnBottomSection/index.es.js +77 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnBottomSection/index.es.js.map +1 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnTopSection/index.es.js +12 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnTopSection/index.es.js.map +1 -0
- package/dist/insights/components/shared/StatusIndicator/index.es.js +69 -0
- package/dist/insights/components/shared/StatusIndicator/index.es.js.map +1 -0
- package/dist/insights/components/shared/ThemedSVGImage/index.es.js +49 -0
- package/dist/insights/components/shared/ThemedSVGImage/index.es.js.map +1 -0
- package/dist/insights/components/shared/TransactionCard/index.es.js +93 -0
- package/dist/insights/components/shared/TransactionCard/index.es.js.map +1 -0
- package/dist/insights/components/shared/ZeroState/LinedCardZeroState/index.es.js +23 -0
- package/dist/insights/components/shared/ZeroState/LinedCardZeroState/index.es.js.map +1 -0
- package/dist/insights/components/shared/images/BarChartEmptyState.svg/index.es.js +101 -0
- package/dist/insights/components/shared/images/BarChartEmptyState.svg/index.es.js.map +1 -0
- package/dist/insights/components/shared/images/CouponLeft.svg/index.es.js +104 -0
- package/dist/insights/components/shared/images/CouponLeft.svg/index.es.js.map +1 -0
- package/dist/insights/components/shared/images/CouponLeftDark.svg/index.es.js +104 -0
- package/dist/insights/components/shared/images/CouponLeftDark.svg/index.es.js.map +1 -0
- package/dist/insights/components/shared/images/CouponPerferation.svg/index.es.js +38 -0
- package/dist/insights/components/shared/images/CouponPerferation.svg/index.es.js.map +1 -0
- package/dist/insights/components/shared/images/EmptyBarChart.svg/index.es.js +101 -0
- package/dist/insights/components/shared/images/EmptyBarChart.svg/index.es.js.map +1 -0
- package/dist/insights/components/shared/images/LinedCardZeroState.svg/index.es.js +91 -0
- package/dist/insights/components/shared/images/LinedCardZeroState.svg/index.es.js.map +1 -0
- package/dist/insights/components/shared/images/SaveEnoughToLiveOnBottom.svg/index.es.js +21 -0
- package/dist/insights/components/shared/images/SaveEnoughToLiveOnBottom.svg/index.es.js.map +1 -0
- package/dist/insights/components/shared/images/SaveEnoughToLiveOnTop.svg/index.es.js +815 -0
- package/dist/insights/components/shared/images/SaveEnoughToLiveOnTop.svg/index.es.js.map +1 -0
- package/dist/insights/hooks/useContainerDimensions/index.es.js +26 -0
- package/dist/insights/hooks/useContainerDimensions/index.es.js.map +1 -0
- package/dist/insights/images/Loading.gif/index.es.js +6 -0
- package/dist/insights/images/Loading.gif/index.es.js.map +1 -0
- package/dist/insights/index.es.js +183 -4871
- package/dist/insights/types/Charts/BarChart.d.ts +2 -11
- package/dist/insights/types/CommonBeat/index.es.js +8 -0
- package/dist/insights/types/CommonBeat/index.es.js.map +1 -0
- package/dist/investments/InvestmentsWidget/index.es.js +98 -0
- package/dist/investments/InvestmentsWidget/index.es.js.map +1 -0
- package/dist/investments/components/Allocation/InvestementAllocationList/index.es.js +136 -0
- package/dist/investments/components/Allocation/InvestementAllocationList/index.es.js.map +1 -0
- package/dist/investments/components/Allocation/InvestmentsAllocationChart/index.es.js +86 -0
- package/dist/investments/components/Allocation/InvestmentsAllocationChart/index.es.js.map +1 -0
- package/dist/investments/components/Allocation/index.es.js +55 -0
- package/dist/investments/components/Allocation/index.es.js.map +1 -0
- package/dist/investments/components/Allocation/util/createInvestementsAllocationData/index.es.js +103 -0
- package/dist/investments/components/Allocation/util/createInvestementsAllocationData/index.es.js.map +1 -0
- package/dist/investments/components/Analysis/index.es.js +167 -0
- package/dist/investments/components/Analysis/index.es.js.map +1 -0
- package/dist/investments/components/AnalysisDetails/index.es.js +86 -0
- package/dist/investments/components/AnalysisDetails/index.es.js.map +1 -0
- package/dist/investments/components/EmptyStateFooterComponent/index.es.js +52 -0
- package/dist/investments/components/EmptyStateFooterComponent/index.es.js.map +1 -0
- package/dist/investments/components/HeaderCell/index.es.js +28 -0
- package/dist/investments/components/HeaderCell/index.es.js.map +1 -0
- package/dist/investments/components/HoldingDrawer/index.es.js +327 -0
- package/dist/investments/components/HoldingDrawer/index.es.js.map +1 -0
- package/dist/investments/components/HoldingTable/index.es.js +199 -0
- package/dist/investments/components/HoldingTable/index.es.js.map +1 -0
- package/dist/investments/components/InfoToolTip/index.es.js +45 -0
- package/dist/investments/components/InfoToolTip/index.es.js.map +1 -0
- package/dist/investments/components/Overview/index.es.js +456 -0
- package/dist/investments/components/Overview/index.es.js.map +1 -0
- package/dist/investments/components/TabTitle/index.es.js +12 -0
- package/dist/investments/components/TabTitle/index.es.js.map +1 -0
- package/dist/investments/index.es.js +2 -1675
- package/dist/merchants/components/MerchantLookup/index.es.js +91 -0
- package/dist/merchants/components/MerchantLookup/index.es.js.map +1 -0
- package/dist/merchants/index.es.js +2 -76
- package/dist/microinsights/InsightsMicroWidget/index.es.js +109 -0
- package/dist/microinsights/InsightsMicroWidget/index.es.js.map +1 -0
- package/dist/microinsights/MicroCardTemplate/index.es.js +159 -0
- package/dist/microinsights/MicroCardTemplate/index.es.js.map +1 -0
- package/dist/microinsights/MicroWidgetContainer/index.es.js +24 -0
- package/dist/microinsights/MicroWidgetContainer/index.es.js.map +1 -0
- package/dist/microinsights/Spinner/index.es.js +19 -0
- package/dist/microinsights/Spinner/index.es.js.map +1 -0
- package/dist/microinsights/analytics/index.es.js +12 -0
- package/dist/microinsights/analytics/index.es.js.map +1 -0
- package/dist/microinsights/beaticons/AreaChartIcon/index.es.js +18 -0
- package/dist/microinsights/beaticons/AreaChartIcon/index.es.js.map +1 -0
- package/dist/microinsights/beaticons/AverageSpendComparisonIcon/index.es.js +23 -0
- package/dist/microinsights/beaticons/AverageSpendComparisonIcon/index.es.js.map +1 -0
- package/dist/microinsights/beaticons/BeatCategoryIcon/index.es.js +16 -0
- package/dist/microinsights/beaticons/BeatCategoryIcon/index.es.js.map +1 -0
- package/dist/microinsights/beaticons/BeatIcon/index.es.js +162 -0
- package/dist/microinsights/beaticons/BeatIcon/index.es.js.map +1 -0
- package/dist/microinsights/beaticons/BeatMaterialIcon/index.es.js +25 -0
- package/dist/microinsights/beaticons/BeatMaterialIcon/index.es.js.map +1 -0
- package/dist/microinsights/beaticons/BeatMerchantLogo/index.es.js +20 -0
- package/dist/microinsights/beaticons/BeatMerchantLogo/index.es.js.map +1 -0
- package/dist/microinsights/beaticons/ChartFilledIcon/index.es.js +21 -0
- package/dist/microinsights/beaticons/ChartFilledIcon/index.es.js.map +1 -0
- package/dist/microinsights/beaticons/InstitutionLogoIcon/index.es.js +12 -0
- package/dist/microinsights/beaticons/InstitutionLogoIcon/index.es.js.map +1 -0
- package/dist/microinsights/beaticons/MonthlySpendComparisonIcon/index.es.js +17 -0
- package/dist/microinsights/beaticons/MonthlySpendComparisonIcon/index.es.js.map +1 -0
- package/dist/microinsights/beaticons/ZeroStateIcon/index.es.js +722 -0
- package/dist/microinsights/beaticons/ZeroStateIcon/index.es.js.map +1 -0
- package/dist/microinsights/cards/InsightCard/index.es.js +71 -0
- package/dist/microinsights/cards/InsightCard/index.es.js.map +1 -0
- package/dist/microinsights/cards/NoRelevantInsightsCard/index.es.js +38 -0
- package/dist/microinsights/cards/NoRelevantInsightsCard/index.es.js.map +1 -0
- package/dist/microinsights/cards/ViewMoreMicroCard/index.es.js +43 -0
- package/dist/microinsights/cards/ViewMoreMicroCard/index.es.js.map +1 -0
- package/dist/microinsights/cards/ZeroStateCard/index.es.js +32 -0
- package/dist/microinsights/cards/ZeroStateCard/index.es.js.map +1 -0
- package/dist/microinsights/carousel/BeatList/index.es.js +37 -0
- package/dist/microinsights/carousel/BeatList/index.es.js.map +1 -0
- package/dist/microinsights/carousel/CarouselControls/index.es.js +63 -0
- package/dist/microinsights/carousel/CarouselControls/index.es.js.map +1 -0
- package/dist/microinsights/carousel/CarouselHeader/index.es.js +39 -0
- package/dist/microinsights/carousel/CarouselHeader/index.es.js.map +1 -0
- package/dist/microinsights/carousel/MicroBeatCarousel/index.es.js +147 -0
- package/dist/microinsights/carousel/MicroBeatCarousel/index.es.js.map +1 -0
- package/dist/microinsights/constants/Analytics/index.es.js +148 -0
- package/dist/microinsights/constants/Analytics/index.es.js.map +1 -0
- package/dist/microinsights/constants/App/index.es.js +11 -0
- package/dist/microinsights/constants/App/index.es.js.map +1 -0
- package/dist/microinsights/context/InsightsMicroWidgetDataProvider/index.es.js +17 -0
- package/dist/microinsights/context/InsightsMicroWidgetDataProvider/index.es.js.map +1 -0
- package/dist/microinsights/context/hooks/index.es.js +27 -0
- package/dist/microinsights/context/hooks/index.es.js.map +1 -0
- package/dist/microinsights/index.es.js +28 -826
- package/dist/microinsights/stores/AppStore/index.es.js +27 -0
- package/dist/microinsights/stores/AppStore/index.es.js.map +1 -0
- package/dist/microinsights/stores/CopyStore/index.es.js +34 -0
- package/dist/microinsights/stores/CopyStore/index.es.js.map +1 -0
- package/dist/microinsights/stores/InsightsMicroWidgetStore/index.es.js +33 -0
- package/dist/microinsights/stores/InsightsMicroWidgetStore/index.es.js.map +1 -0
- package/dist/microinsights/utils/DataSeries/index.es.js +11 -0
- package/dist/microinsights/utils/DataSeries/index.es.js.map +1 -0
- package/dist/microinsights/utils/colorType/index.es.js +13 -0
- package/dist/microinsights/utils/colorType/index.es.js.map +1 -0
- package/dist/networth/NetWorthMicroWidget/index.es.js +40 -0
- package/dist/networth/NetWorthMicroWidget/index.es.js.map +1 -0
- package/dist/networth/NetWorthWidget/index.es.js +78 -0
- package/dist/networth/NetWorthWidget/index.es.js.map +1 -0
- package/dist/networth/components/AssetsLiabilitiesDetail/index.es.js +158 -0
- package/dist/networth/components/AssetsLiabilitiesDetail/index.es.js.map +1 -0
- package/dist/networth/components/GainsLossesDetail/index.es.js +137 -0
- package/dist/networth/components/GainsLossesDetail/index.es.js.map +1 -0
- package/dist/networth/components/NetWorthChange/index.es.js +34 -0
- package/dist/networth/components/NetWorthChange/index.es.js.map +1 -0
- package/dist/networth/components/NetWorthChart/index.es.js +58 -0
- package/dist/networth/components/NetWorthChart/index.es.js.map +1 -0
- package/dist/networth/components/NetWorthList/index.es.js +99 -0
- package/dist/networth/components/NetWorthList/index.es.js.map +1 -0
- package/dist/networth/components/NetWorthListItem/index.es.js +50 -0
- package/dist/networth/components/NetWorthListItem/index.es.js.map +1 -0
- package/dist/networth/components/NetWorthSummary/index.es.js +38 -0
- package/dist/networth/components/NetWorthSummary/index.es.js.map +1 -0
- package/dist/networth/components/micro/NetworthData/index.es.js +49 -0
- package/dist/networth/components/micro/NetworthData/index.es.js.map +1 -0
- package/dist/networth/components/micro/ZeroState/index.es.js +31 -0
- package/dist/networth/components/micro/ZeroState/index.es.js.map +1 -0
- package/dist/networth/index.es.js +4 -565
- package/dist/notifications/components/DateRow/index.es.js +23 -0
- package/dist/notifications/components/DateRow/index.es.js.map +1 -0
- package/dist/notifications/components/NotificationBadge/index.es.js +33 -0
- package/dist/notifications/components/NotificationBadge/index.es.js.map +1 -0
- package/dist/notifications/components/NotificationCard/index.es.js +56 -0
- package/dist/notifications/components/NotificationCard/index.es.js.map +1 -0
- package/dist/notifications/components/NotificationDrawer/index.es.js +47 -0
- package/dist/notifications/components/NotificationDrawer/index.es.js.map +1 -0
- package/dist/notifications/components/NotificationList/index.es.js +42 -0
- package/dist/notifications/components/NotificationList/index.es.js.map +1 -0
- package/dist/notifications/components/NotificationsEmptyState/index.es.js +49 -0
- package/dist/notifications/components/NotificationsEmptyState/index.es.js.map +1 -0
- package/dist/notifications/constants/NotificationConstants/index.es.js +24 -0
- package/dist/notifications/constants/NotificationConstants/index.es.js.map +1 -0
- package/dist/notifications/index.es.js +6 -198
- package/dist/recurringtransactions/RecurringTransactionsMicroWidget/index.es.js +54 -0
- package/dist/recurringtransactions/RecurringTransactionsMicroWidget/index.es.js.map +1 -0
- package/dist/recurringtransactions/RecurringTransactionsMiniWidget/index.es.js +47 -0
- package/dist/recurringtransactions/RecurringTransactionsMiniWidget/index.es.js.map +1 -0
- package/dist/recurringtransactions/RecurringTransactionsWidget/index.es.js +87 -0
- package/dist/recurringtransactions/RecurringTransactionsWidget/index.es.js.map +1 -0
- package/dist/recurringtransactions/ZeroStateMicroWidget/index.es.js +30 -0
- package/dist/recurringtransactions/ZeroStateMicroWidget/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/MicroWidgetContent/index.es.js +103 -0
- package/dist/recurringtransactions/components/MicroWidgetContent/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/MiniWidgetContent/index.es.js +45 -0
- package/dist/recurringtransactions/components/MiniWidgetContent/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/PaymentSchedule/index.es.js +133 -0
- package/dist/recurringtransactions/components/PaymentSchedule/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurrenceBadges/index.es.js +64 -0
- package/dist/recurringtransactions/components/RecurrenceBadges/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurrenceList/index.es.js +87 -0
- package/dist/recurringtransactions/components/RecurrenceList/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurrenceRow/index.es.js +133 -0
- package/dist/recurringtransactions/components/RecurrenceRow/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringSettingsDrawer/index.es.js +20 -0
- package/dist/recurringtransactions/components/RecurringSettingsDrawer/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringStatus/index.es.js +114 -0
- package/dist/recurringtransactions/components/RecurringStatus/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringTransactionDetails/index.es.js +181 -0
- package/dist/recurringtransactions/components/RecurringTransactionDetails/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringTransactionDetailsDrawer/index.es.js +27 -0
- package/dist/recurringtransactions/components/RecurringTransactionDetailsDrawer/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringTransactionList/index.es.js +181 -0
- package/dist/recurringtransactions/components/RecurringTransactionList/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringTransactions/index.es.js +155 -0
- package/dist/recurringtransactions/components/RecurringTransactions/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/UpcomingRecurrenceCard/index.es.js +63 -0
- package/dist/recurringtransactions/components/UpcomingRecurrenceCard/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/actions/LinkTransactionDrawer/index.es.js +46 -0
- package/dist/recurringtransactions/components/actions/LinkTransactionDrawer/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/actions/MarkAsPaidDialog/index.es.js +28 -0
- package/dist/recurringtransactions/components/actions/MarkAsPaidDialog/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/actions/MarkAsUnpaidDialog/index.es.js +28 -0
- package/dist/recurringtransactions/components/actions/MarkAsUnpaidDialog/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/actions/PaymentScheduleAction/index.es.js +47 -0
- package/dist/recurringtransactions/components/actions/PaymentScheduleAction/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/micro/MerchantLogosRow/index.es.js +19 -0
- package/dist/recurringtransactions/components/micro/MerchantLogosRow/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/micro/OverlappingMerchantLogos/index.es.js +33 -0
- package/dist/recurringtransactions/components/micro/OverlappingMerchantLogos/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/micro/RecurrenceLegend/index.es.js +37 -0
- package/dist/recurringtransactions/components/micro/RecurrenceLegend/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/recurrencecalendar/Legend/index.es.js +48 -0
- package/dist/recurringtransactions/components/recurrencecalendar/Legend/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceCalendar/index.es.js +111 -0
- package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceCalendar/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceDay/index.es.js +48 -0
- package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceDay/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/AddRecurringTransaction/index.es.js +93 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/AddRecurringTransaction/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/AddRecurringTransactionDetails/index.es.js +42 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/AddRecurringTransactionDetails/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/ManageExpenses/index.es.js +57 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/ManageExpenses/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/ManageIncome/index.es.js +72 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/ManageIncome/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/RecurringRow/index.es.js +96 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/RecurringRow/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/RecurringSettingsZeroState/index.es.js +47 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/RecurringSettingsZeroState/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/SelectTransaction/index.es.js +45 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/SelectTransaction/index.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/index.es.js +37 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings/index.es.js.map +1 -0
- package/dist/recurringtransactions/index.es.js +18 -1022
- package/dist/settings/NotificationSettingsWidget/index.es.js +32 -0
- package/dist/settings/NotificationSettingsWidget/index.es.js.map +1 -0
- package/dist/settings/SettingsWidget/index.es.js +82 -0
- package/dist/settings/SettingsWidget/index.es.js.map +1 -0
- package/dist/settings/TransactionRulesWidget/index.es.js +28 -0
- package/dist/settings/TransactionRulesWidget/index.es.js.map +1 -0
- package/dist/settings/components/SettingsWidgetContents/index.es.js +47 -0
- package/dist/settings/components/SettingsWidgetContents/index.es.js.map +1 -0
- package/dist/settings/components/devices/DeviceDialog/index.es.js +127 -0
- package/dist/settings/components/devices/DeviceDialog/index.es.js.map +1 -0
- package/dist/settings/components/devices/DeviceList/index.es.js +125 -0
- package/dist/settings/components/devices/DeviceList/index.es.js.map +1 -0
- package/dist/settings/components/devices/DeviceTab/index.es.js +107 -0
- package/dist/settings/components/devices/DeviceTab/index.es.js.map +1 -0
- package/dist/settings/components/devices/DeviceTable/index.es.js +120 -0
- package/dist/settings/components/devices/DeviceTable/index.es.js.map +1 -0
- package/dist/settings/components/notifications/AccountNotificationProfile/index.es.js +92 -0
- package/dist/settings/components/notifications/AccountNotificationProfile/index.es.js.map +1 -0
- package/dist/settings/components/notifications/AccountNotificationProfiles/index.es.js +44 -0
- package/dist/settings/components/notifications/AccountNotificationProfiles/index.es.js.map +1 -0
- package/dist/settings/components/notifications/AccountProfileListItem/index.es.js +84 -0
- package/dist/settings/components/notifications/AccountProfileListItem/index.es.js.map +1 -0
- package/dist/settings/components/notifications/BudgetNotificationProfiles/index.es.js +14 -0
- package/dist/settings/components/notifications/BudgetNotificationProfiles/index.es.js.map +1 -0
- package/dist/settings/components/notifications/DeliveryMethods/index.es.js +78 -0
- package/dist/settings/components/notifications/DeliveryMethods/index.es.js.map +1 -0
- package/dist/settings/components/notifications/InsightsNotificationProfiles/index.es.js +14 -0
- package/dist/settings/components/notifications/InsightsNotificationProfiles/index.es.js.map +1 -0
- package/dist/settings/components/notifications/NotificationProfile/index.es.js +80 -0
- package/dist/settings/components/notifications/NotificationProfile/index.es.js.map +1 -0
- package/dist/settings/components/notifications/NotificationSettings/index.es.js +94 -0
- package/dist/settings/components/notifications/NotificationSettings/index.es.js.map +1 -0
- package/dist/settings/components/notifications/PersonalDetails/index.es.js +111 -0
- package/dist/settings/components/notifications/PersonalDetails/index.es.js.map +1 -0
- package/dist/settings/components/profile/ProfileTab/index.es.js +178 -0
- package/dist/settings/components/profile/ProfileTab/index.es.js.map +1 -0
- package/dist/settings/components/profile/actions/VerifyEmailAction/index.es.js +88 -0
- package/dist/settings/components/profile/actions/VerifyEmailAction/index.es.js.map +1 -0
- package/dist/settings/components/profile/actions/VerifyPhoneAction/index.es.js +105 -0
- package/dist/settings/components/profile/actions/VerifyPhoneAction/index.es.js.map +1 -0
- package/dist/settings/components/profile/actions/VerifyTokenAction/index.es.js +40 -0
- package/dist/settings/components/profile/actions/VerifyTokenAction/index.es.js.map +1 -0
- package/dist/settings/components/transactionrules/TransactionRulesTab/index.es.js +35 -0
- package/dist/settings/components/transactionrules/TransactionRulesTab/index.es.js.map +1 -0
- package/dist/settings/components/transactionrules/actions/DeleteRuleAction/index.es.js +34 -0
- package/dist/settings/components/transactionrules/actions/DeleteRuleAction/index.es.js.map +1 -0
- package/dist/settings/components/transactionrules/actions/EditCategoryAction/index.es.js +31 -0
- package/dist/settings/components/transactionrules/actions/EditCategoryAction/index.es.js.map +1 -0
- package/dist/settings/components/transactionrules/actions/EditPayeeAction/index.es.js +45 -0
- package/dist/settings/components/transactionrules/actions/EditPayeeAction/index.es.js.map +1 -0
- package/dist/settings/components/transactionrules/actions/EditRuleAction/index.es.js +36 -0
- package/dist/settings/components/transactionrules/actions/EditRuleAction/index.es.js.map +1 -0
- package/dist/settings/components/transactionrules/components/EditRuleDetails/index.es.js +46 -0
- package/dist/settings/components/transactionrules/components/EditRuleDetails/index.es.js.map +1 -0
- package/dist/settings/components/transactionrules/components/RuleListItem/index.es.js +26 -0
- package/dist/settings/components/transactionrules/components/RuleListItem/index.es.js.map +1 -0
- package/dist/settings/constants/Settings/index.es.js +8 -0
- package/dist/settings/constants/Settings/index.es.js.map +1 -0
- package/dist/settings/index.es.js +23 -892
- package/dist/spending/SpendingMiniWidget/index.es.js +41 -0
- package/dist/spending/SpendingMiniWidget/index.es.js.map +1 -0
- package/dist/spending/SpendingWidget/index.es.js +51 -0
- package/dist/spending/SpendingWidget/index.es.js.map +1 -0
- package/dist/spending/components/MiniSpendingChart/index.es.js +112 -0
- package/dist/spending/components/MiniSpendingChart/index.es.js.map +1 -0
- package/dist/spending/components/Spending/index.es.js +123 -0
- package/dist/spending/components/Spending/index.es.js.map +1 -0
- package/dist/spending/components/SpendingChart/index.es.js +60 -0
- package/dist/spending/components/SpendingChart/index.es.js.map +1 -0
- package/dist/spending/components/SpendingDonut/index.es.js +132 -0
- package/dist/spending/components/SpendingDonut/index.es.js.map +1 -0
- package/dist/spending/components/SpendingLegend/index.es.js +46 -0
- package/dist/spending/components/SpendingLegend/index.es.js.map +1 -0
- package/dist/spending/components/SpendingList/index.es.js +124 -0
- package/dist/spending/components/SpendingList/index.es.js.map +1 -0
- package/dist/spending/components/SpendingTabLabel/index.es.js +22 -0
- package/dist/spending/components/SpendingTabLabel/index.es.js.map +1 -0
- package/dist/spending/index.es.js +4 -491
- package/dist/spending/utils/SpendingData/index.es.js +72 -0
- package/dist/spending/utils/SpendingData/index.es.js.map +1 -0
- package/dist/transactions/TransactionWidget/index.es.js +189 -0
- package/dist/transactions/TransactionWidget/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/Description/index.es.js +85 -0
- package/dist/transactions/components/shared/TransactionDetails/Description/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/FlagTransaction/index.es.js +49 -0
- package/dist/transactions/components/shared/TransactionDetails/FlagTransaction/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/ManualTransactionDetails/index.es.js +151 -0
- package/dist/transactions/components/shared/TransactionDetails/ManualTransactionDetails/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/TransactionAmountHeader/index.es.js +39 -0
- package/dist/transactions/components/shared/TransactionDetails/TransactionAmountHeader/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/TransactionDetailsView/index.es.js +82 -0
- package/dist/transactions/components/shared/TransactionDetails/TransactionDetailsView/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/AddMerchantBudgetAction/index.es.js +161 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/AddMerchantBudgetAction/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/CategoryAction/index.es.js +105 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/CategoryAction/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/DateAction/index.es.js +103 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/DateAction/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/DeleteAction/index.es.js +66 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/DeleteAction/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/DeleteLogoAction/index.es.js +77 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/DeleteLogoAction/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/ExcludeAction/index.es.js +90 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/ExcludeAction/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/MemoAction/index.es.js +101 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/MemoAction/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/SplitAction/index.es.js +150 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/SplitAction/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/TagsAction/index.es.js +94 -0
- package/dist/transactions/components/shared/TransactionDetails/actions/TagsAction/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails/index.es.js +255 -0
- package/dist/transactions/components/shared/TransactionDetails/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionList/TransactionRow/index.es.js +92 -0
- package/dist/transactions/components/shared/TransactionList/TransactionRow/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionList/ZeroState/index.es.js +39 -0
- package/dist/transactions/components/shared/TransactionList/ZeroState/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionList/index.es.js +92 -0
- package/dist/transactions/components/shared/TransactionList/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionTable/cells/AccountCell/index.es.js +12 -0
- package/dist/transactions/components/shared/TransactionTable/cells/AccountCell/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionTable/cells/AmountCell/index.es.js +30 -0
- package/dist/transactions/components/shared/TransactionTable/cells/AmountCell/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionTable/cells/CategoryCell/index.es.js +38 -0
- package/dist/transactions/components/shared/TransactionTable/cells/CategoryCell/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionTable/cells/DateCell/index.es.js +14 -0
- package/dist/transactions/components/shared/TransactionTable/cells/DateCell/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionTable/cells/FlagCell/index.es.js +46 -0
- package/dist/transactions/components/shared/TransactionTable/cells/FlagCell/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionTable/cells/HeaderCell/index.es.js +12 -0
- package/dist/transactions/components/shared/TransactionTable/cells/HeaderCell/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionTable/cells/PayeeCell/index.es.js +28 -0
- package/dist/transactions/components/shared/TransactionTable/cells/PayeeCell/index.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionTable/index.es.js +124 -0
- package/dist/transactions/components/shared/TransactionTable/index.es.js.map +1 -0
- package/dist/transactions/components/shared/getEmbeddedInstanceSlotByBeatTemplates/index.es.js +25 -0
- package/dist/transactions/components/shared/getEmbeddedInstanceSlotByBeatTemplates/index.es.js.map +1 -0
- package/dist/transactions/components/splitmanager/SplitManager/index.es.js +68 -0
- package/dist/transactions/components/splitmanager/SplitManager/index.es.js.map +1 -0
- package/dist/transactions/components/splitmanager/SplitRow/index.es.js +119 -0
- package/dist/transactions/components/splitmanager/SplitRow/index.es.js.map +1 -0
- package/dist/transactions/components/tagmanager/Header/index.es.js +68 -0
- package/dist/transactions/components/tagmanager/Header/index.es.js.map +1 -0
- package/dist/transactions/components/tagmanager/SearchBox/index.es.js +48 -0
- package/dist/transactions/components/tagmanager/SearchBox/index.es.js.map +1 -0
- package/dist/transactions/components/tagmanager/TagManager/index.es.js +36 -0
- package/dist/transactions/components/tagmanager/TagManager/index.es.js.map +1 -0
- package/dist/transactions/components/tagmanager/TagRow/index.es.js +108 -0
- package/dist/transactions/components/tagmanager/TagRow/index.es.js.map +1 -0
- package/dist/transactions/components/transactionwidget/AddAccountModal/index.es.js +33 -0
- package/dist/transactions/components/transactionwidget/AddAccountModal/index.es.js.map +1 -0
- package/dist/transactions/components/transactionwidget/actions/EditCategoryAction/index.es.js +44 -0
- package/dist/transactions/components/transactionwidget/actions/EditCategoryAction/index.es.js.map +1 -0
- package/dist/transactions/components/transactionwidget/actions/ExportCsvAction/index.es.js +26 -0
- package/dist/transactions/components/transactionwidget/actions/ExportCsvAction/index.es.js.map +1 -0
- package/dist/transactions/constants/Actions/index.es.js +22 -0
- package/dist/transactions/constants/Actions/index.es.js.map +1 -0
- package/dist/transactions/constants/OnClickEvents/index.es.js +50 -0
- package/dist/transactions/constants/OnClickEvents/index.es.js.map +1 -0
- package/dist/transactions/context/hooks/index.es.js +12 -0
- package/dist/transactions/context/hooks/index.es.js.map +1 -0
- package/dist/transactions/index.es.js +17 -604
- package/dist/transactions/utils/Filters/index.es.js +11 -0
- package/dist/transactions/utils/Filters/index.es.js.map +1 -0
- package/dist/transactions/utils/Transactions/index.es.js +24 -0
- package/dist/transactions/utils/Transactions/index.es.js.map +1 -0
- package/dist/trends/TrendsFullWidget/index.es.js +154 -0
- package/dist/trends/TrendsFullWidget/index.es.js.map +1 -0
- package/dist/trends/TrendsMicroWidget/index.es.js +72 -0
- package/dist/trends/TrendsMicroWidget/index.es.js.map +1 -0
- package/dist/trends/TrendsMiniWidget/index.es.js +43 -0
- package/dist/trends/TrendsMiniWidget/index.es.js.map +1 -0
- package/dist/trends/TrendsWidget/index.es.js +207 -0
- package/dist/trends/TrendsWidget/index.es.js.map +1 -0
- package/dist/trends/ZeroStateMicroWidget/index.es.js +30 -0
- package/dist/trends/ZeroStateMicroWidget/index.es.js.map +1 -0
- package/dist/trends/components/CategoriesList/index.es.js +64 -0
- package/dist/trends/components/CategoriesList/index.es.js.map +1 -0
- package/dist/trends/components/CategoriesListItem/index.es.js +44 -0
- package/dist/trends/components/CategoriesListItem/index.es.js.map +1 -0
- package/dist/trends/components/CategoryDetailChart/index.es.js +45 -0
- package/dist/trends/components/CategoryDetailChart/index.es.js.map +1 -0
- package/dist/trends/components/CategoryDetails/index.es.js +104 -0
- package/dist/trends/components/CategoryDetails/index.es.js.map +1 -0
- package/dist/trends/components/DateRangeText/index.es.js +26 -0
- package/dist/trends/components/DateRangeText/index.es.js.map +1 -0
- package/dist/trends/components/SpendingChart/index.es.js +28 -0
- package/dist/trends/components/SpendingChart/index.es.js.map +1 -0
- package/dist/trends/components/TrendsChart/index.es.js +63 -0
- package/dist/trends/components/TrendsChart/index.es.js.map +1 -0
- package/dist/trends/components/TrendsChartTotals/index.es.js +58 -0
- package/dist/trends/components/TrendsChartTotals/index.es.js.map +1 -0
- package/dist/trends/components/TrendsDrawer/index.es.js +38 -0
- package/dist/trends/components/TrendsDrawer/index.es.js.map +1 -0
- package/dist/trends/components/TrendsInsights/index.es.js +38 -0
- package/dist/trends/components/TrendsInsights/index.es.js.map +1 -0
- package/dist/trends/components/TrendsMicroSpendingIncomeBox/index.es.js +82 -0
- package/dist/trends/components/TrendsMicroSpendingIncomeBox/index.es.js.map +1 -0
- package/dist/trends/components/TrendsTableContainer/index.es.js +56 -0
- package/dist/trends/components/TrendsTableContainer/index.es.js.map +1 -0
- package/dist/trends/components/TrendsViewToggle/index.es.js +28 -0
- package/dist/trends/components/TrendsViewToggle/index.es.js.map +1 -0
- package/dist/trends/components/trendstable/AccessibleSortIcon/index.es.js +49 -0
- package/dist/trends/components/trendstable/AccessibleSortIcon/index.es.js.map +1 -0
- package/dist/trends/components/trendstable/AmountCell/index.es.js +24 -0
- package/dist/trends/components/trendstable/AmountCell/index.es.js.map +1 -0
- package/dist/trends/components/trendstable/CategoryCell/index.es.js +30 -0
- package/dist/trends/components/trendstable/CategoryCell/index.es.js.map +1 -0
- package/dist/trends/components/trendstable/HeaderCell/index.es.js +12 -0
- package/dist/trends/components/trendstable/HeaderCell/index.es.js.map +1 -0
- package/dist/trends/components/trendstable/TrendsTable/index.es.js +52 -0
- package/dist/trends/components/trendstable/TrendsTable/index.es.js.map +1 -0
- package/dist/trends/constants/TrendsInsights/index.es.js +40 -0
- package/dist/trends/constants/TrendsInsights/index.es.js.map +1 -0
- package/dist/trends/constants/TrendsWidget/index.es.js +6 -0
- package/dist/trends/constants/TrendsWidget/index.es.js.map +1 -0
- package/dist/trends/index.es.js +8 -1612
- package/dist/trends/utils/SpendingData/index.es.js +53 -0
- package/dist/trends/utils/SpendingData/index.es.js.map +1 -0
- package/dist/trends/utils/TrendsTable/index.es.js +101 -0
- package/dist/trends/utils/TrendsTable/index.es.js.map +1 -0
- package/dist/trends/utils/TrendsWidget/index.es.js +11 -0
- package/dist/trends/utils/TrendsWidget/index.es.js.map +1 -0
- package/dist/trends/utils/shared/index.es.js +18 -0
- package/dist/trends/utils/shared/index.es.js.map +1 -0
- package/package.json +34 -39
- package/dist/Account-DR7Plrqy.mjs +0 -119
- package/dist/Account-DR7Plrqy.mjs.map +0 -1
- package/dist/AccountDetailsDrawer-JORrub4d.mjs +0 -922
- package/dist/AccountDetailsDrawer-JORrub4d.mjs.map +0 -1
- package/dist/AccountDetailsHeader-C84CSN2K.mjs +0 -230
- package/dist/AccountDetailsHeader-C84CSN2K.mjs.map +0 -1
- package/dist/AccountUtils-Cbh8r9cP.mjs +0 -29
- package/dist/AccountUtils-Cbh8r9cP.mjs.map +0 -1
- package/dist/Analytics-B8AaC22u.mjs +0 -54
- package/dist/Analytics-B8AaC22u.mjs.map +0 -1
- package/dist/Analytics-D-jdcL72.mjs +0 -140
- package/dist/Analytics-D-jdcL72.mjs.map +0 -1
- package/dist/ApiEndpoints-DXwIYNUV.mjs +0 -50
- package/dist/ApiEndpoints-DXwIYNUV.mjs.map +0 -1
- package/dist/BeatMaterialIcon-1KOfRZrA.mjs +0 -27
- package/dist/BeatMaterialIcon-1KOfRZrA.mjs.map +0 -1
- package/dist/BudgetUtil-Bg2AQJpQ.mjs +0 -75
- package/dist/BudgetUtil-Bg2AQJpQ.mjs.map +0 -1
- package/dist/Category-DEKZGLYe.mjs +0 -302
- package/dist/Category-DEKZGLYe.mjs.map +0 -1
- package/dist/CategorySelectorDrawer-BuSaE8-f.mjs +0 -431
- package/dist/CategorySelectorDrawer-BuSaE8-f.mjs.map +0 -1
- package/dist/Connect-BH0Pt6zc.mjs +0 -43
- package/dist/Connect-BH0Pt6zc.mjs.map +0 -1
- package/dist/ConnectCard-D7exwcv8.mjs +0 -55
- package/dist/ConnectCard-D7exwcv8.mjs.map +0 -1
- package/dist/ConnectDrawer-BQ9ouCgh.mjs +0 -58
- package/dist/ConnectDrawer-BQ9ouCgh.mjs.map +0 -1
- package/dist/ConnectionsDrawer-CCDnZGh0.mjs +0 -54
- package/dist/ConnectionsDrawer-CCDnZGh0.mjs.map +0 -1
- package/dist/CurrencyDialog-DumQCTPO.mjs +0 -374
- package/dist/CurrencyDialog-DumQCTPO.mjs.map +0 -1
- package/dist/CurrencyInput-DaGEQaLW.mjs +0 -88
- package/dist/CurrencyInput-DaGEQaLW.mjs.map +0 -1
- package/dist/CurrencyText-CCbE6MmF.mjs +0 -21
- package/dist/CurrencyText-CCbE6MmF.mjs.map +0 -1
- package/dist/DateFormats-HudZ3Bjs.mjs +0 -65
- package/dist/DateFormats-HudZ3Bjs.mjs.map +0 -1
- package/dist/DateUtil-Bl7d7C1W.mjs +0 -76
- package/dist/DateUtil-Bl7d7C1W.mjs.map +0 -1
- package/dist/DebtUtils-i4pI2Uoe.mjs +0 -154
- package/dist/DebtUtils-i4pI2Uoe.mjs.map +0 -1
- package/dist/Dialog-Bvd2n8hz.mjs +0 -67
- package/dist/Dialog-Bvd2n8hz.mjs.map +0 -1
- package/dist/Donut-SzzfZDHF.mjs +0 -89
- package/dist/Donut-SzzfZDHF.mjs.map +0 -1
- package/dist/Drawer-CWQYTC6t.mjs +0 -187
- package/dist/Drawer-CWQYTC6t.mjs.map +0 -1
- package/dist/EmbeddedCard-AdIOFTGI.mjs +0 -860
- package/dist/EmbeddedCard-AdIOFTGI.mjs.map +0 -1
- package/dist/EmptyState-CJUDc3kD.mjs +0 -85
- package/dist/EmptyState-CJUDc3kD.mjs.map +0 -1
- package/dist/Error-Dtw6yxkf.mjs +0 -85
- package/dist/Error-Dtw6yxkf.mjs.map +0 -1
- package/dist/ErrorBoundary-C7BlHx04.mjs +0 -27
- package/dist/ErrorBoundary-C7BlHx04.mjs.map +0 -1
- package/dist/ExportCsvAction-CuQY5irL.mjs +0 -25
- package/dist/ExportCsvAction-CuQY5irL.mjs.map +0 -1
- package/dist/GlobalAccountFilter-BhzR5Vb1.mjs +0 -230
- package/dist/GlobalAccountFilter-BhzR5Vb1.mjs.map +0 -1
- package/dist/GlobalCopyApi-CLhyon-B.mjs +0 -145
- package/dist/GlobalCopyApi-CLhyon-B.mjs.map +0 -1
- package/dist/GoalsUtil-C9EnLWvC.mjs +0 -108
- package/dist/GoalsUtil-C9EnLWvC.mjs.map +0 -1
- package/dist/HeaderCell-P8w6CmfO.mjs +0 -7
- package/dist/HeaderCell-P8w6CmfO.mjs.map +0 -1
- package/dist/Help-CkQTjORd.mjs +0 -300
- package/dist/Help-CkQTjORd.mjs.map +0 -1
- package/dist/Help-wVQI-yjk.mjs +0 -3210
- package/dist/Help-wVQI-yjk.mjs.map +0 -1
- package/dist/IconBacking-DgT8DCeh.mjs +0 -40
- package/dist/IconBacking-DgT8DCeh.mjs.map +0 -1
- package/dist/InformationTooltip-4su8bn1e.mjs +0 -42
- package/dist/InformationTooltip-4su8bn1e.mjs.map +0 -1
- package/dist/InvestmentUtil-BItV7uEs.mjs +0 -135
- package/dist/InvestmentUtil-BItV7uEs.mjs.map +0 -1
- package/dist/LineChart-CUfiH86G.mjs +0 -613
- package/dist/LineChart-CUfiH86G.mjs.map +0 -1
- package/dist/ListItemAction-BqUCLj_w.mjs +0 -70
- package/dist/ListItemAction-BqUCLj_w.mjs.map +0 -1
- package/dist/ListItemRow-kH1rn8Xu.mjs +0 -68
- package/dist/ListItemRow-kH1rn8Xu.mjs.map +0 -1
- package/dist/ListItemWrapper-DRse79Iu.mjs +0 -44
- package/dist/ListItemWrapper-DRse79Iu.mjs.map +0 -1
- package/dist/Loader-CxeBwuPG.mjs +0 -22
- package/dist/Loader-CxeBwuPG.mjs.map +0 -1
- package/dist/Localization-DnoVyBNK.mjs +0 -39
- package/dist/Localization-DnoVyBNK.mjs.map +0 -1
- package/dist/ManageIncome-lfbxMoW8.mjs +0 -906
- package/dist/ManageIncome-lfbxMoW8.mjs.map +0 -1
- package/dist/MicroWidgetContainer-B2NnKBgW.mjs +0 -46
- package/dist/MicroWidgetContainer-B2NnKBgW.mjs.map +0 -1
- package/dist/MiniWidgetContainer-Bmv_WeUd.mjs +0 -67
- package/dist/MiniWidgetContainer-Bmv_WeUd.mjs.map +0 -1
- package/dist/NetWorthUtils-Dj7CgAg2.mjs +0 -96
- package/dist/NetWorthUtils-Dj7CgAg2.mjs.map +0 -1
- package/dist/Notification-DTNYSd8P.mjs +0 -8
- package/dist/Notification-DTNYSd8P.mjs.map +0 -1
- package/dist/NotificationSettings-BOz1Xkf4.mjs +0 -678
- package/dist/NotificationSettings-BOz1Xkf4.mjs.map +0 -1
- package/dist/NotificationUtils-BRGFTePr.mjs +0 -24
- package/dist/NotificationUtils-BRGFTePr.mjs.map +0 -1
- package/dist/NumberFormatting--XMeeBfr.mjs +0 -50
- package/dist/NumberFormatting--XMeeBfr.mjs.map +0 -1
- package/dist/OriginalBalanceAction-YrvxBYAl.mjs +0 -115
- package/dist/OriginalBalanceAction-YrvxBYAl.mjs.map +0 -1
- package/dist/RecurringSettings-BG5wxPbS.mjs +0 -89
- package/dist/RecurringSettings-BG5wxPbS.mjs.map +0 -1
- package/dist/RecurringTransactionsUtil-CfWviBh1.mjs +0 -299
- package/dist/RecurringTransactionsUtil-CfWviBh1.mjs.map +0 -1
- package/dist/ResponsiveButton-CC9F_Ezk.mjs +0 -46
- package/dist/ResponsiveButton-CC9F_Ezk.mjs.map +0 -1
- package/dist/SearchBox-Cpgu_gdO.mjs +0 -51
- package/dist/SearchBox-Cpgu_gdO.mjs.map +0 -1
- package/dist/Select-CSpkK5cR.mjs +0 -62
- package/dist/Select-CSpkK5cR.mjs.map +0 -1
- package/dist/SelectionBox-B4xELRgp.mjs +0 -49
- package/dist/SelectionBox-B4xELRgp.mjs.map +0 -1
- package/dist/SingleSegmentDonut-7Uy6VEld.mjs +0 -70
- package/dist/SingleSegmentDonut-7Uy6VEld.mjs.map +0 -1
- package/dist/Sizes-DISGrlUg.mjs +0 -7
- package/dist/Sizes-DISGrlUg.mjs.map +0 -1
- package/dist/SkeletonLoader-BaNboJjD.mjs +0 -39
- package/dist/SkeletonLoader-BaNboJjD.mjs.map +0 -1
- package/dist/SpendingData-Fii_xATx.mjs +0 -54
- package/dist/SpendingData-Fii_xATx.mjs.map +0 -1
- package/dist/SpendingLegend-CxvNOg3c.mjs +0 -204
- package/dist/SpendingLegend-CxvNOg3c.mjs.map +0 -1
- package/dist/StatusBar-CPfSXe80.mjs +0 -31
- package/dist/StatusBar-CPfSXe80.mjs.map +0 -1
- package/dist/TabContentContainer-B0eYJP5p.mjs +0 -49
- package/dist/TabContentContainer-B0eYJP5p.mjs.map +0 -1
- package/dist/ToggleListItem-Dl1lXNwj.mjs +0 -92
- package/dist/ToggleListItem-Dl1lXNwj.mjs.map +0 -1
- package/dist/TransactionDetails-naGZa2sb.mjs +0 -1710
- package/dist/TransactionDetails-naGZa2sb.mjs.map +0 -1
- package/dist/TransactionUtils-BphBJBbU.mjs +0 -235
- package/dist/TransactionUtils-BphBJBbU.mjs.map +0 -1
- package/dist/TrendsUtil-D9z3kIj_.mjs +0 -70
- package/dist/TrendsUtil-D9z3kIj_.mjs.map +0 -1
- package/dist/UserStore-Cp-2Jtnw.mjs +0 -3210
- package/dist/UserStore-Cp-2Jtnw.mjs.map +0 -1
- package/dist/ViewMoreMicroCard-B4oeGrbE.mjs +0 -1280
- package/dist/ViewMoreMicroCard-B4oeGrbE.mjs.map +0 -1
- package/dist/WidgetContainer-BBzwzqOz.mjs +0 -487
- package/dist/WidgetContainer-BBzwzqOz.mjs.map +0 -1
- package/dist/accounts/components/ConnectStatus.d.ts +0 -7
- package/dist/accounts/index.es.js.map +0 -1
- package/dist/analytics/index.es.js.map +0 -1
- package/dist/budgets/index.es.js.map +0 -1
- package/dist/cashflow/index.es.js.map +0 -1
- package/dist/categories/index.es.js.map +0 -1
- package/dist/common/index.es.js.map +0 -1
- package/dist/core/index.es.js.map +0 -1
- package/dist/dashboard/index.es.js.map +0 -1
- package/dist/debts/index.es.js.map +0 -1
- package/dist/finstrong/index.es.js.map +0 -1
- package/dist/goals/index.es.js.map +0 -1
- package/dist/help/index.es.js.map +0 -1
- package/dist/hooks-97sNJ_lf.mjs +0 -78
- package/dist/hooks-97sNJ_lf.mjs.map +0 -1
- package/dist/insights/index.es.js.map +0 -1
- package/dist/investments/index.es.js.map +0 -1
- package/dist/merchants/index.es.js.map +0 -1
- package/dist/microinsights/index.es.js.map +0 -1
- package/dist/networth/index.es.js.map +0 -1
- package/dist/notifications/index.es.js.map +0 -1
- package/dist/recurringtransactions/index.es.js.map +0 -1
- package/dist/settings/index.es.js.map +0 -1
- package/dist/spending/index.es.js.map +0 -1
- package/dist/transactions/index.es.js.map +0 -1
- package/dist/trends/index.es.js.map +0 -1
- package/dist/useAccountDisplayName-BsiXA0qf.mjs +0 -24
- package/dist/useAccountDisplayName-BsiXA0qf.mjs.map +0 -1
- package/dist/useAriaLive-MkYebyUR.mjs +0 -36
- package/dist/useAriaLive-MkYebyUR.mjs.map +0 -1
- package/dist/useDimensions-CeDR9V8N.mjs +0 -37
- package/dist/useDimensions-CeDR9V8N.mjs.map +0 -1
- package/dist/useInsightsEnabled-D5Sdm0TJ.mjs +0 -12
- package/dist/useInsightsEnabled-D5Sdm0TJ.mjs.map +0 -1
- package/dist/useScreenSize-mWpmnh5w.mjs +0 -37
- package/dist/useScreenSize-mWpmnh5w.mjs.map +0 -1
- package/dist/useWidgetLoadTimer-B0tB-yzL.mjs +0 -20
- package/dist/useWidgetLoadTimer-B0tB-yzL.mjs.map +0 -1
- /package/dist/budgets/components/{bubblechart → BubbleChart}/Bubble.d.ts +0 -0
- /package/dist/budgets/components/{bubblechart → BubbleChart}/Mercury.d.ts +0 -0
- /package/dist/budgets/components/{budgetlist → BudgetList}/BudgetRow.d.ts +0 -0
- /package/dist/budgets/components/{budgetlist → BudgetList}/SubBudgetRow.d.ts +0 -0
- /package/dist/budgets/components/{budgetlist → BudgetList}/SubBudgetZeroState.d.ts +0 -0
- /package/dist/common/components/{globalaccountfilter → GlobalAccountFilter}/GlobalAccountFilterList.d.ts +0 -0
- /package/dist/common/components/charts/{linechart → LineChart}/CustomLegend.d.ts +0 -0
- /package/dist/common/components/charts/{linechart → LineChart}/CustomLine.d.ts +0 -0
- /package/dist/common/components/charts/{linechart → LineChart}/CustomMark.d.ts +0 -0
- /package/dist/common/components/charts/{linechart → LineChart}/CustomTooltip.d.ts +0 -0
- /package/dist/common/components/charts/{linechart → LineChart}/utils/markerShapes.d.ts +0 -0
- /package/dist/common/components/charts/{stackedlinechart → StackedLineChart}/CategoryIconLabel.d.ts +0 -0
- /package/dist/common/components/charts/{stackedlinechart → StackedLineChart}/CustomAreaTooltip.d.ts +0 -0
- /package/dist/common/components/charts/{stackedlinechart → StackedLineChart}/CustomLegend.d.ts +0 -0
- /package/dist/common/components/charts/{stackedlinechart → StackedLineChart}/CustomPointTooltip.d.ts +0 -0
- /package/dist/common/components/charts/{stackedlinechart → StackedLineChart}/utils.d.ts +0 -0
- /package/dist/debts/components/{debtstable → DebtsTable}/AccountCell.d.ts +0 -0
- /package/dist/debts/components/{debtstable → DebtsTable}/PriorityCell.d.ts +0 -0
- /package/dist/goals/components/{addgoal → AddGoal}/AddGoalListItem.d.ts +0 -0
- /package/dist/goals/components/{managegoals → ManageGoals}/CompleteListItem.d.ts +0 -0
- /package/dist/goals/components/{managegoals → ManageGoals}/OngoingListItem.d.ts +0 -0
- /package/dist/goals/components/{managegoals → ManageGoals}/ReorderGoals.d.ts +0 -0
- /package/dist/investments/components/{allocation → Allocation}/InvestementAllocationList.d.ts +0 -0
- /package/dist/investments/components/{allocation → Allocation}/InvestmentsAllocationChart.d.ts +0 -0
- /package/dist/investments/components/{allocation → Allocation}/util/createInvestementsAllocationData.d.ts +0 -0
- /package/dist/recurringtransactions/components/shared/{recurringsettings → RecurringSettings}/AddRecurringTransaction.d.ts +0 -0
- /package/dist/recurringtransactions/components/shared/{recurringsettings → RecurringSettings}/AddRecurringTransactionDetails.d.ts +0 -0
- /package/dist/recurringtransactions/components/shared/{recurringsettings → RecurringSettings}/ManageExpenses.d.ts +0 -0
- /package/dist/recurringtransactions/components/shared/{recurringsettings → RecurringSettings}/ManageIncome.d.ts +0 -0
- /package/dist/recurringtransactions/components/shared/{recurringsettings → RecurringSettings}/RecurringRow.d.ts +0 -0
- /package/dist/recurringtransactions/components/shared/{recurringsettings → RecurringSettings}/RecurringSettingsZeroState.d.ts +0 -0
- /package/dist/recurringtransactions/components/shared/{recurringsettings → RecurringSettings}/SelectTransaction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/Description.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/FlagTransaction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/ManualTransactionDetails.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/TransactionAmountHeader.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/TransactionDetailsView.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/AddMerchantBudgetAction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/CategoryAction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/DateAction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/DeleteAction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/DeleteLogoAction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/ExcludeAction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/MemoAction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/SplitAction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/TagsAction.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiondetails → TransactionDetails}/actions/index.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactionlist → TransactionList}/TransactionRow.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactionlist → TransactionList}/ZeroState.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/AccountCell.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/AmountCell.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/CategoryCell.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/DateCell.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/FlagCell.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/HeaderCell.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/PayeeCell.d.ts +0 -0
- /package/dist/transactions/components/shared/{transactiontable → TransactionTable}/cells/index.d.ts +0 -0
package/dist/trends/index.es.js
CHANGED
|
@@ -1,1614 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import H from "@mui/material/Box";
|
|
6
|
-
import S from "@mui/material/Stack";
|
|
7
|
-
import Te from "@mui/material/Button";
|
|
8
|
-
import { addSeconds as et } from "date-fns/addSeconds";
|
|
9
|
-
import { differenceInCalendarMonths as Se } from "date-fns/differenceInCalendarMonths";
|
|
10
|
-
import Lt from "numeral";
|
|
11
|
-
import { useTheme as Z, styled as Et, alpha as Mt } from "@mui/material/styles";
|
|
12
|
-
import { useItemTooltip as At, ChartsTooltipContainer as Rt } from "@mui/x-charts/ChartsTooltip";
|
|
13
|
-
import { LineChart as kt } from "@mui/x-charts/LineChart";
|
|
14
|
-
import { u as Q } from "../useScreenSize-mWpmnh5w.mjs";
|
|
15
|
-
import { u as Ht } from "../useDimensions-CeDR9V8N.mjs";
|
|
16
|
-
import tt from "@mui/material/Card";
|
|
17
|
-
import ot from "@mui/material/CardContent";
|
|
18
|
-
import Ne from "@mui/material/Divider";
|
|
19
|
-
import Fe from "@mui/material/Grid";
|
|
20
|
-
import { b as nt } from "../Localization-DnoVyBNK.mjs";
|
|
21
|
-
import { u as R, l as q, f as $, a as fe, g as we, c as De, B as ye, D as st, e as Be, i as rt } from "../hooks-97sNJ_lf.mjs";
|
|
22
|
-
import { C as xe } from "../CurrencyText-CCbE6MmF.mjs";
|
|
23
|
-
import { a as Re, C as $e, b as Nt } from "../Category-DEKZGLYe.mjs";
|
|
24
|
-
import { f as X, D as G } from "../DateFormats-HudZ3Bjs.mjs";
|
|
25
|
-
import { f as re, a as Wt } from "../NumberFormatting--XMeeBfr.mjs";
|
|
26
|
-
import { a as Ke, c as Ot, g as Gt } from "../TrendsUtil-D9z3kIj_.mjs";
|
|
27
|
-
import { c as Bt, i as Pt, d as Vt, e as zt, g as at, b as it, f as Ye } from "../SpendingData-Fii_xATx.mjs";
|
|
28
|
-
import Ft from "@mui/material/ToggleButton";
|
|
29
|
-
import $t from "@mui/material/ToggleButtonGroup";
|
|
30
|
-
import { parseISO as lt } from "date-fns/parseISO";
|
|
31
|
-
import { H as ke } from "../HeaderCell-P8w6CmfO.mjs";
|
|
32
|
-
import { T as W, a as Kt } from "../ViewMoreMicroCard-B4oeGrbE.mjs";
|
|
33
|
-
import { useGridApiContext as Yt, useGridRootProps as jt, DataGridPro as Ut } from "@mui/x-data-grid-pro";
|
|
34
|
-
import Xt from "@mui/material/Badge";
|
|
35
|
-
import Zt from "@mui/material/IconButton";
|
|
36
|
-
import { A as w } from "../Analytics-D-jdcL72.mjs";
|
|
37
|
-
import { T as ct } from "../EmbeddedCard-AdIOFTGI.mjs";
|
|
38
|
-
import { T as dt } from "../TransactionDetails-naGZa2sb.mjs";
|
|
39
|
-
import { D as Pe } from "../Drawer-CWQYTC6t.mjs";
|
|
40
|
-
import { u as Ie } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
41
|
-
import { L as Le } from "../Loader-CxeBwuPG.mjs";
|
|
42
|
-
import { W as ut } from "../WidgetContainer-BBzwzqOz.mjs";
|
|
43
|
-
import { L as Ve } from "../LineChart-CUfiH86G.mjs";
|
|
44
|
-
import { M as Qt } from "../MiniWidgetContainer-Bmv_WeUd.mjs";
|
|
45
|
-
import { subMonths as qt } from "date-fns";
|
|
46
|
-
import { TrendingUp as Jt, TrendingDown as eo, MultilineChart as to, ExpandLess as oo, ExpandMore as no, ChevronRight as so, ArrowBack as ro } from "@mxenabled/mx-icons";
|
|
47
|
-
import { M as ao } from "../MicroWidgetContainer-B2NnKBgW.mjs";
|
|
48
|
-
import io from "@mui/material/Collapse";
|
|
49
|
-
import We from "@mui/material/List";
|
|
50
|
-
import mt from "@mui/material/ListItem";
|
|
51
|
-
import lo from "@mui/material/ListItemButton";
|
|
52
|
-
import co from "@mui/material/ListItemIcon";
|
|
53
|
-
import ht from "@mui/material/ListItemText";
|
|
54
|
-
import { g as Oe } from "../TransactionUtils-BphBJBbU.mjs";
|
|
55
|
-
import { L as uo } from "../ListItemRow-kH1rn8Xu.mjs";
|
|
56
|
-
import { Stack as mo } from "@mui/material";
|
|
57
|
-
import ho from "@mui/material/ListItemAvatar";
|
|
58
|
-
import { E as go } from "../ExportCsvAction-CuQY5irL.mjs";
|
|
59
|
-
import { u as po } from "../useInsightsEnabled-D5Sdm0TJ.mjs";
|
|
60
|
-
import { E as fo } from "../EmptyState-CJUDc3kD.mjs";
|
|
61
|
-
import { C as yo } from "../ConnectDrawer-BQ9ouCgh.mjs";
|
|
62
|
-
const gt = ({ categoryGuid: t, topLevelCategoryGuid: n }) => {
|
|
63
|
-
const { categories: s } = R(), { getCategoryName: o } = q(), r = o(t);
|
|
64
|
-
return /* @__PURE__ */ C(S, { alignItems: "center", direction: "column", gap: "8", justifyContent: "center", mb: 4, children: [
|
|
65
|
-
/* @__PURE__ */ e(
|
|
66
|
-
H,
|
|
67
|
-
{
|
|
68
|
-
"aria-label": nt(s.category_icon_label_aria, r),
|
|
69
|
-
mb: 4,
|
|
70
|
-
role: "img",
|
|
71
|
-
children: /* @__PURE__ */ e(ve, { categoryGuid: n })
|
|
72
|
-
}
|
|
73
|
-
),
|
|
74
|
-
/* @__PURE__ */ e(F, { variant: "body1", children: r })
|
|
75
|
-
] });
|
|
76
|
-
}, Co = ({
|
|
77
|
-
categoryGuids: { guid: t, topLevelGuid: n },
|
|
78
|
-
hoveredAreaData: s,
|
|
79
|
-
cursorPosition: o,
|
|
80
|
-
chartContainerRef: r
|
|
81
|
-
}) => {
|
|
82
|
-
const c = Z(), a = wt(null), [d, u] = Dt({ x: o.x, y: o.y });
|
|
83
|
-
if (It(() => {
|
|
84
|
-
(() => {
|
|
85
|
-
const m = a.current, _ = r.current;
|
|
86
|
-
if (!m || !_) return;
|
|
87
|
-
const h = m.getBoundingClientRect(), p = _.getBoundingClientRect();
|
|
88
|
-
let y = o.x, T = o.y;
|
|
89
|
-
y + h.width * 2 > p.right ? y = o.x - h.width : y - h.width < p.left && (y = o.x), T + h.height * 2 > p.bottom && (T = o.y - h.height), u({ x: y, y: T });
|
|
90
|
-
})();
|
|
91
|
-
}, [o, r]), !s) return null;
|
|
92
|
-
const i = s.reduce((f, m) => f + m.y, 0);
|
|
93
|
-
return /* @__PURE__ */ e(
|
|
94
|
-
tt,
|
|
95
|
-
{
|
|
96
|
-
ref: a,
|
|
97
|
-
sx: {
|
|
98
|
-
position: "absolute",
|
|
99
|
-
top: d.y,
|
|
100
|
-
left: d.x,
|
|
101
|
-
width: 250,
|
|
102
|
-
pointerEvents: "none"
|
|
103
|
-
},
|
|
104
|
-
children: /* @__PURE__ */ C(ot, { children: [
|
|
105
|
-
/* @__PURE__ */ C(H, { alignItems: "center", display: "flex", flexDirection: "column", children: [
|
|
106
|
-
/* @__PURE__ */ e(gt, { categoryGuid: t, topLevelCategoryGuid: n }),
|
|
107
|
-
/* @__PURE__ */ e(F, { variant: "body2", children: `${s.length}-month total` }),
|
|
108
|
-
/* @__PURE__ */ e(xe, { amount: i, bold: !0, formatString: "0,0", variant: "body2" })
|
|
109
|
-
] }),
|
|
110
|
-
/* @__PURE__ */ e(Ne, { sx: { my: 16, width: "100%" } }),
|
|
111
|
-
/* @__PURE__ */ e(Fe, { container: !0, children: s.map((f, m) => /* @__PURE__ */ C(g.Fragment, { children: [
|
|
112
|
-
m > 0 && m % 3 === 0 && /* @__PURE__ */ e(Ne, { sx: { my: 16, width: "100%" } }),
|
|
113
|
-
/* @__PURE__ */ e(Fe, { size: 4, children: /* @__PURE__ */ C(H, { alignItems: "center", display: "flex", flexDirection: "column", children: [
|
|
114
|
-
/* @__PURE__ */ e(F, { color: c.palette.text.secondary, variant: "caption", children: f.x }),
|
|
115
|
-
/* @__PURE__ */ e(
|
|
116
|
-
xe,
|
|
117
|
-
{
|
|
118
|
-
amount: f.y,
|
|
119
|
-
bold: !0,
|
|
120
|
-
formatString: "0,0",
|
|
121
|
-
variant: "body1"
|
|
122
|
-
}
|
|
123
|
-
)
|
|
124
|
-
] }) })
|
|
125
|
-
] }, m)) })
|
|
126
|
-
] })
|
|
127
|
-
}
|
|
128
|
-
);
|
|
129
|
-
}, _o = A(Co), bo = ({
|
|
130
|
-
sx: t,
|
|
131
|
-
categoryGuids: n,
|
|
132
|
-
hoveredLegend: s,
|
|
133
|
-
legendRef: o,
|
|
134
|
-
onHoverLegend: r,
|
|
135
|
-
onClickLegend: c
|
|
136
|
-
}) => {
|
|
137
|
-
const { isMobile: a } = Q(), { getCategoryName: d } = q();
|
|
138
|
-
return /* @__PURE__ */ e(
|
|
139
|
-
S,
|
|
140
|
-
{
|
|
141
|
-
direction: "row",
|
|
142
|
-
flexWrap: "wrap",
|
|
143
|
-
gap: a ? 2 : 6,
|
|
144
|
-
justifyContent: "start",
|
|
145
|
-
ref: o,
|
|
146
|
-
sx: t,
|
|
147
|
-
children: n.map(({ guid: u, top_level_guid: i }) => {
|
|
148
|
-
const f = s === u, m = Re[u], _ = Re[i], h = m ?? _ ?? Re.default, p = h + "33";
|
|
149
|
-
return /* @__PURE__ */ C(
|
|
150
|
-
Te,
|
|
151
|
-
{
|
|
152
|
-
onClick: () => c(u),
|
|
153
|
-
onMouseEnter: () => r(u),
|
|
154
|
-
onMouseLeave: () => r(null),
|
|
155
|
-
sx: {
|
|
156
|
-
color: "text.primary",
|
|
157
|
-
fontWeight: "normal",
|
|
158
|
-
display: "flex",
|
|
159
|
-
justifyContent: "center",
|
|
160
|
-
alignItems: "center",
|
|
161
|
-
paddingX: 8,
|
|
162
|
-
paddingY: 4,
|
|
163
|
-
borderRadius: 1,
|
|
164
|
-
opacity: f ? 1 : 0.7
|
|
165
|
-
},
|
|
166
|
-
children: [
|
|
167
|
-
/* @__PURE__ */ e(
|
|
168
|
-
H,
|
|
169
|
-
{
|
|
170
|
-
sx: {
|
|
171
|
-
width: 16,
|
|
172
|
-
height: 16,
|
|
173
|
-
marginRight: a ? 5 : 10,
|
|
174
|
-
borderRadius: "2px",
|
|
175
|
-
backgroundColor: s ? f ? h : p : h
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
),
|
|
179
|
-
/* @__PURE__ */ e(F, { variant: "body1", children: d(u) })
|
|
180
|
-
]
|
|
181
|
-
},
|
|
182
|
-
u
|
|
183
|
-
);
|
|
184
|
-
})
|
|
185
|
-
}
|
|
186
|
-
);
|
|
187
|
-
}, To = ({
|
|
188
|
-
categoryGuids: { guid: t, topLevelGuid: n },
|
|
189
|
-
series: s,
|
|
190
|
-
xData: o
|
|
191
|
-
}) => {
|
|
192
|
-
const r = At(), c = Z();
|
|
193
|
-
if (!r?.identifier) return null;
|
|
194
|
-
const { dataIndex: a, seriesId: d } = r.identifier;
|
|
195
|
-
if (a == null || !d) return null;
|
|
196
|
-
const i = s.find((m) => m.id === d)?.data?.[a], f = o?.[a];
|
|
197
|
-
return i === void 0 || !f ? null : /* @__PURE__ */ e(tt, { sx: { pt: 4, px: 8 }, children: /* @__PURE__ */ e(ot, { children: /* @__PURE__ */ C(H, { alignItems: "center", display: "flex", flexDirection: "column", children: [
|
|
198
|
-
/* @__PURE__ */ e(gt, { categoryGuid: t, topLevelCategoryGuid: n }),
|
|
199
|
-
/* @__PURE__ */ e(F, { color: c.palette.text.secondary, variant: "body2", children: X(f, G.MONTH_SHORT_YEAR) }),
|
|
200
|
-
/* @__PURE__ */ e(xe, { amount: String(i), bold: !0, formatString: "0,0", variant: "body1" })
|
|
201
|
-
] }) }) });
|
|
202
|
-
}, So = ({
|
|
203
|
-
onHoverArea: t,
|
|
204
|
-
onHoverPoint: n,
|
|
205
|
-
onHoverLegend: s,
|
|
206
|
-
onClickLegend: o,
|
|
207
|
-
stackedDatasets: r,
|
|
208
|
-
unstackedDatasets: c = [],
|
|
209
|
-
availableHeight: a = 0,
|
|
210
|
-
minimumHeight: d = 350
|
|
211
|
-
}) => {
|
|
212
|
-
const u = Z(), { isMobile: i } = Q(), [f, { height: m }] = Ht(), _ = g.useRef(null), [h, p] = g.useState(0);
|
|
213
|
-
g.useEffect(() => {
|
|
214
|
-
const l = Math.max(a - m, d);
|
|
215
|
-
p(l);
|
|
216
|
-
}, [a, m]);
|
|
217
|
-
const [y, T] = g.useState(null), [N, x] = g.useState({
|
|
218
|
-
hoveredSeriesId: null,
|
|
219
|
-
hoveredAreaData: null,
|
|
220
|
-
isAreaHovered: !1,
|
|
221
|
-
cursorPos: { x: 0, y: 0 }
|
|
222
|
-
}), { hoveredSeriesId: L, hoveredAreaData: M, isAreaHovered: E, cursorPos: v } = N, K = E && L && M, ae = !K, Y = [...r, ...c], J = Y[0]?.dataset.length ?? 0, P = Y.flatMap((l) => l.dataset.map((b) => b.x)), V = Y.flatMap((l) => l.dataset.map((b) => b.y)), O = r[0]?.dataset?.map(
|
|
223
|
-
(l, b) => r.reduce((I, z) => I + z.dataset[b]?.y || 0, 0)
|
|
224
|
-
) ?? [0], ee = Math.max(...O), Ce = Math.max(
|
|
225
|
-
...c.flatMap((l) => l.dataset.map((b) => b.y))
|
|
226
|
-
), ie = Math.floor(Math.min(...V) / 100) * 100, te = Math.ceil(Math.max(ee, Ce) / 100) * 100, j = r.map((l, b) => ({
|
|
227
|
-
id: `stacked-${b}`,
|
|
228
|
-
guid: l.category_guid,
|
|
229
|
-
top_level_guid: l.top_level_category_guid,
|
|
230
|
-
area: !0,
|
|
231
|
-
color: r[b].category_color ?? u.palette.primary.main,
|
|
232
|
-
data: l.dataset.map((I) => I.y),
|
|
233
|
-
label: r[b].category_name,
|
|
234
|
-
stack: "total",
|
|
235
|
-
type: "line",
|
|
236
|
-
highlightScope: { highlight: "item" },
|
|
237
|
-
valueFormatter: (I) => re(I, "0,0")
|
|
238
|
-
})), ne = c.map((l, b) => ({
|
|
239
|
-
id: `unstacked-${b}`,
|
|
240
|
-
guid: l.category_guid,
|
|
241
|
-
top_level_guid: l.top_level_category_guid,
|
|
242
|
-
area: !1,
|
|
243
|
-
color: l.category_color,
|
|
244
|
-
data: l.dataset.map((I) => I.y),
|
|
245
|
-
label: l.category_name,
|
|
246
|
-
type: "line",
|
|
247
|
-
valueFormatter: (I) => re(I, "0,0")
|
|
248
|
-
})), U = [...j, ...ne], de = [
|
|
249
|
-
...j.map(({ guid: l, top_level_guid: b }) => ({
|
|
250
|
-
guid: l,
|
|
251
|
-
top_level_guid: b
|
|
252
|
-
})),
|
|
253
|
-
...ne.map(({ guid: l, top_level_guid: b }) => ({
|
|
254
|
-
guid: l,
|
|
255
|
-
top_level_guid: b
|
|
256
|
-
}))
|
|
257
|
-
], B = (l) => {
|
|
258
|
-
const I = l.startsWith("stacked-") ? r[parseInt(l.split("-")[1])] : c[parseInt(l.split("-")[1])];
|
|
259
|
-
return {
|
|
260
|
-
guid: I?.category_guid,
|
|
261
|
-
topLevelGuid: I?.top_level_category_guid
|
|
262
|
-
};
|
|
263
|
-
}, ue = (l) => {
|
|
264
|
-
T(l), s?.(l ?? "");
|
|
265
|
-
}, se = (l) => {
|
|
266
|
-
o?.(l ?? "");
|
|
267
|
-
}, le = () => {
|
|
268
|
-
const l = B(String(L)).guid;
|
|
269
|
-
l && o?.(l);
|
|
270
|
-
}, ce = (l) => {
|
|
271
|
-
const b = String(l?.seriesId), I = B(b).guid, z = U.find((he) => he.id === b), Ee = z && l?.dataIndex !== void 0, _e = z && l?.dataIndex === void 0;
|
|
272
|
-
if (Ee)
|
|
273
|
-
x({
|
|
274
|
-
hoveredSeriesId: b,
|
|
275
|
-
hoveredAreaData: null,
|
|
276
|
-
isAreaHovered: !1,
|
|
277
|
-
cursorPos: v
|
|
278
|
-
}), n?.(I);
|
|
279
|
-
else if (_e) {
|
|
280
|
-
const he = z?.data.map((Me, Ae) => ({
|
|
281
|
-
x: P[Ae],
|
|
282
|
-
y: Me
|
|
283
|
-
})) ?? [];
|
|
284
|
-
x({
|
|
285
|
-
hoveredSeriesId: b,
|
|
286
|
-
hoveredAreaData: he,
|
|
287
|
-
isAreaHovered: !0,
|
|
288
|
-
cursorPos: v
|
|
289
|
-
}), t?.(I);
|
|
290
|
-
} else
|
|
291
|
-
x({
|
|
292
|
-
hoveredSeriesId: null,
|
|
293
|
-
hoveredAreaData: null,
|
|
294
|
-
isAreaHovered: !1,
|
|
295
|
-
cursorPos: v
|
|
296
|
-
});
|
|
297
|
-
}, me = (l) => {
|
|
298
|
-
if (l.target instanceof Element && l.target.classList[0]?.includes("MuiMarkElement-root"))
|
|
299
|
-
return;
|
|
300
|
-
const b = l.currentTarget.getBoundingClientRect();
|
|
301
|
-
x((I) => ({
|
|
302
|
-
...I,
|
|
303
|
-
cursorPos: {
|
|
304
|
-
x: l.clientX - b.left,
|
|
305
|
-
y: l.clientY - b.top
|
|
306
|
-
}
|
|
307
|
-
}));
|
|
308
|
-
}, D = {
|
|
309
|
-
p: 4,
|
|
310
|
-
"& .MuiBarLabel-root": {
|
|
311
|
-
fontSize: 10,
|
|
312
|
-
fontWeight: 600
|
|
313
|
-
},
|
|
314
|
-
"& .MuiAreaElement-root": {
|
|
315
|
-
opacity: 0.4,
|
|
316
|
-
transition: "opacity 0.3s ease"
|
|
317
|
-
},
|
|
318
|
-
"& .MuiAreaElement-root:hover": {
|
|
319
|
-
opacity: 1
|
|
320
|
-
},
|
|
321
|
-
'& [class*="MuiLineElement-series-unstacked-"]': {
|
|
322
|
-
strokeWidth: 3
|
|
323
|
-
},
|
|
324
|
-
...y && j.reduce((l, b, I) => {
|
|
325
|
-
const z = `.MuiAreaElement-series-stacked-${I}`;
|
|
326
|
-
return l[z] = {
|
|
327
|
-
opacity: j[I].guid === y ? 0.9 : 0.2
|
|
328
|
-
}, l;
|
|
329
|
-
}, {})
|
|
330
|
-
};
|
|
331
|
-
return /* @__PURE__ */ e(
|
|
332
|
-
H,
|
|
333
|
-
{
|
|
334
|
-
onMouseMove: me,
|
|
335
|
-
ref: _,
|
|
336
|
-
sx: {
|
|
337
|
-
position: "relative",
|
|
338
|
-
touchAction: "pan-y",
|
|
339
|
-
"& svg": {
|
|
340
|
-
touchAction: "pan-y",
|
|
341
|
-
userSelect: "none"
|
|
342
|
-
},
|
|
343
|
-
"& .recharts-wrapper": {
|
|
344
|
-
touchAction: "pan-y"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
children: /* @__PURE__ */ C(
|
|
348
|
-
S,
|
|
349
|
-
{
|
|
350
|
-
direction: { xs: "column", md: "column" },
|
|
351
|
-
spacing: { xs: 0, md: 4 },
|
|
352
|
-
sx: { width: "100%", position: "relative" },
|
|
353
|
-
children: [
|
|
354
|
-
/* @__PURE__ */ e(
|
|
355
|
-
kt,
|
|
356
|
-
{
|
|
357
|
-
height: h,
|
|
358
|
-
hideLegend: !0,
|
|
359
|
-
margin: { bottom: 24, left: 12, right: 54, top: 48 },
|
|
360
|
-
onAreaClick: le,
|
|
361
|
-
onHighlightChange: ce,
|
|
362
|
-
series: U,
|
|
363
|
-
skipAnimation: !0,
|
|
364
|
-
slotProps: {
|
|
365
|
-
tooltip: { trigger: ae ? "item" : "none" }
|
|
366
|
-
},
|
|
367
|
-
slots: {
|
|
368
|
-
tooltip: ae && L ? (l) => /* @__PURE__ */ e(Rt, { children: /* @__PURE__ */ e(
|
|
369
|
-
To,
|
|
370
|
-
{
|
|
371
|
-
...l,
|
|
372
|
-
categoryGuids: B(L),
|
|
373
|
-
series: U,
|
|
374
|
-
xData: P
|
|
375
|
-
}
|
|
376
|
-
) }) : void 0
|
|
377
|
-
},
|
|
378
|
-
sx: D,
|
|
379
|
-
xAxis: [
|
|
380
|
-
{
|
|
381
|
-
data: P,
|
|
382
|
-
scaleType: "time",
|
|
383
|
-
valueFormatter: (l) => X(l, G.MONTH_SHORT_YEAR),
|
|
384
|
-
tickNumber: J
|
|
385
|
-
// How many ticks to show on the x-axis
|
|
386
|
-
}
|
|
387
|
-
],
|
|
388
|
-
yAxis: [
|
|
389
|
-
{
|
|
390
|
-
min: ie,
|
|
391
|
-
max: te || 100,
|
|
392
|
-
valueFormatter: (l) => Lt(l).format("0a")
|
|
393
|
-
}
|
|
394
|
-
]
|
|
395
|
-
}
|
|
396
|
-
),
|
|
397
|
-
/* @__PURE__ */ e(
|
|
398
|
-
bo,
|
|
399
|
-
{
|
|
400
|
-
categoryGuids: de,
|
|
401
|
-
hoveredLegend: y,
|
|
402
|
-
legendRef: f,
|
|
403
|
-
onClickLegend: se,
|
|
404
|
-
onHoverLegend: ue,
|
|
405
|
-
sx: { px: i ? 0 : 24 }
|
|
406
|
-
}
|
|
407
|
-
),
|
|
408
|
-
K && /* @__PURE__ */ e(
|
|
409
|
-
_o,
|
|
410
|
-
{
|
|
411
|
-
categoryGuids: B(L),
|
|
412
|
-
chartContainerRef: _,
|
|
413
|
-
cursorPosition: v,
|
|
414
|
-
hoveredAreaData: M.map((l) => ({
|
|
415
|
-
...l,
|
|
416
|
-
x: X(l.x, G.MONTH_SHORT_YEAR)
|
|
417
|
-
}))
|
|
418
|
-
}
|
|
419
|
-
)
|
|
420
|
-
]
|
|
421
|
-
}
|
|
422
|
-
)
|
|
423
|
-
}
|
|
424
|
-
);
|
|
425
|
-
}, pt = ({ selectedTab: t, onTabChange: n }) => {
|
|
426
|
-
const { common: s } = R();
|
|
427
|
-
return /* @__PURE__ */ e(
|
|
428
|
-
$t,
|
|
429
|
-
{
|
|
430
|
-
"aria-label": s.view_toggle,
|
|
431
|
-
exclusive: !0,
|
|
432
|
-
onChange: n,
|
|
433
|
-
orientation: "horizontal",
|
|
434
|
-
value: t,
|
|
435
|
-
children: ["Chart", "Table"].map((o) => /* @__PURE__ */ e(
|
|
436
|
-
Ft,
|
|
437
|
-
{
|
|
438
|
-
"aria-label": o === "Chart" ? s.view_chart : s.view_table,
|
|
439
|
-
"aria-pressed": t === o,
|
|
440
|
-
color: "primary",
|
|
441
|
-
sx: { width: 56 },
|
|
442
|
-
value: o,
|
|
443
|
-
children: o === "Chart" ? /* @__PURE__ */ e(He, { name: "table_chart_view" }) : /* @__PURE__ */ e(He, { name: "format_list_bulleted" })
|
|
444
|
-
},
|
|
445
|
-
o
|
|
446
|
-
))
|
|
447
|
-
}
|
|
448
|
-
);
|
|
449
|
-
}, ft = ({ selectedDateRange: t, selectedCategoryGuid: n }) => {
|
|
450
|
-
const { trends: s } = R(), { isMobile: o, isDesktop: r } = Q(), { getCategoryName: c } = q(), a = g.useMemo(() => {
|
|
451
|
-
const i = t.start.getFullYear() === t.end.getFullYear() ? X(
|
|
452
|
-
t.start,
|
|
453
|
-
o ? G.MONTH_SHORT : G.MONTH_LONG
|
|
454
|
-
) : X(
|
|
455
|
-
t.start,
|
|
456
|
-
o ? G.MONTH_SHORT_YEAR : G.MONTH_YEAR
|
|
457
|
-
), f = X(
|
|
458
|
-
t.end,
|
|
459
|
-
o ? G.MONTH_SHORT_YEAR : G.MONTH_YEAR
|
|
460
|
-
);
|
|
461
|
-
return `${i} - ${f}`;
|
|
462
|
-
}, [t, o]), u = c(n) || (o ? s.sub_title : s.sub_title_by_category);
|
|
463
|
-
return /* @__PURE__ */ C(H, { children: [
|
|
464
|
-
/* @__PURE__ */ e(
|
|
465
|
-
Ge,
|
|
466
|
-
{
|
|
467
|
-
sx: {
|
|
468
|
-
fontSize: r ? null : 15,
|
|
469
|
-
overflow: "visible",
|
|
470
|
-
textOverflow: "unset"
|
|
471
|
-
},
|
|
472
|
-
children: u
|
|
473
|
-
}
|
|
474
|
-
),
|
|
475
|
-
/* @__PURE__ */ e(F, { variant: r ? "subtitle1" : "body2", children: a })
|
|
476
|
-
] });
|
|
477
|
-
}, xo = (t) => {
|
|
478
|
-
const n = t.id === "total";
|
|
479
|
-
return /* @__PURE__ */ C(S, { alignItems: "center", direction: "row", role: "rowheader", tabIndex: t.tabIndex, children: [
|
|
480
|
-
!n && /* @__PURE__ */ e(H, { "aria-hidden": !0, children: /* @__PURE__ */ e(ve, { categoryGuid: t.row.top_level_category_guid, variant: "twotone" }) }),
|
|
481
|
-
/* @__PURE__ */ e(F, { bold: n, sx: { ml: 12 }, variant: n ? "body1" : "body2", children: t.row.category })
|
|
482
|
-
] });
|
|
483
|
-
}, je = (t) => {
|
|
484
|
-
const n = t.row.category_guid, s = t.row.top_level_category_guid, o = n === $e.INCOME || s === $e.INCOME, r = t.id === "total", c = t.field === "total", a = c ? t.row[t.field] : t.row.monthlyAmounts[t.field];
|
|
485
|
-
return /* @__PURE__ */ e(S, { alignItems: "flex-end", direction: "row", tabIndex: t.tabIndex, children: /* @__PURE__ */ e(
|
|
486
|
-
xe,
|
|
487
|
-
{
|
|
488
|
-
amount: o ? Math.abs(a) : a,
|
|
489
|
-
isIncome: o,
|
|
490
|
-
sx: { fontWeight: o || c || r ? 600 : 500 },
|
|
491
|
-
symbol: o ? "+" : void 0,
|
|
492
|
-
variant: r ? "body1" : "body2"
|
|
493
|
-
}
|
|
494
|
-
) });
|
|
495
|
-
}, Ue = (t, n) => {
|
|
496
|
-
const s = X(lt(n.isoDate), G.MONTH_LONG);
|
|
497
|
-
return t[s] = n.amount, t;
|
|
498
|
-
}, Xe = (t) => (n, s) => {
|
|
499
|
-
const o = X(lt(s.isoDate), G.MONTH_LONG);
|
|
500
|
-
return n + (t.includes(o) ? s.amount : 0);
|
|
501
|
-
}, vo = (t, n) => {
|
|
502
|
-
const s = [], o = new Date(t);
|
|
503
|
-
for (; o <= n; ) {
|
|
504
|
-
const r = X(o, G.MONTH_LONG);
|
|
505
|
-
s.push(r), o.setMonth(o.getMonth() + 1);
|
|
506
|
-
}
|
|
507
|
-
return s;
|
|
508
|
-
}, wo = (t, n) => {
|
|
509
|
-
const s = {
|
|
510
|
-
field: "category",
|
|
511
|
-
flex: 1,
|
|
512
|
-
headerClassName: "trends-table-header",
|
|
513
|
-
headerName: n.category_title,
|
|
514
|
-
minWidth: 210,
|
|
515
|
-
renderHeader: ke,
|
|
516
|
-
renderCell: xo,
|
|
517
|
-
sortable: !0,
|
|
518
|
-
sortComparator: Ot,
|
|
519
|
-
type: "string"
|
|
520
|
-
}, o = t.map((c) => ({
|
|
521
|
-
field: c,
|
|
522
|
-
flex: 1,
|
|
523
|
-
headerClassName: "trends-table-header",
|
|
524
|
-
headerName: c,
|
|
525
|
-
minWidth: 100,
|
|
526
|
-
renderHeader: ke,
|
|
527
|
-
renderCell: je,
|
|
528
|
-
align: "center",
|
|
529
|
-
headerAlign: "center",
|
|
530
|
-
sortable: !0,
|
|
531
|
-
hideSortIcons: !1,
|
|
532
|
-
type: "number",
|
|
533
|
-
sortComparator: Ke,
|
|
534
|
-
valueGetter: (a, d) => d.monthlyAmounts?.[c] ?? 0
|
|
535
|
-
})), r = {
|
|
536
|
-
field: "total",
|
|
537
|
-
flex: 1,
|
|
538
|
-
headerClassName: "trends-table-header",
|
|
539
|
-
headerName: n.table_column_total,
|
|
540
|
-
minWidth: 100,
|
|
541
|
-
renderHeader: ke,
|
|
542
|
-
renderCell: je,
|
|
543
|
-
align: "center",
|
|
544
|
-
headerAlign: "center",
|
|
545
|
-
sortable: !0,
|
|
546
|
-
hideSortIcons: !1,
|
|
547
|
-
type: "number",
|
|
548
|
-
sortComparator: Ke
|
|
549
|
-
};
|
|
550
|
-
return [s, ...o, r];
|
|
551
|
-
}, Ze = (t, n, s, o, r) => {
|
|
552
|
-
const c = t.filter((a) => a.is_income === s).map((a) => {
|
|
553
|
-
let d = a.totalMonthlyAmounts;
|
|
554
|
-
return r && (d = a.monthlyAmounts), {
|
|
555
|
-
id: a.guid,
|
|
556
|
-
category: a.name,
|
|
557
|
-
category_guid: a.guid,
|
|
558
|
-
isParent: !1,
|
|
559
|
-
top_level_category_guid: a.parent_guid || a.guid,
|
|
560
|
-
total: d.reduce(Xe(o), 0),
|
|
561
|
-
monthlyAmounts: d.reduce(Ue, {})
|
|
562
|
-
};
|
|
563
|
-
});
|
|
564
|
-
if (r && r.is_income === s) {
|
|
565
|
-
const a = r.monthlyAmounts.reduce(Xe(o), 0);
|
|
566
|
-
a !== 0 && c.push({
|
|
567
|
-
id: `sub-${r.guid}`,
|
|
568
|
-
category: nt(n.category_general, r.name),
|
|
569
|
-
category_guid: r.guid,
|
|
570
|
-
isParent: !0,
|
|
571
|
-
top_level_category_guid: r.guid,
|
|
572
|
-
total: a,
|
|
573
|
-
monthlyAmounts: r.monthlyAmounts.reduce(Ue, {})
|
|
574
|
-
});
|
|
575
|
-
}
|
|
576
|
-
return c;
|
|
577
|
-
}, Do = Et("div")({
|
|
578
|
-
display: "flex",
|
|
579
|
-
visibility: "hidden",
|
|
580
|
-
width: 0
|
|
581
|
-
});
|
|
582
|
-
function Io({
|
|
583
|
-
direction: t,
|
|
584
|
-
index: n,
|
|
585
|
-
sortingOrder: s,
|
|
586
|
-
disabled: o,
|
|
587
|
-
className: r,
|
|
588
|
-
field: c
|
|
589
|
-
}) {
|
|
590
|
-
const a = Yt(), d = jt();
|
|
591
|
-
let u = null;
|
|
592
|
-
const i = {};
|
|
593
|
-
if (t === "asc" ? u = d.slots.columnSortedAscendingIcon : t === "desc" ? u = d.slots.columnSortedDescendingIcon : (u = d.slots.columnUnsortedIcon ?? null, i.sortingOrder = s), !u) return null;
|
|
594
|
-
const m = a.current.getColumn(c)?.headerName ?? c;
|
|
595
|
-
let _ = "";
|
|
596
|
-
t === "asc" ? _ = ", sorted ascending" : t === "desc" && (_ = ", sorted descending");
|
|
597
|
-
const h = ["Total", "Category"].includes(m) ? "" : " category totals", p = `Sort by ${m}${h}${_}`, y = /* @__PURE__ */ e(u, { className: "MuiDataGrid-sortIcon", fontSize: "small", ...i }), T = /* @__PURE__ */ e(
|
|
598
|
-
Zt,
|
|
599
|
-
{
|
|
600
|
-
disabled: o,
|
|
601
|
-
size: "small",
|
|
602
|
-
tabIndex: -1,
|
|
603
|
-
...d.slotProps?.baseIconButton,
|
|
604
|
-
"aria-label": p,
|
|
605
|
-
className: `MuiDataGrid-sortButton${r ? ` ${r}` : ""}`,
|
|
606
|
-
title: p,
|
|
607
|
-
children: y
|
|
608
|
-
}
|
|
609
|
-
);
|
|
610
|
-
return /* @__PURE__ */ e(Do, { className: "MuiDataGrid-iconButtonContainer", children: n != null ? /* @__PURE__ */ e(Xt, { badgeContent: n, color: "default", overlap: "circular", children: T }) : T });
|
|
611
|
-
}
|
|
612
|
-
const Lo = g.memo(Io), Qe = ({
|
|
613
|
-
columns: t,
|
|
614
|
-
onRowClick: n,
|
|
615
|
-
parentCategory: s,
|
|
616
|
-
rows: o,
|
|
617
|
-
totalRow: r
|
|
618
|
-
}) => {
|
|
619
|
-
const c = Z(), { onEvent: a } = $(), d = c.palette.mode === "light";
|
|
620
|
-
return /* @__PURE__ */ e(
|
|
621
|
-
Ut,
|
|
622
|
-
{
|
|
623
|
-
columns: t,
|
|
624
|
-
disableColumnFilter: !0,
|
|
625
|
-
disableColumnMenu: !0,
|
|
626
|
-
hideFooter: !0,
|
|
627
|
-
initialState: { sorting: { sortModel: [{ field: "category", sort: "asc" }] } },
|
|
628
|
-
onRowClick: (u) => {
|
|
629
|
-
s || n?.(u.row.category_guid), a(w.TRENDS_CLICK_LIST_ITEM, {
|
|
630
|
-
...W,
|
|
631
|
-
listItem: Nt[u.row.category_guid]
|
|
632
|
-
});
|
|
633
|
-
},
|
|
634
|
-
pinnedRows: {
|
|
635
|
-
bottom: r ? [r] : []
|
|
636
|
-
},
|
|
637
|
-
rowHeight: 64,
|
|
638
|
-
rows: o,
|
|
639
|
-
slotProps: { baseIconButton: { color: "secondary", sx: { ml: 8 } } },
|
|
640
|
-
slots: { columnHeaderSortIcon: Lo },
|
|
641
|
-
sortingOrder: ["asc", "desc"],
|
|
642
|
-
sx: {
|
|
643
|
-
borderColor: "divider",
|
|
644
|
-
borderWidth: 1,
|
|
645
|
-
borderStyle: "solid",
|
|
646
|
-
borderRadius: 2,
|
|
647
|
-
"& .MuiDataGrid-columnHeaders": {
|
|
648
|
-
bgcolor: d ? "neutral.50" : "neutral.800",
|
|
649
|
-
borderBottom: "none"
|
|
650
|
-
},
|
|
651
|
-
"& .trends-table-header": {
|
|
652
|
-
bgcolor: d ? "neutral.50" : "neutral.800"
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
}
|
|
656
|
-
);
|
|
657
|
-
}, yt = ({
|
|
658
|
-
selectedDateRange: t,
|
|
659
|
-
selectedCategory: n,
|
|
660
|
-
onClickRow: s,
|
|
661
|
-
height: o = "100%",
|
|
662
|
-
sx: r = {}
|
|
663
|
-
}) => {
|
|
664
|
-
const { trends: c } = R(), { trendsCategories: a } = q(), d = g.useMemo(() => vo(t.start, t.end), [t]), u = g.useMemo(() => wo(d, c), [d, c]), i = g.useMemo(() => {
|
|
665
|
-
if (n)
|
|
666
|
-
return a.find((h) => h.guid === n);
|
|
667
|
-
}, [n, a]), [f, m] = g.useMemo(() => {
|
|
668
|
-
let h = a;
|
|
669
|
-
return i && (h = i.subCategories.filter(
|
|
670
|
-
(p) => p.monthlyAmounts.some((y) => y.amount !== 0)
|
|
671
|
-
)), [
|
|
672
|
-
Ze(h, c, !0, d, i),
|
|
673
|
-
Ze(h, c, !1, d, i)
|
|
674
|
-
];
|
|
675
|
-
}, [a, d, i, c]), _ = {
|
|
676
|
-
id: "total",
|
|
677
|
-
category: c.table_column_total,
|
|
678
|
-
category_guid: "total",
|
|
679
|
-
isParent: !1,
|
|
680
|
-
top_level_category_guid: "total",
|
|
681
|
-
total: m.reduce((h, p) => h + p.total, 0),
|
|
682
|
-
monthlyAmounts: m.reduce(
|
|
683
|
-
(h, p) => (Object.entries(p.monthlyAmounts).forEach(([y, T]) => {
|
|
684
|
-
h[y] = (h[y] || 0) + T;
|
|
685
|
-
}), h),
|
|
686
|
-
{}
|
|
687
|
-
)
|
|
688
|
-
};
|
|
689
|
-
return /* @__PURE__ */ C(
|
|
690
|
-
S,
|
|
691
|
-
{
|
|
692
|
-
gap: 24,
|
|
693
|
-
sx: { height: o, width: "100%", overflowX: "auto", boxShadow: "none", ...r },
|
|
694
|
-
children: [
|
|
695
|
-
(!i || i && i.is_income) && /* @__PURE__ */ e(
|
|
696
|
-
Qe,
|
|
697
|
-
{
|
|
698
|
-
columns: u,
|
|
699
|
-
onRowClick: s,
|
|
700
|
-
parentCategory: i,
|
|
701
|
-
rows: f
|
|
702
|
-
}
|
|
703
|
-
),
|
|
704
|
-
(!i || i && !i.is_income) && /* @__PURE__ */ e(
|
|
705
|
-
Qe,
|
|
706
|
-
{
|
|
707
|
-
columns: u,
|
|
708
|
-
onRowClick: s,
|
|
709
|
-
parentCategory: i,
|
|
710
|
-
rows: m,
|
|
711
|
-
totalRow: _
|
|
712
|
-
}
|
|
713
|
-
)
|
|
714
|
-
]
|
|
715
|
-
}
|
|
716
|
-
);
|
|
717
|
-
}, Eo = {
|
|
718
|
-
title: "Transaction List"
|
|
719
|
-
}, Mo = ({
|
|
720
|
-
categoryGuid: t,
|
|
721
|
-
dateRange: n,
|
|
722
|
-
isOpen: s,
|
|
723
|
-
onClose: o
|
|
724
|
-
}) => {
|
|
725
|
-
const { onEvent: r } = $(), { selectedAccountGuids: c } = fe(), { common: a } = R(), { setFilter: d, sortedTransactions: u } = we(), [i, f] = g.useState(""), m = g.useMemo(
|
|
726
|
-
() => u.find((h) => h.guid === i),
|
|
727
|
-
[i, u]
|
|
728
|
-
);
|
|
729
|
-
g.useEffect(() => {
|
|
730
|
-
d({
|
|
731
|
-
accounts: c,
|
|
732
|
-
dateRange: n,
|
|
733
|
-
custom: (h) => t === "" || t === h.category_guid || t === h.top_level_category_guid,
|
|
734
|
-
showSplits: !!t
|
|
735
|
-
});
|
|
736
|
-
}, [c, t, n]), g.useEffect(() => r(w.TRENDS_VIEW_TRANSACTIONS), []);
|
|
737
|
-
const _ = () => {
|
|
738
|
-
f(""), o();
|
|
739
|
-
};
|
|
740
|
-
return /* @__PURE__ */ C(
|
|
741
|
-
Pe,
|
|
742
|
-
{
|
|
743
|
-
ariaLabelClose: a.close_aria,
|
|
744
|
-
isOpen: s,
|
|
745
|
-
onClose: _,
|
|
746
|
-
title: Eo.title,
|
|
747
|
-
children: [
|
|
748
|
-
m && /* @__PURE__ */ e(dt, { transaction: m }),
|
|
749
|
-
!m && /* @__PURE__ */ e(ct, { onClick: f })
|
|
750
|
-
]
|
|
751
|
-
}
|
|
752
|
-
);
|
|
753
|
-
}, Ao = A(Mo), Ro = ({ onBackClick: t, onMenuClick: n, sx: s }) => {
|
|
754
|
-
const { onEvent: o } = $(), { isDesktop: r, isTablet: c, isMobile: a } = Q(), { isAccountDataLoaded: d, loadAccountData: u } = De(), {
|
|
755
|
-
categoriesLoaded: i,
|
|
756
|
-
loadCategories: f,
|
|
757
|
-
loadDateRangeCategoryTotals: m,
|
|
758
|
-
loadMonthlyCategoryTotals: _,
|
|
759
|
-
monthlyCategoryTotals: h,
|
|
760
|
-
getCategoryName: p
|
|
761
|
-
} = q(), {
|
|
762
|
-
isTransactionDataLoaded: y,
|
|
763
|
-
loadTransactionData: T,
|
|
764
|
-
sortedTransactions: N
|
|
765
|
-
} = we(), { selectedDateRange: x, setSelectedDateRange: L } = ye(), { isInitialized: M, selectedAccounts: E } = fe(), { trends: v } = R(), [K, ae] = g.useState(!1), [Y, J] = g.useState(!1), [P, V] = g.useState("Chart"), [O, ee] = g.useState(""), [Ce, ie] = g.useState(window.innerHeight), j = Ce - (a ? 315 : 345);
|
|
766
|
-
Ie({
|
|
767
|
-
widgetName: "TrendsFullWidget",
|
|
768
|
-
isLoaded: K
|
|
769
|
-
}), g.useEffect(() => {
|
|
770
|
-
const D = () => ie(window.innerHeight);
|
|
771
|
-
return window.addEventListener("resize", D), d || u().finally(), i || f().finally(), y || T().finally(), () => window.removeEventListener("resize", D);
|
|
772
|
-
}, []), g.useEffect(() => {
|
|
773
|
-
M && m(E, x.start, x.end).then(() => {
|
|
774
|
-
_(
|
|
775
|
-
E,
|
|
776
|
-
x.start,
|
|
777
|
-
x.end
|
|
778
|
-
);
|
|
779
|
-
}).finally(() => {
|
|
780
|
-
ae(!0), o(w.TRENDS_LOAD_WIDGET, {
|
|
781
|
-
...W,
|
|
782
|
-
time_period: `${Se(x.end, x.start)}M`
|
|
783
|
-
});
|
|
784
|
-
});
|
|
785
|
-
}, [M, E, x]);
|
|
786
|
-
const ne = g.useMemo(() => {
|
|
787
|
-
if (!K) return { stackedDatasets: [], unstackedDatasets: [] };
|
|
788
|
-
const D = Gt(
|
|
789
|
-
h,
|
|
790
|
-
x.start,
|
|
791
|
-
x.end
|
|
792
|
-
), l = O.length ? D.filter(
|
|
793
|
-
(b) => b.top_level_category_guid === O || b.category_guid === O
|
|
794
|
-
) : Bt(D);
|
|
795
|
-
return {
|
|
796
|
-
stackedDatasets: l.filter(Vt),
|
|
797
|
-
unstackedDatasets: l.filter(Pt)
|
|
798
|
-
};
|
|
799
|
-
}, [h, O, x]), U = (D, l) => {
|
|
800
|
-
V(l ?? P), o(w.TRENDS_CLICK_TOGGLE_VIEW);
|
|
801
|
-
}, de = (D) => {
|
|
802
|
-
const l = et(D?.[0], 1), b = D?.[1], I = Se(b, l);
|
|
803
|
-
L({ start: l, end: b }), o(w.TRENDS_CLICK_TIME_WINDOW, {
|
|
804
|
-
time_period: I + "M"
|
|
805
|
-
});
|
|
806
|
-
}, B = () => {
|
|
807
|
-
o(w.TRENDS_CLICK_FILTER);
|
|
808
|
-
}, ue = (D) => {
|
|
809
|
-
ee(D);
|
|
810
|
-
}, se = (D) => {
|
|
811
|
-
ee(D), o(w.TRENDS_CLICK_LEGEND, { category: p(D) });
|
|
812
|
-
}, le = (D) => {
|
|
813
|
-
o(w.TRENDS_HOVER_LEGEND, { category: p(D) });
|
|
814
|
-
}, ce = (D) => {
|
|
815
|
-
o(w.TRENDS_HOVER_AREA, { category: D });
|
|
816
|
-
}, me = (D) => {
|
|
817
|
-
o(w.TRENDS_HOVER_POINT, { category: D });
|
|
818
|
-
};
|
|
819
|
-
return !M || !K ? /* @__PURE__ */ e(Le, {}) : /* @__PURE__ */ C(
|
|
820
|
-
ut,
|
|
821
|
-
{
|
|
822
|
-
calendarActions: { onRangeChanged: de },
|
|
823
|
-
dateRange: x,
|
|
824
|
-
dateRangeVariant: "timeframebuttons",
|
|
825
|
-
onAccountsFilterClick: B,
|
|
826
|
-
onBackClick: t,
|
|
827
|
-
onMenuClick: n,
|
|
828
|
-
sx: s,
|
|
829
|
-
title: v.title,
|
|
830
|
-
children: [
|
|
831
|
-
/* @__PURE__ */ C(
|
|
832
|
-
S,
|
|
833
|
-
{
|
|
834
|
-
sx: {
|
|
835
|
-
// eslint-disable-next-line no-nested-ternary
|
|
836
|
-
px: r ? 48 : c ? 24 : 12
|
|
837
|
-
},
|
|
838
|
-
children: [
|
|
839
|
-
/* @__PURE__ */ C(
|
|
840
|
-
S,
|
|
841
|
-
{
|
|
842
|
-
flexDirection: "row",
|
|
843
|
-
justifyContent: "space-between",
|
|
844
|
-
sx: { pb: a ? 12 : 24, pt: a ? 24 : 48 },
|
|
845
|
-
children: [
|
|
846
|
-
/* @__PURE__ */ e(
|
|
847
|
-
ft,
|
|
848
|
-
{
|
|
849
|
-
selectedCategoryGuid: O,
|
|
850
|
-
selectedDateRange: x
|
|
851
|
-
}
|
|
852
|
-
),
|
|
853
|
-
/* @__PURE__ */ e(pt, { onTabChange: U, selectedTab: P })
|
|
854
|
-
]
|
|
855
|
-
}
|
|
856
|
-
),
|
|
857
|
-
/* @__PURE__ */ C(S, { alignItems: "center", flexDirection: "row", width: "100%", children: [
|
|
858
|
-
/* @__PURE__ */ e(H, { flexGrow: 1, children: O && /* @__PURE__ */ C(Te, { onClick: () => ee(""), sx: { p: 0, pr: 5 }, children: [
|
|
859
|
-
/* @__PURE__ */ e(He, { name: "arrow_back" }),
|
|
860
|
-
v.all_categories
|
|
861
|
-
] }) }),
|
|
862
|
-
/* @__PURE__ */ e(Te, { onClick: () => J(!0), sx: { px: 5 }, children: `${v.view_transactions} (${N.length})` })
|
|
863
|
-
] }),
|
|
864
|
-
/* @__PURE__ */ C(H, { children: [
|
|
865
|
-
P === "Chart" && /* @__PURE__ */ e(
|
|
866
|
-
So,
|
|
867
|
-
{
|
|
868
|
-
availableHeight: j,
|
|
869
|
-
onClickLegend: se,
|
|
870
|
-
onHoverArea: ce,
|
|
871
|
-
onHoverLegend: le,
|
|
872
|
-
onHoverPoint: me,
|
|
873
|
-
stackedDatasets: ne.stackedDatasets,
|
|
874
|
-
unstackedDatasets: ne.unstackedDatasets
|
|
875
|
-
}
|
|
876
|
-
),
|
|
877
|
-
P === "Table" && /* @__PURE__ */ e(
|
|
878
|
-
yt,
|
|
879
|
-
{
|
|
880
|
-
onClickRow: ue,
|
|
881
|
-
selectedCategory: O,
|
|
882
|
-
selectedDateRange: x
|
|
883
|
-
}
|
|
884
|
-
)
|
|
885
|
-
] })
|
|
886
|
-
]
|
|
887
|
-
}
|
|
888
|
-
),
|
|
889
|
-
/* @__PURE__ */ e(
|
|
890
|
-
Ao,
|
|
891
|
-
{
|
|
892
|
-
categoryGuid: O,
|
|
893
|
-
dateRange: x,
|
|
894
|
-
isOpen: Y,
|
|
895
|
-
onClose: () => J(!1)
|
|
896
|
-
}
|
|
897
|
-
)
|
|
898
|
-
]
|
|
899
|
-
}
|
|
900
|
-
);
|
|
901
|
-
}, rs = A(Ro), ko = () => {
|
|
902
|
-
const { monthlyCategoryTotals: t } = q(), { trends: n } = R(), s = Z(), { availableHeight: o = 300 } = st(), r = g.useMemo(() => zt(t), [t]);
|
|
903
|
-
return /* @__PURE__ */ e(
|
|
904
|
-
Ve,
|
|
905
|
-
{
|
|
906
|
-
baseline: "min",
|
|
907
|
-
colors: [s.palette.primary.main],
|
|
908
|
-
datasets: [r],
|
|
909
|
-
height: o,
|
|
910
|
-
labels: [n.spending_label],
|
|
911
|
-
showArea: !0,
|
|
912
|
-
showAverage: !0,
|
|
913
|
-
showLegend: !0,
|
|
914
|
-
showMarkLabel: !0,
|
|
915
|
-
useCustomMark: !0,
|
|
916
|
-
valueFormatterString: "0,0"
|
|
917
|
-
}
|
|
918
|
-
);
|
|
919
|
-
}, Ho = A(ko), No = ({ onPrimaryCtaClick: t, sx: n }) => {
|
|
920
|
-
const { isAccountDataLoaded: s, loadAccountData: o } = De(), { loadMonthlyCategoryTotals: r, monthlyTotalsLoaded: c } = q(), { isInitialized: a } = Be(), { trends: d } = R(), { selectedAccounts: u } = fe();
|
|
921
|
-
return g.useEffect(() => {
|
|
922
|
-
s || o().finally();
|
|
923
|
-
}, []), Ie({
|
|
924
|
-
widgetName: "TrendsMiniWidget",
|
|
925
|
-
isLoaded: c
|
|
926
|
-
}), g.useEffect(() => {
|
|
927
|
-
a && s && r(u).finally();
|
|
928
|
-
}, [s, a, u]), !s || !a || !c ? /* @__PURE__ */ e(Le, {}) : /* @__PURE__ */ e(
|
|
929
|
-
Qt,
|
|
930
|
-
{
|
|
931
|
-
contentStyles: { height: "calc(100% - 72px)", minHeight: 300, ":last-child": { pb: 0 } },
|
|
932
|
-
onPrimaryCtaClick: t,
|
|
933
|
-
primaryCtaLabel: d.primary_cta,
|
|
934
|
-
subTitle: d.sub_title,
|
|
935
|
-
sx: { height: "100%", ...n },
|
|
936
|
-
title: d.mini_title,
|
|
937
|
-
children: /* @__PURE__ */ e(Ho, {})
|
|
938
|
-
}
|
|
939
|
-
);
|
|
940
|
-
}, as = A(No), Wo = 70, qe = ({
|
|
941
|
-
title: t,
|
|
942
|
-
totalAmount: n,
|
|
943
|
-
transactionType: s,
|
|
944
|
-
percentage: o,
|
|
945
|
-
secondaryLabel: r,
|
|
946
|
-
shouldDisplayPercentage: c
|
|
947
|
-
}) => {
|
|
948
|
-
const { availableWidth: a } = st(), d = g.useRef(null), u = g.useRef(null), i = Wt(Number(Math.abs(o)), {
|
|
949
|
-
style: "percent",
|
|
950
|
-
minimumIntegerDigits: 1
|
|
951
|
-
}), f = a === 288 && re(n, "0,0.00").length > 10 ? re(n, "0,0") : re(n, "0,0.00"), m = s === "spending" ? o > 0 : o >= 0, _ = s === "spending" ? "error.main" : "success.main", h = s === "spending" ? "success.main" : "text.secondary", p = d?.current, y = u?.current, T = p && y ? p.scrollWidth > y.clientWidth - Wo : !1;
|
|
952
|
-
return /* @__PURE__ */ C(
|
|
953
|
-
S,
|
|
954
|
-
{
|
|
955
|
-
sx: {
|
|
956
|
-
border: 1,
|
|
957
|
-
borderColor: "divider",
|
|
958
|
-
borderRadius: "4px",
|
|
959
|
-
flex: 1,
|
|
960
|
-
minWidth: 0,
|
|
961
|
-
px: 12,
|
|
962
|
-
py: 8
|
|
963
|
-
},
|
|
964
|
-
children: [
|
|
965
|
-
/* @__PURE__ */ C(
|
|
966
|
-
S,
|
|
967
|
-
{
|
|
968
|
-
sx: {
|
|
969
|
-
alignItems: "center",
|
|
970
|
-
flexDirection: "row",
|
|
971
|
-
justifyContent: "space-between"
|
|
972
|
-
},
|
|
973
|
-
children: [
|
|
974
|
-
/* @__PURE__ */ e(pe, { color: "text.secondary", variant: "caption", children: t }),
|
|
975
|
-
c && /* @__PURE__ */ C(S, { sx: { alignItems: "center", flexDirection: "row", gap: 4 }, children: [
|
|
976
|
-
m ? /* @__PURE__ */ e(Jt, { size: 20, sx: { color: _ } }) : /* @__PURE__ */ e(eo, { size: 20, sx: { color: h } }),
|
|
977
|
-
/* @__PURE__ */ e(
|
|
978
|
-
pe,
|
|
979
|
-
{
|
|
980
|
-
sx: {
|
|
981
|
-
color: m ? _ : h,
|
|
982
|
-
fontWeight: 600
|
|
983
|
-
},
|
|
984
|
-
variant: "body2",
|
|
985
|
-
children: i
|
|
986
|
-
}
|
|
987
|
-
)
|
|
988
|
-
] })
|
|
989
|
-
]
|
|
990
|
-
}
|
|
991
|
-
),
|
|
992
|
-
/* @__PURE__ */ C(
|
|
993
|
-
S,
|
|
994
|
-
{
|
|
995
|
-
ref: u,
|
|
996
|
-
sx: {
|
|
997
|
-
alignItems: "center",
|
|
998
|
-
flexDirection: "row",
|
|
999
|
-
justifyContent: "space-between"
|
|
1000
|
-
},
|
|
1001
|
-
children: [
|
|
1002
|
-
/* @__PURE__ */ e(
|
|
1003
|
-
H,
|
|
1004
|
-
{
|
|
1005
|
-
ref: d,
|
|
1006
|
-
sx: { overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap" },
|
|
1007
|
-
children: /* @__PURE__ */ e(Ge, { children: f })
|
|
1008
|
-
}
|
|
1009
|
-
),
|
|
1010
|
-
c && a >= 450 && !T && /* @__PURE__ */ e(
|
|
1011
|
-
pe,
|
|
1012
|
-
{
|
|
1013
|
-
color: m ? _ : h,
|
|
1014
|
-
variant: "caption",
|
|
1015
|
-
children: r
|
|
1016
|
-
}
|
|
1017
|
-
)
|
|
1018
|
-
]
|
|
1019
|
-
}
|
|
1020
|
-
)
|
|
1021
|
-
]
|
|
1022
|
-
}
|
|
1023
|
-
);
|
|
1024
|
-
}, Oo = A(() => {
|
|
1025
|
-
const { trends: t } = R();
|
|
1026
|
-
return /* @__PURE__ */ C(S, { sx: { alignItems: "start", flexDirection: "row", gap: 12 }, children: [
|
|
1027
|
-
/* @__PURE__ */ e(to, { size: 32 }),
|
|
1028
|
-
/* @__PURE__ */ C(S, { children: [
|
|
1029
|
-
/* @__PURE__ */ e(pe, { fontWeight: 600, variant: "body1", children: t.zero_state_content_header }),
|
|
1030
|
-
/* @__PURE__ */ e(pe, { color: "text.secondary", variant: "subtitle2", children: t.zero_state_content_description })
|
|
1031
|
-
] })
|
|
1032
|
-
] });
|
|
1033
|
-
}), is = A(({ onCtaClick: t }) => {
|
|
1034
|
-
const { isAccountDataLoaded: n, loadAccountData: s, visibleAccounts: o } = De();
|
|
1035
|
-
g.useEffect(() => {
|
|
1036
|
-
n || s().finally();
|
|
1037
|
-
}, []);
|
|
1038
|
-
const { onEvent: r } = $(), { monthlyCategoryTotals: c, loadMonthlyCategoryTotals: a, monthlyTotalsLoaded: d } = q(), u = {
|
|
1039
|
-
start: qt(/* @__PURE__ */ new Date(), 1),
|
|
1040
|
-
end: /* @__PURE__ */ new Date()
|
|
1041
|
-
}, { trends: i } = R(), { selectedAccounts: f, isInitialized: m } = fe();
|
|
1042
|
-
Ie({
|
|
1043
|
-
widgetName: "TrendsMicroWidget",
|
|
1044
|
-
isLoaded: d
|
|
1045
|
-
}), g.useEffect(() => {
|
|
1046
|
-
m && a(f, u.start).then(() => {
|
|
1047
|
-
r(w.TRENDS_LOAD_WIDGET, {
|
|
1048
|
-
state: o?.length ? "default" : "zeroState"
|
|
1049
|
-
});
|
|
1050
|
-
});
|
|
1051
|
-
}, [m, f]);
|
|
1052
|
-
const { spendingData: _, incomeData: h } = g.useMemo(
|
|
1053
|
-
() => ({
|
|
1054
|
-
spendingData: it(c, u),
|
|
1055
|
-
incomeData: at(c, u)
|
|
1056
|
-
}),
|
|
1057
|
-
[c, u]
|
|
1058
|
-
), [p, y] = _, [T, N] = h, x = Ye(y.y, p.y), L = Ye(N.y, T.y), M = m && !o?.length, E = () => {
|
|
1059
|
-
r(
|
|
1060
|
-
M ? w.TRENDS_CLICK_GET_STARTED : w.TRENDS_CLICK_VIEW_MORE
|
|
1061
|
-
), t();
|
|
1062
|
-
};
|
|
1063
|
-
return !d || !m ? /* @__PURE__ */ e(Le, {}) : /* @__PURE__ */ e(
|
|
1064
|
-
ao,
|
|
1065
|
-
{
|
|
1066
|
-
className: "mx-trends-microwidget",
|
|
1067
|
-
ctaLabel: i.micro_primary_cta_label,
|
|
1068
|
-
onCTAClick: E,
|
|
1069
|
-
subHeader: M ? void 0 : i.micro_subheader,
|
|
1070
|
-
title: i.title,
|
|
1071
|
-
children: M ? /* @__PURE__ */ e(Oo, {}) : /* @__PURE__ */ C(
|
|
1072
|
-
S,
|
|
1073
|
-
{
|
|
1074
|
-
sx: {
|
|
1075
|
-
alignItems: "stretch",
|
|
1076
|
-
flexDirection: "row",
|
|
1077
|
-
gap: 12
|
|
1078
|
-
},
|
|
1079
|
-
children: [
|
|
1080
|
-
/* @__PURE__ */ e(
|
|
1081
|
-
qe,
|
|
1082
|
-
{
|
|
1083
|
-
percentage: x,
|
|
1084
|
-
secondaryLabel: i.micro_secondary_label,
|
|
1085
|
-
shouldDisplayPercentage: y.y !== 0 && p.y !== 0,
|
|
1086
|
-
title: i.spending_label,
|
|
1087
|
-
totalAmount: y.y,
|
|
1088
|
-
transactionType: "spending"
|
|
1089
|
-
}
|
|
1090
|
-
),
|
|
1091
|
-
/* @__PURE__ */ e(
|
|
1092
|
-
qe,
|
|
1093
|
-
{
|
|
1094
|
-
percentage: L,
|
|
1095
|
-
secondaryLabel: i.micro_secondary_label,
|
|
1096
|
-
shouldDisplayPercentage: N.y !== 0 && T.y !== 0,
|
|
1097
|
-
title: i.income_label,
|
|
1098
|
-
totalAmount: N.y,
|
|
1099
|
-
transactionType: "income"
|
|
1100
|
-
}
|
|
1101
|
-
)
|
|
1102
|
-
]
|
|
1103
|
-
}
|
|
1104
|
-
)
|
|
1105
|
-
}
|
|
1106
|
-
);
|
|
1107
|
-
}), Go = A(
|
|
1108
|
-
({ isExpanded: t, onClick: n }) => {
|
|
1109
|
-
const s = Z();
|
|
1110
|
-
return /* @__PURE__ */ e(mt, { children: /* @__PURE__ */ e(lo, { onClick: n, sx: { justifyContent: "center" }, children: /* @__PURE__ */ C(
|
|
1111
|
-
S,
|
|
1112
|
-
{
|
|
1113
|
-
sx: { color: s.palette.primary.main, flexDirection: "row", alignItems: "center" },
|
|
1114
|
-
children: [
|
|
1115
|
-
/* @__PURE__ */ e(ht, { children: /* @__PURE__ */ e(F, { bold: !0, variant: "body2", children: t ? "View less" : "View more" }) }),
|
|
1116
|
-
/* @__PURE__ */ e(co, { sx: { color: s.palette.primary.main }, children: t ? /* @__PURE__ */ e(oo, {}) : /* @__PURE__ */ e(
|
|
1117
|
-
no,
|
|
1118
|
-
{
|
|
1119
|
-
sx: {
|
|
1120
|
-
transition: "transform 0.3s ease-in-out",
|
|
1121
|
-
transform: t ? "rotate(180deg)" : "rotate(0deg)"
|
|
1122
|
-
}
|
|
1123
|
-
}
|
|
1124
|
-
) })
|
|
1125
|
-
]
|
|
1126
|
-
}
|
|
1127
|
-
) }) });
|
|
1128
|
-
}
|
|
1129
|
-
), Je = A(
|
|
1130
|
-
({
|
|
1131
|
-
totalAmount: t,
|
|
1132
|
-
guid: n,
|
|
1133
|
-
name: s,
|
|
1134
|
-
transactions: o,
|
|
1135
|
-
onClick: r,
|
|
1136
|
-
isLastItem: c = !1,
|
|
1137
|
-
showDivider: a = !0
|
|
1138
|
-
}) => {
|
|
1139
|
-
const { trends: d } = R(), { onEvent: u } = $(), i = Z(), f = `${o.length} ${o.length === 1 ? d.transaction : d.transactions}`, m = () => {
|
|
1140
|
-
r?.(), u(w.TRENDS_CLICK_LIST_ITEM, {
|
|
1141
|
-
...W,
|
|
1142
|
-
listItem: s
|
|
1143
|
-
});
|
|
1144
|
-
};
|
|
1145
|
-
return /* @__PURE__ */ C(g.Fragment, { children: [
|
|
1146
|
-
/* @__PURE__ */ e(
|
|
1147
|
-
uo,
|
|
1148
|
-
{
|
|
1149
|
-
leftIcon: n ? /* @__PURE__ */ e(
|
|
1150
|
-
ve,
|
|
1151
|
-
{
|
|
1152
|
-
categoryGuid: n,
|
|
1153
|
-
sx: {
|
|
1154
|
-
bgcolor: Mt(Oe(n, i), 0.15),
|
|
1155
|
-
border: `1px solid ${Oe(n, i)}`,
|
|
1156
|
-
color: "text.primary"
|
|
1157
|
-
}
|
|
1158
|
-
}
|
|
1159
|
-
) : void 0,
|
|
1160
|
-
onClick: m,
|
|
1161
|
-
rightContent: re(Math.abs(t), "0,0.00"),
|
|
1162
|
-
rightIcon: r ? /* @__PURE__ */ e(so, {}) : void 0,
|
|
1163
|
-
subtitle: f,
|
|
1164
|
-
title: s
|
|
1165
|
-
}
|
|
1166
|
-
),
|
|
1167
|
-
a && /* @__PURE__ */ e(Ne, { component: "li", sx: { ml: c ? 24 : 68 } })
|
|
1168
|
-
] }, n);
|
|
1169
|
-
}
|
|
1170
|
-
), Bo = A(
|
|
1171
|
-
({ availableHeight: t = 0, onCategoryClick: n }) => {
|
|
1172
|
-
const { collapsedCategories: s, visibleCategories: o, setVisibleListLength: r } = ye(), { isLargeDesktop: c, isDesktop: a } = Q(), { trends: d } = R(), { onEvent: u } = $(), [i, f] = g.useState(!1), m = a || c;
|
|
1173
|
-
g.useEffect(() => {
|
|
1174
|
-
const p = Math.floor(t / 64) - 1, y = o.length + s.length;
|
|
1175
|
-
p !== o.length && (r(m ? Math.max(p, 5) : 5), f(p >= y));
|
|
1176
|
-
}, [t]);
|
|
1177
|
-
const _ = () => {
|
|
1178
|
-
f(!i), u(w.TRENDS_CLICK_VIEW_MORE, {
|
|
1179
|
-
...W
|
|
1180
|
-
});
|
|
1181
|
-
}, h = o.length + (i ? s.length : 0);
|
|
1182
|
-
return /* @__PURE__ */ C(S, { sx: { width: "100%" }, children: [
|
|
1183
|
-
/* @__PURE__ */ e(S, { sx: { pb: 4, pt: 16, px: 16 }, children: /* @__PURE__ */ e(Ge, { children: d.categories }) }),
|
|
1184
|
-
/* @__PURE__ */ C(We, { children: [
|
|
1185
|
-
o.map((p, y) => /* @__PURE__ */ e(
|
|
1186
|
-
Je,
|
|
1187
|
-
{
|
|
1188
|
-
...p,
|
|
1189
|
-
isLastItem: y === h - 1,
|
|
1190
|
-
onClick: p.transactions.length > 0 ? () => n(p) : void 0,
|
|
1191
|
-
showDivider: !0
|
|
1192
|
-
},
|
|
1193
|
-
p.guid
|
|
1194
|
-
)),
|
|
1195
|
-
/* @__PURE__ */ e(
|
|
1196
|
-
io,
|
|
1197
|
-
{
|
|
1198
|
-
component: "li",
|
|
1199
|
-
in: i,
|
|
1200
|
-
sx: { "&.MuiCollapse-root .MuiListItemButton-root": { paddingLeft: 24 } },
|
|
1201
|
-
children: /* @__PURE__ */ e(We, { children: s.map((p, y) => {
|
|
1202
|
-
const T = o.length + y;
|
|
1203
|
-
return /* @__PURE__ */ e(
|
|
1204
|
-
Je,
|
|
1205
|
-
{
|
|
1206
|
-
...p,
|
|
1207
|
-
isLastItem: T === h - 1,
|
|
1208
|
-
onClick: p.transactions.length > 0 ? () => n(p) : void 0,
|
|
1209
|
-
showDivider: !0
|
|
1210
|
-
},
|
|
1211
|
-
p.guid
|
|
1212
|
-
);
|
|
1213
|
-
}) })
|
|
1214
|
-
}
|
|
1215
|
-
),
|
|
1216
|
-
s.length > 0 && /* @__PURE__ */ e(Go, { isExpanded: i, onClick: _ })
|
|
1217
|
-
] })
|
|
1218
|
-
] });
|
|
1219
|
-
}
|
|
1220
|
-
), Po = ({ beats: t, onInsightCardClick: n }) => {
|
|
1221
|
-
const { onEvent: s } = $(), { isMobile: o, isDesktop: r, isLargeDesktop: c } = Q(), { beatStore: a, endpoint: d, sessionToken: u } = Be(), i = r || c, f = i || o ? 1 : 2, m = () => null, _ = (T) => {
|
|
1222
|
-
n?.(T), s(w.TRENDS_CLICK_INSIGHT, W);
|
|
1223
|
-
}, h = i ? 200 : 170, p = i ? 170 : 124, y = t.length > 0 ? h : p;
|
|
1224
|
-
return /* @__PURE__ */ e(mo, { sx: { height: y }, children: /* @__PURE__ */ e(
|
|
1225
|
-
Kt,
|
|
1226
|
-
{
|
|
1227
|
-
areBeatsLoading: a.isLoading,
|
|
1228
|
-
beats: t,
|
|
1229
|
-
cardStyle: "border",
|
|
1230
|
-
endpoint: d,
|
|
1231
|
-
headerSx: { p: 0 },
|
|
1232
|
-
logOutUser: m,
|
|
1233
|
-
onCardClick: _,
|
|
1234
|
-
showCarouselControls: !0,
|
|
1235
|
-
showHeader: i,
|
|
1236
|
-
showIcon: !0,
|
|
1237
|
-
showWithMargin: !1,
|
|
1238
|
-
token: u,
|
|
1239
|
-
userHasFullInsightFeedBeats: !1,
|
|
1240
|
-
visibleCardsCount: f
|
|
1241
|
-
}
|
|
1242
|
-
) });
|
|
1243
|
-
}, Vo = A(Po), zo = A(({ chartLabel: t, chartColor: n }) => {
|
|
1244
|
-
const { onEvent: s } = $(), {
|
|
1245
|
-
categoryDetailsChartData: { monthlyAmounts: o, tooltipLabels: r }
|
|
1246
|
-
} = ye();
|
|
1247
|
-
return /* @__PURE__ */ e(S, { sx: { pt: 12, width: "100%" }, children: /* @__PURE__ */ e(
|
|
1248
|
-
Ve,
|
|
1249
|
-
{
|
|
1250
|
-
baseline: "min",
|
|
1251
|
-
colors: [n],
|
|
1252
|
-
curveType: "bump",
|
|
1253
|
-
customTooltipLabels: r,
|
|
1254
|
-
datasets: [o],
|
|
1255
|
-
height: 265,
|
|
1256
|
-
labels: [t],
|
|
1257
|
-
markStyles: () => ({
|
|
1258
|
-
stroke: n
|
|
1259
|
-
}),
|
|
1260
|
-
onItemClick: () => {
|
|
1261
|
-
s(w.TRENDS_CLICK_CHART, W);
|
|
1262
|
-
},
|
|
1263
|
-
showArea: !0,
|
|
1264
|
-
showAverage: !0,
|
|
1265
|
-
showAxisHighlight: !0,
|
|
1266
|
-
showLegend: !0,
|
|
1267
|
-
showTooltip: !0,
|
|
1268
|
-
showXAxis: !0,
|
|
1269
|
-
showXAxisTicks: !0,
|
|
1270
|
-
showYAxis: !0,
|
|
1271
|
-
showYAxisTicks: !0,
|
|
1272
|
-
useCustomMark: !0,
|
|
1273
|
-
valueFormatterString: "0,0"
|
|
1274
|
-
}
|
|
1275
|
-
) });
|
|
1276
|
-
}), Fo = A(() => {
|
|
1277
|
-
const t = Z(), { is_mobile_webview: n } = rt(), { isDesktop: s, isSmallTablet: o, isTablet: r } = Q(), { common: c, trends: a } = R(), { selectedCategoryData: d, selectedDateRangeMonthRange: u } = ye(), { sortedTransactions: i } = we(), [f, m] = g.useState(null);
|
|
1278
|
-
if (!d)
|
|
1279
|
-
return null;
|
|
1280
|
-
const { guid: _, name: h, is_income: p, totalAmount: y } = d, T = Oe(_, t), N = p ? a.income_label : a.spending_label, x = ` ${d.transactions.length === 1 ? a.transaction : a.transactions} (${d.transactions.length})`, L = g.useMemo(
|
|
1281
|
-
() => i.find((v) => v.guid === f),
|
|
1282
|
-
[f, i]
|
|
1283
|
-
), M = i.length > 0 && !n && (s || r && !o), E = (v) => v.category_guid === _ || v.top_level_category_guid === _;
|
|
1284
|
-
return /* @__PURE__ */ C(S, { sx: { alignItems: "center", height: "100%" }, children: [
|
|
1285
|
-
/* @__PURE__ */ C(S, { sx: { borderRadius: 0, pb: 4, pt: 16, px: 12, width: "100%" }, children: [
|
|
1286
|
-
/* @__PURE__ */ e(We, { sx: { px: 12 }, children: /* @__PURE__ */ C(mt, { children: [
|
|
1287
|
-
/* @__PURE__ */ e(ho, { children: /* @__PURE__ */ e(ve, { categoryGuid: _ }) }),
|
|
1288
|
-
/* @__PURE__ */ e(
|
|
1289
|
-
ht,
|
|
1290
|
-
{
|
|
1291
|
-
primary: h,
|
|
1292
|
-
secondary: u,
|
|
1293
|
-
slotProps: {
|
|
1294
|
-
primary: { component: "div", variant: "h3", fontSize: 18, fontWeight: 700 },
|
|
1295
|
-
secondary: { component: "div", variant: "body2", fontSize: 13 }
|
|
1296
|
-
}
|
|
1297
|
-
}
|
|
1298
|
-
),
|
|
1299
|
-
/* @__PURE__ */ e(F, { component: "div", variant: "h3", children: re(Math.abs(y), "0,0.00") })
|
|
1300
|
-
] }) }),
|
|
1301
|
-
/* @__PURE__ */ e(zo, { chartColor: T, chartLabel: N }),
|
|
1302
|
-
/* @__PURE__ */ C(S, { alignItems: "center", direction: "row", justifyContent: "space-between", sx: { mx: 12 }, children: [
|
|
1303
|
-
/* @__PURE__ */ e(F, { bold: !0, variant: "body1", children: x }),
|
|
1304
|
-
M && /* @__PURE__ */ e(go, { filter: E })
|
|
1305
|
-
] })
|
|
1306
|
-
] }),
|
|
1307
|
-
/* @__PURE__ */ e(
|
|
1308
|
-
ct,
|
|
1309
|
-
{
|
|
1310
|
-
bgcolor: "transparent",
|
|
1311
|
-
filter: E,
|
|
1312
|
-
height: "calc(100vh - 475px)",
|
|
1313
|
-
onClick: m
|
|
1314
|
-
}
|
|
1315
|
-
),
|
|
1316
|
-
/* @__PURE__ */ e(
|
|
1317
|
-
Pe,
|
|
1318
|
-
{
|
|
1319
|
-
ariaLabelClose: c.close_aria,
|
|
1320
|
-
isOpen: !!L,
|
|
1321
|
-
onClose: () => m(""),
|
|
1322
|
-
title: a.transaction,
|
|
1323
|
-
children: L && /* @__PURE__ */ e(dt, { transaction: L })
|
|
1324
|
-
}
|
|
1325
|
-
)
|
|
1326
|
-
] });
|
|
1327
|
-
}), $o = (t, n) => {
|
|
1328
|
-
const s = at(t, n), o = it(t, n);
|
|
1329
|
-
return [s, o].filter((r) => r.length > 0);
|
|
1330
|
-
}, Ko = (t, n) => {
|
|
1331
|
-
const [s, o] = t, r = s, c = o ?? s, a = [];
|
|
1332
|
-
if (r) {
|
|
1333
|
-
const d = r.reduce((u, i) => u + i.y, 0);
|
|
1334
|
-
a.push({ label: n.income_label, amount: d });
|
|
1335
|
-
}
|
|
1336
|
-
if (c) {
|
|
1337
|
-
const d = c.reduce((u, i) => u + i.y, 0);
|
|
1338
|
-
a.push({ label: n.spending_label, amount: d });
|
|
1339
|
-
}
|
|
1340
|
-
return a;
|
|
1341
|
-
}, Yo = ({
|
|
1342
|
-
availableHeight: t = 0,
|
|
1343
|
-
minHeight: n = 500,
|
|
1344
|
-
selectedDateRange: s,
|
|
1345
|
-
totals: o
|
|
1346
|
-
}) => {
|
|
1347
|
-
const r = Z(), { onEvent: c } = $(), { trends: a } = R(), { isSmallMobile: d, isMobile: u, isSmallTablet: i, isTablet: f } = Q(), m = [r.palette.chart?.chart1, r.palette.chart?.chart2], _ = $o(o, s), h = Ko(_, a), [p, y] = g.useState(0), T = 458, N = 195, x = 56, L = u || d ? N : i || f ? T : p;
|
|
1348
|
-
return g.useEffect(() => {
|
|
1349
|
-
const E = Math.max(t - x, n);
|
|
1350
|
-
y(E);
|
|
1351
|
-
}, [t]), /* @__PURE__ */ e(
|
|
1352
|
-
Ve,
|
|
1353
|
-
{
|
|
1354
|
-
baseline: "min",
|
|
1355
|
-
colors: m,
|
|
1356
|
-
curveType: "bump",
|
|
1357
|
-
datasets: _,
|
|
1358
|
-
height: L,
|
|
1359
|
-
labels: h,
|
|
1360
|
-
onItemClick: () => {
|
|
1361
|
-
c(w.TRENDS_CLICK_CHART, W);
|
|
1362
|
-
},
|
|
1363
|
-
showArea: !0,
|
|
1364
|
-
showAxisHighlight: !0,
|
|
1365
|
-
showLegend: !0,
|
|
1366
|
-
showTooltip: !0,
|
|
1367
|
-
showXAxis: !0,
|
|
1368
|
-
showXAxisTicks: !0,
|
|
1369
|
-
showYAxis: !0,
|
|
1370
|
-
showYAxisTicks: !0,
|
|
1371
|
-
valueFormatterString: "0.0a"
|
|
1372
|
-
}
|
|
1373
|
-
);
|
|
1374
|
-
}, jo = A(Yo), Uo = [
|
|
1375
|
-
"BillAmountNotStandard",
|
|
1376
|
-
"CategorySpendingV2",
|
|
1377
|
-
"CostOfLivingToIncome",
|
|
1378
|
-
"DebtPaymentReminderV2",
|
|
1379
|
-
"DiscoveredAccounts",
|
|
1380
|
-
"DuplicatePaymentV2",
|
|
1381
|
-
"FeeDetected",
|
|
1382
|
-
"GreenGasPurchasesSummary",
|
|
1383
|
-
"LargeTransaction",
|
|
1384
|
-
"LowAccountBalance",
|
|
1385
|
-
"MonthlyDebtToIncomeComparisonV2",
|
|
1386
|
-
"MonthlyDepositSummaryV2",
|
|
1387
|
-
"MonthlyNonEssentialCategorySummaryV2",
|
|
1388
|
-
"MonthlySavingsToIncomeComparison",
|
|
1389
|
-
"MonthlySpendToIncomeComparisonV2",
|
|
1390
|
-
"MonthlySubscriptionAggregateV2",
|
|
1391
|
-
"MonthlyTopMerchantSpendingV3",
|
|
1392
|
-
"MonthlyObligationsStatus",
|
|
1393
|
-
"QuarterlySummary",
|
|
1394
|
-
"SaveAnExtra100Dollars",
|
|
1395
|
-
"SaveEnoughToLiveOn",
|
|
1396
|
-
"SavingsOpportunityV2",
|
|
1397
|
-
"SubscriptionDetected",
|
|
1398
|
-
"SubscriptionPriceIncrease",
|
|
1399
|
-
"SetUpDirectDeposit",
|
|
1400
|
-
"SwitchDirectDeposit",
|
|
1401
|
-
"UnexpectedSubscriptionPayment",
|
|
1402
|
-
"UpcomingBill",
|
|
1403
|
-
"UpcomingSubscription",
|
|
1404
|
-
"WeekendSpendingSummaryV2",
|
|
1405
|
-
"WeeklyNewMerchantsV2",
|
|
1406
|
-
"WeeklyNoSpendDays",
|
|
1407
|
-
"WeeklySmallPurchasesSummary"
|
|
1408
|
-
], Xo = (t, n, s) => ({
|
|
1409
|
-
description: n ? t.empty_state_sub_text : t.empty_state_sub_text_no_aggregation,
|
|
1410
|
-
header: n ? t.zero_state_content_header : t.zero_state_content_header_no_aggregation,
|
|
1411
|
-
onClickHandler: n ? s : void 0,
|
|
1412
|
-
primaryButton: n ? t.empty_state_primary : void 0
|
|
1413
|
-
}), Zo = ({
|
|
1414
|
-
onBackClick: t,
|
|
1415
|
-
onMenuClick: n,
|
|
1416
|
-
onInsightCardClick: s,
|
|
1417
|
-
sx: o
|
|
1418
|
-
}) => {
|
|
1419
|
-
const { onEvent: r } = $(), { config: c } = rt(), { isDesktop: a, isLargeDesktop: d, isMobile: u } = Q(), { isAccountDataLoaded: i, loadAccountData: f, visibleAccounts: m } = De(), {
|
|
1420
|
-
categoriesLoaded: _,
|
|
1421
|
-
loadCategories: h,
|
|
1422
|
-
loadDateRangeCategoryTotals: p,
|
|
1423
|
-
loadMonthlyCategoryTotals: y,
|
|
1424
|
-
monthlyCategoryTotals: T,
|
|
1425
|
-
monthlyTotalsLoaded: N
|
|
1426
|
-
} = q(), { isTransactionDataLoaded: x, loadTransactionData: L, setFilter: M } = we(), { selectedCategoryData: E, selectedDateRange: v, setSelectedCategoryData: K, setSelectedDateRange: ae } = ye(), { isInitialized: Y, selectedAccounts: J, selectedAccountGuids: P } = fe(), { trends: V, connect: O } = R(), { beatStore: ee } = Be(), ie = po() && c.show_insights_widget_in_master, te = a || d, [j, ne] = g.useState(!1), [U, de] = g.useState(!1), [B, ue] = g.useState("Chart"), [se, le] = g.useState(""), [ce, me] = g.useState(window.innerHeight), D = te ? 56 : 0, l = ce - 208, b = ce - (ie ? 550 + D : 266), [I, z] = g.useState(!1), Ee = c.show_connections_widget_in_master;
|
|
1427
|
-
Ie({
|
|
1428
|
-
widgetName: "TrendsWidget",
|
|
1429
|
-
isLoaded: j
|
|
1430
|
-
});
|
|
1431
|
-
const _e = g.useMemo(() => U ? ee.getFilteredBeats({ templates: Uo }) : [], [U]);
|
|
1432
|
-
g.useEffect(() => {
|
|
1433
|
-
const k = () => me(window.innerHeight);
|
|
1434
|
-
return window.addEventListener("resize", k), i || f().finally(), _ || h().finally(), x || L().finally(), () => window.removeEventListener("resize", k);
|
|
1435
|
-
}, []), g.useEffect(() => {
|
|
1436
|
-
Y && i && (ee.loadBeats().finally(() => de(!0)), p(J, v.start, v.end).then(() => {
|
|
1437
|
-
y(
|
|
1438
|
-
J,
|
|
1439
|
-
v.start,
|
|
1440
|
-
v.end
|
|
1441
|
-
).finally();
|
|
1442
|
-
}).finally(() => {
|
|
1443
|
-
ne(!0), r(w.TRENDS_LOAD_WIDGET, {
|
|
1444
|
-
...W,
|
|
1445
|
-
time_period: `${Se(v.end, v.start)}M`
|
|
1446
|
-
});
|
|
1447
|
-
}));
|
|
1448
|
-
}, [Y, i, J, v]), g.useEffect(() => {
|
|
1449
|
-
if (T.length !== 0) {
|
|
1450
|
-
const k = {
|
|
1451
|
-
accounts: P,
|
|
1452
|
-
dateRange: { start: v.start, end: v.end }
|
|
1453
|
-
};
|
|
1454
|
-
M({
|
|
1455
|
-
...k,
|
|
1456
|
-
custom: (oe) => !!T.find(
|
|
1457
|
-
(ge) => ge.top_level_category_guid === oe.top_level_category_guid || ge.category_guid === oe.category_guid
|
|
1458
|
-
)
|
|
1459
|
-
});
|
|
1460
|
-
}
|
|
1461
|
-
}, [T]);
|
|
1462
|
-
const he = (k) => {
|
|
1463
|
-
K(k);
|
|
1464
|
-
}, Me = () => {
|
|
1465
|
-
K(null), r(w.TRENDS_CLICK_BACK, W);
|
|
1466
|
-
}, Ae = () => {
|
|
1467
|
-
z(!0), r(w.TRENDS_CLICK_CONNECT_ACCOUNTS);
|
|
1468
|
-
}, Ct = (k, oe) => {
|
|
1469
|
-
ue(oe ?? B), r(w.TRENDS_CLICK_TOGGLE_VIEW, {
|
|
1470
|
-
...W,
|
|
1471
|
-
toggleView: oe
|
|
1472
|
-
});
|
|
1473
|
-
}, _t = (k) => {
|
|
1474
|
-
const oe = et(k?.[0], 1), ge = k?.[1], xt = Se(ge, oe);
|
|
1475
|
-
ae({ start: oe, end: ge }), r(w.TRENDS_CLICK_TIME_WINDOW, {
|
|
1476
|
-
...W,
|
|
1477
|
-
time_period: xt + "M"
|
|
1478
|
-
});
|
|
1479
|
-
}, bt = (k) => {
|
|
1480
|
-
r(w.TRENDS_CLICK_FILTER, {
|
|
1481
|
-
...W,
|
|
1482
|
-
filterValue: k
|
|
1483
|
-
});
|
|
1484
|
-
}, Tt = (k) => {
|
|
1485
|
-
le(k);
|
|
1486
|
-
}, St = () => {
|
|
1487
|
-
le(""), r(w.TRENDS_CLICK_ALL_CATEGORIES, W);
|
|
1488
|
-
};
|
|
1489
|
-
if (!Y || !i || !j || !N)
|
|
1490
|
-
return /* @__PURE__ */ e(Le, {});
|
|
1491
|
-
const ze = m.length === 0 || T.length === 0, be = Xo(V, Ee, Ae);
|
|
1492
|
-
return /* @__PURE__ */ C(
|
|
1493
|
-
ut,
|
|
1494
|
-
{
|
|
1495
|
-
calendarActions: { onRangeChanged: _t },
|
|
1496
|
-
dateRange: v,
|
|
1497
|
-
dateRangeVariant: u ? "timeframetabs" : "timeframebuttons",
|
|
1498
|
-
onAccountsFilterClick: bt,
|
|
1499
|
-
onBackClick: t,
|
|
1500
|
-
onMenuClick: n,
|
|
1501
|
-
sx: o,
|
|
1502
|
-
title: V.title,
|
|
1503
|
-
children: [
|
|
1504
|
-
/* @__PURE__ */ C(
|
|
1505
|
-
S,
|
|
1506
|
-
{
|
|
1507
|
-
sx: {
|
|
1508
|
-
px: u ? 0 : 48
|
|
1509
|
-
},
|
|
1510
|
-
children: [
|
|
1511
|
-
/* @__PURE__ */ C(
|
|
1512
|
-
S,
|
|
1513
|
-
{
|
|
1514
|
-
flexDirection: "row",
|
|
1515
|
-
justifyContent: "space-between",
|
|
1516
|
-
sx: { px: u ? 16 : 0, py: 16 },
|
|
1517
|
-
children: [
|
|
1518
|
-
/* @__PURE__ */ e(
|
|
1519
|
-
ft,
|
|
1520
|
-
{
|
|
1521
|
-
selectedCategoryGuid: se,
|
|
1522
|
-
selectedDateRange: v
|
|
1523
|
-
}
|
|
1524
|
-
),
|
|
1525
|
-
/* @__PURE__ */ e(pt, { onTabChange: Ct, selectedTab: B })
|
|
1526
|
-
]
|
|
1527
|
-
}
|
|
1528
|
-
),
|
|
1529
|
-
/* @__PURE__ */ e(S, { alignItems: "center", flexDirection: "row", sx: { pb: 8 }, width: "100%", children: /* @__PURE__ */ e(H, { flexGrow: 1, children: se && /* @__PURE__ */ C(Te, { onClick: St, sx: { p: 0, pr: 5 }, children: [
|
|
1530
|
-
/* @__PURE__ */ e(ro, {}),
|
|
1531
|
-
V.all_categories
|
|
1532
|
-
] }) }) }),
|
|
1533
|
-
ze && /* @__PURE__ */ e(
|
|
1534
|
-
fo,
|
|
1535
|
-
{
|
|
1536
|
-
header: be.header,
|
|
1537
|
-
icon: "multiline_chart",
|
|
1538
|
-
onClick: be.onClickHandler,
|
|
1539
|
-
primaryButton: be.primaryButton,
|
|
1540
|
-
subText: be.description,
|
|
1541
|
-
sx: { height: l, maxWidth: 432 }
|
|
1542
|
-
}
|
|
1543
|
-
),
|
|
1544
|
-
!ze && /* @__PURE__ */ C(S, { flexDirection: te ? "row" : "column", gap: te ? 48 : 16, children: [
|
|
1545
|
-
B === "Chart" && /* @__PURE__ */ C(vt, { children: [
|
|
1546
|
-
/* @__PURE__ */ e(H, { sx: { width: te ? "68%" : "100%" }, children: /* @__PURE__ */ e(
|
|
1547
|
-
jo,
|
|
1548
|
-
{
|
|
1549
|
-
availableHeight: l,
|
|
1550
|
-
minHeight: 450,
|
|
1551
|
-
selectedDateRange: v,
|
|
1552
|
-
totals: T
|
|
1553
|
-
}
|
|
1554
|
-
) }),
|
|
1555
|
-
/* @__PURE__ */ C(S, { gap: 16, sx: { width: te ? "32%" : "100%" }, children: [
|
|
1556
|
-
ie && U && _e.length > 0 && /* @__PURE__ */ e(
|
|
1557
|
-
Vo,
|
|
1558
|
-
{
|
|
1559
|
-
beats: _e,
|
|
1560
|
-
onInsightCardClick: s
|
|
1561
|
-
}
|
|
1562
|
-
),
|
|
1563
|
-
/* @__PURE__ */ e(
|
|
1564
|
-
Bo,
|
|
1565
|
-
{
|
|
1566
|
-
availableHeight: b,
|
|
1567
|
-
onCategoryClick: he
|
|
1568
|
-
}
|
|
1569
|
-
)
|
|
1570
|
-
] })
|
|
1571
|
-
] }),
|
|
1572
|
-
B === "Table" && /* @__PURE__ */ e(H, { sx: { width: "100%" }, children: /* @__PURE__ */ e(
|
|
1573
|
-
yt,
|
|
1574
|
-
{
|
|
1575
|
-
height: "unset",
|
|
1576
|
-
onClickRow: Tt,
|
|
1577
|
-
selectedCategory: se,
|
|
1578
|
-
selectedDateRange: v
|
|
1579
|
-
}
|
|
1580
|
-
) })
|
|
1581
|
-
] }),
|
|
1582
|
-
/* @__PURE__ */ e(
|
|
1583
|
-
Pe,
|
|
1584
|
-
{
|
|
1585
|
-
ariaLabelClose: V.close_category_details,
|
|
1586
|
-
isOpen: !!E,
|
|
1587
|
-
onClose: Me,
|
|
1588
|
-
shouldShowHeaderShadow: !0,
|
|
1589
|
-
title: E?.is_income ? V.category_income : V.category_spending,
|
|
1590
|
-
children: E && /* @__PURE__ */ e(Fo, {})
|
|
1591
|
-
}
|
|
1592
|
-
)
|
|
1593
|
-
]
|
|
1594
|
-
}
|
|
1595
|
-
),
|
|
1596
|
-
/* @__PURE__ */ e(
|
|
1597
|
-
yo,
|
|
1598
|
-
{
|
|
1599
|
-
onClose: () => z(!1),
|
|
1600
|
-
showConnectWidget: I,
|
|
1601
|
-
title: O.mini_title
|
|
1602
|
-
}
|
|
1603
|
-
)
|
|
1604
|
-
]
|
|
1605
|
-
}
|
|
1606
|
-
);
|
|
1607
|
-
}, ls = A(Zo);
|
|
1
|
+
import d from "./TrendsFullWidget/index.es.js";
|
|
2
|
+
import i from "./TrendsMiniWidget/index.es.js";
|
|
3
|
+
import { TrendsMicroWidget as o } from "./TrendsMicroWidget/index.es.js";
|
|
4
|
+
import n from "./TrendsWidget/index.es.js";
|
|
1608
5
|
export {
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
6
|
+
d as TrendsFullWidget,
|
|
7
|
+
o as TrendsMicroWidget,
|
|
8
|
+
i as TrendsMiniWidget,
|
|
9
|
+
n as TrendsWidget
|
|
1613
10
|
};
|
|
1614
|
-
//# sourceMappingURL=index.es.js.map
|