@graphysdk/react 2.0.0-beta.1788426676666 → 2.0.0-beta.1788434676386
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.
|
@@ -26385,7 +26385,7 @@ function F0e(e, t) {
|
|
|
26385
26385
|
return e === void 0 || t === null || t === void 0 ? null : e.find((n) => n.id === t)?.content ?? null;
|
|
26386
26386
|
}
|
|
26387
26387
|
function B0e(e) {
|
|
26388
|
-
if (e.coordSystem.type
|
|
26388
|
+
if (e.coordSystem.type === "polar" && e.coordSystem.bandAxis === null) return null;
|
|
26389
26389
|
const t = s8(e.guides, "x");
|
|
26390
26390
|
if (!t) return null;
|
|
26391
26391
|
const n = e.layers.find((i) => i.id === e.primary.layerId);
|
package/dist/index.browser.mjs
CHANGED
|
@@ -21087,7 +21087,7 @@ function LW(e, t) {
|
|
|
21087
21087
|
return e === void 0 || t === null || t === void 0 ? null : e.find((r) => r.id === t)?.content ?? null;
|
|
21088
21088
|
}
|
|
21089
21089
|
function DW(e) {
|
|
21090
|
-
if (e.coordSystem.type
|
|
21090
|
+
if (e.coordSystem.type === "polar" && e.coordSystem.bandAxis === null) return null;
|
|
21091
21091
|
const t = tA(e.guides, "x");
|
|
21092
21092
|
if (!t) return null;
|
|
21093
21093
|
const r = e.layers.find((o) => o.id === e.primary.layerId);
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"visualization",
|
|
12
12
|
"grammar-of-graphics"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.0.0-beta.
|
|
14
|
+
"version": "2.0.0-beta.1788434676386",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"types": "./dist/index.d.ts",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@graphysdk/react-renderer": "2.0.0-beta.
|
|
39
|
-
"@graphysdk/viz-engine": "2.0.0-beta.
|
|
38
|
+
"@graphysdk/react-renderer": "2.0.0-beta.1788434676386",
|
|
39
|
+
"@graphysdk/viz-engine": "2.0.0-beta.1788434676386"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@tiptap/core": "^3.0.0",
|