@principal-ai/principal-view-react 0.6.6 → 0.6.7
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/package.json +2 -2
- package/src/index.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@principal-ai/principal-view-react",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.7",
|
|
4
4
|
"description": "React components for graph-based principal view framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"build-storybook": "storybook build"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@principal-ai/principal-view-core": "^0.5.
|
|
17
|
+
"@principal-ai/principal-view-core": "^0.5.7",
|
|
18
18
|
"@xyflow/react": "^12.0.0",
|
|
19
19
|
"elkjs": "^0.9.0",
|
|
20
20
|
"framer-motion": "^11.0.0",
|
package/src/index.ts
CHANGED
|
@@ -22,7 +22,7 @@ export type {
|
|
|
22
22
|
EdgeState,
|
|
23
23
|
ConfigurationFile,
|
|
24
24
|
ConfigurationLoadResult,
|
|
25
|
-
// Library types for loading .
|
|
25
|
+
// Library types for loading .principal-views/library.yaml
|
|
26
26
|
ComponentLibrary,
|
|
27
27
|
LibraryNodeComponent,
|
|
28
28
|
LibraryEdgeComponent,
|