@axos-web-dev/shared-components 2.0.0-dev.2-bwaTest → 2.0.0-dev.2-nav-1

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 (81) hide show
  1. package/dist/ATMLocator/ATMLocator.js +14 -84
  2. package/dist/Auth/ErrorAlert.js +6 -88
  3. package/dist/Button/Button.js +6 -120
  4. package/dist/Calculators/Calculator.d.ts +1 -1
  5. package/dist/Calculators/Calculator.js +18 -89
  6. package/dist/Calculators/MarginTradingCalculator/index.js +2 -112
  7. package/dist/Carousel/index.js +4 -109
  8. package/dist/Chatbot/ChatWindow.css.d.ts +4 -0
  9. package/dist/Chatbot/ChatWindow.css.js +8 -0
  10. package/dist/Chatbot/ChatWindow.js +8 -2
  11. package/dist/Chatbot/Chatbot.js +12 -2
  12. package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
  13. package/dist/Chatbot/ChatbotMessage.js +47 -4
  14. package/dist/Chatbot/index.js +5 -1
  15. package/dist/Chevron/index.js +4 -114
  16. package/dist/Comparison/Comparison.js +5 -121
  17. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -2
  18. package/dist/ExecutiveBio/ExecutiveBio.js +4 -126
  19. package/dist/FaqAccordion/index.js +7 -110
  20. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +5 -110
  21. package/dist/Forms/ApplyNow.js +4 -109
  22. package/dist/Forms/ContactCompany.d.ts +1 -1
  23. package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
  24. package/dist/Forms/ContactUsBusiness.js +7 -104
  25. package/dist/Forms/ContactUsBusinessNameEmail.js +8 -104
  26. package/dist/Forms/ContactUsNMLSId.js +7 -104
  27. package/dist/Forms/CpraRequest.js +2 -96
  28. package/dist/Forms/CraPublicFile.js +7 -104
  29. package/dist/Forms/DealerServices.d.ts +1 -1
  30. package/dist/Forms/EmailOnly.js +7 -104
  31. package/dist/Forms/EmailUs.js +34 -40
  32. package/dist/Forms/Forms.css.d.ts +0 -3
  33. package/dist/Forms/Forms.css.js +39 -39
  34. package/dist/Forms/MortgageRate/MortgageRateForm.js +8 -96
  35. package/dist/Forms/MortgageRate/MortgageRateWatch.js +4 -92
  36. package/dist/Forms/MortgageWarehouseLending.js +7 -104
  37. package/dist/Forms/SuccesForm.js +8 -91
  38. package/dist/Hyperlink/index.js +5 -110
  39. package/dist/ImageLink/ImageLink.js +6 -106
  40. package/dist/ImageLink/ImageLinkSet.js +6 -114
  41. package/dist/ImageLink/index.js +6 -105
  42. package/dist/Insight/Featured/CategorySelector.d.ts +1 -1
  43. package/dist/Insight/Featured/CategorySelector.js +5 -109
  44. package/dist/Insight/Featured/Featured.js +8 -106
  45. package/dist/Insight/Featured/Header.js +4 -109
  46. package/dist/LandingPageHeader/LandingPageHeader.d.ts +1 -1
  47. package/dist/Modal/Modal.js +2 -122
  48. package/dist/NavigationMenu/AxosALTS/index.js +6 -111
  49. package/dist/NavigationMenu/AxosBank/DropwdownButton.d.ts +7 -0
  50. package/dist/NavigationMenu/AxosBank/DropwdownButton.js +125 -0
  51. package/dist/NavigationMenu/AxosBank/Menu.d.ts +37 -0
  52. package/dist/NavigationMenu/AxosBank/Menu.js +150 -0
  53. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +12 -1
  54. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +183 -268
  55. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +37 -268
  56. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +63 -492
  57. package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.d.ts +36 -0
  58. package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.js +105 -0
  59. package/dist/NavigationMenu/AxosBank/NavBar.module.js +42 -39
  60. package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +6 -1
  61. package/dist/NavigationMenu/AxosBank/SubNavBar.js +118 -3187
  62. package/dist/NavigationMenu/AxosBank/SubNavItem.d.ts +1 -0
  63. package/dist/NavigationMenu/AxosBank/SubNavItem.js +206 -0
  64. package/dist/NavigationMenu/AxosBank/index.d.ts +6 -4
  65. package/dist/NavigationMenu/AxosBank/index.js +83 -457
  66. package/dist/NavigationMenu/LaVictoire/index.js +5 -118
  67. package/dist/NavigationMenu/Navbar.d.ts +4 -1
  68. package/dist/NavigationMenu/Navbar.js +11 -114
  69. package/dist/NavigationMenu/SignInNavButton.js +9 -122
  70. package/dist/NavigationMenu/utils.d.ts +465 -0
  71. package/dist/NavigationMenu/utils.js +112 -0
  72. package/dist/SetContainer/SetContainer.js +7 -108
  73. package/dist/SocialMediaBar/iconsRepository.js +0 -124
  74. package/dist/VideoTile/VideoTile.js +2 -106
  75. package/dist/VideoWrapper/index.js +7 -110
  76. package/dist/assets/Chatbot/ChatWindow.css +26 -0
  77. package/dist/assets/Forms/Forms.css +91 -94
  78. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +125 -87
  79. package/dist/assets/incoming.mp3.js +4 -0
  80. package/dist/main.js +5 -1
  81. package/package.json +5 -3
