@actioneer/ads-mcp 0.5.3 → 0.5.5

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 +1096 -58
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actioneer/ads",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
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": 684,
20
- "component": 329,
21
- "type": 292,
19
+ "total": 782,
20
+ "component": 352,
21
+ "type": 342,
22
22
  "hook": 10,
23
- "util": 53
23
+ "util": 78
24
24
  },
25
25
  "tokens": [
26
26
  {
@@ -169,6 +169,16 @@
169
169
  ],
170
170
  "description": "Brand (Sage green) — used for solid fills / primary actions, not body text"
171
171
  },
172
+ {
173
+ "name": "--color-brand-text",
174
+ "role": "brand-text",
175
+ "utilities": [
176
+ "bg-brand-text",
177
+ "text-brand-text",
178
+ "border-brand-text"
179
+ ],
180
+ "description": "Brand (Sage green) — used for solid fills / primary actions, not body text"
181
+ },
172
182
  {
173
183
  "name": "--color-fill",
174
184
  "role": "fill",
@@ -188,6 +198,16 @@
188
198
  ],
189
199
  "description": "Quiet fill — secondary buttons, avatars, chips"
190
200
  },
201
+ {
202
+ "name": "--color-table-shell",
203
+ "role": "table-shell",
204
+ "utilities": [
205
+ "bg-table-shell",
206
+ "text-table-shell",
207
+ "border-table-shell"
208
+ ],
209
+ "description": "Quiet fill — secondary buttons, avatars, chips"
210
+ },
191
211
  {
192
212
  "name": "--color-accent",
193
213
  "role": "accent",
@@ -283,6 +303,36 @@
283
303
  ],
284
304
  "description": ""
285
305
  },
306
+ {
307
+ "name": "--color-border-primary",
308
+ "role": "border-primary",
309
+ "utilities": [
310
+ "bg-border-primary",
311
+ "text-border-primary",
312
+ "border-border-primary"
313
+ ],
314
+ "description": ""
315
+ },
316
+ {
317
+ "name": "--color-border-secondary",
318
+ "role": "border-secondary",
319
+ "utilities": [
320
+ "bg-border-secondary",
321
+ "text-border-secondary",
322
+ "border-border-secondary"
323
+ ],
324
+ "description": ""
325
+ },
326
+ {
327
+ "name": "--color-border-tertiary",
328
+ "role": "border-tertiary",
329
+ "utilities": [
330
+ "bg-border-tertiary",
331
+ "text-border-tertiary",
332
+ "border-border-tertiary"
333
+ ],
334
+ "description": ""
335
+ },
286
336
  {
287
337
  "name": "--color-border",
288
338
  "role": "border",
@@ -454,7 +504,7 @@
454
504
  "kind": "component",
455
505
  "importPath": "@actioneer/ads",
456
506
  "module": "code-block",
457
- "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.",
507
+ "description": "Show multi-line source — a query, config, or tool payload — by passing it as a string child. The default treatment is an unfilled outlined filename toolbar above a white outlined source surface, separated by the toolbar's bottom stroke. Line numbers are on by default; add language for syntax highlighting and dedicated props for highlighted, added, or removed lines. Use inline Code for a token inside a sentence.",
458
508
  "showcaseUrl": "https://ads.actioneer.dev/#/code-block",
459
509
  "variants": {
460
510
  "variant": {
@@ -464,15 +514,7 @@
464
514
  ],
465
515
  "default": "soft"
466
516
  }
467
- },
468
- "props": [
469
- "code",
470
- "language",
471
- "filename",
472
- "isCopyable",
473
- "showLineNumbers",
474
- "copyLabel"
475
- ]
517
+ }
476
518
  },
477
519
  {
478
520
  "name": "Divider",
@@ -755,7 +797,8 @@
755
797
  "props": [
756
798
  "steps",
757
799
  "activeIndex",
758
- "onSelect"
800
+ "onSelect",
801
+ "labelPosition"
759
802
  ]
760
803
  },
761
804
  {
@@ -774,6 +817,22 @@
774
817
  "as"
775
818
  ]
776
819
  },
820
+ {
821
+ "name": "Tooltip",
822
+ "family": "Foundations",
823
+ "kind": "component",
824
+ "importPath": "@actioneer/ads",
825
+ "module": "tooltip",
826
+ "description": "Use to label a single hover/focus-triggered element (icon-only buttons, avatars, truncated text) with a short informational hint — not for actions or content that needs to stay open.",
827
+ "showcaseUrl": "https://ads.actioneer.dev/#/tooltip",
828
+ "props": [
829
+ "content",
830
+ "children",
831
+ "side",
832
+ "delay",
833
+ "className"
834
+ ]
835
+ },
777
836
  {
778
837
  "name": "AudioWaveformProps",
779
838
  "family": "Foundations",
@@ -928,6 +987,13 @@
928
987
  "importPath": "@actioneer/ads",
929
988
  "module": "typography"
930
989
  },
990
+ {
991
+ "name": "TooltipProps",
992
+ "family": "Foundations",
993
+ "kind": "type",
994
+ "importPath": "@actioneer/ads",
995
+ "module": "tooltip"
996
+ },
931
997
  {
932
998
  "name": "buttonVariants",
933
999
  "family": "Foundations",
@@ -1789,22 +1855,6 @@
1789
1855
  "maxVisible"
1790
1856
  ]
1791
1857
  },
1792
- {
1793
- "name": "Tooltip",
1794
- "family": "Overlays",
1795
- "kind": "component",
1796
- "importPath": "@actioneer/ads",
1797
- "module": "tooltip",
1798
- "description": "Use to label a single hover/focus-triggered element (icon-only buttons, avatars, truncated text) with a short informational hint — not for actions or content that needs to stay open.",
1799
- "showcaseUrl": "https://ads.actioneer.dev/#/tooltip",
1800
- "props": [
1801
- "content",
1802
- "children",
1803
- "side",
1804
- "delay",
1805
- "className"
1806
- ]
1807
- },
1808
1858
  {
1809
1859
  "name": "CommandPaletteItem",
1810
1860
  "family": "Overlays",
@@ -1938,13 +1988,6 @@
1938
1988
  "importPath": "@actioneer/ads",
1939
1989
  "module": "toast"
1940
1990
  },
1941
- {
1942
- "name": "TooltipProps",
1943
- "family": "Overlays",
1944
- "kind": "type",
1945
- "importPath": "@actioneer/ads",
1946
- "module": "tooltip"
1947
- },
1948
1991
  {
1949
1992
  "name": "useToast",
1950
1993
  "family": "Overlays",
@@ -2001,6 +2044,30 @@
2001
2044
  "spec"
2002
2045
  ]
2003
2046
  },
