@lumeo-ui/mcp-server 3.10.2 → 3.11.0

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": "3.10.2",
3
+ "version": "3.11.0",
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": "3.10.2",
4
- "generated": "2026-05-31T14:46:59.0591592Z",
3
+ "version": "3.11.0",
4
+ "generated": "2026-06-03T17:35:58.4688987Z",
5
5
  "stats": {
6
6
  "componentCount": 163,
7
- "totalParameters": 3952,
7
+ "totalParameters": 3956,
8
8
  "totalEnums": 71,
9
9
  "totalRecords": 63,
10
10
  "serviceCount": 33,
@@ -17623,6 +17623,22 @@
17623
17623
  "isCascading": false,
17624
17624
  "captureUnmatched": false
17625
17625
  },
17626
+ {
17627
+ "name": "Class",
17628
+ "type": "string?",
17629
+ "default": null,
17630
+ "description": "Custom CSS classes merged onto the Combobox's wrapper element. Consistent with every other form component per the library's base API contract.",
17631
+ "isCascading": false,
17632
+ "captureUnmatched": false
17633
+ },
17634
+ {
17635
+ "name": "Placeholder",
17636
+ "type": "string?",
17637
+ "default": null,
17638
+ "description": "Convenience placeholder shown by ComboboxInput when it doesn't set its own Placeholder. Lets consumers write <Combobox Placeholder=\"…\"> instead of threading it through the input child.",
17639
+ "isCascading": false,
17640
+ "captureUnmatched": false
17641
+ },
17626
17642
  {
17627
17643
  "name": "AutoFocus",
17628
17644
  "type": "bool",
@@ -39762,6 +39778,22 @@
39762
39778
  "isCascading": false,
39763
39779
  "captureUnmatched": false
39764
39780
  },
39781
+ {
39782
+ "name": "Class",
39783
+ "type": "string?",
39784
+ "default": null,
39785
+ "description": "Custom CSS classes merged onto the Select's wrapper element. Consistent with every other form component per the library's base API contract.",
39786
+ "isCascading": false,
39787
+ "captureUnmatched": false
39788
+ },
39789
+ {
39790
+ "name": "Placeholder",
39791
+ "type": "string?",
39792
+ "default": null,
39793
+ "description": "Convenience placeholder shown by SelectTrigger when no value is selected and the trigger doesn't set its own Placeholder. Lets consumers write <Select Placeholder=\"…\"> instead of threading it through the trigger — matching DatePicker / TimePicker / Combobox's top-level placeholder ergonomics.",
39794
+ "isCascading": false,
39795
+ "captureUnmatched": false
39796
+ },
39765
39797
  {
39766
39798
  "name": "AutoFocus",
39767
39799
  "type": "bool",
package/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "3.10.2",
4
- "generated": "2026-05-31T14:46:57.6999207Z",
3
+ "version": "3.11.0",
4
+ "generated": "2026-06-03T17:35:57.2071851Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",