@arcblock/ux 2.10.9 → 2.10.11

Sign up to get free protection for your applications and to get access to all the features.
package/lib/DID/index.js CHANGED
@@ -177,6 +177,7 @@ const DID = /*#__PURE__*/forwardRef(({
177
177
  icon: IconQrCode,
178
178
  onClick: openQrCode,
179
179
  sx: {
180
+ flexShrink: 0,
180
181
  cursor: 'pointer',
181
182
  ml: rest.copyable ? 0.5 : 0,
182
183
  color: 'grey.500'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.10.9",
3
+ "version": "2.10.11",
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": "9eccd40a20ce65bf32982abbf82f38d7e177b525",
57
+ "gitHead": "5804454b8b91ce5e812fed2fa65961fd5cfb0cfd",
58
58
  "dependencies": {
59
59
  "@arcblock/did-motif": "^1.1.13",
60
- "@arcblock/icons": "^2.10.9",
61
- "@arcblock/nft-display": "^2.10.9",
62
- "@arcblock/react-hooks": "^2.10.9",
60
+ "@arcblock/icons": "^2.10.11",
61
+ "@arcblock/nft-display": "^2.10.11",
62
+ "@arcblock/react-hooks": "^2.10.11",
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",
package/src/DID/index.jsx CHANGED
@@ -178,6 +178,7 @@ const DID = forwardRef(({ did, showAvatar, showQrcode, chainId, locale, ...rest
178
178
  icon={IconQrCode}
179
179
  onClick={openQrCode}
180
180
  sx={{
181
+ flexShrink: 0,
181
182
  cursor: 'pointer',
182
183
  ml: rest.copyable ? 0.5 : 0,
183
184
  color: 'grey.500',