@axos-web-dev/shared-components 1.0.99-dev.1 → 1.0.99-dev.12

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.
Files changed (106) hide show
  1. package/dist/ATMLocator/ATMLocator.js +1 -0
  2. package/dist/Auth/ErrorAlert.js +1 -0
  3. package/dist/Button/Button.js +1 -0
  4. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  5. package/dist/Calculators/Calculator.d.ts +3 -1
  6. package/dist/Calculators/Calculator.js +5 -2
  7. package/dist/Calculators/MonthlyPaymentCalculator/index.d.ts +3 -1
  8. package/dist/Calculators/MonthlyPaymentCalculator/index.js +23 -15
  9. package/dist/Carousel/index.js +1 -0
  10. package/dist/Chevron/index.js +1 -0
  11. package/dist/Comparison/Comparison.js +1 -0
  12. package/dist/ExecutiveBio/ExecutiveBio.js +1 -0
  13. package/dist/FaqAccordion/index.js +1 -0
  14. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -0
  15. package/dist/Forms/ApplicationStart.d.ts +1 -1
  16. package/dist/Forms/ApplicationStart.js +111 -89
  17. package/dist/Forms/ApplyNow.d.ts +2 -2
  18. package/dist/Forms/ApplyNow.js +164 -139
  19. package/dist/Forms/ClearingForm.d.ts +1 -1
  20. package/dist/Forms/ClearingForm.js +184 -162
  21. package/dist/Forms/CommercialDeposits.d.ts +1 -1
  22. package/dist/Forms/CommercialDeposits.js +201 -179
  23. package/dist/Forms/CommercialLending.d.ts +1 -1
  24. package/dist/Forms/CommercialLending.js +278 -256
  25. package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
  26. package/dist/Forms/CommercialPremiumFinance.js +128 -106
  27. package/dist/Forms/ContactCompany.d.ts +1 -1
  28. package/dist/Forms/ContactCompany.js +113 -91
  29. package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
  30. package/dist/Forms/ContactCompanyTitle.js +127 -105
  31. package/dist/Forms/ContactUs.d.ts +1 -1
  32. package/dist/Forms/ContactUs.js +99 -77
  33. package/dist/Forms/ContactUsAAS.d.ts +1 -1
  34. package/dist/Forms/ContactUsAAS.js +180 -158
  35. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  36. package/dist/Forms/ContactUsBusiness.js +134 -112
  37. package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
  38. package/dist/Forms/ContactUsBusinessNameEmail.js +103 -81
  39. package/dist/Forms/ContactUsLVF.d.ts +3 -1
  40. package/dist/Forms/ContactUsLVF.js +127 -101
  41. package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
  42. package/dist/Forms/ContactUsNMLSId.js +117 -95
  43. package/dist/Forms/CpraRequest.d.ts +1 -1
  44. package/dist/Forms/CpraRequest.js +641 -619
  45. package/dist/Forms/CraPublicFile.d.ts +1 -1
  46. package/dist/Forms/CraPublicFile.js +109 -87
  47. package/dist/Forms/DealerServices.d.ts +1 -1
  48. package/dist/Forms/DealerServices.js +225 -204
  49. package/dist/Forms/EmailOnly.d.ts +1 -1
  50. package/dist/Forms/EmailOnly.js +56 -36
  51. package/dist/Forms/EmailUs.d.ts +1 -1
  52. package/dist/Forms/EmailUs.js +75 -53
  53. package/dist/Forms/FormProps.d.ts +3 -0
  54. package/dist/Forms/Forms.css.d.ts +18 -0
  55. package/dist/Forms/Forms.css.js +44 -38
  56. package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -0
  57. package/dist/Forms/HoneyPot/HoneyPot.css.js +5 -0
  58. package/dist/Forms/HoneyPot/index.d.ts +24 -0
  59. package/dist/Forms/HoneyPot/index.js +71 -0
  60. package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +1 -1
  61. package/dist/Forms/MortgageRate/MortgageRateForm.js +363 -342
  62. package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -0
  63. package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
  64. package/dist/Forms/QuickPricer/QuickPricerForm.js +624 -609
  65. package/dist/Forms/ScheduleCall.d.ts +1 -1
  66. package/dist/Forms/ScheduleCall.js +156 -134
  67. package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
  68. package/dist/Forms/ScheduleCallPremier.js +178 -156
  69. package/dist/Forms/SuccesForm.js +1 -0
  70. package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
  71. package/dist/Forms/VendorQuestionnaire.js +817 -795
  72. package/dist/Forms/WcplSurvey.d.ts +1 -1
  73. package/dist/Forms/WcplSurvey.js +112 -90
  74. package/dist/Forms/applynow-utils.d.ts +1 -0
  75. package/dist/Forms/applynow-utils.js +48 -0
  76. package/dist/Forms/index.d.ts +2 -0
  77. package/dist/Forms/index.js +10 -2
  78. package/dist/Hyperlink/index.js +1 -0
  79. package/dist/IconBillboard/sections/CallToActionSection.js +2 -1
  80. package/dist/ImageLink/ImageLink.js +1 -0
  81. package/dist/ImageLink/ImageLinkSet.js +1 -0
  82. package/dist/ImageLink/index.js +1 -0
  83. package/dist/Input/Input.js +3 -1
  84. package/dist/Insight/Featured/CategorySelector.js +1 -0
  85. package/dist/Insight/Featured/Featured.js +1 -0
  86. package/dist/Insight/Featured/Header.js +1 -0
  87. package/dist/Modal/Modal.js +1 -0
  88. package/dist/NavigationMenu/AxosALTS/NavData.js +1 -0
  89. package/dist/NavigationMenu/AxosALTS/index.js +1 -0
  90. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +13 -4
  91. package/dist/NavigationMenu/AxosBank/NavData.js +1 -0
  92. package/dist/NavigationMenu/AxosBank/SubNavBar.js +14 -5
  93. package/dist/NavigationMenu/AxosBank/index.js +1 -0
  94. package/dist/NavigationMenu/LaVictoire/NavData.js +1 -0
  95. package/dist/NavigationMenu/LaVictoire/index.js +1 -0
  96. package/dist/NavigationMenu/NavDataJson.js +1 -0
  97. package/dist/NavigationMenu/Navbar.js +1 -0
  98. package/dist/NavigationMenu/SignInNavButton.js +1 -0
  99. package/dist/SetContainer/SetContainer.js +1 -0
  100. package/dist/SocialMediaBar/iconsRepository.js +1 -0
  101. package/dist/VideoTile/VideoTile.js +1 -0
  102. package/dist/VideoWrapper/index.js +1 -0
  103. package/dist/assets/Forms/Forms.css +136 -105
  104. package/dist/assets/Forms/HoneyPot/HoneyPot.css +4 -0
  105. package/dist/main.js +10 -2
  106. package/package.json +1 -1
