@blocklet/payment-react 1.13.126 → 1.13.127

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.
@@ -209,6 +209,7 @@ export default function PaymentForm({
209
209
  handleSubmit(onSubmit)();
210
210
  } else {
211
211
  session?.login({
212
+ // @ts-ignored
212
213
  onSuccess: onUserLoggedIn,
213
214
  extraParams: {}
214
215
  });
@@ -258,6 +258,7 @@ function PaymentForm({
258
258
  handleSubmit(onSubmit)();
259
259
  } else {
260
260
  session?.login({
261
+ // @ts-ignored
261
262
  onSuccess: onUserLoggedIn,
262
263
  extraParams: {}
263
264
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-react",
3
- "version": "1.13.126",
3
+ "version": "1.13.127",
4
4
  "description": "Reusable react components for payment kit v2",
5
5
  "keywords": [
6
6
  "react",
@@ -52,8 +52,8 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@arcblock/did-connect": "^2.9.19",
56
- "@arcblock/ux": "^2.9.19",
55
+ "@arcblock/did-connect": "^2.9.23",
56
+ "@arcblock/ux": "^2.9.23",
57
57
  "@mui/icons-material": "^5.15.6",
58
58
  "@mui/lab": "^5.0.0-alpha.162",
59
59
  "@mui/material": "^5.15.6",
@@ -89,7 +89,7 @@
89
89
  "@babel/core": "^7.19.3",
90
90
  "@babel/preset-env": "^7.19.3",
91
91
  "@babel/preset-react": "^7.18.6",
92
- "@blocklet/payment-types": "1.13.126",
92
+ "@blocklet/payment-types": "1.13.127",
93
93
  "@storybook/addon-essentials": "^7.6.10",
94
94
  "@storybook/addon-interactions": "^7.6.10",
95
95
  "@storybook/addon-links": "^7.6.10",
@@ -118,5 +118,5 @@
118
118
  "vite-plugin-babel": "^1.2.0",
119
119
  "vite-plugin-node-polyfills": "^0.19.0"
120
120
  },
121
- "gitHead": "efeb0d3762e61e2a6642330b86a41aa4f0847f36"
121
+ "gitHead": "6a90c9de4836dede89733d1ba85929b1e712f6d5"
122
122
  }
@@ -269,6 +269,7 @@ export default function PaymentForm({
269
269
  } else {
270
270
  // @ts-ignored
271
271
  session?.login({
272
+ // @ts-ignored
272
273
  onSuccess: onUserLoggedIn,
273
274
  extraParams: {},
274
275
  });