@soft-stech/bootsman-ui-shadcn 0.1.0-beta.4 → 0.1.0-beta.6

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.
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export { default as Accordion } from './BuiAccordion.vue';
2
+ export { default as AccordionContent } from './BuiAccordionContent.vue';
3
+ export { default as AccordionItem } from './BuiAccordionItem.vue';
4
+ export { default as AccordionTrigger } from './BuiAccordionTrigger.vue';
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export { default as Alert } from './BuiAlert.vue';
2
+ export { default as AlertTitle } from './BuiAlertTitle.vue';
3
+ export { default as AlertDescription } from './BuiAlertDescription.vue';
4
+ export declare const alertVariants: any;
@@ -0,0 +1,2 @@
1
+ export { default as Badge } from './BuiBadge.vue';
2
+ export declare const badgeVariants: any;
@@ -0,0 +1,2 @@
1
+ export { default as Button } from './BuiButton.vue';
2
+ export declare const buttonVariants: any;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const FORM_ITEM_INJECTION_KEY: InjectionKey<string>;
2
+ declare const _default: any;
3
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ export { Form as BuiForm, Field as BuiFormField } from 'vee-validate';
2
+ export { default as BuiFormItem } from './BuiFormItem.vue';
3
+ export { default as BuiFormLabel } from './BuiFormLabel.vue';
4
+ export { default as BuiFormControl } from './BuiFormControl.vue';
5
+ export { default as BuiFormMessage } from './BuiFormMessage.vue';
6
+ export { default as BuiFormDescription } from './BuiFormDescription.vue';
@@ -0,0 +1,11 @@
1
+ export declare function useFormField(): {
2
+ valid: any;
3
+ isDirty: any;
4
+ isTouched: any;
5
+ error: any;
6
+ id: any;
7
+ name: any;
8
+ formItemId: string;
9
+ formDescriptionId: string;
10
+ formMessageId: string;
11
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default as BuiInput } from './BuiInput.vue';
2
+ export declare const inputVariants: any;
@@ -0,0 +1 @@
1
+ export { default as Label } from './BuiLabel.vue';
@@ -0,0 +1 @@
1
+ export { default as BuiSwitch } from './BuiSwitch.vue';
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/index';
2
+ export * from './components/ui/alert/index';
3
+ export * from './components/ui/input/index';
4
+ export * from './components/ui/form/index';
5
+ export * from './components/ui/button/index';
6
+ export * from './components/ui/switch/index';
7
+ export * from './components/ui/label/index';
8
+ export * from './components/ui/badge/index';
9
+ export * from './components/ui/table/index';
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.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -69,10 +69,10 @@
69
69
  "prettier": "^3.1.1",
70
70
  "prettier-plugin-tailwindcss": "^0.5.11",
71
71
  "tailwindcss": "^3.4.1",
72
- "typescript": "~5.3.0",
72
+ "typescript": "~5.3.3",
73
73
  "vite": "^5.0.10",
74
74
  "vite-plugin-dts": "^3.7.0",
75
75
  "vitest": "^1.0.4",
76
- "vue-tsc": "^1.8.25"
76
+ "vue-tsc": "^1.8.27"
77
77
  }
78
78
  }