lizaui 3.0.38 → 3.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui/index.es.js
CHANGED
|
@@ -4184,7 +4184,7 @@ function bp({
|
|
|
4184
4184
|
{
|
|
4185
4185
|
"data-slot": "sheet-content",
|
|
4186
4186
|
className: w(
|
|
4187
|
-
"bg-content1 data-[state=open]:animate-in data-[state=closed]:animate-out fixed z-50 flex flex-col
|
|
4187
|
+
"bg-content1 data-[state=open]:animate-in data-[state=closed]:animate-out fixed z-50 flex flex-col shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
|
|
4188
4188
|
r === "right" && "data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right inset-y-0 right-0 h-full w-3/4 sm:max-w-sm",
|
|
4189
4189
|
r === "left" && "data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left inset-y-0 left-0 h-full w-3/4 sm:max-w-sm",
|
|
4190
4190
|
r === "top" && "data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top inset-x-0 top-0 h-auto border-b",
|
|
@@ -4194,7 +4194,7 @@ function bp({
|
|
|
4194
4194
|
...c,
|
|
4195
4195
|
children: [
|
|
4196
4196
|
t,
|
|
4197
|
-
n && /* @__PURE__ */ a.jsx(Je, { className: "absolute top-3 right-4 focus:outline-hidden disabled:pointer-events-none", children: /* @__PURE__ */ a.jsx("div", { children: /* @__PURE__ */ a.jsxs(
|
|
4197
|
+
n && /* @__PURE__ */ a.jsx(Je, { asChild: !0, className: "absolute top-3 right-4 focus:outline-hidden disabled:pointer-events-none", children: /* @__PURE__ */ a.jsx("div", { children: /* @__PURE__ */ a.jsxs(
|
|
4198
4198
|
bt,
|
|
4199
4199
|
{
|
|
4200
4200
|
isIconOnly: !0,
|