@actioneer/ads-mcp 0.2.3 → 0.3.0

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.
Files changed (2) hide show
  1. package/manifest.json +1232 -100
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actioneer/ads",
3
- "version": "0.2.3",
3
+ "version": "0.3.0",
4
4
  "importPath": "@actioneer/ads",
5
5
  "styleImport": "@import \"@actioneer/ads/styles.css\";",
6
6
  "families": [
@@ -16,11 +16,11 @@
16
16
  "Chat"
17
17
  ],
18
18
  "counts": {
19
- "total": 583,
20
- "component": 298,
21
- "type": 236,
22
- "hook": 6,
23
- "util": 43
19
+ "total": 668,
20
+ "component": 322,
21
+ "type": 283,
22
+ "hook": 10,
23
+ "util": 53
24
24
  },
25
25
  "tokens": [
26
26
  {
@@ -430,6 +430,32 @@
430
430
  "description": "Use inline within a Text/paragraph to mark a literal token — a command, filename, variable, or short snippet — never as a block-level code display.",
431
431
  "showcaseUrl": "https://ads.actioneer.dev/#/typography"
432
432
  },
433
+ {
434
+ "name": "CodeBlock",
435
+ "family": "Foundations",
436
+ "kind": "component",
437
+ "importPath": "@actioneer/ads",
438
+ "module": "code-block",
439
+ "description": "Show a snippet that owns its own line — a query, config, or tool payload — with an optional filename/language header and copy control; use the inline Code for a token inside a sentence.",
440
+ "showcaseUrl": "https://ads.actioneer.dev/#/code-block",
441
+ "variants": {
442
+ "variant": {
443
+ "values": [
444
+ "soft",
445
+ "plain"
446
+ ],
447
+ "default": "soft"
448
+ }
449
+ },
450
+ "props": [
451
+ "code",
452
+ "language",
453
+ "filename",
454
+ "isCopyable",
455
+ "showLineNumbers",
456
+ "copyLabel"
457
+ ]
458
+ },
433
459
  {
434
460
  "name": "Divider",
435
461
  "family": "Foundations",
@@ -477,6 +503,38 @@
477
503
  "module": "field",
478
504
  "showcaseUrl": "https://ads.actioneer.dev/#/field"
479
505
  },
506
+ {
507
+ "name": "FileDropzone",
508
+ "family": "Foundations",
509
+ "kind": "component",
510
+ "importPath": "@actioneer/ads",
511
+ "module": "file-dropzone",
512
+ "showcaseUrl": "https://ads.actioneer.dev/#/review/file-dropzone",
513
+ "variants": {
514
+ "isDragging": {
515
+ "values": [
516
+ "true",
517
+ "false"
518
+ ]
519
+ },
520
+ "isDisabled": {
521
+ "values": [
522
+ "true",
523
+ "false"
524
+ ]
525
+ }
526
+ },
527
+ "props": [
528
+ "accept",
529
+ "multiple",
530
+ "disabled",
531
+ "onFiles",
532
+ "files",
533
+ "onClear",
534
+ "label",
535
+ "hint"
536
+ ]
537
+ },
480
538
  {
481
539
  "name": "Heading",
482
540
  "family": "Foundations",
@@ -522,6 +580,100 @@
522
580
  "isExternal"
523
581
  ]
524
582
  },
583
+ {
584
+ "name": "ResizablePanel",
585
+ "family": "Foundations",
586
+ "kind": "component",
587
+ "importPath": "@actioneer/ads",
588
+ "module": "resizable-panel",
589
+ "showcaseUrl": "https://ads.actioneer.dev/#/review/resizable-panel",
590
+ "props": [
591
+ "side",
592
+ "defaultSize",
593
+ "size",
594
+ "minSize",
595
+ "maxSize",
596
+ "step",
597
+ "onResize",
598
+ "label"
599
+ ]
600
+ },
601
+ {
602
+ "name": "Reveal",
603
+ "family": "Foundations",
604
+ "kind": "component",
605
+ "importPath": "@actioneer/ads",
606
+ "module": "reveal",
607
+ "description": "Choreograph a data surface's entrance instead of a skeleton swap: wrap the shell, labels, values, and charts in ordered Reveals so the layout lands instantly and the content draws itself in.",
608
+ "showcaseUrl": "https://ads.actioneer.dev/#/reveal"
609
+ },
610
+ {
611
+ "name": "RevealGroup",
612
+ "family": "Foundations",
613
+ "kind": "component",
614
+ "importPath": "@actioneer/ads",
615
+ "module": "reveal",
616
+ "showcaseUrl": "https://ads.actioneer.dev/#/reveal"
617
+ },
618
+ {
619
+ "name": "ScrollArea",
620
+ "family": "Foundations",
621
+ "kind": "component",
622
+ "importPath": "@actioneer/ads",
623
+ "module": "scroll-area",
624
+ "showcaseUrl": "https://ads.actioneer.dev/#/review/scroll-area",
625
+ "props": [
626
+ "orientation",
627
+ "viewportClassName"
628
+ ]
629
+ },
630
+ {
631
+ "name": "ScrollBar",
632
+ "family": "Foundations",
633
+ "kind": "component",
634
+ "importPath": "@actioneer/ads",
635
+ "module": "scroll-area",
636
+ "showcaseUrl": "https://ads.actioneer.dev/#/review/scroll-area"
637
+ },
638
+ {
639
+ "name": "SettingList",
640
+ "family": "Foundations",
641
+ "kind": "component",
642
+ "importPath": "@actioneer/ads",
643
+ "module": "setting-row",
644
+ "showcaseUrl": "https://ads.actioneer.dev/#/review/setting-row",
645
+ "variants": {
646
+ "isPressable": {
647
+ "values": [
648
+ "true",
649
+ "false"
650
+ ]
651
+ }
652
+ }
653
+ },
654
+ {
655
+ "name": "SettingRow",
656
+ "family": "Foundations",
657
+ "kind": "component",
658
+ "importPath": "@actioneer/ads",
659
+ "module": "setting-row",
660
+ "showcaseUrl": "https://ads.actioneer.dev/#/review/setting-row",
661
+ "variants": {
662
+ "isPressable": {
663
+ "values": [
664
+ "true",
665
+ "false"
666
+ ]
667
+ }
668
+ },
669
+ "props": [
670
+ "icon",
671
+ "label",
672
+ "description",
673
+ "action",
674
+ "onSelect"
675
+ ]
676
+ },
525
677
  {
526
678
  "name": "Spinner",
527
679
  "family": "Foundations",
@@ -557,6 +709,30 @@
557
709
  "label"
558
710
  ]
559
711
  },
712
+ {
713
+ "name": "Stepper",
714
+ "family": "Foundations",
715
+ "kind": "component",
716
+ "importPath": "@actioneer/ads",
717
+ "module": "stepper",
718
+ "showcaseUrl": "https://ads.actioneer.dev/#/review/stepper",
719
+ "variants": {
720
+ "status": {
721
+ "values": [
722
+ "complete",
723
+ "current",
724
+ "upcoming"
725
+ ],
726
+ "default": "upcoming"
727
+ }
728
+ },
729
+ "props": [
730
+ "steps",
731
+ "activeIndex",
732
+ "orientation",
733
+ "onSelect"
734
+ ]
735
+ },
560
736
  {
561
737
  "name": "Text",
562
738
  "family": "Foundations",
@@ -580,6 +756,13 @@
580
756
  "importPath": "@actioneer/ads",
581
757
  "module": "button"
582
758
  },
759
+ {
760
+ "name": "CodeBlockProps",
761
+ "family": "Foundations",
762
+ "kind": "type",
763
+ "importPath": "@actioneer/ads",
764
+ "module": "code-block"
765
+ },
583
766
  {
584
767
  "name": "DividerProps",
585
768
  "family": "Foundations",
@@ -594,6 +777,13 @@
594
777
  "importPath": "@actioneer/ads",
595
778
  "module": "field"
596
779
  },
