@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
@@ -45,8 +45,10 @@ import "../Input/InputTextArea.js";
45
45
  import "../Input/DownPaymentInput.js";
46
46
  import "../Input/RadioButton.js";
47
47
  import "react-hook-form";
48
- import { iconForm, headerContainer, headerForm, form, descriptionField, formWrapper, step_title_apply_now, form_nav_apply_now, iconbillboards_option_apply_now, show_options, hide_options, back_btn_apply_now, disclosureForm, formContainer } from "./Forms.css.js";
48
+ import { iconForm, headerForm, form, descriptionField, axosHeader, headerContainer, apply_now_form, formWrapper, step_title_apply_now, form_nav_apply_now, iconbillboards_option_apply_now, show_options, hide_options, back_btn_apply_now, disclosureForm, formContainer } from "./Forms.css.js";
49
+ import "./HoneyPot/index.js";
49
50
  import "./SalesforceFieldsForm.js";
51
+ import { getLink } from "./applynow-utils.js";
50
52
  import "../Input/RadioButton.css.js";
51
53
  import "../Input/Checkbox.css.js";
52
54
  import "../LoadingIndicator/LoadingIndicator.css.js";
@@ -134,21 +136,46 @@ const ApplyNow = ({
134
136
  headline,
135
137
  description,
136
138
  id,
137
- gbf = false
139
+ gbf = false,
140
+ project = "lvf"
138
141
  }) => {
142
+ const headers = [
143
+ "Choose the boat loan that fits your needs.",
144
+ "How are you going to use your boat?",
145
+ "Will you hold your boat in LLC or personally own it?"
146
+ ];
139
147
  const reducer = (state, action) => {
140
148
  if (action.type == "back") {
141
149
  return {
142
150
  ...state,
143
151
  step: state.selection.includes("Inventory Finance") ? 1 : state.step > 0 ? state.step - 1 : 1,
144
- selection: state.selection.includes("Inventory Finance") ? [] : state.selection.slice(0, -1)
152
+ selection: state.selection.includes("Inventory Finance") ? [] : state.selection.slice(0, -1),
153
+ title: headers[state.step - 2] || headers[0]
154
+ };
155
+ }
156
+ if (action.type == "Initial") {
157
+ return {
158
+ ...state,
159
+ step: 1,
160
+ selection: [],
161
+ title: "Choose the boat loan that fits your needs."
145
162
  };
146
163
  }
147
164
  if (action.type == "Term") {
148
- return { ...state, step: 2, selection: ["Term"] };
165
+ return {
166
+ ...state,
167
+ step: 2,
168
+ selection: ["Term"],
169
+ title: "How are you going to use your boat?"
170
+ };
149
171
  }
150
172
  if (action.type == "Credit Line") {
151
- return { ...state, step: 2, selection: ["Credit Line"] };
173
+ return {
174
+ ...state,
175
+ step: 2,
176
+ selection: ["Credit Line"],
177
+ title: "How are you going to use your boat?"
178
+ };
152
179
  }
153
180
  if (action.type == "Inventory Finance") {
154
181
  return { ...state, step: 4, selection: ["Inventory Finance"] };
@@ -157,31 +184,40 @@ const ApplyNow = ({
157
184
  return {
158
185
  ...state,
159
186
  step: 3,
160
- selection: [...state.selection, "Limited Charter"]
187
+ selection: [...state.selection, "Limited Charter"],
188
+ title: "Will you hold your boat in LLC or personally own it?"
161
189
  };
162
190
  }
163
191
  if (action.type == "Personal Use") {
164
192
  return {
165
193
  ...state,
166
194
  step: 3,
167
- selection: [...state.selection, "Personal Use"]
195
+ selection: [...state.selection, "Personal Use"],
196
+ title: "Will you hold your boat in LLC or personally own it?"
168
197
  };
169
198
  }
170
199
  if (action.type == "Full-time Charter") {
171
200
  return {
172
201
  ...state,
173
202
  step: 3,
174
- selection: [...state.selection, "Full-time Charter"]
203
+ selection: [...state.selection, "Full-time Charter"],
204
+ title: "Will you hold your boat in LLC or personally own it?"
175
205
  };
176
206
  }
177
207
  if (action.type == "LLC") {
178
- return { ...state, step: 4, selection: [...state.selection, "LLC"] };
208
+ return {
209
+ ...state,
210
+ step: 4,
211
+ selection: [...state.selection, "LLC"],
212
+ title: "Get ready to start your application."
213
+ };
179
214
  }
180
215
  if (action.type == "Personal") {
181
216
  return {
182
217
  ...state,
183
218
  step: 4,
184
- selection: [...state.selection, "Personal"]
219
+ selection: [...state.selection, "Personal"],
220
+ title: "Get ready to start your application."
185
221
  };
186
222
  }
187
223
  if (action.type == "URL") {
@@ -196,26 +232,38 @@ const ApplyNow = ({
196
232
  const [stateRed, dispatch] = useReducer(reducer, {
197
233
  url: "",
198
234
  selection: [],
199
- step: 1
235
+ step: 1,
236
+ title: "Choose the boat loan that fits your needs."
200
237
  });
201
238
  const variant = getVariant(fullVariant);
202
239
  return /* @__PURE__ */ jsx("section", { id, className: clsx(formContainer({ variant })), children: /* @__PURE__ */ jsx("div", { className: clsx("containment"), children: /* @__PURE__ */ jsxs(Fragment, { children: [
203
240
  icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", iconForm), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
204
- /* @__PURE__ */ jsxs("div", { className: `${headerContainer} text_center`, children: [
205
- /* @__PURE__ */ jsx("h2", { className: clsx("header_2", headerForm({ variant })), children: headline }),
206
- description && typeof description === "string" ? /* @__PURE__ */ jsx(
207
- "div",
208
- {
209
- className: clsx(
210
- "text_center",
211
- form,
212
- descriptionField({ variant })
213
- ),
214
- children: description
215
- }
216
- ) : description
217
- ] }),
218
- /* @__PURE__ */ jsxs("form", { className: form, children: [
241
+ /* @__PURE__ */ jsxs(
242
+ "div",
243
+ {
244
+ className: clsx(
245
+ project === "lvf" ? axosHeader : "",
246
+ `${headerContainer} text_center`,
247
+ headerForm({ variant })
248
+ ),
249
+ children: [
250
+ /* @__PURE__ */ jsx("h2", { className: clsx("header_2", headerForm({ variant })), children: stateRed.title ?? headline }),
251
+ /* @__PURE__ */ jsx(
252
+ "div",
253
+ {
254
+ className: clsx(
255
+ "text_center",
256
+ form,
257
+ descriptionField({ variant }),
258
+ project === "axos" && stateRed.step > 1 ? "hide" : ""
259
+ ),
260
+ children: description
261
+ }
262
+ )
263
+ ]
264
+ }
265
+ ),
266
+ /* @__PURE__ */ jsxs("form", { className: project === "lvf" ? form : apply_now_form, children: [
219
267
  /* @__PURE__ */ jsx(
220
268
  "div",
221
269
  {
@@ -234,30 +282,48 @@ const ApplyNow = ({
234
282
  stateRed.step == 1 ? show_options : hide_options
235
283
  ),
236
284
  children: [
237
- /* @__PURE__ */ jsx("div", { className: clsx(form_nav_apply_now), children: /* @__PURE__ */ jsx(
238
- "p",
285
+ /* @__PURE__ */ jsx(
286
+ "div",
239
287
  {
240
288
  className: clsx(
241
- "header_2",
242
- headerForm({ variant }),
243
- step_title_apply_now
289
+ form_nav_apply_now,
290
+ project !== "lvf" ? "hide" : ""
244
291
  ),
245
- children: "Step One"
292
+ children: /* @__PURE__ */ jsx(
293
+ "p",
294
+ {
295
+ className: clsx(
296
+ "header_2",
297
+ headerForm({ variant }),
298
+ step_title_apply_now
299
+ ),
300
+ children: "Step One"
301
+ }
302
+ )
246
303
  }
247
- ) }),
304
+ ),
248
305
  /* @__PURE__ */ jsxs("div", { className: clsx(iconbillboards_option_apply_now), children: [
249
306
  /* @__PURE__ */ jsx(
250
307
  IconBillboard,
251
308
  {
252
309
  headline: "Term Loans",
253
- body: "I am buying a new or used boat OR I am looking for a Preapproval.",
310
+ body: project === "lvf" ? /* @__PURE__ */ jsxs(Fragment, { children: [
311
+ "I am buying a new or used boat ",
312
+ /* @__PURE__ */ jsx("strong", { children: "or" }),
313
+ " I am looking for a Preapproval."
314
+ ] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
315
+ "I'm ready to begin a boat loan application",
316
+ " ",
317
+ /* @__PURE__ */ jsx("strong", { children: "or" }),
318
+ " get preapproved."
319
+ ] }),
254
320
  callToActionRow: [
255
321
  {
256
322
  id: "Term",
257
323
  targetUrl: "#",
258
- displayText: "Select",
259
- variant: "secondary",
260
- type: "Button",
324
+ displayText: project === "lvf" ? "Select" : "Get Started",
325
+ variant: project === "lvf" ? "secondary" : "primary",
326
+ type: project === "lvf" ? "Button" : "Chevron",
261
327
  as: "button",
262
328
  onClick: () => {
263
329
  dispatch({ type: "Term" });
@@ -269,48 +335,50 @@ const ApplyNow = ({
269
335
  variant: "primary"
270
336
  }
271
337
  ),
272
- gbf && /* @__PURE__ */ jsx(
273
- IconBillboard,
274
- {
275
- headline: "Credit Line",
276
- body: "I want to make improvements on my boat.",
277
- callToActionRow: [
278
- {
279
- id: "Credit Line",
280
- targetUrl: "#",
281
- displayText: "Select",
282
- variant: "secondary",
283
- type: "Button",
284
- as: "button",
285
- onClick: () => {
286
- dispatch({ type: "Credit Line" });
287
- dispatch({ type: "URL" });
338
+ project === "lvf" && /* @__PURE__ */ jsxs(Fragment, { children: [
339
+ gbf && /* @__PURE__ */ jsx(
340
+ IconBillboard,
341
+ {
342
+ headline: "Credit Line",
343
+ body: "I want to make improvements on my boat.",
344
+ callToActionRow: [
345
+ {
346
+ id: "Credit Line",
347
+ targetUrl: "#",
348
+ displayText: "Select",
349
+ variant: "secondary",
350
+ type: "Button",
351
+ as: "button",
352
+ onClick: () => {
353
+ dispatch({ type: "Credit Line" });
354
+ dispatch({ type: "URL" });
355
+ }
288
356
  }
289
- }
290
- ],
291
- id: "Credit Line",
292
- variant: "primary"
293
- }
294
- ),
295
- !gbf && /* @__PURE__ */ jsx(
296
- IconBillboard,
297
- {
298
- headline: "Inventory Finance",
299
- body: "I am a boat dealer purchasing multiple boats in the future.",
300
- callToActionRow: [
301
- {
302
- id: "Inventory Finance",
303
- targetUrl: "/contact-us",
304
- displayText: "Select",
305
- variant: "secondary",
306
- type: "Button",
307
- as: "a"
308
- }
309
- ],
310
- id: "billboard-term",
311
- variant: "primary"
312
- }
313
- )
357
+ ],
358
+ id: "Credit Line",
359
+ variant: "primary"
360
+ }
361
+ ),
362
+ !gbf && /* @__PURE__ */ jsx(
363
+ IconBillboard,
364
+ {
365
+ headline: "Inventory Finance",
366
+ body: "I am a boat dealer purchasing multiple boats in the future.",
367
+ callToActionRow: [
368
+ {
369
+ id: "Inventory Finance",
370
+ targetUrl: "/contact-us",
371
+ displayText: "Select",
372
+ variant: "secondary",
373
+ type: "Button",
374
+ as: "a"
375
+ }
376
+ ],
377
+ id: "billboard-term",
378
+ variant: "primary"
379
+ }
380
+ )
381
+ ] })
314
382
  ] })
315
383
  ]
316
384
  }
@@ -331,6 +399,7 @@ const ApplyNow = ({
331
399
  action: () => {
332
400
  dispatch({ type: "back" });
333
401
  dispatch({ type: "URL" });
402
+ dispatch({ type: "Initial" });
334
403
  },
335
404
  variant: "primary",
336
405
  targetUrl: "#",
@@ -346,7 +415,8 @@ const ApplyNow = ({
346
415
  className: clsx(
347
416
  "header_2",
348
417
  headerForm({ variant }),
349
- step_title_apply_now
418
+ step_title_apply_now,
419
+ project !== "lvf" ? "hide" : ""
350
420
  ),
351
421
  children: "Step Two"
352
422
  }
@@ -363,8 +433,8 @@ const ApplyNow = ({
363
433
  id: "Full-time Charter",
364
434
  targetUrl: "#",
365
435
  displayText: "Select",
366
- variant: "secondary",
367
- type: "Button",
436
+ variant: project === "lvf" ? "secondary" : "primary",
437
+ type: project === "lvf" ? "Button" : "Chevron",
368
438
  as: "button",
369
439
  onClick: () => {
370
440
  dispatch({ type: "Full-time Charter" });
@@ -386,8 +456,8 @@ const ApplyNow = ({
386
456
  id: "Limited-charter",
387
457
  targetUrl: "#",
388
458
  displayText: "Select",
389
- variant: "secondary",
390
- type: "Button",
459
+ variant: project === "lvf" ? "secondary" : "primary",
460
+ type: project === "lvf" ? "Button" : "Chevron",
391
461
  as: "button",
392
462
  onClick: () => {
393
463
  dispatch({ type: "Limited Charter" });
@@ -409,8 +479,8 @@ const ApplyNow = ({
409
479
  id: "personal-use",
410
480
  targetUrl: "#",
411
481
  displayText: "Select",
412
- variant: "secondary",
413
- type: "Button",
482
+ variant: project === "lvf" ? "secondary" : "primary",
483
+ type: project === "lvf" ? "Button" : "Chevron",
414
484
  as: "button",
415
485
  onClick: () => {
416
486
  dispatch({ type: "Personal Use" });
@@ -457,7 +527,8 @@ const ApplyNow = ({
457
527
  className: clsx(
458
528
  "header_2",
459
529
  headerForm({ variant }),
460
- step_title_apply_now
530
+ step_title_apply_now,
531
+ project !== "lvf" ? "hide" : ""
461
532
  ),
462
533
  children: "Step Three"
463
534
  }
@@ -474,8 +545,8 @@ const ApplyNow = ({
474
545
  id: "llc",
475
546
  targetUrl: "#",
476
547
  displayText: "Select",
477
- variant: "secondary",
478
- type: "Button",
548
+ variant: project === "lvf" ? "secondary" : "primary",
549
+ type: project === "lvf" ? "Button" : "Chevron",
479
550
  as: "button",
480
551
  onClick: () => {
481
552
  dispatch({ type: "LLC" });
@@ -497,8 +568,8 @@ const ApplyNow = ({
497
568
  id: "personal",
498
569
  targetUrl: "#",
499
570
  displayText: "Select",
500
- variant: "secondary",
501
- type: "Button",
571
+ variant: project === "lvf" ? "secondary" : "primary",
572
+ type: project === "lvf" ? "Button" : "Chevron",
502
573
  as: "button",
503
574
  onClick: () => {
504
575
  dispatch({ type: "Personal" });
@@ -566,8 +637,8 @@ const ApplyNow = ({
566
637
  {
567
638
  id: "Inventory Finance",
568
639
  targetUrl: stateRed.url,
569
- displayText: "Select",
570
- variant: "secondary",
640
+ displayText: project === "lvf" ? "Select" : "Start Application",
641
+ variant: project === "lvf" ? "secondary" : "primary",
571
642
  type: "Button",
572
643
  as: "a"
573
644
  }
@@ -585,52 +656,6 @@ const ApplyNow = ({
585
656
  ] })
586
657
  ] }) }) }, id);
587
658
  };
588
- const getLink = (selection) => {
589
- const formSelection = selection.join(" | ");
590
- let url = "{LVFMYSITE}/Portal/nPortal__SelfRegistration?core=es5";
591
- switch (formSelection) {
592
- case "Term | Full-time Charter | LLC":
593
- url += "&product=a0u5e000001XiAo";
594
- break;
595
- case "Term | Limited Charter | LLC":
596
- url += "&product=a0u5e000001XiAp";
597
- break;
598
- case "Term | Personal Use | LLC":
599
- url += "&product=a0u5e000001XiB3";
600
- break;
601
- case "Term | Full-time Charter | Personal":
602
- url += "&product=a0u5e000001Wfd5";
603
- break;
604
- case "Term | Limited Charter | Personal":
605
- url += "&product=a0u5e000001WfdA";
606
- break;
607
- case "Term | Personal Use | Personal":
608
- url += "&product=a0u5e000001WfdB";
609
- break;
610
- case "Credit Line | Full-time Charter | LLC":
611
- url += "&product=a0u8W00002DhceX";
612
- break;
613
- case "Credit Line | Limited Charter | LLC":
614
- url += "&product=a0u8W00002DhceY";
615
- break;
616
- case "Credit Line | Personal Use | LLC":
617
- url += "&product=a0u8W00002DhceZ";
618
- break;
619
- case "Credit Line | Full-time Charter | Personal":
620
- url += "&product=a0u8W00002DhceS";
621
- break;
622
- case "Credit Line | Limited Charter | Personal":
623
- url += "&product=a0u8W00002DhceT";
624
- break;
625
- case "Credit Line | Personal Use | Personal":
626
- url += "&product=a0u8W00002DhceU";
627
- break;
628
- default:
629
- url += "&product=a0u5e000000hzHz";
630
- }
631
- return url;
632
- };
633
659
  export {
634
- ApplyNow,
635
- getLink
660
+ ApplyNow
636
661
  };
@@ -11,4 +11,4 @@ export type ClearingInputs = {
11
11
  Memo__c: string;
12
12
  business_type_selection: string;
13
13
  };
14
- export declare const ClearingForm: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, description, callToAction, validateEmail, id, }: FormProps) => import("react/jsx-runtime").JSX.Element;
14
+ export declare const ClearingForm: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, description, callToAction, validateEmail, onValidate, id, }: FormProps) => import("react/jsx-runtime").JSX.Element;