@veristone/nuxt-v-app 0.1.1 → 0.2.0

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.
@@ -46,6 +46,12 @@ const categories = [
46
46
  to: '/playground/base',
47
47
  icon: 'i-lucide-box'
48
48
  },
49
+ {
50
+ title: 'CRUD Components',
51
+ description: 'VACrudCreate, VACrudUpdate, and VACrudDelete for modal-based CRUD operations.',
52
+ to: '/playground/crud',
53
+ icon: 'i-lucide-database'
54
+ },
49
55
  {
50
56
  title: 'Buttons',
51
57
  description: 'Action buttons for CRUD operations, navigation, and data export.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veristone/nuxt-v-app",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "private": false,
5
5
  "description": "Veristone Nuxt App Layer - Shared components, composables, and layouts",
6
6
  "keywords": [