bitboss-ui 2.1.134 → 2.1.135

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -126,7 +126,7 @@ export type { BbCollapsibleProps } from './components/BbCollapsible/types';
126
126
  export type { BbDatePickerInputProps, BbDatePickerInputEvents, } from './components/BbDatePickerInput/types';
127
127
  export type { BbDialogProps, Sizes as BbDialogSizes, BbDialogEvents, } from './components/BbDialog/types';
128
128
  export type { BbDropdownButtonProps } from './components/BbDropdownButton/types';
129
- export type { BbDropdownProps, InternalItem as BbDropdownItem, } from './components/BbDropdown/types';
129
+ export type { BbDropdownProps, Item as BbDropdownItem, } from './components/BbDropdown/types';
130
130
  export type { BbDropzoneProps, DropZoneError, BbDropzoneEvents, } from './components/BbDropzone/types';
131
131
  export type { BbIconProps, Size as BbIconSizes, } from './components/BbIcon/types';
132
132
  export type { BbIntersectionProps, BbIntersectionEvents, } from './components/BbIntersection/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitboss-ui",
3
- "version": "2.1.134",
3
+ "version": "2.1.135",
4
4
  "description": "Vue 3 component library by BitBoss: forms, selects, layout, overlays, and more.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -113,4 +113,4 @@
113
113
  "lint-staged": {
114
114
  "*.{js,css,md,html,json,vue,ts}": "prettier --write"
115
115
  }
116
- }
116
+ }