@ztwoint/z-ui 0.1.49 → 0.1.50
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.
|
@@ -22,7 +22,7 @@ function s({
|
|
|
22
22
|
{
|
|
23
23
|
"data-slot": "dialog-overlay",
|
|
24
24
|
className: l(
|
|
25
|
-
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0
|
|
25
|
+
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 bg-black/50",
|
|
26
26
|
t
|
|
27
27
|
),
|
|
28
28
|
...a
|
|
@@ -20,7 +20,7 @@ function c({
|
|
|
20
20
|
align: a,
|
|
21
21
|
sideOffset: e,
|
|
22
22
|
className: n(
|
|
23
|
-
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2
|
|
23
|
+
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 w-64 origin-(--radix-hover-card-content-transform-origin) bg-transparent shadow-lg rounded-2xl outline-hidden",
|
|
24
24
|
t
|
|
25
25
|
),
|
|
26
26
|
...d
|
|
@@ -133,7 +133,7 @@ function F({
|
|
|
133
133
|
align: a,
|
|
134
134
|
sideOffset: 8,
|
|
135
135
|
className: d(
|
|
136
|
-
"bg-white max-w-fit w-[var(--radix-popover-trigger-width)] p-1 flex flex-col items-start rounded-2xl border-[0.5px] border-[#E0E0E0] shadow-lg
|
|
136
|
+
"bg-white max-w-fit w-[var(--radix-popover-trigger-width)] p-1 flex flex-col items-start rounded-2xl border-[0.5px] border-[#E0E0E0] shadow-lg min-w-fit",
|
|
137
137
|
e
|
|
138
138
|
),
|
|
139
139
|
...o
|
|
@@ -222,7 +222,7 @@ function L({
|
|
|
222
222
|
side: l,
|
|
223
223
|
className: d(
|
|
224
224
|
"min-w-md min-h-fit h-[var(--radix-popover-content-height)]",
|
|
225
|
-
"bg-white w-full p-1 flex flex-col items-start rounded-2xl border-[0.5px] border-[#E0E0E0] shadow-lg
|
|
225
|
+
"bg-white w-full p-1 flex flex-col items-start rounded-2xl border-[0.5px] border-[#E0E0E0] shadow-lg",
|
|
226
226
|
e
|
|
227
227
|
),
|
|
228
228
|
...r
|
|
@@ -39,7 +39,7 @@ function b({
|
|
|
39
39
|
"data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",
|
|
40
40
|
"data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2",
|
|
41
41
|
"data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
42
|
-
"
|
|
42
|
+
"origin-(--radix-dropdown-menu-content-transform-origin)",
|
|
43
43
|
"rounded-xl shadow-2xl shadow-black/10 dark:shadow-black/30",
|
|
44
44
|
"px-1 pb-1",
|
|
45
45
|
l[o],
|
|
@@ -251,7 +251,7 @@ function S({
|
|
|
251
251
|
"data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",
|
|
252
252
|
"data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2",
|
|
253
253
|
"data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
254
|
-
"
|
|
254
|
+
"min-w-[10rem] origin-(--radix-dropdown-menu-content-transform-origin)",
|
|
255
255
|
"rounded-xl shadow-2xl shadow-black/10 dark:shadow-black/30",
|
|
256
256
|
e
|
|
257
257
|
),
|