780
+ {
781
+ "name": "FileDropzoneProps",
782
+ "family": "Foundations",
783
+ "kind": "type",
784
+ "importPath": "@actioneer/ads",
785
+ "module": "file-dropzone"
786
+ },
597
787
  {
598
788
  "name": "HeadingProps",
599
789
  "family": "Foundations",
@@ -615,6 +805,62 @@
615
805
  "importPath": "@actioneer/ads",
616
806
  "module": "link"
617
807
  },
808
+ {
809
+ "name": "ResizablePanelProps",
810
+ "family": "Foundations",
811
+ "kind": "type",
812
+ "importPath": "@actioneer/ads",
813
+ "module": "resizable-panel"
814
+ },
815
+ {
816
+ "name": "RevealGroupProps",
817
+ "family": "Foundations",
818
+ "kind": "type",
819
+ "importPath": "@actioneer/ads",
820
+ "module": "reveal"
821
+ },
822
+ {
823
+ "name": "RevealProps",
824
+ "family": "Foundations",
825
+ "kind": "type",
826
+ "importPath": "@actioneer/ads",
827
+ "module": "reveal"
828
+ },
829
+ {
830
+ "name": "RevealVariant",
831
+ "family": "Foundations",
832
+ "kind": "type",
833
+ "importPath": "@actioneer/ads",
834
+ "module": "reveal"
835
+ },
836
+ {
837
+ "name": "ScrollAreaProps",
838
+ "family": "Foundations",
839
+ "kind": "type",
840
+ "importPath": "@actioneer/ads",
841
+ "module": "scroll-area"
842
+ },
843
+ {
844
+ "name": "ScrollBarProps",
845
+ "family": "Foundations",
846
+ "kind": "type",
847
+ "importPath": "@actioneer/ads",
848
+ "module": "scroll-area"
849
+ },
850
+ {
851
+ "name": "SettingListProps",
852
+ "family": "Foundations",
853
+ "kind": "type",
854
+ "importPath": "@actioneer/ads",
855
+ "module": "setting-row"
856
+ },
857
+ {
858
+ "name": "SettingRowProps",
859
+ "family": "Foundations",
860
+ "kind": "type",
861
+ "importPath": "@actioneer/ads",
862
+ "module": "setting-row"
863
+ },
618
864
  {
619
865
  "name": "SpinnerProps",
620
866
  "family": "Foundations",
@@ -622,6 +868,27 @@
622
868
  "importPath": "@actioneer/ads",
623
869
  "module": "spinner"
624
870
  },
871
+ {
872
+ "name": "StepperProps",
873
+ "family": "Foundations",
874
+ "kind": "type",
875
+ "importPath": "@actioneer/ads",
876
+ "module": "stepper"
877
+ },
878
+ {
879
+ "name": "StepperStatus",
880
+ "family": "Foundations",
881
+ "kind": "type",
882
+ "importPath": "@actioneer/ads",
883
+ "module": "stepper"
884
+ },
885
+ {
886
+ "name": "StepperStep",
887
+ "family": "Foundations",
888
+ "kind": "type",
889
+ "importPath": "@actioneer/ads",
890
+ "module": "stepper"
891
+ },
625
892
  {
626
893
  "name": "TextProps",
627
894
  "family": "Foundations",
@@ -636,6 +903,20 @@
636
903
  "importPath": "@actioneer/ads",
637
904
  "module": "button"
638
905
  },
906
+ {
907
+ "name": "codeBlockVariants",
908
+ "family": "Foundations",
909
+ "kind": "util",
910
+ "importPath": "@actioneer/ads",
911
+ "module": "code-block"
912
+ },
913
+ {
914
+ "name": "fileDropzoneVariants",
915
+ "family": "Foundations",
916
+ "kind": "util",
917
+ "importPath": "@actioneer/ads",
918
+ "module": "file-dropzone"
919
+ },
639
920
  {
640
921
  "name": "inputBaseClass",
641
922
  "family": "Foundations",
@@ -643,6 +924,20 @@
643
924
  "importPath": "@actioneer/ads",
644
925
  "module": "field"
645
926
  },
927
+ {
928
+ "name": "settingRowVariants",
929
+ "family": "Foundations",
930
+ "kind": "util",
931
+ "importPath": "@actioneer/ads",
932
+ "module": "setting-row"
933
+ },
934
+ {
935
+ "name": "stepperMarkerVariants",
936
+ "family": "Foundations",
937
+ "kind": "util",
938
+ "importPath": "@actioneer/ads",
939
+ "module": "stepper"
940
+ },
646
941
  {
647
942
  "name": "Autocomplete",
648
943
  "family": "Form controls",
@@ -992,6 +1287,24 @@
992
1287
  "importPath": "@actioneer/ads",
993
1288
  "module": "textarea"
994
1289
  },
1290
+ {
1291
+ "name": "CommandPalette",
1292
+ "family": "Overlays",
1293
+ "kind": "component",
1294
+ "importPath": "@actioneer/ads",
1295
+ "module": "command-palette",
1296
+ "showcaseUrl": "https://ads.actioneer.dev/#/command-palette",
1297
+ "props": [
1298
+ "open",
1299
+ "onOpenChange",
1300
+ "items",
1301
+ "onSelect",
1302
+ "placeholder",
1303
+ "emptyLabel",
1304
+ "filter",
1305
+ "className"
1306
+ ]
1307
+ },
995
1308
  {
996
1309
  "name": "Drawer",
997
1310
  "family": "Overlays",
@@ -1460,6 +1773,20 @@
1460
1773
  "className"
1461
1774
  ]
1462
1775
  },
