@kanso-protocol/mcp 2.0.1 → 2.0.3

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 +44 -19
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "generatedAt": "2026-05-11T05:24:30.821Z",
3
- "version": "2.0.1",
2
+ "generatedAt": "2026-05-13T13:21:27.864Z",
3
+ "version": "2.0.3",
4
4
  "totals": {
5
5
  "components": 54,
6
6
  "patterns": 22,
7
- "tokens": 913
7
+ "tokens": 914
8
8
  },
9
9
  "figma": {
10
10
  "fileKey": "ahRfe4BdMAyoK0I3lnicp6",
@@ -2083,6 +2083,12 @@
2083
2083
  "default": "''",
2084
2084
  "description": ""
2085
2085
  },
2086
+ {
2087
+ "name": "ariaLabel",
2088
+ "type": "string | null",
2089
+ "default": "null",
2090
+ "description": "Accessible name forwarded to the inner input. Falls back to `label`,\n then `placeholder`, then a generic \"Input\" so the element is never\n anonymous for screen readers / axe."
2091
+ },
2086
2092
  {
2087
2093
  "name": "floatingLabel",
2088
2094
  "type": "boolean",
@@ -4030,6 +4036,12 @@
4030
4036
  "type": "KpState | null",
4031
4037
  "default": "null",
4032
4038
  "description": ""
4039
+ },
4040
+ {
4041
+ "name": "ariaLabel",
4042
+ "type": "string | null",
4043
+ "default": "null",
4044
+ "description": "Accessible name for screen readers / axe. Falls back to placeholder."
4033
4045
  }
4034
4046
  ],
4035
4047
  "outputs": [],
@@ -4324,6 +4336,7 @@
4324
4336
  "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
4337
  "examples": [
4326
4338
  "<!-- Bare body (for Storybook / layout playgrounds) -->\n<kp-tooltip label=\"Search\" shortcut=\"⌘K\" arrowPosition=\"bottom\"/>",
4339
+ "<!-- 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
4340
  "<!-- 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
4341
  ],
4329
4342
  "inputs": [
@@ -4339,6 +4352,12 @@
4339
4352
  "default": "'none'",
4340
4353
  "description": ""
4341
4354
  },
4355
+ {
4356
+ "name": "arrowAlign",
4357
+ "type": "KpTooltipArrowAlign",
4358
+ "default": "'center'",
4359
+ "description": "Where along the tooltip edge the arrow attaches. See `KpTooltipArrowAlign`."
4360
+ },
4342
4361
  {
4343
4362
  "name": "label",
4344
4363
  "type": "string",
@@ -6418,6 +6437,12 @@
6418
6437
  "category": "color",
6419
6438
  "subPath": "foreground-on-saturated"
6420
6439
  },
6440
+ {
6441
+ "name": "--kp-color-foreground-on-dark-accent-primary",
6442
+ "value": "#60a5fa",
6443
+ "category": "color",
6444
+ "subPath": "foreground-on-dark-accent-primary"
6445
+ },
6421
6446
  {
6422
6447
  "name": "--kp-color-gray-50",
6423
6448
  "value": "#fafafa",
@@ -6816,31 +6841,31 @@
6816
6841
  },
6817
6842
  {
6818
6843
  "name": "--kp-color-accent-primary-fg",
6819
- "value": "var(--kp-color-blue-600)",
6844
+ "value": "var(--kp-color-blue-700)",
6820
6845
  "category": "color",
6821
6846
  "subPath": "accent-primary-fg"
6822
6847
  },
6823
6848
  {
6824
6849
  "name": "--kp-color-accent-danger-fg",
6825
- "value": "var(--kp-color-red-600)",
6850
+ "value": "var(--kp-color-red-700)",
6826
6851
  "category": "color",
6827
6852
  "subPath": "accent-danger-fg"
6828
6853
  },
6829
6854
  {
6830
6855
  "name": "--kp-color-accent-success-fg",
6831
- "value": "var(--kp-color-green-600)",
6856
+ "value": "var(--kp-color-green-700)",
6832
6857
  "category": "color",
6833
6858
  "subPath": "accent-success-fg"
6834
6859
  },
6835
6860
  {
6836
6861
  "name": "--kp-color-accent-warning-fg",
6837
- "value": "var(--kp-color-amber-600)",
6862
+ "value": "var(--kp-color-amber-700)",
6838
6863
  "category": "color",
6839
6864
  "subPath": "accent-warning-fg"
6840
6865
  },