2047
+ {
2048
+ "name": "AnswerSkeleton",
2049
+ "family": "Data display",
2050
+ "kind": "component",
2051
+ "importPath": "@actioneer/ads",
2052
+ "module": "answer",
2053
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2054
+ "variants": {
2055
+ "tone": {
2056
+ "values": [
2057
+ "default",
2058
+ "primary",
2059
+ "success",
2060
+ "warning",
2061
+ "danger",
2062
+ "info"
2063
+ ],
2064
+ "default": "default"
2065
+ }
2066
+ },
2067
+ "props": [
2068
+ "kind"
2069
+ ]
2070
+ },
2004
2071
  {
2005
2072
  "name": "AreaChart",
2006
2073
  "family": "Data display",
@@ -2011,7 +2078,8 @@
2011
2078
  "props": [
2012
2079
  "curve",
2013
2080
  "stacked",
2014
- "forecastKeys"
2081
+ "forecastKeys",
2082
+ "showValues"
2015
2083
  ]
2016
2084
  },
2017
2085
  {
@@ -2088,7 +2156,8 @@
2088
2156
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2089
2157
  "props": [
2090
2158
  "stacked",
2091
- "layout"
2159
+ "layout",
2160
+ "showValues"
2092
2161
  ]
2093
2162
  },
2094
2163
  {
@@ -2279,6 +2348,30 @@
2279
2348
  "avatar"
2280
2349
  ]
2281
2350
  },
2351
+ {
2352
+ "name": "ClarificationAnswer",
2353
+ "family": "Data display",
2354
+ "kind": "component",
2355
+ "importPath": "@actioneer/ads",
2356
+ "module": "answer",
2357
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2358
+ "variants": {
2359
+ "tone": {
2360
+ "values": [
2361
+ "default",
2362
+ "primary",
2363
+ "success",
2364
+ "warning",
2365
+ "danger",
2366
+ "info"
2367
+ ],
2368
+ "default": "default"
2369
+ }
2370
+ },
2371
+ "props": [
2372
+ "spec"
2373
+ ]
2374
+ },
2282
2375
  {
2283
2376
  "name": "ComboChart",
2284
2377
  "family": "Data display",
@@ -2325,6 +2418,30 @@
2325
2418
  "module": "chart",
2326
2419
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart"
2327
2420
  },
2421
+ {
2422
+ "name": "ConfirmationAnswer",
2423
+ "family": "Data display",
2424
+ "kind": "component",
2425
+ "importPath": "@actioneer/ads",
2426
+ "module": "answer",
2427
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2428
+ "variants": {
2429
+ "tone": {
2430
+ "values": [
2431
+ "default",
2432
+ "primary",
2433
+ "success",
2434
+ "warning",
2435
+ "danger",
2436
+ "info"
2437
+ ],
2438
+ "default": "default"
2439
+ }
2440
+ },
2441
+ "props": [
2442
+ "spec"
2443
+ ]
2444
+ },
2328
2445
  {
2329
2446
  "name": "ConnectionStatus",
2330
2447
  "family": "Data display",
@@ -2351,6 +2468,30 @@
2351
2468
  "onOpen"
2352
2469
  ]
2353
2470
  },
2471
+ {
2472
+ "name": "DecisionAnswer",
2473
+ "family": "Data display",
2474
+ "kind": "component",
2475
+ "importPath": "@actioneer/ads",
2476
+ "module": "answer",
2477
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2478
+ "variants": {
2479
+ "tone": {
2480
+ "values": [
2481
+ "default",
2482
+ "primary",
2483
+ "success",
2484
+ "warning",
2485
+ "danger",
2486
+ "info"
2487
+ ],
2488
+ "default": "default"
2489
+ }
2490
+ },
2491
+ "props": [
2492
+ "spec"
2493
+ ]
2494
+ },
2354
2495
  {
2355
2496
  "name": "EdgeLabelRenderer",
2356
2497
  "family": "Data display",
@@ -2359,6 +2500,54 @@
2359
2500
  "module": "infinite-canvas",
2360
2501
  "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2361
2502
  },
2503
+ {
2504
+ "name": "EmptyAnswer",
2505
+ "family": "Data display",
2506
+ "kind": "component",
2507
+ "importPath": "@actioneer/ads",
2508
+ "module": "answer",
2509
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2510
+ "variants": {
2511
+ "tone": {
2512
+ "values": [
2513
+ "default",
2514
+ "primary",
2515
+ "success",
2516
+ "warning",
2517
+ "danger",
2518
+ "info"
2519
+ ],
2520
+ "default": "default"
2521
+ }
2522
+ },
2523
+ "props": [
2524
+ "spec"
2525
+ ]
2526
+ },
2527
+ {
2528
+ "name": "ErrorAnswer",
2529
+ "family": "Data display",
2530
+ "kind": "component",
2531
+ "importPath": "@actioneer/ads",
2532
+ "module": "answer",
2533
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2534
+ "variants": {
2535
+ "tone": {
2536
+ "values": [
2537
+ "default",
2538
+ "primary",
2539
+ "success",
2540
+ "warning",
2541
+ "danger",
2542
+ "info"
2543
+ ],
2544
+ "default": "default"
2545
+ }
2546
+ },
2547
+ "props": [
2548
+ "spec"
2549
+ ]
2550
+ },
2362
2551
  {
2363
2552
  "name": "ExplanationAnswer",
2364
2553
  "family": "Data display",
@@ -2383,6 +2572,42 @@
2383
2572
  "spec"
2384
2573
  ]
2385
2574
  },
2575
+ {
2576
+ "name": "FactAnswer",
2577
+ "family": "Data display",
2578
+ "kind": "component",
2579
+ "importPath": "@actioneer/ads",
2580
+ "module": "answer",
2581
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2582
+ "variants": {
2583
+ "tone": {
2584
+ "values": [
2585
+ "default",
2586
+ "primary",
2587
+ "success",
2588
+ "warning",
2589
+ "danger",
2590
+ "info"
2591
+ ],
2592
+ "default": "default"
2593
+ }
2594
+ },
2595
+ "props": [
2596
+ "spec"
2597
+ ]
2598
+ },
2599
+ {
2600
+ "name": "FunnelBarsHorizontal",
2601
+ "family": "Data display",
2602
+ "kind": "component",
2603
+ "importPath": "@actioneer/ads",
2604
+ "module": "viz-charts",
2605
+ "showcaseUrl": "https://ads.actioneer.dev/#/viz-charts",
2606
+ "props": [
2607
+ "steps",
2608
+ "className"
2609
+ ]
2610
+ },
2386
2611
  {
2387
2612
  "name": "FunnelChart",
2388
2613
  "family": "Data display",
@@ -2403,15 +2628,28 @@
2403
2628
  ]
2404
2629
  },
2405
2630
  {
2406
- "name": "Handle",
2631
+ "name": "FunnelViz",
2407
2632
  "family": "Data display",
2408
2633
  "kind": "component",
2409
2634
  "importPath": "@actioneer/ads",
2410
- "module": "infinite-canvas",
2411
- "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2635
+ "module": "viz-charts",
2636
+ "showcaseUrl": "https://ads.actioneer.dev/#/viz-charts",
2637
+ "props": [
2638
+ "steps",
2639
+ "height",
2640
+ "className"
2641
+ ]
2412
2642
  },
