@reactflow/core
Advanced tools
Comparing version 11.0.0-next.4 to 11.0.0-next.5
@@ -5,3 +5,3 @@ import { ComponentType } from 'react'; | ||
declare const _default: (NodeComponent: ComponentType<NodeProps>) => import("react").MemoExoticComponent<{ | ||
({ id, type, data, xPos, yPos, xPosOrigin, yPosOrigin, selected, onClick, onMouseEnter, onMouseMove, onMouseLeave, onContextMenu, onDoubleClick, style, className, isDraggable, isSelectable, isConnectable, selectNodesOnDrag, sourcePosition, targetPosition, hidden, resizeObserver, dragHandle, zIndex, isParent, noDragClassName, initialized, disableKeyboardA11y, ariaLabel, rfId, }: WrapNodeProps): JSX.Element | null; | ||
({ id, type, data, xPos, yPos, xPosOrigin, yPosOrigin, selected, onClick, onMouseEnter, onMouseMove, onMouseLeave, onContextMenu, onDoubleClick, style, className, isDraggable, isSelectable, isConnectable, selectNodesOnDrag, sourcePosition, targetPosition, hidden, resizeObserver, dragHandle, zIndex, isParent, noDragClassName, noPanClassName, initialized, disableKeyboardA11y, ariaLabel, rfId, }: WrapNodeProps): JSX.Element | null; | ||
displayName: string; | ||
@@ -8,0 +8,0 @@ }>; |
@@ -83,2 +83,3 @@ import { CSSProperties, MouseEvent as ReactMouseEvent } from 'react'; | ||
noDragClassName: string; | ||
noPanClassName: string; | ||
rfId: string; | ||
@@ -85,0 +86,0 @@ disableKeyboardA11y: boolean; |
{ | ||
"name": "@reactflow/core", | ||
"version": "11.0.0-next.4", | ||
"version": "11.0.0-next.5", | ||
"description": "Core components and util functions of React Flow.", | ||
@@ -67,3 +67,3 @@ "keywords": [ | ||
"build": "rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css", | ||
"css": "postcss src/styles/{base,style}.css --config ../../postcss-config/index.js --dir dist", | ||
"css": "postcss src/styles/{base,style}.css --config ./../../tooling/postcss-config/postcss.config.js --dir dist", | ||
"css-watch": "pnpm css --watch", | ||
@@ -70,0 +70,0 @@ "lint": "eslint --ext .js,.jsx,.ts,.tsx src", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
556556
6905
0