realmap 1.0.10 → 1.0.11
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/band.js +1 -1
- package/band.mjs +1 -1
- package/chart.js +1 -1
- package/chart.mjs +1 -1
- package/editing.js +1 -1
- package/editing.mjs +1 -1
- package/export.js +1 -1
- package/export.mjs +1 -1
- package/feature.d.ts +1 -1
- package/feature.js +2 -2
- package/feature.mjs +2 -2
- package/heatmap.js +1 -1
- package/heatmap.mjs +1 -1
- package/index.d.ts +318 -179
- package/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +1 -1
- package/realmap-style.css +12 -1
- package/sankey.js +1 -1
- package/sankey.mjs +1 -1
- package/table.js +1 -1
- package/table.mjs +1 -1
- package/tiledweb.js +1 -1
- package/tiledweb.mjs +1 -1
- package/track.js +1 -1
- package/track.mjs +1 -1
- package/vector.js +1 -1
- package/vector.mjs +1 -1
package/package.json
CHANGED
package/realmap-style.css
CHANGED
|
@@ -330,7 +330,8 @@
|
|
|
330
330
|
stroke: var(--rm-color-scale-background-stroke);
|
|
331
331
|
}
|
|
332
332
|
.rm-color-scale-box {
|
|
333
|
-
stroke:
|
|
333
|
+
stroke: #ddd;
|
|
334
|
+
stroke-width: 0.5px;
|
|
334
335
|
}
|
|
335
336
|
.rm-color-scale-split {
|
|
336
337
|
stroke: white;
|
|
@@ -585,6 +586,16 @@
|
|
|
585
586
|
stroke: #555;
|
|
586
587
|
stroke-width: 2px;
|
|
587
588
|
}
|
|
589
|
+
.rm-map-series-external {
|
|
590
|
+
fill: none;
|
|
591
|
+
stroke: #58F;
|
|
592
|
+
stroke-width: 1px;
|
|
593
|
+
}
|
|
594
|
+
.rm-map-series-border {
|
|
595
|
+
fill: none;
|
|
596
|
+
stroke: #333;
|
|
597
|
+
stroke-width: 1px;
|
|
598
|
+
}
|
|
588
599
|
.rm-map-series-inset {
|
|
589
600
|
stroke-linejoin: round;
|
|
590
601
|
stroke-linecap: round;
|
package/sankey.js
CHANGED
package/sankey.mjs
CHANGED
package/table.js
CHANGED
package/table.mjs
CHANGED
package/tiledweb.js
CHANGED
package/tiledweb.mjs
CHANGED
package/track.js
CHANGED
package/track.mjs
CHANGED
package/vector.js
CHANGED