@axos-web-dev/shared-components 0.0.198 → 0.0.200
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 +52 -18
- 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 +1 -1
package/dist/main.js
CHANGED
|
@@ -59,7 +59,7 @@ import { CpraRequest } from "./Forms/CpraRequest.js";
|
|
|
59
59
|
import { DealerServices } from "./Forms/DealerServices.js";
|
|
60
60
|
import { EmailOnly } from "./Forms/EmailOnly.js";
|
|
61
61
|
import { EmailUs } from "./Forms/EmailUs.js";
|
|
62
|
-
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/Forms.css.js";
|
|
62
|
+
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/Forms.css.js";
|
|
63
63
|
import { MortgageRate } from "./Forms/MortgageRate/MortgageRateForm.js";
|
|
64
64
|
import "react/jsx-runtime";
|
|
65
65
|
import { RateWatchForm } from "./Forms/MortgageRate/MortgageRateWatch.js";
|
|
@@ -75,6 +75,7 @@ import { ScheduleCall } from "./Forms/ScheduleCall.js";
|
|
|
75
75
|
import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
|
|
76
76
|
import { SuccesFormWrapper } from "./Forms/SuccesForm.js";
|
|
77
77
|
import { WCPLSurvey } from "./Forms/WcplSurvey.js";
|
|
78
|
+
import { VendorQuestionnaire } from "./Forms/VendorQuestionnaire.js";
|
|
78
79
|
import { HeroBanner } from "./HeroBanner/HeroBanner.js";
|
|
79
80
|
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_content, hero_embedded_image, hero_img, hero_text, hero_wrapper, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
|
|
80
81
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
|
|
@@ -325,6 +326,7 @@ export {
|
|
|
325
326
|
TopicalNavItem,
|
|
326
327
|
TopicalNavSet,
|
|
327
328
|
UserInformation,
|
|
329
|
+
VendorQuestionnaire,
|
|
328
330
|
VideoInit,
|
|
329
331
|
VideoTile,
|
|
330
332
|
VideoWrapper,
|
|
@@ -441,6 +443,7 @@ export {
|
|
|
441
443
|
formContainer,
|
|
442
444
|
formWrapper,
|
|
443
445
|
form_nav_apply_now,
|
|
446
|
+
form_row,
|
|
444
447
|
ft_col,
|
|
445
448
|
ft_col_header,
|
|
446
449
|
ft_col_subheader,
|