@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 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.Lines,
20706
+ variant: BackgroundVariant.Dots,
20707
20707
  color: themeColors.mutedBorder,
20708
- gap: 16
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.Lines,
20686
+ variant: BackgroundVariant.Dots,
20687
20687
  color: themeColors.mutedBorder,
20688
- gap: 16
20688
+ size: 3
20689
20689
  })), /*#__PURE__*/ React__default.createElement("style", null, `
20690
20690
  .react-flow__edge-label {
20691
20691
  font-size: 10px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@railtownai/railtracks-visualizer",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "license": "MIT",
5
5
  "author": "Railtown AI",
6
6
  "description": "A visualizer for RailTracks agentic flows",