2413
2643
  {
2414
- "name": "InfiniteCanvas",
2644
+ "name": "Handle",
2645
+ "family": "Data display",
2646
+ "kind": "component",
2647
+ "importPath": "@actioneer/ads",
2648
+ "module": "infinite-canvas",
2649
+ "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2650
+ },
2651
+ {
2652
+ "name": "InfiniteCanvas",
2415
2653
  "family": "Data display",
2416
2654
  "kind": "component",
2417
2655
  "importPath": "@actioneer/ads",
@@ -2441,6 +2679,30 @@
2441
2679
  "toolbarEnd"
2442
2680
  ]
2443
2681
  },
2682
+ {
2683
+ "name": "KnowledgeAnswer",
2684
+ "family": "Data display",
2685
+ "kind": "component",
2686
+ "importPath": "@actioneer/ads",
2687
+ "module": "answer",
2688
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2689
+ "variants": {
2690
+ "tone": {
2691
+ "values": [
2692
+ "default",
2693
+ "primary",
2694
+ "success",
2695
+ "warning",
2696
+ "danger",
2697
+ "info"
2698
+ ],
2699
+ "default": "default"
2700
+ }
2701
+ },
2702
+ "props": [
2703
+ "spec"
2704
+ ]
2705
+ },
2444
2706
  {
2445
2707
  "name": "LineChart",
2446
2708
  "family": "Data display",
@@ -2450,7 +2712,8 @@
2450
2712
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2451
2713
  "props": [
2452
2714
  "curve",
2453
- "forecastKeys"
2715
+ "forecastKeys",
2716
+ "showValues"
2454
2717
  ]
2455
2718
  },
2456
2719
  {
@@ -2461,6 +2724,30 @@
2461
2724
  "module": "infinite-canvas",
2462
2725
  "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2463
2726
  },
2727
+ {
2728
+ "name": "NarrativeAnswer",
2729
+ "family": "Data display",
2730
+ "kind": "component",
2731
+ "importPath": "@actioneer/ads",
2732
+ "module": "answer",
2733
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2734
+ "variants": {
2735
+ "tone": {
2736
+ "values": [
2737
+ "default",
2738
+ "primary",
2739
+ "success",
2740
+ "warning",
2741
+ "danger",
2742
+ "info"
2743
+ ],
2744
+ "default": "default"
2745
+ }
2746
+ },
2747
+ "props": [
2748
+ "spec"
2749
+ ]
2750
+ },
2464
2751
  {
2465
2752
  "name": "PieChart",
2466
2753
  "family": "Data display",
@@ -2518,6 +2805,30 @@
2518
2805
  "className"
2519
2806
  ]
2520
2807
  },
2808
+ {
2809
+ "name": "RankingAnswer",
2810
+ "family": "Data display",
2811
+ "kind": "component",
2812
+ "importPath": "@actioneer/ads",
2813
+ "module": "answer",
2814
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2815
+ "variants": {
2816
+ "tone": {
2817
+ "values": [
2818
+ "default",
2819
+ "primary",
2820
+ "success",
2821
+ "warning",
2822
+ "danger",
2823
+ "info"
2824
+ ],
2825
+ "default": "default"
2826
+ }
2827
+ },
2828
+ "props": [
2829
+ "spec"
2830
+ ]
2831
+ },
2521
2832
  {
2522
2833
  "name": "ReactFlowProvider",
2523
2834
  "family": "Data display",
@@ -2526,6 +2837,80 @@
2526
2837
  "module": "infinite-canvas",
2527
2838
  "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2528
2839
  },
2840
+ {
2841
+ "name": "RefusalAnswer",
2842
+ "family": "Data display",
2843
+ "kind": "component",
2844
+ "importPath": "@actioneer/ads",
2845
+ "module": "answer",
2846
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2847
+ "variants": {
2848
+ "tone": {
2849
+ "values": [
2850
+ "default",
2851
+ "primary",
2852
+ "success",
2853
+ "warning",
2854
+ "danger",
2855
+ "info"
2856
+ ],
2857
+ "default": "default"
2858
+ }
2859
+ },
2860
+ "props": [
2861
+ "spec"
2862
+ ]
2863
+ },
2864
+ {
2865
+ "name": "ReportAnswer",
2866
+ "family": "Data display",
2867
+ "kind": "component",
2868
+ "importPath": "@actioneer/ads",
2869
+ "module": "answer",
2870
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
2871
+ "variants": {
2872
+ "tone": {
2873
+ "values": [
2874
+ "default",
2875
+ "primary",
2876
+ "success",
2877
+ "warning",
2878
+ "danger",
2879
+ "info"
2880
+ ],
2881
+ "default": "default"
2882
+ }
2883
+ },
2884
+ "props": [
2885
+ "spec"
2886
+ ]
2887
+ },
2888
+ {
2889
+ "name": "RetentionCurve",
2890
+ "family": "Data display",
2891
+ "kind": "component",
2892
+ "importPath": "@actioneer/ads",
2893
+ "module": "viz-charts",
2894
+ "showcaseUrl": "https://ads.actioneer.dev/#/viz-charts",
2895
+ "props": [
2896
+ "points",
2897
+ "height",
2898
+ "className"
2899
+ ]
2900
+ },
2901
+ {
2902
+ "name": "RetentionGrid",
2903
+ "family": "Data display",
2904
+ "kind": "component",
2905
+ "importPath": "@actioneer/ads",
2906
+ "module": "viz-charts",
2907
+ "showcaseUrl": "https://ads.actioneer.dev/#/viz-charts",
2908
+ "props": [
2909
+ "cols",
2910
+ "cohorts",
2911
+ "className"
2912
+ ]
2913
+ },
2529
2914
  {
2530
2915
  "name": "ScatterChart",
2531
2916
  "family": "Data display",
@@ -2553,6 +2938,23 @@
2553
2938
  "className"
2554
2939
  ]
2555
2940
  },
2941
+ {
2942
+ "name": "SeriesChart",
2943
+ "family": "Data display",
2944
+ "kind": "component",
2945
+ "importPath": "@actioneer/ads",
2946
+ "module": "viz-charts",
2947
+ "showcaseUrl": "https://ads.actioneer.dev/#/viz-charts",
2948
+ "props": [
2949
+ "type",
2950
+ "labels",
2951
+ "series",
2952
+ "height",
2953
+ "formatAxis",
2954
+ "formatValue",
2955
+ "className"
2956
+ ]
2957
+ },
2556
2958
  {
2557
2959
  "name": "StatusAnswer",
2558
2960
  "family": "Data display",
@@ -2588,7 +2990,8 @@
2588
2990
  "variant": {
2589
2991
  "values": [
2590
2992
  "primary",
2591
- "secondary"
2993
+ "secondary",
2994
+ "pill"
2592
2995
  ],
2593
2996
  "default": "primary"
2594
2997
  },
@@ -2616,7 +3019,8 @@
2616
3019
  },
2617
3020
  "props": [
2618
3021
  "value",
2619
- "isDisabled"
3022
+ "isDisabled",
3023
+ "count"
2620
3024
  ]
2621
3025
  },
