prometeo-design-system 2.4.3 → 2.4.4

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 +7 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -90,4 +90,11 @@ export type { SegmentedButtonProps } from './components/SegmentedButton/Segmente
90
90
  export type { DatePickerProps } from './components/DatePicker/DatePicker';
91
91
  export type { ImageProps } from './components/Image/Image';
92
92
  export type { ImageGalleryProps } from './components/Image/ImageGallery';
93
+ export type { DrawerMobileProps } from './components/Drawer/DrawerMobile';
94
+ export type { DrawerDesktopProps } from './components/Drawer/DrawerDesktop';
95
+ export type { DrawerMobileHandle } from './components/Drawer/DrawerMobile';
96
+ export type { DrawerDesktopHandle } from './components/Drawer/DrawerDesktop';
97
+ export type { CustomSelectionDisplayProps } from './components/Select/Select';
98
+ export type { CustomSelectOptionRendererProps } from './components/Select/Select';
99
+ export type { SelectOptionType } from './components/Select/Select';
93
100
  export { Icons } from './Icons/Icons';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prometeo-design-system",
3
3
  "private": false,
4
- "version": "2.4.3",
4
+ "version": "2.4.4",
5
5
  "type": "module",
6
6
  "description": "design kit system",
7
7
  "main": "dist/prometeo-design-system.umd.js",