@axos-web-dev/shared-components 0.0.196 → 0.0.198
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/Button/Button.d.ts +1 -1
- package/dist/Button/Button.js +6 -4
- package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.d.ts +16 -1
- package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js +14 -14
- package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +40 -74
- package/dist/Chevron/Chevron.css.d.ts +1 -0
- package/dist/Chevron/Chevron.css.js +3 -1
- package/dist/Chevron/Chevron.interface.d.ts +8 -0
- package/dist/Chevron/index.js +20 -8
- package/dist/FaqAccordion/index.js +2 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
- package/dist/Forms/ApplyNow.d.ts +4 -0
- package/dist/Forms/ApplyNow.js +599 -0
- package/dist/Forms/ContactUsBusiness.js +3 -3
- package/dist/Forms/ContactUsNMLSId.js +3 -3
- package/dist/Forms/EmailOnly.js +3 -3
- package/dist/Forms/Forms.css.d.ts +5 -0
- package/dist/Forms/Forms.css.js +10 -0
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +9 -1
- package/dist/Hyperlink/index.js +1 -1
- package/dist/IconBillboard/IconBillboard.d.ts +2 -1
- package/dist/IconBillboard/IconBillboard.js +22 -4
- package/dist/IconBillboard/index.js +2 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +1 -1
- package/dist/ImageLink/index.js +1 -1
- package/dist/Modal/Modal.js +3 -3
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/NavData.js +22 -11
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +63 -23
- package/dist/NavigationMenu/AxosBank/index.js +6 -6
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/NavigationMenu/LaVictoire/NavData.js +1 -1
- package/dist/NavigationMenu/LaVictoire/index.js +4 -4
- package/dist/SocialMediaBar/iconsRepository.js +1 -1
- package/dist/VideoWrapper/index.js +1 -1
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +64 -34
- package/dist/assets/Chevron/Chevron.css +6 -0
- package/dist/assets/Forms/Forms.css +26 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +651 -658
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
- package/dist/assets/globals.css +1 -0
- package/dist/icons/ArrowIcon/index.d.ts +2 -2
- package/dist/icons/ArrowIcon/index.js +6 -1
- package/dist/main.js +11 -2
- package/dist/utils/allowedAxosDomains.js +2 -1
- package/package.json +130 -130
|
@@ -27,104 +27,116 @@
|
|
|
27
27
|
flex: 1 1 0%;
|
|
28
28
|
}
|
|
29
29
|
._1xynjwx6 {
|
|
30
|
-
color: #28587d;
|
|
31
30
|
line-height: 1.25;
|
|
32
31
|
}
|
|
33
32
|
._1xynjwx7 {
|
|
34
|
-
|
|
33
|
+
color: var(--_1073cm83);
|
|
35
34
|
}
|
|
36
35
|
._1xynjwx8 {
|
|
37
|
-
color: var(--
|
|
36
|
+
color: var(--_1073cm8a);
|
|
38
37
|
}
|
|
39
38
|
._1xynjwx9 {
|
|
40
|
-
color: var(--
|
|
39
|
+
color: var(--_1073cm8h);
|
|
41
40
|
}
|
|
42
41
|
._1xynjwxa {
|
|
43
|
-
color: var(--
|
|
42
|
+
color: var(--_1073cm8o);
|
|
44
43
|
}
|
|
45
44
|
._1xynjwxb {
|
|
46
|
-
|
|
45
|
+
line-height: 1.5;
|
|
46
|
+
margin-top: 1.5rem;
|
|
47
47
|
}
|
|
48
48
|
._1xynjwxc {
|
|
49
|
+
color: var(--_1073cm82);
|
|
50
|
+
}
|
|
51
|
+
._1xynjwxd {
|
|
52
|
+
color: var(--_1073cm89);
|
|
53
|
+
}
|
|
54
|
+
._1xynjwxe {
|
|
55
|
+
color: var(--_1073cm8g);
|
|
56
|
+
}
|
|
57
|
+
._1xynjwxf {
|
|
58
|
+
color: var(--_1073cm8n);
|
|
59
|
+
}
|
|
60
|
+
._1xynjwxg {
|
|
49
61
|
background-color: #1C3D57;
|
|
50
62
|
color: #fff;
|
|
51
63
|
padding: 12px;
|
|
52
64
|
text-align: center;
|
|
53
65
|
font: 600 20px / 1.25 var(--header-font-family);
|
|
54
66
|
}
|
|
55
|
-
.
|
|
67
|
+
._1xynjwxh {
|
|
56
68
|
background-color: #E7F5FA;
|
|
57
69
|
border-radius: 16px;
|
|
58
70
|
box-shadow: rgba(0,0,0,0.2) 0px 1px 3px , rgba(0,0,0,0.1) 0px 6px 12px -4px , rgba(0,0,0,0.2) 0px -3px 0px inset;
|
|
59
71
|
overflow: hidden;
|
|
60
72
|
width: 400px;
|
|
61
73
|
}
|
|
62
|
-
.
|
|
74
|
+
._1xynjwxi {
|
|
63
75
|
padding: 28px 32px;
|
|
64
76
|
}
|
|
65
|
-
.
|
|
77
|
+
._1xynjwxj {
|
|
66
78
|
position: relative;
|
|
67
79
|
}
|
|
68
|
-
.
|
|
80
|
+
._1xynjwxj select {
|
|
69
81
|
-webkit-appearance: none;
|
|
70
82
|
-moz-appearance: none;
|
|
71
83
|
appearance: none;
|
|
72
84
|
background-color: #fff;
|
|
73
85
|
}
|
|
74
|
-
.
|
|
86
|
+
._1xynjwxj select:hover {
|
|
75
87
|
cursor: pointer;
|
|
76
88
|
}
|
|
77
|
-
.
|
|
89
|
+
._1xynjwxj label {
|
|
78
90
|
background-color: #1C3D57;
|
|
79
91
|
color: #fff;
|
|
80
92
|
display: grid;
|
|
81
93
|
place-items: center;
|
|
82
94
|
padding-inline: 18px;
|
|
83
95
|
}
|
|
84
|
-
.
|
|
96
|
+
._1xynjwxk {
|
|
85
97
|
border: none;
|
|
86
98
|
outline: none;
|
|
87
|
-
padding: .7rem;
|
|
99
|
+
padding: .7rem 18px;
|
|
88
100
|
width: 100%;
|
|
89
101
|
}
|
|
90
|
-
.
|
|
102
|
+
._1xynjwxj label[for='loanYears'] {
|
|
91
103
|
order: 2;
|
|
92
104
|
}
|
|
93
|
-
.
|
|
105
|
+
._1xynjwxj label[for='interestRate'] {
|
|
94
106
|
order: 2;
|
|
95
107
|
min-width: 77px;
|
|
96
108
|
}
|
|
97
|
-
.
|
|
109
|
+
._1xynjwxl {
|
|
98
110
|
bottom: -20px;
|
|
99
111
|
color: #8C1900;
|
|
100
112
|
font-size: 12px;
|
|
101
113
|
left: 15px;
|
|
102
114
|
position: absolute;
|
|
103
115
|
}
|
|
104
|
-
.
|
|
116
|
+
._1xynjwxm {
|
|
105
117
|
border-radius: 8px;
|
|
106
118
|
display: flex;
|
|
107
119
|
overflow: hidden;
|
|
108
120
|
width: 100%;
|
|
109
121
|
}
|
|
110
|
-
.
|
|
122
|
+
._1xynjwxn {
|
|
111
123
|
background-color: #1F7A96;
|
|
112
124
|
border-radius: 8px;
|
|
113
125
|
box-shadow: rgba(31,122,150,0.3) 8px 8px 16px 0px;
|
|
114
126
|
color: #fff;
|
|
115
127
|
padding: 32px 28px;
|
|
116
128
|
}
|
|
117
|
-
.
|
|
129
|
+
._1xynjwxo {
|
|
118
130
|
font-size: 2.5rem;
|
|
119
131
|
font-weight: 700;
|
|
120
132
|
}
|
|
121
|
-
.
|
|
133
|
+
._1xynjwxp {
|
|
122
134
|
color: rgb(255 255 255 / 73%);
|
|
123
135
|
font-size: 16px;
|
|
124
136
|
font-weight: 700;
|
|
125
137
|
letter-spacing: .4px;
|
|
126
138
|
}
|
|
127
|
-
.
|
|
139
|
+
._1xynjwxq {
|
|
128
140
|
bottom: 0;
|
|
129
141
|
height: 200px;
|
|
130
142
|
left: 0;
|
|
@@ -133,26 +145,38 @@
|
|
|
133
145
|
width: 100%;
|
|
134
146
|
z-index: -1;
|
|
135
147
|
}
|
|
136
|
-
.
|
|
148
|
+
._1xynjwxr > use {
|
|
137
149
|
animation: move-forever 25s cubic-bezier(0.55,0.5,0.45,0.5) infinite;
|
|
138
150
|
}
|
|
139
|
-
.
|
|
151
|
+
._1xynjwxr > use:nth-child(1) {
|
|
140
152
|
animation-delay: -2s;
|
|
141
153
|
animation-duration: 7s;
|
|
142
154
|
}
|
|
143
|
-
.
|
|
155
|
+
._1xynjwxr > use:nth-child(2) {
|
|
144
156
|
animation-delay: -3s;
|
|
145
157
|
animation-duration: 10s;
|
|
146
158
|
}
|
|
147
|
-
.
|
|
159
|
+
._1xynjwxr > use:nth-child(3) {
|
|
148
160
|
animation-delay: -4s;
|
|
149
161
|
animation-duration: 13s;
|
|
150
162
|
}
|
|
151
|
-
.
|
|
163
|
+
._1xynjwxr > use:nth-child(4) {
|
|
152
164
|
animation-delay: -5s;
|
|
153
165
|
animation-duration: 20s;
|
|
154
166
|
}
|
|
155
|
-
.
|
|
167
|
+
._1xynjwx4 ._1xynjwxr > use:nth-child(1) {
|
|
168
|
+
fill: rgb(40 88 125 / 15%);
|
|
169
|
+
}
|
|
170
|
+
._1xynjwx4 ._1xynjwxr > use:nth-child(2) {
|
|
171
|
+
fill: rgb(40 88 125 / 10%);
|
|
172
|
+
}
|
|
173
|
+
._1xynjwx4 ._1xynjwxr > use:nth-child(3) {
|
|
174
|
+
fill: rgba(255,255,255,0.1);
|
|
175
|
+
}
|
|
176
|
+
._1xynjwx4 ._1xynjwxr > use:nth-child(4) {
|
|
177
|
+
fill: rgb(40 88 125 / 54%);
|
|
178
|
+
}
|
|
179
|
+
.section_spacer:has(._1xynjwxr) {
|
|
156
180
|
margin-top: 0px;
|
|
157
181
|
}
|
|
158
182
|
@media screen and (max-width: 1023px) {
|
|
@@ -169,10 +193,10 @@
|
|
|
169
193
|
._1xynjwx5 {
|
|
170
194
|
text-align: center;
|
|
171
195
|
}
|
|
172
|
-
.
|
|
196
|
+
._1xynjwxh {
|
|
173
197
|
width: min(400px, 100%);
|
|
174
198
|
}
|
|
175
|
-
.
|
|
199
|
+
._1xynjwxk {
|
|
176
200
|
width: 100%;
|
|
177
201
|
}
|
|
178
202
|
._1xynjwx0 .gap_24 {
|
|
@@ -185,17 +209,23 @@
|
|
|
185
209
|
}
|
|
186
210
|
}
|
|
187
211
|
@media screen and (max-width:470px) {
|
|
188
|
-
.
|
|
212
|
+
._1xynjwxg {
|
|
189
213
|
font-size: 18px;
|
|
190
214
|
}
|
|
191
|
-
.
|
|
215
|
+
._1xynjwxi {
|
|
192
216
|
padding: 24px 16px;
|
|
193
217
|
}
|
|
194
|
-
.
|
|
218
|
+
._1xynjwxn {
|
|
195
219
|
margin-top: 16px;
|
|
196
220
|
padding: 18px 16px;
|
|
197
221
|
}
|
|
198
|
-
.
|
|
222
|
+
._1xynjwxp {
|
|
199
223
|
font-size: 15px;
|
|
200
224
|
}
|
|
225
|
+
}
|
|
226
|
+
@media screen and (max-width:500px) {
|
|
227
|
+
._1xynjwxq {
|
|
228
|
+
height: 105px;
|
|
229
|
+
margin-bottom: -3px;
|
|
230
|
+
}
|
|
201
231
|
}
|
|
@@ -298,6 +298,26 @@
|
|
|
298
298
|
.tfms6a1x {
|
|
299
299
|
cursor: not-allowed;
|
|
300
300
|
}
|
|
301
|
+
.tfms6a1y {
|
|
302
|
+
display: flex;
|
|
303
|
+
}
|
|
304
|
+
.tfms6a1z {
|
|
305
|
+
visibility: hidden;
|
|
306
|
+
display: none;
|
|
307
|
+
}
|
|
308
|
+
.tfms6a21 {
|
|
309
|
+
display: flex;
|
|
310
|
+
gap: 24px;
|
|
311
|
+
}
|
|
312
|
+
.tfms6a22 {
|
|
313
|
+
vertical-align: vertical;
|
|
314
|
+
width: 100%;
|
|
315
|
+
display: flex;
|
|
316
|
+
padding: .5em;
|
|
317
|
+
gap: 24px;
|
|
318
|
+
align-items: center;
|
|
319
|
+
flex-direction: column-reverse;
|
|
320
|
+
}
|
|
301
321
|
@media screen and (max-width:1023px) {
|
|
302
322
|
.tfms6a0 {
|
|
303
323
|
padding-inline: 0;
|
|
@@ -374,6 +394,12 @@
|
|
|
374
394
|
.tfms6a1w::placeholder {
|
|
375
395
|
color: #5E6A74;
|
|
376
396
|
}
|
|
397
|
+
.tfms6a21 {
|
|
398
|
+
flex-direction: column;
|
|
399
|
+
}
|
|
400
|
+
.tfms6a22 {
|
|
401
|
+
flex-direction: column-reverse;
|
|
402
|
+
}
|
|
377
403
|
}
|
|
378
404
|
@media screen and (min-width: 801px) {
|
|
379
405
|
.rate-watch-form hr {
|