@clxmedia/clxforms-client 1.1.12 → 1.1.14
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/dist/layout-processor.js +3 -0
- package/package.json +2 -2
package/dist/layout-processor.js
CHANGED
|
@@ -125,6 +125,9 @@ const CLXFormLayoutProcessor = ({ mode, responseData, formRights }) => {
|
|
|
125
125
|
if (step.is_gate && !step.is_complete && !isGateSatisfied) {
|
|
126
126
|
isGated = true;
|
|
127
127
|
}
|
|
128
|
+
if (step.is_gate && !isCLXInternalUser) {
|
|
129
|
+
return acc;
|
|
130
|
+
}
|
|
128
131
|
acc.push(step);
|
|
129
132
|
return acc;
|
|
130
133
|
}, [])
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clxmedia/clxforms-client",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"description": "CLXperience Forms Client",
|
|
5
5
|
"author": "Brandon Thompson <brandont@clxmedia.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"bugs": "https://github.com/adsupnow/xperience-library/clxforms-client",
|
|
45
45
|
"peerDependencies": {},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@clxmedia/types": "1.13.
|
|
47
|
+
"@clxmedia/types": "1.13.1",
|
|
48
48
|
"luxon": "3.4.4"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|