@axos-web-dev/shared-components 1.0.100-dev.23 → 1.0.100-dev.24

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 (89) hide show
  1. package/dist/ATMLocator/ATMLocator.js +2 -2
  2. package/dist/Article/Article.css.d.ts +1 -0
  3. package/dist/Article/Article.css.js +10 -8
  4. package/dist/Article/index.js +3 -2
  5. package/dist/Auth/ErrorAlert.js +2 -2
  6. package/dist/Avatar/Avatar.module.js +7 -7
  7. package/dist/Blockquote/Blockquote.module.js +3 -3
  8. package/dist/Button/Button.js +2 -2
  9. package/dist/Calculators/Calculator.js +2 -2
  10. package/dist/CallToActionBar/CallToActionBar.css.d.ts +3 -1
  11. package/dist/CallToActionBar/CallToActionBar.css.js +22 -16
  12. package/dist/CallToActionBar/index.js +3 -2
  13. package/dist/Carousel/index.js +2 -2
  14. package/dist/Chevron/index.js +2 -2
  15. package/dist/Comparison/Comparison.js +3 -3
  16. package/dist/ContentBanner/ContentBanner.css.js +2 -1
  17. package/dist/ExecutiveBio/ExecutiveBio.js +2 -2
  18. package/dist/FaqAccordion/index.js +2 -2
  19. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -2
  20. package/dist/Forms/ApplyNow.js +2 -2
  21. package/dist/Forms/ContactUsBusiness.js +2 -2
  22. package/dist/Forms/ContactUsBusinessNameEmail.js +2 -2
  23. package/dist/Forms/ContactUsNMLSId.js +2 -2
  24. package/dist/Forms/CraPublicFile.js +2 -2
  25. package/dist/Forms/EmailOnly.js +84 -64
  26. package/dist/Forms/Forms.css.d.ts +6 -1
  27. package/dist/Forms/Forms.css.js +50 -44
  28. package/dist/Forms/MortgageRate/MortgageRateForm.js +2 -2
  29. package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -2
  30. package/dist/Forms/MortgageWarehouseLending.js +2 -2
  31. package/dist/Forms/SuccesForm.js +2 -2
  32. package/dist/Forms/index.js +4 -1
  33. package/dist/HeroBanner/HeroBanner.css.js +2 -1
  34. package/dist/Hyperlink/index.js +2 -2
  35. package/dist/ImageBillboard/ImageBillboard.css.js +2 -1
  36. package/dist/ImageLink/ImageLink.js +2 -2
  37. package/dist/ImageLink/ImageLinkSet.js +2 -2
  38. package/dist/ImageLink/index.js +2 -2
  39. package/dist/Input/Input.css.d.ts +1 -0
  40. package/dist/Input/Input.css.js +10 -8
  41. package/dist/Input/index.js +2 -1
  42. package/dist/Insight/Featured/CategorySelector.js +2 -2
  43. package/dist/Insight/Featured/Featured.js +2 -2
  44. package/dist/Insight/Featured/Header.js +2 -2
  45. package/dist/Insight/Insight.css.d.ts +18 -0
  46. package/dist/Insight/Insight.css.js +44 -8
  47. package/dist/Insight/index.js +19 -1
  48. package/dist/Modal/Modal.js +2 -2
  49. package/dist/NavigationMenu/AxosALTS/NavData.js +2 -2
  50. package/dist/NavigationMenu/AxosALTS/index.js +2 -2
  51. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  52. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  53. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  54. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +2 -2
  55. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  56. package/dist/NavigationMenu/AxosBank/NavData.js +2 -2
  57. package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -2
  58. package/dist/NavigationMenu/AxosBank/index.js +2 -2
  59. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  60. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  61. package/dist/NavigationMenu/LaVictoire/NavData.js +2 -2
  62. package/dist/NavigationMenu/LaVictoire/index.js +2 -2
  63. package/dist/NavigationMenu/NavDataJson.js +2 -2
  64. package/dist/NavigationMenu/Navbar.js +2 -2
  65. package/dist/NavigationMenu/SignInNavButton.js +2 -2
  66. package/dist/SetContainer/SetContainer.js +2 -2
  67. package/dist/SocialMediaBar/iconsRepository.js +2 -2
  68. package/dist/VideoTile/VideoTile.js +2 -2
  69. package/dist/VideoWrapper/index.js +2 -2
  70. package/dist/assets/Article/Article.css +56 -42
  71. package/dist/assets/Avatar/Avatar.css.css +59 -59
  72. package/dist/assets/Blockquote/Blockquote.css.css +72 -68
  73. package/dist/assets/CallToActionBar/CallToActionBar.css +94 -65
  74. package/dist/assets/ContentBanner/ContentBanner.css +6 -0
  75. package/dist/assets/Forms/Forms.css +145 -116
  76. package/dist/assets/HeroBanner/HeroBanner.css +4 -0
  77. package/dist/assets/ImageBillboard/ImageBillboard.css +29 -0
  78. package/dist/assets/Input/Input.css +49 -42
  79. package/dist/assets/Insight/Insight.css +212 -43
  80. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
  81. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
  82. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +192 -192
  83. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
  84. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
  85. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
  86. package/dist/assets/globals.css +3 -0
  87. package/dist/icons/Clock/index.js +6 -6
  88. package/dist/main.js +27 -4
  89. package/package.json +1 -1
