@axos-web-dev/shared-components 0.0.146 → 0.0.148

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 (88) hide show
  1. package/README.md +111 -111
  2. package/dist/ATMLocator/ATMLocator.js +5 -3
  3. package/dist/Avatar/Avatar.module.js +7 -7
  4. package/dist/Blockquote/Blockquote.module.js +3 -3
  5. package/dist/Button/Button.js +5 -2
  6. package/dist/Calculators/Calculator.js +3 -1
  7. package/dist/Carousel/index.js +3 -1
  8. package/dist/Chevron/index.js +5 -2
  9. package/dist/Comparison/Comparison.js +6 -4
  10. package/dist/FaqAccordion/index.js +6 -4
  11. package/dist/FdicCallout/FdicCallout.module.js +2 -2
  12. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -1
  13. package/dist/Forms/ApplicationStart.js +2 -2
  14. package/dist/Forms/ClearingForm.js +2 -2
  15. package/dist/Forms/CommercialDeposits.js +2 -2
  16. package/dist/Forms/CommercialLending.js +2 -2
  17. package/dist/Forms/ContactCompany.js +2 -2
  18. package/dist/Forms/ContactUs.js +2 -2
  19. package/dist/Forms/ContactUsAAS.js +2 -2
  20. package/dist/Forms/ContactUsBusiness.js +5 -3
  21. package/dist/Forms/ContactUsNMLSId.js +5 -3
  22. package/dist/Forms/CpraRequest.js +2 -2
  23. package/dist/Forms/DealerServices.js +2 -2
  24. package/dist/Forms/EmailOnly.js +5 -3
  25. package/dist/Forms/Forms.css.d.ts +13 -0
  26. package/dist/Forms/Forms.css.js +26 -0
  27. package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +26 -0
  28. package/dist/Forms/MortgageRate/MortgageRateForm.js +735 -0
  29. package/dist/Forms/MortgageRate/MortgageRateModal.d.ts +16 -0
  30. package/dist/Forms/MortgageRate/MortgageRateModal.js +65 -0
  31. package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.d.ts +16 -0
  32. package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +428 -0
  33. package/dist/Forms/MortgageRate/MortgageRateWatch.d.ts +28 -0
  34. package/dist/Forms/MortgageRate/MortgageRateWatch.js +484 -0
  35. package/dist/Forms/QuickPricer.js +2 -2
  36. package/dist/Forms/ScheduleCall.js +2 -2
  37. package/dist/Forms/ScheduleCallPremier.js +2 -2
  38. package/dist/Forms/SuccesForm.js +3 -1
  39. package/dist/Forms/WcplSurvey.js +2 -2
  40. package/dist/Forms/index.d.ts +4 -0
  41. package/dist/Forms/index.js +24 -1
  42. package/dist/Hyperlink/index.js +3 -1
  43. package/dist/ImageLink/ImageLink.js +5 -3
  44. package/dist/ImageLink/ImageLinkSet.js +5 -3
  45. package/dist/ImageLink/index.js +3 -1
  46. package/dist/Input/CurrencyInput.js +2 -2
  47. package/dist/Input/DownPaymentInput.d.ts +12 -0
  48. package/dist/Input/DownPaymentInput.js +123 -0
  49. package/dist/Input/Dropdown.css.d.ts +5 -0
  50. package/dist/Input/Dropdown.css.js +3 -0
  51. package/dist/Input/Input.js +3 -1
  52. package/dist/Input/InputAmount.js +2 -2
  53. package/dist/Input/InputPhone.js +2 -2
  54. package/dist/Input/InputProps.d.ts +3 -0
  55. package/dist/Input/index.d.ts +1 -0
  56. package/dist/Input/index.js +4 -1
  57. package/dist/Insight/Featured/CategorySelector.js +3 -1
  58. package/dist/Insight/Featured/Featured.js +3 -1
  59. package/dist/Interstitial/Interstitial.module.js +14 -11
  60. package/dist/Modal/Modal.js +5 -3
  61. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +54 -54
  62. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +55 -55
  63. package/dist/NavigationMenu/AxosBank/NavBar.module.js +55 -55
  64. package/dist/NavigationMenu/AxosBank/NavData.js +3 -1
  65. package/dist/NavigationMenu/AxosBank/SubNavBar.js +3 -1
  66. package/dist/NavigationMenu/AxosBank/index.js +5 -3
  67. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  68. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  69. package/dist/SetContainer/SetContainer.js +5 -3
  70. package/dist/Table/Table.css.d.ts +1 -0
  71. package/dist/Table/Table.css.js +2 -0
  72. package/dist/Table/index.js +2 -1
  73. package/dist/assets/Avatar/Avatar.css.css +59 -59
  74. package/dist/assets/Blockquote/Blockquote.css.css +69 -69
  75. package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
  76. package/dist/assets/Forms/Forms.css +81 -3
  77. package/dist/assets/Input/Dropdown.css +3 -0
  78. package/dist/assets/Insight/Featured/CategorySelector.css +1 -0
  79. package/dist/assets/Insight/Featured/Featured.css +10 -9
  80. package/dist/assets/Interstitial/Interstitial.css.css +26 -22
  81. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +600 -600
  82. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +621 -621
  83. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +666 -667
  84. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  85. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
  86. package/dist/assets/Table/Table.css +6 -0
  87. package/dist/main.js +29 -5
  88. package/package.json +1 -1