2622
3026
  {
@@ -2637,7 +3041,32 @@
2637
3041
  "elevatedActionColumn",
2638
3042
  "actionColumnWidth",
2639
3043
  "sortDescriptor",
2640
- "onSortChange"
3044
+ "onSortChange",
3045
+ "isStatic"
3046
+ ]
3047
+ },
3048
+ {
3049
+ "name": "TableAnswer",
3050
+ "family": "Data display",
3051
+ "kind": "component",
3052
+ "importPath": "@actioneer/ads",
3053
+ "module": "answer",
3054
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/answer",
3055
+ "variants": {
3056
+ "tone": {
3057
+ "values": [
3058
+ "default",
3059
+ "primary",
3060
+ "success",
3061
+ "warning",
3062
+ "danger",
3063
+ "info"
3064
+ ],
3065
+ "default": "default"
3066
+ }
3067
+ },
3068
+ "props": [
3069
+ "spec"
2641
3070
  ]
2642
3071
  },
2643
3072
  {
@@ -2703,7 +3132,8 @@
2703
3132
  "variant": {
2704
3133
  "values": [
2705
3134
  "primary",
2706
- "secondary"
3135
+ "secondary",
3136
+ "pill"
2707
3137
  ],
2708
3138
  "default": "primary"
2709
3139
  },
@@ -2735,7 +3165,8 @@
2735
3165
  "variant": {
2736
3166
  "values": [
2737
3167
  "primary",
2738
- "secondary"
3168
+ "secondary",
3169
+ "pill"
2739
3170
  ],
2740
3171
  "default": "primary"
2741
3172
  },
@@ -2777,7 +3208,8 @@
2777
3208
  "variant": {
2778
3209
  "values": [
2779
3210
  "primary",
2780
- "secondary"
3211
+ "secondary",
3212
+ "pill"
2781
3213
  ],
2782
3214
  "default": "primary",
2783
3215
  "options": {
@@ -2832,7 +3264,8 @@
2832
3264
  "variant": {
2833
3265
  "values": [
2834
3266
  "primary",
2835
- "secondary"
3267
+ "secondary",
3268
+ "pill"
2836
3269
  ],
2837
3270
  "default": "primary"
2838
3271
  },
@@ -2963,6 +3396,27 @@
2963
3396
  "importPath": "@actioneer/ads",
2964
3397
  "module": "accordion"
2965
3398
  },
3399
+ {
3400
+ "name": "AnswerChartSpec",
3401
+ "family": "Data display",
3402
+ "kind": "type",
3403
+ "importPath": "@actioneer/ads",
3404
+ "module": "answer"
3405
+ },
3406
+ {
3407
+ "name": "AnswerCitation",
3408
+ "family": "Data display",
3409
+ "kind": "type",
3410
+ "importPath": "@actioneer/ads",
3411
+ "module": "answer"
3412
+ },
3413
+ {
3414
+ "name": "AnswerCitationDetail",
3415
+ "family": "Data display",
3416
+ "kind": "type",
3417
+ "importPath": "@actioneer/ads",
3418
+ "module": "answer"
3419
+ },
2966
3420
  {
2967
3421
  "name": "AnswerFollowUp",
2968
3422
  "family": "Data display",
@@ -2970,6 +3424,27 @@
2970
3424
  "importPath": "@actioneer/ads",
2971
3425
  "module": "answer"
2972
3426
  },
3427
+ {
3428
+ "name": "AnswerKeyValue",
3429
+ "family": "Data display",
3430
+ "kind": "type",
3431
+ "importPath": "@actioneer/ads",
3432
+ "module": "answer"
3433
+ },
3434
+ {
3435
+ "name": "AnswerMetric",
3436
+ "family": "Data display",
3437
+ "kind": "type",
3438
+ "importPath": "@actioneer/ads",
3439
+ "module": "answer"
3440
+ },
3441
+ {
3442
+ "name": "AnswerOption",
3443
+ "family": "Data display",
3444
+ "kind": "type",
3445
+ "importPath": "@actioneer/ads",
3446
+ "module": "answer"
3447
+ },
2973
3448
  {
2974
3449
  "name": "AnswerRendererProps",
2975
3450
  "family": "Data display",
@@ -2977,6 +3452,13 @@
2977
3452
  "importPath": "@actioneer/ads",
2978
3453
  "module": "answer"
2979
3454
  },
3455
+ {
3456
+ "name": "AnswerSkeletonProps",
3457
+ "family": "Data display",
3458
+ "kind": "type",
3459
+ "importPath": "@actioneer/ads",
3460
+ "module": "answer"
3461
+ },
2980
3462
  {
2981
3463
  "name": "AnswerSource",
2982
3464
  "family": "Data display",
@@ -3173,6 +3655,20 @@
3173
3655
  "importPath": "@actioneer/ads",
3174
3656
  "module": "chip"
3175
3657
  },
3658
+ {
3659
+ "name": "ClarificationAnswerProps",
3660
+ "family": "Data display",
3661
+ "kind": "type",
3662
+ "importPath": "@actioneer/ads",
3663
+ "module": "answer"
3664
+ },
3665
+ {
3666
+ "name": "ClarificationAnswerSpec",
3667
+ "family": "Data display",
3668
+ "kind": "type",
3669
+ "importPath": "@actioneer/ads",
3670
+ "module": "answer"
3671
+ },
3176
3672
  {
3177
3673
  "name": "ComboChartProps",
3178
3674
  "family": "Data display",
@@ -3201,6 +3697,20 @@
3201
3697
  "importPath": "@actioneer/ads",
3202
3698
  "module": "chart"
3203
3699
  },
3700
+ {
3701
+ "name": "ConfirmationAnswerProps",
3702
+ "family": "Data display",
3703
+ "kind": "type",
3704
+ "importPath": "@actioneer/ads",
3705
+ "module": "answer"
3706
+ },
3707
+ {
3708
+ "name": "ConfirmationAnswerSpec",
3709
+ "family": "Data display",
3710
+ "kind": "type",
3711
+ "importPath": "@actioneer/ads",
3712
+ "module": "answer"
3713
+ },
3204
3714
  {
3205
3715
  "name": "Connection",
3206
3716
  "family": "Data display",
@@ -3257,6 +3767,20 @@
3257
3767
  "importPath": "@actioneer/ads",
3258
3768
  "module": "connector-card"
3259
3769
  },
3770
+ {
3771
+ "name": "DecisionAnswerProps",
3772
+ "family": "Data display",
3773
+ "kind": "type",
3774
+ "importPath": "@actioneer/ads",
3775
+ "module": "answer"
3776
+ },
3777
+ {
3778
+ "name": "DecisionAnswerSpec",
3779
+ "family": "Data display",
3780
+ "kind": "type",
3781
+ "importPath": "@actioneer/ads",
3782
+ "module": "answer"
3783
+ },
3260
3784
  {
3261
3785
  "name": "Edge",
3262
3786
  "family": "Data display",
@@ -3278,6 +3802,34 @@
3278
3802
  "importPath": "@actioneer/ads",
3279
3803
  "module": "infinite-canvas"
3280
3804
  },
3805
+ {
3806
+ "name": "EmptyAnswerProps",
3807
+ "family": "Data display",
3808
+ "kind": "type",
3809
+ "importPath": "@actioneer/ads",
3810
+ "module": "answer"
3811
+ },
3812
+ {
3813
+ "name": "EmptyAnswerSpec",
3814
+ "family": "Data display",
3815
+ "kind": "type",
3816
+ "importPath": "@actioneer/ads",
3817
+ "module": "answer"
3818
+ },
3819
+ {
3820
+ "name": "ErrorAnswerProps",
3821
+ "family": "Data display",
3822
+ "kind": "type",
3823
+ "importPath": "@actioneer/ads",
3824
+ "module": "answer"
3825
+ },
3826
+ {
3827
+ "name": "ErrorAnswerSpec",
3828
+ "family": "Data display",
3829
+ "kind": "type",
3830
+ "importPath": "@actioneer/ads",
3831
+ "module": "answer"
3832
+ },
3281
3833
  {
3282
3834
  "name": "ExplanationAnswerProps",
3283
3835
  "family": "Data display",
@@ -3292,6 +3844,27 @@
3292
3844
  "importPath": "@actioneer/ads",
3293
3845
  "module": "answer"
3294
3846
  },
3847
+ {
3848
+ "name": "FactAnswerProps",
3849
+ "family": "Data display",
3850
+ "kind": "type",
3851
+ "importPath": "@actioneer/ads",
3852
+ "module": "answer"
3853
+ },
3854
+ {
3855
+ "name": "FactAnswerSpec",
3856
+ "family": "Data display",
3857
+ "kind": "type",
3858
+ "importPath": "@actioneer/ads",
3859
+ "module": "answer"
3860
+ },
3861
+ {
3862
+ "name": "FunnelBarsHorizontalProps",
3863
+ "family": "Data display",
3864
+ "kind": "type",
3865
+ "importPath": "@actioneer/ads",
3866
+ "module": "viz-charts"
3867
+ },
3295
3868
  {
3296
3869
  "name": "FunnelChartProps",
3297
3870
  "family": "Data display",
@@ -3313,6 +3886,20 @@
3313
3886
  "importPath": "@actioneer/ads",
3314
3887
  "module": "chart"
3315
3888
  },
3889
+ {
3890
+ "name": "FunnelStep",
3891
+ "family": "Data display",
3892
+ "kind": "type",
3893
+ "importPath": "@actioneer/ads",
3894
+ "module": "viz-charts"
3895
+ },
3896
+ {
3897
+ "name": "FunnelVizProps",
3898
+ "family": "Data display",
3899
+ "kind": "type",
3900
+ "importPath": "@actioneer/ads",
3901
+ "module": "viz-charts"
3902
+ },
3316
3903
  {
3317
3904
  "name": "InfiniteCanvasProps",
3318
3905
  "family": "Data display",
@@ -3320,6 +3907,20 @@
3320
3907
  "importPath": "@actioneer/ads",
3321
3908
  "module": "infinite-canvas"
3322
3909
  },
3910
+ {
3911
+ "name": "KnowledgeAnswerProps",
3912
+ "family": "Data display",
3913
+ "kind": "type",
3914
+ "importPath": "@actioneer/ads",
3915
+ "module": "answer"
3916
+ },
3917
+ {
3918
+ "name": "KnowledgeAnswerSpec",
3919
+ "family": "Data display",
3920
+ "kind": "type",
3921
+ "importPath": "@actioneer/ads",
3922
+ "module": "answer"
3923
+ },
3323
3924
  {
3324
3925
  "name": "LineChartProps",
3325
3926
  "family": "Data display",
@@ -3327,6 +3928,20 @@
3327
3928
  "importPath": "@actioneer/ads",
3328
3929
  "module": "chart"
3329
3930
  },
3931
+ {
3932
+ "name": "NarrativeAnswerProps",
3933
+ "family": "Data display",
3934
+ "kind": "type",
3935
+ "importPath": "@actioneer/ads",
3936
+ "module": "answer"
3937
+ },
3938
+ {
3939
+ "name": "NarrativeAnswerSpec",
3940
+ "family": "Data display",
3941
+ "kind": "type",
3942
+ "importPath": "@actioneer/ads",
3943
+ "module": "answer"
3944
+ },
3330
3945
  {
3331
3946
  "name": "Node",
3332
3947
  "family": "Data display",
@@ -3383,6 +3998,20 @@
3383
3998
  "importPath": "@actioneer/ads",
3384
3999
  "module": "chart"
3385
4000
  },
4001
+ {
4002
+ "name": "RankingAnswerProps",
4003
+ "family": "Data display",
4004
+ "kind": "type",
4005
+ "importPath": "@actioneer/ads",
4006
+ "module": "answer"
4007
+ },
4008
+ {
4009
+ "name": "RankingAnswerSpec",
4010
+ "family": "Data display",
4011
+ "kind": "type",
4012
+ "importPath": "@actioneer/ads",
4013
+ "module": "answer"
4014
+ },
3386
4015
  {
3387
4016
  "name": "ReactFlowInstance",
3388
4017
  "family": "Data display",
@@ -3390,6 +4019,62 @@
3390
4019
  "importPath": "@actioneer/ads",
3391
4020
  "module": "infinite-canvas"
3392
4021
  },
4022
+ {
4023
+ "name": "RefusalAnswerProps",
4024
+ "family": "Data display",
4025
+ "kind": "type",
4026
+ "importPath": "@actioneer/ads",
4027
+ "module": "answer"
4028
+ },
4029
+ {
4030
+ "name": "RefusalAnswerSpec",
4031
+ "family": "Data display",
4032
+ "kind": "type",
4033
+ "importPath": "@actioneer/ads",
4034
+ "module": "answer"
4035
+ },
4036
+ {
4037
+ "name": "ReportAnswerProps",
4038
+ "family": "Data display",
4039
+ "kind": "type",
4040
+ "importPath": "@actioneer/ads",
4041
+ "module": "answer"
4042
+ },
4043
+ {
4044
+ "name": "ReportAnswerSpec",
4045
+ "family": "Data display",
4046
+ "kind": "type",
4047
+ "importPath": "@actioneer/ads",
4048
+ "module": "answer"
4049
+ },
4050
+ {
4051
+ "name": "RetentionCohort",
4052
+ "family": "Data display",
4053
+ "kind": "type",
4054
+ "importPath": "@actioneer/ads",
4055
+ "module": "viz-charts"
4056
+ },
4057
+ {
4058
+ "name": "RetentionCurveProps",
4059
+ "family": "Data display",
4060
+ "kind": "type",
4061
+ "importPath": "@actioneer/ads",
4062
+ "module": "viz-charts"
4063
+ },
4064
+ {
4065
+ "name": "RetentionGridProps",
4066
+ "family": "Data display",
4067
+ "kind": "type",
4068
+ "importPath": "@actioneer/ads",
4069
+ "module": "viz-charts"
4070
+ },
4071
+ {
4072
+ "name": "RetentionPoint",
4073
+ "family": "Data display",
4074
+ "kind": "type",
4075
+ "importPath": "@actioneer/ads",
4076
+ "module": "viz-charts"
4077
+ },
3393
4078
  {
3394
4079
  "name": "ScatterChartProps",
3395
4080
  "family": "Data display",
@@ -3411,6 +4096,13 @@
3411
4096
  "importPath": "@actioneer/ads",
3412
4097
  "module": "table"
3413
4098
  },
4099
+ {
4100
+ "name": "SeriesChartProps",
4101
+ "family": "Data display",
4102
+ "kind": "type",
4103
+ "importPath": "@actioneer/ads",
4104
+ "module": "viz-charts"
4105
+ },
3414
4106
  {
3415
4107
  "name": "SortDescriptor",
3416
4108
  "family": "Data display",
@@ -3426,14 +4118,28 @@
3426
4118
  "module": "table"
3427
4119
  },
3428
4120
  {
3429
- "name": "StatusAnswerProps",
4121
+ "name": "StatusAnswerProps",
4122
+ "family": "Data display",
4123
+ "kind": "type",
4124
+ "importPath": "@actioneer/ads",
4125
+ "module": "answer"
4126
+ },
4127
+ {
4128
+ "name": "StatusAnswerSpec",
4129
+ "family": "Data display",
4130
+ "kind": "type",
4131
+ "importPath": "@actioneer/ads",
4132
+ "module": "answer"
4133
+ },
4134
+ {
4135
+ "name": "TableAnswerProps",
3430
4136
  "family": "Data display",
3431
4137
  "kind": "type",
3432
4138
  "importPath": "@actioneer/ads",
3433
4139
  "module": "answer"
3434
4140
  },
3435
4141
  {
3436
- "name": "StatusAnswerSpec",
4142
+ "name": "TableAnswerSpec",
3437
4143
  "family": "Data display",
3438
4144
  "kind": "type",
3439
4145
  "importPath": "@actioneer/ads",
@@ -3551,6 +4257,13 @@
3551
4257
  "importPath": "@actioneer/ads",
3552
4258
  "module": "infinite-canvas"
3553
4259
  },
4260
+ {
4261
+ "name": "VizSeries",
4262
+ "family": "Data display",
4263
+ "kind": "type",
4264
+ "importPath": "@actioneer/ads",
4265
+ "module": "viz-charts"
4266
+ },
3554
4267
  {
3555
4268
  "name": "useEdgesState",
3556
4269
  "family": "Data display",
@@ -3579,6 +4292,13 @@
3579
4292
  "importPath": "@actioneer/ads",
3580
4293
  "module": "infinite-canvas"
3581
4294
  },
4295
+ {
4296
+ "name": "ANSWER_KINDS",
4297
+ "family": "Data display",
4298
+ "kind": "util",
4299
+ "importPath": "@actioneer/ads",
4300
+ "module": "answer"
4301
+ },
3582
4302
  {
3583
4303
  "name": "ANSWER_TOOL_DESCRIPTION",
3584
4304
  "family": "Data display",
@@ -3593,6 +4313,27 @@
3593
4313
  "importPath": "@actioneer/ads",
3594
4314
  "module": "answer"
3595
4315
  },
4316
+ {
4317
+ "name": "AnswerChartSchema",
4318
+ "family": "Data display",
4319
+ "kind": "util",
4320
+ "importPath": "@actioneer/ads",
4321
+ "module": "answer"
4322
+ },
4323
+ {
4324
+ "name": "AnswerCitationSchema",
4325
+ "family": "Data display",
4326
+ "kind": "util",
4327
+ "importPath": "@actioneer/ads",
4328
+ "module": "answer"
4329
+ },
4330
+ {
4331
+ "name": "AnswerCitationsSchema",
4332
+ "family": "Data display",
4333
+ "kind": "util",
4334
+ "importPath": "@actioneer/ads",
4335
+ "module": "answer"
4336
+ },
3596
4337
  {
3597
4338
  "name": "AnswerFollowUpSchema",
3598
4339
  "family": "Data display",
@@ -3600,6 +4341,27 @@
3600
4341
  "importPath": "@actioneer/ads",
3601
4342
  "module": "answer"
3602
4343
  },
4344
+ {
4345
+ "name": "AnswerKeyValueSchema",
4346
+ "family": "Data display",
4347
+ "kind": "util",
4348
+ "importPath": "@actioneer/ads",
4349
+ "module": "answer"
4350
+ },
4351
+ {
4352
+ "name": "AnswerMetricSchema",
4353
+ "family": "Data display",
4354
+ "kind": "util",
4355
+ "importPath": "@actioneer/ads",
4356
+ "module": "answer"
4357
+ },
4358
+ {
4359
+ "name": "AnswerOptionSchema",
4360
+ "family": "Data display",
4361
+ "kind": "util",
4362
+ "importPath": "@actioneer/ads",
4363
+ "module": "answer"
4364
+ },
3603
4365
  {
3604
4366
  "name": "AnswerSignalSchema",
3605
4367
  "family": "Data display",
@@ -3649,6 +4411,13 @@
3649
4411
  "importPath": "@actioneer/ads",
3650
4412
  "module": "carousel"
3651
4413
  },
4414
+ {
4415
+ "name": "ClarificationAnswerSchema",
4416
+ "family": "Data display",
4417
+ "kind": "util",
4418
+ "importPath": "@actioneer/ads",
4419
+ "module": "answer"
4420
+ },
3652
4421
  {
3653
4422
  "name": "ComparisonAnswerSchema",
3654
4423
  "family": "Data display",
@@ -3656,6 +4425,34 @@
3656
4425
  "importPath": "@actioneer/ads",
3657
4426
  "module": "answer"
3658
4427
  },
4428
+ {
4429
+ "name": "ConfirmationAnswerSchema",
4430
+ "family": "Data display",
4431
+ "kind": "util",
4432
+ "importPath": "@actioneer/ads",
4433
+ "module": "answer"
4434
+ },
4435
+ {
4436
+ "name": "DecisionAnswerSchema",
4437
+ "family": "Data display",
4438
+ "kind": "util",
4439
+ "importPath": "@actioneer/ads",
4440
+ "module": "answer"
4441
+ },
4442
+ {
4443
+ "name": "EmptyAnswerSchema",
4444
+ "family": "Data display",
4445
+ "kind": "util",
4446
+ "importPath": "@actioneer/ads",
4447
+ "module": "answer"
4448
+ },
4449
+ {
4450
+ "name": "ErrorAnswerSchema",
4451
+ "family": "Data display",
4452
+ "kind": "util",
4453
+ "importPath": "@actioneer/ads",
4454
+ "module": "answer"
4455
+ },
3659
4456
  {
3660
4457
  "name": "ExplanationAnswerSchema",
3661
4458
  "family": "Data display",
@@ -3663,6 +4460,13 @@
3663
4460
  "importPath": "@actioneer/ads",
3664
4461
  "module": "answer"
3665
4462
  },
4463
+ {
4464
+ "name": "FactAnswerSchema",
4465
+ "family": "Data display",
4466
+ "kind": "util",
4467
+ "importPath": "@actioneer/ads",
4468
+ "module": "answer"
4469
+ },
3666
4470
  {
3667
4471
  "name": "getBezierPath",
3668
4472
  "family": "Data display",
@@ -3684,6 +4488,48 @@
3684
4488
  "importPath": "@actioneer/ads",
3685
4489
  "module": "infinite-canvas"
3686
4490
  },
4491
+ {
4492
+ "name": "KnowledgeAnswerSchema",
4493
+ "family": "Data display",
4494
+ "kind": "util",
4495
+ "importPath": "@actioneer/ads",
4496
+ "module": "answer"
4497
+ },
4498
+ {
4499
+ "name": "MIN_HEIGHT",
4500
+ "family": "Data display",
4501
+ "kind": "util",
4502
+ "importPath": "@actioneer/ads",
4503
+ "module": "chart"
4504
+ },
4505
+ {
4506
+ "name": "NarrativeAnswerSchema",
4507
+ "family": "Data display",
4508
+ "kind": "util",
4509
+ "importPath": "@actioneer/ads",
4510
+ "module": "answer"
4511
+ },
4512
+ {
4513
+ "name": "RankingAnswerSchema",
4514
+ "family": "Data display",
4515
+ "kind": "util",
4516
+ "importPath": "@actioneer/ads",
4517
+ "module": "answer"
4518
+ },
4519
+ {
4520
+ "name": "RefusalAnswerSchema",
4521
+ "family": "Data display",
4522
+ "kind": "util",
4523
+ "importPath": "@actioneer/ads",
4524
+ "module": "answer"
4525
+ },
4526
+ {
4527
+ "name": "ReportAnswerSchema",
4528
+ "family": "Data display",
4529
+ "kind": "util",
4530
+ "importPath": "@actioneer/ads",
4531
+ "module": "answer"
4532
+ },
3687
4533
  {
3688
4534
  "name": "StatusAnswerSchema",
3689
4535
  "family": "Data display",
@@ -3691,6 +4537,13 @@
3691
4537
  "importPath": "@actioneer/ads",
3692
4538
  "module": "answer"
3693
4539
  },
4540
+ {
4541
+ "name": "TableAnswerSchema",
4542
+ "family": "Data display",
4543
+ "kind": "util",
4544
+ "importPath": "@actioneer/ads",
4545
+ "module": "answer"
4546
+ },
3694
4547
  {
3695
4548
  "name": "TrendAnswerSchema",
3696
4549
  "family": "Data display",
@@ -3698,6 +4551,22 @@
3698
4551
  "importPath": "@actioneer/ads",
3699
4552
  "module": "answer"
3700
4553
  },
4554
+ {
4555
+ "name": "AgentIcon",
4556
+ "family": "Feedback",
4557
+ "kind": "component",
4558
+ "importPath": "@actioneer/ads",
4559
+ "module": "agent-icon",
4560
+ "showcaseUrl": "https://ads.actioneer.dev/#/agent-icon",
4561
+ "props": [
4562
+ "agent",
4563
+ "state",
4564
+ "interactive",
4565
+ "size",
4566
+ "color",
4567
+ "trackPointer"
4568
+ ]
4569
+ },
3701
4570
  {
3702
4571
  "name": "Alert",
3703
4572
  "family": "Feedback",
@@ -3886,6 +4755,20 @@
3886
4755
  "style"
3887
4756
  ]
3888
4757
  },
4758
+ {
4759
+ "name": "PixelIcon",
4760
+ "family": "Feedback",
4761
+ "kind": "component",
4762
+ "importPath": "@actioneer/ads",
4763
+ "module": "pixel-icon",
4764
+ "showcaseUrl": "https://ads.actioneer.dev/#/pixel-icon",
4765
+ "props": [
4766
+ "mask",
4767
+ "motion",
4768
+ "motionMode",
4769
+ "hero"
4770
+ ]
4771
+ },
3889
4772
  {
3890
4773
  "name": "Progress",
3891
4774
  "family": "Feedback",
@@ -3920,6 +4803,18 @@
3920
4803
  "label"
3921
4804
  ]
3922
4805
  },
