@inntechcorp/it-design 2.0.160 → 2.0.162

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
@@ -645,7 +645,7 @@ declare const Alert: {
645
645
  declare const Upload: react.ForwardRefExoticComponent<UploadProps & react.RefAttributes<ITDImperativeFuncProps>>;
646
646
 
647
647
  declare const Result: {
648
- ({ image, title, description, extra, footer, type, fill, autoCenter, background }: ResultProps$1): react_jsx_runtime.JSX.Element;
648
+ ({ image, title, description, extra, footer, type, fill, autoCenter, background, animation }: ResultProps$1): react_jsx_runtime.JSX.Element;
649
649
  displayName: string;
650
650
  };
651
651
 
@@ -1297,6 +1297,7 @@ type ResultProps = {
1297
1297
  fill?: boolean;
1298
1298
  autoCenter?: boolean;
1299
1299
  background?: boolean;
1300
+ animation?: boolean;
1300
1301
  };
1301
1302
 
1302
1303
  type TabsItemProps = {