🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@howells/stacksheet

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@howells/stacksheet - npm Package Compare versions

Comparing version
1.1.9
to
1.1.10
+2
-2
dist/index.js

@@ -1745,3 +1745,3 @@ // src/create.tsx

function SheetClose({ asChild, className, style, children }) {
const { close } = useSheetPanel();
const { close, back, isNested } = useSheetPanel();
const Comp = asChild ? Slot : "button";

@@ -1753,3 +1753,3 @@ return /* @__PURE__ */ jsx4(

className: `flex h-8 w-8 shrink-0 cursor-pointer items-center justify-center rounded-md border-none bg-transparent p-0 text-inherit opacity-60 transition-opacity duration-150 hover:opacity-100 ${className ?? ""}`,
onClick: close,
onClick: isNested ? back : close,
style,

@@ -1756,0 +1756,0 @@ type: asChild ? void 0 : "button",

{
"name": "@howells/stacksheet",
"version": "1.1.9",
"version": "1.1.10",
"private": false,

@@ -5,0 +5,0 @@ "description": "Typed, animated sheet stack system. Zustand store + Motion animations with Apple-style depth stacking.",

Sorry, the diff of this file is too big to display