@darajs/ui-causal-graph-editor 1.1.0 → 1.2.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/graph-viewer/causal-graph-editor.d.ts +8 -1
- package/dist/graph-viewer/causal-graph-editor.d.ts.map +1 -1
- package/dist/graph-viewer/causal-graph-editor.js +13 -3
- package/dist/graph-viewer/causal-graph-editor.js.map +1 -1
- package/dist/index.d.ts +9 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/shared/causal-graph-store.d.ts +10 -1
- package/dist/shared/causal-graph-store.d.ts.map +1 -1
- package/dist/shared/causal-graph-store.js +23 -0
- package/dist/shared/causal-graph-store.js.map +1 -1
- package/dist/shared/editor-overlay/panel-content/edge/edge-info-content.d.ts +19 -0
- package/dist/shared/editor-overlay/panel-content/edge/edge-info-content.d.ts.map +1 -1
- package/dist/shared/editor-overlay/panel-content/edge/edge-info-content.js +1 -17
- package/dist/shared/editor-overlay/panel-content/edge/edge-info-content.js.map +1 -1
- package/dist/shared/editor-overlay/panel-content/node/node-info-content.d.ts +3 -0
- package/dist/shared/editor-overlay/panel-content/node/node-info-content.d.ts.map +1 -1
- package/dist/shared/editor-overlay/panel-content/node/node-info-content.js +2 -2
- package/dist/shared/editor-overlay/panel-content/node/node-info-content.js.map +1 -1
- package/dist/shared/graph-context.d.ts +43 -0
- package/dist/shared/graph-context.d.ts.map +1 -0
- package/dist/shared/graph-context.js +23 -0
- package/dist/shared/graph-context.js.map +1 -0
- package/dist/shared/parsers.d.ts.map +1 -1
- package/dist/shared/parsers.js +47 -6
- package/dist/shared/parsers.js.map +1 -1
- package/dist/shared/rendering/engine.d.ts +5 -2
- package/dist/shared/rendering/engine.d.ts.map +1 -1
- package/dist/shared/rendering/engine.js +7 -2
- package/dist/shared/rendering/engine.js.map +1 -1
- package/dist/shared/rendering/use-render-engine.d.ts +3 -2
- package/dist/shared/rendering/use-render-engine.d.ts.map +1 -1
- package/dist/shared/rendering/use-render-engine.js +2 -2
- package/dist/shared/rendering/use-render-engine.js.map +1 -1
- package/dist/shared/serializer.d.ts.map +1 -1
- package/dist/shared/serializer.js +5 -17
- package/dist/shared/serializer.js.map +1 -1
- package/dist/types.d.ts +18 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/ui-causal-graph-editor",
|
|
3
|
-
"version": "1.1
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "CausalGraph editor for the Dara UI framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"@babel/preset-env": "^7.15.8",
|
|
24
24
|
"@babel/preset-react": "^7.14.5",
|
|
25
25
|
"@babel/preset-typescript": "^7.15.0",
|
|
26
|
-
"@darajs/eslint-config": "^1.1
|
|
27
|
-
"@darajs/prettier-config": "^1.1
|
|
28
|
-
"@darajs/stylelint-config": "^1.1
|
|
26
|
+
"@darajs/eslint-config": "^1.2.1",
|
|
27
|
+
"@darajs/prettier-config": "^1.2.1",
|
|
28
|
+
"@darajs/stylelint-config": "^1.2.1",
|
|
29
29
|
"@storybook/addon-a11y": "^6.5.16",
|
|
30
30
|
"@storybook/addon-actions": "^6.5.16",
|
|
31
31
|
"@storybook/addon-essentials": "^6.5.16",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"typescript": "^5.0.4"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@darajs/styled-components": "^1.1
|
|
69
|
-
"@darajs/ui-components": "^1.1
|
|
70
|
-
"@darajs/ui-icons": "^1.1
|
|
71
|
-
"@darajs/ui-notifications": "^1.1
|
|
72
|
-
"@darajs/ui-utils": "^1.1
|
|
73
|
-
"@darajs/ui-widgets": "^1.1
|
|
68
|
+
"@darajs/styled-components": "^1.2.1",
|
|
69
|
+
"@darajs/ui-components": "^1.2.1",
|
|
70
|
+
"@darajs/ui-icons": "^1.2.1",
|
|
71
|
+
"@darajs/ui-notifications": "^1.2.1",
|
|
72
|
+
"@darajs/ui-utils": "^1.2.1",
|
|
73
|
+
"@darajs/ui-widgets": "^1.2.1",
|
|
74
74
|
"@pixi-essentials/cull": "~2.0.0",
|
|
75
75
|
"@pixi/app": "~7.2.0",
|
|
76
76
|
"@pixi/constants": "~7.2.0",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"publishConfig": {
|
|
120
120
|
"access": "public"
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "95d1875da409acae8e4f90b488e99cb12493e62f"
|
|
123
123
|
}
|