You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@leva-ui/plugin-spring

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
0.9.14
to
0.9.15
+8
-0
CHANGELOG.md
# @leva-ui/plugin-spring
## 0.9.15
### Patch Changes
- 05ebf42: Upgrade deps and add `disabled` option to button
- Updated dependencies [05ebf42]
- leva@0.9.15
## 1.0.0

@@ -4,0 +12,0 @@

+0
-1

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

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

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

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

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

export declare const Canvas: import("@stitches/react").StitchesComponentWithAutoCompleteForJSXElements<"canvas", {}, import("@stitches/react").TMedias & {
initial: "";
}, {
export declare const Canvas: import("@stitches/react/types/styled-component").StyledComponent<"canvas", {}, {}, import("@stitches/react/types/css-util").CSS<{}, {
colors: {

@@ -75,19 +73,45 @@ elevation1: string;

};
}, {
$flex: unknown;
$flexCenter: unknown;
$reset: unknown;
$draggable: unknown;
$focus: string;
$focusWithin: string;
$hover: string;
$active: string;
$inputStyle: string;
$focusStyle: string;
$hoverStyle: string;
$activeStyle: string;
}, import("@stitches/react").CSSPropertiesToTokenScale>;
export declare const SpringPreview: import("@stitches/react").StitchesComponentWithAutoCompleteForJSXElements<"div", {}, import("@stitches/react").TMedias & {
initial: "";
}, {
}, import("@stitches/react/types/config").DefaultThemeMap, {
$flex: () => {
display: string;
alignItems: string;
};
$flexCenter: () => {
display: string;
alignItems: string;
justifyContent: string;
};
$reset: () => {
outline: string;
fontSize: string;
fontWeight: string;
color: string;
fontFamily: string;
border: string;
backgroundColor: string;
appearance: string;
};
$draggable: () => {
touchAction: string;
WebkitUserDrag: string;
userSelect: string;
};
$focus: (value: string) => {
'&:focus': any;
};
$focusWithin: (value: string) => {
'&:focus-within': any;
};
$hover: (value: string) => {
'&:hover': any;
};
$active: (value: string) => {
'&:active': any;
};
$inputStyle: () => (value: string) => any;
$focusStyle: () => (value: string) => any;
$hoverStyle: () => (value: string) => any;
$activeStyle: () => (value: string) => any;
}>>;
export declare const SpringPreview: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {}, import("@stitches/react/types/css-util").CSS<{}, {
colors: {

@@ -164,15 +188,43 @@ elevation1: string;

};
}, {
$flex: unknown;
$flexCenter: unknown;
$reset: unknown;
$draggable: unknown;
$focus: string;
$focusWithin: string;
$hover: string;
$active: string;
$inputStyle: string;
$focusStyle: string;
$hoverStyle: string;
$activeStyle: string;
}, import("@stitches/react").CSSPropertiesToTokenScale>;
}, import("@stitches/react/types/config").DefaultThemeMap, {
$flex: () => {
display: string;
alignItems: string;
};
$flexCenter: () => {
display: string;
alignItems: string;
justifyContent: string;
};
$reset: () => {
outline: string;
fontSize: string;
fontWeight: string;
color: string;
fontFamily: string;
border: string;
backgroundColor: string;
appearance: string;
};
$draggable: () => {
touchAction: string;
WebkitUserDrag: string;
userSelect: string;
};
$focus: (value: string) => {
'&:focus': any;
};
$focusWithin: (value: string) => {
'&:focus-within': any;
};
$hover: (value: string) => {
'&:hover': any;
};
$active: (value: string) => {
'&:active': any;
};
$inputStyle: () => (value: string) => any;
$focusStyle: () => (value: string) => any;
$hoverStyle: () => (value: string) => any;
$activeStyle: () => (value: string) => any;
}>>;
{
"name": "@leva-ui/plugin-spring",
"version": "0.9.14",
"version": "0.9.15",
"main": "dist/leva-ui-plugin-spring.cjs.js",

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

"peerDependencies": {
"leva": ">=1.0.0",
"leva": ">=0.9.15",
"react": ">=16.8.0",

@@ -21,4 +21,4 @@ "react-dom": ">=16.8.0"

"dependencies": {
"@react-spring/web": "9.2.3"
"@react-spring/web": "9.3.0"
}
}