@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.
- package/lib/blocklet/overview.js +4 -1
- package/lib/locales/en.js +1 -0
- package/lib/locales/zh.js +1 -0
- package/package.json +14 -14
package/lib/blocklet/overview.js
CHANGED
|
@@ -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
|
-
}
|
|
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
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.
|
|
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.
|
|
26
|
-
"@abtnode/constant": "1.16.
|
|
27
|
-
"@abtnode/util": "1.16.
|
|
28
|
-
"@arcblock/did-connect": "^2.5.
|
|
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.
|
|
31
|
-
"@arcblock/react-hooks": "^2.5.
|
|
32
|
-
"@arcblock/terminal": "^2.5.
|
|
33
|
-
"@arcblock/ux": "^2.5.
|
|
34
|
-
"@blocklet/constant": "1.16.
|
|
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.
|
|
37
|
-
"@blocklet/meta": "1.16.
|
|
38
|
-
"@blocklet/ui-react": "^2.5.
|
|
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": "
|
|
92
|
+
"gitHead": "e15364f5d5125950c2a6fb8d964b12f1b8799ac0"
|
|
93
93
|
}
|