@sinco/react 1.0.15-rc.5 → 1.0.15-rc.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +6 -6
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -16626,18 +16626,18 @@ const DrawerComponent = ({
16626
16626
  return /*#__PURE__*/React__default.createElement(Drawer$1, {
16627
16627
  anchor: position,
16628
16628
  open: open,
16629
- onClose: onClose,
16630
- sx: {
16631
- width
16632
- }
16629
+ onClose: onClose
16633
16630
  }, /*#__PURE__*/React__default.createElement(Stack$1, {
16634
- height: "100%"
16631
+ height: "100%",
16632
+ width: width
16635
16633
  }, /*#__PURE__*/React__default.createElement(Stack$1, {
16636
16634
  justifyContent: "space-between",
16637
16635
  direction: "row",
16638
16636
  py: 1.5,
16639
16637
  px: 1,
16640
- bgcolor: "secondary.main"
16638
+ sx: {
16639
+ backgroundColor: 'secondary'
16640
+ }
16641
16641
  }, /*#__PURE__*/React__default.createElement(Typography$1, {
16642
16642
  sx: Object.assign({}, SincoTheme.typography.h6, sx),
16643
16643
  variant: "h6"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.15-rc.5",
3
+ "version": "1.0.15-rc.7",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",