You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/components/output-select/output-select.test.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/components/output-select/output-select.tsx
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,13 @@ interface OutputSelectProps {
50
50
maxHeight?: number
51
51
disablePortal?: boolean
52
52
/**
53
-
* Trigger chrome. `'sm'` is the compact pill used in inline toolbars;
54
-
* `'md'` is the 30px chip field, for stacking with `ChipInput` in a form.
53
+
* Trigger size. `'sm'` is compact for inline toolbars;
54
+
* `'md'` matches the editor's full-size fields.
55
55
* @default 'sm'
56
56
*/
57
57
size?: 'sm'|'md'
58
+
/** Use chip chrome when embedding the selector in a chip-styled form. */
59
+
variant?: 'default'|'chip'
58
60
/** Additional class names to apply to the combobox trigger */
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/chat/chat.tsx
0 commit comments