@axos-web-dev/shared-components 1.0.77-patch.11 → 1.0.77-patch.13

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/Auth/ErrorAlert.js +2 -2
  2. package/dist/Button/Button.js +2 -2
  3. package/dist/Calculators/Calculator.d.ts +0 -1
  4. package/dist/Calculators/Calculator.js +16 -6
  5. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.d.ts +9 -0
  6. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +219 -0
  7. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +1 -0
  8. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -0
  9. package/dist/Calculators/index.d.ts +2 -1
  10. package/dist/Calculators/index.js +3 -1
  11. package/dist/Carousel/index.js +2 -2
  12. package/dist/Chevron/index.js +2 -2
  13. package/dist/Comparison/Comparison.js +2 -2
  14. package/dist/ExecutiveBio/ExecutiveBio.js +2 -2
  15. package/dist/FaqAccordion/index.js +2 -2
  16. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -2
  17. package/dist/Forms/ApplyNow.d.ts +2 -2
  18. package/dist/Forms/ApplyNow.js +170 -145
  19. package/dist/Forms/ContactUsBusiness.js +2 -2
  20. package/dist/Forms/ContactUsBusinessNameEmail.js +2 -2
  21. package/dist/Forms/ContactUsLVF.d.ts +3 -1
  22. package/dist/Forms/ContactUsLVF.js +9 -4
  23. package/dist/Forms/ContactUsNMLSId.js +2 -2
  24. package/dist/Forms/CraPublicFile.js +2 -2
  25. package/dist/Forms/EmailOnly.js +2 -2
  26. package/dist/Forms/Forms.css.d.ts +18 -0
  27. package/dist/Forms/Forms.css.js +44 -38
  28. package/dist/Forms/MortgageRate/MortgageRateForm.js +2 -2
  29. package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -2
  30. package/dist/Forms/SuccesForm.js +5 -5
  31. package/dist/Forms/applynow-utils.d.ts +1 -0
  32. package/dist/Forms/applynow-utils.js +48 -0
  33. package/dist/Forms/index.d.ts +1 -0
  34. package/dist/Forms/index.js +6 -2
  35. package/dist/Hyperlink/index.js +2 -2
  36. package/dist/IconBillboard/sections/CallToActionSection.js +1 -0
  37. package/dist/ImageLink/ImageLink.js +2 -2
  38. package/dist/ImageLink/ImageLinkSet.js +2 -2
  39. package/dist/ImageLink/index.js +2 -2
  40. package/dist/Insight/Featured/CategorySelector.js +2 -2
  41. package/dist/Insight/Featured/Featured.js +2 -2
  42. package/dist/Insight/Featured/Header.js +2 -2
  43. package/dist/Modal/Modal.js +2 -2
  44. package/dist/NavigationMenu/AxosALTS/NavData.js +2 -2
  45. package/dist/NavigationMenu/AxosALTS/index.js +2 -2
  46. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +2 -2
  47. package/dist/NavigationMenu/AxosBank/NavData.js +2 -2
  48. package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -2
  49. package/dist/NavigationMenu/AxosBank/index.js +2 -2
  50. package/dist/NavigationMenu/LaVictoire/NavData.js +2 -2
  51. package/dist/NavigationMenu/LaVictoire/index.js +2 -2
  52. package/dist/SetContainer/SetContainer.js +2 -2
  53. package/dist/SocialMediaBar/iconsRepository.js +2 -2
  54. package/dist/VideoTile/VideoTile.js +2 -2
  55. package/dist/VideoWrapper/index.js +2 -2
  56. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +3 -0
  57. package/dist/assets/Forms/Forms.css +135 -105
  58. package/dist/main.js +9 -3
  59. package/package.json +1 -1
@@ -42,13 +42,13 @@ import "../Calculators/ApyCalculator/ApyCalculator.css.js";
42
42
  import "../Table/Table.css.js";
43
43
  import "../Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js";
44
44
  import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
