@axos-web-dev/shared-components 2.0.0-dev.33 → 2.0.0-dev.34

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 (64) hide show
  1. package/dist/ATMLocator/ATMLocator.js +1 -1
  2. package/dist/Auth/ErrorAlert.js +1 -1
  3. package/dist/Button/Button.js +1 -1
  4. package/dist/Calculators/ApyCalculator/index.js +76 -4
  5. package/dist/Calculators/Calculator.js +1 -1
  6. package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
  7. package/dist/Carousel/index.js +1 -1
  8. package/dist/Chatbot/Bubble.css.js +1 -0
  9. package/dist/Chatbot/Chatbot.css.js +0 -1
  10. package/dist/Chevron/index.js +1 -1
  11. package/dist/Comparison/Comparison.js +1 -1
  12. package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
  13. package/dist/FaqAccordion/index.js +1 -1
  14. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
  15. package/dist/Forms/ApplyNow.js +1 -1
  16. package/dist/Forms/ContactUsBusiness.js +1 -1
  17. package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
  18. package/dist/Forms/ContactUsNMLSId.js +1 -1
  19. package/dist/Forms/CpraRequest.js +1 -1
  20. package/dist/Forms/CraPublicFile.js +1 -1
  21. package/dist/Forms/EmailOnly.js +1 -1
  22. package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
  23. package/dist/Forms/MortgageRate/MortgageRateWatch.d.ts +1 -1
  24. package/dist/Forms/MortgageRate/MortgageRateWatch.js +91 -18
  25. package/dist/Forms/MortgageWarehouseLending.js +1 -1
  26. package/dist/Forms/SuccesForm.js +1 -1
  27. package/dist/Hyperlink/index.js +1 -1
  28. package/dist/ImageLink/ImageLink.js +1 -1
  29. package/dist/ImageLink/ImageLinkSet.js +1 -1
  30. package/dist/ImageLink/index.js +1 -1
  31. package/dist/ImageToast/index.js +1 -1
  32. package/dist/Input/DownPaymentInput.js +1 -0
  33. package/dist/Insight/Featured/CategorySelector.js +1 -1
  34. package/dist/Insight/Featured/Featured.js +1 -1
  35. package/dist/Insight/Featured/Header.js +1 -1
  36. package/dist/LandingPageHeader/WithLogin.js +1 -1
  37. package/dist/Modal/Modal.js +1 -1
  38. package/dist/NavigationMenu/AxosALTS/index.js +1 -1
  39. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  40. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +1 -1
  41. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +1 -1
  42. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -1
  43. package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -2
  44. package/dist/NavigationMenu/AxosBank/index.js +1 -1
  45. package/dist/NavigationMenu/LaVictoire/index.js +1 -1
  46. package/dist/NavigationMenu/NavItem/index.js +1 -1
  47. package/dist/NavigationMenu/ServerNavigation/DropwdownButton.js +1 -1
  48. package/dist/NavigationMenu/ServerNavigation/Menu.js +1 -1
  49. package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.js +1 -1
  50. package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.module.js +27 -27
  51. package/dist/NavigationMenu/ServerNavigation/NavBar.module.js +40 -40
  52. package/dist/NavigationMenu/ServerNavigation/SubNavBar.js +1 -1
  53. package/dist/NavigationMenu/ServerNavigation/SubNavItem.js +1 -1
  54. package/dist/NavigationMenu/ServerNavigation/index.js +1 -1
  55. package/dist/SetContainer/SetContainer.js +1 -1
  56. package/dist/SocialMediaBar/iconsRepository.js +1 -1
  57. package/dist/VideoTile/VideoTile.js +1 -1
  58. package/dist/VideoWrapper/index.js +1 -1
  59. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
  60. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -0
  61. package/dist/assets/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.css +353 -353
  62. package/dist/assets/NavigationMenu/ServerNavigation/NavBar.css +483 -483
  63. package/dist/utils/allowedAxosDomains.js +2 -1
  64. package/package.json +1 -1
