@actioneer/ads-mcp 0.5.4 → 0.5.6

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 +1012 -96
  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.4",
3
+ "version": "0.5.6",
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": 699,
20
- "component": 334,
21
- "type": 301,
19
+ "total": 784,
20
+ "component": 353,
21
+ "type": 343,
22
22
  "hook": 10,
23
- "util": 54
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",
@@ -2281,6 +2348,30 @@
2281
2348
  "avatar"
2282
2349
  ]
2283
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
+ },
2284
2375
  {
2285
2376
  "name": "ComboChart",
2286
2377
  "family": "Data display",
@@ -2327,6 +2418,30 @@
2327
2418
  "module": "chart",
2328
2419
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart"
2329
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
+ },
2330
2445
  {
2331
2446
  "name": "ConnectionStatus",
2332
2447
  "family": "Data display",
@@ -2353,6 +2468,30 @@
2353
2468
  "onOpen"
2354
2469
  ]
2355
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
+ },
2356
2495
  {
2357
2496
  "name": "EdgeLabelRenderer",
2358
2497
  "family": "Data display",
@@ -2361,6 +2500,54 @@
2361
2500
  "module": "infinite-canvas",
2362
2501
  "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2363
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
+ },
2364
2551
  {
2365
2552
  "name": "ExplanationAnswer",
2366
2553
  "family": "Data display",
@@ -2385,6 +2572,30 @@
2385
2572
  "spec"
2386
2573
  ]
2387
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
+ },
2388
2599
  {
2389
2600
  "name": "FunnelBarsHorizontal",
2390
2601
  "family": "Data display",
@@ -2469,14 +2680,38 @@
2469
2680
  ]
2470
2681
  },
2471
2682
  {
2472
- "name": "LineChart",
2683
+ "name": "KnowledgeAnswer",
2473
2684
  "family": "Data display",
2474
2685
  "kind": "component",
2475
2686
  "importPath": "@actioneer/ads",
2476
- "module": "chart",
2477
- "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
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
+ },
2478
2702
  "props": [
2479
- "curve",
2703
+ "spec"
2704
+ ]
2705
+ },
2706
+ {
2707
+ "name": "LineChart",
2708
+ "family": "Data display",
2709
+ "kind": "component",
2710
+ "importPath": "@actioneer/ads",
2711
+ "module": "chart",
2712
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/chart",
2713
+ "props": [
2714
+ "curve",
2480
2715
  "forecastKeys",
2481
2716
  "showValues"
2482
2717
  ]
@@ -2489,6 +2724,30 @@
2489
2724
  "module": "infinite-canvas",
2490
2725
  "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2491
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
+ },
2492
2751
  {
2493
2752
  "name": "PieChart",
2494
2753
  "family": "Data display",
@@ -2546,6 +2805,30 @@
2546
2805
  "className"
2547
2806
  ]
2548
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
+ },
2549
2832
  {
2550
2833
  "name": "ReactFlowProvider",
2551
2834
  "family": "Data display",
@@ -2554,6 +2837,54 @@
2554
2837
  "module": "infinite-canvas",
2555
2838
  "showcaseUrl": "https://ads.actioneer.dev/#/infinite-canvas"
2556
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
+ },
2557
2888
  {
2558
2889
  "name": "RetentionCurve",
2559
2890
  "family": "Data display",
@@ -2659,7 +2990,8 @@
2659
2990
  "variant": {
2660
2991
  "values": [
2661
2992
  "primary",
2662
- "secondary"
2993
+ "secondary",
2994
+ "pill"
2663
2995
  ],
2664
2996
  "default": "primary"
2665
2997
  },
@@ -2687,7 +3019,8 @@
2687
3019
  },
2688
3020
  "props": [
2689
3021
  "value",
2690
- "isDisabled"
3022
+ "isDisabled",
3023
+ "count"
2691
3024
  ]
2692
3025
  },
2693
3026
  {
@@ -2708,7 +3041,32 @@
2708
3041
  "elevatedActionColumn",
2709
3042
  "actionColumnWidth",
2710
3043
  "sortDescriptor",
2711
- "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"
2712
3070
  ]
2713
3071
  },