45
+ import "../Input/PercentageInput.js";
46
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
45
47
  import "iframe-resizer";
46
48
  /* empty css */
47
49
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
48
50
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
49
51
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
50
- import "../Input/PercentageInput.js";
51
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
52
52
  import { error_close_button, separator, error_alert_content, error_alert } from "./ErrorAlert.css.js";
53
53
  import "react-dom";
54
54
  /* empty css */
@@ -40,7 +40,9 @@ import "../Input/InputPhone.js";
40
40
  import "../Input/InputTextArea.js";
41
41
  import "../Input/DownPaymentInput.js";
42
42
  import "../Input/RadioButton.js";
43
+ import "../Input/PercentageInput.js";
43
44
  import "react-hook-form";
45
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
44
46
  import "../Forms/Forms.css.js";
45
47
  import "../Forms/SalesforceFieldsForm.js";
46
48
  /* empty css */
@@ -58,8 +60,6 @@ import "iframe-resizer";
58
60
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
59
61
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
60
62
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
61
- import "../Input/PercentageInput.js";
62
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
63
63
  /* empty css */
64
64
  import "react-dom";
65
65
  /* empty css */
@@ -11,6 +11,5 @@ export interface CalculatorProps {
11
11
  bodyCopy?: React.ReactNode;
12
12
  disclosure?: React.ReactNode;
13
13
  marketingTiles?: IconBillboardProps[];
14
- initialBalance?: number;
15
14
  }
16
15
  export declare const Calculator: (props: CalculatorProps) => import("react/jsx-runtime").JSX.Element;
@@ -38,13 +38,14 @@ import { AnnualFeeCalculator } from "./AnnualFeeCalculator/index.js";
38
38
  import { ApyCalculator } from "./ApyCalculator/index.js";
39
39
  import { AxosOneCalculator } from "./AxosOneCalculator/index.js";
40
40
  import { BalanceAPYCalculator } from "./BalanceAPYCalculator/index.js";
41
+ import { BuyDownCalculator } from "./BuyDownCalculator/index.js";
41
42
  import { calculator_headline, calculator_description } from "./calculator.css.js";
42
43
  import { MarginTradingCalculator } from "./MarginTradingCalculator/index.js";
44
+ import { MarineLoanMonthlyPaymentCalculator } from "./MarineLoanMonthlyPaymentCalculator/index.js";
43
45
  import { MaxLoanCalculator } from "./MaxLoanCalculator/index.js";
44
46
  import { MonthlyPaymentCalculator } from "./MonthlyPaymentCalculator/index.js";
45
47
  import { MonthlyPaymentLVFCalculator } from "./MonthlyPaymentLVFCalculator/index.js";
46
48
  import { SummitApyCalculator } from "./SummitApyCalculator/index.js";
47
- import { BuyDownCalculator } from "./BuyDownCalculator/index.js";
48
49
  /* empty css */
49
50
  import "../Carousel/index.js";
50
51
  /* empty css */
@@ -134,8 +135,7 @@ const Calculator = (props) => {
134
135
  disclosure,
135
136
  headline,
136
137
  name,
137
- marketingTiles,
138
- initialBalance
138
+ marketingTiles
139
139
  } = props;
140
140
  const ref = useRef(null);
141
141
  const iframe = calculators.get(name || "");
@@ -226,8 +226,7 @@ const Calculator = (props) => {
226
226
  bodyCopy,
227
227
  variant,
228
228
  disclosure,
229
- icon,
230
- initialBalance
229
+ icon
231
230
  }
232
231
  );
233
232
  } else if (name === "APY Balance Summit Savings") {
@@ -251,7 +250,17 @@ const Calculator = (props) => {
251
250
  disclosure
252
251
  }
253
252
  );
