@mx-cartographer/insights-ui 1.12.1 → 1.13.0

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.
Files changed (127) hide show
  1. package/dist/{src/components → components}/index.d.ts +1 -0
  2. package/dist/components/insights/BillAmountNotStandard/types/BillAmountNotStandard.d.ts +4 -0
  3. package/dist/components/insights/CategorySpendingV2/types/CategorySpendingV2.d.ts +4 -0
  4. package/dist/components/insights/FederalBankHoliday/types/FederalBankHoliday.d.ts +4 -0
  5. package/dist/components/insights/MonthlySpendToIncomeComparisonV2/types/index.d.ts +4 -0
  6. package/dist/components/insights/MonthlySpendingComparisonV2/types/MonthlySpendComparisonV2.d.ts +4 -0
  7. package/dist/components/insights/P2pCategorization/types/P2pCategorization.d.ts +17 -0
  8. package/dist/components/shared/DeepLinks/DeepLinkDialog.d.ts +11 -0
  9. package/dist/components/shared/DeepLinks/DirectDeposit/Circle.d.ts +6 -0
  10. package/dist/components/shared/DeepLinks/DirectDeposit/DirectDepositDeepLink.d.ts +20 -0
  11. package/dist/components/shared/DeepLinks/DirectDeposit/Dot.d.ts +1 -0
  12. package/dist/components/shared/DeepLinks/DirectDeposit/Oval.d.ts +1 -0
  13. package/dist/index.d.ts +1 -2
  14. package/dist/index.es.js +585 -458
  15. package/dist/index.es.js.map +1 -1
  16. package/dist/types/Charts/BarChart.d.ts +45 -0
  17. package/dist/types/CommonBeat.d.ts +369 -0
  18. package/dist/types/DirectDeposit.d.ts +16 -0
  19. package/dist/types/ThemedSVGImage.d.ts +5 -0
  20. package/package.json +1 -1
  21. package/dist/src/components/insights/DiscoveredAccounts/__tests__/DiscoveredAccountsBody.test.d.ts +0 -0
  22. package/dist/src/components/insights/FederalBankHoliday/__tests__/FederalBankHoliday.test.d.ts +0 -1
  23. package/dist/src/components/insights/MarketingHub/__tests__/Offer.test.d.ts +0 -1
  24. package/dist/src/components/insights/MonthlySpendToIncomeComparisonV2/__tests__/MonthlySpendToIncomeComparisonV2.test.d.ts +0 -1
  25. package/dist/src/components/insights/SetUpDirectDeposit/__tests__/SetUpDirectDeposit.test.d.ts +0 -0
  26. package/dist/src/components/insights/SwitchDirectDeposit/__tests__/SwitchDirectDeposit.test.d.ts +0 -0
  27. package/dist/src/components/insights/UnifiedDeposit/__tests__/UnifiedDeposit.test.d.ts +0 -1
  28. package/dist/src/components/shared/Charts/__tests__/BarChart.test.d.ts +0 -1
  29. package/dist/src/components/shared/Charts/__tests__/DoubleaBarChart.test.d.ts +0 -1
  30. package/dist/src/components/shared/InsightsCard/__tests__/BeatCard.test.d.ts +0 -0
  31. package/dist/src/components/shared/InsightsCard/__tests__/CardButtonSection.test.d.ts +0 -1
  32. package/dist/src/components/shared/InsightsCard/__tests__/CardError.test.d.ts +0 -1
  33. package/dist/src/components/shared/InsightsCard/__tests__/CardHeader.test.d.ts +0 -0
  34. package/dist/src/components/shared/InsightsCard/__tests__/CardLoading.test.d.ts +0 -1
  35. package/dist/src/components/shared/InsightsCard/__tests__/ContentAndDescription.test.d.ts +0 -1
  36. package/dist/src/components/shared/InsightsCard/__tests__/InsightButton.test.d.ts +0 -1
  37. package/dist/src/components/shared/InsightsCard/__tests__/LinedCardZeroState.test.d.ts +0 -1
  38. package/dist/src/components/shared/InsightsCard/__tests__/MiniDescription.test.d.ts +0 -1
  39. package/dist/src/hooks/__tests__/useContainerDimensions.test.d.ts +0 -0
  40. package/dist/src/index.d.ts +0 -1
  41. /package/dist/{src/components → components}/insights/BillAmountNotStandard/BillAmountNotStandard.d.ts +0 -0
  42. /package/dist/{src/components → components}/insights/BillAmountNotStandard/__test__/BillAmountNotStandard.test.d.ts +0 -0
  43. /package/dist/{src/components → components}/insights/BillAmountNotStandard/index.d.ts +0 -0
  44. /package/dist/{src/components → components}/insights/CategorySpendingV2/CategorySpendingV2.d.ts +0 -0
  45. /package/dist/{src/components → components}/insights/CategorySpendingV2/index.d.ts +0 -0
  46. /package/dist/{src/components → components}/insights/DiscoveredAccounts/DiscoveredAccountsBody.d.ts +0 -0
  47. /package/dist/{src/components → components}/insights/DiscoveredAccounts/DiscoveredAccountsLearnMoreDrawerContent.d.ts +0 -0
  48. /package/dist/{src/components → components}/insights/DiscoveredAccounts/DiscoveredAccountsMiniInsight.d.ts +0 -0
  49. /package/dist/{src/components → components}/insights/DiscoveredAccounts/index.d.ts +0 -0
  50. /package/dist/{src/components → components}/insights/FederalBankHoliday/FederalBankHoliday.d.ts +0 -0
  51. /package/dist/{src/components → components}/insights/FederalBankHoliday/index.d.ts +0 -0
  52. /package/dist/{src/components → components}/insights/MarketingHub/Offer.d.ts +0 -0
  53. /package/dist/{src/components → components}/insights/MarketingHub/Types.d.ts +0 -0
  54. /package/dist/{src/components → components}/insights/MarketingHub/index.d.ts +0 -0
  55. /package/dist/{src/components → components}/insights/MarketingHub/templates/index.d.ts +0 -0
  56. /package/dist/{src/components → components}/insights/MonthlyEmergencyFundReview/LastMonthsContributionSection.d.ts +0 -0
  57. /package/dist/{src/components → components}/insights/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody.d.ts +0 -0
  58. /package/dist/{src/components → components}/insights/MonthlyEmergencyFundReview/ProjectedCompletionSection.d.ts +0 -0
  59. /package/dist/{src/components → components}/insights/MonthlyEmergencyFundReview/TotalSection.d.ts +0 -0
  60. /package/dist/{src/components → components}/insights/MonthlyEmergencyFundReview/index.d.ts +0 -0
  61. /package/dist/{src/components → components}/insights/MonthlySpendToIncomeComparisonV2/MonthlySpendToIncomeComparisonV2.d.ts +0 -0
  62. /package/dist/{src/components → components}/insights/MonthlySpendToIncomeComparisonV2/index.d.ts +0 -0
  63. /package/dist/{src/components → components}/insights/MonthlySpendingComparisonV2/MonthlySpendingComparisonV2.d.ts +0 -0
  64. /package/dist/{src/components → components}/insights/MonthlySpendingComparisonV2/__test__/MonthlySpendComparisonV2.test.d.ts +0 -0
  65. /package/dist/{src/components → components}/insights/MonthlySpendingComparisonV2/index.d.ts +0 -0
  66. /package/dist/{src/components → components}/insights/P2pCategorization/P2pCategorization.d.ts +0 -0
  67. /package/dist/{src/components → components}/insights/P2pCategorization/_tests_/P2pCategorizationMultipleTransaction.test.d.ts +0 -0
  68. /package/dist/{src/components → components}/insights/P2pCategorization/_tests_/P2pCategorizationSingleTransaction.test.d.ts +0 -0
  69. /package/dist/{src/components → components}/insights/P2pCategorization/index.d.ts +0 -0
  70. /package/dist/{src/components → components}/insights/P2pCategorization/shared/P2pCategorizationMultipleTransactions.d.ts +0 -0
  71. /package/dist/{src/components → components}/insights/P2pCategorization/shared/P2pCategorizationSingleTransaction.d.ts +0 -0
  72. /package/dist/{src/components → components}/insights/SetUpDirectDeposit/SetUpDirectDepositBody.d.ts +0 -0
  73. /package/dist/{src/components → components}/insights/SetUpDirectDeposit/index.d.ts +0 -0
  74. /package/dist/{src/components → components}/insights/SwitchDirectDeposit/AccountBox.d.ts +0 -0
  75. /package/dist/{src/components → components}/insights/SwitchDirectDeposit/SwitchDirectDepositBody.d.ts +0 -0
  76. /package/dist/{src/components → components}/insights/SwitchDirectDeposit/SwitchDirectDepositMainContainer.d.ts +0 -0
  77. /package/dist/{src/components → components}/insights/SwitchDirectDeposit/index.d.ts +0 -0
  78. /package/dist/{src/components → components}/insights/UnifiedDeposit/UnifiedDeposit.d.ts +0 -0
  79. /package/dist/{src/components → components}/insights/UnifiedDeposit/UnifiedDepositBody.d.ts +0 -0
  80. /package/dist/{src/components → components}/insights/UnifiedDeposit/index.d.ts +0 -0
  81. /package/dist/{src/components → components}/insights/WeeklyNoSpendDays/BubbleWeek.d.ts +0 -0
  82. /package/dist/{src/components → components}/insights/WeeklyNoSpendDays/NoSpendIcons.d.ts +0 -0
  83. /package/dist/{src/components → components}/insights/WeeklyNoSpendDays/WeeklyNoSpendDays.d.ts +0 -0
  84. /package/dist/{src/components → components}/insights/WeeklyNoSpendDays/_tests_/WeeklyNoSpendDays.test.d.ts +0 -0
  85. /package/dist/{src/components → components}/insights/WeeklyNoSpendDays/index.d.ts +0 -0
  86. /package/dist/{src/components → components}/insights/index.d.ts +0 -0
  87. /package/dist/{src/components → components}/shared/BottomSheet.d.ts +0 -0
  88. /package/dist/{src/components → components}/shared/Charts/BarChart/BarChart.d.ts +0 -0
  89. /package/dist/{src/components → components}/shared/Charts/BarChart/ChartLegend.d.ts +0 -0
  90. /package/dist/{src/components → components}/shared/Charts/BarChart/CustomBarPlot.d.ts +0 -0
  91. /package/dist/{src/components → components}/shared/Charts/BarChart/CustomDoubleBarPlot.d.ts +0 -0
  92. /package/dist/{src/components → components}/shared/Charts/BarChart/DoubleBarChart.d.ts +0 -0
  93. /package/dist/{src/components → components}/shared/Charts/BarChart/DoubleBarChartLegend.d.ts +0 -0
  94. /package/dist/{src/components → components}/shared/Charts/BarChart/index.d.ts +0 -0
  95. /package/dist/{src/components → components}/shared/Charts/EmptyBarChart.d.ts +0 -0
  96. /package/dist/{src/components → components}/shared/Charts/index.d.ts +0 -0
  97. /package/dist/{src/components → components}/shared/Confetti.d.ts +0 -0
  98. /package/dist/{src/components → components}/shared/DirectDeposit/DirectDeposit.d.ts +0 -0
  99. /package/dist/{src/components → components}/shared/DirectDeposit/DirectDepositSubHeader.d.ts +0 -0
  100. /package/dist/{src/components → components}/shared/DirectDeposit/FullFeedBodyHeader.d.ts +0 -0
  101. /package/dist/{src/components → components}/shared/DirectDeposit/LeftBox.d.ts +0 -0
  102. /package/dist/{src/components → components}/shared/DirectDeposit/MiniBodyHeader.d.ts +0 -0
  103. /package/dist/{src/components → components}/shared/DirectDeposit/RightBox.d.ts +0 -0
  104. /package/dist/{src/components → components}/shared/GenericFeedback/FeedbackButtons.d.ts +0 -0
  105. /package/dist/{src/components → components}/shared/GenericFeedback/FeedbackDescription.d.ts +0 -0
  106. /package/dist/{src/components → components}/shared/GenericFeedback/FeedbackHeader.d.ts +0 -0
  107. /package/dist/{src/components → components}/shared/GenericFeedback/FeedbackOptions.d.ts +0 -0
  108. /package/dist/{src/components → components}/shared/GenericFeedback/FeedbackText.d.ts +0 -0
  109. /package/dist/{src/components → components}/shared/GoalProgress.d.ts +0 -0
  110. /package/dist/{src/components → components}/shared/GradientBox.d.ts +0 -0
  111. /package/dist/{src/components → components}/shared/InsightsCard/BeatCard.d.ts +0 -0
  112. /package/dist/{src/components → components}/shared/InsightsCard/CardButtonSection.d.ts +0 -0
  113. /package/dist/{src/components → components}/shared/InsightsCard/CardError.d.ts +0 -0
  114. /package/dist/{src/components → components}/shared/InsightsCard/CardHeader.d.ts +0 -0
  115. /package/dist/{src/components → components}/shared/InsightsCard/CardLoading.d.ts +0 -0
  116. /package/dist/{src/components → components}/shared/InsightsCard/ContentAndDescription.d.ts +0 -0
  117. /package/dist/{src/components → components}/shared/InsightsCard/Description.d.ts +0 -0
  118. /package/dist/{src/components → components}/shared/InsightsCard/InsightButton.d.ts +0 -0
  119. /package/dist/{src/components → components}/shared/InsightsCard/MiniDescription.d.ts +0 -0
  120. /package/dist/{src/components → components}/shared/MenuAction.d.ts +0 -0
  121. /package/dist/{src/components → components}/shared/MiniInsightCard.d.ts +0 -0
  122. /package/dist/{src/components → components}/shared/ProgressBar.d.ts +0 -0
  123. /package/dist/{src/components → components}/shared/ThemedSVGImage.d.ts +0 -0
  124. /package/dist/{src/components → components}/shared/ZeroState/LinedCardZeroState.d.ts +0 -0
  125. /package/dist/{src/hooks → hooks}/useContainerDimensions.d.ts +0 -0
  126. /package/dist/{src/themes → themes}/Typography.d.ts +0 -0
  127. /package/dist/{src/themes → themes}/index.d.ts +0 -0
