@axos-web-dev/shared-components 0.0.117 → 0.0.118

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 (59) hide show
  1. package/dist/Accordion/Accordion.css.d.ts +9 -9
  2. package/dist/ArticlesSet/ArticlesSet.js +1 -1
  3. package/dist/Calculators/MarginTradingCalculator/index.js +4 -2
  4. package/dist/Calculators/calculators.js +6 -0
  5. package/dist/Carousel/index.d.ts +1 -0
  6. package/dist/Carousel/index.js +5 -4
  7. package/dist/Comparison/Comparison.css.js +2 -2
  8. package/dist/ContentBanner/index.js +1 -1
  9. package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
  10. package/dist/FaqAccordion/index.d.ts +1 -0
  11. package/dist/FaqAccordion/index.js +2 -2
  12. package/dist/FooterDisclosure/FooterDisclosure.d.ts +5 -2
  13. package/dist/FooterDisclosure/FooterDisclosure.js +18 -2
  14. package/dist/Forms/ApplicationStart.js +105 -113
  15. package/dist/Forms/ClearingForm.js +177 -185
  16. package/dist/Forms/CommercialLending.js +276 -281
  17. package/dist/Forms/ContactCompany.js +107 -115
  18. package/dist/Forms/ContactUs.js +89 -97
  19. package/dist/Forms/ContactUsAAS.js +170 -178
  20. package/dist/Forms/ContactUsBusiness.js +128 -136
  21. package/dist/Forms/ContactUsNMLSId.js +111 -119
  22. package/dist/Forms/CpraRequest.js +592 -600
  23. package/dist/Forms/DealerServices.js +219 -227
  24. package/dist/Forms/EmailOnly.js +48 -56
  25. package/dist/Forms/EmailUs.js +65 -73
  26. package/dist/Forms/Forms.css.js +2 -2
  27. package/dist/Forms/SalesforceFieldsForm.d.ts +1 -0
  28. package/dist/Forms/ScheduleCall.js +149 -160
  29. package/dist/Forms/ScheduleCallPremier.js +171 -179
  30. package/dist/Forms/WcplSurvey.js +102 -110
  31. package/dist/HeroBanner/HeroBanner.css.js +1 -1
  32. package/dist/HeroBanner/HeroBanner.js +2 -2
  33. package/dist/IconBillboard/IconBillboard.d.ts +1 -0
  34. package/dist/IconBillboard/IconBillboard.js +6 -4
  35. package/dist/ImageBillboard/ImageBillboard.css.js +1 -1
  36. package/dist/ImageBillboard/ImageBillboardSet.js +1 -0
  37. package/dist/Input/Checkbox.d.ts +1 -1
  38. package/dist/Input/Input.css.js +1 -1
  39. package/dist/Input/InputProps.d.ts +0 -6
  40. package/dist/Insight/Featured/CategorySelector.css.js +1 -1
  41. package/dist/StepItemSet/StepItemSet.js +1 -1
  42. package/dist/Table/Table.d.ts +13 -13
  43. package/dist/TextBlock/TextBlock.js +1 -1
  44. package/dist/VideoTile/VideoTile.js +1 -1
  45. package/dist/VideoWrapper/index.js +22 -30
  46. package/dist/assets/Comparison/Comparison.css +0 -1
  47. package/dist/assets/Table/Table.css +8 -8
  48. package/dist/index.css.js +1 -1
  49. package/package.json +121 -121
  50. package/dist/Input/DatePicker.css.d.ts +0 -1
  51. package/dist/Input/DatePicker.css.js +0 -6
  52. package/dist/Input/Datepicker.d.ts +0 -3
  53. package/dist/Input/Datepicker.js +0 -47
  54. package/dist/Input/InputDate.css.d.ts +0 -6
  55. package/dist/Input/InputDate.css.js +0 -15
  56. package/dist/Input/InputDate.d.ts +0 -3
  57. package/dist/Input/InputDate.js +0 -47
  58. package/dist/assets/Input/DatePicker.css +0 -95
  59. package/dist/assets/Input/InputDate.css +0 -39
@@ -125,608 +125,600 @@ const CpraRequest = ({
125
125
  setValue("Axos_Financial_interaction_outlet", updatedValues.join(";"));
126
126
  }
127
127
  };