@@ -0,0 +1,353 @@
1
+ ._overlay_hbh7s_1 {
2
+ position: fixed;
3
+ inset: 0;
4
+ height: 100vh;
5
+ background: rgba(0, 0, 0, 0.6);
6
+ z-index: 10000;
7
+ }
8
+
9
+ ._drawer_hbh7s_9 {
10
+ background: #fff;
11
+ border-radius: 0 0 0 1rem;
12
+ box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
13
+ max-height: 100vh;
14
+ max-width: 500px;
15
+ overflow: hidden auto;
16
+ position: fixed;
17
+ right: 0px;
18
+ top: 0;
19
+ width: 85%;
20
+ scrollbar-width: none;
21
+ -ms-overflow-style: none;
22
+ z-index: 10001;
23
+ }
24
+
25
+ ._drawer_hbh7s_9::-webkit-scrollbar {
26
+ display: none;
27
+ }
28
+
29
+ ._mobileNavRow_hbh7s_29 {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 16px;
33
+ }
34
+
35
+ ._loginTrigger_hbh7s_35 {
36
+ background: transparent;
37
+ border: none;
38
+ color: var(--_1073cm83);
39
+ cursor: pointer;
40
+ font-family: var(--header-font-family);
41
+ font-size: 1rem;
42
+ font-weight: 700;
43
+ padding: 0.25rem 0;
44
+ transition: opacity 0.2s ease;
45
+ }
46
+
47
+ ._loginTrigger_hbh7s_35:hover {
48
+ opacity: 0.85;
49
+ }
50
+
51
+ ._hamburger_hbh7s_51 {
52
+ background: transparent;
53
+ border: none;
54
+ cursor: pointer;
55
+ transition: opacity 0.3s ease;
56
+ position: relative;
57
+ }
58
+
59
+ ._hamburger_hbh7s_51::before {
60
+ content: "";
61
+ position: absolute;
62
+ left: -7px;
63
+ bottom: 0;
64
+ height: 28px;
65
+ border-left: 2px solid #1f1f1f;
66
+ top: -2px;
67
+ }
68
+
69
+ ._hamburger_hbh7s_51:hover {
70
+ opacity: 0.8;
71
+ }
72
+
73
+ ._loginDrawerTitle_hbh7s_73 {
74
+ font-weight: 700;
75
+ font-size: 1rem;
76
+ color: var(--_1073cm83);
77
+ }
78
+
79
+ ._loginDrawerContent_hbh7s_79 {
80
+ padding: 1rem 1.2rem 1.2rem;
81
+ overflow: auto;
82
+ flex: 1;
83
+ }
84
+
85
+ ._header_hbh7s_85 {
86
+ display: flex;
87
+ align-items: center;
88
+ background: #f4f4f4;
89
+ justify-content: space-between;
90
+ padding: 0.9rem 1.2rem 0.9rem 1rem;
91
+ position: sticky;
92
+ top: 0;
93
+ z-index: 1;
94
+ }
95
+
96
+ ._back_hbh7s_96 {
97
+ color: var(--_1073cm83);
98
+ font-size: 1rem;
99
+ font-weight: 700;
100
+ line-height: 1;
101
+ padding: 0;
102
+ }
103
+
104
+ ._close_hbh7s_104 {
105
+ font-size: 1.3rem;
106
+ }
107
+
108
+ ._back_hbh7s_96,
109
+ ._close_hbh7s_104 {
110
+ background: none;
111
+ border: none;
112
+ cursor: pointer;
113
+ }
114
+
115
+ ._levelContainer_hbh7s_115 {
116
+ height: 100%;
117
+ position: relative;
118
+ }
119
+
120
+ ._level_hbh7s_115 {
121
+ background: var(--_1073cm86);
122
+ color: var(--_1073cm85);
123
+ font-size: 0.9rem;
124
+ padding: 14px 1.2rem;
125
+ position: sticky;
126
+ top: 54.78px;
127
+ width: 100%;
128
+ z-index: 1;
129
+ }
130
+
131
+ ._levelTitle_hbh7s_131 {
132
+ font: 700 0.9rem / 1.39 var(--main-font-family);
133
+ letter-spacing: 0.4px;
134
+ }
135
+
136
+ ._menu_hbh7s_136 {
137
+ background-color: transparent;
138
+ list-style: none;
139
+ margin: 0;
140
+ min-height: 100%;
141
+ padding: 0 1.2rem;
142
+ position: relative;
143
+ }
144
+
145
+ ._menu_hbh7s_136 li {
146
+ color: var(--_1073cm83);
147
+ font-family: var(--header-font-family);
148
+ font-weight: 500;
149
+ border-top: 1px solid #e9e9e9;
150
+ }
151
+
152
+ ._menuItem_hbh7s_152 {
153
+ display: flex;
154
+ align-items: center;
155
+ background: none;
156
+ border: none;
157
+ color: inherit;
158
+ cursor: pointer;
159
+ font-size: 1rem;
160
+ justify-content: space-between;
161
+ padding: 0.75rem 0;
162
+ text-align: left;
163
+ text-decoration: none;
164
+ transition: background 0.2s ease;
165
+ width: 100%;
166
+ }
167
+
168
+ ._loginAccordion_hbh7s_168 {
169
+ padding: 0;
170
+ }
171
+
172
+ ._loginAccordionList_hbh7s_172 {
173
+ list-style: none;
174
+ margin: 0;
175
+ padding: 0;
176
+ }
177
+
178
+ ._loginAccordionGroup_hbh7s_178 {
179
+ padding-block: 4px;
180
+ }
181
+
182
+ ._loginAccordionGroup_hbh7s_178 + ._loginAccordionGroup_hbh7s_178 {
183
+ margin-top: 2px;
184
+ position: relative;
185
+ }
186
+
187
+ ._loginAccordionGroup_hbh7s_178:nth-child(5):is(:last-child) {
188
+ padding-top: 12px;
189
+ margin-top: 12px;
190
+ }
191
+
192
+ ._loginAccordionGroup_hbh7s_178:nth-child(5):is(:last-child)::before {
193
+ content: "";
194
+ background-color: #8f8f8f;
195
+ height: 2px;
196
+ opacity: 0.3;
197
+ position: absolute;
198
+ right: 8px;
199
+ top: 0;
200
+ width: 94%;
201
+ }
202
+
203
+ ._loginAccordionGroup_hbh7s_178:nth-child(5):is(:last-child) > span {
204
+ position: absolute;
205
+ border: 0;
206
+ clip: rect(0, 0, 0, 0);
207
+ height: 1px;
208
+ margin: -1px;
209
+ overflow: hidden;
210
+ padding: 0;
211
+ white-space: nowrap;
212
+ width: 1px;
213
+ }
214
+
215
+ ._loginAccordionHeading_hbh7s_215 {
216
+ display: block;
217
+ font-family: var(--header-font-family);
218
+ font-weight: 700;
219
+ font-size: 18px;
220
+ line-height: 1.39;
221
+
222
+ padding: 0.35rem 0 0.2rem;
223
+ }
224
+
225
+ ._loginAccordionGroupList_hbh7s_225 {
226
+ list-style: none;
227
+ margin: 0;
228
+ padding: 0 0 0 8px;
229
+ }
230
+
231
+ ._loginAccordionList_hbh7s_172 li {
232
+ font-family: var(--header-font-family);
233
+ font-weight: 500;
234
+ }
235
+
236
+ ._loginAccordionList_hbh7s_172 li li {
237
+ border-top: none;
238
+ color: #1e629a;
239
+ font-weight: 400;
240
+ padding-block: 3px;
241
+ font-family: var(--main-font-family);
242
+ }
243
+
244
+ ._loginAccordionList_hbh7s_172 ._menuItem_hbh7s_152 {
245
+ display: inline;
246
+ padding-block: 0px;
247
+ }
248
+
249
+ ._loginAccordionList_hbh7s_172 ._menuItem_hbh7s_152:hover {
250
+ opacity: 0.7;
251
+ }
252
+
253
+ ._loginAccordion_hbh7s_168 > ._menuItem_hbh7s_152 {
254
+ padding-block: 4px;
255
+ position: relative;
256
+ isolation: isolate;
257
+ }
258
+
259
+ ._loginAccordion_hbh7s_168 > ._menuItem_hbh7s_152::after {
260
+ content: "return to menu";
261
+ position: absolute;
262
+ right: 36px;
263
+ bottom: 50%;
264
+ font-size: 12px;
265
+ transform: translateY(50%);
266
+ letter-spacing: 0.5px;
267
+ }
268
+
269
+ ._loginHeading_hbh7s_269 {
270
+ font-family: var(--header-font-family);
271
+ font-size: 20px;
272
+ font-weight: 700;
273
+ line-height: 1;
274
+ display: flex;
275
+ align-items: center;
276
+ gap: 8px;
277
+ }
278
+
279
+ ._chevron_hbh7s_279 {
280
+ font-size: 1.2rem;
281
+ margin-left: auto;
282
+ }
283
+
284
+ ._chevronIcon_hbh7s_284 {
285
+ height: auto;
286
+ margin-right: 10px;
287
+ max-width: 8px;
288
+ }
289
+
290
+ body:has(._drawer_hbh7s_9) {
291
+ overflow-y: hidden;
292
+ position: relative;
293
+ }
294
+
295
+ ._quickLinks_hbh7s_295 {
296
+ background-color: #e8f7ff;
297
+ bottom: 0;
298
+ box-shadow: 0 15px 10px -20px rgba(0, 0, 0, 0.45) inset;
299
+ gap: 8px;
300
+ margin-top: 9px;
301
+ padding: 1rem;
302
+ position: sticky;
303
+ }
304
+
305
+ ._quickLink_hbh7s_295 {
306
+ display: flex;
307
+ align-items: center;
308
+ color: var(--_1073cm83);
309
+ flex-direction: column;
310
+ flex: 1 1 0%;
311
+ font-size: 0.8rem;
312
+ font-weight: 700;
313
+ gap: 8px;
314
+ line-height: 1.5;
315
+ text-decoration: none;
316
+ text-transform: uppercase;
317
+ }
318
+
319
+ ._sr_only_hbh7s_319 {
320
+ position: absolute;
321
+ border: 0;
322
+ clip: rect(0, 0, 0, 0);
323
+ height: 1px;
324
+ margin: -1px;
325
+ overflow: hidden;
326
+ padding: 0;
327
+ white-space: nowrap;
328
+ width: 1px;
329
+ }
330
+
331
+ @media (max-width: 540px) {
332
+ ._drawer_hbh7s_9 {
333
+ border-radius: 0;
334
+ max-width: none;
335
+ width: 100%;
336
+ }
337
+ ._menu_hbh7s_136 li + li {
338
+ margin-top: 3px;
339
+ }
340
+ ._menuItem_hbh7s_152 {
341
+ font-size: 0.9rem;
342
+ padding: 0.65rem 0;
343
+ }
344
+ ._loginAccordionOverlay_hbh7s_344::before {
345
+ opacity: 0.1;
346
+ }
347
+ }
348
+
349
+ @media (min-width: 541px) {
350
+ ._drawer_hbh7s_9:has(._loginDrawerContent_hbh7s_79) {
351
+ max-width: 345px;
352
+ }
353
+ }