@@ -1,53 +1,56 @@
1
1
  ._18du0la0 {
2
+ position: relative;
3
+ }
4
+ ._18du0la1 {
2
5
  width: 24px;
3
6
  height: 24px;
4
7
  fill: #4A5560;
5
8
  }
6
- ._18du0la1 {
9
+ ._18du0la2 {
7
10
  width: 16px;
8
11
  height: 16px;
9
12
  }
10
- ._18du0la2 {
13
+ ._18du0la3 {
11
14
  width: 20px;
12
15
  height: 20px;
13
16
  }
14
- ._18du0la3 {
17
+ ._18du0la4 {
15
18
  width: 20px;
16
19
  height: 20px;
17
20
  }
18
- ._18du0la4 {
21
+ ._18du0la5 {
19
22
  padding-left: 16px;
20
23
  line-height: 24px;
21
24
  }
22
- ._18du0la7 {
25
+ ._18du0la8 {
23
26
  color: var(--_1073cm8h);
24
27
  }
25
- ._18du0la8 {
28
+ ._18du0la9 {
26
29
  color: var(--_1073cm8o);
27
30
  }
28
- ._18du0la9 {
31
+ ._18du0laa {
29
32
  color: var(--_1073cm8t);
30
33
  border-color: var(--_1073cm8t);
31
34
  }
32
- ._18du0laa {
35
+ ._18du0lab {
33
36
  color: var(--_1073cm8v);
34
37
  }
35
- ._18du0lab {
38
+ ._18du0lac {
36
39
  display: grid;
37
40
  grid-template-columns: 24px auto;
38
41
  gap: .5rem;
39
42
  }
40
- ._18du0lac {
43
+ ._18du0lad {
41
44
  position: absolute;
42
45
  align-items: center;
43
46
  }
44
- ._18du0lad {
47
+ ._18du0lae {
45
48
  left: 16px;
46
49
  }
47
- ._18du0lae {
50
+ ._18du0laf {
48
51
  right: 16px;
49
52
  }
50
- ._18du0laf {
53
+ ._18du0lag {
51
54
  display: inline-flex;
52
55
  flex-direction: row;
53
56
  position: relative;
@@ -58,46 +61,50 @@
58
61
  padding: 16px;
59
62
  min-height: 46.18px;
60
63
  }
61
- ._18du0laf:focus-within {
64
+ ._18du0lag:focus-within {
62
65
  border-width: 2px;
63
66
  font-weight: 400;
64
67
  border-color: var(--_1073cm82);
65
68
  }
66
- ._18du0laf:disabled {
69
+ ._18du0lag:disabled {
67
70
  border-color: var(--_1073cm82);
68
71
  }
69
- ._18du0laf:has(._3tjom72) {
72
+ ._18du0lag:has(._3tjom72) {
70
73
  border-color: transparent;
71
74
  background-color: unset;
72
75
  }
73
- ._18du0laf:has(._3tjom72):focus-within {
76
+ ._18du0lag:has(._3tjom72):focus-within {
74
77
  border: none;
75
78
  border-color: transparent;
76
79
  }
77
- ._18du0lag {
80
+ ._18du0la0 ._18du0lag {
81
+ min-height: 61.02px;
82
+ border-radius: 8px 0 0 8px;
83
+ }
84
+ ._18du0lah {
78
85
  padding-top: 6px;
79
86
  padding-bottom: 6px;
80
87
  }
81
- ._18du0lah {
88
+ ._18du0lai {
82
89
  padding-top: 8px;
83
90
  padding-bottom: 8px;
84
91
  }
85
- ._18du0lai {
92
+ ._18du0laj {
86
93
  padding-top: 10px;
87
94
  padding-bottom: 10px;
88
95
  }
89
- ._18du0laj {
96
+ ._18du0lak {
90
97
  border-color: var(--_1073cm8t);
91
98
  }
92
- ._18du0laj:focus-within {
99
+ ._18du0lak:focus-within {
93
100
  border-color: var(--_1073cm8t);
94
101
  }
95
- ._18du0lak {
102
+ ._18du0lal {
96
103
  border-color: var(--_1073cm8u);
97
104
  color: var(--_1073cm8v);
98
105
  background: var(--_1073cm8w);
99
106
  }
100
- ._18du0lal {
107
+ ._18du0lam {
101
108
  outline: none;
102
109
  border: none;
103
110
  color: #5E6A74;
@@ -106,72 +113,72 @@
106
113
  width: 100%;
107
114
  line-height: 24px;
108
115
  }
109
- ._18du0lal:focus {
116
+ ._18du0lam:focus {
110
117
  color: var(--_1073cm82);
111
118
  }
112
- ._18du0lal:disabled {
119
+ ._18du0lam:disabled {
113
120
  color: #5E6A74;
114
121
  cursor: not-allowed;
115
122
  }
116
- ._18du0lam {
123
+ ._18du0lan {
117
124
  font-size: 14px;
118
125
  line-height: 20px;
119
126
  }
120
- ._18du0lad + ._18du0lam {
127
+ ._18du0lae + ._18du0lan {
121
128
  padding-left: 28px;
122
129
  }
123
- ._18du0lam:has(+ ._18du0lae) {
130
+ ._18du0lan:has(+ ._18du0laf) {
124
131
  padding-right: 28px;
125
132
  }
126
- ._18du0lan {
133
+ ._18du0lao {
127
134
  font-size: 16px;
128
135
  line-height: 24px;
129
136
  }
130
- ._18du0lad + ._18du0lan {
137
+ ._18du0lae + ._18du0lao {
131
138
  padding-left: 48px;
132
139
  }
133
- ._18du0lan:has(+ ._18du0lae) {
140
+ ._18du0lao:has(+ ._18du0laf) {
134
141
  padding-right: 48px;
135
142
  }
136
- ._18du0lao {
143
+ ._18du0lap {
137
144
  font-size: 16px;
138
145
  line-height: 24px;
139
146
  }
140
- ._18du0lad + ._18du0lao {
147
+ ._18du0lae + ._18du0lap {
141
148
  padding-left: 32px;
142
149
  }
143
- ._18du0lao:has(+ ._18du0lae) {
150
+ ._18du0lap:has(+ ._18du0laf) {
144
151
  padding-right: 32px;
145
152
  }
146
- ._18du0lap {
153
+ ._18du0laq {
147
154
  border-color: var(--_1073cm8t);
148
155
  }
149
- ._18du0laq {
156
+ ._18du0lar {
150
157
  border-color: var(--_1073cm8u);
151
158
  color: var(--_1073cm8v);
152
159
  background: var(--_1073cm8w);
153
160
  }
154
- ._18du0lar {
161
+ ._18du0las {
155
162
  display: flex;
156
163
  flex-direction: column;
157
164
  border-width: 2px;
158
165
  }
159
- ._18du0lar:focus-within {
166
+ ._18du0las:focus-within {
160
167
  border-width: 2px;
161
168
  font-weight: 500;
162
169
  color: var(--_1073cm82);
163
170
  }
164
- ._18du0las {
171
+ ._18du0lat {
165
172
  font-size: 12px;
166
173
  letter-spacing: 0.2px;
167
174
  line-height: 16px;
168
175
  padding-inline: 16px;
169
176
  margin-top: 4px;
170
177
  }
171
- ._18du0lat {
178
+ ._18du0lau {
172
179
  color: #5E6A74;
173
180
  }
174
- ._18du0lau {
181
+ ._18du0lav {
175
182
  border-color: var(--_1073cm8t);
176
183
  color: var(--_1073cm8t);
177
184
  }
@@ -1,93 +1,262 @@
1
1
  .lchs2s0 {
2
- font-family: var(--header-font-family);
3
- font-weight: 600;
4
- font-size: 48px;
5
- line-height: 64px;
2
+ margin-top: 64px;
3
+ }
4
+ .lchs2s0[aria-label='Article Body'] .containment {
5
+ width: 100%;
6
6
  }
7
7
  .lchs2s1 {
8
- font-weight: 600;
9
- font-size: 28px;
10
- line-height: 36px;
11
- margin-block: 16px;
8
+ margin-top: 64px;
9
+ margin-bottom: 64px;
12
10
  }
13
11
  .lchs2s2 {
14
- font-weight: 600;
12
+ font-family: var(--header-font-family);
13
+ }
14
+ .lchs2s2 ._quote_spacer_1mzku_1 {
15
+ margin: 0 !important;
16
+ }
17
+ .lchs2s3 {
18
+ display: flex;
19
+ gap: 64px;
20
+ position: relative;
21
+ }
22
+ .lchs2s3 > span {
23
+ max-width: 773px;
24
+ }
25
+ .lchs2s4 {
26
+ flex: 0 0 363px;
27
+ position: sticky;
28
+ top: 12px;
29
+ align-self: flex-start;
30
+ display: flex;
31
+ flex-direction: column;
32
+ gap: 40px;
33
+ justify-content: flex-start;
34
+ }
35
+ .lchs2s4 .containment {
36
+ width: 100%;
37
+ }
38
+ .lchs2s5 {
39
+ display: flex;
40
+ flex-direction: column;
41
+ gap: 16px;
42
+ align-items: flex-start;
43
+ }
44
+ .lchs2s6 {
45
+ color: #1E3860;
46
+ font: 700 18px / 1 var(--header-font-family);
47
+ }
48
+ .lchs2s7 {
49
+ display: flex;
50
+ gap: 19px;
51
+ align-items: center;
52
+ }
53
+ .lchs2s8 {
54
+ display: flex;
55
+ opacity: 1 !important;
56
+ }
57
+ .lchs2s9 {
58
+ transition: fill 0.2s ease;
59
+ will-change: fill;
60
+ }
61
+ .lchs2s8:hover .lchs2s9 {
62
+ fill: #1E629A;
63
+ }
64
+ .lchs2sa {
65
+ color: #1E3860;
66
+ font-family: var(--header-font-family);
15
67
  font-size: 24px;
16
- line-height: 32px;
68
+ font-weight: 700;
69
+ line-height: 1.1;
70
+ margin-bottom: 0px;
71
+ }
72
+ .lchs2sb {
73
+ display: flex;
74
+ justify-content: center;
75
+ margin-top: 32px;
76
+ position: relative;
77
+ }
78
+ .lchs2sc {
79
+ border-radius: 16px;
80
+ height: auto;
81
+ max-width: 100%;
82
+ width: 100%;
83
+ }
84
+ .lchs2sd {
85
+ display: flex;
86
+ flex-direction: column;
87
+ gap: 16px;
88
+ list-style: none;
89
+ margin-bottom: 0px !important;
90
+ padding-left: 0px;
91
+ }
92
+ .lchs2se {
93
+ scale: 1;
94
+ transition: scale 0.25s ease;
95
+ will-change: scale;
96
+ }
97
+ .lchs2s8:hover .lchs2se {
98
+ scale: 1.1;
99
+ }
100
+ .lchs2sf {
101
+ align-items: flex-start;
102
+ border-left: 3px solid transparent;
17
103
  color: #333D46;
18
- margin-block: 16px;
104
+ display: flex;
105
+ font-size: 16px;
106
+ font-weight: 500;
107
+ gap: 4px;
108
+ line-height: 1.5;
109
+ padding-left: 8px;
110
+ text-decoration: none;
111
+ transition: opacity 0.25s ease, color 0.25s ease, border-left 0.25s ease, font-weight 0.25s ease;
112
+ will-change: opacity, color, border-left, font-weight;
19
113
  }
20
- .lchs2s3 {
114
+ .lchs2sf:hover {
115
+ opacity: 0.6;
116
+ color: #1E629A;
117
+ }
118
+ .lchs2sf:focus-visible {
119
+ outline-color: #1E629A;
120
+ }
121
+ .lchs2sf.active {
122
+ border-left-color: #1E629A;
123
+ color: #1E629A;
124
+ font-weight: 600;
125
+ }
126
+ .lchs2sg {
127
+ color: #1E3860;
128
+ font-family: var(--header-font-family);
129
+ font-size: 48px;
21
130
  font-weight: 600;
131
+ line-height: 64px;
132
+ }
133
+ .lchs2sh {
134
+ color: #1e3860;
135
+ font-size: 32px;
136
+ font-weight: 700;
137
+ line-height: 1.26;
138
+ margin-bottom: 16px;
139
+ text-wrap: pretty;
140
+ }
141
+ .lchs2si {
142
+ color: #1E3860;
143
+ font-size: 24px;
144
+ font-weight: 700;
145
+ line-height: 1.16;
146
+ margin-bottom: 16px;
147
+ margin-top: 24px;
148
+ text-wrap: pretty;
149
+ }
150
+ .lchs2sj {
151
+ color: #1E3860;
22
152
  font-size: 20px;
153
+ font-weight: 600;
23
154
  line-height: 28px;
24
- color: #333D46;
25
155
  margin-block: 16px;
26
156
  }
27
- .lchs2s4 {
28
- font-weight: 400;
29
- font-size: 18px;
30
- line-height: 26px;
157
+ .lchs2sk {
31
158
  color: #333D46;
159
+ font-size: 16px;
160
+ font-weight: 400;
161
+ line-height: 1.5;
162
+ margin-bottom: 16px;
32
163
  }
33
- .lchs2s6 {
164
+ .lchs2sk a {
165
+ color: #1E629A;
166
+ font-weight: 700;
167
+ }
168
+ .lchs2sk a:hover {
169
+ opacity: 0.6;
170
+ }
171
+ .lchs2sn {
34
172
  font-weight: 400;
35
173
  font-size: 14px;
36
174
  line-height: 32px;
37
175
  list-style: none;
38
176
  }
39
- .lchs2s7 {
40
- font-weight: 400;
41
- font-size: 14px;
42
- line-height: 20px;
177
+ .lchs2so {
178
+ padding-inline: 8px;
179
+ display: flex;
180
+ align-items: center;
181
+ }
182
+ .lchs2sp {
43
183
  color: #333D46;
44
- margin-left: 5px;
184
+ font-size: 14px;
185
+ font-weight: 400;
186
+ line-height: 1.5;
45
187
  }
46
- .footnotes p {
47
- font-size: 16px;
48
- line-height: 24px;
188
+ .footnotes :is(ul,ol) > li + li {
189
+ margin-top: 6px;
49
190
  }
50
- article.containment {
51
- max-width: 800px;
191
+ .footnotes p {
192
+ font-size: 14px;
52
193
  }
53
194
  .related_articles article {
54
195
  flex: 1 1 0%;
55
196
  }
56
197
  .related_articles_header h3 {
57
- font-weight: 600;
198
+ font-weight: 700;
58
199
  font-size: 28px;
59
200
  line-height: 36px;
60
201
  }
61
- .insight :is(ul,ol) {
62
- margin-bottom: 10px;
202
+ .lchs2s0[aria-label='Article Body'] :is(ul,ol):not(.list_unstyled) {
203
+ margin-bottom: 16px;
204
+ padding-left: 28px;
63
205
  }
64
- .insight .section_spacer:has(>img[style]:only-child) {
65
- margin-bottom: 3.5rem;
206
+ .lchs2s0[aria-label='Article Body'] :is(ul,ol) > li + li {
207
+ margin-top: 16px;
66
208
  }
67
- @media screen and (max-width:1023px) {
68
- .insight .section_spacer:has(>img[style]:only-child) {
209
+ .lchs2s0[aria-label='Article Body'] ._1bwl51g0 {
210
+ padding: 32px;
211
+ }
212
+ @media screen and (max-width: 1023px) {
213
+ .lchs2s0 {
214
+ margin-top: 42px;
215
+ }
216
+ .lchs2s1 {
217
+ margin-top: 42px;
69
218
  margin-bottom: 42px;
70
219
  }
71
220
  }
72
- @media screen and (max-width:768px) {
221
+ @media screen and (max-width: 768px) {
73
222
  .lchs2s0 {
223
+ margin-top: 32px;
224
+ }
225
+ .lchs2s1 {
226
+ margin-top: 32px;
227
+ margin-bottom: 32px;
228
+ }
229
+ }
230
+ @media screen and (max-width: 1280px) {
231
+ .lchs2s3 {
232
+ gap: calc(1.75rem + ((1vw - 10.24px) * 14.0625));
233
+ }
234
+ }
235
+ @media screen and (max-width:1023px) {
236
+ .lchs2s4 {
237
+ display: none;
238
+ }
239
+ }
240
+ @media screen and (max-width:768px) {
241
+ .lchs2sg {
74
242
  font-size: 28px;
75
243
  line-height: 1.29;
76
244
  }
77
- .lchs2s1 {
245
+ .lchs2sh {
78
246
  font-size: 24px;
79
247
  line-height: 1.33;
80
248
  }
81
- .lchs2s2 {
249
+ .lchs2si {
82
250
  font-size: 20px;
83
251
  line-height: 1.4;
84
252
  }
85
- article.containment {
86
- max-width: unset;
87
- width: min(1200px, calc(100% - 4rem));
253
+ .lchs2s0[aria-label='Article Body'] ._1bwl51g0 {
254
+ padding: 32px 24px;
88
255
  }
89
- .insight .section_spacer:has(>img[style]:only-child) {
90
- margin-bottom: 2rem;
256
+ }
257
+ @media screen and (min-width:1024px) {
258
+ .lchs2sl p {
259
+ font-size: 18px;
91
260
  }
92
261
  }
93
262
  @media (max-width: 768px) {