1776
+ {
1777
+ "name": "CommandPaletteItem",
1778
+ "family": "Overlays",
1779
+ "kind": "type",
1780
+ "importPath": "@actioneer/ads",
1781
+ "module": "command-palette"
1782
+ },
1783
+ {
1784
+ "name": "CommandPaletteProps",
1785
+ "family": "Overlays",
1786
+ "kind": "type",
1787
+ "importPath": "@actioneer/ads",
1788
+ "module": "command-palette"
1789
+ },
1463
1790
  {
1464
1791
  "name": "DrawerProps",
1465
1792
  "family": "Overlays",
@@ -1648,7 +1975,7 @@
1648
1975
  "kind": "component",
1649
1976
  "importPath": "@actioneer/ads",
1650
1977
  "module": "chart",
1651
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
1978
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
1652
1979
  "props": [
1653
1980
  "curve",
1654
1981
  "stacked",
@@ -1726,11 +2053,20 @@
1726
2053
  "kind": "component",
1727
2054
  "importPath": "@actioneer/ads",
1728
2055
  "module": "chart",
1729
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2056
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
1730
2057
  "props": [
1731
- "stacked"
2058
+ "stacked",
2059
+ "layout"
1732
2060
  ]
1733
2061
  },
2062
+ {
2063
+ "name": "BaseEdge",
2064
+ "family": "Data display",
2065
+ "kind": "component",
2066
+ "importPath": "@actioneer/ads",
2067
+ "module": "infinite-canvas",
2068
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2069
+ },
1734
2070
  {
1735
2071
  "name": "BreakdownAnswer",
1736
2072
  "family": "Data display",
@@ -1917,7 +2253,7 @@
1917
2253
  "kind": "component",
1918
2254
  "importPath": "@actioneer/ads",
1919
2255
  "module": "chart",
1920
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2256
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
1921
2257
  "props": [
1922
2258
  "lineKeys",
1923
2259
  "dualAxis",
@@ -1955,7 +2291,7 @@
1955
2291
  "kind": "component",
1956
2292
  "importPath": "@actioneer/ads",
1957
2293
  "module": "chart",
1958
- "showcaseUrl": "https://ads.actioneer.dev/#/chart"
2294
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart"
1959
2295
  },
1960
2296
  {
1961
2297
  "name": "ConnectionStatus",
@@ -1983,6 +2319,14 @@
1983
2319
  "onOpen"
1984
2320
  ]
1985
2321
  },
2322
+ {
2323
+ "name": "EdgeLabelRenderer",
2324
+ "family": "Data display",
2325
+ "kind": "component",
2326
+ "importPath": "@actioneer/ads",
2327
+ "module": "infinite-canvas",
2328
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2329
+ },
1986
2330
  {
1987
2331
  "name": "ExplanationAnswer",
1988
2332
  "family": "Data display",
@@ -2013,35 +2357,85 @@
2013
2357
  "kind": "component",
2014
2358
  "importPath": "@actioneer/ads",
2015
2359
  "module": "chart",
2016
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2360
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2017
2361
  "props": [
2018
2362
  "data",
2019
2363
  "nameKey",
2020
2364
  "valueKey",
2021
2365
  "height",
2022
2366
  "formatValue",
2367
+ "label",
2368
+ "labelWidth",
2369
+ "tooltip",
2023
2370
  "className"
2024
2371
  ]
2025
2372
  },
2373
+ {
2374
+ "name": "Handle",
2375
+ "family": "Data display",
2376
+ "kind": "component",
2377
+ "importPath": "@actioneer/ads",
2378
+ "module": "infinite-canvas",
2379
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2380
+ },
2381
+ {
2382
+ "name": "InfiniteCanvas",
2383
+ "family": "Data display",
2384
+ "kind": "component",
2385
+ "importPath": "@actioneer/ads",
2386
+ "module": "infinite-canvas",
2387
+ "description": "Lay out a node graph or workflow on a pan/zoom surface — pass nodes, edges, and your own nodeTypes; the canvas owns the grid, edges, zoom cluster, snap toggle, and toolbar slots. Use readOnly for a canvas that explains rather than edits.",
2388
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas",
2389
+ "props": [
2390
+ "nodes",
2391
+ "edges",
2392
+ "nodeTypes",
2393
+ "edgeTypes",
2394
+ "onNodesChange",
2395
+ "onEdgesChange",
2396
+ "onNodeClick",
2397
+ "onPaneClick",
2398
+ "onInit",
2399
+ "readOnly",
2400
+ "minZoom",
2401
+ "maxZoom",
2402
+ "fitViewPadding",
2403
+ "snapToGrid",
2404
+ "onSnapToGridChange",
2405
+ "snapGrid",
2406
+ "showControls",
2407
+ "showSnapToGrid",
2408
+ "toolbarStart",
2409
+ "toolbarEnd"
2410
+ ]
2411
+ },
2026
2412
  {
2027
2413
  "name": "LineChart",
2028
2414
  "family": "Data display",
2029
2415
  "kind": "component",
2030
2416
  "importPath": "@actioneer/ads",
2031
2417
  "module": "chart",
2032
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2418
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2033
2419
  "props": [
2034
2420
  "curve",
2035
2421
  "forecastKeys"
2036
2422
  ]
2037
2423
  },
2424
+ {
2425
+ "name": "MarkerType",
2426
+ "family": "Data display",
2427
+ "kind": "component",
2428
+ "importPath": "@actioneer/ads",
2429
+ "module": "infinite-canvas",
2430
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2431
+ },
2038
2432
  {
2039
2433
  "name": "PieChart",
2040
2434
  "family": "Data display",
2041
2435
  "kind": "component",
2042
2436
  "importPath": "@actioneer/ads",
2043
2437
  "module": "chart",
2044
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2438
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2045
2439
  "props": [
2046
2440
  "data",
2047
2441
  "nameKey",
@@ -2052,24 +2446,33 @@
2052
2446
  "height",
2053
2447
  "legend",
2054
2448
  "formatValue",
2449
+ "tooltip",
2055
2450
  "className"
2056
2451
  ]
2057
2452
  },
2058
2453
  {
2059
- "name": "RadarChart",
2454
+ "name": "Position",
2060
2455
  "family": "Data display",
2061
2456
  "kind": "component",
2062
2457
  "importPath": "@actioneer/ads",
2063
- "module": "chart",
2064
- "showcaseUrl": "https://ads.actioneer.dev/#/chart"
2458
+ "module": "infinite-canvas",
2459
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2065
2460
  },
2066
2461
  {
2067
- "name": "RadialBarChart",
2462
+ "name": "RadarChart",
2463
+ "family": "Data display",
2464
+ "kind": "component",
2465
+ "importPath": "@actioneer/ads",
2466
+ "module": "chart",
2467
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart"
2468
+ },
2469
+ {
2470
+ "name": "RadialBarChart",
2068
2471
  "family": "Data display",
2069
2472
  "kind": "component",
2070
2473
  "importPath": "@actioneer/ads",
2071
2474
  "module": "chart",
2072
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2475
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2073
2476
  "props": [
2074
2477
  "data",
2075
2478
  "nameKey",
@@ -2079,16 +2482,25 @@
2079
2482
  "height",
2080
2483
  "legend",
2081
2484
  "formatValue",
2485
+ "tooltip",
2082
2486
  "className"
2083
2487
  ]
2084
2488
  },
2489
+ {
2490
+ "name": "ReactFlowProvider",
2491
+ "family": "Data display",
2492
+ "kind": "component",
2493
+ "importPath": "@actioneer/ads",
2494
+ "module": "infinite-canvas",
2495
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2496
+ },
2085
2497
  {
2086
2498
  "name": "ScatterChart",
2087
2499
  "family": "Data display",
2088
2500
  "kind": "component",
2089
2501
  "importPath": "@actioneer/ads",
2090
2502
  "module": "chart",
2091
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2503
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2092
2504
  "props": [
2093
2505
  "data",
2094
2506
  "xKey",
@@ -2099,6 +2511,13 @@
2099
2511
  "grid",
2100
2512
  "showYAxis",
2101
2513
  "formatValue",
2514
+ "xScale",
2515
+ "xDomain",
2516
+ "yDomain",
2517
+ "xTickFormatter",
2518
+ "yTickFormatter",
2519
+ "yAxisWidth",
2520
+ "tooltip",
2102
2521
  "className"
2103
2522
  ]
2104
2523
  },
@@ -2268,12 +2687,6 @@
2268
2687
  "lg"
2269
2688
  ],
2270
2689
  "default": "md"
2271
- },
2272
- "selected": {
2273
- "values": [
2274
- "true",
2275
- "false"
2276
- ]
2277
2690
  }
2278
2691
  }
2279
2692
  },
@@ -2324,7 +2737,7 @@
2324
2737
  "kind": "component",
2325
2738
  "importPath": "@actioneer/ads",
2326
2739
  "module": "tabs",
2327
- "description": "Use Tabs to switch between mutually exclusive views/sections that share the same page context, not for page-level navigation.",
2740
+ "description": "Use Tabs to switch between mutually exclusive views/sections that share the same page context, not for page-level navigation. Always reach for the primary (pill) variant — it is the default; use secondary only when explicitly asked for it. When Tabs and a scoped search field coexist, compose one responsive control row with tabs leading and search trailing; do not stack search above tabs at widths where both fit.",
2328
2741
  "showcaseUrl": "https://ads.actioneer.dev/#/tabs",
2329
2742
  "variants": {
2330
2743
  "variant": {
@@ -2334,7 +2747,7 @@
2334
2747
  ],
2335
2748
  "default": "primary",
2336
2749
  "options": {
2337
- "primary": "Filled muted pill track with tabs sliding behind a shared elevated thumb; default choice for compact filter/mode switchers on tight surfaces.",
2750
+ "primary": "Filled muted pill track with tabs sliding behind a shared elevated thumb. The house default use it for every tab surface unless the underline is explicitly requested.",
2338
2751
  "secondary": "No pill background — a thin brand-colored underline (or side rail when vertical) slides beneath the active tab against a hairline rail; use for flush, lower-emphasis section tabs."
2339
2752
  }
2340
2753
  },
@@ -2467,13 +2880,14 @@
2467
2880
  "kind": "component",
2468
2881
  "importPath": "@actioneer/ads",
2469
2882
  "module": "chart",
