@actioneer/ads-mcp 0.2.4 → 0.3.1

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 +883 -68
  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.4",
3
+ "version": "0.3.1",
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": 593,
20
- "component": 297,
21
- "type": 245,
22
- "hook": 7,
23
- "util": 44
19
+ "total": 669,
20
+ "component": 322,
21
+ "type": 284,
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,37 @@
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
+ "error"
726
+ ],
727
+ "default": "upcoming"
728
+ },
729
+ "size": {
730
+ "values": [
731
+ "sm",
732
+ "md"
733
+ ],
734
+ "default": "md"
735
+ }
736
+ },
737
+ "props": [
738
+ "steps",
739
+ "activeIndex",
740
+ "onSelect"
741
+ ]
742
+ },
560
743
  {
561
744
  "name": "Text",
562
745
  "family": "Foundations",
@@ -580,6 +763,13 @@
580
763
  "importPath": "@actioneer/ads",
581
764
  "module": "button"
582
765
  },
766
+ {
767
+ "name": "CodeBlockProps",
768
+ "family": "Foundations",
769
+ "kind": "type",
770
+ "importPath": "@actioneer/ads",
771
+ "module": "code-block"
772
+ },
583
773
  {
584
774
  "name": "DividerProps",
585
775
  "family": "Foundations",
@@ -594,6 +784,13 @@
594
784
  "importPath": "@actioneer/ads",
595
785
  "module": "field"
596
786
  },
787
+ {
788
+ "name": "FileDropzoneProps",
789
+ "family": "Foundations",
790
+ "kind": "type",
791
+ "importPath": "@actioneer/ads",
792
+ "module": "file-dropzone"
793
+ },
597
794
  {
598
795
  "name": "HeadingProps",
599
796
  "family": "Foundations",
@@ -615,6 +812,62 @@
615
812
  "importPath": "@actioneer/ads",
616
813
  "module": "link"
617
814
  },
815
+ {
816
+ "name": "ResizablePanelProps",
817
+ "family": "Foundations",
818
+ "kind": "type",
819
+ "importPath": "@actioneer/ads",
820
+ "module": "resizable-panel"
821
+ },
822
+ {
823
+ "name": "RevealGroupProps",
824
+ "family": "Foundations",
825
+ "kind": "type",
826
+ "importPath": "@actioneer/ads",
827
+ "module": "reveal"
828
+ },
829
+ {
830
+ "name": "RevealProps",
831
+ "family": "Foundations",
832
+ "kind": "type",
833
+ "importPath": "@actioneer/ads",
834
+ "module": "reveal"
835
+ },
836
+ {
837
+ "name": "RevealVariant",
838
+ "family": "Foundations",
839
+ "kind": "type",
840
+ "importPath": "@actioneer/ads",
841
+ "module": "reveal"
842
+ },
843
+ {
844
+ "name": "ScrollAreaProps",
845
+ "family": "Foundations",
846
+ "kind": "type",
847
+ "importPath": "@actioneer/ads",
848
+ "module": "scroll-area"
849
+ },
850
+ {
851
+ "name": "ScrollBarProps",
852
+ "family": "Foundations",
853
+ "kind": "type",
854
+ "importPath": "@actioneer/ads",
855
+ "module": "scroll-area"
856
+ },
857
+ {
858
+ "name": "SettingListProps",
859
+ "family": "Foundations",
860
+ "kind": "type",
861
+ "importPath": "@actioneer/ads",
862
+ "module": "setting-row"
863
+ },
864
+ {
865
+ "name": "SettingRowProps",
866
+ "family": "Foundations",
867
+ "kind": "type",
868
+ "importPath": "@actioneer/ads",
869
+ "module": "setting-row"
870
+ },
618
871
  {
619
872
  "name": "SpinnerProps",
620
873
  "family": "Foundations",
@@ -622,6 +875,27 @@
622
875
  "importPath": "@actioneer/ads",
623
876
  "module": "spinner"
624
877
  },
878
+ {
879
+ "name": "StepperProps",
880
+ "family": "Foundations",
881
+ "kind": "type",
882
+ "importPath": "@actioneer/ads",
883
+ "module": "stepper"
884
+ },
885
+ {
886
+ "name": "StepperStatus",
887
+ "family": "Foundations",
888
+ "kind": "type",
889
+ "importPath": "@actioneer/ads",
890
+ "module": "stepper"
891
+ },
892
+ {
893
+ "name": "StepperStep",
894
+ "family": "Foundations",
895
+ "kind": "type",
896
+ "importPath": "@actioneer/ads",
897
+ "module": "stepper"
898
+ },
625
899
  {
626
900
  "name": "TextProps",
627
901
  "family": "Foundations",
@@ -636,6 +910,20 @@
636
910
  "importPath": "@actioneer/ads",
637
911
  "module": "button"
638
912
  },
913
+ {
914
+ "name": "codeBlockVariants",
915
+ "family": "Foundations",
916
+ "kind": "util",
917
+ "importPath": "@actioneer/ads",
918
+ "module": "code-block"
919
+ },
920
+ {
921
+ "name": "fileDropzoneVariants",
922
+ "family": "Foundations",
923
+ "kind": "util",
924
+ "importPath": "@actioneer/ads",
925
+ "module": "file-dropzone"
926
+ },
639
927
  {
640
928
  "name": "inputBaseClass",
641
929
  "family": "Foundations",
@@ -643,6 +931,20 @@
643
931
  "importPath": "@actioneer/ads",
644
932
  "module": "field"
645
933
  },
