@lumeo-ui/mcp-server 3.5.2 → 3.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumeo-ui/mcp-server",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "Model Context Protocol server for the Lumeo Blazor component library. Lets LLMs (Claude, Copilot, Cursor) author correct Lumeo markup.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/components-api-schema.json",
3
- "version": "3.5.2",
4
- "generated": "2026-05-28T12:37:45.8507262Z",
3
+ "version": "3.5.3",
4
+ "generated": "2026-05-28T13:15:21.4573052Z",
5
5
  "stats": {
6
6
  "componentCount": 163,
7
- "totalParameters": 3897,
7
+ "totalParameters": 3898,
8
8
  "totalEnums": 71,
9
9
  "totalRecords": 63,
10
10
  "serviceCount": 32,
@@ -38578,6 +38578,14 @@
38578
38578
  "isCascading": false,
38579
38579
  "captureUnmatched": false
38580
38580
  },
38581
+ {
38582
+ "name": "FocusRingGutter",
38583
+ "type": "bool",
38584
+ "default": null,
38585
+ "description": "Adds a 4px inline gutter (-mx-1 px-1, net-zero layout) so a focusable control's focus ring isn't clipped at the left/right edge. Per CSS spec overflow-auto on one axis promotes the other to auto too, so a full-width <Input> flush against the scroll box loses its box-shadow ring on that edge. Opt-in (default false) because the negative margin makes the element 4px wider per side — only enable when the scroll area holds focusable controls (forms, menus), not when it wraps edge-aligned content like a table.",
38586
+ "isCascading": false,
38587
+ "captureUnmatched": false
38588
+ },
38581
38589
  {
38582
38590
  "name": "Class",
38583
38591
  "type": "string?",
package/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "3.5.2",
4
- "generated": "2026-05-28T12:37:45.1405814Z",
3
+ "version": "3.5.3",
4
+ "generated": "2026-05-28T13:15:20.0729606Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",