@blocklet/payment-react 1.15.29 → 1.15.30
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 +1 -1
- package/es/locales/zh.js +1 -1
- package/lib/locales/en.js +1 -1
- package/lib/locales/zh.js +1 -1
- package/package.json +8 -8
- package/src/locales/en.tsx +1 -1
- package/src/locales/zh.tsx +1 -1
package/es/locales/en.js
CHANGED
|
@@ -198,7 +198,7 @@ export default flat({
|
|
|
198
198
|
update: "Update Information",
|
|
199
199
|
empty: "Seems you do not have any subscriptions or payments here",
|
|
200
200
|
cancel: {
|
|
201
|
-
button: "
|
|
201
|
+
button: "Unsubscribe",
|
|
202
202
|
title: "Cancel your subscription",
|
|
203
203
|
comment: "Any additional feedback?",
|
|
204
204
|
description: "Your subscription will be canceled, but it is still available until the end of your current billing period on {date}",
|
package/es/locales/zh.js
CHANGED
|
@@ -198,7 +198,7 @@ export default flat({
|
|
|
198
198
|
update: "\u66F4\u65B0\u5BA2\u6237\u4FE1\u606F",
|
|
199
199
|
empty: "\u770B\u8D77\u6765\u60A8\u5728\u8FD9\u91CC\u6CA1\u6709\u4EFB\u4F55\u8BA2\u9605\u6216\u652F\u4ED8",
|
|
200
200
|
cancel: {
|
|
201
|
-
button: "\u53D6\u6D88",
|
|
201
|
+
button: "\u53D6\u6D88\u8BA2\u9605",
|
|
202
202
|
title: "\u53D6\u6D88\u60A8\u7684\u8BA2\u9605",
|
|
203
203
|
comment: "\u4F60\u8FD8\u6709\u5176\u4ED6\u53CD\u9988\u4E48\uFF1F",
|
|
204
204
|
description: "\u60A8\u7684\u8BA2\u9605\u5C06\u88AB\u53D6\u6D88\uFF0C\u4F46\u4ECD\u7136\u53EF\u7528\u76F4\u5230\u60A8\u5F53\u524D\u8BA1\u8D39\u5468\u671F\u7ED3\u675F\u4E8E{date}",
|
package/lib/locales/en.js
CHANGED
|
@@ -205,7 +205,7 @@ module.exports = (0, _flat.default)({
|
|
|
205
205
|
update: "Update Information",
|
|
206
206
|
empty: "Seems you do not have any subscriptions or payments here",
|
|
207
207
|
cancel: {
|
|
208
|
-
button: "
|
|
208
|
+
button: "Unsubscribe",
|
|
209
209
|
title: "Cancel your subscription",
|
|
210
210
|
comment: "Any additional feedback?",
|
|
211
211
|
description: "Your subscription will be canceled, but it is still available until the end of your current billing period on {date}",
|
package/lib/locales/zh.js
CHANGED
|
@@ -205,7 +205,7 @@ module.exports = (0, _flat.default)({
|
|
|
205
205
|
update: "\u66F4\u65B0\u5BA2\u6237\u4FE1\u606F",
|
|
206
206
|
empty: "\u770B\u8D77\u6765\u60A8\u5728\u8FD9\u91CC\u6CA1\u6709\u4EFB\u4F55\u8BA2\u9605\u6216\u652F\u4ED8",
|
|
207
207
|
cancel: {
|
|
208
|
-
button: "\u53D6\u6D88",
|
|
208
|
+
button: "\u53D6\u6D88\u8BA2\u9605",
|
|
209
209
|
title: "\u53D6\u6D88\u60A8\u7684\u8BA2\u9605",
|
|
210
210
|
comment: "\u4F60\u8FD8\u6709\u5176\u4ED6\u53CD\u9988\u4E48\uFF1F",
|
|
211
211
|
description: "\u60A8\u7684\u8BA2\u9605\u5C06\u88AB\u53D6\u6D88\uFF0C\u4F46\u4ECD\u7136\u53EF\u7528\u76F4\u5230\u60A8\u5F53\u524D\u8BA1\u8D39\u5468\u671F\u7ED3\u675F\u4E8E{date}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/payment-react",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.30",
|
|
4
4
|
"description": "Reusable react components for payment kit v2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@arcblock/did-connect": "^2.10.
|
|
57
|
-
"@arcblock/ux": "^2.10.
|
|
58
|
-
"@arcblock/ws": "^1.18.
|
|
59
|
-
"@blocklet/ui-react": "^2.10.
|
|
56
|
+
"@arcblock/did-connect": "^2.10.65",
|
|
57
|
+
"@arcblock/ux": "^2.10.65",
|
|
58
|
+
"@arcblock/ws": "^1.18.139",
|
|
59
|
+
"@blocklet/ui-react": "^2.10.65",
|
|
60
60
|
"@mui/icons-material": "^5.16.6",
|
|
61
61
|
"@mui/lab": "^5.0.0-alpha.173",
|
|
62
62
|
"@mui/material": "^5.16.6",
|
|
63
63
|
"@mui/system": "^5.16.6",
|
|
64
|
-
"@ocap/util": "^1.18.
|
|
64
|
+
"@ocap/util": "^1.18.139",
|
|
65
65
|
"@stripe/react-stripe-js": "^2.7.3",
|
|
66
66
|
"@stripe/stripe-js": "^2.4.0",
|
|
67
67
|
"@vitejs/plugin-legacy": "^5.4.1",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"@babel/core": "^7.25.2",
|
|
93
93
|
"@babel/preset-env": "^7.25.2",
|
|
94
94
|
"@babel/preset-react": "^7.24.7",
|
|
95
|
-
"@blocklet/payment-types": "1.15.
|
|
95
|
+
"@blocklet/payment-types": "1.15.30",
|
|
96
96
|
"@storybook/addon-essentials": "^7.6.20",
|
|
97
97
|
"@storybook/addon-interactions": "^7.6.20",
|
|
98
98
|
"@storybook/addon-links": "^7.6.20",
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"vite-plugin-babel": "^1.2.0",
|
|
123
123
|
"vite-plugin-node-polyfills": "^0.21.0"
|
|
124
124
|
},
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "963ac54a2fc0d4bd68f277fe31a848a1b3337abb"
|
|
126
126
|
}
|
package/src/locales/en.tsx
CHANGED
|
@@ -203,7 +203,7 @@ export default flat({
|
|
|
203
203
|
update: 'Update Information',
|
|
204
204
|
empty: 'Seems you do not have any subscriptions or payments here',
|
|
205
205
|
cancel: {
|
|
206
|
-
button: '
|
|
206
|
+
button: 'Unsubscribe',
|
|
207
207
|
title: 'Cancel your subscription',
|
|
208
208
|
comment: 'Any additional feedback?',
|
|
209
209
|
description:
|
package/src/locales/zh.tsx
CHANGED