2470
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2883
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2471
2884
  "props": [
2472
2885
  "data",
2473
2886
  "nameKey",
2474
2887
  "valueKey",
2475
2888
  "height",
2476
2889
  "formatValue",
2890
+ "tooltip",
2477
2891
  "className"
2478
2892
  ]
2479
2893
  },
@@ -2662,6 +3076,13 @@
2662
3076
  "importPath": "@actioneer/ads",
2663
3077
  "module": "chart"
2664
3078
  },
3079
+ {
3080
+ "name": "ChartAxisDomain",
3081
+ "family": "Data display",
3082
+ "kind": "type",
3083
+ "importPath": "@actioneer/ads",
3084
+ "module": "chart"
3085
+ },
2665
3086
  {
2666
3087
  "name": "ChartColor",
2667
3088
  "family": "Data display",
@@ -2676,6 +3097,41 @@
2676
3097
  "importPath": "@actioneer/ads",
2677
3098
  "module": "chart"
2678
3099
  },
3100
+ {
3101
+ "name": "ChartTickFormatter",
3102
+ "family": "Data display",
3103
+ "kind": "type",
3104
+ "importPath": "@actioneer/ads",
3105
+ "module": "chart"
3106
+ },
3107
+ {
3108
+ "name": "ChartTooltipContext",
3109
+ "family": "Data display",
3110
+ "kind": "type",
3111
+ "importPath": "@actioneer/ads",
3112
+ "module": "chart"
3113
+ },
3114
+ {
3115
+ "name": "ChartTooltipItem",
3116
+ "family": "Data display",
3117
+ "kind": "type",
3118
+ "importPath": "@actioneer/ads",
3119
+ "module": "chart"
3120
+ },
3121
+ {
3122
+ "name": "ChartTooltipRenderer",
3123
+ "family": "Data display",
3124
+ "kind": "type",
3125
+ "importPath": "@actioneer/ads",
3126
+ "module": "chart"
3127
+ },
3128
+ {
3129
+ "name": "ChartXScale",
3130
+ "family": "Data display",
3131
+ "kind": "type",
3132
+ "importPath": "@actioneer/ads",
3133
+ "module": "chart"
3134
+ },
2679
3135
  {
2680
3136
  "name": "ChipProps",
2681
3137
  "family": "Data display",
@@ -2711,6 +3167,13 @@
2711
3167
  "importPath": "@actioneer/ads",
2712
3168
  "module": "chart"
2713
3169
  },
3170
+ {
3171
+ "name": "Connection",
3172
+ "family": "Data display",
3173
+ "kind": "type",
3174
+ "importPath": "@actioneer/ads",
3175
+ "module": "infinite-canvas"
3176
+ },
2714
3177
  {
2715
3178
  "name": "ConnectionStatusProps",
2716
3179
  "family": "Data display",
@@ -2760,6 +3223,27 @@
2760
3223
  "importPath": "@actioneer/ads",
2761
3224
  "module": "connector-card"
2762
3225
  },
3226
+ {
3227
+ "name": "Edge",
3228
+ "family": "Data display",
3229
+ "kind": "type",
3230
+ "importPath": "@actioneer/ads",
3231
+ "module": "infinite-canvas"
3232
+ },
3233
+ {
3234
+ "name": "EdgeProps",
3235
+ "family": "Data display",
3236
+ "kind": "type",
3237
+ "importPath": "@actioneer/ads",
3238
+ "module": "infinite-canvas"
3239
+ },
3240
+ {
3241
+ "name": "EdgeTypes",
3242
+ "family": "Data display",
3243
+ "kind": "type",
3244
+ "importPath": "@actioneer/ads",
3245
+ "module": "infinite-canvas"
3246
+ },
2763
3247
  {
2764
3248
  "name": "ExplanationAnswerProps",
2765
3249
  "family": "Data display",
@@ -2781,6 +3265,27 @@
2781
3265
  "importPath": "@actioneer/ads",
2782
3266
  "module": "chart"
2783
3267
  },
3268
+ {
3269
+ "name": "FunnelLabelContext",
3270
+ "family": "Data display",
3271
+ "kind": "type",
3272
+ "importPath": "@actioneer/ads",
3273
+ "module": "chart"
3274
+ },
3275
+ {
3276
+ "name": "FunnelLabelRenderer",
3277
+ "family": "Data display",
3278
+ "kind": "type",
3279
+ "importPath": "@actioneer/ads",
3280
+ "module": "chart"
3281
+ },
3282
+ {
3283
+ "name": "InfiniteCanvasProps",
3284
+ "family": "Data display",
3285
+ "kind": "type",
3286
+ "importPath": "@actioneer/ads",
3287
+ "module": "infinite-canvas"
3288
+ },
2784
3289
  {
2785
3290
  "name": "LineChartProps",
2786
3291
  "family": "Data display",
@@ -2788,6 +3293,41 @@
2788
3293
  "importPath": "@actioneer/ads",
2789
3294
  "module": "chart"
2790
3295
  },
3296
+ {
3297
+ "name": "Node",
3298
+ "family": "Data display",
3299
+ "kind": "type",
3300
+ "importPath": "@actioneer/ads",
3301
+ "module": "infinite-canvas"
3302
+ },
3303
+ {
3304
+ "name": "NodeProps",
3305
+ "family": "Data display",
3306
+ "kind": "type",
3307
+ "importPath": "@actioneer/ads",
3308
+ "module": "infinite-canvas"
3309
+ },
3310
+ {
3311
+ "name": "NodeTypes",
3312
+ "family": "Data display",
3313
+ "kind": "type",
3314
+ "importPath": "@actioneer/ads",
3315
+ "module": "infinite-canvas"
3316
+ },
3317
+ {
3318
+ "name": "OnEdgesChange",
3319
+ "family": "Data display",
3320
+ "kind": "type",
3321
+ "importPath": "@actioneer/ads",
3322
+ "module": "infinite-canvas"
3323
+ },
3324
+ {
3325
+ "name": "OnNodesChange",
3326
+ "family": "Data display",
3327
+ "kind": "type",
3328
+ "importPath": "@actioneer/ads",
3329
+ "module": "infinite-canvas"
3330
+ },
2791
3331
  {
2792
3332
  "name": "PieChartProps",
2793
3333
  "family": "Data display",
@@ -2809,6 +3349,13 @@
2809
3349
  "importPath": "@actioneer/ads",
2810
3350
  "module": "chart"
2811
3351
  },
3352
+ {
3353
+ "name": "ReactFlowInstance",
3354
+ "family": "Data display",
3355
+ "kind": "type",
3356
+ "importPath": "@actioneer/ads",
3357
+ "module": "infinite-canvas"
3358
+ },
2812
3359
  {
2813
3360
  "name": "ScatterChartProps",
2814
3361
  "family": "Data display",
@@ -2963,6 +3510,41 @@
2963
3510
  "importPath": "@actioneer/ads",
2964
3511
  "module": "answer"
2965
3512
  },
3513
+ {
3514
+ "name": "Viewport",
3515
+ "family": "Data display",
3516
+ "kind": "type",
3517
+ "importPath": "@actioneer/ads",
3518
+ "module": "infinite-canvas"
3519
+ },
3520
+ {
3521
+ "name": "useEdgesState",
3522
+ "family": "Data display",
3523
+ "kind": "hook",
3524
+ "importPath": "@actioneer/ads",
3525
+ "module": "infinite-canvas"
3526
+ },
3527
+ {
3528
+ "name": "useNodesState",
3529
+ "family": "Data display",
3530
+ "kind": "hook",
3531
+ "importPath": "@actioneer/ads",
3532
+ "module": "infinite-canvas"
3533
+ },
3534
+ {
3535
+ "name": "useReactFlow",
3536
+ "family": "Data display",
3537
+ "kind": "hook",
3538
+ "importPath": "@actioneer/ads",
3539
+ "module": "infinite-canvas"
3540
+ },
3541
+ {
3542
+ "name": "addEdge",
3543
+ "family": "Data display",
3544
+ "kind": "util",
3545
+ "importPath": "@actioneer/ads",
3546
+ "module": "infinite-canvas"
3547
+ },
2966
3548
  {
2967
3549
  "name": "ANSWER_TOOL_DESCRIPTION",
2968
3550
  "family": "Data display",
@@ -3047,6 +3629,27 @@
3047
3629
  "importPath": "@actioneer/ads",
3048
3630
  "module": "answer"
3049
3631
  },
