@lumeo-ui/mcp-server 4.1.0-preview.10 → 4.1.0-preview.11

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": "4.1.0-preview.10",
3
+ "version": "4.1.0-preview.11",
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": "4.1.0-preview.10",
4
- "generated": "2026-07-05T09:59:54.2901968Z",
3
+ "version": "4.1.0-preview.11",
4
+ "generated": "2026-07-06T08:55:21.9563423Z",
5
5
  "stats": {
6
6
  "componentCount": 164,
7
- "totalParameters": 4179,
7
+ "totalParameters": 4181,
8
8
  "totalEnums": 74,
9
9
  "totalRecords": 72,
10
10
  "serviceCount": 33,
@@ -19183,6 +19183,15 @@
19183
19183
  "captureUnmatched": false,
19184
19184
  "isEditorRequired": false
19185
19185
  },
19186
+ {
19187
+ "name": "IconContent",
19188
+ "type": "RenderFragment?",
19189
+ "default": null,
19190
+ "description": "Optional leading icon slot. Rendered before ChildContent inside an inline-flex items-center shrink-0 wrapper so sized content (e.g. a colour-dot <span>) retains its explicit dimensions. Only active when neither Avatar nor Icon is set.",
19191
+ "isCascading": false,
19192
+ "captureUnmatched": false,
19193
+ "isEditorRequired": false
19194
+ },
19186
19195
  {
19187
19196
  "name": "Variant",
19188
19197
  "type": "ChipVariant",
@@ -31187,6 +31196,15 @@
31187
31196
  "captureUnmatched": false,
31188
31197
  "isEditorRequired": false
31189
31198
  },
31199
+ {
31200
+ "name": "ShowFileList",
31201
+ "type": "bool",
31202
+ "default": "true",
31203
+ "description": "When true (default), renders the internal file card list after selection. Set to false for immediate-upload flows where the app renders its own file list — the internal card with the remove-X will no longer linger after the upload completes. Selection and upload events (OnFilesSelected, OnUpload, OnFileUploaded) still fire normally regardless of this setting. Pair with Reset via @@ref to clear state and allow the same file to be re-picked.",
31204
+ "isCascading": false,
31205
+ "captureUnmatched": false,
31206
+ "isEditorRequired": false
31207
+ },
31190
31208
  {
31191
31209
  "name": "Variant",
31192
31210
  "type": "FileUploadVariant",
package/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "4.1.0-preview.10",
4
- "generated": "2026-07-05T09:59:52.4838631Z",
3
+ "version": "4.1.0-preview.11",
4
+ "generated": "2026-07-06T08:55:20.1515788Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",
@@ -1154,8 +1154,8 @@
1154
1154
  "registryUrl": "https://lumeo.nativ.sh/registry/chip.json",
1155
1155
  "testCoverage": {
1156
1156
  "tier": 3,
1157
- "files": 3,
1158
- "tests": 14,
1157
+ "files": 4,
1158
+ "tests": 20,
1159
1159
  "relatedFiles": 0,
1160
1160
  "render": true,
1161
1161
  "behavior": true,
@@ -2444,8 +2444,8 @@
2444
2444
  "registryUrl": "https://lumeo.nativ.sh/registry/file-upload.json",
2445
2445
  "testCoverage": {
2446
2446
  "tier": 3,
2447
- "files": 7,
2448
- "tests": 42,
2447
+ "files": 8,
2448
+ "tests": 46,
2449
2449
  "relatedFiles": 0,
2450
2450
  "render": true,
2451
2451
  "behavior": true,
@@ -4936,7 +4936,7 @@
4936
4936
  "testCoverage": {
4937
4937
  "tier": 4,
4938
4938
  "files": 7,
4939
- "tests": 46,
4939
+ "tests": 47,
4940
4940
  "relatedFiles": 1,
4941
4941
  "render": true,
4942
4942
  "behavior": true,