2714
3072
  {
@@ -2774,7 +3132,8 @@
2774
3132
  "variant": {
2775
3133
  "values": [
2776
3134
  "primary",
2777
- "secondary"
3135
+ "secondary",
3136
+ "pill"
2778
3137
  ],
2779
3138
  "default": "primary"
2780
3139
  },
@@ -2806,7 +3165,8 @@
2806
3165
  "variant": {
2807
3166
  "values": [
2808
3167
  "primary",
2809
- "secondary"
3168
+ "secondary",
3169
+ "pill"
2810
3170
  ],
2811
3171
  "default": "primary"
2812
3172
  },
@@ -2848,7 +3208,8 @@
2848
3208
  "variant": {
2849
3209
  "values": [
2850
3210
  "primary",
2851
- "secondary"
3211
+ "secondary",
3212
+ "pill"
2852
3213
  ],
2853
3214
  "default": "primary",
2854
3215
  "options": {
@@ -2903,7 +3264,8 @@
2903
3264
  "variant": {
2904
3265
  "values": [
2905
3266
  "primary",
2906
- "secondary"
3267
+ "secondary",
3268
+ "pill"
2907
3269
  ],
2908
3270
  "default": "primary"
2909
3271
  },
@@ -3034,6 +3396,27 @@
3034
3396
  "importPath": "@actioneer/ads",
3035
3397
  "module": "accordion"
3036
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
+ },
3037
3420
  {
3038
3421
  "name": "AnswerFollowUp",
3039
3422
  "family": "Data display",
@@ -3041,6 +3424,27 @@
3041
3424
  "importPath": "@actioneer/ads",
3042
3425
  "module": "answer"
3043
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
+ },
3044
3448
  {
3045
3449
  "name": "AnswerRendererProps",
3046
3450
  "family": "Data display",
@@ -3048,6 +3452,13 @@
3048
3452
  "importPath": "@actioneer/ads",
3049
3453
  "module": "answer"
3050
3454
  },
3455
+ {
3456
+ "name": "AnswerSkeletonProps",
3457
+ "family": "Data display",
3458
+ "kind": "type",
3459
+ "importPath": "@actioneer/ads",
3460
+ "module": "answer"
3461
+ },
3051
3462
  {
3052
3463
  "name": "AnswerSource",
3053
3464
  "family": "Data display",
@@ -3244,6 +3655,20 @@
3244
3655
  "importPath": "@actioneer/ads",
3245
3656
  "module": "chip"
3246
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
+ },
3247
3672
  {
3248
3673
  "name": "ComboChartProps",
3249
3674
  "family": "Data display",
@@ -3272,6 +3697,20 @@
3272
3697
  "importPath": "@actioneer/ads",
3273
3698
  "module": "chart"
3274
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
+ },
3275
3714
  {
3276
3715
  "name": "Connection",
3277
3716
  "family": "Data display",
@@ -3328,6 +3767,20 @@
3328
3767
  "importPath": "@actioneer/ads",
3329
3768
  "module": "connector-card"
3330
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
+ },
3331
3784
  {
3332
3785
  "name": "Edge",
3333
3786
  "family": "Data display",
@@ -3349,6 +3802,34 @@
3349
3802
  "importPath": "@actioneer/ads",
3350
3803
  "module": "infinite-canvas"
3351
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
+ },
3352
3833
  {
3353
3834
  "name": "ExplanationAnswerProps",
3354
3835
  "family": "Data display",
@@ -3363,6 +3844,20 @@
3363
3844
  "importPath": "@actioneer/ads",
3364
3845
  "module": "answer"
3365
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
+ },
3366
3861
  {
3367
3862
  "name": "FunnelBarsHorizontalProps",
3368
3863
  "family": "Data display",
@@ -3412,6 +3907,20 @@
3412
3907
  "importPath": "@actioneer/ads",
3413
3908
  "module": "infinite-canvas"
3414
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
+ },
3415
3924
  {
3416
3925
  "name": "LineChartProps",
3417
3926
  "family": "Data display",
@@ -3419,6 +3928,20 @@
3419
3928
  "importPath": "@actioneer/ads",
3420
3929
  "module": "chart"
3421
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
+ },
3422
3945
  {
3423
3946
  "name": "Node",
3424
3947
  "family": "Data display",
@@ -3475,6 +3998,20 @@
3475
3998
  "importPath": "@actioneer/ads",
3476
3999
  "module": "chart"
3477
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
+ },
3478
4015
  {
3479
4016
  "name": "ReactFlowInstance",
3480
4017
  "family": "Data display",
@@ -3482,6 +4019,34 @@
3482
4019
  "importPath": "@actioneer/ads",
3483
4020
  "module": "infinite-canvas"
3484
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
+ },
3485
4050
  {
3486
4051
  "name": "RetentionCohort",
3487
4052
  "family": "Data display",
@@ -3566,6 +4131,20 @@
3566
4131
  "importPath": "@actioneer/ads",
3567
4132
  "module": "answer"
3568
4133
  },
4134
+ {
4135
+ "name": "TableAnswerProps",
4136
+ "family": "Data display",
4137
+ "kind": "type",
4138
+ "importPath": "@actioneer/ads",
4139
+ "module": "answer"
4140
+ },
4141
+ {
4142
+ "name": "TableAnswerSpec",
4143
+ "family": "Data display",
4144
+ "kind": "type",
4145
+ "importPath": "@actioneer/ads",
4146
+ "module": "answer"
4147
+ },
3569
4148
  {
3570
4149
  "name": "TableCellProps",
3571
4150
  "family": "Data display",
@@ -3639,159 +4218,250 @@
3639
4218
  {
3640
4219
  "name": "TreeItemProps",
3641
4220
  "family": "Data display",
3642
- "kind": "type",
4221
+ "kind": "type",
4222
+ "importPath": "@actioneer/ads",
4223
+ "module": "tree"
4224
+ },
4225
+ {
4226
+ "name": "TreemapChartProps",
4227
+ "family": "Data display",
4228
+ "kind": "type",
4229
+ "importPath": "@actioneer/ads",
4230
+ "module": "chart"
4231
+ },
4232
+ {
4233
+ "name": "TreemapDatum",
4234
+ "family": "Data display",
4235
+ "kind": "type",
4236
+ "importPath": "@actioneer/ads",
4237
+ "module": "chart"
4238
+ },
4239
+ {
4240
+ "name": "TrendAnswerProps",
4241
+ "family": "Data display",
4242
+ "kind": "type",
4243
+ "importPath": "@actioneer/ads",
4244
+ "module": "answer"
4245
+ },
4246
+ {
4247
+ "name": "TrendAnswerSpec",
4248
+ "family": "Data display",
4249
+ "kind": "type",
4250
+ "importPath": "@actioneer/ads",
4251
+ "module": "answer"
4252
+ },
4253
+ {
4254
+ "name": "Viewport",
4255
+ "family": "Data display",
4256
+ "kind": "type",
4257
+ "importPath": "@actioneer/ads",
4258
+ "module": "infinite-canvas"
4259
+ },
4260
+ {
4261
+ "name": "VizSeries",
4262
+ "family": "Data display",
4263
+ "kind": "type",
4264
+ "importPath": "@actioneer/ads",
4265
+ "module": "viz-charts"
4266
+ },
4267
+ {
4268
+ "name": "useEdgesState",
4269
+ "family": "Data display",
4270
+ "kind": "hook",
4271
+ "importPath": "@actioneer/ads",
4272
+ "module": "infinite-canvas"
4273
+ },
4274
+ {
4275
+ "name": "useNodesState",
4276
+ "family": "Data display",
4277
+ "kind": "hook",
4278
+ "importPath": "@actioneer/ads",
4279
+ "module": "infinite-canvas"
4280
+ },
4281
+ {
4282
+ "name": "useReactFlow",
4283
+ "family": "Data display",
4284
+ "kind": "hook",
4285
+ "importPath": "@actioneer/ads",
4286
+ "module": "infinite-canvas"
4287
+ },
4288
+ {
4289
+ "name": "addEdge",
4290
+ "family": "Data display",
4291
+ "kind": "util",
4292
+ "importPath": "@actioneer/ads",
4293
+ "module": "infinite-canvas"
4294
+ },
4295
+ {
4296
+ "name": "ANSWER_KINDS",
4297
+ "family": "Data display",
4298
+ "kind": "util",
4299
+ "importPath": "@actioneer/ads",
4300
+ "module": "answer"
4301
+ },
4302
+ {
4303
+ "name": "ANSWER_TOOL_DESCRIPTION",
4304
+ "family": "Data display",
4305
+ "kind": "util",
4306
+ "importPath": "@actioneer/ads",
4307
+ "module": "answer"
4308
+ },
4309
+ {
4310
+ "name": "ANSWER_TOOL_NAME",
4311
+ "family": "Data display",
4312
+ "kind": "util",
3643
4313
  "importPath": "@actioneer/ads",
3644
- "module": "tree"
4314
+ "module": "answer"
3645
4315
  },
3646
4316
  {
3647
- "name": "TreemapChartProps",
4317
+ "name": "AnswerChartSchema",
3648
4318
  "family": "Data display",
3649
- "kind": "type",
4319
+ "kind": "util",
3650
4320
  "importPath": "@actioneer/ads",
3651
- "module": "chart"
4321
+ "module": "answer"
3652
4322
  },
3653
4323
  {
3654
- "name": "TreemapDatum",
4324
+ "name": "AnswerCitationSchema",
3655
4325
  "family": "Data display",
3656
- "kind": "type",
4326
+ "kind": "util",
3657
4327
  "importPath": "@actioneer/ads",
3658
- "module": "chart"
4328
+ "module": "answer"
3659
4329
  },
3660
4330
  {
3661
- "name": "TrendAnswerProps",
4331
+ "name": "AnswerCitationsSchema",
3662
4332
  "family": "Data display",
3663
- "kind": "type",
4333
+ "kind": "util",
3664
4334
  "importPath": "@actioneer/ads",
3665
4335
  "module": "answer"
3666
4336
  },
3667
4337
  {
3668
- "name": "TrendAnswerSpec",
4338
+ "name": "AnswerFollowUpSchema",
3669
4339
  "family": "Data display",
3670
- "kind": "type",
4340
+ "kind": "util",
3671
4341
  "importPath": "@actioneer/ads",
3672
4342
  "module": "answer"
3673
4343
  },
3674
4344
  {
3675
- "name": "Viewport",
4345
+ "name": "AnswerKeyValueSchema",
3676
4346
  "family": "Data display",
3677
- "kind": "type",
4347
+ "kind": "util",
3678
4348
  "importPath": "@actioneer/ads",
3679
- "module": "infinite-canvas"
4349
+ "module": "answer"
3680
4350
  },
3681
4351
  {
3682
- "name": "VizSeries",
4352
+ "name": "AnswerMetricSchema",
3683
4353
  "family": "Data display",
3684
- "kind": "type",
4354
+ "kind": "util",
3685
4355
  "importPath": "@actioneer/ads",
3686
- "module": "viz-charts"
4356
+ "module": "answer"
3687
4357
  },
3688
4358
  {
3689
- "name": "useEdgesState",
4359
+ "name": "AnswerOptionSchema",
3690
4360
  "family": "Data display",
3691
- "kind": "hook",
4361
+ "kind": "util",
3692
4362
  "importPath": "@actioneer/ads",
3693
- "module": "infinite-canvas"
4363
+ "module": "answer"
3694
4364
  },
3695
4365
  {
3696
- "name": "useNodesState",
4366
+ "name": "AnswerSignalSchema",
3697
4367
  "family": "Data display",
3698
- "kind": "hook",
4368
+ "kind": "util",
3699
4369
  "importPath": "@actioneer/ads",
3700
- "module": "infinite-canvas"
4370
+ "module": "answer"
3701
4371
  },
3702
4372
  {
3703
- "name": "useReactFlow",
4373
+ "name": "AnswerSourceSchema",
3704
4374
  "family": "Data display",
3705
- "kind": "hook",
4375
+ "kind": "util",
3706
4376
  "importPath": "@actioneer/ads",
3707
- "module": "infinite-canvas"
4377
+ "module": "answer"
3708
4378
  },
3709
4379
  {
3710
- "name": "addEdge",
4380
+ "name": "AnswerSpecSchema",
3711
4381
  "family": "Data display",
3712
4382
  "kind": "util",
3713
4383
  "importPath": "@actioneer/ads",
3714
- "module": "infinite-canvas"
4384
+ "module": "answer"
3715
4385
  },
3716
4386
  {
3717
- "name": "ANSWER_TOOL_DESCRIPTION",
4387
+ "name": "AnswerToneSchema",
3718
4388
  "family": "Data display",
3719
4389
  "kind": "util",
3720
4390
  "importPath": "@actioneer/ads",
3721
4391
  "module": "answer"
3722
4392
  },
3723
4393
  {
3724
- "name": "ANSWER_TOOL_NAME",
4394
+ "name": "answerTool",
3725
4395
  "family": "Data display",
3726
4396
  "kind": "util",
3727
4397
  "importPath": "@actioneer/ads",
3728
4398
  "module": "answer"
3729
4399
  },
3730
4400
  {
3731
- "name": "AnswerFollowUpSchema",
4401
+ "name": "BreakdownAnswerSchema",
3732
4402
  "family": "Data display",
3733
4403
  "kind": "util",
3734
4404
  "importPath": "@actioneer/ads",
3735
4405
  "module": "answer"
3736
4406
  },
3737
4407
  {
3738
- "name": "AnswerSignalSchema",
4408
+ "name": "carouselVariants",
3739
4409
  "family": "Data display",
3740
4410
  "kind": "util",
3741
4411
  "importPath": "@actioneer/ads",
3742
- "module": "answer"
4412
+ "module": "carousel"
3743
4413
  },
3744
4414
  {
3745
- "name": "AnswerSourceSchema",
4415
+ "name": "ClarificationAnswerSchema",
3746
4416
  "family": "Data display",
3747
4417
  "kind": "util",
3748
4418
  "importPath": "@actioneer/ads",
3749
4419
  "module": "answer"
3750
4420
  },
3751
4421
  {
3752
- "name": "AnswerSpecSchema",
4422
+ "name": "ComparisonAnswerSchema",
3753
4423
  "family": "Data display",
3754
4424
  "kind": "util",
3755
4425
  "importPath": "@actioneer/ads",
3756
4426
  "module": "answer"
3757
4427
  },
3758
4428
  {
3759
- "name": "AnswerToneSchema",
4429
+ "name": "ConfirmationAnswerSchema",
3760
4430
  "family": "Data display",
3761
4431
  "kind": "util",
3762
4432
  "importPath": "@actioneer/ads",
3763
4433
  "module": "answer"
3764
4434
  },
3765
4435
  {
3766
- "name": "answerTool",
4436
+ "name": "DecisionAnswerSchema",
3767
4437
  "family": "Data display",
3768
4438
  "kind": "util",
3769
4439
  "importPath": "@actioneer/ads",
3770
4440
  "module": "answer"
3771
4441
  },
3772
4442
  {
3773
- "name": "BreakdownAnswerSchema",
4443
+ "name": "EmptyAnswerSchema",
3774
4444
  "family": "Data display",
3775
4445
  "kind": "util",
3776
4446
  "importPath": "@actioneer/ads",
3777
4447
  "module": "answer"
3778
4448
  },
3779
4449
  {
3780
- "name": "carouselVariants",
4450
+ "name": "ErrorAnswerSchema",
3781
4451
  "family": "Data display",
3782
4452
  "kind": "util",
3783
4453
  "importPath": "@actioneer/ads",
3784
- "module": "carousel"
4454
+ "module": "answer"
3785
4455
  },
3786
4456
  {
3787
- "name": "ComparisonAnswerSchema",
4457
+ "name": "ExplanationAnswerSchema",
3788
4458
  "family": "Data display",
3789
4459
  "kind": "util",
3790
4460
  "importPath": "@actioneer/ads",
3791
4461
  "module": "answer"
3792
4462
  },
3793
4463
  {
3794
- "name": "ExplanationAnswerSchema",
4464
+ "name": "FactAnswerSchema",
3795
4465
  "family": "Data display",
3796
4466
  "kind": "util",
3797
4467
  "importPath": "@actioneer/ads",
@@ -3818,6 +4488,13 @@
3818
4488
  "importPath": "@actioneer/ads",
3819
4489
  "module": "infinite-canvas"
3820
4490
  },
4491
+ {
4492
+ "name": "KnowledgeAnswerSchema",
4493
+ "family": "Data display",
4494
+ "kind": "util",
4495
+ "importPath": "@actioneer/ads",
4496
+ "module": "answer"
4497
+ },
3821
4498
  {
3822
4499
  "name": "MIN_HEIGHT",
3823
4500
  "family": "Data display",
@@ -3825,6 +4502,34 @@
3825
4502
  "importPath": "@actioneer/ads",
3826
4503
  "module": "chart"
3827
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
+ },
3828
4533
  {
3829
4534
  "name": "StatusAnswerSchema",
3830
4535
  "family": "Data display",
@@ -3832,6 +4537,13 @@
3832
4537
  "importPath": "@actioneer/ads",
3833
4538
  "module": "answer"
3834
4539
  },
4540
+ {
4541
+ "name": "TableAnswerSchema",
4542
+ "family": "Data display",
4543
+ "kind": "util",
4544
+ "importPath": "@actioneer/ads",
4545
+ "module": "answer"
4546
+ },
3835
4547
  {
3836
4548
  "name": "TrendAnswerSchema",
3837
4549
  "family": "Data display",
@@ -3839,6 +4551,22 @@
3839
4551
  "importPath": "@actioneer/ads",
3840
4552
  "module": "answer"
3841
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
+ },
3842
4570
  {
3843
4571
  "name": "Alert",
3844
4572
  "family": "Feedback",
@@ -4027,6 +4755,20 @@
4027
4755
  "style"
4028
4756
  ]
4029
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
+ },
4030
4772
  {
4031
4773
  "name": "Progress",
4032
4774
  "family": "Feedback",
@@ -4061,6 +4803,18 @@
4061
4803
  "label"
4062
4804
  ]
4063
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
+ },
4064
4818
  {
4065
4819
  "name": "Skeleton",
4066
4820
  "family": "Feedback",
@@ -4073,6 +4827,27 @@
4073
4827
  "circle"
4074
4828
  ]
4075
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
+ },
4076
4851
  {
4077
4852
  "name": "AlertProps",
4078
4853
  "family": "Feedback",
@@ -4115,6 +4890,20 @@
4115
4890
  "importPath": "@actioneer/ads",
4116
4891
  "module": "pixel-blast-svg"
4117
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
+ },
4118
4907
  {
4119
4908
  "name": "ProgressCircleProps",
4120
4909
  "family": "Feedback",
@@ -4129,6 +4918,13 @@
4129
4918
  "importPath": "@actioneer/ads",
4130
4919
  "module": "progress"
4131
4920
  },
