@axos-web-dev/shared-components 1.0.6 → 1.0.7-7.1
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/ATMLocator/ATMLocator.js +39 -30
- package/dist/Accordion/Accordion.css.d.ts +1 -1
- package/dist/Article/Article.css.d.ts +41 -41
- package/dist/Article/Article.js +2 -14
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +16 -16
- package/dist/Auth/ErrorAlert.css.d.ts +4 -0
- package/dist/Auth/ErrorAlert.css.js +11 -0
- package/dist/Auth/ErrorAlert.d.ts +14 -0
- package/dist/Auth/ErrorAlert.js +183 -0
- package/dist/Auth/Logout.d.ts +3 -0
- package/dist/Auth/Logout.js +29 -0
- package/dist/Auth/SignIn.css.d.ts +6 -0
- package/dist/Auth/SignIn.css.js +18 -0
- package/dist/Auth/SignInPassword.d.ts +15 -0
- package/dist/Auth/SignInPassword.js +118 -0
- package/dist/Auth/index.d.ts +5 -0
- package/dist/Auth/index.js +20 -0
- package/dist/Button/Button.css.d.ts +31 -18
- package/dist/Button/Button.css.js +1 -1
- package/dist/Button/Button.js +11 -2
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +12 -12
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +14 -14
- package/dist/Calculators/ApyCalculator/index.js +20 -12
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +8 -8
- package/dist/Calculators/AxosOneCalculator/index.js +12 -4
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +22 -22
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +101 -0
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +56 -0
- package/dist/Calculators/BuyDownCalculator/index.d.ts +25 -0
- package/dist/Calculators/BuyDownCalculator/index.js +855 -0
- package/dist/Calculators/Calculator.js +26 -8
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
- package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
- package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.d.ts +8 -8
- package/dist/Calculators/calculator.css.d.ts +12 -12
- package/dist/Calculators/index.d.ts +1 -0
- package/dist/Calculators/index.js +2 -0
- package/dist/CallToActionBar/index.js +3 -1
- package/dist/Carousel/Carousel.css.d.ts +20 -20
- package/dist/Carousel/index.js +12 -3
- package/dist/Chevron/Chevron.css.d.ts +6 -6
- package/dist/Chevron/index.js +12 -3
- package/dist/Comparison/Comparison.css.d.ts +11 -10
- package/dist/Comparison/Comparison.css.js +3 -1
- package/dist/Comparison/Comparison.js +17 -8
- package/dist/Comparison/index.js +2 -1
- package/dist/ContentBanner/ContentBanner.css.d.ts +12 -12
- package/dist/ContentBanner/index.js +9 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +31 -31
- package/dist/ExecutiveBio/ExecutiveBio.js +13 -27
- package/dist/FaqAccordion/index.js +13 -4
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +11 -2
- package/dist/Forms/ApplicationStart.js +8 -1
- package/dist/Forms/ApplyNow.js +12 -3
- package/dist/Forms/ClearingForm.js +8 -1
- package/dist/Forms/CommercialDeposits.js +7 -0
- package/dist/Forms/CommercialLending.js +8 -1
- package/dist/Forms/CommercialPremiumFinance.d.ts +10 -0
- package/dist/Forms/CommercialPremiumFinance.js +202 -0
- package/dist/Forms/ContactCompany.js +8 -1
- package/dist/Forms/ContactCompanyTitle.js +8 -1
- package/dist/Forms/ContactUs.js +8 -1
- package/dist/Forms/ContactUsAAS.js +8 -3
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +26 -10
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +9 -0
- package/dist/Forms/ContactUsBusinessNameEmail.js +272 -0
- package/dist/Forms/ContactUsLVF.js +8 -1
- package/dist/Forms/ContactUsNMLSId.js +21 -5
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +63 -61
- package/dist/Forms/CraPublicFile.d.ts +5 -5
- package/dist/Forms/CraPublicFile.js +55 -41
- package/dist/Forms/DealerServices.js +8 -1
- package/dist/Forms/EmailOnly.js +13 -4
- package/dist/Forms/FormEnums.d.ts +21 -0
- package/dist/Forms/FormEnums.js +255 -0
- package/dist/Forms/Forms.css.d.ts +42 -42
- package/dist/Forms/MortgageRate/MortgageRateForm.js +15 -6
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +13 -4
- package/dist/Forms/QuickPricer/QuickPricerForm.js +1 -5
- package/dist/Forms/ScheduleCall.js +8 -1
- package/dist/Forms/ScheduleCallPremier.js +8 -1
- package/dist/Forms/SuccesForm.js +28 -19
- package/dist/Forms/WcplSurvey.js +8 -1
- package/dist/Forms/index.d.ts +2 -0
- package/dist/Forms/index.js +4 -0
- package/dist/HelpArticle/HelpArticle.css.d.ts +4 -0
- package/dist/HelpArticle/HelpArticle.css.js +12 -0
- package/dist/HelpArticle/index.d.ts +1 -0
- package/dist/HelpArticle/index.js +7 -0
- package/dist/HeroBanner/HeroBanner.css.d.ts +17 -17
- package/dist/HeroBanner/HeroBanner.css.js +5 -5
- package/dist/HeroBanner/HeroBanner.js +0 -2
- package/dist/HeroBanner/LargeBanner.css.d.ts +20 -20
- package/dist/HeroBanner/SelectionBanner.css.d.ts +8 -8
- package/dist/Hyperlink/index.js +14 -5
- package/dist/IconBillboard/IconBillboard.css.d.ts +25 -25
- package/dist/IconBillboard/IconBillboard.css.js +3 -3
- package/dist/IconBillboard/IconBillboard.interface.d.ts +3 -0
- package/dist/IconBillboard/IconBillboard.js +37 -7
- package/dist/IconBillboard/IconBillboardSet.js +1 -1
- package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.d.ts +9 -0
- package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.js +85 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.d.ts +5 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +90 -0
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +36 -20
- package/dist/ImageBillboard/ImageBillboard.css.js +50 -18
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +13 -2
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +86 -27
- package/dist/ImageBillboard/index.js +17 -1
- package/dist/ImageLink/ImageLink.d.ts +2 -2
- package/dist/ImageLink/ImageLink.js +30 -11
- package/dist/ImageLink/ImageLinkSet.js +14 -5
- package/dist/ImageLink/index.js +14 -5
- package/dist/Input/Checkbox.js +2 -1
- package/dist/Input/Input.css.d.ts +16 -16
- package/dist/Input/Input.js +2 -1
- package/dist/Input/PercentageInput.d.ts +3 -0
- package/dist/Input/PercentageInput.js +32 -0
- package/dist/Input/RadioButton.js +12 -3
- package/dist/Inputs/Input.css.d.ts +14 -14
- package/dist/Insight/Featured/CategorySelector.js +24 -17
- package/dist/Insight/Featured/Featured.css.d.ts +1 -0
- package/dist/Insight/Featured/Featured.css.js +5 -3
- package/dist/Insight/Featured/Featured.js +65 -49
- package/dist/Insight/Featured/Header.js +12 -3
- package/dist/Insight/Featured/index.js +2 -1
- package/dist/Insight/index.js +2 -1
- package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -2
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +3 -3
- package/dist/Modal/Modal.js +12 -3
- package/dist/NavigationMenu/AxosALTS/NavData.js +11 -2
- package/dist/NavigationMenu/AxosALTS/index.js +11 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +0 -5
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +345 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +53 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +271 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +660 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -81
- package/dist/NavigationMenu/AxosBank/NavData.js +11 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +432 -123
- package/dist/NavigationMenu/AxosBank/index.d.ts +2 -1
- package/dist/NavigationMenu/AxosBank/index.js +101 -531
- package/dist/NavigationMenu/LaVictoire/NavData.js +12 -2
- package/dist/NavigationMenu/LaVictoire/index.js +48 -19
- package/dist/PageNavItem/PageNavItem.css.d.ts +2 -2
- package/dist/SetContainer/SetContainer.css.d.ts +17 -18
- package/dist/SetContainer/SetContainer.css.js +2 -4
- package/dist/SetContainer/SetContainer.d.ts +2 -1
- package/dist/SetContainer/SetContainer.js +25 -12
- package/dist/SetContainer/index.js +1 -2
- package/dist/SocialMediaBar/iconsRepository.js +11 -2
- package/dist/StepItem/StepItem.css.d.ts +18 -18
- package/dist/StepItemSet/StepItemSet.css.d.ts +14 -14
- package/dist/StepItemSet/StepItemSet.js +2 -14
- package/dist/Tab/Tab.css.d.ts +12 -12
- package/dist/Table/Table.css.d.ts +25 -25
- package/dist/Table/Table.d.ts +3 -3
- package/dist/Topic/Topic.css.d.ts +4 -0
- package/dist/Topic/Topic.css.js +12 -0
- package/dist/Topic/Topic.d.ts +19 -0
- package/dist/Topic/Topic.js +24 -0
- package/dist/Topic/index.d.ts +2 -0
- package/dist/Topic/index.js +12 -0
- package/dist/VideoWrapper/index.js +11 -2
- package/dist/WalnutIframe/index.d.ts +6 -0
- package/dist/WalnutIframe/index.js +21 -0
- package/dist/WalnutIframe/wrapper.module.js +14 -0
- package/dist/assets/Auth/ErrorAlert.css +37 -0
- package/dist/assets/Auth/SignIn.css +86 -0
- package/dist/assets/Button/Button.css +31 -16
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +5 -0
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +197 -0
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +8 -0
- package/dist/assets/CallToActionBar/CallToActionBar.css +4 -0
- package/dist/assets/Comparison/Comparison.css +9 -2
- package/dist/assets/HelpArticle/HelpArticle.css +70 -0
- package/dist/assets/HeroBanner/HeroBanner.css +26 -26
- package/dist/assets/HeroBanner/LargeBanner.css +3 -0
- package/dist/assets/IconBillboard/IconBillboard.css +22 -35
- package/dist/assets/ImageBillboard/ImageBillboard.css +317 -31
- package/dist/assets/Insight/Featured/Featured.css +21 -15
- package/dist/assets/Insight/Insight.css +12 -0
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +6 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -660
- package/dist/assets/SetContainer/SetContainer.css +44 -22
- package/dist/assets/Topic/Topic.css +54 -0
- package/dist/assets/WalnutIframe/wrapper.css.css +49 -0
- package/dist/assets/globals.css +14 -32
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -0
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +3 -3
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts +2 -2
- package/dist/main.d.ts +5 -0
- package/dist/main.js +61 -5
- package/dist/themes/axos.css.d.ts +38 -38
- package/dist/utils/allowedAxosDomains.js +19 -3
- package/dist/utils/appendQueryParams.js +3 -6
- package/dist/utils/optimizeImage/OptimizeImage.d.ts +11 -0
- package/dist/utils/optimizeImage/OptimizeImage.js +46 -0
- package/dist/utils/optimizeImage/index.d.ts +1 -0
- package/dist/utils/optimizeImage/index.js +4 -0
- package/dist/utils/optimizeImage/optimizeImage.module.js +14 -0
- package/package.json +133 -130
|
@@ -2,16 +2,16 @@ export declare const li: string;
|
|
|
2
2
|
export declare const line_points: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
3
3
|
variant: {
|
|
4
4
|
primary: {
|
|
5
|
-
borderColor: `var(--${string})
|
|
5
|
+
borderColor: `var(--${string})`;
|
|
6
6
|
};
|
|
7
7
|
secondary: {
|
|
8
|
-
borderColor: `var(--${string})
|
|
8
|
+
borderColor: `var(--${string})`;
|
|
9
9
|
};
|
|
10
10
|
tertiary: {
|
|
11
|
-
borderColor: `var(--${string})
|
|
11
|
+
borderColor: `var(--${string})`;
|
|
12
12
|
};
|
|
13
13
|
quaternary: {
|
|
14
|
-
borderColor: `var(--${string})
|
|
14
|
+
borderColor: `var(--${string})`;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
}>;
|
|
@@ -21,10 +21,10 @@ export declare const point: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
21
21
|
selectors: {
|
|
22
22
|
[x: string]: {
|
|
23
23
|
borderColor: "#4D85B0";
|
|
24
|
-
background: `var(--${string})
|
|
24
|
+
background: `var(--${string})`;
|
|
25
25
|
} | {
|
|
26
26
|
borderColor: "#4A5560";
|
|
27
|
-
background: `var(--${string})
|
|
27
|
+
background: `var(--${string})`;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
};
|
|
@@ -32,10 +32,10 @@ export declare const point: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
32
32
|
selectors: {
|
|
33
33
|
[x: string]: {
|
|
34
34
|
borderColor: "#4D85B0";
|
|
35
|
-
background: `var(--${string})
|
|
35
|
+
background: `var(--${string})`;
|
|
36
36
|
} | {
|
|
37
37
|
borderColor: "#4A5560";
|
|
38
|
-
background: `var(--${string})
|
|
38
|
+
background: `var(--${string})`;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|
|
@@ -46,7 +46,7 @@ export declare const point: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
46
46
|
background: "#1E3860";
|
|
47
47
|
} | {
|
|
48
48
|
borderColor: "#FAA74A";
|
|
49
|
-
background: `var(--${string})
|
|
49
|
+
background: `var(--${string})`;
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
52
|
};
|
|
@@ -57,7 +57,7 @@ export declare const point: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
57
57
|
background: "#1E3860";
|
|
58
58
|
} | {
|
|
59
59
|
borderColor: "#FAA74A";
|
|
60
|
-
background: `var(--${string})
|
|
60
|
+
background: `var(--${string})`;
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
63
|
};
|
|
@@ -66,16 +66,16 @@ export declare const point: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
66
66
|
export declare const step_num: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
67
67
|
variant: {
|
|
68
68
|
primary: {
|
|
69
|
-
color: `var(--${string})
|
|
69
|
+
color: `var(--${string})`;
|
|
70
70
|
};
|
|
71
71
|
secondary: {
|
|
72
|
-
color: `var(--${string})
|
|
72
|
+
color: `var(--${string})`;
|
|
73
73
|
};
|
|
74
74
|
tertiary: {
|
|
75
|
-
color: `var(--${string})
|
|
75
|
+
color: `var(--${string})`;
|
|
76
76
|
};
|
|
77
77
|
quaternary: {
|
|
78
|
-
color: `var(--${string})
|
|
78
|
+
color: `var(--${string})`;
|
|
79
79
|
};
|
|
80
80
|
};
|
|
81
81
|
}>;
|
|
@@ -83,16 +83,16 @@ export declare const bullet_details: string;
|
|
|
83
83
|
export declare const bs_topic: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
84
84
|
variant: {
|
|
85
85
|
primary: {
|
|
86
|
-
color: `var(--${string})
|
|
86
|
+
color: `var(--${string})`;
|
|
87
87
|
};
|
|
88
88
|
secondary: {
|
|
89
|
-
color: `var(--${string})
|
|
89
|
+
color: `var(--${string})`;
|
|
90
90
|
};
|
|
91
91
|
tertiary: {
|
|
92
|
-
color: `var(--${string})
|
|
92
|
+
color: `var(--${string})`;
|
|
93
93
|
};
|
|
94
94
|
quaternary: {
|
|
95
|
-
color: `var(--${string})
|
|
95
|
+
color: `var(--${string})`;
|
|
96
96
|
};
|
|
97
97
|
};
|
|
98
98
|
}>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
export declare const bs_section: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
background: `var(--${string})
|
|
5
|
-
color: `var(--${string})
|
|
4
|
+
background: `var(--${string})`;
|
|
5
|
+
color: `var(--${string})`;
|
|
6
6
|
};
|
|
7
7
|
secondary: {
|
|
8
|
-
background: `var(--${string})
|
|
9
|
-
color: `var(--${string})
|
|
8
|
+
background: `var(--${string})`;
|
|
9
|
+
color: `var(--${string})`;
|
|
10
10
|
};
|
|
11
11
|
tertiary: {
|
|
12
|
-
background: `var(--${string})
|
|
13
|
-
color: `var(--${string})
|
|
12
|
+
background: `var(--${string})`;
|
|
13
|
+
color: `var(--${string})`;
|
|
14
14
|
};
|
|
15
15
|
quaternary: {
|
|
16
|
-
background: `var(--${string})
|
|
17
|
-
color: `var(--${string})
|
|
16
|
+
background: `var(--${string})`;
|
|
17
|
+
color: `var(--${string})`;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
}>;
|
|
@@ -42,12 +42,12 @@ export declare const sec_title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
42
42
|
selectors: {
|
|
43
43
|
[x: string]: {
|
|
44
44
|
WebkitBackgroundClip: "text";
|
|
45
|
-
backgroundImage: `var(--${string})
|
|
45
|
+
backgroundImage: `var(--${string})`;
|
|
46
46
|
WebkitTextFillColor: "transparent";
|
|
47
47
|
textShadow: "0px 0px #00000000";
|
|
48
48
|
color?: undefined;
|
|
49
49
|
} | {
|
|
50
|
-
color: `var(--${string})
|
|
50
|
+
color: `var(--${string})`;
|
|
51
51
|
WebkitBackgroundClip?: undefined;
|
|
52
52
|
backgroundImage?: undefined;
|
|
53
53
|
WebkitTextFillColor?: undefined;
|
|
@@ -59,12 +59,12 @@ export declare const sec_title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
59
59
|
selectors: {
|
|
60
60
|
[x: string]: {
|
|
61
61
|
WebkitBackgroundClip: "text";
|
|
62
|
-
backgroundImage: `var(--${string})
|
|
62
|
+
backgroundImage: `var(--${string})`;
|
|
63
63
|
WebkitTextFillColor: "transparent";
|
|
64
64
|
textShadow: "0px 0px #00000000";
|
|
65
65
|
color?: undefined;
|
|
66
66
|
} | {
|
|
67
|
-
color: `var(--${string})
|
|
67
|
+
color: `var(--${string})`;
|
|
68
68
|
WebkitBackgroundClip?: undefined;
|
|
69
69
|
backgroundImage?: undefined;
|
|
70
70
|
WebkitTextFillColor?: undefined;
|
|
@@ -73,10 +73,10 @@ export declare const sec_title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
75
|
tertiary: {
|
|
76
|
-
color: `var(--${string})
|
|
76
|
+
color: `var(--${string})`;
|
|
77
77
|
};
|
|
78
78
|
quaternary: {
|
|
79
|
-
color: `var(--${string})
|
|
79
|
+
color: `var(--${string})`;
|
|
80
80
|
};
|
|
81
81
|
};
|
|
82
82
|
}>;
|
|
@@ -5,6 +5,7 @@ import "react";
|
|
|
5
5
|
import "react-use";
|
|
6
6
|
import { Chevron } from "../Chevron/index.js";
|
|
7
7
|
import { getVariant } from "../utils/getVariant.js";
|
|
8
|
+
import { OptimizeImage } from "../utils/optimizeImage/OptimizeImage.js";
|
|
8
9
|
import { StepItem } from "../StepItem/StepItem.js";
|
|
9
10
|
import "../StepItem/StepItem.css.js";
|
|
10
11
|
import { bs_section, bs_wrapper, svg_logo, modifier, sec_title, sec_subtitle, tablet_col, bs_image, steps_wrapper, ol, bs_btns, bs_add_details } from "./StepItemSet.css.js";
|
|
@@ -54,20 +55,7 @@ const StepItemSet = ({
|
|
|
54
55
|
description && /* @__PURE__ */ jsx("div", { className: sec_subtitle, children: /* @__PURE__ */ jsx(Fragment, { children: description }) })
|
|
55
56
|
] }),
|
|
56
57
|
/* @__PURE__ */ jsxs("div", { className: `push_up_32 flex ${tablet_col}`, children: [
|
|
57
|
-
image && /* @__PURE__ */ jsx("div", { className: bs_image, role: "presentation", children: /* @__PURE__ */
|
|
58
|
-
/* @__PURE__ */ jsx("source", { srcSet: `${image?.src}?fm=avif`, type: "image/avif" }),
|
|
59
|
-
/* @__PURE__ */ jsx("source", { srcSet: `${image?.src}?fm=webp`, type: "image/webp" }),
|
|
60
|
-
/* @__PURE__ */ jsx(
|
|
61
|
-
"img",
|
|
62
|
-
{
|
|
63
|
-
decoding: "async",
|
|
64
|
-
"data-nimg": 1,
|
|
65
|
-
src: `${image?.src}?q=85`,
|
|
66
|
-
loading: "lazy",
|
|
67
|
-
alt: ""
|
|
68
|
-
}
|
|
69
|
-
)
|
|
70
|
-
] }) }),
|
|
58
|
+
image && /* @__PURE__ */ jsx("div", { className: bs_image, role: "presentation", children: /* @__PURE__ */ jsx(OptimizeImage, { src: image?.src, alt: "" }) }),
|
|
71
59
|
/* @__PURE__ */ jsx("div", { className: steps_wrapper, children: /* @__PURE__ */ jsx("ol", { className: ol, children: stepItems?.map((step, index) => /* @__PURE__ */ jsx(
|
|
72
60
|
StepItem,
|
|
73
61
|
{
|
package/dist/Tab/Tab.css.d.ts
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
export declare const tab: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
color: `var(--${string})
|
|
4
|
+
color: `var(--${string})`;
|
|
5
5
|
};
|
|
6
6
|
secondary: {
|
|
7
|
-
color: `var(--${string})
|
|
7
|
+
color: `var(--${string})`;
|
|
8
8
|
};
|
|
9
9
|
tertiary: {
|
|
10
|
-
color: `var(--${string})
|
|
10
|
+
color: `var(--${string})`;
|
|
11
11
|
};
|
|
12
12
|
quaternary: {
|
|
13
|
-
color: `var(--${string})
|
|
13
|
+
color: `var(--${string})`;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
}>;
|
|
17
17
|
export declare const active_tab: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
18
18
|
variant: {
|
|
19
19
|
primary: {
|
|
20
|
-
color: `var(--${string})
|
|
21
|
-
borderBottom: `4px solid var(--${string})
|
|
20
|
+
color: `var(--${string})`;
|
|
21
|
+
borderBottom: `4px solid var(--${string})`;
|
|
22
22
|
};
|
|
23
23
|
secondary: {
|
|
24
|
-
color: `var(--${string})
|
|
25
|
-
borderBottom: `4px solid var(--${string})
|
|
24
|
+
color: `var(--${string})`;
|
|
25
|
+
borderBottom: `4px solid var(--${string})`;
|
|
26
26
|
};
|
|
27
27
|
tertiary: {
|
|
28
|
-
color: `var(--${string})
|
|
29
|
-
borderBottom: `4px solid var(--${string})
|
|
28
|
+
color: `var(--${string})`;
|
|
29
|
+
borderBottom: `4px solid var(--${string})`;
|
|
30
30
|
};
|
|
31
31
|
quaternary: {
|
|
32
|
-
color: `var(--${string})
|
|
33
|
-
borderBottom: `4px solid var(--${string})
|
|
32
|
+
color: `var(--${string})`;
|
|
33
|
+
borderBottom: `4px solid var(--${string})`;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
}>;
|
|
@@ -21,27 +21,27 @@ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
21
21
|
variant: {
|
|
22
22
|
primary: {
|
|
23
23
|
color: "#4A5560";
|
|
24
|
-
background: `var(--${string})
|
|
25
|
-
borderBottom: `1px solid var(--${string})
|
|
24
|
+
background: `var(--${string})`;
|
|
25
|
+
borderBottom: `1px solid var(--${string})`;
|
|
26
26
|
};
|
|
27
27
|
secondary: {
|
|
28
28
|
color: "#4A5560";
|
|
29
|
-
background: `var(--${string})
|
|
30
|
-
borderBottom: `1px solid var(--${string})
|
|
29
|
+
background: `var(--${string})`;
|
|
30
|
+
borderBottom: `1px solid var(--${string})`;
|
|
31
31
|
};
|
|
32
32
|
tertiary: {
|
|
33
|
-
color: `var(--${string})
|
|
33
|
+
color: `var(--${string})`;
|
|
34
34
|
borderBottom: "1px solid #F4F4F4";
|
|
35
35
|
selectors: {
|
|
36
36
|
"&:first-child": {
|
|
37
|
-
background: `var(--${string})
|
|
37
|
+
background: `var(--${string})`;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
"@media": {
|
|
41
41
|
"screen and (max-width: 768px)": {
|
|
42
42
|
selectors: {
|
|
43
43
|
"&:first-child": {
|
|
44
|
-
background: `var(--${string})
|
|
44
|
+
background: `var(--${string})`;
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
47
|
};
|
|
@@ -52,14 +52,14 @@ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
52
52
|
borderBottom: "1px solid #F4F4F4";
|
|
53
53
|
selectors: {
|
|
54
54
|
"&:first-child": {
|
|
55
|
-
background: `var(--${string})
|
|
55
|
+
background: `var(--${string})`;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
58
|
"@media": {
|
|
59
59
|
"screen and (max-width: 768px)": {
|
|
60
60
|
selectors: {
|
|
61
61
|
"&:first-child": {
|
|
62
|
-
backgroundImage: `var(--${string})
|
|
62
|
+
backgroundImage: `var(--${string})`;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
65
|
};
|
|
@@ -73,48 +73,48 @@ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
73
73
|
export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
74
74
|
variant: {
|
|
75
75
|
primary: {
|
|
76
|
-
background: `var(--${string})
|
|
76
|
+
background: `var(--${string})`;
|
|
77
77
|
color: "#4A5560";
|
|
78
78
|
borderBottom: "1px solid #D4D4D4";
|
|
79
79
|
};
|
|
80
80
|
secondary: {
|
|
81
|
-
background: `var(--${string})
|
|
81
|
+
background: `var(--${string})`;
|
|
82
82
|
color: "#4A5560";
|
|
83
83
|
borderBottom: "1px solid #D4D4D4";
|
|
84
84
|
};
|
|
85
85
|
tertiary: {
|
|
86
|
-
color: `var(--${string})
|
|
86
|
+
color: `var(--${string})`;
|
|
87
87
|
borderBottom: "1px solid #F4F4F4";
|
|
88
88
|
selectors: {
|
|
89
89
|
"&:first-child": {
|
|
90
|
-
background: `var(--${string})
|
|
91
|
-
color: `var(--${string})
|
|
90
|
+
background: `var(--${string})`;
|
|
91
|
+
color: `var(--${string})`;
|
|
92
92
|
};
|
|
93
93
|
};
|
|
94
94
|
"@media": {
|
|
95
95
|
"screen and (max-width: 327px)": {
|
|
96
96
|
selectors: {
|
|
97
97
|
"&:first-child": {
|
|
98
|
-
backgroundImage: `var(--${string})
|
|
98
|
+
backgroundImage: `var(--${string})`;
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
101
|
};
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
104
|
quaternary: {
|
|
105
|
-
color: `var(--${string})
|
|
105
|
+
color: `var(--${string})`;
|
|
106
106
|
borderBottom: "1px solid #F4F4F4";
|
|
107
107
|
selectors: {
|
|
108
108
|
"&:first-child": {
|
|
109
|
-
background: `var(--${string})
|
|
110
|
-
color: `var(--${string})
|
|
109
|
+
background: `var(--${string})`;
|
|
110
|
+
color: `var(--${string})`;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
113
113
|
"@media": {
|
|
114
114
|
"screen and (max-width: 327px)": {
|
|
115
115
|
selectors: {
|
|
116
116
|
"&:first-child": {
|
|
117
|
-
backgroundImage: `var(--${string})
|
|
117
|
+
backgroundImage: `var(--${string})`;
|
|
118
118
|
};
|
|
119
119
|
};
|
|
120
120
|
};
|
|
@@ -128,10 +128,10 @@ export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
128
128
|
export declare const tableWrapper: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
129
129
|
variant: {
|
|
130
130
|
primary: {
|
|
131
|
-
border: `1px solid var(--${string})
|
|
131
|
+
border: `1px solid var(--${string})`;
|
|
132
132
|
};
|
|
133
133
|
secondary: {
|
|
134
|
-
border: `1px solid var(--${string})
|
|
134
|
+
border: `1px solid var(--${string})`;
|
|
135
135
|
};
|
|
136
136
|
tertiary: {
|
|
137
137
|
border: "none";
|
|
@@ -144,16 +144,16 @@ export declare const tableWrapper: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
144
144
|
export declare const table: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
145
145
|
variant: {
|
|
146
146
|
primary: {
|
|
147
|
-
background: `var(--${string})
|
|
147
|
+
background: `var(--${string})`;
|
|
148
148
|
};
|
|
149
149
|
secondary: {
|
|
150
|
-
background: `var(--${string})
|
|
150
|
+
background: `var(--${string})`;
|
|
151
151
|
};
|
|
152
152
|
tertiary: {
|
|
153
|
-
background: `var(--${string})
|
|
153
|
+
background: `var(--${string})`;
|
|
154
154
|
};
|
|
155
155
|
quaternary: {
|
|
156
|
-
background: `var(--${string})
|
|
156
|
+
background: `var(--${string})`;
|
|
157
157
|
};
|
|
158
158
|
};
|
|
159
159
|
}>;
|
package/dist/Table/Table.d.ts
CHANGED
|
@@ -59,6 +59,8 @@ export declare const TableCell: ({ children, as, variant, highlighted, colSpan,
|
|
|
59
59
|
unselectable?: "on" | "off" | undefined;
|
|
60
60
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
61
61
|
is?: string | undefined;
|
|
62
|
+
exportparts?: string | undefined;
|
|
63
|
+
part?: string | undefined;
|
|
62
64
|
popover?: "" | "auto" | "manual" | undefined;
|
|
63
65
|
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
64
66
|
popoverTarget?: string | undefined;
|
|
@@ -139,7 +141,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, colSpan,
|
|
|
139
141
|
onBlurCapture?: import('react').FocusEventHandler<HTMLTableCellElement> | undefined;
|
|
140
142
|
onChange?: import('react').FormEventHandler<HTMLTableCellElement> | undefined;
|
|
141
143
|
onChangeCapture?: import('react').FormEventHandler<HTMLTableCellElement> | undefined;
|
|
142
|
-
onBeforeInput?: import('react').
|
|
144
|
+
onBeforeInput?: import('react').InputEventHandler<HTMLTableCellElement> | undefined;
|
|
143
145
|
onBeforeInputCapture?: import('react').FormEventHandler<HTMLTableCellElement> | undefined;
|
|
144
146
|
onInput?: import('react').FormEventHandler<HTMLTableCellElement> | undefined;
|
|
145
147
|
onInputCapture?: import('react').FormEventHandler<HTMLTableCellElement> | undefined;
|
|
@@ -189,8 +191,6 @@ export declare const TableCell: ({ children, as, variant, highlighted, colSpan,
|
|
|
189
191
|
onProgressCapture?: import('react').ReactEventHandler<HTMLTableCellElement> | undefined;
|
|
190
192
|
onRateChange?: import('react').ReactEventHandler<HTMLTableCellElement> | undefined;
|
|
191
193
|
onRateChangeCapture?: import('react').ReactEventHandler<HTMLTableCellElement> | undefined;
|
|
192
|
-
onResize?: import('react').ReactEventHandler<HTMLTableCellElement> | undefined;
|
|
193
|
-
onResizeCapture?: import('react').ReactEventHandler<HTMLTableCellElement> | undefined;
|
|
194
194
|
onSeeked?: import('react').ReactEventHandler<HTMLTableCellElement> | undefined;
|
|
195
195
|
onSeekedCapture?: import('react').ReactEventHandler<HTMLTableCellElement> | undefined;
|
|
196
196
|
onSeeking?: import('react').ReactEventHandler<HTMLTableCellElement> | undefined;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '../assets/Topic/Topic.css';import '../assets/Typography/Typography.css';/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
var topic_container = "un906l0";
|
|
4
|
+
var topic_columns = "un906l1";
|
|
5
|
+
var topic_header = "un906l2";
|
|
6
|
+
var topic_item = "un906l3";
|
|
7
|
+
export {
|
|
8
|
+
topic_columns,
|
|
9
|
+
topic_container,
|
|
10
|
+
topic_header,
|
|
11
|
+
topic_item
|
|
12
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { default as React, PropsWithChildren } from 'react';
|
|
2
|
+
|
|
3
|
+
export type Topic = PropsWithChildren;
|
|
4
|
+
export declare const Topic: ({ children }: Topic) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export type TopicHeader = {
|
|
6
|
+
As?: "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "a";
|
|
7
|
+
title?: React.ReactNode;
|
|
8
|
+
} & PropsWithChildren;
|
|
9
|
+
export declare const TopicHeader: (props: TopicHeader) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const TopicContent: (props: {
|
|
11
|
+
url?: string;
|
|
12
|
+
title?: string;
|
|
13
|
+
children: React.ReactNode;
|
|
14
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const TopicItem: (props: {
|
|
16
|
+
url?: string;
|
|
17
|
+
title?: string;
|
|
18
|
+
children: React.ReactNode;
|
|
19
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import clsx from "clsx";
|
|
3
|
+
import { topic_container, topic_header, topic_columns, topic_item } from "./Topic.css.js";
|
|
4
|
+
const Topic = ({ children }) => {
|
|
5
|
+
return /* @__PURE__ */ jsx("div", { className: clsx(topic_container), children });
|
|
6
|
+
};
|
|
7
|
+
const TopicHeader = (props) => {
|
|
8
|
+
const { As = "h2", title = void 0, children } = props;
|
|
9
|
+
return /* @__PURE__ */ jsx(As, { className: clsx(topic_header), children: title || children });
|
|
10
|
+
};
|
|
11
|
+
const TopicContent = (props) => {
|
|
12
|
+
const { children } = props;
|
|
13
|
+
return /* @__PURE__ */ jsx("div", { className: clsx(topic_columns), children });
|
|
14
|
+
};
|
|
15
|
+
const TopicItem = (props) => {
|
|
16
|
+
const { children, url, title } = props;
|
|
17
|
+
return /* @__PURE__ */ jsx("a", { className: clsx(topic_item), href: url, children: title || children });
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
Topic,
|
|
21
|
+
TopicContent,
|
|
22
|
+
TopicHeader,
|
|
23
|
+
TopicItem
|
|
24
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Topic, TopicContent, TopicHeader, TopicItem } from "./Topic.js";
|
|
2
|
+
import { topic_columns, topic_container, topic_header, topic_item } from "./Topic.css.js";
|
|
3
|
+
export {
|
|
4
|
+
Topic,
|
|
5
|
+
TopicContent,
|
|
6
|
+
TopicHeader,
|
|
7
|
+
TopicItem,
|
|
8
|
+
topic_columns,
|
|
9
|
+
topic_container,
|
|
10
|
+
topic_header,
|
|
11
|
+
topic_item
|
|
12
|
+
};
|
|
@@ -3,7 +3,7 @@ import "../Accordion/Accordion.js";
|
|
|
3
3
|
import "../Accordion/Accordion.css.js";
|
|
4
4
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
5
5
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
6
|
-
import '../assets/VideoTile/VideoTile.css';import '../assets/TopicalNavSet/TopicalNavSet.css';import '../assets/TopicalNavItem/TopicalNavItem.css';import '../assets/TextBlock/TextBlock.css';import '../assets/SocialMediaBar/SocialMediaBar.css';import '../assets/SecondaryFooter/SecondaryFooter.css';import '../assets/Pagination/Pagination.css';import '../assets/PageNavSet/PageNavigationSet.css';import '../assets/NavigationMenu/LaVictoire/NavBar.css';import '../assets/NavigationMenu/AxosALTS/NavBar.css';import '../assets/NavigationMenu/AxosClearing/NavBar.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar.css';import '../assets/Insight/Insight.css';import '../assets/Insight/Featured/Header.css';import '../assets/Insight/Featured/CategorySelector.css';import '../assets/Insight/Featured/Featured.css';import '../assets/ImageLink/ImageLink.css';import '../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../assets/DownloadTile/DownloadTile.css';import '../assets/CollectInformationAlert/CollectInformationAlert.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/AwardsItem/AwardsItem.css';import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';import '../assets/Modal/Modal.css';import '../assets/BulletItem/BulletItem.css';import '../assets/Typography/Typography.css';import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
6
|
+
import '../assets/VideoTile/VideoTile.css';import '../assets/TopicalNavSet/TopicalNavSet.css';import '../assets/TopicalNavItem/TopicalNavItem.css';import '../assets/Topic/Topic.css';import '../assets/TextBlock/TextBlock.css';import '../assets/SocialMediaBar/SocialMediaBar.css';import '../assets/SecondaryFooter/SecondaryFooter.css';import '../assets/Pagination/Pagination.css';import '../assets/PageNavSet/PageNavigationSet.css';import '../assets/NavigationMenu/LaVictoire/NavBar.css';import '../assets/NavigationMenu/AxosALTS/NavBar.css';import '../assets/NavigationMenu/AxosClearing/NavBar.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar.css';import '../assets/Insight/Insight.css';import '../assets/Insight/Featured/Header.css';import '../assets/Insight/Featured/CategorySelector.css';import '../assets/Insight/Featured/Featured.css';import '../assets/ImageLink/ImageLink.css';import '../assets/HelpArticle/HelpArticle.css';import '../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../assets/DownloadTile/DownloadTile.css';import '../assets/CollectInformationAlert/CollectInformationAlert.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/AwardsItem/AwardsItem.css';import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/Auth/SignIn.css';import '../assets/Auth/ErrorAlert.css';import '../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';import '../assets/Modal/Modal.css';import '../assets/BulletItem/BulletItem.css';import '../assets/Typography/Typography.css';import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
7
7
|
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
@@ -57,6 +57,12 @@ import "iframe-resizer";
|
|
|
57
57
|
import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
58
58
|
import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
|
|
59
59
|
import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
|
|
60
|
+
import "../Input/PercentageInput.js";
|
|
61
|
+
import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
62
|
+
/* empty css */
|
|
63
|
+
import "react-dom";
|
|
64
|
+
/* empty css */
|
|
65
|
+
import "../Auth/SignInPassword.js";
|
|
60
66
|
/* empty css */
|
|
61
67
|
/* empty css */
|
|
62
68
|
/* empty css */
|
|
@@ -77,6 +83,7 @@ import "../FaqAccordion/index.js";
|
|
|
77
83
|
import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
78
84
|
/* empty css */
|
|
79
85
|
/* empty css */
|
|
86
|
+
/* empty css */
|
|
80
87
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
81
88
|
/* empty css */
|
|
82
89
|
/* empty css */
|
|
@@ -89,9 +96,10 @@ import "next/navigation.js";
|
|
|
89
96
|
/* empty css */
|
|
90
97
|
/* empty css */
|
|
91
98
|
/* empty css */
|
|
99
|
+
import "next/link.js";
|
|
100
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
92
101
|
/* empty css */
|
|
93
102
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
94
|
-
import "next/link.js";
|
|
95
103
|
/* empty css */
|
|
96
104
|
/* empty css */
|
|
97
105
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
@@ -107,6 +115,7 @@ import "react-slick";
|
|
|
107
115
|
import "../StepItem/StepItem.css.js";
|
|
108
116
|
import "../StepItemSet/StepItemSet.css.js";
|
|
109
117
|
/* empty css */
|
|
118
|
+
/* empty css */
|
|
110
119
|
/* empty css */
|
|
111
120
|
/* empty css */
|
|
112
121
|
import "next/script.js";
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import css from "./wrapper.module.js";
|
|
3
|
+
const WalnutIframe = ({ id, sourceUrl }) => /* @__PURE__ */ jsx("div", { className: `${css.wrapper} overflow_hidden relative`, children: /* @__PURE__ */ jsx("div", { className: css.wrapper_control, children: /* @__PURE__ */ jsx(
|
|
4
|
+
"iframe",
|
|
5
|
+
{
|
|
6
|
+
id: `id-${id}`,
|
|
7
|
+
src: sourceUrl,
|
|
8
|
+
title: "Intereactive Demo",
|
|
9
|
+
style: { border: 0 },
|
|
10
|
+
allow: "fullscreen",
|
|
11
|
+
allowFullScreen: true,
|
|
12
|
+
loading: "eager",
|
|
13
|
+
name: "walnut_iframe",
|
|
14
|
+
sandbox: "allow-scripts allow-same-origin allow-popups allow-forms allow-downloads allow-popups-to-escape-sandbox",
|
|
15
|
+
width: "100%",
|
|
16
|
+
height: "100%"
|
|
17
|
+
}
|
|
18
|
+
) }) });
|
|
19
|
+
export {
|
|
20
|
+
WalnutIframe as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "_wrapper_13j22_10";
|
|
2
|
+
const shimmer = "_shimmer_13j22_1";
|
|
3
|
+
const wrapper_control = "_wrapper_control_13j22_39";
|
|
4
|
+
const css = {
|
|
5
|
+
wrapper,
|
|
6
|
+
shimmer,
|
|
7
|
+
wrapper_control
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
css as default,
|
|
11
|
+
shimmer,
|
|
12
|
+
wrapper,
|
|
13
|
+
wrapper_control
|
|
14
|
+
};
|