@axos-web-dev/shared-components 0.0.34 → 0.0.36
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/Chevron/Chevron.interface.d.ts +4 -0
- package/dist/Chevron/index.js +29 -3
- package/dist/ExecutiveBio/ExecutiveBio.js +2 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +2 -2
- package/dist/HeroBanner/index.js +1 -0
- package/dist/Hyperlink/index.js +4 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +52 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.js +14 -0
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +7 -0
- package/dist/LandingPageHeader/LandingPageHeader.js +19 -0
- package/dist/LandingPageHeader/index.d.ts +1 -0
- package/dist/LandingPageHeader/index.js +4 -0
- package/dist/Modal/Modal.js +4 -0
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
- package/dist/SetContainer/SetContainer.js +4 -0
- package/dist/SocialMediaBar/SocialMediaBar.css.d.ts +2 -0
- package/dist/SocialMediaBar/SocialMediaBar.css.js +7 -0
- package/dist/SocialMediaBar/iconsRepository.d.ts +11 -0
- package/dist/SocialMediaBar/iconsRepository.js +180 -0
- package/dist/SocialMediaBar/index.d.ts +1 -0
- package/dist/SocialMediaBar/index.js +22 -0
- package/dist/StepItems/StepItems.css.d.ts +132 -0
- package/dist/StepItems/StepItems.css.js +45 -0
- package/dist/StepItems/StepItems.d.ts +3 -0
- package/dist/StepItems/StepItems.interface.d.ts +21 -0
- package/dist/StepItems/StepItems.interface.js +1 -0
- package/dist/StepItems/StepItems.js +20 -0
- package/dist/StepItems/StepItemsSet.d.ts +3 -0
- package/dist/StepItems/StepItemsSet.js +58 -0
- package/dist/StepItems/index.d.ts +4 -0
- package/dist/StepItems/index.js +26 -0
- package/dist/assets/HeroBanner/HeroBanner.css +2 -2
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +49 -0
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +83 -81
- package/dist/assets/SocialMediaBar/SocialMediaBar.css +35 -0
- package/dist/assets/StepItems/StepItems.css +275 -0
- package/dist/main.d.ts +3 -0
- package/dist/main.js +28 -0
- package/package.json +107 -107
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
._1hh5tt10 {
|
|
2
|
+
padding-bottom: 48px;
|
|
3
|
+
padding-top: 48px;
|
|
4
|
+
}
|
|
5
|
+
._1hh5tt11 {
|
|
6
|
+
background: var(--_1073cm81);
|
|
7
|
+
color: var(--_1073cm82);
|
|
8
|
+
}
|
|
9
|
+
._1hh5tt12 {
|
|
10
|
+
background: var(--_1073cm88);
|
|
11
|
+
color: var(--_1073cm89);
|
|
12
|
+
}
|
|
13
|
+
._1hh5tt13 {
|
|
14
|
+
background: var(--_1073cm8f);
|
|
15
|
+
color: var(--_1073cm8g);
|
|
16
|
+
}
|
|
17
|
+
._1hh5tt14 {
|
|
18
|
+
background: var(--_1073cm8m);
|
|
19
|
+
color: var(--_1073cm8n);
|
|
20
|
+
}
|
|
21
|
+
._1hh5tt16 {
|
|
22
|
+
margin-bottom: 16px;
|
|
23
|
+
}
|
|
24
|
+
._1hh5tt18 {
|
|
25
|
+
fill: #1E3860;
|
|
26
|
+
}
|
|
27
|
+
._1hh5tt19 {
|
|
28
|
+
fill: #1E3860;
|
|
29
|
+
}
|
|
30
|
+
._1hh5tt1a {
|
|
31
|
+
fill: #fff;
|
|
32
|
+
}
|
|
33
|
+
._1hh5tt1b {
|
|
34
|
+
fill: #fff;
|
|
35
|
+
}
|
|
36
|
+
._1hh5tt1d {
|
|
37
|
+
color: var(--_1073cm83);
|
|
38
|
+
}
|
|
39
|
+
._1hh5tt1e {
|
|
40
|
+
color: var(--_1073cm8a);
|
|
41
|
+
}
|
|
42
|
+
._1hh5tt1f {
|
|
43
|
+
color: var(--_1073cm8h);
|
|
44
|
+
}
|
|
45
|
+
._1hh5tt1g {
|
|
46
|
+
color: var(--_1073cm8o);
|
|
47
|
+
}
|
|
48
|
+
._1hh5tt1h {
|
|
49
|
+
margin-top: 16px;
|
|
50
|
+
text-align: center;
|
|
51
|
+
}
|
|
52
|
+
._1hh5tt1h p {
|
|
53
|
+
font-size: 1rem;
|
|
54
|
+
line-height: 1.5;
|
|
55
|
+
}
|
|
56
|
+
._1hh5tt1j {
|
|
57
|
+
min-height: 378px;
|
|
58
|
+
width: 48%;
|
|
59
|
+
background-position: center center;
|
|
60
|
+
background-size: cover;
|
|
61
|
+
}
|
|
62
|
+
._1hh5tt1k {
|
|
63
|
+
padding: 27px 48px;
|
|
64
|
+
flex: 1 1 0%;
|
|
65
|
+
}
|
|
66
|
+
._1hh5tt1l {
|
|
67
|
+
padding: 0;
|
|
68
|
+
list-style: none;
|
|
69
|
+
margin: 0;
|
|
70
|
+
}
|
|
71
|
+
._1hh5tt1l > li + li > :first-child > :first-child {
|
|
72
|
+
padding-top: 24px;
|
|
73
|
+
}
|
|
74
|
+
._1hh5tt1l > li + li > :last-child {
|
|
75
|
+
padding-top: 24px;
|
|
76
|
+
}
|
|
77
|
+
._1hh5tt1m {
|
|
78
|
+
position: relative;
|
|
79
|
+
}
|
|
80
|
+
._1hh5tt1m:first-child > :first-child::before {
|
|
81
|
+
height: calc(100% - 31px);
|
|
82
|
+
bottom: 0;
|
|
83
|
+
}
|
|
84
|
+
._1hh5tt1m:last-child > :first-child::before {
|
|
85
|
+
top: 0;
|
|
86
|
+
height: 65px;
|
|
87
|
+
}
|
|
88
|
+
._1hh5tt1n {
|
|
89
|
+
position: relative;
|
|
90
|
+
isolation: isolate;
|
|
91
|
+
}
|
|
92
|
+
._1hh5tt1n::before {
|
|
93
|
+
content: "";
|
|
94
|
+
position: absolute;
|
|
95
|
+
height: 100%;
|
|
96
|
+
border-left: 1px dashed;
|
|
97
|
+
left: 7px;
|
|
98
|
+
z-index: -1;
|
|
99
|
+
}
|
|
100
|
+
._1hh5tt1o {
|
|
101
|
+
border-color: var(--_1073cm82);
|
|
102
|
+
}
|
|
103
|
+
._1hh5tt1p {
|
|
104
|
+
border-color: var(--_1073cm89);
|
|
105
|
+
}
|
|
106
|
+
._1hh5tt1q {
|
|
107
|
+
border-color: var(--_1073cm8g);
|
|
108
|
+
}
|
|
109
|
+
._1hh5tt1r {
|
|
110
|
+
border-color: var(--_1073cm8n);
|
|
111
|
+
}
|
|
112
|
+
._1hh5tt1s {
|
|
113
|
+
border: 4px solid transparent;
|
|
114
|
+
border-radius: 50%;
|
|
115
|
+
height: 7px;
|
|
116
|
+
width: 7px;
|
|
117
|
+
box-sizing: content-box;
|
|
118
|
+
}
|
|
119
|
+
._1hh5tt1t {
|
|
120
|
+
border-color: #4D85B0;
|
|
121
|
+
background: var(--_1073cm81);
|
|
122
|
+
}
|
|
123
|
+
._1hh5tt1u {
|
|
124
|
+
border-color: #4D85B0;
|
|
125
|
+
background: var(--_1073cm88);
|
|
126
|
+
}
|
|
127
|
+
._1hh5tt1v {
|
|
128
|
+
border-color: #FAA74A;
|
|
129
|
+
background: #1E3860;
|
|
130
|
+
}
|
|
131
|
+
._1hh5tt1w {
|
|
132
|
+
border-color: #FAA74A;
|
|
133
|
+
background: #1E3860;
|
|
134
|
+
}
|
|
135
|
+
._1hh5tt1x {
|
|
136
|
+
font: 500 60px/1.13 var(--header-font-family);
|
|
137
|
+
letter-spacing: 0.2px;
|
|
138
|
+
height: 72px;
|
|
139
|
+
width: 72px;
|
|
140
|
+
margin-left: 16px;
|
|
141
|
+
}
|
|
142
|
+
._1hh5tt1y {
|
|
143
|
+
color: var(--_1073cm83);
|
|
144
|
+
}
|
|
145
|
+
._1hh5tt1z {
|
|
146
|
+
color: var(--_1073cm8a);
|
|
147
|
+
}
|
|
148
|
+
._1hh5tt110 {
|
|
149
|
+
color: var(--_1073cm8h);
|
|
150
|
+
}
|
|
151
|
+
._1hh5tt111 {
|
|
152
|
+
color: var(--_1073cm8o);
|
|
153
|
+
}
|
|
154
|
+
._1hh5tt112 {
|
|
155
|
+
flex: 1 1 0%;
|
|
156
|
+
margin-left: 24px;
|
|
157
|
+
}
|
|
158
|
+
._1hh5tt113 {
|
|
159
|
+
font: 600 24px/1.33 var(--header-font-family);
|
|
160
|
+
letter-spacing: 0.2px;
|
|
161
|
+
display: block;
|
|
162
|
+
}
|
|
163
|
+
._1hh5tt114 {
|
|
164
|
+
color: var(--_1073cm83);
|
|
165
|
+
}
|
|
166
|
+
._1hh5tt115 {
|
|
167
|
+
color: var(--_1073cm8a);
|
|
168
|
+
}
|
|
169
|
+
._1hh5tt116 {
|
|
170
|
+
color: var(--_1073cm8h);
|
|
171
|
+
}
|
|
172
|
+
._1hh5tt117 {
|
|
173
|
+
color: var(--_1073cm8o);
|
|
174
|
+
}
|
|
175
|
+
._1hh5tt118 {
|
|
176
|
+
margin-top: 8px;
|
|
177
|
+
display: block;
|
|
178
|
+
}
|
|
179
|
+
._1hh5tt118 > * {
|
|
180
|
+
font: 400 18px/1.44 var(--main-font-family);
|
|
181
|
+
}
|
|
182
|
+
._1hh5tt119 > * + * {
|
|
183
|
+
margin-left: 48px;
|
|
184
|
+
}
|
|
185
|
+
._1hh5tt11a {
|
|
186
|
+
margin-left: auto;
|
|
187
|
+
margin-right: auto;
|
|
188
|
+
text-align: center;
|
|
189
|
+
max-width: 800px;
|
|
190
|
+
}
|
|
191
|
+
._1hh5tt118 > * {
|
|
192
|
+
font-size: 16px;
|
|
193
|
+
line-height: 1.5;
|
|
194
|
+
}
|
|
195
|
+
@media screen and (min-width:1024px) {
|
|
196
|
+
._1hh5tt15 {
|
|
197
|
+
width: min(1392px,calc(100% - 48px));
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
@media screen and (max-width:1280px) {
|
|
201
|
+
._1hh5tt1k {
|
|
202
|
+
padding-left: 24px;
|
|
203
|
+
padding-right: 0;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
@media screen and (max-width:1023px) {
|
|
207
|
+
._1hh5tt1i {
|
|
208
|
+
flex-direction: column;
|
|
209
|
+
margin-top: 24px;
|
|
210
|
+
}
|
|
211
|
+
._1hh5tt1j {
|
|
212
|
+
width: 100%;
|
|
213
|
+
min-height: 183px;
|
|
214
|
+
aspect-ratio: 16 / 9;
|
|
215
|
+
}
|
|
216
|
+
._1hh5tt1k {
|
|
217
|
+
padding: 0px;
|
|
218
|
+
margin-top: 24px;
|
|
219
|
+
}
|
|
220
|
+
options => {
|
|
221
|
+
var className = config.defaultClassName;
|
|
222
|
+
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
223
|
+
for (var variantName in selections) {
|
|
224
|
+
var _selections$variantNa;
|
|
225
|
+
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
226
|
+
if (variantSelection != null) {
|
|
227
|
+
var selection = variantSelection;
|
|
228
|
+
if (typeof selection === 'boolean') {
|
|
229
|
+
// @ts-expect-error
|
|
230
|
+
selection = selection === true ? 'true' : 'false';
|
|
231
|
+
}
|
|
232
|
+
var selectionClassName =
|
|
233
|
+
// @ts-expect-error
|
|
234
|
+
config.variantClassNames[variantName][selection];
|
|
235
|
+
if (selectionClassName) {
|
|
236
|
+
className += ' ' + selectionClassName;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
241
|
+
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
242
|
+
className += ' ' + compoundClassName;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
return className;
|
|
246
|
+
}::before {
|
|
247
|
+
display: none;
|
|
248
|
+
}
|
|
249
|
+
._1hh5tt1s {
|
|
250
|
+
display: none;
|
|
251
|
+
}
|
|
252
|
+
._1hh5tt1x {
|
|
253
|
+
height: 52px;
|
|
254
|
+
width: 52px;
|
|
255
|
+
font-size: 40px;
|
|
256
|
+
line-height: 1.25;
|
|
257
|
+
margin-left: 0px;
|
|
258
|
+
}
|
|
259
|
+
._1hh5tt113 {
|
|
260
|
+
font-size: 18px;
|
|
261
|
+
line-height: 1.77;
|
|
262
|
+
}
|
|
263
|
+
._1hh5tt118 {
|
|
264
|
+
font-size: 14px;
|
|
265
|
+
line-height: 1.5;
|
|
266
|
+
}
|
|
267
|
+
._1hh5tt119 {
|
|
268
|
+
flex-direction: column;
|
|
269
|
+
margin-top: 24px;
|
|
270
|
+
}
|
|
271
|
+
._1hh5tt119 > * + * {
|
|
272
|
+
margin-left: 0px;
|
|
273
|
+
margin-top: 24px;
|
|
274
|
+
}
|
|
275
|
+
}
|
package/dist/main.d.ts
CHANGED
|
@@ -18,11 +18,14 @@ export * from './Hyperlink';
|
|
|
18
18
|
export * from './IconBillboard';
|
|
19
19
|
export * from './ImageBillboard';
|
|
20
20
|
export * from './Input';
|
|
21
|
+
export * from './LandingPageHeader';
|
|
21
22
|
export * from './MainHTML';
|
|
22
23
|
export * from './Modal';
|
|
23
24
|
export * from './NavigationMenu';
|
|
24
25
|
export * from './SecondaryFooter';
|
|
25
26
|
export * from './SetContainer';
|
|
27
|
+
export * from './SocialMediaBar';
|
|
28
|
+
export * from './StepItems';
|
|
26
29
|
export * from './Table';
|
|
27
30
|
export * from './TextBlock';
|
|
28
31
|
export * from './VideoTile';
|
package/dist/main.js
CHANGED
|
@@ -40,6 +40,7 @@ import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
|
40
40
|
import { Input } from "./Input/Input.js";
|
|
41
41
|
import { container, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input/Input.css.js";
|
|
42
42
|
import { InputPhone } from "./Input/InputPhone.js";
|
|
43
|
+
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
43
44
|
import { MainHTML } from "./MainHTML/index.js";
|
|
44
45
|
import { Modal } from "./Modal/Modal.js";
|
|
45
46
|
import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
|
|
@@ -48,6 +49,10 @@ import { default as default3 } from "./NavigationMenu/AxosFiduciary/index.js";
|
|
|
48
49
|
import { SecondaryFooter } from "./SecondaryFooter/index.js";
|
|
49
50
|
import { SetContainer } from "./SetContainer/SetContainer.js";
|
|
50
51
|
import { inline_container, set_container } from "./SetContainer/SetContainer.css.js";
|
|
52
|
+
import { SocialMediaBar } from "./SocialMediaBar/index.js";
|
|
53
|
+
import { StepItems } from "./StepItems/StepItems.js";
|
|
54
|
+
import { bs_add_details, bs_btns, bs_copy, bs_image, bs_section, bs_topic, bs_wrapper, bullet_details, li, line_points, modifier, ol, point, sec_subtitle, sec_title, step_num, steps_wrapper, svg_logo, tablet_col } from "./StepItems/StepItems.css.js";
|
|
55
|
+
import { StepItemsSet } from "./StepItems/StepItemsSet.js";
|
|
51
56
|
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
|
|
52
57
|
import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, 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";
|
|
53
58
|
import { TextBlock } from "./TextBlock/TextBlock.js";
|
|
@@ -123,6 +128,7 @@ export {
|
|
|
123
128
|
ImageBillboardSet,
|
|
124
129
|
Input,
|
|
125
130
|
InputPhone,
|
|
131
|
+
LandingPageHeader,
|
|
126
132
|
default15 as LockIcon,
|
|
127
133
|
MainHTML,
|
|
128
134
|
default16 as MemberFdicLogo,
|
|
@@ -138,6 +144,9 @@ export {
|
|
|
138
144
|
ScheduleCall,
|
|
139
145
|
SecondaryFooter,
|
|
140
146
|
SetContainer,
|
|
147
|
+
SocialMediaBar,
|
|
148
|
+
StepItems,
|
|
149
|
+
StepItemsSet,
|
|
141
150
|
Table,
|
|
142
151
|
TableBody,
|
|
143
152
|
TableCell,
|
|
@@ -170,6 +179,14 @@ export {
|
|
|
170
179
|
bodyAccordion,
|
|
171
180
|
bodyHeader,
|
|
172
181
|
body_copy,
|
|
182
|
+
bs_add_details,
|
|
183
|
+
bs_btns,
|
|
184
|
+
bs_copy,
|
|
185
|
+
bs_image,
|
|
186
|
+
bs_section,
|
|
187
|
+
bs_topic,
|
|
188
|
+
bs_wrapper,
|
|
189
|
+
bullet_details,
|
|
173
190
|
button,
|
|
174
191
|
buttons,
|
|
175
192
|
components,
|
|
@@ -228,19 +245,26 @@ export {
|
|
|
228
245
|
job_title,
|
|
229
246
|
labelClassName,
|
|
230
247
|
layout,
|
|
248
|
+
li,
|
|
249
|
+
line_points,
|
|
231
250
|
list,
|
|
232
251
|
listItem,
|
|
233
252
|
mb_8,
|
|
234
253
|
media,
|
|
235
254
|
mh_330,
|
|
255
|
+
modifier,
|
|
256
|
+
ol,
|
|
236
257
|
padding,
|
|
237
258
|
paragraph,
|
|
238
259
|
person,
|
|
260
|
+
point,
|
|
239
261
|
premierTheme,
|
|
240
262
|
rate_billboard,
|
|
241
263
|
rate_container,
|
|
242
264
|
rate_pad,
|
|
243
265
|
renderSwitch,
|
|
266
|
+
sec_subtitle,
|
|
267
|
+
sec_title,
|
|
244
268
|
section_container,
|
|
245
269
|
section_text,
|
|
246
270
|
section_text_ImageBillboard,
|
|
@@ -250,6 +274,8 @@ export {
|
|
|
250
274
|
shortUrl,
|
|
251
275
|
show,
|
|
252
276
|
single_container,
|
|
277
|
+
step_num,
|
|
278
|
+
steps_wrapper,
|
|
253
279
|
sub_bullets,
|
|
254
280
|
succes_check_mark,
|
|
255
281
|
success_circle,
|
|
@@ -257,12 +283,14 @@ export {
|
|
|
257
283
|
success_wrap,
|
|
258
284
|
supertag,
|
|
259
285
|
svg_icon,
|
|
286
|
+
svg_logo,
|
|
260
287
|
table,
|
|
261
288
|
tableWrapper,
|
|
262
289
|
table_container,
|
|
263
290
|
table_container_text,
|
|
264
291
|
table_description_text,
|
|
265
292
|
table_headline,
|
|
293
|
+
tablet_col,
|
|
266
294
|
td,
|
|
267
295
|
textBlockHeader,
|
|
268
296
|
textBlockList,
|
package/package.json
CHANGED
|
@@ -1,107 +1,107 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@axos-web-dev/shared-components",
|
|
3
|
-
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"module": "dist/main.js",
|
|
7
|
-
"types": "dist/main.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"sideEffects": [
|
|
12
|
-
"dist/assets/**/*.css"
|
|
13
|
-
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"dev": "vite",
|
|
16
|
-
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
17
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
-
"preview": "vite preview",
|
|
19
|
-
"prepublishOnly": "npm run build",
|
|
20
|
-
"check-types": "tsc --pretty --noEmit",
|
|
21
|
-
"check-format": "prettier --check .",
|
|
22
|
-
"check-lint": "eslint . --ext ts --ext tsx --ext js",
|
|
23
|
-
"format": "prettier --write .",
|
|
24
|
-
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
25
|
-
"prepare": "husky install",
|
|
26
|
-
"storybook": "storybook dev -p 6006",
|
|
27
|
-
"build-storybook": "storybook build",
|
|
28
|
-
"npm:link": "npm run build && npm link"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@hookform/resolvers": "^3.3.4",
|
|
32
|
-
"@react-input/mask": "^1.0.23",
|
|
33
|
-
"@storybook/builder-vite": "^7.6.13",
|
|
34
|
-
"@storybook/preview-api": "^7.6.16",
|
|
35
|
-
"@vanilla-extract/css": "^1.14.1",
|
|
36
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
37
|
-
"clsx": "^2.1.0",
|
|
38
|
-
"react-hook-form": "^7.51.1",
|
|
39
|
-
"react-markdown": "^9.0.1",
|
|
40
|
-
"react-use": "^17.5.0",
|
|
41
|
-
"typed-css-modules": "^0.9.1",
|
|
42
|
-
"vite-plugin-svgr": "^4.2.0",
|
|
43
|
-
"zod": "^3.22.4",
|
|
44
|
-
"zustand": "^4.5.0"
|
|
45
|
-
},
|
|
46
|
-
"peerDependencies": {
|
|
47
|
-
"@vanilla-extract/css": "^1.14.1",
|
|
48
|
-
"@vanilla-extract/css-utils": "^0.1.3",
|
|
49
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
50
|
-
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
51
|
-
"next": "^14.1.4",
|
|
52
|
-
"react": "^18.2.0",
|
|
53
|
-
"react-dom": "^18.2.0"
|
|
54
|
-
},
|
|
55
|
-
"devDependencies": {
|
|
56
|
-
"@rollup/plugin-alias": "^5.1.0",
|
|
57
|
-
"@storybook/addon-essentials": "^7.6.13",
|
|
58
|
-
"@storybook/addon-interactions": "^7.6.13",
|
|
59
|
-
"@storybook/addon-links": "^7.6.13",
|
|
60
|
-
"@storybook/addon-onboarding": "^1.0.11",
|
|
61
|
-
"@storybook/addon-themes": "^7.6.10",
|
|
62
|
-
"@storybook/blocks": "^7.6.13",
|
|
63
|
-
"@storybook/react": "^7.6.13",
|
|
64
|
-
"@storybook/react-vite": "^7.6.13",
|
|
65
|
-
"@storybook/test": "^7.6.13",
|
|
66
|
-
"@svgr/core": "^8.1.0",
|
|
67
|
-
"@svgr/plugin-prettier": "^8.1.0",
|
|
68
|
-
"@svgr/plugin-svgo": "^8.1.0",
|
|
69
|
-
"@types/node": "^20.11.16",
|
|
70
|
-
"@types/react": "^18.2.43",
|
|
71
|
-
"@types/react-dom": "^18.2.17",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
73
|
-
"@typescript-eslint/parser": "^6.14.0",
|
|
74
|
-
"@vanilla-extract/css-utils": "^0.1.3",
|
|
75
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
76
|
-
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
77
|
-
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
78
|
-
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
79
|
-
"eslint": "^8.55.0",
|
|
80
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
81
|
-
"eslint-plugin-react-refresh": "^0.4.5",
|
|
82
|
-
"eslint-plugin-storybook": "^0.6.15",
|
|
83
|
-
"glob": "^10.3.10",
|
|
84
|
-
"husky": "^8.0.0",
|
|
85
|
-
"next": "^14.1.4",
|
|
86
|
-
"prettier": "3.2.5",
|
|
87
|
-
"react": "^18.2.0",
|
|
88
|
-
"react-dom": "^18.2.0",
|
|
89
|
-
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
90
|
-
"rollup-plugin-svg-import": "^3.0.0",
|
|
91
|
-
"rollup-plugin-svgo": "^2.0.0",
|
|
92
|
-
"storybook": "^7.6.13",
|
|
93
|
-
"typescript": "^5.2.2",
|
|
94
|
-
"typescript-plugin-css-modules": "^5.1.0",
|
|
95
|
-
"vite": "^5.0.8",
|
|
96
|
-
"vite-plugin-dts": "^3.7.3",
|
|
97
|
-
"vite-plugin-lib-inject-css": "^1.3.0",
|
|
98
|
-
"vite-plugin-setting-css-module": "^1.1.4",
|
|
99
|
-
"vite-tsconfig-paths": "^4.3.1"
|
|
100
|
-
},
|
|
101
|
-
"main": "index.js",
|
|
102
|
-
"directories": {
|
|
103
|
-
"lib": "lib"
|
|
104
|
-
},
|
|
105
|
-
"author": "axos-web-dev",
|
|
106
|
-
"license": "ISC"
|
|
107
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@axos-web-dev/shared-components",
|
|
3
|
+
"description": "Axos shared components library for web.",
|
|
4
|
+
"version": "0.0.36",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"module": "dist/main.js",
|
|
7
|
+
"types": "dist/main.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"sideEffects": [
|
|
12
|
+
"dist/assets/**/*.css"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"dev": "vite",
|
|
16
|
+
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
17
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
+
"preview": "vite preview",
|
|
19
|
+
"prepublishOnly": "npm run build",
|
|
20
|
+
"check-types": "tsc --pretty --noEmit",
|
|
21
|
+
"check-format": "prettier --check .",
|
|
22
|
+
"check-lint": "eslint . --ext ts --ext tsx --ext js",
|
|
23
|
+
"format": "prettier --write .",
|
|
24
|
+
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
25
|
+
"prepare": "husky install",
|
|
26
|
+
"storybook": "storybook dev -p 6006",
|
|
27
|
+
"build-storybook": "storybook build",
|
|
28
|
+
"npm:link": "npm run build && npm link"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@hookform/resolvers": "^3.3.4",
|
|
32
|
+
"@react-input/mask": "^1.0.23",
|
|
33
|
+
"@storybook/builder-vite": "^7.6.13",
|
|
34
|
+
"@storybook/preview-api": "^7.6.16",
|
|
35
|
+
"@vanilla-extract/css": "^1.14.1",
|
|
36
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
37
|
+
"clsx": "^2.1.0",
|
|
38
|
+
"react-hook-form": "^7.51.1",
|
|
39
|
+
"react-markdown": "^9.0.1",
|
|
40
|
+
"react-use": "^17.5.0",
|
|
41
|
+
"typed-css-modules": "^0.9.1",
|
|
42
|
+
"vite-plugin-svgr": "^4.2.0",
|
|
43
|
+
"zod": "^3.22.4",
|
|
44
|
+
"zustand": "^4.5.0"
|
|
45
|
+
},
|
|
46
|
+
"peerDependencies": {
|
|
47
|
+
"@vanilla-extract/css": "^1.14.1",
|
|
48
|
+
"@vanilla-extract/css-utils": "^0.1.3",
|
|
49
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
50
|
+
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
51
|
+
"next": "^14.1.4",
|
|
52
|
+
"react": "^18.2.0",
|
|
53
|
+
"react-dom": "^18.2.0"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@rollup/plugin-alias": "^5.1.0",
|
|
57
|
+
"@storybook/addon-essentials": "^7.6.13",
|
|
58
|
+
"@storybook/addon-interactions": "^7.6.13",
|
|
59
|
+
"@storybook/addon-links": "^7.6.13",
|
|
60
|
+
"@storybook/addon-onboarding": "^1.0.11",
|
|
61
|
+
"@storybook/addon-themes": "^7.6.10",
|
|
62
|
+
"@storybook/blocks": "^7.6.13",
|
|
63
|
+
"@storybook/react": "^7.6.13",
|
|
64
|
+
"@storybook/react-vite": "^7.6.13",
|
|
65
|
+
"@storybook/test": "^7.6.13",
|
|
66
|
+
"@svgr/core": "^8.1.0",
|
|
67
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
68
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
69
|
+
"@types/node": "^20.11.16",
|
|
70
|
+
"@types/react": "^18.2.43",
|
|
71
|
+
"@types/react-dom": "^18.2.17",
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
73
|
+
"@typescript-eslint/parser": "^6.14.0",
|
|
74
|
+
"@vanilla-extract/css-utils": "^0.1.3",
|
|
75
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
76
|
+
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
77
|
+
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
78
|
+
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
79
|
+
"eslint": "^8.55.0",
|
|
80
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
81
|
+
"eslint-plugin-react-refresh": "^0.4.5",
|
|
82
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
83
|
+
"glob": "^10.3.10",
|
|
84
|
+
"husky": "^8.0.0",
|
|
85
|
+
"next": "^14.1.4",
|
|
86
|
+
"prettier": "3.2.5",
|
|
87
|
+
"react": "^18.2.0",
|
|
88
|
+
"react-dom": "^18.2.0",
|
|
89
|
+
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
90
|
+
"rollup-plugin-svg-import": "^3.0.0",
|
|
91
|
+
"rollup-plugin-svgo": "^2.0.0",
|
|
92
|
+
"storybook": "^7.6.13",
|
|
93
|
+
"typescript": "^5.2.2",
|
|
94
|
+
"typescript-plugin-css-modules": "^5.1.0",
|
|
95
|
+
"vite": "^5.0.8",
|
|
96
|
+
"vite-plugin-dts": "^3.7.3",
|
|
97
|
+
"vite-plugin-lib-inject-css": "^1.3.0",
|
|
98
|
+
"vite-plugin-setting-css-module": "^1.1.4",
|
|
99
|
+
"vite-tsconfig-paths": "^4.3.1"
|
|
100
|
+
},
|
|
101
|
+
"main": "index.js",
|
|
102
|
+
"directories": {
|
|
103
|
+
"lib": "lib"
|
|
104
|
+
},
|
|
105
|
+
"author": "axos-web-dev",
|
|
106
|
+
"license": "ISC"
|
|
107
|
+
}
|