@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.
@@ -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
- const error = lint[0];
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 = {