Skip to content

Commit 753e25c

Browse files
SylvainCorlaymartinRenou
authored andcommitted
Drop lab variables polyfill (#400)
1 parent 0a34be4 commit 753e25c

File tree

7 files changed

+217
-696
lines changed

7 files changed

+217
-696
lines changed

js/package-lock.json

Lines changed: 213 additions & 184 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpack": "^3.5.5"
2525
},
2626
"dependencies": {
27-
"@jupyter-widgets/base": "^1.1 || ^2.0",
27+
"@jupyter-widgets/base": "^2.0",
2828
"leaflet": "^1.3.0",
2929
"leaflet-draw": "^1.0.4",
3030
"leaflet.markercluster": "^1.2.0",

js/src/jupyter-leaflet.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ require('leaflet.markercluster/dist/MarkerCluster.Default.css');
4545
require('leaflet-measure/dist/leaflet-measure.css');
4646
require('leaflet-fullscreen/dist/leaflet.fullscreen.css');
4747
require('./jupyter-leaflet.css');
48-
require('./theme/materialcolors.css');
49-
require('./theme/labvariables.css');
5048

5149
// Forcibly load the marker icon images to be in the bundle.
5250
require('leaflet/dist/images/marker-shadow.png');

js/src/theme/labvariables.css

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)