New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@leva-ui/plugin-bezier

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leva-ui/plugin-bezier - npm Package Compare versions

Comparing version 0.9.10 to 0.9.12

7

CHANGELOG.md
# @leva-ui/plugin-bezier
## 0.9.12
### Patch Changes
- Updated dependencies
- leva@0.9.12
## 0.9.10

@@ -4,0 +11,0 @@

1

dist/declarations/src/Bezier.d.ts

@@ -0,1 +1,2 @@

/// <reference types="react" />
export declare function Bezier(): JSX.Element;

@@ -0,2 +1,3 @@

/// <reference types="react" />
import type { BezierProps } from './bezier-types';
export declare function BezierPreview({ value }: Pick<BezierProps, 'value'>): JSX.Element;

@@ -0,1 +1,2 @@

/// <reference types="react" />
import type { BezierProps } from './bezier-types';

@@ -2,0 +3,0 @@ export declare function BezierSvg({ displayValue, onUpdate, withPreview, }: Pick<BezierProps, 'displayValue' | 'onUpdate'> & {

30

dist/declarations/src/StyledBezier.d.ts
export declare const Svg: import("@stitches/react").StitchesComponentWithAutoCompleteForJSXElements<"svg", {
withPreview: {
true: any;
false: any;
true: unknown;
false: unknown;
};
}, import("@stitches/core").TMedias & {
}, import("@stitches/react").TMedias & {
initial: "";

@@ -20,2 +20,4 @@ }, {

vivid1: string;
folderWidgetColor: string;
folderTextColor: string;
toolTipBackground: string;

@@ -92,4 +94,4 @@ toolTipText: string;

$activeStyle: string;
}, import("@stitches/core").CSSPropertiesToTokenScale>;
export declare const PreviewSvg: import("@stitches/react").StitchesComponentWithAutoCompleteForJSXElements<"svg", {}, import("@stitches/core").TMedias & {
}, import("@stitches/react").CSSPropertiesToTokenScale>;
export declare const PreviewSvg: import("@stitches/react").StitchesComponentWithAutoCompleteForJSXElements<"svg", {}, import("@stitches/react").TMedias & {
initial: "";

@@ -108,2 +110,4 @@ }, {

vivid1: string;
folderWidgetColor: string;
folderTextColor: string;
toolTipBackground: string;

@@ -180,8 +184,8 @@ toolTipText: string;

$activeStyle: string;
}, import("@stitches/core").CSSPropertiesToTokenScale>;
}, import("@stitches/react").CSSPropertiesToTokenScale>;
export declare const SyledInnerLabel: import("@stitches/react").StitchesComponentWithAutoCompleteForJSXElements<"div", {
graph: {
true: any;
true: unknown;
};
}, import("@stitches/core").TMedias & {
}, import("@stitches/react").TMedias & {
initial: "";

@@ -200,2 +204,4 @@ }, {

vivid1: string;
folderWidgetColor: string;
folderTextColor: string;
toolTipBackground: string;

@@ -272,4 +278,4 @@ toolTipText: string;

$activeStyle: string;
}, import("@stitches/core").CSSPropertiesToTokenScale>;
export declare const Container: import("@stitches/react").StitchesComponentWithAutoCompleteForJSXElements<"div", {}, import("@stitches/core").TMedias & {
}, import("@stitches/react").CSSPropertiesToTokenScale>;
export declare const Container: import("@stitches/react").StitchesComponentWithAutoCompleteForJSXElements<"div", {}, import("@stitches/react").TMedias & {
initial: "";

@@ -288,2 +294,4 @@ }, {

vivid1: string;
folderWidgetColor: string;
folderTextColor: string;
toolTipBackground: string;

@@ -360,2 +368,2 @@ toolTipText: string;

$activeStyle: string;
}, import("@stitches/core").CSSPropertiesToTokenScale>;
}, import("@stitches/react").CSSPropertiesToTokenScale>;

@@ -34,5 +34,9 @@ 'use strict';

var symbols = Object.getOwnPropertySymbols(object);
if (enumerableOnly) symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
if (enumerableOnly) {
symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
}
keys.push.apply(keys, symbols);

@@ -483,2 +487,3 @@ }

const _excluded = ["handles"];
const abscissasSettings = {

@@ -515,3 +520,3 @@ min: 0,

} = _ref,
_settings = _objectWithoutProperties(_ref, ["handles"]);
_settings = _objectWithoutProperties(_ref, _excluded);

@@ -518,0 +523,0 @@ handles = typeof handles === 'string' ? BuiltIn[handles] : handles;

@@ -34,5 +34,9 @@ 'use strict';

var symbols = Object.getOwnPropertySymbols(object);
if (enumerableOnly) symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
if (enumerableOnly) {
symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
}
keys.push.apply(keys, symbols);

@@ -483,2 +487,3 @@ }

const _excluded = ["handles"];
const abscissasSettings = {

@@ -515,3 +520,3 @@ min: 0,

} = _ref,
_settings = _objectWithoutProperties(_ref, ["handles"]);
_settings = _objectWithoutProperties(_ref, _excluded);

@@ -518,0 +523,0 @@ handles = typeof handles === 'string' ? BuiltIn[handles] : handles;

@@ -25,5 +25,9 @@ import { styled, keyframes, useDrag, mergeRefs, debounce, normalizeVector, sanitizeVector, useInputContext, Components, useInputSetters, createPlugin, formatVector } from 'leva/plugin';

var symbols = Object.getOwnPropertySymbols(object);
if (enumerableOnly) symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
if (enumerableOnly) {
symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
}
keys.push.apply(keys, symbols);

@@ -474,2 +478,3 @@ }

const _excluded = ["handles"];
const abscissasSettings = {

@@ -506,3 +511,3 @@ min: 0,

} = _ref,
_settings = _objectWithoutProperties(_ref, ["handles"]);
_settings = _objectWithoutProperties(_ref, _excluded);

@@ -509,0 +514,0 @@ handles = typeof handles === 'string' ? BuiltIn[handles] : handles;

{
"name": "@leva-ui/plugin-bezier",
"version": "0.9.10",
"version": "0.9.12",
"main": "dist/leva-ui-plugin-bezier.cjs.js",

@@ -15,3 +15,3 @@ "module": "dist/leva-ui-plugin-bezier.esm.js",

"peerDependencies": {
"leva": ">=0.9.10",
"leva": ">=0.9.12",
"react": ">=16.8.0",

@@ -18,0 +18,0 @@ "react-dom": ">=16.8.0"

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