@jupyter-notebook/notebook-extension 7.0.0-beta.2 → 7.0.0-beta.4

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 +9 -9
  2. package/style/base.css +1 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyter-notebook/notebook-extension",
3
- "version": "7.0.0-beta.2",
3
+ "version": "7.0.0-beta.4",
4
4
  "description": "Jupyter Notebook - Notebook Extension",
5
5
  "homepage": "https://github.com/jupyter/notebook",
6
6
  "bugs": {
@@ -38,14 +38,14 @@
38
38
  "watch": "tsc -b --watch"
39
39
  },
40
40
  "dependencies": {
41
- "@jupyter-notebook/application": "^7.0.0-beta.2",
42
- "@jupyterlab/application": "^4.0.0-rc.1",
43
- "@jupyterlab/apputils": "^4.0.0-rc.1",
44
- "@jupyterlab/cells": "^4.0.0-rc.1",
45
- "@jupyterlab/docmanager": "^4.0.0-rc.1",
46
- "@jupyterlab/notebook": "^4.0.0-rc.1",
47
- "@jupyterlab/settingregistry": "^4.0.0-rc.1",
48
- "@jupyterlab/translation": "^4.0.0-rc.1",
41
+ "@jupyter-notebook/application": "^7.0.0-beta.4",
42
+ "@jupyterlab/application": "^4.0.1",
43
+ "@jupyterlab/apputils": "^4.1.1",
44
+ "@jupyterlab/cells": "^4.0.1",
45
+ "@jupyterlab/docmanager": "^4.0.1",
46
+ "@jupyterlab/notebook": "^4.0.1",
47
+ "@jupyterlab/settingregistry": "^4.0.1",
48
+ "@jupyterlab/translation": "^4.0.1",
49
49
  "@lumino/polling": "^2.1.1",
50
50
  "@lumino/widgets": "^2.1.1"
51
51
  },
package/style/base.css CHANGED
@@ -124,8 +124,6 @@ body[data-notebook='notebooks']
124
124
 
125
125
  /* Tweak the notebook footer (to add a new cell) */
126
126
  body[data-notebook='notebooks'] .jp-Notebook-footer {
127
- /* TODO: re-enable */
128
- display: none;
129
127
  width: 100%;
130
128
  margin-left: unset;
131
129
  background: unset;
@@ -154,11 +152,7 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-window {
154
152
  /* Notebook box shadow */
155
153
 
156
154
  body[data-notebook='notebooks'] .jp-Notebook > *:first-child:not(:last-child) {
157
- box-shadow: 0px 0px 12px 1px var(--jp-shadow-umbra-color);
158
- }
159
-
160
- body[data-notebook='notebooks'] .jp-Notebook > *:first-child:not(:last-child) {
161
- box-shadow: 0px 0px 12px 1px var(--jp-shadow-umbra-color);
155
+ box-shadow: var(--jp-elevation-z4);
162
156
  }
163
157
 
164
158
  body[data-notebook='notebooks']