@lumeo-ui/mcp-server 2.0.0-rc.30 → 2.0.0-rc.31

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": "2.0.0-rc.30",
3
+ "version": "2.0.0-rc.31",
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": "2.0.0-rc.30",
4
- "generated": "2026-05-12T09:43:09.8416623Z",
3
+ "version": "2.0.0-rc.31",
4
+ "generated": "2026-05-12T12:05:01.9080870Z",
5
5
  "stats": {
6
6
  "componentCount": 131,
7
- "totalParameters": 3191,
7
+ "totalParameters": 3194,
8
8
  "totalEnums": 91,
9
9
  "totalRecords": 48,
10
10
  "thinFallbacks": []
@@ -553,6 +553,14 @@
553
553
  "isCascading": false,
554
554
  "captureUnmatched": false
555
555
  },
556
+ {
557
+ "name": "ForceMount",
558
+ "type": "bool",
559
+ "default": null,
560
+ "description": "When true, this panel is always rendered into the DOM (with the hidden attribute when closed) instead of being unmounted. Use when child state (form inputs, scroll position, expensive component init) must survive closing the accordion item. Default false preserves the original unmount behaviour.",
561
+ "isCascading": false,
562
+ "captureUnmatched": false
563
+ },
556
564
  {
557
565
  "name": "Class",
558
566
  "type": "string?",
@@ -12782,6 +12790,14 @@
12782
12790
  "isCascading": false,
12783
12791
  "captureUnmatched": false
12784
12792
  },
12793
+ {
12794
+ "name": "ForceMount",
12795
+ "type": "bool",
12796
+ "default": null,
12797
+ "description": "When true, this content is always rendered into the DOM (with the hidden attribute when the collapsible is closed) instead of being unmounted. Use when child state must survive collapsing. Default false preserves the original unmount behaviour.",
12798
+ "isCascading": false,
12799
+ "captureUnmatched": false
12800
+ },
12785
12801
  {
12786
12802
  "name": "Class",
12787
12803
  "type": "string?",
@@ -17321,7 +17337,7 @@
17321
17337
  "name": "Virtualize",
17322
17338
  "type": "bool",
17323
17339
  "default": null,
17324
- "description": null,
17340
+ "description": "Virtualize the row list using Blazor's <Virtualize> — only renders rows in the viewport.",
17325
17341
  "isCascading": false,
17326
17342
  "captureUnmatched": false
17327
17343
  },
@@ -17329,7 +17345,7 @@
17329
17345
  "name": "ItemSize",
17330
17346
  "type": "float",
17331
17347
  "default": "48",
17332
- "description": null,
17348
+ "description": "Estimated row height in pixels used by the virtualizer (default 41). Only relevant when Virtualize is true.",
17333
17349
  "isCascading": false,
17334
17350
  "captureUnmatched": false
17335
17351
  }
@@ -32048,6 +32064,14 @@
32048
32064
  "isCascading": false,
32049
32065
  "captureUnmatched": false
32050
32066
  },
32067
+ {
32068
+ "name": "Key",
32069
+ "type": "Func<TItem, object>?",
32070
+ "default": null,
32071
+ "description": "Optional selector that returns a stable, unique key for each item. Providing this ensures Blazor's diffing engine tracks items by identity rather than index — critical for drag-reorder to map DOM state correctly. If omitted, the item reference itself is used as the key.",
32072
+ "isCascading": false,
32073
+ "captureUnmatched": false
32074
+ },
32051
32075
  {
32052
32076
  "name": "Class",
32053
32077
  "type": "string?",
package/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
3
  "version": "2.0.0",
4
- "generated": "2026-05-12T09:43:09.0966224Z",
4
+ "generated": "2026-05-12T12:05:00.7815292Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",