@webviz/subsurface-viewer 0.20.1 → 0.20.3
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/dist/components/Map.js +2 -2
- package/package.json +2 -2
package/dist/components/Map.js
CHANGED
|
@@ -448,8 +448,8 @@ const Map = ({ id, layers, bounds, cameraPosition, triggerHome, views, coords, s
|
|
|
448
448
|
alignItems: "flex-end",
|
|
449
449
|
justifyContent: "right",
|
|
450
450
|
position: "absolute",
|
|
451
|
-
height: "
|
|
452
|
-
width: "
|
|
451
|
+
height: "10%",
|
|
452
|
+
width: "10%",
|
|
453
453
|
bottom: "10px",
|
|
454
454
|
right: "10px",
|
|
455
455
|
zIndex: 200,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webviz/subsurface-viewer",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"license": "MPL-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@deck.gl/aggregation-layers": "^8.9.33",
|
|
26
|
-
"@deck.gl/core": "^8.9.
|
|
26
|
+
"@deck.gl/core": "^8.9.35",
|
|
27
27
|
"@deck.gl/extensions": "^8.9.33",
|
|
28
28
|
"@deck.gl/geo-layers": "^8.9.33",
|
|
29
29
|
"@deck.gl/json": "^8.9.34",
|