@axos-web-dev/shared-components 0.0.156 → 0.0.157
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.
- package/dist/ATMLocator/ATMLocator.js +1 -2
- package/dist/Button/Button.js +1 -2
- package/dist/Calculators/Calculator.js +1 -2
- package/dist/Carousel/index.js +1 -2
- package/dist/Chevron/index.js +1 -2
- package/dist/Comparison/Comparison.js +1 -2
- package/dist/FaqAccordion/index.js +1 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -2
- package/dist/Forms/ApplicationStart.js +1 -2
- package/dist/Forms/ClearingForm.js +1 -2
- package/dist/Forms/CommercialDeposits.js +1 -2
- package/dist/Forms/CommercialLending.js +1 -2
- package/dist/Forms/ContactCompany.js +1 -2
- package/dist/Forms/ContactUs.js +1 -2
- package/dist/Forms/ContactUsAAS.js +1 -2
- package/dist/Forms/ContactUsBusiness.js +1 -2
- package/dist/Forms/ContactUsNMLSId.js +1 -2
- package/dist/Forms/CpraRequest.js +1 -2
- package/dist/Forms/DealerServices.js +1 -2
- package/dist/Forms/EmailOnly.js +1 -2
- package/dist/Forms/FormProps.d.ts +3 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -2
- package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +1 -2
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -2
- package/dist/Forms/QuickPricer/QuickPricerForm.js +32 -19
- package/dist/Forms/QuickPricer/UserInformation.css.d.ts +1 -0
- package/dist/Forms/QuickPricer/UserInformation.css.js +2 -0
- package/dist/Forms/QuickPricer/index.js +2 -1
- package/dist/Forms/ScheduleCall.js +2 -17
- package/dist/Forms/ScheduleCallPremier.js +1 -2
- package/dist/Forms/SuccesForm.js +1 -2
- package/dist/Forms/WcplSurvey.js +1 -2
- package/dist/Forms/index.js +2 -1
- package/dist/Hyperlink/index.js +1 -2
- package/dist/ImageLink/ImageLink.js +1 -2
- package/dist/ImageLink/ImageLinkSet.js +1 -2
- package/dist/ImageLink/index.js +1 -2
- package/dist/Input/CurrencyInput.js +1 -2
- package/dist/Input/InputAmount.js +1 -2
- package/dist/Input/InputPhone.js +1 -2
- package/dist/Input/index.d.ts +1 -2
- package/dist/Input/index.js +1 -3
- package/dist/Insight/Featured/CategorySelector.js +1 -2
- package/dist/Insight/Featured/Featured.js +1 -2
- package/dist/Insight/Featured/Header.js +1 -2
- package/dist/Modal/Modal.js +1 -2
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -2
- package/dist/NavigationMenu/AxosBank/index.js +1 -2
- package/dist/SetContainer/SetContainer.js +1 -2
- package/dist/assets/Forms/QuickPricer/UserInformation.css +8 -0
- package/dist/main.js +3 -4
- package/package.json +8 -1
|
@@ -50,7 +50,7 @@ import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
|
50
50
|
import "@hookform/resolvers/zod";
|
|
51
51
|
import "../Input/Checkbox.js";
|
|
52
52
|
import "../Input/CurrencyInput.js";
|
|
53
|
-
import "../Input/
|
|
53
|
+
import "../Input/DownPaymentInput.js";
|
|
54
54
|
import "../Input/Dropdown.js";
|
|
55
55
|
import "../Input/Dropdown.css.js";
|
|
56
56
|
import "../Input/Input.js";
|
|
@@ -58,7 +58,6 @@ import "../Input/Input.css.js";
|
|
|
58
58
|
import "../Input/InputAmount.js";
|
|
59
59
|
import "../Input/InputPhone.js";
|
|
60
60
|
import "../Input/InputTextArea.js";
|
|
61
|
-
import "../Input/DownPaymentInput.js";
|
|
62
61
|
import "react-hook-form";
|
|
63
62
|
import { iconForm } from "../Forms/Forms.css.js";
|
|
64
63
|
import "../Forms/SalesforceFieldsForm.js";
|
package/dist/Button/Button.js
CHANGED
|
@@ -30,7 +30,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
30
30
|
import "@hookform/resolvers/zod";
|
|
31
31
|
import "../Input/Checkbox.js";
|
|
32
32
|
import "../Input/CurrencyInput.js";
|
|
33
|
-
import "../Input/
|
|
33
|
+
import "../Input/DownPaymentInput.js";
|
|
34
34
|
import "../Input/Dropdown.js";
|
|
35
35
|
import "../Input/Dropdown.css.js";
|
|
36
36
|
import "../Input/Input.js";
|
|
@@ -38,7 +38,6 @@ 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";
|
|
42
41
|
import "react-hook-form";
|
|
43
42
|
import "../Forms/Forms.css.js";
|
|
44
43
|
import "../Forms/SalesforceFieldsForm.js";
|
|
@@ -53,7 +53,7 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
53
53
|
/* empty css */
|
|
54
54
|
import "../Input/Checkbox.js";
|
|
55
55
|
import "../Input/CurrencyInput.js";
|
|
56
|
-
import "../Input/
|
|
56
|
+
import "../Input/DownPaymentInput.js";
|
|
57
57
|
import "../Input/Dropdown.js";
|
|
58
58
|
import "../Input/Dropdown.css.js";
|
|
59
59
|
import "../Input/Input.js";
|
|
@@ -61,7 +61,6 @@ import "../Input/Input.css.js";
|
|
|
61
61
|
import "../Input/InputAmount.js";
|
|
62
62
|
import "../Input/InputPhone.js";
|
|
63
63
|
import "../Input/InputTextArea.js";
|
|
64
|
-
import "../Input/DownPaymentInput.js";
|
|
65
64
|
import "react-wrap-balancer";
|
|
66
65
|
/* empty css */
|
|
67
66
|
/* empty css */
|
package/dist/Carousel/index.js
CHANGED
|
@@ -36,7 +36,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
36
36
|
import "@hookform/resolvers/zod";
|
|
37
37
|
import "../Input/Checkbox.js";
|
|
38
38
|
import "../Input/CurrencyInput.js";
|
|
39
|
-
import "../Input/
|
|
39
|
+
import "../Input/DownPaymentInput.js";
|
|
40
40
|
import "../Input/Dropdown.js";
|
|
41
41
|
import "../Input/Dropdown.css.js";
|
|
42
42
|
import "../Input/Input.js";
|
|
@@ -44,7 +44,6 @@ import "../Input/Input.css.js";
|
|
|
44
44
|
import "../Input/InputAmount.js";
|
|
45
45
|
import "../Input/InputPhone.js";
|
|
46
46
|
import "../Input/InputTextArea.js";
|
|
47
|
-
import "../Input/DownPaymentInput.js";
|
|
48
47
|
import "react-hook-form";
|
|
49
48
|
import "../Forms/Forms.css.js";
|
|
50
49
|
import "../Forms/SalesforceFieldsForm.js";
|
package/dist/Chevron/index.js
CHANGED
|
@@ -32,7 +32,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
32
32
|
import "@hookform/resolvers/zod";
|
|
33
33
|
import "../Input/Checkbox.js";
|
|
34
34
|
import "../Input/CurrencyInput.js";
|
|
35
|
-
import "../Input/
|
|
35
|
+
import "../Input/DownPaymentInput.js";
|
|
36
36
|
import "../Input/Dropdown.js";
|
|
37
37
|
import "../Input/Dropdown.css.js";
|
|
38
38
|
import "../Input/Input.js";
|
|
@@ -40,7 +40,6 @@ 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";
|
|
44
43
|
import "react-hook-form";
|
|
45
44
|
import "../Forms/Forms.css.js";
|
|
46
45
|
import "../Forms/SalesforceFieldsForm.js";
|
|
@@ -30,7 +30,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
30
30
|
import "@hookform/resolvers/zod";
|
|
31
31
|
import "../Input/Checkbox.js";
|
|
32
32
|
import "../Input/CurrencyInput.js";
|
|
33
|
-
import "../Input/
|
|
33
|
+
import "../Input/DownPaymentInput.js";
|
|
34
34
|
import "../Input/Dropdown.js";
|
|
35
35
|
import "../Input/Dropdown.css.js";
|
|
36
36
|
import "../Input/Input.js";
|
|
@@ -38,7 +38,6 @@ 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";
|
|
42
41
|
import "react-hook-form";
|
|
43
42
|
import "../Forms/Forms.css.js";
|
|
44
43
|
import "../Forms/SalesforceFieldsForm.js";
|
|
@@ -30,7 +30,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
30
30
|
import "@hookform/resolvers/zod";
|
|
31
31
|
import "../Input/Checkbox.js";
|
|
32
32
|
import "../Input/CurrencyInput.js";
|
|
33
|
-
import "../Input/
|
|
33
|
+
import "../Input/DownPaymentInput.js";
|
|
34
34
|
import "../Input/Dropdown.js";
|
|
35
35
|
import "../Input/Dropdown.css.js";
|
|
36
36
|
import "../Input/Input.js";
|
|
@@ -38,7 +38,6 @@ 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";
|
|
42
41
|
import "react-hook-form";
|
|
43
42
|
import "../Forms/Forms.css.js";
|
|
44
43
|
import "../Forms/SalesforceFieldsForm.js";
|
|
@@ -31,7 +31,7 @@ import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
31
31
|
import "@hookform/resolvers/zod";
|
|
32
32
|
import "../../Input/Checkbox.js";
|
|
33
33
|
import "../../Input/CurrencyInput.js";
|
|
34
|
-
import "../../Input/
|
|
34
|
+
import "../../Input/DownPaymentInput.js";
|
|
35
35
|
import "../../Input/Dropdown.js";
|
|
36
36
|
import "../../Input/Dropdown.css.js";
|
|
37
37
|
import "../../Input/Input.js";
|
|
@@ -39,7 +39,6 @@ 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";
|
|
43
42
|
import "react-hook-form";
|
|
44
43
|
import "../../Forms/Forms.css.js";
|
|
45
44
|
import "../../Forms/SalesforceFieldsForm.js";
|
|
@@ -7,7 +7,7 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import { Checkbox } from "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
19
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
21
20
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
|
@@ -7,7 +7,7 @@ import { useState } from "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import CheckboxGroup from "../Input/CheckboxGroup.js";
|
|
20
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
21
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -7,7 +7,7 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import { Checkbox } from "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
19
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
21
20
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
|
@@ -7,7 +7,7 @@ import { useState, useEffect } from "react";
|
|
|
7
7
|
import { useLocation } from "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import { LoadingIndicator } from "../LoadingIndicator/index.js";
|
|
20
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
21
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -7,7 +7,7 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
19
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
21
20
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
package/dist/Forms/ContactUs.js
CHANGED
|
@@ -7,7 +7,7 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
19
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
21
20
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
|
@@ -7,7 +7,7 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import { InputTextArea } from "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import { LoadingIndicator } from "../LoadingIndicator/index.js";
|
|
20
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
21
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -3,7 +3,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import { zodResolver } from "@hookform/resolvers/zod";
|
|
4
4
|
import "../Input/Checkbox.js";
|
|
5
5
|
import "../Input/CurrencyInput.js";
|
|
6
|
-
import "../Input/
|
|
6
|
+
import "../Input/DownPaymentInput.js";
|
|
7
7
|
import "../Input/Dropdown.js";
|
|
8
8
|
import "../Input/Dropdown.css.js";
|
|
9
9
|
import { Input } from "../Input/Input.js";
|
|
@@ -11,7 +11,6 @@ import "../Input/Input.css.js";
|
|
|
11
11
|
import "../Input/InputAmount.js";
|
|
12
12
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
13
13
|
import "../Input/InputTextArea.js";
|
|
14
|
-
import "../Input/DownPaymentInput.js";
|
|
15
14
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
16
15
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
17
16
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
|
@@ -3,7 +3,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import { zodResolver } from "@hookform/resolvers/zod";
|
|
4
4
|
import "../Input/Checkbox.js";
|
|
5
5
|
import "../Input/CurrencyInput.js";
|
|
6
|
-
import "../Input/
|
|
6
|
+
import "../Input/DownPaymentInput.js";
|
|
7
7
|
import "../Input/Dropdown.js";
|
|
8
8
|
import "../Input/Dropdown.css.js";
|
|
9
9
|
import { Input } from "../Input/Input.js";
|
|
@@ -11,7 +11,6 @@ import "../Input/Input.css.js";
|
|
|
11
11
|
import "../Input/InputAmount.js";
|
|
12
12
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
13
13
|
import "../Input/InputTextArea.js";
|
|
14
|
-
import "../Input/DownPaymentInput.js";
|
|
15
14
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
16
15
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
17
16
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
|
@@ -7,7 +7,7 @@ import { useState } from "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
19
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
21
20
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
|
@@ -7,7 +7,7 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import { InputTextArea } from "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
19
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
21
20
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
package/dist/Forms/EmailOnly.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import { zodResolver } from "@hookform/resolvers/zod";
|
|
4
4
|
import "../Input/Checkbox.js";
|
|
5
5
|
import "../Input/CurrencyInput.js";
|
|
6
|
-
import "../Input/
|
|
6
|
+
import "../Input/DownPaymentInput.js";
|
|
7
7
|
import "../Input/Dropdown.js";
|
|
8
8
|
import "../Input/Dropdown.css.js";
|
|
9
9
|
import { Input } from "../Input/Input.js";
|
|
@@ -11,7 +11,6 @@ import "../Input/Input.css.js";
|
|
|
11
11
|
import "../Input/InputAmount.js";
|
|
12
12
|
import "../Input/InputPhone.js";
|
|
13
13
|
import "../Input/InputTextArea.js";
|
|
14
|
-
import "../Input/DownPaymentInput.js";
|
|
15
14
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
16
15
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
17
16
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
2
2
|
import { QuaternaryTypes } from '../utils';
|
|
3
|
-
import { PropsWithChildren, ReactNode } from 'react';
|
|
3
|
+
import { CSSProperties, PropsWithChildren, ReactNode } from 'react';
|
|
4
4
|
|
|
5
5
|
export interface FormProps extends PropsWithChildren {
|
|
6
6
|
id?: string;
|
|
@@ -15,4 +15,6 @@ export interface FormProps extends PropsWithChildren {
|
|
|
15
15
|
validateEmail: (email: string) => Promise<boolean>;
|
|
16
16
|
validateNMLS?: (nmls_id: string) => Promise<any>;
|
|
17
17
|
callToAction: Omit<ChevronProps, "targetUrl">;
|
|
18
|
+
style?: CSSProperties;
|
|
19
|
+
className?: string;
|
|
18
20
|
}
|
|
@@ -31,7 +31,7 @@ import "../../Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js";
|
|
|
31
31
|
import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
32
32
|
import "../../Input/Checkbox.js";
|
|
33
33
|
import "../../Input/CurrencyInput.js";
|
|
34
|
-
import "../../Input/
|
|
34
|
+
import { DownPaymentInput } from "../../Input/DownPaymentInput.js";
|
|
35
35
|
import { Dropdown } from "../../Input/Dropdown.js";
|
|
36
36
|
import "../../Input/Dropdown.css.js";
|
|
37
37
|
import { Input } from "../../Input/Input.js";
|
|
@@ -39,7 +39,6 @@ import "../../Input/Input.css.js";
|
|
|
39
39
|
import "../../Input/InputAmount.js";
|
|
40
40
|
import { InputPhone } from "../../Input/InputPhone.js";
|
|
41
41
|
import "../../Input/InputTextArea.js";
|
|
42
|
-
import { DownPaymentInput } from "../../Input/DownPaymentInput.js";
|
|
43
42
|
import { useForm, FormProvider } from "react-hook-form";
|
|
44
43
|
import * as z from "zod";
|
|
45
44
|
import { modalMobile, formContainer, iconForm, headerContainer, headerForm, form, descriptionField, fullRowSelect, formWrapper, centerSelect, mt2rem, fullRowForm, disclosureForm, actions, formBtns, na_cursor } from "../Forms.css.js";
|
|
@@ -7,7 +7,7 @@ import { useState, useEffect } from "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../../Input/Checkbox.js";
|
|
9
9
|
import "../../Input/CurrencyInput.js";
|
|
10
|
-
import "../../Input/
|
|
10
|
+
import { DownPaymentInput } from "../../Input/DownPaymentInput.js";
|
|
11
11
|
import { Dropdown } from "../../Input/Dropdown.js";
|
|
12
12
|
import { dp_input } from "../../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../../Input/Input.css.js";
|
|
|
15
15
|
import "../../Input/InputAmount.js";
|
|
16
16
|
import "../../Input/InputPhone.js";
|
|
17
17
|
import "../../Input/InputTextArea.js";
|
|
18
|
-
import { DownPaymentInput } from "../../Input/DownPaymentInput.js";
|
|
19
18
|
import clsx from "clsx";
|
|
20
19
|
import { useForm, FormProvider } from "react-hook-form";
|
|
21
20
|
import * as z from "zod";
|
|
@@ -3,7 +3,7 @@ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
|
3
3
|
import { zodResolver } from "@hookform/resolvers/zod";
|
|
4
4
|
import "../../Input/Checkbox.js";
|
|
5
5
|
import "../../Input/CurrencyInput.js";
|
|
6
|
-
import "../../Input/
|
|
6
|
+
import "../../Input/DownPaymentInput.js";
|
|
7
7
|
import { Dropdown } from "../../Input/Dropdown.js";
|
|
8
8
|
import "../../Input/Dropdown.css.js";
|
|
9
9
|
import { Input } from "../../Input/Input.js";
|
|
@@ -11,7 +11,6 @@ import "../../Input/Input.css.js";
|
|
|
11
11
|
import "../../Input/InputAmount.js";
|
|
12
12
|
import "../../Input/InputPhone.js";
|
|
13
13
|
import "../../Input/InputTextArea.js";
|
|
14
|
-
import "../../Input/DownPaymentInput.js";
|
|
15
14
|
import { useForm, FormProvider } from "react-hook-form";
|
|
16
15
|
import * as z from "zod";
|
|
17
16
|
import clsx from "clsx";
|
|
@@ -6,8 +6,8 @@ import "../../Button/Button.css.js";
|
|
|
6
6
|
import { useState } from "react";
|
|
7
7
|
import "react-use";
|
|
8
8
|
import { Checkbox } from "../../Input/Checkbox.js";
|
|
9
|
-
import "../../Input/CurrencyInput.js";
|
|
10
|
-
import "../../Input/
|
|
9
|
+
import { CurrencyInput } from "../../Input/CurrencyInput.js";
|
|
10
|
+
import "../../Input/DownPaymentInput.js";
|
|
11
11
|
import { Dropdown } from "../../Input/Dropdown.js";
|
|
12
12
|
import "../../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../../Input/Input.css.js";
|
|
|
15
15
|
import "../../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../../Input/InputPhone.js";
|
|
17
17
|
import "../../Input/InputTextArea.js";
|
|
18
|
-
import "../../Input/DownPaymentInput.js";
|
|
19
18
|
import "../../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
19
|
import SvgAxosX from "../../icons/AxosX/index.js";
|
|
21
20
|
import SvgComponent from "../../icons/AxosX/Blue.js";
|
|
@@ -57,15 +56,17 @@ const QuickPricer = ({
|
|
|
57
56
|
const [numberOfUnits, setNumberOfUnits] = useState(false);
|
|
58
57
|
const [prepaymentPenalty, setPrepaymentPenalty] = useState(false);
|
|
59
58
|
const schema = z.object({
|
|
60
|
-
Base_Loan_Amount__c: z.
|
|
59
|
+
Base_Loan_Amount__c: z.string({
|
|
61
60
|
message: "Please provide a valid base loan amount"
|
|
62
|
-
}).
|
|
63
|
-
|
|
61
|
+
}).transform((val) => {
|
|
62
|
+
const removeDashes = val.replace(/[$,]/gi, "");
|
|
63
|
+
return parseFloat(removeDashes);
|
|
64
64
|
}),
|
|
65
|
-
Appraised_Value__c: z.
|
|
65
|
+
Appraised_Value__c: z.string({
|
|
66
66
|
message: "Please provide a valid property value"
|
|
67
|
-
}).
|
|
68
|
-
|
|
67
|
+
}).transform((val) => {
|
|
68
|
+
const removeDashes = val.replace(/[$,]/gi, "");
|
|
69
|
+
return parseFloat(removeDashes);
|
|
69
70
|
}),
|
|
70
71
|
Loan_Purpose__c: z.string().min(1, { message: "Purpose is required" }).refine((val) => Purposes.map((item) => item.value).includes(val), {
|
|
71
72
|
message: "Purpose is required"
|
|
@@ -153,7 +154,7 @@ const QuickPricer = ({
|
|
|
153
154
|
message: "Broker compensation is required"
|
|
154
155
|
}
|
|
155
156
|
),
|
|
156
|
-
NMLS__c: z.string().min(6).max(7).refine(async (val) => {
|
|
157
|
+
NMLS__c: z.string().min(6, "Valid NMLS should have at least 6 characters").max(7, "Valid NMLS should have at most 7 characters").refine(async (val) => {
|
|
157
158
|
const res = await validateNMLS(val);
|
|
158
159
|
return res?.body?.data?.records?.length > 0;
|
|
159
160
|
}, "NMLS ID is not valid"),
|
|
@@ -170,11 +171,25 @@ const QuickPricer = ({
|
|
|
170
171
|
return removeDashes;
|
|
171
172
|
})
|
|
172
173
|
}).superRefine((values, ctx) => {
|
|
174
|
+
if (values.Base_Loan_Amount__c < 149999) {
|
|
175
|
+
ctx.addIssue({
|
|
176
|
+
code: z.ZodIssueCode.custom,
|
|
177
|
+
path: ["Base_Loan_Amount__c"],
|
|
178
|
+
message: "Please enter a value greater than or equal to 149999"
|
|
179
|
+
});
|
|
180
|
+
}
|
|
181
|
+
if (values.Appraised_Value__c < 149999) {
|
|
182
|
+
ctx.addIssue({
|
|
183
|
+
code: z.ZodIssueCode.custom,
|
|
184
|
+
path: ["Appraised_Value__c"],
|
|
185
|
+
message: "Please enter a value greater than or equal to 149999"
|
|
186
|
+
});
|
|
187
|
+
}
|
|
173
188
|
if (values.Base_Loan_Amount__c > values.Appraised_Value__c) {
|
|
174
189
|
ctx.addIssue({
|
|
175
190
|
code: z.ZodIssueCode.custom,
|
|
176
191
|
path: ["Base_Loan_Amount__c"],
|
|
177
|
-
message: "
|
|
192
|
+
message: "Loan amount should be lower than appraised value"
|
|
178
193
|
});
|
|
179
194
|
}
|
|
180
195
|
});
|
|
@@ -230,7 +245,7 @@ const QuickPricer = ({
|
|
|
230
245
|
/* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
|
|
231
246
|
/* @__PURE__ */ jsx("div", { className: clsx(one_row, section_title({ variant })), children: /* @__PURE__ */ jsx("h4", { className: "header_4", children: "Loan Details" }) }),
|
|
232
247
|
/* @__PURE__ */ jsx("div", { className: "", children: /* @__PURE__ */ jsx(
|
|
233
|
-
|
|
248
|
+
CurrencyInput,
|
|
234
249
|
{
|
|
235
250
|
id: "Base_Loan_Amount__c",
|
|
236
251
|
...register("Base_Loan_Amount__c", {
|
|
@@ -243,12 +258,11 @@ const QuickPricer = ({
|
|
|
243
258
|
required: true,
|
|
244
259
|
error: !!errors.Base_Loan_Amount__c,
|
|
245
260
|
helperText: errors.Base_Loan_Amount__c?.message,
|
|
246
|
-
variant
|
|
247
|
-
type: "number"
|
|
261
|
+
variant
|
|
248
262
|
}
|
|
249
263
|
) }),
|
|
250
264
|
/* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
|
|
251
|
-
|
|
265
|
+
CurrencyInput,
|
|
252
266
|
{
|
|
253
267
|
id: "Appraised_Value__c",
|
|
254
268
|
...register("Appraised_Value__c", {
|
|
@@ -262,8 +276,7 @@ const QuickPricer = ({
|
|
|
262
276
|
required: true,
|
|
263
277
|
error: !!errors.Appraised_Value__c,
|
|
264
278
|
helperText: errors.Appraised_Value__c?.message,
|
|
265
|
-
variant
|
|
266
|
-
type: "number"
|
|
279
|
+
variant
|
|
267
280
|
}
|
|
268
281
|
) }),
|
|
269
282
|
/* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
|
|
@@ -680,7 +693,7 @@ const QuickPricer = ({
|
|
|
680
693
|
...register("Units__c", {
|
|
681
694
|
required: true
|
|
682
695
|
}),
|
|
683
|
-
label: "# of
|
|
696
|
+
label: "# of Units",
|
|
684
697
|
sizes: "medium",
|
|
685
698
|
required: true,
|
|
686
699
|
error: !!errors.Units__c,
|
|
@@ -756,7 +769,7 @@ const QuickPricer = ({
|
|
|
756
769
|
isValid: associatedEmail
|
|
757
770
|
}
|
|
758
771
|
}),
|
|
759
|
-
label: "
|
|
772
|
+
label: "Email Address",
|
|
760
773
|
sizes: "medium",
|
|
761
774
|
placeholder: "Email",
|
|
762
775
|
required: true,
|
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
import { QuickPricer } from "./QuickPricerForm.js";
|
|
3
3
|
import { rate_table_title, results_container } from "./QuickPricerResults.css.js";
|
|
4
4
|
import { UserInformation } from "./UserInformation.js";
|
|
5
|
-
import { user_buttons, user_card, user_container, user_headline, user_hr, user_image, user_information } from "./UserInformation.css.js";
|
|
5
|
+
import { mb_form, user_buttons, user_card, user_container, user_headline, user_hr, user_image, user_information } from "./UserInformation.css.js";
|
|
6
6
|
export {
|
|
7
7
|
QuickPricer,
|
|
8
8
|
UserInformation,
|
|
9
|
+
mb_form,
|
|
9
10
|
rate_table_title,
|
|
10
11
|
results_container,
|
|
11
12
|
user_buttons,
|
|
@@ -3,11 +3,11 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import { zodResolver } from "@hookform/resolvers/zod";
|
|
4
4
|
import { Button } from "../Button/Button.js";
|
|
5
5
|
import "../Button/Button.css.js";
|
|
6
|
-
import
|
|
6
|
+
import "react";
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
19
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
21
20
|
import SvgComponent from "../icons/AxosX/Blue.js";
|
|
@@ -28,7 +27,6 @@ import "../utils/allowedAxosDomains.js";
|
|
|
28
27
|
import { associatedEmail } from "../utils/EverestValidity.js";
|
|
29
28
|
import { getVariant } from "../utils/getVariant.js";
|
|
30
29
|
import clsx from "clsx";
|
|
31
|
-
import { enUS } from "date-fns/locale";
|
|
32
30
|
import { useForm, FormProvider } from "react-hook-form";
|
|
33
31
|
import * as z from "zod";
|
|
34
32
|
import { formContainer, iconForm, headerContainer, headerForm, form, descriptionField, formWrapper, disclosureForm, actions } from "./Forms.css.js";
|
|
@@ -89,9 +87,6 @@ const ScheduleCall = ({
|
|
|
89
87
|
});
|
|
90
88
|
};
|
|
91
89
|
const variant = getVariant(fullVariant);
|
|
92
|
-
const [valueInputDateField, setValueInputDateField] = useState(
|
|
93
|
-
/* @__PURE__ */ new Date()
|
|
94
|
-
);
|
|
95
90
|
return /* @__PURE__ */ jsx("section", { id, className: clsx(formContainer({ variant })), children: /* @__PURE__ */ jsx("div", { className: clsx("containment"), children: /* @__PURE__ */ jsxs(FormProvider, { ...methods, children: [
|
|
96
91
|
icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", iconForm), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
|
|
97
92
|
/* @__PURE__ */ jsxs("div", { className: `${headerContainer} text_center`, children: [
|
|
@@ -189,16 +184,6 @@ const ScheduleCall = ({
|
|
|
189
184
|
variant
|
|
190
185
|
}
|
|
191
186
|
) }),
|
|
192
|
-
/* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
|
|
193
|
-
InputDateField,
|
|
194
|
-
{
|
|
195
|
-
locale: enUS,
|
|
196
|
-
onChange: (e) => console.log(e),
|
|
197
|
-
onFieldClear: () => setValueInputDateField(null),
|
|
198
|
-
placeholder: "Date",
|
|
199
|
-
value: valueInputDateField
|
|
200
|
-
}
|
|
201
|
-
) }),
|
|
202
187
|
/* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
|
|
203
188
|
Dropdown,
|
|
204
189
|
{
|
|
@@ -7,7 +7,7 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import { CurrencyInput } from "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import { LoadingIndicator } from "../LoadingIndicator/index.js";
|
|
20
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
21
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -51,7 +51,7 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
51
51
|
/* empty css */
|
|
52
52
|
import "../Input/Checkbox.js";
|
|
53
53
|
import "../Input/CurrencyInput.js";
|
|
54
|
-
import "../Input/
|
|
54
|
+
import "../Input/DownPaymentInput.js";
|
|
55
55
|
import "../Input/Dropdown.js";
|
|
56
56
|
import "../Input/Dropdown.css.js";
|
|
57
57
|
import "../Input/Input.js";
|
|
@@ -59,7 +59,6 @@ import "../Input/Input.css.js";
|
|
|
59
59
|
import "../Input/InputAmount.js";
|
|
60
60
|
import "../Input/InputPhone.js";
|
|
61
61
|
import "../Input/InputTextArea.js";
|
|
62
|
-
import "../Input/DownPaymentInput.js";
|
|
63
62
|
import "react-wrap-balancer";
|
|
64
63
|
/* empty css */
|
|
65
64
|
/* empty css */
|
package/dist/Forms/WcplSurvey.js
CHANGED
|
@@ -7,7 +7,7 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/
|
|
10
|
+
import "../Input/DownPaymentInput.js";
|
|
11
11
|
import "../Input/Dropdown.js";
|
|
12
12
|
import "../Input/Dropdown.css.js";
|
|
13
13
|
import "../Input/Input.js";
|
|
@@ -15,7 +15,6 @@ import "../Input/Input.css.js";
|
|
|
15
15
|
import "../Input/InputAmount.js";
|
|
16
16
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
17
|
import { InputTextArea } from "../Input/InputTextArea.js";
|
|
18
|
-
import "../Input/DownPaymentInput.js";
|
|
19
18
|
import { RadioButtonSet, RadioButton } from "../Input/RadioButton.js";
|
|
20
19
|
import { LoadingIndicator } from "../LoadingIndicator/index.js";
|
|
21
20
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
package/dist/Forms/index.js
CHANGED
|
@@ -23,7 +23,7 @@ import { MortgageRateFilters } from "./MortgageRate/MortgageRateQuoteFilters.js"
|
|
|
23
23
|
import { QuickPricer } from "./QuickPricer/QuickPricerForm.js";
|
|
24
24
|
import { rate_table_title, results_container } from "./QuickPricer/QuickPricerResults.css.js";
|
|
25
25
|
import { UserInformation } from "./QuickPricer/UserInformation.js";
|
|
26
|
-
import { user_buttons, user_card, user_container, user_headline, user_hr, user_image, user_information } from "./QuickPricer/UserInformation.css.js";
|
|
26
|
+
import { mb_form, user_buttons, user_card, user_container, user_headline, user_hr, user_image, user_information } from "./QuickPricer/UserInformation.css.js";
|
|
27
27
|
import { SalesforceFieldsForm, SalesforceSchema } from "./SalesforceFieldsForm.js";
|
|
28
28
|
import { ScheduleCall } from "./ScheduleCall.js";
|
|
29
29
|
import { ScheduleCallPremier } from "./ScheduleCallPremier.js";
|
|
@@ -70,6 +70,7 @@ export {
|
|
|
70
70
|
headerContainer,
|
|
71
71
|
headerForm,
|
|
72
72
|
iconForm,
|
|
73
|
+
mb_form,
|
|
73
74
|
modalCheckboxContainer,
|
|
74
75
|
modalMobile,
|
|
75
76
|
mt1Rem,
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -33,7 +33,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
33
33
|
import "@hookform/resolvers/zod";
|
|
34
34
|
import "../Input/Checkbox.js";
|
|
35
35
|
import "../Input/CurrencyInput.js";
|
|
36
|
-
import "../Input/
|
|
36
|
+
import "../Input/DownPaymentInput.js";
|
|
37
37
|
import "../Input/Dropdown.js";
|
|
38
38
|
import "../Input/Dropdown.css.js";
|
|
39
39
|
import "../Input/Input.js";
|
|
@@ -41,7 +41,6 @@ import "../Input/Input.css.js";
|
|
|
41
41
|
import "../Input/InputAmount.js";
|
|
42
42
|
import "../Input/InputPhone.js";
|
|
43
43
|
import "../Input/InputTextArea.js";
|
|
44
|
-
import "../Input/DownPaymentInput.js";
|
|
45
44
|
import "react-hook-form";
|
|
46
45
|
import "../Forms/Forms.css.js";
|
|
47
46
|
import "../Forms/SalesforceFieldsForm.js";
|
|
@@ -27,7 +27,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
27
27
|
import "@hookform/resolvers/zod";
|
|
28
28
|
import "../Input/Checkbox.js";
|
|
29
29
|
import "../Input/CurrencyInput.js";
|
|
30
|
-
import "../Input/
|
|
30
|
+
import "../Input/DownPaymentInput.js";
|
|
31
31
|
import "../Input/Dropdown.js";
|
|
32
32
|
import "../Input/Dropdown.css.js";
|
|
33
33
|
import "../Input/Input.js";
|
|
@@ -35,7 +35,6 @@ import "../Input/Input.css.js";
|
|
|
35
35
|
import "../Input/InputAmount.js";
|
|
36
36
|
import "../Input/InputPhone.js";
|
|
37
37
|
import "../Input/InputTextArea.js";
|
|
38
|
-
import "../Input/DownPaymentInput.js";
|
|
39
38
|
import "react-hook-form";
|
|
40
39
|
import "../Forms/Forms.css.js";
|
|
41
40
|
import "../Forms/SalesforceFieldsForm.js";
|
|
@@ -32,7 +32,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
32
32
|
import "@hookform/resolvers/zod";
|
|
33
33
|
import "../Input/Checkbox.js";
|
|
34
34
|
import "../Input/CurrencyInput.js";
|
|
35
|
-
import "../Input/
|
|
35
|
+
import "../Input/DownPaymentInput.js";
|
|
36
36
|
import "../Input/Dropdown.js";
|
|
37
37
|
import "../Input/Dropdown.css.js";
|
|
38
38
|
import "../Input/Input.js";
|
|
@@ -40,7 +40,6 @@ 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";
|
|
44
43
|
import "react-hook-form";
|
|
45
44
|
import "../Forms/Forms.css.js";
|
|
46
45
|
import "../Forms/SalesforceFieldsForm.js";
|
package/dist/ImageLink/index.js
CHANGED
|
@@ -31,7 +31,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
31
31
|
import "@hookform/resolvers/zod";
|
|
32
32
|
import "../Input/Checkbox.js";
|
|
33
33
|
import "../Input/CurrencyInput.js";
|
|
34
|
-
import "../Input/
|
|
34
|
+
import "../Input/DownPaymentInput.js";
|
|
35
35
|
import "../Input/Dropdown.js";
|
|
36
36
|
import "../Input/Dropdown.css.js";
|
|
37
37
|
import "../Input/Input.js";
|
|
@@ -39,7 +39,6 @@ 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";
|
|
43
42
|
import "react-hook-form";
|
|
44
43
|
import "../Forms/Forms.css.js";
|
|
45
44
|
import "../Forms/SalesforceFieldsForm.js";
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { InputNumberFormat } from "@react-input/number-format";
|
|
3
3
|
import { forwardRef } from "react";
|
|
4
4
|
import "./Checkbox.js";
|
|
5
|
-
import "./
|
|
5
|
+
import "./DownPaymentInput.js";
|
|
6
6
|
import "./Dropdown.js";
|
|
7
7
|
import "./Dropdown.css.js";
|
|
8
8
|
import { Input } from "./Input.js";
|
|
@@ -10,7 +10,6 @@ import "./Input.css.js";
|
|
|
10
10
|
import "./InputAmount.js";
|
|
11
11
|
import "./InputPhone.js";
|
|
12
12
|
import "./InputTextArea.js";
|
|
13
|
-
import "./DownPaymentInput.js";
|
|
14
13
|
const CurrencyInput = forwardRef(
|
|
15
14
|
(props, ref) => {
|
|
16
15
|
return /* @__PURE__ */ jsx(
|
|
@@ -3,14 +3,13 @@ import { InputMask } from "@react-input/mask";
|
|
|
3
3
|
import { forwardRef } from "react";
|
|
4
4
|
import "./Checkbox.js";
|
|
5
5
|
import "./CurrencyInput.js";
|
|
6
|
-
import "./
|
|
6
|
+
import "./DownPaymentInput.js";
|
|
7
7
|
import "./Dropdown.js";
|
|
8
8
|
import "./Dropdown.css.js";
|
|
9
9
|
import { Input } from "./Input.js";
|
|
10
10
|
import "./Input.css.js";
|
|
11
11
|
import "./InputPhone.js";
|
|
12
12
|
import "./InputTextArea.js";
|
|
13
|
-
import "./DownPaymentInput.js";
|
|
14
13
|
const InputAmount = forwardRef(
|
|
15
14
|
(props, ref) => {
|
|
16
15
|
return /* @__PURE__ */ jsx(
|
package/dist/Input/InputPhone.js
CHANGED
|
@@ -3,14 +3,13 @@ import { InputMask } from "@react-input/mask";
|
|
|
3
3
|
import { forwardRef } from "react";
|
|
4
4
|
import "./Checkbox.js";
|
|
5
5
|
import "./CurrencyInput.js";
|
|
6
|
-
import "./
|
|
6
|
+
import "./DownPaymentInput.js";
|
|
7
7
|
import "./Dropdown.js";
|
|
8
8
|
import "./Dropdown.css.js";
|
|
9
9
|
import { Input } from "./Input.js";
|
|
10
10
|
import "./Input.css.js";
|
|
11
11
|
import "./InputAmount.js";
|
|
12
12
|
import "./InputTextArea.js";
|
|
13
|
-
import "./DownPaymentInput.js";
|
|
14
13
|
const InputPhone = forwardRef(
|
|
15
14
|
(props, ref) => {
|
|
16
15
|
return /* @__PURE__ */ jsx(
|
package/dist/Input/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from './Checkbox';
|
|
2
2
|
export * from './CurrencyInput';
|
|
3
|
-
export * from './
|
|
3
|
+
export * from './DownPaymentInput';
|
|
4
4
|
export * from './Dropdown';
|
|
5
5
|
export * from './Dropdown.css';
|
|
6
6
|
export * from './Input';
|
|
@@ -9,4 +9,3 @@ export * from './InputAmount';
|
|
|
9
9
|
export * from './InputPhone';
|
|
10
10
|
export * from './InputProps';
|
|
11
11
|
export * from './InputTextArea';
|
|
12
|
-
export * from './DownPaymentInput';
|
package/dist/Input/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Checkbox } from "./Checkbox.js";
|
|
2
2
|
import { CurrencyInput } from "./CurrencyInput.js";
|
|
3
|
-
import {
|
|
3
|
+
import { DownPaymentInput } from "./DownPaymentInput.js";
|
|
4
4
|
import { Dropdown } from "./Dropdown.js";
|
|
5
5
|
import { dp_input, selectInput } from "./Dropdown.css.js";
|
|
6
6
|
import { Input } from "./Input.js";
|
|
@@ -8,7 +8,6 @@ import { container, helperText, iconContainer, iconContainerBase, iconInput, inp
|
|
|
8
8
|
import { InputAmount } from "./InputAmount.js";
|
|
9
9
|
import { InputPhone } from "./InputPhone.js";
|
|
10
10
|
import { InputTextArea } from "./InputTextArea.js";
|
|
11
|
-
import { DownPaymentInput } from "./DownPaymentInput.js";
|
|
12
11
|
export {
|
|
13
12
|
Checkbox,
|
|
14
13
|
CurrencyInput,
|
|
@@ -16,7 +15,6 @@ export {
|
|
|
16
15
|
Dropdown,
|
|
17
16
|
Input,
|
|
18
17
|
InputAmount,
|
|
19
|
-
InputDateField,
|
|
20
18
|
InputPhone,
|
|
21
19
|
InputTextArea,
|
|
22
20
|
container,
|
|
@@ -30,7 +30,7 @@ import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
30
30
|
import "@hookform/resolvers/zod";
|
|
31
31
|
import "../../Input/Checkbox.js";
|
|
32
32
|
import "../../Input/CurrencyInput.js";
|
|
33
|
-
import "../../Input/
|
|
33
|
+
import "../../Input/DownPaymentInput.js";
|
|
34
34
|
import "../../Input/Dropdown.js";
|
|
35
35
|
import "../../Input/Dropdown.css.js";
|
|
36
36
|
import "../../Input/Input.js";
|
|
@@ -38,7 +38,6 @@ 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";
|
|
42
41
|
import "react-hook-form";
|
|
43
42
|
import "../../Forms/Forms.css.js";
|
|
44
43
|
import "../../Forms/SalesforceFieldsForm.js";
|
|
@@ -33,7 +33,7 @@ import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
33
33
|
import "@hookform/resolvers/zod";
|
|
34
34
|
import "../../Input/Checkbox.js";
|
|
35
35
|
import "../../Input/CurrencyInput.js";
|
|
36
|
-
import "../../Input/
|
|
36
|
+
import "../../Input/DownPaymentInput.js";
|
|
37
37
|
import "../../Input/Dropdown.js";
|
|
38
38
|
import "../../Input/Dropdown.css.js";
|
|
39
39
|
import "../../Input/Input.js";
|
|
@@ -41,7 +41,6 @@ import "../../Input/Input.css.js";
|
|
|
41
41
|
import "../../Input/InputAmount.js";
|
|
42
42
|
import "../../Input/InputPhone.js";
|
|
43
43
|
import "../../Input/InputTextArea.js";
|
|
44
|
-
import "../../Input/DownPaymentInput.js";
|
|
45
44
|
import "react-hook-form";
|
|
46
45
|
import "../../Forms/Forms.css.js";
|
|
47
46
|
import "../../Forms/SalesforceFieldsForm.js";
|
|
@@ -31,7 +31,7 @@ import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
31
31
|
import "@hookform/resolvers/zod";
|
|
32
32
|
import "../../Input/Checkbox.js";
|
|
33
33
|
import "../../Input/CurrencyInput.js";
|
|
34
|
-
import "../../Input/
|
|
34
|
+
import "../../Input/DownPaymentInput.js";
|
|
35
35
|
import "../../Input/Dropdown.js";
|
|
36
36
|
import "../../Input/Dropdown.css.js";
|
|
37
37
|
import "../../Input/Input.js";
|
|
@@ -39,7 +39,6 @@ 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";
|
|
43
42
|
import "react-hook-form";
|
|
44
43
|
import "../../Forms/Forms.css.js";
|
|
45
44
|
import "../../Forms/SalesforceFieldsForm.js";
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -27,7 +27,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
27
27
|
import "@hookform/resolvers/zod";
|
|
28
28
|
import "../Input/Checkbox.js";
|
|
29
29
|
import "../Input/CurrencyInput.js";
|
|
30
|
-
import "../Input/
|
|
30
|
+
import "../Input/DownPaymentInput.js";
|
|
31
31
|
import "../Input/Dropdown.js";
|
|
32
32
|
import "../Input/Dropdown.css.js";
|
|
33
33
|
import "../Input/Input.js";
|
|
@@ -35,7 +35,6 @@ import "../Input/Input.css.js";
|
|
|
35
35
|
import "../Input/InputAmount.js";
|
|
36
36
|
import "../Input/InputPhone.js";
|
|
37
37
|
import "../Input/InputTextArea.js";
|
|
38
|
-
import "../Input/DownPaymentInput.js";
|
|
39
38
|
import "react-hook-form";
|
|
40
39
|
import "../Forms/Forms.css.js";
|
|
41
40
|
import "../Forms/SalesforceFieldsForm.js";
|
|
@@ -31,7 +31,7 @@ import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
31
31
|
import "@hookform/resolvers/zod";
|
|
32
32
|
import "../../Input/Checkbox.js";
|
|
33
33
|
import "../../Input/CurrencyInput.js";
|
|
34
|
-
import "../../Input/
|
|
34
|
+
import "../../Input/DownPaymentInput.js";
|
|
35
35
|
import "../../Input/Dropdown.js";
|
|
36
36
|
import "../../Input/Dropdown.css.js";
|
|
37
37
|
import "../../Input/Input.js";
|
|
@@ -39,7 +39,6 @@ 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";
|
|
43
42
|
import "react-hook-form";
|
|
44
43
|
import "../../Forms/Forms.css.js";
|
|
45
44
|
import "../../Forms/SalesforceFieldsForm.js";
|
|
@@ -32,7 +32,7 @@ import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
32
32
|
import "@hookform/resolvers/zod";
|
|
33
33
|
import "../../Input/Checkbox.js";
|
|
34
34
|
import "../../Input/CurrencyInput.js";
|
|
35
|
-
import "../../Input/
|
|
35
|
+
import "../../Input/DownPaymentInput.js";
|
|
36
36
|
import "../../Input/Dropdown.js";
|
|
37
37
|
import "../../Input/Dropdown.css.js";
|
|
38
38
|
import "../../Input/Input.js";
|
|
@@ -40,7 +40,6 @@ 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";
|
|
44
43
|
import "react-hook-form";
|
|
45
44
|
import "../../Forms/Forms.css.js";
|
|
46
45
|
import "../../Forms/SalesforceFieldsForm.js";
|
|
@@ -28,7 +28,7 @@ import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
28
28
|
import "@hookform/resolvers/zod";
|
|
29
29
|
import "../../Input/Checkbox.js";
|
|
30
30
|
import "../../Input/CurrencyInput.js";
|
|
31
|
-
import "../../Input/
|
|
31
|
+
import "../../Input/DownPaymentInput.js";
|
|
32
32
|
import "../../Input/Dropdown.js";
|
|
33
33
|
import "../../Input/Dropdown.css.js";
|
|
34
34
|
import "../../Input/Input.js";
|
|
@@ -36,7 +36,6 @@ import "../../Input/Input.css.js";
|
|
|
36
36
|
import "../../Input/InputAmount.js";
|
|
37
37
|
import "../../Input/InputPhone.js";
|
|
38
38
|
import "../../Input/InputTextArea.js";
|
|
39
|
-
import "../../Input/DownPaymentInput.js";
|
|
40
39
|
import "react-hook-form";
|
|
41
40
|
import "../../Forms/Forms.css.js";
|
|
42
41
|
import "../../Forms/SalesforceFieldsForm.js";
|
|
@@ -29,7 +29,7 @@ import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
|
29
29
|
import "@hookform/resolvers/zod";
|
|
30
30
|
import "../Input/Checkbox.js";
|
|
31
31
|
import "../Input/CurrencyInput.js";
|
|
32
|
-
import "../Input/
|
|
32
|
+
import "../Input/DownPaymentInput.js";
|
|
33
33
|
import "../Input/Dropdown.js";
|
|
34
34
|
import "../Input/Dropdown.css.js";
|
|
35
35
|
import "../Input/Input.js";
|
|
@@ -37,7 +37,6 @@ 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";
|
|
41
40
|
import "react-hook-form";
|
|
42
41
|
import "../Forms/Forms.css.js";
|
|
43
42
|
import "../Forms/SalesforceFieldsForm.js";
|
|
@@ -40,6 +40,9 @@
|
|
|
40
40
|
flex-wrap: wrap;
|
|
41
41
|
padding: 0 24px;
|
|
42
42
|
}
|
|
43
|
+
.uw98ur7 {
|
|
44
|
+
margin-bottom: 2rem;
|
|
45
|
+
}
|
|
43
46
|
@media screen and (max-width: 960px) {
|
|
44
47
|
.uw98ur0 {
|
|
45
48
|
display: flex;
|
|
@@ -67,4 +70,9 @@
|
|
|
67
70
|
.uw98ur6:first-child {
|
|
68
71
|
margin-bottom: 1em;
|
|
69
72
|
}
|
|
73
|
+
}
|
|
74
|
+
@media screen and (max-width: 1024px) {
|
|
75
|
+
.uw98ur7 {
|
|
76
|
+
margin-bottom: 0;
|
|
77
|
+
}
|
|
70
78
|
}
|
package/dist/main.js
CHANGED
|
@@ -66,7 +66,7 @@ import { MortgageRateFilters } from "./Forms/MortgageRate/MortgageRateQuoteFilte
|
|
|
66
66
|
import { QuickPricer } from "./Forms/QuickPricer/QuickPricerForm.js";
|
|
67
67
|
import { rate_table_title, results_container } from "./Forms/QuickPricer/QuickPricerResults.css.js";
|
|
68
68
|
import { UserInformation } from "./Forms/QuickPricer/UserInformation.js";
|
|
69
|
-
import { user_buttons, user_card, user_container, user_headline, user_hr, user_image, user_information } from "./Forms/QuickPricer/UserInformation.css.js";
|
|
69
|
+
import { mb_form, user_buttons, user_card, user_container, user_headline, user_hr, user_image, user_information } from "./Forms/QuickPricer/UserInformation.css.js";
|
|
70
70
|
import { SalesforceFieldsForm, SalesforceSchema } from "./Forms/SalesforceFieldsForm.js";
|
|
71
71
|
import { ScheduleCall } from "./Forms/ScheduleCall.js";
|
|
72
72
|
import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
|
|
@@ -113,7 +113,7 @@ import "react";
|
|
|
113
113
|
import { ImageLinkSet } from "./ImageLink/ImageLinkSet.js";
|
|
114
114
|
import { Checkbox } from "./Input/Checkbox.js";
|
|
115
115
|
import { CurrencyInput } from "./Input/CurrencyInput.js";
|
|
116
|
-
import {
|
|
116
|
+
import { DownPaymentInput } from "./Input/DownPaymentInput.js";
|
|
117
117
|
import { Dropdown } from "./Input/Dropdown.js";
|
|
118
118
|
import { dp_input, selectInput } from "./Input/Dropdown.css.js";
|
|
119
119
|
import { Input } from "./Input/Input.js";
|
|
@@ -121,7 +121,6 @@ import { container, helperText, iconContainer, iconContainerBase, iconInput, inp
|
|
|
121
121
|
import { InputAmount } from "./Input/InputAmount.js";
|
|
122
122
|
import { InputPhone } from "./Input/InputPhone.js";
|
|
123
123
|
import { InputTextArea } from "./Input/InputTextArea.js";
|
|
124
|
-
import { DownPaymentInput } from "./Input/DownPaymentInput.js";
|
|
125
124
|
import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelector.js";
|
|
126
125
|
import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
|
|
127
126
|
import { featured_center_vertical, featured_grid, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_divider, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title } from "./Insight/Featured/Featured.css.js";
|
|
@@ -261,7 +260,6 @@ export {
|
|
|
261
260
|
ImageLinkSet,
|
|
262
261
|
Input,
|
|
263
262
|
InputAmount,
|
|
264
|
-
InputDateField,
|
|
265
263
|
InputPhone,
|
|
266
264
|
InputTextArea,
|
|
267
265
|
InsightItem,
|
|
@@ -500,6 +498,7 @@ export {
|
|
|
500
498
|
lp_hover,
|
|
501
499
|
lp_theme,
|
|
502
500
|
mb_8,
|
|
501
|
+
mb_form,
|
|
503
502
|
media,
|
|
504
503
|
mh_330,
|
|
505
504
|
modalCheckboxContainer,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axos-web-dev/shared-components",
|
|
3
3
|
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.157",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"npm:link": "npm run build && npm link"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
+
"@headlessui/react": "^2.1.10",
|
|
31
32
|
"@hookform/resolvers": "^3.9.0",
|
|
32
33
|
"@react-input/mask": "^1.2.11",
|
|
33
34
|
"@react-input/number-format": "^1.1.1",
|
|
@@ -43,7 +44,9 @@
|
|
|
43
44
|
"moment": "^2.30.1",
|
|
44
45
|
"react-date-picker": "^11.0.0",
|
|
45
46
|
"react-hook-form": "^7.53.1",
|
|
47
|
+
"react-date-range": "^2.0.1",
|
|
46
48
|
"react-markdown": "^9.0.1",
|
|
49
|
+
"react-popper": "^2.3.0",
|
|
47
50
|
"react-slick": "^0.30.2",
|
|
48
51
|
"react-use": "^17.5.1",
|
|
49
52
|
"react-wrap-balancer": "^1.1.1",
|
|
@@ -55,12 +58,15 @@
|
|
|
55
58
|
"zustand": "^4.5.5"
|
|
56
59
|
},
|
|
57
60
|
"peerDependencies": {
|
|
61
|
+
"@headlessui/react": "^2.1.10",
|
|
58
62
|
"@vanilla-extract/css-utils": "^0.1.3",
|
|
59
63
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
60
64
|
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
61
65
|
"next": "^14.1.4",
|
|
62
66
|
"react": "^18.2.0",
|
|
67
|
+
"react-date-range": "^2.0.1",
|
|
63
68
|
"react-dom": "^18.2.0",
|
|
69
|
+
"react-popper": "^2.3.0",
|
|
64
70
|
"react-slick": "^0.30.2",
|
|
65
71
|
"slick-carousel": "^1.8.1"
|
|
66
72
|
},
|
|
@@ -83,6 +89,7 @@
|
|
|
83
89
|
"@types/lodash": "^4.17.10",
|
|
84
90
|
"@types/node": "^20.16.10",
|
|
85
91
|
"@types/react": "^18.3.11",
|
|
92
|
+
"@types/react-date-range": "^1.4.9",
|
|
86
93
|
"@types/react-datepicker": "^6.2.0",
|
|
87
94
|
"@types/react-dom": "^18.3.0",
|
|
88
95
|
"@types/react-slick": "^0.23.13",
|