@@ -36,6 +36,7 @@ import "../Input/DownPaymentInput.js";
36
36
  import "../Input/RadioButton.js";
37
37
  import "react-hook-form";
38
38
  import { iconForm } from "../Forms/Forms.css.js";
39
+ import "../Forms/HoneyPot/index.js";
39
40
  import "../Forms/SalesforceFieldsForm.js";
40
41
  import "../Input/RadioButton.css.js";
41
42
  import "../Input/Checkbox.css.js";
@@ -27,6 +27,7 @@ import { getVariant } from "../utils/getVariant.js";
27
27
  import clsx from "clsx";
28
28
  import "react-hook-form";
29
29
  import { headerForm } from "../Forms/Forms.css.js";
30
+ import "../Forms/HoneyPot/index.js";
30
31
  import "../Forms/SalesforceFieldsForm.js";
31
32
  import "../IconBillboard/IconBillboard.css.js";
32
33
  /* empty css */
@@ -42,6 +42,7 @@ import "../Input/DownPaymentInput.js";
42
42
  import "../Input/RadioButton.js";
43
43
  import "react-hook-form";
44
44
  import "../Forms/Forms.css.js";
45
+ import "../Forms/HoneyPot/index.js";
45
46
  import "../Forms/SalesforceFieldsForm.js";
46
47
  /* empty css */
47
48
  /* empty css */