934
+ {
935
+ "name": "settingRowVariants",
936
+ "family": "Foundations",
937
+ "kind": "util",
938
+ "importPath": "@actioneer/ads",
939
+ "module": "setting-row"
940
+ },
941
+ {
942
+ "name": "stepperMarkerVariants",
943
+ "family": "Foundations",
944
+ "kind": "util",
945
+ "importPath": "@actioneer/ads",
946
+ "module": "stepper"
947
+ },
646
948
  {
647
949
  "name": "Autocomplete",
648
950
  "family": "Form controls",
@@ -1680,7 +1982,7 @@
1680
1982
  "kind": "component",
1681
1983
  "importPath": "@actioneer/ads",
1682
1984
  "module": "chart",
1683
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
1985
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
1684
1986
  "props": [
1685
1987
  "curve",
1686
1988
  "stacked",
@@ -1758,12 +2060,20 @@
1758
2060
  "kind": "component",
1759
2061
  "importPath": "@actioneer/ads",
1760
2062
  "module": "chart",
1761
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2063
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
1762
2064
  "props": [
1763
2065
  "stacked",
1764
2066
  "layout"
1765
2067
  ]
1766
2068
  },
2069
+ {
2070
+ "name": "BaseEdge",
2071
+ "family": "Data display",
2072
+ "kind": "component",
2073
+ "importPath": "@actioneer/ads",
2074
+ "module": "infinite-canvas",
2075
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2076
+ },
1767
2077
  {
1768
2078
  "name": "BreakdownAnswer",
1769
2079
  "family": "Data display",
@@ -1950,7 +2260,7 @@
1950
2260
  "kind": "component",
1951
2261
  "importPath": "@actioneer/ads",
1952
2262
  "module": "chart",
1953
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2263
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
1954
2264
  "props": [
1955
2265
  "lineKeys",
1956
2266
  "dualAxis",
@@ -1988,7 +2298,7 @@
1988
2298
  "kind": "component",
1989
2299
  "importPath": "@actioneer/ads",
1990
2300
  "module": "chart",
1991
- "showcaseUrl": "https://ads.actioneer.dev/#/chart"
2301
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart"
1992
2302
  },
1993
2303
  {
1994
2304
  "name": "ConnectionStatus",
@@ -2016,6 +2326,14 @@
2016
2326
  "onOpen"
2017
2327
  ]
2018
2328
  },
2329
+ {
2330
+ "name": "EdgeLabelRenderer",
2331
+ "family": "Data display",
2332
+ "kind": "component",
2333
+ "importPath": "@actioneer/ads",
2334
+ "module": "infinite-canvas",
2335
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2336
+ },
2019
2337
  {
2020
2338
  "name": "ExplanationAnswer",
2021
2339
  "family": "Data display",
@@ -2046,7 +2364,7 @@
2046
2364
  "kind": "component",
2047
2365
  "importPath": "@actioneer/ads",
2048
2366
  "module": "chart",
2049
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2367
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2050
2368
  "props": [
2051
2369
  "data",
2052
2370
  "nameKey",
@@ -2059,25 +2377,72 @@
2059
2377
  "className"
2060
2378
  ]
2061
2379
  },
2380
+ {
2381
+ "name": "Handle",
2382
+ "family": "Data display",
2383
+ "kind": "component",
2384
+ "importPath": "@actioneer/ads",
2385
+ "module": "infinite-canvas",
2386
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2387
+ },
2388
+ {
2389
+ "name": "InfiniteCanvas",
2390
+ "family": "Data display",
2391
+ "kind": "component",
2392
+ "importPath": "@actioneer/ads",
2393
+ "module": "infinite-canvas",
2394
+ "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.",
2395
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas",
2396
+ "props": [
2397
+ "nodes",
2398
+ "edges",
2399
+ "nodeTypes",
2400
+ "edgeTypes",
2401
+ "onNodesChange",
2402
+ "onEdgesChange",
2403
+ "onNodeClick",
2404
+ "onPaneClick",
2405
+ "onInit",
2406
+ "readOnly",
2407
+ "minZoom",
2408
+ "maxZoom",
2409
+ "fitViewPadding",
2410
+ "snapToGrid",
2411
+ "onSnapToGridChange",
2412
+ "snapGrid",
2413
+ "showControls",
2414
+ "showSnapToGrid",
2415
+ "toolbarStart",
2416
+ "toolbarEnd"
2417
+ ]
2418
+ },
2062
2419
  {
2063
2420
  "name": "LineChart",
2064
2421
  "family": "Data display",
2065
2422
  "kind": "component",
2066
2423
  "importPath": "@actioneer/ads",
2067
2424
  "module": "chart",
2068
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2425
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2069
2426
  "props": [
2070
2427
  "curve",
2071
2428
  "forecastKeys"
2072
2429
  ]
2073
2430
  },
2431
+ {
2432
+ "name": "MarkerType",
2433
+ "family": "Data display",
2434
+ "kind": "component",
2435
+ "importPath": "@actioneer/ads",
2436
+ "module": "infinite-canvas",
2437
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2438
+ },
2074
2439
  {
2075
2440
  "name": "PieChart",
2076
2441
  "family": "Data display",
2077
2442
  "kind": "component",
2078
2443
  "importPath": "@actioneer/ads",
2079
2444
  "module": "chart",
2080
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2445
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2081
2446
  "props": [
2082
2447
  "data",
2083
2448
  "nameKey",
@@ -2092,13 +2457,21 @@
2092
2457
  "className"
2093
2458
  ]
2094
2459
  },
2460
+ {
2461
+ "name": "Position",
2462
+ "family": "Data display",
2463
+ "kind": "component",
2464
+ "importPath": "@actioneer/ads",
2465
+ "module": "infinite-canvas",
2466
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2467
+ },
2095
2468
  {
2096
2469
  "name": "RadarChart",
2097
2470
  "family": "Data display",
2098
2471
  "kind": "component",
2099
2472
  "importPath": "@actioneer/ads",
2100
2473
  "module": "chart",
2101
- "showcaseUrl": "https://ads.actioneer.dev/#/chart"
2474
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart"
2102
2475
  },
2103
2476
  {
2104
2477
  "name": "RadialBarChart",
@@ -2106,7 +2479,7 @@
2106
2479
  "kind": "component",
2107
2480
  "importPath": "@actioneer/ads",
2108
2481
  "module": "chart",
2109
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2482
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2110
2483
  "props": [
2111
2484
  "data",
2112
2485
  "nameKey",
@@ -2120,13 +2493,21 @@
2120
2493
  "className"
2121
2494
  ]
2122
2495
  },
2496
+ {
2497
+ "name": "ReactFlowProvider",
2498
+ "family": "Data display",
2499
+ "kind": "component",
2500
+ "importPath": "@actioneer/ads",
2501
+ "module": "infinite-canvas",
2502
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2503
+ },
2123
2504
  {
2124
2505
  "name": "ScatterChart",
2125
2506
  "family": "Data display",
2126
2507
  "kind": "component",
2127
2508
  "importPath": "@actioneer/ads",
2128
2509
  "module": "chart",
2129
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2510
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2130
2511
  "props": [
2131
2512
  "data",
2132
2513
  "xKey",
@@ -2363,7 +2744,7 @@
2363
2744
  "kind": "component",
2364
2745
  "importPath": "@actioneer/ads",
2365
2746
  "module": "tabs",
2366
- "description": "Use Tabs to switch between mutually exclusive views/sections that share the same page context, not for page-level navigation.",
2747
+ "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.",
2367
2748
  "showcaseUrl": "https://ads.actioneer.dev/#/tabs",
2368
2749
  "variants": {
2369
2750
  "variant": {
@@ -2373,7 +2754,7 @@
2373
2754
  ],
2374
2755
  "default": "primary",
2375
2756
  "options": {
2376
- "primary": "Filled muted pill track with tabs sliding behind a shared elevated thumb; default choice for compact filter/mode switchers on tight surfaces.",
2757
+ "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.",
2377
2758
  "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."
2378
2759
  }
2379
2760
  },
@@ -2506,7 +2887,7 @@
2506
2887
  "kind": "component",
2507
2888
  "importPath": "@actioneer/ads",
2508
2889
  "module": "chart",
2509
- "showcaseUrl": "https://ads.actioneer.dev/#/chart",
2890
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2510
2891
  "props": [
2511
2892
  "data",
2512
2893
  "nameKey",
@@ -2793,6 +3174,13 @@
2793
3174
  "importPath": "@actioneer/ads",
2794
3175
  "module": "chart"
2795
3176
  },
3177
+ {
3178
+ "name": "Connection",
3179
+ "family": "Data display",
3180
+ "kind": "type",
3181
+ "importPath": "@actioneer/ads",
3182
+ "module": "infinite-canvas"
3183
+ },
2796
3184
  {
2797
3185
  "name": "ConnectionStatusProps",
2798
3186
  "family": "Data display",
@@ -2842,6 +3230,27 @@
2842
3230
  "importPath": "@actioneer/ads",
2843
3231
  "module": "connector-card"
2844
3232
  },
3233
+ {
3234
+ "name": "Edge",
3235
+ "family": "Data display",
3236
+ "kind": "type",
3237
+ "importPath": "@actioneer/ads",
3238
+ "module": "infinite-canvas"
3239
+ },
3240
+ {
3241
+ "name": "EdgeProps",
3242
+ "family": "Data display",
3243
+ "kind": "type",
3244
+ "importPath": "@actioneer/ads",
3245
+ "module": "infinite-canvas"
3246
+ },
3247
+ {
3248
+ "name": "EdgeTypes",
3249
+ "family": "Data display",
3250
+ "kind": "type",
3251
+ "importPath": "@actioneer/ads",
3252
+ "module": "infinite-canvas"
3253
+ },
2845
3254
  {
2846
3255
  "name": "ExplanationAnswerProps",
2847
3256
  "family": "Data display",
@@ -2877,6 +3286,13 @@
2877
3286
  "importPath": "@actioneer/ads",
2878
3287
  "module": "chart"
2879
3288
  },
3289
+ {
3290
+ "name": "InfiniteCanvasProps",
3291
+ "family": "Data display",
3292
+ "kind": "type",
3293
+ "importPath": "@actioneer/ads",
3294
+ "module": "infinite-canvas"
3295
+ },
2880
3296
  {
2881
3297
  "name": "LineChartProps",
2882
3298
  "family": "Data display",
@@ -2884,6 +3300,41 @@
2884
3300
  "importPath": "@actioneer/ads",
2885
3301
  "module": "chart"
2886
3302
  },
3303
+ {
3304
+ "name": "Node",
3305
+ "family": "Data display",
3306
+ "kind": "type",
3307
+ "importPath": "@actioneer/ads",
3308
+ "module": "infinite-canvas"
3309
+ },
3310
+ {
3311
+ "name": "NodeProps",
3312
+ "family": "Data display",
3313
+ "kind": "type",
3314
+ "importPath": "@actioneer/ads",
3315
+ "module": "infinite-canvas"
3316
+ },
3317
+ {
3318
+ "name": "NodeTypes",
3319
+ "family": "Data display",
3320
+ "kind": "type",
3321
+ "importPath": "@actioneer/ads",
3322
+ "module": "infinite-canvas"
3323
+ },
3324
+ {
3325
+ "name": "OnEdgesChange",
3326
+ "family": "Data display",
3327
+ "kind": "type",
3328
+ "importPath": "@actioneer/ads",
3329
+ "module": "infinite-canvas"
3330
+ },
3331
+ {
3332
+ "name": "OnNodesChange",
3333
+ "family": "Data display",
3334
+ "kind": "type",
3335
+ "importPath": "@actioneer/ads",
3336
+ "module": "infinite-canvas"
3337
+ },
2887
3338
  {
2888
3339
  "name": "PieChartProps",
2889
3340
  "family": "Data display",
@@ -2905,6 +3356,13 @@
2905
3356
  "importPath": "@actioneer/ads",
2906
3357
  "module": "chart"
2907
3358
  },
3359
+ {
3360
+ "name": "ReactFlowInstance",
3361
+ "family": "Data display",
3362
+ "kind": "type",
3363
+ "importPath": "@actioneer/ads",
3364
+ "module": "infinite-canvas"
3365
+ },
2908
3366
  {
2909
3367
  "name": "ScatterChartProps",
2910
3368
  "family": "Data display",
@@ -3057,7 +3515,42 @@
3057
3515
  "family": "Data display",
3058
3516
  "kind": "type",
3059
3517
  "importPath": "@actioneer/ads",
3060
- "module": "answer"
3518
+ "module": "answer"
3519
+ },
3520
+ {
3521
+ "name": "Viewport",
3522
+ "family": "Data display",
3523
+ "kind": "type",
3524
+ "importPath": "@actioneer/ads",
3525
+ "module": "infinite-canvas"
3526
+ },
3527
+ {
3528
+ "name": "useEdgesState",
3529
+ "family": "Data display",
3530
+ "kind": "hook",
3531
+ "importPath": "@actioneer/ads",
3532
+ "module": "infinite-canvas"
3533
+ },
3534
+ {
3535
+ "name": "useNodesState",
3536
+ "family": "Data display",
3537
+ "kind": "hook",
3538
+ "importPath": "@actioneer/ads",
3539
+ "module": "infinite-canvas"
3540
+ },
3541
+ {
3542
+ "name": "useReactFlow",
3543
+ "family": "Data display",
3544
+ "kind": "hook",
3545
+ "importPath": "@actioneer/ads",
3546
+ "module": "infinite-canvas"
3547
+ },
3548
+ {
3549
+ "name": "addEdge",
3550
+ "family": "Data display",
3551
+ "kind": "util",
3552
+ "importPath": "@actioneer/ads",
3553
+ "module": "infinite-canvas"
3061
3554
  },
3062
3555
  {
3063
3556
  "name": "ANSWER_TOOL_DESCRIPTION",
@@ -3143,6 +3636,27 @@
3143
3636
  "importPath": "@actioneer/ads",
3144
3637
  "module": "answer"
3145
3638
  },
3639
+ {
3640
+ "name": "getBezierPath",
3641
+ "family": "Data display",
3642
+ "kind": "util",
3643
+ "importPath": "@actioneer/ads",
3644
+ "module": "infinite-canvas"
3645
+ },
3646
+ {
3647
+ "name": "getSmoothStepPath",
3648
+ "family": "Data display",
3649
+ "kind": "util",
3650
+ "importPath": "@actioneer/ads",
3651
+ "module": "infinite-canvas"
3652
+ },
3653
+ {
3654
+ "name": "getStraightPath",
3655
+ "family": "Data display",
3656
+ "kind": "util",
3657
+ "importPath": "@actioneer/ads",
3658
+ "module": "infinite-canvas"
3659
+ },
3146
3660
  {
3147
3661
  "name": "StatusAnswerSchema",
3148
3662
  "family": "Data display",
@@ -3249,6 +3763,28 @@
3249
3763
  "hoverAnimate"
3250
3764
  ]
3251
3765
  },
3766
+ {
3767
+ "name": "BrandTexture",
3768
+ "family": "Feedback",
3769
+ "kind": "component",
3770
+ "importPath": "@actioneer/ads",
3771
+ "module": "brand-texture",
3772
+ "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.",
3773
+ "showcaseUrl": "https://ads.actioneer.dev/#/brand-texture",
3774
+ "props": [
3775
+ "paused",
3776
+ "lifted",
3777
+ "speed"
3778
+ ]
3779
+ },
3780
+ {
3781
+ "name": "BrandTextureField",
3782
+ "family": "Feedback",
3783
+ "kind": "component",
3784
+ "importPath": "@actioneer/ads",
3785
+ "module": "brand-texture",
3786
+ "showcaseUrl": "https://ads.actioneer.dev/#/brand-texture"
3787
+ },
3252
3788
  {
3253
3789
  "name": "EmptyState",
3254
3790
  "family": "Feedback",
@@ -3357,6 +3893,13 @@
3357
3893
  "importPath": "@actioneer/ads",
3358
3894
  "module": "brand-loader"
3359
3895
  },
3896
+ {
3897
+ "name": "BrandTextureProps",
3898
+ "family": "Feedback",
3899
+ "kind": "type",
3900
+ "importPath": "@actioneer/ads",
3901
+ "module": "brand-texture"
3902
+ },
3360
3903
  {
3361
3904
  "name": "EmptyStateProps",
3362
3905
  "family": "Feedback",
@@ -3485,6 +4028,22 @@
3485
4028
  "isActive"
3486
4029
  ]
3487
4030
  },
4031
+ {
4032
+ "name": "PageHeader",
4033
+ "family": "Navigation",
4034
+ "kind": "component",
4035
+ "importPath": "@actioneer/ads",
4036
+ "module": "page-header",
4037
+ "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.",
4038
+ "showcaseUrl": "https://ads.actioneer.dev/#/page-header",
4039
+ "props": [
4040
+ "title",
4041
+ "description",
4042
+ "onBack",
4043
+ "backLabel",
4044
+ "actions"
4045
+ ]
4046
+ },
3488
4047
  {
3489
4048
  "name": "Pagination",
3490
4049
  "family": "Navigation",
@@ -3668,6 +4227,13 @@
3668
4227
  "importPath": "@actioneer/ads",
3669
4228
  "module": "navbar"
3670
4229
  },
4230
+ {
4231
+ "name": "PageHeaderProps",
4232
+ "family": "Navigation",
4233
+ "kind": "type",
4234
+ "importPath": "@actioneer/ads",
4235
+ "module": "page-header"
4236
+ },
3671
4237
  {
3672
4238
  "name": "PaginationProps",
3673
4239
  "family": "Navigation",
@@ -3843,6 +4409,45 @@
3843
4409
  "importPath": "@actioneer/ads",
3844
4410
  "module": "selection-action-bar"
3845
4411
  },
4412
+ {
4413
+ "name": "AIChart",
4414
+ "family": "AI Elements",
4415
+ "kind": "component",
4416
+ "importPath": "@actioneer/ads",
4417
+ "module": "chart",
4418
+ "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.",
4419
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
4420
+ "variants": {
4421
+ "status": {
4422
+ "values": [
4423
+ "pending",
4424
+ "querying",
4425
+ "partial",
4426
+ "rendering",
4427
+ "ready",
4428
+ "error",
4429
+ "cancelled"
4430
+ ],
4431
+ "default": "ready"
4432
+ }
4433
+ },
4434
+ "props": [
4435
+ "title",
4436
+ "tag",
4437
+ "source",
4438
+ "progress",
4439
+ "elapsed",
4440
+ "meta",
4441
+ "accessibleSummary",
4442
+ "open",
4443
+ "defaultOpen",
4444
+ "onOpenChange",
4445
+ "onSourceSelect",
4446
+ "errorContent",
4447
+ "onRetry",
4448
+ "children"
4449
+ ]
4450
+ },
3846
4451
  {
3847
4452
  "name": "ChainOfThought",
3848
4453
  "family": "AI Elements",
@@ -3859,6 +4464,22 @@
3859
4464
  "module": "chain-of-thought",
3860
4465
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
3861
4466
  },
4467
+ {
4468
+ "name": "ChainOfThoughtEvidence",
4469
+ "family": "AI Elements",
4470
+ "kind": "component",
4471
+ "importPath": "@actioneer/ads",
4472
+ "module": "chain-of-thought",
4473
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4474
+ },
4475
+ {
4476
+ "name": "ChainOfThoughtEvidenceTable",
4477
+ "family": "AI Elements",
4478
+ "kind": "component",
4479
+ "importPath": "@actioneer/ads",
4480
+ "module": "chain-of-thought",
4481
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4482
+ },
3862
4483
  {
3863
4484
  "name": "ChainOfThoughtImage",
3864
4485
  "family": "AI Elements",
@@ -3875,6 +4496,22 @@
3875
4496
  "module": "chain-of-thought",
3876
4497
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
3877
4498
  },
4499
+ {
4500
+ "name": "ChainOfThoughtMetric",
4501
+ "family": "AI Elements",
4502
+ "kind": "component",
4503
+ "importPath": "@actioneer/ads",
4504
+ "module": "chain-of-thought",
4505
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4506
+ },
4507
+ {
4508
+ "name": "ChainOfThoughtMetrics",
4509
+ "family": "AI Elements",
4510
+ "kind": "component",
4511
+ "importPath": "@actioneer/ads",
4512
+ "module": "chain-of-thought",
4513
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4514
+ },
3878
4515
  {
3879
4516
  "name": "ChainOfThoughtSearchResult",
3880
4517
  "family": "AI Elements",
@@ -4063,9 +4700,10 @@
4063
4700
  "values": [
4064
4701
  "contained",
4065
4702
  "flat",
4066
- "plain"
4703
+ "plain",
4704
+ "request"
4067
4705
  ],
4068
- "default": "contained"
4706
+ "default": "request"
4069
4707
  }
4070
4708
  }
