@actioneer/ads-mcp 0.5.0 → 0.5.2
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 +70 -8
- 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
|
+
"version": "0.5.2",
|
|
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": 684,
|
|
20
|
+
"component": 329,
|
|
21
|
+
"type": 292,
|
|
22
22
|
"hook": 10,
|
|
23
23
|
"util": 53
|
|
24
24
|
},
|
|
@@ -362,6 +362,24 @@
|
|
|
362
362
|
"importPath": "@actioneer/ads",
|
|
363
363
|
"module": "interactive"
|
|
364
364
|
},
|
|
365
|
+
{
|
|
366
|
+
"name": "AudioWaveform",
|
|
367
|
+
"family": "Foundations",
|
|
368
|
+
"kind": "component",
|
|
369
|
+
"importPath": "@actioneer/ads",
|
|
370
|
+
"module": "audio-waveform",
|
|
371
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/audio-waveform",
|
|
372
|
+
"props": [
|
|
373
|
+
"src",
|
|
374
|
+
"durationSeconds",
|
|
375
|
+
"contentType",
|
|
376
|
+
"channels",
|
|
377
|
+
"topLabel",
|
|
378
|
+
"bottomLabel",
|
|
379
|
+
"downloadName",
|
|
380
|
+
"className"
|
|
381
|
+
]
|
|
382
|
+
},
|
|
365
383
|
{
|
|
366
384
|
"name": "Button",
|
|
367
385
|
"family": "Foundations",
|
|
@@ -756,6 +774,13 @@
|
|
|
756
774
|
"as"
|
|
757
775
|
]
|
|
758
776
|
},
|
|
777
|
+
{
|
|
778
|
+
"name": "AudioWaveformProps",
|
|
779
|
+
"family": "Foundations",
|
|
780
|
+
"kind": "type",
|
|
781
|
+
"importPath": "@actioneer/ads",
|
|
782
|
+
"module": "audio-waveform"
|
|
783
|
+
},
|
|
759
784
|
{
|
|
760
785
|
"name": "ButtonProps",
|
|
761
786
|
"family": "Foundations",
|
|
@@ -1318,7 +1343,7 @@
|
|
|
1318
1343
|
"kind": "component",
|
|
1319
1344
|
"importPath": "@actioneer/ads",
|
|
1320
1345
|
"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. 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.",
|
|
1346
|
+
"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. SELECTION-DRIVEN DETAIL RAILS (inspector/detail panels tied to a selected row, node, or category) are CLOSED BY DEFAULT: the slot mounts only while a selection exists and unmounts on deselect. Never render a placeholder rail ('Select a row to see details') — an empty rail is chrome that claims space and implies a selection the user hasn't made. Header anatomy when open: uppercase kicker (what kind of thing is selected) + title + close affordance, then a scrollable body. Never hand-roll the panel with translate-x + backdrop — that's this component.",
|
|
1322
1347
|
"showcaseUrl": "https://ads.actioneer.dev/#/drawer",
|
|
1323
1348
|
"variants": {
|
|
1324
1349
|
"side": {
|
|
@@ -2600,7 +2625,7 @@
|
|
|
2600
2625
|
"kind": "component",
|
|
2601
2626
|
"importPath": "@actioneer/ads",
|
|
2602
2627
|
"module": "table",
|
|
2603
|
-
"description": "Use Table for structured tabular data that may need row selection, column sorting, sticky columns, or a paginated footer — not for simple key-value lists.",
|
|
2628
|
+
"description": "Use Table for structured tabular data that may need row selection, column sorting, sticky columns, or a paginated footer — not for simple key-value lists. Interactive rows inherit the shared soft neutral hover/focus sink and keep their normal table geometry; do not add a brand tint or hover-only corner rounding. Primary record links stay text-only in every state: never reveal an arrow, chevron, or other directional icon only on hover. Persistent row actions use a final sticky-right column plus elevatedActionColumn so one body-column shadow lifts the action surface instead of repeating on individual cells. The empty matching header cell remains transparent and non-sticky.",
|
|
2604
2629
|
"showcaseUrl": "https://ads.actioneer.dev/#/table",
|
|
2605
2630
|
"props": [
|
|
2606
2631
|
"wrapperClassName",
|
|
@@ -2609,6 +2634,8 @@
|
|
|
2609
2634
|
"selectedKeys",
|
|
2610
2635
|
"onSelectionChange",
|
|
2611
2636
|
"rowKeys",
|
|
2637
|
+
"elevatedActionColumn",
|
|
2638
|
+
"actionColumnWidth",
|
|
2612
2639
|
"sortDescriptor",
|
|
2613
2640
|
"onSortChange"
|
|
2614
2641
|
]
|
|
@@ -3986,7 +4013,7 @@
|
|
|
3986
4013
|
"kind": "component",
|
|
3987
4014
|
"importPath": "@actioneer/ads",
|
|
3988
4015
|
"module": "breadcrumbs",
|
|
3989
|
-
"description": "Use to show a page's location in a hierarchy as a trail of parent links ending in the current page.",
|
|
4016
|
+
"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.",
|
|
3990
4017
|
"showcaseUrl": "https://ads.actioneer.dev/#/breadcrumbs"
|
|
3991
4018
|
},
|
|
3992
4019
|
{
|
|
@@ -5399,6 +5426,20 @@
|
|
|
5399
5426
|
"module": "tool",
|
|
5400
5427
|
"showcaseUrl": "https://ads.actioneer.dev/#/ai/tool"
|
|
5401
5428
|
},
|
|
5429
|
+
{
|
|
5430
|
+
"name": "Transcript",
|
|
5431
|
+
"family": "AI Elements",
|
|
5432
|
+
"kind": "component",
|
|
5433
|
+
"importPath": "@actioneer/ads",
|
|
5434
|
+
"module": "transcript",
|
|
5435
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/ai/transcript",
|
|
5436
|
+
"props": [
|
|
5437
|
+
"turns",
|
|
5438
|
+
"agentLabel",
|
|
5439
|
+
"userLabel",
|
|
5440
|
+
"emptyMessage"
|
|
5441
|
+
]
|
|
5442
|
+
},
|
|
5402
5443
|
{
|
|
5403
5444
|
"name": "Voice",
|
|
5404
5445
|
"family": "AI Elements",
|
|
@@ -6124,6 +6165,27 @@
|
|
|
6124
6165
|
"importPath": "@actioneer/ads",
|
|
6125
6166
|
"module": "tool"
|
|
6126
6167
|
},
|
|
6168
|
+
{
|
|
6169
|
+
"name": "TranscriptProps",
|
|
6170
|
+
"family": "AI Elements",
|
|
6171
|
+
"kind": "type",
|
|
6172
|
+
"importPath": "@actioneer/ads",
|
|
6173
|
+
"module": "transcript"
|
|
6174
|
+
},
|
|
6175
|
+
{
|
|
6176
|
+
"name": "TranscriptTone",
|
|
6177
|
+
"family": "AI Elements",
|
|
6178
|
+
"kind": "type",
|
|
6179
|
+
"importPath": "@actioneer/ads",
|
|
6180
|
+
"module": "transcript"
|
|
6181
|
+
},
|
|
6182
|
+
{
|
|
6183
|
+
"name": "TranscriptTurn",
|
|
6184
|
+
"family": "AI Elements",
|
|
6185
|
+
"kind": "type",
|
|
6186
|
+
"importPath": "@actioneer/ads",
|
|
6187
|
+
"module": "transcript"
|
|
6188
|
+
},
|
|
6127
6189
|
{
|
|
6128
6190
|
"name": "VoiceConnectButtonProps",
|
|
6129
6191
|
"family": "AI Elements",
|
|
@@ -7462,7 +7524,7 @@
|
|
|
7462
7524
|
"rule": "Delineate SURFACES (cards, panels, sidebars, page regions) with color contrast, elevation, and spacing — not borders. Aim for ~75% shadow/fill, 25% strokes: form controls and floating menus keep a subtle border so they read as interactive; surfaces do not.",
|
|
7463
7525
|
"do": [
|
|
7464
7526
|
"Separate regions by fill color first: bg-background → bg-surface → bg-card/bg-elevated → bg-muted.",
|
|
7465
|
-
"
|
|
7527
|
+
"Use border-border for outline buttons and lightweight action rows; reserve border-input for form controls (input, select, textarea, checkbox, radio, segmented-control track) and floating menus (dropdown, popover, listboxes).",
|
|
7466
7528
|
"Keep strokes on focus rings, the outline Button/Badge/Chip variants, Kbd, Divider, the Tree connector rail, and functional color swatches."
|
|
7467
7529
|
],
|
|
7468
7530
|
"dont": [
|