@sinco/react 1.0.5-rc.6 → 1.0.6

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 +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -17223,7 +17223,6 @@ const PageContent = styled$1(Stack$1)(() => ({
17223
17223
  padding: "8px 24px",
17224
17224
  justifyContent: "space-between",
17225
17225
  minHeight: 39,
17226
- position: "fixed",
17227
17226
  width: "100%"
17228
17227
  }));
17229
17228
  const PageHeader = page => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.5-rc.6",
3
+ "version": "1.0.6",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",