@axos-web-dev/shared-components 0.0.151 → 0.0.153

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 (65) hide show
  1. package/README.md +111 -111
  2. package/dist/ATMLocator/ATMLocator.js +1 -0
  3. package/dist/Avatar/Avatar.module.js +7 -7
  4. package/dist/Blockquote/Blockquote.module.js +3 -3
  5. package/dist/Button/Button.js +1 -0
  6. package/dist/Calculators/Calculator.js +1 -0
  7. package/dist/Calculators/MarginTradingCalculator/index.js +4 -4
  8. package/dist/Carousel/index.js +1 -0
  9. package/dist/Chevron/index.js +1 -0
  10. package/dist/Comparison/Comparison.js +1 -0
  11. package/dist/FaqAccordion/index.js +1 -0
  12. package/dist/FdicCallout/FdicCallout.module.js +2 -2
  13. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.d.ts +3 -1
  14. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +43 -38
  15. package/dist/Forms/ContactUsBusiness.js +1 -0
  16. package/dist/Forms/ContactUsNMLSId.js +1 -0
  17. package/dist/Forms/CpraRequest.js +28 -2
  18. package/dist/Forms/EmailOnly.js +1 -0
  19. package/dist/Forms/MortgageRate/MortgageRateForm.js +11 -1
  20. package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.d.ts +17 -4
  21. package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +45 -27
  22. package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -0
  23. package/dist/Forms/SalesforceFieldsForm.d.ts +6 -6
  24. package/dist/Forms/SalesforceFieldsForm.js +2 -2
  25. package/dist/Forms/SuccesForm.js +1 -0
  26. package/dist/Hyperlink/index.js +1 -0
  27. package/dist/ImageLink/ImageLink.js +1 -0
  28. package/dist/ImageLink/ImageLinkSet.js +1 -0
  29. package/dist/ImageLink/index.js +1 -0
  30. package/dist/Input/DownPaymentInput.js +0 -1
  31. package/dist/Insight/Featured/CategorySelector.js +1 -0
  32. package/dist/Insight/Featured/Featured.js +1 -1
  33. package/dist/Insight/Featured/Header.css.d.ts +5 -0
  34. package/dist/Insight/Featured/Header.css.js +13 -0
  35. package/dist/Insight/Featured/Header.d.ts +7 -0
  36. package/dist/Insight/Featured/Header.js +129 -0
  37. package/dist/Insight/Featured/index.d.ts +1 -0
  38. package/dist/Insight/Featured/index.js +2 -0
  39. package/dist/Insight/index.js +2 -0
  40. package/dist/Interstitial/Interstitial.module.js +10 -10
  41. package/dist/Modal/Modal.js +1 -0
  42. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +54 -54
  43. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +55 -55
  44. package/dist/NavigationMenu/AxosBank/NavBar.module.js +55 -55
  45. package/dist/NavigationMenu/AxosBank/NavData.js +1 -0
  46. package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -0
  47. package/dist/NavigationMenu/AxosBank/index.js +1 -0
  48. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  49. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  50. package/dist/SetContainer/SetContainer.js +1 -0
  51. package/dist/assets/Avatar/Avatar.css.css +59 -59
  52. package/dist/assets/Blockquote/Blockquote.css.css +69 -69
  53. package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
  54. package/dist/assets/Forms/Forms.css +5 -0
  55. package/dist/assets/Insight/Featured/Featured.css +10 -0
  56. package/dist/assets/Insight/Featured/Header.css +39 -0
  57. package/dist/assets/Interstitial/Interstitial.css.css +141 -141
  58. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +600 -600
  59. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +621 -621
  60. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +666 -666
  61. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  62. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
  63. package/dist/main.js +2 -0
  64. package/dist/utils/allowedAxosDomains.js +2 -3
  65. package/package.json +1 -1
