@axos-web-dev/shared-components 1.0.5 → 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 +4 -2
- 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.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +6 -8
- 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 +32 -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 +114 -301
- 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 +11 -8
|
@@ -33,38 +33,48 @@
|
|
|
33
33
|
._18ygy9ma {
|
|
34
34
|
grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
|
|
35
35
|
}
|
|
36
|
+
._18ygy9m6:has(.is_icon) {
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-wrap: wrap;
|
|
39
|
+
gap: 24px;
|
|
40
|
+
}
|
|
41
|
+
._18ygy9m6.cols_1 > .is_icon {
|
|
42
|
+
flex: 1 1 100%;
|
|
43
|
+
}
|
|
44
|
+
._18ygy9m6.cols_2 > .is_icon {
|
|
45
|
+
flex: 1 1 calc(50% - 12px);
|
|
46
|
+
}
|
|
47
|
+
._18ygy9m6.cols_3 > .is_icon {
|
|
48
|
+
flex: 1 1 calc(33.333% - 1rem);
|
|
49
|
+
}
|
|
50
|
+
._18ygy9m6.cols_4 > .is_icon {
|
|
51
|
+
flex: 1 1 calc(25% - 18px);
|
|
52
|
+
}
|
|
36
53
|
._18ygy9mb {
|
|
37
54
|
margin-inline: auto;
|
|
38
|
-
padding-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
55
|
+
padding-block: 2.5rem;
|
|
56
|
+
}
|
|
57
|
+
:is(._18ygy9m5, ._18ygy9m6) .containment {
|
|
58
|
+
width: 100%;
|
|
42
59
|
}
|
|
43
|
-
.
|
|
60
|
+
._18ygy9m0 .containment .containment {
|
|
44
61
|
width: 100%;
|
|
45
62
|
}
|
|
46
63
|
._18ygy9mc {
|
|
47
64
|
display: flex;
|
|
65
|
+
margin-inline: auto;
|
|
48
66
|
place-items: center;
|
|
49
67
|
text-align: center;
|
|
50
|
-
margin-inline: auto;
|
|
51
68
|
}
|
|
52
69
|
._18ygy9md {
|
|
53
70
|
display: block;
|
|
54
71
|
margin: auto;
|
|
55
72
|
}
|
|
56
73
|
._18ygy9me {
|
|
57
|
-
margin-inline: auto;
|
|
58
|
-
padding-top: 2.5rem;
|
|
59
|
-
text-align: center;
|
|
60
|
-
max-width: 1000px;
|
|
61
|
-
padding-bottom: 2.5rem;
|
|
62
|
-
}
|
|
63
|
-
._18ygy9mf {
|
|
64
74
|
isolation: isolate;
|
|
65
75
|
position: relative;
|
|
66
76
|
}
|
|
67
|
-
.
|
|
77
|
+
._18ygy9me::before {
|
|
68
78
|
content: "";
|
|
69
79
|
position: absolute;
|
|
70
80
|
width: 100%;
|
|
@@ -74,29 +84,29 @@
|
|
|
74
84
|
right: 0;
|
|
75
85
|
z-index: -1;
|
|
76
86
|
}
|
|
77
|
-
.
|
|
87
|
+
._18ygy9mf {
|
|
78
88
|
background: var(--_1073cm88);
|
|
79
89
|
}
|
|
80
|
-
.
|
|
90
|
+
._18ygy9mf::before {
|
|
81
91
|
background: var(--_1073cm81);
|
|
82
92
|
}
|
|
83
|
-
.
|
|
93
|
+
._18ygy9mg {
|
|
84
94
|
background: var(--_1073cm81);
|
|
85
95
|
}
|
|
86
|
-
.
|
|
96
|
+
._18ygy9mg::before {
|
|
87
97
|
background: var(--_1073cm88);
|
|
88
98
|
}
|
|
89
|
-
.
|
|
99
|
+
._18ygy9mh {
|
|
90
100
|
background: var(--_1073cm81);
|
|
91
101
|
}
|
|
92
|
-
.
|
|
102
|
+
._18ygy9mh::before {
|
|
93
103
|
background: var(--_1073cm8f);
|
|
94
104
|
color: var(--_1073cm8n);
|
|
95
105
|
}
|
|
96
|
-
.
|
|
106
|
+
._18ygy9mi {
|
|
97
107
|
background: var(--_1073cm81);
|
|
98
108
|
}
|
|
99
|
-
.
|
|
109
|
+
._18ygy9mi::before {
|
|
100
110
|
background: var(--_1073cm8m);
|
|
101
111
|
color: var(--_1073cm8n);
|
|
102
112
|
}
|
|
@@ -107,6 +117,9 @@
|
|
|
107
117
|
._18ygy9m6 {
|
|
108
118
|
grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
|
|
109
119
|
}
|
|
120
|
+
._18ygy9m6.cols_3 > .is_icon {
|
|
121
|
+
flex-basis: calc(50% - 12px);
|
|
122
|
+
}
|
|
110
123
|
}
|
|
111
124
|
@media (min-width: 1024px) {
|
|
112
125
|
._18ygy9m5:has(> :nth-child(5):last-child) {
|
|
@@ -129,10 +142,19 @@
|
|
|
129
142
|
}
|
|
130
143
|
}
|
|
131
144
|
@media screen and (max-width: 768px) {
|
|
145
|
+
._18ygy9m6:has(.is_icon) {
|
|
146
|
+
display: grid;
|
|
147
|
+
grid-template-columns: 1fr;
|
|
148
|
+
}
|
|
132
149
|
._18ygy9mb {
|
|
133
150
|
padding-block: 1.5rem;
|
|
134
151
|
}
|
|
135
152
|
}
|
|
153
|
+
@media screen and (max-width: 1280px) {
|
|
154
|
+
._18ygy9m6.cols_4 > .is_icon {
|
|
155
|
+
flex-basis: calc(50% - 12px);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
136
158
|
@media screen and (max-width:320px) {
|
|
137
159
|
._18ygy9mc {
|
|
138
160
|
max-width: 100%;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
.un906l0 {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
gap: 48px;
|
|
5
|
+
font-family: var(--main-font-family);
|
|
6
|
+
padding: 40px 0;
|
|
7
|
+
color: #1E3860;
|
|
8
|
+
}
|
|
9
|
+
.un906l1 {
|
|
10
|
+
display: grid;
|
|
11
|
+
gap: 12px;
|
|
12
|
+
justify-content: space-between;
|
|
13
|
+
flex-wrap: wrap;
|
|
14
|
+
grid-template-columns: repeat(2, minmax(auto, 1fr));
|
|
15
|
+
}
|
|
16
|
+
.un906l2 {
|
|
17
|
+
font-size: 28px;
|
|
18
|
+
font-weight: 600;
|
|
19
|
+
line-height: 36px;
|
|
20
|
+
letter-spacing: 0.2px;
|
|
21
|
+
font-family: var(--header-font-family);
|
|
22
|
+
margin-bottom: 48px;
|
|
23
|
+
text-decoration: none;
|
|
24
|
+
margin: 0;
|
|
25
|
+
}
|
|
26
|
+
.un906l2 a {
|
|
27
|
+
text-decoration: none;
|
|
28
|
+
color: inherit;
|
|
29
|
+
font-size: inherit;
|
|
30
|
+
font-weight: inherit;
|
|
31
|
+
line-height: inherit;
|
|
32
|
+
}
|
|
33
|
+
.un906l3 {
|
|
34
|
+
display: flex;
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
gap: 8px;
|
|
37
|
+
font-size: 18px;
|
|
38
|
+
line-height: 26px;
|
|
39
|
+
letter-spacing: 0.2px;
|
|
40
|
+
font-family: var(--main-font-family);
|
|
41
|
+
font-weight: 700;
|
|
42
|
+
text-decoration: none;
|
|
43
|
+
color: #2F5B88;
|
|
44
|
+
}
|
|
45
|
+
@media screen and (max-width: 768px) {
|
|
46
|
+
.un906l1 {
|
|
47
|
+
grid-template-columns: repeat(2, minmax(200px, 1fr));
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
@media screen and (max-width: 480px) {
|
|
51
|
+
.un906l1 {
|
|
52
|
+
grid-template-columns: repeat(1, minmax(200px, 1fr));
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@keyframes _shimmer_13j22_1 {
|
|
2
|
+
from {
|
|
3
|
+
transform: translateX(-100%);
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
transform: translateX(100%);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._wrapper_13j22_10 {
|
|
11
|
+
background: #1e3860;
|
|
12
|
+
border-radius: 8px;
|
|
13
|
+
height: 555px;
|
|
14
|
+
isolation: isolate;
|
|
15
|
+
margin-block: 48px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
section > ._wrapper_13j22_10:first-child {
|
|
19
|
+
margin-top: 0 !important;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
._wrapper_13j22_10::before {
|
|
23
|
+
content: "";
|
|
24
|
+
position: absolute;
|
|
25
|
+
top: 0;
|
|
26
|
+
left: 0;
|
|
27
|
+
width: 190%;
|
|
28
|
+
height: 100%;
|
|
29
|
+
background: linear-gradient(
|
|
30
|
+
65deg,
|
|
31
|
+
rgba(255, 255, 255, 0) 20%,
|
|
32
|
+
rgba(255, 255, 255, 0.5) 50%,
|
|
33
|
+
rgba(255, 255, 255, 0) 80%
|
|
34
|
+
);
|
|
35
|
+
animation: _shimmer_13j22_1 1.3s infinite linear;
|
|
36
|
+
z-index: -1;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
._wrapper_control_13j22_39 {
|
|
40
|
+
height: 100%;
|
|
41
|
+
width: 100%;
|
|
42
|
+
overflow-x: scroll;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@media (max-width: 1023px) {
|
|
46
|
+
._wrapper_13j22_10 {
|
|
47
|
+
display: none;
|
|
48
|
+
}
|
|
49
|
+
}
|
package/dist/assets/globals.css
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
@keyframes _5fvzn90 {
|
|
2
|
-
0% {
|
|
3
|
-
left: 4px;
|
|
4
|
-
}
|
|
5
|
-
to {
|
|
6
|
-
left: 0px;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
@keyframes _5fvzn91 {
|
|
10
|
-
0% {
|
|
11
|
-
left: 0px;
|
|
12
|
-
}
|
|
13
|
-
to {
|
|
14
|
-
left: 4px;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
1
|
* {
|
|
18
2
|
box-sizing: border-box;
|
|
19
3
|
margin: 0;
|
|
@@ -100,6 +84,9 @@ li p, p:last-child, p:only-child {
|
|
|
100
84
|
border-radius: 1rem;
|
|
101
85
|
overflow: hidden;
|
|
102
86
|
}
|
|
87
|
+
.overflow_hidden {
|
|
88
|
+
overflow: hidden;
|
|
89
|
+
}
|
|
103
90
|
.bordered {
|
|
104
91
|
border: 1px solid #d4d4d4;
|
|
105
92
|
}
|
|
@@ -148,7 +135,7 @@ h1, h2, h3, h4, h5, h6, es_font {
|
|
|
148
135
|
}
|
|
149
136
|
.header_2 {
|
|
150
137
|
font-size: 34px;
|
|
151
|
-
line-height: 1.
|
|
138
|
+
line-height: 1.35;
|
|
152
139
|
}
|
|
153
140
|
.header_3 {
|
|
154
141
|
font-size: 28px;
|
|
@@ -209,11 +196,11 @@ h1, h2, h3, h4, h5, h6, es_font {
|
|
|
209
196
|
}
|
|
210
197
|
.sc__btn > .arrow {
|
|
211
198
|
position: relative;
|
|
212
|
-
|
|
199
|
+
will-change: transform;
|
|
200
|
+
transition: transform 0.3s ease;
|
|
213
201
|
}
|
|
214
|
-
.sc__btn:hover > .arrow, .
|
|
215
|
-
|
|
216
|
-
animation: _5fvzn91 0.3s ease-out 0s 1 normal forwards;
|
|
202
|
+
.sc__btn:hover > .arrow, .sc__btn:focus-within > .arrow {
|
|
203
|
+
transform: translateX(4px);
|
|
217
204
|
}
|
|
218
205
|
.link {
|
|
219
206
|
word-break: break-word;
|
|
@@ -239,11 +226,7 @@ a {
|
|
|
239
226
|
}
|
|
240
227
|
sup {
|
|
241
228
|
font-size: 75%;
|
|
242
|
-
|
|
243
|
-
.list_item sup {
|
|
244
|
-
vertical-align: top;
|
|
245
|
-
position: relative;
|
|
246
|
-
top: -0.5em;
|
|
229
|
+
line-height: 1;
|
|
247
230
|
}
|
|
248
231
|
p:empty, ul:empty {
|
|
249
232
|
display: none;
|
|
@@ -275,6 +258,11 @@ p:empty, ul:empty {
|
|
|
275
258
|
width: calc(100% - 2rem);
|
|
276
259
|
}
|
|
277
260
|
}
|
|
261
|
+
@media screen and (max-width:1280px) {
|
|
262
|
+
.header_2 {
|
|
263
|
+
font-size: 2rem;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
278
266
|
@media screen and (max-width:768px) {
|
|
279
267
|
.header_1 {
|
|
280
268
|
font-size: 28px;
|
|
@@ -282,7 +270,6 @@ p:empty, ul:empty {
|
|
|
282
270
|
}
|
|
283
271
|
.header_2 {
|
|
284
272
|
font-size: 24px;
|
|
285
|
-
line-height: 1.29;
|
|
286
273
|
}
|
|
287
274
|
.header_3 {
|
|
288
275
|
font-size: 24px;
|
|
@@ -291,11 +278,6 @@ p:empty, ul:empty {
|
|
|
291
278
|
margin-bottom: 1.5rem;
|
|
292
279
|
}
|
|
293
280
|
}
|
|
294
|
-
@media screen and (max-width:1280px) {
|
|
295
|
-
.header_2 {
|
|
296
|
-
font-size: 2rem;
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
281
|
@media screen and (max-width:320px) {
|
|
300
282
|
.header_1 {
|
|
301
283
|
font-size: 25px;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
@keyframes _shimmer_pwl74_1 {
|
|
2
|
+
from {
|
|
3
|
+
transform: translateX(-100%);
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
transform: translateX(100%);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._loader_pwl74_10 {
|
|
11
|
+
height: 100%;
|
|
12
|
+
width: 100%;
|
|
13
|
+
inset: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
._loading_pwl74_16 {
|
|
17
|
+
position: relative;
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 100%;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
background: #1e3860;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
._1es6o1h0 ._loading_pwl74_16 {
|
|
25
|
+
background-color: var(--_1073cm8f);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.fl2fv50 ._loading_pwl74_16 {
|
|
29
|
+
background-color: #28587d;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
._loading_pwl74_16::before {
|
|
33
|
+
content: "";
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 0;
|
|
36
|
+
left: 0;
|
|
37
|
+
width: 190%;
|
|
38
|
+
height: 100%;
|
|
39
|
+
background: linear-gradient(
|
|
40
|
+
65deg,
|
|
41
|
+
rgba(255, 255, 255, 0) 20%,
|
|
42
|
+
rgba(255, 255, 255, 0.5) 50%,
|
|
43
|
+
rgba(255, 255, 255, 0) 80%
|
|
44
|
+
);
|
|
45
|
+
animation: _shimmer_pwl74_1 1.3s infinite linear;
|
|
46
|
+
z-index: 1;
|
|
47
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export declare const Arrow: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
fill: `var(--${string})
|
|
4
|
+
fill: `var(--${string})`;
|
|
5
5
|
};
|
|
6
6
|
secondary: {
|
|
7
|
-
fill: `var(--${string})
|
|
7
|
+
fill: `var(--${string})`;
|
|
8
8
|
};
|
|
9
9
|
tertiary: {
|
|
10
|
-
fill: `var(--${string})
|
|
10
|
+
fill: `var(--${string})`;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
13
|
}>;
|
|
@@ -3,10 +3,10 @@ import { RecipeVariants } from '@vanilla-extract/recipes';
|
|
|
3
3
|
export declare const checkColor: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
4
4
|
variant: {
|
|
5
5
|
primary: {
|
|
6
|
-
fill: `var(--${string})
|
|
6
|
+
fill: `var(--${string})`;
|
|
7
7
|
};
|
|
8
8
|
secondary: {
|
|
9
|
-
fill: `var(--${string})
|
|
9
|
+
fill: `var(--${string})`;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
}>;
|
package/dist/main.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from './AlertBanner';
|
|
|
3
3
|
export * from './Article';
|
|
4
4
|
export * from './ArticlesSet';
|
|
5
5
|
export * from './ATMLocator';
|
|
6
|
+
export * from './Auth';
|
|
6
7
|
export * from './Avatar';
|
|
7
8
|
export * from './AwardsBanner';
|
|
8
9
|
export * from './AwardsItem';
|
|
@@ -14,6 +15,7 @@ export * from './Calculators/AnnualFeeCalculator';
|
|
|
14
15
|
export * from './Calculators/ApyCalculator';
|
|
15
16
|
export * from './Calculators/AxosOneCalculator';
|
|
16
17
|
export * from './Calculators/BalanceAPYCalculator';
|
|
18
|
+
export * from './Calculators/BuyDownCalculator';
|
|
17
19
|
export * from './Calculators/MarginTradingCalculator';
|
|
18
20
|
export * from './Calculators/MonthlyPaymentCalculator';
|
|
19
21
|
export * from './CallToActionBar';
|
|
@@ -29,6 +31,7 @@ export * from './FdicCallout';
|
|
|
29
31
|
export * from './FooterDisclosure';
|
|
30
32
|
export * from './FooterSiteMap/AxosBank';
|
|
31
33
|
export * from './Forms';
|
|
34
|
+
export * from './HelpArticle';
|
|
32
35
|
export * from './HeroBanner';
|
|
33
36
|
export * from './Hyperlink';
|
|
34
37
|
export * from './IconBillboard';
|
|
@@ -55,9 +58,11 @@ export * from './StepItemSet';
|
|
|
55
58
|
export * from './Table';
|
|
56
59
|
export * from './TextBlock';
|
|
57
60
|
export * from './themes';
|
|
61
|
+
export * from './Topic';
|
|
58
62
|
export * from './TopicalNavItem';
|
|
59
63
|
export * from './TopicalNavSet';
|
|
60
64
|
export * from './VideoTile';
|
|
61
65
|
export * from './VideoWrapper';
|
|
66
|
+
export * from './WalnutIframe';
|
|
62
67
|
export * from './Tab';
|
|
63
68
|
export * from './utils';
|