@@ -34,12 +34,13 @@ import "@hookform/resolvers/zod";
34
34
  import "../Input/Checkbox.js";
35
35
  import "../Input/CurrencyInput.js";
36
36
  import "../Input/Dropdown.js";
37
- /* empty css */
37
+ import "../Input/Dropdown.css.js";
38
38
  import "../Input/Input.js";
39
39
  import "../Input/Input.css.js";
40
40
  import "../Input/InputAmount.js";
41
41
  import "../Input/InputPhone.js";
42
42
  import "../Input/InputTextArea.js";
43
+ import "../Input/DownPaymentInput.js";
43
44
  import "react-hook-form";
44
45
  import "../Forms/Forms.css.js";
45
46
  import "../Forms/SalesforceFieldsForm.js";
@@ -47,6 +48,7 @@ import "../Input/RadioButton.css.js";
47
48
  import "../Input/Checkbox.css.js";
48
49
  import "../LoadingIndicator/LoadingIndicator.css.js";
49
50
  import "../Input/RadioButton.js";
51
+ import "../Inputs/Input.css.js";
50
52
  import "iframe-resizer";
51
53
  /* empty css */
52
54
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
@@ -28,12 +28,13 @@ import "@hookform/resolvers/zod";
28
28
  import "../Input/Checkbox.js";
29
29
  import "../Input/CurrencyInput.js";
30
30
  import "../Input/Dropdown.js";
31
- /* empty css */
31
+ import "../Input/Dropdown.css.js";
32
32
  import "../Input/Input.js";
33
33
  import "../Input/Input.css.js";
34
34
  import "../Input/InputAmount.js";
35
35
  import "../Input/InputPhone.js";
36
36
  import "../Input/InputTextArea.js";
37
+ import "../Input/DownPaymentInput.js";
37
38
  import "react-hook-form";
38
39
  import "../Forms/Forms.css.js";
39
40
  import "../Forms/SalesforceFieldsForm.js";
@@ -42,6 +43,9 @@ import "../Input/Checkbox.css.js";
42
43
  import "../LoadingIndicator/LoadingIndicator.css.js";
43
44
  import "react-use";
44
45
  import "../Input/RadioButton.js";
46
+ import "../Chevron/Chevron.css.js";
47
+ import "../Interstitial/Interstitial-variants.css.js";
48
+ import "../Inputs/Input.css.js";
45
49
  import "iframe-resizer";
46
50
  /* empty css */
47
51
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
@@ -68,7 +72,6 @@ import "react-wrap-balancer";
68
72
  /* empty css */
69
73
  /* empty css */
70
74
  import "../LandingPageHeader/LandingPageHeader.css.js";
71
- import "../Chevron/Chevron.css.js";
72
75
  /* empty css */
73
76
  import "../Modal/contextApi/store.js";
74
77
  /* empty css */
@@ -95,7 +98,6 @@ import "../StepItemSet/StepItemSet.css.js";
95
98
  import "next/script.js";
96
99
  /* empty css */
97
100
  /* empty css */
98
- import "../Interstitial/Interstitial-variants.css.js";
99
101
  import "../HeroBanner/LargeBanner.css.js";
100
102
  import "../HeroBanner/SelectionBanner.css.js";
