demio-ui 2.5.73 → 2.5.74

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,6 +1,7 @@
1
1
  import { CSSProperties, FC, ReactNode } from 'react';
2
2
  export interface IToast {
3
3
  className?: string;
4
+ description?: string;
4
5
  duration?: number;
5
6
  icon?: ReactNode;
6
7
  id?: number;
package/dist/types.d.ts CHANGED
@@ -457,6 +457,7 @@ declare function Tag({ children, onDelete, className }: TagProps): React__defaul
457
457
 
458
458
  interface IToast {
459
459
  className?: string;
460
+ description?: string;
460
461
  duration?: number;
461
462
  icon?: ReactNode;
462
463
  id?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.5.73",
3
+ "version": "2.5.74",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",