4071
4709
  },
@@ -4088,9 +4726,10 @@
4088
4726
  "values": [
4089
4727
  "contained",
4090
4728
  "flat",
4091
- "plain"
4729
+ "plain",
4730
+ "request"
4092
4731
  ],
4093
- "default": "contained"
4732
+ "default": "request"
4094
4733
  }
4095
4734
  }
4096
4735
  },
@@ -4113,9 +4752,10 @@
4113
4752
  "values": [
4114
4753
  "contained",
4115
4754
  "flat",
4116
- "plain"
4755
+ "plain",
4756
+ "request"
4117
4757
  ],
4118
- "default": "contained"
4758
+ "default": "request"
4119
4759
  }
4120
4760
  }
4121
4761
  },
@@ -4138,9 +4778,10 @@
4138
4778
  "values": [
4139
4779
  "contained",
4140
4780
  "flat",
4141
- "plain"
4781
+ "plain",
4782
+ "request"
4142
4783
  ],
4143
- "default": "contained"
4784
+ "default": "request"
4144
4785
  }
4145
4786
  }
4146
4787
  },
@@ -4163,9 +4804,10 @@
4163
4804
  "values": [
4164
4805
  "contained",
4165
4806
  "flat",
4166
- "plain"
4807
+ "plain",
4808
+ "request"
4167
4809
  ],
