Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@reactflow/controls

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactflow/controls - npm Package Compare versions

Comparing version 11.0.2 to 11.0.3

4

dist/esm/ControlButton.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc