@mx-cartographer/experiences 9.2.4-alpha.al2 → 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
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import "../../../constants/Donut/index.es.js";
|
|
2
|
+
import "react";
|
|
3
|
+
import { css as d } from "@mxenabled/cssinjs";
|
|
4
|
+
import { jsx as m, jsxs as i } from "react/jsx-runtime";
|
|
5
|
+
var S = ({ hasGap: t = !1, segments: a, size: r = 48, strokeWidth: n = 4, children: f }) => {
|
|
6
|
+
const u = g(r), o = (r - n) / 2, e = r / 2;
|
|
7
|
+
let s = -90 - (t ? 1 : 0), l = 0;
|
|
8
|
+
return /* @__PURE__ */ i("div", {
|
|
9
|
+
className: `mx-cmn-multi-segment-donut ${u}`,
|
|
10
|
+
children: [/* @__PURE__ */ i("svg", {
|
|
11
|
+
height: r,
|
|
12
|
+
width: r,
|
|
13
|
+
children: [/* @__PURE__ */ m("circle", {
|
|
14
|
+
cx: e,
|
|
15
|
+
cy: e,
|
|
16
|
+
fill: "none",
|
|
17
|
+
r: o,
|
|
18
|
+
stroke: "#E4E8EE",
|
|
19
|
+
strokeWidth: n
|
|
20
|
+
}), a.map((c, h) => (s += 360 * l + (t ? 1 : 0), l = (c.percent - (t ? 0.3 : 0)) / 100, /* @__PURE__ */ m("circle", {
|
|
21
|
+
cx: e,
|
|
22
|
+
cy: e,
|
|
23
|
+
fill: "none",
|
|
24
|
+
r: o,
|
|
25
|
+
stroke: c.color,
|
|
26
|
+
strokeDasharray: 2 * Math.PI * o,
|
|
27
|
+
strokeDashoffset: 2 * Math.PI * o * (1 - l),
|
|
28
|
+
strokeWidth: n,
|
|
29
|
+
transform: `rotate(${s}, ${e}, ${e})`
|
|
30
|
+
}, h)))]
|
|
31
|
+
}), /* @__PURE__ */ m("div", {
|
|
32
|
+
className: "mx-cmn-multi-segment-donut-children",
|
|
33
|
+
children: f
|
|
34
|
+
})]
|
|
35
|
+
});
|
|
36
|
+
}, g = (t) => d({
|
|
37
|
+
height: t,
|
|
38
|
+
marginTop: "-8px",
|
|
39
|
+
position: "relative",
|
|
40
|
+
width: t,
|
|
41
|
+
"& .mx-cmn-multi-segment-donut-children": {
|
|
42
|
+
left: "50%",
|
|
43
|
+
position: "absolute",
|
|
44
|
+
textAlign: "center",
|
|
45
|
+
top: "50%",
|
|
46
|
+
transform: "translate(-50%, -50%)"
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
export {
|
|
50
|
+
S as default
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=index.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.js","names":[],"sources":["../../../../../src/common/components/donuts/MultiSegmentDonut.tsx"],"sourcesContent":["import React from 'react'\nimport { css } from '@mxenabled/cssinjs'\n\nimport { DEFAULT_DONUT_SIZE, DEFAULT_STROKE_WIDTH } from '../../constants'\n\nexport interface Segment {\n percent: number\n color: string\n}\n\nexport interface MultiSegmentDonutProps {\n children: React.ReactNode\n hasGap?: boolean\n segments: Segment[]\n size?: number\n strokeWidth?: number\n}\n\nconst MultiSegmentDonut: React.FC<MultiSegmentDonutProps> = ({\n hasGap = false,\n segments,\n size = DEFAULT_DONUT_SIZE,\n strokeWidth = DEFAULT_STROKE_WIDTH,\n children,\n}) => {\n const styles = getStyles(size)\n\n const radius = (size - strokeWidth) / 2\n const halfSize = size / 2\n\n let offset = -90 - (hasGap ? 1 : 0)\n\n let length = 0\n\n return (\n <div className={`mx-cmn-multi-segment-donut ${styles}`}>\n <svg height={size} width={size}>\n <circle\n cx={halfSize}\n cy={halfSize}\n fill=\"none\"\n r={radius}\n stroke=\"#E4E8EE\"\n strokeWidth={strokeWidth}\n />\n {segments.map((segment, index) => {\n offset += 360 * length + (hasGap ? 1 : 0)\n length = (segment.percent - (hasGap ? 0.3 : 0)) / 100\n\n return (\n <circle\n cx={halfSize}\n cy={halfSize}\n fill=\"none\"\n key={index}\n r={radius}\n stroke={segment.color}\n strokeDasharray={2 * Math.PI * radius}\n strokeDashoffset={2 * Math.PI * radius * (1 - length)}\n strokeWidth={strokeWidth}\n transform={`rotate(${offset}, ${halfSize}, ${halfSize})`}\n />\n )\n })}\n </svg>\n <div className=\"mx-cmn-multi-segment-donut-children\">{children}</div>\n </div>\n )\n}\n\nconst getStyles = (size: number) =>\n css({\n height: size,\n marginTop: `-8px`,\n position: 'relative',\n width: size,\n '& .mx-cmn-multi-segment-donut-children': {\n left: '50%',\n position: 'absolute',\n textAlign: 'center',\n top: '50%',\n transform: 'translate(-50%, -50%)',\n },\n })\n\nexport default MultiSegmentDonut\n"],"mappings":";;;;AAkBA,IAAM,IAAA,CAAuD,EAC3D,QAAA,IAAS,IACT,UAAA,GACA,MAAA,IAAA,IACA,aAAA,IAAA,GACA,UAAA,EAAA,MACI;AACJ,QAAM,IAAS,EAAU,CAAI,GAEvB,KAAU,IAAO,KAAe,GAChC,IAAW,IAAO;AAExB,MAAI,IAAS,OAAO,IAAS,IAAI,IAE7B,IAAS;AAEb,SACE,gBAAA,EAAC,OAAD;AAAA,IAAK,WAAW,8BAA8B,CAAA;AAAA,cAA9C,CACE,gBAAA,EAAC,OAAD;AAAA,MAAK,QAAQ;AAAA,MAAM,OAAO;AAAA,gBAA1B,CACE,gBAAA,EAAC,UAAD;AAAA,QACE,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,MAAK;AAAA,QACL,GAAG;AAAA,QACH,QAAO;AAAA,QACM,aAAA;AAAA,MACd,CAAA,GACA,EAAS,IAAA,CAAK,GAAS,OACtB,KAAU,MAAM,KAAU,IAAS,IAAI,IACvC,KAAU,EAAQ,WAAW,IAAS,MAAM,MAAM,KAGhD,gBAAA,EAAC,UAAD;AAAA,QACE,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,MAAK;AAAA,QAEL,GAAG;AAAA,QACH,QAAQ,EAAQ;AAAA,QAChB,iBAAiB,IAAI,KAAK,KAAK;AAAA,QAC/B,kBAAkB,IAAI,KAAK,KAAK,KAAU,IAAI;AAAA,QACjC,aAAA;AAAA,QACb,WAAW,UAAU,CAAA,KAAW,CAAA,KAAa,CAAA;AAAA,MAC9C,GAPM,CAON,EAEJ,CACE;AAAA,QACL,gBAAA,EAAC,OAAD;AAAA,MAAK,WAAU;AAAA,MAAuC,UAAA;AAAA,IAAc,CAAA,CACjE;AAAA;AAET,GAEM,IAAA,CAAa,MACjB,EAAI;AAAA,EACF,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,UAAU;AAAA,EACV,OAAO;AAAA,EACP,0CAA0C;AAAA,IACxC,MAAM;AAAA,IACN,UAAU;AAAA,IACV,WAAW;AAAA,IACX,KAAK;AAAA,IACL,WAAW;AAAA,EACb;AACF,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import "../../../constants/Donut/index.es.js";
|
|
2
|
+
import "react";
|
|
3
|
+
import { jsx as r, jsxs as a } from "react/jsx-runtime";
|
|
4
|
+
import { useTheme as p } from "@mui/material/styles";
|
|
5
|
+
import l from "@mui/material/Box";
|
|
6
|
+
var _ = ({ color: c = "", percent: s = 0, size: t = 48, strokeWidth: o = 4, children: i, backgroundStrokeColor: m }) => {
|
|
7
|
+
const f = p(), n = (t - o) / 2, h = -90, g = s > 100 ? 100 : s, x = 2 * Math.PI * n * (1 - g / 100), e = t / 2;
|
|
8
|
+
return /* @__PURE__ */ a(l, {
|
|
9
|
+
className: "mx-cmn-single-segment-donut",
|
|
10
|
+
height: t,
|
|
11
|
+
mt: -8,
|
|
12
|
+
position: "relative",
|
|
13
|
+
width: t,
|
|
14
|
+
children: [/* @__PURE__ */ a("svg", {
|
|
15
|
+
height: t,
|
|
16
|
+
width: t,
|
|
17
|
+
children: [/* @__PURE__ */ r("circle", {
|
|
18
|
+
cx: e,
|
|
19
|
+
cy: e,
|
|
20
|
+
fill: "none",
|
|
21
|
+
r: n,
|
|
22
|
+
stroke: m || f.palette.grey[300],
|
|
23
|
+
strokeWidth: o
|
|
24
|
+
}), /* @__PURE__ */ r("circle", {
|
|
25
|
+
cx: e,
|
|
26
|
+
cy: e,
|
|
27
|
+
fill: "none",
|
|
28
|
+
r: n,
|
|
29
|
+
stroke: c,
|
|
30
|
+
strokeDasharray: 2 * Math.PI * n,
|
|
31
|
+
strokeDashoffset: x,
|
|
32
|
+
strokeWidth: o,
|
|
33
|
+
transform: `rotate(${h}, ${e}, ${e})`
|
|
34
|
+
})]
|
|
35
|
+
}), /* @__PURE__ */ r(l, {
|
|
36
|
+
className: "mx-cmn-single-segment-donut-children",
|
|
37
|
+
left: "50%",
|
|
38
|
+
position: "absolute",
|
|
39
|
+
sx: { transform: "translate(-50%, -50%)" },
|
|
40
|
+
textAlign: "center",
|
|
41
|
+
top: "50%",
|
|
42
|
+
children: i
|
|
43
|
+
})]
|
|
44
|
+
});
|
|
45
|
+
};
|
|
46
|
+
export {
|
|
47
|
+
_ as default
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=index.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.js","names":[],"sources":["../../../../../src/common/components/donuts/SingleSegmentDonut.tsx"],"sourcesContent":["import React from 'react'\n\nimport Box from '@mui/material/Box'\nimport { useTheme } from '@mui/material/styles'\n\nimport { DEFAULT_DONUT_SIZE, DEFAULT_STROKE_WIDTH } from '../../constants'\n\nexport interface SingleSegmentDonutProps {\n children: React.ReactNode\n color: string\n percent: number\n size?: number\n strokeWidth?: number\n backgroundStrokeColor?: string\n}\n\nconst SingleSegmentDonut: React.FC<SingleSegmentDonutProps> = ({\n color = '',\n percent = 0,\n size = DEFAULT_DONUT_SIZE,\n strokeWidth = DEFAULT_STROKE_WIDTH,\n children,\n backgroundStrokeColor,\n}) => {\n const theme = useTheme()\n\n const radius = (size - strokeWidth) / 2\n const offset = -90\n const limitedPercent = percent > 100 ? 100 : percent\n const length = 2 * Math.PI * radius * (1 - limitedPercent / 100)\n const halfSize = size / 2\n\n return (\n <Box\n className=\"mx-cmn-single-segment-donut\"\n height={size}\n mt={-8}\n position=\"relative\"\n width={size}\n >\n <svg height={size} width={size}>\n <circle\n cx={halfSize}\n cy={halfSize}\n fill=\"none\"\n r={radius}\n stroke={backgroundStrokeColor ? backgroundStrokeColor : theme.palette.grey[300]}\n strokeWidth={strokeWidth}\n />\n\n <circle\n cx={halfSize}\n cy={halfSize}\n fill=\"none\"\n r={radius}\n stroke={color}\n strokeDasharray={2 * Math.PI * radius}\n strokeDashoffset={length}\n strokeWidth={strokeWidth}\n transform={`rotate(${offset}, ${halfSize}, ${halfSize})`}\n />\n </svg>\n <Box\n className=\"mx-cmn-single-segment-donut-children\"\n left=\"50%\"\n position=\"absolute\"\n sx={{ transform: 'translate(-50%, -50%)' }}\n textAlign=\"center\"\n top=\"50%\"\n >\n {children}\n </Box>\n </Box>\n )\n}\n\nexport default SingleSegmentDonut\n"],"mappings":";;;;;AAgBA,IAAM,IAAA,CAAyD,EAC7D,OAAA,IAAQ,IACR,SAAA,IAAU,GACV,MAAA,IAAA,IACA,aAAA,IAAA,GACA,UAAA,GACA,uBAAA,EAAA,MACI;AACJ,QAAM,IAAQ,EAAS,GAEjB,KAAU,IAAO,KAAe,GAChC,IAAS,KACT,IAAiB,IAAU,MAAM,MAAM,GACvC,IAAS,IAAI,KAAK,KAAK,KAAU,IAAI,IAAiB,MACtD,IAAW,IAAO;AAExB,SACE,gBAAA,EAAC,GAAD;AAAA,IACE,WAAU;AAAA,IACV,QAAQ;AAAA,IACR,IAAI;AAAA,IACJ,UAAS;AAAA,IACT,OAAO;AAAA,cALT,CAOE,gBAAA,EAAC,OAAD;AAAA,MAAK,QAAQ;AAAA,MAAM,OAAO;AAAA,gBAA1B,CACE,gBAAA,EAAC,UAAD;AAAA,QACE,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,MAAK;AAAA,QACL,GAAG;AAAA,QACH,QAAQ,KAAgD,EAAM,QAAQ,KAAK,GAAA;AAAA,QAC9D,aAAA;AAAA,MACd,CAAA,GAED,gBAAA,EAAC,UAAD;AAAA,QACE,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,MAAK;AAAA,QACL,GAAG;AAAA,QACH,QAAQ;AAAA,QACR,iBAAiB,IAAI,KAAK,KAAK;AAAA,QAC/B,kBAAkB;AAAA,QACL,aAAA;AAAA,QACb,WAAW,UAAU,CAAA,KAAW,CAAA,KAAa,CAAA;AAAA,MAC9C,CAAA,CACE;AAAA,QACL,gBAAA,EAAC,GAAD;AAAA,MACE,WAAU;AAAA,MACV,MAAK;AAAA,MACL,UAAS;AAAA,MACT,IAAI,EAAE,WAAW,wBAAwB;AAAA,MACzC,WAAU;AAAA,MACV,KAAI;AAAA,MAEH,UAAA;AAAA,IACE,CAAA,CACF;AAAA;AAET"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import x from "../Footer/index.es.js";
|
|
2
|
+
import S from "../Header/index.es.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import y from "@mui/material/Stack";
|
|
5
|
+
import { Drawer as D } from "@mxenabled/mxui";
|
|
6
|
+
import { jsx as r, jsxs as j } from "react/jsx-runtime";
|
|
7
|
+
import C from "@mui/material/Box";
|
|
8
|
+
var T = ({ ariaLabelClose: t = "Close", children: d, footerStyles: p = {}, hasSecondaryAction: i = !0, id: s, isOpen: u, isPrimaryDisabled: l, onClose: o, onPrimaryAction: e, onSecondaryAction: h, primaryButtonProps: m, primaryColor: c = "primary", primaryText: f, secondaryColor: n = "secondary", secondaryText: w, shouldShowHeaderBorders: b = !0, shouldShowHeaderShadow: g = !1, title: a, ...k }) => /* @__PURE__ */ r(D, {
|
|
9
|
+
id: s,
|
|
10
|
+
isOpen: u,
|
|
11
|
+
onClose: o,
|
|
12
|
+
slotProps: { paper: { "aria-labelledby": `${a?.replace(/\s+/g, "-").toLowerCase()}-header-title` } },
|
|
13
|
+
sx: {
|
|
14
|
+
"& .MuiDrawer-paper": {
|
|
15
|
+
backgroundColor: "background.default",
|
|
16
|
+
borderRadius: 0
|
|
17
|
+
},
|
|
18
|
+
height: "100%",
|
|
19
|
+
"& .MuiToolbar-root": { backgroundColor: "background.paper" }
|
|
20
|
+
},
|
|
21
|
+
...k,
|
|
22
|
+
children: /* @__PURE__ */ j(y, {
|
|
23
|
+
height: "100%",
|
|
24
|
+
justifyContent: "space-between",
|
|
25
|
+
children: [
|
|
26
|
+
/* @__PURE__ */ r(S, {
|
|
27
|
+
ariaLabelClose: t,
|
|
28
|
+
onClose: o,
|
|
29
|
+
shouldShowBorders: b,
|
|
30
|
+
shouldShowShadow: g,
|
|
31
|
+
title: a
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ r(C, {
|
|
34
|
+
height: "100%",
|
|
35
|
+
overflow: "auto",
|
|
36
|
+
children: d
|
|
37
|
+
}),
|
|
38
|
+
e && /* @__PURE__ */ r(x, {
|
|
39
|
+
footerStyles: p,
|
|
40
|
+
hasSecondaryAction: i,
|
|
41
|
+
isPrimaryDisabled: l,
|
|
42
|
+
onPrimaryAction: e,
|
|
43
|
+
onSecondaryAction: h ?? o,
|
|
44
|
+
primaryButtonProps: m,
|
|
45
|
+
primaryColor: c,
|
|
46
|
+
primaryText: f,
|
|
47
|
+
secondaryColor: n,
|
|
48
|
+
secondaryText: w
|
|
49
|
+
})
|
|
50
|
+
]
|
|
51
|
+
})
|
|
52
|
+
});
|
|
53
|
+
export {
|
|
54
|
+
T as default
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=index.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.js","names":[],"sources":["../../../../../src/common/components/drawer/Drawer.tsx"],"sourcesContent":["import React from 'react'\n\nimport Box from '@mui/material/Box'\nimport Button from '@mui/material/Button'\nimport Stack from '@mui/material/Stack'\nimport type { SxProps } from '@mui/material/styles'\n\nimport { Drawer as KMuiDrawer } from '@mxenabled/mxui'\n\nimport Footer from './Footer'\nimport Header from './Header'\n\nexport type CopyObject = {\n close_drawer_aria: string\n}\n\ninterface DrawerProps {\n ariaLabelClose?: string\n className?: string\n footerStyles?: SxProps\n hasSecondaryAction?: boolean\n id?: string\n isOpen: boolean\n isPrimaryDisabled?: boolean\n onClose: () => void\n onPrimaryAction?: () => void\n onSecondaryAction?: () => void\n primaryButtonProps?: React.ComponentProps<typeof Button>\n primaryColor?: 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning'\n primaryText?: string\n secondaryColor?: 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning'\n secondaryText?: string\n shouldShowHeaderBorders?: boolean\n shouldShowHeaderShadow?: boolean\n sx?: SxProps\n title: string\n}\n\nconst Drawer: React.FC<React.PropsWithChildren<DrawerProps>> = ({\n ariaLabelClose = 'Close',\n children,\n footerStyles = {},\n hasSecondaryAction = true,\n id,\n isOpen,\n isPrimaryDisabled,\n onClose,\n onPrimaryAction,\n onSecondaryAction,\n primaryButtonProps,\n primaryColor = 'primary',\n primaryText,\n secondaryColor = 'secondary',\n secondaryText,\n shouldShowHeaderBorders = true,\n shouldShowHeaderShadow = false,\n title,\n ...rest\n}) => {\n return (\n <KMuiDrawer\n id={id}\n isOpen={isOpen}\n onClose={onClose}\n slotProps={{\n paper: {\n 'aria-labelledby': `${title?.replace(/\\s+/g, '-').toLowerCase()}-header-title`,\n },\n }}\n sx={{\n '& .MuiDrawer-paper': {\n backgroundColor: 'background.default',\n borderRadius: 0,\n },\n height: '100%',\n '& .MuiToolbar-root': {\n backgroundColor: 'background.paper',\n },\n }}\n {...rest}\n >\n <Stack height=\"100%\" justifyContent=\"space-between\">\n <Header\n ariaLabelClose={ariaLabelClose}\n onClose={onClose}\n shouldShowBorders={shouldShowHeaderBorders}\n shouldShowShadow={shouldShowHeaderShadow}\n title={title}\n />\n\n <Box height=\"100%\" overflow=\"auto\">\n {children}\n </Box>\n\n {onPrimaryAction && (\n <Footer\n footerStyles={footerStyles}\n hasSecondaryAction={hasSecondaryAction}\n isPrimaryDisabled={isPrimaryDisabled}\n onPrimaryAction={onPrimaryAction}\n onSecondaryAction={onSecondaryAction ?? onClose}\n primaryButtonProps={primaryButtonProps}\n primaryColor={primaryColor}\n primaryText={primaryText}\n secondaryColor={secondaryColor}\n secondaryText={secondaryText}\n />\n )}\n </Stack>\n </KMuiDrawer>\n )\n}\n\nexport default Drawer\n"],"mappings":";;;;;;;AAsCA,IAAM,IAAA,CAA0D,EAC9D,gBAAA,IAAiB,SACjB,UAAA,GACA,cAAA,IAAe,CAAC,GAChB,oBAAA,IAAqB,IACrB,IAAA,GACA,QAAA,GACA,mBAAA,GACA,SAAA,GACA,iBAAA,GACA,mBAAA,GACA,oBAAA,GACA,cAAA,IAAe,WACf,aAAA,GACA,gBAAA,IAAiB,aACjB,eAAA,GACA,yBAAA,IAA0B,IAC1B,wBAAA,IAAyB,IACzB,OAAA,GACA,GAAG,EAAA,MAGD,gBAAA,EAAC,GAAD;AAAA,EACM,IAAA;AAAA,EACI,QAAA;AAAA,EACC,SAAA;AAAA,EACT,WAAW,EACT,OAAO,EACL,mBAAmB,GAAG,GAAO,QAAQ,QAAQ,GAAG,EAAE,YAAY,CAAA,gBAChE,EACF;AAAA,EACA,IAAI;AAAA,IACF,sBAAsB;AAAA,MACpB,iBAAiB;AAAA,MACjB,cAAc;AAAA,IAChB;AAAA,IACA,QAAQ;AAAA,IACR,sBAAsB,EACpB,iBAAiB,mBACnB;AAAA,EACF;AAAA,EACA,GAAI;AAAA,YAEJ,gBAAA,EAAC,GAAD;AAAA,IAAO,QAAO;AAAA,IAAO,gBAAe;AAAA,cAApC;AAAA,MACE,gBAAA,EAAC,GAAD;AAAA,QACkB,gBAAA;AAAA,QACP,SAAA;AAAA,QACT,mBAAmB;AAAA,QACnB,kBAAkB;AAAA,QACX,OAAA;AAAA,MACR,CAAA;AAAA,MAED,gBAAA,EAAC,GAAD;AAAA,QAAK,QAAO;AAAA,QAAO,UAAS;AAAA,QACzB,UAAA;AAAA,MACE,CAAA;AAAA,MAEJ,KACC,gBAAA,EAAC,GAAD;AAAA,QACgB,cAAA;AAAA,QACM,oBAAA;AAAA,QACD,mBAAA;AAAA,QACF,iBAAA;AAAA,QACjB,mBAAmB,KAAqB;AAAA,QACpB,oBAAA;AAAA,QACN,cAAA;AAAA,QACD,aAAA;AAAA,QACG,gBAAA;AAAA,QACD,eAAA;AAAA,MAChB,CAAA;AAAA,IAEE;AAAA;AACG,CAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import s from "@mui/material/Stack";
|
|
2
|
+
import o from "@mui/material/Button";
|
|
3
|
+
import { jsx as e, jsxs as u } from "react/jsx-runtime";
|
|
4
|
+
var v = ({ footerStyles: t = {}, hasSecondaryAction: a = !0, isPrimaryDisabled: n, onPrimaryAction: r, onSecondaryAction: i, primaryButtonProps: l = {}, primaryColor: c = "primary", primaryText: d = "Save", secondaryColor: p = "primary", secondaryText: f = "Cancel" }) => /* @__PURE__ */ u(s, {
|
|
5
|
+
sx: {
|
|
6
|
+
bgcolor: "background.paper",
|
|
7
|
+
flexDirection: "row",
|
|
8
|
+
gap: 16,
|
|
9
|
+
justifyContent: "flex-end",
|
|
10
|
+
p: 24,
|
|
11
|
+
...t
|
|
12
|
+
},
|
|
13
|
+
children: [a && /* @__PURE__ */ e(o, {
|
|
14
|
+
color: p,
|
|
15
|
+
onClick: i,
|
|
16
|
+
variant: r ? "outlined" : "contained",
|
|
17
|
+
children: f
|
|
18
|
+
}), r && /* @__PURE__ */ e(o, {
|
|
19
|
+
...l,
|
|
20
|
+
color: c,
|
|
21
|
+
disabled: n,
|
|
22
|
+
onClick: r,
|
|
23
|
+
variant: "contained",
|
|
24
|
+
children: d
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
27
|
+
export {
|
|
28
|
+
v as default
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=index.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.js","names":[],"sources":["../../../../../src/common/components/drawer/Footer.tsx"],"sourcesContent":["import Button from '@mui/material/Button'\nimport Stack from '@mui/material/Stack'\nimport { type SxProps } from '@mui/material/styles'\n\ntype Color = 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning'\n\ntype FooterProps = {\n footerStyles?: SxProps\n hasSecondaryAction?: boolean\n isPrimaryDisabled?: boolean\n onPrimaryAction?: () => void\n onSecondaryAction?: () => void\n primaryButtonProps?: React.ComponentProps<typeof Button>\n primaryColor?: Color\n primaryText?: string\n secondaryColor?: Color\n secondaryText?: string\n}\n\nconst Footer = ({\n footerStyles = {},\n hasSecondaryAction = true,\n isPrimaryDisabled,\n onPrimaryAction,\n onSecondaryAction,\n primaryButtonProps = {},\n primaryColor = 'primary',\n primaryText = 'Save',\n secondaryColor = 'primary',\n secondaryText = 'Cancel',\n}: FooterProps) => {\n return (\n <Stack\n sx={{\n bgcolor: 'background.paper',\n flexDirection: 'row',\n gap: 16,\n justifyContent: 'flex-end',\n p: 24,\n ...footerStyles,\n }}\n >\n {hasSecondaryAction && (\n <Button\n color={secondaryColor}\n onClick={onSecondaryAction}\n variant={onPrimaryAction ? 'outlined' : 'contained'}\n >\n {secondaryText}\n </Button>\n )}\n\n {onPrimaryAction && (\n <Button\n {...primaryButtonProps}\n color={primaryColor}\n disabled={isPrimaryDisabled}\n onClick={onPrimaryAction}\n variant=\"contained\"\n >\n {primaryText}\n </Button>\n )}\n </Stack>\n )\n}\n\nexport default Footer\n"],"mappings":";;;AAmBA,IAAM,IAAA,CAAU,EACd,cAAA,IAAe,CAAC,GAChB,oBAAA,IAAqB,IACrB,mBAAA,GACA,iBAAA,GACA,mBAAA,GACA,oBAAA,IAAqB,CAAC,GACtB,cAAA,IAAe,WACf,aAAA,IAAc,QACd,gBAAA,IAAiB,WACjB,eAAA,IAAgB,SAAA,MAGd,gBAAA,EAAC,GAAD;AAAA,EACE,IAAI;AAAA,IACF,SAAS;AAAA,IACT,eAAe;AAAA,IACf,KAAK;AAAA,IACL,gBAAgB;AAAA,IAChB,GAAG;AAAA,IACH,GAAG;AAAA,EACL;AAAA,YARF,CAUG,KACC,gBAAA,EAAC,GAAD;AAAA,IACE,OAAO;AAAA,IACP,SAAS;AAAA,IACT,SAAS,IAAkB,aAAa;AAAA,cAEvC;AAAA,EACK,CAAA,GAGT,KACC,gBAAA,EAAC,GAAD;AAAA,IACE,GAAI;AAAA,IACJ,OAAO;AAAA,IACP,UAAU;AAAA,IACV,SAAS;AAAA,IACT,SAAQ;AAAA,cAEP;AAAA,EACK,CAAA,CAEL"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import "react";
|
|
2
|
+
import d from "@mui/material/Stack";
|
|
3
|
+
import { H2 as l } from "@mxenabled/mxui";
|
|
4
|
+
import { ArrowBack as c } from "@mxenabled/mx-icons";
|
|
5
|
+
import { jsx as r, jsxs as m } from "react/jsx-runtime";
|
|
6
|
+
import e from "@mui/material/Box";
|
|
7
|
+
import n from "@mui/material/IconButton";
|
|
8
|
+
var k = ({ ariaLabelClose: a, onClose: t, shouldShowBorders: i, shouldShowShadow: p, title: o }) => /* @__PURE__ */ m(d, {
|
|
9
|
+
"aria-labelledby": `${o?.replace(/\s+/g, "-").toLowerCase()}-header-title`,
|
|
10
|
+
direction: "row",
|
|
11
|
+
sx: {
|
|
12
|
+
alignItems: "center",
|
|
13
|
+
backgroundColor: "background.paper",
|
|
14
|
+
...i && {
|
|
15
|
+
borderBottom: 1,
|
|
16
|
+
borderColor: "divider"
|
|
17
|
+
},
|
|
18
|
+
...p && { boxShadow: "0px 2px 8px 0px #6A73811F" },
|
|
19
|
+
padding: "8px 8px 8px 8px"
|
|
20
|
+
},
|
|
21
|
+
children: [
|
|
22
|
+
/* @__PURE__ */ r(n, {
|
|
23
|
+
"aria-label": a,
|
|
24
|
+
autoFocus: !0,
|
|
25
|
+
color: "primary",
|
|
26
|
+
onClick: t,
|
|
27
|
+
children: /* @__PURE__ */ r(c, {
|
|
28
|
+
color: "primary",
|
|
29
|
+
sx: { fontSize: 22 }
|
|
30
|
+
})
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ r(e, {
|
|
33
|
+
sx: {
|
|
34
|
+
flexGrow: 1,
|
|
35
|
+
margin: "auto",
|
|
36
|
+
textAlign: "center"
|
|
37
|
+
},
|
|
38
|
+
children: /* @__PURE__ */ r(l, {
|
|
39
|
+
bold: !0,
|
|
40
|
+
id: `${o?.replace(/\s+/g, "-").toLowerCase()}-header-title`,
|
|
41
|
+
variant: "body1",
|
|
42
|
+
children: o
|
|
43
|
+
})
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ r(e, { width: "44px" })
|
|
46
|
+
]
|
|
47
|
+
});
|
|
48
|
+
export {
|
|
49
|
+
k as default
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=index.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.js","names":[],"sources":["../../../../../src/common/components/drawer/Header.tsx"],"sourcesContent":["import React from 'react'\n\nimport Box from '@mui/material/Box'\nimport Stack from '@mui/material/Stack'\nimport IconButton from '@mui/material/IconButton'\n\nimport { ArrowBack } from '@mxenabled/mx-icons'\n\nimport { H2 } from '@mxenabled/mxui'\n\ninterface DrawerHeaderProps {\n ariaLabelClose: string\n onClose: () => void\n shouldShowBorders: boolean\n shouldShowShadow?: boolean\n title: string\n}\n\nconst DrawerHeader: React.FC<DrawerHeaderProps> = ({\n ariaLabelClose,\n onClose,\n shouldShowBorders,\n shouldShowShadow,\n title,\n}) => {\n return (\n <Stack\n aria-labelledby={`${title?.replace(/\\s+/g, '-').toLowerCase()}-header-title`}\n direction=\"row\"\n sx={{\n alignItems: 'center',\n backgroundColor: 'background.paper',\n ...(shouldShowBorders && {\n borderBottom: 1,\n borderColor: 'divider',\n }),\n ...(shouldShowShadow && {\n boxShadow: '0px 2px 8px 0px #6A73811F',\n }),\n padding: '8px 8px 8px 8px',\n }}\n >\n <IconButton aria-label={ariaLabelClose} autoFocus={true} color=\"primary\" onClick={onClose}>\n <ArrowBack color=\"primary\" sx={{ fontSize: 22 }} />\n </IconButton>\n <Box\n sx={{\n flexGrow: 1,\n margin: 'auto',\n textAlign: 'center',\n }}\n >\n <H2\n bold={true}\n id={`${title?.replace(/\\s+/g, '-').toLowerCase()}-header-title`}\n variant=\"body1\"\n >\n {title}\n </H2>\n </Box>\n {/* placeholder for when we add a button here, this also ensures the title text is centered */}\n <Box width=\"44px\" />\n </Stack>\n )\n}\n\nexport default DrawerHeader\n"],"mappings":";;;;;;;AAkBA,IAAM,IAAA,CAA6C,EACjD,gBAAA,GACA,SAAA,GACA,mBAAA,GACA,kBAAA,GACA,OAAA,EAAA,MAGE,gBAAA,EAAC,GAAD;AAAA,EACE,mBAAiB,GAAG,GAAO,QAAQ,QAAQ,GAAG,EAAE,YAAY,CAAA;AAAA,EAC5D,WAAU;AAAA,EACV,IAAI;AAAA,IACF,YAAY;AAAA,IACZ,iBAAiB;AAAA,IACjB,GAAI,KAAqB;AAAA,MACvB,cAAc;AAAA,MACd,aAAa;AAAA,IACf;AAAA,IACA,GAAI,KAAoB,EACtB,WAAW,4BACb;AAAA,IACA,SAAS;AAAA,EACX;AAAA,YAdF;AAAA,IAgBE,gBAAA,EAAC,GAAD;AAAA,MAAY,cAAY;AAAA,MAAgB,WAAW;AAAA,MAAM,OAAM;AAAA,MAAU,SAAS;AAAA,gBAChF,gBAAA,EAAC,GAAD;AAAA,QAAW,OAAM;AAAA,QAAU,IAAI,EAAE,UAAU,GAAG;AAAA,MAAI,CAAA;AAAA,IACxC,CAAA;AAAA,IACZ,gBAAA,EAAC,GAAD;AAAA,MACE,IAAI;AAAA,QACF,UAAU;AAAA,QACV,QAAQ;AAAA,QACR,WAAW;AAAA,MACb;AAAA,gBAEA,gBAAA,EAAC,GAAD;AAAA,QACE,MAAM;AAAA,QACN,IAAI,GAAG,GAAO,QAAQ,QAAQ,GAAG,EAAE,YAAY,CAAA;AAAA,QAC/C,SAAQ;AAAA,kBAEP;AAAA,MACC,CAAA;AAAA,IACD,CAAA;AAAA,IAEL,gBAAA,EAAC,GAAD,EAAK,OAAM,OAAQ,CAAA;AAAA,EACd"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import "react";
|
|
2
|
+
import { observer as m } from "mobx-react-lite";
|
|
3
|
+
import i from "@mui/material/Stack";
|
|
4
|
+
import { Text as n } from "@mxenabled/mxui";
|
|
5
|
+
import { ExpandLess as s, ExpandMore as a } from "@mxenabled/mx-icons";
|
|
6
|
+
import { jsx as r, jsxs as p } from "react/jsx-runtime";
|
|
7
|
+
import { useTheme as l } from "@mui/material/styles";
|
|
8
|
+
import c from "@mui/material/ListItem";
|
|
9
|
+
import f from "@mui/material/ListItemButton";
|
|
10
|
+
import x from "@mui/material/ListItemIcon";
|
|
11
|
+
import d from "@mui/material/ListItemText";
|
|
12
|
+
var V = m(({ isExpanded: t, onClick: o }) => {
|
|
13
|
+
const e = l();
|
|
14
|
+
return /* @__PURE__ */ r(c, { children: /* @__PURE__ */ r(f, {
|
|
15
|
+
onClick: o,
|
|
16
|
+
sx: { justifyContent: "center" },
|
|
17
|
+
children: /* @__PURE__ */ p(i, {
|
|
18
|
+
sx: {
|
|
19
|
+
color: e.palette.primary.main,
|
|
20
|
+
flexDirection: "row",
|
|
21
|
+
alignItems: "center"
|
|
22
|
+
},
|
|
23
|
+
children: [/* @__PURE__ */ r(d, { children: /* @__PURE__ */ r(n, {
|
|
24
|
+
bold: !0,
|
|
25
|
+
variant: "body2",
|
|
26
|
+
children: t ? "View less" : "View more"
|
|
27
|
+
}) }), /* @__PURE__ */ r(x, {
|
|
28
|
+
sx: { color: e.palette.primary.main },
|
|
29
|
+
children: t ? /* @__PURE__ */ r(s, {}) : /* @__PURE__ */ r(a, { sx: {
|
|
30
|
+
transition: "transform 0.3s ease-in-out",
|
|
31
|
+
transform: t ? "rotate(180deg)" : "rotate(0deg)"
|
|
32
|
+
} })
|
|
33
|
+
})]
|
|
34
|
+
})
|
|
35
|
+
}) });
|
|
36
|
+
});
|
|
37
|
+
export {
|
|
38
|
+
V as CollapseExpandListItem
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=index.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.js","names":[],"sources":["../../../../../src/common/components/listitems/CollapseExpandListItem.tsx"],"sourcesContent":["import { observer } from 'mobx-react-lite'\nimport React from 'react'\n\nimport ListItem from '@mui/material/ListItem'\nimport ListItemButton from '@mui/material/ListItemButton'\nimport ListItemIcon from '@mui/material/ListItemIcon'\nimport ListItemText from '@mui/material/ListItemText'\nimport Stack from '@mui/material/Stack'\nimport { useTheme } from '@mui/material/styles'\n\nimport { ExpandLess, ExpandMore } from '@mxenabled/mx-icons'\nimport { Text } from '@mxenabled/mxui'\n\ninterface CollapseExpandListItemProps {\n isExpanded: boolean\n onClick: () => void\n}\n\nexport const CollapseExpandListItem: React.FC<CollapseExpandListItemProps> = observer(\n ({ isExpanded, onClick }) => {\n const theme = useTheme()\n return (\n <ListItem>\n <ListItemButton onClick={onClick} sx={{ justifyContent: 'center' }}>\n <Stack\n sx={{ color: theme.palette.primary.main, flexDirection: 'row', alignItems: 'center' }}\n >\n <ListItemText>\n <Text bold={true} variant=\"body2\">\n {isExpanded ? `View less` : `View more`}\n </Text>\n </ListItemText>\n <ListItemIcon sx={{ color: theme.palette.primary.main }}>\n {isExpanded ? (\n <ExpandLess />\n ) : (\n <ExpandMore\n sx={{\n transition: 'transform 0.3s ease-in-out',\n transform: isExpanded ? 'rotate(180deg)' : 'rotate(0deg)',\n }}\n />\n )}\n </ListItemIcon>\n </Stack>\n </ListItemButton>\n </ListItem>\n )\n },\n)\n"],"mappings":";;;;;;;;;;;AAkBA,IAAa,IAAgE,EAAA,CAC1E,EAAE,YAAA,GAAY,SAAA,EAAA,MAAc;AAC3B,QAAM,IAAQ,EAAS;AACvB,SACE,gBAAA,EAAC,GAAD,EAAA,UACE,gBAAA,EAAC,GAAD;AAAA,IAAyB,SAAA;AAAA,IAAS,IAAI,EAAE,gBAAgB,SAAS;AAAA,cAC/D,gBAAA,EAAC,GAAD;AAAA,MACE,IAAI;AAAA,QAAE,OAAO,EAAM,QAAQ,QAAQ;AAAA,QAAM,eAAe;AAAA,QAAO,YAAY;AAAA,MAAS;AAAA,gBADtF,CAGE,gBAAA,EAAC,GAAD,EAAA,UACE,gBAAA,EAAC,GAAD;AAAA,QAAM,MAAM;AAAA,QAAM,SAAQ;AAAA,kBACvB,IAAa,cAAc;AAAA,MACxB,CAAA,EACM,CAAA,GACd,gBAAA,EAAC,GAAD;AAAA,QAAc,IAAI,EAAE,OAAO,EAAM,QAAQ,QAAQ,KAAK;AAAA,kBACnD,IACC,gBAAA,EAAC,GAAD,CAAa,CAAA,IAEb,gBAAA,EAAC,GAAD,EACE,IAAI;AAAA,UACF,YAAY;AAAA,UACZ,WAAW,IAAa,mBAAmB;AAAA,QAC7C,EACD,CAAA;AAAA,MAES,CAAA,CACT;AAAA;EACO,CAAA,EACR,CAAA;AAEd,CACF"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import "react";
|
|
2
|
+
import e from "@mui/material/Stack";
|
|
3
|
+
import { Text as m } from "@mxenabled/mxui";
|
|
4
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
5
|
+
import h from "@mui/material/ListItem";
|
|
6
|
+
import f from "@mui/material/ListItemButton";
|
|
7
|
+
import x from "@mui/material/ListItemIcon";
|
|
8
|
+
import I from "@mui/material/ListItemText";
|
|
9
|
+
import L from "@mui/material/ListItemAvatar";
|
|
10
|
+
import y from "@mui/material/Switch";
|
|
11
|
+
var b = ({ avatar: o, endIcon: r, isChecked: c, isDisabled: i = !1, isPrimaryTextBold: s = !1, onClick: l, onToggle: p, primaryText: a, secondaryText: d }) => /* @__PURE__ */ t(h, {
|
|
12
|
+
secondaryAction: /* @__PURE__ */ t(y, {
|
|
13
|
+
checked: c,
|
|
14
|
+
onChange: p
|
|
15
|
+
}),
|
|
16
|
+
sx: {
|
|
17
|
+
"& .MuiListItemSecondaryAction-root": { right: r ? 64 : 24 },
|
|
18
|
+
"& .MuiListItemButton-root": { pr: 24 }
|
|
19
|
+
},
|
|
20
|
+
children: /* @__PURE__ */ n(f, {
|
|
21
|
+
onClick: i ? void 0 : () => l(),
|
|
22
|
+
children: [
|
|
23
|
+
o && /* @__PURE__ */ t(L, { children: o }),
|
|
24
|
+
/* @__PURE__ */ t(I, {
|
|
25
|
+
slotProps: { primary: { fontWeight: 400 } },
|
|
26
|
+
children: /* @__PURE__ */ t(e, {
|
|
27
|
+
alignItems: "center",
|
|
28
|
+
direction: "row",
|
|
29
|
+
justifyContent: "space-between",
|
|
30
|
+
children: /* @__PURE__ */ n(e, {
|
|
31
|
+
sx: { width: "100%" },
|
|
32
|
+
children: [/* @__PURE__ */ t(m, {
|
|
33
|
+
bold: s,
|
|
34
|
+
color: "text.primary",
|
|
35
|
+
sx: { mr: 80 },
|
|
36
|
+
variant: "body1",
|
|
37
|
+
children: a
|
|
38
|
+
}), /* @__PURE__ */ t(m, {
|
|
39
|
+
color: "text.secondary",
|
|
40
|
+
variant: "caption",
|
|
41
|
+
children: d
|
|
42
|
+
})]
|
|
43
|
+
})
|
|
44
|
+
})
|
|
45
|
+
}),
|
|
46
|
+
!i && r && /* @__PURE__ */ t(x, { children: r })
|
|
47
|
+
]
|
|
48
|
+
})
|
|
49
|
+
});
|
|
50
|
+
export {
|
|
51
|
+
b as ToggleButtonListItem
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
//# sourceMappingURL=index.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.js","names":[],"sources":["../../../../../src/common/components/listitems/ToggleButtonListItem.tsx"],"sourcesContent":["import React from 'react'\n\nimport ListItem from '@mui/material/ListItem'\nimport ListItemButton from '@mui/material/ListItemButton'\nimport ListItemIcon from '@mui/material/ListItemIcon'\nimport ListItemText from '@mui/material/ListItemText'\nimport Stack from '@mui/material/Stack'\nimport Switch from '@mui/material/Switch'\n\nimport { Text } from '@mxenabled/mxui'\nimport ListItemAvatar from '@mui/material/ListItemAvatar'\n\ninterface ToggleButtonListItemProps {\n avatar?: React.ReactNode\n endIcon?: React.ReactNode\n isChecked: boolean\n isDisabled?: boolean\n isPrimaryTextBold?: boolean\n onClick: () => void\n onToggle: () => void\n primaryText: string\n secondaryText?: string\n}\n\nexport const ToggleButtonListItem = ({\n avatar,\n endIcon,\n isChecked,\n isDisabled = false,\n isPrimaryTextBold = false,\n onClick,\n onToggle,\n primaryText,\n secondaryText,\n}: ToggleButtonListItemProps) => (\n //TODO: implement common/components/ListItemRow.tsx\n <ListItem\n secondaryAction={<Switch checked={isChecked} onChange={onToggle} />}\n sx={{\n '& .MuiListItemSecondaryAction-root': { right: !endIcon ? 24 : 64 },\n '& .MuiListItemButton-root': { pr: 24 },\n }}\n >\n <ListItemButton onClick={!isDisabled ? () => onClick() : undefined}>\n {avatar && <ListItemAvatar>{avatar}</ListItemAvatar>}\n <ListItemText slotProps={{ primary: { fontWeight: 400 } }}>\n <Stack alignItems=\"center\" direction=\"row\" justifyContent=\"space-between\">\n <Stack sx={{ width: '100%' }}>\n <Text\n bold={isPrimaryTextBold}\n color=\"text.primary\"\n sx={{\n mr: 80,\n }}\n variant=\"body1\"\n >\n {primaryText}\n </Text>\n <Text color=\"text.secondary\" variant=\"caption\">\n {secondaryText}\n </Text>\n </Stack>\n </Stack>\n </ListItemText>\n {!isDisabled && endIcon && <ListItemIcon>{endIcon}</ListItemIcon>}\n </ListItemButton>\n </ListItem>\n)\n"],"mappings":";;;;;;;;;;AAwBA,IAAa,IAAA,CAAwB,EACnC,QAAA,GACA,SAAA,GACA,WAAA,GACA,YAAA,IAAa,IACb,mBAAA,IAAoB,IACpB,SAAA,GACA,UAAA,GACA,aAAA,GACA,eAAA,EAAA,MAGA,gBAAA,EAAC,GAAD;AAAA,EACE,iBAAiB,gBAAA,EAAC,GAAD;AAAA,IAAQ,SAAS;AAAA,IAAW,UAAU;AAAA,EAAW,CAAA;AAAA,EAClE,IAAI;AAAA,IACF,sCAAsC,EAAE,OAAQ,IAAe,KAAL,GAAQ;AAAA,IAClE,6BAA6B,EAAE,IAAI,GAAG;AAAA,EACxC;AAAA,YAEA,gBAAA,EAAC,GAAD;AAAA,IAAgB,SAAU,IAA+B,SAA/B,MAAmB,EAAQ;AAAA,cAArD;AAAA,MACG,KAAU,gBAAA,EAAC,GAAD,EAAA,UAAiB,EAAuB,CAAA;AAAA,MACnD,gBAAA,EAAC,GAAD;AAAA,QAAc,WAAW,EAAE,SAAS,EAAE,YAAY,IAAI,EAAE;AAAA,kBACtD,gBAAA,EAAC,GAAD;AAAA,UAAO,YAAW;AAAA,UAAS,WAAU;AAAA,UAAM,gBAAe;AAAA,oBACxD,gBAAA,EAAC,GAAD;AAAA,YAAO,IAAI,EAAE,OAAO,OAAO;AAAA,sBAA3B,CACE,gBAAA,EAAC,GAAD;AAAA,cACE,MAAM;AAAA,cACN,OAAM;AAAA,cACN,IAAI,EACF,IAAI,GACN;AAAA,cACA,SAAQ;AAAA,wBAEP;AAAA,YACG,CAAA,GACN,gBAAA,EAAC,GAAD;AAAA,cAAM,OAAM;AAAA,cAAiB,SAAQ;AAAA,wBAClC;AAAA,YACG,CAAA,CACD;AAAA;QACF,CAAA;AAAA,MACK,CAAA;AAAA,MACb,CAAC,KAAc,KAAW,gBAAA,EAAC,GAAD,EAAA,UAAe,EAAsB,CAAA;AAAA,IAClD;AAAA;AACR,CAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import m from "@mui/material/ListItem";
|
|
3
|
+
import n from "@mui/material/ListItemText";
|
|
4
|
+
import p from "@mui/material/Switch";
|
|
5
|
+
var y = ({ isChecked: r, isDisabled: i = !1, onToggle: e, primaryText: a, secondaryText: c = void 0, useExtraPadding: o = !0 }) => /* @__PURE__ */ t(m, {
|
|
6
|
+
secondaryAction: /* @__PURE__ */ t(p, {
|
|
7
|
+
checked: r,
|
|
8
|
+
disabled: i,
|
|
9
|
+
onChange: e
|
|
10
|
+
}),
|
|
11
|
+
sx: {
|
|
12
|
+
pl: o ? 48 : 0,
|
|
13
|
+
"& .MuiListItemSecondaryAction-root": { right: o ? 64 : 24 }
|
|
14
|
+
},
|
|
15
|
+
children: /* @__PURE__ */ t(n, {
|
|
16
|
+
primary: a,
|
|
17
|
+
secondary: c,
|
|
18
|
+
slotProps: {
|
|
19
|
+
primary: {
|
|
20
|
+
fontWeight: 400,
|
|
21
|
+
variant: "body1",
|
|
22
|
+
maxWidth: "calc(100% - 60px)",
|
|
23
|
+
color: "text.primary"
|
|
24
|
+
},
|
|
25
|
+
secondary: {
|
|
26
|
+
color: "text.secondary",
|
|
27
|
+
maxWidth: "calc(100% - 60px)",
|
|
28
|
+
variant: "caption"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
})
|
|
32
|
+
});
|
|
33
|
+
export {
|
|
34
|
+
y as ToggleListItem
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=index.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.js","names":[],"sources":["../../../../../src/common/components/listitems/ToggleListItem.tsx"],"sourcesContent":["import ListItem from '@mui/material/ListItem'\nimport ListItemText from '@mui/material/ListItemText'\nimport Switch from '@mui/material/Switch'\n\ninterface ToggleListItemProps {\n isChecked: boolean\n isDisabled?: boolean\n onToggle: () => void\n primaryText: string\n secondaryText?: string\n useExtraPadding?: boolean\n}\n\nexport const ToggleListItem = ({\n isChecked,\n isDisabled = false,\n onToggle,\n primaryText,\n secondaryText = undefined,\n useExtraPadding = true,\n}: ToggleListItemProps) => (\n <ListItem\n secondaryAction={<Switch checked={isChecked} disabled={isDisabled} onChange={onToggle} />}\n sx={{\n pl: useExtraPadding ? 48 : 0,\n '& .MuiListItemSecondaryAction-root': { right: useExtraPadding ? 64 : 24 },\n }}\n >\n <ListItemText\n primary={primaryText}\n secondary={secondaryText}\n slotProps={{\n primary: {\n fontWeight: 400,\n variant: 'body1',\n maxWidth: 'calc(100% - 60px)',\n color: 'text.primary',\n },\n secondary: {\n color: 'text.secondary',\n maxWidth: 'calc(100% - 60px)',\n variant: 'caption',\n },\n }}\n />\n </ListItem>\n)\n"],"mappings":";;;;AAaA,IAAa,IAAA,CAAkB,EAC7B,WAAA,GACA,YAAA,IAAa,IACb,UAAA,GACA,aAAA,GACA,eAAA,IAAgB,QAChB,iBAAA,IAAkB,GAAA,MAElB,gBAAA,EAAC,GAAD;AAAA,EACE,iBAAiB,gBAAA,EAAC,GAAD;AAAA,IAAQ,SAAS;AAAA,IAAW,UAAU;AAAA,IAAY,UAAU;AAAA,EAAW,CAAA;AAAA,EACxF,IAAI;AAAA,IACF,IAAI,IAAkB,KAAK;AAAA,IAC3B,sCAAsC,EAAE,OAAO,IAAkB,KAAK,GAAG;AAAA,EAC3E;AAAA,YAEA,gBAAA,EAAC,GAAD;AAAA,IACE,SAAS;AAAA,IACT,WAAW;AAAA,IACX,WAAW;AAAA,MACT,SAAS;AAAA,QACP,YAAY;AAAA,QACZ,SAAS;AAAA,QACT,UAAU;AAAA,QACV,OAAO;AAAA,MACT;AAAA,MACA,WAAW;AAAA,QACT,OAAO;AAAA,QACP,UAAU;AAAA,QACV,SAAS;AAAA,MACX;AAAA,IACF;AAAA,EACD,CAAA;AACO,CAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { AccountType as C } from "../../../core/types/Account/index.es.js";
|
|
2
|
+
var I = [
|
|
3
|
+
C.ANY,
|
|
4
|
+
C.CASH,
|
|
5
|
+
C.CHECKING,
|
|
6
|
+
C.DIGITAL_WALLET,
|
|
7
|
+
C.PREPAID,
|
|
8
|
+
C.SAVINGS
|
|
9
|
+
], A = [
|
|
10
|
+
C.CHECKING_LINE_OF_CREDIT,
|
|
11
|
+
C.CREDIT_CARD,
|
|
12
|
+
C.LINE_OF_CREDIT,
|
|
13
|
+
C.LOAN,
|
|
14
|
+
C.MORTGAGE
|
|
15
|
+
], N = [
|
|
16
|
+
C.ANY,
|
|
17
|
+
C.CASH,
|
|
18
|
+
C.CHECKING,
|
|
19
|
+
C.CHECKING_LINE_OF_CREDIT,
|
|
20
|
+
C.CREDIT_CARD,
|
|
21
|
+
C.DIGITAL_WALLET,
|
|
22
|
+
C.LINE_OF_CREDIT,
|
|
23
|
+
C.PREPAID,
|
|
24
|
+
C.SAVINGS
|
|
25
|
+
];
|
|
26
|
+
export {
|
|
27
|
+
I as INCOME_ACCOUNT_TYPES,
|
|
28
|
+
A as PAYMENT_ACCOUNT_TYPES,
|
|
29
|
+
N as SPENDING_ACCOUNT_TYPES
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=index.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.js","names":[],"sources":["../../../../src/common/constants/Account.ts"],"sourcesContent":["import { AccountType } from '../../core'\n\nexport const INCOME_ACCOUNT_TYPES = [\n AccountType.ANY,\n AccountType.CASH,\n AccountType.CHECKING,\n AccountType.DIGITAL_WALLET,\n AccountType.PREPAID,\n AccountType.SAVINGS,\n]\n\nexport const PAYMENT_ACCOUNT_TYPES = [\n AccountType.CHECKING_LINE_OF_CREDIT,\n AccountType.CREDIT_CARD,\n AccountType.LINE_OF_CREDIT,\n AccountType.LOAN,\n AccountType.MORTGAGE,\n]\n\nexport const SPENDING_ACCOUNT_TYPES = [\n AccountType.ANY,\n AccountType.CASH,\n AccountType.CHECKING,\n AccountType.CHECKING_LINE_OF_CREDIT,\n AccountType.CREDIT_CARD,\n AccountType.DIGITAL_WALLET,\n AccountType.LINE_OF_CREDIT,\n AccountType.PREPAID,\n AccountType.SAVINGS,\n]\n"],"mappings":";AAEA,IAAa,IAAuB;AAAA,EAClC,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AACd,GAEa,IAAwB;AAAA,EACnC,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AACd,GAEa,IAAyB;AAAA,EACpC,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AAAA,EACZ,EAAY;AACd"}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
var _ = {
|
|
2
|
+
ACCOUNTS_CLICK_ACCOUNT: "accounts_widget_click_account",
|
|
3
|
+
ACCOUNTS_CLICK_CONNECT: "accounts_widget_click_connect_accounts",
|
|
4
|
+
ACCOUNTS_CLICK_FILTER: "accounts_widget_click_filter_accounts",
|
|
5
|
+
ACCOUNTS_CLICK_SYNC: "accounts_widget_click_sync",
|
|
6
|
+
ACCOUNT_DETAILS_CLICK_HIDE: "account_details_click_hide_account",
|
|
7
|
+
ACCOUNT_DETAILS_CLICK_MARK_CLOSED: "account_details_click_mark_as_closed",
|
|
8
|
+
ACCOUNT_DETAILS_CLICK_MARK_DUPLICATE: "account_details_click_mark_as_duplicate",
|
|
9
|
+
ACCOUNT_DETAILS_CLICK_TRANSACTION: "account_details_click_transaction",
|
|
10
|
+
ACCOUNT_DETAILS_VIEW: "account_details",
|
|
11
|
+
ACCOUNT_DETAILS_VIEW_TRANSACTIONS: "account_details_transactions",
|
|
12
|
+
BUDGETS_CLICK_ADD: "budgets_widget_click_add_budget",
|
|
13
|
+
BUDGETS_CLICK_BUDGET_CATEGORY: "budgets_widget_click_budget_category",
|
|
14
|
+
BUDGETS_CLICK_EDIT_INCOME: "budgets_widget_click_edit_income",
|
|
15
|
+
BUDGETS_CLICK_FILTER: "budgets_widget_click_filter_accounts",
|
|
16
|
+
BUDGETS_VIEW: "budgets",
|
|
17
|
+
CASH_FLOW_CLICK_FILTER: "cash_flow_widget_click_filter_accounts",
|
|
18
|
+
CASH_FLOW_CLICK_SETTINGS: "cash_flow_widget_click_settings",
|
|
19
|
+
DEBTS_CLICK_CHART_AREA: "debts_widget_click_chart_area",
|
|
20
|
+
DEBTS_CLICK_FILTER: "debts_widget_click_filter_accounts",
|
|
21
|
+
DEBTS_CLICK_PAYDOWN: "debts_widget_click_paydown",
|
|
22
|
+
DEBTS_CLICK_PRIORITY: "debts_widget_click_priority",
|
|
23
|
+
DEBTS_CLICK_PRIORITIZE: "debts_widget_click_prioritize",
|
|
24
|
+
DEBTS_CLICK_SNOWBALL_CTA: "debts_widget_click_snowball_cta",
|
|
25
|
+
DEBTS_CLICK_TABLE_ROW: "debts_widget_click_table_row",
|
|
26
|
+
DEBTS_CLICK_TABLE_SORT: "debts_widget_click_table_sort",
|
|
27
|
+
DEBTS_SAVE_BALANCE_ACTION: "debts_widget_click_balance_action",
|
|
28
|
+
DEBTS_SAVE_PAYDOWN_ACTION: "debts_widget_click_paydown_action",
|
|
29
|
+
DEBTS_SAVE_PAYMENT_ACTION: "debts_widget_click_payment_action",
|
|
30
|
+
DEBTS_SAVE_RATE_ACTION: "debts_widget_click_rate_action",
|
|
31
|
+
DEBTS_VIEW: "debts",
|
|
32
|
+
DEBT_DETAILS_VIEW: "debt_details",
|
|
33
|
+
DEBT_SCHEDULE_VIEW: "debt_schedule",
|
|
34
|
+
GOALS_CLICK_ADD: "goals_widget_click_add",
|
|
35
|
+
GOALS_CLICK_FILTER: "goals_widget_click_filter_accounts",
|
|
36
|
+
GOALS_VIEW: "goals",
|
|
37
|
+
GOALS_MICRO_WIDGET_CTA: "goals_micro_widget_click_see_details_cta",
|
|
38
|
+
HELP_CLICK_CATEGORY: "help_click_category",
|
|
39
|
+
HELP_CLICK_REQUEST_SUPPORT: "help_click_requestSupport",
|
|
40
|
+
HELP_CLICK_SUPPORT_FOR_INSTITUTION: "help_click_supportForInstitution",
|
|
41
|
+
HELP_CLICK_SUPPORT_FOR_MISSING_INSTITUTION: "help_click_supportForMissingInstitution",
|
|
42
|
+
HELP_CLICK_SUPPORT_TOPIC: "help_click_supportTopic",
|
|
43
|
+
HELP_CLICK_TOPIC: "help_click_topic",
|
|
44
|
+
HELP_EXPAND_CATEGORY: "help_expand_category",
|
|
45
|
+
HELP_EXPAND_TOPIC: "help_expand_topic",
|
|
46
|
+
HELP_OPEN_SUPPORT_REQUEST: "help_open_supportRequest",
|
|
47
|
+
HELP_SUBMIT_SUPPORT_REQUEST: "help_submit_supportRequest",
|
|
48
|
+
INVESTMENTS: "Investments",
|
|
49
|
+
INVESTMENT_WIDGET_ACCOUNT_FILTER_CLICK: "investment_widget_account_filter_click",
|
|
50
|
+
INVESTMENT_WIDGET_ALLOCATION_CLICK: "investment_widget_allocation_click",
|
|
51
|
+
INVESTMENT_WIDGET_ANALYSIS_CLICK: "investment_widget_analysis_click",
|
|
52
|
+
INVESTMENT_WIDGET_DETAILS_CLICK: "investment_widget_details_click",
|
|
53
|
+
NET_WORTH_VIEW: "netWorth",
|
|
54
|
+
NETWORTH_MICRO_WIDGET_CTA: "net_worth_micro_widget_click_see_details_cta",
|
|
55
|
+
NET_WORTH_WIDGET_CLICK_ASSETS_LIABILITIES: "net_worth_widget_click_view_assets_liabilities",
|
|
56
|
+
NET_WORTH_WIDGET_CLICK_FILTER: "net_worth_widget_click_filter_accounts",
|
|
57
|
+
NET_WORTH_WIDGET_CLICK_TIMEFRAME: "netWorth_click_timePeriod",
|
|
58
|
+
RECURRING_ACTIVITY_CLICK_ADD_EXPENSE: "recurring_transactions_widget_manage_expenses_click_add_expense",
|
|
59
|
+
RECURRING_ACTIVITY_CLICK_ADD_INCOME: "recurring_transactions_widget_income_details_click_add_income",
|
|
60
|
+
RECURRING_ACTIVITY_CLICK_CALENDAR_RIGHT: "recurring_transactions_widget_click_calendar_right",
|
|
61
|
+
RECURRING_ACTIVITY_CLICK_EXPENSE: "recurring_transactions_widget_manage_expenses_click_expense",
|
|
62
|
+
RECURRING_ACTIVITY_CLICK_FILTER: "recurring_transactions_widget_click_filter_accounts",
|
|
63
|
+
RECURRING_ACTIVITY_CLICK_INCOME: "recurring_transactions_widget_click_income",
|
|
64
|
+
RECURRING_ACTIVITY_CLICK_PAID: "recurring_transactions_widget_click_paid_expense",
|
|
65
|
+
RECURRING_ACTIVITY_CLICK_SETTINGS: "recurring_transactions_widget_click_settings",
|
|
66
|
+
RECURRING_ACTIVITY_CLICK_UPCOMING: "recurring_transactions_widget_click_upcoming_transaction",
|
|
67
|
+
RECURRING_TRANSACTIONS_CLICK_ADD_EXPENSE: "recurring_transactions_widget_manage_expenses_click_add_expense",
|
|
68
|
+
RECURRING_TRANSACTIONS_CLICK_ADD_INCOME: "recurring_transactions_widget_income_details_click_add_income",
|
|
69
|
+
RECURRING_TRANSACTIONS_CLICK_CALENDAR_RIGHT: "recurring_transactions_widget_click_calendar_right",
|
|
70
|
+
RECURRING_TRANSACTIONS_CLICK_EXPENSE: "recurring_transactions_widget_manage_expenses_click_expense",
|
|
71
|
+
RECURRING_TRANSACTIONS_CLICK_FILTER: "recurring_transactions_widget_click_filter_accounts",
|
|
72
|
+
RECURRING_TRANSACTIONS_CLICK_INCOME: "recurring_transactions_widget_click_income",
|
|
73
|
+
RECURRING_TRANSACTIONS_CLICK_PAID: "recurring_transactions_widget_click_paid_expense",
|
|
74
|
+
RECURRING_TRANSACTIONS_CLICK_SETTINGS: "recurring_transactions_widget_click_settings",
|
|
75
|
+
RECURRING_TRANSACTIONS_CLICK_UPCOMING: "recurring_transactions_widget_click_upcoming_transaction",
|
|
76
|
+
RECURRING_TRANSACTIONS_DETAILS_CLICK_DELETE: "recurring_transactions_widget_details_click_delete",
|
|
77
|
+
RECURRING_TRANSACTIONS_DETAILS_CLICK_PAYMENT_SCHEDULE: "recurring_transactions_widget_details_click_payment_schedule",
|
|
78
|
+
RECURRING_TRANSACTIONS_LIST_CLICK_MARK_AS_PAID: "recurring_transactions_widget_list_click_mark_as_paid",
|
|
79
|
+
RECURRING_TRANSACTIONS_LIST_CLICK_MARK_AS_UNPAID: "recurring_transactions_widget_list_click_mark_as_unpaid",
|
|
80
|
+
RECURRING_TRANSACTIONS_LIST_CLICK_MORE_MENU: "recurring_transactions_widget_list_click_more_menu",
|
|
81
|
+
RECURRING_TRANSACTIONS_MICRO_WIDGET_CTA: "recurring_transactions_micro_widget_click_view_all_cta",
|
|
82
|
+
SPENDING_CLICK_FILTER: "spending_widget_click_filter_accounts",
|
|
83
|
+
SPENDING_VIEW: "spending",
|
|
84
|
+
TRANSACTIONS_ADD_MANUAL_ACCOUNT_MODAL: "transactions_add_manual_account_modal",
|
|
85
|
+
TRANSACTIONS_CLICK_ADD: "transactions_click_add_transaction",
|
|
86
|
+
TRANSACTIONS_CLICK_DETAILS: "transactions_click_transaction_details",
|
|
87
|
+
TRANSACTIONS_CLICK_EXPORT: "transactions_click_export_csv",
|
|
88
|
+
TRANSACTIONS_CLICK_FILTER: "transactions_click_filter_accounts",
|
|
89
|
+
TRANSACTIONS_CLICK_SEARCH: "transactions_click_search",
|
|
90
|
+
TRANSACTIONS_VIEW: "transactions",
|
|
91
|
+
TRANSACTION_DETAILS_CLICK_AMOUNT: "transaction_details_click_transaction_amount",
|
|
92
|
+
TRANSACTION_DETAILS_CLICK_CATEGORY: "transaction_details_click_category",
|
|
93
|
+
TRANSACTION_DETAILS_CLICK_DATE: "transaction_details_click_date",
|
|
94
|
+
TRANSACTION_DETAILS_CLICK_DELETE_LOGO: "transaction_details_click_delete_merchant_logo",
|
|
95
|
+
TRANSACTION_DETAILS_CLICK_DESCRIPTION: "transaction_details_click_edit_description",
|
|
96
|
+
TRANSACTION_DETAILS_CLICK_FLAG: "transaction_details_click_flag_transaction",
|
|
97
|
+
TRANSACTION_DETAILS_CLICK_MEMO: "transaction_details_click_memo",
|
|
98
|
+
TRANSACTION_DETAILS_CLICK_SPLIT: "transaction_details_click_split_transaction",
|
|
99
|
+
TRANSACTION_DETAILS_CLICK_TAGS: "transaction_details_click_tags",
|
|
100
|
+
TRANSACTION_DETAILS_CLICK_UNSPLIT: "transaction_details_click_unsplit_transaction",
|
|
101
|
+
TRANSACTION_DETAILS_VIEW: "transaction_details",
|
|
102
|
+
TRANSACTIONS_TABLE_CLICK_CATEGORY: "transactions_table_click_category",
|
|
103
|
+
WIDGET_BACK_CLICK: "widget_back_button_click",
|
|
104
|
+
GOALS_CLICK_GET_STARTED: "goals_click_getStarted",
|
|
105
|
+
GOALS_CLICK_VIEW_DETAILS: "goals_click_viewDetails",
|
|
106
|
+
GOALS_LOAD_WIDGET: "goals_load_widget",
|
|
107
|
+
NET_WORTH_CLICK_GET_STARTED: "netWorth_click_getStarted",
|
|
108
|
+
NET_WORTH_CLICK_VIEW_DETAILS: "netWorth_click_viewDetails",
|
|
109
|
+
NET_WORTH_LOAD_WIDGET: "netWorth_load_widget",
|
|
110
|
+
RECURRING_TRANSACTIONS_CLICK_GET_STARTED: "recurringTransactions_click_getStarted",
|
|
111
|
+
RECURRING_TRANSACTIONS_CLICK_VIEW_ALL: "recurringTransactions_click_viewAll",
|
|
112
|
+
RECURRING_TRANSACTIONS_LOAD_WIDGET: "recurringTransactions_load_widget",
|
|
113
|
+
TRENDS_CLICK_ALL_CATEGORIES: "trends_click_allCategories",
|
|
114
|
+
TRENDS_CLICK_BACK: "trends_click_back",
|
|
115
|
+
TRENDS_CLICK_CHART: "trends_click_chart",
|
|
116
|
+
TRENDS_CLICK_CONNECT_ACCOUNTS: "trends_click_connectAccounts",
|
|
117
|
+
TRENDS_CLICK_EXPORT_CSV: "trends_click_exportCSV",
|
|
118
|
+
TRENDS_CLICK_FILTER: "trends_click_filter",
|
|
119
|
+
TRENDS_CLICK_GET_STARTED: "trends_click_getStarted",
|
|
120
|
+
TRENDS_CLICK_INSIGHT: "trends_click_insight",
|
|
121
|
+
TRENDS_CLICK_LEGEND: "trends_click_legend",
|
|
122
|
+
TRENDS_CLICK_LIST_ITEM: "trends_click_listItem",
|
|
123
|
+
TRENDS_CLICK_TABLE_SORT: "trends_click_tableSort",
|
|
124
|
+
TRENDS_CLICK_TIME_WINDOW: "trends_click_timeWindow",
|
|
125
|
+
TRENDS_CLICK_TOGGLE_VIEW: "trends_click_toggleView",
|
|
126
|
+
TRENDS_CLICK_VIEW_MORE: "trends_click_viewMore",
|
|
127
|
+
TRENDS_CLICK_VIEW_TRANSACTIONS: "trends_click_viewTransactions",
|
|
128
|
+
TRENDS_HOVER_AREA: "trends_hover_chartArea",
|
|
129
|
+
TRENDS_HOVER_POINT: "trends_hover_chartPoint",
|
|
130
|
+
TRENDS_HOVER_LEGEND: "trends_hover_ChartLegend",
|
|
131
|
+
TRENDS_LOAD_WIDGET: "trends_load_widget",
|
|
132
|
+
TRENDS_VIEW_TRANSACTIONS: "trends_view_transactions",
|
|
133
|
+
WIDGET_SIZE_CHANGED: "widget_size_changed"
|
|
134
|
+
};
|
|
135
|
+
export {
|
|
136
|
+
_ as ANALYTICS_EVENTS
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
//# sourceMappingURL=index.es.js.map
|