@axos-web-dev/shared-components 1.0.76 → 1.0.77-ext-bal-apy-calc.2
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.
- package/dist/Auth/SignInPassword.js +9 -5
- package/dist/Button/Button.css.d.ts +13 -0
- package/dist/Button/Button.css.js +1 -1
- package/dist/Calculators/ApyCalculator/index.js +17 -10
- package/dist/Calculators/AxosOneCalculator/index.d.ts +1 -0
- package/dist/Calculators/AxosOneCalculator/index.js +27 -17
- package/dist/Calculators/Calculator.d.ts +1 -0
- package/dist/Calculators/Calculator.js +4 -2
- package/dist/Comparison/Comparison.css.d.ts +1 -0
- package/dist/Comparison/Comparison.css.js +3 -1
- package/dist/Comparison/Comparison.js +3 -3
- package/dist/Comparison/index.js +2 -1
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +9 -0
- package/dist/Forms/ContactUsBusinessNameEmail.js +272 -0
- package/dist/Forms/FormEnums.js +3 -3
- package/dist/Forms/index.d.ts +2 -1
- package/dist/Forms/index.js +3 -1
- package/dist/IconBillboard/IconBillboard.js +4 -4
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +13 -0
- package/dist/ImageBillboard/ImageBillboard.css.js +47 -21
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +12 -2
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +65 -13
- package/dist/ImageBillboard/index.js +14 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +3 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +5 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +68 -19
- package/dist/SetContainer/SetContainer.d.ts +1 -1
- package/dist/SetContainer/SetContainer.js +8 -4
- package/dist/assets/Button/Button.css +31 -16
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +5 -0
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +8 -0
- package/dist/assets/CallToActionBar/CallToActionBar.css +4 -0
- package/dist/assets/Comparison/Comparison.css +9 -2
- package/dist/assets/HeroBanner/HeroBanner.css +1 -1
- package/dist/assets/IconBillboard/IconBillboard.css +13 -1
- package/dist/assets/ImageBillboard/ImageBillboard.css +220 -54
- package/dist/assets/SetContainer/SetContainer.css +0 -1
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +8 -9
- package/dist/main.js +19 -3
- package/dist/utils/optimizeImage/OptimizeImage.d.ts +2 -2
- package/dist/utils/optimizeImage/OptimizeImage.js +1 -1
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +1 -1
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
width: 100%;
|
|
117
117
|
height: auto;
|
|
118
118
|
}
|
|
119
|
-
.
|
|
119
|
+
._1m7m2ak {
|
|
120
120
|
height: 100%;
|
|
121
121
|
inset: 0;
|
|
122
122
|
object-fit: cover;
|
|
@@ -124,86 +124,193 @@
|
|
|
124
124
|
position: absolute;
|
|
125
125
|
width: 100%;
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
._1m7m2ao {
|
|
128
128
|
padding: 32px 28px;
|
|
129
129
|
width: 100%;
|
|
130
130
|
max-width: 50%;
|
|
131
131
|
}
|
|
132
|
-
._18ygy9m5 .
|
|
132
|
+
._18ygy9m5 ._1m7m2ao {
|
|
133
133
|
height: 100%;
|
|
134
134
|
display: flex;
|
|
135
135
|
flex-direction: column;
|
|
136
136
|
justify-content: space-between;
|
|
137
137
|
}
|
|
138
|
-
.
|
|
138
|
+
._1m7m2ap {
|
|
139
139
|
display: flex;
|
|
140
140
|
gap: 20px;
|
|
141
141
|
}
|
|
142
|
-
.
|
|
142
|
+
._1m7m2aq {
|
|
143
143
|
grid-template-columns: 1fr 1fr;
|
|
144
144
|
}
|
|
145
|
-
.
|
|
145
|
+
._1m7m2ar {
|
|
146
146
|
grid-template-columns: 1fr 1fr 1fr;
|
|
147
147
|
}
|
|
148
|
-
.
|
|
148
|
+
._1m7m2as {
|
|
149
149
|
margin-inline: auto;
|
|
150
150
|
margin-bottom: 2.5rem;
|
|
151
151
|
text-align: center;
|
|
152
152
|
max-width: 1000px;
|
|
153
153
|
}
|
|
154
|
-
.
|
|
154
|
+
._1m7m2as > p {
|
|
155
155
|
margin-top: 24px;
|
|
156
156
|
}
|
|
157
|
-
.
|
|
157
|
+
._1m7m2at {
|
|
158
158
|
width: 100%;
|
|
159
159
|
}
|
|
160
|
-
.
|
|
160
|
+
._1m7m2au {
|
|
161
161
|
min-height: 330px;
|
|
162
162
|
}
|
|
163
|
-
.
|
|
163
|
+
._1m7m2av {
|
|
164
164
|
width: 100%;
|
|
165
165
|
height: 100%;
|
|
166
166
|
position: relative;
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
._1m7m2aw {
|
|
169
|
+
position: relative;
|
|
170
|
+
width: 100%;
|
|
171
|
+
}
|
|
172
|
+
._1m7m2ax {
|
|
173
|
+
border: none !important;
|
|
174
|
+
align-items: center;
|
|
175
|
+
}
|
|
176
|
+
.section_spacer ._1m7m2ax {
|
|
177
|
+
background: none;
|
|
178
|
+
}
|
|
179
|
+
._1m7m2ax ._1m7m2aj {
|
|
180
|
+
justify-content: flex-end;
|
|
181
|
+
}
|
|
182
|
+
._18ygy9m5 ._1m7m2av {
|
|
169
183
|
min-height: 330px;
|
|
170
184
|
}
|
|
171
|
-
.
|
|
185
|
+
._1m7m2ay {
|
|
172
186
|
background: var(--_1073cm8f);
|
|
173
187
|
color: #FFFFFF;
|
|
174
188
|
}
|
|
175
|
-
.
|
|
189
|
+
._1m7m2az {
|
|
176
190
|
padding: 1.5rem;
|
|
177
191
|
height: 100%;
|
|
178
192
|
justify-content: center;
|
|
179
193
|
}
|
|
180
|
-
.
|
|
194
|
+
._1m7m2a10 {
|
|
181
195
|
color: #fff;
|
|
182
196
|
font-size: 48px;
|
|
183
197
|
font-weight: 600;
|
|
184
198
|
letter-spacing: 0.4px;
|
|
185
199
|
line-height: 1;
|
|
186
200
|
}
|
|
187
|
-
.
|
|
201
|
+
._1m7m2a11 {
|
|
188
202
|
color: #f4f4f4;
|
|
189
203
|
font: 700 150px/1 var(--header-font-family);
|
|
190
204
|
letter-spacing: 0.2px;
|
|
191
205
|
line-height: 1;
|
|
192
206
|
}
|
|
193
|
-
.
|
|
207
|
+
._1m7m2a12 {
|
|
194
208
|
color: var(--_1073cm8k);
|
|
195
209
|
font-size: 37px;
|
|
196
210
|
font-weight: 600;
|
|
197
211
|
letter-spacing: 0.3px;
|
|
198
212
|
line-height: 1;
|
|
199
213
|
}
|
|
200
|
-
.
|
|
214
|
+
._1m7m2a13 > p {
|
|
201
215
|
white-space: break-spaces;
|
|
202
216
|
}
|
|
203
217
|
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
204
218
|
margin-bottom: 3.5rem;
|
|
205
219
|
}
|
|
206
|
-
.
|
|
220
|
+
._1m7m2a15 {
|
|
221
|
+
justify-content: flex-start;
|
|
222
|
+
align-items: flex-start;
|
|
223
|
+
padding: 0 1.5rem 1.5rem 0;
|
|
224
|
+
}
|
|
225
|
+
._1m7m2a16 {
|
|
226
|
+
justify-content: center;
|
|
227
|
+
align-items: flex-start;
|
|
228
|
+
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
229
|
+
}
|
|
230
|
+
._1m7m2a17 {
|
|
231
|
+
justify-content: flex-end;
|
|
232
|
+
align-items: flex-start;
|
|
233
|
+
padding: 0 0 1.5rem 1.5rem;
|
|
234
|
+
}
|
|
235
|
+
._1m7m2a18 {
|
|
236
|
+
justify-content: flex-start;
|
|
237
|
+
align-items: center;
|
|
238
|
+
padding: 1.5rem 1.5rem 1.5rem 0;
|
|
239
|
+
}
|
|
240
|
+
._1m7m2a19 {
|
|
241
|
+
justify-content: flex-end;
|
|
242
|
+
align-items: center;
|
|
243
|
+
padding: 1.5rem 0 1.5rem 1.5rem;
|
|
244
|
+
}
|
|
245
|
+
._1m7m2a1a {
|
|
246
|
+
justify-content: center;
|
|
247
|
+
align-items: center;
|
|
248
|
+
padding: 1.5rem;
|
|
249
|
+
}
|
|
250
|
+
._1m7m2a1b {
|
|
251
|
+
justify-content: flex-start;
|
|
252
|
+
align-items: flex-end;
|
|
253
|
+
padding: 1.5rem 1.5rem 0 0;
|
|
254
|
+
}
|
|
255
|
+
._1m7m2a1c {
|
|
256
|
+
justify-content: flex-end;
|
|
257
|
+
align-items: flex-end;
|
|
258
|
+
padding: 1.5rem 0 0 1.5rem;
|
|
259
|
+
}
|
|
260
|
+
._1m7m2a1d {
|
|
261
|
+
justify-content: center;
|
|
262
|
+
align-items: flex-end;
|
|
263
|
+
padding: 1.5rem 1.5rem 0 1.5rem;
|
|
264
|
+
}
|
|
265
|
+
._1m7m2a1e {
|
|
266
|
+
padding: 0 !important;
|
|
267
|
+
}
|
|
268
|
+
.stacked {
|
|
269
|
+
gap: 56px;
|
|
270
|
+
}
|
|
271
|
+
.stacked > .billboard {
|
|
272
|
+
grid-column: 1;
|
|
273
|
+
}
|
|
274
|
+
.stacked ._1m7m2ao {
|
|
275
|
+
height: auto;
|
|
276
|
+
}
|
|
277
|
+
.section_spacer:has(._1m7m2ax._1m7m2a1) {
|
|
278
|
+
background: var(--_1073cm81);
|
|
279
|
+
}
|
|
280
|
+
.section_spacer:has(._1m7m2ax._1m7m2a1) + .section_spacer:has(._1m7m2ax._1m7m2a1) {
|
|
281
|
+
padding-top: 0;
|
|
282
|
+
}
|
|
283
|
+
.section_spacer:has(._1m7m2ax._1m7m2a2) {
|
|
284
|
+
background: var(--_1073cm88);
|
|
285
|
+
}
|
|
286
|
+
.section_spacer:has(._1m7m2ax._1m7m2a2) + .section_spacer:has(._1m7m2ax._1m7m2a2) {
|
|
287
|
+
padding-top: 0;
|
|
288
|
+
}
|
|
289
|
+
.section_spacer:has(._1m7m2ax._1m7m2a3) {
|
|
290
|
+
background: var(--_1073cm8f);
|
|
291
|
+
}
|
|
292
|
+
.section_spacer:has(._1m7m2ax._1m7m2a3) + .section_spacer:has(._1m7m2ax._1m7m2a3) {
|
|
293
|
+
padding-top: 0;
|
|
294
|
+
}
|
|
295
|
+
.section_spacer:has(._1m7m2ax._1m7m2a4) {
|
|
296
|
+
background: var(--_1073cm8m);
|
|
297
|
+
}
|
|
298
|
+
.section_spacer:has(._1m7m2ax._1m7m2a4) + .section_spacer:has(._1m7m2ax._1m7m2a4) {
|
|
299
|
+
padding-top: 0;
|
|
300
|
+
}
|
|
301
|
+
.section_spacer:has(.stacked) {
|
|
302
|
+
padding-bottom: 40px;
|
|
303
|
+
}
|
|
304
|
+
.section_spacer:has(> ._1m7m2ax) {
|
|
305
|
+
padding-block: 56px;
|
|
306
|
+
}
|
|
307
|
+
.section_spacer:has(> ._1m7m2ax) + .section_spacer:has(> ._1m7m2ax) {
|
|
308
|
+
margin-top: 0;
|
|
309
|
+
}
|
|
310
|
+
.section_spacer:has(._1m7m2ax) ._1m7m2an {
|
|
311
|
+
margin-top: 1.7rem;
|
|
312
|
+
}
|
|
313
|
+
._1m7m2a1f {
|
|
207
314
|
position: fixed;
|
|
208
315
|
inset: 0;
|
|
209
316
|
align-items: center;
|
|
@@ -216,27 +323,27 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
216
323
|
overflow-y: auto;
|
|
217
324
|
box-sizing: border-box;
|
|
218
325
|
}
|
|
219
|
-
.
|
|
326
|
+
._1m7m2a1g {
|
|
220
327
|
width: min(1214px, 100%);
|
|
221
328
|
}
|
|
222
|
-
.
|
|
329
|
+
._1m7m2a1g .billboard {
|
|
223
330
|
animation: fadeIn 0.3s ease-in-out;
|
|
224
331
|
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
|
|
225
332
|
gap: 1.5rem;
|
|
226
333
|
max-width: 1150px;
|
|
227
334
|
position: relative;
|
|
228
335
|
}
|
|
229
|
-
.
|
|
336
|
+
._1m7m2a1g ._1m7m2av {
|
|
230
337
|
border-radius: 1rem;
|
|
231
338
|
overflow: hidden;
|
|
232
339
|
}
|
|
233
|
-
.
|
|
340
|
+
._1m7m2a1g ._1m7m2ao {
|
|
234
341
|
padding: 0;
|
|
235
342
|
}
|
|
236
|
-
.
|
|
343
|
+
._1m7m2a1g ._1m7m2aj img {
|
|
237
344
|
object-fit: none;
|
|
238
345
|
}
|
|
239
|
-
.
|
|
346
|
+
._1m7m2a1h {
|
|
240
347
|
position: absolute;
|
|
241
348
|
top: 0.9rem;
|
|
242
349
|
right: 2.85rem;
|
|
@@ -252,7 +359,7 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
252
359
|
padding: 5px 9px;
|
|
253
360
|
z-index: 2;
|
|
254
361
|
}
|
|
255
|
-
.
|
|
362
|
+
._1m7m2a1h:focus {
|
|
256
363
|
outline: 2px solid #fAA74A;
|
|
257
364
|
outline-offset: 2px;
|
|
258
365
|
}
|
|
@@ -272,119 +379,178 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
272
379
|
._1m7m2ai > * {
|
|
273
380
|
max-width: 100%;
|
|
274
381
|
}
|
|
275
|
-
.
|
|
382
|
+
._1m7m2am {
|
|
276
383
|
display: flex;
|
|
277
384
|
flex-direction: column;
|
|
278
385
|
}
|
|
279
|
-
.
|
|
386
|
+
._1m7m2ao {
|
|
280
387
|
max-width: 100%;
|
|
281
388
|
}
|
|
282
|
-
.
|
|
389
|
+
._1m7m2a1f {
|
|
283
390
|
display: block;
|
|
284
391
|
padding-top: 85px;
|
|
285
392
|
padding-bottom: 1rem;
|
|
286
393
|
}
|
|
287
394
|
}
|
|
288
395
|
@media screen and (max-width:475px) {
|
|
289
|
-
.
|
|
396
|
+
._1m7m2an {
|
|
290
397
|
flex-direction: column;
|
|
291
398
|
gap: 24px;
|
|
292
399
|
align-items: center;
|
|
293
400
|
}
|
|
294
401
|
}
|
|
295
402
|
@media screen and (max-width: 1023px) {
|
|
296
|
-
.
|
|
403
|
+
._1m7m2av {
|
|
297
404
|
min-height: 275px;
|
|
298
405
|
}
|
|
299
|
-
.
|
|
406
|
+
._1m7m2ax ._1m7m2aj {
|
|
407
|
+
justify-content: center;
|
|
408
|
+
}
|
|
409
|
+
._1m7m2ax ._1m7m2ao {
|
|
410
|
+
text-align: center;
|
|
411
|
+
padding-inline: 14px;
|
|
412
|
+
}
|
|
413
|
+
._1m7m2ax:not(.reversed) ._1m7m2ao {
|
|
414
|
+
padding-bottom: 0;
|
|
415
|
+
}
|
|
416
|
+
._1m7m2ax ._1m7m2ao :is(ul,ol) {
|
|
417
|
+
text-align: left;
|
|
418
|
+
}
|
|
419
|
+
._18ygy9m5 ._1m7m2av {
|
|
300
420
|
min-height: 275px;
|
|
301
421
|
}
|
|
302
|
-
.
|
|
422
|
+
._1m7m2a10 {
|
|
303
423
|
font-size: 30px;
|
|
304
424
|
}
|
|
305
|
-
.
|
|
425
|
+
._1m7m2a11 {
|
|
306
426
|
font-size: 82px;
|
|
307
427
|
}
|
|
308
|
-
.
|
|
428
|
+
._1m7m2a12 {
|
|
309
429
|
font-size: 20px;
|
|
310
430
|
}
|
|
311
431
|
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
312
432
|
margin-bottom: 42px;
|
|
313
433
|
}
|
|
314
|
-
.
|
|
434
|
+
._1m7m2a1e {
|
|
435
|
+
width: auto;
|
|
436
|
+
}
|
|
437
|
+
._1m7m2a1g {
|
|
315
438
|
width: min(592px, 100%);
|
|
316
439
|
margin-inline: auto;
|
|
317
440
|
}
|
|
318
|
-
.
|
|
441
|
+
._1m7m2a1g .billboard {
|
|
319
442
|
padding: 32px;
|
|
320
443
|
width: min(33rem, calc(100% - 2rem));
|
|
321
444
|
}
|
|
322
|
-
.
|
|
445
|
+
._1m7m2a1g ._1m7m2aj img {
|
|
323
446
|
object-fit: cover;
|
|
324
447
|
}
|
|
325
|
-
.
|
|
448
|
+
._1m7m2a1h {
|
|
326
449
|
top: 0.9rem;
|
|
327
450
|
right: 2.85rem;
|
|
328
451
|
}
|
|
329
452
|
}
|
|
453
|
+
@media screen and (max-width: 1025px) {
|
|
454
|
+
.stacked {
|
|
455
|
+
gap: 42px;
|
|
456
|
+
}
|
|
457
|
+
.section_spacer:has(> ._1m7m2ax) {
|
|
458
|
+
padding-block: 42px;
|
|
459
|
+
}
|
|
460
|
+
}
|
|
330
461
|
@media screen and (max-width: 768px) {
|
|
331
|
-
.
|
|
462
|
+
._1m7m2av {
|
|
332
463
|
min-height: 200px;
|
|
333
464
|
}
|
|
334
|
-
._18ygy9m5 .
|
|
465
|
+
._18ygy9m5 ._1m7m2av {
|
|
335
466
|
min-height: 200px;
|
|
336
467
|
}
|
|
337
468
|
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
338
469
|
margin-bottom: 2rem;
|
|
339
470
|
}
|
|
471
|
+
.stacked {
|
|
472
|
+
gap: 2rem;
|
|
473
|
+
}
|
|
474
|
+
.section_spacer:has(> ._1m7m2ax) {
|
|
475
|
+
padding-block: 2rem;
|
|
476
|
+
}
|
|
340
477
|
}
|
|
341
478
|
@media screen and (max-width: 327px) {
|
|
342
|
-
.
|
|
479
|
+
._1m7m2av {
|
|
343
480
|
min-height: 160px;
|
|
344
481
|
}
|
|
345
|
-
._18ygy9m5 .
|
|
482
|
+
._18ygy9m5 ._1m7m2av {
|
|
346
483
|
min-height: 160px;
|
|
347
484
|
}
|
|
348
485
|
}
|
|
349
|
-
@media screen and (
|
|
350
|
-
.
|
|
351
|
-
|
|
486
|
+
@media screen and (min-width: 768px) {
|
|
487
|
+
.section_spacer:has(._1m7m2ax) ._1m7m2an {
|
|
488
|
+
margin-top: 2.5rem;
|
|
352
489
|
}
|
|
353
490
|
}
|
|
354
491
|
@media screen and (min-width: 1024px) {
|
|
355
|
-
.
|
|
492
|
+
._1m7m2ax ._1m7m2ao {
|
|
493
|
+
padding-right: 0;
|
|
494
|
+
}
|
|
495
|
+
._1m7m2ax.reversed ._1m7m2ao {
|
|
496
|
+
padding-left: 0;
|
|
497
|
+
padding-right: 28px;
|
|
498
|
+
}
|
|
499
|
+
.stacked > .billboard {
|
|
500
|
+
flex-direction: row;
|
|
501
|
+
}
|
|
502
|
+
.stacked > .billboard.reversed {
|
|
503
|
+
flex-direction: row-reverse;
|
|
504
|
+
}
|
|
505
|
+
._18ygy9m5.stacked ._1m7m2av {
|
|
506
|
+
min-height: 1px !important;
|
|
507
|
+
}
|
|
508
|
+
.section_spacer:has(._1m7m2ax) ._1m7m2an {
|
|
509
|
+
justify-content: flex-start;
|
|
510
|
+
}
|
|
511
|
+
._1m7m2a1g .billboard {
|
|
356
512
|
gap: calc(1rem + ((1vw - 10.24px) * 21.875));
|
|
357
513
|
padding-inline: calc(1.25rem + ((1vw - 10.24px) * 10.9375));
|
|
358
514
|
padding-block: calc(2rem + ((1vw - 10.24px) * 6.25));
|
|
359
515
|
}
|
|
360
|
-
.
|
|
516
|
+
._1m7m2a1g h2 {
|
|
361
517
|
font-size: 40px;
|
|
362
518
|
line-height: 1.25;
|
|
363
519
|
text-wrap: pretty;
|
|
364
520
|
}
|
|
365
|
-
.
|
|
521
|
+
._1m7m2a1g ._1m7m2ao {
|
|
366
522
|
max-width: 60%;
|
|
367
523
|
}
|
|
368
|
-
.
|
|
524
|
+
._1m7m2a1g ._1m7m2aj {
|
|
369
525
|
max-width: 40%;
|
|
370
526
|
}
|
|
371
|
-
.
|
|
527
|
+
._1m7m2a1g ._1m7m2an {
|
|
372
528
|
justify-content: flex-start;
|
|
373
529
|
}
|
|
374
530
|
}
|
|
531
|
+
@media screen and (max-width:432px) {
|
|
532
|
+
._1m7m2a14 {
|
|
533
|
+
padding-left: 20px;
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
@media screen and (min-width: 1280px) {
|
|
537
|
+
.section_spacer:has(._1m7m2ax) ._1m7m2an {
|
|
538
|
+
margin-top: 3rem;
|
|
539
|
+
}
|
|
540
|
+
}
|
|
375
541
|
@media screen and (min-width: 1281px) {
|
|
376
|
-
.
|
|
542
|
+
._1m7m2a1g .billboard {
|
|
377
543
|
gap: 72px;
|
|
378
544
|
padding: 48px;
|
|
379
545
|
}
|
|
380
546
|
}
|
|
381
547
|
@media screen and (max-width: 1024px) {
|
|
382
|
-
.
|
|
548
|
+
._1m7m2a1g .billboard:not(.reversed) {
|
|
383
549
|
flex-direction: column-reverse;
|
|
384
550
|
}
|
|
385
551
|
}
|
|
386
552
|
@media screen and (max-width: 550px) {
|
|
387
|
-
.
|
|
553
|
+
._1m7m2a1h {
|
|
388
554
|
right: 1.65rem;
|
|
389
555
|
}
|
|
390
556
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes _shimmer_pwl74_1 {
|
|
2
2
|
from {
|
|
3
3
|
transform: translateX(-100%);
|
|
4
4
|
}
|
|
@@ -7,14 +7,13 @@
|
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.
|
|
11
|
-
position: absolute;
|
|
10
|
+
._loader_pwl74_10 {
|
|
12
11
|
height: 100%;
|
|
13
12
|
width: 100%;
|
|
14
13
|
inset: 0;
|
|
15
14
|
}
|
|
16
15
|
|
|
17
|
-
.
|
|
16
|
+
._loading_pwl74_16 {
|
|
18
17
|
position: relative;
|
|
19
18
|
width: 100%;
|
|
20
19
|
height: 100%;
|
|
@@ -22,15 +21,15 @@
|
|
|
22
21
|
background: #1e3860;
|
|
23
22
|
}
|
|
24
23
|
|
|
25
|
-
._1es6o1h0 .
|
|
26
|
-
background-color:
|
|
24
|
+
._1es6o1h0 ._loading_pwl74_16 {
|
|
25
|
+
background-color: var(--_1073cm8f);
|
|
27
26
|
}
|
|
28
27
|
|
|
29
|
-
.fl2fv50 .
|
|
28
|
+
.fl2fv50 ._loading_pwl74_16 {
|
|
30
29
|
background-color: #28587d;
|
|
31
30
|
}
|
|
32
31
|
|
|
33
|
-
.
|
|
32
|
+
._loading_pwl74_16::before {
|
|
34
33
|
content: "";
|
|
35
34
|
position: absolute;
|
|
36
35
|
top: 0;
|
|
@@ -43,6 +42,6 @@
|
|
|
43
42
|
rgba(255, 255, 255, 0.5) 50%,
|
|
44
43
|
rgba(255, 255, 255, 0) 80%
|
|
45
44
|
);
|
|
46
|
-
animation:
|
|
45
|
+
animation: _shimmer_pwl74_1 1.3s infinite linear;
|
|
47
46
|
z-index: 1;
|
|
48
47
|
}
|
package/dist/main.js
CHANGED
|
@@ -38,7 +38,7 @@ import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
|
38
38
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
39
39
|
import { Chevron } from "./Chevron/index.js";
|
|
40
40
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
41
|
-
import { comparison, comparison_buttons, comparison_container, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
41
|
+
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
42
42
|
import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
43
43
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
44
44
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
@@ -58,11 +58,13 @@ import { ApplyNow, getLink } from "./Forms/ApplyNow.js";
|
|
|
58
58
|
import { ClearingForm } from "./Forms/ClearingForm.js";
|
|
59
59
|
import { CommercialDeposits } from "./Forms/CommercialDeposits.js";
|
|
60
60
|
import { CommercialLending } from "./Forms/CommercialLending.js";
|
|
61
|
+
import { CommercialPremiumFinance } from "./Forms/CommercialPremiumFinance.js";
|
|
61
62
|
import { ContactCompany } from "./Forms/ContactCompany.js";
|
|
62
63
|
import { ContactCompanyTitle } from "./Forms/ContactCompanyTitle.js";
|
|
63
64
|
import { ContactUs } from "./Forms/ContactUs.js";
|
|
64
65
|
import { ContactUsAAS } from "./Forms/ContactUsAAS.js";
|
|
65
66
|
import { ContactUsBusiness } from "./Forms/ContactUsBusiness.js";
|
|
67
|
+
import { ContactUsBusinessNameAndEmail } from "./Forms/ContactUsBusinessNameEmail.js";
|
|
66
68
|
import { ContactUsLVF } from "./Forms/ContactUsLVF.js";
|
|
67
69
|
import { ContactUsNMLSId } from "./Forms/ContactUsNMLSId.js";
|
|
68
70
|
import { CpraRequest } from "./Forms/CpraRequest.js";
|
|
@@ -87,7 +89,6 @@ import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
|
|
|
87
89
|
import { SuccesFormWrapper } from "./Forms/SuccesForm.js";
|
|
88
90
|
import { VendorQuestionnaire } from "./Forms/VendorQuestionnaire.js";
|
|
89
91
|
import { WCPLSurvey } from "./Forms/WcplSurvey.js";
|
|
90
|
-
import { CommercialPremiumFinance } from "./Forms/CommercialPremiumFinance.js";
|
|
91
92
|
import { helpArticle_container, helpArticle_headline, helpArticle_p, insight_headline_2 } from "./HelpArticle/HelpArticle.css.js";
|
|
92
93
|
import { HeroBanner } from "./HeroBanner/HeroBanner.js";
|
|
93
94
|
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_content, hero_embedded_image, hero_img, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
|
|
@@ -125,7 +126,7 @@ import { default as default26 } from "./icons/Logos/GBLVF.js";
|
|
|
125
126
|
import { default as default27 } from "./icons/Logos/LVF.js";
|
|
126
127
|
import { default as default28 } from "./icons/Logos/LVFText.js";
|
|
127
128
|
import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
128
|
-
import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, body_copy, exit_intent, exit_intent_backdrop, header, imagePlacement, image_background, mh_330, modal_close_button, rate_billboard, rate_container, rate_pad, section_text_ImageBillboard, single_container, sub_bullets, supertag, three_inline, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
|
|
129
|
+
import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, body_copy, bottom_center, bottom_left, bottom_right, center_center, center_left, center_right, exit_intent, exit_intent_backdrop, header, imagePlacement, image_background, image_based, image_inner_wrapper, is_bg_img, mh_330, modal_close_button, rate_billboard, rate_container, rate_pad, remove_padding, section_text_ImageBillboard, single_container, sub_bullets, supertag, three_inline, top_center, top_left, top_right, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
|
|
129
130
|
import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
130
131
|
import { SetContainer } from "./SetContainer/SetContainer.js";
|
|
131
132
|
import { imageLinkContainer, inline_container, isolate_container, set_container, set_container_cols, set_logo, setcontainer_section_text } from "./SetContainer/SetContainer.css.js";
|
|
@@ -258,6 +259,7 @@ export {
|
|
|
258
259
|
ContactUs,
|
|
259
260
|
ContactUsAAS,
|
|
260
261
|
ContactUsBusiness,
|
|
262
|
+
ContactUsBusinessNameAndEmail,
|
|
261
263
|
ContactUsLVF,
|
|
262
264
|
ContactUsNMLSId,
|
|
263
265
|
ContentBanner,
|
|
@@ -412,6 +414,9 @@ export {
|
|
|
412
414
|
bodyHeader,
|
|
413
415
|
body_copy,
|
|
414
416
|
body_sign_in,
|
|
417
|
+
bottom_center,
|
|
418
|
+
bottom_left,
|
|
419
|
+
bottom_right,
|
|
415
420
|
bs_add_details,
|
|
416
421
|
bs_btns,
|
|
417
422
|
bs_copy,
|
|
@@ -426,11 +431,15 @@ export {
|
|
|
426
431
|
calculator_description,
|
|
427
432
|
calculator_headline,
|
|
428
433
|
centerSelect,
|
|
434
|
+
center_center,
|
|
435
|
+
center_left,
|
|
436
|
+
center_right,
|
|
429
437
|
checkbox_group,
|
|
430
438
|
columnValues,
|
|
431
439
|
comparison,
|
|
432
440
|
comparison_buttons,
|
|
433
441
|
comparison_container,
|
|
442
|
+
comparison_content,
|
|
434
443
|
comparison_feature,
|
|
435
444
|
comparison_layout,
|
|
436
445
|
comparison_list,
|
|
@@ -544,6 +553,8 @@ export {
|
|
|
544
553
|
imageLinkContainer,
|
|
545
554
|
imagePlacement,
|
|
546
555
|
image_background,
|
|
556
|
+
image_based,
|
|
557
|
+
image_inner_wrapper,
|
|
547
558
|
img_area,
|
|
548
559
|
img_contents,
|
|
549
560
|
inline_container,
|
|
@@ -560,6 +571,7 @@ export {
|
|
|
560
571
|
isAllowedUrl,
|
|
561
572
|
isEmailLink,
|
|
562
573
|
isPhoneLink,
|
|
574
|
+
is_bg_img,
|
|
563
575
|
isolate_container,
|
|
564
576
|
item,
|
|
565
577
|
item_bio,
|
|
@@ -614,6 +626,7 @@ export {
|
|
|
614
626
|
rate_container,
|
|
615
627
|
rate_pad,
|
|
616
628
|
rate_table_title,
|
|
629
|
+
remove_padding,
|
|
617
630
|
resposiveLabel,
|
|
618
631
|
results_container,
|
|
619
632
|
reversed,
|
|
@@ -678,6 +691,9 @@ export {
|
|
|
678
691
|
three_inline,
|
|
679
692
|
title,
|
|
680
693
|
toggle_container,
|
|
694
|
+
top_center,
|
|
695
|
+
top_left,
|
|
696
|
+
top_right,
|
|
681
697
|
topic_columns,
|
|
682
698
|
topic_container,
|
|
683
699
|
topic_header,
|
|
@@ -39,7 +39,7 @@ const OptimizeImage = ({
|
|
|
39
39
|
height
|
|
40
40
|
}
|
|
41
41
|
)
|
|
42
|
-
] }) : /* @__PURE__ */ jsx("div", { className: css.loader
|
|
42
|
+
] }) : /* @__PURE__ */ jsx("div", { className: `${css.loader} ${css.loading}`, children: /* @__PURE__ */ jsx("div", { ref: imgRef, style: { width, height } }) });
|
|
43
43
|
};
|
|
44
44
|
export {
|
|
45
45
|
OptimizeImage
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../../assets/utils/optimizeImage/optimizeImage.css.css';const loader = "
|
|
2
|
-
const loading = "
|
|
3
|
-
const shimmer = "
|
|
1
|
+
import '../../assets/utils/optimizeImage/optimizeImage.css.css';const loader = "_loader_pwl74_10";
|
|
2
|
+
const loading = "_loading_pwl74_16";
|
|
3
|
+
const shimmer = "_shimmer_pwl74_1";
|
|
4
4
|
const css = {
|
|
5
5
|
loader,
|
|
6
6
|
loading,
|
package/package.json
CHANGED