@abtnode/ux 1.16.3 → 1.16.4-beta-f058f4e8

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.
@@ -146,7 +146,10 @@ function BlockletOverview() {
146
146
  value: (_blocklet$settings = blocklet.settings) !== null && _blocklet$settings !== void 0 && _blocklet$settings.owner ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_didAddress.default, {
147
147
  did: blocklet.settings.owner.did
148
148
  }) : '--'
149
- }].filter(Boolean);
149
+ }, blocklet.externalSkSource ? {
150
+ name: t('blocklet.skSource'),
151
+ value: blocklet.externalSkSource
152
+ } : null].filter(Boolean);
150
153
  if (inService) {
151
154
  infoRows.push({
152
155
  name: t('common.serverDid'),
package/lib/locales/en.js CHANGED
@@ -304,6 +304,7 @@ module.exports = {
304
304
  appId: 'App ID',
305
305
  appPid: 'Permanent ID',
306
306
  alsoKnownAs: 'Also Known As',
307
+ skSource: 'Owner Wallet',
307
308
  reloadSuccess: 'Blocklet was reloaded successfully',
308
309
  statusTip: 'Blocklet is {status}',
309
310
  initialUptime: 'Less than 1m',
package/lib/locales/zh.js CHANGED
@@ -310,6 +310,7 @@ module.exports = {
310
310
  appId: '应用 ID',
311
311
  appPid: '永久性 ID',
312
312
  alsoKnownAs: '曾用 ID',
313
+ skSource: '安装钱包',
313
314
  reloadSuccess: 'Blocklet 重启成功',
314
315
  statusTip: 'Blocklet {status}',
315
316
  initialUptime: '少于1分钟',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.3",
6
+ "version": "1.16.4-beta-f058f4e8",
7
7
  "description": "UX components shared across abtnode packages",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -22,20 +22,20 @@
22
22
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "@abtnode/auth": "1.16.3",
26
- "@abtnode/constant": "1.16.3",
27
- "@abtnode/util": "1.16.3",
28
- "@arcblock/did-connect": "^2.5.18",
25
+ "@abtnode/auth": "1.16.4-beta-f058f4e8",
26
+ "@abtnode/constant": "1.16.4-beta-f058f4e8",
27
+ "@abtnode/util": "1.16.4-beta-f058f4e8",
28
+ "@arcblock/did-connect": "^2.5.20",
29
29
  "@arcblock/did-motif": "^1.1.10",
30
- "@arcblock/icons": "^2.5.18",
31
- "@arcblock/react-hooks": "^2.5.18",
32
- "@arcblock/terminal": "^2.5.18",
33
- "@arcblock/ux": "^2.5.18",
34
- "@blocklet/constant": "1.16.3",
30
+ "@arcblock/icons": "^2.5.20",
31
+ "@arcblock/react-hooks": "^2.5.20",
32
+ "@arcblock/terminal": "^2.5.20",
33
+ "@arcblock/ux": "^2.5.20",
34
+ "@blocklet/constant": "1.16.4-beta-f058f4e8",
35
35
  "@blocklet/launcher-layout": "1.9.65",
36
- "@blocklet/list": "^0.11.15",
37
- "@blocklet/meta": "1.16.3",
38
- "@blocklet/ui-react": "^2.5.18",
36
+ "@blocklet/list": "^0.11.16",
37
+ "@blocklet/meta": "1.16.4-beta-f058f4e8",
38
+ "@blocklet/ui-react": "^2.5.20",
39
39
  "@emotion/react": "^11.10.4",
40
40
  "@emotion/styled": "^11.10.4",
41
41
  "@iconify/react": "^4.0.0",
@@ -89,5 +89,5 @@
89
89
  "@babel/preset-react": "^7.18.6",
90
90
  "babel-plugin-inline-react-svg": "^1.1.2"
91
91
  },
92
- "gitHead": "a21d48225c6f89963796871f404a2318a335701d"
92
+ "gitHead": "e15364f5d5125950c2a6fb8d964b12f1b8799ac0"
93
93
  }