@@ -0,0 +1,45 @@
1
+ import { CardinalDirections } from '@mui/x-charts';
2
+ import { DatasetType } from '@mui/x-charts/internals';
3
+ export interface BarDataProps {
4
+ ariaLabel: string;
5
+ formattedAmount: string;
6
+ label: string;
7
+ value: number;
8
+ }
9
+ interface AmountsProps {
10
+ average?: number;
11
+ formattedAverage: string;
12
+ }
13
+ export interface BarChartProps {
14
+ amounts?: AmountsProps;
15
+ color: string;
16
+ data: BarDataProps[];
17
+ isMini?: boolean;
18
+ margin?: CardinalDirections<number>;
19
+ legendLabelAvg?: string;
20
+ legendLabelMain?: string;
21
+ onBarClick?: (index: number) => void;
22
+ selectedTabIndex?: number;
23
+ }
24
+ export interface DataSet {
25
+ ariaLabelComparison: string;
26
+ ariaLabelMain: string;
27
+ comparison: number;
28
+ formattedComparison: string;
29
+ formattedMain: string;
30
+ label: string;
31
+ main: number;
32
+ }
33
+ export interface DoubleBarChartProps {
34
+ amounts?: AmountsProps;
35
+ barGapRatio?: number;
36
+ categoryGapRatio?: number;
37
+ colors: string[];
38
+ data: DataSet[] | DatasetType;
39
+ isMini?: boolean;
40
+ legendLabelComparison?: string;
41
+ legendLabelMain?: string;
42
+ margin?: CardinalDirections<number>;
43
+ onBarClick?: (index: number) => void;
44
+ }
45
+ export {};
@@ -0,0 +1,369 @@
1
+ import { BeatLikeOffer, CardHeaderProps, InsightButtonProps } from '../components';
2
+ export interface Account {
3
+ account_number?: string;
4
+ account_subtype?: AccountSubType;
5
+ account_type: AccountType;
6
+ apr?: number;
7
+ apy?: number;
8
+ available_balance?: number;
9
+ balance?: number;
10
+ balance_updated_at?: number;
11
+ cash_balance?: number;
12
+ connectionStatus?: ConnectionStatus;
13
+ credit_limit?: number;
14
+ currency_code?: string;
15
+ current_balance?: number;
16
+ day_payment_is_due?: number;
17
+ displayName?: string;
18
+ display_order?: number;
19
+ external_guid?: string;
20
+ feed_account_type?: number;
21
+ feed_apr?: number;
22
+ feed_apy?: number;
23
+ feed_credit_limit?: number;
24
+ feed_day_payment_is_due?: number;
25
+ feed_interest_rate?: number;
26
+ feed_is_closed?: boolean;
27
+ feed_localized_name?: string;
28
+ feed_name?: string;
29
+ feed_nickname?: string;
30
+ feed_original_balance?: number;
31
+ flags?: number;
32
+ guid: string;
33
+ institutionName?: string;
34
+ institution_guid?: string;
35
+ interestRate?: number;
36
+ interest_rate?: number;
37
+ interest_rate_set_by?: number;
38
+ is_closed: boolean;
39
+ is_deleted: boolean;
40
+ is_excluded_from_accounts: boolean;
41
+ is_excluded_from_budgets: boolean;
42
+ is_excluded_from_cash_flow: boolean;
43
+ is_excluded_from_debts: boolean;
44
+ is_excluded_from_goals: boolean;
45
+ is_excluded_from_investments: boolean;
46
+ is_excluded_from_net_worth: boolean;
47
+ is_excluded_from_spending: boolean;
48
+ is_excluded_from_transactions: boolean;
49
+ is_excluded_from_trends: boolean;
50
+ is_hidden: boolean;
51
+ is_manual: boolean;
52
+ is_personal: boolean;
53
+ localized_name?: string;
54
+ memberName?: string;
55
+ member_guid?: string;
56
+ member_is_managed_by_user: boolean;
57
+ metadata?: string;
58
+ minimum_payment?: number;
59
+ name?: string;
60
+ nickname?: string;
61
+ original_balance?: number;
62
+ payment_due_at?: number;
63
+ pending_balance?: number;
64
+ property_type?: PropertyType;
65
+ revision?: number;
66
+ truncatedDisplayName?: string;
67
+ updated_at?: number;
68
+ user_guid?: string;
69
+ user_name?: string;
70
+ }
71
+ export interface Beat {
72
+ account_guids: string[] | [];
73
+ active_at?: string | number;
74
+ associated_transaction_guid?: string | null;
75
+ call_to_action?: string | null;
76
+ category_guids?: string[] | [];
77
+ created_at?: string | number;
78
+ cta_clicked_at?: number | null;
79
+ data_series: DataSeries;
80
+ description?: string;
81
+ digest?: string;
82
+ dismissed_at?: number | null;
83
+ displayed_at?: string | null;
84
+ errors?: any;
85
+ guid: string;
86
+ has_been_displayed: boolean;
87
+ html_description?: string;
88
+ html_in_description_cta?: string;
89
+ html_micro_call_to_action?: string;
90
+ html_micro_description?: string;
91
+ html_micro_title?: string;
92
+ html_short_title?: string;
93
+ html_title: string;
94
+ icon_color?: string | null;
95
+ icon_type?: number | null;
96
+ in_description_cta?: string | null;
97
+ is_dismissed: boolean;
98
+ is_obsolete: boolean;
99
+ is_refreshable: boolean;
100
+ is_sampled: boolean;
101
+ merchant_guids: string[] | [];
102
+ metadata?: string | null;
103
+ micro_call_to_action?: string | null;
104
+ micro_description?: string | null;
105
+ micro_title?: string | null;
106
+ payload: any;
107
+ primary_account?: Account;
108
+ primary_account_guid?: string | null;
109
+ primary_category_guid?: string | null;
110
+ primary_goal_guid?: string | null;
111
+ primary_merchant_guid?: string | null;
112
+ primary_scheduled_payment_guid?: string | null;
113
+ primary_transaction?: Transaction;
114
+ primary_transaction_guid?: string | null;
115
+ power_action_completed_at?: string | null;
116
+ power_action_has_been_completed?: boolean;
117
+ scheduled_payment_guids: string[] | [];
118
+ short_title?: string | null;
119
+ supporting_action?: string | null;
120
+ template: string;
121
+ title: string;
122
+ transaction_guids: string[] | [];
123
+ transactions?: Transaction[];
124
+ user_guid: string;
125
+ user_verification: UserVerification;
126
+ }
127
+ interface ButtonProps extends Omit<InsightButtonProps, 'beat' | 'onClick'> {
128
+ onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>, type?: ButtonActionType) => void;
129
+ }
130
+ export interface CommonBeatProps {
131
+ altLoadingText: string;
132
+ asteriskText?: string;
133
+ beat: Beat | BeatLikeOffer;
134
+ buttonProps?: ButtonProps;
135
+ errorText?: string;
136
+ feedback?: React.ReactNode | null;
137
+ header?: Omit<CardHeaderProps, 'title'>;
138
+ inDescriptionCtaOnClick?: () => void;
139
+ institutionName?: string;
140
+ isCIBC?: boolean;
141
+ isError?: boolean;
142
+ isLoading?: boolean;
143
+ isMini?: boolean;
144
+ isZeroState?: boolean;
145
+ }
146
+ export interface DataSeries {
147
+ data?: any[];
148
+ names?: string[];
149
+ types?: string[];
150
+ }
151
+ export interface Transaction {
152
+ account?: string;
153
+ accountIsClosed?: boolean;
154
+ accountIsHidden?: boolean;
155
+ account_guid: string;
156
+ amount: number;
157
+ attachment_guid?: string | null;
158
+ category?: string;
159
+ category_guid?: string;
160
+ check_number?: string | null;
161
+ currency_code: string | null;
162
+ date: number;
163
+ description: string;
164
+ duplicate: boolean;
165
+ external_guid?: string | null;
166
+ feed_attachment_guid?: string | null;
167
+ feed_description: string;
168
+ feed_localized_description?: string | null;
169
+ feed_posted_date?: number | null;
170
+ feed_status: TransactionStatus | null;
171
+ feed_transaction_date: number | null;
172
+ feed_transacted_at: number | null;
173
+ flags?: number | null;
174
+ guid: string;
175
+ has_been_split: boolean;
176
+ has_been_viewed: boolean;
177
+ isIncome?: boolean;
178
+ isPending?: boolean;
179
+ is_cleared: boolean;
180
+ is_duplicate: boolean;
181
+ is_flagged: boolean;
182
+ is_hidden: boolean;
183
+ is_international?: boolean | null;
184
+ is_manual: boolean;
185
+ is_personal: boolean;
186
+ is_reimbursable: boolean;
187
+ is_subscription: boolean;
188
+ is_void: boolean;
189
+ localized_description?: string | null;
190
+ localized_memo?: string | null;
191
+ memo?: string | null;
192
+ merchant_guid?: string | null;
193
+ metadata?: string | null;
194
+ number?: string;
195
+ parent_guid?: string | null;
196
+ payee?: string;
197
+ posted_date?: number | null;
198
+ reference?: string | null;
199
+ revision: number;
200
+ scheduled_payment_guid?: string | null;
201
+ tags: string[];
202
+ top_level_category_guid?: string;
203
+ transaction_type: TransactionType;
204
+ user_date?: number | null;
205
+ user_guid: string;
206
+ user_transaction_rule_guid?: string | null;
207
+ }
208
+ export declare enum AccountSubType {
209
+ ACCIDENTAL_DEATH_AND_DISMEMBERMENT = 40,
210
+ ADVISORY_ACCOUNT = 61,
211
+ AUTO = 3,
212
+ BOAT = 25,
213
+ BROKERAGE = 17,
214
+ BROKERAGE_MARGIN = 62,
215
+ CASH_MANAGEMENT_ACCOUNT = 46,
216
+ CERTIFICATE_OF_DEPOSIT = 2,
217
+ CHARITABLE_GIFT_ACCOUNT = 63,
218
+ CHURCH_ACCOUNT = 64,
219
+ CONSERVATORSHIP = 65,
220
+ CORPORATE_ACCOUNT = 104,
221
+ COVERDELL = 60,
222
+ CUSTODIAL = 66,
223
+ DEFINED_BENEFIT_PLAN = 67,
224
+ DEFINED_CONTRIBUTION_PLAN = 68,
225
+ DISABILITY = 33,
226
+ EDUCATIONAL = 69,
227
+ EMPLOYEE_STOCK_OWNERSHIP_PLAN = 22,
228
+ EMPLOYEE_STOCK_PURCHASE_PLAN = 47,
229
+ ESTATE = 70,
230
+ EXECUTOR = 71,
231
+ FIXED_ANNUITY = 30,
232
+ FIXED_ANNUITY_ROTH_IRA = 57,
233
+ FIXED_ANNUITY_TRADITIONAL_IRA = 53,
234
+ GROUP_RETIREMENT_SAVINGS_PLAN = 72,
235
+ GUARANTEED_INVESTMENT_CERTIFICATE = 73,
236
+ HEALTH = 34,
237
+ HELOC = 28,
238
+ HOME_EQUITY = 8,
239
+ HRA = 74,
240
+ HSA = 42,
241
+ HSA_CHECKING = 107,
242
+ HSA_SAVINGS = 106,
243
+ INDEXED_ANNUITY = 75,
244
+ INDIVIDUAL = 44,
245
+ INHERITED_ANNUITY = 103,
246
+ INHERITED_ROTH_IRA = 59,
247
+ INHERITED_TRADITIONAL_IRA = 56,
248
+ INVESTMENT_CLUB = 76,
249
+ IRA = 12,
250
+ IRREVOCABLE_TRUST = 77,
251
+ JOINT_TENANTS_BY_ENTIRITY = 78,
252
+ JOINT_TENANTS_COMMUNITY_PROPERTY = 79,
253
+ JOINT_TENANTS_IN_COMMON = 80,
254
+ JOINT_TENANTS_WITH_RIGHTS_OF_SURVIVORSHIP = 81,
255
+ KEOUGH_PLAN = 82,
256
+ LIFE_INCOME_FUND = 83,
257
+ LIMITED_LIABILITY_ACCOUNT = 105,
258
+ LIVING_TRUST = 84,
259
+ LOCKED_IN_RETIREMENT_ACCOUNT = 85,
260
+ LOCKED_IN_RETIREMENT_INVESTMENT_FUND = 86,
261
+ LOCKED_IN_RETIREMENT_SAVINGS_ACCOUNT = 87,
262
+ LONG_TERM_CARE = 35,
263
+ MONEY_MARKET = 1,
264
+ MONEY_PURCHASE_PLAN = 88,
265
+ NON_TAXABLE = 16,
266
+ NONE = 0,
267
+ PARTNERSHIP = 89,
268
+ PENSION = 21,
269
+ PERSONAL = 6,
270
+ PERSONAL_WITH_COLLATERAL = 7,
271
+ PLAN_401_A = 51,
272
+ PLAN_401_K = 9,
273
+ PLAN_403_B = 10,
274
+ PLAN_409_A = 90,
275
+ PLAN_457 = 20,
276
+ PLAN_529 = 11,
277
+ PLAN_ROTH_401_K = 29,
278
+ PLAN_ROTH_403_B = 91,
279
+ POWERSPORTS = 26,
280
+ PROFIT_SHARING_PLAN = 49,
281
+ PROPERTY_AND_CASUALTY = 36,
282
+ REGISTERED_DISABILITY_SAVINGS_PLAN = 92,
283
+ REGISTERED_EDUCATION_SAVINGS_PLAN = 48,
284
+ REGISTERED_LOCKED_IN_SAVINGS_PLAN = 93,
285
+ REGISTERED_PENSION_PLAN = 94,
286
+ REGISTERED_RETIREMENT_INCOME_FUND = 45,
287
+ REGISTERED_RETIREMENT_SAVINGS_PLAN = 95,
288
+ REVOCABLE_TRUST = 96,
289
+ ROLLOVER_IRA = 13,
290
+ ROTH_CONVERSION = 97,
291
+ ROTH_IRA = 14,
292
+ RV = 27,
293
+ SARSEP_IRA = 52,
294
+ SEPP_IRA = 55,
295
+ SIMPLE_IRA = 24,
296
+ SIMPLIFIED_EMPLOYEE_PENSION = 23,
297
+ SMALL_BUSINESS = 5,
298
+ SOLE_PROPRIETORSHIP = 98,
299
+ SPOUSAL_IRA = 99,
300
+ SPOUSAL_ROTH_IRA = 100,
301
+ STUDENT = 4,
302
+ TAXABLE = 15,
303
+ TAX_FREE_SAVINGS_ACCOUNT = 43,
304
+ TERM_LIFE = 38,
305
+ TESTAMENTARY_TRUST = 101,
306
+ THRIFT_SAVINGS_PLAN = 102,
307
+ TRUST = 18,
308
+ UNIFORM_GIFTS_TO_MINORS_ACT = 19,
309
+ UNIFORM_TRANSFER_TO_MINORS_ACT = 50,
310
+ UNIVERSAL_LIFE = 37,
311
+ VARIABLE_ANNUITY = 31,
312
+ VARIABLE_ANNUITY_ROTH_IRA = 58,
313
+ VARIABLE_ANNUITY_TRADITIONAL_IRA = 54,
314
+ VARIABLE_UNIVERSAL_LIFE = 41,
315
+ VEHICLE_INSURANCE = 32,
316
+ WHOLE_LIFE = 39
317
+ }
318
+ export declare enum AccountType {
319
+ ANY = 0,
320
+ CASH = 9,
321
+ CHECKING = 1,
322
+ CHECKING_LINE_OF_CREDIT = 12,
323
+ CREDIT_CARD = 4,
324
+ DIGITAL_WALLET = 13,
325
+ INSURANCE = 10,
326
+ INVESTMENT = 5,
327
+ LINE_OF_CREDIT = 6,
328
+ LOAN = 3,
329
+ MORTGAGE = 7,
330
+ PREPAID = 11,
331
+ PROPERTY = 8,
332
+ SAVINGS = 2
333
+ }
334
+ export declare enum ConnectionStatus {
335
+ Connected = "Connected",
336
+ Error = "Error",
337
+ Processing = "Processing",
338
+ RequiresMfa = "RequiresMfa"
339
+ }
340
+ export declare enum PropertyType {
341
+ APPLIANCES = 5,
342
+ ART = 2,
343
+ COMPUTER = 6,
344
+ ELECTRONICS = 7,
345
+ FURNITURE = 4,
346
+ JEWELRY = 3,
347
+ MISCELLANEOUS = 9,
348
+ REAL_ESTATE = 0,
349
+ SPORTS_EQUIPMENT = 8,
350
+ VEHICLE = 1
351
+ }
352
+ export declare enum TransactionStatus {
353
+ PENDING = 2,
354
+ POSTED = 1
355
+ }
356
+ export declare enum TransactionType {
357
+ CREDIT = 1,
358
+ DEBIT = 2
359
+ }
360
+ export declare enum UserVerification {
361
+ CORRECT = 1,
362
+ INCORRECT = 2,
363
+ UNKNOWN = 0
364
+ }
365
+ export declare enum ButtonActionType {
366
+ Primary = "Primary",
367
+ Secondary = "Secondary"
368
+ }
369
+ export {};
@@ -0,0 +1,16 @@
1
+ export interface DepositBodyBaseProps {
2
+ account: {
3
+ guid: string;
4
+ logo_alt_text: string;
5
+ };
6
+ animation: {
7
+ shouldRun?: boolean;
8
+ };
9
+ headerString: string;
10
+ isComplete?: boolean;
11
+ isMini: boolean;
12
+ leftLowerText: string;
13
+ leftUpperText: string;
14
+ rightLowerText: string;
15
+ rightUpperText: string;
16
+ }
@@ -0,0 +1,5 @@
1
+ export interface ThemedSVGImageProps {
2
+ divProps?: React.HTMLAttributes<HTMLDivElement>;
3
+ image: React.ComponentType<React.SVGProps<SVGSVGElement>>;
4
+ isMini?: boolean;
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/insights-ui",
3
- "version": "1.12.1",
3
+ "version": "1.13.0",
4
4
  "description": "Package containing MX theme and common controls for MUI",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -1 +0,0 @@
1
- export * from './components';