@actioneer/ads-mcp 0.3.1 → 0.5.0
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 +87 -8
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actioneer/ads",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
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":
|
|
20
|
-
"component":
|
|
21
|
-
"type":
|
|
19
|
+
"total": 678,
|
|
20
|
+
"component": 327,
|
|
21
|
+
"type": 288,
|
|
22
22
|
"hook": 10,
|
|
23
23
|
"util": 53
|
|
24
24
|
},
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"text-brand",
|
|
149
149
|
"border-brand"
|
|
150
150
|
],
|
|
151
|
-
"description": "Brand (
|
|
151
|
+
"description": "Brand (Sage green) — used for solid fills / primary actions, not body text"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"name": "--color-brand-foreground",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"text-brand-foreground",
|
|
158
158
|
"bg-brand-foreground"
|
|
159
159
|
],
|
|
160
|
-
"description": "Brand (
|
|
160
|
+
"description": "Brand (Sage green) — used for solid fills / primary actions, not body text"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"name": "--color-brand-hover",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"text-brand-hover",
|
|
168
168
|
"border-brand-hover"
|
|
169
169
|
],
|
|
170
|
-
"description": "Brand (
|
|
170
|
+
"description": "Brand (Sage green) — used for solid fills / primary actions, not body text"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"name": "--color-fill",
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
"kind": "component",
|
|
1319
1319
|
"importPath": "@actioneer/ads",
|
|
1320
1320
|
"module": "drawer",
|
|
1321
|
-
"description": "Use the portaled Drawer for a focused, blocking task (form, details, settings) that slides in over the page with a backdrop and focus trap; use InlineDrawer instead for a contextual panel that must stay in-flow beside content the user still needs.",
|
|
1321
|
+
"description": "Use the portaled Drawer for a focused, blocking task (form, details, settings) that slides in over the page with a backdrop and focus trap; use InlineDrawer instead for a contextual panel that must stay in-flow beside content the user still needs. The inline Drawer is a flat white panel (bg-card, no shadow, no border) that reads ONLY by fill contrast, so it MUST sit as a sibling of its content inside a bg-surface flex row — on a white (bg-background) parent it is invisible. If it doesn't read, tint the ground; never add a border or shadow to force it.",
|
|
1322
1322
|
"showcaseUrl": "https://ads.actioneer.dev/#/drawer",
|
|
1323
1323
|
"variants": {
|
|
1324
1324
|
"side": {
|
|
@@ -3785,6 +3785,38 @@
|
|
|
3785
3785
|
"module": "brand-texture",
|
|
3786
3786
|
"showcaseUrl": "https://ads.actioneer.dev/#/brand-texture"
|
|
3787
3787
|
},
|
|
3788
|
+
{
|
|
3789
|
+
"name": "EmptyConnections",
|
|
3790
|
+
"family": "Feedback",
|
|
3791
|
+
"kind": "component",
|
|
3792
|
+
"importPath": "@actioneer/ads",
|
|
3793
|
+
"module": "empty-state",
|
|
3794
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/empty-state"
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"name": "EmptyDocuments",
|
|
3798
|
+
"family": "Feedback",
|
|
3799
|
+
"kind": "component",
|
|
3800
|
+
"importPath": "@actioneer/ads",
|
|
3801
|
+
"module": "empty-state",
|
|
3802
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/empty-state"
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"name": "EmptyInsights",
|
|
3806
|
+
"family": "Feedback",
|
|
3807
|
+
"kind": "component",
|
|
3808
|
+
"importPath": "@actioneer/ads",
|
|
3809
|
+
"module": "empty-state",
|
|
3810
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/empty-state"
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"name": "EmptySearch",
|
|
3814
|
+
"family": "Feedback",
|
|
3815
|
+
"kind": "component",
|
|
3816
|
+
"importPath": "@actioneer/ads",
|
|
3817
|
+
"module": "empty-state",
|
|
3818
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/empty-state"
|
|
3819
|
+
},
|
|
3788
3820
|
{
|
|
3789
3821
|
"name": "EmptyState",
|
|
3790
3822
|
"family": "Feedback",
|
|
@@ -3795,6 +3827,7 @@
|
|
|
3795
3827
|
"showcaseUrl": "https://ads.actioneer.dev/#/empty-state",
|
|
3796
3828
|
"props": [
|
|
3797
3829
|
"icon",
|
|
3830
|
+
"illustration",
|
|
3798
3831
|
"title",
|
|
3799
3832
|
"description",
|
|
3800
3833
|
"action"
|
|
@@ -4409,6 +4442,23 @@
|
|
|
4409
4442
|
"importPath": "@actioneer/ads",
|
|
4410
4443
|
"module": "selection-action-bar"
|
|
4411
4444
|
},
|
|
4445
|
+
{
|
|
4446
|
+
"name": "AgentTrace",
|
|
4447
|
+
"family": "AI Elements",
|
|
4448
|
+
"kind": "component",
|
|
4449
|
+
"importPath": "@actioneer/ads",
|
|
4450
|
+
"module": "agent-trace",
|
|
4451
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/agent-trace",
|
|
4452
|
+
"props": [
|
|
4453
|
+
"steps",
|
|
4454
|
+
"mainAgent",
|
|
4455
|
+
"slowSeconds",
|
|
4456
|
+
"reviewedStepIds",
|
|
4457
|
+
"onSendForReview",
|
|
4458
|
+
"slowMessage",
|
|
4459
|
+
"renderCall"
|
|
4460
|
+
]
|
|
4461
|
+
},
|
|
4412
4462
|
{
|
|
4413
4463
|
"name": "AIChart",
|
|
4414
4464
|
"family": "AI Elements",
|
|
@@ -5363,6 +5413,7 @@
|
|
|
5363
5413
|
"volume",
|
|
5364
5414
|
"palette",
|
|
5365
5415
|
"seed",
|
|
5416
|
+
"fill",
|
|
5366
5417
|
"onReady"
|
|
5367
5418
|
]
|
|
5368
5419
|
},
|
|
@@ -5436,6 +5487,34 @@
|
|
|
5436
5487
|
"className"
|
|
5437
5488
|
]
|
|
5438
5489
|
},
|
|
5490
|
+
{
|
|
5491
|
+
"name": "AgentTraceCall",
|
|
5492
|
+
"family": "AI Elements",
|
|
5493
|
+
"kind": "type",
|
|
5494
|
+
"importPath": "@actioneer/ads",
|
|
5495
|
+
"module": "agent-trace"
|
|
5496
|
+
},
|
|
5497
|
+
{
|
|
5498
|
+
"name": "AgentTraceProps",
|
|
5499
|
+
"family": "AI Elements",
|
|
5500
|
+
"kind": "type",
|
|
5501
|
+
"importPath": "@actioneer/ads",
|
|
5502
|
+
"module": "agent-trace"
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"name": "AgentTraceStep",
|
|
5506
|
+
"family": "AI Elements",
|
|
5507
|
+
"kind": "type",
|
|
5508
|
+
"importPath": "@actioneer/ads",
|
|
5509
|
+
"module": "agent-trace"
|
|
5510
|
+
},
|
|
5511
|
+
{
|
|
5512
|
+
"name": "AgentTraceStepStatus",
|
|
5513
|
+
"family": "AI Elements",
|
|
5514
|
+
"kind": "type",
|
|
5515
|
+
"importPath": "@actioneer/ads",
|
|
5516
|
+
"module": "agent-trace"
|
|
5517
|
+
},
|
|
5439
5518
|
{
|
|
5440
5519
|
"name": "AIChartProgress",
|
|
5441
5520
|
"family": "AI Elements",
|