@arcblock/ux 3.0.31 → 3.0.32
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.
@@ -14,15 +14,15 @@ import { InfoType as _, CardType as $ } from "../../UserCard/types.js";
|
|
14
14
|
import { mergeSx as m } from "../../Util/style.js";
|
15
15
|
const P = {
|
16
16
|
en: {
|
17
|
-
notThis: "Not
|
18
|
-
useAnother: "Use another",
|
17
|
+
notThis: "Not you?",
|
18
|
+
useAnother: "Use another account",
|
19
19
|
authorize: "Authorize",
|
20
20
|
connect: "Connect",
|
21
21
|
cancel: "Cancel"
|
22
22
|
},
|
23
23
|
zh: {
|
24
24
|
notThis: "不是这个?",
|
25
|
-
useAnother: "
|
25
|
+
useAnother: "使用其他账户",
|
26
26
|
authorize: "授权",
|
27
27
|
connect: "Connect",
|
28
28
|
cancel: "取消"
|
@@ -36,8 +36,8 @@ function pe({
|
|
36
36
|
userInfo: x = void 0,
|
37
37
|
hideSwitchConnect: C = !1,
|
38
38
|
hideAuthorize: v = !1,
|
39
|
-
hideCancel:
|
40
|
-
notThisText:
|
39
|
+
hideCancel: y = !1,
|
40
|
+
notThisText: z = void 0,
|
41
41
|
authorizeText: A = void 0,
|
42
42
|
connectText: b = void 0,
|
43
43
|
cancelText: k = void 0,
|
@@ -120,7 +120,7 @@ function pe({
|
|
120
120
|
}
|
121
121
|
),
|
122
122
|
/* @__PURE__ */ o(N, { direction: "row", spacing: 2, children: [
|
123
|
-
|
123
|
+
y ? null : /* @__PURE__ */ e(
|
124
124
|
h,
|
125
125
|
{
|
126
126
|
color: "inherit",
|
@@ -173,7 +173,7 @@ function pe({
|
|
173
173
|
gap: 1
|
174
174
|
},
|
175
175
|
children: [
|
176
|
-
|
176
|
+
z || t("notThis"),
|
177
177
|
" ",
|
178
178
|
/* @__PURE__ */ e(
|
179
179
|
E,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arcblock/ux",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.32",
|
4
4
|
"description": "Common used react components for arcblock products",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -60,16 +60,16 @@
|
|
60
60
|
"react": "^19.0.0",
|
61
61
|
"react-router-dom": "^6.22.3"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "c81f41bdecc9ffb41a2f8158fb7a557fae62666b",
|
64
64
|
"dependencies": {
|
65
|
-
"@arcblock/bridge": "3.0.
|
65
|
+
"@arcblock/bridge": "3.0.32",
|
66
66
|
"@arcblock/did": "^1.21.0",
|
67
67
|
"@arcblock/did-motif": "^1.1.14",
|
68
|
-
"@arcblock/icons": "3.0.
|
69
|
-
"@arcblock/nft-display": "3.0.
|
70
|
-
"@arcblock/react-hooks": "3.0.
|
68
|
+
"@arcblock/icons": "3.0.32",
|
69
|
+
"@arcblock/nft-display": "3.0.32",
|
70
|
+
"@arcblock/react-hooks": "3.0.32",
|
71
71
|
"@blocklet/js-sdk": "^1.16.46",
|
72
|
-
"@blocklet/theme": "3.0.
|
72
|
+
"@blocklet/theme": "3.0.32",
|
73
73
|
"@fontsource/roboto": "~5.1.1",
|
74
74
|
"@fontsource/ubuntu-mono": "^5.2.6",
|
75
75
|
"@iconify-icons/logos": "^1.2.36",
|
@@ -16,15 +16,15 @@ import { mergeSx } from '../../Util/style';
|
|
16
16
|
|
17
17
|
const translations = {
|
18
18
|
en: {
|
19
|
-
notThis: 'Not
|
20
|
-
useAnother: 'Use another',
|
19
|
+
notThis: 'Not you?',
|
20
|
+
useAnother: 'Use another account',
|
21
21
|
authorize: 'Authorize',
|
22
22
|
connect: 'Connect',
|
23
23
|
cancel: 'Cancel',
|
24
24
|
},
|
25
25
|
zh: {
|
26
26
|
notThis: '不是这个?',
|
27
|
-
useAnother: '
|
27
|
+
useAnother: '使用其他账户',
|
28
28
|
authorize: '授权',
|
29
29
|
connect: 'Connect',
|
30
30
|
cancel: '取消',
|