4168
- "default": "contained"
4810
+ "default": "request"
4169
4811
  }
4170
4812
  }
4171
4813
  },
@@ -4188,9 +4830,10 @@
4188
4830
  "values": [
4189
4831
  "contained",
4190
4832
  "flat",
4191
- "plain"
4833
+ "plain",
4834
+ "request"
4192
4835
  ],
4193
- "default": "contained"
4836
+ "default": "request"
4194
4837
  }
4195
4838
  }
4196
4839
  },
@@ -4213,9 +4856,10 @@
4213
4856
  "values": [
4214
4857
  "contained",
4215
4858
  "flat",
4216
- "plain"
4859
+ "plain",
4860
+ "request"
4217
4861
  ],
4218
- "default": "contained"
4862
+ "default": "request"
4219
4863
  }
4220
4864
  }
4221
4865
  },
@@ -4238,9 +4882,10 @@
4238
4882
  "values": [
4239
4883
  "contained",
4240
4884
  "flat",
4241
- "plain"
4885
+ "plain",
4886
+ "request"
4242
4887
  ],
4243
- "default": "contained"
4888
+ "default": "request"
4244
4889
  }
4245
4890
  }
4246
4891
  },
@@ -4263,9 +4908,10 @@
4263
4908
  "values": [
4264
4909
  "contained",
4265
4910
  "flat",
4266
- "plain"
4911
+ "plain",
4912
+ "request"
4267
4913
  ],
