@bpmn-io/form-js-editor 1.3.0 → 1.3.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/LICENSE +22 -22
- package/README.md +116 -116
- package/dist/assets/form-js-editor-base.css +797 -797
- package/dist/assets/form-js-editor.css +1 -1
- package/dist/assets/properties-panel.css +1 -1
- package/dist/index.cjs +378 -311
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +379 -312
- package/dist/index.es.js.map +1 -1
- package/dist/types/features/properties-panel/entries/InputKeyValuesSourceEntry.d.ts +0 -2
- package/dist/types/features/properties-panel/entries/ValuesExpressionEntry.d.ts +0 -1
- package/dist/types/types.d.ts +28 -28
- package/package.json +4 -4
|
@@ -1994,7 +1994,7 @@ textarea.bio-properties-panel-input {
|
|
|
1994
1994
|
--popup-title-color: hsla(0, 0%, 0%, 1);
|
|
1995
1995
|
--feel-popup-close-background-color: hsla(219, 99%, 53%, 1);
|
|
1996
1996
|
--feel-popup-gutters-background-color: hsla(0, 0%, 90%, 1);
|
|
1997
|
-
position:
|
|
1997
|
+
position: fixed;
|
|
1998
1998
|
display: flex;
|
|
1999
1999
|
flex: auto;
|
|
2000
2000
|
flex-direction: column;
|
|
@@ -1237,7 +1237,7 @@ textarea.bio-properties-panel-input {
|
|
|
1237
1237
|
--feel-popup-close-background-color: hsla(219, 99%, 53%, 1);
|
|
1238
1238
|
--feel-popup-gutters-background-color: hsla(0, 0%, 90%, 1);
|
|
1239
1239
|
|
|
1240
|
-
position:
|
|
1240
|
+
position: fixed;
|
|
1241
1241
|
display: flex;
|
|
1242
1242
|
flex: auto;
|
|
1243
1243
|
flex-direction: column;
|