@sinco/react 1.0.14-rc.32 → 1.0.14-rc.33

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 +3 -6
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16525,12 +16525,9 @@ const DrawerComponent = ({
16525
16525
  }, /*#__PURE__*/React__default.createElement(Box$2, {
16526
16526
  sx: DrawerHeader
16527
16527
  }, /*#__PURE__*/React__default.createElement(Typography$1, {
16528
- sx: {
16529
- typography: {
16530
- color: titleColor,
16531
- h6: Object.assign({}, SincoTheme.typography.h6)
16532
- }
16533
- },
16528
+ sx: Object.assign({}, SincoTheme.typography.h6, {
16529
+ color: titleColor
16530
+ }),
16534
16531
  variant: "h6",
16535
16532
  component: "h6"
16536
16533
  }, title), /*#__PURE__*/React__default.createElement(Box$2, null, /*#__PURE__*/React__default.createElement(IconButton$1, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.32",
3
+ "version": "1.0.14-rc.33",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",