@lumeo-ui/mcp-server 2.0.0 → 2.0.1

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/src/registry.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://lumeo.nativ.sh/registry-schema.json",
3
- "version": "2.0.0",
4
- "generated": "2026-05-13T07:19:07.0465652Z",
3
+ "version": "2.0.1",
4
+ "generated": "2026-05-19T14:33:48.2437097Z",
5
5
  "components": {
6
6
  "accordion": {
7
7
  "name": "Accordion",
@@ -596,8 +596,6 @@
596
596
  "UI/Chart/ChartHelper.cs",
597
597
  "UI/Chart/ChartLabelHelper.cs",
598
598
  "UI/Chart/ChartPlaceholderFactory.cs",
599
- "UI/Chart/ChartSkeleton.razor",
600
- "UI/Chart/ChartSkeletonKind.cs",
601
599
  "UI/Chart/Charts/AreaChart.razor",
602
600
  "UI/Chart/Charts/BarChart.razor",
603
601
  "UI/Chart/Charts/BoxPlotChart.razor",
@@ -628,6 +626,8 @@
628
626
  "UI/Chart/Charts/TreemapChart.razor",
629
627
  "UI/Chart/Charts/WaterfallChart.razor",
630
628
  "UI/Chart/Charts/WordCloudChart.razor",
629
+ "UI/Chart/ChartSkeleton.razor",
630
+ "UI/Chart/ChartSkeletonKind.cs",
631
631
  "UI/Chart/EChartOption.cs"
632
632
  ],
633
633
  "dependencies": [
@@ -1056,7 +1056,8 @@
1056
1056
  "nugetPackage": "Lumeo",
1057
1057
  "files": [
1058
1058
  "UI/DatePicker/DatePicker.razor",
1059
- "UI/DatePicker/DateRangePicker.razor"
1059
+ "UI/DatePicker/DateRangePicker.razor",
1060
+ "UI/DatePicker/DateWheelPicker.razor"
1060
1061
  ],
1061
1062
  "dependencies": [
1062
1063
  "calendar",
@@ -1075,6 +1076,7 @@
1075
1076
  "--color-input",
1076
1077
  "--color-muted",
1077
1078
  "--color-muted-foreground",
1079
+ "--color-primary",
1078
1080
  "--radius"
1079
1081
  ],
1080
1082
  "registryUrl": "https://lumeo.nativ.sh/registry/date-picker.json"
@@ -1465,6 +1467,7 @@
1465
1467
  "cssVars": [
1466
1468
  "--color-border",
1467
1469
  "--color-card",
1470
+ "--color-destructive",
1468
1471
  "--radius"
1469
1472
  ],
1470
1473
  "registryUrl": "https://lumeo.nativ.sh/registry/gantt.json"
@@ -2303,13 +2306,35 @@
2303
2306
  ],
2304
2307
  "registryUrl": "https://lumeo.nativ.sh/registry/prompt-input.json"
2305
2308
  },
2309
+ "pull-to-refresh": {
2310
+ "name": "PullToRefresh",
2311
+ "category": "Utility",
2312
+ "subcategory": null,
2313
+ "description": "Pull To Refresh component.",
2314
+ "thumbnail": "/preview-cards/pull-to-refresh.png",
2315
+ "hasDocsPage": true,
2316
+ "nugetPackage": "Lumeo",
2317
+ "files": [
2318
+ "UI/PullToRefresh/PullToRefresh.razor"
2319
+ ],
2320
+ "dependencies": [],
2321
+ "packageDependencies": [
2322
+ "Blazicons.Lucide"
2323
+ ],
2324
+ "cssVars": [
2325
+ "--color-background",
2326
+ "--color-foreground",
2327
+ "--radius"
2328
+ ],
2329
+ "registryUrl": "https://lumeo.nativ.sh/registry/pull-to-refresh.json"
2330
+ },
2306
2331
  "qr-code": {
2307
2332
  "name": "QRCode",
2308
2333
  "category": "Data Display",
2309
2334
  "subcategory": "Status & Indicators",
2310
2335
  "description": "Renders a QR code SVG for a string payload.",
2311
2336
  "thumbnail": "/preview-cards/qr-code.png",
2312
- "hasDocsPage": true,
2337
+ "hasDocsPage": false,
2313
2338
  "nugetPackage": "Lumeo",
2314
2339
  "files": [
2315
2340
  "UI/QRCode/QRCode.razor",
@@ -2547,6 +2572,24 @@
2547
2572
  ],
2548
2573
  "registryUrl": "https://lumeo.nativ.sh/registry/ring-progress.json"
2549
2574
  },