4806
+ {
4807
+ "name": "Ripple",
4808
+ "family": "Feedback",
4809
+ "kind": "component",
4810
+ "importPath": "@actioneer/ads",
4811
+ "module": "ripple",
4812
+ "showcaseUrl": "https://ads.actioneer.dev/#/ripple",
4813
+ "props": [
4814
+ "origin",
4815
+ "className"
4816
+ ]
4817
+ },
3923
4818
  {
3924
4819
  "name": "Skeleton",
3925
4820
  "family": "Feedback",
@@ -3932,6 +4827,27 @@
3932
4827
  "circle"
3933
4828
  ]
3934
4829
  },
4830
+ {
4831
+ "name": "AgentIconName",
4832
+ "family": "Feedback",
4833
+ "kind": "type",
4834
+ "importPath": "@actioneer/ads",
4835
+ "module": "agent-icon"
4836
+ },
4837
+ {
4838
+ "name": "AgentIconProps",
4839
+ "family": "Feedback",
4840
+ "kind": "type",
4841
+ "importPath": "@actioneer/ads",
4842
+ "module": "agent-icon"
4843
+ },
4844
+ {
4845
+ "name": "AgentIconState",
4846
+ "family": "Feedback",
4847
+ "kind": "type",
4848
+ "importPath": "@actioneer/ads",
4849
+ "module": "agent-icon"
4850
+ },
3935
4851
  {
3936
4852
  "name": "AlertProps",
3937
4853
  "family": "Feedback",
@@ -3974,6 +4890,20 @@
3974
4890
  "importPath": "@actioneer/ads",
3975
4891
  "module": "pixel-blast-svg"
3976
4892
  },
