@axos-web-dev/shared-components 1.0.59-patch.2 → 1.0.59

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 (47) hide show
  1. package/README.md +111 -111
  2. package/dist/ATMLocator/ATMLocator.js +3 -3
  3. package/dist/Calculators/Calculator.js +4 -4
  4. package/dist/Comparison/Comparison.js +3 -3
  5. package/dist/FaqAccordion/index.js +3 -3
  6. package/dist/Forms/ContactUsBusiness.js +3 -3
  7. package/dist/Forms/ContactUsNMLSId.js +3 -3
  8. package/dist/Forms/CpraRequest.d.ts +1 -1
  9. package/dist/Forms/CpraRequest.js +54 -59
  10. package/dist/Forms/CraPublicFile.js +3 -3
  11. package/dist/Forms/EmailOnly.js +3 -3
  12. package/dist/Forms/MortgageRate/MortgageRateForm.js +4 -4
  13. package/dist/Forms/MortgageRate/MortgageRateWatch.js +3 -3
  14. package/dist/Forms/SuccesForm.js +4 -4
  15. package/dist/Hyperlink/index.js +4 -4
  16. package/dist/ImageLink/ImageLinkSet.js +3 -3
  17. package/dist/ImageLink/index.js +4 -4
  18. package/dist/Interstitial/Interstitial.module.js +10 -10
  19. package/dist/Modal/Modal.js +1 -1
  20. package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
  21. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  22. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  23. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  24. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  25. package/dist/NavigationMenu/AxosBank/index.js +3 -3
  26. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  27. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  28. package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
  29. package/dist/NavigationMenu/LaVictoire/index.js +3 -3
  30. package/dist/SetContainer/SetContainer.js +3 -3
  31. package/dist/WalnutIframe/index.js +1 -1
  32. package/dist/WalnutIframe/wrapper.module.js +3 -3
  33. package/dist/assets/Interstitial/Interstitial.css.css +142 -142
  34. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
  35. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
  36. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
  37. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  38. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
  39. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  40. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
  41. package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
  42. package/dist/assets/WalnutIframe/wrapper.css.css +49 -49
  43. package/dist/assets/globals.css +3 -0
  44. package/dist/assets/utils/optimizeImage/optimizeImage.css.css +48 -48
  45. package/dist/utils/allowedAxosDomains.js +2 -4
  46. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  47. package/package.json +133 -133
