galaxy-design 0.2.14 → 0.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/registries/registry-flutter.json +528 -177
- package/package.json +1 -1
|
@@ -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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "galaxy-design",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
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",
|