galaxy-design 0.2.12 → 0.2.14
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.
|
@@ -6,397 +6,897 @@
|
|
|
6
6
|
"name": "Accordion",
|
|
7
7
|
"type": "layout",
|
|
8
8
|
"description": "Collapsible accordion component for expandable content sections",
|
|
9
|
-
"files": [
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
"files": [
|
|
10
|
+
"Accordion.tsx",
|
|
11
|
+
"index.ts"
|
|
12
|
+
],
|
|
13
|
+
"dependencies": [],
|
|
14
|
+
"peerDependencies": [
|
|
15
|
+
"react",
|
|
16
|
+
"react-native"
|
|
17
|
+
],
|
|
18
|
+
"exports": [
|
|
19
|
+
"Accordion",
|
|
20
|
+
"AccordionItem",
|
|
21
|
+
"AccordionTrigger",
|
|
22
|
+
"AccordionContent"
|
|
23
|
+
]
|
|
13
24
|
},
|
|
14
25
|
"alert": {
|
|
15
26
|
"name": "Alert",
|
|
16
27
|
"type": "feedback",
|
|
17
28
|
"description": "Alert component for displaying important messages with variants",
|
|
18
|
-
"files": [
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
29
|
+
"files": [
|
|
30
|
+
"Alert.tsx",
|
|
31
|
+
"index.ts"
|
|
32
|
+
],
|
|
33
|
+
"dependencies": [],
|
|
34
|
+
"peerDependencies": [
|
|
35
|
+
"react",
|
|
36
|
+
"react-native"
|
|
37
|
+
],
|
|
38
|
+
"exports": [
|
|
39
|
+
"Alert",
|
|
40
|
+
"AlertTitle",
|
|
41
|
+
"AlertDescription"
|
|
42
|
+
]
|
|
22
43
|
},
|
|
23
44
|
"alert-dialog": {
|
|
24
45
|
"name": "Alert Dialog",
|
|
25
46
|
"type": "overlay",
|
|
26
47
|
"description": "Modal alert dialog for important confirmations and decisions",
|
|
27
|
-
"files": [
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
48
|
+
"files": [
|
|
49
|
+
"AlertDialog.tsx",
|
|
50
|
+
"index.ts"
|
|
51
|
+
],
|
|
52
|
+
"dependencies": [],
|
|
53
|
+
"peerDependencies": [
|
|
54
|
+
"react",
|
|
55
|
+
"react-native"
|
|
56
|
+
],
|
|
57
|
+
"exports": [
|
|
58
|
+
"AlertDialog",
|
|
59
|
+
"AlertDialogContent",
|
|
60
|
+
"AlertDialogHeader",
|
|
61
|
+
"AlertDialogFooter",
|
|
62
|
+
"AlertDialogTitle",
|
|
63
|
+
"AlertDialogDescription",
|
|
64
|
+
"AlertDialogAction",
|
|
65
|
+
"AlertDialogCancel"
|
|
66
|
+
]
|
|
31
67
|
},
|
|
32
68
|
"aspect-ratio": {
|
|
33
69
|
"name": "Aspect Ratio",
|
|
34
70
|
"type": "layout",
|
|
35
71
|
"description": "Container that maintains a specific aspect ratio for its content",
|
|
36
|
-
"files": [
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
72
|
+
"files": [
|
|
73
|
+
"AspectRatio.tsx",
|
|
74
|
+
"index.ts"
|
|
75
|
+
],
|
|
76
|
+
"dependencies": [],
|
|
77
|
+
"peerDependencies": [
|
|
78
|
+
"react",
|
|
79
|
+
"react-native"
|
|
80
|
+
],
|
|
81
|
+
"exports": [
|
|
82
|
+
"AspectRatio"
|
|
83
|
+
]
|
|
40
84
|
},
|
|
41
85
|
"avatar": {
|
|
42
86
|
"name": "Avatar",
|
|
43
87
|
"type": "data-display",
|
|
44
88
|
"description": "Avatar component for displaying user profile images with fallback",
|
|
45
|
-
"files": [
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
89
|
+
"files": [
|
|
90
|
+
"Avatar.tsx",
|
|
91
|
+
"index.ts"
|
|
92
|
+
],
|
|
93
|
+
"dependencies": [],
|
|
94
|
+
"peerDependencies": [
|
|
95
|
+
"react",
|
|
96
|
+
"react-native"
|
|
97
|
+
],
|
|
98
|
+
"exports": [
|
|
99
|
+
"Avatar",
|
|
100
|
+
"AvatarImage",
|
|
101
|
+
"AvatarFallback",
|
|
102
|
+
"AvatarGroup"
|
|
103
|
+
]
|
|
49
104
|
},
|
|
50
105
|
"badge": {
|
|
51
106
|
"name": "Badge",
|
|
52
107
|
"type": "data-display",
|
|
53
108
|
"description": "Badge component for status indicators, counts, and labels",
|
|
54
|
-
"files": [
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
109
|
+
"files": [
|
|
110
|
+
"Badge.tsx",
|
|
111
|
+
"index.ts"
|
|
112
|
+
],
|
|
113
|
+
"dependencies": [],
|
|
114
|
+
"peerDependencies": [
|
|
115
|
+
"react",
|
|
116
|
+
"react-native"
|
|
117
|
+
],
|
|
118
|
+
"exports": [
|
|
119
|
+
"Badge"
|
|
120
|
+
]
|
|
58
121
|
},
|
|
59
122
|
"button": {
|
|
60
123
|
"name": "Button",
|
|
61
124
|
"type": "form",
|
|
62
125
|
"description": "Button component with multiple variants, sizes, and states",
|
|
63
|
-
"files": [
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
126
|
+
"files": [
|
|
127
|
+
"Button.tsx",
|
|
128
|
+
"index.ts"
|
|
129
|
+
],
|
|
130
|
+
"dependencies": [],
|
|
131
|
+
"peerDependencies": [
|
|
132
|
+
"react",
|
|
133
|
+
"react-native"
|
|
134
|
+
],
|
|
135
|
+
"exports": [
|
|
136
|
+
"Button"
|
|
137
|
+
]
|
|
67
138
|
},
|
|
68
139
|
"card": {
|
|
69
140
|
"name": "Card",
|
|
70
141
|
"type": "layout",
|
|
71
142
|
"description": "Card container with header, content, and footer sections",
|
|
72
|
-
"files": [
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
143
|
+
"files": [
|
|
144
|
+
"Card.tsx",
|
|
145
|
+
"index.ts"
|
|
146
|
+
],
|
|
147
|
+
"dependencies": [],
|
|
148
|
+
"peerDependencies": [
|
|
149
|
+
"react",
|
|
150
|
+
"react-native"
|
|
151
|
+
],
|
|
152
|
+
"exports": [
|
|
153
|
+
"Card",
|
|
154
|
+
"CardHeader",
|
|
155
|
+
"CardTitle",
|
|
156
|
+
"CardDescription",
|
|
157
|
+
"CardContent",
|
|
158
|
+
"CardFooter"
|
|
159
|
+
]
|
|
76
160
|
},
|
|
77
161
|
"checkbox": {
|
|
78
162
|
"name": "Checkbox",
|
|
79
163
|
"type": "form",
|
|
80
164
|
"description": "Checkbox input with label and indeterminate state support",
|
|
81
|
-
"files": [
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
165
|
+
"files": [
|
|
166
|
+
"Checkbox.tsx",
|
|
167
|
+
"index.ts"
|
|
168
|
+
],
|
|
169
|
+
"dependencies": [],
|
|
170
|
+
"peerDependencies": [
|
|
171
|
+
"react",
|
|
172
|
+
"react-native"
|
|
173
|
+
],
|
|
174
|
+
"exports": [
|
|
175
|
+
"Checkbox"
|
|
176
|
+
]
|
|
85
177
|
},
|
|
86
178
|
"collapsible": {
|
|
87
179
|
"name": "Collapsible",
|
|
88
180
|
"type": "layout",
|
|
89
181
|
"description": "Collapsible container for showing and hiding content",
|
|
90
|
-
"files": [
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
182
|
+
"files": [
|
|
183
|
+
"Collapsible.tsx",
|
|
184
|
+
"index.ts"
|
|
185
|
+
],
|
|
186
|
+
"dependencies": [],
|
|
187
|
+
"peerDependencies": [
|
|
188
|
+
"react",
|
|
189
|
+
"react-native"
|
|
190
|
+
],
|
|
191
|
+
"exports": [
|
|
192
|
+
"Collapsible",
|
|
193
|
+
"CollapsibleTrigger",
|
|
194
|
+
"CollapsibleContent"
|
|
195
|
+
]
|
|
94
196
|
},
|
|
95
197
|
"context-menu": {
|
|
96
198
|
"name": "Context Menu",
|
|
97
199
|
"type": "overlay",
|
|
98
200
|
"description": "Context menu triggered by long press gesture",
|
|
99
|
-
"files": [
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
201
|
+
"files": [
|
|
202
|
+
"ContextMenu.tsx",
|
|
203
|
+
"index.ts"
|
|
204
|
+
],
|
|
205
|
+
"dependencies": [],
|
|
206
|
+
"peerDependencies": [
|
|
207
|
+
"react",
|
|
208
|
+
"react-native"
|
|
209
|
+
],
|
|
210
|
+
"exports": [
|
|
211
|
+
"ContextMenu",
|
|
212
|
+
"ContextMenuTrigger",
|
|
213
|
+
"ContextMenuContent",
|
|
214
|
+
"ContextMenuItem",
|
|
215
|
+
"ContextMenuSeparator"
|
|
216
|
+
]
|
|
103
217
|
},
|
|
104
218
|
"date-picker": {
|
|
105
219
|
"name": "Date Picker",
|
|
106
220
|
"type": "form",
|
|
107
221
|
"description": "Date picker with single date and date range selection",
|
|
108
|
-
"files": [
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
222
|
+
"files": [
|
|
223
|
+
"DatePicker.tsx",
|
|
224
|
+
"index.ts"
|
|
225
|
+
],
|
|
226
|
+
"dependencies": [],
|
|
227
|
+
"peerDependencies": [
|
|
228
|
+
"react",
|
|
229
|
+
"react-native",
|
|
230
|
+
"@react-native-community/datetimepicker"
|
|
231
|
+
],
|
|
232
|
+
"exports": [
|
|
233
|
+
"DatePicker",
|
|
234
|
+
"DateRangePicker"
|
|
235
|
+
]
|
|
112
236
|
},
|
|
113
237
|
"dialog": {
|
|
114
238
|
"name": "Dialog",
|
|
115
239
|
"type": "overlay",
|
|
116
240
|
"description": "Modal dialog for displaying content over the main interface",
|
|
117
|
-
"files": [
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
241
|
+
"files": [
|
|
242
|
+
"Dialog.tsx",
|
|
243
|
+
"index.ts"
|
|
244
|
+
],
|
|
245
|
+
"dependencies": [],
|
|
246
|
+
"peerDependencies": [
|
|
247
|
+
"react",
|
|
248
|
+
"react-native"
|
|
249
|
+
],
|
|
250
|
+
"exports": [
|
|
251
|
+
"Dialog",
|
|
252
|
+
"DialogContent",
|
|
253
|
+
"DialogHeader",
|
|
254
|
+
"DialogFooter",
|
|
255
|
+
"DialogTitle",
|
|
256
|
+
"DialogDescription"
|
|
257
|
+
]
|
|
121
258
|
},
|
|
122
259
|
"dropdown-menu": {
|
|
123
260
|
"name": "Dropdown Menu",
|
|
124
261
|
"type": "overlay",
|
|
125
262
|
"description": "Dropdown menu for displaying a list of actions or options",
|
|
126
|
-
"files": [
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
263
|
+
"files": [
|
|
264
|
+
"DropdownMenu.tsx",
|
|
265
|
+
"index.ts"
|
|
266
|
+
],
|
|
267
|
+
"dependencies": [],
|
|
268
|
+
"peerDependencies": [
|
|
269
|
+
"react",
|
|
270
|
+
"react-native"
|
|
271
|
+
],
|
|
272
|
+
"exports": [
|
|
273
|
+
"DropdownMenu",
|
|
274
|
+
"DropdownMenuTrigger",
|
|
275
|
+
"DropdownMenuContent",
|
|
276
|
+
"DropdownMenuItem",
|
|
277
|
+
"DropdownMenuSeparator",
|
|
278
|
+
"DropdownMenuLabel"
|
|
279
|
+
]
|
|
130
280
|
},
|
|
131
281
|
"empty": {
|
|
132
282
|
"name": "Empty",
|
|
133
283
|
"type": "data-display",
|
|
134
284
|
"description": "Empty state component with presets for no data, errors, and offline states",
|
|
135
|
-
"files": [
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
285
|
+
"files": [
|
|
286
|
+
"Empty.tsx",
|
|
287
|
+
"index.ts"
|
|
288
|
+
],
|
|
289
|
+
"dependencies": [],
|
|
290
|
+
"peerDependencies": [
|
|
291
|
+
"react",
|
|
292
|
+
"react-native"
|
|
293
|
+
],
|
|
294
|
+
"exports": [
|
|
295
|
+
"Empty"
|
|
296
|
+
]
|
|
139
297
|
},
|
|
140
298
|
"hover-card": {
|
|
141
299
|
"name": "Hover Card",
|
|
142
300
|
"type": "overlay",
|
|
143
301
|
"description": "Hover card for displaying additional information on press",
|
|
144
|
-
"files": [
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
302
|
+
"files": [
|
|
303
|
+
"HoverCard.tsx",
|
|
304
|
+
"index.ts"
|
|
305
|
+
],
|
|
306
|
+
"dependencies": [],
|
|
307
|
+
"peerDependencies": [
|
|
308
|
+
"react",
|
|
309
|
+
"react-native"
|
|
310
|
+
],
|
|
311
|
+
"exports": [
|
|
312
|
+
"HoverCard",
|
|
313
|
+
"HoverCardTrigger",
|
|
314
|
+
"HoverCardContent"
|
|
315
|
+
]
|
|
148
316
|
},
|
|
149
317
|
"input": {
|
|
150
318
|
"name": "Input",
|
|
151
319
|
"type": "form",
|
|
152
320
|
"description": "Text input component with label, placeholder, and error states",
|
|
153
|
-
"files": [
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
321
|
+
"files": [
|
|
322
|
+
"Input.tsx",
|
|
323
|
+
"index.ts"
|
|
324
|
+
],
|
|
325
|
+
"dependencies": [],
|
|
326
|
+
"peerDependencies": [
|
|
327
|
+
"react",
|
|
328
|
+
"react-native"
|
|
329
|
+
],
|
|
330
|
+
"exports": [
|
|
331
|
+
"Input"
|
|
332
|
+
]
|
|
157
333
|
},
|
|
158
334
|
"label": {
|
|
159
335
|
"name": "Label",
|
|
160
336
|
"type": "form",
|
|
161
337
|
"description": "Label component for form inputs",
|
|
162
|
-
"files": [
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
338
|
+
"files": [
|
|
339
|
+
"Label.tsx",
|
|
340
|
+
"index.ts"
|
|
341
|
+
],
|
|
342
|
+
"dependencies": [],
|
|
343
|
+
"peerDependencies": [
|
|
344
|
+
"react",
|
|
345
|
+
"react-native"
|
|
346
|
+
],
|
|
347
|
+
"exports": [
|
|
348
|
+
"Label"
|
|
349
|
+
]
|
|
166
350
|
},
|
|
167
351
|
"menubar": {
|
|
168
352
|
"name": "Menubar",
|
|
169
353
|
"type": "navigation",
|
|
170
354
|
"description": "Menubar component for horizontal navigation menus",
|
|
171
|
-
"files": [
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
355
|
+
"files": [
|
|
356
|
+
"Menubar.tsx",
|
|
357
|
+
"index.ts"
|
|
358
|
+
],
|
|
359
|
+
"dependencies": [],
|
|
360
|
+
"peerDependencies": [
|
|
361
|
+
"react",
|
|
362
|
+
"react-native"
|
|
363
|
+
],
|
|
364
|
+
"exports": [
|
|
365
|
+
"Menubar",
|
|
366
|
+
"MenubarMenu",
|
|
367
|
+
"MenubarTrigger",
|
|
368
|
+
"MenubarContent",
|
|
369
|
+
"MenubarItem",
|
|
370
|
+
"MenubarSeparator"
|
|
371
|
+
]
|
|
175
372
|
},
|
|
176
373
|
"navigation-menu": {
|
|
177
374
|
"name": "Navigation Menu",
|
|
178
375
|
"type": "navigation",
|
|
179
376
|
"description": "Navigation menu with bottom tab and drawer variants",
|
|
180
|
-
"files": [
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
377
|
+
"files": [
|
|
378
|
+
"NavigationMenu.tsx",
|
|
379
|
+
"index.ts"
|
|
380
|
+
],
|
|
381
|
+
"dependencies": [],
|
|
382
|
+
"peerDependencies": [
|
|
383
|
+
"react",
|
|
384
|
+
"react-native"
|
|
385
|
+
],
|
|
386
|
+
"exports": [
|
|
387
|
+
"NavigationMenu",
|
|
388
|
+
"NavigationMenuItem",
|
|
389
|
+
"DrawerMenu"
|
|
390
|
+
]
|
|
184
391
|
},
|
|
185
392
|
"pagination": {
|
|
186
393
|
"name": "Pagination",
|
|
187
394
|
"type": "navigation",
|
|
188
395
|
"description": "Pagination component with compact, full, and load more variants",
|
|
189
|
-
"files": [
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
396
|
+
"files": [
|
|
397
|
+
"Pagination.tsx",
|
|
398
|
+
"index.ts"
|
|
399
|
+
],
|
|
400
|
+
"dependencies": [],
|
|
401
|
+
"peerDependencies": [
|
|
402
|
+
"react",
|
|
403
|
+
"react-native"
|
|
404
|
+
],
|
|
405
|
+
"exports": [
|
|
406
|
+
"Pagination"
|
|
407
|
+
]
|
|
193
408
|
},
|
|
194
409
|
"popover": {
|
|
195
410
|
"name": "Popover",
|
|
196
411
|
"type": "overlay",
|
|
197
412
|
"description": "Popover component for displaying floating content",
|
|
198
|
-
"files": [
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
413
|
+
"files": [
|
|
414
|
+
"Popover.tsx",
|
|
415
|
+
"index.ts"
|
|
416
|
+
],
|
|
417
|
+
"dependencies": [],
|
|
418
|
+
"peerDependencies": [
|
|
419
|
+
"react",
|
|
420
|
+
"react-native"
|
|
421
|
+
],
|
|
422
|
+
"exports": [
|
|
423
|
+
"Popover",
|
|
424
|
+
"PopoverTrigger",
|
|
425
|
+
"PopoverContent"
|
|
426
|
+
]
|
|
202
427
|
},
|
|
203
428
|
"progress": {
|
|
204
429
|
"name": "Progress",
|
|
205
430
|
"type": "feedback",
|
|
206
431
|
"description": "Progress bar component for showing task completion",
|
|
207
|
-
"files": [
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
432
|
+
"files": [
|
|
433
|
+
"Progress.tsx",
|
|
434
|
+
"index.ts"
|
|
435
|
+
],
|
|
436
|
+
"dependencies": [],
|
|
437
|
+
"peerDependencies": [
|
|
438
|
+
"react",
|
|
439
|
+
"react-native"
|
|
440
|
+
],
|
|
441
|
+
"exports": [
|
|
442
|
+
"Progress"
|
|
443
|
+
]
|
|
211
444
|
},
|
|
212
445
|
"radio-group": {
|
|
213
446
|
"name": "Radio Group",
|
|
214
447
|
"type": "form",
|
|
215
448
|
"description": "Radio button group for single selection from multiple options",
|
|
216
|
-
"files": [
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
449
|
+
"files": [
|
|
450
|
+
"RadioGroup.tsx",
|
|
451
|
+
"index.ts"
|
|
452
|
+
],
|
|
453
|
+
"dependencies": [],
|
|
454
|
+
"peerDependencies": [
|
|
455
|
+
"react",
|
|
456
|
+
"react-native"
|
|
457
|
+
],
|
|
458
|
+
"exports": [
|
|
459
|
+
"RadioGroup",
|
|
460
|
+
"RadioGroupItem"
|
|
461
|
+
]
|
|
220
462
|
},
|
|
221
463
|
"select": {
|
|
222
464
|
"name": "Select",
|
|
223
465
|
"type": "form",
|
|
224
466
|
"description": "Select dropdown component for choosing from a list of options",
|
|
225
|
-
"files": [
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
467
|
+
"files": [
|
|
468
|
+
"Select.tsx",
|
|
469
|
+
"index.ts"
|
|
470
|
+
],
|
|
471
|
+
"dependencies": [],
|
|
472
|
+
"peerDependencies": [
|
|
473
|
+
"react",
|
|
474
|
+
"react-native"
|
|
475
|
+
],
|
|
476
|
+
"exports": [
|
|
477
|
+
"Select",
|
|
478
|
+
"SelectTrigger",
|
|
479
|
+
"SelectContent",
|
|
480
|
+
"SelectItem",
|
|
481
|
+
"SelectValue"
|
|
482
|
+
]
|
|
229
483
|
},
|
|
230
484
|
"separator": {
|
|
231
485
|
"name": "Separator",
|
|
232
486
|
"type": "layout",
|
|
233
487
|
"description": "Visual separator line for dividing content",
|
|
234
|
-
"files": [
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
488
|
+
"files": [
|
|
489
|
+
"Separator.tsx",
|
|
490
|
+
"index.ts"
|
|
491
|
+
],
|
|
492
|
+
"dependencies": [],
|
|
493
|
+
"peerDependencies": [
|
|
494
|
+
"react",
|
|
495
|
+
"react-native"
|
|
496
|
+
],
|
|
497
|
+
"exports": [
|
|
498
|
+
"Separator"
|
|
499
|
+
]
|
|
238
500
|
},
|
|
239
501
|
"sheet": {
|
|
240
502
|
"name": "Sheet",
|
|
241
503
|
"type": "overlay",
|
|
242
504
|
"description": "Bottom sheet and side sheet component with header and footer",
|
|
243
|
-
"files": [
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
505
|
+
"files": [
|
|
506
|
+
"Sheet.tsx",
|
|
507
|
+
"index.ts"
|
|
508
|
+
],
|
|
509
|
+
"dependencies": [],
|
|
510
|
+
"peerDependencies": [
|
|
511
|
+
"react",
|
|
512
|
+
"react-native"
|
|
513
|
+
],
|
|
514
|
+
"exports": [
|
|
515
|
+
"Sheet",
|
|
516
|
+
"SheetContent",
|
|
517
|
+
"SheetHeader",
|
|
518
|
+
"SheetFooter",
|
|
519
|
+
"SheetTitle",
|
|
520
|
+
"SheetDescription"
|
|
521
|
+
]
|
|
247
522
|
},
|
|
248
523
|
"skeleton": {
|
|
249
524
|
"name": "Skeleton",
|
|
250
525
|
"type": "feedback",
|
|
251
526
|
"description": "Skeleton loading placeholder component",
|
|
252
|
-
"files": [
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
527
|
+
"files": [
|
|
528
|
+
"Skeleton.tsx",
|
|
529
|
+
"index.ts"
|
|
530
|
+
],
|
|
531
|
+
"dependencies": [],
|
|
532
|
+
"peerDependencies": [
|
|
533
|
+
"react",
|
|
534
|
+
"react-native"
|
|
535
|
+
],
|
|
536
|
+
"exports": [
|
|
537
|
+
"Skeleton"
|
|
538
|
+
]
|
|
256
539
|
},
|
|
257
540
|
"slider": {
|
|
258
541
|
"name": "Slider",
|
|
259
542
|
"type": "form",
|
|
260
543
|
"description": "Slider component for selecting a value from a range",
|
|
261
|
-
"files": [
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
544
|
+
"files": [
|
|
545
|
+
"Slider.tsx",
|
|
546
|
+
"index.ts"
|
|
547
|
+
],
|
|
548
|
+
"dependencies": [],
|
|
549
|
+
"peerDependencies": [
|
|
550
|
+
"react",
|
|
551
|
+
"react-native"
|
|
552
|
+
],
|
|
553
|
+
"exports": [
|
|
554
|
+
"Slider"
|
|
555
|
+
]
|
|
265
556
|
},
|
|
266
557
|
"switch": {
|
|
267
558
|
"name": "Switch",
|
|
268
559
|
"type": "form",
|
|
269
560
|
"description": "Toggle switch component for boolean input",
|
|
270
|
-
"files": [
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
561
|
+
"files": [
|
|
562
|
+
"Switch.tsx",
|
|
563
|
+
"index.ts"
|
|
564
|
+
],
|
|
565
|
+
"dependencies": [],
|
|
566
|
+
"peerDependencies": [
|
|
567
|
+
"react",
|
|
568
|
+
"react-native"
|
|
569
|
+
],
|
|
570
|
+
"exports": [
|
|
571
|
+
"Switch"
|
|
572
|
+
]
|
|
274
573
|
},
|
|
275
574
|
"table": {
|
|
276
575
|
"name": "Table",
|
|
277
576
|
"type": "data-display",
|
|
278
577
|
"description": "Table component for displaying structured data",
|
|
279
|
-
"files": [
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
578
|
+
"files": [
|
|
579
|
+
"Table.tsx",
|
|
580
|
+
"index.ts"
|
|
581
|
+
],
|
|
582
|
+
"dependencies": [],
|
|
583
|
+
"peerDependencies": [
|
|
584
|
+
"react",
|
|
585
|
+
"react-native"
|
|
586
|
+
],
|
|
587
|
+
"exports": [
|
|
588
|
+
"Table",
|
|
589
|
+
"TableHeader",
|
|
590
|
+
"TableBody",
|
|
591
|
+
"TableRow",
|
|
592
|
+
"TableHead",
|
|
593
|
+
"TableCell"
|
|
594
|
+
]
|
|
283
595
|
},
|
|
284
596
|
"tabs": {
|
|
285
597
|
"name": "Tabs",
|
|
286
598
|
"type": "navigation",
|
|
287
599
|
"description": "Tabs component for organizing content into sections",
|
|
288
|
-
"files": [
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
600
|
+
"files": [
|
|
601
|
+
"Tabs.tsx",
|
|
602
|
+
"index.ts"
|
|
603
|
+
],
|
|
604
|
+
"dependencies": [],
|
|
605
|
+
"peerDependencies": [
|
|
606
|
+
"react",
|
|
607
|
+
"react-native"
|
|
608
|
+
],
|
|
609
|
+
"exports": [
|
|
610
|
+
"Tabs",
|
|
611
|
+
"TabsList",
|
|
612
|
+
"TabsTrigger",
|
|
613
|
+
"TabsContent"
|
|
614
|
+
]
|
|
292
615
|
},
|
|
293
616
|
"textarea": {
|
|
294
617
|
"name": "Textarea",
|
|
295
618
|
"type": "form",
|
|
296
619
|
"description": "Multi-line text input component",
|
|
297
|
-
"files": [
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
620
|
+
"files": [
|
|
621
|
+
"Textarea.tsx",
|
|
622
|
+
"index.ts"
|
|
623
|
+
],
|
|
624
|
+
"dependencies": [],
|
|
625
|
+
"peerDependencies": [
|
|
626
|
+
"react",
|
|
627
|
+
"react-native"
|
|
628
|
+
],
|
|
629
|
+
"exports": [
|
|
630
|
+
"Textarea"
|
|
631
|
+
]
|
|
301
632
|
},
|
|
302
633
|
"toggle": {
|
|
303
634
|
"name": "Toggle",
|
|
304
635
|
"type": "form",
|
|
305
636
|
"description": "Toggle button for binary state changes",
|
|
306
|
-
"files": [
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
637
|
+
"files": [
|
|
638
|
+
"Toggle.tsx",
|
|
639
|
+
"index.ts"
|
|
640
|
+
],
|
|
641
|
+
"dependencies": [],
|
|
642
|
+
"peerDependencies": [
|
|
643
|
+
"react",
|
|
644
|
+
"react-native"
|
|
645
|
+
],
|
|
646
|
+
"exports": [
|
|
647
|
+
"Toggle"
|
|
648
|
+
]
|
|
310
649
|
},
|
|
311
650
|
"toggle-group": {
|
|
312
651
|
"name": "Toggle Group",
|
|
313
652
|
"type": "form",
|
|
314
653
|
"description": "Group of toggle buttons for single or multiple selection",
|
|
315
|
-
"files": [
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
654
|
+
"files": [
|
|
655
|
+
"ToggleGroup.tsx",
|
|
656
|
+
"index.ts"
|
|
657
|
+
],
|
|
658
|
+
"dependencies": [],
|
|
659
|
+
"peerDependencies": [
|
|
660
|
+
"react",
|
|
661
|
+
"react-native"
|
|
662
|
+
],
|
|
663
|
+
"exports": [
|
|
664
|
+
"ToggleGroup",
|
|
665
|
+
"ToggleGroupItem"
|
|
666
|
+
]
|
|
319
667
|
},
|
|
320
668
|
"tooltip": {
|
|
321
669
|
"name": "Tooltip",
|
|
322
670
|
"type": "overlay",
|
|
323
671
|
"description": "Tooltip component for displaying helpful information on press",
|
|
324
|
-
"files": [
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
672
|
+
"files": [
|
|
673
|
+
"Tooltip.tsx",
|
|
674
|
+
"index.ts"
|
|
675
|
+
],
|
|
676
|
+
"dependencies": [],
|
|
677
|
+
"peerDependencies": [
|
|
678
|
+
"react",
|
|
679
|
+
"react-native"
|
|
680
|
+
],
|
|
681
|
+
"exports": [
|
|
682
|
+
"Tooltip",
|
|
683
|
+
"TooltipTrigger",
|
|
684
|
+
"TooltipContent"
|
|
685
|
+
]
|
|
328
686
|
},
|
|
329
687
|
"typography": {
|
|
330
688
|
"name": "Typography",
|
|
331
689
|
"type": "data-display",
|
|
332
690
|
"description": "Typography component with 11 text variants (h1-h4, p, lead, large, small, muted, blockquote, code)",
|
|
333
|
-
"files": [
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
691
|
+
"files": [
|
|
692
|
+
"Typography.tsx",
|
|
693
|
+
"index.ts"
|
|
694
|
+
],
|
|
695
|
+
"dependencies": [],
|
|
696
|
+
"peerDependencies": [
|
|
697
|
+
"react",
|
|
698
|
+
"react-native"
|
|
699
|
+
],
|
|
700
|
+
"exports": [
|
|
701
|
+
"Typography"
|
|
702
|
+
]
|
|
337
703
|
},
|
|
338
704
|
"line-chart": {
|
|
339
705
|
"name": "LineChart",
|
|
340
706
|
"type": "chart",
|
|
341
707
|
"description": "Display data as a responsive line chart with smooth curves and customizable styling, optimized for mobile",
|
|
342
|
-
"files": [
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
708
|
+
"files": [
|
|
709
|
+
"LineChart.tsx",
|
|
710
|
+
"types.ts",
|
|
711
|
+
"utils.ts",
|
|
712
|
+
"index.ts"
|
|
713
|
+
],
|
|
714
|
+
"dependencies": [
|
|
715
|
+
"@wuba/react-native-echarts",
|
|
716
|
+
"echarts",
|
|
717
|
+
"@shopify/react-native-skia"
|
|
718
|
+
],
|
|
719
|
+
"peerDependencies": [
|
|
720
|
+
"react",
|
|
721
|
+
"react-native"
|
|
722
|
+
],
|
|
723
|
+
"exports": [
|
|
724
|
+
"LineChart"
|
|
725
|
+
]
|
|
346
726
|
},
|
|
347
727
|
"bar-chart": {
|
|
348
728
|
"name": "BarChart",
|
|
349
729
|
"type": "chart",
|
|
350
730
|
"description": "Display data as vertical or horizontal bars with support for stacked and grouped layouts, optimized for mobile",
|
|
351
|
-
"files": [
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
731
|
+
"files": [
|
|
732
|
+
"BarChart.tsx",
|
|
733
|
+
"types.ts",
|
|
734
|
+
"utils.ts",
|
|
735
|
+
"index.ts"
|
|
736
|
+
],
|
|
737
|
+
"dependencies": [
|
|
738
|
+
"@wuba/react-native-echarts",
|
|
739
|
+
"echarts",
|
|
740
|
+
"@shopify/react-native-skia"
|
|
741
|
+
],
|
|
742
|
+
"peerDependencies": [
|
|
743
|
+
"react",
|
|
744
|
+
"react-native"
|
|
745
|
+
],
|
|
746
|
+
"exports": [
|
|
747
|
+
"BarChart"
|
|
748
|
+
]
|
|
355
749
|
},
|
|
356
750
|
"pie-chart": {
|
|
357
751
|
"name": "PieChart",
|
|
358
752
|
"type": "chart",
|
|
359
753
|
"description": "Display proportional data as a pie or donut chart with customizable labels and legend, optimized for mobile",
|
|
360
|
-
"files": [
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
754
|
+
"files": [
|
|
755
|
+
"PieChart.tsx",
|
|
756
|
+
"types.ts",
|
|
757
|
+
"utils.ts",
|
|
758
|
+
"index.ts"
|
|
759
|
+
],
|
|
760
|
+
"dependencies": [
|
|
761
|
+
"@wuba/react-native-echarts",
|
|
762
|
+
"echarts",
|
|
763
|
+
"@shopify/react-native-skia"
|
|
764
|
+
],
|
|
765
|
+
"peerDependencies": [
|
|
766
|
+
"react",
|
|
767
|
+
"react-native"
|
|
768
|
+
],
|
|
769
|
+
"exports": [
|
|
770
|
+
"PieChart"
|
|
771
|
+
]
|
|
364
772
|
},
|
|
365
773
|
"area-chart": {
|
|
366
774
|
"name": "AreaChart",
|
|
367
775
|
"type": "chart",
|
|
368
776
|
"description": "Visualize cumulative totals over time with filled areas and gradient support, optimized for mobile",
|
|
369
|
-
"files": [
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
777
|
+
"files": [
|
|
778
|
+
"AreaChart.tsx",
|
|
779
|
+
"types.ts",
|
|
780
|
+
"utils.ts",
|
|
781
|
+
"index.ts"
|
|
782
|
+
],
|
|
783
|
+
"dependencies": [
|
|
784
|
+
"@wuba/react-native-echarts",
|
|
785
|
+
"echarts",
|
|
786
|
+
"@shopify/react-native-skia"
|
|
787
|
+
],
|
|
788
|
+
"peerDependencies": [
|
|
789
|
+
"react",
|
|
790
|
+
"react-native"
|
|
791
|
+
],
|
|
792
|
+
"exports": [
|
|
793
|
+
"AreaChart"
|
|
794
|
+
]
|
|
373
795
|
},
|
|
374
796
|
"radar-chart": {
|
|
375
797
|
"name": "RadarChart",
|
|
376
798
|
"type": "chart",
|
|
377
799
|
"description": "Display multi-dimensional data comparison on a radial grid, optimized for mobile",
|
|
378
|
-
"files": [
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
800
|
+
"files": [
|
|
801
|
+
"RadarChart.tsx",
|
|
802
|
+
"types.ts",
|
|
803
|
+
"utils.ts",
|
|
804
|
+
"index.ts"
|
|
805
|
+
],
|
|
806
|
+
"dependencies": [
|
|
807
|
+
"@wuba/react-native-echarts",
|
|
808
|
+
"echarts",
|
|
809
|
+
"@shopify/react-native-skia"
|
|
810
|
+
],
|
|
811
|
+
"peerDependencies": [
|
|
812
|
+
"react",
|
|
813
|
+
"react-native"
|
|
814
|
+
],
|
|
815
|
+
"exports": [
|
|
816
|
+
"RadarChart"
|
|
817
|
+
]
|
|
382
818
|
},
|
|
383
819
|
"scatter-chart": {
|
|
384
820
|
"name": "ScatterChart",
|
|
385
821
|
"type": "chart",
|
|
386
822
|
"description": "Display distribution and correlation analysis with scatter plots, optimized for mobile",
|
|
387
|
-
"files": [
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
823
|
+
"files": [
|
|
824
|
+
"ScatterChart.tsx",
|
|
825
|
+
"types.ts",
|
|
826
|
+
"utils.ts",
|
|
827
|
+
"index.ts"
|
|
828
|
+
],
|
|
829
|
+
"dependencies": [
|
|
830
|
+
"@wuba/react-native-echarts",
|
|
831
|
+
"echarts",
|
|
832
|
+
"@shopify/react-native-skia"
|
|
833
|
+
],
|
|
834
|
+
"peerDependencies": [
|
|
835
|
+
"react",
|
|
836
|
+
"react-native"
|
|
837
|
+
],
|
|
838
|
+
"exports": [
|
|
839
|
+
"ScatterChart"
|
|
840
|
+
]
|
|
391
841
|
},
|
|
392
842
|
"mixed-chart": {
|
|
393
843
|
"name": "MixedChart",
|
|
394
844
|
"type": "chart",
|
|
395
845
|
"description": "Combine multiple chart types (line, bar, area) in a single visualization, optimized for mobile",
|
|
396
|
-
"files": [
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
846
|
+
"files": [
|
|
847
|
+
"MixedChart.tsx",
|
|
848
|
+
"types.ts",
|
|
849
|
+
"utils.ts",
|
|
850
|
+
"index.ts"
|
|
851
|
+
],
|
|
852
|
+
"dependencies": [
|
|
853
|
+
"@wuba/react-native-echarts",
|
|
854
|
+
"echarts",
|
|
855
|
+
"@shopify/react-native-skia"
|
|
856
|
+
],
|
|
857
|
+
"peerDependencies": [
|
|
858
|
+
"react",
|
|
859
|
+
"react-native"
|
|
860
|
+
],
|
|
861
|
+
"exports": [
|
|
862
|
+
"MixedChart"
|
|
863
|
+
]
|
|
864
|
+
},
|
|
865
|
+
"donut-chart": {
|
|
866
|
+
"name": "DonutChart",
|
|
867
|
+
"type": "chart",
|
|
868
|
+
"description": "Display data as a donut chart",
|
|
869
|
+
"files": [
|
|
870
|
+
"DonutChart.tsx",
|
|
871
|
+
"types.ts",
|
|
872
|
+
"utils.ts",
|
|
873
|
+
"index.ts"
|
|
874
|
+
],
|
|
875
|
+
"dependencies": [
|
|
876
|
+
"react-native-echarts-wrapper",
|
|
877
|
+
"echarts"
|
|
878
|
+
],
|
|
879
|
+
"devDependencies": [],
|
|
880
|
+
"registryDependencies": [],
|
|
881
|
+
"category": "charts"
|
|
882
|
+
},
|
|
883
|
+
"gauge-chart": {
|
|
884
|
+
"name": "GaugeChart",
|
|
885
|
+
"type": "chart",
|
|
886
|
+
"description": "Display data as a gauge chart",
|
|
887
|
+
"files": [
|
|
888
|
+
"GaugeChart.tsx",
|
|
889
|
+
"types.ts",
|
|
890
|
+
"utils.ts",
|
|
891
|
+
"index.ts"
|
|
892
|
+
],
|
|
893
|
+
"dependencies": [
|
|
894
|
+
"react-native-echarts-wrapper",
|
|
895
|
+
"echarts"
|
|
896
|
+
],
|
|
897
|
+
"devDependencies": [],
|
|
898
|
+
"registryDependencies": [],
|
|
899
|
+
"category": "charts"
|
|
400
900
|
}
|
|
401
901
|
},
|
|
402
902
|
"groups": {
|
|
@@ -488,4 +988,4 @@
|
|
|
488
988
|
]
|
|
489
989
|
}
|
|
490
990
|
}
|
|
491
|
-
}
|
|
991
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "galaxy-design",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"description": "CLI tool for adding Galaxy UI components to your Vue, React, Angular, Next.js, Nuxt.js, React Native, or Flutter project",
|
|
5
5
|
"author": "Bùi Trọng Hiếu (kevinbui) <kevinbui210191@gmail.com>",
|
|
6
6
|
"license": "MIT",
|