@lumeo-ui/mcp-server 4.1.0-preview.11 → 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.11",
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.11",
4
- "generated": "2026-07-06T08:55:21.9563423Z",
3
+ "version": "4.1.0-preview.12",
4
+ "generated": "2026-07-06T10:31:39.2997307Z",
5
5
  "stats": {
6
6
  "componentCount": 164,
7
- "totalParameters": 4181,
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",
@@ -28327,6 +28336,15 @@
28327
28336
  "captureUnmatched": false,
28328
28337
  "isEditorRequired": false
28329
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
+ },
28330
28348
  {
28331
28349
  "name": "Class",
28332
28350
  "type": "string?",
@@ -29114,6 +29132,15 @@
29114
29132
  "captureUnmatched": false,
29115
29133
  "isEditorRequired": false
29116
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
+ },
29117
29144
  {
29118
29145
  "name": "ZIndex",
29119
29146
  "type": "int",
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.11",
4
- "generated": "2026-07-06T08:55:20.1515788Z",
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",
@@ -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,