3632
+ {
3633
+ "name": "getBezierPath",
3634
+ "family": "Data display",
3635
+ "kind": "util",
3636
+ "importPath": "@actioneer/ads",
3637
+ "module": "infinite-canvas"
3638
+ },
3639
+ {
3640
+ "name": "getSmoothStepPath",
3641
+ "family": "Data display",
3642
+ "kind": "util",
3643
+ "importPath": "@actioneer/ads",
3644
+ "module": "infinite-canvas"
3645
+ },
3646
+ {
3647
+ "name": "getStraightPath",
3648
+ "family": "Data display",
3649
+ "kind": "util",
3650
+ "importPath": "@actioneer/ads",
3651
+ "module": "infinite-canvas"
3652
+ },
3050
3653
  {
3051
3654
  "name": "StatusAnswerSchema",
3052
3655
  "family": "Data display",
@@ -3153,6 +3756,28 @@
3153
3756
  "hoverAnimate"
3154
3757
  ]
3155
3758
  },
3759
+ {
3760
+ "name": "BrandTexture",
3761
+ "family": "Feedback",
3762
+ "kind": "component",
3763
+ "importPath": "@actioneer/ads",
3764
+ "module": "brand-texture",
3765
+ "description": "Place the ambient halftone wash behind a welcome or hero surface inside a relative container; set lifted when real content takes over so the field dissolves upward, and paused a beat later to stop the shader clock.",
3766
+ "showcaseUrl": "https://ads.actioneer.dev/#/brand-texture",
3767
+ "props": [
3768
+ "paused",
3769
+ "lifted",
3770
+ "speed"
3771
+ ]
3772
+ },
3773
+ {
3774
+ "name": "BrandTextureField",
3775
+ "family": "Feedback",
3776
+ "kind": "component",
3777
+ "importPath": "@actioneer/ads",
3778
+ "module": "brand-texture",
3779
+ "showcaseUrl": "https://ads.actioneer.dev/#/brand-texture"
3780
+ },
3156
3781
  {
3157
3782
  "name": "EmptyState",
3158
3783
  "family": "Feedback",
@@ -3261,6 +3886,13 @@
3261
3886
  "importPath": "@actioneer/ads",
3262
3887
  "module": "brand-loader"
3263
3888
  },
3889
+ {
3890
+ "name": "BrandTextureProps",
3891
+ "family": "Feedback",
3892
+ "kind": "type",
3893
+ "importPath": "@actioneer/ads",
3894
+ "module": "brand-texture"
3895
+ },
3264
3896
  {
3265
3897
  "name": "EmptyStateProps",
3266
3898
  "family": "Feedback",
@@ -3389,6 +4021,22 @@
3389
4021
  "isActive"
3390
4022
  ]
3391
4023
  },
4024
+ {
4025
+ "name": "PageHeader",
4026
+ "family": "Navigation",
4027
+ "kind": "component",
4028
+ "importPath": "@actioneer/ads",
4029
+ "module": "page-header",
4030
+ "description": "Use for every page title row; supply onBack to anchor an icon-only back arrow immediately before the title, never in the trailing actions area.",
4031
+ "showcaseUrl": "https://ads.actioneer.dev/#/page-header",
4032
+ "props": [
4033
+ "title",
4034
+ "description",
4035
+ "onBack",
4036
+ "backLabel",
4037
+ "actions"
4038
+ ]
4039
+ },
3392
4040
  {
3393
4041
  "name": "Pagination",
3394
4042
  "family": "Navigation",
@@ -3460,7 +4108,8 @@
3460
4108
  "logo",
3461
4109
  "href",
3462
4110
  "label",
3463
- "showTrigger"
4111
+ "showTrigger",
4112
+ "children"
3464
4113
  ]
3465
4114
  },
3466
4115
  {
@@ -3571,6 +4220,13 @@
3571
4220
  "importPath": "@actioneer/ads",
3572
4221
  "module": "navbar"
3573
4222
  },
4223
+ {
4224
+ "name": "PageHeaderProps",
4225
+ "family": "Navigation",
4226
+ "kind": "type",
4227
+ "importPath": "@actioneer/ads",
4228
+ "module": "page-header"
4229
+ },
3574
4230
  {
3575
4231
  "name": "PaginationProps",
3576
4232
  "family": "Navigation",
@@ -3746,6 +4402,45 @@
3746
4402
  "importPath": "@actioneer/ads",
3747
4403
  "module": "selection-action-bar"
3748
4404
  },
4405
+ {
4406
+ "name": "AIChart",
4407
+ "family": "AI Elements",
4408
+ "kind": "component",
4409
+ "importPath": "@actioneer/ads",
4410
+ "module": "chart",
4411
+ "description": "Wrap a source-backed chart produced during agent work so its query, partial-data, rendering, ready, error, and cancelled states stay distinct from the chart specification itself.",
4412
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
4413
+ "variants": {
4414
+ "status": {
4415
+ "values": [
4416
+ "pending",
4417
+ "querying",
4418
+ "partial",
4419
+ "rendering",
4420
+ "ready",
4421
+ "error",
4422
+ "cancelled"
4423
+ ],
4424
+ "default": "ready"
4425
+ }
4426
+ },
4427
+ "props": [
4428
+ "title",
4429
+ "tag",
4430
+ "source",
4431
+ "progress",
4432
+ "elapsed",
4433
+ "meta",
4434
+ "accessibleSummary",
4435
+ "open",
4436
+ "defaultOpen",
4437
+ "onOpenChange",
4438
+ "onSourceSelect",
4439
+ "errorContent",
4440
+ "onRetry",
4441
+ "children"
4442
+ ]
4443
+ },
3749
4444
  {
3750
4445
  "name": "ChainOfThought",
3751
4446
  "family": "AI Elements",
@@ -3763,7 +4458,15 @@
3763
4458
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
3764
4459
  },
3765
4460
  {
3766
- "name": "ChainOfThoughtHeader",
4461
+ "name": "ChainOfThoughtEvidence",
4462
+ "family": "AI Elements",
4463
+ "kind": "component",
4464
+ "importPath": "@actioneer/ads",
4465
+ "module": "chain-of-thought",
4466
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4467
+ },
4468
+ {
4469
+ "name": "ChainOfThoughtEvidenceTable",
3767
4470
  "family": "AI Elements",
3768
4471
  "kind": "component",
3769
4472
  "importPath": "@actioneer/ads",
@@ -3778,6 +4481,30 @@
3778
4481
  "module": "chain-of-thought",
3779
4482
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
3780
4483
  },
4484
+ {
4485
+ "name": "ChainOfThoughtItem",
4486
+ "family": "AI Elements",
4487
+ "kind": "component",
4488
+ "importPath": "@actioneer/ads",
4489
+ "module": "chain-of-thought",
4490
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4491
+ },
4492
+ {
4493
+ "name": "ChainOfThoughtMetric",
4494
+ "family": "AI Elements",
4495
+ "kind": "component",
4496
+ "importPath": "@actioneer/ads",
4497
+ "module": "chain-of-thought",
4498
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4499
+ },
4500
+ {
4501
+ "name": "ChainOfThoughtMetrics",
4502
+ "family": "AI Elements",
4503
+ "kind": "component",
4504
+ "importPath": "@actioneer/ads",
4505
+ "module": "chain-of-thought",
4506
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4507
+ },
3781
4508
  {
3782
4509
  "name": "ChainOfThoughtSearchResult",
3783
4510
  "family": "AI Elements",
@@ -3802,6 +4529,14 @@
3802
4529
  "module": "chain-of-thought",
3803
4530
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
3804
4531
  },