4921
+ {
4922
+ "name": "RippleProps",
4923
+ "family": "Feedback",
4924
+ "kind": "type",
4925
+ "importPath": "@actioneer/ads",
4926
+ "module": "ripple"
4927
+ },
4132
4928
  {
4133
4929
  "name": "SkeletonProps",
4134
4930
  "family": "Feedback",
@@ -4136,6 +4932,20 @@
4136
4932
  "importPath": "@actioneer/ads",
4137
4933
  "module": "skeleton"
4138
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
+ },
4139
4949
  {
4140
4950
  "name": "BreadcrumbItem",
4141
4951
  "family": "Navigation",
@@ -4145,7 +4955,8 @@
4145
4955
  "showcaseUrl": "https://ads.actioneer.dev/#/breadcrumbs",
4146
4956
  "props": [
4147
4957
  "href",
4148
- "isCurrent"
4958
+ "isCurrent",
4959
+ "icon"
4149
4960
  ]
4150
4961
  },
4151
4962
  {
@@ -4155,7 +4966,14 @@
4155
4966
  "importPath": "@actioneer/ads",
4156
4967
  "module": "breadcrumbs",
4157
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.",
4158
- "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
+ ]
4159
4977
  },
4160
4978
  {
4161
4979
  "name": "Navbar",
@@ -4291,7 +5109,8 @@
4291
5109
  "props": [
4292
5110
  "name",
4293
5111
  "role",
4294
- "src"
5112
+ "src",
5113
+ "hideAvatar"
4295
5114
  ]
4296
5115
  },
