@jackbo_vip/admin-kit 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -10
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,21 +1,12 @@
1
1
  // Type declarations for @jackbo_vip/admin-kit
2
- // This package bundles multiple workspace packages into a single distributable package
2
+ // This package bundles all dependencies into a single distributable package
3
3
 
4
4
  // Re-export all types from workspace packages
5
- // Note: Actual type definitions are embedded in the bundled JavaScript files
6
-
7
- // Base packages
8
5
  export * from '@admin-kit/icons';
9
6
  export * from '@admin-kit/shared';
10
7
  export * from '@admin-kit/typings';
11
-
12
- // Composables
13
8
  export * from '@admin-kit/composables';
14
-
15
- // Preferences
16
9
  export * from '@admin-kit/preferences';
17
-
18
- // UI Kit
19
10
  export * from '@admin-kit/form-ui';
20
11
  export * from '@admin-kit/layout-ui';
21
12
  export * from '@admin-kit/menu-ui';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jackbo_vip/admin-kit",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A comprehensive Vue 3 admin UI component library with TypeScript support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",