@axos-web-dev/shared-components 1.0.99-feature-brand.3 → 1.0.99-feature-newQPvalues
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 +1 -0
- package/dist/Article/Article.css.d.ts +36 -8
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +70 -10
- package/dist/ArticlesSet/ArticlesSet.js +1 -1
- package/dist/Auth/ErrorAlert.js +1 -0
- package/dist/AwardsBanner/AwardsBanner.css.js +1 -4
- package/dist/AwardsItem/AwardsItem.css.js +2 -1
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.css.d.ts +3 -3
- package/dist/Button/Button.js +1 -0
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +30 -2
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +0 -1
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +1 -3
- package/dist/Calculators/AxosOneCalculator/index.d.ts +0 -3
- package/dist/Calculators/AxosOneCalculator/index.js +20 -48
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +30 -2
- package/dist/Calculators/Calculator.d.ts +0 -3
- package/dist/Calculators/Calculator.js +3 -6
- package/dist/Calculators/MaxLoanCalculator/index.js +8 -1
- package/dist/Calculators/calculator.css.d.ts +8 -2
- package/dist/CallToActionBar/index.js +1 -1
- package/dist/Carousel/Carousel.css.d.ts +19 -8
- package/dist/Carousel/index.js +1 -0
- package/dist/Chevron/Chevron.css.d.ts +2 -2
- package/dist/Chevron/index.js +1 -0
- package/dist/CollectInformationAlert/index.js +1 -1
- package/dist/Comparison/Comparison.js +3 -2
- package/dist/ExecutiveBio/ExecutiveBio.js +1 -0
- package/dist/FaqAccordion/index.js +1 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +4 -3
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +111 -89
- package/dist/Forms/ApplyNow.js +1 -0
- package/dist/Forms/ClearingForm.d.ts +1 -1
- package/dist/Forms/ClearingForm.js +184 -162
- package/dist/Forms/CommercialDeposits.d.ts +1 -1
- package/dist/Forms/CommercialDeposits.js +201 -179
- package/dist/Forms/CommercialLending.d.ts +1 -1
- package/dist/Forms/CommercialLending.js +278 -256
- package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
- package/dist/Forms/CommercialPremiumFinance.js +128 -106
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompany.js +113 -91
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.js +127 -105
- package/dist/Forms/ContactUs.d.ts +1 -1
- package/dist/Forms/ContactUs.js +99 -77
- package/dist/Forms/ContactUsAAS.d.ts +1 -1
- package/dist/Forms/ContactUsAAS.js +180 -158
- package/dist/Forms/ContactUsBusiness.d.ts +2 -2
- package/dist/Forms/ContactUsBusiness.js +135 -113
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +103 -81
- package/dist/Forms/ContactUsLVF.d.ts +1 -1
- package/dist/Forms/ContactUsLVF.js +119 -98
- package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.js +117 -95
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +641 -619
- package/dist/Forms/CraPublicFile.d.ts +1 -1
- package/dist/Forms/CraPublicFile.js +109 -87
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/DealerServices.js +225 -204
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +56 -36
- package/dist/Forms/EmailUs.d.ts +1 -1
- package/dist/Forms/EmailUs.js +75 -53
- package/dist/Forms/FormEnums.js +4 -1
- package/dist/Forms/FormProps.d.ts +3 -0
- package/dist/Forms/Forms.css.d.ts +30 -2
- package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -0
- package/dist/Forms/HoneyPot/HoneyPot.css.js +5 -0
- package/dist/Forms/HoneyPot/index.d.ts +23 -0
- package/dist/Forms/HoneyPot/index.js +69 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +369 -350
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -0
- package/dist/Forms/MortgageWarehouseLending.d.ts +1 -3
- package/dist/Forms/MortgageWarehouseLending.js +13 -3
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +624 -609
- package/dist/Forms/ScheduleCall.d.ts +1 -1
- package/dist/Forms/ScheduleCall.js +156 -134
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +178 -156
- package/dist/Forms/SuccesForm.js +1 -0
- package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
- package/dist/Forms/VendorQuestionnaire.js +817 -795
- package/dist/Forms/WcplSurvey.d.ts +1 -1
- package/dist/Forms/WcplSurvey.js +112 -90
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +4 -0
- package/dist/HeroBanner/HeroBanner.css.d.ts +17 -5
- package/dist/HeroBanner/HeroBanner.js +54 -2
- package/dist/HeroBanner/SelectionBanner.css.d.ts +19 -1
- package/dist/HeroBanner/SelectionBanner.css.js +6 -6
- package/dist/Hyperlink/index.js +1 -0
- package/dist/IconBillboard/IconBillboard.css.d.ts +40 -6
- package/dist/IconBillboard/sections/CallToActionSection.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +61 -5
- package/dist/ImageLink/ImageLink.js +1 -0
- package/dist/ImageLink/ImageLinkSet.js +1 -0
- package/dist/ImageLink/index.js +1 -0
- package/dist/Input/Input.js +3 -1
- package/dist/Insight/Featured/CategorySelector.js +1 -0
- package/dist/Insight/Featured/Featured.js +1 -0
- package/dist/Insight/Featured/Header.js +1 -0
- package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
- package/dist/Modal/Modal.css.d.ts +0 -1
- package/dist/Modal/Modal.css.js +3 -5
- package/dist/Modal/Modal.js +4 -3
- package/dist/NavigationMenu/AxosALTS/NavData.js +1 -0
- package/dist/NavigationMenu/AxosALTS/index.js +1 -0
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +0 -2
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +2 -7
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/index.js +21 -39
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.d.ts +0 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +2 -7
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +2 -2
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +8 -14
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +4 -0
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +1 -2
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +230 -227
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +0 -2
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +0 -4
- package/dist/NavigationMenu/AxosBank/index.js +1 -0
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/LaVictoire/NavData.js +1 -0
- package/dist/NavigationMenu/LaVictoire/index.js +1 -0
- package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
- package/dist/NavigationMenu/NavDataJson.js +309 -0
- package/dist/NavigationMenu/Navbar.d.ts +5 -0
- package/dist/NavigationMenu/Navbar.js +195 -0
- package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
- package/dist/NavigationMenu/SignInNavButton.js +363 -0
- package/dist/PageNavItem/PageNavItem.css.d.ts +22 -4
- package/dist/Pagination/Pagination.js +6 -6
- package/dist/SetContainer/SetContainer.js +1 -0
- package/dist/SocialMediaBar/iconsRepository.js +1 -0
- package/dist/StepItem/StepItem.css.d.ts +36 -8
- package/dist/StepItemSet/StepItemSet.css.d.ts +32 -4
- package/dist/StepItemSet/StepItemSet.d.ts +1 -1
- package/dist/StepItemSet/StepItemSet.js +82 -18
- package/dist/StepItemSet/index.d.ts +0 -5
- package/dist/StepItemSet/index.js +0 -10
- package/dist/Table/Table.css.d.ts +2 -3
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Table/Table.js +1 -1
- package/dist/VideoTile/VideoTile.js +1 -0
- package/dist/VideoWrapper/index.js +1 -0
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Accordion/Accordion.css +1 -1
- package/dist/assets/Article/Article.css +59 -47
- package/dist/assets/ArticlesSet/ArticlesSet.css +56 -26
- package/dist/assets/Auth/SignIn.css +12 -12
- package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
- package/dist/assets/AwardsItem/AwardsItem.css +4 -3
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/Button/Button.css +21 -21
- package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +21 -12
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +9 -21
- package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +31 -19
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +14 -14
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +9 -9
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +9 -9
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +9 -9
- package/dist/assets/Calculators/calculator.css +15 -9
- package/dist/assets/CallToActionBar/CallToActionBar.css +4 -1
- package/dist/assets/Carousel/Carousel.css +41 -27
- package/dist/assets/Chevron/Chevron.css +6 -6
- package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +3 -4
- package/dist/assets/Comparison/Comparison.css +3 -3
- package/dist/assets/ContentBanner/ContentBanner.css +8 -8
- package/dist/assets/DownloadTile/DownloadTile.css +5 -5
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +23 -23
- package/dist/assets/FaqAccordion/FaqAccordion.css +4 -4
- package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
- package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +8 -3
- package/dist/assets/Forms/Forms.css +63 -45
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +8 -0
- package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
- package/dist/assets/HeroBanner/HeroBanner.css +76 -81
- package/dist/assets/HeroBanner/LargeBanner.css +13 -13
- package/dist/assets/HeroBanner/SelectionBanner.css +29 -15
- package/dist/assets/IconBillboard/IconBillboard.css +48 -25
- package/dist/assets/ImageBillboard/ImageBillboard.css +61 -28
- package/dist/assets/Input/Input.css +6 -6
- package/dist/assets/Inputs/Input.css +4 -4
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +1 -1
- package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
- package/dist/assets/Modal/Modal.css +28 -17
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +2 -25
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -609
- package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +4 -5
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +2 -25
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -630
- package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +4 -22
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -192
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +9 -19
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -445
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +1 -35
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -484
- package/dist/assets/PageNavItem/PageNavItem.css +33 -16
- package/dist/assets/Pagination/Pagination.css +1 -1
- package/dist/assets/SetContainer/SetContainer.css +4 -4
- package/dist/assets/StepItem/StepItem.css +42 -26
- package/dist/assets/StepItemSet/StepItemSet.css +26 -13
- package/dist/assets/Tab/Tab.css +12 -12
- package/dist/assets/Table/Table.css +56 -48
- package/dist/assets/TextBlock/TextBlock.css +1 -1
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/WalnutIframe/wrapper.css.css +49 -48
- package/dist/assets/globals.css +6 -5
- package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
- package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
- package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
- package/dist/assets/themes/axos.css +30 -30
- package/dist/assets/themes/premier.css +31 -31
- package/dist/assets/themes/victorie.css +23 -23
- package/dist/icons/CheckCircle.js +1 -1
- package/dist/icons/CheckCircleLight.js +1 -1
- package/dist/icons/CheckIcon/index.js +1 -1
- package/dist/icons/Logos/AXB.d.ts +8 -0
- package/dist/icons/Logos/AXB.js +74 -0
- package/dist/icons/QuoteIconGrey.js +2 -2
- package/dist/main.js +4 -10
- package/dist/themes/axos.css.d.ts +12 -12
- package/dist/themes/axos.css.js +1 -1
- package/dist/utils/allowedAxosDomains.js +2 -1
- package/package.json +1 -1
- package/dist/StepItemSet/sections/AdditionalDetailsSection.d.ts +0 -7
- package/dist/StepItemSet/sections/AdditionalDetailsSection.js +0 -11
- package/dist/StepItemSet/sections/CallToActionSection.d.ts +0 -8
- package/dist/StepItemSet/sections/CallToActionSection.js +0 -39
- package/dist/StepItemSet/sections/HeaderSection.d.ts +0 -10
- package/dist/StepItemSet/sections/HeaderSection.js +0 -45
- package/dist/StepItemSet/sections/ImageSection.d.ts +0 -8
- package/dist/StepItemSet/sections/ImageSection.js +0 -10
- package/dist/StepItemSet/sections/StepsList.d.ts +0 -10
- package/dist/StepItemSet/sections/StepsList.js +0 -21
|
@@ -36,6 +36,7 @@ import "../Input/DownPaymentInput.js";
|
|
|
36
36
|
import "../Input/RadioButton.js";
|
|
37
37
|
import "react-hook-form";
|
|
38
38
|
import { iconForm } from "../Forms/Forms.css.js";
|
|
39
|
+
import "../Forms/HoneyPot/index.js";
|
|
39
40
|
import "../Forms/SalesforceFieldsForm.js";
|
|
40
41
|
import "../Input/RadioButton.css.js";
|
|
41
42
|
import "../Input/Checkbox.css.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const ant_article: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
border: "1px solid #
|
|
4
|
+
border: "1px solid #d4d4d4";
|
|
5
5
|
};
|
|
6
6
|
secondary: {
|
|
7
7
|
border: "none";
|
|
@@ -25,7 +25,7 @@ export declare const ant_eyebrow: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
25
25
|
color: `var(--${string})`;
|
|
26
26
|
};
|
|
27
27
|
tertiary: {
|
|
28
|
-
color:
|
|
28
|
+
color: "#FAA74A";
|
|
29
29
|
};
|
|
30
30
|
quaternary: {
|
|
31
31
|
color: `var(--${string})`;
|
|
@@ -35,10 +35,38 @@ export declare const ant_eyebrow: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
35
35
|
export declare const ant_card_title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
36
36
|
variant: {
|
|
37
37
|
primary: {
|
|
38
|
-
|
|
38
|
+
selectors: {
|
|
39
|
+
[x: string]: {
|
|
40
|
+
WebkitBackgroundClip: "text";
|
|
41
|
+
backgroundImage: `var(--${string})`;
|
|
42
|
+
WebkitTextFillColor: "transparent";
|
|
43
|
+
textShadow: "0px 0px #00000000";
|
|
44
|
+
color?: undefined;
|
|
45
|
+
} | {
|
|
46
|
+
color: `var(--${string})`;
|
|
47
|
+
WebkitBackgroundClip?: undefined;
|
|
48
|
+
backgroundImage?: undefined;
|
|
49
|
+
WebkitTextFillColor?: undefined;
|
|
50
|
+
textShadow?: undefined;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
39
53
|
};
|
|
40
54
|
secondary: {
|
|
41
|
-
|
|
55
|
+
selectors: {
|
|
56
|
+
[x: string]: {
|
|
57
|
+
WebkitBackgroundClip: "text";
|
|
58
|
+
backgroundImage: `var(--${string})`;
|
|
59
|
+
WebkitTextFillColor: "transparent";
|
|
60
|
+
textShadow: "0px 0px #00000000";
|
|
61
|
+
color?: undefined;
|
|
62
|
+
} | {
|
|
63
|
+
color: `var(--${string})`;
|
|
64
|
+
WebkitBackgroundClip?: undefined;
|
|
65
|
+
backgroundImage?: undefined;
|
|
66
|
+
WebkitTextFillColor?: undefined;
|
|
67
|
+
textShadow?: undefined;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
42
70
|
};
|
|
43
71
|
tertiary: {
|
|
44
72
|
color: `var(--${string})`;
|
|
@@ -99,30 +127,30 @@ export declare const ant_card_cta: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
99
127
|
};
|
|
100
128
|
};
|
|
101
129
|
tertiary: {
|
|
102
|
-
backgroundColor: `var(--${string})`;
|
|
103
130
|
color: `var(--${string})`;
|
|
131
|
+
backgroundColor: `var(--${string})`;
|
|
104
132
|
selectors: {
|
|
105
133
|
"&:hover": {
|
|
106
134
|
borderColor: `var(--${string})`;
|
|
107
135
|
color: `var(--${string})`;
|
|
108
136
|
};
|
|
109
137
|
"&:active": {
|
|
110
|
-
backgroundColor: `var(--${string})`;
|
|
111
138
|
color: `var(--${string})`;
|
|
139
|
+
backgroundColor: `var(--${string})`;
|
|
112
140
|
};
|
|
113
141
|
};
|
|
114
142
|
};
|
|
115
143
|
quaternary: {
|
|
116
|
-
backgroundColor: `var(--${string})`;
|
|
117
144
|
color: `var(--${string})`;
|
|
145
|
+
backgroundColor: `var(--${string})`;
|
|
118
146
|
selectors: {
|
|
119
147
|
"&:hover": {
|
|
120
148
|
borderColor: `var(--${string})`;
|
|
121
149
|
color: `var(--${string})`;
|
|
122
150
|
};
|
|
123
151
|
"&:active": {
|
|
124
|
-
backgroundColor: `var(--${string})`;
|
|
125
152
|
color: `var(--${string})`;
|
|
153
|
+
backgroundColor: `var(--${string})`;
|
|
126
154
|
};
|
|
127
155
|
};
|
|
128
156
|
};
|
|
@@ -9,42 +9,102 @@ export declare const ant_sec_title: import('@vanilla-extract/recipes').RuntimeFn
|
|
|
9
9
|
color: `var(--${string})`;
|
|
10
10
|
};
|
|
11
11
|
tertiary: {
|
|
12
|
-
|
|
12
|
+
selectors: {
|
|
13
|
+
[x: string]: {
|
|
14
|
+
color: `var(--${string})`;
|
|
15
|
+
} | {
|
|
16
|
+
color: "#1E262F";
|
|
17
|
+
};
|
|
18
|
+
};
|
|
13
19
|
};
|
|
14
20
|
quaternary: {
|
|
15
|
-
|
|
21
|
+
selectors: {
|
|
22
|
+
[x: string]: {
|
|
23
|
+
color: `var(--${string})`;
|
|
24
|
+
} | {
|
|
25
|
+
color: "#1E262F";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
16
28
|
};
|
|
17
29
|
};
|
|
18
30
|
}>;
|
|
19
31
|
export declare const ant_blog_cta: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
20
32
|
variant: {
|
|
21
33
|
primary: {
|
|
22
|
-
|
|
34
|
+
selectors: {
|
|
35
|
+
[x: string]: {
|
|
36
|
+
color: "#2F5B88";
|
|
37
|
+
} | {
|
|
38
|
+
color: `var(--${string})`;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
23
41
|
};
|
|
24
42
|
secondary: {
|
|
25
|
-
|
|
43
|
+
selectors: {
|
|
44
|
+
[x: string]: {
|
|
45
|
+
color: "#2F5B88";
|
|
46
|
+
} | {
|
|
47
|
+
color: `var(--${string})`;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
26
50
|
};
|
|
27
51
|
tertiary: {
|
|
28
|
-
|
|
52
|
+
selectors: {
|
|
53
|
+
[x: string]: {
|
|
54
|
+
color: "#2F5B88";
|
|
55
|
+
} | {
|
|
56
|
+
color: "#1E262F";
|
|
57
|
+
};
|
|
58
|
+
};
|
|
29
59
|
};
|
|
30
60
|
quaternary: {
|
|
31
|
-
|
|
61
|
+
selectors: {
|
|
62
|
+
[x: string]: {
|
|
63
|
+
color: "#2F5B88";
|
|
64
|
+
} | {
|
|
65
|
+
color: "#1E262F";
|
|
66
|
+
};
|
|
67
|
+
};
|
|
32
68
|
};
|
|
33
69
|
};
|
|
34
70
|
}>;
|
|
35
71
|
export declare const ant_svg_fill: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
36
72
|
variant: {
|
|
37
73
|
primary: {
|
|
38
|
-
|
|
74
|
+
selectors: {
|
|
75
|
+
[x: string]: {
|
|
76
|
+
fill: "#2F5B88";
|
|
77
|
+
} | {
|
|
78
|
+
fill: `var(--${string})`;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
39
81
|
};
|
|
40
82
|
secondary: {
|
|
41
|
-
|
|
83
|
+
selectors: {
|
|
84
|
+
[x: string]: {
|
|
85
|
+
fill: "#2F5B88";
|
|
86
|
+
} | {
|
|
87
|
+
fill: `var(--${string})`;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
42
90
|
};
|
|
43
91
|
tertiary: {
|
|
44
|
-
|
|
92
|
+
selectors: {
|
|
93
|
+
[x: string]: {
|
|
94
|
+
fill: "#2F5B88";
|
|
95
|
+
} | {
|
|
96
|
+
fill: "#1E262F";
|
|
97
|
+
};
|
|
98
|
+
};
|
|
45
99
|
};
|
|
46
100
|
quaternary: {
|
|
47
|
-
|
|
101
|
+
selectors: {
|
|
102
|
+
[x: string]: {
|
|
103
|
+
fill: "#2F5B88";
|
|
104
|
+
} | {
|
|
105
|
+
fill: "#1E262F";
|
|
106
|
+
};
|
|
107
|
+
};
|
|
48
108
|
};
|
|
49
109
|
};
|
|
50
110
|
}>;
|
|
@@ -79,7 +79,7 @@ const ArticlesSet = ({
|
|
|
79
79
|
className: `${ant_svg_fill({ variant })}`,
|
|
80
80
|
d: "M1.13491422,0.187942261 C0.94986252,0.00203917967 0.649789062,0.00203917967 0.464737367,0.187942261 L0.187303721,0.466652324 C0.00225202625,0.652555405 0.00225202625,0.95391307 0.187303721,1.13991252 L4.55851447,5.53075249 L0.187303721,9.92149608 C0.00225202625,10.1074955 0.00225202625,10.4088532 0.187303721,10.5947563 L0.464737367,10.8734663 C0.649789062,11.0593694 0.94986252,11.0593694 1.13491422,10.8734663 L6.45248835,5.53075249 L1.13491422,0.187942261 Z",
|
|
81
81
|
id: "Fill-1",
|
|
82
|
-
fill: "#
|
|
82
|
+
fill: "#2F5B88",
|
|
83
83
|
fillRule: "evenodd",
|
|
84
84
|
mask: "url(#mask-2)"
|
|
85
85
|
}
|
package/dist/Auth/ErrorAlert.js
CHANGED
|
@@ -27,6 +27,7 @@ import { getVariant } from "../utils/getVariant.js";
|
|
|
27
27
|
import clsx from "clsx";
|
|
28
28
|
import "react-hook-form";
|
|
29
29
|
import { headerForm } from "../Forms/Forms.css.js";
|
|
30
|
+
import "../Forms/HoneyPot/index.js";
|
|
30
31
|
import "../Forms/SalesforceFieldsForm.js";
|
|
31
32
|
import "../IconBillboard/IconBillboard.css.js";
|
|
32
33
|
/* empty css */
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import '../assets/AwardsBanner/AwardsBanner.css'
|
|
2
|
-
/* empty css */
|
|
3
|
-
/* empty css */
|
|
4
|
-
/* empty css */
|
|
1
|
+
import '../assets/AwardsBanner/AwardsBanner.css';/* empty css */
|
|
5
2
|
var awards_section = "_1amgyqo0";
|
|
6
3
|
var awards_row = "_1amgyqo1";
|
|
7
4
|
export {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import '../assets/AwardsItem/AwardsItem.css';/* empty css
|
|
1
|
+
import '../assets/AwardsItem/AwardsItem.css';import '../assets/Typography/Typography.css';/* empty css */
|
|
2
|
+
/* empty css */
|
|
2
3
|
var award_item = "_16tnqb20";
|
|
3
4
|
var award_company = "_16tnqb21";
|
|
4
5
|
var award_name = "_16tnqb22";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "
|
|
2
|
-
const author = "
|
|
3
|
-
const quote = "
|
|
1
|
+
import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "_quote_spacer_1mzku_1";
|
|
2
|
+
const author = "_author_1mzku_7";
|
|
3
|
+
const quote = "_quote_1mzku_1";
|
|
4
4
|
const css = {
|
|
5
5
|
quote_spacer,
|
|
6
6
|
author,
|
|
@@ -118,13 +118,13 @@ export declare const button: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
118
118
|
flexDirection: "column";
|
|
119
119
|
justifyContent: "center";
|
|
120
120
|
background: "#fff";
|
|
121
|
-
color: "#
|
|
121
|
+
color: "#333D46";
|
|
122
122
|
border: "1px solid #EBEBEB";
|
|
123
123
|
alignItems: "center";
|
|
124
124
|
gap: number;
|
|
125
125
|
":hover": {
|
|
126
|
-
background: "#
|
|
127
|
-
color: "#
|
|
126
|
+
background: "#EBEBEB";
|
|
127
|
+
color: "#333D46";
|
|
128
128
|
};
|
|
129
129
|
"@media": {
|
|
130
130
|
"screen and (max-width:768px)": {
|
package/dist/Button/Button.js
CHANGED
|
@@ -44,6 +44,7 @@ import "../Input/PercentageInput.js";
|
|
|
44
44
|
import "react-hook-form";
|
|
45
45
|
import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
46
46
|
import "../Forms/Forms.css.js";
|
|
47
|
+
import "../Forms/HoneyPot/index.js";
|
|
47
48
|
import "../Forms/SalesforceFieldsForm.js";
|
|
48
49
|
/* empty css */
|
|
49
50
|
/* empty css */
|
|
@@ -39,10 +39,38 @@ export declare const bodyContent: string;
|
|
|
39
39
|
export declare const header_theme: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
40
40
|
variant: {
|
|
41
41
|
primary: {
|
|
42
|
-
|
|
42
|
+
selectors: {
|
|
43
|
+
[x: string]: {
|
|
44
|
+
WebkitBackgroundClip: "text";
|
|
45
|
+
backgroundImage: `var(--${string})`;
|
|
46
|
+
WebkitTextFillColor: "transparent";
|
|
47
|
+
textShadow: "0px 0px #00000000";
|
|
48
|
+
color?: undefined;
|
|
49
|
+
} | {
|
|
50
|
+
color: `var(--${string})`;
|
|
51
|
+
WebkitBackgroundClip?: undefined;
|
|
52
|
+
backgroundImage?: undefined;
|
|
53
|
+
WebkitTextFillColor?: undefined;
|
|
54
|
+
textShadow?: undefined;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
43
57
|
};
|
|
44
58
|
secondary: {
|
|
45
|
-
|
|
59
|
+
selectors: {
|
|
60
|
+
[x: string]: {
|
|
61
|
+
WebkitBackgroundClip: "text";
|
|
62
|
+
backgroundImage: `var(--${string})`;
|
|
63
|
+
WebkitTextFillColor: "transparent";
|
|
64
|
+
textShadow: "0px 0px #00000000";
|
|
65
|
+
color?: undefined;
|
|
66
|
+
} | {
|
|
67
|
+
color: `var(--${string})`;
|
|
68
|
+
WebkitBackgroundClip?: undefined;
|
|
69
|
+
backgroundImage?: undefined;
|
|
70
|
+
WebkitTextFillColor?: undefined;
|
|
71
|
+
textShadow?: undefined;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
46
74
|
};
|
|
47
75
|
tertiary: {
|
|
48
76
|
color: `var(--${string})`;
|
|
@@ -19,7 +19,6 @@ var ax1_header_calc = "_11b2y8zb";
|
|
|
19
19
|
var ax1_calc_text = "_11b2y8zc";
|
|
20
20
|
var ax1_description_text = createRuntimeFn({ defaultClassName: "_11b2y8zd", variantClassNames: { variant: { primary: "_11b2y8ze", secondary: "_11b2y8zf", tertiary: "_11b2y8zg", quaternary: "_11b2y8zh" } }, defaultVariants: {}, compoundVariants: [] });
|
|
21
21
|
var ax1_calc_disclosure = createRuntimeFn({ defaultClassName: "_11b2y8zi", variantClassNames: { variant: { primary: "_11b2y8zj", secondary: "_11b2y8zk", tertiary: "_11b2y8zl", quaternary: "_11b2y8zm" } }, defaultVariants: {}, compoundVariants: [] });
|
|
22
|
-
var call_to_action_row = "_11b2y8zn";
|
|
23
22
|
export {
|
|
24
23
|
ax1_calc_disclosure,
|
|
25
24
|
ax1_calc_icon,
|
|
@@ -35,6 +34,5 @@ export {
|
|
|
35
34
|
ax1_input_container,
|
|
36
35
|
ax1_input_label,
|
|
37
36
|
ax1_m_label,
|
|
38
|
-
ax1_table_container
|
|
39
|
-
call_to_action_row
|
|
37
|
+
ax1_table_container
|
|
40
38
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { default as React, FC } from 'react';
|
|
2
|
-
import { ChevronProps } from '../../Chevron/Chevron.interface';
|
|
3
2
|
|
|
4
3
|
export interface AxosOneCalculatorProps {
|
|
5
4
|
headline?: React.ReactNode | string;
|
|
@@ -7,7 +6,5 @@ export interface AxosOneCalculatorProps {
|
|
|
7
6
|
bodyCopy?: React.ReactNode | string;
|
|
8
7
|
disclosure: React.ReactNode | string;
|
|
9
8
|
variant: string;
|
|
10
|
-
initialBalance?: number;
|
|
11
|
-
callToActionRow?: ChevronProps[];
|
|
12
9
|
}
|
|
13
10
|
export declare const AxosOneCalculator: FC<AxosOneCalculatorProps>;
|
|
@@ -18,36 +18,25 @@ import { headerCell } from "../../Table/Table.css.js";
|
|
|
18
18
|
import "../../utils/allowedAxosDomains.js";
|
|
19
19
|
import { getVariant } from "../../utils/getVariant.js";
|
|
20
20
|
import clsx from "clsx";
|
|
21
|
-
import { ax1_calc_icon, ax1_header_container, ax1_header_calc, ax1_calc_text, ax1_description_text, ax1_calculator_wrapper, ax1_input_container, ax1_input_label, ax1_calculator_input, ax1_calculator_button, ax1_d_label, ax1_m_label, ax1_table_container,
|
|
21
|
+
import { ax1_calc_icon, ax1_header_container, ax1_header_calc, ax1_calc_text, ax1_description_text, ax1_calculator_wrapper, ax1_input_container, ax1_input_label, ax1_calculator_input, ax1_calculator_button, ax1_d_label, ax1_m_label, ax1_table_container, ax1_calc_disclosure, ax1_container } from "./BalanceAPYCalculator.css.js";
|
|
22
22
|
const AxosOneCalculator = ({
|
|
23
23
|
headline,
|
|
24
24
|
bodyCopy,
|
|
25
25
|
disclosure,
|
|
26
26
|
icon,
|
|
27
|
-
variant
|
|
28
|
-
initialBalance,
|
|
29
|
-
callToActionRow
|
|
27
|
+
variant
|
|
30
28
|
}) => {
|
|
31
29
|
const calc_variant = getVariant(variant);
|
|
32
30
|
const AXOS_ONE_APY = +process.env.NEXT_PUBLIC_AXOS_ONE_APY;
|
|
33
|
-
const
|
|
34
|
-
const [balance, setBalance] = useState(startingBalance);
|
|
31
|
+
const [balance, setBalance] = useState(1e4);
|
|
35
32
|
const [axbAPY, _setAxbAPY] = useState(AXOS_ONE_APY);
|
|
36
|
-
const [axbEarning, setAxbEarning] = useState(
|
|
37
|
-
AXOS_ONE_APY / 100 * startingBalance
|
|
38
|
-
);
|
|
33
|
+
const [axbEarning, setAxbEarning] = useState(AXOS_ONE_APY * 100);
|
|
39
34
|
const [chaseAPY, _setChaseAPY] = useState(0.01);
|
|
40
|
-
const [chaseEarning, setChaseEarning] = useState(
|
|
41
|
-
0.01 / 100 * startingBalance
|
|
42
|
-
);
|
|
35
|
+
const [chaseEarning, setChaseEarning] = useState(1);
|
|
43
36
|
const [bofaAPY, _setBofaAPY] = useState(0.01);
|
|
44
|
-
const [bofaEarning, setBofaEarning] = useState(
|
|
45
|
-
0.01 / 100 * startingBalance
|
|
46
|
-
);
|
|
37
|
+
const [bofaEarning, setBofaEarning] = useState(1);
|
|
47
38
|
const [fargoAPY, _setFargoAPY] = useState(0.05);
|
|
48
|
-
const [fargoEarning, setFargoEarning] = useState(
|
|
49
|
-
0.05 / 100 * startingBalance
|
|
50
|
-
);
|
|
39
|
+
const [fargoEarning, setFargoEarning] = useState(5);
|
|
51
40
|
const removeNonNumeric = (value) => {
|
|
52
41
|
if (value === "") {
|
|
53
42
|
value = "0";
|
|
@@ -70,19 +59,7 @@ const AxosOneCalculator = ({
|
|
|
70
59
|
setBalance(0);
|
|
71
60
|
}
|
|
72
61
|
};
|
|
73
|
-
|
|
74
|
-
if (Number.isInteger(value)) {
|
|
75
|
-
return value.toLocaleString(void 0, {
|
|
76
|
-
minimumFractionDigits: 0,
|
|
77
|
-
maximumFractionDigits: 0
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
return value.toLocaleString(void 0, {
|
|
81
|
-
minimumFractionDigits: 2,
|
|
82
|
-
maximumFractionDigits: 2
|
|
83
|
-
});
|
|
84
|
-
};
|
|
85
|
-
return /* @__PURE__ */ jsx("section", { className: clsx(ax1_container), id: "axoapycalc", children: /* @__PURE__ */ jsxs("div", { className: clsx("containment"), children: [
|
|
62
|
+
return /* @__PURE__ */ jsx("section", { className: clsx(ax1_container), children: /* @__PURE__ */ jsxs("div", { className: clsx("containment"), children: [
|
|
86
63
|
icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", ax1_calc_icon), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
|
|
87
64
|
(headline || bodyCopy) && /* @__PURE__ */ jsxs("div", { className: `${ax1_header_container} text_center`, children: [
|
|
88
65
|
headline && /* @__PURE__ */ jsx("h2", { className: clsx("header_2", ax1_header_calc), children: headline }),
|
|
@@ -157,7 +134,9 @@ const AxosOneCalculator = ({
|
|
|
157
134
|
] }) }),
|
|
158
135
|
/* @__PURE__ */ jsx(TableCell, { variant: "primary", children: /* @__PURE__ */ jsxs("b", { children: [
|
|
159
136
|
"$",
|
|
160
|
-
|
|
137
|
+
axbEarning.toLocaleString(void 0, {
|
|
138
|
+
maximumFractionDigits: 2
|
|
139
|
+
})
|
|
161
140
|
] }) })
|
|
162
141
|
] }),
|
|
163
142
|
/* @__PURE__ */ jsxs(TableRow, { children: [
|
|
@@ -171,7 +150,9 @@ const AxosOneCalculator = ({
|
|
|
171
150
|
] }),
|
|
172
151
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
173
152
|
"$",
|
|
174
|
-
|
|
153
|
+
fargoEarning.toLocaleString(void 0, {
|
|
154
|
+
maximumFractionDigits: 2
|
|
155
|
+
})
|
|
175
156
|
] })
|
|
176
157
|
] }),
|
|
177
158
|
/* @__PURE__ */ jsxs(TableRow, { children: [
|
|
@@ -185,7 +166,9 @@ const AxosOneCalculator = ({
|
|
|
185
166
|
] }),
|
|
186
167
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
187
168
|
"$",
|
|
188
|
-
|
|
169
|
+
bofaEarning.toLocaleString(void 0, {
|
|
170
|
+
maximumFractionDigits: 2
|
|
171
|
+
})
|
|
189
172
|
] })
|
|
190
173
|
] }),
|
|
191
174
|
/* @__PURE__ */ jsxs(TableRow, { children: [
|
|
@@ -199,7 +182,9 @@ const AxosOneCalculator = ({
|
|
|
199
182
|
] }),
|
|
200
183
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
201
184
|
"$",
|
|
202
|
-
|
|
185
|
+
chaseEarning.toLocaleString(void 0, {
|
|
186
|
+
maximumFractionDigits: 2
|
|
187
|
+
})
|
|
203
188
|
] })
|
|
204
189
|
] })
|
|
205
190
|
] })
|
|
@@ -207,19 +192,6 @@ const AxosOneCalculator = ({
|
|
|
207
192
|
}
|
|
208
193
|
)
|
|
209
194
|
] }),
|
|
210
|
-
Array.isArray(callToActionRow) && callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${call_to_action_row}`, children: callToActionRow?.map(
|
|
211
|
-
({ id, variant: variant2, displayText, targetUrl }) => /* @__PURE__ */ jsx(
|
|
212
|
-
Button,
|
|
213
|
-
{
|
|
214
|
-
targetUrl,
|
|
215
|
-
color: getVariant(variant2),
|
|
216
|
-
size: "medium",
|
|
217
|
-
rounded: "medium",
|
|
218
|
-
children: displayText
|
|
219
|
-
},
|
|
220
|
-
id
|
|
221
|
-
)
|
|
222
|
-
) }),
|
|
223
195
|
disclosure && /* @__PURE__ */ jsx("div", { className: ax1_calc_disclosure({ variant: calc_variant }), children: disclosure })
|
|
224
196
|
] }) });
|
|
225
197
|
};
|
|
@@ -33,10 +33,38 @@ export declare const header_container: string;
|
|
|
33
33
|
export declare const header_calc: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
34
34
|
variant: {
|
|
35
35
|
primary: {
|
|
36
|
-
|
|
36
|
+
readonly selectors: {
|
|
37
|
+
[x: string]: {
|
|
38
|
+
WebkitBackgroundClip: string;
|
|
39
|
+
backgroundImage: `var(--${string})`;
|
|
40
|
+
WebkitTextFillColor: string;
|
|
41
|
+
textShadow: string;
|
|
42
|
+
color?: undefined;
|
|
43
|
+
} | {
|
|
44
|
+
color: `var(--${string})`;
|
|
45
|
+
WebkitBackgroundClip?: undefined;
|
|
46
|
+
backgroundImage?: undefined;
|
|
47
|
+
WebkitTextFillColor?: undefined;
|
|
48
|
+
textShadow?: undefined;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
37
51
|
};
|
|
38
52
|
secondary: {
|
|
39
|
-
|
|
53
|
+
selectors: {
|
|
54
|
+
[x: string]: {
|
|
55
|
+
WebkitBackgroundClip: "text";
|
|
56
|
+
backgroundImage: `var(--${string})`;
|
|
57
|
+
WebkitTextFillColor: "transparent";
|
|
58
|
+
textShadow: "0px 0px #00000000";
|
|
59
|
+
color?: undefined;
|
|
60
|
+
} | {
|
|
61
|
+
color: `var(--${string})`;
|
|
62
|
+
WebkitBackgroundClip?: undefined;
|
|
63
|
+
backgroundImage?: undefined;
|
|
64
|
+
WebkitTextFillColor?: undefined;
|
|
65
|
+
textShadow?: undefined;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
40
68
|
};
|
|
41
69
|
tertiary: {
|
|
42
70
|
color: `var(--${string})`;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { IconBillboardProps } from '../IconBillboard/IconBillboard.interface';
|
|
2
2
|
import { default as React } from 'react';
|
|
3
|
-
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
4
3
|
|
|
5
4
|
export interface CalculatorProps {
|
|
6
5
|
id?: string;
|
|
@@ -12,7 +11,5 @@ export interface CalculatorProps {
|
|
|
12
11
|
bodyCopy?: React.ReactNode;
|
|
13
12
|
disclosure?: React.ReactNode;
|
|
14
13
|
marketingTiles?: IconBillboardProps[];
|
|
15
|
-
initialBalance?: number;
|
|
16
|
-
callToActionRow?: ChevronProps[];
|
|
17
14
|
}
|
|
18
15
|
export declare const Calculator: (props: CalculatorProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -119,6 +119,7 @@ import "../Table/Table.css.js";
|
|
|
119
119
|
import "../Interstitial/Interstitial-variants.css.js";
|
|
120
120
|
import "../Button/Button.css.js";
|
|
121
121
|
import { iconForm } from "../Forms/Forms.css.js";
|
|
122
|
+
import "../Forms/HoneyPot/index.js";
|
|
122
123
|
import "../Forms/SalesforceFieldsForm.js";
|
|
123
124
|
import "../Input/RadioButton.css.js";
|
|
124
125
|
import "../Input/Checkbox.css.js";
|
|
@@ -135,9 +136,7 @@ const Calculator = (props) => {
|
|
|
135
136
|
disclosure,
|
|
136
137
|
headline,
|
|
137
138
|
name,
|
|
138
|
-
marketingTiles
|
|
139
|
-
initialBalance,
|
|
140
|
-
callToActionRow
|
|
139
|
+
marketingTiles
|
|
141
140
|
} = props;
|
|
142
141
|
const ref = useRef(null);
|
|
143
142
|
const iframe = calculators.get(name || "");
|
|
@@ -228,9 +227,7 @@ const Calculator = (props) => {
|
|
|
228
227
|
bodyCopy,
|
|
229
228
|
variant,
|
|
230
229
|
disclosure,
|
|
231
|
-
icon
|
|
232
|
-
initialBalance,
|
|
233
|
-
callToActionRow
|
|
230
|
+
icon
|
|
234
231
|
}
|
|
235
232
|
);
|
|
236
233
|
} else if (name === "APY Balance Summit Savings") {
|
|
@@ -204,7 +204,14 @@ const MaxLoanCalculator = ({
|
|
|
204
204
|
}
|
|
205
205
|
) }),
|
|
206
206
|
/* @__PURE__ */ jsxs("div", { className: "text_center flex flex_col center middle push_up_32", children: [
|
|
207
|
-
/* @__PURE__ */ jsx(
|
|
207
|
+
/* @__PURE__ */ jsx(
|
|
208
|
+
"label",
|
|
209
|
+
{
|
|
210
|
+
htmlFor: "estimatedLoanAmount",
|
|
211
|
+
className: calculation_header,
|
|
212
|
+
children: "Maximum Loan Amount You Can Borrow:"
|
|
213
|
+
}
|
|
214
|
+
),
|
|
208
215
|
/* @__PURE__ */ jsxs(
|
|
209
216
|
"output",
|
|
210
217
|
{
|
|
@@ -22,10 +22,16 @@ export declare const calculator_description: import('@vanilla-extract/recipes').
|
|
|
22
22
|
export declare const calculator_headline: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
23
23
|
variant: {
|
|
24
24
|
primary: {
|
|
25
|
-
|
|
25
|
+
background: `var(--${string})`;
|
|
26
|
+
backgroundClip: "text";
|
|
27
|
+
WebkitTextFillColor: "transparent";
|
|
28
|
+
textShadow: "0px 0px #00000000";
|
|
26
29
|
};
|
|
27
30
|
secondary: {
|
|
28
|
-
|
|
31
|
+
background: `var(--${string})`;
|
|
32
|
+
backgroundClip: "text";
|
|
33
|
+
WebkitTextFillColor: "transparent";
|
|
34
|
+
textShadow: "0px 0px #00000000";
|
|
29
35
|
};
|
|
30
36
|
tertiary: {
|
|
31
37
|
color: `var(--${string})`;
|
|
@@ -107,7 +107,7 @@ const CallToActionBar = ({
|
|
|
107
107
|
),
|
|
108
108
|
children: [
|
|
109
109
|
headline && /* @__PURE__ */ jsx("h2", { className: "header_3", children: headline }),
|
|
110
|
-
banner_size === "large" && bodyCopy && /* @__PURE__ */ jsx(Fragment, { children:
|
|
110
|
+
banner_size === "large" && bodyCopy && /* @__PURE__ */ jsx(Fragment, { children: bodyCopy })
|
|
111
111
|
]
|
|
112
112
|
}
|
|
113
113
|
),
|