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

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 +10 -4
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -8377,6 +8377,12 @@ var components = {
8377
8377
  },
8378
8378
  MuiSvgIcon: {
8379
8379
  styleOverrides: {
8380
+ root: function root(_ref11) {
8381
+ var theme = _ref11.theme;
8382
+ return {
8383
+ color: theme.palette.action.active
8384
+ };
8385
+ },
8380
8386
  fontSizeLarge: {
8381
8387
  width: 35,
8382
8388
  height: 35,
@@ -8396,8 +8402,8 @@ var components = {
8396
8402
  },
8397
8403
  MuiIconButton: {
8398
8404
  styleOverrides: {
8399
- root: function root(_ref11) {
8400
- var theme = _ref11.theme;
8405
+ root: function root(_ref12) {
8406
+ var theme = _ref12.theme;
8401
8407
  return {
8402
8408
  "&:hover": {
8403
8409
  backgroundColor: "rgba(16, 24, 64, 0.04)"
@@ -8485,8 +8491,8 @@ var components = {
8485
8491
  },
8486
8492
  MuiInputLabel: {
8487
8493
  styleOverrides: {
8488
- asterisk: function asterisk(_ref12) {
8489
- var theme = _ref12.theme;
8494
+ asterisk: function asterisk(_ref13) {
8495
+ var theme = _ref13.theme;
8490
8496
  return {
8491
8497
  color: theme.palette.error.main
8492
8498
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.4-rc.3",
3
+ "version": "1.2.4-rc.5",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",