@principal-ai/principal-view-react 0.14.32 → 0.14.33

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.32",
3
+ "version": "0.14.33",
4
4
  "description": "React components for graph-based principal view framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -142,7 +142,7 @@ export const OtelEventNode: React.FC<NodeProps<Node<OtelEventNodeData>>> = ({
142
142
 
143
143
  const rectangleStyle: React.CSSProperties = {
144
144
  padding: '12px 16px',
145
- backgroundColor: hexToLightColor(fillColor),
145
+ backgroundColor: fillColor,
146
146
  color: '#000',
147
147
  border: `2px ${borderStyle} ${hasViolations ? '#D0021B' : strokeColor}`,
148
148
  fontSize: theme.fontSizes[0],