@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.
- package/dist/index.d.ts +1 -10
- 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
|
|
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';
|