@bpmn-io/form-js-editor 1.21.0 → 1.21.2
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/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -2598,7 +2598,8 @@ function FormEditor$1() {
|
|
|
2598
2598
|
Element: Element$1,
|
|
2599
2599
|
Empty,
|
|
2600
2600
|
Row,
|
|
2601
|
-
hoverInfo: {}
|
|
2601
|
+
hoverInfo: {},
|
|
2602
|
+
applyVisibilityConditions: false
|
|
2602
2603
|
}), []);
|
|
2603
2604
|
const formContext = useMemo(() => ({
|
|
2604
2605
|
getService(type, strict = true) {
|