@kanso-protocol/mcp 3.0.2 → 4.0.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 +5 -5
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
3
|
-
"version": "
|
|
2
|
+
"generatedAt": "2026-05-25T13:29:28.020Z",
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"totals": {
|
|
5
5
|
"components": 57,
|
|
6
6
|
"patterns": 22,
|
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
},
|
|
769
769
|
{
|
|
770
770
|
"name": "color",
|
|
771
|
-
"type": "
|
|
771
|
+
"type": "KpButtonColor",
|
|
772
772
|
"default": "'primary'",
|
|
773
773
|
"description": ""
|
|
774
774
|
},
|
|
@@ -829,9 +829,9 @@
|
|
|
829
829
|
"selector": "kp-icon-button",
|
|
830
830
|
"layer": "components",
|
|
831
831
|
"package": "@kanso-protocol/button",
|
|
832
|
-
"description": "Kanso Protocol — IconButton (atom)
|
|
832
|
+
"description": "Kanso Protocol — IconButton (atom)",
|
|
833
833
|
"examples": [
|
|
834
|
-
"<kp-icon-button size=\"sm\" ariaLabel=\"Close\" (click)=\"close()\">\n
|
|
834
|
+
"(still works in 4.x but logs a deprecation notice on first use)\n<kp-icon-button size=\"sm\" ariaLabel=\"Close\" (click)=\"close()\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\n<path d=\"M18 6 6 18M6 6l12 12\" stroke=\"currentColor\"\n stroke-width=\"2\" stroke-linecap=\"round\"/>\n</svg>\n</kp-icon-button>"
|
|
835
835
|
],
|
|
836
836
|
"inputs": [
|
|
837
837
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kanso-protocol/mcp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
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",
|