@axos-web-dev/shared-components 2.0.0-dev.24 → 2.0.0-dev.26
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 -1
- package/dist/Auth/ErrorAlert.js +1 -1
- package/dist/Button/Button.js +1 -1
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +45 -5
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +70 -19
- package/dist/Calculators/ApyCalculator/index.js +562 -293
- package/dist/Calculators/Calculator.js +2 -2
- package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/calculator.css.d.ts +21 -1
- package/dist/Calculators/calculator.css.js +3 -3
- package/dist/Carousel/index.js +2 -2
- package/dist/Chevron/index.js +1 -1
- package/dist/Comparison/Comparison.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
- package/dist/FaqAccordion/index.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
- package/dist/Forms/ApplyNow.js +2 -2
- package/dist/Forms/ContactUsBusiness.js +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
- package/dist/Forms/ContactUsNMLSId.js +1 -1
- package/dist/Forms/CpraRequest.js +1 -1
- package/dist/Forms/CraPublicFile.js +1 -1
- package/dist/Forms/EmailOnly.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +2 -2
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -2
- package/dist/Forms/MortgageWarehouseLending.js +1 -1
- package/dist/Forms/SuccesForm.js +2 -2
- package/dist/Hyperlink/index.js +1 -1
- package/dist/ImageLink/ImageLink.js +2 -2
- package/dist/ImageLink/ImageLinkSet.js +1 -1
- package/dist/ImageLink/index.js +1 -1
- package/dist/Insight/Featured/CategorySelector.js +2 -2
- package/dist/Insight/Featured/Featured.js +2 -2
- package/dist/Insight/Featured/Header.js +2 -2
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/Modal/Modal.js +1 -1
- package/dist/NavigationMenu/AxosALTS/index.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +4 -3
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +24 -3
- package/dist/NavigationMenu/AxosBank/index.js +1 -1
- package/dist/NavigationMenu/LaVictoire/index.js +1 -1
- package/dist/NavigationMenu/Navbar.js +1 -1
- package/dist/NavigationMenu/SignInNavButton.js +1 -1
- package/dist/SetContainer/SetContainer.css.d.ts +1 -0
- package/dist/SetContainer/SetContainer.css.js +5 -3
- package/dist/SetContainer/SetContainer.js +4 -4
- package/dist/SetContainer/index.js +2 -1
- package/dist/SocialMediaBar/iconsRepository.js +1 -1
- package/dist/VideoTile/VideoTile.js +1 -1
- package/dist/VideoWrapper/index.js +1 -1
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +347 -64
- package/dist/assets/Calculators/calculator.css +25 -15
- package/dist/assets/ImageBillboard/ImageBillboard.css +1 -1
- package/dist/assets/Interstitial/Interstitial.css +142 -142
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -353
- package/dist/assets/SetContainer/SetContainer.css +22 -15
- package/dist/main.js +2 -1
- package/package.json +1 -1
|
@@ -60,27 +60,31 @@
|
|
|
60
60
|
.page_body_contents > div:not(:first-child) ._18ygy9m0._18ygy9m1 ._18ygy9mb {
|
|
61
61
|
padding-top: 0px;
|
|
62
62
|
}
|
|
63
|
+
._18ygy9mc {
|
|
64
|
+
margin-inline: auto;
|
|
65
|
+
padding-block: 2.5rem;
|
|
66
|
+
}
|
|
63
67
|
:is(._18ygy9m5, ._18ygy9m6) .containment {
|
|
64
68
|
width: 100%;
|
|
65
69
|
}
|
|
66
70
|
._18ygy9m0 .containment .containment {
|
|
67
71
|
width: 100%;
|
|
68
72
|
}
|
|
69
|
-
.
|
|
73
|
+
._18ygy9md {
|
|
70
74
|
display: flex;
|
|
71
75
|
margin-inline: auto;
|
|
72
76
|
place-items: center;
|
|
73
77
|
text-align: center;
|
|
74
78
|
}
|
|
75
|
-
.
|
|
79
|
+
._18ygy9me {
|
|
76
80
|
display: block;
|
|
77
81
|
margin: auto;
|
|
78
82
|
}
|
|
79
|
-
.
|
|
83
|
+
._18ygy9mf {
|
|
80
84
|
isolation: isolate;
|
|
81
85
|
position: relative;
|
|
82
86
|
}
|
|
83
|
-
.
|
|
87
|
+
._18ygy9mf::before {
|
|
84
88
|
content: "";
|
|
85
89
|
position: absolute;
|
|
86
90
|
width: 100%;
|
|
@@ -90,29 +94,29 @@
|
|
|
90
94
|
right: 0;
|
|
91
95
|
z-index: -1;
|
|
92
96
|
}
|
|
93
|
-
.
|
|
97
|
+
._18ygy9mg {
|
|
94
98
|
background: var(--_1073cm81);
|
|
95
99
|
}
|
|
96
|
-
.
|
|
100
|
+
._18ygy9mg::before {
|
|
97
101
|
background: var(--_1073cm81);
|
|
98
102
|
}
|
|
99
|
-
.
|
|
103
|
+
._18ygy9mh {
|
|
100
104
|
background: var(--_1073cm81);
|
|
101
105
|
}
|
|
102
|
-
.
|
|
106
|
+
._18ygy9mh::before {
|
|
103
107
|
background: var(--_1073cm88);
|
|
104
108
|
}
|
|
105
|
-
.
|
|
109
|
+
._18ygy9mi {
|
|
106
110
|
background: var(--_1073cm81);
|
|
107
111
|
}
|
|
108
|
-
.
|
|
112
|
+
._18ygy9mi::before {
|
|
109
113
|
background: var(--_1073cm8f);
|
|
110
114
|
color: var(--_1073cm8o);
|
|
111
115
|
}
|
|
112
|
-
.
|
|
116
|
+
._18ygy9mj {
|
|
113
117
|
background: var(--_1073cm81);
|
|
114
118
|
}
|
|
115
|
-
.
|
|
119
|
+
._18ygy9mj::before {
|
|
116
120
|
background: var(--_1073cm8m);
|
|
117
121
|
color: var(--_1073cm8o);
|
|
118
122
|
}
|
|
@@ -155,6 +159,9 @@
|
|
|
155
159
|
._18ygy9mb {
|
|
156
160
|
padding-block: 1.5rem;
|
|
157
161
|
}
|
|
162
|
+
._18ygy9mc {
|
|
163
|
+
padding-block: 1.5rem;
|
|
164
|
+
}
|
|
158
165
|
}
|
|
159
166
|
@media screen and (max-width: 1280px) {
|
|
160
167
|
._18ygy9m6.cols_4 > .is_icon {
|
|
@@ -162,17 +169,17 @@
|
|
|
162
169
|
}
|
|
163
170
|
}
|
|
164
171
|
@media screen and (max-width:320px) {
|
|
165
|
-
.
|
|
172
|
+
._18ygy9md {
|
|
166
173
|
max-width: 100%;
|
|
167
174
|
}
|
|
168
175
|
}
|
|
169
176
|
@media screen and (max-width:768px) {
|
|
170
|
-
.
|
|
177
|
+
._18ygy9md {
|
|
171
178
|
max-width: 100%;
|
|
172
179
|
}
|
|
173
180
|
}
|
|
174
181
|
@media screen and (max-width:1023px) {
|
|
175
|
-
._18ygy9m5:has(.
|
|
182
|
+
._18ygy9m5:has(._18ygy9md) {
|
|
176
183
|
grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
|
|
177
184
|
}
|
|
178
185
|
}
|
package/dist/main.js
CHANGED
|
@@ -145,7 +145,7 @@ import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
|
145
145
|
import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, body_copy, bottom_center, bottom_left, bottom_right, center_center, center_left, center_right, exit_intent, exit_intent_backdrop, header, imagePlacement, image_background, image_based, image_inner_wrapper, is_bg_img, mh_330, modal_close_button, rate_billboard, rate_container, rate_pad, remove_padding, section_text_ImageBillboard, single_container, sub_bullets, supertag, three_inline, top_center, top_left, top_right, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
|
|
146
146
|
import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
147
147
|
import { SetContainer } from "./SetContainer/SetContainer.js";
|
|
148
|
-
import { imageLinkContainer, inline_container, isolate_container, set_container, set_container_cols, set_logo, setcontainer_section_text } from "./SetContainer/SetContainer.css.js";
|
|
148
|
+
import { imageLinkContainer, inline_container, isolate_container, set_container, set_container_cols, set_logo, setcontainer_section_additionaltext, setcontainer_section_text } from "./SetContainer/SetContainer.css.js";
|
|
149
149
|
import "react";
|
|
150
150
|
import { ImageLinkSet } from "./ImageLink/ImageLinkSet.js";
|
|
151
151
|
import { Checkbox } from "./Input/Checkbox.js";
|
|
@@ -768,6 +768,7 @@ export {
|
|
|
768
768
|
set_container,
|
|
769
769
|
set_container_cols,
|
|
770
770
|
set_logo,
|
|
771
|
+
setcontainer_section_additionaltext,
|
|
771
772
|
setcontainer_section_text,
|
|
772
773
|
shift,
|
|
773
774
|
shimmerText,
|