@kmkf-fe-packages/basic-components 2.0.28 → 2.0.29

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
@@ -10538,7 +10538,11 @@ var LogisticsInterception = function LogisticsInterception(props) {
10538
10538
  })), /*#__PURE__*/React.createElement(Item, {
10539
10539
  key: 'interceptLogisticsUserSecretKey',
10540
10540
  hidden: !showKcode,
10541
- noStyle: true
10541
+ label: /*#__PURE__*/React.createElement("span", {
10542
+ style: {
10543
+ opacity: 0
10544
+ }
10545
+ }, "\u517C\u5BB9\u98DE\u9E3D\u6837\u5F0F")
10542
10546
  }, /*#__PURE__*/React.createElement(Input, {
10543
10547
  style: {
10544
10548
  width: platform === 'pc' ? 200 : 150,
package/dist/index.js CHANGED
@@ -10550,7 +10550,11 @@ var LogisticsInterception = function LogisticsInterception(props) {
10550
10550
  })), /*#__PURE__*/React__default['default'].createElement(Item, {
10551
10551
  key: 'interceptLogisticsUserSecretKey',
10552
10552
  hidden: !showKcode,
10553
- noStyle: true
10553
+ label: /*#__PURE__*/React__default['default'].createElement("span", {
10554
+ style: {
10555
+ opacity: 0
10556
+ }
10557
+ }, "\u517C\u5BB9\u98DE\u9E3D\u6837\u5F0F")
10554
10558
  }, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
10555
10559
  style: {
10556
10560
  width: platform === 'pc' ? 200 : 150,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "933001aeec4d789449fbd68be480061589f7662a"
68
+ "gitHead": "a99f4c3e4e8674e40e1090aab4251fe0a34d5dd3"
69
69
  }