@axos-web-dev/shared-components 0.0.111 → 0.0.112
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 +1 -0
- package/dist/Button/Button.js +4 -1
- package/dist/Calculators/Calculator.js +1 -0
- package/dist/Carousel/index.js +1 -0
- package/dist/Chevron/index.js +1 -0
- package/dist/Comparison/Comparison.js +1 -0
- package/dist/FaqAccordion/index.js +1 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +95 -72
- package/dist/Forms/ContactUsBusiness.js +1 -0
- package/dist/Forms/ContactUsNMLSId.js +1 -0
- package/dist/Forms/EmailOnly.js +1 -0
- package/dist/Forms/ScheduleCall.js +4 -1
- package/dist/Forms/SuccesForm.js +1 -0
- package/dist/HeroBanner/HeroBanner.css.d.ts +1 -0
- package/dist/Hyperlink/index.js +1 -0
- package/dist/ImageLink/ImageLink.js +1 -0
- package/dist/ImageLink/ImageLinkSet.js +1 -0
- package/dist/ImageLink/index.js +1 -0
- 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/InputProps.d.ts +6 -0
- package/dist/Insight/Featured/CategorySelector.js +1 -0
- package/dist/Insight/Featured/Featured.js +1 -0
- package/dist/Modal/Modal.js +1 -0
- package/dist/NavigationMenu/AxosBank/NavData.d.ts +2 -36
- package/dist/NavigationMenu/AxosBank/NavData.js +133 -33
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +369 -166
- package/dist/NavigationMenu/AxosBank/index.js +268 -28
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +49 -31
- package/dist/NavigationMenu/AxosClearing/NavData.js +1 -1
- package/dist/NavigationMenu/AxosClearing/index.js +119 -12
- package/dist/SetContainer/SetContainer.js +1 -0
- package/dist/assets/HeroBanner/HeroBanner.css +1 -0
- package/dist/assets/Input/DatePicker.css +95 -0
- package/dist/assets/Input/InputDate.css +39 -0
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +133 -82
- package/package.json +118 -118
package/dist/Button/Button.js
CHANGED
|
@@ -10,6 +10,7 @@ import "../icons/CheckIcon/CheckIcon.css.js";
|
|
|
10
10
|
/* empty css */
|
|
11
11
|
/* empty css */
|
|
12
12
|
/* empty css */
|
|
13
|
+
import { getVariant } from "../utils/getVariant.js";
|
|
13
14
|
import { useState, createElement } from "react";
|
|
14
15
|
import "../AlertBanner/AlertBanner.css.js";
|
|
15
16
|
import "../Article/Article.css.js";
|
|
@@ -75,6 +76,7 @@ import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
|
75
76
|
/* empty css */
|
|
76
77
|
/* empty css */
|
|
77
78
|
/* empty css */
|
|
79
|
+
import "../NavigationMenu/AxosBank/NavData.js";
|
|
78
80
|
import "next/image.js";
|
|
79
81
|
import "next/link.js";
|
|
80
82
|
import "next/navigation.js";
|
|
@@ -111,6 +113,7 @@ const Button = ({
|
|
|
111
113
|
square,
|
|
112
114
|
marketingIntersitial
|
|
113
115
|
}) => {
|
|
116
|
+
const variant = getVariant(color);
|
|
114
117
|
const { setTargetLinkUrl, setOpenModal } = useGlobalContext();
|
|
115
118
|
const [isOpenMktInterstitial, setIsOpenMktInterstitial] = useState(false);
|
|
116
119
|
const openMarketingInterstitial = () => {
|
|
@@ -135,7 +138,7 @@ const Button = ({
|
|
|
135
138
|
as,
|
|
136
139
|
{
|
|
137
140
|
className: clsx(
|
|
138
|
-
button({ color, size, disabled, rounded, square }),
|
|
141
|
+
button({ color: variant, size, disabled, rounded, square }),
|
|
139
142
|
className
|
|
140
143
|
),
|
|
141
144
|
href: findMoreAxosDomains(targetUrl),
|
package/dist/Carousel/index.js
CHANGED
package/dist/Chevron/index.js
CHANGED
|
@@ -75,6 +75,7 @@ import "../../LandingPageHeader/LandingPageHeader.css.js";
|
|
|
75
75
|
/* empty css */
|
|
76
76
|
/* empty css */
|
|
77
77
|
/* empty css */
|
|
78
|
+
import "../../NavigationMenu/AxosBank/NavData.js";
|
|
78
79
|
import "next/image.js";
|
|
79
80
|
import "next/link.js";
|
|
80
81
|
import "next/navigation.js";
|
|
@@ -98,40 +99,80 @@ const AxosFooterSiteMap = () => {
|
|
|
98
99
|
return /* @__PURE__ */ jsx("footer", { className: footer_section, id: "site_map", children: /* @__PURE__ */ jsxs("div", { className: "containment", children: [
|
|
99
100
|
/* @__PURE__ */ jsxs("nav", { className: footer_wrapper, children: [
|
|
100
101
|
/* @__PURE__ */ jsxs("div", { className: ft_col, children: [
|
|
101
|
-
/* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/
|
|
102
|
+
/* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/personal"), children: "Personal" }) }),
|
|
102
103
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
103
104
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
104
105
|
"a",
|
|
105
106
|
{
|
|
106
107
|
className: ft_col_subheader,
|
|
107
|
-
href: findMoreAxosDomains("{AXOSBANK}/
|
|
108
|
+
href: findMoreAxosDomains("{AXOSBANK}/personal/bank"),
|
|
108
109
|
children: "Bank"
|
|
109
110
|
}
|
|
110
111
|
) }),
|
|
111
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
113
|
+
"a",
|
|
114
|
+
{
|
|
115
|
+
href: findMoreAxosDomains(
|
|
116
|
+
"{AXOSBANK}/personal/bank/checking-accounts"
|
|
117
|
+
),
|
|
118
|
+
children: "Checking"
|
|
119
|
+
}
|
|
120
|
+
) }),
|
|
121
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
122
|
+
"a",
|
|
123
|
+
{
|
|
124
|
+
href: findMoreAxosDomains(
|
|
125
|
+
"{AXOSBANK}/personal/bank/savings-accounts"
|
|
126
|
+
),
|
|
127
|
+
children: "Savings"
|
|
128
|
+
}
|
|
129
|
+
) }),
|
|
130
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
131
|
+
"a",
|
|
132
|
+
{
|
|
133
|
+
href: findMoreAxosDomains(
|
|
134
|
+
"{AXOSBANK}/personal/bank/savings-accounts/certificates-of-deposit"
|
|
135
|
+
),
|
|
136
|
+
children: "CDs"
|
|
137
|
+
}
|
|
138
|
+
) })
|
|
114
139
|
] }),
|
|
115
140
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
116
141
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
117
142
|
"a",
|
|
118
143
|
{
|
|
119
144
|
className: ft_col_subheader,
|
|
120
|
-
href: findMoreAxosDomains("{AXOSBANK}/
|
|
145
|
+
href: findMoreAxosDomains("{AXOSBANK}/personal/borrow"),
|
|
121
146
|
children: "Borrow"
|
|
122
147
|
}
|
|
123
148
|
) }),
|
|
124
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/Personal/Mortgages"), children: "Mortgages" }) }),
|
|
125
149
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
126
150
|
"a",
|
|
127
151
|
{
|
|
128
152
|
href: findMoreAxosDomains(
|
|
129
|
-
"{AXOSBANK}/
|
|
153
|
+
"{AXOSBANK}/personal/borrow/mortgages"
|
|
154
|
+
),
|
|
155
|
+
children: "Mortgages"
|
|
156
|
+
}
|
|
157
|
+
) }),
|
|
158
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
159
|
+
"a",
|
|
160
|
+
{
|
|
161
|
+
href: findMoreAxosDomains(
|
|
162
|
+
"{AXOSBANK}/personal/borrow/personal-loans"
|
|
130
163
|
),
|
|
131
164
|
children: "Personal Loans"
|
|
132
165
|
}
|
|
133
166
|
) }),
|
|
134
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
167
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
168
|
+
"a",
|
|
169
|
+
{
|
|
170
|
+
href: findMoreAxosDomains(
|
|
171
|
+
"{AXOSBANK}/personal/auto-loan/purchase-a-vehicle"
|
|
172
|
+
),
|
|
173
|
+
children: "Auto Loans"
|
|
174
|
+
}
|
|
175
|
+
) })
|
|
135
176
|
] }),
|
|
136
177
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
137
178
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -142,28 +183,20 @@ const AxosFooterSiteMap = () => {
|
|
|
142
183
|
children: "Invest"
|
|
143
184
|
}
|
|
144
185
|
) }),
|
|
145
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOS}/
|
|
146
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOS}/
|
|
147
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
148
|
-
"a",
|
|
149
|
-
{
|
|
150
|
-
href: findMoreAxosDomains("{AXOSBANK}/Legal/Disclosures#CRP"),
|
|
151
|
-
children: "Client Relationship Summary"
|
|
152
|
-
}
|
|
153
|
-
) })
|
|
186
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOS}/managed-portfolios"), children: "Managed Portfolios" }) }),
|
|
187
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOS}/self-directed-trading"), children: "Self-Directed Trading" }) }),
|
|
188
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/legal/disclosures"), children: "Client Relationship Summary" }) })
|
|
154
189
|
] })
|
|
155
190
|
] }),
|
|
156
191
|
/* @__PURE__ */ jsxs("div", { className: ft_col, children: [
|
|
157
|
-
/* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/
|
|
192
|
+
/* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/business"), children: "Business" }) }),
|
|
158
193
|
/* @__PURE__ */ jsxs("div", { className: nested_grid, children: [
|
|
159
194
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
160
195
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
161
196
|
"a",
|
|
162
197
|
{
|
|
163
198
|
className: ft_col_subheader,
|
|
164
|
-
href: findMoreAxosDomains(
|
|
165
|
-
"{AXOSBANK}/business/Commercial-Banking-and-Lending"
|
|
166
|
-
),
|
|
199
|
+
href: findMoreAxosDomains("{AXOSBANK}/commercial"),
|
|
167
200
|
children: "Commercial"
|
|
168
201
|
}
|
|
169
202
|
) }),
|
|
@@ -171,7 +204,7 @@ const AxosFooterSiteMap = () => {
|
|
|
171
204
|
"a",
|
|
172
205
|
{
|
|
173
206
|
href: findMoreAxosDomains(
|
|
174
|
-
"{AXOSBANK}/
|
|
207
|
+
"{AXOSBANK}/commercial/equipment-finance"
|
|
175
208
|
),
|
|
176
209
|
children: "Equipment Finance"
|
|
177
210
|
}
|
|
@@ -180,7 +213,7 @@ const AxosFooterSiteMap = () => {
|
|
|
180
213
|
"a",
|
|
181
214
|
{
|
|
182
215
|
href: findMoreAxosDomains(
|
|
183
|
-
"{AXOSBANK}/
|
|
216
|
+
"{AXOSBANK}/commercial/lending/lender-financing"
|
|
184
217
|
),
|
|
185
218
|
children: "Lender Finance"
|
|
186
219
|
}
|
|
@@ -189,7 +222,7 @@ const AxosFooterSiteMap = () => {
|
|
|
189
222
|
"a",
|
|
190
223
|
{
|
|
191
224
|
href: findMoreAxosDomains(
|
|
192
|
-
"{AXOSBANK}/
|
|
225
|
+
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
|
|
193
226
|
),
|
|
194
227
|
children: "Small Balance Commercial Real Estate"
|
|
195
228
|
}
|
|
@@ -198,7 +231,7 @@ const AxosFooterSiteMap = () => {
|
|
|
198
231
|
"a",
|
|
199
232
|
{
|
|
200
233
|
href: findMoreAxosDomains(
|
|
201
|
-
"{AXOSBANK}/
|
|
234
|
+
"{AXOSBANK}/commercial/lending/residential-warehouse-lending"
|
|
202
235
|
),
|
|
203
236
|
children: "Residential Warehouse Lending"
|
|
204
237
|
}
|
|
@@ -207,7 +240,7 @@ const AxosFooterSiteMap = () => {
|
|
|
207
240
|
"a",
|
|
208
241
|
{
|
|
209
242
|
href: findMoreAxosDomains(
|
|
210
|
-
"{AXOSBANK}/
|
|
243
|
+
"{AXOSBANK}/commercial/lending/bridge-and-construction-lending"
|
|
211
244
|
),
|
|
212
245
|
children: "Commercial Real Estate Bridge & Construction Lending"
|
|
213
246
|
}
|
|
@@ -216,7 +249,7 @@ const AxosFooterSiteMap = () => {
|
|
|
216
249
|
"a",
|
|
217
250
|
{
|
|
218
251
|
href: findMoreAxosDomains(
|
|
219
|
-
"{AXOSBANK}/
|
|
252
|
+
"{AXOSBANK}/commercial/global-treasury-management"
|
|
220
253
|
),
|
|
221
254
|
children: "Treasury Management"
|
|
222
255
|
}
|
|
@@ -227,9 +260,7 @@ const AxosFooterSiteMap = () => {
|
|
|
227
260
|
"a",
|
|
228
261
|
{
|
|
229
262
|
className: ft_col_subheader,
|
|
230
|
-
href: findMoreAxosDomains(
|
|
231
|
-
"{AXOSBANK}/business/small-business-banking"
|
|
232
|
-
),
|
|
263
|
+
href: findMoreAxosDomains("{AXOSBANK}/business"),
|
|
233
264
|
children: "Small Business"
|
|
234
265
|
}
|
|
235
266
|
) }),
|
|
@@ -237,7 +268,7 @@ const AxosFooterSiteMap = () => {
|
|
|
237
268
|
"a",
|
|
238
269
|
{
|
|
239
270
|
href: findMoreAxosDomains(
|
|
240
|
-
"{AXOSBANK}/business/
|
|
271
|
+
"{AXOSBANK}/business/business-checking-accounts/basic-business-checking"
|
|
241
272
|
),
|
|
242
273
|
children: "Basic Business Checking"
|
|
243
274
|
}
|
|
@@ -246,7 +277,7 @@ const AxosFooterSiteMap = () => {
|
|
|
246
277
|
"a",
|
|
247
278
|
{
|
|
248
279
|
href: findMoreAxosDomains(
|
|
249
|
-
"{AXOSBANK}/business/
|
|
280
|
+
"{AXOSBANK}/business/business-checking-accounts/business-interest-checking"
|
|
250
281
|
),
|
|
251
282
|
children: "Business Interest Checking"
|
|
252
283
|
}
|
|
@@ -255,7 +286,7 @@ const AxosFooterSiteMap = () => {
|
|
|
255
286
|
"a",
|
|
256
287
|
{
|
|
257
288
|
href: findMoreAxosDomains(
|
|
258
|
-
"{AXOSBANK}/business/
|
|
289
|
+
"{AXOSBANK}/business/savings/business-savings-accounts/business-savings"
|
|
259
290
|
),
|
|
260
291
|
children: "Business Savings"
|
|
261
292
|
}
|
|
@@ -264,7 +295,7 @@ const AxosFooterSiteMap = () => {
|
|
|
264
295
|
"a",
|
|
265
296
|
{
|
|
266
297
|
href: findMoreAxosDomains(
|
|
267
|
-
"{AXOSBANK}/business/
|
|
298
|
+
"{AXOSBANK}/business/savings/business-savings-accounts/business-premium-savings"
|
|
268
299
|
),
|
|
269
300
|
children: "Business Premium Savings"
|
|
270
301
|
}
|
|
@@ -273,7 +304,7 @@ const AxosFooterSiteMap = () => {
|
|
|
273
304
|
"a",
|
|
274
305
|
{
|
|
275
306
|
href: findMoreAxosDomains(
|
|
276
|
-
"{AXOSBANK}/business/
|
|
307
|
+
"{AXOSBANK}/business/savings/business-cds"
|
|
277
308
|
),
|
|
278
309
|
children: "Business CDs"
|
|
279
310
|
}
|
|
@@ -284,9 +315,7 @@ const AxosFooterSiteMap = () => {
|
|
|
284
315
|
"a",
|
|
285
316
|
{
|
|
286
317
|
className: ft_col_subheader,
|
|
287
|
-
href: findMoreAxosDomains(
|
|
288
|
-
"{AXOSBANK}/business/Commercial-Banking"
|
|
289
|
-
),
|
|
318
|
+
href: findMoreAxosDomains("{AXOSBANK}/commercial/banking"),
|
|
290
319
|
children: "Solutions By Industry"
|
|
291
320
|
}
|
|
292
321
|
) }),
|
|
@@ -294,7 +323,7 @@ const AxosFooterSiteMap = () => {
|
|
|
294
323
|
"a",
|
|
295
324
|
{
|
|
296
325
|
href: findMoreAxosDomains(
|
|
297
|
-
"{AXOSBANK}/
|
|
326
|
+
"{AXOSBANK}/commercial/industry-specializations/third-party-payment-processors"
|
|
298
327
|
),
|
|
299
328
|
children: "Third Party Payment Processors"
|
|
300
329
|
}
|
|
@@ -303,7 +332,7 @@ const AxosFooterSiteMap = () => {
|
|
|
303
332
|
"a",
|
|
304
333
|
{
|
|
305
334
|
href: findMoreAxosDomains(
|
|
306
|
-
"{AXOSBANK}/
|
|
335
|
+
"{AXOSBANK}/commercial/industry-specializations/hoa-property-management"
|
|
307
336
|
),
|
|
308
337
|
children: "HOAs & Property Management"
|
|
309
338
|
}
|
|
@@ -312,7 +341,7 @@ const AxosFooterSiteMap = () => {
|
|
|
312
341
|
"a",
|
|
313
342
|
{
|
|
314
343
|
href: findMoreAxosDomains(
|
|
315
|
-
"{AXOSBANK}/
|
|
344
|
+
"{AXOSBANK}/commercial/industry-specializations/1031-exchange-qualified-intermediaries"
|
|
316
345
|
),
|
|
317
346
|
children: "1031 Exchange Qualified Intermediaries"
|
|
318
347
|
}
|
|
@@ -321,7 +350,7 @@ const AxosFooterSiteMap = () => {
|
|
|
321
350
|
"a",
|
|
322
351
|
{
|
|
323
352
|
href: findMoreAxosDomains(
|
|
324
|
-
"{AXOSBANK}/
|
|
353
|
+
"{AXOSBANK}/commercial/industry-specializations/title-and-escrow"
|
|
325
354
|
),
|
|
326
355
|
children: "Title & Escrow"
|
|
327
356
|
}
|
|
@@ -330,35 +359,32 @@ const AxosFooterSiteMap = () => {
|
|
|
330
359
|
"a",
|
|
331
360
|
{
|
|
332
361
|
href: findMoreAxosDomains(
|
|
333
|
-
"{AXOSBANK}/
|
|
362
|
+
"{AXOSBANK}/commercial/industry-specializations/global-fiduciary-banking"
|
|
334
363
|
),
|
|
335
364
|
children: "Global Fiduciary Banking"
|
|
336
365
|
}
|
|
337
366
|
) }),
|
|
338
367
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AAS}"), children: "Fiduciary Services" }) }),
|
|
339
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */
|
|
368
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
340
369
|
"a",
|
|
341
370
|
{
|
|
342
371
|
href: findMoreAxosDomains(
|
|
343
|
-
"{AXOSBANK}/
|
|
372
|
+
"{AXOSBANK}/commercial/banking/hedge-funds-and-alternative-funds"
|
|
344
373
|
),
|
|
345
|
-
children:
|
|
346
|
-
"Hedge Funds & Alternative Fund Banking",
|
|
347
|
-
" "
|
|
348
|
-
]
|
|
374
|
+
children: "Hedge Funds & Alternative Fund Banking"
|
|
349
375
|
}
|
|
350
376
|
) })
|
|
351
377
|
] })
|
|
352
378
|
] })
|
|
353
379
|
] }),
|
|
354
380
|
/* @__PURE__ */ jsxs("div", { className: ft_col, children: [
|
|
355
|
-
/* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/
|
|
381
|
+
/* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/partners"), children: "Partners" }) }),
|
|
356
382
|
/* @__PURE__ */ jsxs("ul", { children: [
|
|
357
383
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
358
384
|
"a",
|
|
359
385
|
{
|
|
360
386
|
href: findMoreAxosDomains(
|
|
361
|
-
"{AXOSBANK}/
|
|
387
|
+
"{AXOSBANK}/partners/dealer-services"
|
|
362
388
|
),
|
|
363
389
|
children: "Auto Dealers"
|
|
364
390
|
}
|
|
@@ -367,7 +393,7 @@ const AxosFooterSiteMap = () => {
|
|
|
367
393
|
"a",
|
|
368
394
|
{
|
|
369
395
|
href: findMoreAxosDomains(
|
|
370
|
-
"{AXOSBANK}/
|
|
396
|
+
"{AXOSBANK}/partners/financial-advisors"
|
|
371
397
|
),
|
|
372
398
|
children: "Financial Advisors"
|
|
373
399
|
}
|
|
@@ -376,7 +402,7 @@ const AxosFooterSiteMap = () => {
|
|
|
376
402
|
"a",
|
|
377
403
|
{
|
|
378
404
|
href: findMoreAxosDomains(
|
|
379
|
-
"{AXOSBANK}/
|
|
405
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/forms-and-guidelines"
|
|
380
406
|
),
|
|
381
407
|
children: "Lending Forms & Guidelines"
|
|
382
408
|
}
|
|
@@ -385,7 +411,7 @@ const AxosFooterSiteMap = () => {
|
|
|
385
411
|
"a",
|
|
386
412
|
{
|
|
387
413
|
href: findMoreAxosDomains(
|
|
388
|
-
"{AXOSBANK}/
|
|
414
|
+
"{AXOSBANK}/business/small-balance-commercial"
|
|
389
415
|
),
|
|
390
416
|
children: "Small Balance Commercial"
|
|
391
417
|
}
|
|
@@ -394,7 +420,7 @@ const AxosFooterSiteMap = () => {
|
|
|
394
420
|
"a",
|
|
395
421
|
{
|
|
396
422
|
href: findMoreAxosDomains(
|
|
397
|
-
"{AXOSBANK}/
|
|
423
|
+
"{AXOSBANK}/business/small-balance-commercial/investor-owned-2-4-unit-lending"
|
|
398
424
|
),
|
|
399
425
|
children: "Investor-Owned Properties"
|
|
400
426
|
}
|
|
@@ -403,7 +429,7 @@ const AxosFooterSiteMap = () => {
|
|
|
403
429
|
"a",
|
|
404
430
|
{
|
|
405
431
|
href: findMoreAxosDomains(
|
|
406
|
-
"{AXOSBANK}/
|
|
432
|
+
"{AXOSBANK}/business/small-balance-commercial/multifamily-lending"
|
|
407
433
|
),
|
|
408
434
|
children: "Multi-Family Housing"
|
|
409
435
|
}
|
|
@@ -412,7 +438,7 @@ const AxosFooterSiteMap = () => {
|
|
|
412
438
|
"a",
|
|
413
439
|
{
|
|
414
440
|
href: findMoreAxosDomains(
|
|
415
|
-
"{AXOSBANK}/
|
|
441
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
|
|
416
442
|
),
|
|
417
443
|
children: "Wholesale Lending"
|
|
418
444
|
}
|
|
@@ -421,7 +447,7 @@ const AxosFooterSiteMap = () => {
|
|
|
421
447
|
"a",
|
|
422
448
|
{
|
|
423
449
|
href: findMoreAxosDomains(
|
|
424
|
-
"{AXOSBANK}/
|
|
450
|
+
"{AXOSBANK}/partners/strategic-partnerships"
|
|
425
451
|
),
|
|
426
452
|
children: "Strategic Partnerships"
|
|
427
453
|
}
|
|
@@ -774,16 +800,13 @@ const AxosFooterSiteMap = () => {
|
|
|
774
800
|
}
|
|
775
801
|
) }),
|
|
776
802
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AAS}"), children: "Fiduciary Services" }) }),
|
|
777
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */
|
|
803
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
778
804
|
"a",
|
|
779
805
|
{
|
|
780
806
|
href: findMoreAxosDomains(
|
|
781
807
|
"{AXOSBANK}/business/Commercial-Banking/Hedge-Funds-and-Alternative-Fund-Banking-Solutions"
|
|
782
808
|
),
|
|
783
|
-
children:
|
|
784
|
-
"Hedge Funds & Alternative Fund Banking",
|
|
785
|
-
" "
|
|
786
|
-
]
|
|
809
|
+
children: "Hedge Funds & Alternative Fund Banking"
|
|
787
810
|
}
|
|
788
811
|
) })
|
|
789
812
|
] })
|
|
@@ -814,7 +837,7 @@ const AxosFooterSiteMap = () => {
|
|
|
814
837
|
"a",
|
|
815
838
|
{
|
|
816
839
|
href: findMoreAxosDomains(
|
|
817
|
-
"{AXOSBANK}/
|
|
840
|
+
"{AXOSBANK}/partners/dealer-services"
|
|
818
841
|
),
|
|
819
842
|
children: "Auto Dealers"
|
|
820
843
|
}
|
|
@@ -823,7 +846,7 @@ const AxosFooterSiteMap = () => {
|
|
|
823
846
|
"a",
|
|
824
847
|
{
|
|
825
848
|
href: findMoreAxosDomains(
|
|
826
|
-
"{AXOSBANK}/
|
|
849
|
+
"{AXOSBANK}/partners/financial-advisors"
|
|
827
850
|
),
|
|
828
851
|
children: "Financial Advisors"
|
|
829
852
|
}
|
|
@@ -832,7 +855,7 @@ const AxosFooterSiteMap = () => {
|
|
|
832
855
|
"a",
|
|
833
856
|
{
|
|
834
857
|
href: findMoreAxosDomains(
|
|
835
|
-
"{AXOSBANK}/
|
|
858
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/forms-and-guidelines"
|
|
836
859
|
),
|
|
837
860
|
children: "Lending Forms & Guidelines"
|
|
838
861
|
}
|
|
@@ -841,7 +864,7 @@ const AxosFooterSiteMap = () => {
|
|
|
841
864
|
"a",
|
|
842
865
|
{
|
|
843
866
|
href: findMoreAxosDomains(
|
|
844
|
-
"{AXOSBANK}/
|
|
867
|
+
"{AXOSBANK}/business/small-balance-commercial"
|
|
845
868
|
),
|
|
846
869
|
children: "Small Balance Commercial"
|
|
847
870
|
}
|
|
@@ -850,7 +873,7 @@ const AxosFooterSiteMap = () => {
|
|
|
850
873
|
"a",
|
|
851
874
|
{
|
|
852
875
|
href: findMoreAxosDomains(
|
|
853
|
-
"{AXOSBANK}/
|
|
876
|
+
"{AXOSBANK}/business/small-balance-commercial/investor-owned-2-4-unit-lending"
|
|
854
877
|
),
|
|
855
878
|
children: "Investor-Owned Properties"
|
|
856
879
|
}
|
|
@@ -859,7 +882,7 @@ const AxosFooterSiteMap = () => {
|
|
|
859
882
|
"a",
|
|
860
883
|
{
|
|
861
884
|
href: findMoreAxosDomains(
|
|
862
|
-
"{AXOSBANK}/
|
|
885
|
+
"{AXOSBANK}/business/small-balance-commercial/multifamily-lending"
|
|
863
886
|
),
|
|
864
887
|
children: "Multi-Family Housing"
|
|
865
888
|
}
|
|
@@ -868,7 +891,7 @@ const AxosFooterSiteMap = () => {
|
|
|
868
891
|
"a",
|
|
869
892
|
{
|
|
870
893
|
href: findMoreAxosDomains(
|
|
871
|
-
"{AXOSBANK}/
|
|
894
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
|
|
872
895
|
),
|
|
873
896
|
children: "Wholesale Lending"
|
|
874
897
|
}
|
|
@@ -877,7 +900,7 @@ const AxosFooterSiteMap = () => {
|
|
|
877
900
|
"a",
|
|
878
901
|
{
|
|
879
902
|
href: findMoreAxosDomains(
|
|
880
|
-
"{AXOSBANK}/
|
|
903
|
+
"{AXOSBANK}/partners/strategic-partnerships"
|
|
881
904
|
),
|
|
882
905
|
children: "Strategic Partnerships"
|
|
883
906
|
}
|
package/dist/Forms/EmailOnly.js
CHANGED
|
@@ -15,6 +15,7 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import "../Input/InputTextArea.js";
|
|
18
|
+
import { InputDate } from "../Input/InputDate.js";
|
|
18
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
19
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
20
21
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
|
@@ -220,7 +221,9 @@ const ScheduleCall = ({
|
|
|
220
221
|
/* @__PURE__ */ jsx("option", { value: "5:00 pm", children: "5:00 pm" })
|
|
221
222
|
]
|
|
222
223
|
}
|
|
223
|
-
) })
|
|
224
|
+
) }),
|
|
225
|
+
/* @__PURE__ */ jsx(InputDate, { onDateChange: () => {
|
|
226
|
+
} })
|
|
224
227
|
] }),
|
|
225
228
|
children,
|
|
226
229
|
/* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
|
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -3,6 +3,7 @@ export declare const hero_banner: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
3
3
|
variant: {
|
|
4
4
|
primary: {
|
|
5
5
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
6
|
+
borderBottom: "1px solid #d4d4d4";
|
|
6
7
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
7
8
|
};
|
|
8
9
|
secondary: {
|
package/dist/Hyperlink/index.js
CHANGED