@@ -1,59 +1,59 @@
1
- ._avatar_sec_wf36a_1 {
2
- margin: 16px 0;
3
- }
4
-
5
- ._container_wf36a_9 {
6
- border-bottom: 1px solid #d4d4d4;
7
- border-top: 1px solid #d4d4d4;
8
- margin-inline: auto;
9
- max-width: 1200px;
10
- padding: 16px 0;
11
- width: 100%;
12
- }
13
-
14
- ._image_wf36a_27 {
15
- aspect-ratio: 1;
16
- background-position: 0 0;
17
- background-size: contain;
18
- border-radius: 50%;
19
- flex: 0 0 100px;
20
- height: 100px;
21
- }
22
-
23
- ._text_wf36a_45 {
24
- flex: 1 1 0%;
25
- align-self: center;
26
- margin-left: 16px;
27
- }
28
-
29
- ._name_wf36a_57 {
30
- color: #1e3860;
31
- font-family: var(--header-font-family);
32
- font-size: 20px;
33
- font-weight: 600;
34
- line-height: 1.4;
35
- }
36
-
37
- ._title_wf36a_73 {
38
- color: #1e3860;
39
- font-size: 18px;
40
- font-weight: 500;
41
- line-height: 1.44;
42
- }
43
-
44
- ._description_wf36a_87 p {
45
- font-size: 14px;
46
- line-height: 1.33;
47
- color: #333d46;
48
- }
49
-
50
- * + ._description_wf36a_87 {
51
- margin-top: 8px;
52
- }
53
-
54
- @media (max-width: 603px) {
55
- ._image_wf36a_27 {
56
- height: 75px;
57
- flex: 0 0 75px;
58
- }
59
- }
1
+ ._avatar_sec_1bnm9_1 {
2
+ margin: 16px 0;
3
+ }
4
+
5
+ ._container_1bnm9_5 {
6
+ border-bottom: 1px solid #d4d4d4;
7
+ border-top: 1px solid #d4d4d4;
8
+ margin-inline: auto;
9
+ max-width: 1200px;
10
+ padding: 16px 0;
11
+ width: 100%;
12
+ }
13
+
14
+ ._image_1bnm9_14 {
15
+ aspect-ratio: 1;
16
+ background-position: 0 0;
17
+ background-size: contain;
18
+ border-radius: 50%;
19
+ flex: 0 0 100px;
20
+ height: 100px;
21
+ }
22
+
23
+ ._text_1bnm9_23 {
24
+ flex: 1 1 0%;
25
+ align-self: center;
26
+ margin-left: 16px;
27
+ }
28
+
29
+ ._name_1bnm9_29 {
30
+ color: #1e3860;
31
+ font-family: var(--header-font-family);
32
+ font-size: 20px;
33
+ font-weight: 600;
34
+ line-height: 1.4;
35
+ }
36
+
37
+ ._title_1bnm9_37 {
38
+ color: #1e3860;
39
+ font-size: 18px;
40
+ font-weight: 500;
41
+ line-height: 1.44;
42
+ }
43
+
44
+ ._description_1bnm9_44 p {
45
+ font-size: 14px;
46
+ line-height: 1.33;
47
+ color: #333d46;
48
+ }
49
+
50
+ * + ._description_1bnm9_44 {
51
+ margin-top: 8px;
52
+ }
53
+
54
+ @media (max-width: 603px) {
55
+ ._image_1bnm9_14 {
56
+ height: 75px;
57
+ flex: 0 0 75px;
58
+ }
59
+ }
@@ -1,69 +1,69 @@
1
- ._quote_spacer_44gig_1 {
2
- line-height: 1.35;
3
- margin-bottom: clamp(0.99rem, 0.7vw + 0.82rem, 1.38rem);
4
- margin-inline: auto;
5
- margin-top: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
6
- }
7
-
8
- ._author_44gig_15,
9
- ._quote_44gig_1 {
10
- color: #333d46;
11
- }
12
-
13
- ._author_44gig_15 {
14
- text-align: right;
15
- margin-top: 18px;
16
- }
17
-
18
- ._author_44gig_15 cite {
19
- font-style: normal;
20
- }
21
-
22
- ._quote_spacer_44gig_1 .img_fluid {
23
- margin-right: 24px;
24
- transform: rotateY(180deg) scaleY(-1);
25
- }
26
-
27
- ._quote_spacer_44gig_1 .flex_row {
28
- align-items: flex-start;
29
- }
30
-
31
- ._quote_44gig_1 p {
32
- font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
33
- font-style: italic;
34
- line-height: 1.2;
35
- }
36
-
37
- @media (max-width: 768px) {
38
- ._quote_spacer_44gig_1 .img_fluid {
39
- max-width: 30px;
40
- margin-right: 12px;
41
- }
42
- ._author_44gig_15 {
43
- margin-top: 14px;
44
- }
45
- ._quote_44gig_1 p {
46
- font-size: 18px;
47
- }
48
- ._author_44gig_15 cite {
49
- font-size: 14px;
50
- }
51
- }
52
-
53
- @media (max-width: 500px) {
54
- ._author_44gig_15 {
55
- margin-top: 12px;
56
- }
57
- }
58
-
59
- @media (min-width: 604px) {
60
- ._quote_spacer_44gig_1 {
61
- width: min(calc(100% - 2rem), 792px);
62
- }
63
- }
64
-
65
- @media (min-width: 1023px) {
66
- ._quote_44gig_1 p {
67
- font-weight: 600;
68
- }
69
- }
1
+ ._quote_spacer_4e152_1 {
2
+ line-height: 1.35;
3
+ margin-bottom: clamp(0.99rem, 0.7vw + 0.82rem, 1.38rem);
4
+ margin-inline: auto;
5
+ margin-top: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
6
+ }
7
+
8
+ ._author_4e152_8,
9
+ ._quote_4e152_1 {
10
+ color: #333d46;
11
+ }
12
+
13
+ ._author_4e152_8 {
14
+ text-align: right;
15
+ margin-top: 18px;
16
+ }
17
+
18
+ ._author_4e152_8 cite {
19
+ font-style: normal;
20
+ }
21
+
22
+ ._quote_spacer_4e152_1 .img_fluid {
23
+ margin-right: 24px;
24
+ transform: rotateY(180deg) scaleY(-1);
25
+ }
26
+
27
+ ._quote_spacer_4e152_1 .flex_row {
28
+ align-items: flex-start;
29
+ }
30
+
31
+ ._quote_4e152_1 p {
32
+ font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
33
+ font-style: italic;
34
+ line-height: 1.2;
35
+ }
36
+
37
+ @media (max-width: 768px) {
38
+ ._quote_spacer_4e152_1 .img_fluid {
39
+ max-width: 30px;
40
+ margin-right: 12px;
41
+ }
42
+ ._author_4e152_8 {
43
+ margin-top: 14px;
44
+ }
45
+ ._quote_4e152_1 p {
46
+ font-size: 18px;
47
+ }
48
+ ._author_4e152_8 cite {
49
+ font-size: 14px;
50
+ }
51
+ }
52
+
53
+ @media (max-width: 500px) {
54
+ ._author_4e152_8 {
55
+ margin-top: 12px;
56
+ }
57
+ }
58
+
59
+ @media (min-width: 604px) {
60
+ ._quote_spacer_4e152_1 {
61
+ width: min(calc(100% - 2rem), 792px);
62
+ }
63
+ }
64
+
65
+ @media (min-width: 1023px) {
66
+ ._quote_4e152_1 p {
67
+ font-weight: 600;
68
+ }
69
+ }
@@ -1,48 +1,48 @@
1
- ._fdic_callout_eqzgp_1 {
2
- background-color: #000;
3
- color: #fff;
4
- }
5
-
6
- ._inner_container_eqzgp_11 {
7
- margin-left: auto;
8
- margin-right: auto;
9
- width: calc(100% - 90px);
10
- }
11
-
12
- ._fdic_callout_eqzgp_1 .flex {
13
- min-height: 32px;
14
- }
15
-
16
- ._fdic_callout_eqzgp_1 img {
17
- padding-block: 8px;
18
- }
19
-
20
- @media (max-width: 1280px) and (min-width: 1024px) {
21
- ._inner_container_eqzgp_11 {
22
- width: calc(100% - 40px);
23
- }
24
- }
25
-
26
- @media (max-width: 769px) {
27
- ._inner_container_eqzgp_11 {
28
- width: calc(100% - 60px);
29
- }
30
- }
31
-
32
- @media (max-width: 603px) {
33
- ._fdic_callout_eqzgp_1 .flex {
34
- min-height: 28px;
35
- }
36
- }
37
-
38
- @media (max-width: 470px) {
39
- ._fdic_callout_eqzgp_1 img {
40
- padding-block: 5px;
41
- }
42
- }
43
-
44
- @media (max-width: 400px) {
45
- ._inner_container_eqzgp_11 {
46
- width: calc(100% - 20px);
47
- }
48
- }
1
+ ._fdic_callout_1f6md_1 {
2
+ background-color: #000;
3
+ color: #fff;
4
+ }
5
+
6
+ ._inner_container_1f6md_6 {
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ width: calc(100% - 90px);
10
+ }
11
+
12
+ ._fdic_callout_1f6md_1 .flex {
13
+ min-height: 32px;
14
+ }
15
+
16
+ ._fdic_callout_1f6md_1 img {
17
+ padding-block: 8px;
18
+ }
19
+
20
+ @media (max-width: 1280px) and (min-width: 1024px) {
21
+ ._inner_container_1f6md_6 {
22
+ width: calc(100% - 40px);
23
+ }
24
+ }
25
+
26
+ @media (max-width: 769px) {
27
+ ._inner_container_1f6md_6 {
28
+ width: calc(100% - 60px);
29
+ }
30
+ }
31
+
32
+ @media (max-width: 603px) {
33
+ ._fdic_callout_1f6md_1 .flex {
34
+ min-height: 28px;
35
+ }
36
+ }
37
+
38
+ @media (max-width: 470px) {
39
+ ._fdic_callout_1f6md_1 img {
40
+ padding-block: 5px;
41
+ }
42
+ }
43
+
44
+ @media (max-width: 400px) {
45
+ ._inner_container_1f6md_6 {
46
+ width: calc(100% - 20px);
47
+ }
48
+ }
@@ -358,6 +358,11 @@
358
358
  width: 50%;
