pxengine 0.1.71 → 0.1.73

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pxengine/ui",
3
3
  "version": "1.0.0",
4
- "lastUpdated": "2026-05-05T05:08:33.316Z",
4
+ "lastUpdated": "2026-05-12T10:51:30.351Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -15536,277 +15536,276 @@
15536
15536
  "preview": null,
15537
15537
  "layoutHints": null
15538
15538
  },
15539
- "ConfirmationCard": {
15540
- "name": "ConfirmationCard",
15539
+ "ActionPriorityCard": {
15540
+ "name": "ActionPriorityCard",
15541
15541
  "type": "molecule",
15542
15542
  "isBuilderComponent": true,
15543
- "description": "ConfirmationCard\n\nA molecule for yes/no confirmation prompts.\nShows a title, description, optional question, and Cancel / Confirm buttons.",
15543
+ "description": "",
15544
15544
  "props": {
15545
15545
  "title": {
15546
15546
  "type": "string",
15547
15547
  "required": true,
15548
- "description": "Bold title at the top of the card (e.g. \"Brand Summary\")"
15548
+ "description": ""
15549
15549
  },
15550
- "description": {
15550
+ "actions": {
15551
+ "type": "actionpriorityitem[]",
15552
+ "required": true,
15553
+ "description": ""
15554
+ },
15555
+ "theme": {
15556
+ "type": "widgettheme",
15557
+ "required": false,
15558
+ "description": ""
15559
+ },
15560
+ "className": {
15561
+ "type": "string",
15562
+ "required": false,
15563
+ "description": ""
15564
+ }
15565
+ },
15566
+ "preview": null,
15567
+ "layoutHints": null
15568
+ },
15569
+ "ApprovalCard": {
15570
+ "name": "ApprovalCard",
15571
+ "type": "molecule",
15572
+ "isBuilderComponent": true,
15573
+ "description": "",
15574
+ "props": {
15575
+ "title": {
15551
15576
  "type": "string",
15552
15577
  "required": true,
15553
- "description": "Description / body text explaining what will happen"
15578
+ "description": ""
15554
15579
  },
15555
- "question": {
15580
+ "description": {
15556
15581
  "type": "string",
15557
15582
  "required": false,
15558
- "description": "The confirmation question (e.g. \"Shall I proceed to the research?\")"
15583
+ "description": ""
15559
15584
  },
15560
- "confirm_label": {
15585
+ "details": {
15586
+ "type": "approvaldetail[]",
15587
+ "required": false,
15588
+ "description": ""
15589
+ },
15590
+ "status": {
15591
+ "type": "enum",
15592
+ "required": false,
15593
+ "description": "",
15594
+ "enums": [
15595
+ "pending",
15596
+ "approved",
15597
+ "rejected",
15598
+ "changes_requested"
15599
+ ]
15600
+ },
15601
+ "approve_label": {
15561
15602
  "type": "string",
15562
15603
  "required": false,
15563
- "description": "Label for the confirm button (default: \"Yes, go ahead\")"
15604
+ "description": ""
15564
15605
  },
15565
- "cancel_label": {
15606
+ "reject_label": {
15566
15607
  "type": "string",
15567
15608
  "required": false,
15568
- "description": "Label for the cancel button (default: \"Cancel\")"
15609
+ "description": ""
15569
15610
  },
15570
- "sendMessage": {
15571
- "type": "(text: string) => void",
15611
+ "changes_label": {
15612
+ "type": "string",
15572
15613
  "required": false,
15573
- "description": "Callback to send a message to the agent.\nCalled when user clicks Confirm or Cancel."
15614
+ "description": ""
15615
+ },
15616
+ "show_changes_button": {
15617
+ "type": "boolean",
15618
+ "required": false,
15619
+ "description": ""
15574
15620
  },
15575
15621
  "isLatestMessage": {
15576
15622
  "type": "boolean",
15577
15623
  "required": false,
15578
- "description": "Whether this message is the latest (controls interactivity)"
15624
+ "description": ""
15579
15625
  },
15580
15626
  "disabled": {
15581
15627
  "type": "boolean",
15582
15628
  "required": false,
15583
- "description": "Whether the interaction is disabled externally"
15629
+ "description": ""
15630
+ },
15631
+ "theme": {
15632
+ "type": "widgettheme",
15633
+ "required": false,
15634
+ "description": ""
15584
15635
  },
15585
15636
  "className": {
15586
15637
  "type": "string",
15587
15638
  "required": false,
15588
- "description": "Custom wrapper class name"
15639
+ "description": ""
15640
+ },
15641
+ "sendMessage": {
15642
+ "type": "(text: string) => void",
15643
+ "required": false,
15644
+ "description": ""
15589
15645
  },
15590
15646
  "onAction": {
15591
15647
  "type": "(action: any) => void",
15592
15648
  "required": false,
15593
- "description": "Optional action callback for external state management"
15649
+ "description": ""
15594
15650
  }
15595
15651
  },
15596
15652
  "preview": null,
15597
15653
  "layoutHints": null
15598
15654
  },
15599
- "DataGrid": {
15600
- "name": "DataGrid",
15655
+ "AudiencePersonaCard": {
15656
+ "name": "AudiencePersonaCard",
15601
15657
  "type": "molecule",
15602
15658
  "isBuilderComponent": true,
15603
- "description": "DataGrid\nA premium table component with typed cells and responsive design.",
15659
+ "description": "",
15604
15660
  "props": {
15605
- "type": {
15606
- "type": "\"data-grid\"",
15661
+ "title": {
15662
+ "type": "string",
15607
15663
  "required": true,
15608
15664
  "description": ""
15609
15665
  },
15610
- "columns": {
15611
- "type": "enum",
15612
- "required": true,
15613
- "description": "",
15614
- "enums": [
15615
- "{ header: string; accessorKey: string; type?: number",
15616
- "avatar",
15617
- "badge",
15618
- "date",
15619
- "text; }[]"
15620
- ]
15621
- },
15622
- "data": {
15623
- "type": "any[]",
15666
+ "segments": {
15667
+ "type": "personasegment[]",
15624
15668
  "required": true,
15625
15669
  "description": ""
15626
15670
  },
15627
- "pageSize": {
15628
- "type": "number",
15671
+ "theme": {
15672
+ "type": "widgettheme",
15629
15673
  "required": false,
15630
- "defaultValue": "10",
15631
- "description": ""
15632
- },
15633
- "id": {
15634
- "type": "string",
15635
- "required": true,
15636
15674
  "description": ""
15637
15675
  },
15638
15676
  "className": {
15639
15677
  "type": "string",
15640
15678
  "required": false,
15641
15679
  "description": ""
15642
- },
15643
- "style": {
15644
- "type": "cssproperties",
15645
- "required": false,
15646
- "description": ""
15647
15680
  }
15648
15681
  },
15649
15682
  "preview": null,
15650
15683
  "layoutHints": null
15651
15684
  },
15652
- "EditableField": {
15653
- "name": "EditableField",
15685
+ "BudgetAllocCard": {
15686
+ "name": "BudgetAllocCard",
15654
15687
  "type": "molecule",
15655
15688
  "isBuilderComponent": true,
15656
- "description": "EditableField\n\nA generic field that toggles between display and edit modes.\nStyled with purple labels and green \"Suggested by an Agent\" badge.",
15689
+ "description": "",
15657
15690
  "props": {
15658
- "id": {
15691
+ "title": {
15659
15692
  "type": "string",
15660
15693
  "required": false,
15661
- "description": "Unique identifier"
15694
+ "description": ""
15662
15695
  },
15663
- "label": {
15696
+ "currency": {
15664
15697
  "type": "string",
15665
- "required": true,
15666
- "description": "Field label"
15667
- },
15668
- "value": {
15669
- "type": "any",
15670
- "required": true,
15671
- "description": "Field value"
15672
- },
15673
- "type": {
15674
- "type": "fieldtype",
15675
- "required": true,
15676
- "description": "Input type (text, textarea, number, slider, etc.)"
15677
- },
15678
- "isEditing": {
15679
- "type": "boolean",
15680
- "required": false,
15681
- "description": "Current editing state"
15682
- },
15683
- "onEdit": {
15684
- "type": "() => void",
15685
15698
  "required": false,
15686
- "description": "Triggered when the user wants to start editing"
15699
+ "description": ""
15687
15700
  },
15688
- "onSave": {
15689
- "type": "(newvalue: any) => void",
15701
+ "total": {
15702
+ "type": "number",
15690
15703
  "required": false,
15691
- "description": "Triggered when the user saves the new value"
15704
+ "description": ""
15692
15705
  },
15693
- "onCancel": {
15694
- "type": "() => void",
15706
+ "items": {
15707
+ "type": "budgetallocitem[]",
15695
15708
  "required": false,
15696
- "description": "Triggered when the user cancels editing"
15709
+ "description": ""
15697
15710
  },
15698
- "isSaving": {
15699
- "type": "boolean",
15711
+ "allocations": {
15712
+ "type": "budgetallocitem[]",
15700
15713
  "required": false,
15701
- "description": "Loading state during save"
15714
+ "description": ""
15702
15715
  },
15703
- "isChanged": {
15716
+ "show_total": {
15704
15717
  "type": "boolean",
15705
15718
  "required": false,
15706
- "description": "Indicates if the value has been changed but not saved"
15719
+ "description": ""
15707
15720
  },
15708
- "config": {
15709
- "type": "fieldconfig",
15721
+ "theme": {
15722
+ "type": "widgettheme",
15710
15723
  "required": false,
15711
- "description": "Configuration for the specific field type"
15724
+ "description": ""
15712
15725
  },
15713
15726
  "className": {
15714
15727
  "type": "string",
15715
15728
  "required": false,
15716
- "description": "Custom className for the container"
15717
- },
15718
- "renderDisplay": {
15719
- "type": "(value: any) => reactnode",
15720
- "required": false,
15721
- "description": "Custom renderer for the display state"
15722
- },
15723
- "renderEdit": {
15724
- "type": "(value: any, onchange: (v: any) => void) => reactnode",
15725
- "required": false,
15726
- "description": "Custom renderer for the edit state"
15727
- },
15728
- "isLatestMessage": {
15729
- "type": "boolean",
15730
- "required": false,
15731
- "description": "Whether this is the latest message"
15732
- },
15733
- "shouldStopPropagation": {
15734
- "type": "boolean",
15735
- "required": false,
15736
- "description": "Whether to stop event propagation when the edit icon is clicked.\nUseful to prevent parents (like cards) from collapsing."
15737
- },
15738
- "showIndex": {
15739
- "type": "boolean",
15740
- "required": false,
15741
- "description": "Whether to show the index number"
15742
- },
15743
- "index": {
15744
- "type": "number",
15745
- "required": false,
15746
- "description": "Index of this field in the form"
15729
+ "description": ""
15747
15730
  },
15748
- "totalFields": {
15749
- "type": "number",
15731
+ "onAction": {
15732
+ "type": "(action: any) => void",
15750
15733
  "required": false,
15751
- "description": "Total number of fields in the form"
15734
+ "description": ""
15752
15735
  }
15753
15736
  },
15754
15737
  "preview": null,
15755
15738
  "layoutHints": null
15756
15739
  },
15757
- "EmptyState": {
15758
- "name": "EmptyState",
15740
+ "CalendarEventCard": {
15741
+ "name": "CalendarEventCard",
15759
15742
  "type": "molecule",
15760
15743
  "isBuilderComponent": true,
15761
- "description": "EmptyState\nA placeholder for empty lists or results.",
15744
+ "description": "",
15762
15745
  "props": {
15763
- "type": {
15764
- "type": "\"empty-state\"",
15765
- "required": true,
15766
- "description": ""
15767
- },
15768
15746
  "title": {
15769
15747
  "type": "string",
15770
15748
  "required": true,
15771
15749
  "description": ""
15772
15750
  },
15773
- "description": {
15751
+ "date": {
15774
15752
  "type": "string",
15775
15753
  "required": true,
15776
15754
  "description": ""
15777
15755
  },
15778
- "icon": {
15756
+ "time": {
15779
15757
  "type": "string",
15780
15758
  "required": false,
15781
15759
  "description": ""
15782
15760
  },
15783
- "actionLabel": {
15761
+ "duration": {
15784
15762
  "type": "string",
15785
15763
  "required": false,
15786
15764
  "description": ""
15787
15765
  },
15788
- "action": {
15766
+ "location": {
15789
15767
  "type": "string",
15790
15768
  "required": false,
15791
15769
  "description": ""
15792
15770
  },
15793
- "id": {
15771
+ "description": {
15794
15772
  "type": "string",
15795
- "required": true,
15773
+ "required": false,
15796
15774
  "description": ""
15797
15775
  },
15798
- "className": {
15776
+ "attendees": {
15777
+ "type": "calendareventattendee[]",
15778
+ "required": false,
15779
+ "description": ""
15780
+ },
15781
+ "status": {
15782
+ "type": "enum",
15783
+ "required": false,
15784
+ "description": "",
15785
+ "enums": [
15786
+ "upcoming",
15787
+ "live",
15788
+ "ended",
15789
+ "cancelled"
15790
+ ]
15791
+ },
15792
+ "join_label": {
15799
15793
  "type": "string",
15800
15794
  "required": false,
15801
15795
  "description": ""
15802
15796
  },
15803
- "style": {
15804
- "type": "cssproperties",
15797
+ "theme": {
15798
+ "type": "widgettheme",
15799
+ "required": false,
15800
+ "description": ""
15801
+ },
15802
+ "className": {
15803
+ "type": "string",
15805
15804
  "required": false,
15806
15805
  "description": ""
15807
15806
  },
15808
15807
  "onAction": {
15809
- "type": "(action: string) => void",
15808
+ "type": "(action: any) => void",
15810
15809
  "required": false,
15811
15810
  "description": ""
15812
15811
  }
@@ -15814,49 +15813,50 @@
15814
15813
  "preview": null,
15815
15814
  "layoutHints": null
15816
15815
  },
15817
- "FileUpload": {
15818
- "name": "FileUpload",
15816
+ "CampaignBriefCard": {
15817
+ "name": "CampaignBriefCard",
15819
15818
  "type": "molecule",
15820
15819
  "isBuilderComponent": true,
15821
- "description": "FileUpload\nDrag-and-drop file upload zone.",
15820
+ "description": "",
15822
15821
  "props": {
15823
- "type": {
15824
- "type": "\"file-upload\"",
15822
+ "title": {
15823
+ "type": "string",
15825
15824
  "required": true,
15826
15825
  "description": ""
15827
15826
  },
15828
- "title": {
15827
+ "objective": {
15829
15828
  "type": "string",
15830
15829
  "required": true,
15831
15830
  "description": ""
15832
15831
  },
15833
- "accept": {
15832
+ "audience": {
15834
15833
  "type": "string",
15835
15834
  "required": false,
15836
15835
  "description": ""
15837
15836
  },
15838
- "multiple": {
15839
- "type": "boolean",
15837
+ "budget": {
15838
+ "type": "string",
15840
15839
  "required": false,
15841
15840
  "description": ""
15842
15841
  },
15843
- "id": {
15842
+ "timeline": {
15844
15843
  "type": "string",
15845
- "required": true,
15844
+ "required": false,
15846
15845
  "description": ""
15847
15846
  },
15848
- "className": {
15849
- "type": "string",
15847
+ "constraints": {
15848
+ "type": "string[]",
15850
15849
  "required": false,
15850
+ "defaultValue": "[]",
15851
15851
  "description": ""
15852
15852
  },
15853
- "style": {
15854
- "type": "cssproperties",
15853
+ "theme": {
15854
+ "type": "widgettheme",
15855
15855
  "required": false,
15856
15856
  "description": ""
15857
15857
  },
15858
- "onFilesSelected": {
15859
- "type": "(files: file[]) => void",
15858
+ "className": {
15859
+ "type": "string",
15860
15860
  "required": false,
15861
15861
  "description": ""
15862
15862
  }
@@ -15864,50 +15864,99 @@
15864
15864
  "preview": null,
15865
15865
  "layoutHints": null
15866
15866
  },
15867
- "FilterBar": {
15868
- "name": "FilterBar",
15867
+ "ChannelPlanCard": {
15868
+ "name": "ChannelPlanCard",
15869
15869
  "type": "molecule",
15870
15870
  "isBuilderComponent": true,
15871
- "description": "FilterBar\nA horizontal bar with active filter chips and search.",
15871
+ "description": "",
15872
15872
  "props": {
15873
- "type": {
15874
- "type": "\"filter-bar\"",
15873
+ "title": {
15874
+ "type": "string",
15875
15875
  "required": true,
15876
15876
  "description": ""
15877
15877
  },
15878
- "filters": {
15879
- "type": "{ label: string; value: string; active?: boolean; }[]",
15878
+ "plans": {
15879
+ "type": "channelplanitem[]",
15880
15880
  "required": true,
15881
15881
  "description": ""
15882
15882
  },
15883
- "showSearch": {
15884
- "type": "boolean",
15883
+ "theme": {
15884
+ "type": "widgettheme",
15885
15885
  "required": false,
15886
- "defaultValue": "true",
15887
15886
  "description": ""
15888
15887
  },
15889
- "id": {
15888
+ "className": {
15890
15889
  "type": "string",
15891
- "required": true,
15890
+ "required": false,
15891
+ "description": ""
15892
+ }
15893
+ },
15894
+ "preview": null,
15895
+ "layoutHints": null
15896
+ },
15897
+ "ChecklistCard": {
15898
+ "name": "ChecklistCard",
15899
+ "type": "molecule",
15900
+ "isBuilderComponent": true,
15901
+ "description": "",
15902
+ "props": {
15903
+ "title": {
15904
+ "type": "string",
15905
+ "required": false,
15892
15906
  "description": ""
15893
15907
  },
15894
- "className": {
15908
+ "description": {
15895
15909
  "type": "string",
15896
15910
  "required": false,
15897
15911
  "description": ""
15898
15912
  },
15899
- "style": {
15900
- "type": "cssproperties",
15913
+ "items": {
15914
+ "type": "checklistitem[]",
15901
15915
  "required": false,
15902
15916
  "description": ""
15903
15917
  },
15904
- "onFilterToggle": {
15905
- "type": "(val: string) => void",
15918
+ "tasks": {
15919
+ "type": "checklistitem[]",
15906
15920
  "required": false,
15907
15921
  "description": ""
15908
15922
  },
15909
- "onSearch": {
15910
- "type": "(val: string) => void",
15923
+ "submit_label": {
15924
+ "type": "string",
15925
+ "required": false,
15926
+ "description": ""
15927
+ },
15928
+ "require_all": {
15929
+ "type": "boolean",
15930
+ "required": false,
15931
+ "description": ""
15932
+ },
15933
+ "isLatestMessage": {
15934
+ "type": "boolean",
15935
+ "required": false,
15936
+ "description": ""
15937
+ },
15938
+ "disabled": {
15939
+ "type": "boolean",
15940
+ "required": false,
15941
+ "description": ""
15942
+ },
15943
+ "theme": {
15944
+ "type": "widgettheme",
15945
+ "required": false,
15946
+ "description": ""
15947
+ },
15948
+ "className": {
15949
+ "type": "string",
15950
+ "required": false,
15951
+ "description": ""
15952
+ },
15953
+ "sendMessage": {
15954
+ "type": "(text: string) => void",
15955
+ "required": false,
15956
+ "description": ""
15957
+ },
15958
+ "onAction": {
15959
+ "type": "(action: any) => void",
15911
15960
  "required": false,
15912
15961
  "description": ""
15913
15962
  }
@@ -15915,139 +15964,1235 @@
15915
15964
  "preview": null,
15916
15965
  "layoutHints": null
15917
15966
  },
15918
- "FormCard": {
15919
- "name": "FormCard",
15967
+ "ComparisonCard": {
15968
+ "name": "ComparisonCard",
15920
15969
  "type": "molecule",
15921
15970
  "isBuilderComponent": true,
15922
- "description": "FormCard\n\nHigh-level molecule that assembles multiple EditableFields\ninto a cohesive card unit.\nStyled with purple labels and green badges.",
15971
+ "description": "",
15923
15972
  "props": {
15924
- "id": {
15973
+ "title": {
15925
15974
  "type": "string",
15926
15975
  "required": false,
15927
- "description": "Unique identifier"
15976
+ "description": ""
15928
15977
  },
15929
- "title": {
15978
+ "description": {
15930
15979
  "type": "string",
15931
- "required": true,
15932
- "description": "Title of the form card"
15980
+ "required": false,
15981
+ "description": ""
15933
15982
  },
15934
- "fields": {
15935
- "type": "fieldconfig[]",
15983
+ "attribute_labels": {
15984
+ "type": "string[]",
15936
15985
  "required": true,
15937
- "description": "Map of fields to render"
15986
+ "description": ""
15938
15987
  },
15939
- "data": {
15940
- "type": "record<string, any>",
15988
+ "options": {
15989
+ "type": "comparisonoption[]",
15941
15990
  "required": true,
15942
- "description": "Initial data for the form"
15991
+ "description": ""
15943
15992
  },
15944
- "editingFields": {
15945
- "type": "record<string, boolean>",
15993
+ "select_label": {
15994
+ "type": "string",
15946
15995
  "required": false,
15947
- "description": "Current editing states for each field"
15996
+ "description": ""
15948
15997
  },
15949
- "changedFields": {
15950
- "type": "record<string, boolean>",
15998
+ "isLatestMessage": {
15999
+ "type": "boolean",
15951
16000
  "required": false,
15952
- "description": "Fields that have been modified"
16001
+ "description": ""
15953
16002
  },
15954
- "savingFields": {
15955
- "type": "record<string, boolean>",
16003
+ "disabled": {
16004
+ "type": "boolean",
15956
16005
  "required": false,
15957
- "description": "Fields currently being saved"
16006
+ "description": ""
15958
16007
  },
15959
- "onFieldEdit": {
15960
- "type": "(key: string) => void",
16008
+ "theme": {
16009
+ "type": "widgettheme",
15961
16010
  "required": false,
15962
- "description": "Triggered when a field starts editing"
16011
+ "description": ""
15963
16012
  },
15964
- "onFieldSave": {
15965
- "type": "(key: string, newvalue: any) => void",
16013
+ "className": {
16014
+ "type": "string",
15966
16015
  "required": false,
15967
- "description": "Triggered when a field value is saved"
16016
+ "description": ""
15968
16017
  },
15969
- "onFieldCancel": {
15970
- "type": "(key: string) => void",
16018
+ "sendMessage": {
16019
+ "type": "(text: string) => void",
15971
16020
  "required": false,
15972
- "description": "Triggered when a field edit is cancelled"
16021
+ "description": ""
15973
16022
  },
15974
- "showTimeline": {
15975
- "type": "boolean",
16023
+ "onAction": {
16024
+ "type": "(action: any) => void",
15976
16025
  "required": false,
15977
- "description": "Show a dotted timeline visual on the left"
16026
+ "description": ""
16027
+ }
16028
+ },
16029
+ "preview": null,
16030
+ "layoutHints": null
16031
+ },
16032
+ "ConfirmationCard": {
16033
+ "name": "ConfirmationCard",
16034
+ "type": "molecule",
16035
+ "isBuilderComponent": true,
16036
+ "description": "ConfirmationCard\n\nA molecule for yes/no confirmation prompts.\nShows a title, description, optional question, and Cancel / Confirm buttons.",
16037
+ "props": {
16038
+ "title": {
16039
+ "type": "string",
16040
+ "required": true,
16041
+ "description": "Bold title at the top of the card (e.g. \"Brand Summary\")"
15978
16042
  },
15979
- "proceedLabel": {
16043
+ "description": {
16044
+ "type": "string",
16045
+ "required": true,
16046
+ "description": "Description / body text explaining what will happen"
16047
+ },
16048
+ "question": {
15980
16049
  "type": "string",
15981
16050
  "required": false,
15982
- "description": "Label for the \"Proceed\" button"
16051
+ "description": "The confirmation question (e.g. \"Shall I proceed to the research?\")"
15983
16052
  },
15984
- "onProceed": {
15985
- "type": "() => void",
16053
+ "confirm_label": {
16054
+ "type": "string",
15986
16055
  "required": false,
15987
- "description": "Proceed handler"
16056
+ "description": "Label for the confirm button (default: \"Yes, go ahead\")"
15988
16057
  },
15989
- "className": {
16058
+ "cancel_label": {
15990
16059
  "type": "string",
15991
16060
  "required": false,
15992
- "description": "Custom className"
16061
+ "description": "Label for the cancel button (default: \"Cancel\")"
15993
16062
  },
15994
- "footer": {
15995
- "type": "reactnode",
16063
+ "sendMessage": {
16064
+ "type": "(text: string) => void",
15996
16065
  "required": false,
15997
- "description": "Footer content (optional)"
16066
+ "description": "Callback to send a message to the agent.\nCalled when user clicks Confirm or Cancel."
15998
16067
  },
15999
- "hideTitle": {
16068
+ "isLatestMessage": {
16000
16069
  "type": "boolean",
16001
16070
  "required": false,
16002
- "description": "Whether to hide the title"
16071
+ "description": "Whether this message is the latest (controls interactivity)"
16003
16072
  },
16004
- "hideCopyButton": {
16073
+ "disabled": {
16005
16074
  "type": "boolean",
16006
16075
  "required": false,
16007
- "description": "Whether to hide the copy button"
16076
+ "description": "Whether the interaction is disabled externally"
16008
16077
  },
16009
- "isLatestMessage": {
16010
- "type": "boolean",
16078
+ "className": {
16079
+ "type": "string",
16011
16080
  "required": false,
16012
- "description": "Whether this is the latest message"
16081
+ "description": "Custom wrapper class name"
16013
16082
  },
16014
- "shouldStopPropagation": {
16015
- "type": "boolean",
16083
+ "onAction": {
16084
+ "type": "(action: any) => void",
16016
16085
  "required": false,
16017
- "description": "Whether to stop event propagation when the edit icon is clicked in child fields."
16086
+ "description": "Optional action callback for external state management"
16018
16087
  }
16019
16088
  },
16020
16089
  "preview": null,
16021
16090
  "layoutHints": null
16022
16091
  },
16023
- "GitHubConnectCard": {
16024
- "name": "GitHubConnectCard",
16092
+ "DataGrid": {
16093
+ "name": "DataGrid",
16025
16094
  "type": "molecule",
16026
16095
  "isBuilderComponent": true,
16027
- "description": "",
16096
+ "description": "DataGrid\nA premium table component with typed cells and responsive design.",
16028
16097
  "props": {
16029
- "message": {
16098
+ "type": {
16099
+ "type": "\"data-grid\"",
16100
+ "required": true,
16101
+ "description": ""
16102
+ },
16103
+ "columns": {
16104
+ "type": "enum",
16105
+ "required": true,
16106
+ "description": "",
16107
+ "enums": [
16108
+ "{ header: string; accessorKey: string; type?: number",
16109
+ "avatar",
16110
+ "badge",
16111
+ "date",
16112
+ "text; }[]"
16113
+ ]
16114
+ },
16115
+ "data": {
16116
+ "type": "any[]",
16117
+ "required": true,
16118
+ "description": ""
16119
+ },
16120
+ "pageSize": {
16121
+ "type": "number",
16122
+ "required": false,
16123
+ "defaultValue": "10",
16124
+ "description": ""
16125
+ },
16126
+ "id": {
16030
16127
  "type": "string",
16031
16128
  "required": true,
16032
16129
  "description": ""
16033
16130
  },
16034
- "context": {
16035
- "type": "{ owner?: string; repo?: string; tool?: string; }",
16131
+ "className": {
16132
+ "type": "string",
16133
+ "required": false,
16134
+ "description": ""
16135
+ },
16136
+ "style": {
16137
+ "type": "cssproperties",
16138
+ "required": false,
16139
+ "description": ""
16140
+ }
16141
+ },
16142
+ "preview": null,
16143
+ "layoutHints": null
16144
+ },
16145
+ "DataSourceChecklistCard": {
16146
+ "name": "DataSourceChecklistCard",
16147
+ "type": "molecule",
16148
+ "isBuilderComponent": true,
16149
+ "description": "",
16150
+ "props": {
16151
+ "title": {
16152
+ "type": "string",
16153
+ "required": true,
16154
+ "description": ""
16155
+ },
16156
+ "items": {
16157
+ "type": "datasourceitem[]",
16158
+ "required": true,
16159
+ "description": ""
16160
+ },
16161
+ "submit_label": {
16162
+ "type": "string",
16163
+ "required": false,
16164
+ "defaultValue": "Confirm Sources",
16165
+ "description": ""
16166
+ },
16167
+ "isLatestMessage": {
16168
+ "type": "boolean",
16169
+ "required": false,
16170
+ "description": ""
16171
+ },
16172
+ "disabled": {
16173
+ "type": "boolean",
16174
+ "required": false,
16175
+ "description": ""
16176
+ },
16177
+ "theme": {
16178
+ "type": "widgettheme",
16179
+ "required": false,
16180
+ "description": ""
16181
+ },
16182
+ "className": {
16183
+ "type": "string",
16184
+ "required": false,
16185
+ "description": ""
16186
+ },
16187
+ "onAction": {
16188
+ "type": "(action: any) => void",
16189
+ "required": false,
16190
+ "description": ""
16191
+ }
16192
+ },
16193
+ "preview": null,
16194
+ "layoutHints": null
16195
+ },
16196
+ "DataTableCard": {
16197
+ "name": "DataTableCard",
16198
+ "type": "molecule",
16199
+ "isBuilderComponent": true,
16200
+ "description": "",
16201
+ "props": {
16202
+ "title": {
16203
+ "type": "string",
16204
+ "required": false,
16205
+ "description": ""
16206
+ },
16207
+ "caption": {
16208
+ "type": "string",
16209
+ "required": false,
16210
+ "description": ""
16211
+ },
16212
+ "columns": {
16213
+ "type": "string[]",
16214
+ "required": true,
16215
+ "description": ""
16216
+ },
16217
+ "rows": {
16218
+ "type": "enum",
16219
+ "required": true,
16220
+ "description": "",
16221
+ "enums": [
16222
+ "Record<string, string",
16223
+ "number>[]"
16224
+ ]
16225
+ },
16226
+ "highlight_column": {
16227
+ "type": "string",
16228
+ "required": false,
16229
+ "description": ""
16230
+ },
16231
+ "theme": {
16232
+ "type": "widgettheme",
16233
+ "required": false,
16234
+ "description": ""
16235
+ },
16236
+ "className": {
16237
+ "type": "string",
16238
+ "required": false,
16239
+ "description": ""
16240
+ },
16241
+ "onAction": {
16242
+ "type": "(action: any) => void",
16243
+ "required": false,
16244
+ "description": ""
16245
+ }
16246
+ },
16247
+ "preview": null,
16248
+ "layoutHints": null
16249
+ },
16250
+ "EditableField": {
16251
+ "name": "EditableField",
16252
+ "type": "molecule",
16253
+ "isBuilderComponent": true,
16254
+ "description": "EditableField\n\nA generic field that toggles between display and edit modes.\nStyled with purple labels and green \"Suggested by an Agent\" badge.",
16255
+ "props": {
16256
+ "id": {
16257
+ "type": "string",
16258
+ "required": false,
16259
+ "description": "Unique identifier"
16260
+ },
16261
+ "label": {
16262
+ "type": "string",
16263
+ "required": true,
16264
+ "description": "Field label"
16265
+ },
16266
+ "value": {
16267
+ "type": "any",
16268
+ "required": true,
16269
+ "description": "Field value"
16270
+ },
16271
+ "type": {
16272
+ "type": "fieldtype",
16273
+ "required": true,
16274
+ "description": "Input type (text, textarea, number, slider, etc.)"
16275
+ },
16276
+ "isEditing": {
16277
+ "type": "boolean",
16278
+ "required": false,
16279
+ "description": "Current editing state"
16280
+ },
16281
+ "onEdit": {
16282
+ "type": "() => void",
16283
+ "required": false,
16284
+ "description": "Triggered when the user wants to start editing"
16285
+ },
16286
+ "onSave": {
16287
+ "type": "(newvalue: any) => void",
16288
+ "required": false,
16289
+ "description": "Triggered when the user saves the new value"
16290
+ },
16291
+ "onCancel": {
16292
+ "type": "() => void",
16293
+ "required": false,
16294
+ "description": "Triggered when the user cancels editing"
16295
+ },
16296
+ "isSaving": {
16297
+ "type": "boolean",
16298
+ "required": false,
16299
+ "description": "Loading state during save"
16300
+ },
16301
+ "isChanged": {
16302
+ "type": "boolean",
16303
+ "required": false,
16304
+ "description": "Indicates if the value has been changed but not saved"
16305
+ },
16306
+ "config": {
16307
+ "type": "fieldconfig",
16308
+ "required": false,
16309
+ "description": "Configuration for the specific field type"
16310
+ },
16311
+ "className": {
16312
+ "type": "string",
16313
+ "required": false,
16314
+ "description": "Custom className for the container"
16315
+ },
16316
+ "renderDisplay": {
16317
+ "type": "(value: any) => reactnode",
16318
+ "required": false,
16319
+ "description": "Custom renderer for the display state"
16320
+ },
16321
+ "renderEdit": {
16322
+ "type": "(value: any, onchange: (v: any) => void) => reactnode",
16323
+ "required": false,
16324
+ "description": "Custom renderer for the edit state"
16325
+ },
16326
+ "isLatestMessage": {
16327
+ "type": "boolean",
16328
+ "required": false,
16329
+ "description": "Whether this is the latest message"
16330
+ },
16331
+ "shouldStopPropagation": {
16332
+ "type": "boolean",
16333
+ "required": false,
16334
+ "description": "Whether to stop event propagation when the edit icon is clicked.\nUseful to prevent parents (like cards) from collapsing."
16335
+ },
16336
+ "showIndex": {
16337
+ "type": "boolean",
16338
+ "required": false,
16339
+ "description": "Whether to show the index number"
16340
+ },
16341
+ "index": {
16342
+ "type": "number",
16343
+ "required": false,
16344
+ "description": "Index of this field in the form"
16345
+ },
16346
+ "totalFields": {
16347
+ "type": "number",
16348
+ "required": false,
16349
+ "description": "Total number of fields in the form"
16350
+ }
16351
+ },
16352
+ "preview": null,
16353
+ "layoutHints": null
16354
+ },
16355
+ "EmptyState": {
16356
+ "name": "EmptyState",
16357
+ "type": "molecule",
16358
+ "isBuilderComponent": true,
16359
+ "description": "EmptyState\nA placeholder for empty lists or results.",
16360
+ "props": {
16361
+ "type": {
16362
+ "type": "\"empty-state\"",
16363
+ "required": true,
16364
+ "description": ""
16365
+ },
16366
+ "title": {
16367
+ "type": "string",
16368
+ "required": true,
16369
+ "description": ""
16370
+ },
16371
+ "description": {
16372
+ "type": "string",
16373
+ "required": true,
16374
+ "description": ""
16375
+ },
16376
+ "icon": {
16377
+ "type": "string",
16378
+ "required": false,
16379
+ "description": ""
16380
+ },
16381
+ "actionLabel": {
16382
+ "type": "string",
16383
+ "required": false,
16384
+ "description": ""
16385
+ },
16386
+ "action": {
16387
+ "type": "string",
16388
+ "required": false,
16389
+ "description": ""
16390
+ },
16391
+ "id": {
16392
+ "type": "string",
16393
+ "required": true,
16394
+ "description": ""
16395
+ },
16396
+ "className": {
16397
+ "type": "string",
16398
+ "required": false,
16399
+ "description": ""
16400
+ },
16401
+ "style": {
16402
+ "type": "cssproperties",
16403
+ "required": false,
16404
+ "description": ""
16405
+ },
16406
+ "onAction": {
16407
+ "type": "(action: string) => void",
16408
+ "required": false,
16409
+ "description": ""
16410
+ }
16411
+ },
16412
+ "preview": null,
16413
+ "layoutHints": null
16414
+ },
16415
+ "FeedbackRatingCard": {
16416
+ "name": "FeedbackRatingCard",
16417
+ "type": "molecule",
16418
+ "isBuilderComponent": true,
16419
+ "description": "",
16420
+ "props": {
16421
+ "question": {
16422
+ "type": "string",
16423
+ "required": true,
16424
+ "description": ""
16425
+ },
16426
+ "max_rating": {
16427
+ "type": "number",
16428
+ "required": false,
16429
+ "description": ""
16430
+ },
16431
+ "rating_label": {
16432
+ "type": "string",
16433
+ "required": false,
16434
+ "description": ""
16435
+ },
16436
+ "comment_placeholder": {
16437
+ "type": "string",
16438
+ "required": false,
16439
+ "description": ""
16440
+ },
16441
+ "show_comment": {
16442
+ "type": "boolean",
16443
+ "required": false,
16444
+ "description": ""
16445
+ },
16446
+ "submit_label": {
16447
+ "type": "string",
16448
+ "required": false,
16449
+ "description": ""
16450
+ },
16451
+ "isLatestMessage": {
16452
+ "type": "boolean",
16453
+ "required": false,
16454
+ "description": ""
16455
+ },
16456
+ "disabled": {
16457
+ "type": "boolean",
16458
+ "required": false,
16459
+ "description": ""
16460
+ },
16461
+ "theme": {
16462
+ "type": "widgettheme",
16463
+ "required": false,
16464
+ "description": ""
16465
+ },
16466
+ "className": {
16467
+ "type": "string",
16468
+ "required": false,
16469
+ "description": ""
16470
+ },
16471
+ "sendMessage": {
16472
+ "type": "(text: string) => void",
16473
+ "required": false,
16474
+ "description": ""
16475
+ },
16476
+ "onAction": {
16477
+ "type": "(action: any) => void",
16478
+ "required": false,
16479
+ "description": ""
16480
+ }
16481
+ },
16482
+ "preview": null,
16483
+ "layoutHints": null
16484
+ },
16485
+ "FileUpload": {
16486
+ "name": "FileUpload",
16487
+ "type": "molecule",
16488
+ "isBuilderComponent": true,
16489
+ "description": "FileUpload\nDrag-and-drop file upload zone.",
16490
+ "props": {
16491
+ "type": {
16492
+ "type": "\"file-upload\"",
16493
+ "required": true,
16494
+ "description": ""
16495
+ },
16496
+ "title": {
16497
+ "type": "string",
16498
+ "required": true,
16499
+ "description": ""
16500
+ },
16501
+ "accept": {
16502
+ "type": "string",
16503
+ "required": false,
16504
+ "description": ""
16505
+ },
16506
+ "multiple": {
16507
+ "type": "boolean",
16508
+ "required": false,
16509
+ "description": ""
16510
+ },
16511
+ "id": {
16512
+ "type": "string",
16513
+ "required": true,
16514
+ "description": ""
16515
+ },
16516
+ "className": {
16517
+ "type": "string",
16518
+ "required": false,
16519
+ "description": ""
16520
+ },
16521
+ "style": {
16522
+ "type": "cssproperties",
16523
+ "required": false,
16524
+ "description": ""
16525
+ },
16526
+ "onFilesSelected": {
16527
+ "type": "(files: file[]) => void",
16528
+ "required": false,
16529
+ "description": ""
16530
+ }
16531
+ },
16532
+ "preview": null,
16533
+ "layoutHints": null
16534
+ },
16535
+ "FilterBar": {
16536
+ "name": "FilterBar",
16537
+ "type": "molecule",
16538
+ "isBuilderComponent": true,
16539
+ "description": "FilterBar\nA horizontal bar with active filter chips and search.",
16540
+ "props": {
16541
+ "type": {
16542
+ "type": "\"filter-bar\"",
16543
+ "required": true,
16544
+ "description": ""
16545
+ },
16546
+ "filters": {
16547
+ "type": "{ label: string; value: string; active?: boolean; }[]",
16548
+ "required": true,
16549
+ "description": ""
16550
+ },
16551
+ "showSearch": {
16552
+ "type": "boolean",
16553
+ "required": false,
16554
+ "defaultValue": "true",
16555
+ "description": ""
16556
+ },
16557
+ "id": {
16558
+ "type": "string",
16559
+ "required": true,
16560
+ "description": ""
16561
+ },
16562
+ "className": {
16563
+ "type": "string",
16564
+ "required": false,
16565
+ "description": ""
16566
+ },
16567
+ "style": {
16568
+ "type": "cssproperties",
16569
+ "required": false,
16570
+ "description": ""
16571
+ },
16572
+ "onFilterToggle": {
16573
+ "type": "(val: string) => void",
16574
+ "required": false,
16575
+ "description": ""
16576
+ },
16577
+ "onSearch": {
16578
+ "type": "(val: string) => void",
16579
+ "required": false,
16580
+ "description": ""
16581
+ }
16582
+ },
16583
+ "preview": null,
16584
+ "layoutHints": null
16585
+ },
16586
+ "FormCard": {
16587
+ "name": "FormCard",
16588
+ "type": "molecule",
16589
+ "isBuilderComponent": true,
16590
+ "description": "FormCard\n\nHigh-level molecule that assembles multiple EditableFields\ninto a cohesive card unit.\nStyled with purple labels and green badges.",
16591
+ "props": {
16592
+ "id": {
16593
+ "type": "string",
16594
+ "required": false,
16595
+ "description": "Unique identifier"
16596
+ },
16597
+ "title": {
16598
+ "type": "string",
16599
+ "required": true,
16600
+ "description": "Title of the form card"
16601
+ },
16602
+ "fields": {
16603
+ "type": "fieldconfig[]",
16604
+ "required": true,
16605
+ "description": "Map of fields to render"
16606
+ },
16607
+ "data": {
16608
+ "type": "record<string, any>",
16609
+ "required": true,
16610
+ "description": "Initial data for the form"
16611
+ },
16612
+ "editingFields": {
16613
+ "type": "record<string, boolean>",
16614
+ "required": false,
16615
+ "description": "Current editing states for each field"
16616
+ },
16617
+ "changedFields": {
16618
+ "type": "record<string, boolean>",
16619
+ "required": false,
16620
+ "description": "Fields that have been modified"
16621
+ },
16622
+ "savingFields": {
16623
+ "type": "record<string, boolean>",
16624
+ "required": false,
16625
+ "description": "Fields currently being saved"
16626
+ },
16627
+ "onFieldEdit": {
16628
+ "type": "(key: string) => void",
16629
+ "required": false,
16630
+ "description": "Triggered when a field starts editing"
16631
+ },
16632
+ "onFieldSave": {
16633
+ "type": "(key: string, newvalue: any) => void",
16634
+ "required": false,
16635
+ "description": "Triggered when a field value is saved"
16636
+ },
16637
+ "onFieldCancel": {
16638
+ "type": "(key: string) => void",
16639
+ "required": false,
16640
+ "description": "Triggered when a field edit is cancelled"
16641
+ },
16642
+ "showTimeline": {
16643
+ "type": "boolean",
16644
+ "required": false,
16645
+ "description": "Show a dotted timeline visual on the left"
16646
+ },
16647
+ "proceedLabel": {
16648
+ "type": "string",
16649
+ "required": false,
16650
+ "description": "Label for the \"Proceed\" button"
16651
+ },
16652
+ "onProceed": {
16653
+ "type": "() => void",
16654
+ "required": false,
16655
+ "description": "Proceed handler"
16656
+ },
16657
+ "className": {
16658
+ "type": "string",
16659
+ "required": false,
16660
+ "description": "Custom className"
16661
+ },
16662
+ "footer": {
16663
+ "type": "reactnode",
16664
+ "required": false,
16665
+ "description": "Footer content (optional)"
16666
+ },
16667
+ "hideTitle": {
16668
+ "type": "boolean",
16669
+ "required": false,
16670
+ "description": "Whether to hide the title"
16671
+ },
16672
+ "hideCopyButton": {
16673
+ "type": "boolean",
16674
+ "required": false,
16675
+ "description": "Whether to hide the copy button"
16676
+ },
16677
+ "isLatestMessage": {
16678
+ "type": "boolean",
16679
+ "required": false,
16680
+ "description": "Whether this is the latest message"
16681
+ },
16682
+ "shouldStopPropagation": {
16683
+ "type": "boolean",
16684
+ "required": false,
16685
+ "description": "Whether to stop event propagation when the edit icon is clicked in child fields."
16686
+ }
16687
+ },
16688
+ "preview": null,
16689
+ "layoutHints": null
16690
+ },
16691
+ "GitHubConnectCard": {
16692
+ "name": "GitHubConnectCard",
16693
+ "type": "molecule",
16694
+ "isBuilderComponent": true,
16695
+ "description": "",
16696
+ "props": {
16697
+ "message": {
16698
+ "type": "string",
16699
+ "required": true,
16700
+ "description": ""
16701
+ },
16702
+ "context": {
16703
+ "type": "{ owner?: string; repo?: string; tool?: string; }",
16704
+ "required": false,
16705
+ "description": ""
16706
+ },
16707
+ "className": {
16708
+ "type": "string",
16709
+ "required": false,
16710
+ "description": ""
16711
+ },
16712
+ "onAction": {
16713
+ "type": "(action: string, payload?: any) => void",
16714
+ "required": false,
16715
+ "description": ""
16716
+ },
16717
+ "sendMessage": {
16718
+ "type": "(message: string) => void",
16719
+ "required": false,
16720
+ "description": ""
16721
+ }
16722
+ },
16723
+ "preview": null,
16724
+ "layoutHints": null
16725
+ },
16726
+ "GitHubIssueTrackerCard": {
16727
+ "name": "GitHubIssueTrackerCard",
16728
+ "type": "molecule",
16729
+ "isBuilderComponent": true,
16730
+ "description": "",
16731
+ "props": {
16732
+ "owner": {
16733
+ "type": "string",
16734
+ "required": true,
16735
+ "description": ""
16736
+ },
16737
+ "repo": {
16738
+ "type": "string",
16739
+ "required": true,
16740
+ "description": ""
16741
+ },
16742
+ "open_bugs": {
16743
+ "type": "number",
16744
+ "required": true,
16745
+ "description": ""
16746
+ },
16747
+ "velocity_per_week": {
16748
+ "type": "number",
16749
+ "required": true,
16750
+ "description": ""
16751
+ },
16752
+ "stale_issues": {
16753
+ "type": "staleissue[]",
16754
+ "required": true,
16755
+ "description": ""
16756
+ },
16757
+ "className": {
16758
+ "type": "string",
16759
+ "required": false,
16760
+ "description": ""
16761
+ },
16762
+ "onAction": {
16763
+ "type": "(action: string, payload?: any) => void",
16764
+ "required": false,
16765
+ "description": ""
16766
+ },
16767
+ "sendMessage": {
16768
+ "type": "(message: string) => void",
16769
+ "required": false,
16770
+ "description": ""
16771
+ }
16772
+ },
16773
+ "preview": null,
16774
+ "layoutHints": null
16775
+ },
16776
+ "StaleIssueList": {
16777
+ "name": "StaleIssueList",
16778
+ "type": "molecule",
16779
+ "isBuilderComponent": true,
16780
+ "description": "",
16781
+ "props": {
16782
+ "issues": {
16783
+ "type": "staleissue[]",
16784
+ "required": true,
16785
+ "description": ""
16786
+ }
16787
+ },
16788
+ "preview": null,
16789
+ "layoutHints": null
16790
+ },
16791
+ "CIStatusSection": {
16792
+ "name": "CIStatusSection",
16793
+ "type": "molecule",
16794
+ "isBuilderComponent": true,
16795
+ "description": "",
16796
+ "props": {
16797
+ "branches": {
16798
+ "type": "branchci[]",
16799
+ "required": true,
16800
+ "description": ""
16801
+ }
16802
+ },
16803
+ "preview": null,
16804
+ "layoutHints": null
16805
+ },
16806
+ "GitHubRepoHealthCard": {
16807
+ "name": "GitHubRepoHealthCard",
16808
+ "type": "molecule",
16809
+ "isBuilderComponent": true,
16810
+ "description": "",
16811
+ "props": {
16812
+ "owner": {
16813
+ "type": "string",
16814
+ "required": true,
16815
+ "description": ""
16816
+ },
16817
+ "repo": {
16818
+ "type": "string",
16819
+ "required": true,
16820
+ "description": ""
16821
+ },
16822
+ "branches": {
16823
+ "type": "branchci[]",
16824
+ "required": true,
16825
+ "description": ""
16826
+ },
16827
+ "pull_requests": {
16828
+ "type": "pullrequest[]",
16829
+ "required": true,
16830
+ "description": ""
16831
+ },
16832
+ "className": {
16833
+ "type": "string",
16834
+ "required": false,
16835
+ "description": ""
16836
+ },
16837
+ "onAction": {
16838
+ "type": "(action: string, payload?: any) => void",
16839
+ "required": false,
16840
+ "description": ""
16841
+ },
16842
+ "sendMessage": {
16843
+ "type": "(message: string) => void",
16844
+ "required": false,
16845
+ "description": ""
16846
+ }
16847
+ },
16848
+ "preview": null,
16849
+ "layoutHints": null
16850
+ },
16851
+ "PRListSection": {
16852
+ "name": "PRListSection",
16853
+ "type": "molecule",
16854
+ "isBuilderComponent": true,
16855
+ "description": "",
16856
+ "props": {
16857
+ "pullRequests": {
16858
+ "type": "pullrequest[]",
16859
+ "required": true,
16860
+ "description": ""
16861
+ }
16862
+ },
16863
+ "preview": null,
16864
+ "layoutHints": null
16865
+ },
16866
+ "GitHubReposListCard": {
16867
+ "name": "GitHubReposListCard",
16868
+ "type": "molecule",
16869
+ "isBuilderComponent": true,
16870
+ "description": "",
16871
+ "props": {
16872
+ "repos": {
16873
+ "type": "repoitem[]",
16874
+ "required": true,
16875
+ "description": ""
16876
+ },
16877
+ "className": {
16878
+ "type": "string",
16879
+ "required": false,
16880
+ "description": ""
16881
+ },
16882
+ "onAction": {
16883
+ "type": "(action: string, payload?: any) => void",
16884
+ "required": false,
16885
+ "description": ""
16886
+ },
16887
+ "sendMessage": {
16888
+ "type": "(message: string) => void",
16889
+ "required": false,
16890
+ "description": ""
16891
+ }
16892
+ },
16893
+ "preview": null,
16894
+ "layoutHints": null
16895
+ },
16896
+ "GoalAlignmentCard": {
16897
+ "name": "GoalAlignmentCard",
16898
+ "type": "molecule",
16899
+ "isBuilderComponent": true,
16900
+ "description": "",
16901
+ "props": {
16902
+ "title": {
16903
+ "type": "string",
16904
+ "required": true,
16905
+ "description": ""
16906
+ },
16907
+ "goals": {
16908
+ "type": "goalalignmentitem[]",
16909
+ "required": true,
16910
+ "description": ""
16911
+ },
16912
+ "theme": {
16913
+ "type": "widgettheme",
16914
+ "required": false,
16915
+ "description": ""
16916
+ },
16917
+ "className": {
16918
+ "type": "string",
16919
+ "required": false,
16920
+ "description": ""
16921
+ }
16922
+ },
16923
+ "preview": null,
16924
+ "layoutHints": null
16925
+ },
16926
+ "AutoChart": {
16927
+ "name": "AutoChart",
16928
+ "type": "molecule",
16929
+ "isBuilderComponent": true,
16930
+ "description": "",
16931
+ "props": {
16932
+ "title": {
16933
+ "type": "string",
16934
+ "required": true,
16935
+ "description": ""
16936
+ },
16937
+ "data": {
16938
+ "type": "chartdatapoint[]",
16939
+ "required": true,
16940
+ "description": ""
16941
+ },
16942
+ "type": {
16943
+ "type": "enum",
16944
+ "required": false,
16945
+ "defaultValue": "bar",
16946
+ "description": "",
16947
+ "enums": [
16948
+ "bar",
16949
+ "horizontal-bar"
16950
+ ]
16951
+ },
16952
+ "loading": {
16953
+ "type": "boolean",
16954
+ "required": false,
16955
+ "description": ""
16956
+ }
16957
+ },
16958
+ "preview": null,
16959
+ "layoutHints": null
16960
+ },
16961
+ "DataTable": {
16962
+ "name": "DataTable",
16963
+ "type": "molecule",
16964
+ "isBuilderComponent": true,
16965
+ "description": "",
16966
+ "props": {
16967
+ "title": {
16968
+ "type": "string",
16969
+ "required": true,
16970
+ "description": ""
16971
+ },
16972
+ "columns": {
16973
+ "type": "sheetcolumn[]",
16974
+ "required": true,
16975
+ "description": ""
16976
+ },
16977
+ "rows": {
16978
+ "type": "sheetrow[]",
16979
+ "required": true,
16980
+ "description": ""
16981
+ },
16982
+ "loading": {
16983
+ "type": "boolean",
16984
+ "required": false,
16985
+ "description": ""
16986
+ }
16987
+ },
16988
+ "preview": null,
16989
+ "layoutHints": null
16990
+ },
16991
+ "GoogleSheetsCard": {
16992
+ "name": "GoogleSheetsCard",
16993
+ "type": "molecule",
16994
+ "isBuilderComponent": true,
16995
+ "description": "GoogleSheetsCard\nRenders spreadsheet data as interactive tables with optional auto-generated charts.\nDisplays Google Sheets data in a dark-themed card with table + bar chart layout.",
16996
+ "props": {
16997
+ "title": {
16998
+ "type": "string",
16999
+ "required": true,
17000
+ "description": ""
17001
+ },
17002
+ "spreadsheet_id": {
17003
+ "type": "string",
17004
+ "required": false,
17005
+ "description": ""
17006
+ },
17007
+ "sheet_name": {
17008
+ "type": "string",
17009
+ "required": false,
17010
+ "description": ""
17011
+ },
17012
+ "columns": {
17013
+ "type": "sheetcolumn[]",
17014
+ "required": true,
17015
+ "description": ""
17016
+ },
17017
+ "rows": {
17018
+ "type": "sheetrow[]",
17019
+ "required": true,
17020
+ "description": ""
17021
+ },
17022
+ "chart": {
17023
+ "type": "enum",
17024
+ "required": false,
17025
+ "description": "",
17026
+ "enums": [
17027
+ "{ title: string; data: ChartDataPoint[]; type?: bar",
17028
+ "horizontal-bar; }"
17029
+ ]
17030
+ },
17031
+ "summary": {
17032
+ "type": "string",
17033
+ "required": false,
17034
+ "description": ""
17035
+ },
17036
+ "loading": {
17037
+ "type": "boolean",
17038
+ "required": false,
17039
+ "description": ""
17040
+ },
17041
+ "className": {
17042
+ "type": "string",
17043
+ "required": false,
17044
+ "description": ""
17045
+ },
17046
+ "onAction": {
17047
+ "type": "(action: string, payload?: any) => void",
17048
+ "required": false,
17049
+ "description": ""
17050
+ },
17051
+ "sendMessage": {
17052
+ "type": "(message: string) => void",
17053
+ "required": false,
17054
+ "description": ""
17055
+ }
17056
+ },
17057
+ "preview": null,
17058
+ "layoutHints": null
17059
+ },
17060
+ "GoogleSheetsConnectCard": {
17061
+ "name": "GoogleSheetsConnectCard",
17062
+ "type": "molecule",
17063
+ "isBuilderComponent": true,
17064
+ "description": "",
17065
+ "props": {
17066
+ "message": {
17067
+ "type": "string",
17068
+ "required": true,
17069
+ "description": ""
17070
+ },
17071
+ "context": {
17072
+ "type": "{ spreadsheet_id?: string; tool?: string; }",
17073
+ "required": false,
17074
+ "description": ""
17075
+ },
17076
+ "className": {
17077
+ "type": "string",
17078
+ "required": false,
17079
+ "description": ""
17080
+ },
17081
+ "onAction": {
17082
+ "type": "(action: string, payload?: any) => void",
17083
+ "required": false,
17084
+ "description": ""
17085
+ },
17086
+ "sendMessage": {
17087
+ "type": "(message: string) => void",
17088
+ "required": false,
17089
+ "description": ""
17090
+ }
17091
+ },
17092
+ "preview": null,
17093
+ "layoutHints": null
17094
+ },
17095
+ "GoogleSheetsListCard": {
17096
+ "name": "GoogleSheetsListCard",
17097
+ "type": "molecule",
17098
+ "isBuilderComponent": true,
17099
+ "description": "",
17100
+ "props": {
17101
+ "spreadsheets": {
17102
+ "type": "spreadsheetitem[]",
17103
+ "required": true,
17104
+ "description": ""
17105
+ },
17106
+ "className": {
17107
+ "type": "string",
17108
+ "required": false,
17109
+ "description": ""
17110
+ },
17111
+ "onAction": {
17112
+ "type": "(action: string, payload?: any) => void",
17113
+ "required": false,
17114
+ "description": ""
17115
+ },
17116
+ "sendMessage": {
17117
+ "type": "(message: string) => void",
17118
+ "required": false,
17119
+ "description": ""
17120
+ }
17121
+ },
17122
+ "preview": null,
17123
+ "layoutHints": null
17124
+ },
17125
+ "InputWidget": {
17126
+ "name": "InputWidget",
17127
+ "type": "molecule",
17128
+ "isBuilderComponent": true,
17129
+ "description": "InputWidget\n\nA self-contained input molecule that *guarantees*:\n 1. Every field has a label (no headless inputs)\n 2. A submit button is always rendered\n 3. On submit, all field values are formatted as Q/A pairs and handed\n back to the caller for transmission via Run SSE.\n\nThis is the canonical wrapper for any user-facing input widget built in\nthe widget builder.",
17130
+ "props": {
17131
+ "onSubmit": {
17132
+ "type": "(qamessage: string, fields: collectedfield[]) => void",
17133
+ "required": false,
17134
+ "description": "Called when the submit button is pressed.\nReceives the formatted Q/A message string AND the structured field list.\nCaller wires this to a Run SSE sendMessage handler."
17135
+ },
17136
+ "onAction": {
17137
+ "type": "(action: string, payload?: record<string, any>) => void",
17138
+ "required": false,
17139
+ "description": "Called for any non-submit button action (cancel, reset, custom)."
17140
+ },
17141
+ "isSubmitting": {
17142
+ "type": "boolean",
17143
+ "required": false,
17144
+ "defaultValue": "false",
17145
+ "description": ""
17146
+ },
17147
+ "id": {
17148
+ "type": "string",
17149
+ "required": true,
17150
+ "description": ""
17151
+ },
17152
+ "type": {
17153
+ "type": "\"input-widget\"",
17154
+ "required": true,
17155
+ "description": ""
17156
+ },
17157
+ "title": {
17158
+ "type": "string",
17159
+ "required": false,
17160
+ "description": "Heading shown above the field (optional — falls back to field label)."
17161
+ },
17162
+ "description": {
17163
+ "type": "string",
17164
+ "required": false,
17165
+ "description": "Description / helper text shown under the title (optional)."
17166
+ },
17167
+ "fields": {
17168
+ "type": "inputwidgetfield[]",
17169
+ "required": true,
17170
+ "description": "The fields that make up this input widget — at least one is required."
17171
+ },
17172
+ "submitButton": {
17173
+ "type": "enum",
17174
+ "required": false,
17175
+ "description": "Submit button config — auto-included with action: \"submit\" by default.",
17176
+ "enums": [
17177
+ "{ label?: string; action: string; actionPayload?: Record<string, any>; variant?: default",
17178
+ "secondary",
17179
+ "outline",
17180
+ "purple",
17181
+ "gradient; }"
17182
+ ]
17183
+ },
17184
+ "secondaryButton": {
17185
+ "type": "{ label?: string; action: string; }",
16036
17186
  "required": false,
16037
- "description": ""
17187
+ "description": "Optional secondary button (cancel/reset/back)."
16038
17188
  },
16039
17189
  "className": {
16040
17190
  "type": "string",
16041
17191
  "required": false,
16042
17192
  "description": ""
16043
17193
  },
16044
- "onAction": {
16045
- "type": "(action: string, payload?: any) => void",
16046
- "required": false,
16047
- "description": ""
16048
- },
16049
- "sendMessage": {
16050
- "type": "(message: string) => void",
17194
+ "style": {
17195
+ "type": "cssproperties",
16051
17196
  "required": false,
16052
17197
  "description": ""
16053
17198
  }
@@ -16055,124 +17200,109 @@
16055
17200
  "preview": null,
16056
17201
  "layoutHints": null
16057
17202
  },
16058
- "GitHubIssueTrackerCard": {
16059
- "name": "GitHubIssueTrackerCard",
17203
+ "InsightDigestCard": {
17204
+ "name": "InsightDigestCard",
16060
17205
  "type": "molecule",
16061
17206
  "isBuilderComponent": true,
16062
17207
  "description": "",
16063
17208
  "props": {
16064
- "owner": {
17209
+ "title": {
16065
17210
  "type": "string",
16066
17211
  "required": true,
16067
17212
  "description": ""
16068
17213
  },
16069
- "repo": {
17214
+ "summary": {
16070
17215
  "type": "string",
16071
- "required": true,
16072
- "description": ""
16073
- },
16074
- "open_bugs": {
16075
- "type": "number",
16076
- "required": true,
17216
+ "required": false,
16077
17217
  "description": ""
16078
17218
  },
16079
- "velocity_per_week": {
16080
- "type": "number",
17219
+ "insights": {
17220
+ "type": "insightdigestitem[]",
16081
17221
  "required": true,
16082
17222
  "description": ""
16083
17223
  },
16084
- "stale_issues": {
16085
- "type": "staleissue[]",
16086
- "required": true,
17224
+ "theme": {
17225
+ "type": "widgettheme",
17226
+ "required": false,
16087
17227
  "description": ""
16088
17228
  },
16089
17229
  "className": {
16090
17230
  "type": "string",
16091
17231
  "required": false,
16092
17232
  "description": ""
16093
- },
16094
- "onAction": {
16095
- "type": "(action: string, payload?: any) => void",
16096
- "required": false,
16097
- "description": ""
16098
- },
16099
- "sendMessage": {
16100
- "type": "(message: string) => void",
16101
- "required": false,
16102
- "description": ""
16103
17233
  }
16104
17234
  },
16105
17235
  "preview": null,
16106
17236
  "layoutHints": null
16107
17237
  },
16108
- "StaleIssueList": {
16109
- "name": "StaleIssueList",
17238
+ "InsightSummaryCard": {
17239
+ "name": "InsightSummaryCard",
16110
17240
  "type": "molecule",
16111
17241
  "isBuilderComponent": true,
16112
- "description": "",
17242
+ "description": "InsightSummaryCard\nCompact result widget for summary + key insights.",
16113
17243
  "props": {
16114
- "issues": {
16115
- "type": "staleissue[]",
17244
+ "title": {
17245
+ "type": "string",
16116
17246
  "required": true,
16117
17247
  "description": ""
16118
- }
16119
- },
16120
- "preview": null,
16121
- "layoutHints": null
16122
- },
16123
- "CIStatusSection": {
16124
- "name": "CIStatusSection",
16125
- "type": "molecule",
16126
- "isBuilderComponent": true,
16127
- "description": "",
16128
- "props": {
16129
- "branches": {
16130
- "type": "branchci[]",
17248
+ },
17249
+ "summary": {
17250
+ "type": "string",
17251
+ "required": false,
17252
+ "description": ""
17253
+ },
17254
+ "insights": {
17255
+ "type": "insightsummaryitem[]",
16131
17256
  "required": true,
16132
17257
  "description": ""
17258
+ },
17259
+ "className": {
17260
+ "type": "string",
17261
+ "required": false,
17262
+ "description": ""
16133
17263
  }
16134
17264
  },
16135
17265
  "preview": null,
16136
17266
  "layoutHints": null
16137
17267
  },
16138
- "GitHubRepoHealthCard": {
16139
- "name": "GitHubRepoHealthCard",
17268
+ "KPIStatsCard": {
17269
+ "name": "KPIStatsCard",
16140
17270
  "type": "molecule",
16141
17271
  "isBuilderComponent": true,
16142
17272
  "description": "",
16143
17273
  "props": {
16144
- "owner": {
17274
+ "title": {
16145
17275
  "type": "string",
16146
- "required": true,
17276
+ "required": false,
16147
17277
  "description": ""
16148
17278
  },
16149
- "repo": {
17279
+ "subtitle": {
16150
17280
  "type": "string",
16151
- "required": true,
17281
+ "required": false,
16152
17282
  "description": ""
16153
17283
  },
16154
- "branches": {
16155
- "type": "branchci[]",
16156
- "required": true,
17284
+ "stats": {
17285
+ "type": "kpistatitem[]",
17286
+ "required": false,
16157
17287
  "description": ""
16158
17288
  },
16159
- "pull_requests": {
16160
- "type": "pullrequest[]",
16161
- "required": true,
17289
+ "items": {
17290
+ "type": "kpistatitem[]",
17291
+ "required": false,
16162
17292
  "description": ""
16163
17293
  },
16164
- "className": {
16165
- "type": "string",
17294
+ "theme": {
17295
+ "type": "widgettheme",
16166
17296
  "required": false,
16167
17297
  "description": ""
16168
17298
  },
16169
- "onAction": {
16170
- "type": "(action: string, payload?: any) => void",
17299
+ "className": {
17300
+ "type": "string",
16171
17301
  "required": false,
16172
17302
  "description": ""
16173
17303
  },
16174
- "sendMessage": {
16175
- "type": "(message: string) => void",
17304
+ "onAction": {
17305
+ "type": "(action: any) => void",
16176
17306
  "required": false,
16177
17307
  "description": ""
16178
17308
  }
@@ -16180,44 +17310,35 @@
16180
17310
  "preview": null,
16181
17311
  "layoutHints": null
16182
17312
  },
16183
- "PRListSection": {
16184
- "name": "PRListSection",
16185
- "type": "molecule",
16186
- "isBuilderComponent": true,
16187
- "description": "",
16188
- "props": {
16189
- "pullRequests": {
16190
- "type": "pullrequest[]",
16191
- "required": true,
16192
- "description": ""
16193
- }
16194
- },
16195
- "preview": null,
16196
- "layoutHints": null
16197
- },
16198
- "GitHubReposListCard": {
16199
- "name": "GitHubReposListCard",
17313
+ "LoadingOverlay": {
17314
+ "name": "LoadingOverlay",
16200
17315
  "type": "molecule",
16201
17316
  "isBuilderComponent": true,
16202
- "description": "",
17317
+ "description": "LoadingOverlay\nA full-container overlay with a spinner and message.",
16203
17318
  "props": {
16204
- "repos": {
16205
- "type": "repoitem[]",
17319
+ "type": {
17320
+ "type": "\"loading-overlay\"",
16206
17321
  "required": true,
16207
17322
  "description": ""
16208
17323
  },
16209
- "className": {
17324
+ "message": {
16210
17325
  "type": "string",
16211
17326
  "required": false,
17327
+ "defaultValue": "Loading...",
16212
17328
  "description": ""
16213
17329
  },
16214
- "onAction": {
16215
- "type": "(action: string, payload?: any) => void",
17330
+ "id": {
17331
+ "type": "string",
17332
+ "required": true,
17333
+ "description": ""
17334
+ },
17335
+ "className": {
17336
+ "type": "string",
16216
17337
  "required": false,
16217
17338
  "description": ""
16218
17339
  },
16219
- "sendMessage": {
16220
- "type": "(message: string) => void",
17340
+ "style": {
17341
+ "type": "cssproperties",
16221
17342
  "required": false,
16222
17343
  "description": ""
16223
17344
  }
@@ -16225,8 +17346,8 @@
16225
17346
  "preview": null,
16226
17347
  "layoutHints": null
16227
17348
  },
16228
- "AutoChart": {
16229
- "name": "AutoChart",
17349
+ "NextStepCard": {
17350
+ "name": "NextStepCard",
16230
17351
  "type": "molecule",
16231
17352
  "isBuilderComponent": true,
16232
17353
  "description": "",
@@ -16236,23 +17357,29 @@
16236
17357
  "required": true,
16237
17358
  "description": ""
16238
17359
  },
16239
- "data": {
16240
- "type": "chartdatapoint[]",
17360
+ "steps": {
17361
+ "type": "nextstepitem[]",
16241
17362
  "required": true,
16242
17363
  "description": ""
16243
17364
  },
16244
- "type": {
16245
- "type": "enum",
17365
+ "ctaLabel": {
17366
+ "type": "string",
16246
17367
  "required": false,
16247
- "defaultValue": "bar",
16248
- "description": "",
16249
- "enums": [
16250
- "bar",
16251
- "horizontal-bar"
16252
- ]
17368
+ "defaultValue": "Proceed",
17369
+ "description": ""
16253
17370
  },
16254
- "loading": {
16255
- "type": "boolean",
17371
+ "theme": {
17372
+ "type": "widgettheme",
17373
+ "required": false,
17374
+ "description": ""
17375
+ },
17376
+ "className": {
17377
+ "type": "string",
17378
+ "required": false,
17379
+ "description": ""
17380
+ },
17381
+ "onAction": {
17382
+ "type": "(action: any) => void",
16256
17383
  "required": false,
16257
17384
  "description": ""
16258
17385
  }
@@ -16260,29 +17387,40 @@
16260
17387
  "preview": null,
16261
17388
  "layoutHints": null
16262
17389
  },
16263
- "DataTable": {
16264
- "name": "DataTable",
17390
+ "NotificationList": {
17391
+ "name": "NotificationList",
16265
17392
  "type": "molecule",
16266
17393
  "isBuilderComponent": true,
16267
- "description": "",
17394
+ "description": "NotificationList\nA list of actionable notifications and activity logs.",
16268
17395
  "props": {
16269
- "title": {
16270
- "type": "string",
17396
+ "type": {
17397
+ "type": "\"notification-list\"",
16271
17398
  "required": true,
16272
17399
  "description": ""
16273
17400
  },
16274
- "columns": {
16275
- "type": "sheetcolumn[]",
17401
+ "notifications": {
17402
+ "type": "enum",
16276
17403
  "required": true,
16277
- "description": ""
17404
+ "description": "",
17405
+ "enums": [
17406
+ "{ id: string; title: string; description?: string; timestamp: string; type: warning",
17407
+ "info",
17408
+ "success",
17409
+ "error; read?: boolean; }[]"
17410
+ ]
16278
17411
  },
16279
- "rows": {
16280
- "type": "sheetrow[]",
17412
+ "id": {
17413
+ "type": "string",
16281
17414
  "required": true,
16282
17415
  "description": ""
16283
17416
  },
16284
- "loading": {
16285
- "type": "boolean",
17417
+ "className": {
17418
+ "type": "string",
17419
+ "required": false,
17420
+ "description": ""
17421
+ },
17422
+ "style": {
17423
+ "type": "cssproperties",
16286
17424
  "required": false,
16287
17425
  "description": ""
16288
17426
  }
@@ -16290,68 +17428,69 @@
16290
17428
  "preview": null,
16291
17429
  "layoutHints": null
16292
17430
  },
16293
- "GoogleSheetsCard": {
16294
- "name": "GoogleSheetsCard",
17431
+ "PollCard": {
17432
+ "name": "PollCard",
16295
17433
  "type": "molecule",
16296
17434
  "isBuilderComponent": true,
16297
- "description": "GoogleSheetsCard\nRenders spreadsheet data as interactive tables with optional auto-generated charts.\nDisplays Google Sheets data in a dark-themed card with table + bar chart layout.",
17435
+ "description": "",
16298
17436
  "props": {
16299
- "title": {
17437
+ "question": {
16300
17438
  "type": "string",
16301
17439
  "required": true,
16302
17440
  "description": ""
16303
17441
  },
16304
- "spreadsheet_id": {
16305
- "type": "string",
17442
+ "options": {
17443
+ "type": "polloption[]",
16306
17444
  "required": false,
16307
17445
  "description": ""
16308
17446
  },
16309
- "sheet_name": {
16310
- "type": "string",
17447
+ "choices": {
17448
+ "type": "polloption[]",
16311
17449
  "required": false,
16312
17450
  "description": ""
16313
17451
  },
16314
- "columns": {
16315
- "type": "sheetcolumn[]",
16316
- "required": true,
17452
+ "total_votes": {
17453
+ "type": "number",
17454
+ "required": false,
16317
17455
  "description": ""
16318
17456
  },
16319
- "rows": {
16320
- "type": "sheetrow[]",
16321
- "required": true,
17457
+ "allow_multiple": {
17458
+ "type": "boolean",
17459
+ "required": false,
16322
17460
  "description": ""
16323
17461
  },
16324
- "chart": {
16325
- "type": "enum",
17462
+ "vote_label": {
17463
+ "type": "string",
16326
17464
  "required": false,
16327
- "description": "",
16328
- "enums": [
16329
- "{ title: string; data: ChartDataPoint[]; type?: bar",
16330
- "horizontal-bar; }"
16331
- ]
17465
+ "description": ""
16332
17466
  },
16333
- "summary": {
16334
- "type": "string",
17467
+ "isLatestMessage": {
17468
+ "type": "boolean",
16335
17469
  "required": false,
16336
17470
  "description": ""
16337
17471
  },
16338
- "loading": {
17472
+ "disabled": {
16339
17473
  "type": "boolean",
16340
17474
  "required": false,
16341
17475
  "description": ""
16342
17476
  },
17477
+ "theme": {
17478
+ "type": "widgettheme",
17479
+ "required": false,
17480
+ "description": ""
17481
+ },
16343
17482
  "className": {
16344
17483
  "type": "string",
16345
17484
  "required": false,
16346
17485
  "description": ""
16347
17486
  },
16348
- "onAction": {
16349
- "type": "(action: string, payload?: any) => void",
17487
+ "sendMessage": {
17488
+ "type": "(text: string) => void",
16350
17489
  "required": false,
16351
17490
  "description": ""
16352
17491
  },
16353
- "sendMessage": {
16354
- "type": "(message: string) => void",
17492
+ "onAction": {
17493
+ "type": "(action: any) => void",
16355
17494
  "required": false,
16356
17495
  "description": ""
16357
17496
  }
@@ -16359,22 +17498,54 @@
16359
17498
  "preview": null,
16360
17499
  "layoutHints": null
16361
17500
  },
16362
- "GoogleSheetsConnectCard": {
16363
- "name": "GoogleSheetsConnectCard",
17501
+ "PresentationJobCard": {
17502
+ "name": "PresentationJobCard",
16364
17503
  "type": "molecule",
16365
17504
  "isBuilderComponent": true,
16366
17505
  "description": "",
16367
17506
  "props": {
16368
- "message": {
17507
+ "job_id": {
16369
17508
  "type": "string",
16370
17509
  "required": true,
16371
17510
  "description": ""
16372
17511
  },
16373
- "context": {
16374
- "type": "{ spreadsheet_id?: string; tool?: string; }",
17512
+ "title": {
17513
+ "type": "string",
17514
+ "required": true,
17515
+ "description": ""
17516
+ },
17517
+ "status": {
17518
+ "type": "enum",
17519
+ "required": true,
17520
+ "description": "Current job status — the card auto-updates via pollUrl when pending/running.",
17521
+ "enums": [
17522
+ "complete",
17523
+ "failed",
17524
+ "pending",
17525
+ "running"
17526
+ ]
17527
+ },
17528
+ "slide_count": {
17529
+ "type": "number",
17530
+ "required": false,
17531
+ "description": ""
17532
+ },
17533
+ "formats": {
17534
+ "type": "presentationformats",
17535
+ "required": false,
17536
+ "defaultValue": "{}",
17537
+ "description": ""
17538
+ },
17539
+ "error": {
17540
+ "type": "string",
16375
17541
  "required": false,
16376
17542
  "description": ""
16377
17543
  },
17544
+ "pollUrl": {
17545
+ "type": "string",
17546
+ "required": false,
17547
+ "description": "URL polled every 3 s while status is pending/running.\nExpected response shape: { status, output: { slide_count, formats } }\ne.g. /api/agents-proxy/jobs/{job_id}/status"
17548
+ },
16378
17549
  "className": {
16379
17550
  "type": "string",
16380
17551
  "required": false,
@@ -16394,29 +17565,29 @@
16394
17565
  "preview": null,
16395
17566
  "layoutHints": null
16396
17567
  },
16397
- "GoogleSheetsListCard": {
16398
- "name": "GoogleSheetsListCard",
17568
+ "PriorityActionsCard": {
17569
+ "name": "PriorityActionsCard",
16399
17570
  "type": "molecule",
16400
17571
  "isBuilderComponent": true,
16401
- "description": "",
17572
+ "description": "PriorityActionsCard\nOutput widget that presents ranked next actions.",
16402
17573
  "props": {
16403
- "spreadsheets": {
16404
- "type": "spreadsheetitem[]",
17574
+ "title": {
17575
+ "type": "string",
16405
17576
  "required": true,
16406
17577
  "description": ""
16407
17578
  },
16408
- "className": {
17579
+ "summary": {
16409
17580
  "type": "string",
16410
17581
  "required": false,
16411
17582
  "description": ""
16412
17583
  },
16413
- "onAction": {
16414
- "type": "(action: string, payload?: any) => void",
16415
- "required": false,
17584
+ "actions": {
17585
+ "type": "priorityactionitem[]",
17586
+ "required": true,
16416
17587
  "description": ""
16417
17588
  },
16418
- "sendMessage": {
16419
- "type": "(message: string) => void",
17589
+ "className": {
17590
+ "type": "string",
16420
17591
  "required": false,
16421
17592
  "description": ""
16422
17593
  }
@@ -16424,113 +17595,101 @@
16424
17595
  "preview": null,
16425
17596
  "layoutHints": null
16426
17597
  },
16427
- "InputWidget": {
16428
- "name": "InputWidget",
17598
+ "RecommendationCard": {
17599
+ "name": "RecommendationCard",
16429
17600
  "type": "molecule",
16430
17601
  "isBuilderComponent": true,
16431
- "description": "InputWidget\n\nA self-contained input molecule that *guarantees*:\n 1. Every field has a label (no headless inputs)\n 2. A submit button is always rendered\n 3. On submit, all field values are formatted as Q/A pairs and handed\n back to the caller for transmission via Run SSE.\n\nThis is the canonical wrapper for any user-facing input widget built in\nthe widget builder.",
17602
+ "description": "RecommendationCard\n\nA molecule for single-question recommendations.\nShows one recommended option (pre-selected) with a text input for custom answers.\nUser clicks Continue to submit their choice.",
16432
17603
  "props": {
16433
- "onSubmit": {
16434
- "type": "(qamessage: string, fields: collectedfield[]) => void",
16435
- "required": false,
16436
- "description": "Called when the submit button is pressed.\nReceives the formatted Q/A message string AND the structured field list.\nCaller wires this to a Run SSE sendMessage handler."
16437
- },
16438
- "onAction": {
16439
- "type": "(action: string, payload?: record<string, any>) => void",
16440
- "required": false,
16441
- "description": "Called for any non-submit button action (cancel, reset, custom)."
16442
- },
16443
- "isSubmitting": {
16444
- "type": "boolean",
16445
- "required": false,
16446
- "defaultValue": "false",
16447
- "description": ""
16448
- },
16449
- "id": {
17604
+ "question": {
16450
17605
  "type": "string",
16451
17606
  "required": true,
16452
- "description": ""
17607
+ "description": "The question being asked"
16453
17608
  },
16454
- "type": {
16455
- "type": "\"input-widget\"",
17609
+ "recommended": {
17610
+ "type": "string",
16456
17611
  "required": true,
16457
- "description": ""
17612
+ "description": "The recommended answer/option"
16458
17613
  },
16459
- "title": {
17614
+ "recommended_reason": {
16460
17615
  "type": "string",
16461
17616
  "required": false,
16462
- "description": "Heading shown above the field (optional — falls back to field label)."
17617
+ "description": "Why this option is recommended (optional)"
16463
17618
  },
16464
- "description": {
16465
- "type": "string",
17619
+ "sendMessage": {
17620
+ "type": "(text: string) => void",
16466
17621
  "required": false,
16467
- "description": "Description / helper text shown under the title (optional)."
17622
+ "description": "Callback to send a message to the agent.\nCalled when user clicks Continue."
16468
17623
  },
16469
- "fields": {
16470
- "type": "inputwidgetfield[]",
16471
- "required": true,
16472
- "description": "The fields that make up this input widget at least one is required."
17624
+ "isLatestMessage": {
17625
+ "type": "boolean",
17626
+ "required": false,
17627
+ "description": "Whether this message is the latest (controls interactivity)"
16473
17628
  },
16474
- "submitButton": {
16475
- "type": "enum",
17629
+ "disabled": {
17630
+ "type": "boolean",
16476
17631
  "required": false,
16477
- "description": "Submit button config auto-included with action: \"submit\" by default.",
16478
- "enums": [
16479
- "{ label?: string; action: string; actionPayload?: Record<string, any>; variant?: default",
16480
- "secondary",
16481
- "outline",
16482
- "purple",
16483
- "gradient; }"
16484
- ]
17632
+ "description": "Whether the interaction is disabled externally"
16485
17633
  },
16486
- "secondaryButton": {
16487
- "type": "{ label?: string; action: string; }",
17634
+ "isLoading": {
17635
+ "type": "boolean",
16488
17636
  "required": false,
16489
- "description": "Optional secondary button (cancel/reset/back)."
17637
+ "description": "Loading state during submission"
16490
17638
  },
16491
17639
  "className": {
16492
17640
  "type": "string",
16493
17641
  "required": false,
16494
- "description": ""
17642
+ "description": "Custom wrapper class name"
16495
17643
  },
16496
- "style": {
16497
- "type": "cssproperties",
17644
+ "onAction": {
17645
+ "type": "(action: any) => void",
16498
17646
  "required": false,
16499
- "description": ""
17647
+ "description": "Optional action callback for external state management (e.g. PXEngine)"
16500
17648
  }
16501
17649
  },
16502
17650
  "preview": null,
16503
17651
  "layoutHints": null
16504
17652
  },
16505
- "LoadingOverlay": {
16506
- "name": "LoadingOverlay",
17653
+ "ResearchBriefCard": {
17654
+ "name": "ResearchBriefCard",
16507
17655
  "type": "molecule",
16508
17656
  "isBuilderComponent": true,
16509
- "description": "LoadingOverlay\nA full-container overlay with a spinner and message.",
17657
+ "description": "ResearchBriefCard\nIntake widget for capturing research scope and required inputs.",
16510
17658
  "props": {
16511
- "type": {
16512
- "type": "\"loading-overlay\"",
17659
+ "title": {
17660
+ "type": "string",
16513
17661
  "required": true,
16514
17662
  "description": ""
16515
17663
  },
16516
- "message": {
17664
+ "objective": {
16517
17665
  "type": "string",
17666
+ "required": true,
17667
+ "description": ""
17668
+ },
17669
+ "constraints": {
17670
+ "type": "string[]",
16518
17671
  "required": false,
16519
- "defaultValue": "Loading...",
17672
+ "defaultValue": "[]",
16520
17673
  "description": ""
16521
17674
  },
16522
- "id": {
17675
+ "requiredData": {
17676
+ "type": "researchbriefitem[]",
17677
+ "required": false,
17678
+ "defaultValue": "[]",
17679
+ "description": ""
17680
+ },
17681
+ "owner": {
16523
17682
  "type": "string",
16524
- "required": true,
17683
+ "required": false,
16525
17684
  "description": ""
16526
17685
  },
16527
- "className": {
17686
+ "dueDate": {
16528
17687
  "type": "string",
16529
17688
  "required": false,
16530
17689
  "description": ""
16531
17690
  },
16532
- "style": {
16533
- "type": "cssproperties",
17691
+ "className": {
17692
+ "type": "string",
16534
17693
  "required": false,
16535
17694
  "description": ""
16536
17695
  }
@@ -16538,40 +17697,29 @@
16538
17697
  "preview": null,
16539
17698
  "layoutHints": null
16540
17699
  },
16541
- "NotificationList": {
16542
- "name": "NotificationList",
17700
+ "RiskSignalCard": {
17701
+ "name": "RiskSignalCard",
16543
17702
  "type": "molecule",
16544
17703
  "isBuilderComponent": true,
16545
- "description": "NotificationList\nA list of actionable notifications and activity logs.",
17704
+ "description": "",
16546
17705
  "props": {
16547
- "type": {
16548
- "type": "\"notification-list\"",
17706
+ "title": {
17707
+ "type": "string",
16549
17708
  "required": true,
16550
17709
  "description": ""
16551
17710
  },
16552
- "notifications": {
16553
- "type": "enum",
16554
- "required": true,
16555
- "description": "",
16556
- "enums": [
16557
- "{ id: string; title: string; description?: string; timestamp: string; type: warning",
16558
- "info",
16559
- "success",
16560
- "error; read?: boolean; }[]"
16561
- ]
16562
- },
16563
- "id": {
16564
- "type": "string",
17711
+ "risks": {
17712
+ "type": "risksignalitem[]",
16565
17713
  "required": true,
16566
17714
  "description": ""
16567
17715
  },
16568
- "className": {
16569
- "type": "string",
17716
+ "theme": {
17717
+ "type": "widgettheme",
16570
17718
  "required": false,
16571
17719
  "description": ""
16572
17720
  },
16573
- "style": {
16574
- "type": "cssproperties",
17721
+ "className": {
17722
+ "type": "string",
16575
17723
  "required": false,
16576
17724
  "description": ""
16577
17725
  }
@@ -16579,56 +17727,42 @@
16579
17727
  "preview": null,
16580
17728
  "layoutHints": null
16581
17729
  },
16582
- "RecommendationCard": {
16583
- "name": "RecommendationCard",
17730
+ "ScoreBreakdownCard": {
17731
+ "name": "ScoreBreakdownCard",
16584
17732
  "type": "molecule",
16585
17733
  "isBuilderComponent": true,
16586
- "description": "RecommendationCard\n\nA molecule for single-question recommendations.\nShows one recommended option (pre-selected) with a text input for custom answers.\nUser clicks Continue to submit their choice.",
17734
+ "description": "",
16587
17735
  "props": {
16588
- "question": {
16589
- "type": "string",
16590
- "required": true,
16591
- "description": "The question being asked"
16592
- },
16593
- "recommended": {
17736
+ "title": {
16594
17737
  "type": "string",
16595
17738
  "required": true,
16596
- "description": "The recommended answer/option"
16597
- },
16598
- "recommended_reason": {
16599
- "type": "string",
16600
- "required": false,
16601
- "description": "Why this option is recommended (optional)"
17739
+ "description": ""
16602
17740
  },
16603
- "sendMessage": {
16604
- "type": "(text: string) => void",
17741
+ "totalScore": {
17742
+ "type": "number",
16605
17743
  "required": false,
16606
- "description": "Callback to send a message to the agent.\nCalled when user clicks Continue."
17744
+ "description": ""
16607
17745
  },
16608
- "isLatestMessage": {
16609
- "type": "boolean",
17746
+ "outOf": {
17747
+ "type": "number",
16610
17748
  "required": false,
16611
- "description": "Whether this message is the latest (controls interactivity)"
17749
+ "defaultValue": "100",
17750
+ "description": ""
16612
17751
  },
16613
- "disabled": {
16614
- "type": "boolean",
16615
- "required": false,
16616
- "description": "Whether the interaction is disabled externally"
17752
+ "items": {
17753
+ "type": "scorebreakdownitem[]",
17754
+ "required": true,
17755
+ "description": ""
16617
17756
  },
16618
- "isLoading": {
16619
- "type": "boolean",
17757
+ "theme": {
17758
+ "type": "widgettheme",
16620
17759
  "required": false,
16621
- "description": "Loading state during submission"
17760
+ "description": ""
16622
17761
  },
16623
17762
  "className": {
16624
17763
  "type": "string",
16625
17764
  "required": false,
16626
- "description": "Custom wrapper class name"
16627
- },
16628
- "onAction": {
16629
- "type": "(action: any) => void",
16630
- "required": false,
16631
- "description": "Optional action callback for external state management (e.g. PXEngine)"
17765
+ "description": ""
16632
17766
  }
16633
17767
  },
16634
17768
  "preview": null,
@@ -16825,6 +17959,46 @@
16825
17959
  },
16826
17960
  "preview": null,
16827
17961
  "layoutHints": null
17962
+ },
17963
+ "TimelineCard": {
17964
+ "name": "TimelineCard",
17965
+ "type": "molecule",
17966
+ "isBuilderComponent": true,
17967
+ "description": "",
17968
+ "props": {
17969
+ "title": {
17970
+ "type": "string",
17971
+ "required": false,
17972
+ "description": ""
17973
+ },
17974
+ "steps": {
17975
+ "type": "timelinestep[]",
17976
+ "required": false,
17977
+ "description": ""
17978
+ },
17979
+ "milestones": {
17980
+ "type": "timelinestep[]",
17981
+ "required": false,
17982
+ "description": ""
17983
+ },
17984
+ "theme": {
17985
+ "type": "widgettheme",
17986
+ "required": false,
17987
+ "description": ""
17988
+ },
17989
+ "className": {
17990
+ "type": "string",
17991
+ "required": false,
17992
+ "description": ""
17993
+ },
17994
+ "onAction": {
17995
+ "type": "(action: any) => void",
17996
+ "required": false,
17997
+ "description": ""
17998
+ }
17999
+ },
18000
+ "preview": null,
18001
+ "layoutHints": null
16828
18002
  }
16829
18003
  }
16830
18004
  }