@neo4j-cypher/react-codemirror
Advanced tools
Comparing version 1.0.0-next.8 to 1.0.0-next.9
@@ -101,2 +101,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
theme, | ||
tooltipAbsolute, | ||
parseOnSetValue, | ||
@@ -127,2 +128,3 @@ value, | ||
theme, | ||
tooltipAbsolute, | ||
parseOnSetValue, | ||
@@ -129,0 +131,0 @@ value |
@@ -110,2 +110,3 @@ "use strict"; | ||
theme, | ||
tooltipAbsolute, | ||
parseOnSetValue, | ||
@@ -136,2 +137,3 @@ value, | ||
theme, | ||
tooltipAbsolute, | ||
parseOnSetValue, | ||
@@ -138,0 +140,0 @@ value |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "1.0.0-next.8", | ||
"version": "1.0.0-next.9", | ||
"author": "Neo4j Inc.", | ||
@@ -42,3 +42,3 @@ "license": "GPL-3.0", | ||
"@babel/runtime": "^7.20.6", | ||
"@neo4j-cypher/codemirror": "1.0.0-next.7", | ||
"@neo4j-cypher/codemirror": "1.0.0-next.8", | ||
"codemirror": "^6.0.1" | ||
@@ -45,0 +45,0 @@ }, |
@@ -136,2 +136,8 @@ import * as React from "react"; | ||
/** | ||
* Whether or not the tooltips use simple absolute position styling (vs trying to stay within bounds) | ||
* | ||
* @defaultValue false | ||
*/ | ||
tooltipAbsolute?: boolean; | ||
/** | ||
* The editor text value | ||
@@ -138,0 +144,0 @@ * |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22705
648
+ Added@neo4j-cypher/codemirror@1.0.0-next.8(transitive)
- Removed@neo4j-cypher/codemirror@1.0.0-next.7(transitive)