@huma-finance/widgets 0.0.59-beta.481 → 0.0.59-beta.482

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huma-finance/widgets",
3
- "version": "0.0.59-beta.481+c4192b9",
3
+ "version": "0.0.59-beta.482+ea53a78",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,8 +30,8 @@
30
30
  "@ethersproject/experimental": "^5.7.0",
31
31
  "@ethersproject/providers": "^5.6.0",
32
32
  "@ethersproject/units": "^5.6.0",
33
- "@huma-finance/sdk": "^0.0.59-beta.481+c4192b9",
34
- "@huma-finance/shared": "^0.0.59-beta.481+c4192b9",
33
+ "@huma-finance/sdk": "^0.0.58",
34
+ "@huma-finance/shared": "^0.0.58",
35
35
  "@mui/icons-material": "^5.3.0",
36
36
  "@mui/material": "^5.0.6",
37
37
  "@mui/styles": "^5.0.2",
@@ -195,5 +195,5 @@
195
195
  "optionalDependencies": {
196
196
  "encoding": "^0.1.13"
197
197
  },
198
- "gitHead": "c4192b93534cf357e4149072ec5e1b4ab4004343"
198
+ "gitHead": "ea53a78ba1ad057a3ec46b7c49a27f368842e8b5"
199
199
  }
@@ -269,6 +269,7 @@ export function PersonaEvaluation({
269
269
 
270
270
  const startKYC = async () => {
271
271
  isActionOngoingRef.current = true
272
+ isKYCResumedRef.current = false
272
273
  setLoadingType('startKYC')
273
274
  const client: Client = new Persona.Client({
274
275
  inquiryId,