4268
- "default": "contained"
4914
+ "default": "request"
4269
4915
  }
4270
4916
  }
4271
4917
  },
@@ -4288,9 +4934,10 @@
4288
4934
  "values": [
4289
4935
  "contained",
4290
4936
  "flat",
4291
- "plain"
4937
+ "plain",
4938
+ "request"
4292
4939
  ],
4293
- "default": "contained"
4940
+ "default": "request"
4294
4941
  }
4295
4942
  }
4296
4943
  },
@@ -4313,9 +4960,10 @@
4313
4960
  "values": [
4314
4961
  "contained",
4315
4962
  "flat",
4316
- "plain"
4963
+ "plain",
4964
+ "request"
4317
4965
  ],
4318
- "default": "contained"
4966
+ "default": "request"
4319
4967
  }
4320
4968
  }
4321
4969
  },
@@ -4331,9 +4979,36 @@
4331
4979
  "values": [
4332
4980
  "contained",
4333
4981
  "flat",
4334
- "plain"
4982
+ "plain",
4983
+ "request"
4984
+ ],
4985
+ "default": "request"
4986
+ }
4987
+ }
4988
+ },
4989
+ {
4990
+ "name": "MessageMeta",
4991
+ "family": "AI Elements",
4992
+ "kind": "component",
4993
+ "importPath": "@actioneer/ads",
4994
+ "module": "message",
4995
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
4996
+ "variants": {
4997
+ "align": {
4998
+ "values": [
4999
+ "start",
5000
+ "end"
5001
+ ],
5002
+ "default": "start"
5003
+ },
5004
+ "variant": {
5005
+ "values": [
5006
+ "contained",
5007
+ "flat",
5008
+ "plain",
5009
+ "request"
4335
5010
  ],
4336
- "default": "contained"
5011
+ "default": "request"
4337
5012
  }
4338
5013
  }
4339
5014
  },
