@axos-web-dev/shared-components 0.0.173 → 0.0.174
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 -1
- package/dist/Button/Button.js +1 -1
- package/dist/Calculators/Calculator.js +1 -1
- package/dist/Carousel/index.js +1 -1
- package/dist/Chevron/index.js +1 -1
- package/dist/Comparison/Comparison.js +1 -1
- package/dist/FaqAccordion/index.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
- package/dist/Forms/ApplicationStart.js +1 -1
- package/dist/Forms/ClearingForm.js +1 -1
- package/dist/Forms/CommercialDeposits.js +1 -1
- package/dist/Forms/CommercialLending.js +1 -1
- package/dist/Forms/ContactCompany.js +1 -1
- package/dist/Forms/ContactUs.js +1 -1
- package/dist/Forms/ContactUsAAS.js +1 -1
- package/dist/Forms/ContactUsBusiness.js +1 -1
- package/dist/Forms/ContactUsNMLSId.js +1 -1
- package/dist/Forms/CpraRequest.js +1 -1
- package/dist/Forms/DealerServices.js +1 -1
- package/dist/Forms/EmailOnly.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +1 -1
- package/dist/Forms/ScheduleCall.js +1 -1
- package/dist/Forms/ScheduleCallPremier.js +1 -1
- package/dist/Forms/SuccesForm.js +1 -1
- package/dist/Forms/WcplSurvey.js +1 -1
- package/dist/Hyperlink/index.js +1 -1
- package/dist/ImageLink/ImageLink.js +1 -1
- package/dist/ImageLink/ImageLinkSet.js +1 -1
- package/dist/ImageLink/index.js +1 -1
- package/dist/Input/CurrencyInput.js +1 -1
- package/dist/Input/InputAmount.js +1 -1
- package/dist/Input/InputPhone.js +1 -1
- package/dist/Input/index.d.ts +1 -1
- package/dist/Input/index.js +1 -1
- package/dist/Insight/Featured/CategorySelector.js +1 -1
- package/dist/Insight/Featured/Featured.js +1 -1
- package/dist/Insight/Featured/Header.js +1 -1
- package/dist/Interstitial/Interstitial.js +3 -3
- package/dist/Interstitial/Interstitial.module.js +10 -13
- package/dist/Modal/Modal.js +1 -1
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/NavigationMenu/AxosBank/index.js +1 -1
- package/dist/SetContainer/SetContainer.js +1 -1
- package/dist/VideoWrapper/index.js +1 -1
- package/dist/assets/Interstitial/Interstitial.css.css +142 -147
- package/dist/main.js +1 -1
- package/package.json +131 -131
|
@@ -50,7 +50,6 @@ 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/DownPaymentInput.js";
|
|
54
53
|
import "../Input/Dropdown.js";
|
|
55
54
|
import "../Input/Dropdown.css.js";
|
|
56
55
|
import "../Input/Input.js";
|
|
@@ -58,6 +57,7 @@ import "../Input/Input.css.js";
|
|
|
58
57
|
import "../Input/InputAmount.js";
|
|
59
58
|
import "../Input/InputPhone.js";
|
|
60
59
|
import "../Input/InputTextArea.js";
|
|
60
|
+
import "../Input/DownPaymentInput.js";
|
|
61
61
|
import "../Input/RadioButton.js";
|
|
62
62
|
import "react-hook-form";
|
|
63
63
|
import { iconForm } from "../Forms/Forms.css.js";
|
package/dist/Button/Button.js
CHANGED
|
@@ -30,7 +30,6 @@ 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/DownPaymentInput.js";
|
|
34
33
|
import "../Input/Dropdown.js";
|
|
35
34
|
import "../Input/Dropdown.css.js";
|
|
36
35
|
import "../Input/Input.js";
|
|
@@ -38,6 +37,7 @@ import "../Input/Input.css.js";
|
|
|
38
37
|
import "../Input/InputAmount.js";
|
|
39
38
|
import "../Input/InputPhone.js";
|
|
40
39
|
import "../Input/InputTextArea.js";
|
|
40
|
+
import "../Input/DownPaymentInput.js";
|
|
41
41
|
import "../Input/RadioButton.js";
|
|
42
42
|
import "react-hook-form";
|
|
43
43
|
import "../Forms/Forms.css.js";
|
|
@@ -53,7 +53,6 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
53
53
|
/* empty css */
|
|
54
54
|
import "../Input/Checkbox.js";
|
|
55
55
|
import "../Input/CurrencyInput.js";
|
|
56
|
-
import "../Input/DownPaymentInput.js";
|
|
57
56
|
import "../Input/Dropdown.js";
|
|
58
57
|
import "../Input/Dropdown.css.js";
|
|
59
58
|
import "../Input/Input.js";
|
|
@@ -61,6 +60,7 @@ import "../Input/Input.css.js";
|
|
|
61
60
|
import "../Input/InputAmount.js";
|
|
62
61
|
import "../Input/InputPhone.js";
|
|
63
62
|
import "../Input/InputTextArea.js";
|
|
63
|
+
import "../Input/DownPaymentInput.js";
|
|
64
64
|
import "../Input/RadioButton.js";
|
|
65
65
|
/* empty css */
|
|
66
66
|
/* empty css */
|
package/dist/Carousel/index.js
CHANGED
|
@@ -36,7 +36,6 @@ 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/DownPaymentInput.js";
|
|
40
39
|
import "../Input/Dropdown.js";
|
|
41
40
|
import "../Input/Dropdown.css.js";
|
|
42
41
|
import "../Input/Input.js";
|
|
@@ -44,6 +43,7 @@ import "../Input/Input.css.js";
|
|
|
44
43
|
import "../Input/InputAmount.js";
|
|
45
44
|
import "../Input/InputPhone.js";
|
|
46
45
|
import "../Input/InputTextArea.js";
|
|
46
|
+
import "../Input/DownPaymentInput.js";
|
|
47
47
|
import "../Input/RadioButton.js";
|
|
48
48
|
import "react-hook-form";
|
|
49
49
|
import "../Forms/Forms.css.js";
|
package/dist/Chevron/index.js
CHANGED
|
@@ -32,7 +32,6 @@ 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/DownPaymentInput.js";
|
|
36
35
|
import "../Input/Dropdown.js";
|
|
37
36
|
import "../Input/Dropdown.css.js";
|
|
38
37
|
import "../Input/Input.js";
|
|
@@ -40,6 +39,7 @@ import "../Input/Input.css.js";
|
|
|
40
39
|
import "../Input/InputAmount.js";
|
|
41
40
|
import "../Input/InputPhone.js";
|
|
42
41
|
import "../Input/InputTextArea.js";
|
|
42
|
+
import "../Input/DownPaymentInput.js";
|
|
43
43
|
import "../Input/RadioButton.js";
|
|
44
44
|
import "react-hook-form";
|
|
45
45
|
import "../Forms/Forms.css.js";
|
|
@@ -30,7 +30,6 @@ 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/DownPaymentInput.js";
|
|
34
33
|
import "../Input/Dropdown.js";
|
|
35
34
|
import "../Input/Dropdown.css.js";
|
|
36
35
|
import "../Input/Input.js";
|
|
@@ -38,6 +37,7 @@ import "../Input/Input.css.js";
|
|
|
38
37
|
import "../Input/InputAmount.js";
|
|
39
38
|
import "../Input/InputPhone.js";
|
|
40
39
|
import "../Input/InputTextArea.js";
|
|
40
|
+
import "../Input/DownPaymentInput.js";
|
|
41
41
|
import "../Input/RadioButton.js";
|
|
42
42
|
import "react-hook-form";
|
|
43
43
|
import "../Forms/Forms.css.js";
|
|
@@ -30,7 +30,6 @@ 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/DownPaymentInput.js";
|
|
34
33
|
import "../Input/Dropdown.js";
|
|
35
34
|
import "../Input/Dropdown.css.js";
|
|
36
35
|
import "../Input/Input.js";
|
|
@@ -38,6 +37,7 @@ import "../Input/Input.css.js";
|
|
|
38
37
|
import "../Input/InputAmount.js";
|
|
39
38
|
import "../Input/InputPhone.js";
|
|
40
39
|
import "../Input/InputTextArea.js";
|
|
40
|
+
import "../Input/DownPaymentInput.js";
|
|
41
41
|
import "../Input/RadioButton.js";
|
|
42
42
|
import "react-hook-form";
|
|
43
43
|
import "../Forms/Forms.css.js";
|
|
@@ -31,7 +31,6 @@ 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/DownPaymentInput.js";
|
|
35
34
|
import "../../Input/Dropdown.js";
|
|
36
35
|
import "../../Input/Dropdown.css.js";
|
|
37
36
|
import "../../Input/Input.js";
|
|
@@ -39,6 +38,7 @@ import "../../Input/Input.css.js";
|
|
|
39
38
|
import "../../Input/InputAmount.js";
|
|
40
39
|
import "../../Input/InputPhone.js";
|
|
41
40
|
import "../../Input/InputTextArea.js";
|
|
41
|
+
import "../../Input/DownPaymentInput.js";
|
|
42
42
|
import "../../Input/RadioButton.js";
|
|
43
43
|
import "react-hook-form";
|
|
44
44
|
import "../../Forms/Forms.css.js";
|
|
@@ -7,7 +7,6 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import { Checkbox } from "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -7,7 +7,6 @@ import { useState } from "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
19
|
import CheckboxGroup from "../Input/CheckboxGroup.js";
|
|
20
20
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
@@ -7,7 +7,6 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import { Checkbox } from "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -7,7 +7,6 @@ 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/DownPaymentInput.js";
|
|
11
10
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
19
|
import { LoadingIndicator } from "../LoadingIndicator/index.js";
|
|
20
20
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
@@ -7,7 +7,6 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
package/dist/Forms/ContactUs.js
CHANGED
|
@@ -7,7 +7,6 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -7,7 +7,6 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import { InputTextArea } from "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
19
|
import { LoadingIndicator } from "../LoadingIndicator/index.js";
|
|
20
20
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
@@ -3,7 +3,6 @@ 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/DownPaymentInput.js";
|
|
7
6
|
import "../Input/Dropdown.js";
|
|
8
7
|
import "../Input/Dropdown.css.js";
|
|
9
8
|
import { Input } from "../Input/Input.js";
|
|
@@ -11,6 +10,7 @@ import "../Input/Input.css.js";
|
|
|
11
10
|
import "../Input/InputAmount.js";
|
|
12
11
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
13
12
|
import "../Input/InputTextArea.js";
|
|
13
|
+
import "../Input/DownPaymentInput.js";
|
|
14
14
|
import "../Input/RadioButton.js";
|
|
15
15
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
16
16
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -3,7 +3,6 @@ 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/DownPaymentInput.js";
|
|
7
6
|
import "../Input/Dropdown.js";
|
|
8
7
|
import "../Input/Dropdown.css.js";
|
|
9
8
|
import { Input } from "../Input/Input.js";
|
|
@@ -11,6 +10,7 @@ import "../Input/Input.css.js";
|
|
|
11
10
|
import "../Input/InputAmount.js";
|
|
12
11
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
13
12
|
import "../Input/InputTextArea.js";
|
|
13
|
+
import "../Input/DownPaymentInput.js";
|
|
14
14
|
import "../Input/RadioButton.js";
|
|
15
15
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
16
16
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -7,7 +7,6 @@ import { useState } from "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import { RadioButtonSet, RadioButton } from "../Input/RadioButton.js";
|
|
19
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -7,7 +7,6 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import { InputTextArea } from "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
package/dist/Forms/EmailOnly.js
CHANGED
|
@@ -3,7 +3,6 @@ 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/DownPaymentInput.js";
|
|
7
6
|
import "../Input/Dropdown.js";
|
|
8
7
|
import "../Input/Dropdown.css.js";
|
|
9
8
|
import { Input } from "../Input/Input.js";
|
|
@@ -11,6 +10,7 @@ import "../Input/Input.css.js";
|
|
|
11
10
|
import "../Input/InputAmount.js";
|
|
12
11
|
import "../Input/InputPhone.js";
|
|
13
12
|
import "../Input/InputTextArea.js";
|
|
13
|
+
import "../Input/DownPaymentInput.js";
|
|
14
14
|
import "../Input/RadioButton.js";
|
|
15
15
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
16
16
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -31,7 +31,6 @@ 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 { DownPaymentInput } from "../../Input/DownPaymentInput.js";
|
|
35
34
|
import { Dropdown } from "../../Input/Dropdown.js";
|
|
36
35
|
import "../../Input/Dropdown.css.js";
|
|
37
36
|
import { Input } from "../../Input/Input.js";
|
|
@@ -39,6 +38,7 @@ import "../../Input/Input.css.js";
|
|
|
39
38
|
import "../../Input/InputAmount.js";
|
|
40
39
|
import { InputPhone } from "../../Input/InputPhone.js";
|
|
41
40
|
import "../../Input/InputTextArea.js";
|
|
41
|
+
import { DownPaymentInput } from "../../Input/DownPaymentInput.js";
|
|
42
42
|
import "../../Input/RadioButton.js";
|
|
43
43
|
import { useForm, FormProvider } from "react-hook-form";
|
|
44
44
|
import * as z from "zod";
|
|
@@ -7,7 +7,6 @@ import { useState, useEffect } from "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../../Input/Checkbox.js";
|
|
9
9
|
import "../../Input/CurrencyInput.js";
|
|
10
|
-
import { DownPaymentInput } from "../../Input/DownPaymentInput.js";
|
|
11
10
|
import { Dropdown } from "../../Input/Dropdown.js";
|
|
12
11
|
import { dp_input } from "../../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../../Input/Input.css.js";
|
|
|
15
14
|
import "../../Input/InputAmount.js";
|
|
16
15
|
import "../../Input/InputPhone.js";
|
|
17
16
|
import "../../Input/InputTextArea.js";
|
|
17
|
+
import { DownPaymentInput } from "../../Input/DownPaymentInput.js";
|
|
18
18
|
import "../../Input/RadioButton.js";
|
|
19
19
|
import clsx from "clsx";
|
|
20
20
|
import { useForm, FormProvider } from "react-hook-form";
|
|
@@ -3,7 +3,6 @@ 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/DownPaymentInput.js";
|
|
7
6
|
import { Dropdown } from "../../Input/Dropdown.js";
|
|
8
7
|
import "../../Input/Dropdown.css.js";
|
|
9
8
|
import { Input } from "../../Input/Input.js";
|
|
@@ -11,6 +10,7 @@ import "../../Input/Input.css.js";
|
|
|
11
10
|
import "../../Input/InputAmount.js";
|
|
12
11
|
import "../../Input/InputPhone.js";
|
|
13
12
|
import "../../Input/InputTextArea.js";
|
|
13
|
+
import "../../Input/DownPaymentInput.js";
|
|
14
14
|
import "../../Input/RadioButton.js";
|
|
15
15
|
import { useForm, FormProvider } from "react-hook-form";
|
|
16
16
|
import * as z from "zod";
|
|
@@ -7,7 +7,6 @@ import { useState } from "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import { Checkbox } from "../../Input/Checkbox.js";
|
|
9
9
|
import { CurrencyInput } from "../../Input/CurrencyInput.js";
|
|
10
|
-
import "../../Input/DownPaymentInput.js";
|
|
11
10
|
import { Dropdown } from "../../Input/Dropdown.js";
|
|
12
11
|
import "../../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../../Input/Input.css.js";
|
|
|
15
14
|
import "../../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../../Input/InputPhone.js";
|
|
17
16
|
import "../../Input/InputTextArea.js";
|
|
17
|
+
import "../../Input/DownPaymentInput.js";
|
|
18
18
|
import "../../Input/RadioButton.js";
|
|
19
19
|
import "../../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
20
|
import SvgAxosX from "../../icons/AxosX/index.js";
|
|
@@ -7,7 +7,6 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
19
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
20
20
|
import SvgAxosX from "../icons/AxosX/index.js";
|
|
@@ -7,7 +7,6 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import { CurrencyInput } from "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import { Dropdown } from "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import { Input } from "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import "../Input/RadioButton.js";
|
|
19
19
|
import { LoadingIndicator } from "../LoadingIndicator/index.js";
|
|
20
20
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -51,7 +51,6 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
51
51
|
/* empty css */
|
|
52
52
|
import "../Input/Checkbox.js";
|
|
53
53
|
import "../Input/CurrencyInput.js";
|
|
54
|
-
import "../Input/DownPaymentInput.js";
|
|
55
54
|
import "../Input/Dropdown.js";
|
|
56
55
|
import "../Input/Dropdown.css.js";
|
|
57
56
|
import "../Input/Input.js";
|
|
@@ -59,6 +58,7 @@ import "../Input/Input.css.js";
|
|
|
59
58
|
import "../Input/InputAmount.js";
|
|
60
59
|
import "../Input/InputPhone.js";
|
|
61
60
|
import "../Input/InputTextArea.js";
|
|
61
|
+
import "../Input/DownPaymentInput.js";
|
|
62
62
|
import "../Input/RadioButton.js";
|
|
63
63
|
/* empty css */
|
|
64
64
|
/* empty css */
|
package/dist/Forms/WcplSurvey.js
CHANGED
|
@@ -7,7 +7,6 @@ import "react";
|
|
|
7
7
|
import "react-use";
|
|
8
8
|
import "../Input/Checkbox.js";
|
|
9
9
|
import "../Input/CurrencyInput.js";
|
|
10
|
-
import "../Input/DownPaymentInput.js";
|
|
11
10
|
import "../Input/Dropdown.js";
|
|
12
11
|
import "../Input/Dropdown.css.js";
|
|
13
12
|
import "../Input/Input.js";
|
|
@@ -15,6 +14,7 @@ import "../Input/Input.css.js";
|
|
|
15
14
|
import "../Input/InputAmount.js";
|
|
16
15
|
import { InputPhone } from "../Input/InputPhone.js";
|
|
17
16
|
import { InputTextArea } from "../Input/InputTextArea.js";
|
|
17
|
+
import "../Input/DownPaymentInput.js";
|
|
18
18
|
import { RadioButtonSet, RadioButton } from "../Input/RadioButton.js";
|
|
19
19
|
import { LoadingIndicator } from "../LoadingIndicator/index.js";
|
|
20
20
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -33,7 +33,6 @@ 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/DownPaymentInput.js";
|
|
37
36
|
import "../Input/Dropdown.js";
|
|
38
37
|
import "../Input/Dropdown.css.js";
|
|
39
38
|
import "../Input/Input.js";
|
|
@@ -41,6 +40,7 @@ import "../Input/Input.css.js";
|
|
|
41
40
|
import "../Input/InputAmount.js";
|
|
42
41
|
import "../Input/InputPhone.js";
|
|
43
42
|
import "../Input/InputTextArea.js";
|
|
43
|
+
import "../Input/DownPaymentInput.js";
|
|
44
44
|
import "../Input/RadioButton.js";
|
|
45
45
|
import "react-hook-form";
|
|
46
46
|
import "../Forms/Forms.css.js";
|
|
@@ -27,7 +27,6 @@ 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/DownPaymentInput.js";
|
|
31
30
|
import "../Input/Dropdown.js";
|
|
32
31
|
import "../Input/Dropdown.css.js";
|
|
33
32
|
import "../Input/Input.js";
|
|
@@ -35,6 +34,7 @@ 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 "../Input/RadioButton.js";
|
|
39
39
|
import "react-hook-form";
|
|
40
40
|
import "../Forms/Forms.css.js";
|
|
@@ -32,7 +32,6 @@ 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/DownPaymentInput.js";
|
|
36
35
|
import "../Input/Dropdown.js";
|
|
37
36
|
import "../Input/Dropdown.css.js";
|
|
38
37
|
import "../Input/Input.js";
|
|
@@ -40,6 +39,7 @@ import "../Input/Input.css.js";
|
|
|
40
39
|
import "../Input/InputAmount.js";
|
|
41
40
|
import "../Input/InputPhone.js";
|
|
42
41
|
import "../Input/InputTextArea.js";
|
|
42
|
+
import "../Input/DownPaymentInput.js";
|
|
43
43
|
import "../Input/RadioButton.js";
|
|
44
44
|
import "react-hook-form";
|
|
45
45
|
import "../Forms/Forms.css.js";
|
package/dist/ImageLink/index.js
CHANGED
|
@@ -31,7 +31,6 @@ 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/DownPaymentInput.js";
|
|
35
34
|
import "../Input/Dropdown.js";
|
|
36
35
|
import "../Input/Dropdown.css.js";
|
|
37
36
|
import "../Input/Input.js";
|
|
@@ -39,6 +38,7 @@ import "../Input/Input.css.js";
|
|
|
39
38
|
import "../Input/InputAmount.js";
|
|
40
39
|
import "../Input/InputPhone.js";
|
|
41
40
|
import "../Input/InputTextArea.js";
|
|
41
|
+
import "../Input/DownPaymentInput.js";
|
|
42
42
|
import "../Input/RadioButton.js";
|
|
43
43
|
import "react-hook-form";
|
|
44
44
|
import "../Forms/Forms.css.js";
|
|
@@ -2,7 +2,6 @@ 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 "./DownPaymentInput.js";
|
|
6
5
|
import "./Dropdown.js";
|
|
7
6
|
import "./Dropdown.css.js";
|
|
8
7
|
import { Input } from "./Input.js";
|
|
@@ -10,6 +9,7 @@ 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
|
import "./RadioButton.js";
|
|
14
14
|
const CurrencyInput = forwardRef(
|
|
15
15
|
(props, ref) => {
|
|
@@ -3,13 +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 "./DownPaymentInput.js";
|
|
7
6
|
import "./Dropdown.js";
|
|
8
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
|
import "./RadioButton.js";
|
|
14
14
|
const InputAmount = forwardRef(
|
|
15
15
|
(props, ref) => {
|
package/dist/Input/InputPhone.js
CHANGED
|
@@ -3,13 +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 "./DownPaymentInput.js";
|
|
7
6
|
import "./Dropdown.js";
|
|
8
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
|
import "./RadioButton.js";
|
|
14
14
|
const InputPhone = forwardRef(
|
|
15
15
|
(props, ref) => {
|
package/dist/Input/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export * from './Checkbox';
|
|
2
2
|
export * from './CurrencyInput';
|
|
3
|
-
export * from './DownPaymentInput';
|
|
4
3
|
export * from './Dropdown';
|
|
5
4
|
export * from './Dropdown.css';
|
|
6
5
|
export * from './Input';
|
|
@@ -9,4 +8,5 @@ export * from './InputAmount';
|
|
|
9
8
|
export * from './InputPhone';
|
|
10
9
|
export * from './InputProps';
|
|
11
10
|
export * from './InputTextArea';
|
|
11
|
+
export * from './DownPaymentInput';
|
|
12
12
|
export * from './RadioButton';
|
package/dist/Input/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Checkbox } from "./Checkbox.js";
|
|
2
2
|
import { CurrencyInput } from "./CurrencyInput.js";
|
|
3
|
-
import { DownPaymentInput } from "./DownPaymentInput.js";
|
|
4
3
|
import { Dropdown } from "./Dropdown.js";
|
|
5
4
|
import { dp_input, selectInput } from "./Dropdown.css.js";
|
|
6
5
|
import { Input } from "./Input.js";
|
|
@@ -8,6 +7,7 @@ import { container, helperText, iconContainer, iconContainerBase, iconInput, inp
|
|
|
8
7
|
import { InputAmount } from "./InputAmount.js";
|
|
9
8
|
import { InputPhone } from "./InputPhone.js";
|
|
10
9
|
import { InputTextArea } from "./InputTextArea.js";
|
|
10
|
+
import { DownPaymentInput } from "./DownPaymentInput.js";
|
|
11
11
|
import { RadioButton, RadioButtonSet } from "./RadioButton.js";
|
|
12
12
|
export {
|
|
13
13
|
Checkbox,
|
|
@@ -30,7 +30,6 @@ 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/DownPaymentInput.js";
|
|
34
33
|
import "../../Input/Dropdown.js";
|
|
35
34
|
import "../../Input/Dropdown.css.js";
|
|
36
35
|
import "../../Input/Input.js";
|
|
@@ -38,6 +37,7 @@ import "../../Input/Input.css.js";
|
|
|
38
37
|
import "../../Input/InputAmount.js";
|
|
39
38
|
import "../../Input/InputPhone.js";
|
|
40
39
|
import "../../Input/InputTextArea.js";
|
|
40
|
+
import "../../Input/DownPaymentInput.js";
|
|
41
41
|
import "../../Input/RadioButton.js";
|
|
42
42
|
import "react-hook-form";
|
|
43
43
|
import "../../Forms/Forms.css.js";
|