4297
5116
  {
@@ -4698,6 +5517,20 @@
4698
5517
  "module": "chain-of-thought",
4699
5518
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
4700
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
+ },
4701
5534
  {
4702
5535
  "name": "ChainOfThoughtImage",
4703
5536
  "family": "AI Elements",
@@ -5427,6 +6260,7 @@
5427
6260
  "activityKey",
5428
6261
  "stepIndex",
5429
6262
  "stepCount",
6263
+ "icon",
5430
6264
  "summary",
5431
6265
  "sticky",
5432
6266
  "collapsible",
@@ -5567,6 +6401,20 @@
5567
6401
  "module": "tool",
5568
6402
  "showcaseUrl": "https://ads.actioneer.dev/#/ai/tool"
5569
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
+ },
5570
6418
  {
5571
6419
  "name": "Transcript",
5572
6420
  "family": "AI Elements",
@@ -5669,6 +6517,13 @@
5669
6517
  "className"
5670
6518
  ]
5671
6519
  },
6520
+ {
6521
+ "name": "ActiveChainOfThoughtState",
6522
+ "family": "AI Elements",
6523
+ "kind": "type",
6524
+ "importPath": "@actioneer/ads",
6525
+ "module": "chain-of-thought-icon"
6526
+ },
5672
6527
  {
5673
6528
  "name": "AgentTraceCall",
5674
6529
  "family": "AI Elements",
@@ -5753,6 +6608,13 @@
5753
6608
  "importPath": "@actioneer/ads",
5754
6609
  "module": "chain-of-thought"
5755
6610
  },
