@axos-web-dev/shared-components 0.0.198 → 0.0.199
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/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
- package/dist/Forms/FormProps.d.ts +1 -1
- package/dist/Forms/Forms.css.d.ts +18 -0
- package/dist/Forms/Forms.css.js +41 -39
- package/dist/Forms/VendorQuestionnaire.d.ts +58 -0
- package/dist/Forms/VendorQuestionnaire.js +932 -0
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +4 -1
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +51 -11
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/assets/Forms/Forms.css +152 -93
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +651 -651
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
- package/dist/main.js +4 -1
- package/package.json +130 -130
package/dist/Forms/index.d.ts
CHANGED
package/dist/Forms/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import { CpraRequest } from "./CpraRequest.js";
|
|
|
14
14
|
import { DealerServices } from "./DealerServices.js";
|
|
15
15
|
import { EmailOnly } from "./EmailOnly.js";
|
|
16
16
|
import { EmailUs } from "./EmailUs.js";
|
|
17
|
-
import { actions, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, form, formBtns, formContainer, formWrapper, form_nav_apply_now, fullRowForm, fullRowSelect, headerContainer, headerForm, hide_options, iconForm, iconbillboards_option_apply_now, modalCheckboxContainer, modalMobile, mt1Rem, mt2rem, mw24, na_cursor, one_row, pl_label, resposiveLabel, ro_input, section_title, show_options, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms.css.js";
|
|
17
|
+
import { actions, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, form, formBtns, formContainer, formWrapper, form_nav_apply_now, form_row, fullRowForm, fullRowSelect, headerContainer, headerForm, hide_options, iconForm, iconbillboards_option_apply_now, modalCheckboxContainer, modalMobile, mt1Rem, mt2rem, mw24, na_cursor, one_row, pl_label, resposiveLabel, ro_input, section_title, show_options, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms.css.js";
|
|
18
18
|
import { MortgageRate } from "./MortgageRate/MortgageRateForm.js";
|
|
19
19
|
import "react/jsx-runtime";
|
|
20
20
|
import { RateWatchForm } from "./MortgageRate/MortgageRateWatch.js";
|
|
@@ -31,6 +31,7 @@ import { ScheduleCall } from "./ScheduleCall.js";
|
|
|
31
31
|
import { ScheduleCallPremier } from "./ScheduleCallPremier.js";
|
|
32
32
|
import { SuccesFormWrapper } from "./SuccesForm.js";
|
|
33
33
|
import { WCPLSurvey } from "./WcplSurvey.js";
|
|
34
|
+
import { VendorQuestionnaire } from "./VendorQuestionnaire.js";
|
|
34
35
|
export {
|
|
35
36
|
ApplicationStart,
|
|
36
37
|
ApplyNow,
|
|
@@ -57,6 +58,7 @@ export {
|
|
|
57
58
|
ScheduleCallPremier,
|
|
58
59
|
SuccesFormWrapper,
|
|
59
60
|
UserInformation,
|
|
61
|
+
VendorQuestionnaire,
|
|
60
62
|
WCPLSurvey,
|
|
61
63
|
actions,
|
|
62
64
|
back_btn_apply_now,
|
|
@@ -71,6 +73,7 @@ export {
|
|
|
71
73
|
formContainer,
|
|
72
74
|
formWrapper,
|
|
73
75
|
form_nav_apply_now,
|
|
76
|
+
form_row,
|
|
74
77
|
fullRowForm,
|
|
75
78
|
fullRowSelect,
|
|
76
79
|
getLink,
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav_link = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const header_sub_row = "
|
|
12
|
-
const signin_dropdown = "
|
|
13
|
-
const shadow = "
|
|
14
|
-
const signin_header = "
|
|
15
|
-
const signin_subheader = "
|
|
16
|
-
const opacity = "
|
|
17
|
-
const fadeInDown = "
|
|
18
|
-
const signin_footer = "
|
|
19
|
-
const open = "
|
|
20
|
-
const dd_wrapper = "
|
|
21
|
-
const dd_media = "
|
|
22
|
-
const dd_media_img = "
|
|
23
|
-
const dd_site_navs = "
|
|
24
|
-
const dd_media_header = "
|
|
25
|
-
const mt_8 = "
|
|
26
|
-
const mt_16 = "
|
|
27
|
-
const ml_8 = "
|
|
28
|
-
const dd_media_cta = "
|
|
29
|
-
const reversed_row = "
|
|
30
|
-
const headline = "
|
|
31
|
-
const nav_anchor = "
|
|
32
|
-
const headline_cta = "
|
|
33
|
-
const site_lists = "
|
|
34
|
-
const hamburger = "
|
|
35
|
-
const mobile_only = "
|
|
36
|
-
const mobile_logo = "
|
|
37
|
-
const highlight = "
|
|
38
|
-
const mobile_nav = "
|
|
39
|
-
const mobile_opened = "
|
|
40
|
-
const mobile_nav_item = "
|
|
41
|
-
const has_dropdown = "
|
|
42
|
-
const icon_wrap = "
|
|
43
|
-
const mobile_footer = "
|
|
44
|
-
const mobile_footer_content = "
|
|
45
|
-
const mobile_footer_media = "
|
|
46
|
-
const footer_cta = "
|
|
47
|
-
const inner_wrapper = "
|
|
48
|
-
const btn = "
|
|
49
|
-
const sub_menu = "
|
|
50
|
-
const main = "
|
|
51
|
-
const dd_footer = "
|
|
52
|
-
const skip_btn = "
|
|
53
|
-
const desktop_only = "
|
|
1
|
+
const header = "_header_3kuh2_1";
|
|
2
|
+
const wrapper = "_wrapper_3kuh2_5";
|
|
3
|
+
const header_main_row = "_header_main_row_3kuh2_11";
|
|
4
|
+
const mobile_header = "_mobile_header_3kuh2_12";
|
|
5
|
+
const logo_wrap = "_logo_wrap_3kuh2_18";
|
|
6
|
+
const primary_links = "_primary_links_3kuh2_22";
|
|
7
|
+
const main_nav_link = "_main_nav_link_3kuh2_26";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_3kuh2_44";
|
|
9
|
+
const signin_wrap = "_signin_wrap_3kuh2_46";
|
|
10
|
+
const signin_btn = "_signin_btn_3kuh2_47";
|
|
11
|
+
const header_sub_row = "_header_sub_row_3kuh2_84";
|
|
12
|
+
const signin_dropdown = "_signin_dropdown_3kuh2_107";
|
|
13
|
+
const shadow = "_shadow_3kuh2_117";
|
|
14
|
+
const signin_header = "_signin_header_3kuh2_127";
|
|
15
|
+
const signin_subheader = "_signin_subheader_3kuh2_134";
|
|
16
|
+
const opacity = "_opacity_3kuh2_156";
|
|
17
|
+
const fadeInDown = "_fadeInDown_3kuh2_1";
|
|
18
|
+
const signin_footer = "_signin_footer_3kuh2_162";
|
|
19
|
+
const open = "_open_3kuh2_183";
|
|
20
|
+
const dd_wrapper = "_dd_wrapper_3kuh2_195";
|
|
21
|
+
const dd_media = "_dd_media_3kuh2_204";
|
|
22
|
+
const dd_media_img = "_dd_media_img_3kuh2_209";
|
|
23
|
+
const dd_site_navs = "_dd_site_navs_3kuh2_213";
|
|
24
|
+
const dd_media_header = "_dd_media_header_3kuh2_220";
|
|
25
|
+
const mt_8 = "_mt_8_3kuh2_230";
|
|
26
|
+
const mt_16 = "_mt_16_3kuh2_234";
|
|
27
|
+
const ml_8 = "_ml_8_3kuh2_238";
|
|
28
|
+
const dd_media_cta = "_dd_media_cta_3kuh2_242";
|
|
29
|
+
const reversed_row = "_reversed_row_3kuh2_274";
|
|
30
|
+
const headline = "_headline_3kuh2_284";
|
|
31
|
+
const nav_anchor = "_nav_anchor_3kuh2_292";
|
|
32
|
+
const headline_cta = "_headline_cta_3kuh2_300";
|
|
33
|
+
const site_lists = "_site_lists_3kuh2_315";
|
|
34
|
+
const hamburger = "_hamburger_3kuh2_353";
|
|
35
|
+
const mobile_only = "_mobile_only_3kuh2_367";
|
|
36
|
+
const mobile_logo = "_mobile_logo_3kuh2_373";
|
|
37
|
+
const highlight = "_highlight_3kuh2_378";
|
|
38
|
+
const mobile_nav = "_mobile_nav_3kuh2_404";
|
|
39
|
+
const mobile_opened = "_mobile_opened_3kuh2_415";
|
|
40
|
+
const mobile_nav_item = "_mobile_nav_item_3kuh2_423";
|
|
41
|
+
const has_dropdown = "_has_dropdown_3kuh2_438";
|
|
42
|
+
const icon_wrap = "_icon_wrap_3kuh2_454";
|
|
43
|
+
const mobile_footer = "_mobile_footer_3kuh2_459";
|
|
44
|
+
const mobile_footer_content = "_mobile_footer_content_3kuh2_464";
|
|
45
|
+
const mobile_footer_media = "_mobile_footer_media_3kuh2_478";
|
|
46
|
+
const footer_cta = "_footer_cta_3kuh2_484";
|
|
47
|
+
const inner_wrapper = "_inner_wrapper_3kuh2_512";
|
|
48
|
+
const btn = "_btn_3kuh2_517";
|
|
49
|
+
const sub_menu = "_sub_menu_3kuh2_522";
|
|
50
|
+
const main = "_main_3kuh2_26";
|
|
51
|
+
const dd_footer = "_dd_footer_3kuh2_547";
|
|
52
|
+
const skip_btn = "_skip_btn_3kuh2_555";
|
|
53
|
+
const desktop_only = "_desktop_only_3kuh2_600";
|
|
54
54
|
const styles = {
|
|
55
55
|
header,
|
|
56
56
|
wrapper,
|
|
@@ -349,7 +349,9 @@ function SubNavBar() {
|
|
|
349
349
|
/* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
|
|
350
350
|
"a",
|
|
351
351
|
{
|
|
352
|
-
href: findMoreAxosDomains(
|
|
352
|
+
href: findMoreAxosDomains(
|
|
353
|
+
"{AXOSBANK}/commercial/banking"
|
|
354
|
+
),
|
|
353
355
|
id: "busNav2",
|
|
354
356
|
role: "menuitem",
|
|
355
357
|
onMouseEnter: () => handleMouseEnter("combank"),
|
|
@@ -384,7 +386,9 @@ function SubNavBar() {
|
|
|
384
386
|
/* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
|
|
385
387
|
"a",
|
|
386
388
|
{
|
|
387
|
-
href: findMoreAxosDomains(
|
|
389
|
+
href: findMoreAxosDomains(
|
|
390
|
+
"{AXOSBANK}/commercial/lending"
|
|
391
|
+
),
|
|
388
392
|
id: "busNav3",
|
|
389
393
|
role: "menuitem",
|
|
390
394
|
onMouseEnter: () => handleMouseEnter("comlending"),
|
|
@@ -431,7 +435,9 @@ function SubNavBar() {
|
|
|
431
435
|
/* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
|
|
432
436
|
"a",
|
|
433
437
|
{
|
|
434
|
-
href: findMoreAxosDomains(
|
|
438
|
+
href: findMoreAxosDomains(
|
|
439
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
|
|
440
|
+
),
|
|
435
441
|
id: "partNav2",
|
|
436
442
|
role: "menuitem",
|
|
437
443
|
onMouseEnter: () => handleMouseEnter("wholelending"),
|
|
@@ -476,7 +482,9 @@ function SubNavBar() {
|
|
|
476
482
|
/* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
|
|
477
483
|
"a",
|
|
478
484
|
{
|
|
479
|
-
href: findMoreAxosDomains(
|
|
485
|
+
href: findMoreAxosDomains(
|
|
486
|
+
"{AXOSBANK}/partners/dealer-services"
|
|
487
|
+
),
|
|
480
488
|
id: "partNav5",
|
|
481
489
|
role: "menuitem",
|
|
482
490
|
onMouseEnter: () => handleMouseEnter("dealerservices"),
|
|
@@ -1931,7 +1939,15 @@ function SubNavBar() {
|
|
|
1931
1939
|
"div",
|
|
1932
1940
|
{
|
|
1933
1941
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
1934
|
-
children: /* @__PURE__ */ jsx(
|
|
1942
|
+
children: /* @__PURE__ */ jsx(
|
|
1943
|
+
Link,
|
|
1944
|
+
{
|
|
1945
|
+
href: findMoreAxosDomains(
|
|
1946
|
+
"{AXOSBANK}/business/support"
|
|
1947
|
+
),
|
|
1948
|
+
children: "Help & Support"
|
|
1949
|
+
}
|
|
1950
|
+
)
|
|
1935
1951
|
}
|
|
1936
1952
|
)
|
|
1937
1953
|
] })
|
|
@@ -2174,7 +2190,9 @@ function SubNavBar() {
|
|
|
2174
2190
|
/* @__PURE__ */ jsx(
|
|
2175
2191
|
Link,
|
|
2176
2192
|
{
|
|
2177
|
-
href: findMoreAxosDomains(
|
|
2193
|
+
href: findMoreAxosDomains(
|
|
2194
|
+
"{AXOSBANK}/commercial/banking"
|
|
2195
|
+
),
|
|
2178
2196
|
"aria-label": "visit the commercial banking homepage to learn more about solutions to meet your organizational needs",
|
|
2179
2197
|
role: "heading",
|
|
2180
2198
|
children: "Solutions from industry experts"
|
|
@@ -2194,7 +2212,15 @@ function SubNavBar() {
|
|
|
2194
2212
|
"div",
|
|
2195
2213
|
{
|
|
2196
2214
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
2197
|
-
children: /* @__PURE__ */ jsx(
|
|
2215
|
+
children: /* @__PURE__ */ jsx(
|
|
2216
|
+
Link,
|
|
2217
|
+
{
|
|
2218
|
+
href: findMoreAxosDomains(
|
|
2219
|
+
"{AXOSBANK}/commercial/support"
|
|
2220
|
+
),
|
|
2221
|
+
children: "Help & Support"
|
|
2222
|
+
}
|
|
2223
|
+
)
|
|
2198
2224
|
}
|
|
2199
2225
|
)
|
|
2200
2226
|
] })
|
|
@@ -2400,7 +2426,9 @@ function SubNavBar() {
|
|
|
2400
2426
|
/* @__PURE__ */ jsx(
|
|
2401
2427
|
Link,
|
|
2402
2428
|
{
|
|
2403
|
-
href: findMoreAxosDomains(
|
|
2429
|
+
href: findMoreAxosDomains(
|
|
2430
|
+
"{AXOSBANK}/commercial/lending"
|
|
2431
|
+
),
|
|
2404
2432
|
"aria-label": "visit the commercial lending homepage to learn more about personalized lending solutions",
|
|
2405
2433
|
role: "heading",
|
|
2406
2434
|
children: "Personalized lending solutions"
|
|
@@ -2420,7 +2448,15 @@ function SubNavBar() {
|
|
|
2420
2448
|
"div",
|
|
2421
2449
|
{
|
|
2422
2450
|
className: `${styles.headline_cta} ${styles.ml_8}`,
|
|
2423
|
-
children: /* @__PURE__ */ jsx(
|
|
2451
|
+
children: /* @__PURE__ */ jsx(
|
|
2452
|
+
Link,
|
|
2453
|
+
{
|
|
2454
|
+
href: findMoreAxosDomains(
|
|
2455
|
+
"{AXOSBANK}/commercial/support"
|
|
2456
|
+
),
|
|
2457
|
+
children: "Help & Support"
|
|
2458
|
+
}
|
|
2459
|
+
)
|
|
2424
2460
|
}
|
|
2425
2461
|
)
|
|
2426
2462
|
] })
|
|
@@ -2629,7 +2665,9 @@ function SubNavBar() {
|
|
|
2629
2665
|
/* @__PURE__ */ jsx(
|
|
2630
2666
|
Link,
|
|
2631
2667
|
{
|
|
2632
|
-
href: findMoreAxosDomains(
|
|
2668
|
+
href: findMoreAxosDomains(
|
|
2669
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
|
|
2670
|
+
),
|
|
2633
2671
|
"aria-label": "visit the wholesale lending homepage to learn more about available product portfolio solutions",
|
|
2634
2672
|
role: "heading",
|
|
2635
2673
|
children: "Expand your options"
|
|
@@ -2768,7 +2806,9 @@ function SubNavBar() {
|
|
|
2768
2806
|
/* @__PURE__ */ jsx(
|
|
2769
2807
|
Link,
|
|
2770
2808
|
{
|
|
2771
|
-
href: findMoreAxosDomains(
|
|
2809
|
+
href: findMoreAxosDomains(
|
|
2810
|
+
"{AXOSBANK}/partners/dealer-services"
|
|
2811
|
+
),
|
|
2772
2812
|
"aria-label": "visit the dealer services homepage to learn more about joining the network of Axos Dealer Services dealerships",
|
|
2773
2813
|
role: "heading",
|
|
2774
2814
|
children: "Fueling results for dealerships"
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const primary_links = "
|
|
6
|
-
const main_nav_link = "
|
|
7
|
-
const sub_nav = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const header_sub_row = "
|
|
12
|
-
const signin_dropdown = "
|
|
13
|
-
const shadow = "
|
|
14
|
-
const signin_subheader = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const open = "
|
|
18
|
-
const reversed_row = "
|
|
19
|
-
const hamburger = "
|
|
20
|
-
const mobile_only = "
|
|
21
|
-
const mobile_logo = "
|
|
22
|
-
const highlight = "
|
|
23
|
-
const mobile_nav = "
|
|
24
|
-
const mobile_opened = "
|
|
25
|
-
const mobile_nav_item = "
|
|
26
|
-
const has_dropdown = "
|
|
27
|
-
const icon_wrap = "
|
|
28
|
-
const mobile_footer = "
|
|
29
|
-
const mobile_footer_content = "
|
|
30
|
-
const footer_cta = "
|
|
31
|
-
const inner_wrapper = "
|
|
32
|
-
const btn = "
|
|
33
|
-
const sub_menu = "
|
|
34
|
-
const main = "
|
|
35
|
-
const skip_btn = "
|
|
36
|
-
const desktop_only = "
|
|
37
|
-
const logo_wrap = "
|
|
1
|
+
const header = "_header_1q2xq_1";
|
|
2
|
+
const wrapper = "_wrapper_1q2xq_5";
|
|
3
|
+
const header_main_row = "_header_main_row_1q2xq_11";
|
|
4
|
+
const mobile_header = "_mobile_header_1q2xq_12";
|
|
5
|
+
const primary_links = "_primary_links_1q2xq_16";
|
|
6
|
+
const main_nav_link = "_main_nav_link_1q2xq_20";
|
|
7
|
+
const sub_nav = "_sub_nav_1q2xq_39";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_1q2xq_43";
|
|
9
|
+
const signin_wrap = "_signin_wrap_1q2xq_45";
|
|
10
|
+
const signin_btn = "_signin_btn_1q2xq_46";
|
|
11
|
+
const header_sub_row = "_header_sub_row_1q2xq_93";
|
|
12
|
+
const signin_dropdown = "_signin_dropdown_1q2xq_116";
|
|
13
|
+
const shadow = "_shadow_1q2xq_126";
|
|
14
|
+
const signin_subheader = "_signin_subheader_1q2xq_136";
|
|
15
|
+
const opacity = "_opacity_1q2xq_157";
|
|
16
|
+
const fadeInDown = "_fadeInDown_1q2xq_1";
|
|
17
|
+
const open = "_open_1q2xq_163";
|
|
18
|
+
const reversed_row = "_reversed_row_1q2xq_175";
|
|
19
|
+
const hamburger = "_hamburger_1q2xq_185";
|
|
20
|
+
const mobile_only = "_mobile_only_1q2xq_199";
|
|
21
|
+
const mobile_logo = "_mobile_logo_1q2xq_205";
|
|
22
|
+
const highlight = "_highlight_1q2xq_210";
|
|
23
|
+
const mobile_nav = "_mobile_nav_1q2xq_232";
|
|
24
|
+
const mobile_opened = "_mobile_opened_1q2xq_243";
|
|
25
|
+
const mobile_nav_item = "_mobile_nav_item_1q2xq_251";
|
|
26
|
+
const has_dropdown = "_has_dropdown_1q2xq_262";
|
|
27
|
+
const icon_wrap = "_icon_wrap_1q2xq_267";
|
|
28
|
+
const mobile_footer = "_mobile_footer_1q2xq_272";
|
|
29
|
+
const mobile_footer_content = "_mobile_footer_content_1q2xq_277";
|
|
30
|
+
const footer_cta = "_footer_cta_1q2xq_282";
|
|
31
|
+
const inner_wrapper = "_inner_wrapper_1q2xq_308";
|
|
32
|
+
const btn = "_btn_1q2xq_313";
|
|
33
|
+
const sub_menu = "_sub_menu_1q2xq_318";
|
|
34
|
+
const main = "_main_1q2xq_20";
|
|
35
|
+
const skip_btn = "_skip_btn_1q2xq_339";
|
|
36
|
+
const desktop_only = "_desktop_only_1q2xq_372";
|
|
37
|
+
const logo_wrap = "_logo_wrap_1q2xq_375";
|
|
38
38
|
const styles = {
|
|
39
39
|
header,
|
|
40
40
|
wrapper,
|