4893
+ {
4894
+ "name": "PixelIconMask",
4895
+ "family": "Feedback",
4896
+ "kind": "type",
4897
+ "importPath": "@actioneer/ads",
4898
+ "module": "pixel-icon"
4899
+ },
4900
+ {
4901
+ "name": "PixelIconProps",
4902
+ "family": "Feedback",
4903
+ "kind": "type",
4904
+ "importPath": "@actioneer/ads",
4905
+ "module": "pixel-icon"
4906
+ },
3977
4907
  {
3978
4908
  "name": "ProgressCircleProps",
3979
4909
  "family": "Feedback",
@@ -3988,6 +4918,13 @@
3988
4918
  "importPath": "@actioneer/ads",
3989
4919
  "module": "progress"
3990
4920
  },
4921
+ {
4922
+ "name": "RippleProps",
4923
+ "family": "Feedback",
4924
+ "kind": "type",
4925
+ "importPath": "@actioneer/ads",
4926
+ "module": "ripple"
4927
+ },
3991
4928
  {
3992
4929
  "name": "SkeletonProps",
3993
4930
  "family": "Feedback",
@@ -3995,6 +4932,20 @@
3995
4932
  "importPath": "@actioneer/ads",
3996
4933
  "module": "skeleton"
3997
4934
  },
