@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/insights-ui",
3
- "version": "1.4.0-alpha.san2",
3
+ "version": "1.4.0-alpha.san4",
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,2 +0,0 @@
1
- import { ThemedSVGImageProps } from '../types/ThemeSVGImage';
2
- export declare const ThemedSVGImage: ({ clientColorscheme, divProps, image: SVG, isMini, }: ThemedSVGImageProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +0,0 @@
1
- import { FederalBankHolidayBodyProps } from './types/FederalBankHoliday';
2
- export declare const FederalBankHoliday: ({ isCIBC, isMini, clientColorscheme, }: FederalBankHolidayBodyProps) => import("react/jsx-runtime").JSX.Element;
3
- export declare const FederalBankHolidayBody: ({ isDarkMode, ...props }: import('../withTheme').WithThemeProps & FederalBankHolidayBodyProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export * from './FederalBankHolidayBody';
@@ -1,17 +0,0 @@
1
- import { default as React } from 'react';
2
- interface BodyProps {
3
- accountGuid: string;
4
- animation: {
5
- shouldRun?: boolean;
6
- };
7
- leftLowerText: string;
8
- leftUpperText: string;
9
- headerString: string;
10
- isComplete?: boolean;
11
- isDarkMode?: boolean;
12
- isMini: boolean;
13
- rightLowerText: string;
14
- rightUpperText: string;
15
- }
16
- export declare const SetUpDirectDepositBody: React.FC<BodyProps>;
17
- export {};
@@ -1,21 +0,0 @@
1
- import { default as React } from 'react';
2
- interface SwitchDirectDepositBodyProps {
3
- accountGuid: string;
4
- animation: {
5
- shouldRun?: boolean;
6
- };
7
- destinationAccountGuid: string;
8
- externalAccountName: string;
9
- heldAccountName: string;
10
- headerString: string;
11
- isComplete?: boolean;
12
- isDarkMode?: boolean;
13
- isMini: boolean;
14
- leftLowerText: string;
15
- leftUpperText: string;
16
- rightLowerText: string;
17
- rightUpperText: string;
18
- sourceAccountGuid: string;
19
- }
20
- export declare const SwitchDirectDepositBody: React.FC<SwitchDirectDepositBodyProps>;
21
- export {};
@@ -1,6 +0,0 @@
1
- import { default as React } from 'react';
2
- export interface WithThemeProps {
3
- isDarkMode: boolean;
4
- }
5
- declare const withTheme: <P extends object>(Component: React.ComponentType<P>) => ({ isDarkMode, ...props }: WithThemeProps & P) => import("react/jsx-runtime").JSX.Element;
6
- export default withTheme;