@mindly/ui-components 3.72.0 → 3.72.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.
@@ -3,6 +3,7 @@ export declare type ToastButton = {
3
3
  text: string;
4
4
  handler: () => void;
5
5
  type?: 'filled' | 'outlined';
6
+ hide?: boolean;
6
7
  };
7
8
  export declare type ToastProps = {
8
9
  position?: 'top' | 'bottom';
package/dist/index.d.ts CHANGED
@@ -1357,6 +1357,7 @@ declare type ToastButton = {
1357
1357
  text: string;
1358
1358
  handler: () => void;
1359
1359
  type?: 'filled' | 'outlined';
1360
+ hide?: boolean;
1360
1361
  };
1361
1362
  declare type ToastProps = {
1362
1363
  position?: 'top' | 'bottom';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.72.0",
3
+ "version": "3.72.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",