chore: rename LabelConfig -> AriaLabelConfig, update dict names

This commit is contained in:
Abbey Yacoe
2025-06-03 15:42:57 +02:00
parent 65e912a755
commit 13b64afbaf
24 changed files with 94 additions and 92 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import {
NodeOrigin,
initialConnection,
CoordinateExtent,
defaultLabelConfig,
defaultAriaLabelConfig,
} from '@xyflow/system';
import type { Edge, FitViewOptions, InternalNode, Node, ReactFlowStore } from '../types';
@@ -142,7 +142,7 @@ const getInitialState = ({
lib: 'react',
debug: false,
labelConfig: defaultLabelConfig,
ariaLabelConfig: defaultAriaLabelConfig,
};
};