@actioneer/ads-mcp 0.2.3 → 0.2.4
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.
- package/manifest.json +419 -85
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actioneer/ads",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
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":
|
|
20
|
-
"component":
|
|
21
|
-
"type":
|
|
22
|
-
"hook":
|
|
23
|
-
"util":
|
|
19
|
+
"total": 593,
|
|
20
|
+
"component": 297,
|
|
21
|
+
"type": 245,
|
|
22
|
+
"hook": 7,
|
|
23
|
+
"util": 44
|
|
24
24
|
},
|
|
25
25
|
"tokens": [
|
|
26
26
|
{
|
|
@@ -992,6 +992,24 @@
|
|
|
992
992
|
"importPath": "@actioneer/ads",
|
|
993
993
|
"module": "textarea"
|
|
994
994
|
},
|
|
995
|
+
{
|
|
996
|
+
"name": "CommandPalette",
|
|
997
|
+
"family": "Overlays",
|
|
998
|
+
"kind": "component",
|
|
999
|
+
"importPath": "@actioneer/ads",
|
|
1000
|
+
"module": "command-palette",
|
|
1001
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/command-palette",
|
|
1002
|
+
"props": [
|
|
1003
|
+
"open",
|
|
1004
|
+
"onOpenChange",
|
|
1005
|
+
"items",
|
|
1006
|
+
"onSelect",
|
|
1007
|
+
"placeholder",
|
|
1008
|
+
"emptyLabel",
|
|
1009
|
+
"filter",
|
|
1010
|
+
"className"
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
995
1013
|
{
|
|
996
1014
|
"name": "Drawer",
|
|
997
1015
|
"family": "Overlays",
|
|
@@ -1460,6 +1478,20 @@
|
|
|
1460
1478
|
"className"
|
|
1461
1479
|
]
|
|
1462
1480
|
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "CommandPaletteItem",
|
|
1483
|
+
"family": "Overlays",
|
|
1484
|
+
"kind": "type",
|
|
1485
|
+
"importPath": "@actioneer/ads",
|
|
1486
|
+
"module": "command-palette"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"name": "CommandPaletteProps",
|
|
1490
|
+
"family": "Overlays",
|
|
1491
|
+
"kind": "type",
|
|
1492
|
+
"importPath": "@actioneer/ads",
|
|
1493
|
+
"module": "command-palette"
|
|
1494
|
+
},
|
|
1463
1495
|
{
|
|
1464
1496
|
"name": "DrawerProps",
|
|
1465
1497
|
"family": "Overlays",
|
|
@@ -1728,7 +1760,8 @@
|
|
|
1728
1760
|
"module": "chart",
|
|
1729
1761
|
"showcaseUrl": "https://ads.actioneer.dev/#/chart",
|
|
1730
1762
|
"props": [
|
|
1731
|
-
"stacked"
|
|
1763
|
+
"stacked",
|
|
1764
|
+
"layout"
|
|
1732
1765
|
]
|
|
1733
1766
|
},
|
|
1734
1767
|
{
|
|
@@ -2020,6 +2053,9 @@
|
|
|
2020
2053
|
"valueKey",
|
|
2021
2054
|
"height",
|
|
2022
2055
|
"formatValue",
|
|
2056
|
+
"label",
|
|
2057
|
+
"labelWidth",
|
|
2058
|
+
"tooltip",
|
|
2023
2059
|
"className"
|
|
2024
2060
|
]
|
|
2025
2061
|
},
|
|
@@ -2052,6 +2088,7 @@
|
|
|
2052
2088
|
"height",
|
|
2053
2089
|
"legend",
|
|
2054
2090
|
"formatValue",
|
|
2091
|
+
"tooltip",
|
|
2055
2092
|
"className"
|
|
2056
2093
|
]
|
|
2057
2094
|
},
|
|
@@ -2079,6 +2116,7 @@
|
|
|
2079
2116
|
"height",
|
|
2080
2117
|
"legend",
|
|
2081
2118
|
"formatValue",
|
|
2119
|
+
"tooltip",
|
|
2082
2120
|
"className"
|
|
2083
2121
|
]
|
|
2084
2122
|
},
|
|
@@ -2099,6 +2137,13 @@
|
|
|
2099
2137
|
"grid",
|
|
2100
2138
|
"showYAxis",
|
|
2101
2139
|
"formatValue",
|
|
2140
|
+
"xScale",
|
|
2141
|
+
"xDomain",
|
|
2142
|
+
"yDomain",
|
|
2143
|
+
"xTickFormatter",
|
|
2144
|
+
"yTickFormatter",
|
|
2145
|
+
"yAxisWidth",
|
|
2146
|
+
"tooltip",
|
|
2102
2147
|
"className"
|
|
2103
2148
|
]
|
|
2104
2149
|
},
|
|
@@ -2268,12 +2313,6 @@
|
|
|
2268
2313
|
"lg"
|
|
2269
2314
|
],
|
|
2270
2315
|
"default": "md"
|
|
2271
|
-
},
|
|
2272
|
-
"selected": {
|
|
2273
|
-
"values": [
|
|
2274
|
-
"true",
|
|
2275
|
-
"false"
|
|
2276
|
-
]
|
|
2277
2316
|
}
|
|
2278
2317
|
}
|
|
2279
2318
|
},
|
|
@@ -2474,6 +2513,7 @@
|
|
|
2474
2513
|
"valueKey",
|
|
2475
2514
|
"height",
|
|
2476
2515
|
"formatValue",
|
|
2516
|
+
"tooltip",
|
|
2477
2517
|
"className"
|
|
2478
2518
|
]
|
|
2479
2519
|
},
|
|
@@ -2662,6 +2702,13 @@
|
|
|
2662
2702
|
"importPath": "@actioneer/ads",
|
|
2663
2703
|
"module": "chart"
|
|
2664
2704
|
},
|
|
2705
|
+
{
|
|
2706
|
+
"name": "ChartAxisDomain",
|
|
2707
|
+
"family": "Data display",
|
|
2708
|
+
"kind": "type",
|
|
2709
|
+
"importPath": "@actioneer/ads",
|
|
2710
|
+
"module": "chart"
|
|
2711
|
+
},
|
|
2665
2712
|
{
|
|
2666
2713
|
"name": "ChartColor",
|
|
2667
2714
|
"family": "Data display",
|
|
@@ -2676,6 +2723,41 @@
|
|
|
2676
2723
|
"importPath": "@actioneer/ads",
|
|
2677
2724
|
"module": "chart"
|
|
2678
2725
|
},
|
|
2726
|
+
{
|
|
2727
|
+
"name": "ChartTickFormatter",
|
|
2728
|
+
"family": "Data display",
|
|
2729
|
+
"kind": "type",
|
|
2730
|
+
"importPath": "@actioneer/ads",
|
|
2731
|
+
"module": "chart"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"name": "ChartTooltipContext",
|
|
2735
|
+
"family": "Data display",
|
|
2736
|
+
"kind": "type",
|
|
2737
|
+
"importPath": "@actioneer/ads",
|
|
2738
|
+
"module": "chart"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"name": "ChartTooltipItem",
|
|
2742
|
+
"family": "Data display",
|
|
2743
|
+
"kind": "type",
|
|
2744
|
+
"importPath": "@actioneer/ads",
|
|
2745
|
+
"module": "chart"
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"name": "ChartTooltipRenderer",
|
|
2749
|
+
"family": "Data display",
|
|
2750
|
+
"kind": "type",
|
|
2751
|
+
"importPath": "@actioneer/ads",
|
|
2752
|
+
"module": "chart"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"name": "ChartXScale",
|
|
2756
|
+
"family": "Data display",
|
|
2757
|
+
"kind": "type",
|
|
2758
|
+
"importPath": "@actioneer/ads",
|
|
2759
|
+
"module": "chart"
|
|
2760
|
+
},
|
|
2679
2761
|
{
|
|
2680
2762
|
"name": "ChipProps",
|
|
2681
2763
|
"family": "Data display",
|
|
@@ -2781,6 +2863,20 @@
|
|
|
2781
2863
|
"importPath": "@actioneer/ads",
|
|
2782
2864
|
"module": "chart"
|
|
2783
2865
|
},
|
|
2866
|
+
{
|
|
2867
|
+
"name": "FunnelLabelContext",
|
|
2868
|
+
"family": "Data display",
|
|
2869
|
+
"kind": "type",
|
|
2870
|
+
"importPath": "@actioneer/ads",
|
|
2871
|
+
"module": "chart"
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "FunnelLabelRenderer",
|
|
2875
|
+
"family": "Data display",
|
|
2876
|
+
"kind": "type",
|
|
2877
|
+
"importPath": "@actioneer/ads",
|
|
2878
|
+
"module": "chart"
|
|
2879
|
+
},
|
|
2784
2880
|
{
|
|
2785
2881
|
"name": "LineChartProps",
|
|
2786
2882
|
"family": "Data display",
|
|
@@ -3460,7 +3556,8 @@
|
|
|
3460
3556
|
"logo",
|
|
3461
3557
|
"href",
|
|
3462
3558
|
"label",
|
|
3463
|
-
"showTrigger"
|
|
3559
|
+
"showTrigger",
|
|
3560
|
+
"children"
|
|
3464
3561
|
]
|
|
3465
3562
|
},
|
|
3466
3563
|
{
|
|
@@ -3763,7 +3860,7 @@
|
|
|
3763
3860
|
"showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
|
|
3764
3861
|
},
|
|
3765
3862
|
{
|
|
3766
|
-
"name": "
|
|
3863
|
+
"name": "ChainOfThoughtImage",
|
|
3767
3864
|
"family": "AI Elements",
|
|
3768
3865
|
"kind": "component",
|
|
3769
3866
|
"importPath": "@actioneer/ads",
|
|
@@ -3771,7 +3868,7 @@
|
|
|
3771
3868
|
"showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
|
|
3772
3869
|
},
|
|
3773
3870
|
{
|
|
3774
|
-
"name": "
|
|
3871
|
+
"name": "ChainOfThoughtItem",
|
|
3775
3872
|
"family": "AI Elements",
|
|
3776
3873
|
"kind": "component",
|
|
3777
3874
|
"importPath": "@actioneer/ads",
|
|
@@ -3802,6 +3899,14 @@
|
|
|
3802
3899
|
"module": "chain-of-thought",
|
|
3803
3900
|
"showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
|
|
3804
3901
|
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "ChainOfThoughtTrigger",
|
|
3904
|
+
"family": "AI Elements",
|
|
3905
|
+
"kind": "component",
|
|
3906
|
+
"importPath": "@actioneer/ads",
|
|
3907
|
+
"module": "chain-of-thought",
|
|
3908
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/chain-of-thought"
|
|
3909
|
+
},
|
|
3805
3910
|
{
|
|
3806
3911
|
"name": "InlineCitation",
|
|
3807
3912
|
"family": "AI Elements",
|
|
@@ -3928,7 +4033,16 @@
|
|
|
3928
4033
|
"kind": "component",
|
|
3929
4034
|
"importPath": "@actioneer/ads",
|
|
3930
4035
|
"module": "message",
|
|
3931
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4036
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4037
|
+
"variants": {
|
|
4038
|
+
"align": {
|
|
4039
|
+
"values": [
|
|
4040
|
+
"start",
|
|
4041
|
+
"end"
|
|
4042
|
+
],
|
|
4043
|
+
"default": "start"
|
|
4044
|
+
}
|
|
4045
|
+
}
|
|
3932
4046
|
},
|
|
3933
4047
|
{
|
|
3934
4048
|
"name": "MessageAction",
|
|
@@ -3936,7 +4050,24 @@
|
|
|
3936
4050
|
"kind": "component",
|
|
3937
4051
|
"importPath": "@actioneer/ads",
|
|
3938
4052
|
"module": "message",
|
|
3939
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4053
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4054
|
+
"variants": {
|
|
4055
|
+
"align": {
|
|
4056
|
+
"values": [
|
|
4057
|
+
"start",
|
|
4058
|
+
"end"
|
|
4059
|
+
],
|
|
4060
|
+
"default": "start"
|
|
4061
|
+
},
|
|
4062
|
+
"variant": {
|
|
4063
|
+
"values": [
|
|
4064
|
+
"contained",
|
|
4065
|
+
"flat",
|
|
4066
|
+
"plain"
|
|
4067
|
+
],
|
|
4068
|
+
"default": "contained"
|
|
4069
|
+
}
|
|
4070
|
+
}
|
|
3940
4071
|
},
|
|
3941
4072
|
{
|
|
3942
4073
|
"name": "MessageActions",
|
|
@@ -3944,7 +4075,24 @@
|
|
|
3944
4075
|
"kind": "component",
|
|
3945
4076
|
"importPath": "@actioneer/ads",
|
|
3946
4077
|
"module": "message",
|
|
3947
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4078
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4079
|
+
"variants": {
|
|
4080
|
+
"align": {
|
|
4081
|
+
"values": [
|
|
4082
|
+
"start",
|
|
4083
|
+
"end"
|
|
4084
|
+
],
|
|
4085
|
+
"default": "start"
|
|
4086
|
+
},
|
|
4087
|
+
"variant": {
|
|
4088
|
+
"values": [
|
|
4089
|
+
"contained",
|
|
4090
|
+
"flat",
|
|
4091
|
+
"plain"
|
|
4092
|
+
],
|
|
4093
|
+
"default": "contained"
|
|
4094
|
+
}
|
|
4095
|
+
}
|
|
3948
4096
|
},
|
|
3949
4097
|
{
|
|
3950
4098
|
"name": "MessageAttachment",
|
|
@@ -3952,7 +4100,24 @@
|
|
|
3952
4100
|
"kind": "component",
|
|
3953
4101
|
"importPath": "@actioneer/ads",
|
|
3954
4102
|
"module": "message",
|
|
3955
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4103
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4104
|
+
"variants": {
|
|
4105
|
+
"align": {
|
|
4106
|
+
"values": [
|
|
4107
|
+
"start",
|
|
4108
|
+
"end"
|
|
4109
|
+
],
|
|
4110
|
+
"default": "start"
|
|
4111
|
+
},
|
|
4112
|
+
"variant": {
|
|
4113
|
+
"values": [
|
|
4114
|
+
"contained",
|
|
4115
|
+
"flat",
|
|
4116
|
+
"plain"
|
|
4117
|
+
],
|
|
4118
|
+
"default": "contained"
|
|
4119
|
+
}
|
|
4120
|
+
}
|
|
3956
4121
|
},
|
|
3957
4122
|
{
|
|
3958
4123
|
"name": "MessageAttachments",
|
|
@@ -3960,7 +4125,24 @@
|
|
|
3960
4125
|
"kind": "component",
|
|
3961
4126
|
"importPath": "@actioneer/ads",
|
|
3962
4127
|
"module": "message",
|
|
3963
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4128
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4129
|
+
"variants": {
|
|
4130
|
+
"align": {
|
|
4131
|
+
"values": [
|
|
4132
|
+
"start",
|
|
4133
|
+
"end"
|
|
4134
|
+
],
|
|
4135
|
+
"default": "start"
|
|
4136
|
+
},
|
|
4137
|
+
"variant": {
|
|
4138
|
+
"values": [
|
|
4139
|
+
"contained",
|
|
4140
|
+
"flat",
|
|
4141
|
+
"plain"
|
|
4142
|
+
],
|
|
4143
|
+
"default": "contained"
|
|
4144
|
+
}
|
|
4145
|
+
}
|
|
3964
4146
|
},
|
|
3965
4147
|
{
|
|
3966
4148
|
"name": "MessageAvatar",
|
|
@@ -3968,7 +4150,24 @@
|
|
|
3968
4150
|
"kind": "component",
|
|
3969
4151
|
"importPath": "@actioneer/ads",
|
|
3970
4152
|
"module": "message",
|
|
3971
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4153
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4154
|
+
"variants": {
|
|
4155
|
+
"align": {
|
|
4156
|
+
"values": [
|
|
4157
|
+
"start",
|
|
4158
|
+
"end"
|
|
4159
|
+
],
|
|
4160
|
+
"default": "start"
|
|
4161
|
+
},
|
|
4162
|
+
"variant": {
|
|
4163
|
+
"values": [
|
|
4164
|
+
"contained",
|
|
4165
|
+
"flat",
|
|
4166
|
+
"plain"
|
|
4167
|
+
],
|
|
4168
|
+
"default": "contained"
|
|
4169
|
+
}
|
|
4170
|
+
}
|
|
3972
4171
|
},
|
|
3973
4172
|
{
|
|
3974
4173
|
"name": "MessageBranch",
|
|
@@ -3976,7 +4175,24 @@
|
|
|
3976
4175
|
"kind": "component",
|
|
3977
4176
|
"importPath": "@actioneer/ads",
|
|
3978
4177
|
"module": "message",
|
|
3979
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4178
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4179
|
+
"variants": {
|
|
4180
|
+
"align": {
|
|
4181
|
+
"values": [
|
|
4182
|
+
"start",
|
|
4183
|
+
"end"
|
|
4184
|
+
],
|
|
4185
|
+
"default": "start"
|
|
4186
|
+
},
|
|
4187
|
+
"variant": {
|
|
4188
|
+
"values": [
|
|
4189
|
+
"contained",
|
|
4190
|
+
"flat",
|
|
4191
|
+
"plain"
|
|
4192
|
+
],
|
|
4193
|
+
"default": "contained"
|
|
4194
|
+
}
|
|
4195
|
+
}
|
|
3980
4196
|
},
|
|
3981
4197
|
{
|
|
3982
4198
|
"name": "MessageBranchContent",
|
|
@@ -3984,7 +4200,24 @@
|
|
|
3984
4200
|
"kind": "component",
|
|
3985
4201
|
"importPath": "@actioneer/ads",
|
|
3986
4202
|
"module": "message",
|
|
3987
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4203
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4204
|
+
"variants": {
|
|
4205
|
+
"align": {
|
|
4206
|
+
"values": [
|
|
4207
|
+
"start",
|
|
4208
|
+
"end"
|
|
4209
|
+
],
|
|
4210
|
+
"default": "start"
|
|
4211
|
+
},
|
|
4212
|
+
"variant": {
|
|
4213
|
+
"values": [
|
|
4214
|
+
"contained",
|
|
4215
|
+
"flat",
|
|
4216
|
+
"plain"
|
|
4217
|
+
],
|
|
4218
|
+
"default": "contained"
|
|
4219
|
+
}
|
|
4220
|
+
}
|
|
3988
4221
|
},
|
|
3989
4222
|
{
|
|
3990
4223
|
"name": "MessageBranchNext",
|
|
@@ -3992,7 +4225,24 @@
|
|
|
3992
4225
|
"kind": "component",
|
|
3993
4226
|
"importPath": "@actioneer/ads",
|
|
3994
4227
|
"module": "message",
|
|
3995
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4228
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4229
|
+
"variants": {
|
|
4230
|
+
"align": {
|
|
4231
|
+
"values": [
|
|
4232
|
+
"start",
|
|
4233
|
+
"end"
|
|
4234
|
+
],
|
|
4235
|
+
"default": "start"
|
|
4236
|
+
},
|
|
4237
|
+
"variant": {
|
|
4238
|
+
"values": [
|
|
4239
|
+
"contained",
|
|
4240
|
+
"flat",
|
|
4241
|
+
"plain"
|
|
4242
|
+
],
|
|
4243
|
+
"default": "contained"
|
|
4244
|
+
}
|
|
4245
|
+
}
|
|
3996
4246
|
},
|
|
3997
4247
|
{
|
|
3998
4248
|
"name": "MessageBranchPage",
|
|
@@ -4000,7 +4250,24 @@
|
|
|
4000
4250
|
"kind": "component",
|
|
4001
4251
|
"importPath": "@actioneer/ads",
|
|
4002
4252
|
"module": "message",
|
|
4003
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4253
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4254
|
+
"variants": {
|
|
4255
|
+
"align": {
|
|
4256
|
+
"values": [
|
|
4257
|
+
"start",
|
|
4258
|
+
"end"
|
|
4259
|
+
],
|
|
4260
|
+
"default": "start"
|
|
4261
|
+
},
|
|
4262
|
+
"variant": {
|
|
4263
|
+
"values": [
|
|
4264
|
+
"contained",
|
|
4265
|
+
"flat",
|
|
4266
|
+
"plain"
|
|
4267
|
+
],
|
|
4268
|
+
"default": "contained"
|
|
4269
|
+
}
|
|
4270
|
+
}
|
|
4004
4271
|
},
|
|
4005
4272
|
{
|
|
4006
4273
|
"name": "MessageBranchPrevious",
|
|
@@ -4008,7 +4275,24 @@
|
|
|
4008
4275
|
"kind": "component",
|
|
4009
4276
|
"importPath": "@actioneer/ads",
|
|
4010
4277
|
"module": "message",
|
|
4011
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4278
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4279
|
+
"variants": {
|
|
4280
|
+
"align": {
|
|
4281
|
+
"values": [
|
|
4282
|
+
"start",
|
|
4283
|
+
"end"
|
|
4284
|
+
],
|
|
4285
|
+
"default": "start"
|
|
4286
|
+
},
|
|
4287
|
+
"variant": {
|
|
4288
|
+
"values": [
|
|
4289
|
+
"contained",
|
|
4290
|
+
"flat",
|
|
4291
|
+
"plain"
|
|
4292
|
+
],
|
|
4293
|
+
"default": "contained"
|
|
4294
|
+
}
|
|
4295
|
+
}
|
|
4012
4296
|
},
|
|
4013
4297
|
{
|
|
4014
4298
|
"name": "MessageBranchSelector",
|
|
@@ -4016,7 +4300,24 @@
|
|
|
4016
4300
|
"kind": "component",
|
|
4017
4301
|
"importPath": "@actioneer/ads",
|
|
4018
4302
|
"module": "message",
|
|
4019
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4303
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4304
|
+
"variants": {
|
|
4305
|
+
"align": {
|
|
4306
|
+
"values": [
|
|
4307
|
+
"start",
|
|
4308
|
+
"end"
|
|
4309
|
+
],
|
|
4310
|
+
"default": "start"
|
|
4311
|
+
},
|
|
4312
|
+
"variant": {
|
|
4313
|
+
"values": [
|
|
4314
|
+
"contained",
|
|
4315
|
+
"flat",
|
|
4316
|
+
"plain"
|
|
4317
|
+
],
|
|
4318
|
+
"default": "contained"
|
|
4319
|
+
}
|
|
4320
|
+
}
|
|
4020
4321
|
},
|
|
4021
4322
|
{
|
|
4022
4323
|
"name": "MessageContent",
|
|
@@ -4024,7 +4325,17 @@
|
|
|
4024
4325
|
"kind": "component",
|
|
4025
4326
|
"importPath": "@actioneer/ads",
|
|
4026
4327
|
"module": "message",
|
|
4027
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4328
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4329
|
+
"variants": {
|
|
4330
|
+
"variant": {
|
|
4331
|
+
"values": [
|
|
4332
|
+
"contained",
|
|
4333
|
+
"flat",
|
|
4334
|
+
"plain"
|
|
4335
|
+
],
|
|
4336
|
+
"default": "contained"
|
|
4337
|
+
}
|
|
4338
|
+
}
|
|
4028
4339
|
},
|
|
4029
4340
|
{
|
|
4030
4341
|
"name": "MessageResponse",
|
|
@@ -4032,7 +4343,24 @@
|
|
|
4032
4343
|
"kind": "component",
|
|
4033
4344
|
"importPath": "@actioneer/ads",
|
|
4034
4345
|
"module": "message",
|
|
4035
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4346
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4347
|
+
"variants": {
|
|
4348
|
+
"align": {
|
|
4349
|
+
"values": [
|
|
4350
|
+
"start",
|
|
4351
|
+
"end"
|
|
4352
|
+
],
|
|
4353
|
+
"default": "start"
|
|
4354
|
+
},
|
|
4355
|
+
"variant": {
|
|
4356
|
+
"values": [
|
|
4357
|
+
"contained",
|
|
4358
|
+
"flat",
|
|
4359
|
+
"plain"
|
|
4360
|
+
],
|
|
4361
|
+
"default": "contained"
|
|
4362
|
+
}
|
|
4363
|
+
}
|
|
4036
4364
|
},
|
|
4037
4365
|
{
|
|
4038
4366
|
"name": "MessageToolbar",
|
|
@@ -4040,7 +4368,24 @@
|
|
|
4040
4368
|
"kind": "component",
|
|
4041
4369
|
"importPath": "@actioneer/ads",
|
|
4042
4370
|
"module": "message",
|
|
4043
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message"
|
|
4371
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/message",
|
|
4372
|
+
"variants": {
|
|
4373
|
+
"align": {
|
|
4374
|
+
"values": [
|
|
4375
|
+
"start",
|
|
4376
|
+
"end"
|
|
4377
|
+
],
|
|
4378
|
+
"default": "start"
|
|
4379
|
+
},
|
|
4380
|
+
"variant": {
|
|
4381
|
+
"values": [
|
|
4382
|
+
"contained",
|
|
4383
|
+
"flat",
|
|
4384
|
+
"plain"
|
|
4385
|
+
],
|
|
4386
|
+
"default": "contained"
|
|
4387
|
+
}
|
|
4388
|
+
}
|
|
4044
4389
|
},
|
|
4045
4390
|
{
|
|
4046
4391
|
"name": "Queue",
|
|
@@ -4162,30 +4507,6 @@
|
|
|
4162
4507
|
"module": "queue",
|
|
4163
4508
|
"showcaseUrl": "https://ads.actioneer.dev/#/ai/queue"
|
|
4164
4509
|
},
|
|
4165
|
-
{
|
|
4166
|
-
"name": "Reasoning",
|
|
4167
|
-
"family": "AI Elements",
|
|
4168
|
-
"kind": "component",
|
|
4169
|
-
"importPath": "@actioneer/ads",
|
|
4170
|
-
"module": "reasoning",
|
|
4171
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/reasoning"
|
|
4172
|
-
},
|
|
4173
|
-
{
|
|
4174
|
-
"name": "ReasoningContent",
|
|
4175
|
-
"family": "AI Elements",
|
|
4176
|
-
"kind": "component",
|
|
4177
|
-
"importPath": "@actioneer/ads",
|
|
4178
|
-
"module": "reasoning",
|
|
4179
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/reasoning"
|
|
4180
|
-
},
|
|
4181
|
-
{
|
|
4182
|
-
"name": "ReasoningTrigger",
|
|
4183
|
-
"family": "AI Elements",
|
|
4184
|
-
"kind": "component",
|
|
4185
|
-
"importPath": "@actioneer/ads",
|
|
4186
|
-
"module": "reasoning",
|
|
4187
|
-
"showcaseUrl": "https://ads.actioneer.dev/#/ai/reasoning"
|
|
4188
|
-
},
|
|
4189
4510
|
{
|
|
4190
4511
|
"name": "Shimmer",
|
|
4191
4512
|
"family": "AI Elements",
|
|
@@ -4410,14 +4731,14 @@
|
|
|
4410
4731
|
"module": "chain-of-thought"
|
|
4411
4732
|
},
|
|
4412
4733
|
{
|
|
4413
|
-
"name": "
|
|
4734
|
+
"name": "ChainOfThoughtImageProps",
|
|
4414
4735
|
"family": "AI Elements",
|
|
4415
4736
|
"kind": "type",
|
|
4416
4737
|
"importPath": "@actioneer/ads",
|
|
4417
4738
|
"module": "chain-of-thought"
|
|
4418
4739
|
},
|
|
4419
4740
|
{
|
|
4420
|
-
"name": "
|
|
4741
|
+
"name": "ChainOfThoughtItemProps",
|
|
4421
4742
|
"family": "AI Elements",
|
|
4422
4743
|
"kind": "type",
|
|
4423
4744
|
"importPath": "@actioneer/ads",
|
|
@@ -4444,6 +4765,13 @@
|
|
|
4444
4765
|
"importPath": "@actioneer/ads",
|
|
4445
4766
|
"module": "chain-of-thought"
|
|
4446
4767
|
},
|
|
4768
|
+
{
|
|
4769
|
+
"name": "ChainOfThoughtStatus",
|
|
4770
|
+
"family": "AI Elements",
|
|
4771
|
+
"kind": "type",
|
|
4772
|
+
"importPath": "@actioneer/ads",
|
|
4773
|
+
"module": "chain-of-thought"
|
|
4774
|
+
},
|
|
4447
4775
|
{
|
|
4448
4776
|
"name": "ChainOfThoughtStepProps",
|
|
4449
4777
|
"family": "AI Elements",
|
|
@@ -4451,6 +4779,13 @@
|
|
|
4451
4779
|
"importPath": "@actioneer/ads",
|
|
4452
4780
|
"module": "chain-of-thought"
|
|
4453
4781
|
},
|
|
4782
|
+
{
|
|
4783
|
+
"name": "ChainOfThoughtTriggerProps",
|
|
4784
|
+
"family": "AI Elements",
|
|
4785
|
+
"kind": "type",
|
|
4786
|
+
"importPath": "@actioneer/ads",
|
|
4787
|
+
"module": "chain-of-thought"
|
|
4788
|
+
},
|
|
4454
4789
|
{
|
|
4455
4790
|
"name": "InlineCitationCardBodyProps",
|
|
4456
4791
|
"family": "AI Elements",
|
|
@@ -4794,27 +5129,6 @@
|
|
|
4794
5129
|
"importPath": "@actioneer/ads",
|
|
4795
5130
|
"module": "queue"
|
|
4796
5131
|
},
|
|
4797
|
-
{
|
|
4798
|
-
"name": "ReasoningContentProps",
|
|
4799
|
-
"family": "AI Elements",
|
|
4800
|
-
"kind": "type",
|
|
4801
|
-
"importPath": "@actioneer/ads",
|
|
4802
|
-
"module": "reasoning"
|
|
4803
|
-
},
|
|
4804
|
-
{
|
|
4805
|
-
"name": "ReasoningProps",
|
|
4806
|
-
"family": "AI Elements",
|
|
4807
|
-
"kind": "type",
|
|
4808
|
-
"importPath": "@actioneer/ads",
|
|
4809
|
-
"module": "reasoning"
|
|
4810
|
-
},
|
|
4811
|
-
{
|
|
4812
|
-
"name": "ReasoningTriggerProps",
|
|
4813
|
-
"family": "AI Elements",
|
|
4814
|
-
"kind": "type",
|
|
4815
|
-
"importPath": "@actioneer/ads",
|
|
4816
|
-
"module": "reasoning"
|
|
4817
|
-
},
|
|
4818
5132
|
{
|
|
4819
5133
|
"name": "SpeechInputProps",
|
|
4820
5134
|
"family": "AI Elements",
|
|
@@ -5004,13 +5318,6 @@
|
|
|
5004
5318
|
"importPath": "@actioneer/ads",
|
|
5005
5319
|
"module": "voice"
|
|
5006
5320
|
},
|
|
5007
|
-
{
|
|
5008
|
-
"name": "useReasoning",
|
|
5009
|
-
"family": "AI Elements",
|
|
5010
|
-
"kind": "hook",
|
|
5011
|
-
"importPath": "@actioneer/ads",
|
|
5012
|
-
"module": "reasoning"
|
|
5013
|
-
},
|
|
5014
5321
|
{
|
|
5015
5322
|
"name": "Tool",
|
|
5016
5323
|
"family": "AI Elements",
|
|
@@ -6058,6 +6365,24 @@
|
|
|
6058
6365
|
"vendored": true,
|
|
6059
6366
|
"note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export."
|
|
6060
6367
|
},
|
|
6368
|
+
{
|
|
6369
|
+
"name": "useComposer",
|
|
6370
|
+
"family": "Chat",
|
|
6371
|
+
"kind": "hook",
|
|
6372
|
+
"importPath": "@actioneer/ads",
|
|
6373
|
+
"module": "primitives",
|
|
6374
|
+
"vendored": true,
|
|
6375
|
+
"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."
|
|
6376
|
+
},
|
|
6377
|
+
{
|
|
6378
|
+
"name": "useComposerRuntime",
|
|
6379
|
+
"family": "Chat",
|
|
6380
|
+
"kind": "hook",
|
|
6381
|
+
"importPath": "@actioneer/ads",
|
|
6382
|
+
"module": "primitives",
|
|
6383
|
+
"vendored": true,
|
|
6384
|
+
"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."
|
|
6385
|
+
},
|
|
6061
6386
|
{
|
|
6062
6387
|
"name": "useLocalRuntime",
|
|
6063
6388
|
"family": "Chat",
|
|
@@ -6255,6 +6580,15 @@
|
|
|
6255
6580
|
"module": "tool-group",
|
|
6256
6581
|
"vendored": true,
|
|
6257
6582
|
"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."
|
|
6583
|
+
},
|
|
6584
|
+
{
|
|
6585
|
+
"name": "unstable_useSlashCommandAdapter",
|
|
6586
|
+
"family": "Chat",
|
|
6587
|
+
"kind": "util",
|
|
6588
|
+
"importPath": "@actioneer/ads",
|
|
6589
|
+
"module": "primitives",
|
|
6590
|
+
"vendored": true,
|
|
6591
|
+
"note": "Vendored assistant-ui component. Props follow upstream assistant-ui, not ADS conventions; the chat family needs an <AssistantRuntimeProvider> (chat runtime) and a <TooltipProvider> ancestor. Import from \"@actioneer/ads\" like any ADS export."
|
|
6258
6592
|
}
|
|
6259
6593
|
],
|
|
6260
6594
|
"principles": [
|