@axos-web-dev/shared-components 2.0.0-dev.24 → 2.0.0-dev.26

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/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/AnnualFeeCalculator/index.js +1 -1
  5. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +45 -5
  6. package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +70 -19
  7. package/dist/Calculators/ApyCalculator/index.js +562 -293
  8. package/dist/Calculators/Calculator.js +2 -2
  9. package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
  10. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
  11. package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
  12. package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
  13. package/dist/Calculators/calculator.css.d.ts +21 -1
  14. package/dist/Calculators/calculator.css.js +3 -3
  15. package/dist/Carousel/index.js +2 -2
  16. package/dist/Chevron/index.js +1 -1
  17. package/dist/Comparison/Comparison.js +1 -1
  18. package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
  19. package/dist/FaqAccordion/index.js +1 -1
  20. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
  21. package/dist/Forms/ApplyNow.js +2 -2
  22. package/dist/Forms/ContactUsBusiness.js +1 -1
  23. package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
  24. package/dist/Forms/ContactUsNMLSId.js +1 -1
  25. package/dist/Forms/CpraRequest.js +1 -1
  26. package/dist/Forms/CraPublicFile.js +1 -1
  27. package/dist/Forms/EmailOnly.js +1 -1
  28. package/dist/Forms/MortgageRate/MortgageRateForm.js +2 -2
  29. package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -2
  30. package/dist/Forms/MortgageWarehouseLending.js +1 -1
  31. package/dist/Forms/SuccesForm.js +2 -2
  32. package/dist/Hyperlink/index.js +1 -1
  33. package/dist/ImageLink/ImageLink.js +2 -2
  34. package/dist/ImageLink/ImageLinkSet.js +1 -1
  35. package/dist/ImageLink/index.js +1 -1
  36. package/dist/Insight/Featured/CategorySelector.js +2 -2
  37. package/dist/Insight/Featured/Featured.js +2 -2
  38. package/dist/Insight/Featured/Header.js +2 -2
  39. package/dist/Interstitial/Interstitial.module.js +10 -10
  40. package/dist/Modal/Modal.js +1 -1
  41. package/dist/NavigationMenu/AxosALTS/index.js +1 -1
  42. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +1 -1
  43. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
  44. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -0
  45. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +4 -3
  46. package/dist/NavigationMenu/AxosBank/SubNavBar.js +24 -3
  47. package/dist/NavigationMenu/AxosBank/index.js +1 -1
  48. package/dist/NavigationMenu/LaVictoire/index.js +1 -1
  49. package/dist/NavigationMenu/Navbar.js +1 -1
  50. package/dist/NavigationMenu/SignInNavButton.js +1 -1
  51. package/dist/SetContainer/SetContainer.css.d.ts +1 -0
  52. package/dist/SetContainer/SetContainer.css.js +5 -3
  53. package/dist/SetContainer/SetContainer.js +4 -4
  54. package/dist/SetContainer/index.js +2 -1
  55. package/dist/SocialMediaBar/iconsRepository.js +1 -1
  56. package/dist/VideoTile/VideoTile.js +1 -1
  57. package/dist/VideoWrapper/index.js +1 -1
  58. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +347 -64
  59. package/dist/assets/Calculators/calculator.css +25 -15
  60. package/dist/assets/ImageBillboard/ImageBillboard.css +1 -1
  61. package/dist/assets/Interstitial/Interstitial.css +142 -142
  62. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -353
  63. package/dist/assets/SetContainer/SetContainer.css +22 -15
  64. package/dist/main.js +2 -1
  65. package/package.json +1 -1
@@ -1,3 +1,20 @@
1
+ @keyframes _1vox1xjz {
2
+ 0% {
3
+ opacity: 1;
4
+ }
5
+ 25% {
6
+ opacity: 0.6;
7
+ }
8
+ 50% {
9
+ opacity: 1;
10
+ }
11
+ 75% {
12
+ opacity: 0.7;
13
+ }
14
+ 100% {
15
+ opacity: 1;
16
+ }
17
+ }
1
18
  ._1vox1xj1 {
2
19
  background: var(--_1073cm81);
3
20
  color: var(--_1073cm83);
@@ -15,16 +32,22 @@
15
32
  color: var(--_1073cm8o);
16
33
  }
17
34
  ._1vox1xj5 {
18
- padding: 2.5rem 0;
35
+ padding-block: 48px;
36
+ }
37
+ ._1vox1xj5 ._1vox1xj5 {
38
+ gap: 32px;
39
+ width: calc(100% - 2rem);
40
+ margin-inline: auto;
19
41
  }
