fui-material 0.2.56 → 0.2.58

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.
@@ -5,6 +5,7 @@ export interface IFCloseIcon {
5
5
  st?: React.CSSProperties;
6
6
  className?: string;
7
7
  id?: string;
8
+ size?: number;
8
9
  }
9
10
  declare const FCloseIcon: FC<IFCloseIcon>;
10
11
  export default FCloseIcon;
@@ -11,7 +11,8 @@ export interface IFAlert {
11
11
  horizontal?: 'left' | 'center' | 'right';
12
12
  buttonClose?: boolean;
13
13
  className?: string;
14
- timeCloseSec?: number;
14
+ displayTime?: number;
15
+ size?: string;
15
16
  }
16
17
  declare const FAlert: FC<IFAlert>;
17
18
  export default FAlert;
package/dist/index.d.ts CHANGED
@@ -433,7 +433,8 @@ interface IFAlert {
433
433
  horizontal?: 'left' | 'center' | 'right';
434
434
  buttonClose?: boolean;
435
435
  className?: string;
436
- timeCloseSec?: number;
436
+ displayTime?: number;
437
+ size?: string;
437
438
  }
438
439
  declare const FAlert: FC<IFAlert>;
439
440
 
@@ -529,6 +530,7 @@ interface IFCloseIcon {
529
530
  st?: React.CSSProperties;
530
531
  className?: string;
531
532
  id?: string;
533
+ size?: number;
532
534
  }
533
535
  declare const FCloseIcon: FC<IFCloseIcon>;
534
536
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "0.2.56",
3
+ "version": "0.2.58",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"