@blocklet/ui-react 2.11.18 → 2.11.20

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.
@@ -174,7 +174,7 @@ export default function ThirdPartyItem({
174
174
  children: item.userInfo?.email || item.did
175
175
  }
176
176
  ),
177
- item.userInfo?.email ? /* @__PURE__ */ jsx(
177
+ item.userInfo?.name ? /* @__PURE__ */ jsx(
178
178
  Tooltip,
179
179
  {
180
180
  title: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs(Box, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/ui-react",
3
- "version": "2.11.18",
3
+ "version": "2.11.20",
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.11.18",
36
- "@arcblock/react-hooks": "^2.11.18",
35
+ "@arcblock/bridge": "^2.11.20",
36
+ "@arcblock/react-hooks": "^2.11.20",
37
37
  "@blocklet/did-space-react": "^1.0.1",
38
38
  "@iconify-icons/logos": "^1.2.36",
39
39
  "@iconify-icons/material-symbols": "^1.2.58",
@@ -81,5 +81,5 @@
81
81
  "jest": "^29.7.0",
82
82
  "unbuild": "^2.0.0"
83
83
  },
84
- "gitHead": "68ac427a17804a71e469f6fc61b28c87ecb9e40d"
84
+ "gitHead": "e1b0a1adeeab47ced9c0459658d24820dbe1a99a"
85
85
  }
@@ -187,7 +187,7 @@ export default function ThirdPartyItem({
187
187
  }}>
188
188
  {item.userInfo?.email || item.did}
189
189
  </Box>
190
- {item.userInfo?.email ? (
190
+ {item.userInfo?.name ? (
191
191
  <Tooltip
192
192
  title={
193
193
  <>