@actioneer/ads-mcp 0.5.5 → 0.5.7

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 +125 -13
  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.5",
3
+ "version": "0.5.7",
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": 782,
20
- "component": 352,
21
- "type": 342,
19
+ "total": 792,
20
+ "component": 357,
21
+ "type": 347,
22
22
  "hook": 10,
23
23
  "util": 78
24
24
  },
@@ -148,7 +148,7 @@
148
148
  "text-brand",
149
149
  "border-brand"
150
150
  ],
151
- "description": "Brand (Sage green)used for solid fills / primary actions, not body text"
151
+ "description": "Compatibility action roleneutral ink, never a colored primary hue."
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 (Sage green)used for solid fills / primary actions, not body text"
160
+ "description": "Compatibility action roleneutral ink, never a colored primary hue."
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 (Sage green)used for solid fills / primary actions, not body text"
170
+ "description": "Compatibility action roleneutral ink, never a colored primary hue."
171
171
  },
172
172
  {
173
173
  "name": "--color-brand-text",
@@ -177,7 +177,7 @@
177
177
  "text-brand-text",
178
178
  "border-brand-text"
179
179
  ],
180
- "description": "Brand (Sage green)used for solid fills / primary actions, not body text"
180
+ "description": "Compatibility action roleneutral ink, never a colored primary hue."
181
181
  },
182
182
  {
183
183
  "name": "--color-fill",
@@ -2068,6 +2068,63 @@
2068
2068
  "kind"
2069
2069
  ]
2070
2070
  },
2071
+ {
2072
+ "name": "AnswerSourceChip",
2073
+ "family": "Data display",
2074
+ "kind": "component",
2075
+ "importPath": "@actioneer/ads",
2076
+ "module": "answer-sources",
2077
+ "description": "Use the blue connector/source chip inside AnswerSources to open only the referenced nodes represented by that chip in the shell's inspector.",
2078
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/sources",
2079
+ "props": [
2080
+ "icon",
2081
+ "count",
2082
+ "children"
2083
+ ]
2084
+ },
2085
+ {
2086
+ "name": "AnswerSourceInspector",
2087
+ "family": "Data display",
2088
+ "kind": "component",
2089
+ "importPath": "@actioneer/ads",
2090
+ "module": "answer-sources",
2091
+ "description": "Render as a separate white shell-level panel beside the answer when a source chip is selected; close and unmount it when the selection clears.",
2092
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/sources",
2093
+ "props": [
2094
+ "description",
2095
+ "title",
2096
+ "children"
2097
+ ]
2098
+ },
2099
+ {
2100
+ "name": "AnswerSourceItem",
2101
+ "family": "Data display",
2102
+ "kind": "component",
2103
+ "importPath": "@actioneer/ads",
2104
+ "module": "answer-sources",
2105
+ "description": "Use as an outlined clickable row inside AnswerSourceInspector for one referenced table or node, including its parent source, read state, and optional status.",
2106
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/sources",
2107
+ "props": [
2108
+ "name",
2109
+ "source",
2110
+ "description",
2111
+ "status",
2112
+ "icon"
2113
+ ]
2114
+ },
2115
+ {
2116
+ "name": "AnswerSources",
2117
+ "family": "Data display",
2118
+ "kind": "component",
2119
+ "importPath": "@actioneer/ads",
2120
+ "module": "answer-sources",
2121
+ "description": "Place immediately above an answer's follow-up questions to summarize the referenced nodes and group them into clickable AnswerSourceChips.",
2122
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/sources",
2123
+ "props": [
2124
+ "count",
2125
+ "label"
2126
+ ]
2127
+ },
2071
2128
  {
2072
2129
  "name": "AreaChart",
2073
2130
  "family": "Data display",
@@ -3042,6 +3099,7 @@
3042
3099
  "actionColumnWidth",
3043
3100
  "sortDescriptor",
3044
3101
  "onSortChange",
3102
+ "allowsSorting",
3045
3103
  "isStatic"
3046
3104
  ]
3047
3105
  },
@@ -3086,7 +3144,8 @@
3086
3144
  "showcaseUrl": "https://ads.actioneer.dev/#/table",
3087
3145
  "props": [
3088
3146
  "align",
3089
- "sticky"
3147
+ "sticky",
3148
+ "sortValue"
3090
3149
  ]
3091
3150
  },
3092
3151
  {
@@ -3099,7 +3158,9 @@
3099
3158
  "props": [
3100
3159
  "align",
3101
3160
  "sticky",
3102
- "sortKey"
3161
+ "sortKey",
3162
+ "allowsSorting",
3163
+ "_sortColumnIndex"
3103
3164
  ]
3104
3165
  },
3105
3166
  {
@@ -3466,6 +3527,34 @@
3466
3527
  "importPath": "@actioneer/ads",
3467
3528
  "module": "answer"
3468
3529
  },
