@axos-web-dev/shared-components 1.0.100-dev.42-chatbot-reset-fix.6 → 1.0.100-dev.43-executive.1
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 +2 -1
- package/dist/Auth/ErrorAlert.js +1 -0
- package/dist/Auth/SignInPassword.js +2 -2
- package/dist/BulletItem/BulletItem.js +0 -1
- package/dist/Button/Button.js +1 -0
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/Calculator.js +2 -1
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- package/dist/Carousel/index.js +1 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +0 -1
- package/dist/Chatbot/ChatWindow.css.js +11 -13
- package/dist/Chatbot/ChatWindow.js +66 -87
- package/dist/Chatbot/Chatbot.d.ts +1 -1
- package/dist/Chatbot/Chatbot.js +10 -46
- package/dist/Chatbot/index.js +1 -2
- package/dist/Chevron/index.js +1 -0
- package/dist/Comparison/Comparison.js +1 -0
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +136 -0
- package/dist/ExecutiveBio/ExecutiveBio.css.js +46 -0
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +10 -4
- package/dist/ExecutiveBio/ExecutiveBio.js +330 -85
- package/dist/ExecutiveBio/index.js +24 -1
- package/dist/FaqAccordion/index.js +1 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -0
- package/dist/Forms/ApplicationStart.js +2 -4
- package/dist/Forms/ApplyNow.js +2 -1
- package/dist/Forms/ClearingForm.js +2 -4
- package/dist/Forms/CommercialDeposits.js +2 -4
- package/dist/Forms/CommercialDepositsNoLendingOption.js +2 -4
- package/dist/Forms/CommercialLending.js +2 -4
- package/dist/Forms/CommercialPremiumFinance.js +2 -4
- package/dist/Forms/ContactCompany.js +2 -4
- package/dist/Forms/ContactCompanyTitle.js +2 -4
- package/dist/Forms/ContactUs.js +2 -4
- package/dist/Forms/ContactUsAAS.js +2 -4
- package/dist/Forms/ContactUsBusiness.js +3 -4
- package/dist/Forms/ContactUsBusinessNameEmail.js +3 -4
- package/dist/Forms/ContactUsLVF.js +2 -4
- package/dist/Forms/ContactUsNMLSId.js +3 -4
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +2 -5
- package/dist/Forms/CraPublicFile.js +3 -4
- package/dist/Forms/DealerServices.js +2 -4
- package/dist/Forms/EmailOnly.js +3 -4
- package/dist/Forms/EmailUs.js +5 -7
- package/dist/Forms/HoneyPot/index.js +1 -2
- package/dist/Forms/MortgageRate/MortgageRateForm.js +3 -4
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -0
- package/dist/Forms/MortgageWarehouseLending.js +3 -4
- package/dist/Forms/QuickPricer/QuickPricerForm.js +12 -16
- package/dist/Forms/ScheduleCall.js +2 -4
- package/dist/Forms/ScheduleCallPremier.js +2 -4
- package/dist/Forms/SuccesForm.js +2 -1
- package/dist/Forms/VendorQuestionnaire.js +2 -6
- package/dist/Forms/index.js +0 -1
- package/dist/Hyperlink/index.js +1 -0
- package/dist/ImageLink/ImageLink.js +2 -1
- package/dist/ImageLink/ImageLinkSet.js +1 -0
- package/dist/ImageLink/index.js +1 -0
- package/dist/Insight/Featured/CategorySelector.js +1 -0
- package/dist/Insight/Featured/Featured.js +1 -0
- package/dist/Insight/Featured/Header.js +1 -0
- package/dist/LoadingIndicator/index.js +0 -1
- package/dist/Modal/Modal.js +1 -0
- package/dist/Modal/contextApi/store.js +1 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +1 -0
- package/dist/NavigationMenu/AxosALTS/index.js +1 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -0
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -0
- package/dist/NavigationMenu/AxosBank/index.js +1 -0
- package/dist/NavigationMenu/LaVictoire/NavData.js +1 -0
- package/dist/NavigationMenu/LaVictoire/index.js +1 -0
- package/dist/NavigationMenu/NavDataJson.js +1 -0
- package/dist/NavigationMenu/Navbar.js +1 -0
- package/dist/NavigationMenu/SignInNavButton.js +1 -0
- package/dist/SetContainer/SetContainer.js +2 -1
- package/dist/SocialMediaBar/iconsRepository.js +1 -0
- package/dist/Tab/Tab.js +0 -1
- package/dist/VideoTile/VideoTile.js +1 -0
- package/dist/VideoWrapper/index.js +1 -0
- package/dist/assets/Chatbot/ChatWindow.css +26 -38
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +268 -0
- package/dist/main.js +26 -11
- package/dist/utils/index.d.ts +1 -4
- package/dist/utils/index.js +1 -9
- package/package.json +136 -136
- package/dist/utils/emailValidation.d.ts +0 -1
- package/dist/utils/emailValidation.js +0 -31
- package/dist/utils/nmlsValidation.d.ts +0 -1
- package/dist/utils/nmlsValidation.js +0 -34
- package/dist/utils/useCachedValidators.d.ts +0 -2
- package/dist/utils/useCachedValidators.js +0 -22
|
@@ -57,12 +57,10 @@
|
|
|
57
57
|
color: #1F1F1F;
|
|
58
58
|
flex: 1;
|
|
59
59
|
font-family: var(--header-font-family);
|
|
60
|
-
font-size:
|
|
60
|
+
font-size: 13px;
|
|
61
61
|
opacity: 0.7;
|
|
62
62
|
outline: none;
|
|
63
63
|
padding: 20px 0 20px 20px;
|
|
64
|
-
resize: none;
|
|
65
|
-
transform: scale(0.8);
|
|
66
64
|
}
|
|
67
65
|
._13n1jqk6::placeholder {
|
|
68
66
|
color: rgba(31,31,31,.38);
|
|
@@ -74,31 +72,27 @@
|
|
|
74
72
|
color: rgba(31,31,31,.58);
|
|
75
73
|
}
|
|
76
74
|
._13n1jqk7 {
|
|
77
|
-
overflow-y: hidden;
|
|
78
|
-
min-height: 20px;
|
|
79
|
-
}
|
|
80
|
-
._13n1jqk8 {
|
|
81
75
|
padding-inline: 20px;
|
|
82
76
|
background: #fafafa;
|
|
83
77
|
border: none;
|
|
84
78
|
}
|
|
85
|
-
.
|
|
79
|
+
._13n1jqk7:hover {
|
|
86
80
|
background: #E9F8FF;
|
|
87
81
|
cursor: pointer;
|
|
88
82
|
}
|
|
89
|
-
._1hpv6vm1 .
|
|
83
|
+
._1hpv6vm1 ._13n1jqk7:hover {
|
|
90
84
|
background: #eae8e8;
|
|
91
85
|
}
|
|
92
|
-
.
|
|
86
|
+
._13n1jqk7 svg {
|
|
93
87
|
fill: rgba(31,31,31,.38);
|
|
94
88
|
}
|
|
95
|
-
.
|
|
89
|
+
._13n1jqk7.active svg {
|
|
96
90
|
fill: #1e3860;
|
|
97
91
|
}
|
|
98
|
-
._1hpv6vm1 .
|
|
92
|
+
._1hpv6vm1 ._13n1jqk7.active svg {
|
|
99
93
|
fill: #e18357;
|
|
100
94
|
}
|
|
101
|
-
.
|
|
95
|
+
._13n1jqk8 {
|
|
102
96
|
background: #f9f9f9;
|
|
103
97
|
display: flex;
|
|
104
98
|
flex: 1;
|
|
@@ -108,22 +102,22 @@
|
|
|
108
102
|
padding: 1rem;
|
|
109
103
|
scrollbar-color: #ccc transparent;
|
|
110
104
|
}
|
|
111
|
-
.
|
|
105
|
+
._13n1jqk9 {
|
|
112
106
|
color: #888;
|
|
113
107
|
font-size: 10px;
|
|
114
108
|
margin-bottom: 4px;
|
|
115
109
|
text-align: center;
|
|
116
110
|
}
|
|
117
|
-
.
|
|
111
|
+
._13n1jqka {
|
|
118
112
|
border-radius: 8px;
|
|
119
113
|
margin-bottom: 8px;
|
|
120
114
|
max-width: 93%;
|
|
121
115
|
padding: 8px 12px;
|
|
122
116
|
}
|
|
123
|
-
.
|
|
117
|
+
._13n1jqka ul {
|
|
124
118
|
padding-left: 24px;
|
|
125
119
|
}
|
|
126
|
-
.
|
|
120
|
+
._13n1jqkb {
|
|
127
121
|
border: 1px solid #ddd;
|
|
128
122
|
border-radius: 8px;
|
|
129
123
|
box-shadow: 0 1px 4px #b3e0ff55;
|
|
@@ -131,20 +125,20 @@
|
|
|
131
125
|
flex-direction: column;
|
|
132
126
|
margin-bottom: 8px;
|
|
133
127
|
}
|
|
134
|
-
.
|
|
128
|
+
._13n1jqkc {
|
|
135
129
|
font-size: 12px;
|
|
136
130
|
text-align: left;
|
|
137
131
|
background: #fff;
|
|
138
132
|
color: #1e3860;
|
|
139
133
|
cursor: pointer;
|
|
140
134
|
}
|
|
141
|
-
.
|
|
135
|
+
._13n1jqkc:hover {
|
|
142
136
|
background: #f0f0f0;
|
|
143
137
|
}
|
|
144
|
-
._1hpv6vm1 .
|
|
138
|
+
._1hpv6vm1 ._13n1jqkc {
|
|
145
139
|
color: #323339;
|
|
146
140
|
}
|
|
147
|
-
.
|
|
141
|
+
._13n1jqkd {
|
|
148
142
|
background: #1e629a;
|
|
149
143
|
border: none;
|
|
150
144
|
color: #fff;
|
|
@@ -154,14 +148,14 @@
|
|
|
154
148
|
border-radius: 4px;
|
|
155
149
|
text-align: center;
|
|
156
150
|
}
|
|
157
|
-
.
|
|
151
|
+
._13n1jqkd:hover {
|
|
158
152
|
opacity: 0.8;
|
|
159
153
|
}
|
|
160
|
-
._1hpv6vm1 .
|
|
154
|
+
._1hpv6vm1 ._13n1jqkd {
|
|
161
155
|
background: #e18357;
|
|
162
156
|
color: #323339;
|
|
163
157
|
}
|
|
164
|
-
.
|
|
158
|
+
._13n1jqke {
|
|
165
159
|
position: absolute;
|
|
166
160
|
top: 40px;
|
|
167
161
|
right: 25px;
|
|
@@ -177,49 +171,43 @@
|
|
|
177
171
|
color: #323339;
|
|
178
172
|
}
|
|
179
173
|
}
|
|
180
|
-
.
|
|
174
|
+
._13n1jqkf {
|
|
181
175
|
color: #fff;
|
|
182
176
|
border-bottom: 1px solid #1f2d3e;
|
|
183
177
|
padding: 2px 12px;
|
|
184
178
|
cursor: pointer;
|
|
185
179
|
font-size: 12px;
|
|
186
180
|
}
|
|
187
|
-
.
|
|
181
|
+
._13n1jqkf:last-child {
|
|
188
182
|
border-bottom: none;
|
|
189
183
|
}
|
|
190
|
-
.
|
|
184
|
+
._13n1jqkf:hover {
|
|
191
185
|
background: #1f2d3e;
|
|
192
186
|
}
|
|
193
|
-
._1hpv6vm1 .
|
|
187
|
+
._1hpv6vm1 ._13n1jqkf {
|
|
194
188
|
background: #e18357;
|
|
195
189
|
color: #323339;
|
|
196
190
|
}
|
|
197
|
-
.
|
|
191
|
+
._13n1jqkf button {
|
|
198
192
|
background: transparent;
|
|
199
193
|
border: none;
|
|
200
194
|
color: inherit;
|
|
201
195
|
cursor: pointer;
|
|
202
196
|
}
|
|
203
|
-
.
|
|
197
|
+
._13n1jqkg {
|
|
204
198
|
font-size: 10px;
|
|
205
199
|
text-align: center;
|
|
206
200
|
margin-bottom: 8px;
|
|
207
201
|
margin-top: 8px;
|
|
208
202
|
color: #1e3860;
|
|
209
203
|
}
|
|
210
|
-
._1hpv6vm1 .
|
|
204
|
+
._1hpv6vm1 ._13n1jqkg {
|
|
211
205
|
color: #323339;
|
|
212
206
|
}
|
|
213
|
-
.
|
|
207
|
+
._13n1jqkh {
|
|
214
208
|
display: flex;
|
|
215
209
|
flex-direction: column;
|
|
216
210
|
align-items: center;
|
|
217
211
|
justify-content: center;
|
|
218
212
|
padding: 0 1rem;
|
|
219
|
-
}
|
|
220
|
-
@media (hover: none) and (pointer: coarse) {
|
|
221
|
-
body:has(._1hpv6vm1), body:has(._1hpv6vm0) {
|
|
222
|
-
overscroll-behavior: contain;
|
|
223
|
-
overflow: hidden;
|
|
224
|
-
}
|
|
225
213
|
}
|
|
@@ -199,6 +199,234 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
199
199
|
.txcb8dm + .txcb8d1d {
|
|
200
200
|
margin-top: 24px;
|
|
201
201
|
}
|
|
202
|
+
.txcb8d1e {
|
|
203
|
+
display: flex;
|
|
204
|
+
flex-direction: column;
|
|
205
|
+
}
|
|
206
|
+
.txcb8d1f {
|
|
207
|
+
padding-block: 80px;
|
|
208
|
+
}
|
|
209
|
+
.txcb8d1g {
|
|
210
|
+
background: var(--_1073cm81);
|
|
211
|
+
color: var(--_1073cm83);
|
|
212
|
+
}
|
|
213
|
+
.txcb8d1h {
|
|
214
|
+
background: var(--_1073cm88);
|
|
215
|
+
color: var(--_1073cm8a);
|
|
216
|
+
}
|
|
217
|
+
.txcb8d1i {
|
|
218
|
+
background: var(--_1073cm8f);
|
|
219
|
+
color: var(--_1073cm8h);
|
|
220
|
+
}
|
|
221
|
+
.txcb8d1j {
|
|
222
|
+
background: var(--_1073cm8m);
|
|
223
|
+
color: var(--_1073cm8o);
|
|
224
|
+
}
|
|
225
|
+
main > div:has(options => {
|
|
226
|
+
var className = config.defaultClassName;
|
|
227
|
+
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
228
|
+
for (var variantName in selections) {
|
|
229
|
+
var _selections$variantNa;
|
|
230
|
+
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
231
|
+
if (variantSelection != null) {
|
|
232
|
+
var selection = variantSelection;
|
|
233
|
+
if (typeof selection === 'boolean') {
|
|
234
|
+
// @ts-expect-error
|
|
235
|
+
selection = selection === true ? 'true' : 'false';
|
|
236
|
+
}
|
|
237
|
+
var selectionClassName =
|
|
238
|
+
// @ts-expect-error
|
|
239
|
+
config.variantClassNames[variantName][selection];
|
|
240
|
+
if (selectionClassName) {
|
|
241
|
+
className += ' ' + selectionClassName;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
246
|
+
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
247
|
+
className += ' ' + compoundClassName;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
return className;
|
|
251
|
+
}) {
|
|
252
|
+
margin-top: 0;
|
|
253
|
+
}
|
|
254
|
+
.txcb8d1l {
|
|
255
|
+
display: flex;
|
|
256
|
+
align-items: flex-start;
|
|
257
|
+
gap: 56px;
|
|
258
|
+
}
|
|
259
|
+
.txcb8d1m {
|
|
260
|
+
gap: 32px;
|
|
261
|
+
width: min(344px, 100%);
|
|
262
|
+
}
|
|
263
|
+
.txcb8d1n {
|
|
264
|
+
aspect-ratio: 344 / 392;
|
|
265
|
+
background-color: #DAE2E5;
|
|
266
|
+
border-radius: 16px;
|
|
267
|
+
align-self: stretch;
|
|
268
|
+
overflow: hidden;
|
|
269
|
+
max-width: 344px;
|
|
270
|
+
position: relative;
|
|
271
|
+
}
|
|
272
|
+
.txcb8d1o {
|
|
273
|
+
height: 100%;
|
|
274
|
+
width: 100%;
|
|
275
|
+
object-fit: cover;
|
|
276
|
+
position: absolute;
|
|
277
|
+
inset: 0;
|
|
278
|
+
}
|
|
279
|
+
.txcb8d1p {
|
|
280
|
+
gap: 16px;
|
|
281
|
+
}
|
|
282
|
+
.txcb8d1q {
|
|
283
|
+
display: block;
|
|
284
|
+
font: 700 18px / 1.5 var(--header-font-family);
|
|
285
|
+
letter-spacing: -0.198px;
|
|
286
|
+
}
|
|
287
|
+
.txcb8d1r {
|
|
288
|
+
color: var(--_1073cm85);
|
|
289
|
+
}
|
|
290
|
+
.txcb8d1s {
|
|
291
|
+
color: var(--_1073cm8c);
|
|
292
|
+
}
|
|
293
|
+
.txcb8d1t {
|
|
294
|
+
color: var(--_1073cm8j);
|
|
295
|
+
}
|
|
296
|
+
.txcb8d1u {
|
|
297
|
+
color: var(--_1073cm8q);
|
|
298
|
+
}
|
|
299
|
+
.txcb8d1v {
|
|
300
|
+
gap: 3px;
|
|
301
|
+
padding-left: 20px;
|
|
302
|
+
}
|
|
303
|
+
.txcb8d1w {
|
|
304
|
+
flex: 1;
|
|
305
|
+
gap: 24px;
|
|
306
|
+
}
|
|
307
|
+
.txcb8d1x {
|
|
308
|
+
gap: 16px;
|
|
309
|
+
}
|
|
310
|
+
.txcb8d1y {
|
|
311
|
+
gap: 12px;
|
|
312
|
+
}
|
|
313
|
+
.txcb8d20 {
|
|
314
|
+
color: var(--_1073cm85);
|
|
315
|
+
}
|
|
316
|
+
.txcb8d21 {
|
|
317
|
+
color: var(--_1073cm8c);
|
|
318
|
+
}
|
|
319
|
+
.txcb8d22 {
|
|
320
|
+
color: var(--_1073cm8j);
|
|
321
|
+
}
|
|
322
|
+
.txcb8d23 {
|
|
323
|
+
color: var(--_1073cm8q);
|
|
324
|
+
}
|
|
325
|
+
.txcb8d24 {
|
|
326
|
+
font-size: 20px;
|
|
327
|
+
line-height: 1.5;
|
|
328
|
+
}
|
|
329
|
+
.txcb8d25 {
|
|
330
|
+
color: var(--_1073cm85);
|
|
331
|
+
}
|
|
332
|
+
.txcb8d26 {
|
|
333
|
+
color: var(--_1073cm8c);
|
|
334
|
+
}
|
|
335
|
+
.txcb8d27 {
|
|
336
|
+
color: var(--_1073cm8j);
|
|
337
|
+
}
|
|
338
|
+
.txcb8d28 {
|
|
339
|
+
color: var(--_1073cm8q);
|
|
340
|
+
}
|
|
341
|
+
.txcb8d29 {
|
|
342
|
+
display: flex;
|
|
343
|
+
align-items: center;
|
|
344
|
+
gap: 18px;
|
|
345
|
+
}
|
|
346
|
+
.txcb8d2b {
|
|
347
|
+
fill: #2F5B88;
|
|
348
|
+
}
|
|
349
|
+
.txcb8d2c {
|
|
350
|
+
fill: #2F5B88;
|
|
351
|
+
}
|
|
352
|
+
.txcb8d2d {
|
|
353
|
+
fill: var(--_1073cm8g);
|
|
354
|
+
}
|
|
355
|
+
.txcb8d2e {
|
|
356
|
+
fill: var(--_1073cm8n);
|
|
357
|
+
}
|
|
358
|
+
.txcb8d2f {
|
|
359
|
+
font-size: 24px;
|
|
360
|
+
font-weight: 600;
|
|
361
|
+
line-height: 1.37;
|
|
362
|
+
font-family: var(--header-font-family);
|
|
363
|
+
text-wrap: pretty;
|
|
364
|
+
}
|
|
365
|
+
.txcb8d2g {
|
|
366
|
+
color: var(--_1073cm85);
|
|
367
|
+
}
|
|
368
|
+
.txcb8d2h {
|
|
369
|
+
color: var(--_1073cm8c);
|
|
370
|
+
}
|
|
371
|
+
.txcb8d2i {
|
|
372
|
+
color: var(--_1073cm8j);
|
|
373
|
+
}
|
|
374
|
+
.txcb8d2j {
|
|
375
|
+
color: var(--_1073cm8q);
|
|
376
|
+
}
|
|
377
|
+
.txcb8d2k p {
|
|
378
|
+
font-size: 16px;
|
|
379
|
+
line-height: 1.5;
|
|
380
|
+
}
|
|
381
|
+
.txcb8d2l {
|
|
382
|
+
scale: 1;
|
|
383
|
+
transition: scale 0.25s ease;
|
|
384
|
+
will-change: scale;
|
|
385
|
+
}
|
|
386
|
+
.txcb8d2l:hover {
|
|
387
|
+
scale: 1.1;
|
|
388
|
+
}
|
|
389
|
+
.txcb8d2m {
|
|
390
|
+
position: relative;
|
|
391
|
+
display: flex;
|
|
392
|
+
}
|
|
393
|
+
.txcb8d2n {
|
|
394
|
+
visibility: hidden;
|
|
395
|
+
min-width: 120px;
|
|
396
|
+
text-align: center;
|
|
397
|
+
padding: 5px 0;
|
|
398
|
+
border-radius: 8px;
|
|
399
|
+
position: absolute;
|
|
400
|
+
z-index: 1;
|
|
401
|
+
bottom: 120%;
|
|
402
|
+
left: 100%;
|
|
403
|
+
margin-left: -33px;
|
|
404
|
+
opacity: 0;
|
|
405
|
+
transition: opacity 0.3s;
|
|
406
|
+
will-change: opacity;
|
|
407
|
+
font-weight: 700;
|
|
408
|
+
font-family: var(--header-font-family);
|
|
409
|
+
}
|
|
410
|
+
.txcb8d2m:hover .txcb8d2n {
|
|
411
|
+
visibility: visible;
|
|
412
|
+
opacity: 1;
|
|
413
|
+
}
|
|
414
|
+
.txcb8d2o {
|
|
415
|
+
background: var(--_1073cm82);
|
|
416
|
+
color: var(--_1073cm86);
|
|
417
|
+
}
|
|
418
|
+
.txcb8d2p {
|
|
419
|
+
background: var(--_1073cm89);
|
|
420
|
+
color: var(--_1073cm8d);
|
|
421
|
+
}
|
|
422
|
+
.txcb8d2q {
|
|
423
|
+
background: var(--_1073cm8g);
|
|
424
|
+
color: var(--_1073cm8k);
|
|
425
|
+
}
|
|
426
|
+
.txcb8d2r {
|
|
427
|
+
background: var(--_1073cm8n);
|
|
428
|
+
color: var(--_1073cm8r);
|
|
429
|
+
}
|
|
202
430
|
@media (max-width: 1240px) and (min-width: 1024px) {
|
|
203
431
|
.txcb8dm {
|
|
204
432
|
max-width: max-content;
|
|
@@ -237,6 +465,12 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
237
465
|
.txcb8d1c {
|
|
238
466
|
margin-top: 24px;
|
|
239
467
|
}
|
|
468
|
+
.txcb8d1f {
|
|
469
|
+
padding-block: 42px;
|
|
470
|
+
}
|
|
471
|
+
.txcb8d1l {
|
|
472
|
+
gap: 32px;
|
|
473
|
+
}
|
|
240
474
|
}
|
|
241
475
|
@media (max-width: 768px) {
|
|
242
476
|
.txcb8db {
|
|
@@ -275,6 +509,9 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
275
509
|
.txcb8dm + .txcb8d1d {
|
|
276
510
|
margin-top: 10px;
|
|
277
511
|
}
|
|
512
|
+
.txcb8d1f {
|
|
513
|
+
padding-block: 32px;
|
|
514
|
+
}
|
|
278
515
|
}
|
|
279
516
|
@media screen and (max-width: 1023px) {
|
|
280
517
|
main > div:nth-last-child(2) > .txcb8d0 {
|
|
@@ -297,4 +534,35 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
297
534
|
flex-direction: column;
|
|
298
535
|
gap: 10px;
|
|
299
536
|
}
|
|
537
|
+
}
|
|
538
|
+
@media (max-width: 1023px) and (min-width: 769px) {
|
|
539
|
+
.txcb8d1k {
|
|
540
|
+
width: min(1200px, calc(100% - 4rem));
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
@media (max-width: 850px) {
|
|
544
|
+
.txcb8d1l {
|
|
545
|
+
flex-direction: column;
|
|
546
|
+
gap: 24px;
|
|
547
|
+
}
|
|
548
|
+
.txcb8d1m {
|
|
549
|
+
display: contents;
|
|
550
|
+
}
|
|
551
|
+
.txcb8d1p {
|
|
552
|
+
order: 1;
|
|
553
|
+
}
|
|
554
|
+
.txcb8d1w {
|
|
555
|
+
display: contents;
|
|
556
|
+
}
|
|
557
|
+
.txcb8d2k {
|
|
558
|
+
order: 2;
|
|
559
|
+
}
|
|
560
|
+
.txcb8d2s {
|
|
561
|
+
order: 3;
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
@media (min-width: 769px) {
|
|
565
|
+
.txcb8d2s > * + * {
|
|
566
|
+
margin-top: 14px;
|
|
567
|
+
}
|
|
300
568
|
}
|
package/dist/main.js
CHANGED
|
@@ -42,7 +42,7 @@ import { bubbleWrapper, svgFill } from "./Chatbot/Bubble.css.js";
|
|
|
42
42
|
import { Chatbot } from "./Chatbot/Chatbot.js";
|
|
43
43
|
import { chatbotAXB, chatbotUFB } from "./Chatbot/Chatbot.css.js";
|
|
44
44
|
import { ChatWindow } from "./Chatbot/ChatWindow.js";
|
|
45
|
-
import { arrowFill,
|
|
45
|
+
import { arrowFill, button_reset, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, messageStyle, messagesContainerStyle, notificationStyle, sendButtonStyle, windowBarStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
|
|
46
46
|
import { useOpenChat } from "./Chatbot/store/chat.js";
|
|
47
47
|
import { useMessages } from "./Chatbot/store/messages.js";
|
|
48
48
|
import { Chevron } from "./Chevron/index.js";
|
|
@@ -52,7 +52,7 @@ import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
|
52
52
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
53
53
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
54
54
|
import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
|
|
55
|
-
import { bio_section_text, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon, url_row } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
55
|
+
import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, flexColumn, header_theme, headline_setting, headshot, highlights, hover, imgAlignment, img_area, item_bio, job_title, media, order_3, padding, person, section_theme, shift, social, svg_color, svg_icon, tooltip, url_row } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
56
56
|
import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
|
|
57
57
|
import { AccordionCtas, AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
|
|
58
58
|
import { FdicBanner } from "./FdicCallout/index.js";
|
|
@@ -205,14 +205,11 @@ import { VideoWrapper } from "./VideoWrapper/index.js";
|
|
|
205
205
|
import { Tab } from "./Tab/Tab.js";
|
|
206
206
|
import { TabContainer } from "./Tab/TabContainer.js";
|
|
207
207
|
import { findMoreAxosDomains, isAllowedUrl } from "./utils/allowedAxosDomains.js";
|
|
208
|
-
import { appendQueryParams } from "./utils/appendQueryParams.js";
|
|
209
|
-
import { createCachedEmailValidator } from "./utils/emailValidation.js";
|
|
210
208
|
import { associatedEmail } from "./utils/EverestValidity.js";
|
|
211
209
|
import { getVariant, getVariantWithRegex } from "./utils/getVariant.js";
|
|
212
|
-
import { createCachedNMLSValidator } from "./utils/nmlsValidation.js";
|
|
213
|
-
import { useCachedEmailValidator, useCachedNMLSValidator } from "./utils/useCachedValidators.js";
|
|
214
210
|
import { isAbsoluteUrl, isEmailLink, isPhoneLink, shortUrl, validateLink } from "./utils/validateExternalLinks.js";
|
|
215
211
|
import { columnValues } from "./utils/variant.types.js";
|
|
212
|
+
import { appendQueryParams } from "./utils/appendQueryParams.js";
|
|
216
213
|
import { padding_in_footer, smb_section, smb_wrapper } from "./SocialMediaBar/SocialMediaBar.css.js";
|
|
217
214
|
export {
|
|
218
215
|
default20 as AASLogo,
|
|
@@ -434,7 +431,6 @@ export {
|
|
|
434
431
|
article_share_svg,
|
|
435
432
|
article_spacer,
|
|
436
433
|
associatedEmail,
|
|
437
|
-
autoResize,
|
|
438
434
|
award_company,
|
|
439
435
|
award_item,
|
|
440
436
|
award_name,
|
|
@@ -470,6 +466,8 @@ export {
|
|
|
470
466
|
bs_wrapper,
|
|
471
467
|
bubbleWrapper,
|
|
472
468
|
bullet_details,
|
|
469
|
+
bulletsHeadline,
|
|
470
|
+
bulletsWrapper,
|
|
473
471
|
button,
|
|
474
472
|
button_reset,
|
|
475
473
|
buttons,
|
|
@@ -480,6 +478,19 @@ export {
|
|
|
480
478
|
center_center,
|
|
481
479
|
center_left,
|
|
482
480
|
center_right,
|
|
481
|
+
ceoContainer,
|
|
482
|
+
ceoContent,
|
|
483
|
+
ceoHeader,
|
|
484
|
+
ceoImgWrapper,
|
|
485
|
+
ceoMedia,
|
|
486
|
+
ceoPersonalInfo,
|
|
487
|
+
ceoSection,
|
|
488
|
+
ceoWrapper,
|
|
489
|
+
ceo_body,
|
|
490
|
+
ceo_contacts,
|
|
491
|
+
ceo_name,
|
|
492
|
+
ceo_quote,
|
|
493
|
+
ceo_title,
|
|
483
494
|
chatFinishDialog,
|
|
484
495
|
chatNetworkStatus,
|
|
485
496
|
chat_title,
|
|
@@ -505,8 +516,6 @@ export {
|
|
|
505
516
|
containerIconBillboard,
|
|
506
517
|
content,
|
|
507
518
|
copy,
|
|
508
|
-
createCachedEmailValidator,
|
|
509
|
-
createCachedNMLSValidator,
|
|
510
519
|
description,
|
|
511
520
|
descriptionField,
|
|
512
521
|
details,
|
|
@@ -546,6 +555,7 @@ export {
|
|
|
546
555
|
featured_supertag,
|
|
547
556
|
featured_title,
|
|
548
557
|
findMoreAxosDomains,
|
|
558
|
+
flexColumn,
|
|
549
559
|
footerDisclosure,
|
|
550
560
|
footerLink,
|
|
551
561
|
footerParagraph,
|
|
@@ -607,7 +617,9 @@ export {
|
|
|
607
617
|
highlight_first_row,
|
|
608
618
|
highlight_last_row,
|
|
609
619
|
highlight_th,
|
|
620
|
+
highlights,
|
|
610
621
|
honeyPotSchema,
|
|
622
|
+
hover,
|
|
611
623
|
icon,
|
|
612
624
|
iconContainer,
|
|
613
625
|
iconContainerBase,
|
|
@@ -620,6 +632,7 @@ export {
|
|
|
620
632
|
image_background,
|
|
621
633
|
image_based,
|
|
622
634
|
image_inner_wrapper,
|
|
635
|
+
imgAlignment,
|
|
623
636
|
img_area,
|
|
624
637
|
img_contents,
|
|
625
638
|
inline_button,
|
|
@@ -680,6 +693,7 @@ export {
|
|
|
680
693
|
notificationStyle,
|
|
681
694
|
ol,
|
|
682
695
|
one_row,
|
|
696
|
+
order_3,
|
|
683
697
|
padding,
|
|
684
698
|
padding_in_footer,
|
|
685
699
|
paragraph,
|
|
@@ -738,6 +752,7 @@ export {
|
|
|
738
752
|
single_container,
|
|
739
753
|
smb_section,
|
|
740
754
|
smb_wrapper,
|
|
755
|
+
social,
|
|
741
756
|
spb_container,
|
|
742
757
|
spb_hover,
|
|
743
758
|
step_num,
|
|
@@ -750,6 +765,7 @@ export {
|
|
|
750
765
|
success_wrap,
|
|
751
766
|
supertag,
|
|
752
767
|
svgFill,
|
|
768
|
+
svg_color,
|
|
753
769
|
svg_fill,
|
|
754
770
|
svg_icon,
|
|
755
771
|
svg_logo,
|
|
@@ -771,6 +787,7 @@ export {
|
|
|
771
787
|
three_inline,
|
|
772
788
|
title,
|
|
773
789
|
toggle_container,
|
|
790
|
+
tooltip,
|
|
774
791
|
top_center,
|
|
775
792
|
top_left,
|
|
776
793
|
top_right,
|
|
@@ -784,8 +801,6 @@ export {
|
|
|
784
801
|
two_inline,
|
|
785
802
|
up_to,
|
|
786
803
|
url_row,
|
|
787
|
-
useCachedEmailValidator,
|
|
788
|
-
useCachedNMLSValidator,
|
|
789
804
|
useGlobalContext,
|
|
790
805
|
useMessages,
|
|
791
806
|
useOpenChat,
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
export * from './allowedAxosDomains';
|
|
2
|
-
export * from './appendQueryParams';
|
|
3
|
-
export * from './emailValidation';
|
|
4
2
|
export * from './EverestValidity';
|
|
5
3
|
export * from './getVariant';
|
|
6
|
-
export * from './nmlsValidation';
|
|
7
|
-
export * from './useCachedValidators';
|
|
8
4
|
export * from './validateExternalLinks';
|
|
9
5
|
export * from './variant.types';
|
|
6
|
+
export * from './appendQueryParams';
|
package/dist/utils/index.js
CHANGED
|
@@ -1,19 +1,13 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
import { findMoreAxosDomains, isAllowedUrl } from "./allowedAxosDomains.js";
|
|
3
|
-
import { appendQueryParams } from "./appendQueryParams.js";
|
|
4
|
-
import { createCachedEmailValidator } from "./emailValidation.js";
|
|
5
2
|
import { associatedEmail } from "./EverestValidity.js";
|
|
6
3
|
import { getVariant, getVariantWithRegex } from "./getVariant.js";
|
|
7
|
-
import { createCachedNMLSValidator } from "./nmlsValidation.js";
|
|
8
|
-
import { useCachedEmailValidator, useCachedNMLSValidator } from "./useCachedValidators.js";
|
|
9
4
|
import { isAbsoluteUrl, isEmailLink, isPhoneLink, shortUrl, validateLink } from "./validateExternalLinks.js";
|
|
10
5
|
import { columnValues } from "./variant.types.js";
|
|
6
|
+
import { appendQueryParams } from "./appendQueryParams.js";
|
|
11
7
|
export {
|
|
12
8
|
appendQueryParams,
|
|
13
9
|
associatedEmail,
|
|
14
10
|
columnValues,
|
|
15
|
-
createCachedEmailValidator,
|
|
16
|
-
createCachedNMLSValidator,
|
|
17
11
|
findMoreAxosDomains,
|
|
18
12
|
getVariant,
|
|
19
13
|
getVariantWithRegex,
|
|
@@ -22,7 +16,5 @@ export {
|
|
|
22
16
|
isEmailLink,
|
|
23
17
|
isPhoneLink,
|
|
24
18
|
shortUrl,
|
|
25
|
-
useCachedEmailValidator,
|
|
26
|
-
useCachedNMLSValidator,
|
|
27
19
|
validateLink
|
|
28
20
|
};
|