@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.
- package/index.esm.js +1 -1
- 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
|
-
},
|
|
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, {
|