@blocklet/ui-react 2.12.23 → 2.12.24

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.
@@ -144,7 +144,7 @@ export const translations = {
144
144
  en: {
145
145
  settings: "Settings",
146
146
  noPassport: "No passport yet",
147
- passport: "Passport",
147
+ passport: "Passports",
148
148
  notification: "Notification",
149
149
  email: "Email",
150
150
  phone: "Phone",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/ui-react",
3
- "version": "2.12.23",
3
+ "version": "2.12.24",
4
4
  "description": "Some useful front-end web components that can be used in Blocklets.",
5
5
  "keywords": [
6
6
  "react",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@abtnode/constant": "^1.16.39",
36
- "@arcblock/bridge": "^2.12.23",
37
- "@arcblock/react-hooks": "^2.12.23",
36
+ "@arcblock/bridge": "^2.12.24",
37
+ "@arcblock/react-hooks": "^2.12.24",
38
38
  "@arcblock/ws": "^1.19.15",
39
39
  "@blocklet/did-space-react": "^1.0.33",
40
40
  "@iconify-icons/logos": "^1.2.36",
@@ -87,5 +87,5 @@
87
87
  "jest": "^29.7.0",
88
88
  "unbuild": "^2.0.0"
89
89
  },
90
- "gitHead": "13125f3eb13c42e5d0abbe6d3c33f5b315cfdd88"
90
+ "gitHead": "1b60545e5fe97a4efa0515e7b6c02439b5dac919"
91
91
  }
@@ -146,7 +146,7 @@ export const translations = {
146
146
  en: {
147
147
  settings: 'Settings',
148
148
  noPassport: 'No passport yet',
149
- passport: 'Passport',
149
+ passport: 'Passports',
150
150
  notification: 'Notification',
151
151
  email: 'Email',
152
152
  phone: 'Phone',