@axos-web-dev/shared-components 0.0.61 → 0.0.63
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/Button/Button.css.d.ts +27 -0
- package/dist/Button/Button.css.js +1 -1
- package/dist/Button/Button.d.ts +1 -1
- package/dist/Button/Button.js +6 -2
- package/dist/Calculators/Calculator.d.ts +13 -0
- package/dist/Calculators/Calculator.js +120 -0
- package/dist/Calculators/calculator.css.d.ts +42 -0
- package/dist/Calculators/calculator.css.js +11 -0
- package/dist/Calculators/calculators.d.ts +7 -0
- package/dist/Calculators/calculators.js +83 -0
- package/dist/Calculators/index.d.ts +2 -0
- package/dist/Calculators/index.js +7 -0
- package/dist/Carousel/index.js +13 -10
- package/dist/Chevron/Chevron.interface.d.ts +4 -0
- package/dist/Chevron/index.js +14 -11
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +24 -128
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +14 -11
- package/dist/Forms/ContactUsBusiness.js +8 -5
- package/dist/Forms/EmailOnly.js +9 -6
- package/dist/Forms/RenderForm.js +4 -1
- package/dist/Forms/SuccesForm.js +4 -1
- package/dist/HeroBanner/HeroBanner.css.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.css.js +4 -3
- package/dist/HeroBanner/HeroBanner.d.ts +3 -0
- package/dist/HeroBanner/HeroBanner.interface.d.ts +14 -4
- package/dist/HeroBanner/HeroBanner.js +155 -0
- package/dist/HeroBanner/SelectionBanner.css.d.ts +24 -0
- package/dist/HeroBanner/SelectionBanner.css.js +19 -0
- package/dist/HeroBanner/index.d.ts +4 -3
- package/dist/HeroBanner/index.js +20 -81
- package/dist/Hyperlink/index.js +14 -11
- package/dist/ImageLink/ImageLink.js +14 -11
- package/dist/ImageLink/ImageLinkSet.js +14 -11
- package/dist/ImageLink/index.js +14 -11
- package/dist/Modal/Modal.js +15 -12
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +53 -53
- package/dist/SetContainer/SetContainer.js +14 -11
- package/dist/StepItem/StepItem.d.ts +1 -0
- package/dist/StepItem/StepItem.js +2 -2
- package/dist/StepItemSet/StepItemSet.css.d.ts +30 -2
- package/dist/StepItemSet/StepItemSet.js +2 -1
- package/dist/assets/Button/Button.css +33 -8
- package/dist/assets/Calculators/calculator.css +47 -0
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +28 -100
- package/dist/assets/HeroBanner/HeroBanner.css +5 -0
- package/dist/assets/HeroBanner/SelectionBanner.css +83 -0
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +116 -115
- package/dist/assets/StepItem/StepItem.css +2 -1
- package/dist/assets/StepItemSet/StepItemSet.css +15 -2
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +1 -1
- package/dist/assets/themes/axos.css +1 -1
- package/dist/main.d.ts +2 -1
- package/dist/main.js +26 -3
- package/package.json +4 -1
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
.iois7n0 {
|
|
2
|
+
margin: 1.5em 0;
|
|
3
|
+
font: 400 16px / 1.3 var(--main-font-family);
|
|
4
|
+
}
|
|
5
|
+
.iois7n1 {
|
|
6
|
+
background: var(--_1073cm81);
|
|
7
|
+
color: var(--_1073cm82);
|
|
8
|
+
}
|
|
9
|
+
.iois7n2 {
|
|
10
|
+
background: var(--_1073cm88);
|
|
11
|
+
color: var(--_1073cm89);
|
|
12
|
+
}
|
|
13
|
+
.iois7n3 {
|
|
14
|
+
background: var(--_1073cm8f);
|
|
15
|
+
color: var(--_1073cm8g);
|
|
16
|
+
}
|
|
17
|
+
.iois7n4 {
|
|
18
|
+
background: var(--_1073cm8m);
|
|
19
|
+
color: var(--_1073cm8n);
|
|
20
|
+
}
|
|
21
|
+
.iois7n5 {
|
|
22
|
+
font: 600 2.5rem / 1.25 var(--header-font-family);
|
|
23
|
+
}
|
|
24
|
+
.iois7n6 {
|
|
25
|
+
background: var(--_1073cm84);
|
|
26
|
+
background-clip: text;
|
|
27
|
+
-webkit-text-fill-color: transparent;
|
|
28
|
+
text-shadow: 0px 0px #00000000;
|
|
29
|
+
}
|
|
30
|
+
.iois7n7 {
|
|
31
|
+
background: var(--_1073cm8b);
|
|
32
|
+
background-clip: text;
|
|
33
|
+
-webkit-text-fill-color: transparent;
|
|
34
|
+
text-shadow: 0px 0px #00000000;
|
|
35
|
+
}
|
|
36
|
+
.iois7n8 {
|
|
37
|
+
color: var(--_1073cm8h);
|
|
38
|
+
}
|
|
39
|
+
.iois7n9 {
|
|
40
|
+
color: var(--_1073cm8o);
|
|
41
|
+
}
|
|
42
|
+
@media screen and (max-width:768px) {
|
|
43
|
+
.iois7n5 {
|
|
44
|
+
font-size: 28px;
|
|
45
|
+
line-height: 1.29;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -35,28 +35,16 @@
|
|
|
35
35
|
background: var(--_1073cm8m);
|
|
36
36
|
color: var(--_1073cm8n);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.txcb8d6 {
|
|
39
39
|
color: var(--_1073cm83);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
42
|
-
color: var(--_1073cm83);
|
|
43
|
-
}
|
|
44
|
-
._1073cm80 .txcb8d7 {
|
|
45
|
-
color: var(--_1073cm8a);
|
|
46
|
-
}
|
|
47
|
-
._1es6o1h0 .txcb8d7 {
|
|
41
|
+
.txcb8d7 {
|
|
48
42
|
color: var(--_1073cm8a);
|
|
49
43
|
}
|
|
50
|
-
.
|
|
51
|
-
color: var(--_1073cm8h);
|
|
52
|
-
}
|
|
53
|
-
._1es6o1h0 .txcb8d8 {
|
|
44
|
+
.txcb8d8 {
|
|
54
45
|
color: var(--_1073cm8h);
|
|
55
46
|
}
|
|
56
|
-
.
|
|
57
|
-
color: var(--_1073cm8o);
|
|
58
|
-
}
|
|
59
|
-
._1es6o1h0 .txcb8d9 {
|
|
47
|
+
.txcb8d9 {
|
|
60
48
|
color: var(--_1073cm8o);
|
|
61
49
|
}
|
|
62
50
|
.txcb8da {
|
|
@@ -66,52 +54,28 @@
|
|
|
66
54
|
line-height: 1.29;
|
|
67
55
|
margin-top: 10px;
|
|
68
56
|
}
|
|
69
|
-
.
|
|
70
|
-
color: var(--_1073cm83);
|
|
71
|
-
}
|
|
72
|
-
._1es6o1h0 .txcb8db {
|
|
57
|
+
.txcb8db {
|
|
73
58
|
color: var(--_1073cm83);
|
|
74
59
|
}
|
|
75
|
-
.
|
|
76
|
-
color: var(--_1073cm8a);
|
|
77
|
-
}
|
|
78
|
-
._1es6o1h0 .txcb8dc {
|
|
60
|
+
.txcb8dc {
|
|
79
61
|
color: var(--_1073cm8a);
|
|
80
62
|
}
|
|
81
|
-
.
|
|
63
|
+
.txcb8dd {
|
|
82
64
|
color: var(--_1073cm8g);
|
|
83
65
|
}
|
|
84
|
-
.
|
|
85
|
-
color: var(--_1073cm8g);
|
|
86
|
-
}
|
|
87
|
-
._1073cm80 .txcb8de {
|
|
88
|
-
color: var(--_1073cm8n);
|
|
89
|
-
}
|
|
90
|
-
._1es6o1h0 .txcb8de {
|
|
66
|
+
.txcb8de {
|
|
91
67
|
color: var(--_1073cm8n);
|
|
92
68
|
}
|
|
93
|
-
.
|
|
94
|
-
fill: var(--_1073cm83);
|
|
95
|
-
}
|
|
96
|
-
._1es6o1h0 .txcb8dg {
|
|
69
|
+
.txcb8dg {
|
|
97
70
|
fill: var(--_1073cm83);
|
|
98
71
|
}
|
|
99
|
-
.
|
|
72
|
+
.txcb8dh {
|
|
100
73
|
fill: var(--_1073cm8a);
|
|
101
74
|
}
|
|
102
|
-
.
|
|
103
|
-
fill: var(--_1073cm8a);
|
|
104
|
-
}
|
|
105
|
-
._1073cm80 .txcb8di {
|
|
75
|
+
.txcb8di {
|
|
106
76
|
fill: var(--_1073cm8h);
|
|
107
77
|
}
|
|
108
|
-
.
|
|
109
|
-
fill: var(--_1073cm8h);
|
|
110
|
-
}
|
|
111
|
-
._1073cm80 .txcb8dj {
|
|
112
|
-
fill: var(--_1073cm8o);
|
|
113
|
-
}
|
|
114
|
-
._1es6o1h0 .txcb8dj {
|
|
78
|
+
.txcb8dj {
|
|
115
79
|
fill: var(--_1073cm8o);
|
|
116
80
|
}
|
|
117
81
|
.txcb8dk {
|
|
@@ -148,29 +112,17 @@
|
|
|
148
112
|
text-decoration: none;
|
|
149
113
|
font-weight: 600;
|
|
150
114
|
}
|
|
151
|
-
.
|
|
152
|
-
color: #0062B3;
|
|
153
|
-
}
|
|
154
|
-
._1es6o1h0 .txcb8dp {
|
|
115
|
+
.txcb8dp {
|
|
155
116
|
color: #0062B3;
|
|
156
117
|
}
|
|
157
|
-
.
|
|
118
|
+
.txcb8dq {
|
|
158
119
|
color: #0062B3;
|
|
159
120
|
}
|
|
160
|
-
.
|
|
161
|
-
color:
|
|
162
|
-
}
|
|
163
|
-
._1073cm80 .txcb8dr {
|
|
164
|
-
color: #fff;
|
|
165
|
-
}
|
|
166
|
-
._1es6o1h0 .txcb8dr {
|
|
167
|
-
color: #fff;
|
|
168
|
-
}
|
|
169
|
-
._1073cm80 .txcb8ds {
|
|
170
|
-
color: #FAA74A;
|
|
121
|
+
.txcb8dr {
|
|
122
|
+
color: var(--_1073cm8h);
|
|
171
123
|
}
|
|
172
|
-
.
|
|
173
|
-
color:
|
|
124
|
+
.txcb8ds {
|
|
125
|
+
color: var(--_1073cm8o);
|
|
174
126
|
}
|
|
175
127
|
.txcb8do a {
|
|
176
128
|
text-decoration: none;
|
|
@@ -209,53 +161,29 @@ $.txcb8dl + .txcb8du {
|
|
|
209
161
|
padding-bottom: 56px;
|
|
210
162
|
margin-top: 0;
|
|
211
163
|
}
|
|
212
|
-
.
|
|
164
|
+
.txcb8d12 {
|
|
213
165
|
background: var(--_1073cm81);
|
|
214
166
|
}
|
|
215
|
-
.
|
|
216
|
-
background: var(--_1073cm81);
|
|
217
|
-
}
|
|
218
|
-
._1073cm80 .txcb8d13 {
|
|
167
|
+
.txcb8d13 {
|
|
219
168
|
background: var(--_1073cm88);
|
|
220
169
|
}
|
|
221
|
-
.
|
|
222
|
-
background: var(--_1073cm88);
|
|
223
|
-
}
|
|
224
|
-
._1073cm80 .txcb8d14 {
|
|
170
|
+
.txcb8d14 {
|
|
225
171
|
background: var(--_1073cm8f);
|
|
226
172
|
}
|
|
227
|
-
.
|
|
228
|
-
background: #1E262F;
|
|
229
|
-
}
|
|
230
|
-
._1073cm80 .txcb8d15 {
|
|
173
|
+
.txcb8d15 {
|
|
231
174
|
background: var(--_1073cm8m);
|
|
232
175
|
}
|
|
233
|
-
.
|
|
234
|
-
background: #1E262F;
|
|
235
|
-
}
|
|
236
|
-
._1073cm80 .txcb8d17 {
|
|
176
|
+
.txcb8d17 {
|
|
237
177
|
color: var(--_1073cm83);
|
|
238
178
|
}
|
|
239
|
-
.
|
|
240
|
-
color: var(--_1073cm83);
|
|
241
|
-
}
|
|
242
|
-
._1073cm80 .txcb8d18 {
|
|
179
|
+
.txcb8d18 {
|
|
243
180
|
color: var(--_1073cm8a);
|
|
244
181
|
}
|
|
245
|
-
.
|
|
246
|
-
color: var(--
|
|
247
|
-
}
|
|
248
|
-
._1073cm80 .txcb8d19 {
|
|
249
|
-
color: #1E3860;
|
|
250
|
-
}
|
|
251
|
-
._1es6o1h0 .txcb8d19 {
|
|
252
|
-
color: #1E262F;
|
|
253
|
-
}
|
|
254
|
-
._1073cm80 .txcb8d1a {
|
|
255
|
-
color: #1E3860;
|
|
182
|
+
.txcb8d19 {
|
|
183
|
+
color: var(--_1073cm8h);
|
|
256
184
|
}
|
|
257
|
-
.
|
|
258
|
-
color:
|
|
185
|
+
.txcb8d1a {
|
|
186
|
+
color: var(--_1073cm8o);
|
|
259
187
|
}
|
|
260
188
|
.txcb8d1b {
|
|
261
189
|
position: relative;
|
|
@@ -114,6 +114,11 @@
|
|
|
114
114
|
._1ye8k3f0 ._1ye8k3fl {
|
|
115
115
|
flex-direction: column;
|
|
116
116
|
}
|
|
117
|
+
._7etqoq5 ._1ye8k3fl {
|
|
118
|
+
flex-direction: row;
|
|
119
|
+
justify-content: center;
|
|
120
|
+
flex-wrap: wrap;
|
|
121
|
+
}
|
|
117
122
|
}
|
|
118
123
|
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
119
124
|
._1ye8k3f0 ._1ye8k3f9 {
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
._7etqoq0 {
|
|
2
|
+
font: 600 2.5rem / 1.25 var(--header-font-family);
|
|
3
|
+
}
|
|
4
|
+
._7etqoq1 {
|
|
5
|
+
color: var(--_1073cm83);
|
|
6
|
+
}
|
|
7
|
+
._7etqoq2 {
|
|
8
|
+
background: var(--_1073cm8a);
|
|
9
|
+
background-clip: text;
|
|
10
|
+
-webkit-text-fill-color: transparent;
|
|
11
|
+
text-shadow: 0px 0px #00000000;
|
|
12
|
+
}
|
|
13
|
+
._7etqoq3 {
|
|
14
|
+
color: var(--_1073cm8j);
|
|
15
|
+
}
|
|
16
|
+
._7etqoq4 {
|
|
17
|
+
color: var(--_1073cm8o);
|
|
18
|
+
}
|
|
19
|
+
._7etqoq5 {
|
|
20
|
+
background: #fff;
|
|
21
|
+
min-height: 480px;
|
|
22
|
+
width: 50%;
|
|
23
|
+
position: relative;
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
}
|
|
27
|
+
._7etqoq6 {
|
|
28
|
+
position: absolute;
|
|
29
|
+
background: #fff;
|
|
30
|
+
left: 0;
|
|
31
|
+
top: 0;
|
|
32
|
+
bottom: 0;
|
|
33
|
+
width: 50vw;
|
|
34
|
+
z-index: 0;
|
|
35
|
+
}
|
|
36
|
+
._7etqoq7 {
|
|
37
|
+
position: relative;
|
|
38
|
+
color: #333D46;
|
|
39
|
+
padding-left: 60px;
|
|
40
|
+
max-width: 588px;
|
|
41
|
+
width: 100%;
|
|
42
|
+
}
|
|
43
|
+
._7etqoq8 {
|
|
44
|
+
max-width: 64px;
|
|
45
|
+
max-height: 64px;
|
|
46
|
+
width: 100%;
|
|
47
|
+
height: 100%;
|
|
48
|
+
}
|
|
49
|
+
._7etqoq9 {
|
|
50
|
+
max-width: 64px;
|
|
51
|
+
width: 100%;
|
|
52
|
+
height: 100%;
|
|
53
|
+
max-height: 64px;
|
|
54
|
+
}
|
|
55
|
+
@media screen and (max-width:768px) {
|
|
56
|
+
._7etqoq0 {
|
|
57
|
+
font-size: 28px;
|
|
58
|
+
line-height: 1.29;
|
|
59
|
+
text-align: center;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
@media (max-width:1024px) {
|
|
63
|
+
._7etqoq5 {
|
|
64
|
+
width: 100vw;
|
|
65
|
+
padding: 2rem 0;
|
|
66
|
+
}
|
|
67
|
+
._7etqoq7 {
|
|
68
|
+
width: min(45rem, calc(100% - 4rem));
|
|
69
|
+
margin: 0 auto;
|
|
70
|
+
padding: 2rem 0;
|
|
71
|
+
text-align: center;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
@media screen and (max-width:1280px) {
|
|
75
|
+
._7etqoq8 {
|
|
76
|
+
max-width: 48px;
|
|
77
|
+
max-height: 48px;
|
|
78
|
+
}
|
|
79
|
+
._7etqoq9 {
|
|
80
|
+
max-width: 48px;
|
|
81
|
+
max-height: 48px;
|
|
82
|
+
}
|
|
83
|
+
}
|