4935
+ {
4936
+ "name": "AGENT_ICON_NAMES",
4937
+ "family": "Feedback",
4938
+ "kind": "util",
4939
+ "importPath": "@actioneer/ads",
4940
+ "module": "agent-icon"
4941
+ },
4942
+ {
4943
+ "name": "AGENT_ICONS",
4944
+ "family": "Feedback",
4945
+ "kind": "util",
4946
+ "importPath": "@actioneer/ads",
4947
+ "module": "agent-icon"
4948
+ },
3998
4949
  {
3999
4950
  "name": "BreadcrumbItem",
4000
4951
  "family": "Navigation",
@@ -4004,7 +4955,8 @@
4004
4955
  "showcaseUrl": "https://ads.actioneer.dev/#/breadcrumbs",
4005
4956
  "props": [
4006
4957
  "href",
4007
- "isCurrent"
4958
+ "isCurrent",
4959
+ "icon"
4008
4960
  ]
4009
4961
  },
4010
4962
  {
@@ -4014,7 +4966,14 @@
4014
4966
  "importPath": "@actioneer/ads",
4015
4967
  "module": "breadcrumbs",
4016
4968
  "description": "Use to show a page's location in a hierarchy as a trail of parent links ending in the current page. Keep item labels text-only; the component supplies right-chevron separators. Each drill-down level gets a full-width 48px bar with a subtle bottom stroke.",
4017
- "showcaseUrl": "https://ads.actioneer.dev/#/breadcrumbs"
4969
+ "showcaseUrl": "https://ads.actioneer.dev/#/breadcrumbs",
4970
+ "props": [
4971
+ "sticky",
4972
+ "onBack",
4973
+ "backLabel",
4974
+ "actions",
4975
+ "meta"
4976
+ ]
4018
4977
  },
