@reactflow/controls
Advanced tools
Comparing version 11.0.2 to 11.0.3
@@ -1,5 +0,5 @@ | ||
import { FC, PropsWithChildren } from 'react'; | ||
import { ControlButtonProps } from './types'; | ||
import type { FC, PropsWithChildren } from 'react'; | ||
import type { ControlButtonProps } from './types'; | ||
declare const ControlButton: FC<PropsWithChildren<ControlButtonProps>>; | ||
export default ControlButton; | ||
//# sourceMappingURL=ControlButton.d.ts.map |
@@ -1,5 +0,5 @@ | ||
import { PropsWithChildren } from 'react'; | ||
import { ControlProps } from './types'; | ||
import type { PropsWithChildren } from 'react'; | ||
import type { ControlProps } from './types'; | ||
declare const _default: import("react").NamedExoticComponent<PropsWithChildren<ControlProps>>; | ||
export default _default; | ||
//# sourceMappingURL=Controls.d.ts.map |
@@ -1,4 +0,4 @@ | ||
import { ButtonHTMLAttributes, HTMLAttributes } from 'react'; | ||
import { FitViewOptions, PanelPosition } from '@reactflow/core'; | ||
export interface ControlProps extends HTMLAttributes<HTMLDivElement> { | ||
import type { ButtonHTMLAttributes, HTMLAttributes } from 'react'; | ||
import type { FitViewOptions, PanelPosition } from '@reactflow/core'; | ||
export declare type ControlProps = HTMLAttributes<HTMLDivElement> & { | ||
showZoom?: boolean; | ||
@@ -13,4 +13,4 @@ showFitView?: boolean; | ||
position?: PanelPosition; | ||
} | ||
}; | ||
export declare type ControlButtonProps = ButtonHTMLAttributes<HTMLButtonElement>; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -1,5 +0,5 @@ | ||
import { FC, PropsWithChildren } from 'react'; | ||
import { ControlButtonProps } from './types'; | ||
import type { FC, PropsWithChildren } from 'react'; | ||
import type { ControlButtonProps } from './types'; | ||
declare const ControlButton: FC<PropsWithChildren<ControlButtonProps>>; | ||
export default ControlButton; | ||
//# sourceMappingURL=ControlButton.d.ts.map |
@@ -1,5 +0,5 @@ | ||
import { PropsWithChildren } from 'react'; | ||
import { ControlProps } from './types'; | ||
import type { PropsWithChildren } from 'react'; | ||
import type { ControlProps } from './types'; | ||
declare const _default: import("react").NamedExoticComponent<PropsWithChildren<ControlProps>>; | ||
export default _default; | ||
//# sourceMappingURL=Controls.d.ts.map |
@@ -1,4 +0,4 @@ | ||
import { ButtonHTMLAttributes, HTMLAttributes } from 'react'; | ||
import { FitViewOptions, PanelPosition } from '@reactflow/core'; | ||
export interface ControlProps extends HTMLAttributes<HTMLDivElement> { | ||
import type { ButtonHTMLAttributes, HTMLAttributes } from 'react'; | ||
import type { FitViewOptions, PanelPosition } from '@reactflow/core'; | ||
export declare type ControlProps = HTMLAttributes<HTMLDivElement> & { | ||
showZoom?: boolean; | ||
@@ -13,4 +13,4 @@ showFitView?: boolean; | ||
position?: PanelPosition; | ||
} | ||
}; | ||
export declare type ControlButtonProps = ButtonHTMLAttributes<HTMLButtonElement>; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@reactflow/controls", | ||
"version": "11.0.2", | ||
"version": "11.0.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.1.1", | ||
"@reactflow/core": "11.1.2", | ||
"classcat": "^5.0.3" | ||
@@ -37,0 +37,0 @@ }, |
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 not supported yet
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
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
145742
675
+ Added@reactflow/core@11.1.2(transitive)
- Removed@reactflow/core@11.1.1(transitive)
Updated@reactflow/core@11.1.2