@sinco/react 1.1.2-rc.87 → 1.1.2-rc.88

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 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -14529,6 +14529,7 @@ var CardRadio = function CardRadio(_ref) {
14529
14529
  return isActive ? color === 'primary' ? '#2063A0' : '#00BCD4' : '#0000001F';
14530
14530
  };
14531
14531
  return React__default.createElement(React__default.Fragment, null, React__default.createElement(Stack$1, {
14532
+ minWidth: 160,
14532
14533
  "data-testid": "card-radio",
14533
14534
  padding: '8px 16px',
14534
14535
  borderRadius: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.87",
3
+ "version": "1.1.2-rc.88",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",