@axos-web-dev/shared-components 0.0.86 → 0.0.89
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/ApyCalculator/index.js +2 -4
- package/dist/Calculators/Calculator.js +7 -6
- package/dist/Calculators/MarginTradingCalculator/index.js +3 -6
- package/dist/Calculators/MaxLoanCalculator/index.d.ts +2 -2
- package/dist/Calculators/MaxLoanCalculator/index.js +3 -3
- package/dist/Calculators/index.d.ts +6 -0
- package/dist/Calculators/index.js +12 -0
- package/dist/CallToActionBar/index.js +1 -2
- package/dist/Carousel/index.js +9 -6
- package/dist/Chevron/index.js +5 -4
- package/dist/Comparison/Comparison.js +5 -4
- package/dist/Comparison/ComparisonSet.js +6 -5
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +5 -4
- package/dist/Forms/ContactUsBusiness.js +5 -4
- package/dist/Forms/ContactUsNMLSId.js +5 -4
- package/dist/Forms/EmailOnly.js +5 -4
- package/dist/Forms/SuccesForm.js +4 -3
- package/dist/HeroBanner/HeroBanner.css.d.ts +1 -0
- package/dist/HeroBanner/HeroBanner.css.js +9 -7
- package/dist/HeroBanner/HeroBanner.js +79 -66
- package/dist/HeroBanner/index.js +2 -1
- package/dist/Hyperlink/index.js +5 -4
- package/dist/ImageLink/ImageLink.js +5 -4
- package/dist/ImageLink/ImageLinkSet.js +5 -4
- package/dist/ImageLink/index.js +5 -4
- package/dist/Interstitial/Interstitial-variants.css.d.ts +10 -0
- package/dist/Interstitial/Interstitial-variants.css.js +9 -0
- package/dist/Interstitial/Interstitial.d.ts +16 -0
- package/dist/Interstitial/Interstitial.js +91 -0
- package/dist/Interstitial/Interstitial.module.js +32 -0
- package/dist/Interstitial/index.d.ts +1 -0
- package/dist/Interstitial/index.js +22 -0
- package/dist/Modal/Modal.js +6 -5
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +5 -4
- package/dist/SetContainer/SetContainer.js +5 -4
- package/dist/Table/Table.css.d.ts +1 -0
- package/dist/Table/Table.css.js +2 -0
- package/dist/Table/Table.interface.d.ts +1 -0
- package/dist/Table/Table.js +1 -1
- package/dist/Table/index.js +2 -1
- package/dist/assets/HeroBanner/HeroBanner.css +39 -35
- package/dist/assets/HeroBanner/SelectionBanner.css +1 -0
- package/dist/assets/Interstitial/Interstitial-variants.css +9 -0
- package/dist/assets/Interstitial/Interstitial.css.css +137 -0
- package/dist/assets/SetContainer/SetContainer.css +1 -0
- package/dist/assets/Table/Table.css +5 -1
- package/dist/assets/globals.css +6 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +12 -4
- package/dist/utils/allowedAxosDomains.js +1 -2
- package/package.json +9 -9
package/dist/Table/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table.js";
|
|
2
|
-
import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, tableWrapper, table_container, table_container_text, table_description_text, table_headline, td, th } from "./Table.css.js";
|
|
2
|
+
import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_cell, highlight_first_row, highlight_last_row, table, tableWrapper, table_container, table_container_text, table_description_text, table_headline, td, th } from "./Table.css.js";
|
|
3
3
|
export {
|
|
4
4
|
Table,
|
|
5
5
|
TableBody,
|
|
@@ -12,6 +12,7 @@ export {
|
|
|
12
12
|
bodyHeader,
|
|
13
13
|
headerCell,
|
|
14
14
|
headerVariants,
|
|
15
|
+
highlight_cell,
|
|
15
16
|
highlight_first_row,
|
|
16
17
|
highlight_last_row,
|
|
17
18
|
table,
|
|
@@ -24,75 +24,75 @@
|
|
|
24
24
|
justify-content: space-between;
|
|
25
25
|
align-items: center;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
._1ye8k3f9 {
|
|
28
28
|
padding: 2rem 0;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
._1ye8k3fb {
|
|
31
31
|
display: flex;
|
|
32
32
|
justify-content: flex-end;
|
|
33
33
|
max-width: 600px;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._1ye8k3fb img {
|
|
36
36
|
max-width: 604px;
|
|
37
37
|
max-height: 480px;
|
|
38
38
|
object-fit: cover;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
._1ye8k3fc {
|
|
41
41
|
display: block;
|
|
42
42
|
font: 700 14px / 1.3 var(--main-font-family);
|
|
43
43
|
margin-bottom: 2px;
|
|
44
44
|
letter-spacing: .2px;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
._1ye8k3fd {
|
|
47
47
|
background: var(--_1073cm84);
|
|
48
48
|
background-clip: text;
|
|
49
49
|
-webkit-text-fill-color: transparent;
|
|
50
50
|
text-shadow: 0px 0px #00000000;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
._1ye8k3fe {
|
|
53
53
|
background: var(--_1073cm8b);
|
|
54
54
|
background-clip: text;
|
|
55
55
|
-webkit-text-fill-color: transparent;
|
|
56
56
|
text-shadow: 0px 0px #00000000;
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
._1ye8k3ff {
|
|
59
59
|
color: var(--_1073cm8k);
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
._1ye8k3fg {
|
|
62
62
|
color: var(--_1073cm8n);
|
|
63
63
|
}
|
|
64
|
-
.
|
|
64
|
+
._1ye8k3fh {
|
|
65
65
|
font: 600 2.5rem / 1.25 var(--header-font-family);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
._1ye8k3fi {
|
|
68
68
|
background: var(--_1073cm84);
|
|
69
69
|
background-clip: text;
|
|
70
70
|
-webkit-text-fill-color: transparent;
|
|
71
71
|
text-shadow: 0px 0px #00000000;
|
|
72
72
|
}
|
|
73
|
-
.
|
|
73
|
+
._1ye8k3fj {
|
|
74
74
|
background: var(--_1073cm8b);
|
|
75
75
|
background-clip: text;
|
|
76
76
|
-webkit-text-fill-color: transparent;
|
|
77
77
|
text-shadow: 0px 0px #00000000;
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._1ye8k3fk {
|
|
80
80
|
color: var(--_1073cm8h);
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
._1ye8k3fl {
|
|
83
83
|
color: var(--_1073cm8o);
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
._1ye8k3f9 p {
|
|
86
86
|
font: 400 18px / 1.44 var(--main-font-family);
|
|
87
87
|
letter-spacing: .2px;
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
._1ye8k3fm {
|
|
90
90
|
margin-top: 3.5rem;
|
|
91
91
|
display: flex;
|
|
92
92
|
align-items: center;
|
|
93
93
|
gap: 2rem;
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
._1ye8k3fm:empty {
|
|
96
96
|
display: none;
|
|
97
97
|
}
|
|
98
98
|
@media screen and (min-width:1024px) {
|
|
@@ -100,34 +100,38 @@
|
|
|
100
100
|
flex-direction: row-reverse;
|
|
101
101
|
}
|
|
102
102
|
._1ye8k3f8 {
|
|
103
|
+
left: 0;
|
|
104
|
+
right: unset;
|
|
105
|
+
}
|
|
106
|
+
._1ye8k3f9 {
|
|
103
107
|
flex: 1 1;
|
|
104
108
|
max-width: 588px;
|
|
105
109
|
}
|
|
106
|
-
._1ye8k3f0 .
|
|
110
|
+
._1ye8k3f0 ._1ye8k3f9 {
|
|
107
111
|
max-width: 468px;
|
|
108
112
|
}
|
|
109
113
|
}
|
|
110
114
|
@media screen and (max-width:1280px) {
|
|
111
|
-
.
|
|
115
|
+
._1ye8k3fm {
|
|
112
116
|
margin-top: 2.5rem;
|
|
113
117
|
}
|
|
114
|
-
._1ye8k3f0 .
|
|
118
|
+
._1ye8k3f0 ._1ye8k3fm {
|
|
115
119
|
flex-direction: column;
|
|
116
120
|
}
|
|
117
|
-
._7etqoq5 .
|
|
121
|
+
._7etqoq5 ._1ye8k3fm {
|
|
118
122
|
flex-direction: row;
|
|
119
123
|
justify-content: center;
|
|
120
124
|
flex-wrap: wrap;
|
|
121
125
|
}
|
|
122
126
|
}
|
|
123
127
|
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
124
|
-
._1ye8k3f0 .
|
|
128
|
+
._1ye8k3f0 ._1ye8k3fa {
|
|
125
129
|
width: calc(100%-28px);
|
|
126
130
|
}
|
|
127
|
-
.
|
|
131
|
+
._1ye8k3fb img {
|
|
128
132
|
aspect-ratio: 1 / 1;
|
|
129
133
|
}
|
|
130
|
-
._1ye8k3f0 .
|
|
134
|
+
._1ye8k3f0 ._1ye8k3fm {
|
|
131
135
|
align-items: flex-start;
|
|
132
136
|
}
|
|
133
137
|
}
|
|
@@ -135,19 +139,19 @@
|
|
|
135
139
|
._1ye8k3f6 {
|
|
136
140
|
flex-direction: column;
|
|
137
141
|
}
|
|
138
|
-
.
|
|
142
|
+
._1ye8k3f9 {
|
|
139
143
|
text-align: center;
|
|
140
144
|
}
|
|
141
|
-
.
|
|
145
|
+
._1ye8k3fm {
|
|
142
146
|
flex-direction: column;
|
|
143
147
|
}
|
|
144
148
|
}
|
|
145
149
|
@media (max-width: 1023px) {
|
|
146
|
-
.
|
|
150
|
+
._1ye8k3fb {
|
|
147
151
|
justify-content: center;
|
|
148
152
|
width: min(375px,100%);
|
|
149
153
|
}
|
|
150
|
-
.
|
|
154
|
+
._1ye8k3fb img {
|
|
151
155
|
max-width: 100%;
|
|
152
156
|
}
|
|
153
157
|
}
|
|
@@ -160,7 +164,7 @@
|
|
|
160
164
|
min-height: 740px;
|
|
161
165
|
gap: 1.5rem;
|
|
162
166
|
}
|
|
163
|
-
.
|
|
167
|
+
._1ye8k3fb {
|
|
164
168
|
min-height: 480px;
|
|
165
169
|
_1ye8k3f0 & {
|
|
166
170
|
max-width: 708px;
|
|
@@ -168,38 +172,38 @@
|
|
|
168
172
|
}
|
|
169
173
|
}
|
|
170
174
|
@media screen and (max-width:603px) {
|
|
171
|
-
.
|
|
175
|
+
._1ye8k3f9 {
|
|
172
176
|
max-width: calc(100% - 2rem);
|
|
173
177
|
margin-left: auto;
|
|
174
178
|
margin-right: auto;
|
|
175
179
|
}
|
|
176
180
|
}
|
|
177
181
|
@media (max-width: 603px) {
|
|
178
|
-
.
|
|
182
|
+
._1ye8k3fa {
|
|
179
183
|
width: 100%;
|
|
180
184
|
max-width: 100%;
|
|
181
185
|
}
|
|
182
186
|
}
|
|
183
187
|
@media (max-width: 450px) {
|
|
184
|
-
.
|
|
188
|
+
._1ye8k3fb {
|
|
185
189
|
width: 100%;
|
|
186
190
|
}
|
|
187
191
|
}
|
|
188
192
|
@media screen and (max-width:768px) {
|
|
189
|
-
.
|
|
193
|
+
._1ye8k3fh {
|
|
190
194
|
font-size: 28px;
|
|
191
195
|
line-height: 1.29;
|
|
192
196
|
}
|
|
193
|
-
.
|
|
197
|
+
._1ye8k3f9 p {
|
|
194
198
|
font-size: 1rem;
|
|
195
199
|
line-height: 1.5;
|
|
196
200
|
}
|
|
197
|
-
.
|
|
201
|
+
._1ye8k3fm {
|
|
198
202
|
margin-top: 1.7rem;
|
|
199
203
|
}
|
|
200
204
|
}
|
|
201
205
|
@media (max-width:1280px) and (min-width:1024px) {
|
|
202
|
-
.
|
|
206
|
+
._1ye8k3fb:not(._1ye8k3f0 ._1ye8k3fb) {
|
|
203
207
|
flex: 1 1;
|
|
204
208
|
overflow: hidden;
|
|
205
209
|
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
@keyframes _appear_1euix_1 {
|
|
2
|
+
0% {
|
|
3
|
+
opacity: 0;
|
|
4
|
+
transform: scale(0.9);
|
|
5
|
+
}
|
|
6
|
+
to {
|
|
7
|
+
opacity: 1;
|
|
8
|
+
transform: scale(1);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@keyframes _vanish_1euix_1 {
|
|
12
|
+
0% {
|
|
13
|
+
display: block;
|
|
14
|
+
opacity: 1;
|
|
15
|
+
transform: scale(1);
|
|
16
|
+
}
|
|
17
|
+
to {
|
|
18
|
+
display: none;
|
|
19
|
+
opacity: 0;
|
|
20
|
+
transform: scale(0.9);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
._overlay_1euix_24 {
|
|
25
|
+
position: fixed;
|
|
26
|
+
top: 0;
|
|
27
|
+
left: 0;
|
|
28
|
+
right: 0;
|
|
29
|
+
bottom: 0;
|
|
30
|
+
background: rgba(0, 0, 0, 0.4);
|
|
31
|
+
display: none;
|
|
32
|
+
align-items: center;
|
|
33
|
+
justify-content: center;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
._overlay_1euix_24.active {
|
|
37
|
+
display: flex;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
._modal_1euix_40 {
|
|
41
|
+
animation: _vanish_1euix_1 0.45s ease;
|
|
42
|
+
background: #fff;
|
|
43
|
+
border-radius: 16px;
|
|
44
|
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
45
|
+
position: relative;
|
|
46
|
+
transition: transform 0.45s ease;
|
|
47
|
+
width: min(calc(100% - 2rem), 800px);
|
|
48
|
+
overflow: hidden;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
._modal_1euix_40.active {
|
|
52
|
+
animation: _appear_1euix_1 0.45s ease;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
._close_button_1euix_55 {
|
|
56
|
+
position: absolute;
|
|
57
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
58
|
+
border-radius: 8px;
|
|
59
|
+
border: none;
|
|
60
|
+
color: #4a5560;
|
|
61
|
+
cursor: pointer;
|
|
62
|
+
font-size: 1.9rem;
|
|
63
|
+
line-height: 1;
|
|
64
|
+
right: 1.5rem;
|
|
65
|
+
text-align: center;
|
|
66
|
+
top: 1.5rem;
|
|
67
|
+
width: 32px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
._modal_content_1euix_70 {
|
|
71
|
+
padding: 16px 24px 24px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
._img_area_1euix_74 {
|
|
75
|
+
background-position: center center;
|
|
76
|
+
background-size: cover;
|
|
77
|
+
height: 418px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
body:has(._overlay_1euix_24.active) {
|
|
81
|
+
overflow-y: hidden;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
._body_copy_1euix_84 {
|
|
85
|
+
margin-top: 8px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
._body_copy_1euix_84 > * {
|
|
89
|
+
color: #333d46;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
._body_copy_1euix_84 > p {
|
|
93
|
+
text-align: center;
|
|
94
|
+
font-size: 16px;
|
|
95
|
+
line-height: 1.5;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
._btns_1euix_98 {
|
|
99
|
+
display: flex;
|
|
100
|
+
align-items: center;
|
|
101
|
+
gap: 2rem;
|
|
102
|
+
padding-top: 16px;
|
|
103
|
+
margin-top: 16px;
|
|
104
|
+
width: 100%;
|
|
105
|
+
justify-content: center;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
._btns_1euix_98:empty {
|
|
109
|
+
display: none;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
._modal_content_1euix_70:nth-child(2) h2 {
|
|
113
|
+
margin-top: 31px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@media (max-width: 1023px) {
|
|
117
|
+
._btns_1euix_98 {
|
|
118
|
+
flex-direction: column-reverse;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
@media (max-width: 832px) {
|
|
123
|
+
._img_area_1euix_74 {
|
|
124
|
+
height: calc(12.25rem + ((1vw - 3.75px) * 48.5777));
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@media (max-width: 500px) {
|
|
129
|
+
._modal_1euix_40 {
|
|
130
|
+
width: calc(100% - 1rem);
|
|
131
|
+
}
|
|
132
|
+
._overlay_1euix_24.active {
|
|
133
|
+
align-items: flex-start;
|
|
134
|
+
overflow-y: scroll;
|
|
135
|
+
padding-top: 40px;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -215,7 +215,7 @@ tr:last-child td {
|
|
|
215
215
|
background: #f4f4f4;
|
|
216
216
|
}
|
|
217
217
|
._1nivbwe12 tr:nth-child(odd) td {
|
|
218
|
-
background: #ffffff
|
|
218
|
+
background: #ffffff;
|
|
219
219
|
}
|
|
220
220
|
._1nivbwe12 tr th:first-child {
|
|
221
221
|
text-align: left;
|
|
@@ -269,6 +269,10 @@ td:has(.flex.middle span.img_fluid) .flex.middle {
|
|
|
269
269
|
td:has(.flex.middle span.img_fluid) .img_fluid {
|
|
270
270
|
min-width: 24px;
|
|
271
271
|
}
|
|
272
|
+
._1nivbwe14 {
|
|
273
|
+
background-image: linear-gradient(0deg,#152d54,#27466f) !important;
|
|
274
|
+
color: var(--_1073cm8g) !important;
|
|
275
|
+
}
|
|
272
276
|
@media screen and (max-width: 768px) {
|
|
273
277
|
._1nivbwed:first-child {
|
|
274
278
|
box-shadow: 0 15px 20px 0px rgb(0 0 0 / 0.3);
|
package/dist/assets/globals.css
CHANGED
|
@@ -166,6 +166,12 @@ h1, h2, h3, h4, h5, h6, es_font {
|
|
|
166
166
|
line-height: 36px;
|
|
167
167
|
letter-spacing: 0.2px;
|
|
168
168
|
}
|
|
169
|
+
.header_4 {
|
|
170
|
+
font-weight: 600;
|
|
171
|
+
font-size: 20px;
|
|
172
|
+
line-height: 28px;
|
|
173
|
+
letter-spacing: 0.2px;
|
|
174
|
+
}
|
|
169
175
|
.gradient_text {
|
|
170
176
|
background: linear-gradient(3deg, #051A3F 14.64%, #1E3860 48.42%, #4D85B0 85.36%);
|
|
171
177
|
background-size: 100%;
|
package/dist/main.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export * from './IconBillboard';
|
|
|
32
32
|
export * from './ImageBillboard';
|
|
33
33
|
export * from './ImageLink';
|
|
34
34
|
export * from './Input';
|
|
35
|
+
export * from './Interstitial';
|
|
35
36
|
export * from './LandingPageHeader';
|
|
36
37
|
export * from './LoadingIndicator';
|
|
37
38
|
export * from './MainHTML';
|
package/dist/main.js
CHANGED
|
@@ -17,11 +17,13 @@ import { BulletItem } from "./BulletItem/BulletItem.js";
|
|
|
17
17
|
import { Button } from "./Button/Button.js";
|
|
18
18
|
import { button } from "./Button/Button.css.js";
|
|
19
19
|
import { GoBackButton } from "./Button/GoBackButton.js";
|
|
20
|
-
import { Calculator } from "./Calculators/Calculator.js";
|
|
21
|
-
import { calculator_description, calculator_headline } from "./Calculators/calculator.css.js";
|
|
22
20
|
import { AnnualFeeCalculator } from "./Calculators/AnnualFeeCalculator/index.js";
|
|
23
21
|
import { ApyCalculator } from "./Calculators/ApyCalculator/index.js";
|
|
22
|
+
import { BalanceAPYCalculator } from "./Calculators/BalanceAPYCalculator/index.js";
|
|
23
|
+
import { Calculator } from "./Calculators/Calculator.js";
|
|
24
|
+
import { calculator_description, calculator_headline } from "./Calculators/calculator.css.js";
|
|
24
25
|
import { MarginTradingCalculator } from "./Calculators/MarginTradingCalculator/index.js";
|
|
26
|
+
import { MaxLoanCalculator } from "./Calculators/MaxLoanCalculator/index.js";
|
|
25
27
|
import { MonthlyPaymentCalculator } from "./Calculators/MonthlyPaymentCalculator/index.js";
|
|
26
28
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
27
29
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
@@ -56,7 +58,7 @@ import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
|
|
|
56
58
|
import { SuccesFormWrapper } from "./Forms/SuccesForm.js";
|
|
57
59
|
import { WCPLSurvey } from "./Forms/WcplSurvey.js";
|
|
58
60
|
import { HeroBanner } from "./HeroBanner/HeroBanner.js";
|
|
59
|
-
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_content, hero_img, hero_text, hero_wrapper, logout, reversed } from "./HeroBanner/HeroBanner.css.js";
|
|
61
|
+
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_content, hero_img, hero_text, hero_wrapper, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
|
|
60
62
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
|
|
61
63
|
import { Hyperlink } from "./Hyperlink/index.js";
|
|
62
64
|
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
@@ -78,6 +80,7 @@ import { Input } from "./Input/Input.js";
|
|
|
78
80
|
import { container, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input/Input.css.js";
|
|
79
81
|
import { InputPhone } from "./Input/InputPhone.js";
|
|
80
82
|
import { InputTextArea } from "./Input/InputTextArea.js";
|
|
83
|
+
import { Interstitial } from "./Interstitial/index.js";
|
|
81
84
|
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
82
85
|
import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
83
86
|
import { LoadingIndicator } from "./LoadingIndicator/index.js";
|
|
@@ -95,7 +98,7 @@ import { bs_copy, bs_topic, bullet_details, li, line_points, point, step_num } f
|
|
|
95
98
|
import { StepItemSet } from "./StepItemSet/StepItemSet.js";
|
|
96
99
|
import { bs_add_details, bs_btns, bs_image, bs_section, bs_wrapper, modifier, ol, sec_subtitle, sec_title, steps_wrapper, svg_logo, tablet_col } from "./StepItemSet/StepItemSet.css.js";
|
|
97
100
|
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
|
|
98
|
-
import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, tableWrapper, table_container, table_container_text, table_description_text, table_headline, td, th } from "./Table/Table.css.js";
|
|
101
|
+
import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_cell, highlight_first_row, highlight_last_row, table, tableWrapper, table_container, table_container_text, table_description_text, table_headline, td, th } from "./Table/Table.css.js";
|
|
99
102
|
import { TextBlock } from "./TextBlock/TextBlock.js";
|
|
100
103
|
import { textBlockHeader, textBlockList, textBlockParagraph } from "./TextBlock/TextBlock.css.js";
|
|
101
104
|
import { picker_arrow, picker_itemContent, picker_itemProduct, picker_navIcon, picker_navItem } from "./TopicalNavItem/TopicalNavItem.css.js";
|
|
@@ -166,6 +169,7 @@ export {
|
|
|
166
169
|
AxosFooterSiteMap,
|
|
167
170
|
default7 as AxosX,
|
|
168
171
|
default8 as AxosXBlue,
|
|
172
|
+
BalanceAPYCalculator,
|
|
169
173
|
Blockquote,
|
|
170
174
|
BulletItem,
|
|
171
175
|
Button,
|
|
@@ -219,11 +223,13 @@ export {
|
|
|
219
223
|
Input,
|
|
220
224
|
InputPhone,
|
|
221
225
|
InputTextArea,
|
|
226
|
+
Interstitial,
|
|
222
227
|
LandingPageHeader,
|
|
223
228
|
LoadingIndicator,
|
|
224
229
|
default18 as LockIcon,
|
|
225
230
|
MainHTML,
|
|
226
231
|
MarginTradingCalculator,
|
|
232
|
+
MaxLoanCalculator,
|
|
227
233
|
default19 as MemberFdicLogo,
|
|
228
234
|
Modal,
|
|
229
235
|
MonthlyPaymentCalculator,
|
|
@@ -378,6 +384,7 @@ export {
|
|
|
378
384
|
hero_wrapper,
|
|
379
385
|
hide,
|
|
380
386
|
hide_transcript,
|
|
387
|
+
highlight_cell,
|
|
381
388
|
highlight_first_row,
|
|
382
389
|
highlight_last_row,
|
|
383
390
|
icon,
|
|
@@ -434,6 +441,7 @@ export {
|
|
|
434
441
|
rate_container,
|
|
435
442
|
rate_pad,
|
|
436
443
|
reversed,
|
|
444
|
+
reversed_lg_image,
|
|
437
445
|
sec_subtitle,
|
|
438
446
|
sec_title,
|
|
439
447
|
section_body,
|
|
@@ -19,8 +19,7 @@ const isAllowedUrl = (url) => {
|
|
|
19
19
|
const uri = new URL(url, location.href);
|
|
20
20
|
for (const key in moreDomains) {
|
|
21
21
|
const urlToCompare = new URL(moreDomains[key], location.href);
|
|
22
|
-
if (uri.hostname === urlToCompare.hostname)
|
|
23
|
-
return true;
|
|
22
|
+
if (uri.hostname === urlToCompare.hostname) return true;
|
|
24
23
|
}
|
|
25
24
|
return false;
|
|
26
25
|
};
|
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.89",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"npm:link": "npm run build && npm link"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@hookform/resolvers": "^3.
|
|
31
|
+
"@hookform/resolvers": "^3.9.0",
|
|
32
32
|
"@react-input/mask": "^1.2.5",
|
|
33
33
|
"@react-input/number-format": "^1.0.27",
|
|
34
34
|
"@storybook/builder-vite": "^7.6.19",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"iframe-resizer": "4.3.11",
|
|
42
42
|
"moment": "^2.30.1",
|
|
43
43
|
"react-date-picker": "^11.0.0",
|
|
44
|
-
"react-hook-form": "^7.52.
|
|
44
|
+
"react-hook-form": "^7.52.1",
|
|
45
45
|
"react-markdown": "^9.0.1",
|
|
46
|
-
"react-use": "^17.5.
|
|
46
|
+
"react-use": "^17.5.1",
|
|
47
47
|
"typed-css-modules": "^0.9.1",
|
|
48
48
|
"vite-plugin-svgr": "^4.2.0",
|
|
49
49
|
"zod": "^3.23.8",
|
|
50
|
-
"zustand": "^4.5.
|
|
50
|
+
"zustand": "^4.5.4"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@vanilla-extract/css-utils": "^0.1.3",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"@svgr/core": "^8.1.0",
|
|
72
72
|
"@svgr/plugin-prettier": "^8.1.0",
|
|
73
73
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
74
|
-
"@types/node": "^20.
|
|
75
|
-
"@types/react": "^18.3.
|
|
74
|
+
"@types/node": "^20.14.11",
|
|
75
|
+
"@types/react": "^18.3.3",
|
|
76
76
|
"@types/react-datepicker": "^6.2.0",
|
|
77
77
|
"@types/react-dom": "^18.3.0",
|
|
78
78
|
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
87
87
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
88
88
|
"eslint-plugin-storybook": "^0.8.0",
|
|
89
|
-
"glob": "^10.
|
|
89
|
+
"glob": "^10.4.5",
|
|
90
90
|
"husky": "^9.0.11",
|
|
91
91
|
"next": "^14.1.4",
|
|
92
92
|
"prettier": "3.2.5",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"storybook": "^7.6.19",
|
|
99
99
|
"typescript": "^5.4.5",
|
|
100
100
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
101
|
-
"vite": "^5.
|
|
101
|
+
"vite": "^5.3.4",
|
|
102
102
|
"vite-plugin-dts": "^3.9.1",
|
|
103
103
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
104
104
|
"vite-plugin-setting-css-module": "^1.1.4",
|