@sinco/react 1.2.5-rc.10 → 1.2.5-rc.11
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.
- package/index.esm.js +6 -6
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -20030,9 +20030,9 @@ var DrawerComponent = function DrawerComponent(_ref) {
|
|
20030
20030
|
sx = _ref.sx,
|
20031
20031
|
sxHeader = _ref.sxHeader,
|
20032
20032
|
sxContent = _ref.sxContent,
|
20033
|
-
sxActions = _ref.sxActions
|
20034
|
-
|
20035
|
-
backgroundColor = _ref.backgroundColor,
|
20033
|
+
sxActions = _ref.sxActions;
|
20034
|
+
_ref.color;
|
20035
|
+
var backgroundColor = _ref.backgroundColor,
|
20036
20036
|
closeIconColor = _ref.closeIconColor,
|
20037
20037
|
headerColor = _ref.headerColor,
|
20038
20038
|
_ref$anchor = _ref.anchor,
|
@@ -20073,13 +20073,13 @@ var DrawerComponent = function DrawerComponent(_ref) {
|
|
20073
20073
|
backgroundColor: headerColor || "primary.50"
|
20074
20074
|
}, sxHeader)
|
20075
20075
|
}, React__default.createElement(Typography, {
|
20076
|
-
color:
|
20076
|
+
color: "text.primary",
|
20077
20077
|
variant: "h6"
|
20078
20078
|
}, title), React__default.createElement(IconButton, {
|
20079
20079
|
onClick: onClose,
|
20080
20080
|
size: "small",
|
20081
20081
|
sx: {
|
20082
|
-
color: closeIconColor || "
|
20082
|
+
color: closeIconColor || "text.primary"
|
20083
20083
|
}
|
20084
20084
|
}, React__default.createElement(Close, {
|
20085
20085
|
fontSize: "inherit"
|
@@ -20094,7 +20094,7 @@ var DrawerComponent = function DrawerComponent(_ref) {
|
|
20094
20094
|
onClick: handleDrawerActions
|
20095
20095
|
}, children), stateActions && React__default.createElement(Stack, {
|
20096
20096
|
flexDirection: "row",
|
20097
|
-
|
20097
|
+
borderTop: "1px solid",
|
20098
20098
|
borderColor: "divider",
|
20099
20099
|
alignItems: anchorActions,
|
20100
20100
|
gap: 1,
|