galaxy-design 0.2.44 → 0.2.46

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.
@@ -830,6 +830,7 @@
830
830
  ],
831
831
  "files": [
832
832
  "ToggleGroup.vue",
833
+ "ToggleGroupItem.vue",
833
834
  "index.ts"
834
835
  ],
835
836
  "category": "interactive"
@@ -839,14 +840,15 @@
839
840
  "type": "layout",
840
841
  "description": "Accessible resizable panel groups and layouts with keyboard support",
841
842
  "dependencies": [
842
- "radix-vue"
843
+ "radix-vue",
844
+ "splitpanes"
843
845
  ],
844
846
  "devDependencies": [],
845
847
  "registryDependencies": [],
846
848
  "files": [
847
- "Resizable.vue",
848
- "ResizableHandle.vue",
849
+ "ResizablePanelGroup.vue",
849
850
  "ResizablePanel.vue",
851
+ "ResizableHandle.vue",
850
852
  "index.ts"
851
853
  ],
852
854
  "category": "layout"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "galaxy-design",
3
- "version": "0.2.44",
3
+ "version": "0.2.46",
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",