@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationSettings-BOz1Xkf4.mjs","sources":["../src/settings/components/profile/actions/VerifyEmailAction.tsx","../src/settings/components/profile/actions/VerifyTokenAction.tsx","../src/settings/components/profile/actions/VerifyPhoneAction.tsx","../src/settings/components/notifications/AccountProfileListItem.tsx","../src/settings/components/notifications/AccountNotificationProfile.tsx","../src/settings/components/notifications/AccountNotificationProfiles.tsx","../src/settings/components/notifications/NotificationProfile.tsx","../src/settings/components/notifications/BudgetNotificationProfiles.tsx","../src/settings/components/notifications/DeliveryMethods.tsx","../src/settings/components/notifications/InsightsNotificationProfiles.tsx","../src/settings/components/notifications/PersonalDetails.tsx","../src/settings/components/notifications/NotificationSettings.tsx"],"sourcesContent":["import { observer } from 'mobx-react-lite'\nimport React from 'react'\n\nimport Button from '@mui/material/Button'\nimport Stack from '@mui/material/Stack'\nimport { useTheme } from '@mui/material/styles'\n\nimport { Text } from '@mxenabled/mxui'\nimport { ChevronRight } from '@mxenabled/mx-icons'\n\nimport { Dialog, useGlobalCopyStore, useSettingsStore, useUserStore } from '../../../../common'\n\nconst VerifyEmailAction = observer(() => {\n const { common: commonCopy, settings: settingsCopy } = useGlobalCopyStore()\n const { sendEmailVerification } = useSettingsStore()\n const { user } = useUserStore()\n const theme = useTheme()\n\n const [isOpen, setIsOpen] = React.useState(false)\n\n const handleClose = (): void => {\n setIsOpen(false)\n }\n\n const handleOpen = (): void => {\n setIsOpen(true)\n }\n\n return (\n <React.Fragment>\n <Button onClick={handleOpen} sx={{ height: 'auto', p: 4, width: 'fit-content' }}>\n <Text variant=\"body2\">{settingsCopy.verify_email}</Text>\n <ChevronRight />\n </Button>\n <Dialog\n copy={{ title: '' }}\n isOpen={isOpen}\n onClose={handleClose}\n onPrimaryAction={sendEmailVerification}\n onSecondaryAction={handleClose}\n primaryText={settingsCopy.send_verification}\n secondaryText={commonCopy.back}\n sx={{\n '& .MuiDialogContent-root': { pt: 0, width: 400 },\n\n '& .MuiToolbar-root:last-child': {\n gap: 16,\n padding: '32px 60px 48px',\n justifyContent: 'center',\n },\n }}\n >\n <Stack spacing={16} sx={{ px: 40, textAlign: 'center', width: '100%' }}>\n <Text bold={true} truncate={false} variant=\"body1\">\n {settingsCopy.confirm_your_email}\n </Text>\n <Text truncate={false} variant=\"body2\">\n {settingsCopy.confirm_email}\n </Text>\n <Text\n sx={{\n border: `1px solid ${theme.palette.neutral.light}`,\n borderRadius: '4px',\n p: '16px 32px',\n }}\n variant=\"h3\"\n >\n {user.email}\n </Text>\n <Text truncate={false} variant=\"body2\">\n {settingsCopy.verification_notice_email}\n </Text>\n </Stack>\n </Dialog>\n </React.Fragment>\n )\n})\n\nexport default VerifyEmailAction\n","import { observer } from 'mobx-react-lite'\nimport React from 'react'\n\nimport Stack from '@mui/material/Stack'\nimport TextField from '@mui/material/TextField'\n\nimport { Dialog, useGlobalCopyStore } from '../../../../common'\n\ninterface ActionProps {\n handleClose: () => void\n handleVerify: (token: string) => void\n isOpen: boolean\n}\n\nconst VerifyTokenAction: React.FC<ActionProps> = observer(\n ({ handleClose, handleVerify, isOpen }) => {\n const { common: commonCopy, settings: settingsCopy } = useGlobalCopyStore()\n const [token, setToken] = React.useState('')\n\n return (\n <Dialog\n copy={{ title: settingsCopy.enter_verification_code }}\n isOpen={isOpen}\n onClose={handleClose}\n onPrimaryAction={() => handleVerify(token)}\n onSecondaryAction={handleClose}\n primaryText={settingsCopy.verify}\n secondaryText={commonCopy.cancel_button}\n sx={{\n '& .MuiDialogContent-root': { pt: 0, width: 400 },\n '& .MuiToolbar-root:last-child': {\n gap: 8,\n padding: 24,\n justifyContent: 'flex-end',\n },\n }}\n >\n <Stack>\n <TextField onChange={(e) => setToken(e.target.value)} sx={{ width: 352 }} value={token} />\n </Stack>\n </Dialog>\n )\n },\n)\n\nexport default VerifyTokenAction\n","import { observer } from 'mobx-react-lite'\nimport React from 'react'\n\nimport Button from '@mui/material/Button'\nimport Stack from '@mui/material/Stack'\nimport { useTheme } from '@mui/material/styles'\n\nimport { Text } from '@mxenabled/mxui'\nimport { ChevronRight } from '@mxenabled/mx-icons'\nimport { Dialog, useGlobalCopyStore, useSettingsStore, useUserStore } from '../../../../common'\nimport VerifyTokenAction from './VerifyTokenAction'\n\nconst VerifyPhoneAction = observer(() => {\n const { common: commonCopy, settings: settingsCopy } = useGlobalCopyStore()\n const { sendPhoneVerification, verifyPhoneToken } = useSettingsStore()\n const { user } = useUserStore()\n const theme = useTheme()\n\n const [isOpen, setIsOpen] = React.useState(false)\n const [showVerifyToken, setShowVerifyToken] = React.useState(false)\n\n const handleClose = (): void => {\n setIsOpen(false)\n }\n\n const handleOpen = (): void => {\n setIsOpen(true)\n }\n\n const handlePhoneVerify = () => {\n sendPhoneVerification().finally(() => {\n setShowVerifyToken(true)\n })\n }\n\n const handleTokenVerify = (token: string) => {\n verifyPhoneToken(token).finally(() => {\n setShowVerifyToken(false)\n })\n }\n\n return (\n <React.Fragment>\n <Button onClick={handleOpen} sx={{ height: 'auto', p: 4, width: 'fit-content' }}>\n <Text variant=\"body2\">{settingsCopy.verify_phone}</Text>\n <ChevronRight />\n </Button>\n <Dialog\n copy={{ title: '' }}\n isOpen={isOpen}\n onClose={handleClose}\n onPrimaryAction={handlePhoneVerify}\n onSecondaryAction={handleClose}\n primaryText={settingsCopy.send_verification}\n secondaryText={commonCopy.back}\n sx={{\n '& .MuiDialogContent-root': { pt: 0, width: 400 },\n\n '& .MuiToolbar-root:last-child': {\n gap: 16,\n padding: '32px 60px 48px',\n justifyContent: 'center',\n },\n }}\n >\n <Stack spacing={16} sx={{ px: 40, textAlign: 'center', width: '100%' }}>\n <Text bold={true} truncate={false} variant=\"body1\">\n {settingsCopy.confirm_your_phone}\n </Text>\n <Text truncate={false} variant=\"body2\">\n {settingsCopy.confirm_phone}\n </Text>\n <Text\n sx={{\n border: `1px solid ${theme.palette.neutral.light}`,\n borderRadius: '4px',\n p: '16px 32px',\n }}\n variant=\"h3\"\n >\n {user.phone}\n </Text>\n <Text truncate={false} variant=\"body2\">\n {settingsCopy.verification_notice_phone}\n </Text>\n </Stack>\n </Dialog>\n <VerifyTokenAction\n handleClose={() => setShowVerifyToken(false)}\n handleVerify={handleTokenVerify}\n isOpen={showVerifyToken}\n />\n </React.Fragment>\n )\n})\n\nexport default VerifyPhoneAction\n","import React from 'react'\nimport { observer } from 'mobx-react-lite'\nimport { endOfMonth } from 'date-fns/endOfMonth'\nimport { startOfMonth } from 'date-fns/startOfMonth'\n\nimport Stack from '@mui/material/Stack'\nimport { DateCalendar } from '@mui/x-date-pickers/DateCalendar'\nimport { LocalizationProvider } from '@mui/x-date-pickers/LocalizationProvider'\nimport { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFnsV3'\n\nimport { ChevronRight } from '@mxenabled/mx-icons'\n\nimport { InstitutionLogo } from '@mxenabled/mxui'\n\nimport {\n CurrencyInput,\n Dialog,\n ToggleButtonListItem,\n useAccountStore,\n useGlobalCopyStore,\n} from '../../../common'\nimport { AccountNotificationTypes, DetailedNotificationProfile } from '../../../core'\nimport { formatCurrency, formatOrdinal } from '../../../core/utils/NumberFormatting'\nimport { buildDynamicCopy } from '../../../core/utils/Localization'\n\ninterface AccountProfileListItemProps {\n onProfileUpdated: (profile: DetailedNotificationProfile) => void\n profile: DetailedNotificationProfile\n}\n\nexport const AccountProfileListItem = observer(\n ({ onProfileUpdated, profile }: AccountProfileListItemProps) => {\n const { common: commonCopy, recurring: recurringCopy, settings: copy } = useGlobalCopyStore()\n const { updateAccount } = useAccountStore()\n\n const isPaymentReminder =\n profile.notification_type === AccountNotificationTypes.DebtPaymentReminder\n\n const [isOpen, setIsOpen] = React.useState(false)\n const [amount, setAmount] = React.useState<number>(profile.threshold || 0)\n const [paymentDay, setPaymentDay] = React.useState<number>(\n profile.account?.day_payment_is_due || 0,\n )\n\n const accountName = profile.account?.name || profile.account?.feed_name || ''\n const accountPaymentDate = profile.account?.day_payment_is_due\n ? (buildDynamicCopy(\n copy.notification_debt_payment_date,\n formatOrdinal(profile.account?.day_payment_is_due),\n ) as string)\n : copy.notification_debt_payment_zero_state\n\n const secondaryText = isPaymentReminder\n ? accountPaymentDate\n : formatCurrency(profile.threshold ?? 0, '0,0')\n\n const handleUpdateProfile = async () => {\n if (isPaymentReminder && profile.account) {\n await updateAccount({ ...profile.account, day_payment_is_due: paymentDay })\n } else {\n onProfileUpdated({ ...profile, threshold: amount })\n }\n }\n\n return (\n <Stack>\n <ToggleButtonListItem\n avatar={\n profile.account?.institution_guid ? (\n <InstitutionLogo\n alt={profile.label}\n institutionGuid={profile.account?.institution_guid}\n />\n ) : undefined\n }\n endIcon={<ChevronRight />}\n isChecked={profile.is_enabled}\n isDisabled={!profile.is_enabled}\n isPrimaryTextBold={true}\n onClick={() => setIsOpen(true)}\n onToggle={() =>\n onProfileUpdated({\n ...profile,\n is_enabled: !profile.is_enabled,\n })\n }\n primaryText={accountName}\n secondaryText={!profile.is_enabled ? copy.notification_disabled : secondaryText}\n />\n\n <Dialog\n copy={{\n title: isPaymentReminder\n ? recurringCopy.day_of_the_month\n : copy.notification_threshold_label,\n close_aria: commonCopy.close_aria,\n }}\n disablePrimaryButton={isPaymentReminder && paymentDay === 0}\n isOpen={isOpen}\n onClose={() => setIsOpen(false)}\n onPrimaryAction={handleUpdateProfile}\n primaryText={commonCopy.save_button}\n >\n {isPaymentReminder ? (\n <LocalizationProvider dateAdapter={AdapterDateFns}>\n <DateCalendar\n maxDate={endOfMonth(new Date())}\n minDate={startOfMonth(new Date())}\n onChange={(date: Date) => {\n setPaymentDay(date.getDate())\n }}\n slots={{\n // Hides the arrows\n leftArrowIcon: () => null,\n rightArrowIcon: () => null,\n }}\n sx={{\n // TODO: Needs to be updated in MXUI\n '& .MuiPickersDay-today': {\n color: 'primary.main',\n },\n }}\n views={['day']}\n />\n </LocalizationProvider>\n ) : (\n <CurrencyInput\n amount={amount}\n autoFocus={true}\n fullWidth={true}\n minAmount={0}\n setAmount={(value) => setAmount(Number(value) || 0)}\n sx={{ '.MuiTypography-body1': { p: 0 } }}\n />\n )}\n </Dialog>\n </Stack>\n )\n },\n)\n","import { observer } from 'mobx-react-lite'\n\nimport Divider from '@mui/material/Divider'\nimport List from '@mui/material/List'\nimport Stack from '@mui/material/Stack'\n\nimport { Text } from '@mxenabled/mxui'\n\nimport {\n ToggleListItem,\n useGlobalCopyStore,\n useScreenSize,\n useSettingsStore,\n useUserStore,\n} from '../../../common'\nimport { DetailedNotificationProfile } from '../../../core'\n\nimport { AccountProfileListItem } from './AccountProfileListItem'\n\ninterface AccountNotificationProfileProps {\n onUpdateProfile: (profile: DetailedNotificationProfile) => void\n profile: DetailedNotificationProfile\n}\n\nexport const AccountNotificationProfile = observer(\n ({ onUpdateProfile, profile }: AccountNotificationProfileProps) => {\n const { settings: copy } = useGlobalCopyStore()\n const { user } = useUserStore()\n const { clientCommunicationProfile, userCommunicationsProfile } = useSettingsStore()\n const { isMobile } = useScreenSize()\n\n const isAccountProfile = profile.notification_type > 2\n const {\n opted_out_of_email_notifications: emailDisabled,\n opted_out_of_push_notifications: pushDisabled,\n opted_out_of_sms_notifications: smsDisabled,\n } = userCommunicationsProfile\n\n const {\n email_notifications_enabled: showEmail,\n push_notifications_enabled: showPush,\n sms_notifications_enabled: showSms,\n } = clientCommunicationProfile\n\n return (\n <Stack>\n {(showEmail || showSms || showPush) && (\n <>\n <Text bold={true} sx={{ mb: 4, ml: 24, mt: 12 }} variant=\"caption\">\n {copy.delivery_method_title}\n </Text>\n <List sx={{ bgcolor: 'background.paper' }}>\n {showEmail && (\n <Stack sx={{ pl: 24 }}>\n <ToggleListItem\n isChecked={!emailDisabled && profile.email_channel && !!user.email}\n isDisabled={emailDisabled || !user.email}\n onToggle={() =>\n onUpdateProfile({ ...profile, email_channel: !profile.email_channel })\n }\n primaryText={copy.delivery_method_email_label}\n secondaryText={\n emailDisabled || !profile.email_channel || !user.email\n ? copy.notification_disabled\n : copy.notification_enabled\n }\n useExtraPadding={false}\n />\n </Stack>\n )}\n\n {showEmail && (showSms || showPush) && <Divider sx={{ ml: isMobile ? 0 : 24 }} />}\n\n {showSms && (\n <Stack sx={{ pl: 24 }}>\n <ToggleListItem\n isChecked={!smsDisabled && profile.sms_channel && !!user.phone}\n isDisabled={smsDisabled || !user.phone}\n onToggle={() =>\n onUpdateProfile({ ...profile, sms_channel: !profile.sms_channel })\n }\n primaryText={`${copy.delivery_method_sms_label}`}\n secondaryText={\n smsDisabled || !profile.sms_channel || !user.phone\n ? copy.notification_disabled\n : copy.notification_enabled\n }\n useExtraPadding={false}\n />\n </Stack>\n )}\n\n {showSms && showPush && <Divider sx={{ ml: isMobile ? 0 : 24 }} />}\n\n {showPush && (\n <Stack sx={{ pl: 24 }}>\n <ToggleListItem\n isChecked={!pushDisabled && profile.push_channel}\n isDisabled={pushDisabled}\n onToggle={() =>\n onUpdateProfile({ ...profile, push_channel: !profile.push_channel })\n }\n primaryText={copy.delivery_method_push_label}\n secondaryText={copy.delivery_method_push_subtitle}\n useExtraPadding={false}\n />\n </Stack>\n )}\n <Divider />\n </List>\n </>\n )}\n\n {isAccountProfile && Boolean(profile.children?.length) && (\n <Stack>\n <Text bold={true} sx={{ mb: 4, ml: 24, mt: 12 }} variant=\"caption\">\n {copy.accounts_threshold_title}\n </Text>\n\n <List sx={{ bgcolor: 'background.paper' }}>\n {profile.children?.map((child) => (\n <AccountProfileListItem\n key={child.guid}\n onProfileUpdated={onUpdateProfile}\n profile={child}\n />\n ))}\n </List>\n </Stack>\n )}\n </Stack>\n )\n },\n)\n","import React from 'react'\nimport { observer } from 'mobx-react-lite'\n\nimport Stack from '@mui/material/Stack'\n\nimport { ChevronRight } from '@mxenabled/mx-icons'\n\nimport { Drawer, ToggleButtonListItem, useSettingsStore } from '../../../common'\nimport { DetailedNotificationProfile } from '../../../core'\n\nimport { AccountNotificationProfile } from './AccountNotificationProfile'\n\nexport const AccountNotificationProfiles = observer(() => {\n const { accountProfiles, updateNotificationProfile } = useSettingsStore()\n\n const [selectedProfileGuid, setSelectedProfileGuid] = React.useState('')\n\n const selectedProfile = React.useMemo(\n () => accountProfiles.find((profile) => profile.guid === selectedProfileGuid),\n [accountProfiles, selectedProfileGuid],\n )\n\n const handleProfileToggle = async (profile: DetailedNotificationProfile) => {\n await updateNotificationProfile({\n ...profile,\n is_enabled: !profile.is_enabled,\n })\n }\n\n const handleProfileUpdate = async (profile: DetailedNotificationProfile) => {\n await updateNotificationProfile(profile)\n }\n\n return (\n <Stack sx={{ backgroundColor: 'background.paper' }}>\n {accountProfiles\n // Don't show notification profiles that have no associated accounts (children)\n .filter((profile) => profile.children && profile.children.length > 0)\n .map((profile) => (\n <ToggleButtonListItem\n endIcon={<ChevronRight />}\n isChecked={profile.is_enabled}\n isDisabled={!profile.is_enabled}\n key={profile.guid}\n onClick={() => setSelectedProfileGuid(profile.guid)}\n onToggle={() => handleProfileToggle(profile)}\n primaryText={profile.label}\n secondaryText={profile.is_enabled ? profile.deliveryMethodsLabel : undefined}\n />\n ))}\n <Drawer\n isOpen={Boolean(selectedProfile)}\n onClose={() => setSelectedProfileGuid('')}\n title={selectedProfile ? selectedProfile.label : ''}\n >\n {selectedProfile && (\n <AccountNotificationProfile\n onUpdateProfile={handleProfileUpdate}\n profile={selectedProfile}\n />\n )}\n </Drawer>\n </Stack>\n )\n})\n","import React from 'react'\nimport { observer } from 'mobx-react-lite'\n\nimport Collapse from '@mui/material/Collapse'\nimport Divider from '@mui/material/Divider'\nimport List from '@mui/material/List'\n\nimport { ExpandMore } from '@mxenabled/mx-icons'\n\nimport {\n ToggleButtonListItem,\n ToggleListItem,\n useGlobalCopyStore,\n useSettingsStore,\n useUserStore,\n} from '../../../common'\nimport { type DetailedNotificationProfile } from '../../../core'\n\ninterface BudgetNotificationProfileProps {\n profile: DetailedNotificationProfile\n}\n\nexport const NotificationProfile = observer(({ profile }: BudgetNotificationProfileProps) => {\n const { settings: copy } = useGlobalCopyStore()\n const {\n clientCommunicationProfile: {\n email_notifications_enabled: showEmail,\n push_notifications_enabled: showPush,\n sms_notifications_enabled: showSms,\n },\n updateNotificationProfile,\n userCommunicationsProfile: {\n opted_out_of_email_notifications: emailDisabled,\n opted_out_of_push_notifications: pushDisabled,\n opted_out_of_sms_notifications: smsDisabled,\n },\n } = useSettingsStore()\n\n const { user: userDetails } = useUserStore()\n\n const [isExpanded, setIsExpanded] = React.useState(false)\n\n const handleProfileToggle = async () => {\n await handleUpdateProfile({ ...profile, is_enabled: !profile.is_enabled })\n\n if (profile.is_enabled) {\n setIsExpanded(false)\n }\n }\n\n const handleUpdateProfile = async (updatedProfile: DetailedNotificationProfile) => {\n await updateNotificationProfile(updatedProfile)\n }\n\n const hasDeliveryMethods = showEmail || showSms || showPush\n\n return (\n <List key={profile.guid} sx={{ bgcolor: 'background.paper' }}>\n <ToggleButtonListItem\n endIcon={\n hasDeliveryMethods ? (\n <ExpandMore\n sx={{\n transition: 'transform 0.3s ease-in-out',\n transform: isExpanded ? 'rotate(180deg)' : 'rotate(0deg)',\n }}\n />\n ) : undefined\n }\n isChecked={profile.is_enabled}\n isDisabled={!profile.is_enabled}\n key={profile.guid}\n onClick={() => setIsExpanded(!isExpanded)}\n onToggle={() => handleProfileToggle()}\n primaryText={profile.label}\n secondaryText={profile.is_enabled ? profile.deliveryMethodsLabel : undefined}\n />\n {hasDeliveryMethods && (\n <Collapse in={isExpanded}>\n <List sx={{ bgcolor: 'background.paper' }}>\n {showEmail && (\n <ToggleListItem\n isChecked={!emailDisabled && profile.email_channel && !!userDetails.email}\n isDisabled={emailDisabled || !userDetails.email}\n onToggle={() =>\n handleUpdateProfile({\n ...profile,\n email_channel: !profile.email_channel,\n })\n }\n primaryText={copy.delivery_method_email_label}\n />\n )}\n\n {showEmail && (showSms || showPush) && <Divider sx={{ ml: 48 }} />}\n\n {showSms && (\n <ToggleListItem\n isChecked={!smsDisabled && profile.sms_channel && !!userDetails.phone}\n isDisabled={smsDisabled || !userDetails.phone}\n onToggle={() =>\n handleUpdateProfile({\n ...profile,\n sms_channel: !profile.sms_channel,\n })\n }\n primaryText={copy.delivery_method_sms_label}\n />\n )}\n\n {showSms && showPush && <Divider sx={{ ml: 48 }} />}\n\n {showPush && (\n <ToggleListItem\n isChecked={!pushDisabled && profile.push_channel}\n isDisabled={pushDisabled}\n onToggle={() =>\n handleUpdateProfile({\n ...profile,\n push_channel: !profile.push_channel,\n })\n }\n primaryText={copy.delivery_method_push_label}\n />\n )}\n </List>\n </Collapse>\n )}\n <Divider />\n </List>\n )\n})\n","import { observer } from 'mobx-react-lite'\n\nimport Stack from '@mui/material/Stack'\n\nimport { NotificationProfile } from './NotificationProfile'\n\nimport { useSettingsStore } from '../../../common'\n\nexport const BudgetNotificationProfiles = observer(() => {\n const { budgetProfiles } = useSettingsStore()\n\n return (\n <Stack>\n {budgetProfiles.map((profile) => (\n <NotificationProfile key={profile.guid} profile={profile} />\n ))}\n </Stack>\n )\n})\n","import { observer } from 'mobx-react-lite'\n\nimport Card from '@mui/material/Card'\nimport CardContent from '@mui/material/CardContent'\nimport Divider from '@mui/material/Divider'\nimport Stack from '@mui/material/Stack'\n\nimport { Star } from '@mxenabled/mx-icons'\n\nimport { H3, Text } from '@mxenabled/mxui'\n\nimport {\n ToggleListItem,\n useEvent,\n useGlobalCopyStore,\n useSettingsStore,\n useUserStore,\n} from '../../../common'\nimport { type UserCommunicationProfile } from '../../../core'\n\nexport const DeliveryMethods = observer(() => {\n const { onEvent } = useEvent()\n const { settings: copy } = useGlobalCopyStore()\n const {\n clientCommunicationProfile: ccp,\n updateUserCommunicationProfile,\n userCommunicationsProfile: ucp,\n } = useSettingsStore()\n const { user } = useUserStore()\n\n const onProfileChange = async <K extends keyof UserCommunicationProfile>(\n key: K,\n value: UserCommunicationProfile[K],\n ) => {\n const updatedProfile = { ...ucp, [key]: value }\n\n if (onEvent) {\n const keyParts = key.split('_')\n const notificationType = keyParts[3] // e.g., 'email', 'sms', 'push' 'all'\n if (value === false) {\n onEvent('opt_in_notification_method', { notificationType })\n } else {\n onEvent('opt_out_notification_method', { notificationType })\n }\n }\n\n await updateUserCommunicationProfile(updatedProfile)\n }\n\n return (\n <Stack>\n <H3 sx={{ mt: 24 }}>{copy.delivery_method_title}</H3>\n\n {ccp.email_notifications_enabled && (\n <>\n <ToggleListItem\n isChecked={!!user.email && !ucp.opted_out_of_email_notifications}\n isDisabled={!user.email}\n onToggle={() =>\n onProfileChange(\n 'opted_out_of_email_notifications',\n !ucp.opted_out_of_email_notifications,\n )\n }\n primaryText={copy.delivery_method_email_title}\n secondaryText={\n !!user.email && !ucp.opted_out_of_email_notifications\n ? copy.notification_enabled\n : copy.notification_disabled\n }\n useExtraPadding={false}\n />\n\n {(ccp.sms_notifications_enabled || ccp.push_notifications_enabled) && <Divider />}\n </>\n )}\n\n {ccp.sms_notifications_enabled && (\n <>\n <ToggleListItem\n isChecked={!!user.phone && !ucp.opted_out_of_sms_notifications}\n isDisabled={!user.phone}\n onToggle={() =>\n onProfileChange('opted_out_of_sms_notifications', !ucp.opted_out_of_sms_notifications)\n }\n primaryText={copy.delivery_method_sms_title}\n secondaryText={\n !!user.phone && !ucp.opted_out_of_sms_notifications\n ? copy.notification_enabled\n : copy.notification_disabled\n }\n useExtraPadding={false}\n />\n\n {ccp.push_notifications_enabled && <Divider />}\n </>\n )}\n\n {ccp.push_notifications_enabled && (\n <ToggleListItem\n isChecked={!ucp.opted_out_of_push_notifications}\n isDisabled={true}\n onToggle={() => {}}\n primaryText={copy.delivery_method_push_title}\n secondaryText={copy.delivery_method_push_subtitle}\n useExtraPadding={false}\n />\n )}\n\n {ccp.sms_notifications_enabled && (\n <Card sx={{ backgroundColor: 'background.default', mt: 12 }} variant=\"outlined\">\n <CardContent>\n <Stack alignItems=\"flex-start\" direction=\"row\" gap={6}>\n <Star color=\"primary\" filled={true} />\n <Text variant=\"caption\">{copy.delivery_method_sms_note_1}</Text>\n </Stack>\n </CardContent>\n </Card>\n )}\n </Stack>\n )\n})\n","import { observer } from 'mobx-react-lite'\n\nimport Stack from '@mui/material/Stack'\n\nimport { useSettingsStore } from '../../../common'\n\nimport { NotificationProfile } from './NotificationProfile'\n\nexport const InsightsNotificationProfiles = observer(() => {\n const { insightsProfiles } = useSettingsStore()\n\n return (\n <Stack>\n {insightsProfiles.map((profile) => (\n <NotificationProfile key={profile.guid} profile={profile} />\n ))}\n </Stack>\n )\n})\n","import React from 'react'\nimport { observer } from 'mobx-react-lite'\n\nimport Box from '@mui/material/Box'\nimport Button from '@mui/material/Button'\nimport Divider from '@mui/material/Divider'\nimport Stack from '@mui/material/Stack'\nimport TextField from '@mui/material/TextField'\n\nimport { H3 } from '@mxenabled/mxui'\n\nimport { useAppConfig, useGlobalCopyStore, useSettingsStore, useUserStore } from '../../../common'\nimport { type EditableUser } from '../../../core'\nimport { useDimensions } from '../../../common/hooks/useDimensions'\n\nimport VerifyEmailAction from '../profile/actions/VerifyEmailAction'\nimport VerifyPhoneAction from '../profile/actions/VerifyPhoneAction'\n\nconst PersonalDetails = () => {\n const { config } = useAppConfig()\n const [containerRef, { width }] = useDimensions()\n const { common: commonCopy, settings: settingsCopy } = useGlobalCopyStore()\n const { updateUser } = useSettingsStore()\n const { user } = useUserStore()\n\n const [hasUnsavedChanges, setHasUnsavedChanges] = React.useState(false)\n const [modifiedUser, setModifiedUser] = React.useState<EditableUser>({\n email: user.email,\n phone: user.phone,\n })\n\n const showVerifyEmail = modifiedUser.email && !user.email_is_verified && !hasUnsavedChanges\n const showVerifyPhone = modifiedUser.phone && !user.phone_is_verified && !hasUnsavedChanges\n\n const handleChange = (event: React.ChangeEvent<HTMLInputElement>) => {\n const { name, value } = event.target\n const changedUser = { ...modifiedUser, [name]: value }\n\n setModifiedUser(changedUser)\n setHasUnsavedChanges(JSON.stringify({ ...user, ...changedUser }) !== JSON.stringify(user))\n }\n\n const handleSave = async () => {\n await updateUser({ ...user, ...modifiedUser })\n setHasUnsavedChanges(false)\n }\n\n return (\n <Stack ref={containerRef}>\n <Divider />\n <Stack sx={{ pt: 12 }}>\n <H3 sx={{ lineHeight: '20px', pb: 4, pt: 16 }}>{settingsCopy.personal_details}</H3>\n <Stack sx={{ flexDirection: width <= 768 ? 'column' : 'row', gap: 24, py: 16 }}>\n {config.display_email_edit_field_in_settings && (\n <Stack sx={{ flex: 1, pb: 14 }}>\n <TextField\n defaultValue={user.email}\n fullWidth={true}\n label={settingsCopy.email_address}\n name=\"email\"\n onChange={handleChange}\n />\n {showVerifyEmail && (\n <Box\n sx={{\n height: 20,\n '.MuiButton-root': {\n px: 0,\n ':hover': {\n bgcolor: 'transparent',\n },\n },\n }}\n >\n <VerifyEmailAction />\n </Box>\n )}\n </Stack>\n )}\n {config.display_sms_edit_field_in_settings && (\n <Stack sx={{ flex: 1, pb: 14 }}>\n <TextField\n defaultValue={user.phone}\n fullWidth={true}\n label={settingsCopy.mobile_number}\n name=\"phone\"\n onChange={handleChange}\n />\n {showVerifyPhone && (\n <Box\n sx={{\n height: 20,\n '.MuiButton-root': {\n px: 0,\n ':hover': {\n bgcolor: 'transparent',\n },\n },\n }}\n >\n <VerifyPhoneAction />\n </Box>\n )}\n </Stack>\n )}\n </Stack>\n <Button\n disabled={!hasUnsavedChanges}\n onClick={handleSave}\n sx={{ width: 84 }}\n variant=\"contained\"\n >\n {commonCopy.save_button}\n </Button>\n </Stack>\n </Stack>\n )\n}\n\nexport default observer(PersonalDetails)\n","import React from 'react'\nimport { observer } from 'mobx-react-lite'\n\nimport Divider from '@mui/material/Divider'\nimport List from '@mui/material/List'\nimport ListItem from '@mui/material/ListItem'\nimport ListItemText from '@mui/material/ListItemText'\nimport ListItemButton from '@mui/material/ListItemButton'\nimport Stack from '@mui/material/Stack'\n\nimport { ChevronRight } from '@mxenabled/mx-icons'\n\nimport { H3 } from '@mxenabled/mxui'\n\nimport {\n Drawer,\n Loader,\n useAccountStore,\n useAppConfig,\n useGlobalCopyStore,\n useGlobalUiStore,\n useInsightsEnabled,\n useSettingsStore,\n useWidgetLoadTimer,\n} from '../../../common'\nimport { NotificationTypes } from '../../../core'\n\nimport { AccountNotificationProfiles } from './AccountNotificationProfiles'\nimport { BudgetNotificationProfiles } from './BudgetNotificationProfiles'\nimport { DeliveryMethods } from './DeliveryMethods'\nimport { InsightsNotificationProfiles } from './InsightsNotificationProfiles'\nimport PersonalDetails from './PersonalDetails'\n\nexport interface NotificationSettingsProps {\n notificationTypes?: NotificationTypes[]\n showPersonalDetails?: boolean\n view?: string | undefined\n}\n\nexport const NotificationSettings: React.FC<NotificationSettingsProps> = observer(\n ({\n notificationTypes = [NotificationTypes.Accounts, NotificationTypes.Budgets],\n showPersonalDetails = false,\n view,\n }) => {\n const { config } = useAppConfig()\n const { settings: copy } = useGlobalCopyStore()\n const { isInitialized } = useGlobalUiStore()\n const { isAccountDataLoaded, loadAccountData } = useAccountStore()\n const { clientCommunicationProfile: ccp, loadNotificationProfiles } = useSettingsStore()\n const isInsightsEnabled = useInsightsEnabled()\n\n const [isLoaded, setIsLoaded] = React.useState(false)\n const [profileTypeOpen, setProfileTypeOpen] = React.useState<NotificationTypes | undefined>(\n undefined,\n )\n\n if (notificationTypes.length > 0 && isInsightsEnabled)\n notificationTypes.push(NotificationTypes.Insights)\n\n useWidgetLoadTimer({\n widgetName: 'NotificationSettingsWidget',\n isLoaded: isLoaded,\n })\n\n React.useEffect(() => {\n if (!isAccountDataLoaded) {\n loadAccountData().finally()\n }\n }, [])\n\n React.useEffect(() => {\n if (isInitialized) {\n loadNotificationProfiles().finally(() => setIsLoaded(true))\n }\n }, [isInitialized])\n\n if (!isInitialized) {\n return <Loader />\n }\n\n let drawerTitle = copy.manage_account_notifications\n if (profileTypeOpen === NotificationTypes.Budgets) {\n drawerTitle = copy.manage_budget_notifications\n } else if (profileTypeOpen === NotificationTypes.Insights) {\n drawerTitle = copy.manage_insights_notifications\n }\n\n const {\n email_notifications_enabled: emailEnabled,\n sms_notifications_enabled: smsEnabled,\n push_notifications_enabled: pushEnabled,\n } = ccp\n\n const hasDeliveryMethods = emailEnabled || smsEnabled || pushEnabled\n\n if (view === 'accounts') {\n return <AccountNotificationProfiles />\n } else if (view === 'budgets') {\n return <BudgetNotificationProfiles />\n } else if (view === 'insights') {\n return <InsightsNotificationProfiles />\n }\n\n const canEditFields =\n config.display_email_edit_field_in_settings || config.display_sms_edit_field_in_settings\n const shouldShowPersonalDetails =\n showPersonalDetails && ccp.can_edit_contact_info && canEditFields\n\n return (\n <Stack sx={{ pt: hasDeliveryMethods ? 0 : 24 }}>\n <Stack sx={{ px: 24 }}>\n {hasDeliveryMethods && (\n <>\n <DeliveryMethods />\n <Divider sx={{ my: 24 }} />\n </>\n )}\n\n <H3 sx={{ mb: 4 }}>{copy.notification_types_title}</H3>\n </Stack>\n <List>\n {notificationTypes.includes(NotificationTypes.Accounts) && (\n <ListItem>\n <ListItemButton onClick={() => setProfileTypeOpen(NotificationTypes.Accounts)}>\n <ListItemText primary={copy.accounts_title} secondary={copy.accounts_subtitle} />\n <ChevronRight />\n </ListItemButton>\n </ListItem>\n )}\n {notificationTypes.includes(NotificationTypes.Budgets) && (\n <ListItem>\n <ListItemButton onClick={() => setProfileTypeOpen(NotificationTypes.Budgets)}>\n <ListItemText primary={copy.budgets_title} secondary={copy.budgets_subtitle} />\n <ChevronRight />\n </ListItemButton>\n </ListItem>\n )}\n {notificationTypes.includes(NotificationTypes.Insights) && (\n <ListItem>\n <ListItemButton onClick={() => setProfileTypeOpen(NotificationTypes.Insights)}>\n <ListItemText primary={copy.insights_title} secondary={copy.insights_subtitle} />\n <ChevronRight />\n </ListItemButton>\n </ListItem>\n )}\n </List>\n\n {shouldShowPersonalDetails && (\n <Stack sx={{ px: 24 }}>\n <PersonalDetails />\n </Stack>\n )}\n\n <Drawer\n isOpen={Boolean(profileTypeOpen)}\n onClose={() => setProfileTypeOpen(undefined)}\n title={drawerTitle}\n >\n <Stack>\n {profileTypeOpen === NotificationTypes.Accounts && <AccountNotificationProfiles />}\n {profileTypeOpen === NotificationTypes.Budgets && <BudgetNotificationProfiles />}\n {profileTypeOpen === NotificationTypes.Insights && <InsightsNotificationProfiles />}\n </Stack>\n </Drawer>\n </Stack>\n )\n },\n)\n"],"names":["VerifyEmailAction","observer","commonCopy","settingsCopy","useGlobalCopyStore","sendEmailVerification","useSettingsStore","user","useUserStore","theme","useTheme","isOpen","setIsOpen","React","handleClose","handleOpen","jsxs","Button","jsx","Text","ChevronRight","Dialog","Stack","VerifyTokenAction","handleVerify","token","setToken","TextField","e","VerifyPhoneAction","sendPhoneVerification","verifyPhoneToken","showVerifyToken","setShowVerifyToken","handlePhoneVerify","handleTokenVerify","AccountProfileListItem","onProfileUpdated","profile","recurringCopy","copy","updateAccount","useAccountStore","isPaymentReminder","AccountNotificationTypes","amount","setAmount","paymentDay","setPaymentDay","accountName","accountPaymentDate","buildDynamicCopy","formatOrdinal","secondaryText","formatCurrency","handleUpdateProfile","ToggleButtonListItem","InstitutionLogo","LocalizationProvider","AdapterDateFns","DateCalendar","endOfMonth","startOfMonth","date","CurrencyInput","value","AccountNotificationProfile","onUpdateProfile","clientCommunicationProfile","userCommunicationsProfile","isMobile","useScreenSize","isAccountProfile","emailDisabled","pushDisabled","smsDisabled","showEmail","showPush","showSms","Fragment","List","ToggleListItem","Divider","child","AccountNotificationProfiles","accountProfiles","updateNotificationProfile","selectedProfileGuid","setSelectedProfileGuid","selectedProfile","handleProfileToggle","handleProfileUpdate","Drawer","NotificationProfile","userDetails","isExpanded","setIsExpanded","updatedProfile","hasDeliveryMethods","ExpandMore","Collapse","BudgetNotificationProfiles","budgetProfiles","DeliveryMethods","onEvent","useEvent","ccp","updateUserCommunicationProfile","ucp","onProfileChange","key","notificationType","H3","Card","CardContent","Star","InsightsNotificationProfiles","insightsProfiles","PersonalDetails","config","useAppConfig","containerRef","width","useDimensions","updateUser","hasUnsavedChanges","setHasUnsavedChanges","modifiedUser","setModifiedUser","showVerifyEmail","showVerifyPhone","handleChange","event","name","changedUser","handleSave","Box","PersonalDetails$1","NotificationSettings","notificationTypes","NotificationTypes","showPersonalDetails","view","isInitialized","useGlobalUiStore","isAccountDataLoaded","loadAccountData","loadNotificationProfiles","isInsightsEnabled","useInsightsEnabled","isLoaded","setIsLoaded","profileTypeOpen","setProfileTypeOpen","useWidgetLoadTimer","Loader","drawerTitle","emailEnabled","smsEnabled","pushEnabled","canEditFields","shouldShowPersonalDetails","ListItem","ListItemButton","ListItemText"],"mappings":"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"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { fromUnixTime as n, isSameDay as a } from "date-fns";
|
|
2
|
-
import { I as c } from "./Notification-DTNYSd8P.mjs";
|
|
3
|
-
let o = null;
|
|
4
|
-
const u = () => (o || (o = new Set(
|
|
5
|
-
Object.values(c).filter(
|
|
6
|
-
(e) => typeof e == "number"
|
|
7
|
-
)
|
|
8
|
-
)), o), _ = (e, t) => {
|
|
9
|
-
const i = n(t[e].delivered_at), r = n(t[e - 1]?.delivered_at);
|
|
10
|
-
return !a(i, r);
|
|
11
|
-
};
|
|
12
|
-
function m(e) {
|
|
13
|
-
const i = Math.floor(Date.now() / 1e3);
|
|
14
|
-
return e.filter((r) => {
|
|
15
|
-
const s = r.delivered_at;
|
|
16
|
-
return i - s <= 2592e3;
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
export {
|
|
20
|
-
m as f,
|
|
21
|
-
u as g,
|
|
22
|
-
_ as s
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=NotificationUtils-BRGFTePr.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationUtils-BRGFTePr.mjs","sources":["../src/core/utils/NotificationUtils.ts"],"sourcesContent":["import { fromUnixTime, isSameDay } from 'date-fns'\n\nimport { type Notification, InsightNotificationTypes } from '../types'\n\n// Lazy-initialized set of insight notification type values for efficient filtering\nlet _insightNotificationTypeValues: Set<number> | null = null\n\nexport const getInsightNotificationTypeValues = (): Set<number> => {\n if (!_insightNotificationTypeValues) {\n _insightNotificationTypeValues = new Set(\n Object.values(InsightNotificationTypes).filter(\n (value) => typeof value === 'number',\n ) as number[],\n )\n }\n return _insightNotificationTypeValues\n}\n\nexport const sortByDate = (a: Notification, b: Notification) => {\n return b.delivered_at - a.delivered_at\n}\n\nexport const shouldShowDate = (index: number, notifications: Notification[]) => {\n const currentDate = fromUnixTime(notifications[index].delivered_at)\n const previousDate = fromUnixTime(notifications[index - 1]?.delivered_at)\n\n return !isSameDay(currentDate, previousDate)\n}\n\nexport const hasInsetBorder = (index: number, notifications: Notification[]) => {\n const currentDate = fromUnixTime(notifications[index].delivered_at)\n const nextDate = fromUnixTime(notifications[index + 1]?.delivered_at)\n\n return isSameDay(currentDate, nextDate)\n}\n\nexport function filterRecentNotifications(notifications: Notification[]): Notification[] {\n const THIRTY_DAYS_IN_SECONDS = 30 * 24 * 60 * 60\n const currentTime = Math.floor(Date.now() / 1000)\n\n return notifications.filter((notification: Notification) => {\n const deliveredAt = notification.delivered_at\n return currentTime - deliveredAt <= THIRTY_DAYS_IN_SECONDS\n })\n}\n"],"names":["_insightNotificationTypeValues","getInsightNotificationTypeValues","InsightNotificationTypes","value","shouldShowDate","index","notifications","currentDate","fromUnixTime","previousDate","isSameDay","filterRecentNotifications","currentTime","notification","deliveredAt"],"mappings":";;AAKA,IAAIA,IAAqD;AAElD,MAAMC,IAAmC,OACzCD,MACHA,IAAiC,IAAI;AAAA,EACnC,OAAO,OAAOE,CAAwB,EAAE;AAAA,IACtC,CAACC,MAAU,OAAOA,KAAU;AAAA,EAAA;AAC9B,IAGGH,IAOII,IAAiB,CAACC,GAAeC,MAAkC;AAC9E,QAAMC,IAAcC,EAAaF,EAAcD,CAAK,EAAE,YAAY,GAC5DI,IAAeD,EAAaF,EAAcD,IAAQ,CAAC,GAAG,YAAY;AAExE,SAAO,CAACK,EAAUH,GAAaE,CAAY;AAC7C;AASO,SAASE,EAA0BL,GAA+C;AAEvF,QAAMM,IAAc,KAAK,MAAM,KAAK,IAAA,IAAQ,GAAI;AAEhD,SAAON,EAAc,OAAO,CAACO,MAA+B;AAC1D,UAAMC,IAAcD,EAAa;AACjC,WAAOD,IAAcE,KAAe;AAAA,EACtC,CAAC;AACH;"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import o from "numeral";
|
|
2
|
-
import { g as a } from "./Localization-DnoVyBNK.mjs";
|
|
3
|
-
const D = 9999999999e-2;
|
|
4
|
-
var c = /* @__PURE__ */ ((t) => (t.CAD = "CAD", t.USD = "USD", t))(c || {});
|
|
5
|
-
const h = (t, r, e) => {
|
|
6
|
-
const s = [], l = (r - t) / (e - 1);
|
|
7
|
-
for (let n = 0; n < e; n++) {
|
|
8
|
-
const i = t + n * l;
|
|
9
|
-
s.push(i);
|
|
10
|
-
}
|
|
11
|
-
return s[e - 1] = r, s.map(Math.round);
|
|
12
|
-
}, w = (t, r, e) => {
|
|
13
|
-
switch (a()) {
|
|
14
|
-
case "fr-ca":
|
|
15
|
-
return o(t).format(`${r} $`, e);
|
|
16
|
-
default:
|
|
17
|
-
return o(t).format(`$${r}`, e);
|
|
18
|
-
}
|
|
19
|
-
}, $ = () => {
|
|
20
|
-
switch (a()) {
|
|
21
|
-
case "fr-ca":
|
|
22
|
-
return c.CAD;
|
|
23
|
-
default:
|
|
24
|
-
return c.USD;
|
|
25
|
-
}
|
|
26
|
-
}, f = (t) => t != null && t !== "" && isFinite(t), m = {
|
|
27
|
-
style: "percent",
|
|
28
|
-
minimumFractionDigits: 2,
|
|
29
|
-
maximumFractionDigits: 2
|
|
30
|
-
}, N = (t, r = m) => f(t) ? new Intl.NumberFormat(a(), r).format(Number(t)) : t, u = (t) => new Intl.PluralRules(a(), t), P = (t, r = { type: "ordinal" }, e = {
|
|
31
|
-
one: "st",
|
|
32
|
-
two: "nd",
|
|
33
|
-
few: "rd",
|
|
34
|
-
other: "th"
|
|
35
|
-
}) => {
|
|
36
|
-
const s = u(r).select(t);
|
|
37
|
-
return `${t}${e[s]}`;
|
|
38
|
-
};
|
|
39
|
-
export {
|
|
40
|
-
c as C,
|
|
41
|
-
D as M,
|
|
42
|
-
N as a,
|
|
43
|
-
P as b,
|
|
44
|
-
h as c,
|
|
45
|
-
u as d,
|
|
46
|
-
w as f,
|
|
47
|
-
$ as g,
|
|
48
|
-
f as i
|
|
49
|
-
};
|
|
50
|
-
//# sourceMappingURL=NumberFormatting--XMeeBfr.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NumberFormatting--XMeeBfr.mjs","sources":["../src/core/constants/Numbers.ts","../src/core/utils/NumberFormatting.ts"],"sourcesContent":["export const MAX_MONEY_INPUT = 99999999.99\n\nexport enum CurrencyCodes {\n CAD = 'CAD',\n USD = 'USD',\n}\n","import numeral from 'numeral'\nimport type { RoundingFunction } from 'numeral'\n\nimport { CurrencyCodes } from '../constants/Numbers'\nimport { getLocale } from './Localization'\n\nexport const generateEqualIntervals = (\n minValue: number,\n maxValue: number,\n tickCount: number,\n): number[] => {\n const ticks: number[] = []\n const range = maxValue - minValue\n const step = range / (tickCount - 1) // The space between each tick\n\n for (let i = 0; i < tickCount; i++) {\n const tickValue = minValue + i * step\n ticks.push(tickValue)\n }\n\n ticks[tickCount - 1] = maxValue\n\n return ticks.map(Math.round)\n}\n\n// enhances numeral's localization functionality by puting the $ in the correct place\nexport const formatCurrency = (\n amount: number | undefined,\n formatting: string,\n roundingFunction?: RoundingFunction,\n) => {\n switch (getLocale()) {\n case 'fr-ca': {\n return numeral(amount).format(`${formatting} $`, roundingFunction)\n }\n default: {\n return numeral(amount).format(`$${formatting}`, roundingFunction)\n }\n }\n}\n\nexport const getCurrencyCodes = () => {\n switch (getLocale()) {\n case 'fr-ca':\n return CurrencyCodes.CAD\n default:\n return CurrencyCodes.USD\n }\n}\n\n// will return `true` if value is a string number, like '99', which matches Serenity logic\nexport const isValidNumber = (value: any) =>\n value !== undefined && value !== null && value !== '' && isFinite(value)\n\nconst defaultPercentStyle = {\n style: 'percent',\n minimumFractionDigits: 2,\n maximumFractionDigits: 2,\n} as Intl.NumberFormatOptions\n\nexport const formatPercentage = (\n amount: number | string | undefined,\n options: Intl.NumberFormatOptions = defaultPercentStyle,\n) =>\n isValidNumber(amount)\n ? new Intl.NumberFormat(getLocale(), options).format(Number(amount))\n : amount\n\nexport const getPluralRules = (options: Intl.PluralRulesOptions) =>\n new Intl.PluralRules(getLocale(), options)\n\nexport const formatOrdinal = (\n number: number,\n options: Intl.PluralRulesOptions = { type: 'ordinal' },\n copy = {\n one: 'st',\n two: 'nd',\n few: 'rd',\n other: 'th',\n } as const,\n) => {\n const rule = getPluralRules(options).select(number)\n\n return `${number}${copy[rule as keyof typeof copy]}`\n}\n"],"names":["MAX_MONEY_INPUT","CurrencyCodes","generateEqualIntervals","minValue","maxValue","tickCount","ticks","step","i","tickValue","formatCurrency","amount","formatting","roundingFunction","getLocale","numeral","getCurrencyCodes","isValidNumber","value","defaultPercentStyle","formatPercentage","options","getPluralRules","formatOrdinal","number","copy","rule"],"mappings":";;AAAO,MAAMA,IAAkB;AAExB,IAAKC,sBAAAA,OACVA,EAAA,MAAM,OACNA,EAAA,MAAM,OAFIA,IAAAA,KAAA,CAAA,CAAA;ACIL,MAAMC,IAAyB,CACpCC,GACAC,GACAC,MACa;AACb,QAAMC,IAAkB,CAAA,GAElBC,KADQH,IAAWD,MACHE,IAAY;AAElC,WAASG,IAAI,GAAGA,IAAIH,GAAWG,KAAK;AAClC,UAAMC,IAAYN,IAAWK,IAAID;AACjC,IAAAD,EAAM,KAAKG,CAAS;AAAA,EACtB;AAEA,SAAAH,EAAMD,IAAY,CAAC,IAAID,GAEhBE,EAAM,IAAI,KAAK,KAAK;AAC7B,GAGaI,IAAiB,CAC5BC,GACAC,GACAC,MACG;AACH,UAAQC,KAAU;AAAA,IAChB,KAAK;AACH,aAAOC,EAAQJ,CAAM,EAAE,OAAO,GAAGC,CAAU,MAAMC,CAAgB;AAAA,IAEnE;AACE,aAAOE,EAAQJ,CAAM,EAAE,OAAO,IAAIC,CAAU,IAAIC,CAAgB;AAAA,EAClE;AAEJ,GAEaG,IAAmB,MAAM;AACpC,UAAQF,KAAU;AAAA,IAChB,KAAK;AACH,aAAOb,EAAc;AAAA,IACvB;AACE,aAAOA,EAAc;AAAA,EAAA;AAE3B,GAGagB,IAAgB,CAACC,MACLA,KAAU,QAAQA,MAAU,MAAM,SAASA,CAAK,GAEnEC,IAAsB;AAAA,EAC1B,OAAO;AAAA,EACP,uBAAuB;AAAA,EACvB,uBAAuB;AACzB,GAEaC,IAAmB,CAC9BT,GACAU,IAAoCF,MAEpCF,EAAcN,CAAM,IAChB,IAAI,KAAK,aAAaG,EAAA,GAAaO,CAAO,EAAE,OAAO,OAAOV,CAAM,CAAC,IACjEA,GAEOW,IAAiB,CAACD,MAC7B,IAAI,KAAK,YAAYP,EAAA,GAAaO,CAAO,GAE9BE,IAAgB,CAC3BC,GACAH,IAAmC,EAAE,MAAM,UAAA,GAC3CI,IAAO;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,OAAO;AACT,MACG;AACH,QAAMC,IAAOJ,EAAeD,CAAO,EAAE,OAAOG,CAAM;AAElD,SAAO,GAAGA,CAAM,GAAGC,EAAKC,CAAyB,CAAC;AACpD;"}
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import _ from "react";
|
|
3
|
-
import { observer as p } from "mobx-react-lite";
|
|
4
|
-
import v from "@mui/material/TextField";
|
|
5
|
-
import { a as T, f as S } from "./NumberFormatting--XMeeBfr.mjs";
|
|
6
|
-
import { u as y, k as h } from "./hooks-97sNJ_lf.mjs";
|
|
7
|
-
import { L as b } from "./ListItemAction-BqUCLj_w.mjs";
|
|
8
|
-
import { C as f } from "./CurrencyInput-DaGEQaLW.mjs";
|
|
9
|
-
const F = p(({ goal: e }) => {
|
|
10
|
-
const { goals: n } = y(), { setAlert: r, setSelectedGoal: l, updateGoal: m } = h(), [t, s] = _.useState(e.interest_rate ?? 0), c = !e.guid, i = t < 0, d = async () => {
|
|
11
|
-
const a = { ...e, interest_rate: t };
|
|
12
|
-
e.interest_rate = t, c ? l(a) : (await m(a), r(n.alert_goal_updated_interest_rate));
|
|
13
|
-
}, u = () => {
|
|
14
|
-
setTimeout(() => {
|
|
15
|
-
s(e.interest_rate ?? 0);
|
|
16
|
-
}, 250);
|
|
17
|
-
};
|
|
18
|
-
return /* @__PURE__ */ o(
|
|
19
|
-
b,
|
|
20
|
-
{
|
|
21
|
-
isDisabled: e.is_complete,
|
|
22
|
-
isSaveDisabled: i,
|
|
23
|
-
label: `${n.details_interest_rate} (%)`,
|
|
24
|
-
onCancel: u,
|
|
25
|
-
onSave: d,
|
|
26
|
-
primaryText: n.details_interest_rate,
|
|
27
|
-
secondaryText: T(Number(e.interest_rate) / 100),
|
|
28
|
-
zeroStateText: e.interest_rate ? void 0 : n.add_interest_rate,
|
|
29
|
-
children: /* @__PURE__ */ o(
|
|
30
|
-
v,
|
|
31
|
-
{
|
|
32
|
-
error: i,
|
|
33
|
-
fullWidth: !0,
|
|
34
|
-
onChange: (a) => s(isNaN(parseFloat(a.target.value)) ? 0 : parseFloat(a.target.value)),
|
|
35
|
-
type: "number",
|
|
36
|
-
value: t
|
|
37
|
-
}
|
|
38
|
-
)
|
|
39
|
-
}
|
|
40
|
-
);
|
|
41
|
-
}), M = p(({ goal: e }) => {
|
|
42
|
-
const { goals: n } = y(), { setAlert: r, setSelectedGoal: l, updateGoal: m } = h(), [t, s] = _.useState(e.monthly_payment ?? 0), c = !e.guid, i = t < 0 || t > 9999999999e-2, d = async () => {
|
|
43
|
-
const a = { ...e, monthly_payment: t };
|
|
44
|
-
e.monthly_payment = t, c ? l(a) : (await m({ ...e, monthly_payment: t }), r(n.alert_goal_updated_payment));
|
|
45
|
-
}, u = () => {
|
|
46
|
-
setTimeout(() => {
|
|
47
|
-
s(e.monthly_payment || 0);
|
|
48
|
-
}, 250);
|
|
49
|
-
};
|
|
50
|
-
return /* @__PURE__ */ o(
|
|
51
|
-
b,
|
|
52
|
-
{
|
|
53
|
-
isDisabled: e.is_complete,
|
|
54
|
-
isSaveDisabled: i,
|
|
55
|
-
label: n.details_monthly_payment,
|
|
56
|
-
onCancel: u,
|
|
57
|
-
onSave: d,
|
|
58
|
-
primaryText: n.details_monthly_payment,
|
|
59
|
-
secondaryText: S(e.monthly_payment, "0,0"),
|
|
60
|
-
zeroStateText: e.monthly_payment ? void 0 : n.add_monthly_payment,
|
|
61
|
-
children: /* @__PURE__ */ o(
|
|
62
|
-
f,
|
|
63
|
-
{
|
|
64
|
-
amount: t,
|
|
65
|
-
autoFocus: !0,
|
|
66
|
-
error: i,
|
|
67
|
-
fullWidth: !0,
|
|
68
|
-
minAmount: 0,
|
|
69
|
-
setAmount: (a) => s(isNaN(Number(a)) ? t : Number(a)),
|
|
70
|
-
sx: { ".MuiTypography-body1": { p: 0 } }
|
|
71
|
-
}
|
|
72
|
-
)
|
|
73
|
-
}
|
|
74
|
-
);
|
|
75
|
-
}), z = p(({ goal: e }) => {
|
|
76
|
-
const { goals: n } = y(), { setAlert: r, setSelectedGoal: l, updateGoal: m } = h(), [t, s] = _.useState(e.initial_amount), c = !e.guid, i = t < 0 || t > 9999999999e-2, d = async () => {
|
|
77
|
-
const a = { ...e, initial_amount: t };
|
|
78
|
-
e.initial_amount = t, c ? l(a) : (await m({ ...e, initial_amount: t }), r(n.alert_goal_updated_balance));
|
|
79
|
-
}, u = () => {
|
|
80
|
-
setTimeout(() => {
|
|
81
|
-
s(e.initial_amount);
|
|
82
|
-
}, 250);
|
|
83
|
-
};
|
|
84
|
-
return /* @__PURE__ */ o(
|
|
85
|
-
b,
|
|
86
|
-
{
|
|
87
|
-
isDisabled: e.is_complete,
|
|
88
|
-
isSaveDisabled: i,
|
|
89
|
-
label: n.details_original_balance,
|
|
90
|
-
onCancel: u,
|
|
91
|
-
onSave: d,
|
|
92
|
-
primaryText: n.details_original_balance,
|
|
93
|
-
secondaryText: S(e.initial_amount, "0,0"),
|
|
94
|
-
zeroStateText: !e.initial_amount && !e.is_complete ? n.add_original_balance : void 0,
|
|
95
|
-
children: /* @__PURE__ */ o(
|
|
96
|
-
f,
|
|
97
|
-
{
|
|
98
|
-
amount: t,
|
|
99
|
-
autoFocus: !0,
|
|
100
|
-
error: i,
|
|
101
|
-
fullWidth: !0,
|
|
102
|
-
minAmount: 0,
|
|
103
|
-
setAmount: (a) => s(isNaN(Number(a)) ? t : Number(a)),
|
|
104
|
-
sx: { ".MuiTypography-body1": { p: 0 } }
|
|
105
|
-
}
|
|
106
|
-
)
|
|
107
|
-
}
|
|
108
|
-
);
|
|
109
|
-
});
|
|
110
|
-
export {
|
|
111
|
-
F as I,
|
|
112
|
-
M,
|
|
113
|
-
z as O
|
|
114
|
-
};
|
|
115
|
-
//# sourceMappingURL=OriginalBalanceAction-YrvxBYAl.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OriginalBalanceAction-YrvxBYAl.mjs","sources":["../src/goals/components/actions/InterestRateAction.tsx","../src/goals/components/actions/MonthlyPaymentAction.tsx","../src/goals/components/actions/OriginalBalanceAction.tsx"],"sourcesContent":["import React from 'react'\nimport { observer } from 'mobx-react-lite'\n\nimport TextField from '@mui/material/TextField'\n\nimport { ListItemAction, useGlobalCopyStore, useGoalStore } from '../../../common'\nimport { Goal } from '../../../core'\nimport { formatPercentage } from '../../../core/utils/NumberFormatting'\n\ninterface InterestRateActionProps {\n goal: Goal\n}\n\nexport const InterestRateAction = observer(({ goal }: InterestRateActionProps) => {\n const { goals: copy } = useGlobalCopyStore()\n const { setAlert, setSelectedGoal, updateGoal } = useGoalStore()\n\n const [rate, setRate] = React.useState<number>(goal.interest_rate ?? 0)\n\n const isNew = !goal.guid\n const isInvalid = rate < 0\n\n const handleSave = async () => {\n const updatedGoal = { ...goal, interest_rate: rate }\n goal.interest_rate = rate\n\n if (isNew) {\n setSelectedGoal(updatedGoal)\n } else {\n await updateGoal(updatedGoal)\n setAlert(copy.alert_goal_updated_interest_rate)\n }\n }\n\n const handleCancel = () => {\n setTimeout(() => {\n setRate(goal.interest_rate ?? 0)\n }, 250)\n }\n\n return (\n <ListItemAction\n isDisabled={goal.is_complete}\n isSaveDisabled={isInvalid}\n label={`${copy.details_interest_rate} (%)`}\n onCancel={handleCancel}\n onSave={handleSave}\n primaryText={copy.details_interest_rate}\n secondaryText={formatPercentage(Number(goal.interest_rate) / 100) as string}\n zeroStateText={!goal.interest_rate ? copy.add_interest_rate : undefined}\n >\n <TextField\n error={isInvalid}\n fullWidth={true}\n onChange={(e) =>\n setRate(!isNaN(parseFloat(e.target.value)) ? parseFloat(e.target.value) : 0)\n }\n type=\"number\"\n value={rate}\n />\n </ListItemAction>\n )\n})\n","import React from 'react'\nimport { observer } from 'mobx-react-lite'\n\nimport { CurrencyInput, ListItemAction, useGlobalCopyStore, useGoalStore } from '../../../common'\nimport { Goal } from '../../../core'\nimport { formatCurrency } from '../../../core/utils/NumberFormatting'\n\ninterface MonthlyPaymentActionProps {\n goal: Goal\n}\n\nexport const MonthlyPaymentAction = observer(({ goal }: MonthlyPaymentActionProps) => {\n const { goals: copy } = useGlobalCopyStore()\n const { setAlert, setSelectedGoal, updateGoal } = useGoalStore()\n\n const [payment, setPayment] = React.useState<number>(goal.monthly_payment ?? 0)\n\n const isNew = !goal.guid\n const isInvalid = payment < 0 || payment > 99999999.99\n\n const handleSave = async () => {\n const updatedGoal = { ...goal, monthly_payment: payment }\n goal.monthly_payment = payment\n if (isNew) {\n setSelectedGoal(updatedGoal)\n } else {\n await updateGoal({ ...goal, monthly_payment: payment })\n setAlert(copy.alert_goal_updated_payment)\n }\n }\n\n const handleCancel = () => {\n setTimeout(() => {\n setPayment(goal.monthly_payment || 0)\n }, 250)\n }\n\n return (\n <ListItemAction\n isDisabled={goal.is_complete}\n isSaveDisabled={isInvalid}\n label={copy.details_monthly_payment}\n onCancel={handleCancel}\n onSave={handleSave}\n primaryText={copy.details_monthly_payment}\n secondaryText={formatCurrency(goal.monthly_payment, '0,0')}\n zeroStateText={!goal.monthly_payment ? copy.add_monthly_payment : undefined}\n >\n <CurrencyInput\n amount={payment}\n autoFocus={true}\n error={isInvalid}\n fullWidth={true}\n minAmount={0}\n setAmount={(v) => setPayment(!isNaN(Number(v)) ? Number(v) : payment)}\n sx={{ '.MuiTypography-body1': { p: 0 } }}\n />\n </ListItemAction>\n )\n})\n","import React from 'react'\nimport { observer } from 'mobx-react-lite'\n\nimport { CurrencyInput, ListItemAction, useGlobalCopyStore, useGoalStore } from '../../../common'\nimport { Goal } from '../../../core'\nimport { formatCurrency } from '../../../core/utils/NumberFormatting'\n\ninterface OriginalBalanceActionProps {\n goal: Goal\n}\n\nexport const OriginalBalanceAction = observer(({ goal }: OriginalBalanceActionProps) => {\n const { goals: copy } = useGlobalCopyStore()\n const { setAlert, setSelectedGoal, updateGoal } = useGoalStore()\n\n const [balance, setBalance] = React.useState<number>(goal.initial_amount)\n\n const isNew = !goal.guid\n const isInvlaid = balance < 0 || balance > 99999999.99\n\n const handleSave = async () => {\n const updatedGoal = { ...goal, initial_amount: balance }\n goal.initial_amount = balance\n if (isNew) {\n setSelectedGoal(updatedGoal)\n } else {\n await updateGoal({ ...goal, initial_amount: balance })\n setAlert(copy.alert_goal_updated_balance)\n }\n }\n\n const handleCancel = () => {\n setTimeout(() => {\n setBalance(goal.initial_amount)\n }, 250)\n }\n\n return (\n <ListItemAction\n isDisabled={goal.is_complete}\n isSaveDisabled={isInvlaid}\n label={copy.details_original_balance}\n onCancel={handleCancel}\n onSave={handleSave}\n primaryText={copy.details_original_balance}\n secondaryText={formatCurrency(goal.initial_amount, '0,0')}\n zeroStateText={\n !goal.initial_amount && !goal.is_complete ? copy.add_original_balance : undefined\n }\n >\n <CurrencyInput\n amount={balance}\n autoFocus={true}\n error={isInvlaid}\n fullWidth={true}\n minAmount={0}\n setAmount={(v) => setBalance(!isNaN(Number(v)) ? Number(v) : balance)}\n sx={{ '.MuiTypography-body1': { p: 0 } }}\n />\n </ListItemAction>\n )\n})\n"],"names":["InterestRateAction","observer","goal","copy","useGlobalCopyStore","setAlert","setSelectedGoal","updateGoal","useGoalStore","rate","setRate","React","isNew","isInvalid","handleSave","updatedGoal","handleCancel","jsx","ListItemAction","formatPercentage","TextField","e","MonthlyPaymentAction","payment","setPayment","formatCurrency","CurrencyInput","v","OriginalBalanceAction","balance","setBalance","isInvlaid"],"mappings":"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"}
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import { jsx as e, Fragment as x, jsxs as t } from "react/jsx-runtime";
|
|
2
|
-
import u from "react";
|
|
3
|
-
import { observer as h } from "mobx-react-lite";
|
|
4
|
-
import c from "@mui/material/Box";
|
|
5
|
-
import p from "@mui/material/Tab";
|
|
6
|
-
import R from "@mui/material/Tabs";
|
|
7
|
-
import d from "@mui/material/Divider";
|
|
8
|
-
import b from "@mui/material/List";
|
|
9
|
-
import T from "@mui/material/Stack";
|
|
10
|
-
import { R as C, A as S, a as E, M as v } from "./ManageIncome-lfbxMoW8.mjs";
|
|
11
|
-
import { u as _, h as A, f } from "./hooks-97sNJ_lf.mjs";
|
|
12
|
-
import { R as y, F as N } from "./RecurringTransactionsUtil-CfWviBh1.mjs";
|
|
13
|
-
import { A as m } from "./Analytics-D-jdcL72.mjs";
|
|
14
|
-
const I = h(() => {
|
|
15
|
-
const { recurring: g } = _(), { detailedRepeatingTransactions: n } = A(), { onEvent: a } = f(), l = (r) => {
|
|
16
|
-
a(m.RECURRING_TRANSACTIONS_CLICK_EXPENSE, {
|
|
17
|
-
repeating_transaction_guid: r.guid
|
|
18
|
-
});
|
|
19
|
-
}, o = () => {
|
|
20
|
-
a(m.RECURRING_TRANSACTIONS_CLICK_ADD_EXPENSE);
|
|
21
|
-
}, i = n.filter(
|
|
22
|
-
(r) => r.repeating_transaction_type !== y.Income && (r.transactions.length > 0 || r.recurrence_type === N.EveryYear)
|
|
23
|
-
);
|
|
24
|
-
return /* @__PURE__ */ e(x, { children: i.length !== 0 ? /* @__PURE__ */ t(
|
|
25
|
-
T,
|
|
26
|
-
{
|
|
27
|
-
sx: {
|
|
28
|
-
height: "calc(100vh - 109px)",
|
|
29
|
-
maxHeight: "calc(100vh - 109px)"
|
|
30
|
-
},
|
|
31
|
-
children: [
|
|
32
|
-
/* @__PURE__ */ e(c, { sx: { flex: 1, overflow: "auto" }, children: /* @__PURE__ */ e(b, { sx: { bgcolor: "background.paper" }, children: i.map((r, s) => /* @__PURE__ */ t(u.Fragment, { children: [
|
|
33
|
-
/* @__PURE__ */ e(C, { onClick: l, repeatingTransaction: r }),
|
|
34
|
-
/* @__PURE__ */ e(
|
|
35
|
-
d,
|
|
36
|
-
{
|
|
37
|
-
variant: s < i.length - 1 ? "inset" : "fullWidth"
|
|
38
|
-
}
|
|
39
|
-
)
|
|
40
|
-
] }, r.guid)) }) }),
|
|
41
|
-
/* @__PURE__ */ t(c, { children: [
|
|
42
|
-
/* @__PURE__ */ e(d, {}),
|
|
43
|
-
/* @__PURE__ */ e(
|
|
44
|
-
c,
|
|
45
|
-
{
|
|
46
|
-
sx: {
|
|
47
|
-
alignContent: "center",
|
|
48
|
-
bgcolor: "background.paper",
|
|
49
|
-
justifyContent: "flex-end",
|
|
50
|
-
px: 24,
|
|
51
|
-
py: 12,
|
|
52
|
-
textAlign: "right"
|
|
53
|
-
},
|
|
54
|
-
children: /* @__PURE__ */ e(S, { label: g.add_expense, onAddRecurringTransaction: o })
|
|
55
|
-
}
|
|
56
|
-
)
|
|
57
|
-
] })
|
|
58
|
-
]
|
|
59
|
-
}
|
|
60
|
-
) : /* @__PURE__ */ e(E, { zeroStateFor: "expenses" }) });
|
|
61
|
-
}), X = h(({ defaultSelectedTab: g = 0 }) => {
|
|
62
|
-
const [n, a] = u.useState(g), { onEvent: l } = f(), { recurring: o } = _();
|
|
63
|
-
return /* @__PURE__ */ t(c, { bgcolor: "background.default", height: "100%", children: [
|
|
64
|
-
/* @__PURE__ */ t(
|
|
65
|
-
R,
|
|
66
|
-
{
|
|
67
|
-
onChange: (r, s) => {
|
|
68
|
-
a(s), l(
|
|
69
|
-
s === 0 ? "recurring_transactions_widget_manage_expenses" : "recurring_transactions_widget_edit_income"
|
|
70
|
-
);
|
|
71
|
-
},
|
|
72
|
-
sx: { bgcolor: "background.paper", mb: 0 },
|
|
73
|
-
value: n,
|
|
74
|
-
variant: "fullWidth",
|
|
75
|
-
children: [
|
|
76
|
-
/* @__PURE__ */ e(p, { label: o.expenses }),
|
|
77
|
-
/* @__PURE__ */ e(p, { label: o.income })
|
|
78
|
-
]
|
|
79
|
-
}
|
|
80
|
-
),
|
|
81
|
-
n === 0 && /* @__PURE__ */ e(I, {}),
|
|
82
|
-
n === 1 && /* @__PURE__ */ e(v, {})
|
|
83
|
-
] });
|
|
84
|
-
});
|
|
85
|
-
export {
|
|
86
|
-
I as M,
|
|
87
|
-
X as R
|
|
88
|
-
};
|
|
89
|
-
//# sourceMappingURL=RecurringSettings-BG5wxPbS.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RecurringSettings-BG5wxPbS.mjs","sources":["../src/recurringtransactions/components/shared/recurringsettings/ManageExpenses.tsx","../src/recurringtransactions/components/shared/RecurringSettings.tsx"],"sourcesContent":["import React from 'react'\nimport { observer } from 'mobx-react-lite'\n\nimport Box from '@mui/material/Box'\nimport Divider from '@mui/material/Divider'\nimport List from '@mui/material/List'\nimport Stack from '@mui/material/Stack'\n\nimport {\n ANALYTICS_EVENTS,\n useEvent,\n useGlobalCopyStore,\n useRecurringTransactionsStore,\n} from '../../../../common'\nimport { type RepeatingTransaction, Frequency, RepeatingType } from '../../../../core'\n\nimport { RecurringRow } from './RecurringRow'\nimport { AddRecurringTransaction } from './AddRecurringTransaction'\nimport { RecurringSettingsZeroState } from './RecurringSettingsZeroState'\n\nexport const ManageExpenses = observer(() => {\n const { recurring: copy } = useGlobalCopyStore()\n const { detailedRepeatingTransactions } = useRecurringTransactionsStore()\n const { onEvent } = useEvent()\n\n const onClick = (repeatingTransaction: RepeatingTransaction) => {\n onEvent(ANALYTICS_EVENTS.RECURRING_TRANSACTIONS_CLICK_EXPENSE, {\n repeating_transaction_guid: repeatingTransaction.guid,\n })\n }\n\n const onAdd = () => {\n onEvent(ANALYTICS_EVENTS.RECURRING_TRANSACTIONS_CLICK_ADD_EXPENSE)\n }\n\n const filteredTransactions = detailedRepeatingTransactions.filter(\n (rt) =>\n rt.repeating_transaction_type !== RepeatingType.Income &&\n (rt.transactions.length > 0 || rt.recurrence_type === Frequency.EveryYear),\n )\n\n return (\n <>\n {filteredTransactions.length !== 0 ? (\n <Stack\n sx={{\n height: 'calc(100vh - 109px)',\n maxHeight: 'calc(100vh - 109px)',\n }}\n >\n <Box sx={{ flex: 1, overflow: 'auto' }}>\n <List sx={{ bgcolor: 'background.paper' }}>\n {filteredTransactions.map((rt, index) => (\n <React.Fragment key={rt.guid}>\n <RecurringRow onClick={onClick} repeatingTransaction={rt} />\n <Divider\n variant={index < filteredTransactions.length - 1 ? 'inset' : 'fullWidth'}\n />\n </React.Fragment>\n ))}\n </List>\n </Box>\n <Box>\n <Divider />\n <Box\n sx={{\n alignContent: 'center',\n bgcolor: 'background.paper',\n justifyContent: 'flex-end',\n px: 24,\n py: 12,\n textAlign: 'right',\n }}\n >\n <AddRecurringTransaction label={copy.add_expense} onAddRecurringTransaction={onAdd} />\n </Box>\n </Box>\n </Stack>\n ) : (\n <RecurringSettingsZeroState zeroStateFor=\"expenses\" />\n )}\n </>\n )\n})\n","import React from 'react'\nimport { observer } from 'mobx-react-lite'\n\nimport Box from '@mui/material/Box'\nimport Tab from '@mui/material/Tab'\nimport Tabs from '@mui/material/Tabs'\n\nimport { ManageExpenses } from './recurringsettings/ManageExpenses'\nimport { ManageIncome } from './recurringsettings/ManageIncome'\n\nimport { useEvent, useGlobalCopyStore } from '../../../common'\n\ninterface RecurringSettingsProps {\n defaultSelectedTab?: number\n}\n\nexport const RecurringSettings = observer(({ defaultSelectedTab = 0 }: RecurringSettingsProps) => {\n const [selectedTab, setSelectedTab] = React.useState(defaultSelectedTab)\n const { onEvent } = useEvent()\n const { recurring: recurringCopy } = useGlobalCopyStore()\n\n const handleTabChange = (_event: React.SyntheticEvent, newValue: number) => {\n setSelectedTab(newValue)\n onEvent(\n newValue === 0\n ? 'recurring_transactions_widget_manage_expenses'\n : 'recurring_transactions_widget_edit_income',\n )\n }\n\n return (\n <Box bgcolor=\"background.default\" height=\"100%\">\n <Tabs\n onChange={handleTabChange}\n sx={{ bgcolor: 'background.paper', mb: 0 }}\n value={selectedTab}\n variant=\"fullWidth\"\n >\n <Tab label={recurringCopy.expenses} />\n <Tab label={recurringCopy.income} />\n </Tabs>\n {selectedTab === 0 && <ManageExpenses />}\n {selectedTab === 1 && <ManageIncome />}\n </Box>\n )\n})\n"],"names":["ManageExpenses","observer","copy","useGlobalCopyStore","detailedRepeatingTransactions","useRecurringTransactionsStore","onEvent","useEvent","onClick","repeatingTransaction","ANALYTICS_EVENTS","onAdd","filteredTransactions","rt","RepeatingType","Frequency","jsx","Fragment","jsxs","Stack","Box","List","index","React","RecurringRow","Divider","AddRecurringTransaction","RecurringSettingsZeroState","RecurringSettings","defaultSelectedTab","selectedTab","setSelectedTab","recurringCopy","Tabs","_event","newValue","Tab","ManageIncome"],"mappings":"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"}
|