@@ -1,264 +1,264 @@
1
- ._alts_header_1s4n2_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._alts_wrapper_1s4n2_5 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._alts_header_main_row_1s4n2_11,
12
- ._alts_mobile_header_1s4n2_12 {
13
- min-height: 80px;
14
- padding-top: 1rem;
15
- padding-bottom: 0.5rem;
16
- }
17
-
18
- ._alts_logo_wrap_1s4n2_18 {
19
- padding: 9px 6px;
20
- }
21
-
22
- ._alts_primary_links_1s4n2_22 {
23
- flex: 1 1 0;
24
- margin-left: 30px;
25
- }
26
-
27
- ._alts_main_nav_link_1s4n2_27 {
28
- padding: 10px 8px;
29
- text-align: center;
30
- }
31
-
32
- ._alts_main_nav_link_1s4n2_27:first-child {
33
- flex: 1 1 0;
34
- text-align: left;
35
- }
36
-
37
- ._alts_main_nav_link_1s4n2_27 .active {
38
- border-color: currentColor;
39
- transition: border-color 0.5s ease;
40
- font-weight: 700;
41
- }
42
-
43
- ._alts_main_nav_link_1s4n2_27 > a {
44
- display: inline-block;
45
- font-size: 16px;
46
- padding: 4px;
47
- border-bottom: 4px solid transparent;
48
- }
49
-
50
- ._alts_main_nav_link_1s4n2_27 a {
51
- text-decoration: none;
52
- transition: opacity 0.3s ease;
53
- }
54
-
55
- ._alts_main_nav_link_1s4n2_27 a:hover {
56
- opacity: 0.8;
57
- }
58
-
59
- ._alts_main_nav_link_1s4n2_27 a:not(.active):hover {
60
- text-decoration: underline;
61
- }
62
-
63
- ._alts_hamburger_1s4n2_63 {
64
- background: transparent;
65
- border: none;
66
- font-size: 0px;
67
- line-height: 1;
68
- outline: none;
69
- }
70
-
71
- ._alts_hamburger_1s4n2_63:hover,
72
- ._alts_mobile_header_1s4n2_12 button:hover {
73
- cursor: pointer;
74
- opacity: 0.8;
75
- }
76
-
77
- ._alts_mobile_logo_1s4n2_77 {
78
- flex: 1 1 0%;
79
- text-align: center;
80
- }
81
-
82
- ._alts_mobile_header_1s4n2_12 {
83
- border-bottom: 1px solid #ebebeb;
84
- display: grid;
85
- padding-bottom: 1rem;
86
- place-items: center;
87
- }
88
-
89
- ._alts_mobile_header_1s4n2_12 p {
90
- font: 400 20px / 1.3 var(--header-font-family);
91
- }
92
-
93
- ._alts_mobile_header_1s4n2_12 button {
94
- background: none;
95
- border: none;
96
- position: absolute;
97
- right: 40px;
98
- top: 50%;
99
- transform: translateY(-50%);
100
- }
101
-
102
- ._alts_mobile_nav_1s4n2_102 {
103
- border-right: 1px solid #ebebeb;
104
- left: -100%;
105
- min-height: 100vh;
106
- position: fixed;
107
- top: 0;
108
- transition: all 0.4s ease-in-out;
109
- width: 100%;
110
- z-index: 1205;
111
- }
112
-
113
- ._alts_mobile_opened_1s4n2_113 {
114
- left: 0%;
115
- }
116
-
117
- body:has(._alts_mobile_opened_1s4n2_113) {
118
- overflow-y: hidden;
119
- }
120
-
121
- ._alts_mobile_nav_item_1s4n2_121 {
122
- background-color: #f4f4f4;
123
- border-bottom: 1px solid #ebebeb;
124
- }
125
-
126
- ._alts_mobile_nav_item_1s4n2_121 > a {
127
- color: #323339;
128
- display: flex;
129
- font-weight: 700;
130
- line-height: 1.5;
131
- padding: 16px 40px;
132
- text-decoration: none;
133
- width: 100%;
134
- }
135
-
136
- ._alts_icon_wrap_1s4n2_136 {
137
- line-height: 1;
138
- height: 24px;
139
- }
140
-
141
- ._alts_mobile_footer_1s4n2_141 {
142
- position: relative;
143
- width: 100%;
144
- }
145
-
146
- ._alts_mobile_footer_content_1s4n2_146 {
147
- background-color: #f4f4f4;
148
- flex: 1 1 0%;
149
- padding: 16px 24px 16px 40px;
150
- }
151
-
152
- ._alts_mobile_footer_content_1s4n2_146 p {
153
- font-size: 14px;
154
- line-height: 1.5;
155
- }
156
-
157
- ._alts_mobile_footer_media_1s4n2_157 {
158
- flex-basis: min(42%, 300px);
159
- background: url("https://images.axos.com/o9ov1v03uwqk/1MqciOHfhfCbe5KM8N9LnC/2b71183753a701cd9dee4cb121e5fd47/axb-img-alts-mobile-menu.png")
160
- no-repeat 81% / cover;
161
- }
162
-
163
- ._alts_mobile_footer_1s4n2_141 > .flex_row {
164
- min-height: 112px;
165
- }
166
-
167
- ._alts_inner_wrapper_1s4n2_167 {
168
- max-height: 100vh;
169
- overflow-y: scroll;
170
- }
171
-
172
- ._alts_btn_1s4n2_172 {
173
- display: block;
174
- position: relative;
175
- }
176
-
177
- ._alts_sub_menu_1s4n2_177 {
178
- overflow: hidden;
179
- max-height: 0;
180
- transition: max-height 0.8s ease-out;
181
- background: #fff;
182
- overflow-y: scroll;
183
- }
184
-
185
- ._alts_skip_btn_1s4n2_185 {
186
- clip: rect(1px 1px 1px 1px);
187
- margin: -1px;
188
- overflow: hidden;
189
- padding: 0;
190
- position: absolute;
191
- }
192
-
193
- ._alts_skip_btn_1s4n2_185:active,
194
- ._alts_skip_btn_1s4n2_185:focus {
195
- background-color: #faa74a;
196
- border-radius: 8px;
197
- clip: auto;
198
- color: #1e3869;
199
- font-size: 14px;
200
- font-weight: 700;
201
- margin: 0;
202
- overflow: visible;
203
- padding: 9px 24px;
204
- position: relative;
205
- text-decoration: none;
206
- top: 12px;
207
- }
208
-
209
- ._alts_desktop_only_1s4n2_209,
210
- ._alts_main_nav_1s4n2_27 {
211
- flex: 1 1 0%;
212
- }
213
-
214
- @media (max-width: 1121px) {
215
- ._alts_mobile_logo_1s4n2_77 {
216
- position: absolute;
217
- transform: translateX(-50%);
218
- left: 50%;
219
- flex: none;
220
- }
221
- }
222
-
223
- @media (max-width: 1280px) and (min-width: 1024px) {
224
- ._alts_wrapper_1s4n2_5 {
225
- width: calc(100% - 28px);
226
- }
227
- ._alts_main_nav_link_1s4n2_27 > a {
228
- padding: 4px 6px;
229
- font-size: 15px;
230
- }
231
- ._alts_desktop_only_1s4n2_209 > a {
232
- font-size: 15px;
233
- }
234
- }
235
-
236
- @media (max-width: 1023px) {
237
- ._alts_desktop_only_1s4n2_209 {
238
- display: none !important;
239
- }
240
- }
241
-
242
- @media (max-width: 768px) {
243
- ._alts_wrapper_1s4n2_5 {
244
- width: calc(100% - 48px);
245
- }
246
-
247
- ._alts_mobile_header_1s4n2_12 button {
248
- right: 1.5rem;
249
- }
250
-
251
- ._alts_mobile_nav_item_1s4n2_121 > a {
252
- padding: 16px 24px;
253
- }
254
- ._alts_mobile_footer_content_1s4n2_146 {
255
- padding-right: 15px;
256
- padding-left: 24px;
257
- }
258
- }
259
-
260
- @media (min-width: 1024px) {
261
- ._alts_mobile_only_1s4n2_261 {
262
- display: none !important;
263
- }
264
- }
1
+ ._alts_header_19h22_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._alts_wrapper_19h22_9 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._alts_header_main_row_19h22_21,
12
+ ._alts_mobile_header_19h22_23 {
13
+ min-height: 80px;
14
+ padding-top: 1rem;
15
+ padding-bottom: 0.5rem;
16
+ }
17
+
18
+ ._alts_logo_wrap_19h22_35 {
19
+ padding: 9px 6px;
20
+ }
21
+
22
+ ._alts_primary_links_19h22_43 {
23
+ flex: 1 1 0;
24
+ margin-left: 30px;
25
+ }
26
+
27
+ ._alts_main_nav_link_19h22_53 {
28
+ padding: 10px 8px;
29
+ text-align: center;
30
+ }
31
+
32
+ ._alts_main_nav_link_19h22_53:first-child {
33
+ flex: 1 1 0;
34
+ text-align: left;
35
+ }
36
+
37
+ ._alts_main_nav_link_19h22_53 .active {
38
+ border-color: currentColor;
39
+ transition: border-color 0.5s ease;
40
+ font-weight: 700;
41
+ }
42
+
43
+ ._alts_main_nav_link_19h22_53 > a {
44
+ display: inline-block;
45
+ font-size: 16px;
46
+ padding: 4px;
47
+ border-bottom: 4px solid transparent;
48
+ }
49
+
50
+ ._alts_main_nav_link_19h22_53 a {
51
+ text-decoration: none;
52
+ transition: opacity 0.3s ease;
53
+ }
54
+
55
+ ._alts_main_nav_link_19h22_53 a:hover {
56
+ opacity: 0.8;
57
+ }
58
+
59
+ ._alts_main_nav_link_19h22_53 a:not(.active):hover {
60
+ text-decoration: underline;
61
+ }
62
+
63
+ ._alts_hamburger_19h22_125 {
64
+ background: transparent;
65
+ border: none;
66
+ font-size: 0px;
67
+ line-height: 1;
68
+ outline: none;
69
+ }
70
+
71
+ ._alts_hamburger_19h22_125:hover,
72
+ ._alts_mobile_header_19h22_23 button:hover {
73
+ cursor: pointer;
74
+ opacity: 0.8;
75
+ }
76
+
77
+ ._alts_mobile_logo_19h22_153 {
78
+ flex: 1 1 0%;
79
+ text-align: center;
80
+ }
81
+
82
+ ._alts_mobile_header_19h22_23 {
83
+ border-bottom: 1px solid #ebebeb;
84
+ display: grid;
85
+ padding-bottom: 1rem;
86
+ place-items: center;
87
+ }
88
+
89
+ ._alts_mobile_header_19h22_23 p {
90
+ font: 400 20px / 1.3 var(--header-font-family);
91
+ }
92
+
93
+ ._alts_mobile_header_19h22_23 button {
94
+ background: none;
95
+ border: none;
96
+ position: absolute;
97
+ right: 40px;
98
+ top: 50%;
99
+ transform: translateY(-50%);
100
+ }
101
+
102
+ ._alts_mobile_nav_19h22_203 {
103
+ border-right: 1px solid #ebebeb;
104
+ left: -100%;
105
+ min-height: 100vh;
106
+ position: fixed;
107
+ top: 0;
108
+ transition: all 0.4s ease-in-out;
109
+ width: 100%;
110
+ z-index: 1205;
111
+ }
112
+
113
+ ._alts_mobile_opened_19h22_225 {
114
+ left: 0%;
115
+ }
116
+
117
+ body:has(._alts_mobile_opened_19h22_225) {
118
+ overflow-y: hidden;
119
+ }
120
+
121
+ ._alts_mobile_nav_item_19h22_241 {
122
+ background-color: #f4f4f4;
123
+ border-bottom: 1px solid #ebebeb;
124
+ }
125
+
126
+ ._alts_mobile_nav_item_19h22_241 > a {
127
+ color: #323339;
128
+ display: flex;
129
+ font-weight: 700;
130
+ line-height: 1.5;
131
+ padding: 16px 40px;
132
+ text-decoration: none;
133
+ width: 100%;
134
+ }
135
+
136
+ ._alts_icon_wrap_19h22_271 {
137
+ line-height: 1;
138
+ height: 24px;
139
+ }
140
+
141
+ ._alts_mobile_footer_19h22_281 {
142
+ position: relative;
143
+ width: 100%;
144
+ }
145
+
146
+ ._alts_mobile_footer_content_19h22_291 {
147
+ background-color: #f4f4f4;
148
+ flex: 1 1 0%;
149
+ padding: 16px 24px 16px 40px;
150
+ }
151
+
152
+ ._alts_mobile_footer_content_19h22_291 p {
153
+ font-size: 14px;
154
+ line-height: 1.5;
155
+ }
156
+
157
+ ._alts_mobile_footer_media_19h22_313 {
158
+ flex-basis: min(42%, 300px);
159
+ background: url("https://images.axos.com/o9ov1v03uwqk/1MqciOHfhfCbe5KM8N9LnC/2b71183753a701cd9dee4cb121e5fd47/axb-img-alts-mobile-menu.png")
160
+ no-repeat 81% / cover;
161
+ }
162
+
163
+ ._alts_mobile_footer_19h22_281 > .flex_row {
164
+ min-height: 112px;
165
+ }
166
+
167
+ ._alts_inner_wrapper_19h22_333 {
168
+ max-height: 100vh;
169
+ overflow-y: scroll;
170
+ }
171
+
172
+ ._alts_btn_19h22_343 {
173
+ display: block;
174
+ position: relative;
175
+ }
176
+
177
+ ._alts_sub_menu_19h22_353 {
178
+ overflow: hidden;
179
+ max-height: 0;
180
+ transition: max-height 0.8s ease-out;
181
+ background: #fff;
182
+ overflow-y: scroll;
183
+ }
184
+
185
+ ._alts_skip_btn_19h22_369 {
186
+ clip: rect(1px 1px 1px 1px);
187
+ margin: -1px;
188
+ overflow: hidden;
189
+ padding: 0;
190
+ position: absolute;
191
+ }
192
+
193
+ ._alts_skip_btn_19h22_369:active,
194
+ ._alts_skip_btn_19h22_369:focus {
195
+ background-color: #faa74a;
196
+ border-radius: 8px;
197
+ clip: auto;
198
+ color: #1e3869;
199
+ font-size: 14px;
200
+ font-weight: 700;
201
+ margin: 0;
202
+ overflow: visible;
203
+ padding: 9px 24px;
204
+ position: relative;
205
+ text-decoration: none;
206
+ top: 12px;
207
+ }
208
+
209
+ ._alts_desktop_only_19h22_417,
210
+ ._alts_main_nav_19h22_53 {
211
+ flex: 1 1 0%;
212
+ }
213
+
214
+ @media (max-width: 1121px) {
215
+ ._alts_mobile_logo_19h22_153 {
216
+ position: absolute;
217
+ transform: translateX(-50%);
218
+ left: 50%;
219
+ flex: none;
220
+ }
221
+ }
222
+
223
+ @media (max-width: 1280px) and (min-width: 1024px) {
224
+ ._alts_wrapper_19h22_9 {
225
+ width: calc(100% - 28px);
226
+ }
227
+ ._alts_main_nav_link_19h22_53 > a {
228
+ padding: 4px 6px;
229
+ font-size: 15px;
230
+ }
231
+ ._alts_desktop_only_19h22_417 > a {
232
+ font-size: 15px;
233
+ }
234
+ }
235
+
236
+ @media (max-width: 1023px) {
237
+ ._alts_desktop_only_19h22_417 {
238
+ display: none !important;
239
+ }
240
+ }
241
+
242
+ @media (max-width: 768px) {
243
+ ._alts_wrapper_19h22_9 {
244
+ width: calc(100% - 48px);
245
+ }
246
+
247
+ ._alts_mobile_header_19h22_23 button {
248
+ right: 1.5rem;
249
+ }
250
+
251
+ ._alts_mobile_nav_item_19h22_241 > a {
252
+ padding: 16px 24px;
253
+ }
254
+ ._alts_mobile_footer_content_19h22_291 {
255
+ padding-right: 15px;
256
+ padding-left: 24px;
257
+ }
258
+ }
259
+
260
+ @media (min-width: 1024px) {
261
+ ._alts_mobile_only_19h22_521 {
262
+ display: none !important;
263
+ }
264
+ }