@sinco/react 1.1.2-rc.90 → 1.1.2-rc.91

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 +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -14569,7 +14569,7 @@ var CardRadio = function CardRadio(_ref) {
14569
14569
  }, media && React__default.createElement(Stack$1, null, media), React__default.createElement(Stack$1, null, header && React__default.createElement(Typography$1, {
14570
14570
  variant: "subtitle2",
14571
14571
  color: states === 'disabled' ? 'text.disabled' : isActive ? 'text.primary' : 'text.primary'
14572
- }, content), content && React__default.createElement(Typography$1, {
14572
+ }, header), content && React__default.createElement(Typography$1, {
14573
14573
  variant: "caption",
14574
14574
  color: states === 'disabled' ? 'text.disabled' : isActive ? 'text.secondary' : 'text.secondary'
14575
14575
  }, content))), React__default.createElement(Stack$1, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.90",
3
+ "version": "1.1.2-rc.91",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",