@lumeo-ui/mcp-server 2.1.4 → 2.2.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/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components-api.json +43 -20
- package/src/registry.json +26 -2
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.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",
|
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": "2.0
|
|
4
|
-
"generated": "2026-05-
|
|
3
|
+
"version": "2.2.0",
|
|
4
|
+
"generated": "2026-05-20T14:47:49.2262909Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 149,
|
|
7
7
|
"totalParameters": 3510,
|
|
@@ -2301,6 +2301,7 @@
|
|
|
2301
2301
|
"cssVars": [
|
|
2302
2302
|
"--color-primary",
|
|
2303
2303
|
"--color-primary-foreground",
|
|
2304
|
+
"--color-ring",
|
|
2304
2305
|
"--radius"
|
|
2305
2306
|
],
|
|
2306
2307
|
"examples": [
|
|
@@ -2991,8 +2992,8 @@
|
|
|
2991
2992
|
},
|
|
2992
2993
|
{
|
|
2993
2994
|
"name": "AriaLabel",
|
|
2994
|
-
"type": "string",
|
|
2995
|
-
"default":
|
|
2995
|
+
"type": "string?",
|
|
2996
|
+
"default": null,
|
|
2996
2997
|
"description": "Accessible label for the nav landmark. Defaults to \"Bottom navigation\".",
|
|
2997
2998
|
"isCascading": false,
|
|
2998
2999
|
"captureUnmatched": false
|
|
@@ -3098,9 +3099,9 @@
|
|
|
3098
3099
|
},
|
|
3099
3100
|
{
|
|
3100
3101
|
"name": "AriaLabel",
|
|
3101
|
-
"type": "string",
|
|
3102
|
-
"default":
|
|
3103
|
-
"description": "Accessible label. Required because FABs are usually icon-only.",
|
|
3102
|
+
"type": "string?",
|
|
3103
|
+
"default": null,
|
|
3104
|
+
"description": "Accessible label. Required because FABs are usually icon-only. Defaults to \"Primary action\".",
|
|
3104
3105
|
"isCascading": false,
|
|
3105
3106
|
"captureUnmatched": false
|
|
3106
3107
|
},
|
|
@@ -4086,6 +4087,7 @@
|
|
|
4086
4087
|
"--color-muted-foreground",
|
|
4087
4088
|
"--color-primary",
|
|
4088
4089
|
"--color-primary-foreground",
|
|
4090
|
+
"--color-ring",
|
|
4089
4091
|
"--radius"
|
|
4090
4092
|
],
|
|
4091
4093
|
"examples": [
|
|
@@ -4411,6 +4413,7 @@
|
|
|
4411
4413
|
"--color-accent",
|
|
4412
4414
|
"--color-accent-foreground",
|
|
4413
4415
|
"--color-background",
|
|
4416
|
+
"--color-ring",
|
|
4414
4417
|
"--radius"
|
|
4415
4418
|
],
|
|
4416
4419
|
"examples": [
|
|
@@ -5635,7 +5638,7 @@
|
|
|
5635
5638
|
{
|
|
5636
5639
|
"name": "LoadingText",
|
|
5637
5640
|
"type": "string?",
|
|
5638
|
-
"default":
|
|
5641
|
+
"default": null,
|
|
5639
5642
|
"description": "Label rendered next to the spinner inside the loading pill. Set to empty to hide. Defaults to \"Loading…\".",
|
|
5640
5643
|
"isCascading": false,
|
|
5641
5644
|
"captureUnmatched": false
|
|
@@ -13010,7 +13013,7 @@
|
|
|
13010
13013
|
},
|
|
13011
13014
|
{
|
|
13012
13015
|
"title": "Block",
|
|
13013
|
-
"code": "<Code Variant=\"block\">dotnet add package Lumeo --version 2.0
|
|
13016
|
+
"code": "<Code Variant=\"block\">dotnet add package Lumeo --version 2.2.0</Code>"
|
|
13014
13017
|
},
|
|
13015
13018
|
{
|
|
13016
13019
|
"title": "Custom Size",
|
|
@@ -14714,6 +14717,7 @@
|
|
|
14714
14717
|
"--color-popover-foreground",
|
|
14715
14718
|
"--color-primary",
|
|
14716
14719
|
"--color-primary-foreground",
|
|
14720
|
+
"--color-ring",
|
|
14717
14721
|
"--radius"
|
|
14718
14722
|
],
|
|
14719
14723
|
"examples": [],
|
|
@@ -18039,6 +18043,7 @@
|
|
|
18039
18043
|
"--color-border",
|
|
18040
18044
|
"--color-muted",
|
|
18041
18045
|
"--color-muted-foreground",
|
|
18046
|
+
"--color-ring",
|
|
18042
18047
|
"--radius"
|
|
18043
18048
|
],
|
|
18044
18049
|
"examples": [
|
|
@@ -18553,6 +18558,7 @@
|
|
|
18553
18558
|
"--color-muted",
|
|
18554
18559
|
"--color-muted-foreground",
|
|
18555
18560
|
"--color-primary",
|
|
18561
|
+
"--color-ring",
|
|
18556
18562
|
"--radius"
|
|
18557
18563
|
],
|
|
18558
18564
|
"examples": [
|
|
@@ -19043,6 +19049,7 @@
|
|
|
19043
19049
|
"--color-muted-foreground",
|
|
19044
19050
|
"--color-primary",
|
|
19045
19051
|
"--color-primary-foreground",
|
|
19052
|
+
"--color-ring",
|
|
19046
19053
|
"--radius"
|
|
19047
19054
|
],
|
|
19048
19055
|
"examples": [
|
|
@@ -19827,9 +19834,9 @@
|
|
|
19827
19834
|
},
|
|
19828
19835
|
{
|
|
19829
19836
|
"name": "AriaLabel",
|
|
19830
|
-
"type": "string",
|
|
19831
|
-
"default":
|
|
19832
|
-
"description": "Accessible label for the dock toolbar container.",
|
|
19837
|
+
"type": "string?",
|
|
19838
|
+
"default": null,
|
|
19839
|
+
"description": "Accessible label for the dock toolbar container. Defaults to \"Application Dock\".",
|
|
19833
19840
|
"isCascading": false,
|
|
19834
19841
|
"captureUnmatched": false
|
|
19835
19842
|
},
|
|
@@ -21695,6 +21702,7 @@
|
|
|
21695
21702
|
"--color-muted-foreground",
|
|
21696
21703
|
"--color-primary",
|
|
21697
21704
|
"--color-primary-foreground",
|
|
21705
|
+
"--color-ring",
|
|
21698
21706
|
"--radius"
|
|
21699
21707
|
],
|
|
21700
21708
|
"examples": [
|
|
@@ -21779,6 +21787,7 @@
|
|
|
21779
21787
|
"records": [],
|
|
21780
21788
|
"cssVars": [
|
|
21781
21789
|
"--color-muted",
|
|
21790
|
+
"--color-ring",
|
|
21782
21791
|
"--radius"
|
|
21783
21792
|
],
|
|
21784
21793
|
"examples": [
|
|
@@ -24427,6 +24436,7 @@
|
|
|
24427
24436
|
"--color-muted",
|
|
24428
24437
|
"--color-muted-foreground",
|
|
24429
24438
|
"--color-primary",
|
|
24439
|
+
"--color-ring",
|
|
24430
24440
|
"--color-secondary",
|
|
24431
24441
|
"--color-secondary-foreground",
|
|
24432
24442
|
"--radius"
|
|
@@ -25446,6 +25456,7 @@
|
|
|
25446
25456
|
"--color-muted",
|
|
25447
25457
|
"--color-muted-foreground",
|
|
25448
25458
|
"--color-popover",
|
|
25459
|
+
"--color-ring",
|
|
25449
25460
|
"--radius"
|
|
25450
25461
|
],
|
|
25451
25462
|
"examples": [
|
|
@@ -26412,6 +26423,7 @@
|
|
|
26412
26423
|
"--color-border",
|
|
26413
26424
|
"--color-popover",
|
|
26414
26425
|
"--color-popover-foreground",
|
|
26426
|
+
"--color-ring",
|
|
26415
26427
|
"--radius"
|
|
26416
26428
|
],
|
|
26417
26429
|
"examples": [
|
|
@@ -27125,6 +27137,7 @@
|
|
|
27125
27137
|
"--color-foreground",
|
|
27126
27138
|
"--color-muted",
|
|
27127
27139
|
"--color-muted-foreground",
|
|
27140
|
+
"--color-ring",
|
|
27128
27141
|
"--radius"
|
|
27129
27142
|
],
|
|
27130
27143
|
"examples": [
|
|
@@ -28209,8 +28222,8 @@
|
|
|
28209
28222
|
},
|
|
28210
28223
|
{
|
|
28211
28224
|
"name": "GrandTotalLabel",
|
|
28212
|
-
"type": "string",
|
|
28213
|
-
"default":
|
|
28225
|
+
"type": "string?",
|
|
28226
|
+
"default": null,
|
|
28214
28227
|
"description": null,
|
|
28215
28228
|
"isCascading": false,
|
|
28216
28229
|
"captureUnmatched": false
|
|
@@ -28290,6 +28303,7 @@
|
|
|
28290
28303
|
"--color-muted",
|
|
28291
28304
|
"--color-muted-foreground",
|
|
28292
28305
|
"--color-primary",
|
|
28306
|
+
"--color-ring",
|
|
28293
28307
|
"--radius"
|
|
28294
28308
|
],
|
|
28295
28309
|
"examples": [
|
|
@@ -30217,6 +30231,7 @@
|
|
|
30217
30231
|
"--color-foreground",
|
|
30218
30232
|
"--color-muted",
|
|
30219
30233
|
"--color-muted-foreground",
|
|
30234
|
+
"--color-ring",
|
|
30220
30235
|
"--radius"
|
|
30221
30236
|
],
|
|
30222
30237
|
"examples": [
|
|
@@ -30640,8 +30655,8 @@
|
|
|
30640
30655
|
},
|
|
30641
30656
|
{
|
|
30642
30657
|
"name": "Placeholder",
|
|
30643
|
-
"type": "string",
|
|
30644
|
-
"default":
|
|
30658
|
+
"type": "string?",
|
|
30659
|
+
"default": null,
|
|
30645
30660
|
"description": null,
|
|
30646
30661
|
"isCascading": false,
|
|
30647
30662
|
"captureUnmatched": false
|
|
@@ -31193,8 +31208,8 @@
|
|
|
31193
31208
|
},
|
|
31194
31209
|
{
|
|
31195
31210
|
"name": "AriaLabel",
|
|
31196
|
-
"type": "string",
|
|
31197
|
-
"default":
|
|
31211
|
+
"type": "string?",
|
|
31212
|
+
"default": null,
|
|
31198
31213
|
"description": null,
|
|
31199
31214
|
"isCascading": false,
|
|
31200
31215
|
"captureUnmatched": false
|
|
@@ -32073,6 +32088,7 @@
|
|
|
32073
32088
|
"--color-foreground",
|
|
32074
32089
|
"--color-muted",
|
|
32075
32090
|
"--color-muted-foreground",
|
|
32091
|
+
"--color-ring",
|
|
32076
32092
|
"--radius"
|
|
32077
32093
|
],
|
|
32078
32094
|
"examples": [
|
|
@@ -33586,6 +33602,7 @@
|
|
|
33586
33602
|
"--color-foreground",
|
|
33587
33603
|
"--color-muted",
|
|
33588
33604
|
"--color-muted-foreground",
|
|
33605
|
+
"--color-ring",
|
|
33589
33606
|
"--radius"
|
|
33590
33607
|
],
|
|
33591
33608
|
"examples": [
|
|
@@ -34690,6 +34707,7 @@
|
|
|
34690
34707
|
"--color-muted",
|
|
34691
34708
|
"--color-muted-foreground",
|
|
34692
34709
|
"--color-primary",
|
|
34710
|
+
"--color-ring",
|
|
34693
34711
|
"--radius"
|
|
34694
34712
|
],
|
|
34695
34713
|
"examples": [
|
|
@@ -38336,6 +38354,7 @@
|
|
|
38336
38354
|
"--color-muted",
|
|
38337
38355
|
"--color-muted-foreground",
|
|
38338
38356
|
"--color-primary",
|
|
38357
|
+
"--color-ring",
|
|
38339
38358
|
"--radius"
|
|
38340
38359
|
],
|
|
38341
38360
|
"examples": [
|
|
@@ -38819,6 +38838,7 @@
|
|
|
38819
38838
|
"--color-muted-foreground",
|
|
38820
38839
|
"--color-primary",
|
|
38821
38840
|
"--color-primary-foreground",
|
|
38841
|
+
"--color-ring",
|
|
38822
38842
|
"--radius"
|
|
38823
38843
|
],
|
|
38824
38844
|
"examples": [
|
|
@@ -39076,8 +39096,8 @@
|
|
|
39076
39096
|
},
|
|
39077
39097
|
{
|
|
39078
39098
|
"name": "AriaLabel",
|
|
39079
|
-
"type": "string",
|
|
39080
|
-
"default":
|
|
39099
|
+
"type": "string?",
|
|
39100
|
+
"default": null,
|
|
39081
39101
|
"description": "Accessible name for the close button. Override for i18n.",
|
|
39082
39102
|
"isCascading": false,
|
|
39083
39103
|
"captureUnmatched": false
|
|
@@ -40001,6 +40021,7 @@
|
|
|
40001
40021
|
"--color-muted",
|
|
40002
40022
|
"--color-muted-foreground",
|
|
40003
40023
|
"--color-primary",
|
|
40024
|
+
"--color-ring",
|
|
40004
40025
|
"--radius"
|
|
40005
40026
|
],
|
|
40006
40027
|
"examples": [
|
|
@@ -40490,6 +40511,7 @@
|
|
|
40490
40511
|
"--color-popover-foreground",
|
|
40491
40512
|
"--color-primary",
|
|
40492
40513
|
"--color-primary-foreground",
|
|
40514
|
+
"--color-ring",
|
|
40493
40515
|
"--radius"
|
|
40494
40516
|
],
|
|
40495
40517
|
"examples": [
|
|
@@ -41487,6 +41509,7 @@
|
|
|
41487
41509
|
"--color-foreground",
|
|
41488
41510
|
"--color-muted",
|
|
41489
41511
|
"--color-muted-foreground",
|
|
41512
|
+
"--color-ring",
|
|
41490
41513
|
"--radius"
|
|
41491
41514
|
],
|
|
41492
41515
|
"examples": [
|
package/src/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/registry-schema.json",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"generated": "2026-05-
|
|
3
|
+
"version": "2.2.0",
|
|
4
|
+
"generated": "2026-05-20T14:47:48.1519212Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"accordion": {
|
|
7
7
|
"name": "Accordion",
|
|
@@ -232,6 +232,7 @@
|
|
|
232
232
|
"cssVars": [
|
|
233
233
|
"--color-primary",
|
|
234
234
|
"--color-primary-foreground",
|
|
235
|
+
"--color-ring",
|
|
235
236
|
"--radius"
|
|
236
237
|
],
|
|
237
238
|
"registryUrl": "https://lumeo.nativ.sh/registry/back-to-top.json"
|
|
@@ -473,6 +474,7 @@
|
|
|
473
474
|
"--color-muted-foreground",
|
|
474
475
|
"--color-primary",
|
|
475
476
|
"--color-primary-foreground",
|
|
477
|
+
"--color-ring",
|
|
476
478
|
"--radius"
|
|
477
479
|
],
|
|
478
480
|
"registryUrl": "https://lumeo.nativ.sh/registry/calendar.json"
|
|
@@ -526,6 +528,7 @@
|
|
|
526
528
|
"--color-accent",
|
|
527
529
|
"--color-accent-foreground",
|
|
528
530
|
"--color-background",
|
|
531
|
+
"--color-ring",
|
|
529
532
|
"--radius"
|
|
530
533
|
],
|
|
531
534
|
"registryUrl": "https://lumeo.nativ.sh/registry/carousel.json"
|
|
@@ -888,6 +891,7 @@
|
|
|
888
891
|
"--color-popover-foreground",
|
|
889
892
|
"--color-primary",
|
|
890
893
|
"--color-primary-foreground",
|
|
894
|
+
"--color-ring",
|
|
891
895
|
"--radius"
|
|
892
896
|
],
|
|
893
897
|
"registryUrl": "https://lumeo.nativ.sh/registry/consent-banner.json"
|
|
@@ -986,6 +990,7 @@
|
|
|
986
990
|
"dependencies": [
|
|
987
991
|
"button",
|
|
988
992
|
"checkbox",
|
|
993
|
+
"dropdown-menu",
|
|
989
994
|
"filter",
|
|
990
995
|
"heading",
|
|
991
996
|
"list",
|
|
@@ -1042,6 +1047,7 @@
|
|
|
1042
1047
|
"--color-border",
|
|
1043
1048
|
"--color-muted",
|
|
1044
1049
|
"--color-muted-foreground",
|
|
1050
|
+
"--color-ring",
|
|
1045
1051
|
"--radius"
|
|
1046
1052
|
],
|
|
1047
1053
|
"registryUrl": "https://lumeo.nativ.sh/registry/data-table.json"
|
|
@@ -1077,6 +1083,7 @@
|
|
|
1077
1083
|
"--color-muted",
|
|
1078
1084
|
"--color-muted-foreground",
|
|
1079
1085
|
"--color-primary",
|
|
1086
|
+
"--color-ring",
|
|
1080
1087
|
"--radius"
|
|
1081
1088
|
],
|
|
1082
1089
|
"registryUrl": "https://lumeo.nativ.sh/registry/date-picker.json"
|
|
@@ -1110,6 +1117,7 @@
|
|
|
1110
1117
|
"--color-muted-foreground",
|
|
1111
1118
|
"--color-primary",
|
|
1112
1119
|
"--color-primary-foreground",
|
|
1120
|
+
"--color-ring",
|
|
1113
1121
|
"--radius"
|
|
1114
1122
|
],
|
|
1115
1123
|
"registryUrl": "https://lumeo.nativ.sh/registry/date-time-picker.json"
|
|
@@ -1372,6 +1380,7 @@
|
|
|
1372
1380
|
"--color-muted-foreground",
|
|
1373
1381
|
"--color-primary",
|
|
1374
1382
|
"--color-primary-foreground",
|
|
1383
|
+
"--color-ring",
|
|
1375
1384
|
"--radius"
|
|
1376
1385
|
],
|
|
1377
1386
|
"registryUrl": "https://lumeo.nativ.sh/registry/file-upload.json"
|
|
@@ -1396,6 +1405,7 @@
|
|
|
1396
1405
|
],
|
|
1397
1406
|
"cssVars": [
|
|
1398
1407
|
"--color-muted",
|
|
1408
|
+
"--color-ring",
|
|
1399
1409
|
"--radius"
|
|
1400
1410
|
],
|
|
1401
1411
|
"registryUrl": "https://lumeo.nativ.sh/registry/filter.json"
|
|
@@ -1735,6 +1745,7 @@
|
|
|
1735
1745
|
"--color-muted",
|
|
1736
1746
|
"--color-muted-foreground",
|
|
1737
1747
|
"--color-primary",
|
|
1748
|
+
"--color-ring",
|
|
1738
1749
|
"--color-secondary",
|
|
1739
1750
|
"--color-secondary-foreground",
|
|
1740
1751
|
"--radius"
|
|
@@ -1893,6 +1904,7 @@
|
|
|
1893
1904
|
"--color-muted",
|
|
1894
1905
|
"--color-muted-foreground",
|
|
1895
1906
|
"--color-popover",
|
|
1907
|
+
"--color-ring",
|
|
1896
1908
|
"--radius"
|
|
1897
1909
|
],
|
|
1898
1910
|
"registryUrl": "https://lumeo.nativ.sh/registry/mega-menu.json"
|
|
@@ -1990,6 +2002,7 @@
|
|
|
1990
2002
|
"--color-border",
|
|
1991
2003
|
"--color-popover",
|
|
1992
2004
|
"--color-popover-foreground",
|
|
2005
|
+
"--color-ring",
|
|
1993
2006
|
"--radius"
|
|
1994
2007
|
],
|
|
1995
2008
|
"registryUrl": "https://lumeo.nativ.sh/registry/navigation-menu.json"
|
|
@@ -2016,6 +2029,7 @@
|
|
|
2016
2029
|
"--color-foreground",
|
|
2017
2030
|
"--color-muted",
|
|
2018
2031
|
"--color-muted-foreground",
|
|
2032
|
+
"--color-ring",
|
|
2019
2033
|
"--radius"
|
|
2020
2034
|
],
|
|
2021
2035
|
"registryUrl": "https://lumeo.nativ.sh/registry/number-input.json"
|
|
@@ -2198,6 +2212,7 @@
|
|
|
2198
2212
|
"--color-muted",
|
|
2199
2213
|
"--color-muted-foreground",
|
|
2200
2214
|
"--color-primary",
|
|
2215
|
+
"--color-ring",
|
|
2201
2216
|
"--radius"
|
|
2202
2217
|
],
|
|
2203
2218
|
"registryUrl": "https://lumeo.nativ.sh/registry/pivot-grid.json"
|
|
@@ -2454,6 +2469,7 @@
|
|
|
2454
2469
|
"--color-foreground",
|
|
2455
2470
|
"--color-muted",
|
|
2456
2471
|
"--color-muted-foreground",
|
|
2472
|
+
"--color-ring",
|
|
2457
2473
|
"--radius"
|
|
2458
2474
|
],
|
|
2459
2475
|
"registryUrl": "https://lumeo.nativ.sh/registry/reasoning-display.json"
|
|
@@ -2680,6 +2696,7 @@
|
|
|
2680
2696
|
"--color-foreground",
|
|
2681
2697
|
"--color-muted",
|
|
2682
2698
|
"--color-muted-foreground",
|
|
2699
|
+
"--color-ring",
|
|
2683
2700
|
"--radius"
|
|
2684
2701
|
],
|
|
2685
2702
|
"registryUrl": "https://lumeo.nativ.sh/registry/segmented.json"
|
|
@@ -2839,6 +2856,7 @@
|
|
|
2839
2856
|
"--color-foreground",
|
|
2840
2857
|
"--color-muted",
|
|
2841
2858
|
"--color-muted-foreground",
|
|
2859
|
+
"--color-ring",
|
|
2842
2860
|
"--radius"
|
|
2843
2861
|
],
|
|
2844
2862
|
"registryUrl": "https://lumeo.nativ.sh/registry/sidebar.json"
|
|
@@ -2914,6 +2932,7 @@
|
|
|
2914
2932
|
"--color-muted",
|
|
2915
2933
|
"--color-muted-foreground",
|
|
2916
2934
|
"--color-primary",
|
|
2935
|
+
"--color-ring",
|
|
2917
2936
|
"--radius"
|
|
2918
2937
|
],
|
|
2919
2938
|
"registryUrl": "https://lumeo.nativ.sh/registry/sortable.json"
|
|
@@ -3435,6 +3454,7 @@
|
|
|
3435
3454
|
"--color-muted",
|
|
3436
3455
|
"--color-muted-foreground",
|
|
3437
3456
|
"--color-primary",
|
|
3457
|
+
"--color-ring",
|
|
3438
3458
|
"--radius"
|
|
3439
3459
|
],
|
|
3440
3460
|
"registryUrl": "https://lumeo.nativ.sh/registry/theme-switcher.json"
|
|
@@ -3491,6 +3511,7 @@
|
|
|
3491
3511
|
"--color-muted-foreground",
|
|
3492
3512
|
"--color-primary",
|
|
3493
3513
|
"--color-primary-foreground",
|
|
3514
|
+
"--color-ring",
|
|
3494
3515
|
"--radius"
|
|
3495
3516
|
],
|
|
3496
3517
|
"registryUrl": "https://lumeo.nativ.sh/registry/time-picker.json"
|
|
@@ -3627,6 +3648,7 @@
|
|
|
3627
3648
|
"--color-muted",
|
|
3628
3649
|
"--color-muted-foreground",
|
|
3629
3650
|
"--color-primary",
|
|
3651
|
+
"--color-ring",
|
|
3630
3652
|
"--radius"
|
|
3631
3653
|
],
|
|
3632
3654
|
"registryUrl": "https://lumeo.nativ.sh/registry/tool-call-card.json"
|
|
@@ -3723,6 +3745,7 @@
|
|
|
3723
3745
|
"--color-popover-foreground",
|
|
3724
3746
|
"--color-primary",
|
|
3725
3747
|
"--color-primary-foreground",
|
|
3748
|
+
"--color-ring",
|
|
3726
3749
|
"--radius"
|
|
3727
3750
|
],
|
|
3728
3751
|
"registryUrl": "https://lumeo.nativ.sh/registry/tour.json"
|
|
@@ -3861,6 +3884,7 @@
|
|
|
3861
3884
|
"--color-foreground",
|
|
3862
3885
|
"--color-muted",
|
|
3863
3886
|
"--color-muted-foreground",
|
|
3887
|
+
"--color-ring",
|
|
3864
3888
|
"--radius"
|
|
3865
3889
|
],
|
|
3866
3890
|
"registryUrl": "https://lumeo.nativ.sh/registry/window.json"
|