@wishket/design-system 1.6.0 → 1.6.1

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.
@@ -1,3 +1,3 @@
1
1
  import SnackBar from './SnackBar';
2
2
  export default SnackBar;
3
- export type { SnackBarProps } from './SnackBar.types';
3
+ export type { MessageType, SnackBarProps, SnackBarIconProps, } from './SnackBar.types';
@@ -4,6 +4,6 @@ export { default as MessageBox } from './MessageBox';
4
4
  export { default as PlainTooltip } from './PlainTooltip';
5
5
  export { default as RichTooltip } from './RichTooltip';
6
6
  export { default as SnackBar } from './SnackBar';
7
- export type { SnackBarProps } from './SnackBar';
7
+ export type { MessageType, SnackBarProps, SnackBarIconProps } from './SnackBar';
8
8
  export { default as GlobalLoadingIndicator } from './GlobalLoadingIndicator';
9
9
  export { default as MessageBar } from './MessageBar';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wishket/design-system",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Wishket Design System",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",