@@ -622,7 +622,7 @@ const BuyDownCalculator = ({
622
622
  id: "mooringOutsideContinentalUS",
623
623
  ...register("mooringOutsideContinentalUS"),
624
624
  value: 0.5,
625
- radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\r\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\r\n +0.500",
625
+ radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\n +0.500",
626
626
  groupName: "dependentInputs",
627
627
  disabled: disableMooringOutside
628
628
  }
@@ -12,4 +12,6 @@ export interface CalculatorProps {
12
12
  disclosure?: React.ReactNode;
13
13
  marketingTiles?: IconBillboardProps[];
14
14
  }
15
- export declare const Calculator: (props: CalculatorProps) => import("react/jsx-runtime").JSX.Element;
15
+ export declare const Calculator: (props: CalculatorProps & {
16
+ showCurrency: boolean;
17
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -118,6 +118,7 @@ import "../Table/Table.css.js";
118
118
  import "../Interstitial/Interstitial-variants.css.js";
119
119
  import "../Button/Button.css.js";
120
120
  import { iconForm } from "../Forms/Forms.css.js";
121
+ import "../Forms/HoneyPot/index.js";
121
122
  import "../Forms/SalesforceFieldsForm.js";
122
123
  import "../Input/RadioButton.css.js";
123
124
  import "../Input/Checkbox.css.js";
@@ -134,7 +135,8 @@ const Calculator = (props) => {
134
135
  disclosure,
135
136
  headline,
136
137
  name,
137
- marketingTiles
138
+ marketingTiles,
139
+ showCurrency = true
138
140
  } = props;
139
141
  const ref = useRef(null);
140
142
  const iframe = calculators.get(name || "");
@@ -173,7 +175,8 @@ const Calculator = (props) => {
173
175
  header: headline,
174
176
  bodyCopy,
175
177
  variant,
176
- disclosure
178
+ disclosure,
179
+ showCurrency
177
180
  }
178
181
  );
179
182
  } else if (name === "Calculate a Loan Payment LVF") {
@@ -6,4 +6,6 @@ export interface MonthlyPaymentCalculatorProps {
6
6
  variant?: string;
7
7
  disclosure?: React.ReactNode;
8
8
  }
9
- export declare const MonthlyPaymentCalculator: FC<MonthlyPaymentCalculatorProps>;
9
+ export declare const MonthlyPaymentCalculator: FC<MonthlyPaymentCalculatorProps & {
10
+ showCurrency?: boolean;
11
+ }>;
@@ -9,12 +9,7 @@ import { useState } from "react";
9
9
  import { calc_text, description_text, calc_disclosure } from "../BalanceAPYCalculator/BalanceAPYCalculator.css.js";
10
10
  import { calculator } from "../calculator.css.js";
11
11
  import { calc_container, container, h2i, inputs_container, input_container, input_box, error_message, calculation_header, payment_results } from "./MonthlyPaymentCalculator.css.js";
12
- const MonthlyPaymentCalculator = ({
13
- variant,
14
- header,
15
- disclosure,
16
- bodyCopy
17
- }) => {
12
+ const MonthlyPaymentCalculator = ({ variant, header, disclosure, bodyCopy, showCurrency = true }) => {
18
13
  const fullVariant = getVariant(variant);
19
14
  const [loanAmountDisplay, setLoanAmountDisplay] = useState("");
20
15
  const [loanAmount, setLoanAmount] = useState(void 0);
@@ -31,17 +26,27 @@ const MonthlyPaymentCalculator = ({
31
26
  if (isNaN(numericValue)) {
32
27
  return "";
33
28
  }
34
- return numericValue.toLocaleString("en-US", {
35
- style: "currency",
36
- currency: "USD",
37
- minimumFractionDigits: 0,
38
- maximumFractionDigits: 0
39
- });
29
+ if (showCurrency) {
30
+ return numericValue.toLocaleString("en-US", {
31
+ style: "currency",
32
+ currency: "USD",
33
+ minimumFractionDigits: 0,
34
+ maximumFractionDigits: 0
35
+ });
36
+ } else {
37
+ return numericValue.toLocaleString("en-US", {
38
+ minimumFractionDigits: 0,
39
+ maximumFractionDigits: 0,
40
+ useGrouping: true
41
+ });
42
+ }
40
43
  };
41
44
  const validateInputs = () => {
42
45
  let isValid = true;
43
46
  if (!loanAmount || isNaN(loanAmount) || loanAmount < 1e4 || loanAmount > 9e4) {
44
- setLoanAmountError("Please enter an amount between $10,000 and $90,000.");
47
+ setLoanAmountError(
48
+ `Please enter an amount between ${showCurrency ? "$10,000 and $90,000" : "10,000 and 90,000"}.`
49
+ );
45
50
  isValid = false;
46
51
  } else {
47
52
  setLoanAmountError(null);
@@ -138,7 +143,10 @@ const MonthlyPaymentCalculator = ({
138
143
  className: `flex center text_center push_up_32 bottom ${inputs_container}`,
139
144
  children: [
140
145
  /* @__PURE__ */ jsxs("div", { className: `flex flex_col ${input_container}`, children: [
141
- /* @__PURE__ */ jsx("label", { htmlFor: "loanAmount", id: "amount1", children: "Loan Amount ($10,000 - $90,000)" }),
146
+ /* @__PURE__ */ jsxs("label", { htmlFor: "loanAmount", id: "amount1", children: [
147
+ "Loan Amount ",
148
+ showCurrency ? "($10,000 - $90,000)" : ""
149
+ ] }),
142
150
  /* @__PURE__ */ jsx(
143
151
  "input",
144
152
  {
@@ -147,7 +155,7 @@ const MonthlyPaymentCalculator = ({
147
155
  maxLength: 10,
148
156
  name: "loanAmount",
149
157
  type: "text",
150
- placeholder: "$0",
158
+ placeholder: showCurrency ? "$0" : "0",
151
159
  value: loanAmountDisplay,
152
160
  onChange: handleLoanAmountChange
153
161
  }
@@ -43,6 +43,7 @@ import "../Input/DownPaymentInput.js";
43
43
  import "../Input/RadioButton.js";
44
44
  import "react-hook-form";
45
45
  import "../Forms/Forms.css.js";
46
+ import "../Forms/HoneyPot/index.js";
46
47
  import "../Forms/SalesforceFieldsForm.js";
47
48
  import "../Input/RadioButton.css.js";
48
49
  import "../Input/Checkbox.css.js";
@@ -44,6 +44,7 @@ import "../Input/DownPaymentInput.js";
44
44
  import "../Input/RadioButton.js";
45
45
  import "react-hook-form";
46
46
  import "../Forms/Forms.css.js";
47
+ import "../Forms/HoneyPot/index.js";
47
48
  import "../Forms/SalesforceFieldsForm.js";
48
49
  /* empty css */
49
50
  /* empty css */
@@ -42,6 +42,7 @@ import "../Input/DownPaymentInput.js";
42
42
  import "../Input/RadioButton.js";
43
43
  import "react-hook-form";
44
44
  import "../Forms/Forms.css.js";
45
+ import "../Forms/HoneyPot/index.js";
45
46
  import "../Forms/SalesforceFieldsForm.js";
46
47
  import "../Input/RadioButton.css.js";
47
48
  import "../Input/Checkbox.css.js";
@@ -47,6 +47,7 @@ import "../Input/DownPaymentInput.js";
47
47
  import "../Input/RadioButton.js";
48
48
  import "react-hook-form";
49
49
  import "../Forms/Forms.css.js";
50
+ import "../Forms/HoneyPot/index.js";
50
51
  import "../Forms/SalesforceFieldsForm.js";
51
52
  import "../Input/RadioButton.css.js";
52
53
  import "../Input/Checkbox.css.js";
@@ -42,6 +42,7 @@ import "../Input/DownPaymentInput.js";
42
42
  import "../Input/RadioButton.js";
43
43
  import "react-hook-form";
44
44
  import "../Forms/Forms.css.js";
45
+ import "../Forms/HoneyPot/index.js";
45
46
  import "../Forms/SalesforceFieldsForm.js";
46
47
  /* empty css */
47
48
  /* empty css */
@@ -43,6 +43,7 @@ import "../../Input/DownPaymentInput.js";
43
43
  import "../../Input/RadioButton.js";
44
44
  import "react-hook-form";
45
45
  import "../../Forms/Forms.css.js";
46
+ import "../../Forms/HoneyPot/index.js";
46
47
  import "../../Forms/SalesforceFieldsForm.js";
47
48
  import "../../Input/RadioButton.css.js";
48
49
  import "../../Input/Checkbox.css.js";
@@ -9,4 +9,4 @@ export type ApplicationStartInputs = {
9
9
  Send_SMS__c: boolean;
10
10
  DoNotCall: boolean;
11
11
  };
12
- export declare const ApplicationStart: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, description, callToAction, validateEmail, id, }: FormProps) => import("react/jsx-runtime").JSX.Element;
12
+ export declare const ApplicationStart: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, description, callToAction, validateEmail, onValidate, id, }: FormProps) => import("react/jsx-runtime").JSX.Element;
@@ -32,6 +32,7 @@ import clsx from "clsx";
32
32
  import { useForm, FormProvider } from "react-hook-form";
33
33
  import * as z from "zod";
34
34
  import { iconForm, headerContainer, headerForm, form, descriptionField, fullRowForm, formWrapper, disclosureForm, actions, formContainer } from "./Forms.css.js";
35
+ import { honeyPotSchema, isValidHoneyPot, HoneyPot } from "./HoneyPot/index.js";
35
36
  import { SalesforceSchema } from "./SalesforceFieldsForm.js";
36
37
  const ApplicationStart = ({
37
38
  icon = false,
@@ -45,6 +46,7 @@ const ApplicationStart = ({
45
46
  description,
46
47
  callToAction,
47
48
  validateEmail,
49
+ onValidate,
48
50
  id
49
51
  }) => {
50
52
  const schema = z.object({
@@ -71,8 +73,16 @@ const ApplicationStart = ({
71
73
  }),
72
74
  checkbox__c: z.boolean()
73
75
  });
76
+ const gen_schema = schema.merge(SalesforceSchema).merge(honeyPotSchema).superRefine((data, ctx) => {
77
+ if (!isValidHoneyPot(data)) {
78
+ ctx.addIssue({
79
+ code: z.ZodIssueCode.custom,
80
+ message: "fields are not valid."
81
+ });
82
+ }
83
+ });
74
84
  const methods = useForm({
75
- resolver: zodResolver(schema.merge(SalesforceSchema), {
85
+ resolver: zodResolver(gen_schema, {
76
86
  async: true
77
87
  }),
78
88
  mode: "all",
@@ -110,95 +120,107 @@ const ApplicationStart = ({
110
120
  }
111
121
  )
112
122
  ] }),
113
- /* @__PURE__ */ jsxs("form", { className: form, onSubmit: handleSubmit(submitForm), children: [
114
- /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
115
- /* @__PURE__ */ jsx("div", { className: "", children: /* @__PURE__ */ jsx(
116
- Input,
117
- {
118
- id: "first_name",
119
- ...register("first_name", { required: true }),
120
- label: "First Name",
121
- sizes: "medium",
122
- placeholder: "First Name",
123
- required: true,
124
- error: !!errors.first_name,
125
- helperText: errors.first_name?.message,
126
- variant
127
- }
128
- ) }),
129
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
130
- Input,
131
- {
132
- id: "last_name",
133
- ...register("last_name", { required: true }),
134
- label: "Last Name",
135
- sizes: "medium",
136
- placeholder: "Last Name",
137
- required: true,
138
- error: !!errors.last_name,
139
- helperText: errors.last_name?.message,
140
- variant
141
- }
142
- ) }),
143
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
144
- Input,
145
- {
146
- id: "email",
147
- ...register("email", {
148
- required: true,
149
- validate: {
150
- isValid: associatedEmail
123
+ /* @__PURE__ */ jsxs(
124
+ "form",
125
+ {
126
+ className: form,
127
+ onSubmit: async (e) => {
128
+ onValidate && onValidate(e);
129
+ await handleSubmit(submitForm)(e);
130
+ e.preventDefault();
131
+ },
132
+ children: [
133
+ /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
134
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
135
+ Input,
136
+ {
137
+ id: "first_name",
138
+ ...register("first_name", { required: true }),
139
+ label: "First Name",
140
+ sizes: "medium",
141
+ placeholder: "First Name",
142
+ required: true,
143
+ error: !!errors.first_name,
144
+ helperText: errors.first_name?.message,
145
+ variant
151
146
  }
152
- }),
153
- label: "Email",
154
- sizes: "medium",
155
- placeholder: "Email",
156
- required: true,
157
- error: !!errors.email,
158
- helperText: errors.email?.message,
159
- variant
160
- }
161
- ) }),
162
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
163
- InputPhone,
164
- {
165
- id: "phone",
166
- ...register("phone", { required: true, maxLength: 12 }),
167
- label: "Phone",
168
- sizes: "medium",
169
- placeholder: "Phone",
170
- required: true,
171
- error: !!errors.phone,
172
- helperText: errors.phone?.message,
173
- variant
174
- }
175
- ) }),
176
- /* @__PURE__ */ jsx("div", { className: fullRowForm, children: /* @__PURE__ */ jsx(
177
- Checkbox,
178
- {
179
- id: "checkbox__c",
180
- ...register("checkbox__c"),
181
- sizes: "medium",
182
- error: !!errors.checkbox__c,
183
- helperText: errors.checkbox__c?.message,
184
- variant,
185
- children: "By providing your phone number and selecting the checkbox, you have agreed to these Terms and Conditions, and you have agreed to receive automated text messages, calls, and emails for any purpose including but not limited to marketing of products and services by Axos Bank. You understand and agree that such messages may be sent via Automatic Telephone Dialing System and/or artificial or pre-recorded voice, and that such consent is not a condition of receipt of any good or service. Mobile carrier messages and data rates may apply. You may opt out at any time."
186
- }
187
- ) })
188
- ] }),
189
- children,
190
- /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
191
- /* @__PURE__ */ jsx("div", { className: actions, children: /* @__PURE__ */ jsx(
192
- Button,
193
- {
194
- color: getVariant(callToAction?.variant),
195
- as: "button",
196
- type: "submit",
197
- disabled: !isValid || isSubmitting,
198
- children: callToAction?.displayText
199
- }
200
- ) })
201
- ] })
147
+ ) }),
148
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
149
+ Input,
150
+ {
151
+ id: "last_name",
152
+ ...register("last_name", { required: true }),
153
+ label: "Last Name",
154
+ sizes: "medium",
155
+ placeholder: "Last Name",
156
+ required: true,
157
+ error: !!errors.last_name,
158
+ helperText: errors.last_name?.message,
159
+ variant
160
+ }
161
+ ) }),
162
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
163
+ Input,
164
+ {
165
+ id: "email",
166
+ ...register("email", {
167
+ required: true,
168
+ validate: {
169
+ isValid: associatedEmail
170
+ }
171
+ }),
172
+ label: "Email",
173
+ sizes: "medium",
174
+ placeholder: "Email",
175
+ required: true,
176
+ error: !!errors.email,
177
+ helperText: errors.email?.message,
178
+ variant
179
+ }
180
+ ) }),
181
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
182
+ InputPhone,
183
+ {
184
+ id: "phone",
185
+ ...register("phone", { required: true, maxLength: 12 }),
186
+ label: "Phone",
187
+ sizes: "medium",
188
+ placeholder: "Phone",
189
+ required: true,
190
+ error: !!errors.phone,
191
+ helperText: errors.phone?.message,
192
+ variant
193
+ }
194
+ ) }),
195
+ /* @__PURE__ */ jsx("div", { className: fullRowForm, children: /* @__PURE__ */ jsx(
196
+ Checkbox,
197
+ {
198
+ id: "checkbox__c",
199
+ ...register("checkbox__c"),
200
+ sizes: "medium",
201
+ error: !!errors.checkbox__c,
202
+ helperText: errors.checkbox__c?.message,
203
+ variant,
204
+ children: "By providing your phone number and selecting the checkbox, you have agreed to these Terms and Conditions, and you have agreed to receive automated text messages, calls, and emails for any purpose including but not limited to marketing of products and services by Axos Bank. You understand and agree that such messages may be sent via Automatic Telephone Dialing System and/or artificial or pre-recorded voice, and that such consent is not a condition of receipt of any good or service. Mobile carrier messages and data rates may apply. You may opt out at any time."
205
+ }
206
+ ) }),
207
+ /* @__PURE__ */ jsx(HoneyPot, { register, errors, variant })
208
+ ] }),
209
+ children,
210
+ /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
211
+ /* @__PURE__ */ jsx("div", { className: actions, children: /* @__PURE__ */ jsx(
212
+ Button,
213
+ {
214
+ color: getVariant(callToAction?.variant),
215
+ as: "button",
216
+ type: "submit",
217
+ disabled: !isValid || isSubmitting,
218
+ children: callToAction?.displayText
219
+ }
220
+ ) })
221
+ ]
222
+ }
223
+ )
202
224
  ] }) }) }, id);
203
225
  };
204
226
  export {
@@ -1,6 +1,6 @@
1
1
  import { FormProps } from './FormProps';
2
2
 
3
- export declare const ApplyNow: ({ icon, children, disclosure, variant: fullVariant, headline, description, id, gbf, }: Omit<FormProps & {
3
+ export declare const ApplyNow: ({ icon, children, disclosure, variant: fullVariant, headline, description, id, gbf, project, }: Omit<FormProps & {
4
4
  gbf?: boolean;
5
+ project?: string;
5
6
  }, "callToAction" | "validateEmail" | "onSubmit">) => import("react/jsx-runtime").JSX.Element;
6
- export declare const getLink: (selection: Array<string>) => string;