2575
+ "safe-area": {
2576
+ "name": "SafeArea",
2577
+ "category": "Utility",
2578
+ "subcategory": null,
2579
+ "description": "Safe Area component.",
2580
+ "thumbnail": "/preview-cards/safe-area.png",
2581
+ "hasDocsPage": true,
2582
+ "nugetPackage": "Lumeo",
2583
+ "files": [
2584
+ "UI/SafeArea/SafeArea.razor"
2585
+ ],
2586
+ "dependencies": [],
2587
+ "packageDependencies": [],
2588
+ "cssVars": [
2589
+ "--color-foreground"
2590
+ ],
2591
+ "registryUrl": "https://lumeo.nativ.sh/registry/safe-area.json"
2592
+ },
2550
2593
  "scheduler": {
2551
2594
  "name": "Scheduler",
2552
2595
  "category": "Data Display",
@@ -2569,6 +2612,7 @@
2569
2612
  "cssVars": [
2570
2613
  "--color-border",
2571
2614
  "--color-card",
2615
+ "--color-destructive",
2572
2616
  "--color-foreground",
2573
2617
  "--color-muted",
2574
2618
  "--color-muted-foreground",
@@ -3166,6 +3210,24 @@
3166
3210
  ],
3167
3211
  "registryUrl": "https://lumeo.nativ.sh/registry/streaming-text.json"
3168
3212
  },
3213
+ "swipe-actions": {
3214
+ "name": "SwipeActions",
3215
+ "category": "Utility",
3216
+ "subcategory": null,
3217
+ "description": "Swipe Actions component.",
3218
+ "thumbnail": "/preview-cards/swipe-actions.png",
3219
+ "hasDocsPage": true,
3220
+ "nugetPackage": "Lumeo",
3221
+ "files": [
3222
+ "UI/SwipeActions/SwipeActions.razor"
3223
+ ],
3224
+ "dependencies": [],
3225
+ "packageDependencies": [],
3226
+ "cssVars": [
3227
+ "--color-background"
3228
+ ],
3229
+ "registryUrl": "https://lumeo.nativ.sh/registry/swipe-actions.json"
3230
+ },
3169
3231
  "switch": {
3170
3232
  "name": "Switch",
3171
3233
  "category": "Forms",
@@ -3411,7 +3473,8 @@
3411
3473
  "hasDocsPage": true,
3412
3474
  "nugetPackage": "Lumeo",
3413
3475
  "files": [
3414
- "UI/TimePicker/TimePicker.razor"
3476
+ "UI/TimePicker/TimePicker.razor",
3477
+ "UI/TimePicker/TimeWheelPicker.razor"
3415
3478
  ],
3416
3479
  "dependencies": [
3417
3480
  "popover"
@@ -3618,6 +3681,24 @@
3618
3681
  ],
3619
3682
  "registryUrl": "https://lumeo.nativ.sh/registry/tooltip.json"
3620
3683
  },
3684
+ "touch-ripple": {
3685
+ "name": "TouchRipple",
3686
+ "category": "Utility",
3687
+ "subcategory": null,
3688
+ "description": "Touch Ripple component.",
3689
+ "thumbnail": "/preview-cards/touch-ripple.png",
3690
+ "hasDocsPage": true,
3691
+ "nugetPackage": "Lumeo",
3692
+ "files": [
3693
+ "UI/TouchRipple/TouchRipple.razor"
3694
+ ],
3695
+ "dependencies": [],
3696
+ "packageDependencies": [],
3697
+ "cssVars": [
3698
+ "--color-foreground"
3699
+ ],
3700
+ "registryUrl": "https://lumeo.nativ.sh/registry/touch-ripple.json"
3701
+ },
3621
3702
  "tour": {
3622
3703
  "name": "Tour",
3623
3704
  "category": "Overlay",