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