@wise/dynamic-flow-client 4.12.0-experimental-d108035 → 4.12.0
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/build/main.js +0 -1
- package/build/main.mjs +0 -1
- package/package.json +2 -2
package/build/main.js
CHANGED
|
@@ -6877,7 +6877,6 @@ function useDynamicFlowCore(props) {
|
|
|
6877
6877
|
});
|
|
6878
6878
|
switch (command.type) {
|
|
6879
6879
|
case "complete": {
|
|
6880
|
-
rootComponentRef.current.setLoadingState("idle");
|
|
6881
6880
|
onCompletion(command.result);
|
|
6882
6881
|
rootComponentRef.current.stop();
|
|
6883
6882
|
trackCoreEvent("Succeeded");
|
package/build/main.mjs
CHANGED
|
@@ -6834,7 +6834,6 @@ function useDynamicFlowCore(props) {
|
|
|
6834
6834
|
});
|
|
6835
6835
|
switch (command.type) {
|
|
6836
6836
|
case "complete": {
|
|
6837
|
-
rootComponentRef.current.setLoadingState("idle");
|
|
6838
6837
|
onCompletion(command.result);
|
|
6839
6838
|
rootComponentRef.current.stop();
|
|
6840
6839
|
trackCoreEvent("Succeeded");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "4.12.0
|
|
3
|
+
"version": "4.12.0",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"classnames": "2.5.1",
|
|
96
96
|
"react-webcam": "^7.2.0",
|
|
97
97
|
"screenfull": "^5.2.0",
|
|
98
|
-
"@wise/dynamic-flow-types": "3.10.0
|
|
98
|
+
"@wise/dynamic-flow-types": "3.10.0"
|
|
99
99
|
},
|
|
100
100
|
"scripts": {
|
|
101
101
|
"dev": "pnpm build:visual-tests && storybook dev -p 3003",
|