4532
+ {
4533
+ "name": "ChainOfThoughtTrigger",
4534
+ "family": "AI Elements",
4535
+ "kind": "component",
4536
+ "importPath": "@actioneer/ads",
4537
+ "module": "chain-of-thought",
4538
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4539
+ },
3805
4540
  {
3806
4541
  "name": "InlineCitation",
3807
4542
  "family": "AI Elements",
@@ -3928,7 +4663,16 @@
3928
4663
  "kind": "component",
3929
4664
  "importPath": "@actioneer/ads",
3930
4665
  "module": "message",
3931
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4666
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4667
+ "variants": {
4668
+ "align": {
4669
+ "values": [
4670
+ "start",
4671
+ "end"
4672
+ ],
4673
+ "default": "start"
4674
+ }
4675
+ }
3932
4676
  },
3933
4677
  {
3934
4678
  "name": "MessageAction",
@@ -3936,7 +4680,25 @@
3936
4680
  "kind": "component",
3937
4681
  "importPath": "@actioneer/ads",
3938
4682
  "module": "message",
3939
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4683
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4684
+ "variants": {
4685
+ "align": {
4686
+ "values": [
4687
+ "start",
4688
+ "end"
4689
+ ],
4690
+ "default": "start"
4691
+ },
4692
+ "variant": {
4693
+ "values": [
4694
+ "contained",
4695
+ "flat",
4696
+ "plain",
4697
+ "request"
4698
+ ],
4699
+ "default": "request"
4700
+ }
4701
+ }
3940
4702
  },
3941
4703
  {
3942
4704
  "name": "MessageActions",
@@ -3944,7 +4706,25 @@
3944
4706
  "kind": "component",
3945
4707
  "importPath": "@actioneer/ads",
3946
4708
  "module": "message",
3947
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4709
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4710
+ "variants": {
4711
+ "align": {
4712
+ "values": [
4713
+ "start",
4714
+ "end"
4715
+ ],
4716
+ "default": "start"
4717
+ },
4718
+ "variant": {
4719
+ "values": [
4720
+ "contained",
4721
+ "flat",
4722
+ "plain",
4723
+ "request"
4724
+ ],
4725
+ "default": "request"
4726
+ }
4727
+ }
3948
4728
  },
3949
4729
  {
3950
4730
  "name": "MessageAttachment",
@@ -3952,7 +4732,25 @@
3952
4732
  "kind": "component",
3953
4733
  "importPath": "@actioneer/ads",
3954
4734
  "module": "message",
3955
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4735
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4736
+ "variants": {
4737
+ "align": {
4738
+ "values": [
4739
+ "start",
4740
+ "end"
4741
+ ],
4742
+ "default": "start"
4743
+ },
4744
+ "variant": {
4745
+ "values": [
4746
+ "contained",
4747
+ "flat",
4748
+ "plain",
4749
+ "request"
4750
+ ],
4751
+ "default": "request"
4752
+ }
4753
+ }
3956
4754
  },
3957
4755
  {
3958
4756
  "name": "MessageAttachments",
@@ -3960,7 +4758,25 @@
3960
4758
  "kind": "component",
3961
4759
  "importPath": "@actioneer/ads",
3962
4760
  "module": "message",
3963
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4761
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4762
+ "variants": {
4763
+ "align": {
4764
+ "values": [
4765
+ "start",
4766
+ "end"
4767
+ ],
4768
+ "default": "start"
4769
+ },
4770
+ "variant": {
4771
+ "values": [
4772
+ "contained",
4773
+ "flat",
4774
+ "plain",
4775
+ "request"
4776
+ ],
4777
+ "default": "request"
4778
+ }
4779
+ }
3964
4780
  },
3965
4781
  {
3966
4782
  "name": "MessageAvatar",
@@ -3968,7 +4784,25 @@
3968
4784
  "kind": "component",
3969
4785
  "importPath": "@actioneer/ads",
3970
4786
  "module": "message",
3971
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4787
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4788
+ "variants": {
4789
+ "align": {
4790
+ "values": [
4791
+ "start",
4792
+ "end"
4793
+ ],
4794
+ "default": "start"
4795
+ },
4796
+ "variant": {
4797
+ "values": [
4798
+ "contained",
4799
+ "flat",
4800
+ "plain",
4801
+ "request"
4802
+ ],
4803
+ "default": "request"
4804
+ }
4805
+ }
3972
4806
  },
3973
4807
  {
3974
4808
  "name": "MessageBranch",
@@ -3976,7 +4810,25 @@
3976
4810
  "kind": "component",
3977
4811
  "importPath": "@actioneer/ads",
3978
4812
  "module": "message",
3979
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4813
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4814
+ "variants": {
4815
+ "align": {
4816
+ "values": [
4817
+ "start",
4818
+ "end"
4819
+ ],
4820
+ "default": "start"
4821
+ },
4822
+ "variant": {
4823
+ "values": [
4824
+ "contained",
4825
+ "flat",
4826
+ "plain",
4827
+ "request"
4828
+ ],
4829
+ "default": "request"
4830
+ }
4831
+ }
3980
4832
  },
3981
4833
  {
3982
4834
  "name": "MessageBranchContent",
@@ -3984,7 +4836,25 @@
3984
4836
  "kind": "component",
3985
4837
  "importPath": "@actioneer/ads",
3986
4838
  "module": "message",
3987
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4839
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4840
+ "variants": {
4841
+ "align": {
4842
+ "values": [
4843
+ "start",
4844
+ "end"
4845
+ ],
4846
+ "default": "start"
4847
+ },
4848
+ "variant": {
4849
+ "values": [
4850
+ "contained",
4851
+ "flat",
4852
+ "plain",
4853
+ "request"
4854
+ ],
4855
+ "default": "request"
4856
+ }
4857
+ }
3988
4858
  },
3989
4859
  {
3990
4860
  "name": "MessageBranchNext",
@@ -3992,7 +4862,25 @@
3992
4862
  "kind": "component",
3993
4863
  "importPath": "@actioneer/ads",
3994
4864
  "module": "message",
3995
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4865
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4866
+ "variants": {
4867
+ "align": {
4868
+ "values": [
4869
+ "start",
4870
+ "end"
4871
+ ],
4872
+ "default": "start"
4873
+ },
4874
+ "variant": {
4875
+ "values": [
4876
+ "contained",
4877
+ "flat",
4878
+ "plain",
4879
+ "request"
4880
+ ],
4881
+ "default": "request"
4882
+ }
4883
+ }
3996
4884
  },
3997
4885
  {
3998
4886
  "name": "MessageBranchPage",
@@ -4000,7 +4888,25 @@
4000
4888
  "kind": "component",
4001
4889
  "importPath": "@actioneer/ads",
4002
4890
  "module": "message",
4003
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4891
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4892
+ "variants": {
4893
+ "align": {
4894
+ "values": [
4895
+ "start",
4896
+ "end"
4897
+ ],
4898
+ "default": "start"
4899
+ },
4900
+ "variant": {
4901
+ "values": [
4902
+ "contained",
4903
+ "flat",
4904
+ "plain",
4905
+ "request"
4906
+ ],
4907
+ "default": "request"
4908
+ }
4909
+ }
4004
4910
  },
4005
4911
  {
4006
4912
  "name": "MessageBranchPrevious",
@@ -4008,7 +4914,25 @@
4008
4914
  "kind": "component",
4009
4915
  "importPath": "@actioneer/ads",
4010
4916
  "module": "message",
4011
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4917
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4918
+ "variants": {
4919
+ "align": {
4920
+ "values": [
4921
+ "start",
4922
+ "end"
4923
+ ],
4924
+ "default": "start"
4925
+ },
4926
+ "variant": {
4927
+ "values": [
4928
+ "contained",
4929
+ "flat",
4930
+ "plain",
4931
+ "request"
4932
+ ],
4933
+ "default": "request"
4934
+ }
4935
+ }
4012
4936
  },
