@axos-web-dev/shared-components 0.0.56 → 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/AlertBanner/index.d.ts +1 -1
- 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/Button/Button.d.ts +1 -1
- package/dist/Button/GoBackButton.d.ts +1 -1
- package/dist/CallToActionBar/CallToActionBar.interface.d.ts +1 -1
- package/dist/CallToActionBar/index.d.ts +1 -1
- package/dist/Carousel/Carousel.css.d.ts +44 -0
- package/dist/Carousel/Carousel.css.js +12 -8
- package/dist/Carousel/index.d.ts +3 -1
- package/dist/Carousel/index.js +89 -31
- package/dist/Chevron/Chevron.interface.d.ts +1 -1
- package/dist/Chevron/index.d.ts +1 -1
- package/dist/Chevron/index.js +6 -1
- package/dist/ContentBanner/ContentBanner.interface.d.ts +1 -1
- package/dist/ContentBanner/index.d.ts +1 -1
- package/dist/DownloadTile/index.d.ts +1 -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 +6 -4
- package/dist/ExecutiveBio/ExecutiveBio.js +104 -46
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +2 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +22 -128
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FaqAccordion/index.d.ts +2 -1
- package/dist/FaqAccordion/index.js +26 -13
- 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.d.ts +1 -1
- package/dist/Forms/RenderForm.js +5 -0
- package/dist/Forms/ScheduleCall.d.ts +2 -2
- package/dist/Forms/ScheduleCall.js +8 -1
- 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/HeroBanner/HeroBanner.interface.d.ts +1 -1
- package/dist/Hyperlink/index.d.ts +1 -1
- package/dist/Hyperlink/index.js +6 -1
- package/dist/IconBillboard/IconBillboard.d.ts +3 -3
- package/dist/IconBillboard/IconBillboard.interface.d.ts +3 -3
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +4 -4
- package/dist/ImageLink/ImageLink.js +5 -0
- package/dist/ImageLink/ImageLinkSet.d.ts +2 -2
- package/dist/ImageLink/ImageLinkSet.js +5 -0
- package/dist/ImageLink/index.js +6 -1
- package/dist/Input/CurrencyInput.js +1 -0
- package/dist/Input/Input.d.ts +1 -1
- package/dist/Input/InputPhone.js +1 -0
- package/dist/Input/InputProps.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/Modal/Modal.js +6 -1
- package/dist/SetContainer/SetContainer.d.ts +1 -1
- package/dist/SetContainer/SetContainer.js +5 -0
- package/dist/StepItems/StepItems.interface.d.ts +3 -3
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Typography/Typography.d.ts +1 -1
- package/dist/VideoTile/VideoTile.d.ts +1 -1
- package/dist/VideoWrapper/index.d.ts +1 -1
- 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/Carousel/Carousel.css +68 -29
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +61 -65
- package/dist/assets/IconBillboard/IconBillboard.css +3 -0
- package/dist/icons/ArrowIcon/index.d.ts +1 -1
- package/dist/main.d.ts +4 -0
- package/dist/main.js +39 -1
- package/dist/utils/faqAccordionOptions.d.ts +1 -0
- package/dist/utils/faqAccordionOptions.js +20 -0
- package/package.json +17 -17
|
@@ -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,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getLevelNumber: (level: string) => 1 | 2 | 3;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const getLevelNumber = (level) => {
|
|
2
|
+
const faqlevel = level?.toLowerCase();
|
|
3
|
+
switch (faqlevel) {
|
|
4
|
+
case "one": {
|
|
5
|
+
return 1;
|
|
6
|
+
}
|
|
7
|
+
case "two": {
|
|
8
|
+
return 2;
|
|
9
|
+
}
|
|
10
|
+
case "three": {
|
|
11
|
+
return 3;
|
|
12
|
+
}
|
|
13
|
+
default: {
|
|
14
|
+
return 1;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
getLevelNumber
|
|
20
|
+
};
|
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.58",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
"npm:link": "npm run build && npm link"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@hookform/resolvers": "^3.
|
|
32
|
-
"@react-input/mask": "^1.2.
|
|
33
|
-
"@react-input/number-format": "^1.0.
|
|
31
|
+
"@hookform/resolvers": "^3.4.0",
|
|
32
|
+
"@react-input/mask": "^1.2.4",
|
|
33
|
+
"@react-input/number-format": "^1.0.26",
|
|
34
34
|
"@storybook/builder-vite": "^7.6.19",
|
|
35
35
|
"@storybook/preview-api": "^7.6.19",
|
|
36
36
|
"@vanilla-extract/css": "^1.15.1",
|
|
37
37
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
38
38
|
"clsx": "^2.1.1",
|
|
39
|
-
"react-hook-form": "^7.51.
|
|
39
|
+
"react-hook-form": "^7.51.4",
|
|
40
40
|
"react-markdown": "^9.0.1",
|
|
41
41
|
"react-use": "^17.5.0",
|
|
42
42
|
"typed-css-modules": "^0.9.1",
|
|
43
43
|
"vite-plugin-svgr": "^4.2.0",
|
|
44
|
-
"zod": "^3.23.
|
|
44
|
+
"zod": "^3.23.8",
|
|
45
45
|
"zustand": "^4.5.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@storybook/addon-essentials": "^7.6.19",
|
|
59
59
|
"@storybook/addon-interactions": "^7.6.19",
|
|
60
60
|
"@storybook/addon-links": "^7.6.19",
|
|
61
|
-
"@storybook/addon-onboarding": "^8.0
|
|
61
|
+
"@storybook/addon-onboarding": "^8.1.0",
|
|
62
62
|
"@storybook/addon-themes": "^7.6.19",
|
|
63
63
|
"@storybook/blocks": "^7.6.19",
|
|
64
64
|
"@storybook/react": "^7.6.19",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"@svgr/core": "^8.1.0",
|
|
68
68
|
"@svgr/plugin-prettier": "^8.1.0",
|
|
69
69
|
"@svgr/plugin-svgo": "^8.1.0",
|
|
70
|
-
"@types/node": "^20.12.
|
|
71
|
-
"@types/react": "^18.3.
|
|
70
|
+
"@types/node": "^20.12.12",
|
|
71
|
+
"@types/react": "^18.3.2",
|
|
72
72
|
"@types/react-dom": "^18.3.0",
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
74
|
-
"@typescript-eslint/parser": "^7.
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
|
74
|
+
"@typescript-eslint/parser": "^7.9.0",
|
|
75
75
|
"@vanilla-extract/css-utils": "^0.1.3",
|
|
76
76
|
"@vanilla-extract/recipes": "^0.5.2",
|
|
77
77
|
"@vanilla-extract/vite-plugin": "^4.0.9",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
80
80
|
"eslint": "^8.57.0",
|
|
81
81
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
82
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
82
|
+
"eslint-plugin-react-refresh": "^0.4.7",
|
|
83
83
|
"eslint-plugin-storybook": "^0.8.0",
|
|
84
|
-
"glob": "^10.3.
|
|
84
|
+
"glob": "^10.3.15",
|
|
85
85
|
"husky": "^9.0.11",
|
|
86
86
|
"next": "^14.1.4",
|
|
87
87
|
"prettier": "3.2.5",
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
"rollup-plugin-svg-import": "^3.0.0",
|
|
92
92
|
"rollup-plugin-svgo": "^2.0.0",
|
|
93
93
|
"storybook": "^7.6.19",
|
|
94
|
-
"typescript": "^5.
|
|
94
|
+
"typescript": "^5.4.5",
|
|
95
95
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
96
|
-
"vite": "^5.2.
|
|
97
|
-
"vite-plugin-dts": "^3.9.
|
|
98
|
-
"vite-plugin-lib-inject-css": "^2.
|
|
96
|
+
"vite": "^5.2.11",
|
|
97
|
+
"vite-plugin-dts": "^3.9.1",
|
|
98
|
+
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
99
99
|
"vite-plugin-setting-css-module": "^1.1.4",
|
|
100
100
|
"vite-tsconfig-paths": "^4.3.2"
|
|
101
101
|
},
|