@soft-stech/bootsman-ui-shadcn 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soft-stech/bootsman-ui-shadcn",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -1,4 +1,8 @@
1
- export { Form as BuiForm, Field as BuiFormField } from 'vee-validate'
1
+ export {
2
+ Form as BuiForm,
3
+ Field as BuiFormField,
4
+ FieldArray as BuiFormFieldArray
5
+ } from 'vee-validate'
2
6
  export { default as BuiFormItem } from './BuiFormItem.vue'
3
7
  export { default as BuiFormLabel } from './BuiFormLabel.vue'
4
8
  export { default as BuiFormControl } from './BuiFormControl.vue'