galaxy-design 0.2.13 → 0.2.15
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,748 @@
|
|
|
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/accordion.dart"
|
|
11
|
+
],
|
|
12
|
+
"dependencies": [],
|
|
13
|
+
"peerDependencies": [
|
|
14
|
+
"flutter"
|
|
15
|
+
],
|
|
16
|
+
"exports": [
|
|
17
|
+
"GalaxyAccordion",
|
|
18
|
+
"GalaxyAccordionItem"
|
|
19
|
+
]
|
|
13
20
|
},
|
|
14
21
|
"alert": {
|
|
15
22
|
"name": "Alert",
|
|
16
23
|
"type": "feedback",
|
|
17
24
|
"description": "Alert component for displaying important messages with variants",
|
|
18
|
-
"files": [
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
25
|
+
"files": [
|
|
26
|
+
"alert/alert.dart"
|
|
27
|
+
],
|
|
28
|
+
"dependencies": [],
|
|
29
|
+
"peerDependencies": [
|
|
30
|
+
"flutter"
|
|
31
|
+
],
|
|
32
|
+
"exports": [
|
|
33
|
+
"GalaxyAlert"
|
|
34
|
+
]
|
|
22
35
|
},
|
|
23
36
|
"alert-dialog": {
|
|
24
37
|
"name": "Alert Dialog",
|
|
25
38
|
"type": "overlay",
|
|
26
39
|
"description": "Modal alert dialog for important confirmations and decisions",
|
|
27
|
-
"files": [
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
40
|
+
"files": [
|
|
41
|
+
"alert-dialog/alert_dialog.dart"
|
|
42
|
+
],
|
|
43
|
+
"dependencies": [],
|
|
44
|
+
"peerDependencies": [
|
|
45
|
+
"flutter"
|
|
46
|
+
],
|
|
47
|
+
"exports": [
|
|
48
|
+
"GalaxyAlertDialog"
|
|
49
|
+
]
|
|
31
50
|
},
|
|
32
51
|
"aspect-ratio": {
|
|
33
52
|
"name": "Aspect Ratio",
|
|
34
53
|
"type": "layout",
|
|
35
54
|
"description": "Container that maintains a specific aspect ratio for its content",
|
|
36
|
-
"files": [
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
55
|
+
"files": [
|
|
56
|
+
"aspect-ratio/aspect_ratio.dart"
|
|
57
|
+
],
|
|
58
|
+
"dependencies": [],
|
|
59
|
+
"peerDependencies": [
|
|
60
|
+
"flutter"
|
|
61
|
+
],
|
|
62
|
+
"exports": [
|
|
63
|
+
"GalaxyAspectRatio"
|
|
64
|
+
]
|
|
40
65
|
},
|
|
41
66
|
"avatar": {
|
|
42
67
|
"name": "Avatar",
|
|
43
68
|
"type": "data-display",
|
|
44
69
|
"description": "Avatar component for displaying user profile images with fallback",
|
|
45
|
-
"files": [
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
70
|
+
"files": [
|
|
71
|
+
"avatar/avatar.dart"
|
|
72
|
+
],
|
|
73
|
+
"dependencies": [],
|
|
74
|
+
"peerDependencies": [
|
|
75
|
+
"flutter"
|
|
76
|
+
],
|
|
77
|
+
"exports": [
|
|
78
|
+
"GalaxyAvatar",
|
|
79
|
+
"GalaxyAvatarGroup"
|
|
80
|
+
]
|
|
49
81
|
},
|
|
50
82
|
"badge": {
|
|
51
83
|
"name": "Badge",
|
|
52
84
|
"type": "data-display",
|
|
53
85
|
"description": "Badge component for status indicators, counts, and labels",
|
|
54
|
-
"files": [
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"
|
|
86
|
+
"files": [
|
|
87
|
+
"badge/badge.dart"
|
|
88
|
+
],
|
|
89
|
+
"dependencies": [],
|
|
90
|
+
"peerDependencies": [
|
|
91
|
+
"flutter"
|
|
92
|
+
],
|
|
93
|
+
"exports": [
|
|
94
|
+
"GalaxyBadge",
|
|
95
|
+
"GalaxyBadgePositioned"
|
|
96
|
+
]
|
|
58
97
|
},
|
|
59
98
|
"button": {
|
|
60
99
|
"name": "Button",
|
|
61
100
|
"type": "form",
|
|
62
101
|
"description": "Button component with multiple variants, sizes, and states",
|
|
63
|
-
"files": [
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"
|
|
102
|
+
"files": [
|
|
103
|
+
"button/button.dart"
|
|
104
|
+
],
|
|
105
|
+
"dependencies": [],
|
|
106
|
+
"peerDependencies": [
|
|
107
|
+
"flutter"
|
|
108
|
+
],
|
|
109
|
+
"exports": [
|
|
110
|
+
"GalaxyButton"
|
|
111
|
+
]
|
|
67
112
|
},
|
|
68
113
|
"card": {
|
|
69
114
|
"name": "Card",
|
|
70
115
|
"type": "layout",
|
|
71
116
|
"description": "Card container with header, content, and footer sections",
|
|
72
|
-
"files": [
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
117
|
+
"files": [
|
|
118
|
+
"card/card.dart"
|
|
119
|
+
],
|
|
120
|
+
"dependencies": [],
|
|
121
|
+
"peerDependencies": [
|
|
122
|
+
"flutter"
|
|
123
|
+
],
|
|
124
|
+
"exports": [
|
|
125
|
+
"GalaxyCard",
|
|
126
|
+
"GalaxyCardHeader",
|
|
127
|
+
"GalaxyCardContent",
|
|
128
|
+
"GalaxyCardFooter"
|
|
129
|
+
]
|
|
76
130
|
},
|
|
77
131
|
"checkbox": {
|
|
78
132
|
"name": "Checkbox",
|
|
79
133
|
"type": "form",
|
|
80
134
|
"description": "Checkbox input with label and indeterminate state support",
|
|
81
|
-
"files": [
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
"
|
|
135
|
+
"files": [
|
|
136
|
+
"checkbox/checkbox.dart"
|
|
137
|
+
],
|
|
138
|
+
"dependencies": [],
|
|
139
|
+
"peerDependencies": [
|
|
140
|
+
"flutter"
|
|
141
|
+
],
|
|
142
|
+
"exports": [
|
|
143
|
+
"GalaxyCheckbox"
|
|
144
|
+
]
|
|
85
145
|
},
|
|
86
146
|
"collapsible": {
|
|
87
147
|
"name": "Collapsible",
|
|
88
148
|
"type": "layout",
|
|
89
149
|
"description": "Collapsible container for showing and hiding content",
|
|
90
|
-
"files": [
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"
|
|
150
|
+
"files": [
|
|
151
|
+
"collapsible/collapsible.dart"
|
|
152
|
+
],
|
|
153
|
+
"dependencies": [],
|
|
154
|
+
"peerDependencies": [
|
|
155
|
+
"flutter"
|
|
156
|
+
],
|
|
157
|
+
"exports": [
|
|
158
|
+
"GalaxyCollapsible"
|
|
159
|
+
]
|
|
94
160
|
},
|
|
95
161
|
"context-menu": {
|
|
96
162
|
"name": "Context Menu",
|
|
97
163
|
"type": "overlay",
|
|
98
164
|
"description": "Context menu triggered by long press gesture",
|
|
99
|
-
"files": [
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"
|
|
165
|
+
"files": [
|
|
166
|
+
"context-menu/context_menu.dart"
|
|
167
|
+
],
|
|
168
|
+
"dependencies": [],
|
|
169
|
+
"peerDependencies": [
|
|
170
|
+
"flutter"
|
|
171
|
+
],
|
|
172
|
+
"exports": [
|
|
173
|
+
"GalaxyContextMenu",
|
|
174
|
+
"GalaxyContextMenuItem"
|
|
175
|
+
]
|
|
103
176
|
},
|
|
104
177
|
"date-picker": {
|
|
105
178
|
"name": "Date Picker",
|
|
106
179
|
"type": "form",
|
|
107
180
|
"description": "Date picker with single date and date range selection",
|
|
108
|
-
"files": [
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
"
|
|
181
|
+
"files": [
|
|
182
|
+
"date-picker/date_picker.dart"
|
|
183
|
+
],
|
|
184
|
+
"dependencies": [],
|
|
185
|
+
"peerDependencies": [
|
|
186
|
+
"flutter",
|
|
187
|
+
"intl"
|
|
188
|
+
],
|
|
189
|
+
"exports": [
|
|
190
|
+
"GalaxyDatePicker",
|
|
191
|
+
"GalaxyDateRangePicker"
|
|
192
|
+
]
|
|
112
193
|
},
|
|
113
194
|
"dialog": {
|
|
114
195
|
"name": "Dialog",
|
|
115
196
|
"type": "overlay",
|
|
116
197
|
"description": "Modal dialog for displaying content over the main interface",
|
|
117
|
-
"files": [
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"
|
|
198
|
+
"files": [
|
|
199
|
+
"dialog/dialog.dart"
|
|
200
|
+
],
|
|
201
|
+
"dependencies": [],
|
|
202
|
+
"peerDependencies": [
|
|
203
|
+
"flutter"
|
|
204
|
+
],
|
|
205
|
+
"exports": [
|
|
206
|
+
"GalaxyDialog"
|
|
207
|
+
]
|
|
121
208
|
},
|
|
122
209
|
"dropdown-menu": {
|
|
123
210
|
"name": "Dropdown Menu",
|
|
124
211
|
"type": "overlay",
|
|
125
212
|
"description": "Dropdown menu for displaying a list of actions or options",
|
|
126
|
-
"files": [
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
"
|
|
213
|
+
"files": [
|
|
214
|
+
"dropdown-menu/dropdown_menu.dart"
|
|
215
|
+
],
|
|
216
|
+
"dependencies": [],
|
|
217
|
+
"peerDependencies": [
|
|
218
|
+
"flutter"
|
|
219
|
+
],
|
|
220
|
+
"exports": [
|
|
221
|
+
"GalaxyDropdownMenu",
|
|
222
|
+
"GalaxyDropdownMenuItem"
|
|
223
|
+
]
|
|
130
224
|
},
|
|
131
225
|
"empty": {
|
|
132
226
|
"name": "Empty",
|
|
133
227
|
"type": "data-display",
|
|
134
228
|
"description": "Empty state component with presets for no data, errors, and offline states",
|
|
135
|
-
"files": [
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
"
|
|
229
|
+
"files": [
|
|
230
|
+
"empty/empty.dart"
|
|
231
|
+
],
|
|
232
|
+
"dependencies": [],
|
|
233
|
+
"peerDependencies": [
|
|
234
|
+
"flutter"
|
|
235
|
+
],
|
|
236
|
+
"exports": [
|
|
237
|
+
"GalaxyEmpty"
|
|
238
|
+
]
|
|
139
239
|
},
|
|
140
240
|
"hover-card": {
|
|
141
241
|
"name": "Hover Card",
|
|
142
242
|
"type": "overlay",
|
|
143
243
|
"description": "Hover card for displaying additional information on press",
|
|
144
|
-
"files": [
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
"
|
|
244
|
+
"files": [
|
|
245
|
+
"hover-card/hover_card.dart"
|
|
246
|
+
],
|
|
247
|
+
"dependencies": [],
|
|
248
|
+
"peerDependencies": [
|
|
249
|
+
"flutter"
|
|
250
|
+
],
|
|
251
|
+
"exports": [
|
|
252
|
+
"GalaxyHoverCard"
|
|
253
|
+
]
|
|
148
254
|
},
|
|
149
255
|
"input": {
|
|
150
256
|
"name": "Input",
|
|
151
257
|
"type": "form",
|
|
152
258
|
"description": "Text input component with label, placeholder, and error states",
|
|
153
|
-
"files": [
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
"
|
|
259
|
+
"files": [
|
|
260
|
+
"input/input.dart"
|
|
261
|
+
],
|
|
262
|
+
"dependencies": [],
|
|
263
|
+
"peerDependencies": [
|
|
264
|
+
"flutter"
|
|
265
|
+
],
|
|
266
|
+
"exports": [
|
|
267
|
+
"GalaxyInput"
|
|
268
|
+
]
|
|
157
269
|
},
|
|
158
270
|
"label": {
|
|
159
271
|
"name": "Label",
|
|
160
272
|
"type": "form",
|
|
161
273
|
"description": "Label component for form inputs",
|
|
162
|
-
"files": [
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
"
|
|
274
|
+
"files": [
|
|
275
|
+
"label/label.dart"
|
|
276
|
+
],
|
|
277
|
+
"dependencies": [],
|
|
278
|
+
"peerDependencies": [
|
|
279
|
+
"flutter"
|
|
280
|
+
],
|
|
281
|
+
"exports": [
|
|
282
|
+
"GalaxyLabel"
|
|
283
|
+
]
|
|
166
284
|
},
|
|
167
285
|
"menubar": {
|
|
168
286
|
"name": "Menubar",
|
|
169
287
|
"type": "navigation",
|
|
170
288
|
"description": "Menubar component for horizontal navigation menus",
|
|
171
|
-
"files": [
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
"
|
|
289
|
+
"files": [
|
|
290
|
+
"menubar/menubar.dart"
|
|
291
|
+
],
|
|
292
|
+
"dependencies": [],
|
|
293
|
+
"peerDependencies": [
|
|
294
|
+
"flutter"
|
|
295
|
+
],
|
|
296
|
+
"exports": [
|
|
297
|
+
"GalaxyMenubar",
|
|
298
|
+
"GalaxyMenubarItem"
|
|
299
|
+
]
|
|
175
300
|
},
|
|
176
301
|
"navigation-menu": {
|
|
177
302
|
"name": "Navigation Menu",
|
|
178
303
|
"type": "navigation",
|
|
179
304
|
"description": "Navigation menu with bottom tab and drawer variants",
|
|
180
|
-
"files": [
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
"
|
|
305
|
+
"files": [
|
|
306
|
+
"navigation-menu/navigation_menu.dart"
|
|
307
|
+
],
|
|
308
|
+
"dependencies": [],
|
|
309
|
+
"peerDependencies": [
|
|
310
|
+
"flutter"
|
|
311
|
+
],
|
|
312
|
+
"exports": [
|
|
313
|
+
"GalaxyNavigationMenu",
|
|
314
|
+
"NavigationMenuItem"
|
|
315
|
+
]
|
|
184
316
|
},
|
|
185
317
|
"pagination": {
|
|
186
318
|
"name": "Pagination",
|
|
187
319
|
"type": "navigation",
|
|
188
320
|
"description": "Pagination component with compact, full, and load more variants",
|
|
189
|
-
"files": [
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
"
|
|
321
|
+
"files": [
|
|
322
|
+
"pagination/pagination.dart"
|
|
323
|
+
],
|
|
324
|
+
"dependencies": [],
|
|
325
|
+
"peerDependencies": [
|
|
326
|
+
"flutter"
|
|
327
|
+
],
|
|
328
|
+
"exports": [
|
|
329
|
+
"GalaxyPagination"
|
|
330
|
+
]
|
|
193
331
|
},
|
|
194
332
|
"popover": {
|
|
195
333
|
"name": "Popover",
|
|
196
334
|
"type": "overlay",
|
|
197
335
|
"description": "Popover component for displaying floating content",
|
|
198
|
-
"files": [
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
"
|
|
336
|
+
"files": [
|
|
337
|
+
"popover/popover.dart"
|
|
338
|
+
],
|
|
339
|
+
"dependencies": [],
|
|
340
|
+
"peerDependencies": [
|
|
341
|
+
"flutter"
|
|
342
|
+
],
|
|
343
|
+
"exports": [
|
|
344
|
+
"GalaxyPopover"
|
|
345
|
+
]
|
|
202
346
|
},
|
|
203
347
|
"progress": {
|
|
204
348
|
"name": "Progress",
|
|
205
349
|
"type": "feedback",
|
|
206
350
|
"description": "Progress bar and circular progress component",
|
|
207
|
-
"files": [
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
"
|
|
351
|
+
"files": [
|
|
352
|
+
"progress/progress.dart"
|
|
353
|
+
],
|
|
354
|
+
"dependencies": [],
|
|
355
|
+
"peerDependencies": [
|
|
356
|
+
"flutter"
|
|
357
|
+
],
|
|
358
|
+
"exports": [
|
|
359
|
+
"GalaxyProgress"
|
|
360
|
+
]
|
|
211
361
|
},
|
|
212
362
|
"radio-group": {
|
|
213
363
|
"name": "Radio Group",
|
|
214
364
|
"type": "form",
|
|
215
365
|
"description": "Radio button group for single selection from multiple options",
|
|
216
|
-
"files": [
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
"
|
|
366
|
+
"files": [
|
|
367
|
+
"radio-group/radio_group.dart"
|
|
368
|
+
],
|
|
369
|
+
"dependencies": [],
|
|
370
|
+
"peerDependencies": [
|
|
371
|
+
"flutter"
|
|
372
|
+
],
|
|
373
|
+
"exports": [
|
|
374
|
+
"GalaxyRadioGroup",
|
|
375
|
+
"GalaxyRadio"
|
|
376
|
+
]
|
|
220
377
|
},
|
|
221
378
|
"select": {
|
|
222
379
|
"name": "Select",
|
|
223
380
|
"type": "form",
|
|
224
381
|
"description": "Select dropdown component for choosing from a list of options",
|
|
225
|
-
"files": [
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
"
|
|
382
|
+
"files": [
|
|
383
|
+
"select/select.dart"
|
|
384
|
+
],
|
|
385
|
+
"dependencies": [],
|
|
386
|
+
"peerDependencies": [
|
|
387
|
+
"flutter"
|
|
388
|
+
],
|
|
389
|
+
"exports": [
|
|
390
|
+
"GalaxySelect",
|
|
391
|
+
"GalaxySelectItem"
|
|
392
|
+
]
|
|
229
393
|
},
|
|
230
394
|
"separator": {
|
|
231
395
|
"name": "Separator",
|
|
232
396
|
"type": "layout",
|
|
233
397
|
"description": "Visual separator line for dividing content",
|
|
234
|
-
"files": [
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
"
|
|
398
|
+
"files": [
|
|
399
|
+
"separator/separator.dart"
|
|
400
|
+
],
|
|
401
|
+
"dependencies": [],
|
|
402
|
+
"peerDependencies": [
|
|
403
|
+
"flutter"
|
|
404
|
+
],
|
|
405
|
+
"exports": [
|
|
406
|
+
"GalaxySeparator"
|
|
407
|
+
]
|
|
238
408
|
},
|
|
239
409
|
"sheet": {
|
|
240
410
|
"name": "Sheet",
|
|
241
411
|
"type": "overlay",
|
|
242
412
|
"description": "Bottom sheet and side sheet component with header and footer",
|
|
243
|
-
"files": [
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
"
|
|
413
|
+
"files": [
|
|
414
|
+
"sheet/sheet.dart"
|
|
415
|
+
],
|
|
416
|
+
"dependencies": [],
|
|
417
|
+
"peerDependencies": [
|
|
418
|
+
"flutter"
|
|
419
|
+
],
|
|
420
|
+
"exports": [
|
|
421
|
+
"GalaxySheet",
|
|
422
|
+
"GalaxySheetContent"
|
|
423
|
+
]
|
|
247
424
|
},
|
|
248
425
|
"skeleton": {
|
|
249
426
|
"name": "Skeleton",
|
|
250
427
|
"type": "feedback",
|
|
251
428
|
"description": "Skeleton loading placeholder component",
|
|
252
|
-
"files": [
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"
|
|
429
|
+
"files": [
|
|
430
|
+
"skeleton/skeleton.dart"
|
|
431
|
+
],
|
|
432
|
+
"dependencies": [],
|
|
433
|
+
"peerDependencies": [
|
|
434
|
+
"flutter"
|
|
435
|
+
],
|
|
436
|
+
"exports": [
|
|
437
|
+
"GalaxySkeleton"
|
|
438
|
+
]
|
|
256
439
|
},
|
|
257
440
|
"slider": {
|
|
258
441
|
"name": "Slider",
|
|
259
442
|
"type": "form",
|
|
260
443
|
"description": "Slider component for selecting a value from a range",
|
|
261
|
-
"files": [
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
"
|
|
444
|
+
"files": [
|
|
445
|
+
"slider/slider.dart"
|
|
446
|
+
],
|
|
447
|
+
"dependencies": [],
|
|
448
|
+
"peerDependencies": [
|
|
449
|
+
"flutter"
|
|
450
|
+
],
|
|
451
|
+
"exports": [
|
|
452
|
+
"GalaxySlider"
|
|
453
|
+
]
|
|
265
454
|
},
|
|
266
455
|
"switch": {
|
|
267
456
|
"name": "Switch",
|
|
268
457
|
"type": "form",
|
|
269
458
|
"description": "Toggle switch component for boolean input",
|
|
270
|
-
"files": [
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
"
|
|
459
|
+
"files": [
|
|
460
|
+
"switch/switch.dart"
|
|
461
|
+
],
|
|
462
|
+
"dependencies": [],
|
|
463
|
+
"peerDependencies": [
|
|
464
|
+
"flutter"
|
|
465
|
+
],
|
|
466
|
+
"exports": [
|
|
467
|
+
"GalaxySwitch"
|
|
468
|
+
]
|
|
274
469
|
},
|
|
275
470
|
"table": {
|
|
276
471
|
"name": "Table",
|
|
277
472
|
"type": "data-display",
|
|
278
473
|
"description": "Table component for displaying structured data",
|
|
279
|
-
"files": [
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
"
|
|
474
|
+
"files": [
|
|
475
|
+
"table/table.dart"
|
|
476
|
+
],
|
|
477
|
+
"dependencies": [],
|
|
478
|
+
"peerDependencies": [
|
|
479
|
+
"flutter"
|
|
480
|
+
],
|
|
481
|
+
"exports": [
|
|
482
|
+
"GalaxyTable",
|
|
483
|
+
"GalaxyTableRow",
|
|
484
|
+
"GalaxyTableCell"
|
|
485
|
+
]
|
|
283
486
|
},
|
|
284
487
|
"tabs": {
|
|
285
488
|
"name": "Tabs",
|
|
286
489
|
"type": "navigation",
|
|
287
490
|
"description": "Tabs component for organizing content into sections",
|
|
288
|
-
"files": [
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
"
|
|
491
|
+
"files": [
|
|
492
|
+
"tabs/tabs.dart"
|
|
493
|
+
],
|
|
494
|
+
"dependencies": [],
|
|
495
|
+
"peerDependencies": [
|
|
496
|
+
"flutter"
|
|
497
|
+
],
|
|
498
|
+
"exports": [
|
|
499
|
+
"GalaxyTabs",
|
|
500
|
+
"GalaxyTab"
|
|
501
|
+
]
|
|
292
502
|
},
|
|
293
503
|
"textarea": {
|
|
294
504
|
"name": "Textarea",
|
|
295
505
|
"type": "form",
|
|
296
506
|
"description": "Multi-line text input component",
|
|
297
|
-
"files": [
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
"
|
|
507
|
+
"files": [
|
|
508
|
+
"textarea/textarea.dart"
|
|
509
|
+
],
|
|
510
|
+
"dependencies": [],
|
|
511
|
+
"peerDependencies": [
|
|
512
|
+
"flutter"
|
|
513
|
+
],
|
|
514
|
+
"exports": [
|
|
515
|
+
"GalaxyTextarea"
|
|
516
|
+
]
|
|
301
517
|
},
|
|
302
518
|
"toggle": {
|
|
303
519
|
"name": "Toggle",
|
|
304
520
|
"type": "form",
|
|
305
521
|
"description": "Toggle button for binary state changes",
|
|
306
|
-
"files": [
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
"
|
|
522
|
+
"files": [
|
|
523
|
+
"toggle/toggle.dart"
|
|
524
|
+
],
|
|
525
|
+
"dependencies": [],
|
|
526
|
+
"peerDependencies": [
|
|
527
|
+
"flutter"
|
|
528
|
+
],
|
|
529
|
+
"exports": [
|
|
530
|
+
"GalaxyToggle"
|
|
531
|
+
]
|
|
310
532
|
},
|
|
311
533
|
"toggle-group": {
|
|
312
534
|
"name": "Toggle Group",
|
|
313
535
|
"type": "form",
|
|
314
536
|
"description": "Group of toggle buttons for single or multiple selection",
|
|
315
|
-
"files": [
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
"
|
|
537
|
+
"files": [
|
|
538
|
+
"toggle-group/toggle_group.dart"
|
|
539
|
+
],
|
|
540
|
+
"dependencies": [],
|
|
541
|
+
"peerDependencies": [
|
|
542
|
+
"flutter"
|
|
543
|
+
],
|
|
544
|
+
"exports": [
|
|
545
|
+
"GalaxyToggleGroup"
|
|
546
|
+
]
|
|
319
547
|
},
|
|
320
548
|
"tooltip": {
|
|
321
549
|
"name": "Tooltip",
|
|
322
550
|
"type": "overlay",
|
|
323
551
|
"description": "Tooltip component for displaying helpful information on press",
|
|
324
|
-
"files": [
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
"
|
|
552
|
+
"files": [
|
|
553
|
+
"tooltip/tooltip.dart"
|
|
554
|
+
],
|
|
555
|
+
"dependencies": [],
|
|
556
|
+
"peerDependencies": [
|
|
557
|
+
"flutter"
|
|
558
|
+
],
|
|
559
|
+
"exports": [
|
|
560
|
+
"GalaxyTooltip"
|
|
561
|
+
]
|
|
328
562
|
},
|
|
329
563
|
"typography": {
|
|
330
564
|
"name": "Typography",
|
|
331
565
|
"type": "data-display",
|
|
332
566
|
"description": "Typography component with 11 text variants (h1-h4, p, lead, large, small, muted, blockquote, code)",
|
|
333
|
-
"files": [
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
"
|
|
567
|
+
"files": [
|
|
568
|
+
"typography/typography.dart"
|
|
569
|
+
],
|
|
570
|
+
"dependencies": [],
|
|
571
|
+
"peerDependencies": [
|
|
572
|
+
"flutter"
|
|
573
|
+
],
|
|
574
|
+
"exports": [
|
|
575
|
+
"GalaxyTypography"
|
|
576
|
+
]
|
|
337
577
|
},
|
|
338
578
|
"line-chart": {
|
|
339
579
|
"name": "LineChart",
|
|
340
580
|
"type": "chart",
|
|
341
581
|
"description": "Display data as a responsive line chart with smooth curves and customizable styling",
|
|
342
|
-
"files": [
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
582
|
+
"files": [
|
|
583
|
+
"line_chart.dart",
|
|
584
|
+
"types.dart",
|
|
585
|
+
"utils.dart",
|
|
586
|
+
"index.dart"
|
|
587
|
+
],
|
|
588
|
+
"dependencies": [
|
|
589
|
+
"fl_chart: ^0.68.0"
|
|
590
|
+
],
|
|
591
|
+
"peerDependencies": [
|
|
592
|
+
"flutter"
|
|
593
|
+
],
|
|
594
|
+
"exports": [
|
|
595
|
+
"GalaxyLineChart"
|
|
596
|
+
]
|
|
346
597
|
},
|
|
347
598
|
"bar-chart": {
|
|
348
599
|
"name": "BarChart",
|
|
349
600
|
"type": "chart",
|
|
350
601
|
"description": "Display data as vertical or horizontal bars with support for stacked and grouped layouts",
|
|
351
|
-
"files": [
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
602
|
+
"files": [
|
|
603
|
+
"bar_chart.dart",
|
|
604
|
+
"types.dart",
|
|
605
|
+
"utils.dart",
|
|
606
|
+
"index.dart"
|
|
607
|
+
],
|
|
608
|
+
"dependencies": [
|
|
609
|
+
"fl_chart: ^0.68.0"
|
|
610
|
+
],
|
|
611
|
+
"peerDependencies": [
|
|
612
|
+
"flutter"
|
|
613
|
+
],
|
|
614
|
+
"exports": [
|
|
615
|
+
"GalaxyBarChart"
|
|
616
|
+
]
|
|
355
617
|
},
|
|
356
618
|
"pie-chart": {
|
|
357
619
|
"name": "PieChart",
|
|
358
620
|
"type": "chart",
|
|
359
621
|
"description": "Display proportional data as a pie or donut chart with customizable labels and legend",
|
|
360
|
-
"files": [
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
622
|
+
"files": [
|
|
623
|
+
"pie_chart.dart",
|
|
624
|
+
"types.dart",
|
|
625
|
+
"utils.dart",
|
|
626
|
+
"index.dart"
|
|
627
|
+
],
|
|
628
|
+
"dependencies": [
|
|
629
|
+
"fl_chart: ^0.68.0"
|
|
630
|
+
],
|
|
631
|
+
"peerDependencies": [
|
|
632
|
+
"flutter"
|
|
633
|
+
],
|
|
634
|
+
"exports": [
|
|
635
|
+
"GalaxyPieChart"
|
|
636
|
+
]
|
|
364
637
|
},
|
|
365
638
|
"area-chart": {
|
|
366
639
|
"name": "AreaChart",
|
|
367
640
|
"type": "chart",
|
|
368
641
|
"description": "Visualize cumulative totals over time with filled areas and gradient support",
|
|
369
|
-
"files": [
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
642
|
+
"files": [
|
|
643
|
+
"area_chart.dart",
|
|
644
|
+
"types.dart",
|
|
645
|
+
"utils.dart",
|
|
646
|
+
"index.dart"
|
|
647
|
+
],
|
|
648
|
+
"dependencies": [
|
|
649
|
+
"fl_chart: ^0.68.0"
|
|
650
|
+
],
|
|
651
|
+
"peerDependencies": [
|
|
652
|
+
"flutter"
|
|
653
|
+
],
|
|
654
|
+
"exports": [
|
|
655
|
+
"GalaxyAreaChart"
|
|
656
|
+
]
|
|
373
657
|
},
|
|
374
658
|
"radar-chart": {
|
|
375
659
|
"name": "RadarChart",
|
|
376
660
|
"type": "chart",
|
|
377
661
|
"description": "Display multi-dimensional data comparison on a radial grid",
|
|
378
|
-
"files": [
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
662
|
+
"files": [
|
|
663
|
+
"radar_chart.dart",
|
|
664
|
+
"types.dart",
|
|
665
|
+
"utils.dart",
|
|
666
|
+
"index.dart"
|
|
667
|
+
],
|
|
668
|
+
"dependencies": [
|
|
669
|
+
"fl_chart: ^0.68.0"
|
|
670
|
+
],
|
|
671
|
+
"peerDependencies": [
|
|
672
|
+
"flutter"
|
|
673
|
+
],
|
|
674
|
+
"exports": [
|
|
675
|
+
"GalaxyRadarChart"
|
|
676
|
+
]
|
|
382
677
|
},
|
|
383
678
|
"scatter-chart": {
|
|
384
679
|
"name": "ScatterChart",
|
|
385
680
|
"type": "chart",
|
|
386
681
|
"description": "Display distribution and correlation analysis with scatter plots",
|
|
387
|
-
"files": [
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
682
|
+
"files": [
|
|
683
|
+
"scatter_chart.dart",
|
|
684
|
+
"types.dart",
|
|
685
|
+
"utils.dart",
|
|
686
|
+
"index.dart"
|
|
687
|
+
],
|
|
688
|
+
"dependencies": [
|
|
689
|
+
"fl_chart: ^0.68.0"
|
|
690
|
+
],
|
|
691
|
+
"peerDependencies": [
|
|
692
|
+
"flutter"
|
|
693
|
+
],
|
|
694
|
+
"exports": [
|
|
695
|
+
"GalaxyScatterChart"
|
|
696
|
+
]
|
|
391
697
|
},
|
|
392
698
|
"mixed-chart": {
|
|
393
699
|
"name": "MixedChart",
|
|
394
700
|
"type": "chart",
|
|
395
701
|
"description": "Combine multiple chart types (line, bar, area) in a single visualization",
|
|
396
|
-
"files": [
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
702
|
+
"files": [
|
|
703
|
+
"mixed_chart.dart",
|
|
704
|
+
"types.dart",
|
|
705
|
+
"utils.dart",
|
|
706
|
+
"index.dart"
|
|
707
|
+
],
|
|
708
|
+
"dependencies": [
|
|
709
|
+
"fl_chart: ^0.68.0"
|
|
710
|
+
],
|
|
711
|
+
"peerDependencies": [
|
|
712
|
+
"flutter"
|
|
713
|
+
],
|
|
714
|
+
"exports": [
|
|
715
|
+
"GalaxyMixedChart"
|
|
716
|
+
]
|
|
717
|
+
},
|
|
718
|
+
"donut-chart": {
|
|
719
|
+
"name": "DonutChart",
|
|
720
|
+
"type": "chart",
|
|
721
|
+
"description": "Display data as a donut chart",
|
|
722
|
+
"files": [
|
|
723
|
+
"donut_chart.dart",
|
|
724
|
+
"types.dart",
|
|
725
|
+
"utils.dart",
|
|
726
|
+
"index.dart"
|
|
727
|
+
],
|
|
728
|
+
"dependencies": [
|
|
729
|
+
"fl_chart"
|
|
730
|
+
],
|
|
731
|
+
"devDependencies": [],
|
|
732
|
+
"registryDependencies": [],
|
|
733
|
+
"category": "charts"
|
|
734
|
+
},
|
|
735
|
+
"gauge-chart": {
|
|
736
|
+
"name": "GaugeChart",
|
|
737
|
+
"type": "chart",
|
|
738
|
+
"description": "Display data as a gauge chart",
|
|
739
|
+
"files": [
|
|
740
|
+
"gauge_chart.dart",
|
|
741
|
+
"types.dart",
|
|
742
|
+
"utils.dart",
|
|
743
|
+
"index.dart"
|
|
744
|
+
],
|
|
745
|
+
"dependencies": [
|
|
746
|
+
"fl_chart"
|
|
747
|
+
],
|
|
748
|
+
"devDependencies": [],
|
|
749
|
+
"registryDependencies": [],
|
|
750
|
+
"category": "charts"
|
|
400
751
|
}
|
|
401
752
|
},
|
|
402
753
|
"groups": {
|
|
@@ -488,4 +839,4 @@
|
|
|
488
839
|
]
|
|
489
840
|
}
|
|
490
841
|
}
|
|
491
|
-
}
|
|
842
|
+
}
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"type": "layout",
|
|
8
8
|
"description": "Collapsible accordion component for expandable content sections",
|
|
9
9
|
"files": [
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"Accordion.tsx",
|
|
11
|
+
"index.ts"
|
|
12
12
|
],
|
|
13
13
|
"dependencies": [],
|
|
14
14
|
"peerDependencies": [
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"type": "feedback",
|
|
28
28
|
"description": "Alert component for displaying important messages with variants",
|
|
29
29
|
"files": [
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"Alert.tsx",
|
|
31
|
+
"index.ts"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": [],
|
|
34
34
|
"peerDependencies": [
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"type": "overlay",
|
|
47
47
|
"description": "Modal alert dialog for important confirmations and decisions",
|
|
48
48
|
"files": [
|
|
49
|
-
"
|
|
50
|
-
"
|
|
49
|
+
"AlertDialog.tsx",
|
|
50
|
+
"index.ts"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": [],
|
|
53
53
|
"peerDependencies": [
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"type": "layout",
|
|
71
71
|
"description": "Container that maintains a specific aspect ratio for its content",
|
|
72
72
|
"files": [
|
|
73
|
-
"
|
|
74
|
-
"
|
|
73
|
+
"AspectRatio.tsx",
|
|
74
|
+
"index.ts"
|
|
75
75
|
],
|
|
76
76
|
"dependencies": [],
|
|
77
77
|
"peerDependencies": [
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"type": "data-display",
|
|
88
88
|
"description": "Avatar component for displaying user profile images with fallback",
|
|
89
89
|
"files": [
|
|
90
|
-
"
|
|
91
|
-
"
|
|
90
|
+
"Avatar.tsx",
|
|
91
|
+
"index.ts"
|
|
92
92
|
],
|
|
93
93
|
"dependencies": [],
|
|
94
94
|
"peerDependencies": [
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
"type": "data-display",
|
|
108
108
|
"description": "Badge component for status indicators, counts, and labels",
|
|
109
109
|
"files": [
|
|
110
|
-
"
|
|
111
|
-
"
|
|
110
|
+
"Badge.tsx",
|
|
111
|
+
"index.ts"
|
|
112
112
|
],
|
|
113
113
|
"dependencies": [],
|
|
114
114
|
"peerDependencies": [
|
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
"type": "form",
|
|
125
125
|
"description": "Button component with multiple variants, sizes, and states",
|
|
126
126
|
"files": [
|
|
127
|
-
"
|
|
128
|
-
"
|
|
127
|
+
"Button.tsx",
|
|
128
|
+
"index.ts"
|
|
129
129
|
],
|
|
130
130
|
"dependencies": [],
|
|
131
131
|
"peerDependencies": [
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"type": "layout",
|
|
142
142
|
"description": "Card container with header, content, and footer sections",
|
|
143
143
|
"files": [
|
|
144
|
-
"
|
|
145
|
-
"
|
|
144
|
+
"Card.tsx",
|
|
145
|
+
"index.ts"
|
|
146
146
|
],
|
|
147
147
|
"dependencies": [],
|
|
148
148
|
"peerDependencies": [
|
|
@@ -163,8 +163,8 @@
|
|
|
163
163
|
"type": "form",
|
|
164
164
|
"description": "Checkbox input with label and indeterminate state support",
|
|
165
165
|
"files": [
|
|
166
|
-
"
|
|
167
|
-
"
|
|
166
|
+
"Checkbox.tsx",
|
|
167
|
+
"index.ts"
|
|
168
168
|
],
|
|
169
169
|
"dependencies": [],
|
|
170
170
|
"peerDependencies": [
|
|
@@ -180,8 +180,8 @@
|
|
|
180
180
|
"type": "layout",
|
|
181
181
|
"description": "Collapsible container for showing and hiding content",
|
|
182
182
|
"files": [
|
|
183
|
-
"
|
|
184
|
-
"
|
|
183
|
+
"Collapsible.tsx",
|
|
184
|
+
"index.ts"
|
|
185
185
|
],
|
|
186
186
|
"dependencies": [],
|
|
187
187
|
"peerDependencies": [
|
|
@@ -199,8 +199,8 @@
|
|
|
199
199
|
"type": "overlay",
|
|
200
200
|
"description": "Context menu triggered by long press gesture",
|
|
201
201
|
"files": [
|
|
202
|
-
"
|
|
203
|
-
"
|
|
202
|
+
"ContextMenu.tsx",
|
|
203
|
+
"index.ts"
|
|
204
204
|
],
|
|
205
205
|
"dependencies": [],
|
|
206
206
|
"peerDependencies": [
|
|
@@ -220,8 +220,8 @@
|
|
|
220
220
|
"type": "form",
|
|
221
221
|
"description": "Date picker with single date and date range selection",
|
|
222
222
|
"files": [
|
|
223
|
-
"
|
|
224
|
-
"
|
|
223
|
+
"DatePicker.tsx",
|
|
224
|
+
"index.ts"
|
|
225
225
|
],
|
|
226
226
|
"dependencies": [],
|
|
227
227
|
"peerDependencies": [
|
|
@@ -239,8 +239,8 @@
|
|
|
239
239
|
"type": "overlay",
|
|
240
240
|
"description": "Modal dialog for displaying content over the main interface",
|
|
241
241
|
"files": [
|
|
242
|
-
"
|
|
243
|
-
"
|
|
242
|
+
"Dialog.tsx",
|
|
243
|
+
"index.ts"
|
|
244
244
|
],
|
|
245
245
|
"dependencies": [],
|
|
246
246
|
"peerDependencies": [
|
|
@@ -261,8 +261,8 @@
|
|
|
261
261
|
"type": "overlay",
|
|
262
262
|
"description": "Dropdown menu for displaying a list of actions or options",
|
|
263
263
|
"files": [
|
|
264
|
-
"
|
|
265
|
-
"
|
|
264
|
+
"DropdownMenu.tsx",
|
|
265
|
+
"index.ts"
|
|
266
266
|
],
|
|
267
267
|
"dependencies": [],
|
|
268
268
|
"peerDependencies": [
|
|
@@ -283,8 +283,8 @@
|
|
|
283
283
|
"type": "data-display",
|
|
284
284
|
"description": "Empty state component with presets for no data, errors, and offline states",
|
|
285
285
|
"files": [
|
|
286
|
-
"
|
|
287
|
-
"
|
|
286
|
+
"Empty.tsx",
|
|
287
|
+
"index.ts"
|
|
288
288
|
],
|
|
289
289
|
"dependencies": [],
|
|
290
290
|
"peerDependencies": [
|
|
@@ -300,8 +300,8 @@
|
|
|
300
300
|
"type": "overlay",
|
|
301
301
|
"description": "Hover card for displaying additional information on press",
|
|
302
302
|
"files": [
|
|
303
|
-
"
|
|
304
|
-
"
|
|
303
|
+
"HoverCard.tsx",
|
|
304
|
+
"index.ts"
|
|
305
305
|
],
|
|
306
306
|
"dependencies": [],
|
|
307
307
|
"peerDependencies": [
|
|
@@ -319,8 +319,8 @@
|
|
|
319
319
|
"type": "form",
|
|
320
320
|
"description": "Text input component with label, placeholder, and error states",
|
|
321
321
|
"files": [
|
|
322
|
-
"
|
|
323
|
-
"
|
|
322
|
+
"Input.tsx",
|
|
323
|
+
"index.ts"
|
|
324
324
|
],
|
|
325
325
|
"dependencies": [],
|
|
326
326
|
"peerDependencies": [
|
|
@@ -336,8 +336,8 @@
|
|
|
336
336
|
"type": "form",
|
|
337
337
|
"description": "Label component for form inputs",
|
|
338
338
|
"files": [
|
|
339
|
-
"
|
|
340
|
-
"
|
|
339
|
+
"Label.tsx",
|
|
340
|
+
"index.ts"
|
|
341
341
|
],
|
|
342
342
|
"dependencies": [],
|
|
343
343
|
"peerDependencies": [
|
|
@@ -353,8 +353,8 @@
|
|
|
353
353
|
"type": "navigation",
|
|
354
354
|
"description": "Menubar component for horizontal navigation menus",
|
|
355
355
|
"files": [
|
|
356
|
-
"
|
|
357
|
-
"
|
|
356
|
+
"Menubar.tsx",
|
|
357
|
+
"index.ts"
|
|
358
358
|
],
|
|
359
359
|
"dependencies": [],
|
|
360
360
|
"peerDependencies": [
|
|
@@ -375,8 +375,8 @@
|
|
|
375
375
|
"type": "navigation",
|
|
376
376
|
"description": "Navigation menu with bottom tab and drawer variants",
|
|
377
377
|
"files": [
|
|
378
|
-
"
|
|
379
|
-
"
|
|
378
|
+
"NavigationMenu.tsx",
|
|
379
|
+
"index.ts"
|
|
380
380
|
],
|
|
381
381
|
"dependencies": [],
|
|
382
382
|
"peerDependencies": [
|
|
@@ -394,8 +394,8 @@
|
|
|
394
394
|
"type": "navigation",
|
|
395
395
|
"description": "Pagination component with compact, full, and load more variants",
|
|
396
396
|
"files": [
|
|
397
|
-
"
|
|
398
|
-
"
|
|
397
|
+
"Pagination.tsx",
|
|
398
|
+
"index.ts"
|
|
399
399
|
],
|
|
400
400
|
"dependencies": [],
|
|
401
401
|
"peerDependencies": [
|
|
@@ -411,8 +411,8 @@
|
|
|
411
411
|
"type": "overlay",
|
|
412
412
|
"description": "Popover component for displaying floating content",
|
|
413
413
|
"files": [
|
|
414
|
-
"
|
|
415
|
-
"
|
|
414
|
+
"Popover.tsx",
|
|
415
|
+
"index.ts"
|
|
416
416
|
],
|
|
417
417
|
"dependencies": [],
|
|
418
418
|
"peerDependencies": [
|
|
@@ -430,8 +430,8 @@
|
|
|
430
430
|
"type": "feedback",
|
|
431
431
|
"description": "Progress bar component for showing task completion",
|
|
432
432
|
"files": [
|
|
433
|
-
"
|
|
434
|
-
"
|
|
433
|
+
"Progress.tsx",
|
|
434
|
+
"index.ts"
|
|
435
435
|
],
|
|
436
436
|
"dependencies": [],
|
|
437
437
|
"peerDependencies": [
|
|
@@ -447,8 +447,8 @@
|
|
|
447
447
|
"type": "form",
|
|
448
448
|
"description": "Radio button group for single selection from multiple options",
|
|
449
449
|
"files": [
|
|
450
|
-
"
|
|
451
|
-
"
|
|
450
|
+
"RadioGroup.tsx",
|
|
451
|
+
"index.ts"
|
|
452
452
|
],
|
|
453
453
|
"dependencies": [],
|
|
454
454
|
"peerDependencies": [
|
|
@@ -465,8 +465,8 @@
|
|
|
465
465
|
"type": "form",
|
|
466
466
|
"description": "Select dropdown component for choosing from a list of options",
|
|
467
467
|
"files": [
|
|
468
|
-
"
|
|
469
|
-
"
|
|
468
|
+
"Select.tsx",
|
|
469
|
+
"index.ts"
|
|
470
470
|
],
|
|
471
471
|
"dependencies": [],
|
|
472
472
|
"peerDependencies": [
|
|
@@ -486,8 +486,8 @@
|
|
|
486
486
|
"type": "layout",
|
|
487
487
|
"description": "Visual separator line for dividing content",
|
|
488
488
|
"files": [
|
|
489
|
-
"
|
|
490
|
-
"
|
|
489
|
+
"Separator.tsx",
|
|
490
|
+
"index.ts"
|
|
491
491
|
],
|
|
492
492
|
"dependencies": [],
|
|
493
493
|
"peerDependencies": [
|
|
@@ -503,8 +503,8 @@
|
|
|
503
503
|
"type": "overlay",
|
|
504
504
|
"description": "Bottom sheet and side sheet component with header and footer",
|
|
505
505
|
"files": [
|
|
506
|
-
"
|
|
507
|
-
"
|
|
506
|
+
"Sheet.tsx",
|
|
507
|
+
"index.ts"
|
|
508
508
|
],
|
|
509
509
|
"dependencies": [],
|
|
510
510
|
"peerDependencies": [
|
|
@@ -525,8 +525,8 @@
|
|
|
525
525
|
"type": "feedback",
|
|
526
526
|
"description": "Skeleton loading placeholder component",
|
|
527
527
|
"files": [
|
|
528
|
-
"
|
|
529
|
-
"
|
|
528
|
+
"Skeleton.tsx",
|
|
529
|
+
"index.ts"
|
|
530
530
|
],
|
|
531
531
|
"dependencies": [],
|
|
532
532
|
"peerDependencies": [
|
|
@@ -542,8 +542,8 @@
|
|
|
542
542
|
"type": "form",
|
|
543
543
|
"description": "Slider component for selecting a value from a range",
|
|
544
544
|
"files": [
|
|
545
|
-
"
|
|
546
|
-
"
|
|
545
|
+
"Slider.tsx",
|
|
546
|
+
"index.ts"
|
|
547
547
|
],
|
|
548
548
|
"dependencies": [],
|
|
549
549
|
"peerDependencies": [
|
|
@@ -559,8 +559,8 @@
|
|
|
559
559
|
"type": "form",
|
|
560
560
|
"description": "Toggle switch component for boolean input",
|
|
561
561
|
"files": [
|
|
562
|
-
"
|
|
563
|
-
"
|
|
562
|
+
"Switch.tsx",
|
|
563
|
+
"index.ts"
|
|
564
564
|
],
|
|
565
565
|
"dependencies": [],
|
|
566
566
|
"peerDependencies": [
|
|
@@ -576,8 +576,8 @@
|
|
|
576
576
|
"type": "data-display",
|
|
577
577
|
"description": "Table component for displaying structured data",
|
|
578
578
|
"files": [
|
|
579
|
-
"
|
|
580
|
-
"
|
|
579
|
+
"Table.tsx",
|
|
580
|
+
"index.ts"
|
|
581
581
|
],
|
|
582
582
|
"dependencies": [],
|
|
583
583
|
"peerDependencies": [
|
|
@@ -598,8 +598,8 @@
|
|
|
598
598
|
"type": "navigation",
|
|
599
599
|
"description": "Tabs component for organizing content into sections",
|
|
600
600
|
"files": [
|
|
601
|
-
"
|
|
602
|
-
"
|
|
601
|
+
"Tabs.tsx",
|
|
602
|
+
"index.ts"
|
|
603
603
|
],
|
|
604
604
|
"dependencies": [],
|
|
605
605
|
"peerDependencies": [
|
|
@@ -618,8 +618,8 @@
|
|
|
618
618
|
"type": "form",
|
|
619
619
|
"description": "Multi-line text input component",
|
|
620
620
|
"files": [
|
|
621
|
-
"
|
|
622
|
-
"
|
|
621
|
+
"Textarea.tsx",
|
|
622
|
+
"index.ts"
|
|
623
623
|
],
|
|
624
624
|
"dependencies": [],
|
|
625
625
|
"peerDependencies": [
|
|
@@ -635,8 +635,8 @@
|
|
|
635
635
|
"type": "form",
|
|
636
636
|
"description": "Toggle button for binary state changes",
|
|
637
637
|
"files": [
|
|
638
|
-
"
|
|
639
|
-
"
|
|
638
|
+
"Toggle.tsx",
|
|
639
|
+
"index.ts"
|
|
640
640
|
],
|
|
641
641
|
"dependencies": [],
|
|
642
642
|
"peerDependencies": [
|
|
@@ -652,8 +652,8 @@
|
|
|
652
652
|
"type": "form",
|
|
653
653
|
"description": "Group of toggle buttons for single or multiple selection",
|
|
654
654
|
"files": [
|
|
655
|
-
"
|
|
656
|
-
"
|
|
655
|
+
"ToggleGroup.tsx",
|
|
656
|
+
"index.ts"
|
|
657
657
|
],
|
|
658
658
|
"dependencies": [],
|
|
659
659
|
"peerDependencies": [
|
|
@@ -670,8 +670,8 @@
|
|
|
670
670
|
"type": "overlay",
|
|
671
671
|
"description": "Tooltip component for displaying helpful information on press",
|
|
672
672
|
"files": [
|
|
673
|
-
"
|
|
674
|
-
"
|
|
673
|
+
"Tooltip.tsx",
|
|
674
|
+
"index.ts"
|
|
675
675
|
],
|
|
676
676
|
"dependencies": [],
|
|
677
677
|
"peerDependencies": [
|
|
@@ -689,8 +689,8 @@
|
|
|
689
689
|
"type": "data-display",
|
|
690
690
|
"description": "Typography component with 11 text variants (h1-h4, p, lead, large, small, muted, blockquote, code)",
|
|
691
691
|
"files": [
|
|
692
|
-
"
|
|
693
|
-
"
|
|
692
|
+
"Typography.tsx",
|
|
693
|
+
"index.ts"
|
|
694
694
|
],
|
|
695
695
|
"dependencies": [],
|
|
696
696
|
"peerDependencies": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "galaxy-design",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
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",
|