101
103
  const ImageLink = ({
@@ -33,12 +33,13 @@ import "@hookform/resolvers/zod";
33
33
  import "../Input/Checkbox.js";
34
34
  import "../Input/CurrencyInput.js";
35
35
  import "../Input/Dropdown.js";
36
- /* empty css */
36
+ import "../Input/Dropdown.css.js";
37
37
  import "../Input/Input.js";
38
38
  import "../Input/Input.css.js";
39
39
  import "../Input/InputAmount.js";
40
40
  import "../Input/InputPhone.js";
41
41
  import "../Input/InputTextArea.js";
42
+ import "../Input/DownPaymentInput.js";
42
43
  import "react-hook-form";
43
44
  import "../Forms/Forms.css.js";
44
45
  import "../Forms/SalesforceFieldsForm.js";
@@ -46,6 +47,9 @@ import "../Input/RadioButton.css.js";
46
47
  import "../Input/Checkbox.css.js";
47
48
  import "../LoadingIndicator/LoadingIndicator.css.js";
48
49
  import "../Input/RadioButton.js";
50
+ import "../Chevron/Chevron.css.js";
51
+ import "../Interstitial/Interstitial-variants.css.js";
52
+ import "../Inputs/Input.css.js";
49
53
  import "iframe-resizer";
50
54
  /* empty css */
51
55
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
@@ -73,9 +77,7 @@ import "react-wrap-balancer";
73
77
  /* empty css */
74
78
  /* empty css */
75
79
  /* empty css */
76
- import "../Interstitial/Interstitial-variants.css.js";
77
80
  import "../LandingPageHeader/LandingPageHeader.css.js";
78
- import "../Chevron/Chevron.css.js";
79
81
  /* empty css */
80
82
  import "../Modal/contextApi/store.js";
81
83
  /* empty css */
@@ -32,12 +32,13 @@ import "@hookform/resolvers/zod";
32
32
  import "../Input/Checkbox.js";
33
33
  import "../Input/CurrencyInput.js";
34
34
  import "../Input/Dropdown.js";
35
- /* empty css */
35
+ import "../Input/Dropdown.css.js";
36
36
  import "../Input/Input.js";
37
37
  import "../Input/Input.css.js";
38
38
  import "../Input/InputAmount.js";
39
39
  import "../Input/InputPhone.js";
40
40
  import "../Input/InputTextArea.js";
41
+ import "../Input/DownPaymentInput.js";
41
42
  import "react-hook-form";
42
43
  import "../Forms/Forms.css.js";
43
44
  import "../Forms/SalesforceFieldsForm.js";
@@ -45,6 +46,7 @@ import "../Input/RadioButton.css.js";
45
46
  import "../Input/Checkbox.css.js";
46
47
  import "../LoadingIndicator/LoadingIndicator.css.js";
47
48
  import "../Input/RadioButton.js";
49
+ import "../Inputs/Input.css.js";
48
50
  import "iframe-resizer";
49
51
  /* empty css */
50
52
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
@@ -3,13 +3,13 @@ import { InputNumberFormat } from "@react-input/number-format";
3
3
  import { forwardRef } from "react";
4
4
  import "./Checkbox.js";
5
5
  import "./Dropdown.js";
6
- /* empty css */
7
- /* empty css */
6
+ import "./Dropdown.css.js";
8
7
  import { Input } from "./Input.js";
9
8
  import "./Input.css.js";
10
9
  import "./InputAmount.js";
11
10
  import "./InputPhone.js";
12
11
  import "./InputTextArea.js";
12
+ import "./DownPaymentInput.js";
13
13
  const CurrencyInput = forwardRef(
14
14
  (props, ref) => {
15
15
  return /* @__PURE__ */ jsx(
@@ -0,0 +1,12 @@
1
+ import { InputProps } from './InputProps';
2
+
3
+ interface DownPaymentInputProps extends InputProps {
4
+ salesPrice: number | undefined;
5
+ downPaymentPercentage: number;
6
+ setDownPaymentPercentage: (percentage: number) => void;
7
+ isTypingDownPayment: boolean;
8
+ setIsTypingDownPayment: (value: boolean) => void;
9
+ methods: any;
10
+ }
11
+ export declare const DownPaymentInput: import('react').ForwardRefExoticComponent<DownPaymentInputProps & import('react').RefAttributes<HTMLInputElement>>;
12
+ export {};
@@ -0,0 +1,123 @@
1
+ "use client";
2
+ import { jsxs, jsx } from "react/jsx-runtime";
3
+ import clsx from "clsx";
4
+ import { forwardRef, useState, useEffect } from "react";
5
+ import { wrapper, labelClassName, container, input, helperText } from "./Input.css.js";
6
+ import { dp_input } from "./Dropdown.css.js";
7
+ const DownPaymentInput = forwardRef(
8
+ ({
9
+ salesPrice,
10
+ downPaymentPercentage,
11
+ isTypingDownPayment,
12
+ methods,
13
+ setIsTypingDownPayment,
14
+ setDownPaymentPercentage,
15
+ label,
16
+ variant,
17
+ disabled,
18
+ helperText: helper,
19
+ error = false,
20
+ ...rest
21
+ }, ref) => {
22
+ const [downPayment, setDownPayment] = useState(0);
23
+ useEffect(() => {
24
+ if (salesPrice && salesPrice > 0 && !isTypingDownPayment) {
25
+ const calculatedDownPayment = Math.round(
26
+ salesPrice * downPaymentPercentage / 100
27
+ );
28
+ setDownPayment(calculatedDownPayment);
29
+ }
30
+ }, [salesPrice, downPaymentPercentage, isTypingDownPayment]);
31
+ const handleDownPaymentChange = (e) => {
32
+ const value = parseCurrency(e.target.value);
33
+ setDownPayment(value);
34
+ setIsTypingDownPayment(true);
35
+ console.log("handleDownPaymentChange ? yup");
36
+ methods.setValue("downPayment", value);
37
+ methods.trigger("downPayment");
38
+ if (salesPrice && !isTypingDownPayment) {
39
+ const newPercentage = Math.round(value / salesPrice * 100);
40
+ setDownPaymentPercentage(newPercentage);
41
+ }
42
+ };
43
+ const handlePercentageChange = (e) => {
44
+ const newPercentage = Math.max(1, Math.min(100, Number(e.target.value)));
45
+ setDownPaymentPercentage(newPercentage);
46
+ setIsTypingDownPayment(false);
47
+ if (salesPrice) {
48
+ const calculatedDownPayment = Math.round(
49
+ salesPrice * newPercentage / 100
50
+ );
51
+ setDownPayment(calculatedDownPayment);
52
+ }
53
+ };
54
+ const handleDownPaymentFocus = () => {
55
+ setIsTypingDownPayment(true);
56
+ };
57
+ const handleDownPaymentBlur = () => {
58
+ setIsTypingDownPayment(true);
59
+ };
60
+ return /* @__PURE__ */ jsxs("div", { className: `${wrapper()} ${dp_input}`, children: [
61
+ label && /* @__PURE__ */ jsx(
62
+ "label",
63
+ {
64
+ className: `${labelClassName({ error, variant })}`,
65
+ htmlFor: rest.name,
66
+ children: label
67
+ }
68
+ ),
69
+ /* @__PURE__ */ jsxs(
70
+ "div",
71
+ {
72
+ className: container({ size: "medium", error }),
73
+ style: { display: "flex", alignItems: "center" },
74
+ children: [
75
+ /* @__PURE__ */ jsx(
76
+ "input",
77
+ {
78
+ ...rest,
79
+ ref,
80
+ className: clsx(rest.className, input()),
81
+ type: "text",
82
+ value: formatCurrency(downPayment),
83
+ onChange: handleDownPaymentChange,
84
+ onFocus: handleDownPaymentFocus,
85
+ onBlur: handleDownPaymentBlur
86
+ }
87
+ ),
88
+ /* @__PURE__ */ jsx(
89
+ "input",
90
+ {
91
+ type: "number",
92
+ min: 1,
93
+ max: 100,
94
+ value: downPaymentPercentage,
95
+ onChange: handlePercentageChange,
96
+ style: {
97
+ width: "40px",
98
+ marginLeft: "8px",
99
+ border: "none",
100
+ color: "#5E6A74"
101
+ }
102
+ }
103
+ ),
104
+ /* @__PURE__ */ jsx("span", { style: { marginLeft: "4px", color: "#5E6A74" }, children: "%" })
105
+ ]
106
+ }
107
+ ),
108
+ /* @__PURE__ */ jsx("span", { className: helperText({ disabled, error }), children: helper })
109
+ ] });
110
+ }
111
+ );
112
+ const formatCurrency = (value) => {
113
+ if (value > 0) {
114
+ return `$${value.toLocaleString()}`;
115
+ } else return "";
116
+ };
117
+ const parseCurrency = (value) => {
118
+ const cleanedValue = value.replace(/[^0-9.-]+/g, "");
119
+ return cleanedValue ? Number(cleanedValue) : 0;
120
+ };
121
+ export {
122
+ DownPaymentInput
123
+ };
@@ -1 +1,6 @@
1
1
  export declare const selectInput: string;
2
+ export declare const dp_input: import('@vanilla-extract/recipes').RuntimeFn<{
3
+ [x: string]: {
4
+ [x: string]: string | import('@vanilla-extract/css').ComplexStyleRule;
5
+ };
6
+ }>;
@@ -1,6 +1,9 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
+ import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
3
4
  var selectInput = "_1vzv2cd0";
5
+ var dp_input = createRuntimeFn({ defaultClassName: "_1vzv2cd1", variantClassNames: {}, defaultVariants: {}, compoundVariants: [] });
4
6
  export {
7
+ dp_input,
5
8
  selectInput
6
9
  };
@@ -15,6 +15,7 @@ const Input = forwardRef((props, ref) => {
15
15
  helperText: helper,
16
16
  variant,
17
17
  type = "text",
18
+ placeholder,
18
19
  ...rest
19
20
  } = props;
20
21
  return /* @__PURE__ */ jsxs("div", { className: wrapper(), children: [
@@ -34,7 +35,8 @@ const Input = forwardRef((props, ref) => {
34
35
  ...rest,
35
36
  ref,
36
37
  className: clsx(props.className, input({ size: sizes })),
37
- type
38
+ type,
39
+ placeholder
38
40
  }
39
41
  ),
40
42
  iconRight && /* @__PURE__ */ jsx("span", { className: iconContainer.right, children: /* @__PURE__ */ jsx("div", { className: iconInput({ size: sizes }), children: iconRight }) })
@@ -4,12 +4,12 @@ import { forwardRef } from "react";
4
4
  import "./Checkbox.js";
5
5
  import "./CurrencyInput.js";
6
6
  import "./Dropdown.js";
7
- /* empty css */
8
- /* empty css */
7
+ import "./Dropdown.css.js";
9
8
  import { Input } from "./Input.js";
10
9
  import "./Input.css.js";
11
10
  import "./InputPhone.js";
12
11
  import "./InputTextArea.js";
12
+ import "./DownPaymentInput.js";
13
13
  const InputAmount = forwardRef(
14
14
  (props, ref) => {
15
15
  return /* @__PURE__ */ jsx(
@@ -4,12 +4,12 @@ import { forwardRef } from "react";
4
4
  import "./Checkbox.js";
5
5
  import "./CurrencyInput.js";
6
6
  import "./Dropdown.js";
7
- /* empty css */
8
- /* empty css */
7
+ import "./Dropdown.css.js";
9
8
  import { Input } from "./Input.js";
10
9
  import "./Input.css.js";
11
10
  import "./InputAmount.js";
12
11
  import "./InputTextArea.js";
12
+ import "./DownPaymentInput.js";
13
13
  const InputPhone = forwardRef(
14
14
  (props, ref) => {
15
15
  return /* @__PURE__ */ jsx(
@@ -36,3 +36,6 @@ export interface RadioButtonProps extends InputProps {
36
36
  value: string | number;
37
37
  groupName: string;
38
38
  }
39
+ export interface DownPaymentProps extends InputHTMLAttributes<HTMLInputElement> {
40
+ inputRight?: ReactNode;
41
+ }
@@ -8,3 +8,4 @@ export * from './InputAmount';
8
8
  export * from './InputPhone';
9
9
  export * from './InputProps';
10
10
  export * from './InputTextArea';
11
+ export * from './DownPaymentInput';
@@ -1,21 +1,24 @@
1
1
  import { Checkbox } from "./Checkbox.js";
2
2
  import { CurrencyInput } from "./CurrencyInput.js";
3
3
  import { Dropdown } from "./Dropdown.js";
4
- import { selectInput } from "./Dropdown.css.js";
4
+ import { dp_input, selectInput } from "./Dropdown.css.js";
5
5
  import { Input } from "./Input.js";
6
6
  import { container, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input.css.js";
7
7
  import { InputAmount } from "./InputAmount.js";
8
8
  import { InputPhone } from "./InputPhone.js";
9
9
  import { InputTextArea } from "./InputTextArea.js";
10
+ import { DownPaymentInput } from "./DownPaymentInput.js";
10
11
  export {
11
12
  Checkbox,
12
13
  CurrencyInput,
14
+ DownPaymentInput,
13
15
  Dropdown,
14
16
  Input,
15
17
  InputAmount,
16
18
  InputPhone,
17
19
  InputTextArea,
18
20
  container,
21
+ dp_input,
19
22
  helperText,
20
23
  iconContainer,
21
24
  iconContainerBase,
@@ -31,12 +31,13 @@ import "@hookform/resolvers/zod";
31
31
  import "../../Input/Checkbox.js";
32
32
  import "../../Input/CurrencyInput.js";
33
33
  import "../../Input/Dropdown.js";
34
- /* empty css */
34
+ import "../../Input/Dropdown.css.js";
35
35
  import "../../Input/Input.js";
36
36
  import "../../Input/Input.css.js";
37
37
  import "../../Input/InputAmount.js";
38
38
  import "../../Input/InputPhone.js";
39
39
  import "../../Input/InputTextArea.js";
40
+ import "../../Input/DownPaymentInput.js";
40
41
  import "react-hook-form";
41
42
  import "../../Forms/Forms.css.js";
42
43
  import "../../Forms/SalesforceFieldsForm.js";
@@ -45,6 +46,7 @@ import "../../Input/Checkbox.css.js";
45
46
  import "../../LoadingIndicator/LoadingIndicator.css.js";
46
47
  import "react-use";
47
48
  import "../../Input/RadioButton.js";
49
+ import "../../Inputs/Input.css.js";
48
50
  import "iframe-resizer";
49
51
  /* empty css */
50
52
  import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
@@ -34,12 +34,13 @@ import "@hookform/resolvers/zod";
34
34
  import "../../Input/Checkbox.js";
35
35
  import "../../Input/CurrencyInput.js";
36
36
  import "../../Input/Dropdown.js";
37
- /* empty css */
37
+ import "../../Input/Dropdown.css.js";
38
38
  import "../../Input/Input.js";
39
39
  import "../../Input/Input.css.js";
40
40
  import "../../Input/InputAmount.js";
41
41
  import "../../Input/InputPhone.js";
42
42
  import "../../Input/InputTextArea.js";
43
+ import "../../Input/DownPaymentInput.js";
43
44
  import "react-hook-form";
44
45
  import "../../Forms/Forms.css.js";
45
46
  import "../../Forms/SalesforceFieldsForm.js";
@@ -47,6 +48,7 @@ import "../../Input/RadioButton.css.js";
47
48
  import "../../Input/Checkbox.css.js";
48
49
  import "../../LoadingIndicator/LoadingIndicator.css.js";
49
50
  import "../../Input/RadioButton.js";
51
+ import "../../Inputs/Input.css.js";
50
52
  import "iframe-resizer";
51
53
  /* empty css */
52
54
  import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
@@ -1,12 +1,13 @@
1
- const overlay = "_overlay_s4llo_47";
2
- const modal = "_modal_s4llo_79";
3
- const vanish = "_vanish_s4llo_1";
4
- const appear = "_appear_s4llo_1";
5
- const close_button = "_close_button_s4llo_109";
6
- const modal_content = "_modal_content_s4llo_139";
7
- const img_area = "_img_area_s4llo_147";
8
- const body_copy = "_body_copy_s4llo_167";
9
- const btns = "_btns_s4llo_195";
1
+ const overlay = "_overlay_zy28p_47";
2
+ const modal = "_modal_zy28p_79";
3
+ const vanish = "_vanish_zy28p_1";
4
+ const appear = "_appear_zy28p_1";
5
+ const close_button = "_close_button_zy28p_109";
6
+ const modal_content = "_modal_content_zy28p_139";
7
+ const img_area = "_img_area_zy28p_147";
8
+ const body_copy = "_body_copy_zy28p_167";
9
+ const btns = "_btns_zy28p_195";
10
+ const white_modal = "_white_modal_zy28p_277";
10
11
  const css = {
11
12
  overlay,
12
13
  modal,
@@ -16,7 +17,8 @@ const css = {
16
17
  modal_content,
17
18
  img_area,
18
19
  body_copy,
19
- btns
20
+ btns,
21
+ white_modal
20
22
  };
21
23
  export {
22
24
  appear,
@@ -28,5 +30,6 @@ export {
28
30
  modal,
29
31
  modal_content,
30
32
  overlay,
31
- vanish
33
+ vanish,
34
+ white_modal
32
35
  };
@@ -28,13 +28,13 @@ import "@hookform/resolvers/zod";
28
28
  import "../Input/Checkbox.js";
29
29
  import "../Input/CurrencyInput.js";
30
30
  import "../Input/Dropdown.js";
31
- /* empty css */
32
- /* empty css */
31
+ import "../Input/Dropdown.css.js";
33
32
  import "../Input/Input.js";
34
33
  import "../Input/Input.css.js";
35
34
  import "../Input/InputAmount.js";
36
35
  import "../Input/InputPhone.js";
37
36
  import "../Input/InputTextArea.js";
37
+ import "../Input/DownPaymentInput.js";
38
38
  import "react-hook-form";
39
39
  import "../Forms/Forms.css.js";
40
40
  import "../Forms/SalesforceFieldsForm.js";
@@ -42,12 +42,15 @@ import "../Input/RadioButton.css.js";
42
42
  import "../Input/Checkbox.css.js";
43
43
  import "../LoadingIndicator/LoadingIndicator.css.js";
44
44
  import "../Input/RadioButton.js";
45
+ import "../Interstitial/Interstitial-variants.css.js";
46
+ import "../Inputs/Input.css.js";
45
47
  import "iframe-resizer";
46
48
  /* empty css */
47
49
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
48
50
  /* empty css */
49
51
  /* empty css */
50
52
  /* empty css */
53
+ /* empty css */
51
54
  /* empty css */
52
55
  import "../Carousel/index.js";
53
56
  import "../Hyperlink/Hyperlink.css.js";
@@ -71,7 +74,6 @@ import "react-wrap-balancer";
71
74
  /* empty css */
72
75
  /* empty css */
73
76
  /* empty css */
74
- import "../Interstitial/Interstitial-variants.css.js";
75
77
  import "../LandingPageHeader/LandingPageHeader.css.js";
76
78
  import "./contextApi/store.js";
77
79
  /* empty css */
@@ -1,57 +1,57 @@
1
- const header = "_header_10rry_1";
2
- const wrapper = "_wrapper_10rry_9";
3
- const header_main_row = "_header_main_row_10rry_21";
4
- const mobile_header = "_mobile_header_10rry_23";
5
- const logo_wrap = "_logo_wrap_10rry_35";
6
- const primary_links = "_primary_links_10rry_43";
7
- const main_nav_link = "_main_nav_link_10rry_51";
8
- const sub_nav_link = "_sub_nav_link_10rry_95";
9
- const signin_wrap = "_signin_wrap_10rry_99";
10
- const signin_btn = "_signin_btn_10rry_101";
11
- const sub_nav = "_sub_nav_10rry_95";
12
- const header_sub_row = "_header_sub_row_10rry_187";
13
- const signin_dropdown = "_signin_dropdown_10rry_219";
14
- const shadow = "_shadow_10rry_239";
15
- const signin_header = "_signin_header_10rry_255";
16
- const signin_subheader = "_signin_subheader_10rry_269";
17
- const opacity = "_opacity_10rry_313";
18
- const fadeInDown = "_fadeInDown_10rry_1";
19
- const footer = "_footer_10rry_325";
20
- const open = "_open_10rry_357";
21
- const dd_wrapper = "_dd_wrapper_10rry_381";
22
- const dd_media = "_dd_media_10rry_391";
23
- const dd_media_img = "_dd_media_img_10rry_401";
24
- const dd_site_navs = "_dd_site_navs_10rry_409";
25
- const dd_media_header = "_dd_media_header_10rry_423";
26
- const mt_8 = "_mt_8_10rry_441";
27
- const mt_16 = "_mt_16_10rry_449";
28
- const ml_8 = "_ml_8_10rry_457";
29
- const dd_media_cta = "_dd_media_cta_10rry_465";
30
- const reversed_row = "_reversed_row_10rry_493";
31
- const headline = "_headline_10rry_525";
32
- const nav_anchor = "_nav_anchor_10rry_537";
33
- const headline_cta = "_headline_cta_10rry_553";
34
- const site_lists = "_site_lists_10rry_583";
35
- const hamburger = "_hamburger_10rry_653";
36
- const mobile_only = "_mobile_only_10rry_681";
37
- const mobile_logo = "_mobile_logo_10rry_693";
38
- const highlight = "_highlight_10rry_703";
39
- const mobile_nav = "_mobile_nav_10rry_775";
40
- const mobile_opened = "_mobile_opened_10rry_797";
41
- const _mobile_opened = "__mobile_opened_10rry_805";
42
- const mobile_nav_item = "_mobile_nav_item_10rry_813";
43
- const has_dropdown = "_has_dropdown_10rry_843";
44
- const icon_wrap = "_icon_wrap_10rry_885";
45
- const mobile_footer = "_mobile_footer_10rry_895";
46
- const mobile_footer_content = "_mobile_footer_content_10rry_905";
47
- const mobile_footer_media = "_mobile_footer_media_10rry_933";
48
- const footer_cta = "_footer_cta_10rry_945";
49
- const inner_wrapper = "_inner_wrapper_10rry_1001";
50
- const btn = "_btn_10rry_1011";
51
- const sub_menu = "_sub_menu_10rry_1021";
52
- const main = "_main_10rry_51";
53
- const dd_footer = "_dd_footer_10rry_1071";
54
- const desktop_only = "_desktop_only_10rry_1109";
1
+ const header = "_header_5kqsg_1";
2
+ const wrapper = "_wrapper_5kqsg_5";
3
+ const header_main_row = "_header_main_row_5kqsg_11";
4
+ const mobile_header = "_mobile_header_5kqsg_12";
5
+ const logo_wrap = "_logo_wrap_5kqsg_18";
6
+ const primary_links = "_primary_links_5kqsg_22";
7
+ const main_nav_link = "_main_nav_link_5kqsg_26";
8
+ const sub_nav_link = "_sub_nav_link_5kqsg_48";
9
+ const signin_wrap = "_signin_wrap_5kqsg_50";
10
+ const signin_btn = "_signin_btn_5kqsg_51";
11
+ const sub_nav = "_sub_nav_5kqsg_48";
12
+ const header_sub_row = "_header_sub_row_5kqsg_94";
13
+ const signin_dropdown = "_signin_dropdown_5kqsg_110";
14
+ const shadow = "_shadow_5kqsg_120";
15
+ const signin_header = "_signin_header_5kqsg_128";
16
+ const signin_subheader = "_signin_subheader_5kqsg_135";
17
+ const opacity = "_opacity_5kqsg_157";
18
+ const fadeInDown = "_fadeInDown_5kqsg_1";
19
+ const footer = "_footer_5kqsg_163";
20
+ const open = "_open_5kqsg_179";
21
+ const dd_wrapper = "_dd_wrapper_5kqsg_191";
22
+ const dd_media = "_dd_media_5kqsg_196";
23
+ const dd_media_img = "_dd_media_img_5kqsg_201";
24
+ const dd_site_navs = "_dd_site_navs_5kqsg_205";
25
+ const dd_media_header = "_dd_media_header_5kqsg_212";
26
+ const mt_8 = "_mt_8_5kqsg_221";
27
+ const mt_16 = "_mt_16_5kqsg_225";
28
+ const ml_8 = "_ml_8_5kqsg_229";
29
+ const dd_media_cta = "_dd_media_cta_5kqsg_233";
30
+ const reversed_row = "_reversed_row_5kqsg_247";
31
+ const headline = "_headline_5kqsg_263";
32
+ const nav_anchor = "_nav_anchor_5kqsg_269";
33
+ const headline_cta = "_headline_cta_5kqsg_277";
34
+ const site_lists = "_site_lists_5kqsg_292";
35
+ const hamburger = "_hamburger_5kqsg_327";
36
+ const mobile_only = "_mobile_only_5kqsg_341";
37
+ const mobile_logo = "_mobile_logo_5kqsg_347";
38
+ const highlight = "_highlight_5kqsg_352";
39
+ const mobile_nav = "_mobile_nav_5kqsg_388";
40
+ const mobile_opened = "_mobile_opened_5kqsg_399";
41
+ const _mobile_opened = "__mobile_opened_5kqsg_403";
42
+ const mobile_nav_item = "_mobile_nav_item_5kqsg_407";
43
+ const has_dropdown = "_has_dropdown_5kqsg_422";
44
+ const icon_wrap = "_icon_wrap_5kqsg_443";
45
+ const mobile_footer = "_mobile_footer_5kqsg_448";
46
+ const mobile_footer_content = "_mobile_footer_content_5kqsg_453";
47
+ const mobile_footer_media = "_mobile_footer_media_5kqsg_467";
48
+ const footer_cta = "_footer_cta_5kqsg_473";
49
+ const inner_wrapper = "_inner_wrapper_5kqsg_501";
50
+ const btn = "_btn_5kqsg_506";
51
+ const sub_menu = "_sub_menu_5kqsg_511";
52
+ const main = "_main_5kqsg_26";
53
+ const dd_footer = "_dd_footer_5kqsg_536";
54
+ const desktop_only = "_desktop_only_5kqsg_555";
55
55
  const styles = {
56
56
  header,
57
57
  wrapper,