6611
+ {
6612
+ "name": "ChainOfThoughtIconProps",
6613
+ "family": "AI Elements",
6614
+ "kind": "type",
6615
+ "importPath": "@actioneer/ads",
6616
+ "module": "chain-of-thought-icon"
6617
+ },
5756
6618
  {
5757
6619
  "name": "ChainOfThoughtImageProps",
5758
6620
  "family": "AI Elements",
@@ -5802,6 +6664,13 @@
5802
6664
  "importPath": "@actioneer/ads",
5803
6665
  "module": "chain-of-thought"
5804
6666
  },
6667
+ {
6668
+ "name": "ChainOfThoughtState",
6669
+ "family": "AI Elements",
6670
+ "kind": "type",
6671
+ "importPath": "@actioneer/ads",
6672
+ "module": "chain-of-thought-icon"
6673
+ },
5805
6674
  {
5806
6675
  "name": "ChainOfThoughtStatus",
5807
6676
  "family": "AI Elements",
@@ -6306,6 +7175,13 @@
6306
7175
  "importPath": "@actioneer/ads",
6307
7176
  "module": "tool"
6308
7177
  },
7178
+ {
7179
+ "name": "TraceStateIconProps",
7180
+ "family": "AI Elements",
7181
+ "kind": "type",
7182
+ "importPath": "@actioneer/ads",
7183
+ "module": "chain-of-thought-icon"
7184
+ },
6309
7185
  {
6310
7186
  "name": "TranscriptProps",
6311
7187
  "family": "AI Elements",
@@ -6404,6 +7280,27 @@
6404
7280
  "importPath": "@actioneer/ads",
6405
7281
  "module": "chart"
6406
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
+ },
6407
7304
  {
6408
7305
  "name": "Tool",
6409
7306
  "family": "AI Elements",
@@ -6752,6 +7649,16 @@
6752
7649
  "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.",
6753
7650
  "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
6754
7651
  },
7652
+ {
7653
+ "name": "FollowUpQuestion",
7654
+ "family": "Chat",
7655
+ "kind": "component",
7656
+ "importPath": "@actioneer/ads",
7657
+ "module": "follow-up-suggestions",
7658
+ "vendored": true,
7659
+ "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.",
7660
+ "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
7661
+ },
6755
7662
  {
6756
7663
  "name": "FollowUpSuggestion",
6757
7664
  "family": "Chat",
@@ -7287,6 +8194,15 @@
7287
8194
  "vendored": true,
7288
8195
  "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."
7289
8196
  },
8197
+ {
8198
+ "name": "FollowUpQuestionProps",
8199
+ "family": "Chat",
8200
+ "kind": "type",
8201
+ "importPath": "@actioneer/ads",
8202
+ "module": "follow-up-suggestions",
8203
+ "vendored": true,
8204
+ "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."
8205
+ },
7290
8206
  {
7291
8207
  "name": "FollowUpSuggestionProps",
7292
8208
  "family": "Chat",