@abtnode/ux 1.16.11-next-b5795b3a → 1.16.11-next-1dfaa5fb

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.
@@ -157,7 +157,7 @@ function SpaceSelector(_ref) {
157
157
  width: '100px',
158
158
  height: '100%'
159
159
  },
160
- children: endpoint ? t('storage.spaces.reconnect') : t('storage.spaces.connect')
160
+ children: endpoint ? t('storage.spaces.reconnect') : t('storage.spaces.connects')
161
161
  })
162
162
  })
163
163
  }));
package/lib/locales/en.js CHANGED
@@ -1337,6 +1337,7 @@ module.exports = {
1337
1337
  tag: 'Connected'
1338
1338
  },
1339
1339
  connectedWithName: 'You have successfully connected to {name}',
1340
+ connects: 'Connect',
1340
1341
  reconnect: 'Reconnect',
1341
1342
  addressCannotEmpty: 'Address cannot be empty',
1342
1343
  addressNotValid: '{url} is not a valid address',
package/lib/locales/zh.js CHANGED
@@ -1341,6 +1341,7 @@ module.exports = {
1341
1341
  tag: '已连接'
1342
1342
  },
1343
1343
  connectedWithName: '你已成功连接至 {name}',
1344
+ connects: '连接',
1344
1345
  reconnect: '重新连接',
1345
1346
  addressCannotEmpty: '地址不能为空',
1346
1347
  addressNotValid: '{url} 不是一个合法的地址',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.11-next-b5795b3a",
3
+ "version": "1.16.11-next-1dfaa5fb",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,9 +23,9 @@
23
23
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@abtnode/auth": "1.16.11-next-b5795b3a",
27
- "@abtnode/constant": "1.16.11-next-b5795b3a",
28
- "@abtnode/util": "1.16.11-next-b5795b3a",
26
+ "@abtnode/auth": "1.16.11-next-1dfaa5fb",
27
+ "@abtnode/constant": "1.16.11-next-1dfaa5fb",
28
+ "@abtnode/util": "1.16.11-next-1dfaa5fb",
29
29
  "@ahooksjs/use-url-state": "^3.5.1",
30
30
  "@arcblock/did": "^1.18.80",
31
31
  "@arcblock/did-connect": "^2.5.48",
@@ -34,10 +34,10 @@
34
34
  "@arcblock/react-hooks": "^2.5.48",
35
35
  "@arcblock/terminal": "^2.5.48",
36
36
  "@arcblock/ux": "^2.5.48",
37
- "@blocklet/constant": "1.16.11-next-b5795b3a",
38
- "@blocklet/launcher-layout": "2.1.6",
37
+ "@blocklet/constant": "1.16.11-next-1dfaa5fb",
38
+ "@blocklet/launcher-layout": "2.1.12",
39
39
  "@blocklet/list": "^0.11.28",
40
- "@blocklet/meta": "1.16.11-next-b5795b3a",
40
+ "@blocklet/meta": "1.16.11-next-1dfaa5fb",
41
41
  "@blocklet/ui-react": "^2.5.48",
42
42
  "@emotion/react": "^11.10.4",
43
43
  "@emotion/styled": "^11.10.4",
@@ -93,5 +93,5 @@
93
93
  "@babel/preset-react": "^7.18.6",
94
94
  "babel-plugin-inline-react-svg": "^1.1.2"
95
95
  },
96
- "gitHead": "3a3586bb115318b2149e72ab99e441684122b3e3"
96
+ "gitHead": "c1874e3b08e2ba31d87e6d46cce9f03e53763bbf"
97
97
  }