@kanso-protocol/mcp 3.0.0 → 3.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 +23 -5
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
3
|
-
"version": "3.0.
|
|
2
|
+
"generatedAt": "2026-05-25T12:33:36.678Z",
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"totals": {
|
|
5
5
|
"components": 57,
|
|
6
6
|
"patterns": 22,
|
|
7
|
-
"tokens":
|
|
7
|
+
"tokens": 915
|
|
8
8
|
},
|
|
9
9
|
"figma": {
|
|
10
10
|
"fileKey": "ahRfe4BdMAyoK0I3lnicp6",
|
|
@@ -4446,6 +4446,12 @@
|
|
|
4446
4446
|
"type": "boolean",
|
|
4447
4447
|
"default": "false",
|
|
4448
4448
|
"description": "Hard-disable regardless of text content."
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"name": "kpTooltipAlign",
|
|
4452
|
+
"type": "KpTooltipArrowAlign",
|
|
4453
|
+
"default": "'center'",
|
|
4454
|
+
"description": "Where along the tooltip's edge the arrow attaches. Use `start` / `end`\nwhen the trigger sits near a viewport edge — the body shifts inward\nwhile the arrow stays anchored to the trigger."
|
|
4449
4455
|
}
|
|
4450
4456
|
],
|
|
4451
4457
|
"outputs": [],
|
|
@@ -5616,6 +5622,12 @@
|
|
|
5616
5622
|
"type": "boolean",
|
|
5617
5623
|
"default": "true",
|
|
5618
5624
|
"description": ""
|
|
5625
|
+
},
|
|
5626
|
+
{
|
|
5627
|
+
"name": "align",
|
|
5628
|
+
"type": "KpPageHeaderAlign",
|
|
5629
|
+
"default": "'start'",
|
|
5630
|
+
"description": "Cross-axis alignment of the back-button + title + actions row.\nDefault 'start' (optical baseline alignment for multi-line headers\nwith a description). 'center' for single-line headers where the\nback-button should sit mid-height with the title."
|
|
5619
5631
|
}
|
|
5620
5632
|
],
|
|
5621
5633
|
"outputs": [
|
|
@@ -11244,14 +11256,20 @@
|
|
|
11244
11256
|
"subPath": "table-row-bg-rest"
|
|
11245
11257
|
},
|
|
11246
11258
|
{
|
|
11247
|
-
"name": "--kp-color-table-row-bg-
|
|
11259
|
+
"name": "--kp-color-table-row-bg-striped",
|
|
11248
11260
|
"value": "var(--kp-color-gray-50)",
|
|
11249
11261
|
"category": "color",
|
|
11262
|
+
"subPath": "table-row-bg-striped"
|
|
11263
|
+
},
|
|
11264
|
+
{
|
|
11265
|
+
"name": "--kp-color-table-row-bg-hover",
|
|
11266
|
+
"value": "var(--kp-color-gray-100)",
|
|
11267
|
+
"category": "color",
|
|
11250
11268
|
"subPath": "table-row-bg-hover"
|
|
11251
11269
|
},
|
|
11252
11270
|
{
|
|
11253
11271
|
"name": "--kp-color-table-row-bg-selected",
|
|
11254
|
-
"value": "var(--kp-color-blue-
|
|
11272
|
+
"value": "var(--kp-color-blue-100)",
|
|
11255
11273
|
"category": "color",
|
|
11256
11274
|
"subPath": "table-row-bg-selected"
|
|
11257
11275
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kanso-protocol/mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.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",
|