@darajs/ui-causal-graph-editor 1.16.21 → 1.16.23
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/{CanvasPool.111fa2fa.js → CanvasPool.82fbf4f9.js} +1 -1
- package/dist/{SharedSystems.a190136d.js → SharedSystems.bc7af27a.js} +1 -1
- package/dist/{WebGLRenderer.9fea2dab.js → WebGLRenderer.3dfa4416.js} +2 -2
- package/dist/{WebGPURenderer.37f3d50e.js → WebGPURenderer.cabb0139.js} +3 -3
- package/dist/{browserAll.c5d3101f.js → browserAll.319b2017.js} +3 -3
- package/dist/{index.d279d455.js → index.e5ad6c13.js} +6987 -6935
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +415 -415
- package/dist/{init.ec5277aa.js → init.4fc6cc37.js} +2 -2
- package/dist/{webworkerAll.ecb72865.js → webworkerAll.d736a2c5.js} +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { E as _, U as yt, T as _e, a as vt, d as k, v as H, b as R, c as G, M as P, F as Tt, f as wt, w as E, g as ne, h as D, R as ae, I as St, i as V, j as F, k as se, G as le, l as L, B as ke, m as U, P as Bt, n as ue, o as Ge, p as N, q as A, s as Ct, S as ee, t as T, u as Pt, x as ce, y as oe, V as q, z as he, A as Rt, D as Mt, H as Ft, J as ze, K as He, L as We, N as De, O as Ut, Q as At, W as kt, X as Gt, Y as zt, Z as Ht, _ as Wt, $ as de, a0 as Oe, a1 as be, e as S, a2 as Dt } from "./index.
|
|
1
|
+
import { E as _, U as yt, T as _e, a as vt, d as k, v as H, b as R, c as G, M as P, F as Tt, f as wt, w as E, g as ne, h as D, R as ae, I as St, i as V, j as F, k as se, G as le, l as L, B as ke, m as U, P as Bt, n as ue, o as Ge, p as N, q as A, s as Ct, S as ee, t as T, u as Pt, x as ce, y as oe, V as q, z as he, A as Rt, D as Mt, H as Ft, J as ze, K as He, L as We, N as De, O as Ut, Q as At, W as kt, X as Gt, Y as zt, Z as Ht, _ as Wt, $ as de, a0 as Oe, a1 as be, e as S, a2 as Dt } from "./index.e5ad6c13.js";
|
|
2
2
|
import { c as re, l as Ot, a as It, B as Ie } from "./colorToUniform.7c604fe6.js";
|
|
3
|
-
import { C as I } from "./CanvasPool.
|
|
3
|
+
import { C as I } from "./CanvasPool.82fbf4f9.js";
|
|
4
4
|
class Ee {
|
|
5
5
|
static init(e) {
|
|
6
6
|
Object.defineProperty(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "./init.
|
|
2
|
-
import "./index.
|
|
1
|
+
import "./init.4fc6cc37.js";
|
|
2
|
+
import "./index.e5ad6c13.js";
|
|
3
3
|
import "./colorToUniform.7c604fe6.js";
|
|
4
|
-
import "./CanvasPool.
|
|
4
|
+
import "./CanvasPool.82fbf4f9.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "styled-components";
|
|
7
7
|
import "react-dom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/ui-causal-graph-editor",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.23",
|
|
4
4
|
"description": "CausalGraph editor for the Dara UI framework",
|
|
5
5
|
"main": "dist/index.umd.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"@babel/preset-env": "^7.15.8",
|
|
34
34
|
"@babel/preset-react": "^7.14.5",
|
|
35
35
|
"@babel/preset-typescript": "^7.15.0",
|
|
36
|
-
"@darajs/eslint-config": "1.16.
|
|
37
|
-
"@darajs/prettier-config": "1.16.
|
|
38
|
-
"@darajs/stylelint-config": "1.16.
|
|
36
|
+
"@darajs/eslint-config": "1.16.23",
|
|
37
|
+
"@darajs/prettier-config": "1.16.23",
|
|
38
|
+
"@darajs/stylelint-config": "1.16.23",
|
|
39
39
|
"@storybook/addon-a11y": "^6.5.16",
|
|
40
40
|
"@storybook/addon-actions": "^6.5.16",
|
|
41
41
|
"@storybook/addon-essentials": "^6.5.16",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"typescript": "^5.8.2"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@darajs/styled-components": "1.16.
|
|
79
|
-
"@darajs/ui-components": "1.16.
|
|
80
|
-
"@darajs/ui-icons": "1.16.
|
|
81
|
-
"@darajs/ui-notifications": "1.16.
|
|
82
|
-
"@darajs/ui-utils": "1.16.
|
|
83
|
-
"@darajs/ui-widgets": "1.16.
|
|
78
|
+
"@darajs/styled-components": "1.16.23",
|
|
79
|
+
"@darajs/ui-components": "1.16.23",
|
|
80
|
+
"@darajs/ui-icons": "1.16.23",
|
|
81
|
+
"@darajs/ui-notifications": "1.16.23",
|
|
82
|
+
"@darajs/ui-utils": "1.16.23",
|
|
83
|
+
"@darajs/ui-widgets": "1.16.23",
|
|
84
84
|
"comlink": "^4.4.1",
|
|
85
85
|
"cytoscape": "^3.23.0",
|
|
86
86
|
"cytoscape-fcose": "^2.2.0",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"publishConfig": {
|
|
116
116
|
"access": "public"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "9d1d96c633bde8fead99715318f32082282c4a50"
|
|
119
119
|
}
|