@sinco/react 1.0.5-rc.2 → 1.0.5-rc.3
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/index.js +3 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -17420,10 +17420,9 @@ const ToastNotification = toast => {
|
|
|
17420
17420
|
clearInterval(interval || toast.time);
|
|
17421
17421
|
};
|
|
17422
17422
|
}, [timeProgress, toast.time]);
|
|
17423
|
-
return /*#__PURE__*/React__default.createElement(
|
|
17424
|
-
|
|
17425
|
-
|
|
17426
|
-
}
|
|
17423
|
+
return /*#__PURE__*/React__default.createElement(Stack$1, {
|
|
17424
|
+
height: 120,
|
|
17425
|
+
marginTop: 16
|
|
17427
17426
|
}, openToast && /*#__PURE__*/React__default.createElement(ThemeProvider, {
|
|
17428
17427
|
theme: SincoTheme
|
|
17429
17428
|
}, /*#__PURE__*/React__default.createElement(ToastContent, {
|