@abtnode/ux 1.16.17-beta-6f0c7674 → 1.16.17-beta-952ef53d

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/es/locales/en.js CHANGED
@@ -63,6 +63,10 @@ module.exports = {
63
63
  success: 'Passport has been successfully exchanged'
64
64
  }
65
65
  },
66
+ payablePassport: {
67
+ title: 'Purchase passport with payment',
68
+ tooltip: 'If you do not have a passport, you can purchase a passport with this link.'
69
+ },
66
70
  sidebar: {
67
71
  dashboard: 'Dashboard',
68
72
  blocklets: 'Blocklets',
package/es/locales/zh.js CHANGED
@@ -66,6 +66,10 @@ module.exports = {
66
66
  success: '通行证换取成功'
67
67
  }
68
68
  },
69
+ payablePassport: {
70
+ title: 'Purchase passport with payment',
71
+ tooltip: 'If you do not have a passport, you can purchase a passport with this link.'
72
+ },
69
73
  sidebar: {
70
74
  dashboard: '仪表盘',
71
75
  blocklets: '基石程序',
package/lib/locales/en.js CHANGED
@@ -65,6 +65,10 @@ module.exports = {
65
65
  success: 'Passport has been successfully exchanged'
66
66
  }
67
67
  },
68
+ payablePassport: {
69
+ title: 'Purchase passport with payment',
70
+ tooltip: 'If you do not have a passport, you can purchase a passport with this link.'
71
+ },
68
72
  sidebar: {
69
73
  dashboard: 'Dashboard',
70
74
  blocklets: 'Blocklets',
package/lib/locales/zh.js CHANGED
@@ -68,6 +68,10 @@ module.exports = {
68
68
  success: '通行证换取成功'
69
69
  }
70
70
  },
71
+ payablePassport: {
72
+ title: 'Purchase passport with payment',
73
+ tooltip: 'If you do not have a passport, you can purchase a passport with this link.'
74
+ },
71
75
  sidebar: {
72
76
  dashboard: '仪表盘',
73
77
  blocklets: '基石程序',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.17-beta-6f0c7674",
3
+ "version": "1.16.17-beta-952ef53d",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -27,9 +27,9 @@
27
27
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@abtnode/auth": "1.16.17-beta-6f0c7674",
31
- "@abtnode/constant": "1.16.17-beta-6f0c7674",
32
- "@abtnode/util": "1.16.17-beta-6f0c7674",
30
+ "@abtnode/auth": "1.16.17-beta-952ef53d",
31
+ "@abtnode/constant": "1.16.17-beta-952ef53d",
32
+ "@abtnode/util": "1.16.17-beta-952ef53d",
33
33
  "@ahooksjs/use-url-state": "^3.5.1",
34
34
  "@arcblock/did": "^1.18.92",
35
35
  "@arcblock/did-connect": "^2.8.2",
@@ -39,10 +39,10 @@
39
39
  "@arcblock/react-hooks": "^2.8.2",
40
40
  "@arcblock/terminal": "^2.8.2",
41
41
  "@arcblock/ux": "^2.8.2",
42
- "@blocklet/constant": "1.16.17-beta-6f0c7674",
42
+ "@blocklet/constant": "1.16.17-beta-952ef53d",
43
43
  "@blocklet/launcher-layout": "2.2.22",
44
44
  "@blocklet/list": "^0.12.45",
45
- "@blocklet/meta": "1.16.17-beta-6f0c7674",
45
+ "@blocklet/meta": "1.16.17-beta-952ef53d",
46
46
  "@blocklet/ui-react": "^2.8.2",
47
47
  "@blocklet/uploader": "^0.0.32",
48
48
  "@emotion/react": "^11.10.4",
@@ -100,7 +100,7 @@
100
100
  "babel-plugin-inline-react-svg": "^1.1.2",
101
101
  "glob": "^10.3.3"
102
102
  },
103
- "gitHead": "8123f54b0f572c47f1ea704607aae113576c2a76",
103
+ "gitHead": "a575050c7ffd08961a5f4072f4048f6e37976810",
104
104
  "exports": {
105
105
  ".": {
106
106
  "import": "./es/index.js",