@axos-web-dev/shared-components 0.0.82 → 0.0.83
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/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +35 -0
- package/dist/{AnnualFeeCalculator → Calculators/AnnualFeeCalculator}/index.d.ts +1 -1
- package/dist/{AnnualFeeCalculator → Calculators/AnnualFeeCalculator}/index.js +4 -4
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +50 -0
- package/dist/{ApyCalculator → Calculators/ApyCalculator}/index.d.ts +2 -2
- package/dist/{ApyCalculator → Calculators/ApyCalculator}/index.js +5 -5
- package/dist/Calculators/Calculator.d.ts +1 -1
- package/dist/Calculators/Calculator.js +53 -39
- package/dist/Calculators/MarginTradingCalculator/MarginTradingCalculator.css.d.ts +26 -0
- package/dist/Calculators/MarginTradingCalculator/MarginTradingCalculator.css.js +55 -0
- package/dist/Calculators/MarginTradingCalculator/index.d.ts +9 -0
- package/dist/Calculators/MarginTradingCalculator/index.js +409 -0
- package/dist/Calculators/MaxLoanCalculator/index.d.ts +8 -0
- package/dist/Calculators/MaxLoanCalculator/index.js +216 -0
- package/dist/{MonthlyPaymentCalculator → Calculators/MonthlyPaymentCalculator}/MonthlyPaymentCalculator.css.d.ts +1 -0
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +24 -0
- package/dist/{MonthlyPaymentCalculator → Calculators/MonthlyPaymentCalculator}/index.js +5 -5
- package/dist/Carousel/index.js +9 -8
- package/dist/Chevron/index.js +12 -11
- package/dist/Comparison/Comparison.js +4 -3
- package/dist/Comparison/ComparisonSet.js +8 -7
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +11 -10
- package/dist/Forms/ContactUsAAS.js +9 -8
- package/dist/Forms/ContactUsBusiness.js +9 -8
- package/dist/Forms/ContactUsNMLSId.js +9 -8
- package/dist/Forms/EmailOnly.js +9 -8
- package/dist/Forms/SuccesForm.js +5 -4
- package/dist/Hyperlink/index.js +12 -11
- package/dist/ImageLink/ImageLink.js +5 -4
- package/dist/ImageLink/ImageLinkSet.js +4 -3
- package/dist/ImageLink/index.js +10 -9
- package/dist/Modal/Modal.js +9 -8
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +11 -10
- package/dist/SetContainer/SetContainer.js +5 -4
- package/dist/assets/{AnnualFeeCalculator → Calculators/AnnualFeeCalculator}/AnnualFeeCalculator.css +25 -25
- package/dist/assets/{ApyCalculator → Calculators/ApyCalculator}/ApyCalculator.css +37 -36
- package/dist/assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css +107 -0
- package/dist/assets/{MonthlyPaymentCalculator → Calculators/MonthlyPaymentCalculator}/MonthlyPaymentCalculator.css +18 -14
- package/dist/main.d.ts +4 -1
- package/dist/main.js +7 -1
- package/package.json +111 -111
- package/dist/AnnualFeeCalculator/AnnualFeeCalculator.css.js +0 -35
- package/dist/ApyCalculator/ApyCalculator.css.js +0 -50
- package/dist/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +0 -22
- /package/dist/{AnnualFeeCalculator → Calculators/AnnualFeeCalculator}/AnnualFeeCalculator.css.d.ts +0 -0
- /package/dist/{ApyCalculator → Calculators/ApyCalculator}/ApyCalculator.css.d.ts +0 -0
- /package/dist/{MonthlyPaymentCalculator → Calculators/MonthlyPaymentCalculator}/index.d.ts +0 -0
|
@@ -16,15 +16,13 @@ import "../icons/CheckIcon/CheckIcon.css.js";
|
|
|
16
16
|
import "../Accordion/Accordion.js";
|
|
17
17
|
import "../Accordion/Accordion.css.js";
|
|
18
18
|
import "../AlertBanner/AlertBanner.css.js";
|
|
19
|
-
import "../ApyCalculator/ApyCalculator.css.js";
|
|
20
|
-
import { header_section } from "../IconBillboard/IconBillboard.css.js";
|
|
21
19
|
import "../Article/Article.css.js";
|
|
22
20
|
import "../ArticlesSet/ArticlesSet.css.js";
|
|
23
21
|
/* empty css */
|
|
24
22
|
/* empty css */
|
|
25
23
|
/* empty css */
|
|
24
|
+
import { header_section } from "../IconBillboard/IconBillboard.css.js";
|
|
26
25
|
/* empty css */
|
|
27
|
-
import "../AnnualFeeCalculator/AnnualFeeCalculator.css.js";
|
|
28
26
|
import "@hookform/resolvers/zod";
|
|
29
27
|
import "../Input/Checkbox.js";
|
|
30
28
|
import "../Input/CurrencyInput.js";
|
|
@@ -39,9 +37,12 @@ import "../Forms/Forms.css.js";
|
|
|
39
37
|
import "../Forms/SalesforceFieldsForm.js";
|
|
40
38
|
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
41
39
|
import "../Input/RadioButton.js";
|
|
42
|
-
import "../MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
43
40
|
import "iframe-resizer";
|
|
44
41
|
import "../Calculators/calculator.css.js";
|
|
42
|
+
import "../Calculators/ApyCalculator/ApyCalculator.css.js";
|
|
43
|
+
import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
44
|
+
import "../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
|
|
45
|
+
/* empty css */
|
|
45
46
|
/* empty css */
|
|
46
47
|
import "../Carousel/index.js";
|
|
47
48
|
/* empty css */
|
package/dist/assets/{AnnualFeeCalculator → Calculators/AnnualFeeCalculator}/AnnualFeeCalculator.css
RENAMED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
.
|
|
1
|
+
._7zr6kt1 {
|
|
2
2
|
background: var(--_1073cm81);
|
|
3
3
|
color: var(--_1073cm82);
|
|
4
4
|
border: 1px solid #D4D4D4;
|
|
5
5
|
}
|
|
6
|
-
.
|
|
6
|
+
._7zr6kt2 {
|
|
7
7
|
background: var(--_1073cm88);
|
|
8
8
|
color: var(--_1073cm89);
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
._7zr6kt3 {
|
|
11
11
|
background: var(--_1073cm8f);
|
|
12
12
|
color: var(--_1073cm8g);
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
._7zr6kt4 {
|
|
15
15
|
background: var(--_1073cm8m);
|
|
16
16
|
color: var(--_1073cm8n);
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
._7zr6kt5 {
|
|
19
19
|
width: 50%;
|
|
20
|
-
padding: 4rem;
|
|
20
|
+
padding: 4rem 4rem 0;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
._7zr6kt6 {
|
|
23
23
|
padding: 4rem 28px 4rem 28px;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
._7zr6kt7 {
|
|
26
26
|
display: flex;
|
|
27
27
|
flex-direction: column;
|
|
28
28
|
align-items: center;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
._7zr6kt9 {
|
|
31
31
|
flex-basis: 50%;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
._7zr6kta {
|
|
34
34
|
color: #1e3860;
|
|
35
35
|
font-family: var(--main-font-family);
|
|
36
36
|
font-size: 34px;
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
letter-spacing: .2px;
|
|
39
39
|
line-height: 1.29;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._7zr6ktb {
|
|
42
42
|
width: 100%;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._7zr6ktc {
|
|
45
45
|
position: relative;
|
|
46
46
|
padding-right: 1rem;
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
._7zr6ktc::after {
|
|
49
49
|
content: "";
|
|
50
50
|
position: absolute;
|
|
51
51
|
background-color: #bdbdbd;
|
|
@@ -55,16 +55,16 @@
|
|
|
55
55
|
top: 0;
|
|
56
56
|
bottom: 0;
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
._7zr6ktd {
|
|
59
59
|
border-bottom: 1px solid #bdbdbd;
|
|
60
60
|
padding: 1.5rem 0;
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
._7zr6kte {
|
|
63
63
|
margin: auto;
|
|
64
64
|
min-width: 100%;
|
|
65
65
|
padding: 77px 0 60px;
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
._7zr6ktf {
|
|
68
68
|
width: 100%;
|
|
69
69
|
-webkit-appearance: none;
|
|
70
70
|
height: 12px;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
transition: opacity .2s, background .2s;
|
|
76
76
|
border-radius: 1rem;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
._7zr6ktf::-webkit-slider-thumb {
|
|
79
79
|
-webkit-appearance: none;
|
|
80
80
|
appearance: none;
|
|
81
81
|
width: 2rem;
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
-webkit-transition: all .35s ease;
|
|
88
88
|
transition: all .35s ease;
|
|
89
89
|
}
|
|
90
|
-
.
|
|
90
|
+
._7zr6ktf::-moz-range-thumb {
|
|
91
91
|
width: 2rem;
|
|
92
92
|
height: 2rem;
|
|
93
93
|
border: 1px solid #2670af;
|
|
@@ -97,29 +97,29 @@
|
|
|
97
97
|
-moz-transition: all .35s ease;
|
|
98
98
|
transition: all .35s ease;
|
|
99
99
|
}
|
|
100
|
-
.
|
|
100
|
+
._7zr6ktf::-webkit-slider-thumb:hover {
|
|
101
101
|
-webkit-transform: scale(1.2);
|
|
102
102
|
transform: scale(1.2);
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
._7zr6ktf::-moz-range-thumb:hover {
|
|
105
105
|
transform: scale(1.2);
|
|
106
106
|
}
|
|
107
107
|
@media screen and (max-width:1023px) {
|
|
108
|
-
.
|
|
108
|
+
._7zr6kt5 {
|
|
109
109
|
width: 100%;
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
._7zr6kt8 {
|
|
112
112
|
flex-direction: column;
|
|
113
113
|
}
|
|
114
|
-
.
|
|
114
|
+
._7zr6ktg {
|
|
115
115
|
padding-top: 0!important;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
._7zr6kth {
|
|
118
118
|
padding-bottom: 0!important;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
@media screen and (max-width:600px) {
|
|
122
|
-
.
|
|
122
|
+
._7zr6kt5 {
|
|
123
123
|
padding: 2rem;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
.
|
|
1
|
+
._1vox1xj1 {
|
|
2
2
|
background: var(--_1073cm81);
|
|
3
3
|
color: var(--_1073cm82);
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
._1vox1xj2 {
|
|
6
6
|
background: var(--_1073cm88);
|
|
7
7
|
color: var(--_1073cm89);
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
._1vox1xj3 {
|
|
10
10
|
background: var(--_1073cm8f);
|
|
11
11
|
color: var(--_1073cm8g);
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
._1vox1xj4 {
|
|
14
14
|
background: var(--_1073cm8m);
|
|
15
15
|
color: var(--_1073cm8n);
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
._1vox1xj5 {
|
|
18
18
|
padding: 2.5rem 0;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
._1vox1xj6 {
|
|
21
21
|
width: 100%;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
._1vox1xj7 {
|
|
24
24
|
margin-bottom: 2.5rem;
|
|
25
25
|
max-width: 49.5rem;
|
|
26
26
|
text-align: center;
|
|
27
27
|
margin-inline: auto;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
._1vox1xj9 {
|
|
30
30
|
color: red;
|
|
31
31
|
font-size: larger;
|
|
32
32
|
list-style: none;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
._1vox1xja {
|
|
35
35
|
max-width: 792px;
|
|
36
36
|
margin: 0 auto;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._1vox1xjb {
|
|
39
39
|
margin-top: 1rem;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._1vox1xjb label {
|
|
42
42
|
padding-left: 3px;
|
|
43
43
|
font-size: 18px;
|
|
44
44
|
font-weight: 600;
|
|
45
45
|
margin-bottom: 5px;
|
|
46
46
|
display: inline-block;
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
._1vox1xjb input, ._1vox1xjb select {
|
|
49
49
|
border-radius: 1rem;
|
|
50
50
|
outline: 0;
|
|
51
51
|
padding: 1rem 2rem;
|
|
@@ -53,101 +53,102 @@
|
|
|
53
53
|
letter-spacing: .3px;
|
|
54
54
|
color: #363636;
|
|
55
55
|
-webkit-appearance: none;
|
|
56
|
+
height: 59px;
|
|
56
57
|
}
|
|
57
|
-
.
|
|
58
|
+
._1vox1xjb .input_label {
|
|
58
59
|
color: inherit;
|
|
59
60
|
}
|
|
60
|
-
.
|
|
61
|
+
._1vox1xjc {
|
|
61
62
|
position: relative;
|
|
62
63
|
}
|
|
63
|
-
.
|
|
64
|
+
._1vox1xjd {
|
|
64
65
|
position: absolute;
|
|
65
66
|
color: #323339;
|
|
66
67
|
font-size: 18px;
|
|
67
68
|
font-weight: 500!important;
|
|
68
69
|
margin-bottom: 0;
|
|
69
70
|
}
|
|
70
|
-
.
|
|
71
|
+
._1vox1xje {
|
|
71
72
|
left: 21px;
|
|
72
73
|
top: 46px;
|
|
73
74
|
}
|
|
74
|
-
.
|
|
75
|
+
._1vox1xjf {
|
|
75
76
|
top: 47px;
|
|
76
77
|
right: 10px;
|
|
77
78
|
}
|
|
78
|
-
.
|
|
79
|
+
._1vox1xjg {
|
|
79
80
|
padding-left: 2rem;
|
|
80
81
|
}
|
|
81
|
-
.
|
|
82
|
+
._1vox1xji {
|
|
82
83
|
width: 100%;
|
|
83
84
|
}
|
|
84
|
-
.
|
|
85
|
+
._1vox1xjj > p {
|
|
85
86
|
font-size: 14px;
|
|
86
87
|
line-height: 1.3;
|
|
87
88
|
margin-bottom: 10px;
|
|
88
89
|
letter-spacing: .2px;
|
|
89
90
|
}
|
|
90
|
-
.
|
|
91
|
+
._1vox1xjk {
|
|
91
92
|
display: flex!important;
|
|
92
93
|
flex-direction: column;
|
|
93
94
|
align-items: center;
|
|
94
95
|
}
|
|
95
|
-
.
|
|
96
|
+
._1vox1xjl {
|
|
96
97
|
padding: 2rem;
|
|
97
98
|
width: 100%;
|
|
98
99
|
}
|
|
99
|
-
.
|
|
100
|
+
._1vox1xjm {
|
|
100
101
|
margin-bottom: 1rem;
|
|
101
102
|
}
|
|
102
|
-
._1073cm80 .
|
|
103
|
+
._1073cm80 ._1vox1xjo {
|
|
103
104
|
-webkit-background-clip: text;
|
|
104
105
|
background-image: var(--_1073cm84);
|
|
105
106
|
-webkit-text-fill-color: transparent;
|
|
106
107
|
text-shadow: 0px 0px #00000000;
|
|
107
108
|
}
|
|
108
|
-
._1es6o1h0 .
|
|
109
|
+
._1es6o1h0 ._1vox1xjo {
|
|
109
110
|
color: var(--_1073cm83);
|
|
110
111
|
}
|
|
111
|
-
._1073cm80 .
|
|
112
|
+
._1073cm80 ._1vox1xjp {
|
|
112
113
|
-webkit-background-clip: text;
|
|
113
114
|
background-image: var(--_1073cm8b);
|
|
114
115
|
-webkit-text-fill-color: transparent;
|
|
115
116
|
text-shadow: 0px 0px #00000000;
|
|
116
117
|
}
|
|
117
|
-
._1es6o1h0 .
|
|
118
|
+
._1es6o1h0 ._1vox1xjp {
|
|
118
119
|
color: var(--_1073cm8a);
|
|
119
120
|
}
|
|
120
|
-
.
|
|
121
|
+
._1vox1xjq {
|
|
121
122
|
color: var(--_1073cm8h);
|
|
122
123
|
}
|
|
123
|
-
.
|
|
124
|
+
._1vox1xjr {
|
|
124
125
|
color: var(--_1073cm8o);
|
|
125
126
|
}
|
|
126
|
-
.
|
|
127
|
+
._1vox1xjs {
|
|
127
128
|
margin-top: 0.5rem;
|
|
128
129
|
}
|
|
129
|
-
.
|
|
130
|
+
._1vox1xjt {
|
|
130
131
|
padding-inline-start: 0;
|
|
131
132
|
}
|
|
132
133
|
@media screen and (max-width:1124px) {
|
|
133
|
-
.
|
|
134
|
+
._1vox1xj5 {
|
|
134
135
|
flex-wrap: wrap;
|
|
135
136
|
justify-content: center;
|
|
136
137
|
}
|
|
137
|
-
.
|
|
138
|
+
._1vox1xjk {
|
|
138
139
|
margin-top: 2rem;
|
|
139
140
|
}
|
|
140
141
|
}
|
|
141
142
|
@media screen and (min-width:1125px) {
|
|
142
|
-
.
|
|
143
|
+
._1vox1xj6 {
|
|
143
144
|
margin-right: 2rem;
|
|
144
145
|
}
|
|
145
146
|
}
|
|
146
147
|
@media screen and (max-width:1023px) {
|
|
147
|
-
.
|
|
148
|
+
._1vox1xjb input, ._1vox1xjb select {
|
|
148
149
|
font-size: 1rem;
|
|
149
150
|
}
|
|
150
|
-
.
|
|
151
|
+
._1vox1xjj {
|
|
151
152
|
margin-top: 1rem;
|
|
152
153
|
}
|
|
153
154
|
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
._1mgfcbj0 {
|
|
2
|
+
width: 100%;
|
|
3
|
+
}
|
|
4
|
+
._1mgfcbj1 {
|
|
5
|
+
width: 50%;
|
|
6
|
+
}
|
|
7
|
+
._1mgfcbj2 {
|
|
8
|
+
gap: 24px;
|
|
9
|
+
}
|
|
10
|
+
._1mgfcbj3 {
|
|
11
|
+
flex-basis: 50%;
|
|
12
|
+
}
|
|
13
|
+
._1mgfcbj4 {
|
|
14
|
+
font-size: 36px;
|
|
15
|
+
}
|
|
16
|
+
._1mgfcbj5 {
|
|
17
|
+
background-image: linear-gradient(185deg,#1e3860 14.64%,#13818b 85.36%);
|
|
18
|
+
}
|
|
19
|
+
._1mgfcbj6 {
|
|
20
|
+
border-bottom: 4px solid #d4d4d4;
|
|
21
|
+
}
|
|
22
|
+
._1mgfcbj7 {
|
|
23
|
+
margin: 1rem 0;
|
|
24
|
+
}
|
|
25
|
+
._1mgfcbj8 {
|
|
26
|
+
width: 100%;
|
|
27
|
+
border-spacing: 0;
|
|
28
|
+
}
|
|
29
|
+
._1mgfcbj9 {
|
|
30
|
+
padding: 10px;
|
|
31
|
+
border: 1px solid #d4d4d4!important;
|
|
32
|
+
height: 50px;
|
|
33
|
+
}
|
|
34
|
+
._1mgfcbja {
|
|
35
|
+
border-top-left-radius: 1rem;
|
|
36
|
+
background-color: #ace1fc;
|
|
37
|
+
}
|
|
38
|
+
._1mgfcbjb {
|
|
39
|
+
border-top-right-radius: 1rem;
|
|
40
|
+
}
|
|
41
|
+
._1mgfcbjc {
|
|
42
|
+
border-bottom-left-radius: 1rem;
|
|
43
|
+
}
|
|
44
|
+
._1mgfcbjd {
|
|
45
|
+
border-bottom-right-radius: 1rem;
|
|
46
|
+
}
|
|
47
|
+
._1mgfcbje {
|
|
48
|
+
border-bottom: 0!important;
|
|
49
|
+
}
|
|
50
|
+
._1mgfcbjf {
|
|
51
|
+
background-color: #ace1fc;
|
|
52
|
+
}
|
|
53
|
+
._1mgfcbjg {
|
|
54
|
+
font-weight: 600;
|
|
55
|
+
}
|
|
56
|
+
._1mgfcbjh {
|
|
57
|
+
font-size: 22px;
|
|
58
|
+
font-weight: 600;
|
|
59
|
+
}
|
|
60
|
+
._1mgfcbji {
|
|
61
|
+
height: 50px;
|
|
62
|
+
}
|
|
63
|
+
._1mgfcbjj {
|
|
64
|
+
width: 25%;
|
|
65
|
+
}
|
|
66
|
+
._1mgfcbjp {
|
|
67
|
+
padding: 2.5rem 0;
|
|
68
|
+
}
|
|
69
|
+
@media screen and (max-width: 1023px) {
|
|
70
|
+
._1mgfcbjk {
|
|
71
|
+
flex-direction: column;
|
|
72
|
+
}
|
|
73
|
+
._1mgfcbjl {
|
|
74
|
+
flex-direction: row;
|
|
75
|
+
width: 100%;
|
|
76
|
+
margin-top: 32px;
|
|
77
|
+
margin-left: 0;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
@media screen and (max-width: 768px) {
|
|
81
|
+
._1mgfcbjl {
|
|
82
|
+
flex-direction: column;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
@media screen and (max-width: 603px) {
|
|
86
|
+
._1mgfcbjm {
|
|
87
|
+
font-size: 32px;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
@media screen and (max-width: 500px) {
|
|
91
|
+
._1mgfcbjm {
|
|
92
|
+
font-size: 24px;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
@media screen and (max-width: 400px) {
|
|
96
|
+
._1mgfcbjm {
|
|
97
|
+
font-size: 20px;
|
|
98
|
+
}
|
|
99
|
+
._1mgfcbjo {
|
|
100
|
+
font-size: 14px;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
@media screen and (max-width: 502px) {
|
|
104
|
+
._1mgfcbjn {
|
|
105
|
+
font-size: 12px;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
.
|
|
1
|
+
._10pitvc1 {
|
|
2
2
|
background: var(--_1073cm81);
|
|
3
3
|
color: var(--_1073cm82);
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
._10pitvc2 {
|
|
6
6
|
background: var(--_1073cm88);
|
|
7
7
|
color: var(--_1073cm89);
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
._10pitvc3 {
|
|
10
10
|
background: var(--_1073cm8f);
|
|
11
11
|
color: var(--_1073cm8g);
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
._10pitvc4 {
|
|
14
14
|
background: var(--_1073cm8m);
|
|
15
15
|
color: var(--_1073cm8n);
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
._10pitvc5 {
|
|
18
18
|
width: 33%;
|
|
19
19
|
padding: 0 1rem;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
._10pitvc6 {
|
|
22
22
|
height: 50px;
|
|
23
23
|
border-radius: 8px;
|
|
24
24
|
margin-top: .5rem;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
._10pitvc7 {
|
|
27
27
|
background: var(--_1073cm84);
|
|
28
28
|
background-clip: text;
|
|
29
29
|
-webkit-text-fill-color: transparent;
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
font-size: 2.5rem;
|
|
32
32
|
font-weight: 700;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
._10pitvc8 {
|
|
35
35
|
padding: 2rem;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
._10pitvc9 {
|
|
38
38
|
align-items: flex-start;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
._10pitvc5 input {
|
|
41
41
|
width: 100%;
|
|
42
42
|
}
|
|
43
43
|
select {
|
|
@@ -47,20 +47,24 @@ select {
|
|
|
47
47
|
background: url(https://images.axos.com/o9ov1v03uwqk/4ayjjdIkEzQsfmhKbPeNaE/636b57923fbdac891d48f78ca06ffeb6/image_1_-_2024-06-27T142052.191.png) no-repeat 95%;
|
|
48
48
|
background-color: #fff;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
._10pitvca {
|
|
51
51
|
font-weight: 700;
|
|
52
52
|
font-size: 24px;
|
|
53
53
|
color: #666;
|
|
54
54
|
}
|
|
55
|
-
.
|
|
55
|
+
._10pitvcb {
|
|
56
56
|
color: #d0021b;
|
|
57
57
|
}
|
|
58
|
+
._10pitvcc {
|
|
59
|
+
font-size: 34px!important;
|
|
60
|
+
line-height: 1.25;
|
|
61
|
+
}
|
|
58
62
|
@media screen and (max-width:1023px) {
|
|
59
|
-
.
|
|
63
|
+
._10pitvc5 {
|
|
60
64
|
width: 100%;
|
|
61
65
|
margin-bottom: 1rem;
|
|
62
66
|
}
|
|
63
|
-
.
|
|
67
|
+
._10pitvc9 {
|
|
64
68
|
align-items: center;
|
|
65
69
|
flex-direction: column;
|
|
66
70
|
}
|
package/dist/main.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from './ATMLocator';
|
|
2
2
|
export * from './Accordion';
|
|
3
3
|
export * from './AlertBanner';
|
|
4
|
-
export * from './ApyCalculator';
|
|
5
4
|
export * from './Article';
|
|
6
5
|
export * from './ArticlesSet';
|
|
7
6
|
export * from './Avatar';
|
|
@@ -10,6 +9,10 @@ export * from './AwardsItem';
|
|
|
10
9
|
export * from './BulletItem';
|
|
11
10
|
export * from './Button';
|
|
12
11
|
export * from './Calculators';
|
|
12
|
+
export * from './Calculators/AnnualFeeCalculator';
|
|
13
|
+
export * from './Calculators/ApyCalculator';
|
|
14
|
+
export * from './Calculators/MarginTradingCalculator';
|
|
15
|
+
export * from './Calculators/MonthlyPaymentCalculator';
|
|
13
16
|
export * from './CallToActionBar';
|
|
14
17
|
export * from './Carousel';
|
|
15
18
|
export * from './Chevron';
|
package/dist/main.js
CHANGED
|
@@ -3,7 +3,6 @@ import { ATMLocator } from "./ATMLocator/ATMLocator.js";
|
|
|
3
3
|
import { Accordion, AccordionCtx, AccordionDetails, AccordionHeader } from "./Accordion/Accordion.js";
|
|
4
4
|
import { accordion, bodyAccordion, headerAccordion, headerContent, hide, icon, paragraph } from "./Accordion/Accordion.css.js";
|
|
5
5
|
import { AlertBanner } from "./AlertBanner/index.js";
|
|
6
|
-
import { ApyCalculator } from "./ApyCalculator/index.js";
|
|
7
6
|
import { Article } from "./Article/Article.js";
|
|
8
7
|
import { ant_article, ant_card_body, ant_card_cta, ant_card_title, ant_content, ant_eyebrow, ant_img } from "./Article/Article.css.js";
|
|
9
8
|
import { ArticlesSet } from "./ArticlesSet/ArticlesSet.js";
|
|
@@ -19,6 +18,10 @@ import { button } from "./Button/Button.css.js";
|
|
|
19
18
|
import { GoBackButton } from "./Button/GoBackButton.js";
|
|
20
19
|
import { Calculator } from "./Calculators/Calculator.js";
|
|
21
20
|
import { calculator_description, calculator_headline } from "./Calculators/calculator.css.js";
|
|
21
|
+
import { AnnualFeeCalculator } from "./Calculators/AnnualFeeCalculator/index.js";
|
|
22
|
+
import { ApyCalculator } from "./Calculators/ApyCalculator/index.js";
|
|
23
|
+
import { MarginTradingCalculator } from "./Calculators/MarginTradingCalculator/index.js";
|
|
24
|
+
import { MonthlyPaymentCalculator } from "./Calculators/MonthlyPaymentCalculator/index.js";
|
|
22
25
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
23
26
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
24
27
|
import { Chevron } from "./Chevron/index.js";
|
|
@@ -150,6 +153,7 @@ export {
|
|
|
150
153
|
AccordionItemContent,
|
|
151
154
|
AccordionItemSummary,
|
|
152
155
|
AlertBanner,
|
|
156
|
+
AnnualFeeCalculator,
|
|
153
157
|
ApplicationStart,
|
|
154
158
|
ApyCalculator,
|
|
155
159
|
default6 as ArrowIcon,
|
|
@@ -217,8 +221,10 @@ export {
|
|
|
217
221
|
LoadingIndicator,
|
|
218
222
|
default18 as LockIcon,
|
|
219
223
|
MainHTML,
|
|
224
|
+
MarginTradingCalculator,
|
|
220
225
|
default19 as MemberFdicLogo,
|
|
221
226
|
Modal,
|
|
227
|
+
MonthlyPaymentCalculator,
|
|
222
228
|
default3 as NavBarAAS,
|
|
223
229
|
default5 as NavBarAFS,
|
|
224
230
|
default2 as NavBarAXA,
|