@axos-web-dev/shared-components 1.0.77-ext-bal-apy-calc.3 → 1.0.77-patch.10

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.
Files changed (77) hide show
  1. package/dist/ATMLocator/ATMLocator.js +3 -3
  2. package/dist/Auth/ErrorAlert.js +3 -3
  3. package/dist/Button/Button.js +3 -3
  4. package/dist/Calculators/ApyCalculator/index.js +1 -1
  5. package/dist/Calculators/AxosOneCalculator/index.js +13 -13
  6. package/dist/Calculators/Calculator.js +4 -4
  7. package/dist/Carousel/index.js +11 -11
  8. package/dist/Chevron/index.js +3 -3
  9. package/dist/Comparison/Comparison.js +7 -7
  10. package/dist/ExecutiveBio/ExecutiveBio.js +3 -3
  11. package/dist/FaqAccordion/index.js +3 -3
  12. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
  13. package/dist/Forms/ApplyNow.js +3 -3
  14. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  15. package/dist/Forms/ContactUsBusiness.js +8 -8
  16. package/dist/Forms/ContactUsBusinessNameEmail.js +3 -3
  17. package/dist/Forms/ContactUsNMLSId.js +3 -3
  18. package/dist/Forms/CraPublicFile.js +3 -3
  19. package/dist/Forms/EmailOnly.js +3 -3
  20. package/dist/Forms/MortgageRate/MortgageRateForm.js +4 -3
  21. package/dist/Forms/MortgageRate/MortgageRateWatch.js +3 -3
  22. package/dist/Forms/SuccesForm.js +4 -4
  23. package/dist/HeroBanner/HeroBanner.css.d.ts +2 -0
  24. package/dist/HeroBanner/HeroBanner.css.js +4 -0
  25. package/dist/HeroBanner/HeroBanner.d.ts +1 -1
  26. package/dist/HeroBanner/HeroBanner.interface.d.ts +3 -0
  27. package/dist/HeroBanner/HeroBanner.js +47 -1
  28. package/dist/HeroBanner/index.js +3 -1
  29. package/dist/Hyperlink/index.js +3 -3
  30. package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
  31. package/dist/IconBillboard/IconBillboard.css.js +2 -0
  32. package/dist/IconBillboard/IconBillboard.d.ts +1 -2
  33. package/dist/IconBillboard/IconBillboard.js +30 -85
  34. package/dist/IconBillboard/index.js +3 -3
  35. package/dist/IconBillboard/sections/CallToActionSection.d.ts +12 -0
  36. package/dist/IconBillboard/sections/CallToActionSection.js +101 -0
  37. package/dist/IconBillboard/sections/HeaderSection.d.ts +11 -0
  38. package/dist/IconBillboard/sections/HeaderSection.js +23 -0
  39. package/dist/IconBillboard/sections/IconSection.d.ts +7 -0
  40. package/dist/IconBillboard/sections/IconSection.js +18 -0
  41. package/dist/IconBillboard/sections/ItemsSection.d.ts +11 -0
  42. package/dist/IconBillboard/sections/ItemsSection.js +11 -0
  43. package/dist/IconBillboard/sections/LayoutSection.d.ts +8 -0
  44. package/dist/IconBillboard/sections/LayoutSection.js +6 -0
  45. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +7 -0
  46. package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
  47. package/dist/ImageBillboard/ImageBillboardSet.js +20 -4
  48. package/dist/ImageLink/ImageLink.js +3 -3
  49. package/dist/ImageLink/ImageLinkSet.js +6 -6
  50. package/dist/ImageLink/index.js +3 -3
  51. package/dist/Insight/Featured/CategorySelector.js +4 -4
  52. package/dist/Insight/Featured/Featured.js +11 -11
  53. package/dist/Insight/Featured/Header.js +10 -10
  54. package/dist/Modal/Modal.js +3 -3
  55. package/dist/NavigationMenu/AxosALTS/NavData.js +3 -3
  56. package/dist/NavigationMenu/AxosALTS/index.js +3 -3
  57. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -10
  58. package/dist/NavigationMenu/AxosAdvisor/index.js +3 -11
  59. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +0 -1
  60. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +3 -6
  61. package/dist/NavigationMenu/AxosBank/NavData.js +3 -3
  62. package/dist/NavigationMenu/AxosBank/SubNavBar.js +3 -12
  63. package/dist/NavigationMenu/AxosBank/index.js +3 -3
  64. package/dist/NavigationMenu/LaVictoire/NavData.js +3 -3
  65. package/dist/NavigationMenu/LaVictoire/index.js +3 -3
  66. package/dist/SetContainer/SetContainer.js +3 -3
  67. package/dist/SocialMediaBar/iconsRepository.js +3 -3
  68. package/dist/VideoTile/VideoTile.interface.d.ts +4 -3
  69. package/dist/VideoTile/VideoTile.js +182 -28
  70. package/dist/VideoWrapper/index.js +4 -4
  71. package/dist/WalnutIframe/wrapper.module.js +3 -3
  72. package/dist/assets/HeroBanner/HeroBanner.css +12 -0
  73. package/dist/assets/IconBillboard/IconBillboard.css +21 -1
  74. package/dist/assets/ImageBillboard/ImageBillboard.css +30 -16
  75. package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
  76. package/dist/main.js +6 -4
  77. package/package.json +1 -1
@@ -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 28px;
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(> ._1m7m2ax) + .section_spacer:has(> ._1m7m2ax) {
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: auto;
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: 28px;
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 _shimmer_13j22_1 {
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
- ._wrapper_13j22_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 > ._wrapper_13j22_10:first-child {
18
+ section > ._wrapper_f1tr5_10:first-child {
19
19
  margin-top: 0 !important;
20
20
  }
21
21
 
22
- ._wrapper_13j22_10::before {
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: _shimmer_13j22_1 1.3s infinite linear;
35
+ animation: _shimmer_f1tr5_1 1.3s infinite linear;
36
36
  z-index: -1;
37
37
  }
38
38
 
39
- ._wrapper_control_13j22_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
- ._wrapper_13j22_10 {
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 { Icon, IconBillboard } from "./IconBillboard/IconBillboard.js";
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.77-ext-bal-apy-calc.3",
4
+ "version": "1.0.77-patch.10",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",