@jupyterlab/codemirror
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -463,3 +463,3 @@ // Copyright (c) Jupyter Development Team. | ||
displayName: trans.__('SQL'), | ||
mime: 'text/x-sql', | ||
mime: ['application/sql', 'text/x-sql'], | ||
extensions: ['sql'], | ||
@@ -466,0 +466,0 @@ load() { |
@@ -41,5 +41,8 @@ // Copyright (c) Jupyter Development Team. | ||
}, | ||
'.cm-gutter, .cm-activeLine': { | ||
'.cm-gutter': { | ||
backgroundColor: 'var(--jp-layout-color2)' | ||
}, | ||
'.cm-activeLine': { | ||
backgroundColor: 'color-mix(in srgb, var(--jp-layout-color3) 25%, transparent)' | ||
}, | ||
'.cm-lineNumbers': { | ||
@@ -46,0 +49,0 @@ color: 'var(--jp-ui-font-color2)' |
{ | ||
"name": "@jupyterlab/codemirror", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "JupyterLab - CodeMirror Editor Provider", | ||
@@ -62,7 +62,7 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"@jupyter/ydoc": "^1.0.2", | ||
"@jupyterlab/codeeditor": "^4.0.6", | ||
"@jupyterlab/coreutils": "^6.0.6", | ||
"@jupyterlab/documentsearch": "^4.0.6", | ||
"@jupyterlab/nbformat": "^4.0.6", | ||
"@jupyterlab/translation": "^4.0.6", | ||
"@jupyterlab/codeeditor": "^4.0.7", | ||
"@jupyterlab/coreutils": "^6.0.7", | ||
"@jupyterlab/documentsearch": "^4.0.7", | ||
"@jupyterlab/nbformat": "^4.0.7", | ||
"@jupyterlab/translation": "^4.0.7", | ||
"@lezer/common": "^1.0.2", | ||
@@ -78,3 +78,3 @@ "@lezer/generator": "^1.2.2", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.0.6", | ||
"@jupyterlab/testing": "^4.0.7", | ||
"@lezer/generator": "^1.2.2", | ||
@@ -81,0 +81,0 @@ "@lezer/lr": "^1.3.3", |
@@ -504,3 +504,3 @@ // Copyright (c) Jupyter Development Team. | ||
displayName: trans.__('SQL'), | ||
mime: 'text/x-sql', | ||
mime: ['application/sql', 'text/x-sql'], | ||
extensions: ['sql'], | ||
@@ -507,0 +507,0 @@ load() { |
@@ -58,6 +58,11 @@ // Copyright (c) Jupyter Development Team. | ||
'.cm-gutter, .cm-activeLine': { | ||
'.cm-gutter': { | ||
backgroundColor: 'var(--jp-layout-color2)' | ||
}, | ||
'.cm-activeLine': { | ||
backgroundColor: | ||
'color-mix(in srgb, var(--jp-layout-color3) 25%, transparent)' | ||
}, | ||
'.cm-lineNumbers': { | ||
@@ -64,0 +69,0 @@ color: 'var(--jp-ui-font-color2)' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
501631
11891