@@ -4356,9 +5031,10 @@
4356
5031
  "values": [
4357
5032
  "contained",
4358
5033
  "flat",
4359
- "plain"
5034
+ "plain",
5035
+ "request"
4360
5036
  ],
4361
- "default": "contained"
5037
+ "default": "request"
4362
5038
  }
4363
5039
  }
4364
5040
  },
@@ -4381,9 +5057,10 @@
4381
5057
  "values": [
4382
5058
  "contained",
4383
5059
  "flat",
4384
- "plain"
5060
+ "plain",
5061
+ "request"
4385
5062
  ],
4386
- "default": "contained"
5063
+ "default": "request"
4387
5064
  }
4388
5065
  }
4389
5066
  },
@@ -4507,6 +5184,41 @@
4507
5184
  "module": "queue",
4508
5185
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/queue"
4509
5186
  },
5187
+ {
5188
+ "name": "ResearchActivity",
5189
+ "family": "AI Elements",
5190
+ "kind": "component",
5191
+ "importPath": "@actioneer/ads",
5192
+ "module": "research-activity",
5193
+ "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.",
5194
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/research-activity",
5195
+ "variants": {
5196
+ "status": {
5197
+ "values": [
5198
+ "active",
5199
+ "complete"
5200
+ ]
5201
+ }
5202
+ },
5203
+ "props": [
5204
+ "status",
5205
+ "elapsed",
5206
+ "sourceCount",
5207
+ "firstInsight",
5208
+ "activity",
5209
+ "activityKey",
5210
+ "stepIndex",
5211
+ "stepCount",
5212
+ "summary",
5213
+ "sticky",
5214
+ "collapsible",
5215
+ "activityPlacement",
5216
+ "open",
5217
+ "defaultOpen",
5218
+ "onOpenChange",
5219
+ "children"
5220
+ ]
5221
+ },
4510
5222
  {
4511
5223
  "name": "Shimmer",
4512
5224
  "family": "AI Elements",
@@ -4650,6 +5362,7 @@
4650
5362
  "className",
4651
5363
  "volume",
4652
5364
  "palette",
5365
+ "seed",
4653
5366
  "onReady"
4654
5367
  ]
