@lumeo-ui/mcp-server 3.5.1 → 3.5.2
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 +63 -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.2",
|
|
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.2",
|
|
4
|
+
"generated": "2026-05-28T12:37:45.8507262Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 163,
|
|
7
|
-
"totalParameters":
|
|
8
|
-
"totalEnums":
|
|
7
|
+
"totalParameters": 3897,
|
|
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": [
|
|
@@ -40527,6 +40569,14 @@
|
|
|
40527
40569
|
"isCascading": false,
|
|
40528
40570
|
"captureUnmatched": false
|
|
40529
40571
|
},
|
|
40572
|
+
{
|
|
40573
|
+
"name": "Bordered",
|
|
40574
|
+
"type": "bool",
|
|
40575
|
+
"default": "true",
|
|
40576
|
+
"description": "Render the top divider. Default true. Set false for a seamless footer without a rule — replaces the consumer-side !border-t-0 override.",
|
|
40577
|
+
"isCascading": false,
|
|
40578
|
+
"captureUnmatched": false
|
|
40579
|
+
},
|
|
40530
40580
|
{
|
|
40531
40581
|
"name": "Class",
|
|
40532
40582
|
"type": "string?",
|
|
@@ -40652,6 +40702,14 @@
|
|
|
40652
40702
|
"isCascading": false,
|
|
40653
40703
|
"captureUnmatched": false
|
|
40654
40704
|
},
|
|
40705
|
+
{
|
|
40706
|
+
"name": "Bordered",
|
|
40707
|
+
"type": "bool",
|
|
40708
|
+
"default": "true",
|
|
40709
|
+
"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.",
|
|
40710
|
+
"isCascading": false,
|
|
40711
|
+
"captureUnmatched": false
|
|
40712
|
+
},
|
|
40655
40713
|
{
|
|
40656
40714
|
"name": "Class",
|
|
40657
40715
|
"type": "string?",
|
package/src/registry.json
CHANGED