@sinco/react 1.0.14-rc.20 → 1.0.14-rc.21

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -15821,8 +15821,8 @@ const EmptyStateComponent = ({
15821
15821
  }, /*#__PURE__*/React__default.createElement(Stack$1, {
15822
15822
  alignItems: "center",
15823
15823
  justifyContent: "center",
15824
- padding: "1",
15825
- gap: "2",
15824
+ padding: 1,
15825
+ spacing: 2,
15826
15826
  height: "100%"
15827
15827
  }, /*#__PURE__*/React__default.createElement("svg", {
15828
15828
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.20",
3
+ "version": "1.0.14-rc.21",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",