@axos-web-dev/shared-components 0.0.105 → 0.0.107
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 +3 -2
- package/dist/Accordion/Accordion.css.d.ts +9 -9
- package/dist/BulletItem/BulletItem.d.ts +1 -1
- package/dist/BulletItem/BulletItem.js +5 -39
- package/dist/Button/Button.js +1 -0
- package/dist/Calculators/Calculator.js +3 -2
- package/dist/Carousel/index.js +3 -2
- package/dist/Chevron/index.js +1 -0
- package/dist/Comparison/Comparison.css.js +1 -0
- package/dist/Comparison/Comparison.js +1 -0
- package/dist/Comparison/ComparisonSet.d.ts +1 -1
- package/dist/Comparison/ComparisonSet.js +7 -119
- package/dist/DownloadTile/index.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -1
- package/dist/Forms/ApplicationStart.js +1 -0
- package/dist/Forms/CommercialLending.js +1 -0
- package/dist/Forms/ContactCompany.js +1 -0
- package/dist/Forms/ContactUs.js +1 -0
- package/dist/Forms/ContactUsAAS.js +1 -0
- package/dist/Forms/ContactUsBusiness.js +1 -0
- package/dist/Forms/ContactUsNMLSId.js +1 -0
- package/dist/Forms/DealerServices.js +1 -0
- package/dist/Forms/EmailOnly.js +1 -0
- package/dist/Forms/FormEnums.d.ts +14 -0
- package/dist/Forms/FormEnums.js +94 -0
- package/dist/Forms/Forms.css.d.ts +17 -0
- package/dist/Forms/Forms.css.js +7 -0
- package/dist/Forms/QuickPricer.d.ts +30 -0
- package/dist/Forms/QuickPricer.js +759 -0
- package/dist/Forms/SalesforceFieldsForm.d.ts +0 -1
- package/dist/Forms/ScheduleCall.js +5 -1
- package/dist/Forms/ScheduleCallPremier.js +1 -0
- package/dist/Forms/SuccesForm.js +1 -0
- package/dist/Forms/WcplSurvey.js +1 -0
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +5 -1
- package/dist/Hyperlink/index.js +3 -2
- package/dist/ImageBillboard/ImageBillboard.js +1 -0
- package/dist/ImageBillboard/ImageBillboardSet.js +1 -0
- package/dist/ImageLink/ImageLink.js +2 -1
- package/dist/ImageLink/ImageLinkSet.js +3 -2
- package/dist/ImageLink/index.js +2 -1
- package/dist/Input/Checkbox.d.ts +1 -1
- package/dist/Input/CurrencyInput.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/InputAmount.d.ts +3 -0
- package/dist/Input/InputAmount.js +31 -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 +1 -0
- package/dist/Input/InputProps.d.ts +6 -0
- package/dist/Input/index.d.ts +1 -0
- package/dist/Input/index.js +2 -0
- package/dist/Interstitial/Interstitial.js +1 -1
- package/dist/Modal/Modal.js +1 -0
- package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -1
- package/dist/SetContainer/SetContainer.js +3 -2
- package/dist/Table/Table.d.ts +13 -13
- package/dist/assets/CallToActionBar/CallToActionBar.css +0 -4
- package/dist/assets/Comparison/Comparison.css +6 -0
- package/dist/assets/Forms/Forms.css +39 -0
- package/dist/assets/Input/DatePicker.css +95 -0
- package/dist/assets/Input/InputDate.css +39 -0
- package/dist/assets/SetContainer/SetContainer.css +1 -1
- package/dist/assets/Table/Table.css +2 -2
- package/dist/assets/themes/axos.css +2 -0
- package/dist/assets/themes/premier.css +2 -0
- package/dist/icons/CheckCircle.d.ts +2 -1
- package/dist/icons/CheckCircle.js +2 -0
- package/dist/main.js +7 -1
- package/dist/themes/axos.css.d.ts +4 -0
- package/dist/themes/axos.css.js +1 -1
- package/package.json +1 -1
package/dist/Forms/Forms.css.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
1
3
|
/* empty css */
|
|
2
4
|
/* empty css */
|
|
3
5
|
/* empty css */
|
|
6
|
+
/* empty css */
|
|
4
7
|
/* empty css */
|
|
5
8
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
6
9
|
var formContainer = createRuntimeFn({ defaultClassName: "tfms6a0", variantClassNames: { variant: { primary: "tfms6a1", secondary: "tfms6a2", tertiary: "tfms6a3", quaternary: "tfms6a4" } }, defaultVariants: {}, compoundVariants: [] });
|
|
@@ -18,8 +21,11 @@ var success_circle = createRuntimeFn({ defaultClassName: "tfms6az", variantClass
|
|
|
18
21
|
var descriptionField = createRuntimeFn({ defaultClassName: "tfms6a14", variantClassNames: { variant: { primary: "tfms6a15", secondary: "tfms6a16", tertiary: "tfms6a17", quaternary: "tfms6a18" } }, defaultVariants: {}, compoundVariants: [] });
|
|
19
22
|
var fullRowForm = "tfms6a19";
|
|
20
23
|
var one_row = "tfms6a1a";
|
|
24
|
+
var section_title = createRuntimeFn({ defaultClassName: "tfms6a1b", variantClassNames: { variant: { primary: "tfms6a1c", secondary: "tfms6a1d", tertiary: "tfms6a1e", quaternary: "tfms6a1f" } }, defaultVariants: {}, compoundVariants: [] });
|
|
25
|
+
var checkbox_group = "tfms6a1g";
|
|
21
26
|
export {
|
|
22
27
|
actions,
|
|
28
|
+
checkbox_group,
|
|
23
29
|
descriptionField,
|
|
24
30
|
disclosureForm,
|
|
25
31
|
form,
|
|
@@ -30,6 +36,7 @@ export {
|
|
|
30
36
|
headerForm,
|
|
31
37
|
iconForm,
|
|
32
38
|
one_row,
|
|
39
|
+
section_title,
|
|
33
40
|
succes_check_mark,
|
|
34
41
|
success_circle,
|
|
35
42
|
success_icon,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FormProps } from './FormProps';
|
|
2
|
+
|
|
3
|
+
export type QuickPricerInputs = {
|
|
4
|
+
base_Loan_Amount: number;
|
|
5
|
+
appraised_Value: number;
|
|
6
|
+
loan_Purpose: string;
|
|
7
|
+
Cash_Out_Amount: number;
|
|
8
|
+
CblInterestOnly: string;
|
|
9
|
+
representative_FICO: string;
|
|
10
|
+
months_Reserves: number;
|
|
11
|
+
underwriting_Document_Type: string;
|
|
12
|
+
citizenship: string;
|
|
13
|
+
Mortgage_Lates_12: string;
|
|
14
|
+
Mortgage_Lates_24: string;
|
|
15
|
+
HousingEventType: string;
|
|
16
|
+
housingEventSeasoning: string;
|
|
17
|
+
BankruptcyType: string;
|
|
18
|
+
Number_of_Properties_Financed: number;
|
|
19
|
+
BankruptcySeasoning: string;
|
|
20
|
+
zip: string;
|
|
21
|
+
property_Type: string;
|
|
22
|
+
occupance: string;
|
|
23
|
+
Units: string;
|
|
24
|
+
Prepayment_Penalty: string;
|
|
25
|
+
broker_Compensation: string;
|
|
26
|
+
NMLS_ID__c: string;
|
|
27
|
+
email: string;
|
|
28
|
+
phone: string;
|
|
29
|
+
};
|
|
30
|
+
export declare const QuickPricer: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, callToAction, id, description, validateEmail, }: FormProps) => import("react/jsx-runtime").JSX.Element;
|