@sinco/react 1.0.14-rc.59 → 1.0.14-rc.60
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -15332,7 +15332,7 @@ const EmptyStateComponent = ({
|
|
|
15332
15332
|
padding: 1,
|
|
15333
15333
|
spacing: 2,
|
|
15334
15334
|
height: _containerHeight
|
|
15335
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
15335
|
+
}, /*#__PURE__*/React__default.createElement(Stack$1, null, _icon), /*#__PURE__*/React__default.createElement(Stack$1, {
|
|
15336
15336
|
spacing: 2
|
|
15337
15337
|
}, title && /*#__PURE__*/React__default.createElement(Typography$1, {
|
|
15338
15338
|
variant: "h6",
|