@axos-web-dev/shared-components 0.0.118 → 0.0.119
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 +3 -2
- package/dist/Accordion/Accordion.css.d.ts +9 -9
- package/dist/Button/Button.js +3 -2
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +16 -1
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +8 -8
- package/dist/Calculators/AnnualFeeCalculator/index.js +7 -4
- package/dist/Calculators/Calculator.js +1 -0
- package/dist/Calculators/MarginTradingCalculator/index.js +25 -5
- package/dist/Calculators/MaxLoanCalculator/index.js +3 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +3 -1
- package/dist/Calculators/calculator.css.d.ts +1 -0
- package/dist/Calculators/calculator.css.js +4 -2
- package/dist/Calculators/index.js +2 -1
- package/dist/Carousel/Carousel.css.d.ts +1 -0
- package/dist/Carousel/Carousel.css.js +13 -11
- package/dist/Carousel/index.d.ts +1 -1
- package/dist/Carousel/index.js +39 -31
- package/dist/Chevron/index.js +2 -1
- package/dist/Comparison/Comparison.css.js +2 -2
- package/dist/Comparison/Comparison.js +2 -1
- package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
- package/dist/ContentBanner/index.js +3 -2
- package/dist/DownloadTile/DownloadTile.css.d.ts +1 -0
- package/dist/DownloadTile/DownloadTile.css.js +9 -7
- package/dist/DownloadTile/DownloadTile.interface.d.ts +1 -0
- package/dist/DownloadTile/index.js +34 -25
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +1 -0
- package/dist/ExecutiveBio/ExecutiveBio.css.js +23 -21
- package/dist/ExecutiveBio/ExecutiveBio.js +3 -2
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FaqAccordion/FaqAccordion.css.d.ts +1 -0
- package/dist/FaqAccordion/FaqAccordion.css.js +7 -5
- package/dist/FaqAccordion/index.d.ts +1 -0
- package/dist/FaqAccordion/index.js +16 -8
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -1
- package/dist/Forms/BlendPurchase.d.ts +11 -0
- package/dist/Forms/BlendPurchase.js +215 -0
- package/dist/Forms/BlendRefinance.d.ts +11 -0
- package/dist/Forms/BlendRefinance.js +215 -0
- package/dist/Forms/ContactUsBusiness.js +3 -2
- package/dist/Forms/ContactUsNMLSId.js +3 -2
- package/dist/Forms/EmailOnly.js +3 -2
- package/dist/Forms/Forms.css.js +2 -2
- package/dist/Forms/SalesforceFieldsForm.d.ts +0 -1
- package/dist/Forms/SuccesForm.js +2 -1
- package/dist/HeroBanner/HeroBanner.css.js +1 -1
- package/dist/Hyperlink/index.js +2 -1
- package/dist/ImageBillboard/ImageBillboard.css.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +1 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +3 -2
- package/dist/ImageLink/ImageLink.css.d.ts +1 -0
- package/dist/ImageLink/ImageLink.css.js +5 -1
- package/dist/ImageLink/ImageLink.js +3 -2
- package/dist/ImageLink/ImageLinkSet.js +5 -3
- package/dist/ImageLink/index.js +1 -1
- package/dist/Input/Checkbox.d.ts +1 -1
- package/dist/Input/DatePicker.css.d.ts +1 -0
- package/dist/Input/DatePicker.css.js +6 -0
- package/dist/Input/Datepicker.d.ts +3 -0
- package/dist/Input/Datepicker.js +47 -0
- package/dist/Input/Input.css.js +1 -1
- package/dist/Input/InputDate.css.d.ts +6 -0
- package/dist/Input/InputDate.css.js +15 -0
- package/dist/Input/InputDate.d.ts +3 -0
- package/dist/Input/InputDate.js +47 -0
- package/dist/Input/InputProps.d.ts +6 -0
- package/dist/Insight/Featured/CategorySelector.css.js +1 -1
- package/dist/Insight/Featured/CategorySelector.js +2 -1
- package/dist/Insight/Featured/Featured.js +2 -1
- package/dist/MainHTML/index.d.ts +2 -1
- package/dist/MainHTML/index.js +10 -2
- package/dist/Modal/Modal.js +3 -2
- package/dist/NavigationMenu/AxosBank/NavData.js +2 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -1
- package/dist/NavigationMenu/AxosBank/index.js +3 -2
- package/dist/PageNavItem/PageNavItem.js +8 -1
- package/dist/PageNavSet/PageNavSet.js +16 -19
- package/dist/SetContainer/SetContainer.d.ts +2 -1
- package/dist/SetContainer/SetContainer.js +6 -3
- package/dist/Table/Table.css.d.ts +1 -0
- package/dist/Table/Table.css.js +18 -16
- package/dist/Table/Table.d.ts +13 -13
- package/dist/Table/Table.js +23 -15
- package/dist/Table/index.js +2 -1
- package/dist/TextBlock/TextBlock.css.d.ts +1 -0
- package/dist/TextBlock/TextBlock.css.js +6 -4
- package/dist/TextBlock/TextBlock.d.ts +1 -0
- package/dist/TextBlock/TextBlock.js +13 -5
- package/dist/TextBlock/index.js +3 -2
- package/dist/VideoTile/VideoTile.css.d.ts +1 -0
- package/dist/VideoTile/VideoTile.css.js +15 -13
- package/dist/VideoTile/VideoTile.interface.d.ts +1 -0
- package/dist/VideoTile/VideoTile.js +65 -56
- package/dist/VideoTile/index.js +2 -1
- package/dist/VideoWrapper/VideoWrapper.css.d.ts +1 -0
- package/dist/VideoWrapper/VideoWrapper.css.js +6 -4
- package/dist/VideoWrapper/index.d.ts +1 -0
- package/dist/VideoWrapper/index.js +34 -24
- package/dist/assets/ArticlesSet/ArticlesSet.css +1 -1
- package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +23 -12
- package/dist/assets/Calculators/calculator.css +24 -11
- package/dist/assets/Carousel/Carousel.css +52 -39
- package/dist/assets/Comparison/Comparison.css +2 -2
- package/dist/assets/DownloadTile/DownloadTile.css +32 -19
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +92 -79
- package/dist/assets/FaqAccordion/FaqAccordion.css +24 -11
- package/dist/assets/IconBillboard/IconBillboard.css +11 -0
- package/dist/assets/ImageBillboard/ImageBillboard.css +9 -0
- package/dist/assets/ImageLink/ImageLink.css +13 -0
- package/dist/assets/Input/DatePicker.css +95 -0
- package/dist/assets/Input/InputDate.css +39 -0
- package/dist/assets/PageNavSet/PageNavigationSet.css +6 -9
- package/dist/assets/Table/Table.css +82 -71
- package/dist/assets/TextBlock/TextBlock.css +16 -3
- package/dist/assets/VideoTile/VideoTile.css +27 -14
- package/dist/assets/VideoWrapper/VideoWrapper.css +18 -5
- package/dist/index.css.js +1 -1
- package/dist/main.js +10 -5
- package/dist/utils/allowedAxosDomains.js +1 -1
- package/package.json +121 -121
- package/dist/ImageLink/ImageLink.css.ts.vanilla.css.js +0 -1
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
.
|
|
1
|
+
._1nivbwe1 {
|
|
2
2
|
border-radius: 16px;
|
|
3
3
|
height: 100%;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
._1nivbwe2 {
|
|
6
6
|
background: #f4f4f4;
|
|
7
7
|
padding: 2rem 0;
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
._1nivbwe3 {
|
|
10
10
|
background: white;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
._1nivbwe4 {
|
|
13
13
|
margin-inline: auto;
|
|
14
14
|
margin-bottom: 2.5rem;
|
|
15
15
|
text-align: center;
|
|
16
16
|
max-width: 1000px;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
._1nivbwe5 {
|
|
19
19
|
background: var(--_1073cm84);
|
|
20
20
|
background-clip: text;
|
|
21
21
|
-webkit-text-fill-color: transparent;
|
|
22
22
|
text-shadow: 0px 0px #00000000;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
._1nivbwe6 tbody tr:first-child td {
|
|
25
25
|
background-color: #DEF4FF !important;
|
|
26
26
|
background: #DEF4FF !important;
|
|
27
27
|
color: #1E3860;
|
|
28
28
|
font-size: 20px;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
._1nivbwe7 tbody tr:last-child td {
|
|
31
31
|
background-color: #DEF4FF !important;
|
|
32
32
|
background: #DEF4FF !important;
|
|
33
33
|
color: #1E3860;
|
|
34
34
|
font-size: 20px;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
._1nivbwe8 {
|
|
37
37
|
font-size: 16px;
|
|
38
38
|
font-weight: 700;
|
|
39
39
|
line-height: 24px;
|
|
40
40
|
letter-spacing: 0.2px;
|
|
41
41
|
margin-bottom: 8px;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
._1nivbwe8 p sup {
|
|
44
44
|
vertical-align: top;
|
|
45
45
|
position: relative;
|
|
46
46
|
top: -0.5em;
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
._1nivbwe9 {
|
|
49
49
|
color: var(--_1073cm82);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
._1nivbwea {
|
|
52
52
|
color: var(--_1073cm89);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
._1nivbweb {
|
|
55
55
|
color: var(--_1073cm8g);
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
._1nivbwec {
|
|
58
58
|
color: var(--_1073cm8o);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
._1nivbwed {
|
|
61
61
|
font-size: 12px;
|
|
62
62
|
font-weight: 700;
|
|
63
63
|
line-height: 1.33;
|
|
64
64
|
letter-spacing: 0.2px;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
._1nivbwee {
|
|
67
67
|
padding: 16px;
|
|
68
68
|
border-bottom: thin solid #F4F4F4;
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
._1nivbwee:first-child {
|
|
71
71
|
position: sticky;
|
|
72
72
|
left: 0;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
._1nivbwef {
|
|
75
75
|
color: #4A5560;
|
|
76
76
|
background: var(--_1073cm81);
|
|
77
77
|
border-bottom: 1px solid var(--_1073cm87);
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._1nivbweg {
|
|
80
80
|
color: #4A5560;
|
|
81
81
|
background: var(--_1073cm88);
|
|
82
82
|
border-bottom: 1px solid var(--_1073cm8e);
|
|
83
83
|
}
|
|
84
|
-
.
|
|
84
|
+
._1nivbweh {
|
|
85
85
|
color: var(--_1073cm8g);
|
|
86
86
|
border-bottom: 1px solid #F4F4F4;
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
._1nivbweh:first-child {
|
|
89
89
|
background: var(--_1073cm8f);
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
._1nivbwei {
|
|
92
92
|
color: #FFFFFF;
|
|
93
93
|
border-bottom: 1px solid #F4F4F4;
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
._1nivbwei:first-child {
|
|
96
96
|
background: var(--_1073cm8m);
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
._1nivbwek {
|
|
99
99
|
padding: 16px;
|
|
100
100
|
font-size: 12px;
|
|
101
101
|
font-weight: 700;
|
|
@@ -104,64 +104,64 @@
|
|
|
104
104
|
border-bottom: thin solid #FFFFFF66;
|
|
105
105
|
text-align: center;
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
._1nivbwek:first-child {
|
|
108
108
|
position: sticky;
|
|
109
109
|
left: 0;
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
._1nivbwel {
|
|
112
112
|
background: var(--_1073cm81);
|
|
113
113
|
color: #4A5560;
|
|
114
114
|
border-bottom: 1px solid #D4D4D4;
|
|
115
115
|
}
|
|
116
|
-
.
|
|
116
|
+
._1nivbwem {
|
|
117
117
|
background: var(--_1073cm88);
|
|
118
118
|
color: #4A5560;
|
|
119
119
|
border-bottom: 1px solid #D4D4D4;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
121
|
+
._1nivbwen {
|
|
122
122
|
color: var(--_1073cm8g);
|
|
123
123
|
border-bottom: 1px solid #F4F4F4;
|
|
124
124
|
}
|
|
125
|
-
.
|
|
125
|
+
._1nivbwen:first-child {
|
|
126
126
|
background: var(--_1073cm8f);
|
|
127
127
|
color: var(--_1073cm8g);
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
._1nivbweo {
|
|
130
130
|
color: var(--_1073cm8n);
|
|
131
131
|
border-bottom: 1px solid #F4F4F4;
|
|
132
132
|
}
|
|
133
|
-
.
|
|
133
|
+
._1nivbweo:first-child {
|
|
134
134
|
background: var(--_1073cm8m);
|
|
135
135
|
color: var(--_1073cm8n);
|
|
136
136
|
}
|
|
137
|
-
.
|
|
137
|
+
._1nivbweq {
|
|
138
138
|
background: #F4F4F4;
|
|
139
139
|
}
|
|
140
|
-
.
|
|
140
|
+
._1nivbwer {
|
|
141
141
|
background: #D4D4D4;
|
|
142
142
|
}
|
|
143
143
|
tr:last-child td {
|
|
144
144
|
border-bottom: 0;
|
|
145
145
|
}
|
|
146
|
-
.
|
|
146
|
+
._1nivbwes {
|
|
147
147
|
width: 100%;
|
|
148
148
|
overflow: hidden;
|
|
149
149
|
margin: auto;
|
|
150
150
|
border-radius: 1rem;
|
|
151
151
|
}
|
|
152
|
-
._1nivbwes {
|
|
153
|
-
border: 1px solid var(--_1073cm87);
|
|
154
|
-
}
|
|
155
152
|
._1nivbwet {
|
|
156
|
-
border: 1px solid var(--
|
|
153
|
+
border: 1px solid var(--_1073cm87);
|
|
157
154
|
}
|
|
158
155
|
._1nivbweu {
|
|
159
|
-
border:
|
|
156
|
+
border: 1px solid var(--_1073cm8e);
|
|
160
157
|
}
|
|
161
158
|
._1nivbwev {
|
|
162
159
|
border: none;
|
|
163
160
|
}
|
|
164
161
|
._1nivbwew {
|
|
162
|
+
border: none;
|
|
163
|
+
}
|
|
164
|
+
._1nivbwex {
|
|
165
165
|
background-color: white;
|
|
166
166
|
position: relative;
|
|
167
167
|
overflow: hidden;
|
|
@@ -171,58 +171,58 @@ tr:last-child td {
|
|
|
171
171
|
width: 100%;
|
|
172
172
|
table-layout: fixed;
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
._1nivbwey {
|
|
175
175
|
background: var(--_1073cm81);
|
|
176
176
|
}
|
|
177
|
-
.
|
|
177
|
+
._1nivbwez {
|
|
178
178
|
background: var(--_1073cm88);
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
._1nivbwe10 {
|
|
181
181
|
background: var(--_1073cm8f);
|
|
182
182
|
}
|
|
183
|
-
.
|
|
183
|
+
._1nivbwe11 {
|
|
184
184
|
background: var(--_1073cm8m);
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
._1nivbwet ._1nivbwe12 tr:nth-child(even) td {
|
|
187
187
|
background: #F4F4F4;
|
|
188
188
|
}
|
|
189
|
-
.
|
|
189
|
+
._1nivbweu ._1nivbwe12 tr:nth-child(even) td {
|
|
190
190
|
background: #FFFFFF;
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
._1nivbwe13 ._1nivbwee {
|
|
193
193
|
font-size: 18px;
|
|
194
194
|
text-align: center;
|
|
195
195
|
line-height: 1.44;
|
|
196
196
|
letter-spacing: 0.2px;
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
._1nivbwe13 ._1nivbwek {
|
|
199
199
|
font-size: 18px;
|
|
200
200
|
text-align: center;
|
|
201
201
|
line-height: 1.44;
|
|
202
202
|
letter-spacing: 0.2px;
|
|
203
203
|
font-weight: 400;
|
|
204
204
|
}
|
|
205
|
-
.
|
|
205
|
+
._1nivbwe2 ._1nivbwe4 {
|
|
206
206
|
max-width: 90%;
|
|
207
207
|
text-align: left;
|
|
208
208
|
}
|
|
209
|
-
.
|
|
209
|
+
._1nivbwe13 ._1nivbwee {
|
|
210
210
|
text-align: center;
|
|
211
211
|
background: #f4f4f4;
|
|
212
212
|
}
|
|
213
|
-
.
|
|
213
|
+
._1nivbwe13 tr:nth-child(even) td {
|
|
214
214
|
background: #f4f4f4;
|
|
215
215
|
}
|
|
216
|
-
.
|
|
216
|
+
._1nivbwe13 tr:nth-child(odd) td {
|
|
217
217
|
background: #ffffff;
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
._1nivbwe13 tr th:first-child {
|
|
220
220
|
text-align: left;
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
._1nivbwe13 tr td:first-child {
|
|
223
223
|
text-align: left;
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
._1nivbwe13:has(td:nth-child(3):is(:last-child)) {
|
|
226
226
|
min-width: unset;
|
|
227
227
|
width: 100%;
|
|
228
228
|
}
|
|
@@ -238,16 +238,16 @@ tr:has(> :last-child:nth-child(-n + 3)) th {
|
|
|
238
238
|
tr:has(> :last-child:nth-child(-n + 3)) th:first-child {
|
|
239
239
|
position: relative;
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
._1nivbwe13 tr td:first-child p {
|
|
242
242
|
justify-content: left;
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
._1nivbwe13 tr th:first-child ._1nivbwe8 p {
|
|
245
245
|
justify-content: left;
|
|
246
246
|
}
|
|
247
|
-
.
|
|
247
|
+
._1nivbwe13 tr td, ._1nivbwe13 tr th {
|
|
248
248
|
border-bottom: 0;
|
|
249
249
|
}
|
|
250
|
-
.
|
|
250
|
+
._1nivbwe14 {
|
|
251
251
|
margin-bottom: 1rem;
|
|
252
252
|
}
|
|
253
253
|
th .flex.middle.center {
|
|
@@ -268,31 +268,39 @@ td:has(.flex.middle span.img_fluid) .flex.middle {
|
|
|
268
268
|
td:has(.flex.middle span.img_fluid) .img_fluid {
|
|
269
269
|
min-width: 24px;
|
|
270
270
|
}
|
|
271
|
-
.
|
|
271
|
+
._1nivbwe15 {
|
|
272
272
|
background-image: var(--_1073cm8z) !important;
|
|
273
273
|
color: var(--_1073cm810) !important;
|
|
274
274
|
}
|
|
275
|
+
main > div:nth-last-child(2) > ._1nivbwe0 {
|
|
276
|
+
margin-bottom: 3.5rem;
|
|
277
|
+
}
|
|
278
|
+
@media screen and (max-width: 1023px) {
|
|
279
|
+
main > div:nth-last-child(2) > ._1nivbwe0 {
|
|
280
|
+
margin-bottom: 42px;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
275
283
|
@media screen and (max-width: 768px) {
|
|
276
|
-
.
|
|
284
|
+
._1nivbwee:first-child {
|
|
277
285
|
box-shadow: 0 15px 20px 0px rgb(0 0 0 / 0.3);
|
|
278
286
|
z-index: 2;
|
|
279
287
|
top: 0;
|
|
280
288
|
min-width: 150px;
|
|
281
289
|
}
|
|
282
|
-
.
|
|
290
|
+
._1nivbweh:first-child {
|
|
283
291
|
background: var(--_1073cm8f);
|
|
284
292
|
}
|
|
285
|
-
.
|
|
293
|
+
._1nivbwei:first-child {
|
|
286
294
|
background-image: var(--_1073cm8m);
|
|
287
295
|
}
|
|
288
|
-
.
|
|
296
|
+
._1nivbwek {
|
|
289
297
|
font-size: 14px;
|
|
290
298
|
}
|
|
291
|
-
.
|
|
299
|
+
._1nivbwek:first-child {
|
|
292
300
|
box-shadow: 0 15px 20px 0px rgb(0 0 0 / 0.3);
|
|
293
301
|
z-index: 2;
|
|
294
302
|
}
|
|
295
|
-
.
|
|
303
|
+
._1nivbwex {
|
|
296
304
|
border-radius: 0;
|
|
297
305
|
overflow: auto;
|
|
298
306
|
width: auto;
|
|
@@ -316,33 +324,36 @@ td:has(.flex.middle span.img_fluid) .img_fluid {
|
|
|
316
324
|
z-index: 0;
|
|
317
325
|
width: 40%;
|
|
318
326
|
}
|
|
327
|
+
main > div:nth-last-child(2) > ._1nivbwe0 {
|
|
328
|
+
margin-bottom: 2rem;
|
|
329
|
+
}
|
|
319
330
|
}
|
|
320
331
|
@media screen and (max-width: 327px) {
|
|
321
|
-
.
|
|
332
|
+
._1nivbwe1 {
|
|
322
333
|
scrollbar-width: thin;
|
|
323
334
|
}
|
|
324
|
-
.
|
|
335
|
+
._1nivbwen:first-child {
|
|
325
336
|
background-image: var(--_1073cm8f);
|
|
326
337
|
}
|
|
327
|
-
.
|
|
338
|
+
._1nivbweo:first-child {
|
|
328
339
|
background-image: var(--_1073cm8m);
|
|
329
340
|
}
|
|
330
|
-
.
|
|
341
|
+
._1nivbwex {
|
|
331
342
|
overflow-x: auto;
|
|
332
343
|
}
|
|
333
344
|
}
|
|
334
345
|
@media screen and (max-width:768px) {
|
|
335
|
-
.
|
|
346
|
+
._1nivbwe5 {
|
|
336
347
|
font-size: 28px;
|
|
337
348
|
line-height: 1.29;
|
|
338
349
|
}
|
|
339
|
-
.
|
|
350
|
+
._1nivbwes {
|
|
340
351
|
border-radius: 0;
|
|
341
352
|
overflow-x: scroll;
|
|
342
353
|
}
|
|
343
354
|
}
|
|
344
355
|
@media screen and (max-width: 450px) {
|
|
345
|
-
.
|
|
356
|
+
._1nivbwe13 {
|
|
346
357
|
min-width: 100%;
|
|
347
358
|
}
|
|
348
359
|
}
|
|
@@ -1,14 +1,27 @@
|
|
|
1
|
-
.
|
|
1
|
+
._16g7rvn1 {
|
|
2
2
|
margin: 1em 0;
|
|
3
3
|
line-height: 1.5;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
._16g7rvn2 {
|
|
6
6
|
background: var(--_1073cm84);
|
|
7
7
|
background-clip: text;
|
|
8
8
|
-webkit-text-fill-color: transparent;
|
|
9
9
|
text-shadow: 0px 0px #00000000;
|
|
10
10
|
}
|
|
11
|
-
.
|
|
11
|
+
._16g7rvn3 {
|
|
12
12
|
margin: 1em 0;
|
|
13
13
|
padding-left: 1.5em;
|
|
14
|
+
}
|
|
15
|
+
main > div:nth-last-child(2) > ._16g7rvn0 {
|
|
16
|
+
margin-bottom: 3.5rem;
|
|
17
|
+
}
|
|
18
|
+
@media screen and (max-width: 1023px) {
|
|
19
|
+
main > div:nth-last-child(2) > ._16g7rvn0 {
|
|
20
|
+
margin-bottom: 42px;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
@media screen and (max-width: 768px) {
|
|
24
|
+
main > div:nth-last-child(2) > ._16g7rvn0 {
|
|
25
|
+
margin-bottom: 2rem;
|
|
26
|
+
}
|
|
14
27
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._16puo4g1 {
|
|
2
2
|
opacity: 1;
|
|
3
3
|
height: 100%;
|
|
4
4
|
visibility: visible;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
position: relative;
|
|
7
7
|
overflow: hidden;
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
._16puo4g2 {
|
|
10
10
|
color: var(--_1073cm83);
|
|
11
11
|
font-size: 24px;
|
|
12
12
|
font-weight: 600;
|
|
@@ -15,55 +15,68 @@
|
|
|
15
15
|
font-family: var(--header-font-family);
|
|
16
16
|
height: 64px;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
._16puo4g3 {
|
|
19
19
|
font-size: 18px;
|
|
20
20
|
font-weight: 700;
|
|
21
21
|
font-family: var(--main-font-family);
|
|
22
22
|
color: #2F5B88;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
._16puo4g5 {
|
|
25
25
|
max-width: 588px;
|
|
26
26
|
min-width: 327px;
|
|
27
27
|
grid-column: span 6;
|
|
28
28
|
height: fit-content;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
._16puo4g6 {
|
|
31
31
|
margin-bottom: 8px;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
._16puo4g7 {
|
|
34
34
|
display: flex;
|
|
35
35
|
justify-content: space-between;
|
|
36
36
|
text-decoration: none;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._16puo4g8 {
|
|
39
39
|
display: inline-block;
|
|
40
40
|
top: 50%;
|
|
41
41
|
right: 0;
|
|
42
42
|
width: 19px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._16puo4g9 {
|
|
45
45
|
padding: 0 16px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._16puo4ga {
|
|
48
48
|
width: 100%;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
._16puo4gb {
|
|
51
51
|
font-family: var(--main-font-family);
|
|
52
52
|
color: #333D46;
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
._16puo4gc {
|
|
55
55
|
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
._16puo4gd {
|
|
58
58
|
display: none;
|
|
59
59
|
}
|
|
60
|
+
main > div:nth-last-child(2) > ._16puo4g0 {
|
|
61
|
+
margin-bottom: 3.5rem;
|
|
62
|
+
}
|
|
60
63
|
@media screen and (max-width:1023px) {
|
|
61
|
-
.
|
|
64
|
+
._16puo4g5 {
|
|
62
65
|
grid-column: span 12!important;
|
|
63
66
|
}
|
|
64
67
|
}
|
|
65
68
|
@media screen and (min-width:1024px) {
|
|
66
|
-
.
|
|
69
|
+
._16puo4g5 {
|
|
67
70
|
width: 100%;
|
|
68
71
|
}
|
|
72
|
+
}
|
|
73
|
+
@media screen and (max-width: 1023px) {
|
|
74
|
+
main > div:nth-last-child(2) > ._16puo4g0 {
|
|
75
|
+
margin-bottom: 42px;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
@media screen and (max-width: 768px) {
|
|
79
|
+
main > div:nth-last-child(2) > ._16puo4g0 {
|
|
80
|
+
margin-bottom: 2rem;
|
|
81
|
+
}
|
|
69
82
|
}
|
|
@@ -1,21 +1,34 @@
|
|
|
1
|
-
.
|
|
1
|
+
._2i5u4u1 {
|
|
2
2
|
display: grid;
|
|
3
3
|
grid-template-columns: repeat(12,1fr);
|
|
4
4
|
gap: 1.5rem;
|
|
5
5
|
}
|
|
6
|
-
.
|
|
6
|
+
._2i5u4u2 > div {
|
|
7
7
|
grid-column: span 6;
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
._2i5u4u3 > div {
|
|
10
10
|
grid-column: span 4;
|
|
11
11
|
}
|
|
12
|
+
main > div:nth-last-child(2) > ._2i5u4u0 {
|
|
13
|
+
margin-bottom: 3.5rem;
|
|
14
|
+
}
|
|
12
15
|
@media (max-width: 1023px) {
|
|
13
|
-
.
|
|
16
|
+
._2i5u4u2 > div {
|
|
14
17
|
grid-column: span 12;
|
|
15
18
|
}
|
|
16
19
|
}
|
|
17
20
|
@media (max-width: 1280px) {
|
|
18
|
-
.
|
|
21
|
+
._2i5u4u3 > div {
|
|
19
22
|
grid-column: span 12;
|
|
20
23
|
}
|
|
24
|
+
}
|
|
25
|
+
@media screen and (max-width: 1023px) {
|
|
26
|
+
main > div:nth-last-child(2) > ._2i5u4u0 {
|
|
27
|
+
margin-bottom: 42px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
@media screen and (max-width: 768px) {
|
|
31
|
+
main > div:nth-last-child(2) > ._2i5u4u0 {
|
|
32
|
+
margin-bottom: 2rem;
|
|
33
|
+
}
|
|
21
34
|
}
|
package/dist/index.css.js
CHANGED
package/dist/main.js
CHANGED
|
@@ -21,7 +21,7 @@ import { AnnualFeeCalculator } from "./Calculators/AnnualFeeCalculator/index.js"
|
|
|
21
21
|
import { ApyCalculator } from "./Calculators/ApyCalculator/index.js";
|
|
22
22
|
import { BalanceAPYCalculator } from "./Calculators/BalanceAPYCalculator/index.js";
|
|
23
23
|
import { Calculator } from "./Calculators/Calculator.js";
|
|
24
|
-
import { calculator_description, calculator_headline } from "./Calculators/calculator.css.js";
|
|
24
|
+
import { calculator, calculator_description, calculator_headline } from "./Calculators/calculator.css.js";
|
|
25
25
|
import { MarginTradingCalculator } from "./Calculators/MarginTradingCalculator/index.js";
|
|
26
26
|
import { MaxLoanCalculator } from "./Calculators/MaxLoanCalculator/index.js";
|
|
27
27
|
import { MonthlyPaymentCalculator } from "./Calculators/MonthlyPaymentCalculator/index.js";
|
|
@@ -34,7 +34,7 @@ import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
|
34
34
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
35
35
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
36
36
|
import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
|
|
37
|
-
import { bio_section_text, components, contact_col, contact_entry, contact_links, contacts, copy, description, details, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
37
|
+
import { bio_section_text, components, contact_col, contact_entry, contact_links, contacts, copy, description, details, executive_bio, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
38
38
|
import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
|
|
39
39
|
import { AccordionCtas, AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
|
|
40
40
|
import { footerDisclosure, footerLink, footerParagraph, iconsContent } from "./FooterDisclosure/FooterDisclosure.css.js";
|
|
@@ -134,9 +134,9 @@ import { bs_copy, bs_topic, bullet_details, li, line_points, point, step_num } f
|
|
|
134
134
|
import { StepItemSet } from "./StepItemSet/StepItemSet.js";
|
|
135
135
|
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";
|
|
136
136
|
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
|
|
137
|
-
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";
|
|
137
|
+
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, table_section, td, th } from "./Table/Table.css.js";
|
|
138
138
|
import { TextBlock } from "./TextBlock/TextBlock.js";
|
|
139
|
-
import { textBlockHeader, textBlockList, textBlockParagraph } from "./TextBlock/TextBlock.css.js";
|
|
139
|
+
import { textBlockHeader, textBlockList, textBlockParagraph, textBlockSection } from "./TextBlock/TextBlock.css.js";
|
|
140
140
|
import { axosTheme, vars } from "./themes/axos.css.js";
|
|
141
141
|
import { premierTheme } from "./themes/premier.css.js";
|
|
142
142
|
import { picker_arrow, picker_itemContent, picker_itemProduct, picker_navIcon, picker_navItem } from "./TopicalNavItem/TopicalNavItem.css.js";
|
|
@@ -145,7 +145,7 @@ import { picker_container, picker_orient, picker_section } from "./TopicalNavSet
|
|
|
145
145
|
import { TopicalNavSet } from "./TopicalNavSet/TopicalNavSet.js";
|
|
146
146
|
import { VideoInit } from "./VideoTile/VideoInit.js";
|
|
147
147
|
import { VideoTile } from "./VideoTile/VideoTile.js";
|
|
148
|
-
import { expand_icon, hide_transcript, item, mb_8, show, toggle_container, transcript_btn, transcript_container, transcript_content, video_container, video_title, vidyard_height, w_100 } from "./VideoTile/VideoTile.css.js";
|
|
148
|
+
import { expand_icon, hide_transcript, item, mb_8, show, toggle_container, transcript_btn, transcript_container, transcript_content, video_container, video_tile, video_title, vidyard_height, w_100 } from "./VideoTile/VideoTile.css.js";
|
|
149
149
|
import { VideoWrapper } from "./VideoWrapper/index.js";
|
|
150
150
|
import { Tab } from "./Tab/Tab.js";
|
|
151
151
|
import { TabContainer } from "./Tab/TabContainer.js";
|
|
@@ -342,6 +342,7 @@ export {
|
|
|
342
342
|
bullet_details,
|
|
343
343
|
button,
|
|
344
344
|
buttons,
|
|
345
|
+
calculator,
|
|
345
346
|
calculator_description,
|
|
346
347
|
calculator_headline,
|
|
347
348
|
checkbox_group,
|
|
@@ -365,6 +366,7 @@ export {
|
|
|
365
366
|
descriptionField,
|
|
366
367
|
details,
|
|
367
368
|
disclosureForm,
|
|
369
|
+
executive_bio,
|
|
368
370
|
expand_icon,
|
|
369
371
|
feature_header,
|
|
370
372
|
feature_title,
|
|
@@ -528,11 +530,13 @@ export {
|
|
|
528
530
|
table_container_text,
|
|
529
531
|
table_description_text,
|
|
530
532
|
table_headline,
|
|
533
|
+
table_section,
|
|
531
534
|
tablet_col,
|
|
532
535
|
td,
|
|
533
536
|
textBlockHeader,
|
|
534
537
|
textBlockList,
|
|
535
538
|
textBlockParagraph,
|
|
539
|
+
textBlockSection,
|
|
536
540
|
th,
|
|
537
541
|
three_inline,
|
|
538
542
|
title,
|
|
@@ -546,6 +550,7 @@ export {
|
|
|
546
550
|
validateLink,
|
|
547
551
|
vars,
|
|
548
552
|
video_container,
|
|
553
|
+
video_tile,
|
|
549
554
|
video_title,
|
|
550
555
|
vidyard_height,
|
|
551
556
|
w_100,
|
|
@@ -9,7 +9,7 @@ const moreDomains = {
|
|
|
9
9
|
"{ENROLLMENT}": process.env.ENROLLMENT_URL || "https://enrollment.axosbank.com",
|
|
10
10
|
"{ASSETSURL}": "https://assets.axos.com",
|
|
11
11
|
"{IMAGEASSETSURL}": "https://images.axos.com",
|
|
12
|
-
"{ONLINEBANKING}": process.env.ONLINEBANKING_URL || "https://onlinebanking.uat.
|
|
12
|
+
"{ONLINEBANKING}": process.env.ONLINEBANKING_URL || "https://onlinebanking.uat.axosbank.com",
|
|
13
13
|
"{UFBDIRECT}": process.env.UFB_URL || "https://www.ufbdirect.com",
|
|
14
14
|
"{ARMS}": process.env.ARMS_URL || "https://arms.axosadvisor.com",
|
|
15
15
|
"{APPS}": process.env.APPS_URL || "https://apps.axosbank.com",
|