@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.
- package/dist/components/index.d.ts +26 -24
- package/dist/components/insights/FederalBankHoliday/FederalBankHoliday.d.ts +3 -0
- package/dist/components/insights/FederalBankHoliday/index.d.ts +1 -0
- package/dist/components/insights/SetUpDirectDeposit/SetUpDirectDepositBody.d.ts +3 -0
- package/dist/components/insights/SwitchDirectDeposit/SwitchDirectDepositBody.d.ts +10 -0
- package/dist/{insights → components/insights}/UnifiedDeposit/UnifiedDepositBody.d.ts +0 -1
- package/dist/{insights → components/insights}/index.d.ts +1 -0
- package/dist/components/shared/BottomSheet.d.ts +13 -0
- package/dist/components/shared/ThemedSVGImage.d.ts +2 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.es.js +387 -370
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/ThemedSVGImage.d.ts +0 -2
- package/dist/insights/FederalBankHoliday/FederalBankHolidayBody.d.ts +0 -3
- package/dist/insights/FederalBankHoliday/index.d.ts +0 -1
- package/dist/insights/SetUpDirectDeposit/SetUpDirectDepositBody.d.ts +0 -17
- package/dist/insights/SwitchDirectDeposit/SwitchDirectDepositBody.d.ts +0 -21
- package/dist/insights/withTheme.d.ts +0 -6
- /package/dist/{insights → components/insights}/MonthlyEmergencyFundReview/LastMonthsContributionSection.d.ts +0 -0
- /package/dist/{insights → components/insights}/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody.d.ts +0 -0
- /package/dist/{insights → components/insights}/MonthlyEmergencyFundReview/ProjectedCompletionSection.d.ts +0 -0
- /package/dist/{insights → components/insights}/MonthlyEmergencyFundReview/TotalSection.d.ts +0 -0
- /package/dist/{insights → components/insights}/MonthlyEmergencyFundReview/index.d.ts +0 -0
- /package/dist/{insights → components/insights}/SetUpDirectDeposit/index.d.ts +0 -0
- /package/dist/{insights → components/insights}/SwitchDirectDeposit/AccountBox.d.ts +0 -0
- /package/dist/{insights → components/insights}/SwitchDirectDeposit/SwitchDirectDepositMainContainer.d.ts +0 -0
- /package/dist/{insights → components/insights}/SwitchDirectDeposit/index.d.ts +0 -0
- /package/dist/{insights → components/insights}/UnifiedDeposit/index.d.ts +0 -0
- /package/dist/{insights → components/insights}/__tests__/SetUpDirectDeposit.test.d.ts +0 -0
- /package/dist/{insights → components/insights}/__tests__/SwitchDirectDeposit.test.d.ts +0 -0
- /package/dist/components/{DirectDeposit → shared/DirectDeposit}/DirectDeposit.d.ts +0 -0
- /package/dist/components/{DirectDeposit → shared/DirectDeposit}/FullFeedBodyHeader.d.ts +0 -0
- /package/dist/components/{DirectDeposit → shared/DirectDeposit}/FullFeedLogoSection.d.ts +0 -0
- /package/dist/components/{DirectDeposit → shared/DirectDeposit}/LeftBox.d.ts +0 -0
- /package/dist/components/{DirectDeposit → shared/DirectDeposit}/LowerBoxSection.d.ts +0 -0
- /package/dist/components/{DirectDeposit → shared/DirectDeposit}/MiniBodyHeader.d.ts +0 -0
- /package/dist/components/{DirectDeposit → shared/DirectDeposit}/RightBox.d.ts +0 -0
- /package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackButtons.d.ts +0 -0
- /package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackDescription.d.ts +0 -0
- /package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackHeader.d.ts +0 -0
- /package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackOptions.d.ts +0 -0
- /package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackText.d.ts +0 -0
- /package/dist/components/{GoalProgress.d.ts → shared/GoalProgress.d.ts} +0 -0
- /package/dist/components/{GradientBox.d.ts → shared/GradientBox.d.ts} +0 -0
- /package/dist/components/{InsightsCard → shared/InsightsCard}/CardButtonSection.d.ts +0 -0
- /package/dist/components/{InsightsCard → shared/InsightsCard}/CardError.d.ts +0 -0
- /package/dist/components/{InsightsCard → shared/InsightsCard}/CardHeader.d.ts +0 -0
- /package/dist/components/{InsightsCard → shared/InsightsCard}/CardLoading.d.ts +0 -0
- /package/dist/components/{InsightsCard → shared/InsightsCard}/ContentAndDescription.d.ts +0 -0
- /package/dist/components/{InsightsCard → shared/InsightsCard}/Description.d.ts +0 -0
- /package/dist/components/{InsightsCard → shared/InsightsCard}/InsightButton.d.ts +0 -0
- /package/dist/components/{InsightsCard → shared/InsightsCard}/Shell.d.ts +0 -0
- /package/dist/components/{Menu → shared/Menu}/MenuHeaderCloseButton.d.ts +0 -0
- /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 './
|
|
5
|
-
export * from './DirectDeposit/
|
|
6
|
-
export * from './DirectDeposit/
|
|
7
|
-
export * from './DirectDeposit/
|
|
8
|
-
export * from './DirectDeposit/
|
|
9
|
-
export * from './DirectDeposit/
|
|
10
|
-
export * from './DirectDeposit/
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './InsightsCard/
|
|
13
|
-
export * from './InsightsCard/
|
|
14
|
-
export * from './InsightsCard/
|
|
15
|
-
export * from './InsightsCard/
|
|
16
|
-
export * from './InsightsCard/
|
|
17
|
-
export * from './InsightsCard/
|
|
18
|
-
export * from './InsightsCard/
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './GenericFeedback/
|
|
21
|
-
export * from './GenericFeedback/
|
|
22
|
-
export * from './GenericFeedback/
|
|
23
|
-
export * from './GenericFeedback/
|
|
24
|
-
export * from './
|
|
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 @@
|
|
|
1
|
+
export * from './FederalBankHoliday';
|
|
@@ -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 {};
|
|
@@ -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 {};
|
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';
|