@eventcatalog/visualiser 3.15.3 → 3.15.4

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.
@@ -3332,6 +3332,10 @@
3332
3332
  stroke-width: 1.5 !important;
3333
3333
  transition: stroke-width 0.15s ease;
3334
3334
  }
3335
+ .eventcatalog-visualizer .react-flow__edges marker path {
3336
+ fill: var(--ec-edge-stroke, #6b7280);
3337
+ stroke: var(--ec-edge-stroke, #6b7280);
3338
+ }
3335
3339
  .eventcatalog-visualizer .react-flow__edge-interaction {
3336
3340
  stroke-width: 40 !important;
3337
3341
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eventcatalog/visualiser",
3
- "version": "3.15.3",
3
+ "version": "3.15.4",
4
4
  "description": "ReactFlow nodes and visualiser components for EventCatalog - framework agnostic",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",