@soft-stech/bootsman-ui-shadcn 0.1.0-beta.3 → 0.1.0-beta.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/bootsman-ui-shadcn.js +2065 -1637
- package/dist/bootsman-ui-shadcn.umd.cjs +22 -17
- package/dist/index.d.ts +9 -9
- package/package.json +1 -1
- package/dist/components/ui/accordion/BuiAccordion.vue.d.ts +0 -2
- package/dist/components/ui/alert/BuiAlert.vue.d.ts +0 -2
- package/dist/components/ui/badge/BuiBadge.vue.d.ts +0 -2
- package/dist/components/ui/button/BuiButton.vue.d.ts +0 -2
- package/dist/components/ui/label/BuiLabel.vue.d.ts +0 -2
- package/dist/components/ui/switch/BuiSwitch.vue.d.ts +0 -2
package/dist/index.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
export
|
2
|
-
export
|
3
|
-
export
|
4
|
-
export
|
5
|
-
export
|
6
|
-
export
|
7
|
-
export
|
8
|
-
export
|
9
|
-
export
|
1
|
+
export * from './components/ui/accordion';
|
2
|
+
export * from './components/ui/alert';
|
3
|
+
export * from './components/ui/input';
|
4
|
+
export * from './components/ui/form';
|
5
|
+
export * from './components/ui/button';
|
6
|
+
export * from './components/ui/switch';
|
7
|
+
export * from './components/ui/label';
|
8
|
+
export * from './components/ui/badge';
|
9
|
+
export * from './components/ui/table';
|
package/package.json
CHANGED