@jupyterlab/debugger 4.5.6 → 4.5.7

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/debugger",
3
- "version": "4.5.6",
3
+ "version": "4.5.7",
4
4
  "description": "JupyterLab - Debugger Extension",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -51,22 +51,22 @@
51
51
  "@codemirror/view": "^6.39.14",
52
52
  "@jupyter/react-components": "^0.16.6",
53
53
  "@jupyter/ydoc": "^3.1.0",
54
- "@jupyterlab/application": "^4.5.6",
55
- "@jupyterlab/apputils": "^4.6.6",
56
- "@jupyterlab/cells": "^4.5.6",
57
- "@jupyterlab/codeeditor": "^4.5.6",
58
- "@jupyterlab/codemirror": "^4.5.6",
59
- "@jupyterlab/console": "^4.5.6",
60
- "@jupyterlab/coreutils": "^6.5.6",
61
- "@jupyterlab/docregistry": "^4.5.6",
62
- "@jupyterlab/fileeditor": "^4.5.6",
63
- "@jupyterlab/notebook": "^4.5.6",
64
- "@jupyterlab/observables": "^5.5.6",
65
- "@jupyterlab/rendermime": "^4.5.6",
66
- "@jupyterlab/services": "^7.5.6",
67
- "@jupyterlab/settingregistry": "^4.5.6",
68
- "@jupyterlab/translation": "^4.5.6",
69
- "@jupyterlab/ui-components": "^4.5.6",
54
+ "@jupyterlab/application": "^4.5.7",
55
+ "@jupyterlab/apputils": "^4.6.7",
56
+ "@jupyterlab/cells": "^4.5.7",
57
+ "@jupyterlab/codeeditor": "^4.5.7",
58
+ "@jupyterlab/codemirror": "^4.5.7",
59
+ "@jupyterlab/console": "^4.5.7",
60
+ "@jupyterlab/coreutils": "^6.5.7",
61
+ "@jupyterlab/docregistry": "^4.5.7",
62
+ "@jupyterlab/fileeditor": "^4.5.7",
63
+ "@jupyterlab/notebook": "^4.5.7",
64
+ "@jupyterlab/observables": "^5.5.7",
65
+ "@jupyterlab/rendermime": "^4.5.7",
66
+ "@jupyterlab/services": "^7.5.7",
67
+ "@jupyterlab/settingregistry": "^4.5.7",
68
+ "@jupyterlab/translation": "^4.5.7",
69
+ "@jupyterlab/ui-components": "^4.5.7",
70
70
  "@lumino/algorithm": "^2.0.4",
71
71
  "@lumino/commands": "^2.3.3",
72
72
  "@lumino/coreutils": "^2.2.2",
@@ -80,7 +80,7 @@
80
80
  "react": "^18.2.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@jupyterlab/testing": "^4.5.6",
83
+ "@jupyterlab/testing": "^4.5.7",
84
84
  "@types/jest": "^29.2.0",
85
85
  "jest": "^29.2.0",
86
86
  "jest-canvas-mock": "^2.5.2",
package/style/editor.css CHANGED
@@ -17,10 +17,3 @@ body[data-jp-theme-light='true'] .jp-DebuggerEditor-highlight {
17
17
  background-color: var(--md-brown-100, #d7ccc8);
18
18
  outline-color: var(--md-brown-300, #a1887f);
19
19
  }
20
-
21
- .jp-DebuggerEditor-marker {
22
- position: absolute;
23
- left: -34px;
24
- top: -1px;
25
- color: var(--jp-error-color1);
26
- }
@@ -98,16 +98,6 @@
98
98
  height: 100%;
99
99
  }
100
100
 
101
- .jp-VariableRenderer-TrustButton[aria-pressed='true'] {
102
- box-shadow: inset 0 var(--jp-border-width) 4px
103
- rgba(
104
- var(--jp-shadow-base-lightness),
105
- var(--jp-shadow-base-lightness),
106
- var(--jp-shadow-base-lightness),
107
- 0.6
108
- );
109
- }
110
-
111
101
  .jp-DebuggerRichVariable div[data-mime-type='text/plain'] > pre {
112
102
  white-space: normal;
113
103
  }