@bpmn-io/properties-panel 3.17.0 → 3.18.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/properties-panel.css +0 -4
- package/dist/index.esm.js +1 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1433,10 +1433,6 @@ textarea.bio-properties-panel-input {
|
|
|
1433
1433
|
display: block;
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
|
-
.bio-properties-panel-feelers-editor-container .bio-properties-panel-open-feel-popup {
|
|
1437
|
-
bottom: 0;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
1436
|
.bio-properties-panel-feelers-editor-container .bio-properties-panel-open-feel-popup:hover,
|
|
1441
1437
|
.bio-properties-panel-feel-container .bio-properties-panel-open-feel-popup:hover {
|
|
1442
1438
|
color: var(--feel-open-popup-hover-color);
|
package/dist/index.esm.js
CHANGED
|
@@ -2010,9 +2010,7 @@ function FeelTextfieldComponent(props) {
|
|
|
2010
2010
|
onError(undefined);
|
|
2011
2011
|
return;
|
|
2012
2012
|
}
|
|
2013
|
-
|
|
2014
|
-
const message = `${error.source}: ${error.message}`;
|
|
2015
|
-
onError(message);
|
|
2013
|
+
onError('Unparsable FEEL expression.');
|
|
2016
2014
|
});
|
|
2017
2015
|
const handlePopupOpen = (type = 'feel') => {
|
|
2018
2016
|
const popupOptions = {
|