@blocklet/payment-react 1.17.3 → 1.17.4
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 +2 -2
- package/lib/locales/en.js +2 -2
- package/package.json +8 -8
- package/src/locales/en.tsx +2 -2
package/es/locales/en.js
CHANGED
|
@@ -317,8 +317,8 @@ export default flat({
|
|
|
317
317
|
stakeForChangePayment: "Subscription payment method update",
|
|
318
318
|
recharge: "Add funds",
|
|
319
319
|
rechargeForSubscription: "Add funds for subscription",
|
|
320
|
-
overdraftProtection: "SubGuard Fee",
|
|
321
|
-
stakeForSubscriptionOverdraftProtection: "SubGuard",
|
|
320
|
+
overdraftProtection: "SubGuard\u2122 Fee",
|
|
321
|
+
stakeForSubscriptionOverdraftProtection: "SubGuard\u2122",
|
|
322
322
|
gas: "Gas",
|
|
323
323
|
fee: "Fee"
|
|
324
324
|
}
|
package/lib/locales/en.js
CHANGED
|
@@ -324,8 +324,8 @@ module.exports = (0, _flat.default)({
|
|
|
324
324
|
stakeForChangePayment: "Subscription payment method update",
|
|
325
325
|
recharge: "Add funds",
|
|
326
326
|
rechargeForSubscription: "Add funds for subscription",
|
|
327
|
-
overdraftProtection: "SubGuard Fee",
|
|
328
|
-
stakeForSubscriptionOverdraftProtection: "SubGuard",
|
|
327
|
+
overdraftProtection: "SubGuard\u2122 Fee",
|
|
328
|
+
stakeForSubscriptionOverdraftProtection: "SubGuard\u2122",
|
|
329
329
|
gas: "Gas",
|
|
330
330
|
fee: "Fee"
|
|
331
331
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/payment-react",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.4",
|
|
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.11.
|
|
57
|
-
"@arcblock/ux": "^2.11.
|
|
58
|
-
"@arcblock/ws": "^1.
|
|
59
|
-
"@blocklet/ui-react": "^2.11.
|
|
56
|
+
"@arcblock/did-connect": "^2.11.23",
|
|
57
|
+
"@arcblock/ux": "^2.11.23",
|
|
58
|
+
"@arcblock/ws": "^1.19.2",
|
|
59
|
+
"@blocklet/ui-react": "^2.11.23",
|
|
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.
|
|
64
|
+
"@ocap/util": "^1.19.2",
|
|
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.17.
|
|
95
|
+
"@blocklet/payment-types": "1.17.4",
|
|
96
96
|
"@storybook/addon-essentials": "^7.6.20",
|
|
97
97
|
"@storybook/addon-interactions": "^7.6.20",
|
|
98
98
|
"@storybook/addon-links": "^7.6.20",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"vite-plugin-babel": "^1.2.0",
|
|
124
124
|
"vite-plugin-node-polyfills": "^0.21.0"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "2d25cbcf146ba2195b1c3434ab3f64566f851893"
|
|
127
127
|
}
|
package/src/locales/en.tsx
CHANGED
|
@@ -330,8 +330,8 @@ export default flat({
|
|
|
330
330
|
stakeForChangePayment: 'Subscription payment method update',
|
|
331
331
|
recharge: 'Add funds',
|
|
332
332
|
rechargeForSubscription: 'Add funds for subscription',
|
|
333
|
-
overdraftProtection: 'SubGuard Fee',
|
|
334
|
-
stakeForSubscriptionOverdraftProtection: 'SubGuard',
|
|
333
|
+
overdraftProtection: 'SubGuard™ Fee',
|
|
334
|
+
stakeForSubscriptionOverdraftProtection: 'SubGuard™',
|
|
335
335
|
gas: 'Gas',
|
|
336
336
|
fee: 'Fee',
|
|
337
337
|
},
|