4013
4937
  {
4014
4938
  "name": "MessageBranchSelector",
@@ -4016,7 +4940,25 @@
4016
4940
  "kind": "component",
4017
4941
  "importPath": "@actioneer/ads",
4018
4942
  "module": "message",
4019
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4943
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4944
+ "variants": {
4945
+ "align": {
4946
+ "values": [
4947
+ "start",
4948
+ "end"
4949
+ ],
4950
+ "default": "start"
4951
+ },
4952
+ "variant": {
4953
+ "values": [
4954
+ "contained",
4955
+ "flat",
4956
+ "plain",
4957
+ "request"
4958
+ ],
4959
+ "default": "request"
4960
+ }
4961
+ }
4020
4962
  },
4021
4963
  {
4022
4964
  "name": "MessageContent",
@@ -4024,7 +4966,44 @@
4024
4966
  "kind": "component",
4025
4967
  "importPath": "@actioneer/ads",
4026
4968
  "module": "message",
4027
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
4969
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4970
+ "variants": {
4971
+ "variant": {
4972
+ "values": [
4973
+ "contained",
4974
+ "flat",
4975
+ "plain",
4976
+ "request"
4977
+ ],
4978
+ "default": "request"
4979
+ }
4980
+ }
4981
+ },
4982
+ {
4983
+ "name": "MessageMeta",
4984
+ "family": "AI Elements",
4985
+ "kind": "component",
4986
+ "importPath": "@actioneer/ads",
4987
+ "module": "message",
4988
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4989
+ "variants": {
4990
+ "align": {
4991
+ "values": [
4992
+ "start",
4993
+ "end"
4994
+ ],
4995
+ "default": "start"
4996
+ },
4997
+ "variant": {
4998
+ "values": [
4999
+ "contained",
5000
+ "flat",
5001
+ "plain",
5002
+ "request"
5003
+ ],
5004
+ "default": "request"
5005
+ }
5006
+ }
4028
5007
  },
4029
5008
  {
4030
5009
  "name": "MessageResponse",
@@ -4032,7 +5011,25 @@
4032
5011
  "kind": "component",
4033
5012
  "importPath": "@actioneer/ads",
4034
5013
  "module": "message",
4035
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
5014
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
5015
+ "variants": {
5016
+ "align": {
5017
+ "values": [
5018
+ "start",
5019
+ "end"
5020
+ ],
5021
+ "default": "start"
5022
+ },
5023
+ "variant": {
5024
+ "values": [
5025
+ "contained",
5026
+ "flat",
5027
+ "plain",
5028
+ "request"
5029
+ ],
5030
+ "default": "request"
5031
+ }
5032
+ }
4036
5033
  },
4037
5034
  {
4038
5035
  "name": "MessageToolbar",
@@ -4040,7 +5037,25 @@
4040
5037
  "kind": "component",
4041
5038
  "importPath": "@actioneer/ads",
4042
5039
  "module": "message",
4043
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
5040
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
5041
+ "variants": {
5042
+ "align": {
5043
+ "values": [
5044
+ "start",
5045
+ "end"
5046
+ ],
5047
+ "default": "start"
5048
+ },
5049
+ "variant": {
5050
+ "values": [
5051
+ "contained",
5052
+ "flat",
5053
+ "plain",
5054
+ "request"
5055
+ ],
5056
+ "default": "request"
5057
+ }
5058
+ }
4044
5059
  },
4045
5060
  {
4046
5061
  "name": "Queue",
@@ -4163,28 +5178,37 @@
4163
5178
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/queue"
4164
5179
  },
4165
5180
  {
4166
- "name": "Reasoning",
4167
- "family": "AI Elements",
4168
- "kind": "component",
4169
- "importPath": "@actioneer/ads",
4170
- "module": "reasoning",
4171
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/reasoning"
4172
- },
4173
- {
4174
- "name": "ReasoningContent",
4175
- "family": "AI Elements",
4176
- "kind": "component",
4177
- "importPath": "@actioneer/ads",
4178
- "module": "reasoning",
4179
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/reasoning"
4180
- },
4181
- {
4182
- "name": "ReasoningTrigger",
5181
+ "name": "ResearchActivity",
4183
5182
  "family": "AI Elements",
4184
5183
  "kind": "component",
4185
5184
  "importPath": "@actioneer/ads",
4186
- "module": "reasoning",
4187
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/reasoning"
5185
+ "module": "research-activity",
5186
+ "description": "Wrap a multi-step research trace that may run for minutes; pass activity so the run reads as one morphing live line with the full trace a click away, then settle into its source count, duration, and first-insight time.",
5187
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/research-activity",
5188
+ "variants": {
5189
+ "status": {
5190
+ "values": [
5191
+ "active",
5192
+ "complete"
5193
+ ]
5194
+ }
5195
+ },
5196
+ "props": [
5197
+ "status",
5198
+ "elapsed",
5199
+ "sourceCount",
5200
+ "firstInsight",
5201
+ "activity",
5202
+ "activityKey",
5203
+ "stepIndex",
5204
+ "stepCount",
5205
+ "summary",
5206
+ "sticky",
5207
+ "open",
5208
+ "defaultOpen",
5209
+ "onOpenChange",
5210
+ "children"
5211
+ ]
4188
5212
  },
4189
5213
  {
4190
5214
  "name": "Shimmer",
@@ -4402,6 +5426,27 @@
4402
5426
  "className"
4403
5427
  ]
4404
5428
  },
5429
+ {
5430
+ "name": "AIChartProgress",
5431
+ "family": "AI Elements",
5432
+ "kind": "type",
5433
+ "importPath": "@actioneer/ads",
5434
+ "module": "chart"
5435
+ },
5436
+ {
5437
+ "name": "AIChartProps",
5438
+ "family": "AI Elements",
5439
+ "kind": "type",
5440
+ "importPath": "@actioneer/ads",
5441
+ "module": "chart"
5442
+ },
5443
+ {
5444
+ "name": "AIChartStatus",
5445
+ "family": "AI Elements",
5446
+ "kind": "type",
5447
+ "importPath": "@actioneer/ads",
5448
+ "module": "chart"
5449
+ },
4405
5450
  {
4406
5451
  "name": "ChainOfThoughtContentProps",
4407
5452
  "family": "AI Elements",
@@ -4410,7 +5455,21 @@
4410
5455
  "module": "chain-of-thought"
4411
5456
  },
4412
5457
  {
4413
- "name": "ChainOfThoughtHeaderProps",
5458
+ "name": "ChainOfThoughtEvidenceColumn",
5459
+ "family": "AI Elements",
5460
+ "kind": "type",
5461
+ "importPath": "@actioneer/ads",
5462
+ "module": "chain-of-thought"
5463
+ },
5464
+ {
5465
+ "name": "ChainOfThoughtEvidenceProps",
5466
+ "family": "AI Elements",
5467
+ "kind": "type",
5468
+ "importPath": "@actioneer/ads",
5469
+ "module": "chain-of-thought"
5470
+ },
5471
+ {
5472
+ "name": "ChainOfThoughtEvidenceTableProps",
4414
5473
  "family": "AI Elements",
4415
5474
  "kind": "type",
4416
5475
  "importPath": "@actioneer/ads",
@@ -4423,6 +5482,27 @@
4423
5482
  "importPath": "@actioneer/ads",
4424
5483
  "module": "chain-of-thought"
4425
5484
  },
5485
+ {
5486
+ "name": "ChainOfThoughtItemProps",
5487
+ "family": "AI Elements",
5488
+ "kind": "type",
5489
+ "importPath": "@actioneer/ads",
5490
+ "module": "chain-of-thought"
5491
+ },
5492
+ {
5493
+ "name": "ChainOfThoughtMetricProps",
5494
+ "family": "AI Elements",
5495
+ "kind": "type",
5496
+ "importPath": "@actioneer/ads",
5497
+ "module": "chain-of-thought"
5498
+ },
5499
+ {
5500
+ "name": "ChainOfThoughtMetricsProps",
5501
+ "family": "AI Elements",
5502
+ "kind": "type",
5503
+ "importPath": "@actioneer/ads",
5504
+ "module": "chain-of-thought"
5505
+ },
4426
5506
  {
4427
5507
  "name": "ChainOfThoughtProps",
4428
5508
  "family": "AI Elements",
@@ -4444,6 +5524,13 @@
4444
5524
  "importPath": "@actioneer/ads",
4445
5525
  "module": "chain-of-thought"
4446
5526
  },
