@wmoney/ui-kit 1.0.33 → 1.0.34
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10801,7 +10801,7 @@ function Dv({ className: e, sideOffset: t = 4, ...n }) {
|
|
|
10801
10801
|
return /* @__PURE__ */ h(dv, { children: /* @__PURE__ */ h(fv, {
|
|
10802
10802
|
"data-slot": "dropdown-menu-content",
|
|
10803
10803
|
sideOffset: t,
|
|
10804
|
-
className: q("bg-input 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 z-50 max-h-(--radix-dropdown-menu-content-available-height) min-w-32 origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-lg
|
|
10804
|
+
className: q("bg-input 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 z-50 max-h-(--radix-dropdown-menu-content-available-height) min-w-32 origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-lg shadow-md", e),
|
|
10805
10805
|
...n
|
|
10806
10806
|
}) });
|
|
10807
10807
|
}
|
|
@@ -10816,7 +10816,7 @@ function kv({ className: e, inset: t, variant: n = "default", ...r }) {
|
|
|
10816
10816
|
"data-slot": "dropdown-menu-item",
|
|
10817
10817
|
"data-inset": t,
|
|
10818
10818
|
"data-variant": n,
|
|
10819
|
-
className: q("hover:opacity-30 focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:text-destructive! [&_svg:not([class*='text-'])]:text-muted relative flex cursor-pointer items-center gap-2 rounded-lg
|
|
10819
|
+
className: q("text-sm! px-4 py-3 hover:opacity-30 focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:text-destructive! [&_svg:not([class*='text-'])]:text-muted relative flex cursor-pointer items-center gap-2 rounded-lg font-medium outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 data-inset:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", e),
|
|
10820
10820
|
...r
|
|
10821
10821
|
});
|
|
10822
10822
|
}
|