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

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.12",
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.12",
4
+ "generated": "2026-07-06T10:31:39.2997307Z",
5
5
  "stats": {
6
6
  "componentCount": 164,
7
- "totalParameters": 4179,
7
+ "totalParameters": 4184,
8
8
  "totalEnums": 74,
9
9
  "totalRecords": 72,
10
10
  "serviceCount": 33,
@@ -5366,6 +5366,15 @@
5366
5366
  "captureUnmatched": false,
5367
5367
  "isEditorRequired": false
5368
5368
  },
5369
+ {
5370
+ "name": "PlayExitAnimation",
5371
+ "type": "bool",
5372
+ "default": null,
5373
+ "description": "When true, closing keeps the panel mounted for a brief zoom-out (and backdrop fade-out) before unmounting instead of vanishing instantly. Set by OverlayProvider for service-opened alert dialogs. Defaults to false so declarative usage is unchanged.",
5374
+ "isCascading": false,
5375
+ "captureUnmatched": false,
5376
+ "isEditorRequired": false
5377
+ },
5369
5378
  {
5370
5379
  "name": "ZIndex",
5371
5380
  "type": "int",
@@ -19183,6 +19192,15 @@
19183
19192
  "captureUnmatched": false,
19184
19193
  "isEditorRequired": false
19185
19194
  },
19195
+ {
19196
+ "name": "IconContent",
19197
+ "type": "RenderFragment?",
19198
+ "default": null,
19199
+ "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.",
19200
+ "isCascading": false,
19201
+ "captureUnmatched": false,
19202
+ "isEditorRequired": false
19203
+ },
19186
19204
  {
19187
19205
  "name": "Variant",
19188
19206
  "type": "ChipVariant",
@@ -28318,6 +28336,15 @@
28318
28336
  "captureUnmatched": false,
28319
28337
  "isEditorRequired": false
28320
28338
  },
28339
+ {
28340
+ "name": "PlayExitAnimation",
28341
+ "type": "bool",
28342
+ "default": null,
28343
+ "description": "When true, closing the dialog keeps the panel mounted for a brief zoom-out (and backdrop fade-out) before unmounting, instead of vanishing instantly. Set by OverlayProvider for service-opened dialogs so a programmatic close animates out the same way a declarative Sheet already does. Defaults to false so declarative <DialogContent> usage is unchanged (immediate unmount on close).",
28344
+ "isCascading": false,
28345
+ "captureUnmatched": false,
28346
+ "isEditorRequired": false
28347
+ },
28321
28348
  {
28322
28349
  "name": "Class",
28323
28350
  "type": "string?",
@@ -29105,6 +29132,15 @@
29105
29132
  "captureUnmatched": false,
29106
29133
  "isEditorRequired": false
29107
29134
  },
29135
+ {
29136
+ "name": "PlayExitAnimation",
29137
+ "type": "bool",
29138
+ "default": null,
29139
+ "description": "When true, closing keeps the panel mounted for a slide/fade out before unmounting instead of vanishing instantly. Set by OverlayProvider for service-opened drawers. Defaults to false so declarative usage is unchanged. Ignored in snap-point mode (the JS gesture owns the transform).",
29140
+ "isCascading": false,
29141
+ "captureUnmatched": false,
29142
+ "isEditorRequired": false
29143
+ },
29108
29144
  {
29109
29145
  "name": "ZIndex",
29110
29146
  "type": "int",
@@ -31187,6 +31223,15 @@
31187
31223
  "captureUnmatched": false,
31188
31224
  "isEditorRequired": false
31189
31225
  },
31226
+ {
31227
+ "name": "ShowFileList",
31228
+ "type": "bool",
31229
+ "default": "true",
31230
+ "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.",
31231
+ "isCascading": false,
31232
+ "captureUnmatched": false,
31233
+ "isEditorRequired": false
31234
+ },
31190
31235
  {
31191
31236
  "name": "Variant",
31192
31237
  "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.12",
4
+ "generated": "2026-07-06T10:31:37.4424768Z",
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,
@@ -3759,7 +3759,7 @@
3759
3759
  "testCoverage": {
3760
3760
  "tier": 3,
3761
3761
  "files": 6,
3762
- "tests": 39,
3762
+ "tests": 44,
3763
3763
  "relatedFiles": 0,
3764
3764
  "render": true,
3765
3765
  "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,