@jupyterlab/settingeditor 4.0.0-beta.0 → 4.0.0-beta.1
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 +12 -12
- package/style/base.css +0 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/settingeditor",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.1",
|
|
4
4
|
"description": "The JupyterLab default setting editor interface",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -37,23 +37,23 @@
|
|
|
37
37
|
"watch": "tsc -b --watch"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@jupyterlab/application": "^4.0.0-beta.
|
|
41
|
-
"@jupyterlab/apputils": "^4.0.0-beta.
|
|
42
|
-
"@jupyterlab/codeeditor": "^4.0.0-beta.
|
|
43
|
-
"@jupyterlab/inspector": "^4.0.0-beta.
|
|
44
|
-
"@jupyterlab/rendermime": "^4.0.0-beta.
|
|
45
|
-
"@jupyterlab/settingregistry": "^4.0.0-beta.
|
|
46
|
-
"@jupyterlab/statedb": "^4.0.0-beta.
|
|
47
|
-
"@jupyterlab/translation": "^4.0.0-beta.
|
|
48
|
-
"@jupyterlab/ui-components": "^4.0.0-beta.
|
|
40
|
+
"@jupyterlab/application": "^4.0.0-beta.1",
|
|
41
|
+
"@jupyterlab/apputils": "^4.0.0-beta.1",
|
|
42
|
+
"@jupyterlab/codeeditor": "^4.0.0-beta.1",
|
|
43
|
+
"@jupyterlab/inspector": "^4.0.0-beta.1",
|
|
44
|
+
"@jupyterlab/rendermime": "^4.0.0-beta.1",
|
|
45
|
+
"@jupyterlab/settingregistry": "^4.0.0-beta.1",
|
|
46
|
+
"@jupyterlab/statedb": "^4.0.0-beta.1",
|
|
47
|
+
"@jupyterlab/translation": "^4.0.0-beta.1",
|
|
48
|
+
"@jupyterlab/ui-components": "^4.0.0-beta.1",
|
|
49
49
|
"@lumino/algorithm": "^2.0.0",
|
|
50
|
-
"@lumino/commands": "^2.0.
|
|
50
|
+
"@lumino/commands": "^2.0.1",
|
|
51
51
|
"@lumino/coreutils": "^2.0.0",
|
|
52
52
|
"@lumino/disposable": "^2.0.0",
|
|
53
53
|
"@lumino/messaging": "^2.0.0",
|
|
54
54
|
"@lumino/polling": "^2.0.0",
|
|
55
55
|
"@lumino/signaling": "^2.0.0",
|
|
56
|
-
"@lumino/widgets": "^2.0.
|
|
56
|
+
"@lumino/widgets": "^2.0.1",
|
|
57
57
|
"@rjsf/core": "^5.1.0",
|
|
58
58
|
"@rjsf/utils": "^5.1.0",
|
|
59
59
|
"@rjsf/validator-ajv8": "^5.1.0",
|
package/style/base.css
CHANGED
|
@@ -125,19 +125,6 @@
|
|
|
125
125
|
background-color: var(--jp-error-color0);
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
.jp-PluginList button.jp-mod-selected.jp-ErrorPlugin span {
|
|
129
|
-
color: var(--jp-error-color0);
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.jp-PluginList button.jp-mod-selected span {
|
|
133
|
-
font-weight: var(--jp-content-heading-font-weight);
|
|
134
|
-
color: var(--jp-brand-color1);
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.jp-FormComponent li span {
|
|
138
|
-
overflow: hidden;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
128
|
.jp-SettingEditor-header {
|
|
142
129
|
font-size: var(--jp-content-font-size4);
|
|
143
130
|
font-weight: var(--jp-content-heading-font-weight);
|
|
@@ -150,10 +137,6 @@
|
|
|
150
137
|
background-color: var(--jp-layout-color0);
|
|
151
138
|
}
|
|
152
139
|
|
|
153
|
-
ul.jp-PluginList li.jp-mod-selected span.jp-PluginList-icon.jp-FileIcon {
|
|
154
|
-
background-image: var(--jp-icon-file-selected);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
140
|
.jp-PluginList-icon {
|
|
158
141
|
display: flex;
|
|
159
142
|
height: 20px;
|
|
@@ -178,19 +161,6 @@ ul.jp-PluginList li.jp-mod-selected span.jp-PluginList-icon.jp-FileIcon {
|
|
|
178
161
|
align-items: center;
|
|
179
162
|
}
|
|
180
163
|
|
|
181
|
-
.jp-ToolbarButtonComponent-label
|
|
182
|
-
.jp-SettingsRawEditor.jp-mod-error
|
|
183
|
-
.jp-Toolbar-item.jp-BugIcon::after {
|
|
184
|
-
color: red;
|
|
185
|
-
content: '\25CF'; /* Unicode circle character (error dot) */
|
|
186
|
-
font-size: 7px;
|
|
187
|
-
width: 100%;
|
|
188
|
-
height: 100%;
|
|
189
|
-
position: absolute;
|
|
190
|
-
top: 4px;
|
|
191
|
-
left: 6px;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
164
|
.jp-SettingsRawEditor .jp-Inspector {
|
|
195
165
|
border-top: 2px solid var(--jp-layout-color2);
|
|
196
166
|
min-height: var(--jp-private-settingeditor-debug-height);
|