20
42
  ._1vox1xj6 {
21
- width: 100%;
43
+ flex: 1 1 0%;
22
44
  }
23
45
  ._1vox1xj7 {
24
- margin-bottom: 2.5rem;
25
- max-width: 49.5rem;
46
+ margin-bottom: 48px;
26
47
  text-align: center;
27
- margin-inline: auto;
48
+ }
49
+ ._1vox1xj8 {
50
+ height: 100%;
28
51
  }
29
52
  ._1vox1xj9 {
30
53
  color: red;
@@ -32,114 +55,374 @@
32
55
  list-style: none;
33
56
  }
34
57
  ._1vox1xja {
35
- max-width: 792px;
36
- margin: 0 auto;
58
+ background-color: var(--_1073cm81);
59
+ border-radius: 1rem;
60
+ padding: 2rem;
61
+ height: 100%;
37
62
  }
38
63
  ._1vox1xjb {
39
- margin-top: 1rem;
64
+ margin-top: 1.3rem;
40
65
  }
41
- ._1vox1xjb label {
42
- padding-left: 3px;
66
+ ._1vox1xja ._1vox1xjb {
67
+ margin-top: 16px;
68
+ }
69
+ ._1vox1xjc {
70
+ color: #435164;
71
+ font-family: var(--header-font-family);
43
72
  font-size: 18px;
44
73
  font-weight: 700;
45
- margin-bottom: 5px;
46
- display: inline-block;
74
+ margin-bottom: 4px;
75
+ padding-left: 16px;
76
+ line-height: 1.15;
47
77
  }
48
- ._1vox1xjb input, ._1vox1xjb select {
49
- border-radius: 1rem;
50
- outline: 0;
51
- padding: 1rem 2rem;
52
- font-size: 18px;
53
- letter-spacing: .3px;
54
- color: #363636;
78
+ ._1vox1xjd {
55
79
  -webkit-appearance: none;
56
- height: 59px;
80
+ border: 1px solid #F0F0F0;
81
+ border-radius: 4px;
82
+ color: #626E7D;
83
+ font-weight: 500;
84
+ letter-spacing: .3px;
85
+ line-height: 1.5;
86
+ outline: 0;
87
+ padding: 12px 16px;
88
+ transition: border-color 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
57
89
  }
58
- ._1vox1xjb .input_label {
59
- color: inherit;
90
+ ._1vox1xjd:focus {
91
+ border-color: #1e629a;
92
+ box-shadow: rgb(30, 56, 96) 0px 0px 0px 1px;
93
+ background-color: #e9f8ff;
60
94
  }
61
- ._1vox1xjc {
62
- position: relative;
63
- }
64
- ._1vox1xjd {
65
- position: absolute;
66
- color: #323339;
67
- font-size: 18px;
68
- font-weight: 500!important;
69
- margin-bottom: 0;
95
+ ._1vox1xjd::-webkit-inner-spin-button, ._1vox1xjd::-webkit-outer-spin-button {
96
+ -webkit-appearance: none;
97
+ margin: 0;
70
98
  }
71
99
  ._1vox1xje {
72
- left: 21px;
73
- top: 46px;
100
+ border-color: var(--_1073cm8t) !important;
101
+ transition: border-color 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
102
+ }
103
+ ._1vox1xje:focus {
104
+ border-color: var(--_1073cm8t) !important;
105
+ box-shadow: var(--_1073cm8t) 0px 0px 0px 1px;
106
+ background-color: #fff5f5;
74
107
  }
75
108
  ._1vox1xjf {
76
- top: 47px;
77
- right: 10px;
109
+ color: var(--_1073cm8t);
110
+ display: block;
111
+ font-size: 13px;
112
+ font-weight: 500;
113
+ margin-top: 5px;
114
+ padding-left: 16px;
78
115
  }
79
116
  ._1vox1xjg {
80
- padding-left: 2rem;
117
+ position: relative;
118
+ }
119
+ ._1vox1xjh {
120
+ color: #363636;
121
+ font-size: 16px;
122
+ pointer-events: none;
123
+ position: absolute;
124
+ user-select: none;
81
125
  }
82
126
  ._1vox1xji {
127
+ top: 38px;
128
+ right: 16px;
129
+ }
130
+ ._1vox1xjj {
83
131
  width: 100%;
84
132
  }
85
- ._1vox1xjj > p {
133
+ ._1vox1xjk > p {
86
134
  font-size: 14px;
87
135
  line-height: 1.3;
88
136
  margin-bottom: 10px;
89
137
  letter-spacing: .2px;
90
138
  }
91
- ._1vox1xjk {
92
- display: flex!important;
139
+ ._1vox1xjl {
140
+ display: flex !important;
93
141
  flex-direction: column;
94
142
  align-items: center;
95
143
  }
96
- ._1vox1xjl {
97
- padding: 2rem;
98
- width: 100%;
99
- }
100
- ._1vox1xjm {
101
- margin-bottom: 1rem;
102
- }
103
144
  ._1vox1xjn {
104
- font-weight: bold;
145
+ color: var(--_1073cm85);
105
146
  }
106
147
  ._1vox1xjo {
107
- color: var(--_1073cm85);
148
+ color: var(--_1073cm8c);
108
149
  }
109
150
  ._1vox1xjp {
110
- color: var(--_1073cm8c);
151
+ color: var(--_1073cm8j);
111
152
  }
112
153
  ._1vox1xjq {
113
- color: var(--_1073cm8j);
154
+ color: var(--_1073cm8q);
114
155
  }
115
156
  ._1vox1xjr {
116
- color: var(--_1073cm8q);
157
+ margin-top: 0.5rem;
117
158
  }
118
159
  ._1vox1xjs {
119
- margin-top: 0.5rem;
160
+ padding-inline-start: 0;
120
161
  }
121
162
  ._1vox1xjt {
122
- padding-inline-start: 0;
163
+ display: flex;
164
+ align-items: center;
165
+ background: #ffffff;
166
+ cursor: pointer;
167
+ justify-content: space-between;
168
+ text-align: left;
169
+ width: 100%;
123
170
  }
124
- @media screen and (max-width:1124px) {
171
+ ._1vox1xju {
172
+ color: #6b7280;
173
+ flex-shrink: 0;
174
+ height: 20px;
175
+ transition: transform 200ms ease;
176
+ width: 20px;
177
+ }
178
+ [data-open] ._1vox1xju {
179
+ transform: rotate(180deg);
180
+ }
181
+ ._1vox1xjv {
182
+ background: #ffffff;
183
+ border: 1px solid #c9e6f7;
184
+ border-radius: 4px;
185
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
186
+ margin-block: 4px;
187
+ min-width: var(--button-width);
188
+ outline: none;
189
+ padding: 12px;
190
+ z-index: 50;
191
+ }
192
+ ._1vox1xjw {
193
+ border: 1px solid transparent;
194
+ border-radius: 8px;
195
+ color: #626E7D;
196
+ cursor: pointer;
197
+ padding: 8px 16px;
198
+ }
199
+ ._1vox1xjw[data-selected], ._1vox1xjw[data-focus] {
200
+ background: #e9f8ff;
201
+ border-color: #c9e6f7;
202
+ color: #1e3860;
203
+ }
204
+ ._1vox1xjw[data-selected] {
205
+ font-weight: 700;
206
+ }
207
+ ._1vox1xjx {
208
+ width: 100%;
209
+ max-width: 466px;
210
+ display: flex;
211
+ }
212
+ ._1vox1xjy {
213
+ color: #6b7280;
214
+ font-size: 13px;
215
+ font-weight: 400;
216
+ letter-spacing: .2px;
217
+ margin-left: 6px;
218
+ }
219
+ ._1vox1xj10 {
220
+ animation: _1vox1xjz 120ms linear infinite;
221
+ filter: blur(0.3px);
222
+ opacity: 0.85;
223
+ }
224
+ ._1vox1xj11 {
225
+ background: #ffffff;
226
+ border-radius: 1rem;
227
+ padding: 32px;
228
+ width: 100%;
229
+ min-width: 1px;
230
+ }
231
+ ._1vox1xj12 {
232
+ background: url('https://www.axos.com/images/7FwQ1qLxA0zA7tLWlsqJNr/current.svg') #1e3860 left 32% / cover;
233
+ border-radius: 16px;
234
+ box-shadow: 0 4px 20px rgba(0,0,0,0.07);
235
+ color: #ffffff;
236
+ display: flex;
237
+ align-items: center;
238
+ flex-direction: column;
239
+ justify-content: center;
240
+ margin-bottom: 13px;
241
+ padding: 32px 24px;
242
+ text-align: center;
243
+ container-type: inline-size;
244
+ }
245
+ ._1vox1xj13 {
246
+ font-family: var(--header-font-family);
247
+ font-size: clamp(18px,6.78cqw, 24px);
248
+ font-weight: 700;
249
+ letter-spacing: .5px;
250
+ line-height: 1.15;
251
+ margin-top: 3px;
252
+ }
253
+ ._1vox1xj14 {
254
+ font: 800 56px / 1.15 var(--header-font-family);
255
+ font-variant-numeric: tabular-nums;
256
+ letter-spacing: -1px;
257
+ margin-top: 10px;
258
+ transition: color 200ms ease;
259
+ font-size: clamp(38px, 15.82cqw, 56px);
260
+ text-shadow: 1px 1px 4px #1e3860;
261
+ }
262
+ ._1vox1xj15 {
263
+ display: flex;
264
+ align-items: center;
265
+ justify-content: space-between;
266
+ padding-block: 12px;
267
+ }
268
+ ._1vox1xj15 + ._1vox1xj15 {
269
+ border-top: 1px solid #F3F4F6;
270
+ padding-bottom: 0px;
271
+ }
272
+ ._1vox1xj16 {
273
+ color: var(--_1073cm85);
274
+ font-size: 18px;
275
+ font-weight: 700;
276
+ font-family: var(--header-font-family);
277
+ line-height: 1.15;
278
+ }
279
+ ._1vox1xj17 {
280
+ color: var(--_1073cm85);
281
+ font-variant-numeric: tabular-nums;
282
+ font-weight: 400;
283
+ font-family: var(--header-font-family);
284
+ }
285
+ ._1vox1xj1a {
286
+ display: flex;
287
+ align-items: center;
288
+ background: transparent;
289
+ border: 0;
290
+ color: var(--_1073cm85);
291
+ cursor: pointer;
292
+ gap: 8px;
293
+ padding: 0 0 0 8px;
294
+ }
295
+ ._1vox1xj1b {
296
+ font-size: 16px;
297
+ line-height: 1.15;
298
+ }
299
+ ._1vox1xj1c {
300
+ color: var(--_1073cm85);
301
+ }
302
+ ._1vox1xj1d {
303
+ color: var(--_1073cm8c);
304
+ }
305
+ ._1vox1xj1e {
306
+ color: var(--_1073cm8j);
307
+ }
308
+ ._1vox1xj1f {
309
+ color: var(--_1073cm8q);
310
+ }
311
+ ._1vox1xj1g {
312
+ border-top: 1px solid var(--_1073cm85);
313
+ margin-top: 24px;
314
+ padding-top: 24px;
315
+ }
316
+ ._1vox1xj1h {
317
+ display: grid;
318
+ gap: 24px;
319
+ grid-template-columns: repeat(2, minmax(0, 1fr));
320
+ }
321
+ ._1vox1xj1i {
322
+ display: grid;
323
+ gap: 24px;
324
+ }
325
+ ._1vox1xj1j {
326
+ display: grid;
327
+ gap: 3px;
328
+ }
329
+ ._1vox1xj1k {
330
+ color: inherit;
331
+ font-family: var(--main-font-family);
332
+ font-size: 16px;
333
+ line-height: 1.15;
334
+ }
335
+ ._1vox1xj1l {
336
+ color: inherit;
337
+ line-height: 1.5;
338
+ }
339
+ ._1vox1xj1m {
340
+ padding: 2rem;
341
+ width: 100%;
342
+ }
343
+ ._1vox1xj1n {
344
+ margin-bottom: 1rem;
345
+ }
346
+ @media screen and (min-width:604px) {
347
+ ._1vox1xj5 ._1vox1xj5 {
348
+ width: min(466px, calc(100% - 4rem));
349
+ }
350
+ }
351
+ @media screen and (min-width:931px) {
352
+ ._1vox1xj5 ._1vox1xj5 {
353
+ width: min(1136px, calc(100% - 4rem));
354
+ }
355
+ }
356
+ @media screen and (max-width:930px) {
125
357
  ._1vox1xj5 {
126
- flex-wrap: wrap;
127
- justify-content: center;
358
+ flex-direction: column;
359
+ align-items: stretch !important;
128
360
  }
129
- ._1vox1xjk {
130
- margin-top: 2rem;
361
+ ._1vox1xj5 ._1vox1xj5 {
362
+ gap: 24px;
363
+ }
364
+ ._1vox1xjx {
365
+ max-width: none;
366
+ }
367
+ ._1vox1xj1g {
368
+ margin-top: 16px;
369
+ padding-top: 16px;
370
+ }
371
+ ._1vox1xj1h {
372
+ grid-template-columns: 1fr;
373
+ gap: 16px;
374
+ }
375
+ ._1vox1xj1i {
376
+ gap: 16px;
131
377
  }
132
378
  }
133
- @media screen and (min-width:1125px) {
134
- ._1vox1xj6 {
135
- margin-right: 2rem;
379
+ @media screen and (max-width:768px) {
380
+ ._1vox1xj5 {
381
+ padding-block: 32px;
382
+ }
383
+ ._1vox1xj7 {
384
+ margin-bottom: 32px;
136
385
  }
137
386
  }
138
- @media screen and (max-width:1023px) {
139
- ._1vox1xjb input, ._1vox1xjb select {
387
+ @media screen and (max-width:603px) {
388
+ ._1vox1xja {
389
+ padding: 1.5rem;
390
+ }
391
+ ._1vox1xjc {
392
+ font-size: 14px;
393
+ }
394
+ ._1vox1xjd {
140
395
  font-size: 1rem;
141
396
  }
142
- ._1vox1xjj {
397
+ ._1vox1xji {
398
+ top: 33px;
399
+ }
400
+ ._1vox1xj11 {
401
+ padding: 1.5rem;
402
+ }
403
+ ._1vox1xj16 {
404
+ font-size: 16px;
405
+ }
406
+ ._1vox1xj17 {
407
+ font-size: 16px;
408
+ }
409
+ ._1vox1xj18 {
410
+ max-width: 127px;
411
+ height: auto;
412
+ }
413
+ }
414
+ @media screen and (max-width:316px) {
415
+ ._1vox1xji {
416
+ top: 49px;
417
+ }
418
+ }
419
+ @media screen and (max-width:1023px) {
420
+ ._1vox1xjk {
143
421
  margin-top: 1rem;
144
422
  }
423
+ }
424
+ @media screen and (max-width:1124px) {
425
+ ._1vox1xjl {
426
+ margin-top: 2rem;
427
+ }
145
428
  }
@@ -1,55 +1,65 @@
1
1
  .iois7n1 {
2
+ margin-inline: auto;
3
+ padding-block: 2.5rem;
4
+ }
5
+ .page_body_contents > div:not(:first-child) .iois7n1 {
6
+ padding-top: 0px;
7
+ }
8
+ .iois7n5 {
2
9
  margin: 1.5em 0;
3
10
  font: 400 16px / 1.3 var(--main-font-family);
4
11
  text-align: center;
5
12
  }
6
- .iois7n2 {
13
+ .iois7n6 {
7
14
  background: var(--_1073cm81);
8
15
  color: var(--_1073cm83);
9
16
  }
10
- .iois7n3 {
17
+ .iois7n7 {
11
18
  background: var(--_1073cm88);
12
19
  color: var(--_1073cm8a);
13
20
  }
14
- .iois7n4 {
21
+ .iois7n8 {
15
22
  background: var(--_1073cm8f);
16
23
  color: var(--_1073cm8h);
17
24
  }
18
- .iois7n5 {
25
+ .iois7n9 {
19
26
  background: var(--_1073cm8m);
20
27
  color: var(--_1073cm8o);
21
28
  }
22
- .iois7n6 {
29
+ .iois7na {
23
30
  font: 700 2.5rem / 1.25 var(--header-font-family);
24
31
  }
25
- .iois7n7 {
32
+ .iois7nb {
26
33
  color: var(--_1073cm85);
27
34
  }
28
- .iois7n8 {
35
+ .iois7nc {
29
36
  color: var(--_1073cm8c);
30
37
  }
31
- .iois7n9 {
38
+ .iois7nd {
32
39
  color: var(--_1073cm8j);
33
40
  }
34
- .iois7na {
41
+ .iois7ne {
35
42
  color: var(--_1073cm8q);
36
43
  }
37
44
  main > div:nth-last-child(2) > .iois7n0 {
38
45
  margin-bottom: 3.5rem;
39
46
  }
40
- @media screen and (max-width:768px) {
41
- .iois7n6 {
42
- font-size: 28px;
43
- line-height: 1.29;
44
- }
45
- }
46
47
  @media screen and (max-width: 1023px) {
47
48
  main > div:nth-last-child(2) > .iois7n0 {
48
49
  margin-bottom: 42px;
49
50
  }
50
51
  }
51
52
  @media screen and (max-width: 768px) {
53
+ .iois7n1 {
54
+ padding-block: 1.5rem;
55
+ }
52
56
  main > div:nth-last-child(2) > .iois7n0 {
53
57
  margin-bottom: 2rem;
54
58
  }
59
+ }
60
+ @media screen and (max-width:768px) {
61
+ .iois7na {
62
+ font-size: 28px;
63
+ line-height: 1.29;
64
+ }
55
65
  }
@@ -53,7 +53,7 @@
53
53
  width: 100%;
54
54
  }
55
55
  ._1m7m2a8 {
56
- display: inline-block;
56
+ display: inline-block !important;
57
57
  }
58
58
  ._1m7m2a9 {
59
59
  color: var(--_1073cm85);