@leva-ui/plugin-spring
Advanced tools
+8
-0
| # @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 @@ |
@@ -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; | ||
| }>>; |
+3
-3
| { | ||
| "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" | ||
| } | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
45905
3.45%1396
3.71%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated