@principal-ai/principal-view-react 0.14.35 → 0.14.36
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@principal-ai/principal-view-react",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.36",
|
|
4
4
|
"description": "React components for graph-based principal view framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@principal-ai/principal-view-core": "0.26.
|
|
40
|
+
"@principal-ai/principal-view-core": "0.26.32",
|
|
41
41
|
"@principal-ade/industry-theme": "0.1.7",
|
|
42
42
|
"@storybook/addon-docs": "10.1.2",
|
|
43
43
|
"@storybook/addon-links": "10.1.2",
|
|
@@ -267,7 +267,7 @@ function adaptNewFormatToCurrentFormat(newFormat: {
|
|
|
267
267
|
y: node.y,
|
|
268
268
|
width: node.width,
|
|
269
269
|
height: node.height,
|
|
270
|
-
color
|
|
270
|
+
// Don't set color here - let it use scopeColor from library
|
|
271
271
|
pv: {
|
|
272
272
|
nodeType: node.type,
|
|
273
273
|
name: node.label, // Just the label, identifier shown via event.name styling
|