@sinco/react 1.2.4-rc.6 → 1.2.4-rc.7

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 +3 -9
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -8330,14 +8330,8 @@ var components = {
8330
8330
  color: "primary"
8331
8331
  },
8332
8332
  styleOverrides: {
8333
- colorInherit: function colorInherit(_ref8) {
8333
+ root: function root(_ref8) {
8334
8334
  var theme = _ref8.theme;
8335
- return {
8336
- color: theme.palette.action.active
8337
- };
8338
- },
8339
- root: function root(_ref9) {
8340
- var theme = _ref9.theme;
8341
8335
  return {
8342
8336
  "&:hover": {
8343
8337
  backgroundColor: "rgba(16, 24, 64, 0.04)"
@@ -8425,8 +8419,8 @@ var components = {
8425
8419
  },
8426
8420
  MuiInputLabel: {
8427
8421
  styleOverrides: {
8428
- asterisk: function asterisk(_ref10) {
8429
- var theme = _ref10.theme;
8422
+ asterisk: function asterisk(_ref9) {
8423
+ var theme = _ref9.theme;
8430
8424
  return {
8431
8425
  color: theme.palette.error.main
8432
8426
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.4-rc.6",
3
+ "version": "1.2.4-rc.7",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",