galaxy-design 0.2.15 → 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.
@@ -7,7 +7,7 @@
7
7
  "type": "layout",
8
8
  "description": "Collapsible accordion component for expandable content sections",
9
9
  "files": [
10
- "accordion/accordion.dart"
10
+ "accordion.dart"
11
11
  ],
12
12
  "dependencies": [],
13
13
  "peerDependencies": [
@@ -23,7 +23,7 @@
23
23
  "type": "feedback",
24
24
  "description": "Alert component for displaying important messages with variants",
25
25
  "files": [
26
- "alert/alert.dart"
26
+ "alert.dart"
27
27
  ],
28
28
  "dependencies": [],
29
29
  "peerDependencies": [
@@ -38,7 +38,7 @@
38
38
  "type": "overlay",
39
39
  "description": "Modal alert dialog for important confirmations and decisions",
40
40
  "files": [
41
- "alert-dialog/alert_dialog.dart"
41
+ "alert_dialog.dart"
42
42
  ],
43
43
  "dependencies": [],
44
44
  "peerDependencies": [
@@ -53,7 +53,7 @@
53
53
  "type": "layout",
54
54
  "description": "Container that maintains a specific aspect ratio for its content",
55
55
  "files": [
56
- "aspect-ratio/aspect_ratio.dart"
56
+ "aspect_ratio.dart"
57
57
  ],
58
58
  "dependencies": [],
59
59
  "peerDependencies": [
@@ -68,7 +68,7 @@
68
68
  "type": "data-display",
69
69
  "description": "Avatar component for displaying user profile images with fallback",
70
70
  "files": [
71
- "avatar/avatar.dart"
71
+ "avatar.dart"
72
72
  ],
73
73
  "dependencies": [],
74
74
  "peerDependencies": [
@@ -84,7 +84,7 @@
84
84
  "type": "data-display",
85
85
  "description": "Badge component for status indicators, counts, and labels",
86
86
  "files": [
87
- "badge/badge.dart"
87
+ "badge.dart"
88
88
  ],
89
89
  "dependencies": [],
90
90
  "peerDependencies": [
@@ -100,7 +100,7 @@
100
100
  "type": "form",
101
101
  "description": "Button component with multiple variants, sizes, and states",
102
102
  "files": [
103
- "button/button.dart"
103
+ "button.dart"
104
104
  ],
105
105
  "dependencies": [],
106
106
  "peerDependencies": [
@@ -115,7 +115,7 @@
115
115
  "type": "layout",
116
116
  "description": "Card container with header, content, and footer sections",
117
117
  "files": [
118
- "card/card.dart"
118
+ "card.dart"
119
119
  ],
120
120
  "dependencies": [],
121
121
  "peerDependencies": [
@@ -133,7 +133,7 @@
133
133
  "type": "form",
134
134
  "description": "Checkbox input with label and indeterminate state support",
135
135
  "files": [
136
- "checkbox/checkbox.dart"
136
+ "checkbox.dart"
137
137
  ],
138
138
  "dependencies": [],
139
139
  "peerDependencies": [
@@ -148,7 +148,7 @@
148
148
  "type": "layout",
149
149
  "description": "Collapsible container for showing and hiding content",
150
150
  "files": [
151
- "collapsible/collapsible.dart"
151
+ "collapsible.dart"
152
152
  ],
153
153
  "dependencies": [],
154
154
  "peerDependencies": [
@@ -163,7 +163,7 @@
163
163
  "type": "overlay",
164
164
  "description": "Context menu triggered by long press gesture",
165
165
  "files": [
166
- "context-menu/context_menu.dart"
166
+ "context_menu.dart"
167
167
  ],
168
168
  "dependencies": [],
169
169
  "peerDependencies": [
@@ -179,7 +179,7 @@
179
179
  "type": "form",
180
180
  "description": "Date picker with single date and date range selection",
181
181
  "files": [
182
- "date-picker/date_picker.dart"
182
+ "date_picker.dart"
183
183
  ],
184
184
  "dependencies": [],
185
185
  "peerDependencies": [
@@ -196,7 +196,7 @@
196
196
  "type": "overlay",
197
197
  "description": "Modal dialog for displaying content over the main interface",
198
198
  "files": [
199
- "dialog/dialog.dart"
199
+ "dialog.dart"
200
200
  ],
201
201
  "dependencies": [],
202
202
  "peerDependencies": [
@@ -211,7 +211,7 @@
211
211
  "type": "overlay",
212
212
  "description": "Dropdown menu for displaying a list of actions or options",
213
213
  "files": [
214
- "dropdown-menu/dropdown_menu.dart"
214
+ "dropdown_menu.dart"
215
215
  ],
216
216
  "dependencies": [],
217
217
  "peerDependencies": [
@@ -227,7 +227,7 @@
227
227
  "type": "data-display",
228
228
  "description": "Empty state component with presets for no data, errors, and offline states",
229
229
  "files": [
230
- "empty/empty.dart"
230
+ "empty.dart"
231
231
  ],
232
232
  "dependencies": [],
233
233
  "peerDependencies": [
@@ -242,7 +242,7 @@
242
242
  "type": "overlay",
243
243
  "description": "Hover card for displaying additional information on press",
244
244
  "files": [
245
- "hover-card/hover_card.dart"
245
+ "hover_card.dart"
246
246
  ],
247
247
  "dependencies": [],
248
248
  "peerDependencies": [
@@ -257,7 +257,7 @@
257
257
  "type": "form",
258
258
  "description": "Text input component with label, placeholder, and error states",
259
259
  "files": [
260
- "input/input.dart"
260
+ "input.dart"
261
261
  ],
262
262
  "dependencies": [],
263
263
  "peerDependencies": [
@@ -272,7 +272,7 @@
272
272
  "type": "form",
273
273
  "description": "Label component for form inputs",
274
274
  "files": [
275
- "label/label.dart"
275
+ "label.dart"
276
276
  ],
277
277
  "dependencies": [],
278
278
  "peerDependencies": [
@@ -287,7 +287,7 @@
287
287
  "type": "navigation",
288
288
  "description": "Menubar component for horizontal navigation menus",
289
289
  "files": [
290
- "menubar/menubar.dart"
290
+ "menubar.dart"
291
291
  ],
292
292
  "dependencies": [],
293
293
  "peerDependencies": [
@@ -303,7 +303,7 @@
303
303
  "type": "navigation",
304
304
  "description": "Navigation menu with bottom tab and drawer variants",
305
305
  "files": [
306
- "navigation-menu/navigation_menu.dart"
306
+ "navigation_menu.dart"
307
307
  ],
308
308
  "dependencies": [],
309
309
  "peerDependencies": [
@@ -319,7 +319,7 @@
319
319
  "type": "navigation",
320
320
  "description": "Pagination component with compact, full, and load more variants",
321
321
  "files": [
322
- "pagination/pagination.dart"
322
+ "pagination.dart"
323
323
  ],
324
324
  "dependencies": [],
325
325
  "peerDependencies": [
@@ -334,7 +334,7 @@
334
334
  "type": "overlay",
335
335
  "description": "Popover component for displaying floating content",
336
336
  "files": [
337
- "popover/popover.dart"
337
+ "popover.dart"
338
338
  ],
339
339
  "dependencies": [],
340
340
  "peerDependencies": [
@@ -349,7 +349,7 @@
349
349
  "type": "feedback",
350
350
  "description": "Progress bar and circular progress component",
351
351
  "files": [
352
- "progress/progress.dart"
352
+ "progress.dart"
353
353
  ],
354
354
  "dependencies": [],
355
355
  "peerDependencies": [
@@ -364,7 +364,7 @@
364
364
  "type": "form",
365
365
  "description": "Radio button group for single selection from multiple options",
366
366
  "files": [
367
- "radio-group/radio_group.dart"
367
+ "radio_group.dart"
368
368
  ],
369
369
  "dependencies": [],
370
370
  "peerDependencies": [
@@ -380,7 +380,7 @@
380
380
  "type": "form",
381
381
  "description": "Select dropdown component for choosing from a list of options",
382
382
  "files": [
383
- "select/select.dart"
383
+ "select.dart"
384
384
  ],
385
385
  "dependencies": [],
386
386
  "peerDependencies": [
@@ -396,7 +396,7 @@
396
396
  "type": "layout",
397
397
  "description": "Visual separator line for dividing content",
398
398
  "files": [
399
- "separator/separator.dart"
399
+ "separator.dart"
400
400
  ],
401
401
  "dependencies": [],
402
402
  "peerDependencies": [
@@ -411,7 +411,7 @@
411
411
  "type": "overlay",
412
412
  "description": "Bottom sheet and side sheet component with header and footer",
413
413
  "files": [
414
- "sheet/sheet.dart"
414
+ "sheet.dart"
415
415
  ],
416
416
  "dependencies": [],
417
417
  "peerDependencies": [
@@ -427,7 +427,7 @@
427
427
  "type": "feedback",
428
428
  "description": "Skeleton loading placeholder component",
429
429
  "files": [
430
- "skeleton/skeleton.dart"
430
+ "skeleton.dart"
431
431
  ],
432
432
  "dependencies": [],
433
433
  "peerDependencies": [
@@ -442,7 +442,7 @@
442
442
  "type": "form",
443
443
  "description": "Slider component for selecting a value from a range",
444
444
  "files": [
445
- "slider/slider.dart"
445
+ "slider.dart"
446
446
  ],
447
447
  "dependencies": [],
448
448
  "peerDependencies": [
@@ -457,7 +457,7 @@
457
457
  "type": "form",
458
458
  "description": "Toggle switch component for boolean input",
459
459
  "files": [
460
- "switch/switch.dart"
460
+ "switch.dart"
461
461
  ],
462
462
  "dependencies": [],
463
463
  "peerDependencies": [
@@ -472,7 +472,7 @@
472
472
  "type": "data-display",
473
473
  "description": "Table component for displaying structured data",
474
474
  "files": [
475
- "table/table.dart"
475
+ "table.dart"
476
476
  ],
477
477
  "dependencies": [],
478
478
  "peerDependencies": [
@@ -489,7 +489,7 @@
489
489
  "type": "navigation",
490
490
  "description": "Tabs component for organizing content into sections",
491
491
  "files": [
492
- "tabs/tabs.dart"
492
+ "tabs.dart"
493
493
  ],
494
494
  "dependencies": [],
495
495
  "peerDependencies": [
@@ -505,7 +505,7 @@
505
505
  "type": "form",
506
506
  "description": "Multi-line text input component",
507
507
  "files": [
508
- "textarea/textarea.dart"
508
+ "textarea.dart"
509
509
  ],
510
510
  "dependencies": [],
511
511
  "peerDependencies": [
@@ -520,7 +520,7 @@
520
520
  "type": "form",
521
521
  "description": "Toggle button for binary state changes",
522
522
  "files": [
523
- "toggle/toggle.dart"
523
+ "toggle.dart"
524
524
  ],
525
525
  "dependencies": [],
526
526
  "peerDependencies": [
@@ -535,7 +535,7 @@
535
535
  "type": "form",
536
536
  "description": "Group of toggle buttons for single or multiple selection",
537
537
  "files": [
538
- "toggle-group/toggle_group.dart"
538
+ "toggle_group.dart"
539
539
  ],
540
540
  "dependencies": [],
541
541
  "peerDependencies": [
@@ -550,7 +550,7 @@
550
550
  "type": "overlay",
551
551
  "description": "Tooltip component for displaying helpful information on press",
552
552
  "files": [
553
- "tooltip/tooltip.dart"
553
+ "tooltip.dart"
554
554
  ],
555
555
  "dependencies": [],
556
556
  "peerDependencies": [
@@ -565,7 +565,7 @@
565
565
  "type": "data-display",
566
566
  "description": "Typography component with 11 text variants (h1-h4, p, lead, large, small, muted, blockquote, code)",
567
567
  "files": [
568
- "typography/typography.dart"
568
+ "typography.dart"
569
569
  ],
570
570
  "dependencies": [],
571
571
  "peerDependencies": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "galaxy-design",
3
- "version": "0.2.15",
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",