@wise/dynamic-flow-client 4.0.0-experimental-af37aae → 4.0.0-experimental-dde19b5
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 +13 -1
- package/build/main.mjs +13 -1
- package/package.json +2 -2
package/build/main.js
CHANGED
|
@@ -10391,7 +10391,18 @@ var mapStepToComponent = (_a) => {
|
|
|
10391
10391
|
]);
|
|
10392
10392
|
var _a2, _b2;
|
|
10393
10393
|
const { step, updateComponent } = restProps;
|
|
10394
|
-
const {
|
|
10394
|
+
const {
|
|
10395
|
+
id,
|
|
10396
|
+
control,
|
|
10397
|
+
description,
|
|
10398
|
+
errors,
|
|
10399
|
+
external,
|
|
10400
|
+
key,
|
|
10401
|
+
layout = [],
|
|
10402
|
+
navigation,
|
|
10403
|
+
polling,
|
|
10404
|
+
title
|
|
10405
|
+
} = step;
|
|
10395
10406
|
const backNavigation = (_a2 = navigation == null ? void 0 : navigation.back) != null ? _a2 : navigation == null ? void 0 : navigation.backButton;
|
|
10396
10407
|
const back = backNavigation ? {
|
|
10397
10408
|
title: backNavigation.title,
|
|
@@ -10431,6 +10442,7 @@ var mapStepToComponent = (_a) => {
|
|
|
10431
10442
|
uid,
|
|
10432
10443
|
back,
|
|
10433
10444
|
components,
|
|
10445
|
+
control,
|
|
10434
10446
|
description,
|
|
10435
10447
|
error: errors == null ? void 0 : errors.error,
|
|
10436
10448
|
external,
|
package/build/main.mjs
CHANGED
|
@@ -10367,7 +10367,18 @@ var mapStepToComponent = (_a) => {
|
|
|
10367
10367
|
]);
|
|
10368
10368
|
var _a2, _b2;
|
|
10369
10369
|
const { step, updateComponent } = restProps;
|
|
10370
|
-
const {
|
|
10370
|
+
const {
|
|
10371
|
+
id,
|
|
10372
|
+
control,
|
|
10373
|
+
description,
|
|
10374
|
+
errors,
|
|
10375
|
+
external,
|
|
10376
|
+
key,
|
|
10377
|
+
layout = [],
|
|
10378
|
+
navigation,
|
|
10379
|
+
polling,
|
|
10380
|
+
title
|
|
10381
|
+
} = step;
|
|
10371
10382
|
const backNavigation = (_a2 = navigation == null ? void 0 : navigation.back) != null ? _a2 : navigation == null ? void 0 : navigation.backButton;
|
|
10372
10383
|
const back = backNavigation ? {
|
|
10373
10384
|
title: backNavigation.title,
|
|
@@ -10407,6 +10418,7 @@ var mapStepToComponent = (_a) => {
|
|
|
10407
10418
|
uid,
|
|
10408
10419
|
back,
|
|
10409
10420
|
components,
|
|
10421
|
+
control,
|
|
10410
10422
|
description,
|
|
10411
10423
|
error: errors == null ? void 0 : errors.error,
|
|
10412
10424
|
external,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "4.0.0-experimental-
|
|
3
|
+
"version": "4.0.0-experimental-dde19b5",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"classnames": "2.5.1",
|
|
103
103
|
"react-webcam": "^7.2.0",
|
|
104
104
|
"screenfull": "^5.2.0",
|
|
105
|
-
"@wise/dynamic-flow-types": "3.0.0-experimental-
|
|
105
|
+
"@wise/dynamic-flow-types": "3.0.0-experimental-dde19b5"
|
|
106
106
|
},
|
|
107
107
|
"scripts": {
|
|
108
108
|
"dev": "pnpm build:visual-tests && storybook dev -p 3003",
|