4655
5368
  },
@@ -4723,6 +5436,34 @@
4723
5436
  "className"
4724
5437
  ]
4725
5438
  },
5439
+ {
5440
+ "name": "AIChartProgress",
5441
+ "family": "AI Elements",
5442
+ "kind": "type",
5443
+ "importPath": "@actioneer/ads",
5444
+ "module": "chart"
5445
+ },
5446
+ {
5447
+ "name": "AIChartProps",
5448
+ "family": "AI Elements",
5449
+ "kind": "type",
5450
+ "importPath": "@actioneer/ads",
5451
+ "module": "chart"
5452
+ },
5453
+ {
5454
+ "name": "AIChartStatus",
5455
+ "family": "AI Elements",
5456
+ "kind": "type",
5457
+ "importPath": "@actioneer/ads",
5458
+ "module": "chart"
5459
+ },
5460
+ {
5461
+ "name": "ChainOfThoughtConnector",
5462
+ "family": "AI Elements",
5463
+ "kind": "type",
5464
+ "importPath": "@actioneer/ads",
5465
+ "module": "chain-of-thought"
5466
+ },
4726
5467
  {
4727
5468
  "name": "ChainOfThoughtContentProps",
4728
5469
  "family": "AI Elements",
@@ -4730,6 +5471,27 @@
4730
5471
  "importPath": "@actioneer/ads",
4731
5472
  "module": "chain-of-thought"
4732
5473
  },
5474
+ {
5475
+ "name": "ChainOfThoughtEvidenceColumn",
5476
+ "family": "AI Elements",
5477
+ "kind": "type",
5478
+ "importPath": "@actioneer/ads",
5479
+ "module": "chain-of-thought"
5480
+ },
5481
+ {
5482
+ "name": "ChainOfThoughtEvidenceProps",
5483
+ "family": "AI Elements",
5484
+ "kind": "type",
5485
+ "importPath": "@actioneer/ads",
5486
+ "module": "chain-of-thought"
5487
+ },
5488
+ {
5489
+ "name": "ChainOfThoughtEvidenceTableProps",
5490
+ "family": "AI Elements",
5491
+ "kind": "type",
5492
+ "importPath": "@actioneer/ads",
5493
+ "module": "chain-of-thought"
5494
+ },
4733
5495
  {
4734
5496
  "name": "ChainOfThoughtImageProps",
4735
5497
  "family": "AI Elements",
@@ -4744,6 +5506,20 @@
4744
5506
  "importPath": "@actioneer/ads",
4745
5507
  "module": "chain-of-thought"
4746
5508
  },
