@sinco/react 1.2.5-rc.7 → 1.2.5-rc.8

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.esm.js +1 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -21033,6 +21033,7 @@ var PageHeaderComponent = function PageHeaderComponent(_ref) {
21033
21033
  showShadow = _ref$showShadow === void 0 ? true : _ref$showShadow;
21034
21034
  return React__default.createElement(Stack, {
21035
21035
  id: "main-container",
21036
+ "justify-content": "center",
21036
21037
  height: 48,
21037
21038
  position: fixed ? "fixed" : "relative",
21038
21039
  width: fixed ? "100%" : "inherit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.5-rc.7",
3
+ "version": "1.2.5-rc.8",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",