@mx-cartographer/insights-ui 1.4.0-alpha.san2 → 1.4.0-alpha.san4

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 (55) hide show
  1. package/dist/components/index.d.ts +26 -24
  2. package/dist/components/insights/FederalBankHoliday/FederalBankHoliday.d.ts +3 -0
  3. package/dist/components/insights/FederalBankHoliday/index.d.ts +1 -0
  4. package/dist/components/insights/SetUpDirectDeposit/SetUpDirectDepositBody.d.ts +3 -0
  5. package/dist/components/insights/SwitchDirectDeposit/SwitchDirectDepositBody.d.ts +10 -0
  6. package/dist/{insights → components/insights}/UnifiedDeposit/UnifiedDepositBody.d.ts +0 -1
  7. package/dist/{insights → components/insights}/index.d.ts +1 -0
  8. package/dist/components/shared/BottomSheet.d.ts +13 -0
  9. package/dist/components/shared/ThemedSVGImage.d.ts +2 -0
  10. package/dist/index.d.ts +5 -5
  11. package/dist/index.es.js +387 -370
  12. package/dist/index.es.js.map +1 -1
  13. package/package.json +1 -1
  14. package/dist/components/ThemedSVGImage.d.ts +0 -2
  15. package/dist/insights/FederalBankHoliday/FederalBankHolidayBody.d.ts +0 -3
  16. package/dist/insights/FederalBankHoliday/index.d.ts +0 -1
  17. package/dist/insights/SetUpDirectDeposit/SetUpDirectDepositBody.d.ts +0 -17
  18. package/dist/insights/SwitchDirectDeposit/SwitchDirectDepositBody.d.ts +0 -21
  19. package/dist/insights/withTheme.d.ts +0 -6
  20. /package/dist/{insights → components/insights}/MonthlyEmergencyFundReview/LastMonthsContributionSection.d.ts +0 -0
  21. /package/dist/{insights → components/insights}/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody.d.ts +0 -0
  22. /package/dist/{insights → components/insights}/MonthlyEmergencyFundReview/ProjectedCompletionSection.d.ts +0 -0
  23. /package/dist/{insights → components/insights}/MonthlyEmergencyFundReview/TotalSection.d.ts +0 -0
  24. /package/dist/{insights → components/insights}/MonthlyEmergencyFundReview/index.d.ts +0 -0
  25. /package/dist/{insights → components/insights}/SetUpDirectDeposit/index.d.ts +0 -0
  26. /package/dist/{insights → components/insights}/SwitchDirectDeposit/AccountBox.d.ts +0 -0
  27. /package/dist/{insights → components/insights}/SwitchDirectDeposit/SwitchDirectDepositMainContainer.d.ts +0 -0
  28. /package/dist/{insights → components/insights}/SwitchDirectDeposit/index.d.ts +0 -0
  29. /package/dist/{insights → components/insights}/UnifiedDeposit/index.d.ts +0 -0
  30. /package/dist/{insights → components/insights}/__tests__/SetUpDirectDeposit.test.d.ts +0 -0
  31. /package/dist/{insights → components/insights}/__tests__/SwitchDirectDeposit.test.d.ts +0 -0
  32. /package/dist/components/{DirectDeposit → shared/DirectDeposit}/DirectDeposit.d.ts +0 -0
  33. /package/dist/components/{DirectDeposit → shared/DirectDeposit}/FullFeedBodyHeader.d.ts +0 -0
  34. /package/dist/components/{DirectDeposit → shared/DirectDeposit}/FullFeedLogoSection.d.ts +0 -0
  35. /package/dist/components/{DirectDeposit → shared/DirectDeposit}/LeftBox.d.ts +0 -0
  36. /package/dist/components/{DirectDeposit → shared/DirectDeposit}/LowerBoxSection.d.ts +0 -0
  37. /package/dist/components/{DirectDeposit → shared/DirectDeposit}/MiniBodyHeader.d.ts +0 -0
  38. /package/dist/components/{DirectDeposit → shared/DirectDeposit}/RightBox.d.ts +0 -0
  39. /package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackButtons.d.ts +0 -0
  40. /package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackDescription.d.ts +0 -0
  41. /package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackHeader.d.ts +0 -0
  42. /package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackOptions.d.ts +0 -0
  43. /package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackText.d.ts +0 -0
  44. /package/dist/components/{GoalProgress.d.ts → shared/GoalProgress.d.ts} +0 -0
  45. /package/dist/components/{GradientBox.d.ts → shared/GradientBox.d.ts} +0 -0
  46. /package/dist/components/{InsightsCard → shared/InsightsCard}/CardButtonSection.d.ts +0 -0
  47. /package/dist/components/{InsightsCard → shared/InsightsCard}/CardError.d.ts +0 -0
  48. /package/dist/components/{InsightsCard → shared/InsightsCard}/CardHeader.d.ts +0 -0
  49. /package/dist/components/{InsightsCard → shared/InsightsCard}/CardLoading.d.ts +0 -0
  50. /package/dist/components/{InsightsCard → shared/InsightsCard}/ContentAndDescription.d.ts +0 -0
  51. /package/dist/components/{InsightsCard → shared/InsightsCard}/Description.d.ts +0 -0
  52. /package/dist/components/{InsightsCard → shared/InsightsCard}/InsightButton.d.ts +0 -0
  53. /package/dist/components/{InsightsCard → shared/InsightsCard}/Shell.d.ts +0 -0
  54. /package/dist/components/{Menu → shared/Menu}/MenuHeaderCloseButton.d.ts +0 -0
  55. /package/dist/components/{ProgressBar.d.ts → shared/ProgressBar.d.ts} +0 -0
