@axos-web-dev/shared-components 1.0.77-ext-bal-apy-calc.4 → 1.0.77-patch.11
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 +3 -3
- package/dist/Auth/ErrorAlert.js +3 -3
- package/dist/Button/Button.js +3 -3
- package/dist/Calculators/ApyCalculator/index.js +1 -1
- package/dist/Calculators/AxosOneCalculator/index.js +13 -13
- package/dist/Calculators/Calculator.js +4 -4
- package/dist/Carousel/index.js +11 -11
- package/dist/Chevron/index.js +3 -3
- package/dist/Comparison/Comparison.js +7 -7
- package/dist/ExecutiveBio/ExecutiveBio.js +3 -3
- package/dist/FaqAccordion/index.js +3 -3
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
- package/dist/Forms/ApplyNow.js +3 -3
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +8 -8
- package/dist/Forms/ContactUsBusinessNameEmail.js +3 -3
- package/dist/Forms/ContactUsNMLSId.js +3 -3
- package/dist/Forms/CraPublicFile.js +3 -3
- package/dist/Forms/EmailOnly.js +3 -3
- package/dist/Forms/MortgageRate/MortgageRateForm.js +3 -3
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +3 -3
- package/dist/Forms/SuccesForm.js +4 -4
- package/dist/HeroBanner/HeroBanner.css.d.ts +2 -0
- package/dist/HeroBanner/HeroBanner.css.js +4 -0
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +3 -0
- package/dist/HeroBanner/HeroBanner.js +47 -1
- package/dist/HeroBanner/index.js +3 -1
- package/dist/Hyperlink/index.js +3 -3
- package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
- package/dist/IconBillboard/IconBillboard.css.js +2 -0
- package/dist/IconBillboard/IconBillboard.d.ts +1 -2
- package/dist/IconBillboard/IconBillboard.js +30 -85
- package/dist/IconBillboard/index.js +3 -3
- package/dist/IconBillboard/sections/CallToActionSection.d.ts +12 -0
- package/dist/IconBillboard/sections/CallToActionSection.js +101 -0
- package/dist/IconBillboard/sections/HeaderSection.d.ts +11 -0
- package/dist/IconBillboard/sections/HeaderSection.js +23 -0
- package/dist/IconBillboard/sections/IconSection.d.ts +7 -0
- package/dist/IconBillboard/sections/IconSection.js +18 -0
- package/dist/IconBillboard/sections/ItemsSection.d.ts +11 -0
- package/dist/IconBillboard/sections/ItemsSection.js +11 -0
- package/dist/IconBillboard/sections/LayoutSection.d.ts +8 -0
- package/dist/IconBillboard/sections/LayoutSection.js +6 -0
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +7 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +20 -4
- package/dist/ImageLink/ImageLink.js +3 -3
- package/dist/ImageLink/ImageLinkSet.js +6 -6
- package/dist/ImageLink/index.js +3 -3
- package/dist/Insight/Featured/CategorySelector.js +4 -4
- package/dist/Insight/Featured/Featured.js +11 -11
- package/dist/Insight/Featured/Header.js +10 -10
- package/dist/Modal/Modal.js +3 -3
- package/dist/NavigationMenu/AxosALTS/NavData.js +3 -3
- package/dist/NavigationMenu/AxosALTS/index.js +3 -3
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -10
- package/dist/NavigationMenu/AxosAdvisor/index.js +3 -11
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +17 -9
- package/dist/NavigationMenu/AxosBank/NavData.js +3 -3
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +18 -10
- package/dist/NavigationMenu/AxosBank/index.js +3 -3
- package/dist/NavigationMenu/LaVictoire/NavData.js +3 -3
- package/dist/NavigationMenu/LaVictoire/index.js +3 -3
- package/dist/SetContainer/SetContainer.js +3 -3
- package/dist/SocialMediaBar/iconsRepository.js +3 -3
- package/dist/VideoTile/VideoTile.interface.d.ts +4 -3
- package/dist/VideoTile/VideoTile.js +182 -28
- package/dist/VideoWrapper/index.js +4 -4
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/HeroBanner/HeroBanner.css +12 -0
- package/dist/assets/IconBillboard/IconBillboard.css +21 -1
- package/dist/assets/ImageBillboard/ImageBillboard.css +30 -16
- package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
- package/dist/main.js +6 -4
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "
|
|
2
|
-
const shimmer = "
|
|
3
|
-
const wrapper_control = "
|
|
1
|
+
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "_wrapper_f1tr5_10";
|
|
2
|
+
const shimmer = "_shimmer_f1tr5_1";
|
|
3
|
+
const wrapper_control = "_wrapper_control_f1tr5_39";
|
|
4
4
|
const css = {
|
|
5
5
|
wrapper,
|
|
6
6
|
shimmer,
|
|
@@ -106,6 +106,13 @@
|
|
|
106
106
|
.section_spacer:has(._1ye8k3f6) {
|
|
107
107
|
margin-top: 0;
|
|
108
108
|
}
|
|
109
|
+
._1ye8k3fq {
|
|
110
|
+
position: relative;
|
|
111
|
+
text-align: left;
|
|
112
|
+
}
|
|
113
|
+
._1ye8k3fq + ._1ye8k3fq {
|
|
114
|
+
margin-top: 8px;
|
|
115
|
+
}
|
|
109
116
|
@media screen and (min-width:1024px) {
|
|
110
117
|
._1ye8k3f7 {
|
|
111
118
|
flex-direction: row-reverse;
|
|
@@ -225,4 +232,9 @@
|
|
|
225
232
|
max-width: 50%;
|
|
226
233
|
width: 50%;
|
|
227
234
|
}
|
|
235
|
+
}
|
|
236
|
+
@media screen and (max-width:432px) {
|
|
237
|
+
._1ye8k3fp {
|
|
238
|
+
padding-left: 20px;
|
|
239
|
+
}
|
|
228
240
|
}
|
|
@@ -97,13 +97,16 @@
|
|
|
97
97
|
}
|
|
98
98
|
._1r4ovbui {
|
|
99
99
|
margin-inline: auto;
|
|
100
|
+
max-width: 1000px;
|
|
100
101
|
padding-block: 2.5rem;
|
|
101
102
|
text-align: center;
|
|
102
|
-
max-width: 1000px;
|
|
103
103
|
}
|
|
104
104
|
._1r4ovbui > p {
|
|
105
105
|
margin-top: 8px;
|
|
106
106
|
}
|
|
107
|
+
._1r4ovbuj {
|
|
108
|
+
text-wrap: pretty;
|
|
109
|
+
}
|
|
107
110
|
._1r4ovbuk {
|
|
108
111
|
background: var(--_1073cm84);
|
|
109
112
|
background-clip: text;
|
|
@@ -148,6 +151,23 @@
|
|
|
148
151
|
main > div:nth-last-child(2) > ._1r4ovbu0 {
|
|
149
152
|
margin-bottom: 3.5rem;
|
|
150
153
|
}
|
|
154
|
+
._1r4ovbuu {
|
|
155
|
+
cursor: pointer;
|
|
156
|
+
position: relative;
|
|
157
|
+
transform: translateY(0px);
|
|
158
|
+
transition: all 0.38s ease;
|
|
159
|
+
}
|
|
160
|
+
._1r4ovbuu:hover {
|
|
161
|
+
box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
|
|
162
|
+
transform: translateY(-4px);
|
|
163
|
+
}
|
|
164
|
+
._1r4ovbuu:active {
|
|
165
|
+
box-shadow: none;
|
|
166
|
+
transform: translateY(0px);
|
|
167
|
+
}
|
|
168
|
+
._1r4ovbuu:hover ._1r4ovbuh a {
|
|
169
|
+
text-decoration: underline;
|
|
170
|
+
}
|
|
151
171
|
@media screen and (max-width: 380px) {
|
|
152
172
|
._1r4ovbuh {
|
|
153
173
|
flex-direction: column;
|
|
@@ -48,6 +48,9 @@
|
|
|
48
48
|
._18ygy9m5 .billboard {
|
|
49
49
|
width: 100%;
|
|
50
50
|
}
|
|
51
|
+
._1m7m2a8 {
|
|
52
|
+
display: inline-block;
|
|
53
|
+
}
|
|
51
54
|
._1073cm80 ._1m7m2a9 {
|
|
52
55
|
-webkit-background-clip: text;
|
|
53
56
|
background-image: var(--_1073cm84);
|
|
@@ -125,7 +128,7 @@
|
|
|
125
128
|
width: 100%;
|
|
126
129
|
}
|
|
127
130
|
._1m7m2ao {
|
|
128
|
-
padding: 32px
|
|
131
|
+
padding: 32px 40px;
|
|
129
132
|
width: 100%;
|
|
130
133
|
max-width: 50%;
|
|
131
134
|
}
|
|
@@ -182,14 +185,17 @@
|
|
|
182
185
|
._18ygy9m5 ._1m7m2av {
|
|
183
186
|
min-height: 330px;
|
|
184
187
|
}
|
|
188
|
+
._18ygy9m5:has(> :nth-child(3)) ._1m7m2av {
|
|
189
|
+
min-height: 216px;
|
|
190
|
+
}
|
|
185
191
|
._1m7m2ay {
|
|
186
192
|
background: var(--_1073cm8f);
|
|
187
193
|
color: #FFFFFF;
|
|
188
194
|
}
|
|
189
195
|
._1m7m2az {
|
|
190
|
-
padding: 1.5rem;
|
|
191
196
|
height: 100%;
|
|
192
197
|
justify-content: center;
|
|
198
|
+
padding: 1.5rem;
|
|
193
199
|
}
|
|
194
200
|
._1m7m2a10 {
|
|
195
201
|
color: #fff;
|
|
@@ -214,7 +220,7 @@
|
|
|
214
220
|
._1m7m2a13 > p {
|
|
215
221
|
white-space: break-spaces;
|
|
216
222
|
}
|
|
217
|
-
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
223
|
+
main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
|
|
218
224
|
margin-bottom: 3.5rem;
|
|
219
225
|
}
|
|
220
226
|
._1m7m2a15 {
|
|
@@ -268,6 +274,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
268
274
|
.stacked {
|
|
269
275
|
gap: 56px;
|
|
270
276
|
}
|
|
277
|
+
.stacked:first-child {
|
|
278
|
+
padding-top: 56px;
|
|
279
|
+
}
|
|
271
280
|
.stacked > .billboard {
|
|
272
281
|
grid-column: 1;
|
|
273
282
|
}
|
|
@@ -304,7 +313,7 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
304
313
|
.section_spacer:has(> ._1m7m2ax) {
|
|
305
314
|
padding-block: 56px;
|
|
306
315
|
}
|
|
307
|
-
.section_spacer:has(
|
|
316
|
+
.section_spacer:has(._1m7m2ax) + .section_spacer:has(._1m7m2ax) {
|
|
308
317
|
margin-top: 0;
|
|
309
318
|
}
|
|
310
319
|
.section_spacer:has(._1m7m2ax) ._1m7m2an {
|
|
@@ -386,6 +395,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
386
395
|
._1m7m2ao {
|
|
387
396
|
max-width: 100%;
|
|
388
397
|
}
|
|
398
|
+
._1m7m2ax._1m7m2a0 {
|
|
399
|
+
flex-direction: column-reverse;
|
|
400
|
+
}
|
|
389
401
|
._1m7m2a1f {
|
|
390
402
|
display: block;
|
|
391
403
|
padding-top: 85px;
|
|
@@ -409,9 +421,7 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
409
421
|
._1m7m2ax ._1m7m2ao {
|
|
410
422
|
text-align: center;
|
|
411
423
|
padding-inline: 14px;
|
|
412
|
-
|
|
413
|
-
._1m7m2ax:not(.reversed) ._1m7m2ao {
|
|
414
|
-
padding-bottom: 0;
|
|
424
|
+
padding-block: 0 1.5rem;
|
|
415
425
|
}
|
|
416
426
|
._1m7m2ax ._1m7m2ao :is(ul,ol) {
|
|
417
427
|
text-align: left;
|
|
@@ -428,11 +438,11 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
428
438
|
._1m7m2a12 {
|
|
429
439
|
font-size: 20px;
|
|
430
440
|
}
|
|
431
|
-
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
441
|
+
main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
|
|
432
442
|
margin-bottom: 42px;
|
|
433
443
|
}
|
|
434
444
|
._1m7m2a1e {
|
|
435
|
-
width:
|
|
445
|
+
width: min(475px, 100%);
|
|
436
446
|
}
|
|
437
447
|
._1m7m2a1g {
|
|
438
448
|
width: min(592px, 100%);
|
|
@@ -442,6 +452,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
442
452
|
padding: 32px;
|
|
443
453
|
width: min(33rem, calc(100% - 2rem));
|
|
444
454
|
}
|
|
455
|
+
._1m7m2a1g .billboard:not(.reversed) {
|
|
456
|
+
flex-direction: column-reverse;
|
|
457
|
+
}
|
|
445
458
|
._1m7m2a1g ._1m7m2aj img {
|
|
446
459
|
object-fit: cover;
|
|
447
460
|
}
|
|
@@ -454,6 +467,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
454
467
|
.stacked {
|
|
455
468
|
gap: 42px;
|
|
456
469
|
}
|
|
470
|
+
.stacked:first-child {
|
|
471
|
+
padding-top: 42px;
|
|
472
|
+
}
|
|
457
473
|
.section_spacer:has(> ._1m7m2ax) {
|
|
458
474
|
padding-block: 42px;
|
|
459
475
|
}
|
|
@@ -465,12 +481,15 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
465
481
|
._18ygy9m5 ._1m7m2av {
|
|
466
482
|
min-height: 200px;
|
|
467
483
|
}
|
|
468
|
-
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
484
|
+
main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
|
|
469
485
|
margin-bottom: 2rem;
|
|
470
486
|
}
|
|
471
487
|
.stacked {
|
|
472
488
|
gap: 2rem;
|
|
473
489
|
}
|
|
490
|
+
.stacked:first-child {
|
|
491
|
+
padding-top: 2rem;
|
|
492
|
+
}
|
|
474
493
|
.section_spacer:has(> ._1m7m2ax) {
|
|
475
494
|
padding-block: 2rem;
|
|
476
495
|
}
|
|
@@ -494,7 +513,7 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
494
513
|
}
|
|
495
514
|
._1m7m2ax.reversed ._1m7m2ao {
|
|
496
515
|
padding-left: 0;
|
|
497
|
-
padding-right:
|
|
516
|
+
padding-right: 40px;
|
|
498
517
|
}
|
|
499
518
|
.stacked > .billboard {
|
|
500
519
|
flex-direction: row;
|
|
@@ -544,11 +563,6 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
544
563
|
padding: 48px;
|
|
545
564
|
}
|
|
546
565
|
}
|
|
547
|
-
@media screen and (max-width: 1024px) {
|
|
548
|
-
._1m7m2a1g .billboard:not(.reversed) {
|
|
549
|
-
flex-direction: column-reverse;
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
566
|
@media screen and (max-width: 550px) {
|
|
553
567
|
._1m7m2a1h {
|
|
554
568
|
right: 1.65rem;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes _shimmer_f1tr5_1 {
|
|
2
2
|
from {
|
|
3
3
|
transform: translateX(-100%);
|
|
4
4
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.
|
|
10
|
+
._wrapper_f1tr5_10 {
|
|
11
11
|
background: #1e3860;
|
|
12
12
|
border-radius: 8px;
|
|
13
13
|
height: 555px;
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
margin-block: 48px;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
section > .
|
|
18
|
+
section > ._wrapper_f1tr5_10:first-child {
|
|
19
19
|
margin-top: 0 !important;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
._wrapper_f1tr5_10::before {
|
|
23
23
|
content: "";
|
|
24
24
|
position: absolute;
|
|
25
25
|
top: 0;
|
|
@@ -32,18 +32,17 @@ section > ._wrapper_13j22_10:first-child {
|
|
|
32
32
|
rgba(255, 255, 255, 0.5) 50%,
|
|
33
33
|
rgba(255, 255, 255, 0) 80%
|
|
34
34
|
);
|
|
35
|
-
animation:
|
|
35
|
+
animation: _shimmer_f1tr5_1 1.3s infinite linear;
|
|
36
36
|
z-index: -1;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.
|
|
39
|
+
._wrapper_control_f1tr5_39 {
|
|
40
40
|
height: 100%;
|
|
41
41
|
width: 100%;
|
|
42
|
-
overflow-x: scroll;
|
|
43
42
|
}
|
|
44
43
|
|
|
45
44
|
@media (max-width: 1023px) {
|
|
46
|
-
.
|
|
45
|
+
._wrapper_f1tr5_10 {
|
|
47
46
|
display: none;
|
|
48
47
|
}
|
|
49
48
|
}
|
package/dist/main.js
CHANGED
|
@@ -91,11 +91,11 @@ import { VendorQuestionnaire } from "./Forms/VendorQuestionnaire.js";
|
|
|
91
91
|
import { WCPLSurvey } from "./Forms/WcplSurvey.js";
|
|
92
92
|
import { helpArticle_container, helpArticle_headline, helpArticle_p, insight_headline_2 } from "./HelpArticle/HelpArticle.css.js";
|
|
93
93
|
import { HeroBanner } from "./HeroBanner/HeroBanner.js";
|
|
94
|
-
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_content, hero_embedded_image, hero_img, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
|
|
94
|
+
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item, hero_content, hero_embedded_image, hero_img, hero_sub_bullets, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
|
|
95
95
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
|
|
96
96
|
import { Hyperlink } from "./Hyperlink/index.js";
|
|
97
|
-
import {
|
|
98
|
-
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
97
|
+
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
98
|
+
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, link_wrapper, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
99
99
|
import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
|
|
100
100
|
import { default as default2 } from "./icons/ArrowIcon/index.js";
|
|
101
101
|
import { default as default3 } from "./icons/AxosX/index.js";
|
|
@@ -292,7 +292,6 @@ export {
|
|
|
292
292
|
GoBackButton,
|
|
293
293
|
HeroBanner,
|
|
294
294
|
Hyperlink,
|
|
295
|
-
Icon,
|
|
296
295
|
IconBillboard,
|
|
297
296
|
IconBillboardSet,
|
|
298
297
|
ImageBillboard,
|
|
@@ -531,9 +530,11 @@ export {
|
|
|
531
530
|
heroSupertag,
|
|
532
531
|
hero_banner,
|
|
533
532
|
hero_btns,
|
|
533
|
+
hero_bullet_item,
|
|
534
534
|
hero_content,
|
|
535
535
|
hero_embedded_image,
|
|
536
536
|
hero_img,
|
|
537
|
+
hero_sub_bullets,
|
|
537
538
|
hero_text,
|
|
538
539
|
hero_wrapper,
|
|
539
540
|
hide,
|
|
@@ -580,6 +581,7 @@ export {
|
|
|
580
581
|
layout,
|
|
581
582
|
li,
|
|
582
583
|
line_points,
|
|
584
|
+
link_wrapper,
|
|
583
585
|
list,
|
|
584
586
|
listItem,
|
|
585
587
|
logout,
|
package/package.json
CHANGED