@neo4j-cypher/react-codemirror 1.0.0-next.10 → 1.0.0-next.11

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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "codemirror",
8
8
  "codemirror 6"
9
9
  ],
10
- "version": "1.0.0-next.10",
10
+ "version": "1.0.0-next.11",
11
11
  "author": "Neo4j Inc.",
12
12
  "license": "GPL-3.0",
13
13
  "main": "./lib/react-codemirror.js",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@babel/runtime": "^7.20.6",
41
- "@neo4j-cypher/codemirror": "1.0.0-next.9",
41
+ "@neo4j-cypher/codemirror": "1.0.0-next.10",
42
42
  "codemirror": "^6.0.1"
43
43
  },
44
44
  "peerDependencies": {
@@ -135,7 +135,7 @@ export interface CypherEditorProps {
135
135
  /**
136
136
  * Whether or not the tooltips use simple absolute position styling (vs trying to stay within bounds)
137
137
  *
138
- * @defaultValue false
138
+ * @defaultValue true
139
139
  */
140
140
  tooltipAbsolute?: boolean;
141
141
  /**