@@ -1,24 +1,26 @@
1
- export * from './GoalProgress';
2
- export * from './GradientBox';
3
- export * from './ProgressBar';
4
- export * from './DirectDeposit/DirectDeposit';
5
- export * from './DirectDeposit/FullFeedBodyHeader';
6
- export * from './DirectDeposit/FullFeedLogoSection';
7
- export * from './DirectDeposit/LeftBox';
8
- export * from './DirectDeposit/LowerBoxSection';
9
- export * from './DirectDeposit/MiniBodyHeader';
10
- export * from './DirectDeposit/RightBox';
11
- export * from './InsightsCard/CardHeader';
12
- export * from './InsightsCard/CardLoading';
13
- export * from './InsightsCard/CardButtonSection';
14
- export * from './InsightsCard/CardError';
15
- export * from './InsightsCard/ContentAndDescription';
16
- export * from './InsightsCard/Description';
17
- export * from './InsightsCard/InsightButton';
18
- export * from './InsightsCard/Shell';
19
- export * from './GenericFeedback/FeedbackHeader';
20
- export * from './GenericFeedback/FeedbackButtons';
21
- export * from './GenericFeedback/FeedbackDescription';
22
- export * from './GenericFeedback/FeedbackOptions';
23
- export * from './GenericFeedback/FeedbackText';
24
- export * from './Menu/MenuHeaderCloseButton';
1
+ export * from './shared/GoalProgress';
2
+ export * from './shared/GradientBox';
3
+ export * from './shared/ProgressBar';
4
+ export * from './shared/BottomSheet';
5
+ export * from './shared/DirectDeposit/DirectDeposit';
6
+ export * from './shared/DirectDeposit/FullFeedBodyHeader';
7
+ export * from './shared/DirectDeposit/FullFeedLogoSection';
8
+ export * from './shared/DirectDeposit/LeftBox';
9
+ export * from './shared/DirectDeposit/LowerBoxSection';
10
+ export * from './shared/DirectDeposit/MiniBodyHeader';
11
+ export * from './shared/DirectDeposit/RightBox';
12
+ export * from './shared/InsightsCard/CardHeader';
13
+ export * from './shared/InsightsCard/CardLoading';
14
+ export * from './shared/InsightsCard/CardButtonSection';
15
+ export * from './shared/InsightsCard/CardError';
16
+ export * from './shared/InsightsCard/ContentAndDescription';
17
+ export * from './shared/InsightsCard/Description';
18
+ export * from './shared/InsightsCard/InsightButton';
19
+ export * from './shared/InsightsCard/Shell';
20
+ export * from './shared/GenericFeedback/FeedbackHeader';
21
+ export * from './shared/GenericFeedback/FeedbackButtons';
22
+ export * from './shared/GenericFeedback/FeedbackDescription';
23
+ export * from './shared/GenericFeedback/FeedbackOptions';
24
+ export * from './shared/GenericFeedback/FeedbackText';
25
+ export * from './shared/Menu/MenuHeaderCloseButton';
26
+ export * from './insights';
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { FederalBankHolidayProps } from './types/FederalBankHoliday';
3
+ export declare const FederalBankHoliday: React.FC<FederalBankHolidayProps>;
@@ -0,0 +1 @@
1
+ export * from './FederalBankHoliday';
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { DepositBodyBaseProps } from '../../../types/DirectDeposit';
3
+ export declare const SetUpDirectDepositBody: React.FC<DepositBodyBaseProps>;
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ import { DepositBodyBaseProps } from '../../../types/DirectDeposit';
3
+ interface SwitchDirectDepositBodyProps extends DepositBodyBaseProps {
4
+ destinationAccountGuid: string;
5
+ externalAccountName: string;
6
+ heldAccountName: string;
7
+ sourceAccountGuid: string;
8
+ }
9
+ export declare const SwitchDirectDepositBody: React.FC<SwitchDirectDepositBodyProps>;
10
+ export {};
@@ -5,7 +5,6 @@ interface BodyProps {
5
5
  category: string;
6
6
  categoryGuid: string;
7
7
  description: string;
8
- hasData: boolean;
9
8
  isMini: boolean;
10
9
  merchantGuid: string;
11
10
  }
@@ -1,3 +1,4 @@
1
+ export * from './FederalBankHoliday';
1
2
  export * from './MonthlyEmergencyFundReview';
2
3
  export * from './SetUpDirectDeposit';
3
4
  export * from './SwitchDirectDeposit';
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ interface BottomSheetBaseProps {
3
+ allowScroll?: boolean;
4
+ children: any;
5
+ height?: number | string;
6
+ isMobile?: boolean;
7
+ isOpen: boolean;
8
+ onClose?: () => void;
9
+ showBackground?: boolean;
10
+ width?: number | string;
11
+ }
12
+ export declare const BottomSheet: React.FC<BottomSheetBaseProps>;
13
+ export {};
@@ -0,0 +1,2 @@
1
+ import { ThemedSVGImageProps } from '../../types/ThemeSVGImage';
2
+ export declare const ThemedSVGImage: ({ divProps, image: SVG, isMini }: ThemedSVGImageProps) => import("react/jsx-runtime").JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from './components';
2
- export * from './insights/MonthlyEmergencyFundReview';
3
- export * from './insights/SetUpDirectDeposit';
4
- export * from './insights/SwitchDirectDeposit';
5
- export * from './insights/FederalBankHoliday';
6
- export * from './insights/UnifiedDeposit';
2
+ export * from './components/insights/MonthlyEmergencyFundReview';
3
+ export * from './components/insights/SetUpDirectDeposit';
4
+ export * from './components/insights/SwitchDirectDeposit';
5
+ export * from './components/insights/FederalBankHoliday';
6
+ export * from './components/insights/UnifiedDeposit';