galaxy-design 0.2.8 → 0.2.10

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.
@@ -291,13 +291,13 @@
291
291
  "type": "feedback",
292
292
  "description": "A succinct message that is displayed temporarily",
293
293
  "dependencies": [
294
- "radix-vue"
294
+ "vue-sonner"
295
295
  ],
296
296
  "devDependencies": [],
297
297
  "registryDependencies": [],
298
298
  "files": [
299
299
  "toast.vue",
300
- "toaster.vue"
300
+ "index.ts"
301
301
  ],
302
302
  "category": "feedback"
303
303
  },
@@ -374,11 +374,20 @@
374
374
  "name": "Breadcrumb",
375
375
  "type": "navigation",
376
376
  "description": "Displays the path to the current resource using a hierarchy of links",
377
- "dependencies": [],
377
+ "dependencies": [
378
+ "lucide-vue-next"
379
+ ],
378
380
  "devDependencies": [],
379
381
  "registryDependencies": [],
380
382
  "files": [
381
- "breadcrumb.vue"
383
+ "breadcrumb.vue",
384
+ "breadcrumb-list.vue",
385
+ "breadcrumb-item.vue",
386
+ "breadcrumb-link.vue",
387
+ "breadcrumb-page.vue",
388
+ "breadcrumb-separator.vue",
389
+ "breadcrumb-ellipsis.vue",
390
+ "index.ts"
382
391
  ],
383
392
  "category": "navigation"
384
393
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "galaxy-design",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
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",