@opendata-ai/openchart-vanilla 8.2.3 → 8.3.1

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.
@@ -3,7 +3,7 @@ import {
3
3
  renderChromeElement,
4
4
  renderLegend,
5
5
  stampAnimationVars
6
- } from "./chunk-2CEKMIJH.js";
6
+ } from "./chunk-W76C53MC.js";
7
7
 
8
8
  // src/tilemap-renderer.ts
9
9
  var SVG_NS = "http://www.w3.org/2000/svg";
@@ -295,4 +295,4 @@ function renderTileMapSVG(layout, opts) {
295
295
  export {
296
296
  renderTileMapSVG
297
297
  };
298
- //# sourceMappingURL=chunk-ZKASH7AX.js.map
298
+ //# sourceMappingURL=chunk-ERRV4WFS.js.map
@@ -15,7 +15,7 @@ import {
15
15
  renderSingleMark,
16
16
  resolveMarkFill,
17
17
  stampAnimationVars
18
- } from "./chunk-2CEKMIJH.js";
18
+ } from "./chunk-W76C53MC.js";
19
19
  import {
20
20
  SVG_NS,
21
21
  createSVGElement,
@@ -6987,18 +6987,8 @@ function renderWatermark(parent, layout) {
6987
6987
  "fill-opacity": 0.55
6988
6988
  });
6989
6989
  text.style.setProperty("fill", fill);
6990
- const trySpan = createSVGElement2("tspan");
6991
- setAttrs2(trySpan, { "font-weight": 500 });
6992
- trySpan.textContent = "try";
6993
- const openDataSpan = createSVGElement2("tspan");
6994
- setAttrs2(openDataSpan, { "font-weight": 600, "font-size": 16 });
6995
- openDataSpan.textContent = "OpenData";
6996
- const aiSpan = createSVGElement2("tspan");
6997
- setAttrs2(aiSpan, { "font-weight": 500 });
6998
- aiSpan.textContent = ".ai";
6999
- text.appendChild(trySpan);
7000
- text.appendChild(openDataSpan);
7001
- text.appendChild(aiSpan);
6990
+ setAttrs2(text, { "font-weight": 600, "font-size": 16 });
6991
+ text.textContent = "OpenData";
7002
6992
  a.appendChild(text);
7003
6993
  parent.appendChild(a);
7004
6994
  }
@@ -7905,4 +7895,4 @@ export {
7905
7895
  scrubCamera,
7906
7896
  createGeoMap
7907
7897
  };
7908
- //# sourceMappingURL=chunk-WG6NOQVC.js.map
7898
+ //# sourceMappingURL=chunk-GRA2NIRZ.js.map