359
359
  }
360
360
  }
361
+ @media screen and (max-width: 500px) {
362
+ .tfms6a1o {
363
+ flex-direction: column;
364
+ }
365
+ }
361
366
  @media screen and (max-width: 800px) {
362
367
  .tfms6a1q {
363
368
  flex-direction: column;
@@ -29,6 +29,12 @@
29
29
  ._1sr2o6v6 {
30
30
  margin-bottom: 8px;
31
31
  max-height: min(76px, 108px);
32
+ display: -webkit-box;
33
+ -webkit-box-orient: vertical;
34
+ line-clamp: 2;
35
+ -webkit-line-clamp: 2;
36
+ overflow: hidden;
37
+ text-overflow: ellipsis;
32
38
  }
33
39
  ._1sr2o6v7 {
34
40
  margin: clamp(24px, 28px, 38px) 0;
@@ -69,6 +75,10 @@
69
75
  text-overflow: ellipsis;
70
76
  margin-bottom: 8px;
71
77
  max-height: max(76px, 118px);
78
+ display: -webkit-box;
79
+ -webkit-box-orient: vertical;
80
+ line-clamp: 2;
81
+ -webkit-line-clamp: 2;
72
82
  }
73
83
  @media screen and (max-width:1024px) {
74
84
 
@@ -0,0 +1,39 @@
1
+ ._19yqlq40 {
2
+ padding: 24px 0;
3
+ display: flex;
4
+ flex-direction: column;
5
+ gap: 24px;
6
+ }
7
+ ._19yqlq41 {
8
+ display: flex;
9
+ gap: 6px;
10
+ text-transform: capitalize;
11
+ letter-spacing: 0.2px;
12
+ font-size: 14px;
13
+ }
14
+ ._19yqlq42 {
15
+ text-decoration: underline;
16
+ cursor: pointer;
17
+ text-underline-offset: 2px;
18
+ }
19
+ ._19yqlq42:hover {
20
+ opacity: 0.75;
21
+ }
22
+ ._19yqlq43 {
23
+ font-size: 48px;
24
+ line-height: 56px;
25
+ text-transform: capitalize;
26
+ }
27
+ ._19yqlq44 {
28
+ max-width: 800px;
29
+ }
30
+ @media screen and (max-width:768px) {
31
+ ._19yqlq43 {
32
+ font-size: 28px;
33
+ line-height: 36px;
34
+ }
35
+ ._19yqlq44 {
36
+ max-width: unset;
37
+ width: min(1200px, calc(100% - 4rem));
38
+ }
39
+ }