128
- return /* @__PURE__ */ jsx(
129
- "section",
130
- {
131
- id: `id_${id}`,
132
- className: clsx(formContainer({ variant })),
133
- children: /* @__PURE__ */ jsx("div", { className: clsx("containment"), children: /* @__PURE__ */ jsxs(FormProvider, { ...methods, children: [
134
- icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", iconForm), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
135
- /* @__PURE__ */ jsxs("div", { className: `${headerContainer}`, children: [
136
- /* @__PURE__ */ jsx("h2", { className: `header_2 ${form} ${descriptionField({ variant })}`, children: headline }),
137
- description && /* @__PURE__ */ jsx("div", { className: `${form} ${descriptionField({ variant })}`, children: description })
138
- ] }),
139
- /* @__PURE__ */ jsxs("div", { className: `${headerContainer}`, children: [
140
- /* @__PURE__ */ jsx("h2", { className: `header_2 ${form} ${descriptionField({ variant })}`, children: "Step 1: Please identify which privacy right(s) you would like to exercise." }),
141
- /* @__PURE__ */ jsxs("div", { className: `${form} ${descriptionField({ variant })}`, children: [
142
- /* @__PURE__ */ jsx("u", { children: "Right to Access:" }),
143
- " You have the right to send Axos Financial a verifiable request, twice in a 12-month period, asking that we disclose to you the personal information Axos Financial has collected, used, disclosed and sold about you during the past 12 months. Please check the box below relating to the information you would like Axos Financial to disclose to you:"
144
- ] })
145
- ] }),
146
- /* @__PURE__ */ jsxs("form", { className: form, onSubmit: handleSubmit(submitForm), children: [
147
- /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
148
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
149
- RadioButtonSet,
150
- {
151
- id: "California_Resident",
152
- label: "* Are you a California resident?",
153
- sizes: "medium",
154
- required: true,
155
- error: !!errors.California_Resident,
156
- helperText: errors.California_Resident?.message,
157
- variant,
158
- children: [
159
- /* @__PURE__ */ jsx(
160
- RadioButton,
161
- {
162
- ...register("California_Resident", {}),
163
- value: "Yes",
164
- radioText: "Yes",
165
- groupName: "California_Resident"
166
- }
167
- ),
168
- /* @__PURE__ */ jsx(
169
- RadioButton,
170
- {
171
- ...register("California_Resident", {}),
172
- value: "No",
173
- radioText: "No",
174
- groupName: "California_Resident"
175
- }
176
- )
177
- ]
178
- }
179
- ) }),
180
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
181
- RadioButtonSet,
182
- {
183
- id: "Categories_of_personal_info",
184
- label: "* The categories of personal information Axos Financial has collected about you.",
185
- sizes: "medium",
186
- required: true,
187
- error: !!errors.Categories_of_personal_info,
188
- helperText: errors.Categories_of_personal_info?.message,
189
- variant,
190
- children: [
191
- /* @__PURE__ */ jsx(
192
- RadioButton,
193
- {
194
- ...register("Categories_of_personal_info", {}),
195
- value: "Yes",
196
- radioText: "Yes",
197
- groupName: "Categories_of_personal_info"
198
- }
199
- ),
200
- /* @__PURE__ */ jsx(
201
- RadioButton,
202
- {
203
- ...register("Categories_of_personal_info", {}),
204
- value: "No",
205
- radioText: "No",
206
- groupName: "Categories_of_personal_info"
207
- }
208
- )
209
- ]
210
- }
211
- ) }),
212
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
213
- RadioButtonSet,
214
- {
215
- id: "Pieces_of_personal_information",
216
- label: "* The specific pieces of personal information Axos Financial has collected about you.",
217
- sizes: "medium",
218
- required: true,
219
- error: !!errors.Pieces_of_personal_information,
220
- helperText: errors.Pieces_of_personal_information?.message,
221
- variant,
222
- children: [
223
- /* @__PURE__ */ jsx(
224
- RadioButton,
225
- {
226
- ...register("Pieces_of_personal_information", {}),
227
- value: "Yes",
228
- radioText: "Yes",
229
- groupName: "Pieces_of_personal_information"
230
- }
231
- ),
232
- /* @__PURE__ */ jsx(
233
- RadioButton,
234
- {
235
- ...register("Pieces_of_personal_information", {}),
236
- value: "No",
237
- radioText: "No",
238
- groupName: "Pieces_of_personal_information"
239
- }
240
- )
241
- ]
242
- }
243
- ) }),
244
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx("div", { className: `${form} ${descriptionField({ variant })}`, children: "By selecting specific pieces of personal information Axos Financial has collected about you, you are required to sign a declaration, under penalty of perjury, that you are the individual whose information is provided above. We will provide you with the form and instructions at your preferred contact method. If you do not return the completed form, we will not be able to provide you with the specific pieces of personal information Axos Financial has collected about you." }) }),
245
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
246
- RadioButtonSet,
247
- {
248
- id: "Request_Correction_of_Information",
249
- label: "Request correction of information?",
250
- sizes: "medium",
251
- required: true,
252
- error: !!errors.Request_Correction_of_Information,
253
- helperText: errors.Request_Correction_of_Information?.message,
254
- variant,
255
- children: [
256
- /* @__PURE__ */ jsx(
257
- RadioButton,
258
- {
259
- ...register("Request_Correction_of_Information", {}),
260
- value: "Yes",
261
- radioText: "Yes",
262
- groupName: "Request_Correction_of_Information"
263
- }
264
- ),
265
- /* @__PURE__ */ jsx(
266
- RadioButton,
267
- {
268
- ...register("Request_Correction_of_Information", {}),
269
- value: "No",
270
- radioText: "No",
271
- groupName: "Request_Correction_of_Information"
272
- }
273
- )
274
- ]
275
- }
276
- ) }),
277
- requestCorrectionOfInfo === "Yes" && /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
278
- CheckboxGroup,
279
- {
280
- options,
281
- selectedValues,
282
- error: !!errors.Corrected_Information,
283
- onChange: handleSelectedValues
284
- }
285
- ) }),
286
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs("div", { className: `${form} ${descriptionField({ variant })}`, children: [
287
- /* @__PURE__ */ jsx("u", { children: "Right to Delete:" }),
288
- " You have the right to submit a verifiable request asking that Axos Financial delete certain personal information Axos Financial has collected from you, subject to certain exceptions as permitted by law."
289
- ] }) }),
290
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
291
- RadioButtonSet,
292
- {
293
- id: "Delete_personal_info",
294
- label: "* Would you like Axos Financial to delete the personal information we have collected from you?",
295
- sizes: "medium",
296
- required: true,
297
- error: !!errors.Delete_personal_info,
298
- helperText: errors.Delete_personal_info?.message,
299
- variant,
300
- children: [
301
- /* @__PURE__ */ jsx(
302
- RadioButton,
303
- {
304
- ...register("Delete_personal_info", {}),
305
- value: "Yes",
306
- radioText: "Yes",
307
- groupName: "Delete_personal_info"
308
- }
309
- ),
310
- /* @__PURE__ */ jsx(
311
- RadioButton,
312
- {
313
- ...register("Delete_personal_info", {}),
314
- value: "No",
315
- radioText: "No",
316
- groupName: "Delete_personal_info"
317
- }
318
- )
319
- ]
320
- }
321
- ) }),
322
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs("div", { className: `${form} ${descriptionField({ variant })}`, children: [
323
- /* @__PURE__ */ jsx("u", { children: "Right to Opt-Out of Sale:" }),
324
- " You have the right to opt-out of the sale of your personal information we collect on our websites, such as to enhance the ability to serve you content and advertisements that may be of interest to you."
325
- ] }) }),
326
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
327
- RadioButtonSet,
328
- {
329
- id: "Opt_out_of_sale_of_info",
330
- label: "* Would you like to opt out of the sale of your personal information by Axos Financial?",
331
- sizes: "medium",
332
- required: true,
333
- error: !!errors.Opt_out_of_sale_of_info,
334
- helperText: errors.Opt_out_of_sale_of_info?.message,
335
- variant,
336
- children: [
337
- /* @__PURE__ */ jsx(
338
- RadioButton,
339
- {
340
- ...register("Opt_out_of_sale_of_info", {}),
341
- value: "Yes",
342
- radioText: "Yes",
343
- groupName: "Opt_out_of_sale_of_info"
344
- }
128
+ return /* @__PURE__ */ jsx("section", { id, className: clsx(formContainer({ variant })), children: /* @__PURE__ */ jsx("div", { className: clsx("containment"), children: /* @__PURE__ */ jsxs(FormProvider, { ...methods, children: [
129
+ icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", iconForm), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
130
+ /* @__PURE__ */ jsxs("div", { className: `${headerContainer}`, children: [
131
+ /* @__PURE__ */ jsx("h2", { className: `header_2 ${form} ${descriptionField({ variant })}`, children: headline }),
132
+ description && /* @__PURE__ */ jsx("div", { className: `${form} ${descriptionField({ variant })}`, children: description })
133
+ ] }),
134
+ /* @__PURE__ */ jsxs("div", { className: `${headerContainer}`, children: [
135
+ /* @__PURE__ */ jsx("h2", { className: `header_2 ${form} ${descriptionField({ variant })}`, children: "Step 1: Please identify which privacy right(s) you would like to exercise." }),
136
+ /* @__PURE__ */ jsxs("div", { className: `${form} ${descriptionField({ variant })}`, children: [
137
+ /* @__PURE__ */ jsx("u", { children: "Right to Access:" }),
138
+ " You have the right to send Axos Financial a verifiable request, twice in a 12-month period, asking that we disclose to you the personal information Axos Financial has collected, used, disclosed and sold about you during the past 12 months. Please check the box below relating to the information you would like Axos Financial to disclose to you:"
139
+ ] })
140
+ ] }),
141
+ /* @__PURE__ */ jsxs("form", { className: form, onSubmit: handleSubmit(submitForm), children: [
142
+ /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
143
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
144
+ RadioButtonSet,
145
+ {
146
+ id: "California_Resident",
147
+ label: "* Are you a California resident?",
148
+ sizes: "medium",
149
+ required: true,
150
+ error: !!errors.California_Resident,
151
+ helperText: errors.California_Resident?.message,
152
+ variant,
153
+ children: [
154
+ /* @__PURE__ */ jsx(
155
+ RadioButton,
156
+ {
157
+ ...register("California_Resident", {}),
158
+ value: "Yes",
159
+ radioText: "Yes",
160
+ groupName: "California_Resident"
161
+ }
162
+ ),
163
+ /* @__PURE__ */ jsx(
164
+ RadioButton,
165
+ {
166
+ ...register("California_Resident", {}),
167
+ value: "No",
168
+ radioText: "No",
169
+ groupName: "California_Resident"
170
+ }
171
+ )
172
+ ]
173
+ }
174
+ ) }),
175
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
176
+ RadioButtonSet,
177
+ {
178
+ id: "Categories_of_personal_info",
179
+ label: "* The categories of personal information Axos Financial has collected about you.",
180
+ sizes: "medium",
181
+ required: true,
182
+ error: !!errors.Categories_of_personal_info,
183
+ helperText: errors.Categories_of_personal_info?.message,
184
+ variant,
185
+ children: [
186
+ /* @__PURE__ */ jsx(
187
+ RadioButton,
188
+ {
189
+ ...register("Categories_of_personal_info", {}),
190
+ value: "Yes",
191
+ radioText: "Yes",
192
+ groupName: "Categories_of_personal_info"
193
+ }
194
+ ),
195
+ /* @__PURE__ */ jsx(
196
+ RadioButton,
197
+ {
198
+ ...register("Categories_of_personal_info", {}),
199
+ value: "No",
200
+ radioText: "No",
201
+ groupName: "Categories_of_personal_info"
202
+ }
203
+ )
204
+ ]
205
+ }
206
+ ) }),
207
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
208
+ RadioButtonSet,
209
+ {
210
+ id: "Pieces_of_personal_information",
211
+ label: "* The specific pieces of personal information Axos Financial has collected about you.",
212
+ sizes: "medium",
213
+ required: true,
214
+ error: !!errors.Pieces_of_personal_information,
215
+ helperText: errors.Pieces_of_personal_information?.message,
216
+ variant,
217
+ children: [
218
+ /* @__PURE__ */ jsx(
219
+ RadioButton,
220
+ {
221
+ ...register("Pieces_of_personal_information", {}),
222
+ value: "Yes",
223
+ radioText: "Yes",
224
+ groupName: "Pieces_of_personal_information"
225
+ }
226
+ ),
227
+ /* @__PURE__ */ jsx(
228
+ RadioButton,
229
+ {
230
+ ...register("Pieces_of_personal_information", {}),
231
+ value: "No",
232
+ radioText: "No",
233
+ groupName: "Pieces_of_personal_information"
234
+ }
235
+ )
236
+ ]
237
+ }
238
+ ) }),
239
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx("div", { className: `${form} ${descriptionField({ variant })}`, children: "By selecting specific pieces of personal information Axos Financial has collected about you, you are required to sign a declaration, under penalty of perjury, that you are the individual whose information is provided above. We will provide you with the form and instructions at your preferred contact method. If you do not return the completed form, we will not be able to provide you with the specific pieces of personal information Axos Financial has collected about you." }) }),
240
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
241
+ RadioButtonSet,
242
+ {
243
+ id: "Request_Correction_of_Information",
244
+ label: "Request correction of information?",
245
+ sizes: "medium",
246
+ required: true,
247
+ error: !!errors.Request_Correction_of_Information,
248
+ helperText: errors.Request_Correction_of_Information?.message,
249
+ variant,
250
+ children: [
251
+ /* @__PURE__ */ jsx(
252
+ RadioButton,
253
+ {
254
+ ...register("Request_Correction_of_Information", {}),
255
+ value: "Yes",
256
+ radioText: "Yes",
257
+ groupName: "Request_Correction_of_Information"
258
+ }
259
+ ),
260
+ /* @__PURE__ */ jsx(
261
+ RadioButton,
262
+ {
263
+ ...register("Request_Correction_of_Information", {}),
264
+ value: "No",
265
+ radioText: "No",
266
+ groupName: "Request_Correction_of_Information"
267
+ }
268
+ )
269
+ ]
270
+ }
271
+ ) }),
272
+ requestCorrectionOfInfo === "Yes" && /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
273
+ CheckboxGroup,
274
+ {
275
+ options,
276
+ selectedValues,
277
+ error: !!errors.Corrected_Information,
278
+ onChange: handleSelectedValues
279
+ }
280
+ ) }),
281
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs("div", { className: `${form} ${descriptionField({ variant })}`, children: [
282
+ /* @__PURE__ */ jsx("u", { children: "Right to Delete:" }),
283
+ " You have the right to submit a verifiable request asking that Axos Financial delete certain personal information Axos Financial has collected from you, subject to certain exceptions as permitted by law."
284
+ ] }) }),
285
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
286
+ RadioButtonSet,
287
+ {
288
+ id: "Delete_personal_info",
289
+ label: "* Would you like Axos Financial to delete the personal information we have collected from you?",
290
+ sizes: "medium",
291
+ required: true,
292
+ error: !!errors.Delete_personal_info,
293
+ helperText: errors.Delete_personal_info?.message,
294
+ variant,
295
+ children: [
296
+ /* @__PURE__ */ jsx(
297
+ RadioButton,
298
+ {
299
+ ...register("Delete_personal_info", {}),
300
+ value: "Yes",
301
+ radioText: "Yes",
302
+ groupName: "Delete_personal_info"
303
+ }
304
+ ),
305
+ /* @__PURE__ */ jsx(
306
+ RadioButton,
307
+ {
308
+ ...register("Delete_personal_info", {}),
309
+ value: "No",
310
+ radioText: "No",
311
+ groupName: "Delete_personal_info"
312
+ }
313
+ )
314
+ ]
315
+ }
316
+ ) }),
317
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs("div", { className: `${form} ${descriptionField({ variant })}`, children: [
318
+ /* @__PURE__ */ jsx("u", { children: "Right to Opt-Out of Sale:" }),
319
+ " You have the right to opt-out of the sale of your personal information we collect on our websites, such as to enhance the ability to serve you content and advertisements that may be of interest to you."
320
+ ] }) }),
321
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
322
+ RadioButtonSet,
323
+ {
324
+ id: "Opt_out_of_sale_of_info",
325
+ label: "* Would you like to opt out of the sale of your personal information by Axos Financial?",
326
+ sizes: "medium",
327
+ required: true,
328
+ error: !!errors.Opt_out_of_sale_of_info,
329
+ helperText: errors.Opt_out_of_sale_of_info?.message,
330
+ variant,
331
+ children: [
332
+ /* @__PURE__ */ jsx(
333
+ RadioButton,
334
+ {
335
+ ...register("Opt_out_of_sale_of_info", {}),
336
+ value: "Yes",
337
+ radioText: "Yes",
338
+ groupName: "Opt_out_of_sale_of_info"
339
+ }
340
+ ),
341
+ /* @__PURE__ */ jsx(
342
+ RadioButton,
343
+ {
344
+ ...register("Opt_out_of_sale_of_info", {}),
345
+ value: "No",
346
+ radioText: "No",
347
+ groupName: "Opt_out_of_sale_of_info"
348
+ }
349
+ )
350
+ ]
351
+ }
352
+ ) }),
353
+ /* @__PURE__ */ jsx("div", { className: `${headerContainer} ${fullRowForm}`, children: /* @__PURE__ */ jsx("h2", { className: `header_2 ${descriptionField({ variant })}`, children: "Step 2: Please provide the following information so that we can verify your identity and respond to your request." }) }),
354
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
355
+ RadioButtonSet,
356
+ {
357
+ id: "Current_client",
358
+ label: "* I am a current or former client or customer.",
359
+ sizes: "medium",
360
+ required: true,
361
+ error: !!errors.Current_client,
362
+ helperText: errors.Current_client?.message,
363
+ variant,
364
+ children: [
365
+ /* @__PURE__ */ jsx(
366
+ RadioButton,
367
+ {
368
+ ...register("Current_client", {}),
369
+ value: "Yes",
370
+ radioText: "Yes",
371
+ groupName: "Current_client"
372
+ }
373
+ ),
374
+ /* @__PURE__ */ jsx(
375
+ RadioButton,
376
+ {
377
+ ...register("Current_client", {}),
378
+ value: "No",
379
+ radioText: "No",
380
+ groupName: "Current_client"
381
+ }
382
+ )
383
+ ]
384
+ }
385
+ ) }),
386
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
387
+ RadioButtonSet,
388
+ {
389
+ id: "Currently_Employed_by_Axos_Financial",
390
+ label: "* Are you currently employed by Axos Financial?",
391
+ sizes: "medium",
392
+ required: true,
393
+ error: !!errors.Currently_Employed_by_Axos_Financial,
394
+ helperText: errors.Currently_Employed_by_Axos_Financial?.message,
395
+ variant,
396
+ children: [
397
+ /* @__PURE__ */ jsx(
398
+ RadioButton,
399
+ {
400
+ ...register("Currently_Employed_by_Axos_Financial", {}),
401
+ value: "Yes",
402
+ radioText: "Yes",
403
+ groupName: "Currently_Employed_by_Axos_Financial"
404
+ }
405
+ ),
406
+ /* @__PURE__ */ jsx(
407
+ RadioButton,
408
+ {
409
+ ...register("Currently_Employed_by_Axos_Financial", {}),
410
+ value: "No",
411
+ radioText: "No",
412
+ groupName: "Currently_Employed_by_Axos_Financial"
413
+ }
414
+ )
415
+ ]
416
+ }
417
+ ) }),
418
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
419
+ RadioButtonSet,
420
+ {
421
+ id: "Previously_Employed_by_Axos_Financial",
422
+ label: "* Have you previously been employed by Axos Financial?",
423
+ sizes: "medium",
424
+ required: true,
425
+ error: !!errors.Previously_Employed_by_Axos_Financial,
426
+ helperText: errors.Previously_Employed_by_Axos_Financial?.message,
427
+ variant,
428
+ children: [
429
+ /* @__PURE__ */ jsx(
430
+ RadioButton,
431
+ {
432
+ ...register("Previously_Employed_by_Axos_Financial", {}),
433
+ value: "Yes",
434
+ radioText: "Yes",
435
+ groupName: "Previously_Employed_by_Axos_Financial"
436
+ }
437
+ ),
438
+ /* @__PURE__ */ jsx(
439
+ RadioButton,
440
+ {
441
+ ...register("Previously_Employed_by_Axos_Financial", {}),
442
+ value: "No",
443
+ radioText: "No",
444
+ groupName: "Previously_Employed_by_Axos_Financial"
445
+ }
446
+ )
447
+ ]
448
+ }
449
+ ) }),
450
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
451
+ RadioButtonSet,
452
+ {
453
+ id: "Ever_Applied_for_Employment_with_Axos_Financial",
454
+ label: "* Have you ever applied for employment with Axos Financial?",
455
+ sizes: "medium",
456
+ required: true,
457
+ error: !!errors.Ever_Applied_for_Employment_with_Axos_Financial,
458
+ helperText: errors.Ever_Applied_for_Employment_with_Axos_Financial?.message,
459
+ variant,
460
+ children: [
461
+ /* @__PURE__ */ jsx(
462
+ RadioButton,
463
+ {
464
+ ...register(
465
+ "Ever_Applied_for_Employment_with_Axos_Financial",
466
+ {}
345
467
  ),
346
- /* @__PURE__ */ jsx(
347
- RadioButton,
348
- {
349
- ...register("Opt_out_of_sale_of_info", {}),
350
- value: "No",
351
- radioText: "No",
352
- groupName: "Opt_out_of_sale_of_info"
353
- }
354
- )
355
- ]
356
- }
357
- ) }),
358
- /* @__PURE__ */ jsx("div", { className: `${headerContainer} ${fullRowForm}`, children: /* @__PURE__ */ jsx("h2", { className: `header_2 ${descriptionField({ variant })}`, children: "Step 2: Please provide the following information so that we can verify your identity and respond to your request." }) }),
359
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
360
- RadioButtonSet,
361
- {
362
- id: "Current_client",
363
- label: "* I am a current or former client or customer.",
364
- sizes: "medium",
365
- required: true,
366
- error: !!errors.Current_client,
367
- helperText: errors.Current_client?.message,
368
- variant,
369
- children: [
370
- /* @__PURE__ */ jsx(
371
- RadioButton,
372
- {
373
- ...register("Current_client", {}),
374
- value: "Yes",
375
- radioText: "Yes",
376
- groupName: "Current_client"
377
- }
468
+ value: "Yes",
469
+ radioText: "Yes",
470
+ groupName: "Ever_Applied_for_Employment_with_Axos_Financial"
471
+ }
472
+ ),
473
+ /* @__PURE__ */ jsx(
474
+ RadioButton,
475
+ {
476
+ ...register(
477
+ "Ever_Applied_for_Employment_with_Axos_Financial",
478
+ {}
378
479
  ),
379
- /* @__PURE__ */ jsx(
380
- RadioButton,
381
- {
382
- ...register("Current_client", {}),
383
- value: "No",
384
- radioText: "No",
385
- groupName: "Current_client"
386
- }
387
- )
388
- ]
389
- }
390
- ) }),
391
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
392
- RadioButtonSet,
393
- {
394
- id: "Currently_Employed_by_Axos_Financial",
395
- label: "* Are you currently employed by Axos Financial?",
396
- sizes: "medium",
397
- required: true,
398
- error: !!errors.Currently_Employed_by_Axos_Financial,
399
- helperText: errors.Currently_Employed_by_Axos_Financial?.message,
400
- variant,
401
- children: [
402
- /* @__PURE__ */ jsx(
403
- RadioButton,
404
- {
405
- ...register("Currently_Employed_by_Axos_Financial", {}),
406
- value: "Yes",
407
- radioText: "Yes",
408
- groupName: "Currently_Employed_by_Axos_Financial"
409
- }
410
- ),
411
- /* @__PURE__ */ jsx(
412
- RadioButton,
413
- {
414
- ...register("Currently_Employed_by_Axos_Financial", {}),
415
- value: "No",
416
- radioText: "No",
417
- groupName: "Currently_Employed_by_Axos_Financial"
418
- }
419
- )
420
- ]
421
- }
422
- ) }),
423
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
424
- RadioButtonSet,
425
- {
426
- id: "Previously_Employed_by_Axos_Financial",
427
- label: "* Have you previously been employed by Axos Financial?",
428
- sizes: "medium",
429
- required: true,
430
- error: !!errors.Previously_Employed_by_Axos_Financial,
431
- helperText: errors.Previously_Employed_by_Axos_Financial?.message,
432
- variant,
433
- children: [
434
- /* @__PURE__ */ jsx(
435
- RadioButton,
436
- {
437
- ...register("Previously_Employed_by_Axos_Financial", {}),
438
- value: "Yes",
439
- radioText: "Yes",
440
- groupName: "Previously_Employed_by_Axos_Financial"
441
- }
442
- ),
443
- /* @__PURE__ */ jsx(
444
- RadioButton,
445
- {
446
- ...register("Previously_Employed_by_Axos_Financial", {}),
447
- value: "No",
448
- radioText: "No",
449
- groupName: "Previously_Employed_by_Axos_Financial"
450
- }
451
- )
452
- ]
453
- }
454
- ) }),
455
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
456
- RadioButtonSet,
457
- {
458
- id: "Ever_Applied_for_Employment_with_Axos_Financial",
459
- label: "* Have you ever applied for employment with Axos Financial?",
460
- sizes: "medium",
461
- required: true,
462
- error: !!errors.Ever_Applied_for_Employment_with_Axos_Financial,
463
- helperText: errors.Ever_Applied_for_Employment_with_Axos_Financial?.message,
464
- variant,
465
- children: [
466
- /* @__PURE__ */ jsx(
467
- RadioButton,
468
- {
469
- ...register(
470
- "Ever_Applied_for_Employment_with_Axos_Financial",
471
- {}
472
- ),
473
- value: "Yes",
474
- radioText: "Yes",
475
- groupName: "Ever_Applied_for_Employment_with_Axos_Financial"
476
- }
477
- ),
478
- /* @__PURE__ */ jsx(
479
- RadioButton,
480
- {
481
- ...register(
482
- "Ever_Applied_for_Employment_with_Axos_Financial",
483
- {}
484
- ),
485
- value: "No",
486
- radioText: "No",
487
- groupName: "Ever_Applied_for_Employment_with_Axos_Financial"
488
- }
489
- )
490
- ]
491
- }
492
- ) }),
493
- /* @__PURE__ */ jsx("div", { className: `${headerContainer} ${fullRowForm}`, children: /* @__PURE__ */ jsx("h2", { className: `header_2 ${descriptionField({ variant })}`, children: "Step 3: Where have you interacted with Axos Financial?" }) }),
494
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
495
- CheckboxGroup,
496
- {
497
- options: options2,
498
- selectedValues: selectedValues2,
499
- error: !!errors.Axos_Financial_interaction_outlet,
500
- onChange: handleSelectedValues2
501
- }
502
- ) }),
503
- /* @__PURE__ */ jsx("div", { className: `${headerContainer} ${fullRowForm}`, children: /* @__PURE__ */ jsx("h2", { className: `header_2 ${descriptionField({ variant })}`, children: "Step 4: Please provide your contact details." }) }),
504
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
505
- Input,
506
- {
507
- id: "First_Name",
508
- ...register("First_Name", { required: true }),
509
- label: "First Name",
510
- sizes: "medium",
511
- placeholder: "First Name",
512
- required: true,
513
- error: !!errors.First_Name,
514
- helperText: errors.First_Name?.message,
515
- variant
516
- }
517
- ) }),
518
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
519
- Input,
520
- {
521
- id: "Last_Name",
522
- ...register("Last_Name", { required: true }),
523
- label: "Last Name",
524
- sizes: "medium",
525
- required: true,
526
- error: !!errors.Last_Name,
527
- helperText: errors.Last_Name?.message,
528
- variant
529
- }
530
- ) }),
531
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
532
- Input,
533
- {
534
- id: "DOB",
535
- ...register("DOB", {
536
- required: true
537
- }),
538
- type: "date",
539
- label: "Date of Birth",
540
- sizes: "medium",
541
- placeholder: "Date of Birth",
542
- required: true,
543
- error: !!errors.DOB,
544
- helperText: errors.DOB?.message,
545
- variant
546
- }
547
- ) }),
548
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
549
- Input,
550
- {
551
- id: "email",
552
- ...register("email", {
553
- required: true
554
- // validate: {
555
- // isValid: associatedEmail,
556
- // },
557
- }),
558
- label: "Email",
559
- sizes: "medium",
560
- required: true,
561
- error: !!errors.email,
562
- helperText: errors.email?.message,
563
- variant
564
- }
565
- ) }),
566
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
567
- InputPhone,
568
- {
569
- id: "Telephone",
570
- ...register("Telephone", { required: true, maxLength: 12 }),
571
- label: "Preferred Phone",
572
- sizes: "medium",
573
- required: true,
574
- error: !!errors.Telephone,
575
- helperText: errors.Telephone?.message,
576
- variant
577
- }
578
- ) }),
579
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
580
- Input,
581
- {
582
- id: "Street_Address",
583
- ...register("Street Address", { required: true }),
584
- label: "Street Address",
585
- sizes: "medium",
586
- required: true,
587
- variant
588
- }
589
- ) }),
590
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
591
- Input,
592
- {
593
- id: "City",
594
- ...register("City", { required: true }),
595
- label: "City",
596
- sizes: "medium",
597
- required: true,
598
- variant
599
- }
600
- ) }),
601
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
602
- Dropdown,
603
- {
604
- id: "State",
605
- ...register("State", {
606
- required: true
607
- }),
608
- label: "Assets Under Management",
609
- sizes: "medium",
610
- required: true,
611
- error: !!errors.State,
612
- helperText: errors.State?.message,
613
- variant,
614
- children: [
615
- /* @__PURE__ */ jsx("option", { value: "Alabama - AL", children: "Alabama - AL" }),
616
- /* @__PURE__ */ jsx("option", { value: "Alaska - AK", children: "Alaska - AK" }),
617
- /* @__PURE__ */ jsx("option", { value: "Arizona - AZ", children: "Arizona - AZ" }),
618
- /* @__PURE__ */ jsx("option", { value: "Arkansas - AR", children: "Arkansas - AR" }),
619
- /* @__PURE__ */ jsx("option", { value: "California - CA", children: "California - CA" }),
620
- /* @__PURE__ */ jsx("option", { value: "Colorado - CO", children: "Colorado - CO" }),
621
- /* @__PURE__ */ jsx("option", { value: "Connecticut - CT", children: "Connecticut - CT" }),
622
- /* @__PURE__ */ jsx("option", { value: "Delaware - DE", children: "Delaware - DE" }),
623
- /* @__PURE__ */ jsx("option", { value: "Florida - FL", children: "Florida - FL" }),
624
- /* @__PURE__ */ jsx("option", { value: "Georgia - GA", children: "Georgia - GA" }),
625
- /* @__PURE__ */ jsx("option", { value: "Hawaii - HI", children: "Hawaii - HI" }),
626
- /* @__PURE__ */ jsx("option", { value: "Idaho - ID", children: "Idaho - ID" }),
627
- /* @__PURE__ */ jsx("option", { value: "Illinois - IL", children: "Illinois - IL" }),
628
- /* @__PURE__ */ jsx("option", { value: "Indiana - IN", children: "Indiana - IN" }),
629
- /* @__PURE__ */ jsx("option", { value: "Iowa - IA", children: "Iowa - IA" }),
630
- /* @__PURE__ */ jsx("option", { value: "Kansas - KS", children: "Kansas - KS" }),
631
- /* @__PURE__ */ jsx("option", { value: "Kentucky - KY", children: "Kentucky - KY" }),
632
- /* @__PURE__ */ jsx("option", { value: "Louisiana - LA", children: "Louisiana - LA" }),
633
- /* @__PURE__ */ jsx("option", { value: "Maine - ME", children: "Maine - ME" }),
634
- /* @__PURE__ */ jsx("option", { value: "Maryland - MD", children: "Maryland - MD" }),
635
- /* @__PURE__ */ jsx("option", { value: "Massachusetts - MA", children: "Massachusetts - MA" }),
636
- /* @__PURE__ */ jsx("option", { value: "Michigan - MI", children: "Michigan - MI" }),
637
- /* @__PURE__ */ jsx("option", { value: "Minnesota - MN", children: "Minnesota - MN" }),
638
- /* @__PURE__ */ jsx("option", { value: "Mississippi - MS", children: "Mississippi - MS" }),
639
- /* @__PURE__ */ jsx("option", { value: "Missouri - MO", children: "Missouri - MO" }),
640
- /* @__PURE__ */ jsx("option", { value: "Montana - MT", children: "Montana - MT" }),
641
- /* @__PURE__ */ jsx("option", { value: "Nebraska - NE", children: "Nebraska - NE" }),
642
- /* @__PURE__ */ jsx("option", { value: "Nevada - NV", children: "Nevada - NV" }),
643
- /* @__PURE__ */ jsx("option", { value: "New Hampshire - NH", children: "New Hampshire - NH" }),
644
- /* @__PURE__ */ jsx("option", { value: "New Jersey - NJ", children: "New Jersey - NJ" }),
645
- /* @__PURE__ */ jsx("option", { value: "New Mexico - NM", children: "New Mexico - NM" }),
646
- /* @__PURE__ */ jsx("option", { value: "New York - NY", children: "New York - NY" }),
647
- /* @__PURE__ */ jsx("option", { value: "North Carolina - NC", children: "North Carolina - NC" }),
648
- /* @__PURE__ */ jsx("option", { value: "North Dakota - ND", children: "North Dakota - ND" }),
649
- /* @__PURE__ */ jsx("option", { value: "Ohio - OH", children: "Ohio - OH" }),
650
- /* @__PURE__ */ jsx("option", { value: "Oklahoma - OK", children: "Oklahoma - OK" }),
651
- /* @__PURE__ */ jsx("option", { value: "Oregon - OR", children: "Oregon - OR" }),
652
- /* @__PURE__ */ jsx("option", { value: "Pennsylvania - PA", children: "Pennsylvania - PA" }),
653
- /* @__PURE__ */ jsx("option", { value: "Rhode Island - RI", children: "Rhode Island - RI" }),
654
- /* @__PURE__ */ jsx("option", { value: "South Carolina - SC", children: "South Carolina - SC" }),
655
- /* @__PURE__ */ jsx("option", { value: "South Dakota - SD", children: "South Dakota - SD" }),
656
- /* @__PURE__ */ jsx("option", { value: "Tennessee - TN", children: "Tennessee - TN" }),
657
- /* @__PURE__ */ jsx("option", { value: "Texas - TX", children: "Texas - TX" }),
658
- /* @__PURE__ */ jsx("option", { value: "Utah - UT", children: "Utah - UT" }),
659
- /* @__PURE__ */ jsx("option", { value: "Vermont - VT", children: "Vermont - VT" }),
660
- /* @__PURE__ */ jsx("option", { value: "Virginia - VA", children: "Virginia - VA" }),
661
- /* @__PURE__ */ jsx("option", { value: "Washington - WA", children: "Washington - WA" }),
662
- /* @__PURE__ */ jsx("option", { value: "West Virginia - WV", children: "West Virginia - WV" }),
663
- /* @__PURE__ */ jsx("option", { value: "Wisconsin - WI", children: "Wisconsin - WI" }),
664
- /* @__PURE__ */ jsx("option", { value: "Wyoming - WY", children: "Wyoming - WY" })
665
- ]
666
- }
667
- ) }),
668
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
669
- Input,
670
- {
671
- id: "Zip_Code",
672
- ...register("Zip Code", { required: true }),
673
- label: "Zip Code",
674
- sizes: "medium",
675
- required: true,
676
- variant
677
- }
678
- ) }),
679
- /* @__PURE__ */ jsx("div", { className: `${headerContainer} ${fullRowForm}`, children: /* @__PURE__ */ jsx("h2", { className: `header_2 ${descriptionField({ variant })}`, children: "Step 5: Please select how you would like to receive our response." }) }),
680
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
681
- RadioButtonSet,
682
- {
683
- id: "Contact_Method",
684
- label: "* We will contact you using the information provided above:",
685
- sizes: "medium",
686
- required: true,
687
- error: !!errors.Contact_Method,
688
- helperText: errors.Contact_Method?.message,
689
- variant,
690
- children: [
691
- /* @__PURE__ */ jsx(
692
- RadioButton,
693
- {
694
- ...register("Contact_Method", {}),
695
- value: "Email",
696
- radioText: "Email",
697
- groupName: "Contact_Method"
698
- }
699
- ),
700
- /* @__PURE__ */ jsx(
701
- RadioButton,
702
- {
703
- ...register("Contact_Method", {}),
704
- value: "Postal Mail",
705
- radioText: "Postal Mail",
706
- groupName: "Contact_Method"
707
- }
708
- )
709
- ]
710
- }
711
- ) })
712
- ] }),
713
- children,
714
- /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
715
- /* @__PURE__ */ jsx("div", { className: actions, children: /* @__PURE__ */ jsx(
716
- Button,
717
- {
718
- color: getVariant(callToAction?.variant),
719
- as: "button",
720
- type: "submit",
721
- disabled: !isValid || isSubmitting,
722
- children: callToAction?.displayText
723
- }
724
- ) })
725
- ] })
726
- ] }) })
727
- },
728
- id
729
- );
480
+ value: "No",
481
+ radioText: "No",
482
+ groupName: "Ever_Applied_for_Employment_with_Axos_Financial"
483
+ }
484
+ )
485
+ ]
486
+ }
487
+ ) }),
488
+ /* @__PURE__ */ jsx("div", { className: `${headerContainer} ${fullRowForm}`, children: /* @__PURE__ */ jsx("h2", { className: `header_2 ${descriptionField({ variant })}`, children: "Step 3: Where have you interacted with Axos Financial?" }) }),
489
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
490
+ CheckboxGroup,
491
+ {
492
+ options: options2,
493
+ selectedValues: selectedValues2,
494
+ error: !!errors.Axos_Financial_interaction_outlet,
495
+ onChange: handleSelectedValues2
496
+ }
497
+ ) }),
498
+ /* @__PURE__ */ jsx("div", { className: `${headerContainer} ${fullRowForm}`, children: /* @__PURE__ */ jsx("h2", { className: `header_2 ${descriptionField({ variant })}`, children: "Step 4: Please provide your contact details." }) }),
499
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
500
+ Input,
501
+ {
502
+ id: "First_Name",
503
+ ...register("First_Name", { required: true }),
504
+ label: "First Name",
505
+ sizes: "medium",
506
+ placeholder: "First Name",
507
+ required: true,
508
+ error: !!errors.First_Name,
509
+ helperText: errors.First_Name?.message,
510
+ variant
511
+ }
512
+ ) }),
513
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
514
+ Input,
515
+ {
516
+ id: "Last_Name",
517
+ ...register("Last_Name", { required: true }),
518
+ label: "Last Name",
519
+ sizes: "medium",
520
+ required: true,
521
+ error: !!errors.Last_Name,
522
+ helperText: errors.Last_Name?.message,
523
+ variant
524
+ }
525
+ ) }),
526
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
527
+ Input,
528
+ {
529
+ id: "DOB",
530
+ ...register("DOB", {
531
+ required: true
532
+ }),
533
+ type: "date",
534
+ label: "Date of Birth",
535
+ sizes: "medium",
536
+ placeholder: "Date of Birth",
537
+ required: true,
538
+ error: !!errors.DOB,
539
+ helperText: errors.DOB?.message,
540
+ variant
541
+ }
542
+ ) }),
543
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
544
+ Input,
545
+ {
546
+ id: "email",
547
+ ...register("email", {
548
+ required: true
549
+ // validate: {
550
+ // isValid: associatedEmail,
551
+ // },
552
+ }),
553
+ label: "Email",
554
+ sizes: "medium",
555
+ required: true,
556
+ error: !!errors.email,
557
+ helperText: errors.email?.message,
558
+ variant
559
+ }
560
+ ) }),
561
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
562
+ InputPhone,
563
+ {
564
+ id: "Telephone",
565
+ ...register("Telephone", { required: true, maxLength: 12 }),
566
+ label: "Preferred Phone",
567
+ sizes: "medium",
568
+ required: true,
569
+ error: !!errors.Telephone,
570
+ helperText: errors.Telephone?.message,
571
+ variant
572
+ }
573
+ ) }),
574
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
575
+ Input,
576
+ {
577
+ id: "Street_Address",
578
+ ...register("Street Address", { required: true }),
579
+ label: "Street Address",
580
+ sizes: "medium",
581
+ required: true,
582
+ variant
583
+ }
584
+ ) }),
585
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
586
+ Input,
587
+ {
588
+ id: "City",
589
+ ...register("City", { required: true }),
590
+ label: "City",
591
+ sizes: "medium",
592
+ required: true,
593
+ variant
594
+ }
595
+ ) }),
596
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
597
+ Dropdown,
598
+ {
599
+ id: "State",
600
+ ...register("State", {
601
+ required: true
602
+ }),
603
+ label: "Assets Under Management",
604
+ sizes: "medium",
605
+ required: true,
606
+ error: !!errors.State,
607
+ helperText: errors.State?.message,
608
+ variant,
609
+ children: [
610
+ /* @__PURE__ */ jsx("option", { value: "Alabama - AL", children: "Alabama - AL" }),
611
+ /* @__PURE__ */ jsx("option", { value: "Alaska - AK", children: "Alaska - AK" }),
612
+ /* @__PURE__ */ jsx("option", { value: "Arizona - AZ", children: "Arizona - AZ" }),
613
+ /* @__PURE__ */ jsx("option", { value: "Arkansas - AR", children: "Arkansas - AR" }),
614
+ /* @__PURE__ */ jsx("option", { value: "California - CA", children: "California - CA" }),
615
+ /* @__PURE__ */ jsx("option", { value: "Colorado - CO", children: "Colorado - CO" }),
616
+ /* @__PURE__ */ jsx("option", { value: "Connecticut - CT", children: "Connecticut - CT" }),
617
+ /* @__PURE__ */ jsx("option", { value: "Delaware - DE", children: "Delaware - DE" }),
618
+ /* @__PURE__ */ jsx("option", { value: "Florida - FL", children: "Florida - FL" }),
619
+ /* @__PURE__ */ jsx("option", { value: "Georgia - GA", children: "Georgia - GA" }),
620
+ /* @__PURE__ */ jsx("option", { value: "Hawaii - HI", children: "Hawaii - HI" }),
621
+ /* @__PURE__ */ jsx("option", { value: "Idaho - ID", children: "Idaho - ID" }),
622
+ /* @__PURE__ */ jsx("option", { value: "Illinois - IL", children: "Illinois - IL" }),
623
+ /* @__PURE__ */ jsx("option", { value: "Indiana - IN", children: "Indiana - IN" }),
624
+ /* @__PURE__ */ jsx("option", { value: "Iowa - IA", children: "Iowa - IA" }),
625
+ /* @__PURE__ */ jsx("option", { value: "Kansas - KS", children: "Kansas - KS" }),
626
+ /* @__PURE__ */ jsx("option", { value: "Kentucky - KY", children: "Kentucky - KY" }),
627
+ /* @__PURE__ */ jsx("option", { value: "Louisiana - LA", children: "Louisiana - LA" }),
628
+ /* @__PURE__ */ jsx("option", { value: "Maine - ME", children: "Maine - ME" }),
629
+ /* @__PURE__ */ jsx("option", { value: "Maryland - MD", children: "Maryland - MD" }),
630
+ /* @__PURE__ */ jsx("option", { value: "Massachusetts - MA", children: "Massachusetts - MA" }),
631
+ /* @__PURE__ */ jsx("option", { value: "Michigan - MI", children: "Michigan - MI" }),
632
+ /* @__PURE__ */ jsx("option", { value: "Minnesota - MN", children: "Minnesota - MN" }),
633
+ /* @__PURE__ */ jsx("option", { value: "Mississippi - MS", children: "Mississippi - MS" }),
634
+ /* @__PURE__ */ jsx("option", { value: "Missouri - MO", children: "Missouri - MO" }),
635
+ /* @__PURE__ */ jsx("option", { value: "Montana - MT", children: "Montana - MT" }),
636
+ /* @__PURE__ */ jsx("option", { value: "Nebraska - NE", children: "Nebraska - NE" }),
637
+ /* @__PURE__ */ jsx("option", { value: "Nevada - NV", children: "Nevada - NV" }),
638
+ /* @__PURE__ */ jsx("option", { value: "New Hampshire - NH", children: "New Hampshire - NH" }),
639
+ /* @__PURE__ */ jsx("option", { value: "New Jersey - NJ", children: "New Jersey - NJ" }),
640
+ /* @__PURE__ */ jsx("option", { value: "New Mexico - NM", children: "New Mexico - NM" }),
641
+ /* @__PURE__ */ jsx("option", { value: "New York - NY", children: "New York - NY" }),
642
+ /* @__PURE__ */ jsx("option", { value: "North Carolina - NC", children: "North Carolina - NC" }),
643
+ /* @__PURE__ */ jsx("option", { value: "North Dakota - ND", children: "North Dakota - ND" }),
644
+ /* @__PURE__ */ jsx("option", { value: "Ohio - OH", children: "Ohio - OH" }),
645
+ /* @__PURE__ */ jsx("option", { value: "Oklahoma - OK", children: "Oklahoma - OK" }),
646
+ /* @__PURE__ */ jsx("option", { value: "Oregon - OR", children: "Oregon - OR" }),
647
+ /* @__PURE__ */ jsx("option", { value: "Pennsylvania - PA", children: "Pennsylvania - PA" }),
648
+ /* @__PURE__ */ jsx("option", { value: "Rhode Island - RI", children: "Rhode Island - RI" }),
649
+ /* @__PURE__ */ jsx("option", { value: "South Carolina - SC", children: "South Carolina - SC" }),
650
+ /* @__PURE__ */ jsx("option", { value: "South Dakota - SD", children: "South Dakota - SD" }),
651
+ /* @__PURE__ */ jsx("option", { value: "Tennessee - TN", children: "Tennessee - TN" }),
652
+ /* @__PURE__ */ jsx("option", { value: "Texas - TX", children: "Texas - TX" }),
653
+ /* @__PURE__ */ jsx("option", { value: "Utah - UT", children: "Utah - UT" }),
654
+ /* @__PURE__ */ jsx("option", { value: "Vermont - VT", children: "Vermont - VT" }),
655
+ /* @__PURE__ */ jsx("option", { value: "Virginia - VA", children: "Virginia - VA" }),
656
+ /* @__PURE__ */ jsx("option", { value: "Washington - WA", children: "Washington - WA" }),
657
+ /* @__PURE__ */ jsx("option", { value: "West Virginia - WV", children: "West Virginia - WV" }),
658
+ /* @__PURE__ */ jsx("option", { value: "Wisconsin - WI", children: "Wisconsin - WI" }),
659
+ /* @__PURE__ */ jsx("option", { value: "Wyoming - WY", children: "Wyoming - WY" })
660
+ ]
661
+ }
662
+ ) }),
663
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
664
+ Input,
665
+ {
666
+ id: "Zip_Code",
667
+ ...register("Zip Code", { required: true }),
668
+ label: "Zip Code",
669
+ sizes: "medium",
670
+ required: true,
671
+ variant
672
+ }
673
+ ) }),
674
+ /* @__PURE__ */ jsx("div", { className: `${headerContainer} ${fullRowForm}`, children: /* @__PURE__ */ jsx("h2", { className: `header_2 ${descriptionField({ variant })}`, children: "Step 5: Please select how you would like to receive our response." }) }),
675
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
676
+ RadioButtonSet,
677
+ {
678
+ id: "Contact_Method",
679
+ label: "* We will contact you using the information provided above:",
680
+ sizes: "medium",
681
+ required: true,
682
+ error: !!errors.Contact_Method,
683
+ helperText: errors.Contact_Method?.message,
684
+ variant,
685
+ children: [
686
+ /* @__PURE__ */ jsx(
687
+ RadioButton,
688
+ {
689
+ ...register("Contact_Method", {}),
690
+ value: "Email",
691
+ radioText: "Email",
692
+ groupName: "Contact_Method"
693
+ }
694
+ ),
695
+ /* @__PURE__ */ jsx(
696
+ RadioButton,
697
+ {
698
+ ...register("Contact_Method", {}),
699
+ value: "Postal Mail",
700
+ radioText: "Postal Mail",
701
+ groupName: "Contact_Method"
702
+ }
703
+ )
704
+ ]
705
+ }
706
+ ) })
707
+ ] }),
708
+ children,
709
+ /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
710
+ /* @__PURE__ */ jsx("div", { className: actions, children: /* @__PURE__ */ jsx(
711
+ Button,
712
+ {
713
+ color: getVariant(callToAction?.variant),
714
+ as: "button",
715
+ type: "submit",
716
+ disabled: !isValid || isSubmitting,
717
+ children: callToAction?.displayText
718
+ }
719
+ ) })
720
+ ] })
721
+ ] }) }) }, id);
730
722
  };
731
723
  export {
732
724
  CpraRequest