3530
+ {
3531
+ "name": "AnswerSourceChipProps",
3532
+ "family": "Data display",
3533
+ "kind": "type",
3534
+ "importPath": "@actioneer/ads",
3535
+ "module": "answer-sources"
3536
+ },
3537
+ {
3538
+ "name": "AnswerSourceInspectorProps",
3539
+ "family": "Data display",
3540
+ "kind": "type",
3541
+ "importPath": "@actioneer/ads",
3542
+ "module": "answer-sources"
3543
+ },
3544
+ {
3545
+ "name": "AnswerSourceItemProps",
3546
+ "family": "Data display",
3547
+ "kind": "type",
3548
+ "importPath": "@actioneer/ads",
3549
+ "module": "answer-sources"
3550
+ },
3551
+ {
3552
+ "name": "AnswerSourcesProps",
3553
+ "family": "Data display",
3554
+ "kind": "type",
3555
+ "importPath": "@actioneer/ads",
3556
+ "module": "answer-sources"
3557
+ },
3469
3558
  {
3470
3559
  "name": "AnswerSpec",
3471
3560
  "family": "Data display",
@@ -4766,6 +4855,7 @@
4766
4855
  "mask",
4767
4856
  "motion",
4768
4857
  "motionMode",
4858
+ "interactionColor",
4769
4859
  "hero"
4770
4860
  ]
4771
4861
  },
@@ -5090,7 +5180,7 @@
5090
5180
  "kind": "component",
5091
5181
  "importPath": "@actioneer/ads",
5092
5182
  "module": "sidebar",
5093
- "description": "Use as the app's left navigation rail compose it from SidebarHeader/SidebarBrand, SidebarNav (sections of SidebarItems), optional SidebarHistory, and a SidebarFooter with SidebarAccount, with an opt-in collapsed icon-rail mode (⌘B/Ctrl-B) that every sub-part reads automatically.",
5183
+ "description": "Use as the app's left navigation rail. The canonical Actioneer shell composes SidebarBrand with persistent header actions, SidebarAction above grouped SidebarItems, optional attention counts and SidebarHistory, then SidebarAccount in a pinned footer. Its opt-in collapsed icon-rail mode (⌘B/Ctrl-B) is shared automatically by every sub-part.",
5094
5184
  "showcaseUrl": "https://ads.actioneer.dev/#/sidebar",
5095
5185
  "props": [
5096
5186
  "collapsed",
@@ -7649,6 +7739,17 @@
7649
7739
  "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.",
7650
7740
  "showcaseUrl": "https://ads.actioneer.dev/#/demo/ask"
7651
7741
  },
7742
+ {
7743
+ "name": "FollowUpQuestion",
7744
+ "family": "Chat",
7745
+ "kind": "component",
7746
+ "importPath": "@actioneer/ads",
7747
+ "module": "follow-up-suggestions",
7748
+ "vendored": true,
7749
+ "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.",
7750
+ "description": "Use for the two or three full-width next-question rows that close a structured answer, immediately after its source strip; show the exact prompt that clicking will send.",
7751
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/follow-up-suggestions"
7752
+ },
7652
7753
  {
7653
7754
  "name": "FollowUpSuggestion",
7654
7755
  "family": "Chat",
@@ -7657,7 +7758,8 @@
7657
7758
  "module": "follow-up-suggestions",
7658
7759
  "vendored": true,
7659
7760
  "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"
7761
+ "description": "Use only for compact runtime suggestion chips above the composer; use FollowUpQuestion for the larger answer-ending question rows.",
7762
+ "showcaseUrl": "https://ads.actioneer.dev/#/ai/follow-up-suggestions"
7661
7763
  },
7662
7764
  {
7663
7765
  "name": "Image",
@@ -8184,6 +8286,15 @@
8184
8286
  "vendored": true,
8185
8287
  "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."
8186
8288
  },
8289
+ {
8290
+ "name": "FollowUpQuestionProps",
8291
+ "family": "Chat",
8292
+ "kind": "type",
8293
+ "importPath": "@actioneer/ads",
8294
+ "module": "follow-up-suggestions",
8295
+ "vendored": true,
8296
+ "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."
8297
+ },
8187
8298
  {
8188
8299
  "name": "FollowUpSuggestionProps",
8189
8300
  "family": "Chat",
@@ -8682,7 +8793,7 @@
8682
8793
  "id": "minimal-information",
8683
8794
  "number": 8,
8684
8795
  "title": "Minimal information per screen",
8685
- "rule": "A screen carries ONLY what the user needs to move forward: one title, at most one short supporting line, the inputs, one primary action. Never maximalist. Promote the one message that matters typographically instead of appending muted fine print.",
8796
+ "rule": "A screen carries ONLY what the user needs to move forward: one title, the inputs, one primary action. Page, section, panel, modal, dialog, drawer, and popover headers are title-only by default; add a description only when the user explicitly asks for one. Never maximalist.",
8686
8797
  "do": [
8687
8798
  "Prefer more, smaller steps over dense ones; ask one thing at a time.",
8688
8799
  "Derive instead of asking whenever possible (a name from a work email, the company from its domain).",
@@ -8690,6 +8801,7 @@
8690
8801
  ],
8691
8802
  "dont": [
8692
8803
  "Add section eyebrows above a title that already names the screen, or helper text that restates the obvious / duplicates a disabled button's meaning.",
8804
+ "Add any header description unless the user explicitly requested supporting copy for that page, section, panel, modal, dialog, drawer, or popover.",
8693
8805
  "Nest panel/step-rail chrome inside a multi-step flow."
8694
8806
  ],
8695
8807
  "enforcedByLint": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actioneer/ads-mcp",
3
- "version": "0.5.5",
3
+ "version": "0.5.7",
4
4
  "description": "ADS MCP server: lets an agent in Claude Code / Cursor discover and import the Actioneer Design System",
5
5
  "type": "module",
6
6
  "bin": {