@lumeo-ui/mcp-server 4.1.0-preview.2 → 4.1.0-preview.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 +1 -1
- package/src/components-api.json +6 -5
- package/src/registry.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "4.1.0-preview.
|
|
3
|
+
"version": "4.1.0-preview.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",
|
package/src/components-api.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/components-api-schema.json",
|
|
3
|
-
"version": "4.1.0-preview.
|
|
4
|
-
"generated": "2026-07-
|
|
3
|
+
"version": "4.1.0-preview.3",
|
|
4
|
+
"generated": "2026-07-02T14:56:20.4114683Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 164,
|
|
7
7
|
"totalParameters": 4166,
|
|
@@ -6379,7 +6379,7 @@
|
|
|
6379
6379
|
"name": "Shape",
|
|
6380
6380
|
"type": "AvatarShape",
|
|
6381
6381
|
"default": "AvatarShape.Circle",
|
|
6382
|
-
"description":
|
|
6382
|
+
"description": "Avatar outline. Circle (default) and Square are literal contracts — a Circle avatar stays a circle in every theme. Themed follows the theme radius token instead: it renders identically to Circle at stock radii (the computed radius exceeds half the avatar size, so corners clamp to a full circle) and squares off along with the rest of the UI in sharp themes (--radius: 0) — pick it for sharp-brand designs.",
|
|
6383
6383
|
"isCascading": false,
|
|
6384
6384
|
"captureUnmatched": false,
|
|
6385
6385
|
"isEditorRequired": false
|
|
@@ -6436,7 +6436,8 @@
|
|
|
6436
6436
|
"name": "AvatarShape",
|
|
6437
6437
|
"values": [
|
|
6438
6438
|
"Circle",
|
|
6439
|
-
"Square"
|
|
6439
|
+
"Square",
|
|
6440
|
+
"Themed"
|
|
6440
6441
|
],
|
|
6441
6442
|
"description": null
|
|
6442
6443
|
},
|
|
@@ -6852,7 +6853,7 @@
|
|
|
6852
6853
|
"name": "Pill",
|
|
6853
6854
|
"type": "bool",
|
|
6854
6855
|
"default": null,
|
|
6855
|
-
"description": "Pill shape
|
|
6856
|
+
"description": "Pill shape instead of the default rounded-md — for count/quota chips. Theme-radius-aware: renders as a full pill at stock radii and squares off along with the rest of the UI in sharp themes (--radius: 0).",
|
|
6856
6857
|
"isCascading": false,
|
|
6857
6858
|
"captureUnmatched": false,
|
|
6858
6859
|
"isEditorRequired": false
|
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.
|
|
4
|
-
"generated": "2026-07-
|
|
3
|
+
"version": "4.1.0-preview.3",
|
|
4
|
+
"generated": "2026-07-02T14:56:18.5957851Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"accordion": {
|
|
7
7
|
"name": "Accordion",
|
|
@@ -383,8 +383,8 @@
|
|
|
383
383
|
"registryUrl": "https://lumeo.nativ.sh/registry/avatar.json",
|
|
384
384
|
"testCoverage": {
|
|
385
385
|
"tier": 1,
|
|
386
|
-
"files":
|
|
387
|
-
"tests":
|
|
386
|
+
"files": 4,
|
|
387
|
+
"tests": 39,
|
|
388
388
|
"relatedFiles": 0,
|
|
389
389
|
"render": true,
|
|
390
390
|
"behavior": false,
|
|
@@ -5895,8 +5895,8 @@
|
|
|
5895
5895
|
"registryUrl": "https://lumeo.nativ.sh/registry/switch.json",
|
|
5896
5896
|
"testCoverage": {
|
|
5897
5897
|
"tier": 3,
|
|
5898
|
-
"files":
|
|
5899
|
-
"tests":
|
|
5898
|
+
"files": 10,
|
|
5899
|
+
"tests": 47,
|
|
5900
5900
|
"relatedFiles": 1,
|
|
5901
5901
|
"render": true,
|
|
5902
5902
|
"behavior": true,
|