@openremote/or-map 1.2.0-snapshot.20241002120954 → 1.2.0-snapshot.20241015145246
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/umd/index.bundle.js +2 -2
- package/dist/umd/index.js +2 -2
- package/dist/umd/index.orbundle.js +3 -3
- package/lib/style.js +1 -1
- package/package.json +8 -8
package/lib/style.js
CHANGED
|
@@ -219,7 +219,7 @@ import{css,unsafeCSS}from"lit";import{DefaultColor1,DefaultColor2,DefaultColor3,
|
|
|
219
219
|
padding: 5px 12px;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
@media only screen and (min-width:
|
|
222
|
+
@media only screen and (min-width: 40em){
|
|
223
223
|
#card-container {
|
|
224
224
|
height: 400px; /* fallback for IE */
|
|
225
225
|
height: max-content;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-map",
|
|
3
|
-
"version": "1.2.0-snapshot.
|
|
3
|
+
"version": "1.2.0-snapshot.20241015145246",
|
|
4
4
|
"description": "Displays s vector or raster map",
|
|
5
5
|
"main": "dist/umd/index.bundle.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"license": "AGPL-3.0-or-later",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
|
|
21
|
-
"@openremote/core": "1.2.0-snapshot.
|
|
22
|
-
"@openremote/model": "1.2.0-snapshot.
|
|
23
|
-
"@openremote/or-icon": "1.2.0-snapshot.
|
|
24
|
-
"@openremote/or-mwc-components": "1.2.0-snapshot.
|
|
25
|
-
"@openremote/or-translate": "1.2.0-snapshot.
|
|
26
|
-
"@openremote/rest": "1.2.0-snapshot.
|
|
21
|
+
"@openremote/core": "1.2.0-snapshot.20241015145246",
|
|
22
|
+
"@openremote/model": "1.2.0-snapshot.20241015145246",
|
|
23
|
+
"@openremote/or-icon": "1.2.0-snapshot.20241015145246",
|
|
24
|
+
"@openremote/or-mwc-components": "1.2.0-snapshot.20241015145246",
|
|
25
|
+
"@openremote/or-translate": "1.2.0-snapshot.20241015145246",
|
|
26
|
+
"@openremote/rest": "1.2.0-snapshot.20241015145246",
|
|
27
27
|
"@polymer/polymer": "^3.3.1",
|
|
28
28
|
"@types/mapbox": "^1.6.42",
|
|
29
29
|
"lit": "^2.0.2",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"maplibre-gl": "^4.1.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@openremote/util": "1.2.0-snapshot.
|
|
34
|
+
"@openremote/util": "1.2.0-snapshot.20241015145246",
|
|
35
35
|
"@types/geojson": "^7946.0.7"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|