@xyflow/svelte
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -11,2 +11,3 @@ export { SvelteFlow } from './container/SvelteFlow'; | ||
export * from './plugins/Minimap'; | ||
export { useStore } from './store'; | ||
export * from './utils'; | ||
@@ -17,3 +18,4 @@ export * from './hooks/useSvelteFlow'; | ||
export type { Node, NodeTypes, DefaultNodeOptions } from './types/nodes'; | ||
export type { SvelteFlowStore } from './store/types'; | ||
export { type SmoothStepPathOptions, type BezierPathOptions, ConnectionLineType, type EdgeMarker, type EdgeMarkerType, MarkerType, type OnMove, type OnMoveStart, type OnMoveEnd, type Connection, type ConnectionStatus, ConnectionMode, type OnConnectStartParams, type OnConnectStart, type OnConnect, type OnConnectEnd, type IsValidConnection, type Viewport, type SnapGrid, PanOnScrollMode, type ViewportHelperFunctionOptions, type SetCenterOptions, type FitBoundsOptions, type PanelPosition, type ProOptions, SelectionMode, type SelectionRect, type OnError, type NodeProps, type NodeOrigin, type OnNodeDrag, type OnSelectionDrag, Position, type XYPosition, type XYZPosition, type Dimensions, type Rect, type Box, type Transform, type CoordinateExtent } from '@xyflow/system'; | ||
export { type GetBezierPathParams, getBezierEdgeCenter, getBezierPath, getEdgeCenter, type GetSmoothStepPathParams, getSmoothStepPath, type GetStraightPathParams, getStraightPath, getTransformForBounds, getRectOfNodes } from '@xyflow/system'; |
@@ -14,2 +14,4 @@ // main component | ||
export * from './plugins/Minimap'; | ||
// store | ||
export { useStore } from './store'; | ||
// utils | ||
@@ -16,0 +18,0 @@ export * from './utils'; |
{ | ||
"name": "@xyflow/svelte", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193627
3392