5509
+ {
5510
+ "name": "ChainOfThoughtMetricProps",
5511
+ "family": "AI Elements",
5512
+ "kind": "type",
5513
+ "importPath": "@actioneer/ads",
5514
+ "module": "chain-of-thought"
5515
+ },
5516
+ {
5517
+ "name": "ChainOfThoughtMetricsProps",
5518
+ "family": "AI Elements",
5519
+ "kind": "type",
5520
+ "importPath": "@actioneer/ads",
5521
+ "module": "chain-of-thought"
5522
+ },
4747
5523
  {
4748
5524
  "name": "ChainOfThoughtProps",
4749
5525
  "family": "AI Elements",
@@ -4975,6 +5751,13 @@
4975
5751
  "importPath": "@actioneer/ads",
4976
5752
  "module": "message"
4977
5753
  },
5754
+ {
5755
+ "name": "MessageMetaProps",
5756
+ "family": "AI Elements",
5757
+ "kind": "type",
5758
+ "importPath": "@actioneer/ads",
5759
+ "module": "message"
5760
+ },
4978
5761
  {
4979
5762
  "name": "MessageProps",
4980
5763
  "family": "AI Elements",
@@ -5129,6 +5912,20 @@
5129
5912
  "importPath": "@actioneer/ads",
5130
5913
  "module": "queue"
5131
5914
  },
5915
+ {
5916
+ "name": "ResearchActivityProps",
5917
+ "family": "AI Elements",
5918
+ "kind": "type",
5919
+ "importPath": "@actioneer/ads",
5920
+ "module": "research-activity"
5921
+ },
5922
+ {
5923
+ "name": "ResearchActivityStatus",
5924
+ "family": "AI Elements",
5925
+ "kind": "type",
5926
+ "importPath": "@actioneer/ads",
5927
+ "module": "research-activity"
5928
+ },
5132
5929
  {
5133
5930
  "name": "SpeechInputProps",
5134
5931
  "family": "AI Elements",
@@ -5318,6 +6115,13 @@
5318
6115
  "importPath": "@actioneer/ads",
5319
6116
  "module": "voice"
5320
6117
  },
6118
+ {
6119
+ "name": "aiChartVariants",
6120
+ "family": "AI Elements",
6121
+ "kind": "util",
6122
+ "importPath": "@actioneer/ads",
6123
+ "module": "chart"
6124
+ },
5321
6125
  {
5322
6126
  "name": "Tool",
5323
6127
  "family": "AI Elements",
@@ -5796,16 +6600,6 @@
5796
6600
  "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.",
5797
6601
  "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
5798
6602
  },
5799
- {
5800
- "name": "OpenUiLibraryProvider",
5801
- "family": "Chat",
5802
- "kind": "component",
5803
- "importPath": "@actioneer/ads",
5804
- "module": "smart-message-text",
5805
- "vendored": true,
5806
- "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.",
5807
- "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
5808
- },
5809
6603
  {
5810
6604
  "name": "QuoteBlock",
5811
6605
  "family": "Chat",
@@ -5906,16 +6700,6 @@
5906
6700
  "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.",
5907
6701
  "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
5908
6702
  },
5909
- {
5910
- "name": "SmartMessageText",
5911
- "family": "Chat",
5912
- "kind": "component",
5913
- "importPath": "@actioneer/ads",
5914
- "module": "smart-message-text",
5915
- "vendored": true,
5916
- "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.",
5917
- "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
5918
- },
5919
6703
  {
5920
6704
  "name": "Source",
5921
6705
  "family": "Chat",
@@ -6746,6 +7530,37 @@
6746
7530
  "Cap a grid at a hard column count so it stops growing on wide displays."
6747
7531
  ],
6748
7532
  "enforcedByLint": false
7533
+ },
7534
+ {
7535
+ "id": "leading-back-navigation",
7536
+ "number": 10,
7537
+ "title": "Back navigation is leading",
7538
+ "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.",
7539
+ "do": [
7540
+ "Use PageHeader with onBack so the left arrow is anchored directly before the title.",
7541
+ "Reserve the trailing header area for forward or page-level actions such as Add, Save, or Share."
7542
+ ],
7543
+ "dont": [
7544
+ "Place Back on the right side of a page header.",
7545
+ "Render a redundant visible Back label when the standard left arrow and accessible label are sufficient."
7546
+ ],
7547
+ "enforcedByLint": false
7548
+ },
7549
+ {
7550
+ "id": "tabs-search-opposed",
7551
+ "number": 11,
7552
+ "title": "Tabs lead; scoped search trails",
7553
+ "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.",
7554
+ "do": [
7555
+ "Keep the horizontal TabList content-width, then place the scoped search field opposite it in the same toolbar.",
7556
+ "On constrained containers, stack tabs first and search second while preserving their relationship."
7557
+ ],
7558
+ "dont": [
7559
+ "Stretch the tab track to fill the space between its labels and the search field.",
7560
+ "Put a scoped search field on a separate row above its tabs when both controls fit side by side.",
7561
+ "Place search before tabs in the reading or keyboard order."
7562
+ ],
7563
+ "enforcedByLint": false
6749
7564
  }
6750
7565
  ]
6751
7566
  }