@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
package/package.json
CHANGED
|
@@ -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;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/{GenericFeedback → shared/GenericFeedback}/FeedbackDescription.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|