@lumeo-ui/mcp-server 3.5.1 → 3.5.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 +71 -5
- package/src/registry.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.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,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/components-api-schema.json",
|
|
3
|
-
"version": "3.5.
|
|
4
|
-
"generated": "2026-05-
|
|
3
|
+
"version": "3.5.3",
|
|
4
|
+
"generated": "2026-05-28T13:15:21.4573052Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 163,
|
|
7
|
-
"totalParameters":
|
|
8
|
-
"totalEnums":
|
|
7
|
+
"totalParameters": 3898,
|
|
8
|
+
"totalEnums": 71,
|
|
9
9
|
"totalRecords": 63,
|
|
10
10
|
"serviceCount": 32,
|
|
11
11
|
"thinFallbacks": []
|
|
@@ -5681,6 +5681,22 @@
|
|
|
5681
5681
|
"isCascading": false,
|
|
5682
5682
|
"captureUnmatched": false
|
|
5683
5683
|
},
|
|
5684
|
+
{
|
|
5685
|
+
"name": "Size",
|
|
5686
|
+
"type": "BadgeSize",
|
|
5687
|
+
"default": "BadgeSize.Md",
|
|
5688
|
+
"description": "Badge size — drives text size + padding. Md (default) reproduces the historical badge metrics. Use Sm for dense inline tags / counts and Lg for prominent status chips — avoids consumer-side !px-* / !h-* / !text-* overrides.",
|
|
5689
|
+
"isCascading": false,
|
|
5690
|
+
"captureUnmatched": false
|
|
5691
|
+
},
|
|
5692
|
+
{
|
|
5693
|
+
"name": "Pill",
|
|
5694
|
+
"type": "bool",
|
|
5695
|
+
"default": null,
|
|
5696
|
+
"description": "Pill shape (rounded-full) instead of the default rounded-md — for count/quota chips.",
|
|
5697
|
+
"isCascading": false,
|
|
5698
|
+
"captureUnmatched": false
|
|
5699
|
+
},
|
|
5684
5700
|
{
|
|
5685
5701
|
"name": "IsDot",
|
|
5686
5702
|
"type": "bool",
|
|
@@ -5773,6 +5789,15 @@
|
|
|
5773
5789
|
"Warning"
|
|
5774
5790
|
],
|
|
5775
5791
|
"description": null
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"name": "BadgeSize",
|
|
5795
|
+
"values": [
|
|
5796
|
+
"Sm",
|
|
5797
|
+
"Md",
|
|
5798
|
+
"Lg"
|
|
5799
|
+
],
|
|
5800
|
+
"description": null
|
|
5776
5801
|
}
|
|
5777
5802
|
],
|
|
5778
5803
|
"records": [],
|
|
@@ -7524,6 +7549,14 @@
|
|
|
7524
7549
|
"isCascading": false,
|
|
7525
7550
|
"captureUnmatched": false
|
|
7526
7551
|
},
|
|
7552
|
+
{
|
|
7553
|
+
"name": "Variant",
|
|
7554
|
+
"type": "CardVariant",
|
|
7555
|
+
"default": "CardVariant.Default",
|
|
7556
|
+
"description": "Surface style. Default is the bordered, shadowed card. Flat drops the border + card background — a content-only surface that (with OnClick) is the natural primitive for clickable list rows, replacing the Ghost button + !p-0 workaround.",
|
|
7557
|
+
"isCascading": false,
|
|
7558
|
+
"captureUnmatched": false
|
|
7559
|
+
},
|
|
7527
7560
|
{
|
|
7528
7561
|
"name": "Density",
|
|
7529
7562
|
"type": "Density?",
|
|
@@ -7556,7 +7589,16 @@
|
|
|
7556
7589
|
"description": "Optional click handler. When set, the card becomes a button-role interactive surface with cursor-pointer, focus-visible ring, keyboard activation, and honours PressEffect."
|
|
7557
7590
|
}
|
|
7558
7591
|
],
|
|
7559
|
-
"enums": [
|
|
7592
|
+
"enums": [
|
|
7593
|
+
{
|
|
7594
|
+
"name": "CardVariant",
|
|
7595
|
+
"values": [
|
|
7596
|
+
"Default",
|
|
7597
|
+
"Flat"
|
|
7598
|
+
],
|
|
7599
|
+
"description": null
|
|
7600
|
+
}
|
|
7601
|
+
],
|
|
7560
7602
|
"records": [],
|
|
7561
7603
|
"gotchas": [],
|
|
7562
7604
|
"cssVars": [
|
|
@@ -38536,6 +38578,14 @@
|
|
|
38536
38578
|
"isCascading": false,
|
|
38537
38579
|
"captureUnmatched": false
|
|
38538
38580
|
},
|
|
38581
|
+
{
|
|
38582
|
+
"name": "FocusRingGutter",
|
|
38583
|
+
"type": "bool",
|
|
38584
|
+
"default": null,
|
|
38585
|
+
"description": "Adds a 4px inline gutter (-mx-1 px-1, net-zero layout) so a focusable control's focus ring isn't clipped at the left/right edge. Per CSS spec overflow-auto on one axis promotes the other to auto too, so a full-width <Input> flush against the scroll box loses its box-shadow ring on that edge. Opt-in (default false) because the negative margin makes the element 4px wider per side — only enable when the scroll area holds focusable controls (forms, menus), not when it wraps edge-aligned content like a table.",
|
|
38586
|
+
"isCascading": false,
|
|
38587
|
+
"captureUnmatched": false
|
|
38588
|
+
},
|
|
38539
38589
|
{
|
|
38540
38590
|
"name": "Class",
|
|
38541
38591
|
"type": "string?",
|
|
@@ -40527,6 +40577,14 @@
|
|
|
40527
40577
|
"isCascading": false,
|
|
40528
40578
|
"captureUnmatched": false
|
|
40529
40579
|
},
|
|
40580
|
+
{
|
|
40581
|
+
"name": "Bordered",
|
|
40582
|
+
"type": "bool",
|
|
40583
|
+
"default": "true",
|
|
40584
|
+
"description": "Render the top divider. Default true. Set false for a seamless footer without a rule — replaces the consumer-side !border-t-0 override.",
|
|
40585
|
+
"isCascading": false,
|
|
40586
|
+
"captureUnmatched": false
|
|
40587
|
+
},
|
|
40530
40588
|
{
|
|
40531
40589
|
"name": "Class",
|
|
40532
40590
|
"type": "string?",
|
|
@@ -40652,6 +40710,14 @@
|
|
|
40652
40710
|
"isCascading": false,
|
|
40653
40711
|
"captureUnmatched": false
|
|
40654
40712
|
},
|
|
40713
|
+
{
|
|
40714
|
+
"name": "Bordered",
|
|
40715
|
+
"type": "bool",
|
|
40716
|
+
"default": "true",
|
|
40717
|
+
"description": "Render the bottom divider. Default true. Set false for a seamless header that flows into the content without a rule — replaces the consumer-side !border-b-0 override.",
|
|
40718
|
+
"isCascading": false,
|
|
40719
|
+
"captureUnmatched": false
|
|
40720
|
+
},
|
|
40655
40721
|
{
|
|
40656
40722
|
"name": "Class",
|
|
40657
40723
|
"type": "string?",
|
package/src/registry.json
CHANGED