@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/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- export { default as BuiAccordion } from './components/ui/accordion/BuiAccordion.vue';
2
- export { default as BuiAlert } from './components/ui/alert/BuiAlert.vue';
3
- export { BuiInput } from './components/ui/input';
4
- export { BuiForm, BuiFormField, BuiFormItem, BuiFormLabel, BuiFormControl, BuiFormMessage, BuiFormDescription } from './components/ui/form';
5
- export { default as BuiButton } from './components/ui/button/BuiButton.vue';
6
- export { default as BuiSwitch } from './components/ui/switch/BuiSwitch.vue';
7
- export { default as BuiLabel } from './components/ui/label/BuiLabel.vue';
8
- export { default as BuiBadge } from './components/ui/badge/BuiBadge.vue';
9
- export { BuiTable, BuiTableBody, BuiTableCaption, BuiTableCell, BuiTableEmpty, BuiTableHead, BuiTableHeader, BuiTableRow, BuiTableFooter } from './components/ui/table';
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soft-stech/bootsman-ui-shadcn",
3
- "version": "0.1.0-beta.3",
3
+ "version": "0.1.0-beta.5",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;