@reactflow/controls
Advanced tools
Comparing version 11.0.0-next.2 to 11.0.0-next.3
@@ -5,1 +5,2 @@ import { FC, PropsWithChildren } from 'react'; | ||
export default ControlButton; | ||
//# sourceMappingURL=ControlButton.d.ts.map |
@@ -5,1 +5,2 @@ import { PropsWithChildren } from 'react'; | ||
export default _default; | ||
//# sourceMappingURL=Controls.d.ts.map |
/// <reference types="react" /> | ||
declare function FitViewIcon(): JSX.Element; | ||
export default FitViewIcon; | ||
//# sourceMappingURL=FitView.d.ts.map |
/// <reference types="react" /> | ||
declare function LockIcon(): JSX.Element; | ||
export default LockIcon; | ||
//# sourceMappingURL=Lock.d.ts.map |
/// <reference types="react" /> | ||
declare function MinusIcon(): JSX.Element; | ||
export default MinusIcon; | ||
//# sourceMappingURL=Minus.d.ts.map |
/// <reference types="react" /> | ||
declare function PlusIcon(): JSX.Element; | ||
export default PlusIcon; | ||
//# sourceMappingURL=Plus.d.ts.map |
/// <reference types="react" /> | ||
declare function UnlockIcon(): JSX.Element; | ||
export default UnlockIcon; | ||
//# sourceMappingURL=Unlock.d.ts.map |
export { default as Controls } from './Controls'; | ||
export { default as ControlButton } from './ControlButton'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -15,1 +15,2 @@ import { ButtonHTMLAttributes, HTMLAttributes } from 'react'; | ||
export declare type ControlButtonProps = ButtonHTMLAttributes<HTMLButtonElement>; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@reactflow/controls", | ||
"version": "11.0.0-next.2", | ||
"version": "11.0.0-next.3", | ||
"description": "Component to control the viewport of a React Flow instance", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"@babel/runtime": "^7.18.9", | ||
"@reactflow/core": "11.0.0-next.2", | ||
"@reactflow/core": "11.0.0-next.3", | ||
"classcat": "^5.0.3" | ||
@@ -48,4 +48,5 @@ }, | ||
"postcss-import": "^14.1.0", | ||
"postcss-nested": "^5.0.6" | ||
"postcss-nested": "^5.0.6", | ||
"tsconfig": "*" | ||
} | ||
} |
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
27972
26
7
+ Added@reactflow/core@11.0.0-next.3(transitive)
- Removed@reactflow/core@11.0.0-next.2(transitive)