@axos-web-dev/shared-components 2.0.0-dev.18-apy.2 → 2.0.0-dev.18-apy.4

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