@bpmn-io/feel-editor 0.7.0 → 0.7.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/index.es.js CHANGED
@@ -591,6 +591,16 @@ const baseTheme = EditorView.theme({
591
591
  '&.cm-editor.cm-focused': {
592
592
  outline: 'none',
593
593
  },
594
+ '& .cm-completionInfo': {
595
+ whiteSpace: 'pre-wrap',
596
+ overflow: 'hidden',
597
+ textOverflow: 'ellipsis'
598
+ },
599
+
600
+ // Don't wrap whitespace for custom HTML
601
+ '& .cm-completionInfo > *': {
602
+ whiteSpace: 'normal'
603
+ },
594
604
  '& .cm-completionInfo ul': {
595
605
  margin: 0,
596
606
  paddingLeft: '15px'
package/dist/index.js CHANGED
@@ -593,6 +593,16 @@ const baseTheme = view.EditorView.theme({
593
593
  '&.cm-editor.cm-focused': {
594
594
  outline: 'none',
595
595
  },
596
+ '& .cm-completionInfo': {
597
+ whiteSpace: 'pre-wrap',
598
+ overflow: 'hidden',
599
+ textOverflow: 'ellipsis'
600
+ },
601
+
602
+ // Don't wrap whitespace for custom HTML
603
+ '& .cm-completionInfo > *': {
604
+ whiteSpace: 'normal'
605
+ },
596
606
  '& .cm-completionInfo ul': {
597
607
  margin: 0,
598
608
  paddingLeft: '15px'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/feel-editor",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Editor for FEEL expressions.",
5
5
  "files": [
6
6
  "dist"