@sinco/react 1.2.4-rc.2 → 1.2.4-rc.3

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 +13 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -8396,6 +8396,17 @@ var components = {
8396
8396
  },
8397
8397
  MuiIconButton: {
8398
8398
  styleOverrides: {
8399
+ root: function root(_ref11) {
8400
+ var theme = _ref11.theme;
8401
+ return {
8402
+ "&:hover": {
8403
+ backgroundColor: "rgba(16, 24, 64, 0.04)"
8404
+ },
8405
+ "&>.MuiSvgIcon-root": {
8406
+ color: theme.palette.action.active
8407
+ }
8408
+ };
8409
+ },
8399
8410
  sizeSmall: {
8400
8411
  padding: 3
8401
8412
  },
@@ -8474,8 +8485,8 @@ var components = {
8474
8485
  },
8475
8486
  MuiInputLabel: {
8476
8487
  styleOverrides: {
8477
- asterisk: function asterisk(_ref11) {
8478
- var theme = _ref11.theme;
8488
+ asterisk: function asterisk(_ref12) {
8489
+ var theme = _ref12.theme;
8479
8490
  return {
8480
8491
  color: theme.palette.error.main
8481
8492
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.4-rc.2",
3
+ "version": "1.2.4-rc.3",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",