4019
4978
  {
4020
4979
  "name": "Navbar",
@@ -4150,7 +5109,8 @@
4150
5109
  "props": [
4151
5110
  "name",
4152
5111
  "role",
4153
- "src"
5112
+ "src",
5113
+ "hideAvatar"
4154
5114
  ]
4155
5115
  },
4156
5116
  {
@@ -4557,6 +5517,20 @@
4557
5517
  "module": "chain-of-thought",
4558
5518
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4559
5519
  },
5520
+ {
5521
+ "name": "ChainOfThoughtIcon",
5522
+ "family": "AI Elements",
5523
+ "kind": "component",
5524
+ "importPath": "@actioneer/ads",
5525
+ "module": "chain-of-thought-icon",
5526
+ "showcaseUrl": "https://ads.actioneer.dev/#/chain-of-thought-icon",
5527
+ "props": [
5528
+ "state",
5529
+ "size",
5530
+ "animated",
5531
+ "label"
5532
+ ]
5533
+ },
4560
5534
  {
4561
5535
  "name": "ChainOfThoughtImage",
4562
5536
  "family": "AI Elements",
@@ -5286,6 +6260,7 @@
5286
6260
  "activityKey",
5287
6261
  "stepIndex",
5288
6262
  "stepCount",
6263
+ "icon",
5289
6264
  "summary",
5290
6265
  "sticky",
5291
6266
  "collapsible",
@@ -5426,6 +6401,20 @@
5426
6401
  "module": "tool",
5427
6402
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/tool"
5428
6403
  },
6404
+ {
6405
+ "name": "TraceStateIcon",
6406
+ "family": "AI Elements",
6407
+ "kind": "component",
6408
+ "importPath": "@actioneer/ads",
6409
+ "module": "chain-of-thought-icon",
6410
+ "showcaseUrl": "https://ads.actioneer.dev/#/chain-of-thought-icon",
6411
+ "props": [
6412
+ "stage",
6413
+ "toolName",
6414
+ "status",
6415
+ "outcome"
6416
+ ]
6417
+ },
5429
6418
  {
5430
6419
  "name": "Transcript",
5431
6420
  "family": "AI Elements",
@@ -5528,6 +6517,13 @@
5528
6517
  "className"
5529
6518
  ]
5530
6519
  },
6520
+ {
6521
+ "name": "ActiveChainOfThoughtState",
6522
+ "family": "AI Elements",
6523
+ "kind": "type",
6524
+ "importPath": "@actioneer/ads",
6525
+ "module": "chain-of-thought-icon"
6526
+ },
5531
6527
  {
5532
6528
  "name": "AgentTraceCall",
5533
6529
  "family": "AI Elements",
@@ -5612,6 +6608,13 @@
5612
6608
  "importPath": "@actioneer/ads",
5613
6609
  "module": "chain-of-thought"
5614
6610
  },
6611
+ {
6612
+ "name": "ChainOfThoughtIconProps",
6613
+ "family": "AI Elements",
6614
+ "kind": "type",
6615
+ "importPath": "@actioneer/ads",
6616
+ "module": "chain-of-thought-icon"
6617
+ },
5615
6618
  {
5616
6619
  "name": "ChainOfThoughtImageProps",
5617
6620
  "family": "AI Elements",
@@ -5661,6 +6664,13 @@
5661
6664
  "importPath": "@actioneer/ads",
5662
6665
  "module": "chain-of-thought"
5663
6666
  },
6667
+ {
6668
+ "name": "ChainOfThoughtState",
6669
+ "family": "AI Elements",
6670
+ "kind": "type",
6671
+ "importPath": "@actioneer/ads",
6672
+ "module": "chain-of-thought-icon"
6673
+ },
5664
6674
  {
5665
6675
  "name": "ChainOfThoughtStatus",
5666
6676
  "family": "AI Elements",
@@ -6165,6 +7175,13 @@
6165
7175
  "importPath": "@actioneer/ads",
6166
7176
  "module": "tool"
6167
7177
  },
7178
+ {
7179
+ "name": "TraceStateIconProps",
7180
+ "family": "AI Elements",
7181
+ "kind": "type",
7182
+ "importPath": "@actioneer/ads",
7183
+ "module": "chain-of-thought-icon"
7184
+ },
6168
7185
  {
6169
7186
  "name": "TranscriptProps",
6170
7187
  "family": "AI Elements",
@@ -6263,6 +7280,27 @@
6263
7280
  "importPath": "@actioneer/ads",
6264
7281
  "module": "chart"
6265
7282
  },
7283
+ {
7284
+ "name": "CHAIN_OF_THOUGHT_DESCRIPTIONS",
7285
+ "family": "AI Elements",
7286
+ "kind": "util",
7287
+ "importPath": "@actioneer/ads",
7288
+ "module": "chain-of-thought-icon"
7289
+ },
7290
+ {
7291
+ "name": "CHAIN_OF_THOUGHT_STATES",
7292
+ "family": "AI Elements",
7293
+ "kind": "util",
7294
+ "importPath": "@actioneer/ads",
7295
+ "module": "chain-of-thought-icon"
7296
+ },
7297
+ {
7298
+ "name": "resolveTraceState",
7299
+ "family": "AI Elements",
7300
+ "kind": "util",
7301
+ "importPath": "@actioneer/ads",
7302
+ "module": "chain-of-thought-icon"
7303
+ },
6266
7304
  {
6267
7305
  "name": "Tool",
6268
7306
  "family": "AI Elements",