@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.
Files changed (2) hide show
  1. package/index.js +3 -4
  2. 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("div", {
17424
- style: {
17425
- height: 120
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, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.5-rc.2",
3
+ "version": "1.0.5-rc.3",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",