@blocklet/ui-react 2.10.52 → 2.10.54
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.
|
@@ -80,12 +80,8 @@ export default function UserBasicInfo({
|
|
|
80
80
|
mb: 1.5,
|
|
81
81
|
...isMyself ? {
|
|
82
82
|
cursor: "pointer",
|
|
83
|
-
"&:hover": {
|
|
84
|
-
"&::after": {
|
|
85
|
-
content: `"${t("switchProfile")}"`
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
83
|
"&::after": {
|
|
84
|
+
content: `"${t("switchProfile")}"`,
|
|
89
85
|
color: "white",
|
|
90
86
|
position: "absolute",
|
|
91
87
|
fontSize: "12px",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/ui-react",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.54",
|
|
4
4
|
"description": "Some useful front-end web components that can be used in Blocklets.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"url": "https://github.com/ArcBlock/ux/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@arcblock/bridge": "^2.10.
|
|
36
|
-
"@arcblock/react-hooks": "^2.10.
|
|
35
|
+
"@arcblock/bridge": "^2.10.54",
|
|
36
|
+
"@arcblock/react-hooks": "^2.10.54",
|
|
37
37
|
"@blocklet/did-space-react": "^0.5.57",
|
|
38
38
|
"@iconify-icons/logos": "^1.2.36",
|
|
39
39
|
"@iconify-icons/material-symbols": "^1.2.58",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"jest": "^29.7.0",
|
|
81
81
|
"unbuild": "^2.0.0"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "7c4a184c51c647739e8d2cc8944c564b5c0d2ec0"
|
|
84
84
|
}
|
|
@@ -95,12 +95,8 @@ export default function UserBasicInfo({
|
|
|
95
95
|
...(isMyself
|
|
96
96
|
? {
|
|
97
97
|
cursor: 'pointer',
|
|
98
|
-
'&:hover': {
|
|
99
|
-
'&::after': {
|
|
100
|
-
content: `"${t('switchProfile')}"`,
|
|
101
|
-
},
|
|
102
|
-
},
|
|
103
98
|
'&::after': {
|
|
99
|
+
content: `"${t('switchProfile')}"`,
|
|
104
100
|
color: 'white',
|
|
105
101
|
position: 'absolute',
|
|
106
102
|
fontSize: '12px',
|