@kanso-protocol/mcp 2.0.1 → 2.0.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 +9 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
3
|
-
"version": "2.0.
|
|
2
|
+
"generatedAt": "2026-05-12T12:37:37.691Z",
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"totals": {
|
|
5
5
|
"components": 54,
|
|
6
6
|
"patterns": 22,
|
|
@@ -4324,6 +4324,7 @@
|
|
|
4324
4324
|
"description": "Kanso Protocol — Tooltip\n\nDark, compact hint body with an optional directional arrow. This component\nrenders only the visual chrome — **positioning is the caller's\nresponsibility**. Pair with a directive (hover / focus handling, floating\nUI placement, z-index, portal) to make it interactive.",
|
|
4325
4325
|
"examples": [
|
|
4326
4326
|
"<!-- Bare body (for Storybook / layout playgrounds) -->\n<kp-tooltip label=\"Search\" shortcut=\"⌘K\" arrowPosition=\"bottom\"/>",
|
|
4327
|
+
"<!-- Edge-of-viewport: trigger near the right edge.\n Arrow stays at the trigger; body extends to the LEFT. -->\n<kp-tooltip label=\"Save changes\" arrowPosition=\"bottom\" arrowAlign=\"end\"/>",
|
|
4327
4328
|
"<!-- Wired up in a portal above a trigger (pseudocode) -->\n<button #btn>Search</button>\n<kp-tooltip *ngIf=\"open\" [style.top]=\"y + 'px'\" [style.left]=\"x + 'px'\"\n label=\"Search\" shortcut=\"⌘K\" arrowPosition=\"bottom\"/>"
|
|
4328
4329
|
],
|
|
4329
4330
|
"inputs": [
|
|
@@ -4339,6 +4340,12 @@
|
|
|
4339
4340
|
"default": "'none'",
|
|
4340
4341
|
"description": ""
|
|
4341
4342
|
},
|
|
4343
|
+
{
|
|
4344
|
+
"name": "arrowAlign",
|
|
4345
|
+
"type": "KpTooltipArrowAlign",
|
|
4346
|
+
"default": "'center'",
|
|
4347
|
+
"description": "Where along the tooltip edge the arrow attaches. See `KpTooltipArrowAlign`."
|
|
4348
|
+
},
|
|
4342
4349
|
{
|
|
4343
4350
|
"name": "label",
|
|
4344
4351
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kanso-protocol/mcp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Kanso Protocol — Model Context Protocol server. Exposes the component / pattern / token catalog to AI agents so they can author Kanso UI without leaving the editor.",
|
|
6
6
|
"author": "GregNBlack",
|