@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.cjs.js +2 -2
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.js +2 -2
- package/dist/{output-DCvuWNga.css → output-Co64jyKL.css} +29 -29
- package/dist/result/index.d.ts +1 -1
- package/dist/result/styled.d.ts +1 -0
- package/dist/types/ResultProps.d.ts +1 -0
- package/package.json +1 -1
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 = {
|