@lumeo-ui/mcp-server 4.0.3 → 4.0.4
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 +14 -2
- package/src/registry.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
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.0.
|
|
4
|
-
"generated": "2026-07-01T16:
|
|
3
|
+
"version": "4.0.4",
|
|
4
|
+
"generated": "2026-07-01T16:24:34.1127575Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 164,
|
|
7
7
|
"totalParameters": 4153,
|
|
@@ -1335,6 +1335,12 @@
|
|
|
1335
1335
|
"signature": "PrefersReducedMotion()",
|
|
1336
1336
|
"summary": null
|
|
1337
1337
|
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "IsActiveElementFocusVisible",
|
|
1340
|
+
"returnType": "ValueTask<bool>",
|
|
1341
|
+
"signature": "IsActiveElementFocusVisible()",
|
|
1342
|
+
"summary": null
|
|
1343
|
+
},
|
|
1338
1344
|
{
|
|
1339
1345
|
"name": "TouchRippleCoords",
|
|
1340
1346
|
"returnType": "ValueTask<RipplePoint>",
|
|
@@ -2555,6 +2561,12 @@
|
|
|
2555
2561
|
"signature": "PrefersReducedMotion()",
|
|
2556
2562
|
"summary": "Core-side prefers-reduced-motion: reduce query (mirrors the Lumeo.Motion helper) for core components that animate via Blazor/JS and can't be fully neutralised by a CSS @media block alone. Default returns false (motion allowed) so existing implementers/test doubles keep compiling unchanged."
|
|
2557
2563
|
},
|
|
2564
|
+
{
|
|
2565
|
+
"name": "IsActiveElementFocusVisible",
|
|
2566
|
+
"returnType": "ValueTask<bool>",
|
|
2567
|
+
"signature": "IsActiveElementFocusVisible()",
|
|
2568
|
+
"summary": "True when the currently-focused element is in the browser's :focus-visible state (keyboard/programmatic focus) rather than a plain :focus a mouse click also leaves behind. Tooltip uses this to gate opening on focusin so a clicked-then-abandoned trigger doesn't stay open forever — a native button keeps DOM focus after a mouse click with nothing to clear it, but :focus-visible is false for that case in supporting browsers. Default returns true (old behaviour: always open on focus) so existing implementers/test doubles — which have no real DOM to query — keep compiling and behaving unchanged."
|
|
2569
|
+
},
|
|
2558
2570
|
{
|
|
2559
2571
|
"name": "TouchRippleCoords",
|
|
2560
2572
|
"returnType": "ValueTask<RipplePoint>",
|
package/src/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/registry-schema.json",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"generated": "2026-07-01T16:
|
|
3
|
+
"version": "4.0.4",
|
|
4
|
+
"generated": "2026-07-01T16:24:32.5413422Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"accordion": {
|
|
7
7
|
"name": "Accordion",
|
|
@@ -6583,7 +6583,7 @@
|
|
|
6583
6583
|
"testCoverage": {
|
|
6584
6584
|
"tier": 4,
|
|
6585
6585
|
"files": 3,
|
|
6586
|
-
"tests":
|
|
6586
|
+
"tests": 28,
|
|
6587
6587
|
"relatedFiles": 3,
|
|
6588
6588
|
"render": true,
|
|
6589
6589
|
"behavior": true,
|