@blocklet/ui-react 2.10.52 → 2.10.53

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.52",
3
+ "version": "2.10.53",
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.52",
36
- "@arcblock/react-hooks": "^2.10.52",
35
+ "@arcblock/bridge": "^2.10.53",
36
+ "@arcblock/react-hooks": "^2.10.53",
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": "81930383a1128ca408ac99b7aaf15be422929606"
83
+ "gitHead": "a78ffedb0502bf9605989a9494d85dcfe6d1e2d1"
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',