@@ -17,17 +17,15 @@ import {
1717} from "./suggested-prompts" ;
1818
1919// The only slot-to-button-style mapping: a new slot is styled here and nowhere else.
20- const PROMPT_SLOT_BUTTON : Record <
21- ResolvedPromptSlot ,
22- { variant : ButtonVariant ; icon : RenderIcon }
23- > = {
24- promoted : { variant : "primary/small" , icon : SparklesIcon } ,
25- investigate : { variant : "primary/small" , icon : MagnifyingGlassIcon } ,
26- watch : { variant : "secondary/small" , icon : EyeIcon } ,
27- status : { variant : "secondary/small" , icon : ChartBarIcon } ,
28- explain : { variant : "tertiary/small" , icon : QuestionMarkCircleIcon } ,
29- docs : { variant : "docs/small" , icon : BookOpenIcon } ,
30- } ;
20+ const PROMPT_SLOT_BUTTON : Record < ResolvedPromptSlot , { variant : ButtonVariant ; icon : RenderIcon } > =
21+ {
22+ promoted : { variant : "primary/small" , icon : SparklesIcon } ,
23+ investigate : { variant : "primary/small" , icon : MagnifyingGlassIcon } ,
24+ watch : { variant : "secondary/small" , icon : EyeIcon } ,
25+ status : { variant : "secondary/small" , icon : ChartBarIcon } ,
26+ explain : { variant : "tertiary/small" , icon : QuestionMarkCircleIcon } ,
27+ docs : { variant : "docs/small" , icon : BookOpenIcon } ,
28+ } ;
3129
3230// This surface never writes dismissals; only the row surfaces do.
3331export function DashboardAgentSuggestedPrompts ( {
0 commit comments