@actioneer/ads-mcp 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/manifest.json +22 -5
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actioneer/ads",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"importPath": "@actioneer/ads",
|
|
5
5
|
"styleImport": "@import \"@actioneer/ads/styles.css\";",
|
|
6
6
|
"families": [
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"Chat"
|
|
17
17
|
],
|
|
18
18
|
"counts": {
|
|
19
|
-
"total":
|
|
19
|
+
"total": 669,
|
|
20
20
|
"component": 322,
|
|
21
|
-
"type":
|
|
21
|
+
"type": 284,
|
|
22
22
|
"hook": 10,
|
|
23
23
|
"util": 53
|
|
24
24
|
},
|
|
@@ -721,15 +721,22 @@
|
|
|
721
721
|
"values": [
|
|
722
722
|
"complete",
|
|
723
723
|
"current",
|
|
724
|
-
"upcoming"
|
|
724
|
+
"upcoming",
|
|
725
|
+
"error"
|
|
725
726
|
],
|
|
726
727
|
"default": "upcoming"
|
|
728
|
+
},
|
|
729
|
+
"size": {
|
|
730
|
+
"values": [
|
|
731
|
+
"sm",
|
|
732
|
+
"md"
|
|
733
|
+
],
|
|
734
|
+
"default": "md"
|
|
727
735
|
}
|
|
728
736
|
},
|
|
729
737
|
"props": [
|
|
730
738
|
"steps",
|
|
731
739
|
"activeIndex",
|
|
732
|
-
"orientation",
|
|
733
740
|
"onSelect"
|
|
734
741
|
]
|
|
735
742
|
},
|
|
@@ -5204,6 +5211,8 @@
|
|
|
5204
5211
|
"stepCount",
|
|
5205
5212
|
"summary",
|
|
5206
5213
|
"sticky",
|
|
5214
|
+
"collapsible",
|
|
5215
|
+
"activityPlacement",
|
|
5207
5216
|
"open",
|
|
5208
5217
|
"defaultOpen",
|
|
5209
5218
|
"onOpenChange",
|
|
@@ -5353,6 +5362,7 @@
|
|
|
5353
5362
|
"className",
|
|
5354
5363
|
"volume",
|
|
5355
5364
|
"palette",
|
|
5365
|
+
"seed",
|
|
5356
5366
|
"onReady"
|
|
5357
5367
|
]
|
|
5358
5368
|
},
|
|
@@ -5447,6 +5457,13 @@
|
|
|
5447
5457
|
"importPath": "@actioneer/ads",
|
|
5448
5458
|
"module": "chart"
|
|
5449
5459
|
},
|
|
5460
|
+
{
|
|
5461
|
+
"name": "ChainOfThoughtConnector",
|
|
5462
|
+
"family": "AI Elements",
|
|
5463
|
+
"kind": "type",
|
|
5464
|
+
"importPath": "@actioneer/ads",
|
|
5465
|
+
"module": "chain-of-thought"
|
|
5466
|
+
},
|
|
5450
5467
|
{
|
|
5451
5468
|
"name": "ChainOfThoughtContentProps",
|
|
5452
5469
|
"family": "AI Elements",
|