@arcblock/ux 2.9.36 → 2.9.38
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.
|
@@ -125,7 +125,7 @@ const DidAddress = /*#__PURE__*/forwardRef(({
|
|
|
125
125
|
className: "did-address-text did-address-truncate",
|
|
126
126
|
sx: {
|
|
127
127
|
display: compact ? 'none' : 'inline',
|
|
128
|
-
cursor: copyable ? '
|
|
128
|
+
cursor: copyable ? 'unset' : 'pointer'
|
|
129
129
|
},
|
|
130
130
|
onDoubleClick: copyable ? noop : onCopy,
|
|
131
131
|
children: children
|
|
@@ -144,7 +144,7 @@ const DidAddress = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
|
|
|
144
144
|
className: "did-address-text did-address-truncate",
|
|
145
145
|
sx: {
|
|
146
146
|
display: compact ? 'none' : 'inline',
|
|
147
|
-
cursor: copyable ? '
|
|
147
|
+
cursor: copyable ? 'unset' : 'pointer'
|
|
148
148
|
},
|
|
149
149
|
onDoubleClick: copyable ? _noop.default : onCopy,
|
|
150
150
|
children: children
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/ux",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.38",
|
|
4
4
|
"description": "Common used react components for arcblock products",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -352,12 +352,12 @@
|
|
|
352
352
|
"peerDependencies": {
|
|
353
353
|
"react": ">=18.1.0"
|
|
354
354
|
},
|
|
355
|
-
"gitHead": "
|
|
355
|
+
"gitHead": "c237952e44055ba095d463f295c8bc9b28635cf9",
|
|
356
356
|
"dependencies": {
|
|
357
357
|
"@arcblock/did-motif": "^1.1.13",
|
|
358
|
-
"@arcblock/icons": "^2.9.
|
|
359
|
-
"@arcblock/nft-display": "^2.9.
|
|
360
|
-
"@arcblock/react-hooks": "^2.9.
|
|
358
|
+
"@arcblock/icons": "^2.9.38",
|
|
359
|
+
"@arcblock/nft-display": "^2.9.38",
|
|
360
|
+
"@arcblock/react-hooks": "^2.9.38",
|
|
361
361
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
362
362
|
"@emotion/react": "^11.10.4",
|
|
363
363
|
"@emotion/styled": "^11.10.4",
|
|
@@ -118,7 +118,7 @@ const DidAddress = forwardRef(
|
|
|
118
118
|
className="did-address-text did-address-truncate"
|
|
119
119
|
sx={{
|
|
120
120
|
display: compact ? 'none' : 'inline',
|
|
121
|
-
cursor: copyable ? '
|
|
121
|
+
cursor: copyable ? 'unset' : 'pointer',
|
|
122
122
|
}}
|
|
123
123
|
onDoubleClick={copyable ? noop : onCopy}>
|
|
124
124
|
{children}
|