@antv/l7-component 2.25.6 → 2.25.9
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/es/index.js +12 -3
- package/lib/index.js +12 -3
- package/package.json +5 -5
package/es/index.js
CHANGED
|
@@ -57,7 +57,11 @@ loadStyles(`.l7-marker-container {
|
|
|
57
57
|
height: 30px;
|
|
58
58
|
margin-top: 5px;
|
|
59
59
|
margin-left: 5px;
|
|
60
|
-
font:
|
|
60
|
+
font:
|
|
61
|
+
12px 'Helvetica Neue',
|
|
62
|
+
Arial,
|
|
63
|
+
Helvetica,
|
|
64
|
+
sans-serif;
|
|
61
65
|
text-align: center;
|
|
62
66
|
background-color: rgba(110, 204, 57, 0.6);
|
|
63
67
|
border-radius: 15px;
|
|
@@ -87,7 +91,11 @@ loadStyles(`.l7-marker-container {
|
|
|
87
91
|
box-sizing: border-box;
|
|
88
92
|
}
|
|
89
93
|
.l7-control-container {
|
|
90
|
-
font:
|
|
94
|
+
font:
|
|
95
|
+
12px/1.5 'Helvetica Neue',
|
|
96
|
+
Arial,
|
|
97
|
+
Helvetica,
|
|
98
|
+
sans-serif;
|
|
91
99
|
}
|
|
92
100
|
.l7-control-container .l7-control {
|
|
93
101
|
position: relative;
|
|
@@ -690,7 +698,8 @@ loadStyles(`.l7-marker-container {
|
|
|
690
698
|
.l7-control-swipe__button::before {
|
|
691
699
|
-webkit-transform: translateX(-6px);
|
|
692
700
|
transform: translateX(-6px);
|
|
693
|
-
}
|
|
701
|
+
}
|
|
702
|
+
`);
|
|
694
703
|
export * from "./control/baseControl";
|
|
695
704
|
export { ExportImage } from "./control/exportImage";
|
|
696
705
|
export { Fullscreen } from "./control/fullscreen";
|
package/lib/index.js
CHANGED
|
@@ -199,7 +199,11 @@ loadStyles(`.l7-marker-container {
|
|
|
199
199
|
height: 30px;
|
|
200
200
|
margin-top: 5px;
|
|
201
201
|
margin-left: 5px;
|
|
202
|
-
font:
|
|
202
|
+
font:
|
|
203
|
+
12px 'Helvetica Neue',
|
|
204
|
+
Arial,
|
|
205
|
+
Helvetica,
|
|
206
|
+
sans-serif;
|
|
203
207
|
text-align: center;
|
|
204
208
|
background-color: rgba(110, 204, 57, 0.6);
|
|
205
209
|
border-radius: 15px;
|
|
@@ -229,7 +233,11 @@ loadStyles(`.l7-marker-container {
|
|
|
229
233
|
box-sizing: border-box;
|
|
230
234
|
}
|
|
231
235
|
.l7-control-container {
|
|
232
|
-
font:
|
|
236
|
+
font:
|
|
237
|
+
12px/1.5 'Helvetica Neue',
|
|
238
|
+
Arial,
|
|
239
|
+
Helvetica,
|
|
240
|
+
sans-serif;
|
|
233
241
|
}
|
|
234
242
|
.l7-control-container .l7-control {
|
|
235
243
|
position: relative;
|
|
@@ -832,4 +840,5 @@ loadStyles(`.l7-marker-container {
|
|
|
832
840
|
.l7-control-swipe__button::before {
|
|
833
841
|
-webkit-transform: translateX(-6px);
|
|
834
842
|
transform: translateX(-6px);
|
|
835
|
-
}
|
|
843
|
+
}
|
|
844
|
+
`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antv/l7-component",
|
|
3
|
-
"version": "2.25.
|
|
3
|
+
"version": "2.25.9",
|
|
4
4
|
"description": "Component for L7",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "https://github.com/orgs/antvis/people",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"@babel/runtime": "^7.7.7",
|
|
22
22
|
"eventemitter3": "^4.0.0",
|
|
23
23
|
"supercluster": "^7.0.0",
|
|
24
|
-
"@antv/l7-
|
|
25
|
-
"@antv/l7-
|
|
26
|
-
"@antv/l7-layers": "2.25.
|
|
24
|
+
"@antv/l7-core": "2.25.9",
|
|
25
|
+
"@antv/l7-utils": "2.25.9",
|
|
26
|
+
"@antv/l7-layers": "2.25.9"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"less": "^4.1.3",
|
|
30
|
-
"@antv/l7-test-utils": "^2.25.
|
|
30
|
+
"@antv/l7-test-utils": "^2.25.9"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public",
|