@bpmn-io/form-js-editor 1.14.1-alpha.0 → 1.15.1
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/assets/form-js-editor.css +4 -0
- package/dist/assets/properties-panel.css +1521 -1517
- package/dist/index.cjs +520 -614
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +520 -614
- package/dist/index.es.js.map +1 -1
- package/dist/types/features/properties-panel/entries/index.d.ts +0 -1
- package/dist/types/features/properties-panel/groups/index.d.ts +0 -1
- package/package.json +5 -5
- package/dist/types/features/properties-panel/entries/EndpointKey.d.ts +0 -10
- package/dist/types/features/properties-panel/groups/DownloadSettings.d.ts +0 -12
|
@@ -2303,6 +2303,10 @@ textarea.bio-properties-panel-input {
|
|
|
2303
2303
|
padding-left: 4px;
|
|
2304
2304
|
}
|
|
2305
2305
|
|
|
2306
|
+
.bio-properties-panel-feel-popup .bio-properties-panel-input {
|
|
2307
|
+
border: none;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2306
2310
|
.bio-properties-panel-feel-popup .cm-gutters {
|
|
2307
2311
|
background-color: var(--feel-popup-gutters-background-color);
|
|
2308
2312
|
border: none;
|