@axos-web-dev/shared-components 0.0.91 → 0.0.93
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/ATMLocator/ATMLocator.js +15 -11
- package/dist/Accordion/Accordion.css.d.ts +9 -9
- package/dist/Button/Button.d.ts +3 -7
- package/dist/Button/Button.js +119 -18
- package/dist/Calculators/Calculator.js +27 -23
- package/dist/Calculators/MarginTradingCalculator/index.js +1 -2
- package/dist/Calculators/MaxLoanCalculator/index.js +6 -5
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +16 -1
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +7 -7
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +9 -8
- package/dist/CallToActionBar/index.js +47 -30
- package/dist/Carousel/index.js +16 -12
- package/dist/Chevron/Chevron.interface.d.ts +2 -0
- package/dist/Chevron/index.js +46 -24
- package/dist/Comparison/Comparison.js +14 -10
- package/dist/Comparison/ComparisonSet.js +18 -14
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +20 -16
- package/dist/Forms/ApplicationStart.js +3 -2
- package/dist/Forms/CommercialLending.js +3 -2
- package/dist/Forms/ContactCompany.js +3 -2
- package/dist/Forms/ContactUs.js +3 -2
- package/dist/Forms/ContactUsAAS.js +3 -2
- package/dist/Forms/ContactUsBusiness.js +13 -9
- package/dist/Forms/ContactUsNMLSId.js +13 -9
- package/dist/Forms/DealerServices.js +3 -2
- package/dist/Forms/EmailOnly.js +13 -9
- package/dist/Forms/SalesforceFieldsForm.d.ts +0 -1
- package/dist/Forms/ScheduleCall.js +7 -3
- package/dist/Forms/ScheduleCallPremier.js +3 -2
- package/dist/Forms/SuccesForm.js +30 -26
- package/dist/Forms/WcplSurvey.js +3 -2
- package/dist/Hyperlink/Hyperlink.css.d.ts +26 -0
- package/dist/Hyperlink/Hyperlink.css.js +6 -0
- package/dist/Hyperlink/Hyperlink.interface.d.ts +1 -0
- package/dist/Hyperlink/index.js +28 -19
- package/dist/IconBillboard/IconBillboard.js +10 -1
- package/dist/ImageLink/ImageLink.js +18 -15
- package/dist/ImageLink/ImageLinkSet.js +10 -6
- package/dist/ImageLink/index.js +19 -15
- package/dist/Input/Checkbox.d.ts +1 -1
- package/dist/Input/CurrencyInput.js +3 -2
- package/dist/Input/DatePicker.css.d.ts +1 -0
- package/dist/Input/DatePicker.css.js +6 -0
- package/dist/Input/Datepicker.d.ts +3 -0
- package/dist/Input/Datepicker.js +47 -0
- package/dist/Input/InputDate.css.d.ts +6 -0
- package/dist/Input/InputDate.css.js +15 -0
- package/dist/Input/InputDate.d.ts +3 -0
- package/dist/Input/InputDate.js +47 -0
- package/dist/Input/InputPhone.js +3 -2
- package/dist/Input/InputProps.d.ts +6 -0
- package/dist/Input/index.d.ts +3 -0
- package/dist/Input/index.js +6 -0
- package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -0
- package/dist/Interstitial/Interstitial-variants.css.js +6 -2
- package/dist/Interstitial/Interstitial.d.ts +5 -3
- package/dist/Interstitial/Interstitial.js +30 -5
- package/dist/Modal/Modal.js +13 -9
- package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +0 -1
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -16
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1931 -1756
- package/dist/NavigationMenu/AxosBank/index.js +8 -15
- package/dist/NavigationMenu/AxosClearing/NavBar.css.d.ts +1 -0
- package/dist/NavigationMenu/AxosClearing/NavBar.css.js +5 -0
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +98 -0
- package/dist/NavigationMenu/AxosClearing/NavData.d.ts +21 -0
- package/dist/NavigationMenu/AxosClearing/NavData.js +63 -0
- package/dist/NavigationMenu/AxosClearing/SubNavBar.d.ts +1 -0
- package/dist/NavigationMenu/AxosClearing/SubNavBar.js +56 -0
- package/dist/NavigationMenu/AxosClearing/index.d.ts +2 -0
- package/dist/NavigationMenu/AxosClearing/index.js +470 -0
- package/dist/NavigationMenu/index.d.ts +1 -0
- package/dist/NavigationMenu/index.js +5 -3
- package/dist/SetContainer/SetContainer.js +20 -16
- package/dist/Table/Table.d.ts +22 -9
- package/dist/TopicalNavSet/TopicalNavSet.js +3 -3
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +19 -6
- package/dist/assets/CallToActionBar/CallToActionBar.css +3 -1
- package/dist/assets/Hyperlink/Hyperlink.css +22 -0
- package/dist/assets/Input/DatePicker.css +95 -0
- package/dist/assets/Input/InputDate.css +39 -0
- package/dist/assets/Interstitial/Interstitial-variants.css +9 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +126 -124
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +4 -0
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +405 -0
- package/dist/assets/globals.css +71 -0
- package/dist/icons/Clock/index.d.ts +4 -0
- package/dist/icons/Clock/index.js +22 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +14 -12
- package/dist/main.d.ts +4 -4
- package/dist/main.js +69 -59
- package/dist/utils/allowedAxosDomains.js +1 -0
- package/package.json +1 -1
- package/dist/Interstitial/index.d.ts +0 -1
- package/dist/Interstitial/index.js +0 -22
|
@@ -0,0 +1,405 @@
|
|
|
1
|
+
._header_n5dx1_1 {
|
|
2
|
+
border-bottom: 1px solid #ebebeb;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
._wrapper_n5dx1_5 {
|
|
6
|
+
width: calc(100% - 80px);
|
|
7
|
+
margin-left: auto;
|
|
8
|
+
margin-right: auto;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
._header_main_row_n5dx1_11,
|
|
12
|
+
._mobile_header_n5dx1_12 {
|
|
13
|
+
min-height: 80px;
|
|
14
|
+
padding-top: 1rem;
|
|
15
|
+
padding-bottom: 0.5rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
._logo_wrap_n5dx1_18 {
|
|
19
|
+
padding: 9px 6px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
._primary_links_n5dx1_22 {
|
|
23
|
+
margin-left: 30px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
._main_nav_link_n5dx1_26 {
|
|
27
|
+
padding: 10px 8px;
|
|
28
|
+
text-align: center;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
._main_nav_link_n5dx1_26 .active {
|
|
32
|
+
border-color: currentColor;
|
|
33
|
+
transition: border-color 0.5s ease;
|
|
34
|
+
font-weight: 700;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
._main_nav_link_n5dx1_26 > a {
|
|
38
|
+
color: #1e262f;
|
|
39
|
+
display: inline-block;
|
|
40
|
+
font-size: 16px;
|
|
41
|
+
padding: 4px 26px;
|
|
42
|
+
border-bottom: 4px solid transparent;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
._sub_nav_link_n5dx1_45 a,
|
|
46
|
+
._main_nav_link_n5dx1_26 a,
|
|
47
|
+
._signin_wrap_n5dx1_47 a,
|
|
48
|
+
._signin_btn_n5dx1_48 {
|
|
49
|
+
text-decoration: none;
|
|
50
|
+
transition: opacity 0.3s ease;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
._sub_nav_link_n5dx1_45:hover,
|
|
54
|
+
._main_nav_link_n5dx1_26 a:hover,
|
|
55
|
+
._signin_wrap_n5dx1_47 a:hover {
|
|
56
|
+
opacity: 0.8;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
._signin_wrap_n5dx1_47 .link {
|
|
60
|
+
text-decoration: none;
|
|
61
|
+
padding: 8px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
._signin_btn_n5dx1_48 {
|
|
65
|
+
border-color: transparent;
|
|
66
|
+
background-color: #1e262f;
|
|
67
|
+
color: #fff;
|
|
68
|
+
padding: 11px 24px;
|
|
69
|
+
font-size: 16px;
|
|
70
|
+
font-weight: 700;
|
|
71
|
+
line-height: 1.44;
|
|
72
|
+
border-radius: 8px;
|
|
73
|
+
margin-left: 8px;
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
._signin_btn_n5dx1_48:hover {
|
|
78
|
+
color: #1e262f;
|
|
79
|
+
background-color: transparent;
|
|
80
|
+
opacity: 0.9;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
._signin_btn_n5dx1_48:hover > svg path {
|
|
84
|
+
fill: #1e262f;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
._signin_btn_n5dx1_48 > svg {
|
|
88
|
+
transform: rotateZ(-90deg);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
._signin_btn_n5dx1_48 > span {
|
|
92
|
+
margin-right: 8px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
._sub_nav_n5dx1_45 {
|
|
96
|
+
background-color: #1e262f;
|
|
97
|
+
color: #fff;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
._header_sub_row_n5dx1_100 {
|
|
101
|
+
min-height: 48px;
|
|
102
|
+
position: relative;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
._sub_nav_link_n5dx1_45 {
|
|
106
|
+
padding-inline: 1rem;
|
|
107
|
+
text-align: center;
|
|
108
|
+
color: #fff;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
._sub_nav_link_n5dx1_45 a {
|
|
112
|
+
display: flex;
|
|
113
|
+
align-items: center;
|
|
114
|
+
font-weight: 500;
|
|
115
|
+
line-height: 1.5;
|
|
116
|
+
padding: 12px 9.5px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
._sub_nav_link_n5dx1_45 a:hover {
|
|
120
|
+
background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
._sub_nav_link_n5dx1_45:hover,
|
|
124
|
+
._signin_wrap_n5dx1_47 a:hover,
|
|
125
|
+
._main_nav_link_n5dx1_26 a:not(.active):hover {
|
|
126
|
+
text-decoration: underline;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
._hamburger_n5dx1_129 {
|
|
130
|
+
background: transparent;
|
|
131
|
+
border: none;
|
|
132
|
+
font-size: 0px;
|
|
133
|
+
line-height: 1;
|
|
134
|
+
outline: none;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
._hamburger_n5dx1_129:hover,
|
|
138
|
+
._mobile_header_n5dx1_12 button:hover {
|
|
139
|
+
cursor: pointer;
|
|
140
|
+
opacity: 0.8;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
._signin_wrap_n5dx1_47 > ._mobile_only_n5dx1_143 > a {
|
|
144
|
+
color: #4a5560;
|
|
145
|
+
padding: 0;
|
|
146
|
+
line-height: 1;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
._mobile_logo_n5dx1_149 {
|
|
150
|
+
flex: 1 1 0%;
|
|
151
|
+
text-align: center;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
._highlight_n5dx1_154 > a {
|
|
155
|
+
border-bottom: none;
|
|
156
|
+
color: #1e262f;
|
|
157
|
+
font-weight: 700;
|
|
158
|
+
line-height: 1.44;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
._mobile_header_n5dx1_12 {
|
|
162
|
+
border-bottom: 1px solid #ebebeb;
|
|
163
|
+
display: grid;
|
|
164
|
+
padding-bottom: 1rem;
|
|
165
|
+
place-items: center;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
._mobile_header_n5dx1_12 p {
|
|
169
|
+
font: 400 20px / 1.3 var(--header-font-family);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
._mobile_header_n5dx1_12 button {
|
|
173
|
+
background: none;
|
|
174
|
+
border: none;
|
|
175
|
+
position: absolute;
|
|
176
|
+
right: 40px;
|
|
177
|
+
top: 50%;
|
|
178
|
+
transform: translateY(-50%);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
._mobile_nav_n5dx1_181 {
|
|
182
|
+
border-right: 1px solid #ebebeb;
|
|
183
|
+
left: -100%;
|
|
184
|
+
min-height: 100vh;
|
|
185
|
+
position: fixed;
|
|
186
|
+
top: 0;
|
|
187
|
+
transition: all 0.4s ease-in-out;
|
|
188
|
+
width: 100%;
|
|
189
|
+
z-index: 999;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
._mobile_opened_n5dx1_192 {
|
|
193
|
+
left: 0%;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
body:has(._mobile_opened_n5dx1_192) {
|
|
197
|
+
overflow-y: hidden;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
._mobile_nav_item_n5dx1_200 {
|
|
201
|
+
background-color: #f4f4f4;
|
|
202
|
+
border-bottom: 1px solid #ebebeb;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
._mobile_nav_item_n5dx1_200 > a {
|
|
206
|
+
color: #323339;
|
|
207
|
+
display: flex;
|
|
208
|
+
font-weight: 700;
|
|
209
|
+
line-height: 1.5;
|
|
210
|
+
padding: 16px 40px;
|
|
211
|
+
text-decoration: none;
|
|
212
|
+
width: 100%;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
._mobile_nav_item_n5dx1_200._has_dropdown_n5dx1_215 {
|
|
216
|
+
background-color: #f4f4f4;
|
|
217
|
+
isolation: isolate;
|
|
218
|
+
position: relative;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
._mobile_nav_item_n5dx1_200._has_dropdown_n5dx1_215::before {
|
|
222
|
+
content: "";
|
|
223
|
+
background-color: #ebebeb;
|
|
224
|
+
height: 100%;
|
|
225
|
+
position: absolute;
|
|
226
|
+
right: 104px;
|
|
227
|
+
top: 0;
|
|
228
|
+
width: 1px;
|
|
229
|
+
z-index: -1;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
._mobile_nav_item_n5dx1_200._has_dropdown_n5dx1_215 > a {
|
|
233
|
+
color: #1e3860;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
._icon_wrap_n5dx1_236 {
|
|
237
|
+
line-height: 1;
|
|
238
|
+
height: 24px;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
._mobile_footer_n5dx1_241 {
|
|
242
|
+
position: relative;
|
|
243
|
+
width: 100%;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
._mobile_footer_content_n5dx1_246 {
|
|
247
|
+
background-color: #f4f4f4;
|
|
248
|
+
flex: 1 1 0%;
|
|
249
|
+
padding: 16px 24px 16px 40px;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
._mobile_footer_content_n5dx1_246 p {
|
|
253
|
+
line-height: 1.5;
|
|
254
|
+
text-overflow: ellipsis;
|
|
255
|
+
display: -webkit-box;
|
|
256
|
+
-webkit-box-orient: vertical;
|
|
257
|
+
-webkit-line-clamp: 2;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
._mobile_footer_media_n5dx1_260 {
|
|
261
|
+
flex-basis: min(42%, 300px);
|
|
262
|
+
background: url("https://images.axos.com/o9ov1v03uwqk/7eptb6tVSWJJbpHWmwjC50/7f09f3cb9b2255ccfa2d0a0095bee307/axc-footer.png")
|
|
263
|
+
no-repeat 81% / cover;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
._footer_cta_n5dx1_266 {
|
|
267
|
+
margin-top: 3px;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
._footer_cta_n5dx1_266 a {
|
|
271
|
+
border-radius: 4px;
|
|
272
|
+
border: 2px solid transparent;
|
|
273
|
+
color: #fff;
|
|
274
|
+
display: inline-block;
|
|
275
|
+
font-weight: 700;
|
|
276
|
+
padding: 4px 32px;
|
|
277
|
+
text-decoration: none;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
._footer_cta_n5dx1_266 a:hover {
|
|
281
|
+
background-color: transparent;
|
|
282
|
+
text-decoration: underline;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
._footer_cta_n5dx1_266 a:active {
|
|
286
|
+
border-color: transparent;
|
|
287
|
+
color: #fff;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
._mobile_footer_n5dx1_241 > .flex_row {
|
|
291
|
+
min-height: 112px;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
._inner_wrapper_n5dx1_294 {
|
|
295
|
+
max-height: 100vh;
|
|
296
|
+
overflow-y: scroll;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
._btn_n5dx1_299 {
|
|
300
|
+
display: block;
|
|
301
|
+
position: relative;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
._sub_menu_n5dx1_304 {
|
|
305
|
+
overflow: hidden;
|
|
306
|
+
max-height: 0;
|
|
307
|
+
transition: max-height 0.8s ease-out;
|
|
308
|
+
background: #fff;
|
|
309
|
+
overflow-y: scroll;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
._sub_menu_n5dx1_304 a,
|
|
313
|
+
._sub_menu_n5dx1_304 span {
|
|
314
|
+
display: block;
|
|
315
|
+
padding: 12px 14px 12px 64px;
|
|
316
|
+
position: relative;
|
|
317
|
+
color: #323339;
|
|
318
|
+
text-decoration: none;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
._sub_menu_n5dx1_304 ._main_n5dx1_26 {
|
|
322
|
+
font-weight: 700;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
._sub_menu_n5dx1_304 > * {
|
|
326
|
+
border-top: 1px solid #ebebeb;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
._dd_footer_n5dx1_329 {
|
|
330
|
+
justify-content: flex-end;
|
|
331
|
+
flex: 1 1 0%;
|
|
332
|
+
align-items: end;
|
|
333
|
+
font-size: 11px;
|
|
334
|
+
letter-spacing: 0.3px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
@media (max-width: 1121px) {
|
|
338
|
+
._mobile_logo_n5dx1_149 {
|
|
339
|
+
position: absolute;
|
|
340
|
+
transform: translateX(-50%);
|
|
341
|
+
left: 50%;
|
|
342
|
+
flex: none;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
347
|
+
._wrapper_n5dx1_5 {
|
|
348
|
+
width: calc(100% - 28px);
|
|
349
|
+
}
|
|
350
|
+
._main_nav_link_n5dx1_26 > a {
|
|
351
|
+
padding: 4px 6px;
|
|
352
|
+
font-size: 15px;
|
|
353
|
+
}
|
|
354
|
+
._desktop_only_n5dx1_354 > a {
|
|
355
|
+
font-size: 15px;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
@media (max-width: 1023px) {
|
|
360
|
+
._desktop_only_n5dx1_354 {
|
|
361
|
+
display: none !important;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
@media (max-width: 768px) {
|
|
366
|
+
._wrapper_n5dx1_5 {
|
|
367
|
+
width: calc(100% - 48px);
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
._mobile_header_n5dx1_12 button {
|
|
371
|
+
right: 1.5rem;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
._mobile_nav_item_n5dx1_200 > a {
|
|
375
|
+
padding: 16px 24px;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
._sub_menu_n5dx1_304 a,
|
|
379
|
+
._sub_menu_n5dx1_304 span {
|
|
380
|
+
padding-left: 48px;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
._mobile_nav_item_n5dx1_200._has_dropdown_n5dx1_215::before {
|
|
384
|
+
right: 72px;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
._mobile_footer_content_n5dx1_246 {
|
|
388
|
+
padding-right: 15px;
|
|
389
|
+
padding-left: 24px;
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
@media (max-width: 450px) {
|
|
394
|
+
._footer_cta_n5dx1_266 a {
|
|
395
|
+
white-space: break-spaces;
|
|
396
|
+
width: 100%;
|
|
397
|
+
text-align: center;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
@media (min-width: 1024px) {
|
|
402
|
+
._mobile_only_n5dx1_143 {
|
|
403
|
+
display: none !important;
|
|
404
|
+
}
|
|
405
|
+
}
|
package/dist/assets/globals.css
CHANGED
|
@@ -266,6 +266,68 @@ p:empty {
|
|
|
266
266
|
ul:empty {
|
|
267
267
|
display: none;
|
|
268
268
|
}
|
|
269
|
+
.insight_header {
|
|
270
|
+
font-family: var(--header-font-family);
|
|
271
|
+
font-weight: 600;
|
|
272
|
+
font-size: 48px;
|
|
273
|
+
line-height: 56px;
|
|
274
|
+
}
|
|
275
|
+
article.containment {
|
|
276
|
+
max-width: 800px;
|
|
277
|
+
}
|
|
278
|
+
.decorative_rectangle {
|
|
279
|
+
height: 64px;
|
|
280
|
+
width: 11px;
|
|
281
|
+
background: linear-gradient(3deg, #051A3F 14.64%, #1E3860 48.42%, #4D85B0 85.36%);
|
|
282
|
+
}
|
|
283
|
+
.insight_list_item {
|
|
284
|
+
font-weight: 400;
|
|
285
|
+
font-size: 14px;
|
|
286
|
+
line-height: 32px;
|
|
287
|
+
list-style: none;
|
|
288
|
+
}
|
|
289
|
+
.info_row_text {
|
|
290
|
+
font-weight: 400;
|
|
291
|
+
font-size: 14px;
|
|
292
|
+
line-height: 20px;
|
|
293
|
+
color: #333D46;
|
|
294
|
+
margin-left: 5px;
|
|
295
|
+
}
|
|
296
|
+
.insight h2 {
|
|
297
|
+
font-weight: 600;
|
|
298
|
+
font-size: 28px;
|
|
299
|
+
line-height: 36px;
|
|
300
|
+
}
|
|
301
|
+
.insight h3 {
|
|
302
|
+
font-weight: 600;
|
|
303
|
+
font-size: 24px;
|
|
304
|
+
line-height: 32px;
|
|
305
|
+
color: #333D46;
|
|
306
|
+
}
|
|
307
|
+
.insight h4 {
|
|
308
|
+
font-weight: 600;
|
|
309
|
+
font-size: 20px;
|
|
310
|
+
line-height: 28px;
|
|
311
|
+
color: #333D46;
|
|
312
|
+
}
|
|
313
|
+
.insight p {
|
|
314
|
+
font-weight: 400;
|
|
315
|
+
font-size: 18px;
|
|
316
|
+
line-height: 26px;
|
|
317
|
+
color: #333D46;
|
|
318
|
+
}
|
|
319
|
+
.insight .footnotes p {
|
|
320
|
+
font-size: 16px;
|
|
321
|
+
line-height: 24px;
|
|
322
|
+
}
|
|
323
|
+
.related_articles article {
|
|
324
|
+
flex: 1 1 0%;
|
|
325
|
+
}
|
|
326
|
+
.related_articles_header h3 {
|
|
327
|
+
font-weight: 600;
|
|
328
|
+
font-size: 28px;
|
|
329
|
+
line-height: 36px;
|
|
330
|
+
}
|
|
269
331
|
@media screen and (max-width: 1023px) {
|
|
270
332
|
.containment {
|
|
271
333
|
width: min(45rem, calc(100% - 4rem));
|
|
@@ -305,6 +367,10 @@ ul:empty {
|
|
|
305
367
|
.section_header {
|
|
306
368
|
margin-bottom: 1.5rem;
|
|
307
369
|
}
|
|
370
|
+
article.containment {
|
|
371
|
+
max-width: unset;
|
|
372
|
+
width: min(1200px, calc(100% - 4rem));
|
|
373
|
+
}
|
|
308
374
|
}
|
|
309
375
|
@media screen and (max-width:1280px) {
|
|
310
376
|
.header_2 {
|
|
@@ -318,4 +384,9 @@ ul:empty {
|
|
|
318
384
|
.header_2 {
|
|
319
385
|
font-size: 21px;
|
|
320
386
|
}
|
|
387
|
+
}
|
|
388
|
+
@media (max-width: 768px) {
|
|
389
|
+
.insight .related_articles {
|
|
390
|
+
flex-direction: column;
|
|
391
|
+
}
|
|
321
392
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
const ClockIcon = (props) => /* @__PURE__ */ jsx(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...props,
|
|
11
|
+
children: /* @__PURE__ */ jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M12.5 1.5C18.299 1.5 23 6.20101 23 12C23 17.799 18.299 22.5 12.5 22.5C6.70101 22.5 2 17.799 2 12C2 6.20101 6.70101 1.5 12.5 1.5ZM12.5 3C7.52944 3 3.5 7.02944 3.5 12C3.5 16.9706 7.52944 21 12.5 21C17.4706 21 21.5 16.9706 21.5 12C21.5 7.02944 17.4706 3 12.5 3ZM13.25 6V11.25H17V12.75H11.75V6H13.25Z",
|
|
15
|
+
fill: "#4A5560"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
ClockIcon as default
|
|
22
|
+
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export { default as QuoteIconGrey } from './QuoteIconGrey';
|
|
|
16
16
|
export { default as QuoteIconWhite } from './QuoteIconWhite';
|
|
17
17
|
export { default as QuoteIconYellow } from './QuoteIconYellow';
|
|
18
18
|
export { default as WarningIcon } from './WarningIcon';
|
|
19
|
+
export { default as ClockIcon } from './Clock';
|
|
19
20
|
export { default as AASLogo } from './Logos/AAS';
|
|
20
21
|
export { default as AFSLogo } from './Logos/AFS';
|
|
21
22
|
export { default as AXALogo } from './Logos/AXA';
|
package/dist/icons/index.js
CHANGED
|
@@ -16,19 +16,20 @@ import { default as default16 } from "./QuoteIconGrey.js";
|
|
|
16
16
|
import { default as default17 } from "./QuoteIconWhite.js";
|
|
17
17
|
import { default as default18 } from "./QuoteIconYellow.js";
|
|
18
18
|
import { SvgWarningIcon } from "./WarningIcon/index.js";
|
|
19
|
-
import { default as default19 } from "./
|
|
20
|
-
import { default as default20 } from "./Logos/
|
|
21
|
-
import { default as default21 } from "./Logos/
|
|
22
|
-
import { default as default22 } from "./Logos/
|
|
23
|
-
import { default as default23 } from "./Logos/
|
|
24
|
-
import { default as default24 } from "./Logos/
|
|
19
|
+
import { default as default19 } from "./Clock/index.js";
|
|
20
|
+
import { default as default20 } from "./Logos/AAS.js";
|
|
21
|
+
import { default as default21 } from "./Logos/AFS.js";
|
|
22
|
+
import { default as default22 } from "./Logos/AXA.js";
|
|
23
|
+
import { default as default23 } from "./Logos/AXC.js";
|
|
24
|
+
import { default as default24 } from "./Logos/AXI.js";
|
|
25
|
+
import { default as default25 } from "./Logos/AXOS.js";
|
|
25
26
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
27
|
+
default20 as AASLogo,
|
|
28
|
+
default21 as AFSLogo,
|
|
29
|
+
default22 as AXALogo,
|
|
30
|
+
default23 as AXCLogo,
|
|
31
|
+
default24 as AXILogo,
|
|
32
|
+
default25 as AXOS,
|
|
32
33
|
default2 as ArrowIcon,
|
|
33
34
|
default3 as AxosX,
|
|
34
35
|
default4 as AxosXBlue,
|
|
@@ -37,6 +38,7 @@ export {
|
|
|
37
38
|
default7 as CheckIcon,
|
|
38
39
|
default8 as ChevronDown,
|
|
39
40
|
default9 as ChevronUp,
|
|
41
|
+
default19 as ClockIcon,
|
|
40
42
|
default10 as CloseIcon,
|
|
41
43
|
default11 as DownloadIcon,
|
|
42
44
|
default12 as EqualHousingLender,
|
package/dist/main.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './ATMLocator';
|
|
2
1
|
export * from './Accordion';
|
|
3
2
|
export * from './AlertBanner';
|
|
4
3
|
export * from './Article';
|
|
5
4
|
export * from './ArticlesSet';
|
|
5
|
+
export * from './ATMLocator';
|
|
6
6
|
export * from './Avatar';
|
|
7
7
|
export * from './AwardsBanner';
|
|
8
8
|
export * from './AwardsItem';
|
|
@@ -29,10 +29,11 @@ export * from './Forms';
|
|
|
29
29
|
export * from './HeroBanner';
|
|
30
30
|
export * from './Hyperlink';
|
|
31
31
|
export * from './IconBillboard';
|
|
32
|
+
export * from './icons';
|
|
32
33
|
export * from './ImageBillboard';
|
|
33
34
|
export * from './ImageLink';
|
|
34
35
|
export * from './Input';
|
|
35
|
-
export * from './Interstitial';
|
|
36
|
+
export * from './Interstitial/Interstitial';
|
|
36
37
|
export * from './LandingPageHeader';
|
|
37
38
|
export * from './LoadingIndicator';
|
|
38
39
|
export * from './MainHTML';
|
|
@@ -45,11 +46,10 @@ export * from './StepItem';
|
|
|
45
46
|
export * from './StepItemSet';
|
|
46
47
|
export * from './Table';
|
|
47
48
|
export * from './TextBlock';
|
|
49
|
+
export * from './themes';
|
|
48
50
|
export * from './TopicalNavItem';
|
|
49
51
|
export * from './TopicalNavSet';
|
|
50
52
|
export * from './VideoTile';
|
|
51
53
|
export * from './VideoWrapper';
|
|
52
|
-
export * from './icons';
|
|
53
|
-
export * from './themes';
|
|
54
54
|
export * from './Tab';
|
|
55
55
|
export * from './utils';
|