@jupyterlab/notebook 4.3.2 → 4.3.3

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.
Files changed (2) hide show
  1. package/package.json +19 -19
  2. package/style/base.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/notebook",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "description": "JupyterLab - Notebook",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -41,23 +41,23 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@jupyter/ydoc": "^3.0.0",
44
- "@jupyterlab/apputils": "^4.4.2",
45
- "@jupyterlab/cells": "^4.3.2",
46
- "@jupyterlab/codeeditor": "^4.3.2",
47
- "@jupyterlab/codemirror": "^4.3.2",
48
- "@jupyterlab/coreutils": "^6.3.2",
49
- "@jupyterlab/docregistry": "^4.3.2",
50
- "@jupyterlab/documentsearch": "^4.3.2",
51
- "@jupyterlab/lsp": "^4.3.2",
52
- "@jupyterlab/nbformat": "^4.3.2",
53
- "@jupyterlab/observables": "^5.3.2",
54
- "@jupyterlab/rendermime": "^4.3.2",
55
- "@jupyterlab/services": "^7.3.2",
56
- "@jupyterlab/settingregistry": "^4.3.2",
57
- "@jupyterlab/statusbar": "^4.3.2",
58
- "@jupyterlab/toc": "^6.3.2",
59
- "@jupyterlab/translation": "^4.3.2",
60
- "@jupyterlab/ui-components": "^4.3.2",
44
+ "@jupyterlab/apputils": "^4.4.3",
45
+ "@jupyterlab/cells": "^4.3.3",
46
+ "@jupyterlab/codeeditor": "^4.3.3",
47
+ "@jupyterlab/codemirror": "^4.3.3",
48
+ "@jupyterlab/coreutils": "^6.3.3",
49
+ "@jupyterlab/docregistry": "^4.3.3",
50
+ "@jupyterlab/documentsearch": "^4.3.3",
51
+ "@jupyterlab/lsp": "^4.3.3",
52
+ "@jupyterlab/nbformat": "^4.3.3",
53
+ "@jupyterlab/observables": "^5.3.3",
54
+ "@jupyterlab/rendermime": "^4.3.3",
55
+ "@jupyterlab/services": "^7.3.3",
56
+ "@jupyterlab/settingregistry": "^4.3.3",
57
+ "@jupyterlab/statusbar": "^4.3.3",
58
+ "@jupyterlab/toc": "^6.3.3",
59
+ "@jupyterlab/translation": "^4.3.3",
60
+ "@jupyterlab/ui-components": "^4.3.3",
61
61
  "@lumino/algorithm": "^2.0.2",
62
62
  "@lumino/coreutils": "^2.2.0",
63
63
  "@lumino/disposable": "^2.1.3",
@@ -72,7 +72,7 @@
72
72
  "react": "^18.2.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@jupyterlab/testing": "^4.3.2",
75
+ "@jupyterlab/testing": "^4.3.3",
76
76
  "@types/jest": "^29.2.0",
77
77
  "jest": "^29.2.0",
78
78
  "rimraf": "~5.0.5",
package/style/base.css CHANGED
@@ -173,7 +173,7 @@
173
173
  }
174
174
 
175
175
  .jp-dragImage {
176
- display: block;
176
+ display: flex;
177
177
  flex-direction: row;
178
178
  width: var(--jp-private-notebook-dragImage-width);
179
179
  height: var(--jp-private-notebook-dragImage-height);