@resq-sw/ui 0.2.2 → 0.2.3
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/README.md +141 -118
- package/lib/components/accordion/accordion.d.ts +0 -1
- package/lib/components/accordion/accordion.d.ts.map +1 -1
- package/lib/components/alert/alert.d.ts +5 -6
- package/lib/components/alert/alert.d.ts.map +1 -1
- package/lib/components/alert-dialog/alert-dialog.d.ts +13 -13
- package/lib/components/alert-dialog/alert-dialog.d.ts.map +1 -1
- package/lib/components/aspect-ratio/aspect-ratio.d.ts +2 -3
- package/lib/components/aspect-ratio/aspect-ratio.d.ts.map +1 -1
- package/lib/components/avatar/avatar.d.ts +7 -8
- package/lib/components/avatar/avatar.d.ts.map +1 -1
- package/lib/components/badge/badge.d.ts +2 -3
- package/lib/components/badge/badge.d.ts.map +1 -1
- package/lib/components/breadcrumb/breadcrumb.d.ts +8 -9
- package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/lib/components/button/button.d.ts +5 -6
- package/lib/components/button/button.d.ts.map +1 -1
- package/lib/components/button-group/button-group.d.ts +6 -7
- package/lib/components/button-group/button-group.d.ts.map +1 -1
- package/lib/components/calendar/calendar.d.ts +3 -4
- package/lib/components/calendar/calendar.d.ts.map +1 -1
- package/lib/components/card/card.d.ts +8 -9
- package/lib/components/card/card.d.ts.map +1 -1
- package/lib/components/carousel/carousel.d.ts +6 -7
- package/lib/components/carousel/carousel.d.ts.map +1 -1
- package/lib/components/chart/chart.d.ts +5 -6
- package/lib/components/chart/chart.d.ts.map +1 -1
- package/lib/components/checkbox/checkbox.d.ts +2 -3
- package/lib/components/checkbox/checkbox.d.ts.map +1 -1
- package/lib/components/collapsible/collapsible.d.ts +4 -5
- package/lib/components/collapsible/collapsible.d.ts.map +1 -1
- package/lib/components/combobox/combobox.d.ts +15 -16
- package/lib/components/combobox/combobox.d.ts.map +1 -1
- package/lib/components/command/command.d.ts +10 -11
- package/lib/components/command/command.d.ts.map +1 -1
- package/lib/components/context-menu/context-menu.d.ts +16 -17
- package/lib/components/context-menu/context-menu.d.ts.map +1 -1
- package/lib/components/dialog/dialog.d.ts +11 -11
- package/lib/components/dialog/dialog.d.ts.map +1 -1
- package/lib/components/direction/direction.d.ts +2 -3
- package/lib/components/direction/direction.d.ts.map +1 -1
- package/lib/components/drawer/drawer.d.ts +11 -12
- package/lib/components/drawer/drawer.d.ts.map +1 -1
- package/lib/components/dropdown-menu/dropdown-menu.d.ts +16 -17
- package/lib/components/dropdown-menu/dropdown-menu.d.ts.map +1 -1
- package/lib/components/empty/empty.d.ts +9 -10
- package/lib/components/empty/empty.d.ts.map +1 -1
- package/lib/components/field/field.d.ts +13 -14
- package/lib/components/field/field.d.ts.map +1 -1
- package/lib/components/hover-card/hover-card.d.ts +4 -5
- package/lib/components/hover-card/hover-card.d.ts.map +1 -1
- package/lib/components/input/input.d.ts +2 -3
- package/lib/components/input/input.d.ts.map +1 -1
- package/lib/components/input-group/input-group.d.ts +11 -12
- package/lib/components/input-group/input-group.d.ts.map +1 -1
- package/lib/components/input-otp/input-otp.d.ts +5 -6
- package/lib/components/input-otp/input-otp.d.ts.map +1 -1
- package/lib/components/item/item.d.ts +15 -16
- package/lib/components/item/item.d.ts.map +1 -1
- package/lib/components/kbd/kbd.d.ts +3 -4
- package/lib/components/kbd/kbd.d.ts.map +1 -1
- package/lib/components/label/label.d.ts +2 -3
- package/lib/components/label/label.d.ts.map +1 -1
- package/lib/components/menubar/menubar.d.ts +17 -18
- package/lib/components/menubar/menubar.d.ts.map +1 -1
- package/lib/components/native-select/native-select.d.ts +4 -5
- package/lib/components/native-select/native-select.d.ts.map +1 -1
- package/lib/components/navigation-menu/navigation-menu.d.ts +11 -12
- package/lib/components/navigation-menu/navigation-menu.d.ts.map +1 -1
- package/lib/components/pagination/pagination.d.ts +8 -9
- package/lib/components/pagination/pagination.d.ts.map +1 -1
- package/lib/components/picture/index.d.ts +3 -0
- package/lib/components/picture/index.js +2 -0
- package/lib/components/picture/picture.d.ts +86 -0
- package/lib/components/picture/picture.d.ts.map +1 -0
- package/lib/components/picture/picture.js +139 -0
- package/lib/components/picture/picture.js.map +1 -0
- package/lib/components/picture/types.d.ts +21 -0
- package/lib/components/picture/types.d.ts.map +1 -0
- package/lib/components/picture/types.js +0 -0
- package/lib/components/popover/popover.d.ts +8 -9
- package/lib/components/popover/popover.d.ts.map +1 -1
- package/lib/components/progress/progress.d.ts +2 -3
- package/lib/components/progress/progress.d.ts.map +1 -1
- package/lib/components/radio-group/radio-group.d.ts +3 -4
- package/lib/components/radio-group/radio-group.d.ts.map +1 -1
- package/lib/components/resizable/resizable.d.ts +4 -5
- package/lib/components/resizable/resizable.d.ts.map +1 -1
- package/lib/components/scroll-area/scroll-area.d.ts +3 -4
- package/lib/components/scroll-area/scroll-area.d.ts.map +1 -1
- package/lib/components/select/select.d.ts +11 -12
- package/lib/components/select/select.d.ts.map +1 -1
- package/lib/components/separator/separator.d.ts +2 -3
- package/lib/components/separator/separator.d.ts.map +1 -1
- package/lib/components/sheet/sheet.d.ts +9 -10
- package/lib/components/sheet/sheet.d.ts.map +1 -1
- package/lib/components/sidebar/sidebar.d.ts +27 -28
- package/lib/components/sidebar/sidebar.d.ts.map +1 -1
- package/lib/components/skeleton/skeleton.d.ts +2 -3
- package/lib/components/skeleton/skeleton.d.ts.map +1 -1
- package/lib/components/slider/slider.d.ts +2 -3
- package/lib/components/slider/slider.d.ts.map +1 -1
- package/lib/components/sonner/sonner.d.ts +2 -3
- package/lib/components/sonner/sonner.d.ts.map +1 -1
- package/lib/components/spinner/spinner.d.ts +2 -3
- package/lib/components/spinner/spinner.d.ts.map +1 -1
- package/lib/components/switch/switch.d.ts +2 -3
- package/lib/components/switch/switch.d.ts.map +1 -1
- package/lib/components/table/table.d.ts +9 -10
- package/lib/components/table/table.d.ts.map +1 -1
- package/lib/components/tabs/tabs.d.ts +7 -8
- package/lib/components/tabs/tabs.d.ts.map +1 -1
- package/lib/components/textarea/textarea.d.ts +2 -3
- package/lib/components/textarea/textarea.d.ts.map +1 -1
- package/lib/components/toggle/toggle.d.ts +5 -6
- package/lib/components/toggle/toggle.d.ts.map +1 -1
- package/lib/components/toggle-group/toggle-group.d.ts +3 -4
- package/lib/components/toggle-group/toggle-group.d.ts.map +1 -1
- package/lib/components/tooltip/tooltip.d.ts +5 -6
- package/lib/components/tooltip/tooltip.d.ts.map +1 -1
- package/lib/hooks/use-mobile.d.ts.map +1 -1
- package/lib/index.d.ts +3 -1
- package/lib/index.js +3 -1
- package/lib/lib/utils.d.ts.map +1 -1
- package/package.json +400 -394
package/package.json
CHANGED
|
@@ -1,396 +1,402 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
2
|
+
"name": "@resq-sw/ui",
|
|
3
|
+
"version": "0.2.3",
|
|
4
|
+
"description": "ResQ shared UI component library — shadcn-based design system for the ResQ platform",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/resq-software/ui.git"
|
|
8
|
+
},
|
|
9
|
+
"license": "Apache-2.0",
|
|
10
|
+
"author": {
|
|
11
|
+
"name": "ResQ Software"
|
|
12
|
+
},
|
|
13
|
+
"type": "module",
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"types": "./lib/index.d.ts",
|
|
17
|
+
"import": "./lib/index.js",
|
|
18
|
+
"default": "./lib/index.js"
|
|
19
|
+
},
|
|
20
|
+
"./accordion": {
|
|
21
|
+
"types": "./lib/components/accordion/index.d.ts",
|
|
22
|
+
"import": "./lib/components/accordion/index.js",
|
|
23
|
+
"default": "./lib/components/accordion/index.js"
|
|
24
|
+
},
|
|
25
|
+
"./alert": {
|
|
26
|
+
"types": "./lib/components/alert/index.d.ts",
|
|
27
|
+
"import": "./lib/components/alert/index.js",
|
|
28
|
+
"default": "./lib/components/alert/index.js"
|
|
29
|
+
},
|
|
30
|
+
"./alert-dialog": {
|
|
31
|
+
"types": "./lib/components/alert-dialog/index.d.ts",
|
|
32
|
+
"import": "./lib/components/alert-dialog/index.js",
|
|
33
|
+
"default": "./lib/components/alert-dialog/index.js"
|
|
34
|
+
},
|
|
35
|
+
"./aspect-ratio": {
|
|
36
|
+
"types": "./lib/components/aspect-ratio/index.d.ts",
|
|
37
|
+
"import": "./lib/components/aspect-ratio/index.js",
|
|
38
|
+
"default": "./lib/components/aspect-ratio/index.js"
|
|
39
|
+
},
|
|
40
|
+
"./avatar": {
|
|
41
|
+
"types": "./lib/components/avatar/index.d.ts",
|
|
42
|
+
"import": "./lib/components/avatar/index.js",
|
|
43
|
+
"default": "./lib/components/avatar/index.js"
|
|
44
|
+
},
|
|
45
|
+
"./badge": {
|
|
46
|
+
"types": "./lib/components/badge/index.d.ts",
|
|
47
|
+
"import": "./lib/components/badge/index.js",
|
|
48
|
+
"default": "./lib/components/badge/index.js"
|
|
49
|
+
},
|
|
50
|
+
"./breadcrumb": {
|
|
51
|
+
"types": "./lib/components/breadcrumb/index.d.ts",
|
|
52
|
+
"import": "./lib/components/breadcrumb/index.js",
|
|
53
|
+
"default": "./lib/components/breadcrumb/index.js"
|
|
54
|
+
},
|
|
55
|
+
"./button": {
|
|
56
|
+
"types": "./lib/components/button/index.d.ts",
|
|
57
|
+
"import": "./lib/components/button/index.js",
|
|
58
|
+
"default": "./lib/components/button/index.js"
|
|
59
|
+
},
|
|
60
|
+
"./button-group": {
|
|
61
|
+
"types": "./lib/components/button-group/index.d.ts",
|
|
62
|
+
"import": "./lib/components/button-group/index.js",
|
|
63
|
+
"default": "./lib/components/button-group/index.js"
|
|
64
|
+
},
|
|
65
|
+
"./calendar": {
|
|
66
|
+
"types": "./lib/components/calendar/index.d.ts",
|
|
67
|
+
"import": "./lib/components/calendar/index.js",
|
|
68
|
+
"default": "./lib/components/calendar/index.js"
|
|
69
|
+
},
|
|
70
|
+
"./card": {
|
|
71
|
+
"types": "./lib/components/card/index.d.ts",
|
|
72
|
+
"import": "./lib/components/card/index.js",
|
|
73
|
+
"default": "./lib/components/card/index.js"
|
|
74
|
+
},
|
|
75
|
+
"./carousel": {
|
|
76
|
+
"types": "./lib/components/carousel/index.d.ts",
|
|
77
|
+
"import": "./lib/components/carousel/index.js",
|
|
78
|
+
"default": "./lib/components/carousel/index.js"
|
|
79
|
+
},
|
|
80
|
+
"./chart": {
|
|
81
|
+
"types": "./lib/components/chart/index.d.ts",
|
|
82
|
+
"import": "./lib/components/chart/index.js",
|
|
83
|
+
"default": "./lib/components/chart/index.js"
|
|
84
|
+
},
|
|
85
|
+
"./checkbox": {
|
|
86
|
+
"types": "./lib/components/checkbox/index.d.ts",
|
|
87
|
+
"import": "./lib/components/checkbox/index.js",
|
|
88
|
+
"default": "./lib/components/checkbox/index.js"
|
|
89
|
+
},
|
|
90
|
+
"./collapsible": {
|
|
91
|
+
"types": "./lib/components/collapsible/index.d.ts",
|
|
92
|
+
"import": "./lib/components/collapsible/index.js",
|
|
93
|
+
"default": "./lib/components/collapsible/index.js"
|
|
94
|
+
},
|
|
95
|
+
"./combobox": {
|
|
96
|
+
"types": "./lib/components/combobox/index.d.ts",
|
|
97
|
+
"import": "./lib/components/combobox/index.js",
|
|
98
|
+
"default": "./lib/components/combobox/index.js"
|
|
99
|
+
},
|
|
100
|
+
"./command": {
|
|
101
|
+
"types": "./lib/components/command/index.d.ts",
|
|
102
|
+
"import": "./lib/components/command/index.js",
|
|
103
|
+
"default": "./lib/components/command/index.js"
|
|
104
|
+
},
|
|
105
|
+
"./context-menu": {
|
|
106
|
+
"types": "./lib/components/context-menu/index.d.ts",
|
|
107
|
+
"import": "./lib/components/context-menu/index.js",
|
|
108
|
+
"default": "./lib/components/context-menu/index.js"
|
|
109
|
+
},
|
|
110
|
+
"./dialog": {
|
|
111
|
+
"types": "./lib/components/dialog/index.d.ts",
|
|
112
|
+
"import": "./lib/components/dialog/index.js",
|
|
113
|
+
"default": "./lib/components/dialog/index.js"
|
|
114
|
+
},
|
|
115
|
+
"./direction": {
|
|
116
|
+
"types": "./lib/components/direction/index.d.ts",
|
|
117
|
+
"import": "./lib/components/direction/index.js",
|
|
118
|
+
"default": "./lib/components/direction/index.js"
|
|
119
|
+
},
|
|
120
|
+
"./drawer": {
|
|
121
|
+
"types": "./lib/components/drawer/index.d.ts",
|
|
122
|
+
"import": "./lib/components/drawer/index.js",
|
|
123
|
+
"default": "./lib/components/drawer/index.js"
|
|
124
|
+
},
|
|
125
|
+
"./dropdown-menu": {
|
|
126
|
+
"types": "./lib/components/dropdown-menu/index.d.ts",
|
|
127
|
+
"import": "./lib/components/dropdown-menu/index.js",
|
|
128
|
+
"default": "./lib/components/dropdown-menu/index.js"
|
|
129
|
+
},
|
|
130
|
+
"./empty": {
|
|
131
|
+
"types": "./lib/components/empty/index.d.ts",
|
|
132
|
+
"import": "./lib/components/empty/index.js",
|
|
133
|
+
"default": "./lib/components/empty/index.js"
|
|
134
|
+
},
|
|
135
|
+
"./field": {
|
|
136
|
+
"types": "./lib/components/field/index.d.ts",
|
|
137
|
+
"import": "./lib/components/field/index.js",
|
|
138
|
+
"default": "./lib/components/field/index.js"
|
|
139
|
+
},
|
|
140
|
+
"./hover-card": {
|
|
141
|
+
"types": "./lib/components/hover-card/index.d.ts",
|
|
142
|
+
"import": "./lib/components/hover-card/index.js",
|
|
143
|
+
"default": "./lib/components/hover-card/index.js"
|
|
144
|
+
},
|
|
145
|
+
"./input": {
|
|
146
|
+
"types": "./lib/components/input/index.d.ts",
|
|
147
|
+
"import": "./lib/components/input/index.js",
|
|
148
|
+
"default": "./lib/components/input/index.js"
|
|
149
|
+
},
|
|
150
|
+
"./input-group": {
|
|
151
|
+
"types": "./lib/components/input-group/index.d.ts",
|
|
152
|
+
"import": "./lib/components/input-group/index.js",
|
|
153
|
+
"default": "./lib/components/input-group/index.js"
|
|
154
|
+
},
|
|
155
|
+
"./input-otp": {
|
|
156
|
+
"types": "./lib/components/input-otp/index.d.ts",
|
|
157
|
+
"import": "./lib/components/input-otp/index.js",
|
|
158
|
+
"default": "./lib/components/input-otp/index.js"
|
|
159
|
+
},
|
|
160
|
+
"./item": {
|
|
161
|
+
"types": "./lib/components/item/index.d.ts",
|
|
162
|
+
"import": "./lib/components/item/index.js",
|
|
163
|
+
"default": "./lib/components/item/index.js"
|
|
164
|
+
},
|
|
165
|
+
"./kbd": {
|
|
166
|
+
"types": "./lib/components/kbd/index.d.ts",
|
|
167
|
+
"import": "./lib/components/kbd/index.js",
|
|
168
|
+
"default": "./lib/components/kbd/index.js"
|
|
169
|
+
},
|
|
170
|
+
"./label": {
|
|
171
|
+
"types": "./lib/components/label/index.d.ts",
|
|
172
|
+
"import": "./lib/components/label/index.js",
|
|
173
|
+
"default": "./lib/components/label/index.js"
|
|
174
|
+
},
|
|
175
|
+
"./menubar": {
|
|
176
|
+
"types": "./lib/components/menubar/index.d.ts",
|
|
177
|
+
"import": "./lib/components/menubar/index.js",
|
|
178
|
+
"default": "./lib/components/menubar/index.js"
|
|
179
|
+
},
|
|
180
|
+
"./native-select": {
|
|
181
|
+
"types": "./lib/components/native-select/index.d.ts",
|
|
182
|
+
"import": "./lib/components/native-select/index.js",
|
|
183
|
+
"default": "./lib/components/native-select/index.js"
|
|
184
|
+
},
|
|
185
|
+
"./navigation-menu": {
|
|
186
|
+
"types": "./lib/components/navigation-menu/index.d.ts",
|
|
187
|
+
"import": "./lib/components/navigation-menu/index.js",
|
|
188
|
+
"default": "./lib/components/navigation-menu/index.js"
|
|
189
|
+
},
|
|
190
|
+
"./pagination": {
|
|
191
|
+
"types": "./lib/components/pagination/index.d.ts",
|
|
192
|
+
"import": "./lib/components/pagination/index.js",
|
|
193
|
+
"default": "./lib/components/pagination/index.js"
|
|
194
|
+
},
|
|
195
|
+
"./popover": {
|
|
196
|
+
"types": "./lib/components/popover/index.d.ts",
|
|
197
|
+
"import": "./lib/components/popover/index.js",
|
|
198
|
+
"default": "./lib/components/popover/index.js"
|
|
199
|
+
},
|
|
200
|
+
"./progress": {
|
|
201
|
+
"types": "./lib/components/progress/index.d.ts",
|
|
202
|
+
"import": "./lib/components/progress/index.js",
|
|
203
|
+
"default": "./lib/components/progress/index.js"
|
|
204
|
+
},
|
|
205
|
+
"./radio-group": {
|
|
206
|
+
"types": "./lib/components/radio-group/index.d.ts",
|
|
207
|
+
"import": "./lib/components/radio-group/index.js",
|
|
208
|
+
"default": "./lib/components/radio-group/index.js"
|
|
209
|
+
},
|
|
210
|
+
"./resizable": {
|
|
211
|
+
"types": "./lib/components/resizable/index.d.ts",
|
|
212
|
+
"import": "./lib/components/resizable/index.js",
|
|
213
|
+
"default": "./lib/components/resizable/index.js"
|
|
214
|
+
},
|
|
215
|
+
"./scroll-area": {
|
|
216
|
+
"types": "./lib/components/scroll-area/index.d.ts",
|
|
217
|
+
"import": "./lib/components/scroll-area/index.js",
|
|
218
|
+
"default": "./lib/components/scroll-area/index.js"
|
|
219
|
+
},
|
|
220
|
+
"./select": {
|
|
221
|
+
"types": "./lib/components/select/index.d.ts",
|
|
222
|
+
"import": "./lib/components/select/index.js",
|
|
223
|
+
"default": "./lib/components/select/index.js"
|
|
224
|
+
},
|
|
225
|
+
"./separator": {
|
|
226
|
+
"types": "./lib/components/separator/index.d.ts",
|
|
227
|
+
"import": "./lib/components/separator/index.js",
|
|
228
|
+
"default": "./lib/components/separator/index.js"
|
|
229
|
+
},
|
|
230
|
+
"./sheet": {
|
|
231
|
+
"types": "./lib/components/sheet/index.d.ts",
|
|
232
|
+
"import": "./lib/components/sheet/index.js",
|
|
233
|
+
"default": "./lib/components/sheet/index.js"
|
|
234
|
+
},
|
|
235
|
+
"./sidebar": {
|
|
236
|
+
"types": "./lib/components/sidebar/index.d.ts",
|
|
237
|
+
"import": "./lib/components/sidebar/index.js",
|
|
238
|
+
"default": "./lib/components/sidebar/index.js"
|
|
239
|
+
},
|
|
240
|
+
"./skeleton": {
|
|
241
|
+
"types": "./lib/components/skeleton/index.d.ts",
|
|
242
|
+
"import": "./lib/components/skeleton/index.js",
|
|
243
|
+
"default": "./lib/components/skeleton/index.js"
|
|
244
|
+
},
|
|
245
|
+
"./slider": {
|
|
246
|
+
"types": "./lib/components/slider/index.d.ts",
|
|
247
|
+
"import": "./lib/components/slider/index.js",
|
|
248
|
+
"default": "./lib/components/slider/index.js"
|
|
249
|
+
},
|
|
250
|
+
"./sonner": {
|
|
251
|
+
"types": "./lib/components/sonner/index.d.ts",
|
|
252
|
+
"import": "./lib/components/sonner/index.js",
|
|
253
|
+
"default": "./lib/components/sonner/index.js"
|
|
254
|
+
},
|
|
255
|
+
"./spinner": {
|
|
256
|
+
"types": "./lib/components/spinner/index.d.ts",
|
|
257
|
+
"import": "./lib/components/spinner/index.js",
|
|
258
|
+
"default": "./lib/components/spinner/index.js"
|
|
259
|
+
},
|
|
260
|
+
"./switch": {
|
|
261
|
+
"types": "./lib/components/switch/index.d.ts",
|
|
262
|
+
"import": "./lib/components/switch/index.js",
|
|
263
|
+
"default": "./lib/components/switch/index.js"
|
|
264
|
+
},
|
|
265
|
+
"./table": {
|
|
266
|
+
"types": "./lib/components/table/index.d.ts",
|
|
267
|
+
"import": "./lib/components/table/index.js",
|
|
268
|
+
"default": "./lib/components/table/index.js"
|
|
269
|
+
},
|
|
270
|
+
"./tabs": {
|
|
271
|
+
"types": "./lib/components/tabs/index.d.ts",
|
|
272
|
+
"import": "./lib/components/tabs/index.js",
|
|
273
|
+
"default": "./lib/components/tabs/index.js"
|
|
274
|
+
},
|
|
275
|
+
"./textarea": {
|
|
276
|
+
"types": "./lib/components/textarea/index.d.ts",
|
|
277
|
+
"import": "./lib/components/textarea/index.js",
|
|
278
|
+
"default": "./lib/components/textarea/index.js"
|
|
279
|
+
},
|
|
280
|
+
"./toggle": {
|
|
281
|
+
"types": "./lib/components/toggle/index.d.ts",
|
|
282
|
+
"import": "./lib/components/toggle/index.js",
|
|
283
|
+
"default": "./lib/components/toggle/index.js"
|
|
284
|
+
},
|
|
285
|
+
"./toggle-group": {
|
|
286
|
+
"types": "./lib/components/toggle-group/index.d.ts",
|
|
287
|
+
"import": "./lib/components/toggle-group/index.js",
|
|
288
|
+
"default": "./lib/components/toggle-group/index.js"
|
|
289
|
+
},
|
|
290
|
+
"./tooltip": {
|
|
291
|
+
"types": "./lib/components/tooltip/index.d.ts",
|
|
292
|
+
"import": "./lib/components/tooltip/index.js",
|
|
293
|
+
"default": "./lib/components/tooltip/index.js"
|
|
294
|
+
},
|
|
295
|
+
"./styles/globals.css": "./src/styles/globals.css",
|
|
296
|
+
"./lib/utils": {
|
|
297
|
+
"types": "./lib/lib/utils.d.ts",
|
|
298
|
+
"import": "./lib/lib/utils.js",
|
|
299
|
+
"default": "./lib/lib/utils.js"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"main": "lib/index.js",
|
|
303
|
+
"module": "lib/index.js",
|
|
304
|
+
"types": "lib/index.d.ts",
|
|
305
|
+
"files": [
|
|
306
|
+
"lib",
|
|
307
|
+
"src/styles/globals.css",
|
|
308
|
+
"README.md"
|
|
309
|
+
],
|
|
310
|
+
"scripts": {
|
|
311
|
+
"copyright": "node --experimental-strip-types scripts/copyright.gen.ts",
|
|
312
|
+
"build": "tsdown",
|
|
313
|
+
"build-storybook": "storybook build",
|
|
314
|
+
"chromatic": "bunx chromatic --build-script-name=build-storybook",
|
|
315
|
+
"dev": "tsdown --watch",
|
|
316
|
+
"docs": "bunx typedoc --entryPointStrategy Expand src",
|
|
317
|
+
"format": "biome format --write .",
|
|
318
|
+
"lint": "biome check .",
|
|
319
|
+
"lint:knip": "knip",
|
|
320
|
+
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\"",
|
|
321
|
+
"lint:spelling": "cspell \"**\" \".github/**/*\"",
|
|
322
|
+
"prepare": "husky",
|
|
323
|
+
"storybook": "storybook dev -p 6006",
|
|
324
|
+
"test": "vitest",
|
|
325
|
+
"tsc": "tsc"
|
|
326
|
+
},
|
|
327
|
+
"lint-staged": {
|
|
328
|
+
"*.{ts,tsx,js,jsx,json}": "./node_modules/.bin/biome check --write --no-errors-on-unmatched",
|
|
329
|
+
"*.{md,css,yaml,yml,sh}": "./node_modules/.bin/biome format --write --no-errors-on-unmatched"
|
|
330
|
+
},
|
|
331
|
+
"dependencies": {
|
|
332
|
+
"@base-ui/react": "^1.2.0",
|
|
333
|
+
"class-variance-authority": "^0.7.1",
|
|
334
|
+
"clsx": "^2.1.1",
|
|
335
|
+
"cmdk": "^1.1.1",
|
|
336
|
+
"embla-carousel-react": "^8.6.0",
|
|
337
|
+
"input-otp": "^1.4.2",
|
|
338
|
+
"lucide-react": "^0.577.0",
|
|
339
|
+
"next-themes": "^0.4.6",
|
|
340
|
+
"radix-ui": "^1.4.3",
|
|
341
|
+
"react-day-picker": "^9.13.2",
|
|
342
|
+
"react-resizable-panels": "^4.6.2",
|
|
343
|
+
"recharts": "3.8.0",
|
|
344
|
+
"sonner": "^2.0.7",
|
|
345
|
+
"tailwind-merge": "^3.4.0",
|
|
346
|
+
"tw-animate-css": "^1.4.0",
|
|
347
|
+
"vaul": "^1.1.2"
|
|
348
|
+
},
|
|
349
|
+
"devDependencies": {
|
|
350
|
+
"@biomejs/biome": "^2.4.6",
|
|
351
|
+
"@chromatic-com/storybook": "^5.0.1",
|
|
352
|
+
"@github-ui/storybook-addon-performance-panel": "^1.1.4",
|
|
353
|
+
"@release-it/conventional-changelog": "10.0.6",
|
|
354
|
+
"@storybook/addon-a11y": "^10.2.17",
|
|
355
|
+
"@storybook/addon-docs": "^10.2.17",
|
|
356
|
+
"@storybook/addon-links": "^10.2.17",
|
|
357
|
+
"@storybook/nextjs-vite": "10.2.17",
|
|
358
|
+
"@storybook/react": "^10.2.17",
|
|
359
|
+
"@tailwindcss/vite": "^4.2.1",
|
|
360
|
+
"@types/node": "24.6.2",
|
|
361
|
+
"@types/react": "^19.2.14",
|
|
362
|
+
"@types/react-dom": "^19.2.3",
|
|
363
|
+
"@vitest/coverage-v8": "3.2.4",
|
|
364
|
+
"chromatic": "^15.2.0",
|
|
365
|
+
"console-fail-test": "0.6.1",
|
|
366
|
+
"cspell": "9.7.0",
|
|
367
|
+
"husky": "9.1.7",
|
|
368
|
+
"jsdom": "^28.1.0",
|
|
369
|
+
"knip": "5.86.0",
|
|
370
|
+
"lint-staged": "16.4.0",
|
|
371
|
+
"markdownlint": "0.40.0",
|
|
372
|
+
"markdownlint-cli": "0.48.0",
|
|
373
|
+
"react": "^19.2.4",
|
|
374
|
+
"react-dom": "^19.2.4",
|
|
375
|
+
"release-it": "19.2.4",
|
|
376
|
+
"storybook": "^10.2.17",
|
|
377
|
+
"tailwindcss": "^4.1.18",
|
|
378
|
+
"tsdown": "0.21.2",
|
|
379
|
+
"typescript": "5.9.3",
|
|
380
|
+
"vite": "^7.0.0",
|
|
381
|
+
"vitest": "3.2.4"
|
|
382
|
+
},
|
|
383
|
+
"peerDependencies": {
|
|
384
|
+
"react": ">=19",
|
|
385
|
+
"react-dom": ">=19",
|
|
386
|
+
"tailwindcss": ">=4"
|
|
387
|
+
},
|
|
388
|
+
"packageManager": "bun@1.3.10",
|
|
389
|
+
"engines": {
|
|
390
|
+
"node": ">=20.19.0"
|
|
391
|
+
},
|
|
392
|
+
"publishConfig": {
|
|
393
|
+
"access": "public",
|
|
394
|
+
"provenance": true,
|
|
395
|
+
"registry": "https://registry.npmjs.org/"
|
|
396
|
+
},
|
|
397
|
+
"release-it": {
|
|
398
|
+
"git": {
|
|
399
|
+
"requireCleanWorkingDir": false
|
|
400
|
+
}
|
|
401
|
+
}
|
|
396
402
|
}
|