@arcblock/ux 2.11.30 → 2.11.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.11.30",
3
+ "version": "2.11.31",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -68,12 +68,12 @@
68
68
  "react": ">=18.2.0",
69
69
  "react-router-dom": ">=6.22.3"
70
70
  },
71
- "gitHead": "a4a88b339b04b907c7f76927806324c98d4b2904",
71
+ "gitHead": "31368d3bf32245481ff96e7946ade7062df01e6e",
72
72
  "dependencies": {
73
73
  "@arcblock/did-motif": "^1.1.13",
74
- "@arcblock/icons": "^2.11.30",
75
- "@arcblock/nft-display": "^2.11.30",
76
- "@arcblock/react-hooks": "^2.11.30",
74
+ "@arcblock/icons": "^2.11.31",
75
+ "@arcblock/nft-display": "^2.11.31",
76
+ "@arcblock/react-hooks": "^2.11.31",
77
77
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
78
78
  "@fontsource/inter": "^5.0.16",
79
79
  "@fontsource/ubuntu-mono": "^5.0.18",
@@ -19,10 +19,11 @@ import AccountCircleOffOutlineRoundedIcon from '@iconify-icons/material-symbols/
19
19
  import InviteIcon from '@iconify-icons/material-symbols/featured-seasonal-and-gifts-rounded';
20
20
  import Copy from 'copy-to-clipboard';
21
21
  import noop from 'lodash/noop';
22
+ import bridge from '@arcblock/bridge';
22
23
 
23
24
  import Toast from '../../Toast';
24
25
  import DidAvatar from '../../Avatar';
25
- import { getUserAvatar } from '../../Util';
26
+ import { getUserAvatar, getVisitorId } from '../../Util';
26
27
  import UserInfo from './user-info';
27
28
  import { temp as colors } from '../../Colors';
28
29
  import { DASHBOARD_URL, PROFILE_URL } from '../../Util/constant';