@arcblock/ux 2.10.18 → 2.10.19

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.
@@ -0,0 +1,7 @@
1
+ {
2
+ "address": "zjdq6X6NGfivzN22RjTD427kKSS6jE5Rmnmw",
3
+ "display": {
4
+ "content": "https://devcon.arcblock.io/workshop/api/nft/display",
5
+ "type": "url"
6
+ }
7
+ }
@@ -239,8 +239,8 @@ function NFTDisplay({
239
239
  onErrorCapture: onError,
240
240
  onLoad: onLoad,
241
241
  style: {
242
- width: 'auto',
243
- height: 'auto',
242
+ width: '100%',
243
+ height: '100%',
244
244
  pointerEvents: 'none'
245
245
  }
246
246
  }, url)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.10.18",
3
+ "version": "2.10.19",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -54,12 +54,12 @@
54
54
  "react": ">=18.2.0",
55
55
  "react-router-dom": ">=6.22.3"
56
56
  },
57
- "gitHead": "0c8a31e386a07c1d4ec78e702091d450ab4e4847",
57
+ "gitHead": "0cbaed2d297aa7ee7e7ebbaf7ccbc029ee3e624b",
58
58
  "dependencies": {
59
59
  "@arcblock/did-motif": "^1.1.13",
60
- "@arcblock/icons": "^2.10.18",
61
- "@arcblock/nft-display": "^2.10.18",
62
- "@arcblock/react-hooks": "^2.10.18",
60
+ "@arcblock/icons": "^2.10.19",
61
+ "@arcblock/nft-display": "^2.10.19",
62
+ "@arcblock/react-hooks": "^2.10.19",
63
63
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
64
64
  "@fontsource/inter": "^5.0.16",
65
65
  "@fontsource/ubuntu-mono": "^5.0.18",
@@ -209,7 +209,7 @@ function NFTDisplay({
209
209
  data={url}
210
210
  onErrorCapture={onError}
211
211
  onLoad={onLoad}
212
- style={{ width: 'auto', height: 'auto', pointerEvents: 'none' }}
212
+ style={{ width: '100%', height: '100%', pointerEvents: 'none' }}
213
213
  />
214
214
  );
215
215
  };