@aloudata/aloudata-design 2.14.4 → 2.14.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.
package/dist/index.d.ts CHANGED
@@ -106,3 +106,4 @@ export { default as Watermark } from './Watermark';
106
106
  export { default as message } from './message';
107
107
  export { default as notification } from './notification';
108
108
  export { default as AldSelect } from './AldSelect';
109
+ export type { ISelectProps } from './AldSelect/interface';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "2.14.4",
3
+ "version": "2.14.6",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",