@axos-web-dev/shared-components 0.0.67 → 0.0.69
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/AwardsItem/AwardsItem.js +13 -5
- package/dist/BulletItem/BulletItem.js +1 -1
- package/dist/Calculators/Calculator.js +7 -2
- package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -0
- package/dist/CallToActionBar/CallToActionBar.css.js +18 -16
- package/dist/CallToActionBar/index.js +24 -17
- package/dist/Carousel/index.js +7 -2
- package/dist/Chevron/index.js +7 -2
- package/dist/Comparison/Comparison.css.d.ts +42 -0
- package/dist/Comparison/Comparison.css.js +27 -0
- package/dist/Comparison/Comparison.d.ts +3 -0
- package/dist/Comparison/Comparison.interface.d.ts +24 -0
- package/dist/Comparison/Comparison.interface.js +1 -0
- package/dist/Comparison/Comparison.js +143 -0
- package/dist/Comparison/ComparisonSet.d.ts +3 -0
- package/dist/{Forms/RenderForm.js → Comparison/ComparisonSet.js} +112 -36
- package/dist/Comparison/index.d.ts +3 -0
- package/dist/Comparison/index.js +15 -0
- package/dist/DownloadTile/index.js +9 -7
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -2
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +11 -1
- package/dist/Forms/CommercialLending.d.ts +15 -0
- package/dist/Forms/CommercialLending.js +288 -0
- package/dist/Forms/ContactCompany.d.ts +2 -17
- package/dist/Forms/ContactCompany.js +11 -1
- package/dist/Forms/ContactUs.d.ts +9 -0
- package/dist/Forms/ContactUs.js +181 -0
- package/dist/Forms/ContactUsAAS.d.ts +13 -0
- package/dist/Forms/ContactUsAAS.js +330 -0
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +18 -3
- package/dist/Forms/DealerServices.d.ts +2 -17
- package/dist/Forms/DealerServices.js +11 -1
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +12 -3
- package/dist/Forms/EmailUs.d.ts +7 -0
- package/dist/Forms/EmailUs.js +125 -0
- package/dist/Forms/FormEnums.d.ts +2 -0
- package/dist/Forms/FormEnums.js +18 -0
- package/dist/Forms/FormProps.d.ts +17 -0
- package/dist/Forms/FormProps.js +1 -0
- package/dist/Forms/Forms.css.d.ts +8 -0
- package/dist/Forms/Forms.css.js +12 -10
- package/dist/Forms/SalesforceFieldsForm.d.ts +12 -0
- package/dist/Forms/SalesforceFieldsForm.js +4 -1
- package/dist/Forms/ScheduleCall.d.ts +5 -18
- package/dist/Forms/ScheduleCall.js +70 -7
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +19 -2
- package/dist/Forms/SuccesForm.js +7 -2
- package/dist/Forms/WcplSurvey.d.ts +8 -0
- package/dist/Forms/WcplSurvey.js +194 -0
- package/dist/Forms/index.d.ts +9 -4
- package/dist/Forms/index.js +15 -7
- package/dist/Hyperlink/index.js +7 -2
- package/dist/ImageBillboard/ImageBillboardSet.js +1 -1
- package/dist/ImageLink/ImageLink.js +14 -9
- package/dist/ImageLink/ImageLinkSet.js +5 -0
- package/dist/ImageLink/index.js +7 -2
- package/dist/Input/Checkbox.d.ts +1 -1
- package/dist/Input/Input.d.ts +1 -12
- package/dist/Input/Input.js +3 -1
- package/dist/Input/InputProps.d.ts +9 -0
- package/dist/Input/RadioButton.css.d.ts +15 -0
- package/dist/Input/RadioButton.css.js +10 -0
- package/dist/Input/RadioButton.d.ts +5 -0
- package/dist/Input/RadioButton.js +50 -0
- package/dist/Input/index.d.ts +1 -0
- package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +16 -0
- package/dist/LoadingIndicator/LoadingIndicator.css.js +6 -0
- package/dist/LoadingIndicator/index.d.ts +10 -0
- package/dist/LoadingIndicator/index.js +20 -0
- package/dist/Modal/Modal.js +7 -2
- package/dist/SetContainer/SetContainer.css.d.ts +35 -0
- package/dist/SetContainer/SetContainer.css.js +10 -2
- package/dist/SetContainer/SetContainer.d.ts +6 -2
- package/dist/SetContainer/SetContainer.js +42 -19
- package/dist/SetContainer/index.js +6 -2
- package/dist/Tab/Tab.css.d.ts +37 -0
- package/dist/Tab/Tab.css.js +13 -0
- package/dist/Tab/Tab.d.ts +10 -0
- package/dist/Tab/Tab.js +25 -0
- package/dist/Tab/TabContainer.d.ts +5 -0
- package/dist/Tab/TabContainer.js +10 -0
- package/dist/Tab/index.d.ts +2 -0
- package/dist/Tab/index.js +6 -0
- package/dist/TopicalNavItem/TopicalNavItem.d.ts +1 -1
- package/dist/TopicalNavItem/TopicalNavItem.js +40 -31
- package/dist/TopicalNavSet/TopicalNavSet.js +5 -5
- package/dist/VideoTile/VideoTile.interface.d.ts +3 -0
- package/dist/VideoTile/VideoTile.js +3 -1
- package/dist/assets/CallToActionBar/CallToActionBar.css +35 -27
- package/dist/assets/Carousel/Carousel.css +2 -0
- package/dist/assets/Comparison/Comparison.css +141 -0
- package/dist/assets/Forms/Forms.css +46 -35
- package/dist/assets/Input/Input.css +1 -0
- package/dist/assets/Input/RadioButton.css +31 -0
- package/dist/assets/LoadingIndicator/LoadingIndicator.css +27 -0
- package/dist/assets/SetContainer/SetContainer.css +63 -5
- package/dist/assets/Tab/Tab.css +49 -0
- package/dist/assets/globals.css +6 -0
- package/dist/assets/icons/Star/Star.css +6 -0
- package/dist/icons/Star/Star.css.d.ts +13 -0
- package/dist/icons/Star/Star.css.js +6 -0
- package/dist/icons/Star/index.d.ts +9 -0
- package/dist/icons/Star/index.js +26 -0
- package/dist/main.d.ts +5 -2
- package/dist/main.js +94 -63
- package/dist/utils/variant.types.d.ts +1 -0
- package/package.json +8 -7
- package/dist/Forms/RenderForm.d.ts +0 -8
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
._198o0lt0 {
|
|
2
|
+
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
3
|
+
border-radius: 16px;
|
|
4
|
+
padding: 32px 24px;
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
gap: 24px;
|
|
9
|
+
}
|
|
10
|
+
._198o0lt1 {
|
|
11
|
+
background: var(--_1073cm81);
|
|
12
|
+
border: 1px solid #D4D4D4;
|
|
13
|
+
color: black;
|
|
14
|
+
}
|
|
15
|
+
._198o0lt1::before {
|
|
16
|
+
background: var(--_1073cm81);
|
|
17
|
+
}
|
|
18
|
+
._198o0lt2 {
|
|
19
|
+
background: var(--_1073cm88);
|
|
20
|
+
color: black;
|
|
21
|
+
}
|
|
22
|
+
._198o0lt2::before {
|
|
23
|
+
background: var(--_1073cm88);
|
|
24
|
+
}
|
|
25
|
+
._198o0lt3 {
|
|
26
|
+
background: var(--_1073cm8f);
|
|
27
|
+
color: var(--_1073cm8g);
|
|
28
|
+
}
|
|
29
|
+
._198o0lt3::before {
|
|
30
|
+
background: var(--_1073cm8f);
|
|
31
|
+
}
|
|
32
|
+
._198o0lt4 {
|
|
33
|
+
background: var(--_1073cm8m);
|
|
34
|
+
color: var(--_1073cm8n);
|
|
35
|
+
}
|
|
36
|
+
._198o0lt4::before {
|
|
37
|
+
background: var(--_1073cm8m);
|
|
38
|
+
}
|
|
39
|
+
._198o0lt5 {
|
|
40
|
+
display: flex;
|
|
41
|
+
gap: 16px;
|
|
42
|
+
flex-direction: column;
|
|
43
|
+
}
|
|
44
|
+
._198o0lt6 {
|
|
45
|
+
text-align: center;
|
|
46
|
+
display: flex;
|
|
47
|
+
gap: 8px;
|
|
48
|
+
flex-direction: column;
|
|
49
|
+
}
|
|
50
|
+
._198o0lt7 {
|
|
51
|
+
background: var(--_1073cm81);
|
|
52
|
+
border: 1px solid #D4D4D4;
|
|
53
|
+
color: black;
|
|
54
|
+
box-shadow: 0px 8px 16px 0px #00000033;
|
|
55
|
+
border-radius: 16px;
|
|
56
|
+
padding: 32px 24px;
|
|
57
|
+
display: flex;
|
|
58
|
+
flex-direction: column;
|
|
59
|
+
gap: 24px;
|
|
60
|
+
}
|
|
61
|
+
._198o0lt8 {
|
|
62
|
+
display: flex;
|
|
63
|
+
flex-direction: column;
|
|
64
|
+
gap: 1em;
|
|
65
|
+
list-style: none;
|
|
66
|
+
padding-inline-start: 0;
|
|
67
|
+
}
|
|
68
|
+
._198o0lt9 {
|
|
69
|
+
font: var(--main-font-family);
|
|
70
|
+
font-weight: 500;
|
|
71
|
+
font-size: 16px;
|
|
72
|
+
line-height: 24px;
|
|
73
|
+
letter-spacing: 0.2px;
|
|
74
|
+
color: var(--_1073cm83);
|
|
75
|
+
}
|
|
76
|
+
._198o0lta {
|
|
77
|
+
display: flex;
|
|
78
|
+
flex-direction: row;
|
|
79
|
+
justify-content: center;
|
|
80
|
+
align-items: flex-start;
|
|
81
|
+
}
|
|
82
|
+
._198o0lta > img {
|
|
83
|
+
margin-right: 8px;
|
|
84
|
+
}
|
|
85
|
+
._198o0ltb {
|
|
86
|
+
display: grid;
|
|
87
|
+
grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
|
|
88
|
+
gap: 24px;
|
|
89
|
+
}
|
|
90
|
+
._198o0ltc {
|
|
91
|
+
display: none;
|
|
92
|
+
}
|
|
93
|
+
._198o0ltd {
|
|
94
|
+
display: flex;
|
|
95
|
+
justify-content: center;
|
|
96
|
+
width: 100%;
|
|
97
|
+
text-align: center;
|
|
98
|
+
gap: 24px;
|
|
99
|
+
flex-wrap: wrap;
|
|
100
|
+
align-items: center;
|
|
101
|
+
}
|
|
102
|
+
@media screen and (max-width: 1023px) {
|
|
103
|
+
._198o0lt0 {
|
|
104
|
+
border-radius: 0;
|
|
105
|
+
display: none;
|
|
106
|
+
}
|
|
107
|
+
._198o0ltb {
|
|
108
|
+
grid-template-columns: 1fr;
|
|
109
|
+
gap: 0;
|
|
110
|
+
}
|
|
111
|
+
._198o0ltc {
|
|
112
|
+
display: flex;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
@media screen and (max-width: 768px) {
|
|
116
|
+
._198o0lt0 {
|
|
117
|
+
position: relative;
|
|
118
|
+
isolation: isolate;
|
|
119
|
+
box-shadow: none;
|
|
120
|
+
border: 0;
|
|
121
|
+
}
|
|
122
|
+
._198o0lt0::before {
|
|
123
|
+
content: "";
|
|
124
|
+
position: absolute;
|
|
125
|
+
height: 100%;
|
|
126
|
+
top: 0;
|
|
127
|
+
left: 50%;
|
|
128
|
+
right: 0;
|
|
129
|
+
z-index: -1;
|
|
130
|
+
width: 100vw;
|
|
131
|
+
transform: translatex(-50%);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
@media screen and (max-width: 380px) {
|
|
135
|
+
._198o0ltd {
|
|
136
|
+
flex-direction: column;
|
|
137
|
+
}
|
|
138
|
+
._198o0ltd:first-child {
|
|
139
|
+
margin-bottom: 1em;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes tfms6aq {
|
|
2
2
|
from {
|
|
3
3
|
stroke-dashoffset: 1;
|
|
4
4
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
opacity: 100;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
@keyframes
|
|
9
|
+
@keyframes tfms6ar {
|
|
10
10
|
0% {
|
|
11
11
|
stroke-dashoffset: -1000;
|
|
12
12
|
}
|
|
@@ -24,15 +24,19 @@
|
|
|
24
24
|
}
|
|
25
25
|
.tfms6a1 {
|
|
26
26
|
background: var(--_1073cm81);
|
|
27
|
+
color: var(--_1073cm82);
|
|
27
28
|
}
|
|
28
29
|
.tfms6a2 {
|
|
29
30
|
background: var(--_1073cm88);
|
|
31
|
+
color: var(--_1073cm89);
|
|
30
32
|
}
|
|
31
33
|
.tfms6a3 {
|
|
32
34
|
background: var(--_1073cm8f);
|
|
35
|
+
color: var(--_1073cm8g);
|
|
33
36
|
}
|
|
34
37
|
.tfms6a4 {
|
|
35
38
|
background: var(--_1073cm8m);
|
|
39
|
+
color: var(--_1073cm8g);
|
|
36
40
|
}
|
|
37
41
|
.tfms6a5 {
|
|
38
42
|
padding-bottom: 32px;
|
|
@@ -89,48 +93,52 @@
|
|
|
89
93
|
grid-template-columns: 1fr;
|
|
90
94
|
}
|
|
91
95
|
.tfms6ai {
|
|
96
|
+
grid-template-columns: 1fr 1fr;
|
|
97
|
+
}
|
|
98
|
+
.tfms6aj {
|
|
92
99
|
margin-top: 1.5rem;
|
|
93
100
|
text-align: center;
|
|
101
|
+
margin-inline: auto;
|
|
94
102
|
}
|
|
95
|
-
.
|
|
103
|
+
.tfms6ak {
|
|
96
104
|
margin-top: 16px;
|
|
97
105
|
}
|
|
98
|
-
.
|
|
106
|
+
.tfms6al {
|
|
99
107
|
color: var(--_1073cm82);
|
|
100
108
|
}
|
|
101
|
-
.
|
|
109
|
+
.tfms6am {
|
|
102
110
|
color: var(--_1073cm89);
|
|
103
111
|
}
|
|
104
|
-
.
|
|
112
|
+
.tfms6an {
|
|
105
113
|
color: var(--_1073cm8g);
|
|
106
114
|
}
|
|
107
|
-
.
|
|
115
|
+
.tfms6ao {
|
|
108
116
|
color: var(--_1073cm8n);
|
|
109
117
|
}
|
|
110
|
-
.
|
|
118
|
+
.tfms6ap {
|
|
111
119
|
max-width: 860px;
|
|
112
120
|
margin-inline: auto;
|
|
113
121
|
}
|
|
114
|
-
.
|
|
122
|
+
.tfms6as {
|
|
115
123
|
padding: 2.5rem 0;
|
|
116
124
|
}
|
|
117
|
-
.
|
|
125
|
+
.tfms6at {
|
|
118
126
|
color: var(--_1073cm83);
|
|
119
127
|
background: var(--_1073cm81);
|
|
120
128
|
}
|
|
121
|
-
.
|
|
129
|
+
.tfms6au {
|
|
122
130
|
color: var(--_1073cm8a);
|
|
123
131
|
background: var(--_1073cm88);
|
|
124
132
|
}
|
|
125
|
-
.
|
|
133
|
+
.tfms6av {
|
|
126
134
|
color: var(--_1073cm8g);
|
|
127
135
|
background: var(--_1073cm8f);
|
|
128
136
|
}
|
|
129
|
-
.
|
|
137
|
+
.tfms6aw {
|
|
130
138
|
color: var(--_1073cm8n);
|
|
131
139
|
background: var(--_1073cm8m);
|
|
132
140
|
}
|
|
133
|
-
.
|
|
141
|
+
.tfms6as h1 {
|
|
134
142
|
font-size: 43px;
|
|
135
143
|
font-weight: 600;
|
|
136
144
|
letter-spacing: 1px;
|
|
@@ -138,29 +146,29 @@
|
|
|
138
146
|
margin-bottom: 0.7rem;
|
|
139
147
|
font-family: var(--header-font-family);
|
|
140
148
|
}
|
|
141
|
-
.
|
|
149
|
+
.tfms6as p {
|
|
142
150
|
margin-bottom: 0;
|
|
143
151
|
}
|
|
144
|
-
.
|
|
152
|
+
.tfms6ax {
|
|
145
153
|
margin: 0 auto;
|
|
146
154
|
display: block;
|
|
147
155
|
}
|
|
148
|
-
.
|
|
156
|
+
.tfms6ay {
|
|
149
157
|
fill: none;
|
|
150
158
|
stroke: #faa74a;
|
|
151
159
|
stroke-width: 4;
|
|
152
160
|
stroke-dasharray: 100px;
|
|
153
161
|
stroke-dashoffset: 100;
|
|
154
|
-
animation:
|
|
162
|
+
animation: tfms6aq 0.5s ease-in-out forwards reverse;
|
|
155
163
|
-webkit-animation-delay: 0.7s;
|
|
156
164
|
}
|
|
157
|
-
.
|
|
165
|
+
.tfms6az {
|
|
158
166
|
fill: none;
|
|
159
167
|
stroke-width: 4;
|
|
160
168
|
stroke-dasharray: 1000px;
|
|
161
169
|
stroke-dashoffset: 1000;
|
|
162
|
-
-webkit-animation:
|
|
163
|
-
animation:
|
|
170
|
+
-webkit-animation: tfms6ar 0.8s ease-in-out forwards;
|
|
171
|
+
animation: tfms6ar 0.8s ease-in-out forwards;
|
|
164
172
|
-webkit-transform-origin: center;
|
|
165
173
|
-ms-transform-origin: center;
|
|
166
174
|
transform-origin: center;
|
|
@@ -168,37 +176,40 @@
|
|
|
168
176
|
-ms-transform: rotate(-40deg);
|
|
169
177
|
transform: rotate(-40deg);
|
|
170
178
|
}
|
|
171
|
-
.
|
|
179
|
+
.tfms6a10 {
|
|
172
180
|
stroke: var(--_1073cm83);
|
|
173
181
|
}
|
|
174
|
-
.
|
|
182
|
+
.tfms6a11 {
|
|
175
183
|
stroke: var(--_1073cm8a);
|
|
176
184
|
}
|
|
177
|
-
.
|
|
185
|
+
.tfms6a12 {
|
|
178
186
|
stroke: var(--_1073cm8g);
|
|
179
187
|
}
|
|
180
|
-
.
|
|
188
|
+
.tfms6a13 {
|
|
181
189
|
stroke: var(--_1073cm8n);
|
|
182
190
|
}
|
|
183
|
-
.
|
|
191
|
+
.tfms6a14 {
|
|
184
192
|
margin-top: 1rem;
|
|
185
193
|
}
|
|
186
|
-
.
|
|
194
|
+
.tfms6a15 {
|
|
187
195
|
color: var(--_1073cm82);
|
|
188
196
|
}
|
|
189
|
-
.
|
|
197
|
+
.tfms6a16 {
|
|
190
198
|
color: var(--_1073cm89);
|
|
191
199
|
}
|
|
192
|
-
.
|
|
200
|
+
.tfms6a17 {
|
|
193
201
|
color: var(--_1073cm8g);
|
|
194
202
|
}
|
|
195
|
-
.
|
|
203
|
+
.tfms6a18 {
|
|
196
204
|
color: var(--_1073cm8n);
|
|
197
205
|
}
|
|
198
|
-
.tfms6ac .
|
|
206
|
+
.tfms6ac .tfms6a19 {
|
|
199
207
|
grid-column-start: 1;
|
|
200
208
|
grid-column-end: 3;
|
|
201
209
|
}
|
|
210
|
+
.tfms6a1a {
|
|
211
|
+
grid-column: 1 / -1;
|
|
212
|
+
}
|
|
202
213
|
@media screen and (max-width:1023px) {
|
|
203
214
|
.tfms6a0 {
|
|
204
215
|
padding-inline: 0;
|
|
@@ -208,26 +219,26 @@
|
|
|
208
219
|
.tfms6ac {
|
|
209
220
|
grid-template-columns: 1fr;
|
|
210
221
|
}
|
|
211
|
-
.tfms6ac .
|
|
222
|
+
.tfms6ac .tfms6a19 {
|
|
212
223
|
grid-column-start: 1;
|
|
213
224
|
grid-column-end: 2;
|
|
214
225
|
}
|
|
215
226
|
}
|
|
216
227
|
@media screen and (max-width: 992px) {
|
|
217
|
-
.
|
|
228
|
+
.tfms6as h1 {
|
|
218
229
|
font-size: 37px;
|
|
219
230
|
line-height: 1.29;
|
|
220
231
|
margin-bottom: 0.4rem;
|
|
221
232
|
}
|
|
222
233
|
}
|
|
223
234
|
@media screen and (maxwidth: 767px) {
|
|
224
|
-
.
|
|
235
|
+
.tfms6as h1 {
|
|
225
236
|
font-size: 32px;
|
|
226
237
|
font-weight: 600;
|
|
227
238
|
margin-top: 0;
|
|
228
239
|
margin-bottom: 0.4rem;
|
|
229
240
|
}
|
|
230
|
-
.
|
|
241
|
+
.tfms6ax {
|
|
231
242
|
max-width: 69px;
|
|
232
243
|
}
|
|
233
244
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
._1gnyc3c0 {
|
|
2
|
+
display: flex;
|
|
3
|
+
border: none;
|
|
4
|
+
padding: 0 0 0 16px;
|
|
5
|
+
margin: 0;
|
|
6
|
+
}
|
|
7
|
+
._1gnyc3c1 {
|
|
8
|
+
flex-direction: row;
|
|
9
|
+
}
|
|
10
|
+
._1gnyc3c2 {
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
}
|
|
13
|
+
._1gnyc3c3 {
|
|
14
|
+
flex-direction: row;
|
|
15
|
+
}
|
|
16
|
+
._1gnyc3c4 {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
border-width: 2px;
|
|
20
|
+
}
|
|
21
|
+
._1gnyc3c4:focus-within {
|
|
22
|
+
border-width: 2px;
|
|
23
|
+
font-weight: 500;
|
|
24
|
+
}
|
|
25
|
+
._1gnyc3c5 {
|
|
26
|
+
display: flex;
|
|
27
|
+
}
|
|
28
|
+
._1gnyc3c0 label {
|
|
29
|
+
margin-right: 1rem;
|
|
30
|
+
margin-left: 4px;
|
|
31
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@keyframes w7xgn40 {
|
|
2
|
+
0% {
|
|
3
|
+
transform: rotate(0deg);
|
|
4
|
+
}
|
|
5
|
+
100% {
|
|
6
|
+
transform: rotate(360deg);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
.w7xgn41 {
|
|
10
|
+
border: 12px solid #d6d6d6;
|
|
11
|
+
border-radius: 50%;
|
|
12
|
+
width: 50px;
|
|
13
|
+
height: 50px;
|
|
14
|
+
animation: w7xgn40 2s linear infinite;
|
|
15
|
+
}
|
|
16
|
+
.w7xgn42 {
|
|
17
|
+
border-top: 12px solid #213a63;
|
|
18
|
+
}
|
|
19
|
+
.w7xgn43 {
|
|
20
|
+
border-top: 12px solid #213a63;
|
|
21
|
+
}
|
|
22
|
+
.w7xgn44 {
|
|
23
|
+
border-top: 12px solid #faa74a;
|
|
24
|
+
}
|
|
25
|
+
.w7xgn45 {
|
|
26
|
+
border-top: 12px solid #faa74a;
|
|
27
|
+
}
|
|
@@ -6,46 +6,104 @@
|
|
|
6
6
|
}
|
|
7
7
|
._18ygy9m3 {
|
|
8
8
|
background: var(--_1073cm8f);
|
|
9
|
+
color: var(--_1073cm8g);
|
|
9
10
|
}
|
|
10
11
|
._18ygy9m4 {
|
|
11
12
|
background: var(--_1073cm8m);
|
|
13
|
+
color: var(--_1073cm8n);
|
|
12
14
|
}
|
|
13
15
|
._18ygy9m5 {
|
|
14
16
|
display: grid;
|
|
15
17
|
grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
|
|
16
18
|
gap: 24px;
|
|
17
19
|
}
|
|
20
|
+
._18ygy9m6 {
|
|
21
|
+
margin-inline: auto;
|
|
22
|
+
padding-bottom: 2.5rem;
|
|
23
|
+
text-align: center;
|
|
24
|
+
max-width: 1000px;
|
|
25
|
+
}
|
|
18
26
|
._18ygy9m5 .containment {
|
|
19
27
|
width: 100%;
|
|
20
28
|
}
|
|
21
|
-
.
|
|
29
|
+
._18ygy9m7 {
|
|
22
30
|
display: flex;
|
|
23
31
|
place-items: center;
|
|
24
32
|
text-align: center;
|
|
25
33
|
margin-inline: auto;
|
|
26
34
|
}
|
|
35
|
+
._18ygy9m8 {
|
|
36
|
+
display: block;
|
|
37
|
+
margin: auto;
|
|
38
|
+
}
|
|
39
|
+
._18ygy9m9 {
|
|
40
|
+
margin-inline: auto;
|
|
41
|
+
padding-top: 2.5rem;
|
|
42
|
+
text-align: center;
|
|
43
|
+
max-width: 1000px;
|
|
44
|
+
}
|
|
45
|
+
._18ygy9ma {
|
|
46
|
+
isolation: isolate;
|
|
47
|
+
position: relative;
|
|
48
|
+
}
|
|
49
|
+
._18ygy9ma::before {
|
|
50
|
+
content: "";
|
|
51
|
+
position: absolute;
|
|
52
|
+
width: 100%;
|
|
53
|
+
height: 77%;
|
|
54
|
+
top: 0;
|
|
55
|
+
left: 0;
|
|
56
|
+
right: 0;
|
|
57
|
+
z-index: -1;
|
|
58
|
+
}
|
|
59
|
+
._18ygy9mb {
|
|
60
|
+
background: var(--_1073cm88);
|
|
61
|
+
}
|
|
62
|
+
._18ygy9mb::before {
|
|
63
|
+
background: var(--_1073cm81);
|
|
64
|
+
}
|
|
65
|
+
._18ygy9mc {
|
|
66
|
+
background: var(--_1073cm81);
|
|
67
|
+
}
|
|
68
|
+
._18ygy9mc::before {
|
|
69
|
+
background: var(--_1073cm88);
|
|
70
|
+
}
|
|
71
|
+
._18ygy9md {
|
|
72
|
+
background: var(--_1073cm81);
|
|
73
|
+
}
|
|
74
|
+
._18ygy9md::before {
|
|
75
|
+
background: var(--_1073cm8f);
|
|
76
|
+
color: var(--_1073cm8n);
|
|
77
|
+
}
|
|
78
|
+
._18ygy9me {
|
|
79
|
+
background: var(--_1073cm81);
|
|
80
|
+
}
|
|
81
|
+
._18ygy9me::before {
|
|
82
|
+
background: var(--_1073cm8m);
|
|
83
|
+
color: var(--_1073cm8n);
|
|
84
|
+
}
|
|
27
85
|
@media screen and (max-width: 1023px) {
|
|
28
86
|
._18ygy9m5 {
|
|
29
87
|
grid-template-columns: 1fr;
|
|
30
88
|
}
|
|
31
89
|
}
|
|
32
90
|
@media screen and (max-width:320px) {
|
|
33
|
-
.
|
|
91
|
+
._18ygy9m7 {
|
|
34
92
|
max-width: 100%;
|
|
35
93
|
}
|
|
36
94
|
}
|
|
37
95
|
@media screen and (max-width:768px) {
|
|
38
|
-
.
|
|
96
|
+
._18ygy9m7 {
|
|
39
97
|
max-width: 100%;
|
|
40
98
|
}
|
|
41
99
|
}
|
|
42
100
|
@media screen and (max-width:641px) {
|
|
43
|
-
._18ygy9m5:has(.
|
|
101
|
+
._18ygy9m5:has(._18ygy9m7) {
|
|
44
102
|
grid-template-columns: 1fr 1fr;
|
|
45
103
|
}
|
|
46
104
|
}
|
|
47
105
|
@media screen and (max-width:480px) {
|
|
48
|
-
._18ygy9m5:has(.
|
|
106
|
+
._18ygy9m5:has(._18ygy9m7) {
|
|
49
107
|
grid-template-columns: 1fr;
|
|
50
108
|
}
|
|
51
109
|
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
.lhhm340 {
|
|
2
|
+
padding: 15px;
|
|
3
|
+
text-align: center;
|
|
4
|
+
width: 50%;
|
|
5
|
+
cursor: pointer;
|
|
6
|
+
background: transparent;
|
|
7
|
+
border: none;
|
|
8
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.274);
|
|
9
|
+
box-sizing: content-box;
|
|
10
|
+
outline: none;
|
|
11
|
+
font-weight: 400;
|
|
12
|
+
font-size: 16px;
|
|
13
|
+
font-family: var(--main-font-family);
|
|
14
|
+
letter-spacing: 0.2px;
|
|
15
|
+
}
|
|
16
|
+
.lhhm341 {
|
|
17
|
+
color: var(--_1073cm82);
|
|
18
|
+
}
|
|
19
|
+
.lhhm342 {
|
|
20
|
+
color: var(--_1073cm89);
|
|
21
|
+
}
|
|
22
|
+
.lhhm343 {
|
|
23
|
+
color: var(--_1073cm8g);
|
|
24
|
+
}
|
|
25
|
+
.lhhm344 {
|
|
26
|
+
color: var(--_1073cm8n);
|
|
27
|
+
}
|
|
28
|
+
.lhhm345 {
|
|
29
|
+
border-right: rgba(128, 128, 128, 0.075);
|
|
30
|
+
}
|
|
31
|
+
.lhhm346 {
|
|
32
|
+
color: var(--_1073cm86);
|
|
33
|
+
border-bottom: 4px solid var(--_1073cm86);
|
|
34
|
+
}
|
|
35
|
+
.lhhm347 {
|
|
36
|
+
color: var(--_1073cm8d);
|
|
37
|
+
border-bottom: 4px solid var(--_1073cm8d);
|
|
38
|
+
}
|
|
39
|
+
.lhhm348 {
|
|
40
|
+
color: var(--_1073cm8k);
|
|
41
|
+
border-bottom: 4px solid var(--_1073cm8k);
|
|
42
|
+
}
|
|
43
|
+
.lhhm349 {
|
|
44
|
+
color: var(--_1073cm8r);
|
|
45
|
+
border-bottom: 4px solid var(--_1073cm8r);
|
|
46
|
+
}
|
|
47
|
+
.lhhm34a {
|
|
48
|
+
display: block;
|
|
49
|
+
}
|
package/dist/assets/globals.css
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { RecipeVariants } from '@vanilla-extract/recipes';
|
|
2
|
+
|
|
3
|
+
export declare const Star: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
4
|
+
variant: {
|
|
5
|
+
gold: {
|
|
6
|
+
fill: "#FAA74A";
|
|
7
|
+
};
|
|
8
|
+
gray: {
|
|
9
|
+
fill: "#4A5560";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
}>;
|
|
13
|
+
export type Star_Types = RecipeVariants<typeof Star>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
|
+
var Star = createRuntimeFn({ defaultClassName: "mi4mae0", variantClassNames: { variant: { gold: "mi4mae1", gray: "mi4mae2" } }, defaultVariants: {}, compoundVariants: [] });
|
|
4
|
+
export {
|
|
5
|
+
Star
|
|
6
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Star } from "./Star.css.js";
|
|
3
|
+
const SvgStarIcon = ({ className, variant = "gold" }) => {
|
|
4
|
+
return /* @__PURE__ */ jsx(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: 25,
|
|
9
|
+
height: 24,
|
|
10
|
+
fill: "none",
|
|
11
|
+
className,
|
|
12
|
+
children: /* @__PURE__ */ jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
className: Star({ variant }),
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M9.143 8.287H3.265c-1.435 0-2.051 1.821-.911 2.692l4.82 3.682-1.802 5.83c-.43 1.395 1.184 2.52 2.344 1.634L12.33 18.6l4.614 3.525c1.16.887 2.775-.24 2.344-1.635l-1.801-5.829 4.82-3.682c1.14-.87.524-2.692-.911-2.692h-5.879l-1.754-5.675c-.435-1.41-2.43-1.41-2.866 0L9.143 8.287Z",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
};
|
|
24
|
+
export {
|
|
25
|
+
SvgStarIcon as default
|
|
26
|
+
};
|
package/dist/main.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export * from './CallToActionBar';
|
|
|
12
12
|
export * from './Carousel';
|
|
13
13
|
export * from './Chevron';
|
|
14
14
|
export * from './CollectInformationAlert';
|
|
15
|
+
export * from './Comparison';
|
|
15
16
|
export * from './ContentBanner';
|
|
16
17
|
export * from './DownloadTile';
|
|
17
18
|
export * from './ExecutiveBio';
|
|
@@ -22,10 +23,12 @@ export * from './Forms';
|
|
|
22
23
|
export * from './HeroBanner';
|
|
23
24
|
export * from './Hyperlink';
|
|
24
25
|
export * from './IconBillboard';
|
|
26
|
+
export * from './icons';
|
|
25
27
|
export * from './ImageBillboard';
|
|
26
28
|
export * from './ImageLink';
|
|
27
29
|
export * from './Input';
|
|
28
30
|
export * from './LandingPageHeader';
|
|
31
|
+
export * from './LoadingIndicator';
|
|
29
32
|
export * from './MainHTML';
|
|
30
33
|
export * from './Modal';
|
|
31
34
|
export * from './NavigationMenu';
|
|
@@ -36,10 +39,10 @@ export * from './StepItem';
|
|
|
36
39
|
export * from './StepItemSet';
|
|
37
40
|
export * from './Table';
|
|
38
41
|
export * from './TextBlock';
|
|
42
|
+
export * from './themes';
|
|
39
43
|
export * from './TopicalNavItem';
|
|
40
44
|
export * from './TopicalNavSet';
|
|
41
45
|
export * from './VideoTile';
|
|
42
46
|
export * from './VideoWrapper';
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './themes';
|
|
47
|
+
export * from './Tab';
|
|
45
48
|
export * from './utils';
|