File tree Expand file tree Collapse file tree
edges/edge-label-renderer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type EdgeLabelProps = {
1818/**
1919 * Renders a label (text or icon) at fixed canvas coordinates, used by edge
2020 * components to attach descriptive content along their path. Built on top
21- * of xyflow's `<EdgeLabelRenderer>` and styled via overflow-ui 's
21+ * of xyflow's `<EdgeLabelRenderer>` and styled via `@workflowbuilder/ui` 's
2222 * `<EdgeLabel>` primitive so hover / selected states match the rest of
2323 * the editor.
2424 *
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import type { ComponentProps } from 'react';
33
44import type { LayoutDirection } from '../../../node/common' ;
55
6- // Source-of-truth: overflow-ui 's `<NodePanel.Handles>` prop, so adding a new
7- // alignment in overflow-ui surfaces here as a type error instead of silently
8- // drifting.
6+ // Source-of-truth: `@workflowbuilder/ui` 's `<NodePanel.Handles>` prop, so adding
7+ // a new alignment in the UI library surfaces here as a type error instead of
8+ // silently drifting.
99type HandlesAlignment = NonNullable < ComponentProps < typeof NodePanel . Handles > [ 'alignment' ] > ;
1010
1111// Unifies how built-in node templates choose the `alignment` prop they pass to
Original file line number Diff line number Diff line change 11// Library entry point for @workflowbuilder /sdk.
22// Built by packages/sdk/vite.config.mts into dist/ as a distributable npm package.
3- // Bundles all required CSS (app + xyflow + overflow- ui) into style.css.
3+ // Bundles all required CSS (app + xyflow + @workflowbuilder/ ui) into style.css.
44import './index.css' ;
55
66import './bootstrap' ;
You can’t perform that action at this time.
0 commit comments