6841
6866
  {
6842
6867
  "name": "--kp-color-accent-info-fg",
6843
- "value": "var(--kp-color-cyan-600)",
6868
+ "value": "var(--kp-color-cyan-700)",
6844
6869
  "category": "color",
6845
6870
  "subPath": "accent-info-fg"
6846
6871
  },
@@ -8166,7 +8191,7 @@
8166
8191
  },
8167
8192
  {
8168
8193
  "name": "--kp-color-text-disabled",
8169
- "value": "var(--kp-color-gray-400)",
8194
+ "value": "var(--kp-color-gray-500)",
8170
8195
  "category": "color",
8171
8196
  "subPath": "text-disabled"
8172
8197
  },
@@ -8538,7 +8563,7 @@
8538
8563
  },
8539
8564
  {
8540
8565
  "name": "--kp-color-input-placeholder-default",
8541
- "value": "var(--kp-color-gray-400)",
8566
+ "value": "var(--kp-color-gray-500)",
8542
8567
  "category": "color",
8543
8568
  "subPath": "input-placeholder-default"
8544
8569
  },
@@ -8970,7 +8995,7 @@
8970
8995
  },
8971
8996
  {
8972
8997
  "name": "--kp-color-badge-success-filled-bg",
8973
- "value": "var(--kp-color-green-600)",
8998
+ "value": "var(--kp-color-green-700)",
8974
8999
  "category": "color",
8975
9000
  "subPath": "badge-success-filled-bg"
8976
9001
  },
@@ -8982,7 +9007,7 @@
8982
9007
  },
8983
9008
  {
8984
9009
  "name": "--kp-color-badge-success-filled-border",
8985
- "value": "var(--kp-color-green-600)",
9010
+ "value": "var(--kp-color-green-700)",
8986
9011
  "category": "color",
8987
9012
  "subPath": "badge-success-filled-border"
8988
9013
  },
@@ -9162,7 +9187,7 @@
9162
9187
  },
9163
9188
  {
9164
9189
  "name": "--kp-color-badge-info-filled-bg",
9165
- "value": "var(--kp-color-cyan-600)",
9190
+ "value": "var(--kp-color-cyan-700)",
9166
9191
  "category": "color",
9167
9192
  "subPath": "badge-info-filled-bg"
9168
9193
  },
@@ -9174,7 +9199,7 @@
9174
9199
  },
9175
9200
  {
9176
9201
  "name": "--kp-color-badge-info-filled-border",
9177
- "value": "var(--kp-color-cyan-600)",
9202
+ "value": "var(--kp-color-cyan-700)",
9178
9203
  "category": "color",
9179
9204
  "subPath": "badge-info-filled-border"
9180
9205
  },
@@ -10296,19 +10321,19 @@
10296
10321
  },
10297
10322
  {
10298
10323
  "name": "--kp-color-progress-primary-fill",
10299
- "value": "var(--kp-color-blue-600)",
10324
+ "value": "var(--kp-color-blue-700)",
10300
10325
  "category": "color",
10301
10326
  "subPath": "progress-primary-fill"
10302
10327
  },
10303
10328
  {
10304
10329
  "name": "--kp-color-progress-success-fill",
10305
- "value": "var(--kp-color-green-600)",
10330
+ "value": "var(--kp-color-green-700)",
10306
10331
  "category": "color",
10307
10332
  "subPath": "progress-success-fill"
10308
10333
  },
10309
10334
  {
10310
10335
  "name": "--kp-color-progress-danger-fill",
10311
- "value": "var(--kp-color-red-600)",
10336
+ "value": "var(--kp-color-red-700)",
10312
10337
  "category": "color",
10313
10338
  "subPath": "progress-danger-fill"
10314
10339
  },
@@ -10698,7 +10723,7 @@
10698
10723
  },
10699
10724
  {
10700
10725
  "name": "--kp-color-header-nav-item-fg-active",
10701
- "value": "var(--kp-color-blue-600)",
10726
+ "value": "var(--kp-color-blue-700)",
10702
10727
  "category": "color",
10703
10728
  "subPath": "header-nav-item-fg-active"
10704
10729
  },
@@ -11178,7 +11203,7 @@
11178
11203
  },
11179
11204
  {
11180
11205
  "name": "--kp-color-tree-node-fg-disabled",
11181
- "value": "var(--kp-color-gray-400)",
11206
+ "value": "var(--kp-color-gray-500)",
11182
11207
  "category": "color",
11183
11208
  "subPath": "tree-node-fg-disabled"
11184
11209
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanso-protocol/mcp",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
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",