@sinco/react 1.2.3-rc.6 → 1.2.3-rc.7

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 +2 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -17131,6 +17131,7 @@ function PageHeaderWraps(_ref) {
17131
17131
  variant = _ref.variant;
17132
17132
  if (typeof item === "string") {
17133
17133
  return React__default.createElement(Typography, {
17134
+ textAlign: "left",
17134
17135
  variant: variant,
17135
17136
  color: color
17136
17137
  }, item);
@@ -17168,7 +17169,7 @@ var PageHeaderComponent = function PageHeaderComponent(_ref2) {
17168
17169
  item: title,
17169
17170
  variant: "h6"
17170
17171
  })), subtitle && React__default.createElement(Stack, {
17171
- alignItems: "flex-start",
17172
+ alignItems: "center",
17172
17173
  flexDirection: "row",
17173
17174
  gap: 2
17174
17175
  }, React__default.createElement(PageHeaderWraps, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.3-rc.6",
3
+ "version": "1.2.3-rc.7",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",