@arcblock/ux 1.15.32 → 1.15.33

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.
@@ -196,7 +196,8 @@ function Blocklet(_ref2) {
196
196
  variant: "caption",
197
197
  className: "arcblock-blocklet__addons--item" // eslint-disable-next-line react/no-array-index-key
198
198
  ,
199
- key: index
199
+ key: index,
200
+ title: item.title
200
201
  }, item.empty ? null : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(BlockletIcon, {
201
202
  name: item.icon
202
203
  }), item.pretty ? prettySize(item.value) : item.value)))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "1.15.32",
3
+ "version": "1.15.33",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -52,10 +52,10 @@
52
52
  "react": ">=16.12.0",
53
53
  "react-ga": "^2.7.0"
54
54
  },
55
- "gitHead": "88b454352f15cd5747c14f162b324ace630f1bfd",
55
+ "gitHead": "fe1be3671e78e3e985c66ac21d5d10b2a882a133",
56
56
  "dependencies": {
57
- "@arcblock/icons": "^1.15.32",
58
- "@arcblock/react-hooks": "^1.15.32",
57
+ "@arcblock/icons": "^1.15.33",
58
+ "@arcblock/react-hooks": "^1.15.33",
59
59
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
60
60
  "@material-ui/core": "^4.12.3",
61
61
  "@material-ui/icons": "4.11.2",