5527
+ {
5528
+ "name": "ChainOfThoughtStatus",
5529
+ "family": "AI Elements",
5530
+ "kind": "type",
5531
+ "importPath": "@actioneer/ads",
5532
+ "module": "chain-of-thought"
5533
+ },
4447
5534
  {
4448
5535
  "name": "ChainOfThoughtStepProps",
4449
5536
  "family": "AI Elements",
@@ -4451,6 +5538,13 @@
4451
5538
  "importPath": "@actioneer/ads",
4452
5539
  "module": "chain-of-thought"
4453
5540
  },
5541
+ {
5542
+ "name": "ChainOfThoughtTriggerProps",
5543
+ "family": "AI Elements",
5544
+ "kind": "type",
5545
+ "importPath": "@actioneer/ads",
5546
+ "module": "chain-of-thought"
5547
+ },
4454
5548
  {
4455
5549
  "name": "InlineCitationCardBodyProps",
4456
5550
  "family": "AI Elements",
@@ -4640,6 +5734,13 @@
4640
5734
  "importPath": "@actioneer/ads",
4641
5735
  "module": "message"
4642
5736
  },
5737
+ {
5738
+ "name": "MessageMetaProps",
5739
+ "family": "AI Elements",
5740
+ "kind": "type",
5741
+ "importPath": "@actioneer/ads",
5742
+ "module": "message"
5743
+ },
4643
5744
  {
4644
5745
  "name": "MessageProps",
4645
5746
  "family": "AI Elements",
@@ -4795,25 +5896,18 @@
4795
5896
  "module": "queue"
4796
5897
  },
4797
5898
  {
4798
- "name": "ReasoningContentProps",
4799
- "family": "AI Elements",
4800
- "kind": "type",
4801
- "importPath": "@actioneer/ads",
4802
- "module": "reasoning"
4803
- },
4804
- {
4805
- "name": "ReasoningProps",
5899
+ "name": "ResearchActivityProps",
4806
5900
  "family": "AI Elements",
4807
5901
  "kind": "type",
4808
5902
  "importPath": "@actioneer/ads",
4809
- "module": "reasoning"
5903
+ "module": "research-activity"
4810
5904
  },
4811
5905
  {
4812
- "name": "ReasoningTriggerProps",
5906
+ "name": "ResearchActivityStatus",
4813
5907
  "family": "AI Elements",
4814
5908
  "kind": "type",
4815
5909
  "importPath": "@actioneer/ads",
4816
- "module": "reasoning"
5910
+ "module": "research-activity"
4817
5911
  },
4818
5912
  {
4819
5913
  "name": "SpeechInputProps",
@@ -5005,11 +6099,11 @@
5005
6099
  "module": "voice"
5006
6100
  },
5007
6101
  {
5008
- "name": "useReasoning",
6102
+ "name": "aiChartVariants",
5009
6103
  "family": "AI Elements",
5010
- "kind": "hook",
6104
+ "kind": "util",
5011
6105
  "importPath": "@actioneer/ads",
5012
- "module": "reasoning"
6106
+ "module": "chart"
5013
6107
  },
5014
6108
  {
5015
6109
  "name": "Tool",
@@ -5489,16 +6583,6 @@
5489
6583
  "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export.",
5490
6584
  "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
5491
6585
  },
5492
- {
5493
- "name": "OpenUiLibraryProvider",
5494
- "family": "Chat",
5495
- "kind": "component",
5496
- "importPath": "@actioneer/ads",
5497
- "module": "smart-message-text",
5498
- "vendored": true,
5499
- "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export.",
5500
- "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
5501
- },
5502
6586
  {
5503
6587
  "name": "QuoteBlock",
5504
6588
  "family": "Chat",
@@ -5599,16 +6683,6 @@
5599
6683
  "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export.",
5600
6684
  "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
5601
6685
  },
5602
- {
5603
- "name": "SmartMessageText",
5604
- "family": "Chat",
5605
- "kind": "component",
5606
- "importPath": "@actioneer/ads",
5607
- "module": "smart-message-text",
5608
- "vendored": true,
5609
- "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export.",
5610
- "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
5611
- },
5612
6686
  {
5613
6687
  "name": "Source",
5614
6688
  "family": "Chat",
@@ -6058,6 +7132,24 @@
6058
7132
  "vendored": true,
6059
7133
  "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export."
6060
7134
  },
7135
+ {
7136
+ "name": "useComposer",
7137
+ "family": "Chat",
7138
+ "kind": "hook",
7139
+ "importPath": "@actioneer/ads",
7140
+ "module": "primitives",
7141
+ "vendored": true,
7142
+ "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export."
7143
+ },
7144
+ {
7145
+ "name": "useComposerRuntime",
7146
+ "family": "Chat",
7147
+ "kind": "hook",
7148
+ "importPath": "@actioneer/ads",
7149
+ "module": "primitives",
7150
+ "vendored": true,
7151
+ "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export."
7152
+ },
6061
7153
  {
6062
7154
  "name": "useLocalRuntime",
6063
7155
  "family": "Chat",
@@ -6255,6 +7347,15 @@
6255
7347
  "module": "tool-group",
6256
7348
  "vendored": true,
6257
7349
  "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export."
7350
+ },
7351
+ {
7352
+ "name": "unstable_useSlashCommandAdapter",
7353
+ "family": "Chat",
7354
+ "kind": "util",
7355
+ "importPath": "@actioneer/ads",
7356
+ "module": "primitives",
7357
+ "vendored": true,
7358
+ "note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export."
6258
7359
  }
6259
7360
  ],
6260
7361
  "principles": [
@@ -6412,6 +7513,37 @@
6412
7513
  "Cap a grid at a hard column count so it stops growing on wide displays."
6413
7514
  ],
6414
7515
  "enforcedByLint": false
7516
+ },
7517
+ {
7518
+ "id": "leading-back-navigation",
7519
+ "number": 10,
7520
+ "title": "Back navigation is leading",
7521
+ "rule": "A page-level Back control sits immediately before the page title in the leading header cluster. It is icon-only with an accessible label and never appears on the right with forward/page actions.",
7522
+ "do": [
7523
+ "Use PageHeader with onBack so the left arrow is anchored directly before the title.",
7524
+ "Reserve the trailing header area for forward or page-level actions such as Add, Save, or Share."
7525
+ ],
7526
+ "dont": [
7527
+ "Place Back on the right side of a page header.",
7528
+ "Render a redundant visible Back label when the standard left arrow and accessible label are sufficient."
7529
+ ],
7530
+ "enforcedByLint": false
7531
+ },
7532
+ {
7533
+ "id": "tabs-search-opposed",
7534
+ "number": 11,
7535
+ "title": "Tabs lead; scoped search trails",
7536
+ "rule": "When tabs and a search field control the same content, they share one responsive control row: the tab track hugs its labels at the leading edge and search sits at the trailing edge. Stack only when the container cannot fit both.",
7537
+ "do": [
7538
+ "Keep the horizontal TabList content-width, then place the scoped search field opposite it in the same toolbar.",
7539
+ "On constrained containers, stack tabs first and search second while preserving their relationship."
7540
+ ],
7541
+ "dont": [
7542
+ "Stretch the tab track to fill the space between its labels and the search field.",
7543
+ "Put a scoped search field on a separate row above its tabs when both controls fit side by side.",
7544
+ "Place search before tabs in the reading or keyboard order."
7545
+ ],
7546
+ "enforcedByLint": false
6415
7547
  }
6416
7548
  ]
6417
7549
  }