feat(ui): expand workflow-ready components
This commit is contained in:
@@ -25,6 +25,10 @@ export const commandListVariants = cva([
|
||||
"max-h-[22rem] overflow-y-auto overflow-x-hidden p-2"
|
||||
]);
|
||||
|
||||
export const commandLoadingVariants = cva([
|
||||
"px-4 py-8 text-sm text-[var(--color-muted-foreground)]"
|
||||
]);
|
||||
|
||||
export const commandEmptyVariants = cva([
|
||||
"py-10 text-center text-sm text-[var(--color-muted-foreground)]"
|
||||
]);
|
||||
@@ -51,3 +55,7 @@ export const commandSeparatorVariants = cva([
|
||||
export const commandShortcutVariants = cva([
|
||||
"ml-auto text-[0.7rem] uppercase tracking-[var(--tracking-caps)] text-[var(--color-muted-foreground)]"
|
||||
]);
|
||||
|
||||
export const commandFooterVariants = cva([
|
||||
"border-t border-[var(--ui-panel-border)] bg-[color-mix(in_oklch,var(--ui-panel-bg)_94%,var(--color-background))] px-4 py-3"
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user