@railtownai/railtracks-visualizer 0.0.32 → 0.0.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/dist/cjs/index.js +2 -2
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -20703,9 +20703,9 @@ const AgenticFlowVisualizer = ({ flowData: propFlowData, width = "100dvw", heigh
|
|
|
20703
20703
|
}
|
|
20704
20704
|
}
|
|
20705
20705
|
}, /*#__PURE__*/ React.createElement(Background, {
|
|
20706
|
-
variant: BackgroundVariant.
|
|
20706
|
+
variant: BackgroundVariant.Dots,
|
|
20707
20707
|
color: themeColors.mutedBorder,
|
|
20708
|
-
|
|
20708
|
+
size: 3
|
|
20709
20709
|
})), /*#__PURE__*/ React.createElement("style", null, `
|
|
20710
20710
|
.react-flow__edge-label {
|
|
20711
20711
|
font-size: 10px;
|
package/dist/esm/index.js
CHANGED
|
@@ -20683,9 +20683,9 @@ const AgenticFlowVisualizer = ({ flowData: propFlowData, width = "100dvw", heigh
|
|
|
20683
20683
|
}
|
|
20684
20684
|
}
|
|
20685
20685
|
}, /*#__PURE__*/ React__default.createElement(Background, {
|
|
20686
|
-
variant: BackgroundVariant.
|
|
20686
|
+
variant: BackgroundVariant.Dots,
|
|
20687
20687
|
color: themeColors.mutedBorder,
|
|
20688
|
-
|
|
20688
|
+
size: 3
|
|
20689
20689
|
})), /*#__PURE__*/ React__default.createElement("style", null, `
|
|
20690
20690
|
.react-flow__edge-label {
|
|
20691
20691
|
font-size: 10px;
|