@kmkf-fe-packages/basic-components 0.6.0-alpha.0 → 0.6.1

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
@@ -2367,7 +2367,6 @@ var Goods = function Goods(props) {
2367
2367
  width = props.width;
2368
2368
  var shopId = value.shopId,
2369
2369
  imgList = value.imgList;
2370
- console.log(props);
2371
2370
  // 目前当type == 3 时需要讲item项水平排列
2372
2371
  var goodsBoxClassName = 'goodsBox-item-horizontal--box';
2373
2372
  var _useState = useState(false),
package/dist/index.js CHANGED
@@ -2377,7 +2377,6 @@ var Goods = function Goods(props) {
2377
2377
  width = props.width;
2378
2378
  var shopId = value.shopId,
2379
2379
  imgList = value.imgList;
2380
- console.log(props);
2381
2380
  // 目前当type == 3 时需要讲item项水平排列
2382
2381
  var goodsBoxClassName = 'goodsBox-item-horizontal--box';
2383
2382
  var _useState = React.useState(false),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.6.0-alpha.0",
3
+ "version": "0.6.1",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "a441519e5057b050524e0fa910e13def451138a0"
40
+ "gitHead": "bd41158e171ee8ea17bc71ed8fad47f744f9e419"
41
41
  }