@jupytergis/jupytergis-lab 0.12.2 → 0.13.0
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 +3 -3
- package/style/base.css +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupytergis/jupytergis-lab",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "JupyterGIS Lab extension.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@jupyter/collaborative-drive": "^4.1.2",
|
|
56
|
-
"@jupytergis/base": "^0.
|
|
57
|
-
"@jupytergis/schema": "^0.
|
|
56
|
+
"@jupytergis/base": "^0.13.0",
|
|
57
|
+
"@jupytergis/schema": "^0.13.0",
|
|
58
58
|
"@jupyterlab/application": "^4.3.0",
|
|
59
59
|
"@jupyterlab/apputils": "^4.3.0",
|
|
60
60
|
"@jupyterlab/completer": "^4.3.0",
|
package/style/base.css
CHANGED
|
@@ -569,12 +569,6 @@ div.jGIS-toolbar-widget > div.jp-Toolbar-item:last-child {
|
|
|
569
569
|
padding: 0;
|
|
570
570
|
}
|
|
571
571
|
|
|
572
|
-
.jGIS-property-panel .jp-objectFieldWrapper,
|
|
573
|
-
.jGIS-property-panel .jp-arrayFieldWrapper {
|
|
574
|
-
padding-left: var(--jp-notebook-padding);
|
|
575
|
-
border-left: solid 4px var(--jp-border-color3);
|
|
576
|
-
}
|
|
577
|
-
|
|
578
572
|
.jGIS-property-panel .array-item {
|
|
579
573
|
border: none;
|
|
580
574
|
}
|