@bpmn-io/feel-editor 1.7.0 → 1.8.0

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
@@ -26,6 +26,9 @@ const baseTheme = EditorView.theme({
26
26
  overflow: 'hidden',
27
27
  textOverflow: 'ellipsis'
28
28
  },
29
+ '&.cm-editor': {
30
+ height: '100%',
31
+ },
29
32
 
30
33
  // Don't wrap whitespace for custom HTML
31
34
  '& .cm-completionInfo > *': {
package/dist/index.js CHANGED
@@ -28,6 +28,9 @@ const baseTheme = view.EditorView.theme({
28
28
  overflow: 'hidden',
29
29
  textOverflow: 'ellipsis'
30
30
  },
31
+ '&.cm-editor': {
32
+ height: '100%',
33
+ },
31
34
 
32
35
  // Don't wrap whitespace for custom HTML
33
36
  '& .cm-completionInfo > *': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/feel-editor",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Editor for FEEL expressions.",
5
5
  "files": [
6
6
  "dist"