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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realmap",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Wooritech map chart component library",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
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: none;
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
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Sankey v1.0.10
3
+ * RealMap Sankey v1.0.11
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/sankey.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Sankey v1.0.10
3
+ * RealMap Sankey v1.0.11
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/table.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Table v1.0.10
3
+ * RealMap Table v1.0.11
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/table.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Table v1.0.10
3
+ * RealMap Table v1.0.11
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/tiledweb.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Tiledweb v1.0.10
3
+ * RealMap Tiledweb v1.0.11
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/tiledweb.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Tiledweb v1.0.10
3
+ * RealMap Tiledweb v1.0.11
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/track.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Track v1.0.10
3
+ * RealMap Track v1.0.11
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/track.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Track v1.0.10
3
+ * RealMap Track v1.0.11
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/vector.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Vector v1.0.10
3
+ * RealMap Vector v1.0.11
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/vector.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealMap Vector v1.0.10
3
+ * RealMap Vector v1.0.11
4
4
  * Copyright (C) 2023-2025 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */