@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.
- package/dist/{chunk-ZKASH7AX.js → chunk-ERRV4WFS.js} +2 -2
- package/dist/{chunk-WG6NOQVC.js → chunk-GRA2NIRZ.js} +4 -14
- package/dist/chunk-GRA2NIRZ.js.map +1 -0
- package/dist/{chunk-2CEKMIJH.js → chunk-W76C53MC.js} +21 -33
- package/dist/chunk-W76C53MC.js.map +1 -0
- package/dist/index.d.ts +7 -7
- package/dist/index.js +7 -17
- package/dist/index.js.map +1 -1
- package/dist/{mount-Djb1VvKO.d.ts → mount-Bs8nFSf1.d.ts} +1 -1
- package/dist/simulation-worker.js +67 -67
- package/dist/static.js +2 -2
- package/dist/story/index.d.ts +2 -2
- package/dist/story/index.js +2 -2
- package/dist/styles.css.map +1 -1
- package/package.json +3 -3
- package/dist/chunk-2CEKMIJH.js.map +0 -1
- package/dist/chunk-WG6NOQVC.js.map +0 -1
- /package/dist/{chunk-ZKASH7AX.js.map → chunk-ERRV4WFS.js.map} +0 -0
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
renderChromeElement,
|
|
4
4
|
renderLegend,
|
|
5
5
|
stampAnimationVars
|
|
6
|
-
} from "./chunk-
|
|
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-
|
|
298
|
+
//# sourceMappingURL=chunk-ERRV4WFS.js.map
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
renderSingleMark,
|
|
16
16
|
resolveMarkFill,
|
|
17
17
|
stampAnimationVars
|
|
18
|
-
} from "./chunk-
|
|
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
|
-
|
|
6991
|
-
|
|
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-
|
|
7898
|
+
//# sourceMappingURL=chunk-GRA2NIRZ.js.map
|