galaxy-design 0.2.13 → 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.
@@ -7,8 +7,8 @@
7
7
  "type": "layout",
8
8
  "description": "Collapsible accordion component for expandable content sections",
9
9
  "files": [
10
- "accordion/Accordion.tsx",
11
- "accordion/index.ts"
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
- "alert/Alert.tsx",
31
- "alert/index.ts"
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
- "alert-dialog/AlertDialog.tsx",
50
- "alert-dialog/index.ts"
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
- "aspect-ratio/AspectRatio.tsx",
74
- "aspect-ratio/index.ts"
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
- "avatar/Avatar.tsx",
91
- "avatar/index.ts"
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
- "badge/Badge.tsx",
111
- "badge/index.ts"
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
- "button/Button.tsx",
128
- "button/index.ts"
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
- "card/Card.tsx",
145
- "card/index.ts"
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
- "checkbox/Checkbox.tsx",
167
- "checkbox/index.ts"
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
- "collapsible/Collapsible.tsx",
184
- "collapsible/index.ts"
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
- "context-menu/ContextMenu.tsx",
203
- "context-menu/index.ts"
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
- "date-picker/DatePicker.tsx",
224
- "date-picker/index.ts"
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
- "dialog/Dialog.tsx",
243
- "dialog/index.ts"
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
- "dropdown-menu/DropdownMenu.tsx",
265
- "dropdown-menu/index.ts"
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
- "empty/Empty.tsx",
287
- "empty/index.ts"
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
- "hover-card/HoverCard.tsx",
304
- "hover-card/index.ts"
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
- "input/Input.tsx",
323
- "input/index.ts"
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
- "label/Label.tsx",
340
- "label/index.ts"
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
- "menubar/Menubar.tsx",
357
- "menubar/index.ts"
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
- "navigation-menu/NavigationMenu.tsx",
379
- "navigation-menu/index.ts"
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
- "pagination/Pagination.tsx",
398
- "pagination/index.ts"
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
- "popover/Popover.tsx",
415
- "popover/index.ts"
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
- "progress/Progress.tsx",
434
- "progress/index.ts"
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
- "radio-group/RadioGroup.tsx",
451
- "radio-group/index.ts"
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
- "select/Select.tsx",
469
- "select/index.ts"
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
- "separator/Separator.tsx",
490
- "separator/index.ts"
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
- "sheet/Sheet.tsx",
507
- "sheet/index.ts"
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
- "skeleton/Skeleton.tsx",
529
- "skeleton/index.ts"
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
- "slider/Slider.tsx",
546
- "slider/index.ts"
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
- "switch/Switch.tsx",
563
- "switch/index.ts"
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
- "table/Table.tsx",
580
- "table/index.ts"
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
- "tabs/Tabs.tsx",
602
- "tabs/index.ts"
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
- "textarea/Textarea.tsx",
622
- "textarea/index.ts"
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
- "toggle/Toggle.tsx",
639
- "toggle/index.ts"
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
- "toggle-group/ToggleGroup.tsx",
656
- "toggle-group/index.ts"
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
- "tooltip/Tooltip.tsx",
674
- "tooltip/index.ts"
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
- "typography/Typography.tsx",
693
- "typography/index.ts"
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.13",
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",