@arcblock/ux 2.10.9 → 2.10.10

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/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.10",
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": "3b93639a24f046a147807a3c7574d6406a2e0516",
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.10",
61
+ "@arcblock/nft-display": "^2.10.10",
62
+ "@arcblock/react-hooks": "^2.10.10",
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',