@axos-web-dev/shared-components 0.0.57 → 0.0.58
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/Article/Article.css.d.ts +230 -0
- package/dist/Article/Article.css.js +21 -0
- package/dist/Article/Article.d.ts +14 -0
- package/dist/Article/Article.js +51 -0
- package/dist/Article/index.d.ts +2 -0
- package/dist/Article/index.js +12 -0
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +155 -0
- package/dist/ArticlesSet/ArticlesSet.css.js +21 -0
- package/dist/ArticlesSet/ArticlesSet.d.ts +12 -0
- package/dist/ArticlesSet/ArticlesSet.js +115 -0
- package/dist/ArticlesSet/index.d.ts +2 -0
- package/dist/ArticlesSet/index.js +12 -0
- package/dist/AwardsBanner/AwardsBanner.css.d.ts +2 -0
- package/dist/AwardsBanner/AwardsBanner.css.js +7 -0
- package/dist/AwardsBanner/AwardsBanner.d.ts +8 -0
- package/dist/AwardsBanner/AwardsBanner.js +18 -0
- package/dist/AwardsBanner/index.d.ts +2 -0
- package/dist/AwardsBanner/index.js +7 -0
- package/dist/AwardsItem/AwardsItem.css.d.ts +3 -0
- package/dist/AwardsItem/AwardsItem.css.js +10 -0
- package/dist/AwardsItem/AwardsItem.d.ts +9 -0
- package/dist/AwardsItem/AwardsItem.js +29 -0
- package/dist/AwardsItem/index.d.ts +2 -0
- package/dist/AwardsItem/index.js +8 -0
- package/dist/Carousel/index.js +5 -0
- package/dist/Chevron/index.js +6 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +1 -39
- package/dist/ExecutiveBio/ExecutiveBio.css.js +12 -10
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +4 -2
- package/dist/ExecutiveBio/ExecutiveBio.js +104 -46
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBioSet.js +22 -128
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +6 -1
- package/dist/Forms/ApplicationStart.js +1 -0
- package/dist/Forms/ContactCompany.d.ts +25 -0
- package/dist/Forms/ContactCompany.js +190 -0
- package/dist/Forms/ContactUsBusiness.js +5 -0
- package/dist/Forms/DealerServices.d.ts +32 -0
- package/dist/Forms/DealerServices.js +311 -0
- package/dist/Forms/EmailOnly.js +5 -0
- package/dist/Forms/RenderForm.js +5 -0
- package/dist/Forms/ScheduleCall.js +1 -0
- package/dist/Forms/ScheduleCallPremier.js +1 -0
- package/dist/Forms/SuccesForm.d.ts +7 -3
- package/dist/Forms/SuccesForm.js +76 -61
- package/dist/Forms/index.d.ts +2 -0
- package/dist/Forms/index.js +4 -0
- package/dist/Hyperlink/index.js +6 -1
- package/dist/ImageLink/ImageLink.js +5 -0
- package/dist/ImageLink/ImageLinkSet.js +5 -0
- package/dist/ImageLink/index.js +6 -1
- package/dist/Input/CurrencyInput.js +1 -0
- package/dist/Input/InputPhone.js +1 -0
- package/dist/Input/InputTextArea.d.ts +16 -0
- package/dist/Input/InputTextArea.js +48 -0
- package/dist/Input/index.d.ts +1 -0
- package/dist/Input/index.js +2 -0
- package/dist/Modal/Modal.js +6 -1
- package/dist/SetContainer/SetContainer.js +5 -0
- package/dist/assets/Article/Article.css +243 -0
- package/dist/assets/ArticlesSet/ArticlesSet.css +234 -0
- package/dist/assets/AwardsBanner/AwardsBanner.css +19 -0
- package/dist/assets/AwardsItem/AwardsItem.css +40 -0
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +61 -65
- package/dist/main.d.ts +4 -0
- package/dist/main.js +39 -1
- package/package.json +1 -1
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
.kjcqgc0 {
|
|
2
|
+
padding: 56px 0;
|
|
3
|
+
background-color: #fff;
|
|
4
|
+
}
|
|
5
|
+
.kjcqgc1 {
|
|
6
|
+
margin-bottom: 40px;
|
|
7
|
+
}
|
|
8
|
+
._1073cm80 .kjcqgc3 {
|
|
9
|
+
color: var(--_1073cm83);
|
|
10
|
+
}
|
|
11
|
+
._1es6o1h0 .kjcqgc3 {
|
|
12
|
+
color: var(--_1073cm83);
|
|
13
|
+
}
|
|
14
|
+
._1073cm80 .kjcqgc4 {
|
|
15
|
+
color: var(--_1073cm8a);
|
|
16
|
+
}
|
|
17
|
+
._1es6o1h0 .kjcqgc4 {
|
|
18
|
+
color: var(--_1073cm8a);
|
|
19
|
+
}
|
|
20
|
+
._1073cm80 .kjcqgc5 {
|
|
21
|
+
color: var(--_1073cm8h);
|
|
22
|
+
}
|
|
23
|
+
._1es6o1h0 .kjcqgc5 {
|
|
24
|
+
color: #1E262F;
|
|
25
|
+
}
|
|
26
|
+
._1073cm80 .kjcqgc6 {
|
|
27
|
+
color: var(--_1073cm8o);
|
|
28
|
+
}
|
|
29
|
+
._1es6o1h0 .kjcqgc6 {
|
|
30
|
+
color: #1E262F;
|
|
31
|
+
}
|
|
32
|
+
.kjcqgc7 {
|
|
33
|
+
font: 700 18px/1.44 var(--main-font-family);
|
|
34
|
+
text-decoration: none;
|
|
35
|
+
}
|
|
36
|
+
.kjcqgc7:hover {
|
|
37
|
+
opacity: 0.7;
|
|
38
|
+
}
|
|
39
|
+
._1073cm80 .kjcqgc8 {
|
|
40
|
+
color: #2F5B88;
|
|
41
|
+
}
|
|
42
|
+
._1es6o1h0 .kjcqgc8 {
|
|
43
|
+
color: var(--_1073cm83);
|
|
44
|
+
}
|
|
45
|
+
._1073cm80 .kjcqgc9 {
|
|
46
|
+
color: #2F5B88;
|
|
47
|
+
}
|
|
48
|
+
._1es6o1h0 .kjcqgc9 {
|
|
49
|
+
color: var(--_1073cm8a);
|
|
50
|
+
}
|
|
51
|
+
._1073cm80 .kjcqgca {
|
|
52
|
+
color: #2F5B88;
|
|
53
|
+
}
|
|
54
|
+
._1es6o1h0 .kjcqgca {
|
|
55
|
+
color: #1E262F;
|
|
56
|
+
}
|
|
57
|
+
._1073cm80 .kjcqgcb {
|
|
58
|
+
color: #2F5B88;
|
|
59
|
+
}
|
|
60
|
+
._1es6o1h0 .kjcqgcb {
|
|
61
|
+
color: #1E262F;
|
|
62
|
+
}
|
|
63
|
+
options => {
|
|
64
|
+
var className = config.defaultClassName;
|
|
65
|
+
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
66
|
+
for (var variantName in selections) {
|
|
67
|
+
var _selections$variantNa;
|
|
68
|
+
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
69
|
+
if (variantSelection != null) {
|
|
70
|
+
var selection = variantSelection;
|
|
71
|
+
if (typeof selection === 'boolean') {
|
|
72
|
+
// @ts-expect-error
|
|
73
|
+
selection = selection === true ? 'true' : 'false';
|
|
74
|
+
}
|
|
75
|
+
var selectionClassName =
|
|
76
|
+
// @ts-expect-error
|
|
77
|
+
config.variantClassNames[variantName][selection];
|
|
78
|
+
if (selectionClassName) {
|
|
79
|
+
className += ' ' + selectionClassName;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
84
|
+
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
85
|
+
className += ' ' + compoundClassName;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
return className;
|
|
89
|
+
} + .sc__btn {
|
|
90
|
+
display: inline-block;
|
|
91
|
+
}
|
|
92
|
+
._1073cm80 .kjcqgcd {
|
|
93
|
+
fill: #2F5B88;
|
|
94
|
+
}
|
|
95
|
+
._1es6o1h0 .kjcqgcd {
|
|
96
|
+
fill: var(--_1073cm83);
|
|
97
|
+
}
|
|
98
|
+
._1073cm80 .kjcqgce {
|
|
99
|
+
fill: #2F5B88;
|
|
100
|
+
}
|
|
101
|
+
._1es6o1h0 .kjcqgce {
|
|
102
|
+
fill: var(--_1073cm8a);
|
|
103
|
+
}
|
|
104
|
+
._1073cm80 .kjcqgcf {
|
|
105
|
+
fill: #2F5B88;
|
|
106
|
+
}
|
|
107
|
+
._1es6o1h0 .kjcqgcf {
|
|
108
|
+
fill: #1E262F;
|
|
109
|
+
}
|
|
110
|
+
._1073cm80 .kjcqgcg {
|
|
111
|
+
fill: #2F5B88;
|
|
112
|
+
}
|
|
113
|
+
._1es6o1h0 .kjcqgcg {
|
|
114
|
+
fill: #1E262F;
|
|
115
|
+
}
|
|
116
|
+
.kjcqgch article {
|
|
117
|
+
flex: 1 1 0%;
|
|
118
|
+
}
|
|
119
|
+
._1073cm80 .kjcqgcj {
|
|
120
|
+
color: var(--_1073cm82);
|
|
121
|
+
background: var(--_1073cm81);
|
|
122
|
+
}
|
|
123
|
+
._1es6o1h0 .kjcqgcj {
|
|
124
|
+
color: var(--_1073cm82);
|
|
125
|
+
background: var(--_1073cm81);
|
|
126
|
+
}
|
|
127
|
+
._1073cm80 .kjcqgck {
|
|
128
|
+
color: var(--_1073cm89);
|
|
129
|
+
background: var(--_1073cm88);
|
|
130
|
+
}
|
|
131
|
+
._1es6o1h0 .kjcqgck {
|
|
132
|
+
color: var(--_1073cm89);
|
|
133
|
+
background: var(--_1073cm88);
|
|
134
|
+
}
|
|
135
|
+
._1073cm80 .kjcqgcl {
|
|
136
|
+
color: var(--_1073cm8g);
|
|
137
|
+
background: var(--_1073cm8f);
|
|
138
|
+
}
|
|
139
|
+
._1es6o1h0 .kjcqgcl {
|
|
140
|
+
color: var(--_1073cm8g);
|
|
141
|
+
background: var(--_1073cm8f);
|
|
142
|
+
}
|
|
143
|
+
._1073cm80 .kjcqgcm {
|
|
144
|
+
color: var(--_1073cm8n);
|
|
145
|
+
background: var(--_1073cm8m);
|
|
146
|
+
}
|
|
147
|
+
._1es6o1h0 .kjcqgcm {
|
|
148
|
+
color: var(--_1073cm8n);
|
|
149
|
+
background: var(--_1073cm8m);
|
|
150
|
+
}
|
|
151
|
+
@media (max-width: 1023px) {
|
|
152
|
+
.kjcqgc0 {
|
|
153
|
+
padding: 44px 0;
|
|
154
|
+
}
|
|
155
|
+
.kjcqgc1 {
|
|
156
|
+
margin-bottom: 32px;
|
|
157
|
+
}
|
|
158
|
+
options => {
|
|
159
|
+
var className = config.defaultClassName;
|
|
160
|
+
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
161
|
+
for (var variantName in selections) {
|
|
162
|
+
var _selections$variantNa;
|
|
163
|
+
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
164
|
+
if (variantSelection != null) {
|
|
165
|
+
var selection = variantSelection;
|
|
166
|
+
if (typeof selection === 'boolean') {
|
|
167
|
+
// @ts-expect-error
|
|
168
|
+
selection = selection === true ? 'true' : 'false';
|
|
169
|
+
}
|
|
170
|
+
var selectionClassName =
|
|
171
|
+
// @ts-expect-error
|
|
172
|
+
config.variantClassNames[variantName][selection];
|
|
173
|
+
if (selectionClassName) {
|
|
174
|
+
className += ' ' + selectionClassName;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
179
|
+
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
180
|
+
className += ' ' + compoundClassName;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
return className;
|
|
184
|
+
} + .sc__btn {
|
|
185
|
+
margin-top: 16px;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
@media (max-width: 768px) {
|
|
189
|
+
.kjcqgc0 {
|
|
190
|
+
padding: 32px 0;
|
|
191
|
+
}
|
|
192
|
+
.kjcqgc1 {
|
|
193
|
+
margin-bottom: 24px;
|
|
194
|
+
}
|
|
195
|
+
.kjcqgc7 {
|
|
196
|
+
font-size: 1rem;
|
|
197
|
+
line-height: 1.5;
|
|
198
|
+
}
|
|
199
|
+
.kjcqgch {
|
|
200
|
+
flex-direction: column;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
@media (max-width:1023px) and (min-width:769px) {
|
|
204
|
+
options => {
|
|
205
|
+
var className = config.defaultClassName;
|
|
206
|
+
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
207
|
+
for (var variantName in selections) {
|
|
208
|
+
var _selections$variantNa;
|
|
209
|
+
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
210
|
+
if (variantSelection != null) {
|
|
211
|
+
var selection = variantSelection;
|
|
212
|
+
if (typeof selection === 'boolean') {
|
|
213
|
+
// @ts-expect-error
|
|
214
|
+
selection = selection === true ? 'true' : 'false';
|
|
215
|
+
}
|
|
216
|
+
var selectionClassName =
|
|
217
|
+
// @ts-expect-error
|
|
218
|
+
config.variantClassNames[variantName][selection];
|
|
219
|
+
if (selectionClassName) {
|
|
220
|
+
className += ' ' + selectionClassName;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
225
|
+
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
226
|
+
className += ' ' + compoundClassName;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
return className;
|
|
230
|
+
} > * {
|
|
231
|
+
font-size: 15px;
|
|
232
|
+
line-height: 1.4;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
._1amgyqo0 {
|
|
2
|
+
background-color: #333d46;
|
|
3
|
+
color: #fff;
|
|
4
|
+
-webkit-filter: drop-shadow(03px4pxrgba(0,0,0,0.25));
|
|
5
|
+
filter: drop-shadow(03px4pxrgba(0,0,0,0.25));
|
|
6
|
+
padding: 3px 0;
|
|
7
|
+
}
|
|
8
|
+
._1amgyqo0 > .containment {
|
|
9
|
+
max-width: 1392px;
|
|
10
|
+
width: calc(100% - 48px);
|
|
11
|
+
}
|
|
12
|
+
._1amgyqo1 {
|
|
13
|
+
min-height: 54px;
|
|
14
|
+
}
|
|
15
|
+
@media (max-width: 1023px) {
|
|
16
|
+
._1amgyqo1 {
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
._16tnqb20 {
|
|
2
|
+
flex: 1 0 0%;
|
|
3
|
+
position: relative;
|
|
4
|
+
text-align: center;
|
|
5
|
+
padding: 4px 0;
|
|
6
|
+
}
|
|
7
|
+
._16tnqb20 + ._16tnqb20::after {
|
|
8
|
+
content: "";
|
|
9
|
+
position: absolute;
|
|
10
|
+
background-color: #bdbdbd;
|
|
11
|
+
height: 18.5px;
|
|
12
|
+
width: 1px;
|
|
13
|
+
left: 0;
|
|
14
|
+
top: 50%;
|
|
15
|
+
transform: translateY(-50%);
|
|
16
|
+
}
|
|
17
|
+
._16tnqb21 {
|
|
18
|
+
color: #ddd;
|
|
19
|
+
font-size: 12px;
|
|
20
|
+
font-weight: 400;
|
|
21
|
+
line-height: 16px;
|
|
22
|
+
}
|
|
23
|
+
._16tnqb22 {
|
|
24
|
+
font-family: var(--header-font-family);
|
|
25
|
+
font-size: 14px;
|
|
26
|
+
font-weight: 600;
|
|
27
|
+
margin-bottom: 2px;
|
|
28
|
+
}
|
|
29
|
+
@media (max-width: 1023px) {
|
|
30
|
+
._16tnqb20 + ._16tnqb20 {
|
|
31
|
+
padding-top: 18px;
|
|
32
|
+
}
|
|
33
|
+
._16tnqb20 + ._16tnqb20::after {
|
|
34
|
+
left: 50%;
|
|
35
|
+
top: 0;
|
|
36
|
+
-webkit-transform: translateX(-50%) rotate(90deg);
|
|
37
|
+
-ms-transform: translateX(-50%) rotate(90deg);
|
|
38
|
+
transform: translateX(-50%) rotate(90deg);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -61,15 +61,9 @@
|
|
|
61
61
|
.txcb8dj {
|
|
62
62
|
fill: var(--_1073cm8o);
|
|
63
63
|
}
|
|
64
|
-
.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
.txcb8dn {
|
|
68
|
-
margin-top: 24px;
|
|
69
|
-
}
|
|
70
|
-
.txcb8dn p {
|
|
71
|
-
font-size: 16px;
|
|
72
|
-
line-height: 1.5;
|
|
64
|
+
.txcb8dl {
|
|
65
|
+
flex: 1 1 0%;
|
|
66
|
+
max-width: 50%;
|
|
73
67
|
}
|
|
74
68
|
.txcb8dl a {
|
|
75
69
|
color: inherit;
|
|
@@ -79,7 +73,17 @@
|
|
|
79
73
|
opacity: 0.8;
|
|
80
74
|
}
|
|
81
75
|
.txcb8dl > * + * {
|
|
82
|
-
margin-
|
|
76
|
+
margin-top: 24px;
|
|
77
|
+
}
|
|
78
|
+
.txcb8dm {
|
|
79
|
+
padding: 48px;
|
|
80
|
+
}
|
|
81
|
+
.txcb8dn {
|
|
82
|
+
margin-top: 24px;
|
|
83
|
+
}
|
|
84
|
+
.txcb8dn p {
|
|
85
|
+
font-size: 16px;
|
|
86
|
+
line-height: 1.5;
|
|
83
87
|
}
|
|
84
88
|
.txcb8do {
|
|
85
89
|
margin-left: 15px;
|
|
@@ -103,7 +107,13 @@
|
|
|
103
107
|
.txcb8do a {
|
|
104
108
|
text-decoration: none;
|
|
105
109
|
}
|
|
106
|
-
.
|
|
110
|
+
.txcb8du {
|
|
111
|
+
margin-left: 1.5rem;
|
|
112
|
+
}
|
|
113
|
+
.txcb8du svg {
|
|
114
|
+
margin-left: 8px;
|
|
115
|
+
}
|
|
116
|
+
.txcb8dw {
|
|
107
117
|
aspect-ratio: 1 / 1;
|
|
108
118
|
background-position: center center;
|
|
109
119
|
background-repeat: no-repeat;
|
|
@@ -111,70 +121,65 @@
|
|
|
111
121
|
border-radius: 50%;
|
|
112
122
|
width: 320px;
|
|
113
123
|
}
|
|
114
|
-
.
|
|
124
|
+
.txcb8dx {
|
|
115
125
|
margin-right: 64px;
|
|
116
126
|
width: auto;
|
|
117
127
|
}
|
|
118
|
-
.
|
|
128
|
+
.txcb8d10 {
|
|
119
129
|
margin-left: auto;
|
|
120
130
|
margin-right: auto;
|
|
121
131
|
margin-bottom: 40px;
|
|
122
132
|
text-align: center;
|
|
123
133
|
max-width: 800px;
|
|
124
134
|
}
|
|
125
|
-
.
|
|
135
|
+
.txcb8d10 h2 + p {
|
|
126
136
|
margin-top: 8px;
|
|
127
137
|
}
|
|
128
138
|
.txcb8d11 {
|
|
129
|
-
background: var(--_1073cm81);
|
|
130
|
-
}
|
|
131
|
-
.txcb8d12 {
|
|
132
|
-
background: var(--_1073cm88);
|
|
133
139
|
padding-top: 56px;
|
|
134
140
|
padding-bottom: 56px;
|
|
135
141
|
margin-top: 0;
|
|
136
142
|
}
|
|
143
|
+
.txcb8d12 {
|
|
144
|
+
background: var(--_1073cm81);
|
|
145
|
+
}
|
|
137
146
|
.txcb8d13 {
|
|
138
|
-
background: var(--
|
|
139
|
-
padding-top: 56px;
|
|
140
|
-
padding-bottom: 56px;
|
|
141
|
-
margin-top: 0;
|
|
147
|
+
background: var(--_1073cm88);
|
|
142
148
|
}
|
|
143
149
|
.txcb8d14 {
|
|
150
|
+
background: var(--_1073cm8f);
|
|
151
|
+
}
|
|
152
|
+
.txcb8d15 {
|
|
144
153
|
background: var(--_1073cm8m);
|
|
145
|
-
padding-top: 56px;
|
|
146
|
-
padding-bottom: 56px;
|
|
147
|
-
margin-top: 0;
|
|
148
154
|
}
|
|
149
|
-
.
|
|
155
|
+
.txcb8d17 {
|
|
150
156
|
color: var(--_1073cm83);
|
|
151
157
|
}
|
|
152
|
-
.
|
|
158
|
+
.txcb8d18 {
|
|
153
159
|
color: var(--_1073cm8a);
|
|
154
160
|
}
|
|
155
|
-
.
|
|
161
|
+
.txcb8d19 {
|
|
156
162
|
color: var(--_1073cm8h);
|
|
157
163
|
}
|
|
158
|
-
.
|
|
164
|
+
.txcb8d1a {
|
|
159
165
|
color: var(--_1073cm8o);
|
|
160
166
|
}
|
|
161
|
-
.
|
|
167
|
+
.txcb8d1b {
|
|
162
168
|
position: relative;
|
|
163
169
|
}
|
|
164
|
-
.
|
|
170
|
+
.txcb8d1c {
|
|
165
171
|
margin-left: auto;
|
|
166
172
|
margin-right: auto;
|
|
167
173
|
margin-top: 40px;
|
|
168
174
|
text-align: center;
|
|
169
175
|
max-width: 800px;
|
|
170
176
|
}
|
|
171
|
-
@media (max-width:
|
|
177
|
+
@media (max-width: 1240px) and (min-width: 1024px) {
|
|
172
178
|
.txcb8dl {
|
|
173
|
-
|
|
179
|
+
max-width: max-content;
|
|
174
180
|
}
|
|
175
|
-
.
|
|
176
|
-
|
|
177
|
-
margin-top: 24px;
|
|
181
|
+
.txcb8du {
|
|
182
|
+
align-items: flex-end;
|
|
178
183
|
}
|
|
179
184
|
}
|
|
180
185
|
@media (max-width: 1023px) {
|
|
@@ -185,37 +190,33 @@
|
|
|
185
190
|
max-width: 100%;
|
|
186
191
|
}
|
|
187
192
|
.txcb8du {
|
|
193
|
+
margin-left: 0;
|
|
194
|
+
margin-top: 24px;
|
|
195
|
+
}
|
|
196
|
+
.txcb8dv {
|
|
188
197
|
display: flex;
|
|
189
198
|
justify-content: center;
|
|
190
199
|
}
|
|
191
|
-
.
|
|
200
|
+
.txcb8dx {
|
|
192
201
|
margin-right: 0px;
|
|
193
202
|
}
|
|
194
|
-
.
|
|
203
|
+
.txcb8dy {
|
|
195
204
|
transform: translateY(1%);
|
|
196
205
|
}
|
|
197
|
-
.
|
|
206
|
+
.txcb8dy p:first-of-type {
|
|
198
207
|
margin-top: 8px;
|
|
199
208
|
}
|
|
200
|
-
.
|
|
209
|
+
.txcb8dz {
|
|
201
210
|
flex-direction: column;
|
|
202
211
|
}
|
|
203
|
-
.
|
|
212
|
+
.txcb8d10 {
|
|
204
213
|
margin-bottom: 24px;
|
|
205
214
|
}
|
|
206
|
-
.
|
|
207
|
-
padding-top: 42px;
|
|
208
|
-
padding-bottom: 42px;
|
|
209
|
-
}
|
|
210
|
-
.txcb8d13 {
|
|
211
|
-
padding-top: 42px;
|
|
212
|
-
padding-bottom: 42px;
|
|
213
|
-
}
|
|
214
|
-
.txcb8d14 {
|
|
215
|
+
.txcb8d11 {
|
|
215
216
|
padding-top: 42px;
|
|
216
217
|
padding-bottom: 42px;
|
|
217
218
|
}
|
|
218
|
-
.
|
|
219
|
+
.txcb8d1c {
|
|
219
220
|
margin-top: 24px;
|
|
220
221
|
}
|
|
221
222
|
}
|
|
@@ -225,15 +226,15 @@
|
|
|
225
226
|
font-size: 16px;
|
|
226
227
|
line-height: 1.5;
|
|
227
228
|
}
|
|
229
|
+
.txcb8dl > * + * {
|
|
230
|
+
margin-top: 10px;
|
|
231
|
+
}
|
|
228
232
|
.txcb8dm {
|
|
229
233
|
padding: 24px;
|
|
230
234
|
}
|
|
231
235
|
.txcb8dn {
|
|
232
236
|
margin-top: 8x;
|
|
233
237
|
}
|
|
234
|
-
.txcb8dl > * + * {
|
|
235
|
-
margin-top: 10px;
|
|
236
|
-
}
|
|
237
238
|
.txcb8do {
|
|
238
239
|
font-size: 18px;
|
|
239
240
|
line-height: 26px;
|
|
@@ -241,22 +242,17 @@
|
|
|
241
242
|
.txcb8dt {
|
|
242
243
|
margin-top: 16px;
|
|
243
244
|
}
|
|
244
|
-
.
|
|
245
|
+
.txcb8du {
|
|
246
|
+
margin-top: 16px;
|
|
247
|
+
}
|
|
248
|
+
.txcb8dw {
|
|
245
249
|
width: 200px;
|
|
246
250
|
}
|
|
247
|
-
.
|
|
251
|
+
.txcb8d10 h2 + p {
|
|
248
252
|
font-size: 1rem;
|
|
249
253
|
line-height: 1.5;
|
|
250
254
|
}
|
|
251
|
-
.
|
|
252
|
-
padding-top: 32px;
|
|
253
|
-
padding-bottom: 32px;
|
|
254
|
-
}
|
|
255
|
-
.txcb8d13 {
|
|
256
|
-
padding-top: 32px;
|
|
257
|
-
padding-bottom: 32px;
|
|
258
|
-
}
|
|
259
|
-
.txcb8d14 {
|
|
255
|
+
.txcb8d11 {
|
|
260
256
|
padding-top: 32px;
|
|
261
257
|
padding-bottom: 32px;
|
|
262
258
|
}
|
package/dist/main.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
export * from './Accordion';
|
|
2
2
|
export * from './AlertBanner';
|
|
3
3
|
export * from './ApyCalculator';
|
|
4
|
+
export * from './Article';
|
|
5
|
+
export * from './ArticlesSet';
|
|
6
|
+
export * from './AwardsItem';
|
|
7
|
+
export * from './AwardsBanner';
|
|
4
8
|
export * from './BulletItem';
|
|
5
9
|
export * from './Button';
|
|
6
10
|
export * from './CallToActionBar';
|
package/dist/main.js
CHANGED
|
@@ -3,6 +3,14 @@ import { Accordion, AccordionCtx, AccordionDetails, AccordionHeader } from "./Ac
|
|
|
3
3
|
import { accordion, bodyAccordion, headerAccordion, headerContent, hide, icon, paragraph } from "./Accordion/Accordion.css.js";
|
|
4
4
|
import { AlertBanner } from "./AlertBanner/index.js";
|
|
5
5
|
import { ApyCalculator } from "./ApyCalculator/index.js";
|
|
6
|
+
import { Article } from "./Article/Article.js";
|
|
7
|
+
import { ant_article, ant_card_body, ant_card_cta, ant_card_title, ant_content, ant_eyebrow, ant_img } from "./Article/Article.css.js";
|
|
8
|
+
import { ArticlesSet } from "./ArticlesSet/ArticlesSet.js";
|
|
9
|
+
import { ant_blog_cta, ant_grid, ant_header, ant_sec_body, ant_sec_title, ant_section, ant_svg_fill } from "./ArticlesSet/ArticlesSet.css.js";
|
|
10
|
+
import { award_company, award_item, award_name } from "./AwardsItem/AwardsItem.css.js";
|
|
11
|
+
import { AwardsItem } from "./AwardsItem/AwardsItem.js";
|
|
12
|
+
import { awards_row, awards_section } from "./AwardsBanner/AwardsBanner.css.js";
|
|
13
|
+
import { AwardsBanner } from "./AwardsBanner/AwardsBanner.js";
|
|
6
14
|
import { BulletItem } from "./BulletItem/BulletItem.js";
|
|
7
15
|
import { Button } from "./Button/Button.js";
|
|
8
16
|
import { button } from "./Button/Button.css.js";
|
|
@@ -14,7 +22,7 @@ import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
|
14
22
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
15
23
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
16
24
|
import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
|
|
17
|
-
import { bio_name, bio_section_text, components, contact_col, contact_entry, contacts, copy, description, details, header_theme, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
25
|
+
import { bio_name, bio_section_text, components, contact_col, contact_entry, contact_links, contacts, copy, description, details, header_theme, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
18
26
|
import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
|
|
19
27
|
import { AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
|
|
20
28
|
import { footerDisclosure, footerLink, footerParagraph, iconsContent } from "./FooterDisclosure/FooterDisclosure.css.js";
|
|
@@ -30,6 +38,8 @@ import { SalesforceFieldsForm, SalesforceSchema } from "./Forms/SalesforceFields
|
|
|
30
38
|
import { ScheduleCall } from "./Forms/ScheduleCall.js";
|
|
31
39
|
import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
|
|
32
40
|
import { SuccesFormWrapper } from "./Forms/SuccesForm.js";
|
|
41
|
+
import { ContactCompany } from "./Forms/ContactCompany.js";
|
|
42
|
+
import { DealerServices } from "./Forms/DealerServices.js";
|
|
33
43
|
import { HeroBanner } from "./HeroBanner/index.js";
|
|
34
44
|
import { Hyperlink } from "./Hyperlink/index.js";
|
|
35
45
|
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
@@ -50,6 +60,7 @@ import { selectInput } from "./Input/Dropdown.css.js";
|
|
|
50
60
|
import { Input } from "./Input/Input.js";
|
|
51
61
|
import { container, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input/Input.css.js";
|
|
52
62
|
import { InputPhone } from "./Input/InputPhone.js";
|
|
63
|
+
import { InputTextArea } from "./Input/InputTextArea.js";
|
|
53
64
|
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
54
65
|
import { MainHTML } from "./MainHTML/index.js";
|
|
55
66
|
import { Modal } from "./Modal/Modal.js";
|
|
@@ -106,6 +117,10 @@ export {
|
|
|
106
117
|
ApplicationStart,
|
|
107
118
|
ApyCalculator,
|
|
108
119
|
default5 as ArrowIcon,
|
|
120
|
+
Article,
|
|
121
|
+
ArticlesSet,
|
|
122
|
+
AwardsBanner,
|
|
123
|
+
AwardsItem,
|
|
109
124
|
AxosFooterSiteMap,
|
|
110
125
|
default6 as AxosX,
|
|
111
126
|
default7 as AxosXBlue,
|
|
@@ -123,9 +138,11 @@ export {
|
|
|
123
138
|
default12 as ChevronUp,
|
|
124
139
|
default13 as CloseIcon,
|
|
125
140
|
CollectInformationAlert,
|
|
141
|
+
ContactCompany,
|
|
126
142
|
ContactUsBusiness,
|
|
127
143
|
ContentBanner,
|
|
128
144
|
CurrencyInput,
|
|
145
|
+
DealerServices,
|
|
129
146
|
default14 as DownloadIcon,
|
|
130
147
|
DownloadTile,
|
|
131
148
|
Dropdown,
|
|
@@ -151,6 +168,7 @@ export {
|
|
|
151
168
|
ImageLinkSet,
|
|
152
169
|
Input,
|
|
153
170
|
InputPhone,
|
|
171
|
+
InputTextArea,
|
|
154
172
|
LandingPageHeader,
|
|
155
173
|
default16 as LockIcon,
|
|
156
174
|
MainHTML,
|
|
@@ -187,10 +205,29 @@ export {
|
|
|
187
205
|
accordion,
|
|
188
206
|
actions,
|
|
189
207
|
alternate_color_rows,
|
|
208
|
+
ant_article,
|
|
209
|
+
ant_blog_cta,
|
|
210
|
+
ant_card_body,
|
|
211
|
+
ant_card_cta,
|
|
212
|
+
ant_card_title,
|
|
213
|
+
ant_content,
|
|
214
|
+
ant_eyebrow,
|
|
215
|
+
ant_grid,
|
|
216
|
+
ant_header,
|
|
217
|
+
ant_img,
|
|
218
|
+
ant_sec_body,
|
|
219
|
+
ant_sec_title,
|
|
220
|
+
ant_section,
|
|
221
|
+
ant_svg_fill,
|
|
190
222
|
app_col,
|
|
191
223
|
apy_billboard,
|
|
192
224
|
apy_table,
|
|
193
225
|
associatedEmail,
|
|
226
|
+
award_company,
|
|
227
|
+
award_item,
|
|
228
|
+
award_name,
|
|
229
|
+
awards_row,
|
|
230
|
+
awards_section,
|
|
194
231
|
axosTheme,
|
|
195
232
|
billboard,
|
|
196
233
|
billboard_body,
|
|
@@ -219,6 +256,7 @@ export {
|
|
|
219
256
|
components,
|
|
220
257
|
contact_col,
|
|
221
258
|
contact_entry,
|
|
259
|
+
contact_links,
|
|
222
260
|
contacts,
|
|
223
261
|
container,
|
|
224
262
|
containerIconBillboard,
|