254
- } else
253
+ } else if (name === "Marine Loan Monthly Payment Calculator") {
254
+ return /* @__PURE__ */ jsx(
255
+ MarineLoanMonthlyPaymentCalculator,
256
+ {
257
+ header: headline,
258
+ bodyCopy,
259
+ variant,
260
+ disclosure
261
+ }
262
+ );
263
+ } else {
255
264
  return /* @__PURE__ */ jsx("section", { id, children: /* @__PURE__ */ jsxs("div", { className: clsx("containment"), children: [
256
265
  /* @__PURE__ */ jsxs("div", { children: [
257
266
  icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", iconForm), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
@@ -285,6 +294,7 @@ const Calculator = (props) => {
285
294
  ) }),
286
295
  /* @__PURE__ */ jsx("div", { className: clsx(calculator_description({ variant })), children: disclosure })
287
296
  ] }) });
297
+ }
288
298
  };
289
299
  export {
290
300
  Calculator
@@ -0,0 +1,9 @@
1
+ import { default as React, FC } from 'react';
2
+
3
+ export interface MarineLoanMonthlyPaymentCalculatorProps {
4
+ header?: React.ReactNode | string;
5
+ bodyCopy?: React.ReactNode | string;
6
+ variant?: string;
7
+ disclosure?: React.ReactNode;
8
+ }
9
+ export declare const MarineLoanMonthlyPaymentCalculator: FC<MarineLoanMonthlyPaymentCalculatorProps>;
@@ -0,0 +1,219 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import { button } from "../../Button/Button.css.js";
4
+ import { title } from "../../IconBillboard/IconBillboard.css.js";
5
+ import "../../utils/allowedAxosDomains.js";
6
+ import { getVariant } from "../../utils/getVariant.js";
7
+ import clsx from "clsx";
8
+ import { useState } from "react";
9
+ import { calc_text, description_text, calc_disclosure } from "../BalanceAPYCalculator/BalanceAPYCalculator.css.js";
10
+ import { calculator } from "../calculator.css.js";
11
+ import { calc_container, container, h2i, inputs_container, input_container, input_box, error_message, hide_select_arrow, calculation_header, payment_results } from "../MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
12
+ const MarineLoanMonthlyPaymentCalculator = ({ variant, header, disclosure, bodyCopy = true }) => {
13
+ const fullVariant = getVariant(variant);
14
+ const [loanAmountDisplay, setLoanAmountDisplay] = useState("$75,000");
15
+ const [loanAmount, setLoanAmount] = useState(75e3);
16
+ const [loanDuration, setLoanDuration] = useState(240);
17
+ const [interestRateDisplay, setInterestRateDisplay] = useState("8.25%");
18
+ const [interestRate, setInterestRate] = useState("8.25");
19
+ const [estimatedPayment, setEstimatedPayment] = useState(0);
20
+ const [loanAmountError, setLoanAmountError] = useState(null);
21
+ const [interestRateError, setInterestRateError] = useState(
22
+ null
23
+ );
24
+ const formatToCurrency = (value) => {
25
+ const numericValue = parseFloat(value.replace(/[^0-9.]/g, ""));
26
+ if (isNaN(numericValue)) {
27
+ return "";
28
+ }
29
+ return numericValue.toLocaleString("en-US", {
30
+ style: "currency",
31
+ currency: "USD",
32
+ minimumFractionDigits: 0,
33
+ maximumFractionDigits: 0
34
+ });
35
+ };
36
+ const validateInputs = () => {
37
+ let isValid = true;
38
+ if (!loanAmount || isNaN(loanAmount) || loanAmount < 75e3 || loanAmount > 5e6) {
39
+ setLoanAmountError(
40
+ "Please enter an amount between $75,000 and $5,000,000."
41
+ );
42
+ isValid = false;
43
+ } else {
44
+ setLoanAmountError(null);
45
+ }
46
+ if (!interestRate || isNaN(parseFloat(interestRate)) || parseFloat(interestRate) === 0) {
47
+ setInterestRateError("Please enter an Interest Rate.");
48
+ isValid = false;
49
+ } else {
50
+ setInterestRateError(null);
51
+ }
52
+ return isValid;
53
+ };
54
+ const handleLoanAmountChange = (event) => {
55
+ const value = event.target.value;
56
+ const formattedValue = formatToCurrency(value);
57
+ setLoanAmountDisplay(formattedValue);
58
+ const numericValue = parseFloat(value.replace(/[^0-9.]/g, ""));
59
+ setLoanAmount(isNaN(numericValue) ? void 0 : numericValue);
60
+ };
61
+ const handleLoanDurationChange = (event) => {
62
+ setLoanDuration(Number(event.target.value));
63
+ };
64
+ const formatToPercentage = (value) => {
65
+ let numericValue = value.replace(/[^0-9.]/g, "");
66
+ const parts = numericValue.split(".");
67
+ if (parts.length > 2) {
68
+ numericValue = parts[0] + "." + parts.slice(1).join("");
69
+ }
70
+ if (numericValue === "") return "";
71
+ const cleaned = numericValue.startsWith("0") && numericValue !== "0" ? String(parseFloat(numericValue)) : numericValue;
72
+ return cleaned + "%";
73
+ };
74
+ const handleInterestRateChange = (event) => {
75
+ let value = event.target.value;
76
+ if (value.length < interestRateDisplay.length) {
77
+ if (interestRateDisplay.length > 1 && interestRateDisplay.endsWith("%")) {
78
+ value = interestRateDisplay.substring(0, interestRateDisplay.length - 2) + "%";
79
+ } else if (interestRateDisplay.length === 1) {
80
+ value = "";
81
+ } else {
82
+ value = interestRateDisplay.substring(
83
+ 0,
84
+ interestRateDisplay.length - 1
85
+ );
86
+ }
87
+ } else {
88
+ value = formatToPercentage(value);
89
+ }
90
+ setInterestRateDisplay(value);
91
+ const numeric = value.replace(/[^0-9.]/g, "");
92
+ setInterestRate(numeric);
93
+ };
94
+ const calculateMonthlyPayment = () => {
95
+ const numericInterestRate = parseFloat(interestRate);
96
+ const monthlyInterestRate = numericInterestRate / 100 / 12;
97
+ const months = loanDuration;
98
+ if (!isNaN(loanAmount || 0) && !isNaN(numericInterestRate)) {
99
+ const monthlyPayment = (loanAmount || 0) * monthlyInterestRate / (1 - Math.pow(1 + monthlyInterestRate, -months));
100
+ setEstimatedPayment(monthlyPayment);
101
+ } else {
102
+ setEstimatedPayment(0);
103
+ }
104
+ };
105
+ const handleCalculate = () => {
106
+ if (validateInputs()) {
107
+ calculateMonthlyPayment();
108
+ } else {
109
+ setEstimatedPayment(0);
110
+ }
111
+ };
112
+ return /* @__PURE__ */ jsx("section", { className: clsx(calculator), children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsxs(
113
+ "div",
114
+ {
115
+ className: `rounded ${calc_container} ${container({ variant: fullVariant })}`,
116
+ children: [
117
+ /* @__PURE__ */ jsxs("div", { children: [
118
+ /* @__PURE__ */ jsx(
119
+ "h2",
120
+ {
121
+ className: `text_center ${title({ variant: fullVariant })} ${h2i}`,
122
+ children: header
123
+ }
124
+ ),
125
+ bodyCopy && /* @__PURE__ */ jsx(
126
+ "div",
127
+ {
128
+ className: `${calc_text} ${description_text({ variant: fullVariant })} text_center`,
129
+ children: bodyCopy
130
+ }
131
+ )
132
+ ] }),
133
+ /* @__PURE__ */ jsxs(
134
+ "div",
135
+ {
136
+ className: `flex center text_center push_up_32 bottom ${inputs_container}`,
137
+ children: [
138
+ /* @__PURE__ */ jsxs("div", { className: `flex flex_col ${input_container}`, children: [
139
+ /* @__PURE__ */ jsx("label", { htmlFor: "loanAmount", id: "amount1", children: "Loan Amount" }),
140
+ /* @__PURE__ */ jsx(
141
+ "input",
142
+ {
143
+ className: `text_center bordered ${input_box({ variant: fullVariant })}`,
144
+ id: "loanAmount",
145
+ maxLength: 10,
146
+ name: "loanAmount",
147
+ type: "text",
148
+ placeholder: "$0",
149
+ value: loanAmountDisplay,
150
+ onChange: handleLoanAmountChange
151
+ }
152
+ ),
153
+ loanAmountError && /* @__PURE__ */ jsx("span", { className: error_message, children: loanAmountError })
154
+ ] }),
155
+ /* @__PURE__ */ jsxs("div", { className: `flex flex_col ${input_container}`, children: [
156
+ /* @__PURE__ */ jsx("label", { htmlFor: "loanDuration", children: "Loan Duration (Months)" }),
157
+ /* @__PURE__ */ jsx(
158
+ "select",
159
+ {
160
+ className: `text_center bordered ${input_box({ variant: fullVariant })} ${hide_select_arrow}`,
161
+ id: "loanDuration",
162
+ name: "loanDuration",
163
+ value: loanDuration,
164
+ onChange: handleLoanDurationChange,
165
+ disabled: true,
166
+ children: /* @__PURE__ */ jsx("option", { value: "240", children: "240" })
167
+ }
168
+ )
169
+ ] }),
170
+ /* @__PURE__ */ jsxs("div", { className: `flex flex_col ${input_container}`, children: [
171
+ /* @__PURE__ */ jsx("label", { htmlFor: "interestRate", children: "Interest Rate" }),
172
+ /* @__PURE__ */ jsx(
173
+ "input",
174
+ {
175
+ className: `text_center bordered ${input_box({ variant: fullVariant })}`,
176
+ id: "interestRate",
177
+ maxLength: 6,
178
+ name: "interestRate",
179
+ type: "text",
180
+ placeholder: "0.00%",
181
+ value: interestRateDisplay,
182
+ onChange: handleInterestRateChange
183
+ }
184
+ ),
185
+ interestRateError && /* @__PURE__ */ jsx("span", { className: error_message, children: interestRateError })
186
+ ] })
187
+ ]
188
+ }
189
+ ),
190
+ /* @__PURE__ */ jsxs("div", { children: [
191
+ /* @__PURE__ */ jsx("div", { className: `flex center middle push_up_32`, children: /* @__PURE__ */ jsx(
192
+ "input",
193
+ {
194
+ className: `${button({
195
+ color: "primary",
196
+ size: "medium",
197
+ rounded: "medium"
198
+ })} center`,
199
+ type: "button",
200
+ value: "Calculate",
201
+ onClick: handleCalculate
202
+ }
203
+ ) }),
204
+ /* @__PURE__ */ jsxs("div", { className: "text_center flex flex_col center middle push_up_32", children: [
205
+ /* @__PURE__ */ jsx("span", { className: calculation_header, children: "Estimated Monthly Payment:" }),
206
+ /* @__PURE__ */ jsxs("span", { id: "estimatedPayment", className: payment_results, children: [
207
+ "$",
208
+ estimatedPayment.toFixed(2)
209
+ ] })
210
+ ] })
211
+ ] }),
212
+ disclosure && /* @__PURE__ */ jsx("div", { className: calc_disclosure({ variant: fullVariant }), children: disclosure })
213
+ ]
214
+ }
215
+ ) }) });
216
+ };
217
+ export {
218
+ MarineLoanMonthlyPaymentCalculator
219
+ };
@@ -41,3 +41,4 @@ export declare const inputs_container: string;
41
41
  export declare const calculation_header: string;
