@returnless/focus-ui 0.0.56 → 0.0.58
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/focus-ui.js +2 -2
- package/dist/focus-ui.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/focus-ui.js
CHANGED
|
@@ -14748,7 +14748,7 @@ const DA = ["id"], RA = {
|
|
|
14748
14748
|
{ "bg-slate-200 hover:bg-slate-300 dark:bg-zinc-800 dark:hover:bg-zinc-700": t.variant === "secondary" },
|
|
14749
14749
|
{ "bg-red-500/20 hover:bg-red-500/30 text-red-600 dark:text-white dark:bg-red-700": t.variant === "destructive" },
|
|
14750
14750
|
{ "hover:bg-slate-200 dark:hover:bg-zinc-700": t.variant === "ghost" },
|
|
14751
|
-
{ "hover:bg-
|
|
14751
|
+
{ "bg-white hover:bg-slate-200 ring-1 ring-slate-200 ring-inset dark:ring-zinc-700 dark:hover:bg-zinc-700": t.variant === "outline" },
|
|
14752
14752
|
{ "px-4 py-3": t.size === "normal" && !t.iconOnly },
|
|
14753
14753
|
{ "px-3 py-2": t.size === "small" && !t.iconOnly },
|
|
14754
14754
|
{ "p-3": t.size === "normal" && t.iconOnly },
|
|
@@ -32385,7 +32385,7 @@ const ch = F1({
|
|
|
32385
32385
|
default: H(() => [
|
|
32386
32386
|
ae(w(GC), qe(w(a), {
|
|
32387
32387
|
class: w(qo)([
|
|
32388
|
-
"z-50 min-w-[200px] overflow-hidden p-1 antialiased",
|
|
32388
|
+
"z-50 min-w-[200px] overflow-hidden p-1 antialiased max-h-72 overflow-y-auto",
|
|
32389
32389
|
// base styles
|
|
32390
32390
|
"rounded-md border shadow-lg",
|
|
32391
32391
|
// border and shadow
|