@sinco/react 1.2.5 → 1.2.6-rc.0

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 +5 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -7740,6 +7740,11 @@ var components = {
7740
7740
  defaultProps: {
7741
7741
  size: "small",
7742
7742
  margin: "none"
7743
+ },
7744
+ styleOverrides: {
7745
+ root: {
7746
+ borderRadius: "4px"
7747
+ }
7743
7748
  }
7744
7749
  },
7745
7750
  MuiFormHelperText: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.5",
3
+ "version": "1.2.6-rc.0",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",