@sinco/react 1.1.2-rc.80 → 1.1.2-rc.82
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 +2 -2
- package/package.json +1 -1
- package/src/index.d.ts +1 -0
package/index.esm.js
CHANGED
|
@@ -8286,7 +8286,7 @@ var components = {
|
|
|
8286
8286
|
},
|
|
8287
8287
|
".MuiChip-deleteIconMedium": {
|
|
8288
8288
|
height: 20,
|
|
8289
|
-
|
|
8289
|
+
width: 20
|
|
8290
8290
|
}
|
|
8291
8291
|
}
|
|
8292
8292
|
}
|
|
@@ -8317,7 +8317,7 @@ var components = {
|
|
|
8317
8317
|
root: {
|
|
8318
8318
|
fontFamily: "Roboto",
|
|
8319
8319
|
textTransform: "unset",
|
|
8320
|
-
|
|
8320
|
+
fontWeight: 500,
|
|
8321
8321
|
fontSize: "13px",
|
|
8322
8322
|
lineHeight: "normal",
|
|
8323
8323
|
"@media(max-width: 885px)": {
|
package/package.json
CHANGED
package/src/index.d.ts
CHANGED