@@ -1,4 +1,4 @@
1
- @keyframes tfms6a12 {
1
+ @keyframes tfms6a11 {
2
2
  from {
3
3
  stroke-dashoffset: 1;
4
4
  }
@@ -6,7 +6,7 @@
6
6
  opacity: 100;
7
7
  }
8
8
  }
9
- @keyframes tfms6a13 {
9
+ @keyframes tfms6a12 {
10
10
  0% {
11
11
  stroke-dashoffset: -1000;
12
12
  }
@@ -116,16 +116,13 @@
116
116
  grid-template-columns: 1fr auto !important;
117
117
  }
118
118
  .tfms6aq {
119
- grid-template-columns: 1fr !important;
120
- }
121
- .tfms6ar {
122
119
  display: flex;
123
120
  flex-direction: column;
124
121
  }
125
- .tfms6as {
122
+ .tfms6ar {
126
123
  grid-template-columns: 1fr 1fr;
127
124
  }
128
- .tfms6ar h4 {
125
+ .tfms6aq h4 {
129
126
  font-size: 24px;
130
127
  font-weight: 700;
131
128
  letter-spacing: 3px;
@@ -134,88 +131,88 @@
134
131
  font-family: var(--header-font-family);
135
132
  line-height: 30px;
136
133
  }
137
- .tfms6ar h4:before {
134
+ .tfms6aq h4:before {
138
135
  content: "";
139
136
  border-top: 2px solid #60AECB;
140
137
  height: 40px;
141
138
  position: relative;
142
139
  width: 100%;
143
140
  }
144
- .tfms6ar h5 {
141
+ .tfms6aq h5 {
145
142
  font-size: 14px;
146
143
  font-weight: 500;
147
144
  letter-spacing: 2px;
148
145
  font-family: var(--header-font-family);
149
146
  line-height: 16px;
150
147
  }
151
- .tfms6ar p {
148
+ .tfms6aq p {
152
149
  font-size: 15px;
153
150
  font-weight: 400;
154
151
  margin-bottom: 10px;
155
152
  font-family: var(--header-font-family);
156
153
  line-height: 28px;
157
154
  }
158
- .tfms6ar label {
155
+ .tfms6aq label {
159
156
  padding-left: 0;
160
157
  margin-bottom: 10px;
161
158
  }
162
- .tfms6at {
159
+ .tfms6as {
163
160
  display: flex;
164
161
  flex-direction: row;
165
162
  width: 100%;
166
163
  gap: 15px;
167
164
  }
168
- .tfms6at > div {
165
+ .tfms6as > div {
169
166
  flex-grow: 1;
170
167
  }
171
- .tfms6au {
168
+ .tfms6at {
172
169
  margin-top: 1.5rem;
173
170
  text-align: center;
174
171
  margin-inline: auto;
175
172
  }
176
- .tfms6av {
173
+ .tfms6au {
177
174
  margin-top: 16px;
178
175
  }
179
- .tfms6aw {
176
+ .tfms6av {
180
177
  color: var(--_1073cm83);
181
178
  }
182
- .tfms6ax {
179
+ .tfms6aw {
183
180
  color: var(--_1073cm8a);
184
181
  }
185
- .tfms6ay {
182
+ .tfms6ax {
186
183
  color: var(--_1073cm8h);
187
184
  }
188
- .tfms6az {
185
+ .tfms6ay {
189
186
  color: var(--_1073cm8o);
190
187
  }
191
- .tfms6a10 {
188
+ .tfms6az {
192
189
  max-width: 860px;
193
190
  margin-inline: auto;
194
191
  }
195
- .tfms6a11 {
192
+ .tfms6a10 {
196
193
  max-width: 900px;
197
194
  margin-inline: auto;
198
195
  }
199
- .tfms6a14 {
196
+ .tfms6a13 {
200
197
  padding: 2.5rem 0;
201
198
  }
202
- .tfms6a15 {
199
+ .tfms6a14 {
203
200
  color: var(--_1073cm85);
204
201
  background: var(--_1073cm81);
205
202
  }
206
- .tfms6a16 {
203
+ .tfms6a15 {
207
204
  color: var(--_1073cm8c);
208
205
  background: var(--_1073cm88);
209
206
  }
210
- .tfms6a17 {
207
+ .tfms6a16 {
211
208
  color: var(--_1073cm8h);
212
209
  background: var(--_1073cm8f);
213
210
  }
214
- .tfms6a18 {
211
+ .tfms6a17 {
215
212
  color: var(--_1073cm8o);
216
213
  background: var(--_1073cm8m);
217
214
  }
218
- .tfms6a14 h1 {
215
+ .tfms6a13 h1 {
219
216
  font-size: 43px;
220
217
  font-weight: 700;
221
218
  letter-spacing: 1px;
@@ -223,29 +220,29 @@
223
220
  margin-bottom: 0.7rem;
224
221
  font-family: var(--header-font-family);
225
222
  }
226
- .tfms6a14 p {
223
+ .tfms6a13 p {
227
224
  margin-bottom: 0;
228
225
  }
229
- .tfms6a19 {
226
+ .tfms6a18 {
230
227
  margin: 0 auto;
231
228
  display: block;
232
229
  }
233
- .tfms6a1a {
230
+ .tfms6a19 {
234
231
  fill: none;
235
232
  stroke: #faa74a;
236
233
  stroke-width: 4;
237
234
  stroke-dasharray: 100px;
238
235
  stroke-dashoffset: 100;
239
- animation: tfms6a12 0.5s ease-in-out forwards reverse;
236
+ animation: tfms6a11 0.5s ease-in-out forwards reverse;
240
237
  -webkit-animation-delay: 0.7s;
241
238
  }
242
- .tfms6a1b {
239
+ .tfms6a1a {
243
240
  fill: none;
244
241
  stroke-width: 4;
245
242
  stroke-dasharray: 1000px;
246
243
  stroke-dashoffset: 1000;
247
- -webkit-animation: tfms6a13 0.8s ease-in-out forwards;
248
- animation: tfms6a13 0.8s ease-in-out forwards;
244
+ -webkit-animation: tfms6a12 0.8s ease-in-out forwards;
245
+ animation: tfms6a12 0.8s ease-in-out forwards;
249
246
  -webkit-transform-origin: center;
250
247
  -ms-transform-origin: center;
251
248
  transform-origin: center;
@@ -253,143 +250,143 @@
253
250
  -ms-transform: rotate(-40deg);
254
251
  transform: rotate(-40deg);
255
252
  }
256
- .tfms6a1c {
253
+ .tfms6a1b {
257
254
  stroke: var(--_1073cm85);
258
255
  }
259
- .tfms6a1d {
256
+ .tfms6a1c {
260
257
  stroke: var(--_1073cm8c);
261
258
  }
262
- .tfms6a1e {
259
+ .tfms6a1d {
263
260
  stroke: var(--_1073cm8h);
264
261
  }
265
- .tfms6a1f {
262
+ .tfms6a1e {
266
263
  stroke: var(--_1073cm8o);
267
264
  }
268
- .tfms6a1g {
265
+ .tfms6a1f {
269
266
  margin-top: 1rem;
270
267
  }
271
- .tfms6a1h {
268
+ .tfms6a1g {
272
269
  color: var(--_1073cm83);
273
270
  }
274
- .tfms6a1i {
271
+ .tfms6a1h {
275
272
  color: var(--_1073cm8a);
276
273
  }
277
- .tfms6a1j {
274
+ .tfms6a1i {
278
275
  color: var(--_1073cm8h);
279
276
  }
280
- .tfms6a1k {
277
+ .tfms6a1j {
281
278
  color: var(--_1073cm8o);
282
279
  }
283
- .tfms6a1l {
280
+ .tfms6a1k {
284
281
  margin-top: 1rem;
285
282
  }
286
- .tfms6ak .tfms6a1m {
283
+ .tfms6ak .tfms6a1l {
287
284
  grid-column-start: 1;
288
285
  grid-column-end: 3;
289
286
  }
290
- .tfms6a1n {
287
+ .tfms6a1m {
291
288
  grid-column: 1 / -1;
292
289
  }
293
- .tfms6a1o {
290
+ .tfms6a1n {
294
291
  width: 100%;
295
292
  padding-bottom: 4px;
296
293
  }
297
- .tfms6a1p {
294
+ .tfms6a1o {
298
295
  border-bottom: 1px solid var(--_1073cm83);
299
296
  }
300
- .tfms6a1q {
297
+ .tfms6a1p {
301
298
  border-bottom: 1px solid var(--_1073cm8a);
302
299
  }
303
- .tfms6a1r {
300
+ .tfms6a1q {
304
301
  border-bottom: 1px solid var(--_1073cm8h);
305
302
  }
306
- .tfms6a1s {
303
+ .tfms6a1r {
307
304
  border-bottom: 1px solid var(--_1073cm8o);
308
305
  }
309
- .tfms6a1p > h4, .tfms6a1q > h4 {
306
+ .tfms6a1o > h4, .tfms6a1p > h4 {
310
307
  -webkit-background-clip: text;
311
308
  background-image: var(--_1073cm85);
312
309
  -webkit-text-fill-color: var(--_1073cm85);
313
310
  }
314
- .tfms6a1r > h4, .tfms6a1s > h4 {
311
+ .tfms6a1q > h4, .tfms6a1r > h4 {
315
312
  -webkit-background-clip: text;
316
313
  background-image: var(--_1073cm8j);
317
314
  -webkit-text-fill-color: var(--_1073cm8j);
318
315
  }
319
- .tfms6a1t {
316
+ .tfms6a1s {
320
317
  display: flex;
321
318
  }
322
- .tfms6a1u {
319
+ .tfms6a1t {
323
320
  cursor: pointer;
324
321
  caret-color: transparent;
325
322
  }
326
- .tfms6a1v {
323
+ .tfms6a1u {
327
324
  padding-left: 16px;
328
325
  }
329
- .tfms6a1x label {
326
+ .tfms6a1w label {
330
327
  white-space: nowrap;
331
328
  }
332
- .tfms6a1z {
329
+ .tfms6a1y {
333
330
  margin-top: 2rem;
334
331
  }
335
- .tfms6a20 {
332
+ .tfms6a1z {
336
333
  display: flex;
337
334
  justify-content: center;
338
335
  }
339
- .tfms6a20 > div {
336
+ .tfms6a1z > div {
340
337
  width: 100%;
341
338
  }
342
- .tfms6a21 {
339
+ .tfms6a20 {
343
340
  display: flex;
344
341
  justify-content: center;
345
342
  align-items: center;
346
343
  gap: 2rem;
347
344
  }
348
- .tfms6a22 {
345
+ .tfms6a21 {
349
346
  display: flex;
350
347
  margin: 1rem 0;
351
348
  text-align: left;
352
349
  gap: 1rem;
353
350
  }
354
- .tfms6a23 {
351
+ .tfms6a22 {
355
352
  display: flex;
356
353
  justify-content: space-between;
357
354
  }
358
- .tfms6a23 > div {
355
+ .tfms6a22 > div {
359
356
  min-width: 32%;
360
357
  }
361
- .tfms6a24 {
358
+ .tfms6a23 {
362
359
  margin-top: 1rem;
363
360
  }
364
- .tfms6a25 {
361
+ .tfms6a24 {
365
362
  min-width: 24px;
366
363
  }
367
- .tfms6a26 {
364
+ .tfms6a25 {
368
365
  width: min(calc(100% - 2rem));
369
366
  height: min(calc(100% - 2rem));
370
367
  overflow: scroll!important;
371
368
  }
372
- .tfms6a27 {
369
+ .tfms6a26 {
373
370
  display: none;
374
371
  }
375
- .tfms6a29::placeholder {
372
+ .tfms6a28::placeholder {
376
373
  color: transparent;
377
374
  }
378
- .tfms6a2a {
375
+ .tfms6a29 {
379
376
  cursor: not-allowed;
380
377
  }
381
- .tfms6a2b {
378
+ .tfms6a2a {
382
379
  display: flex;
383
380
  }
384
- .tfms6a2c {
381
+ .tfms6a2b {
385
382
  visibility: hidden;
386
383
  display: none;
387
384
  }
388
- .tfms6a2e {
385
+ .tfms6a2d {
389
386
  display: flex;
390
387
  gap: 24px;
391
388
  }
392
- .tfms6a2f {
389
+ .tfms6a2e {
393
390
  vertical-align: vertical;
394
391
  width: 100%;
395
392
  display: flex;
@@ -398,12 +395,12 @@
398
395
  align-items: center;
399
396
  flex-direction: column-reverse;
400
397
  }
401
- .tfms6a2g {
398
+ .tfms6a2f {
402
399
  text-transform: capitalize;
403
400
  margin: auto ;
404
401
  max-width: fit-content;
405
402
  }
406
- .tfms6a2h {
403
+ .tfms6a2g {
407
404
  padding: 16px 64px;
408
405
  border-radius: 0 8px 8px 0;
409
406
  }
@@ -411,7 +408,7 @@
411
408
  .tfms6a0 {
412
409
  font-size: 28px;
413
410
  }
414
- .tfms6a2h {
411
+ .tfms6a2g {
415
412
  padding: 16px;
416
413
  }
417
414
  }
@@ -436,80 +433,80 @@
436
433
  .tfms6ak {
437
434
  grid-template-columns: 1fr;
438
435
  }
439
- .tfms6at {
436
+ .tfms6as {
440
437
  flex-direction: column;
441
438
  }
442
- .tfms6ak .tfms6a1m {
439
+ .tfms6ak .tfms6a1l {
443
440
  grid-column-start: 1;
444
441
  grid-column-end: 2;
445
442
  }
446
443
  }
447
444
  @media screen and (max-width: 992px) {
448
- .tfms6a14 h1 {
445
+ .tfms6a13 h1 {
449
446
  font-size: 37px;
450
447
  line-height: 1.29;
451
448
  margin-bottom: 0.4rem;
452
449
  }
453
450
  }
454
451
  @media screen and (maxwidth: 767px) {
455
- .tfms6a14 h1 {
452
+ .tfms6a13 h1 {
456
453
  font-size: 32px;
457
454
  font-weight: 700;
458
455
  margin-top: 0;
459
456
  margin-bottom: 0.4rem;
460
457
  }
461
- .tfms6a19 {
458
+ .tfms6a18 {
462
459
  max-width: 69px;
463
460
  }
464
461
  }
465
462
  @media screen and (max-width: 780px) {
466
- .tfms6a1t {
463
+ .tfms6a1s {
467
464
  flex-direction: column;
468
465
  }
469
466
  }
470
467
  @media screen and (max-width: 1103px) {
471
- .tfms6a1t ._18du0lag {
468
+ .tfms6a1s ._18du0lag {
472
469
  padding: 6px;
473
470
  }
474
471
  }
475
472
  @media screen and (max-width: 571px) and (min-width: 481px) {
476
- .tfms6a1w label {
473
+ .tfms6a1v label {
477
474
  height: 48px;
478
475
  display: flex;
479
476
  align-items: flex-end;
480
477
  }
481
478
  }
482
479
  @media screen and (min-width: 481px) {
483
- .tfms6a1y select {
480
+ .tfms6a1x select {
484
481
  background: url(https://images.axos.com/o9ov1v03uwqk/4ayjjdIkEzQsfmhKbPeNaE/636b57923fbdac891d48f78ca06ffeb6/image_1_-_2024-06-27T142052.191.png) no-repeat 98%;
485
482
  }
486
483
  }
487
484
  @media screen and (min-width: 769px) {
488
- .tfms6a20 > div {
485
+ .tfms6a1z > div {
489
486
  grid-template: none;
490
487
  width: 50%;
491
488
  }
492
489
  }
493
490
  @media screen and (max-width: 500px) {
494
- .tfms6a21 {
491
+ .tfms6a20 {
495
492
  flex-direction: column;
496
493
  }
497
494
  }
498
495
  @media screen and (max-width: 800px) {
499
- .tfms6a23 {
496
+ .tfms6a22 {
500
497
  flex-direction: column;
501
498
  }
502
- .tfms6a28 select {
499
+ .tfms6a27 select {
503
500
  white-space: normal;
504
501
  padding-right: 4rem;
505
502
  }
506
- .tfms6a29::placeholder {
503
+ .tfms6a28::placeholder {
507
504
  color: #5E6A74;
508
505
  }
509
- .tfms6a2e {
506
+ .tfms6a2d {
510
507
  flex-direction: column;
511
508
  }
512
- .tfms6a2f {
509
+ .tfms6a2e {
513
510
  flex-direction: column-reverse;
514
511
  }
515
512
  }
@@ -517,7 +514,7 @@
517
514
  .rate-watch-form hr {
518
515
  display: none;
519
516
  }
520
- .tfms6a27 {
517
+ .tfms6a26 {
521
518
  display: block;
522
519
  }
523
520
  }