42
42
  export declare const error_message: string;
43
43
  export declare const h2i: string;
44
+ export declare const hide_select_arrow: string;
@@ -12,12 +12,14 @@ var inputs_container = "_10pitvcd";
12
12
  var calculation_header = "_10pitvce";
13
13
  var error_message = "_10pitvcf";
14
14
  var h2i = "_10pitvcg";
15
+ var hide_select_arrow = "_10pitvch";
15
16
  export {
16
17
  calc_container,
17
18
  calculation_header,
18
19
  container,
19
20
  error_message,
20
21
  h2i,
22
+ hide_select_arrow,
21
23
  input_box,
22
24
  input_container,
23
25
  inputs_container,
@@ -2,11 +2,12 @@ export * from './AnnualFeeCalculator';
2
2
  export * from './ApyCalculator';
3
3
  export * from './AxosOneCalculator';
4
4
  export * from './BalanceAPYCalculator';
5
+ export * from './BuyDownCalculator';
5
6
  export * from './Calculator';
6
7
  export * from './calculator.css';
7
8
  export * from './MarginTradingCalculator';
9
+ export * from './MarineLoanMonthlyPaymentCalculator';
8
10
  export * from './MaxLoanCalculator';
9
11
  export * from './MonthlyPaymentCalculator';
10
12
  export * from './MonthlyPaymentLVFCalculator';
11
13
  export * from './SummitApyCalculator';
12
- export * from './BuyDownCalculator';
@@ -2,14 +2,15 @@ import { AnnualFeeCalculator } from "./AnnualFeeCalculator/index.js";
2
2
  import { ApyCalculator } from "./ApyCalculator/index.js";
3
3
  import { AxosOneCalculator } from "./AxosOneCalculator/index.js";
4
4
  import { BalanceAPYCalculator } from "./BalanceAPYCalculator/index.js";
5
+ import { BuyDownCalculator } from "./BuyDownCalculator/index.js";
5
6
  import { Calculator } from "./Calculator.js";
6
7
  import { calculator, calculator_description, calculator_headline } from "./calculator.css.js";
7
8
  import { MarginTradingCalculator } from "./MarginTradingCalculator/index.js";
9
+ import { MarineLoanMonthlyPaymentCalculator } from "./MarineLoanMonthlyPaymentCalculator/index.js";
8
10
  import { MaxLoanCalculator } from "./MaxLoanCalculator/index.js";
9
11
  import { MonthlyPaymentCalculator } from "./MonthlyPaymentCalculator/index.js";
10
12
  import { MonthlyPaymentLVFCalculator } from "./MonthlyPaymentLVFCalculator/index.js";
11
13
  import { SummitApyCalculator } from "./SummitApyCalculator/index.js";
12
- import { BuyDownCalculator } from "./BuyDownCalculator/index.js";
13
14
  export {
14
15
  AnnualFeeCalculator,
15
16
  ApyCalculator,
@@ -18,6 +19,7 @@ export {
18
19
  BuyDownCalculator,
19
20
  Calculator,
20
21
  MarginTradingCalculator,
22
+ MarineLoanMonthlyPaymentCalculator,
21
23
  MaxLoanCalculator,
22
24
  MonthlyPaymentCalculator,
23
25
  MonthlyPaymentLVFCalculator,
@@ -41,7 +41,9 @@ import "../Input/InputPhone.js";
41
41
  import "../Input/InputTextArea.js";
42
42
  import "../Input/DownPaymentInput.js";
43
43
  import "../Input/RadioButton.js";
44
+ import "../Input/PercentageInput.js";
44
45
  import "react-hook-form";
46
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
45
47
  import "../Forms/Forms.css.js";
46
48
  import "../Forms/SalesforceFieldsForm.js";
47
49
  import "../Input/RadioButton.css.js";
@@ -61,8 +63,6 @@ import "iframe-resizer";
61
63
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
62
64
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
63
65
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
64
- import "../Input/PercentageInput.js";
65
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
66
66
  /* empty css */
67
67
  import "react-dom";
68
68
  /* empty css */
@@ -42,7 +42,9 @@ import "../Input/InputPhone.js";
42
42
  import "../Input/InputTextArea.js";
43
43
  import "../Input/DownPaymentInput.js";
44
44
  import "../Input/RadioButton.js";
45
+ import "../Input/PercentageInput.js";
45
46
  import "react-hook-form";
47
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
46
48
  import "../Forms/Forms.css.js";
47
49
  import "../Forms/SalesforceFieldsForm.js";
48
50
  /* empty css */
@@ -60,8 +62,6 @@ import "iframe-resizer";
60
62
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
61
63
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
62
64
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
63
- import "../Input/PercentageInput.js";
64
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
65
65
  /* empty css */
66
66
  import "react-dom";
67
67
  /* empty css */
@@ -40,7 +40,9 @@ import "../Input/InputPhone.js";
40
40
  import "../Input/InputTextArea.js";
41
41
  import "../Input/DownPaymentInput.js";
42
42
  import "../Input/RadioButton.js";
43
+ import "../Input/PercentageInput.js";
43
44
  import "react-hook-form";
45
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
44
46
  import "../Forms/Forms.css.js";
45
47
  import "../Forms/SalesforceFieldsForm.js";
46
48
  import "../Input/RadioButton.css.js";
@@ -59,8 +61,6 @@ import "iframe-resizer";
59
61
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
60
62
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
61
63
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
62
- import "../Input/PercentageInput.js";
63
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
64
64
  /* empty css */
65
65
  import "react-dom";
66
66
  /* empty css */
@@ -45,7 +45,9 @@ import "../Input/InputPhone.js";
45
45
  import "../Input/InputTextArea.js";
46
46
  import "../Input/DownPaymentInput.js";
47
47
  import "../Input/RadioButton.js";
48
+ import "../Input/PercentageInput.js";
48
49
  import "react-hook-form";
50
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
49
51
  import "../Forms/Forms.css.js";
50
52
  import "../Forms/SalesforceFieldsForm.js";
51
53
  import "../Input/RadioButton.css.js";
@@ -60,8 +62,6 @@ import "iframe-resizer";
60
62
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
61
63
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
62
64
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
63
- import "../Input/PercentageInput.js";
64
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
65
65
  /* empty css */
66
66
  import "react-dom";
67
67
  /* empty css */
@@ -40,7 +40,9 @@ import "../Input/InputPhone.js";
40
40
  import "../Input/InputTextArea.js";
41
41
  import "../Input/DownPaymentInput.js";
42
42
  import "../Input/RadioButton.js";
43
+ import "../Input/PercentageInput.js";
43
44
  import "react-hook-form";
45
+ import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
44
46
  import "../Forms/Forms.css.js";
45
47
  import "../Forms/SalesforceFieldsForm.js";
46
48
  /* empty css */
@@ -61,8 +63,6 @@ import "iframe-resizer";
61
63
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
62
64
  import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
63
65
  import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
64
- import "../Input/PercentageInput.js";
65
- import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
66
66
  /* empty css */
67
67
  import "react-dom";
68
68
  /* empty css */
@@ -41,7 +41,9 @@ import "../../Input/InputPhone.js";
41
41
  import "../../Input/InputTextArea.js";
42
42
  import "../../Input/DownPaymentInput.js";
43
43
  import "../../Input/RadioButton.js";
44
+ import "../../Input/PercentageInput.js";
44
45
  import "react-hook-form";
46
+ import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
45
47
  import "../../Forms/Forms.css.js";
46
48
  import "../../Forms/SalesforceFieldsForm.js";
47
49
  import "../../Input/RadioButton.css.js";
@@ -56,8 +58,6 @@ import "iframe-resizer";
56
58
  import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
57
59
  import "../../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
58
60
  import "../../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
59
- import "../../Input/PercentageInput.js";
60
- import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
61
61
  /* empty css */
62
62
  import "react-dom";
63
63
  /* empty css */
@@ -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;