@kmkf-fe-packages/basic-components 0.13.0-beta.6 → 0.13.0-beta.7

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/dist/index.esm.js CHANGED
@@ -11840,7 +11840,7 @@ function CommonStatus(props) {
11840
11840
  }, other), {}, {
11841
11841
  onChange: changeHandle
11842
11842
  })), (value === null || value === void 0 ? void 0 : value.reason) ? /*#__PURE__*/React.createElement("div", {
11843
- className: "ant-btn-dangerous"
11843
+ className: "c-red"
11844
11844
  }, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : value.reason) : null);
11845
11845
  }
11846
11846
 
@@ -12000,7 +12000,7 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
12000
12000
  return changeHandle(val, 'status');
12001
12001
  }
12002
12002
  }))), ((_value$changeIndex2 = value[changeIndex]) === null || _value$changeIndex2 === void 0 ? void 0 : _value$changeIndex2.reason) ? /*#__PURE__*/React.createElement("div", {
12003
- className: "ant-btn-dangerous"
12003
+ className: "c-red"
12004
12004
  }, "\u5931\u8D25\u539F\u56E0\uFF1A", (_value$changeIndex3 = value[changeIndex]) === null || _value$changeIndex3 === void 0 ? void 0 : _value$changeIndex3.reason) : null) : null);
12005
12005
  };
12006
12006
 
package/dist/index.js CHANGED
@@ -11851,7 +11851,7 @@ function CommonStatus(props) {
11851
11851
  }, other), {}, {
11852
11852
  onChange: changeHandle
11853
11853
  })), (value === null || value === void 0 ? void 0 : value.reason) ? /*#__PURE__*/React__default['default'].createElement("div", {
11854
- className: "ant-btn-dangerous"
11854
+ className: "c-red"
11855
11855
  }, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : value.reason) : null);
11856
11856
  }
11857
11857
 
@@ -12011,7 +12011,7 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
12011
12011
  return changeHandle(val, 'status');
12012
12012
  }
12013
12013
  }))), ((_value$changeIndex2 = value[changeIndex]) === null || _value$changeIndex2 === void 0 ? void 0 : _value$changeIndex2.reason) ? /*#__PURE__*/React__default['default'].createElement("div", {
12014
- className: "ant-btn-dangerous"
12014
+ className: "c-red"
12015
12015
  }, "\u5931\u8D25\u539F\u56E0\uFF1A", (_value$changeIndex3 = value[changeIndex]) === null || _value$changeIndex3 === void 0 ? void 0 : _value$changeIndex3.reason) : null) : null);
12016
12016
  };
12017
12017
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.13.0-beta.6",
3
+ "version": "0.13.0-beta.7",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "d3f2cf4055aeeb89c26c705c3d763d931c9616e7"
64
+ "gitHead": "a16d98c92b53a57aa4fd8f4f0871804e81fe1483"
65
65
  }