@lumeo-ui/mcp-server 2.0.0-rc.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/README.md +129 -0
- package/dist/components.js +709 -0
- package/dist/index.js +357 -0
- package/dist/registry.js +86 -0
- package/package.json +39 -0
- package/src/registry.json +2538 -0
|
@@ -0,0 +1,2538 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://lumeo.nativ.sh/registry-schema.json",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"generated": "2026-04-21T11:52:03.0447494Z",
|
|
5
|
+
"components": {
|
|
6
|
+
"accordion": {
|
|
7
|
+
"name": "Accordion",
|
|
8
|
+
"category": "Navigation",
|
|
9
|
+
"description": "Vertically stacked collapsible sections that expand to reveal content.",
|
|
10
|
+
"files": [
|
|
11
|
+
"UI/Accordion/Accordion.razor",
|
|
12
|
+
"UI/Accordion/AccordionContent.razor",
|
|
13
|
+
"UI/Accordion/AccordionItem.razor",
|
|
14
|
+
"UI/Accordion/AccordionTrigger.razor"
|
|
15
|
+
],
|
|
16
|
+
"dependencies": [],
|
|
17
|
+
"cssVars": [
|
|
18
|
+
"--color-muted",
|
|
19
|
+
"--color-muted-foreground",
|
|
20
|
+
"--color-ring",
|
|
21
|
+
"--radius"
|
|
22
|
+
],
|
|
23
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/accordion.json"
|
|
24
|
+
},
|
|
25
|
+
"affix": {
|
|
26
|
+
"name": "Affix",
|
|
27
|
+
"category": "Navigation",
|
|
28
|
+
"description": "Pins an element to the viewport edge as the user scrolls.",
|
|
29
|
+
"files": [
|
|
30
|
+
"UI/Affix/Affix.razor"
|
|
31
|
+
],
|
|
32
|
+
"dependencies": [],
|
|
33
|
+
"cssVars": [
|
|
34
|
+
"--color-foreground"
|
|
35
|
+
],
|
|
36
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/affix.json"
|
|
37
|
+
},
|
|
38
|
+
"agent-message-list": {
|
|
39
|
+
"name": "AgentMessageList",
|
|
40
|
+
"category": "AI",
|
|
41
|
+
"description": "Chat message stream for AI agents with role-based styling.",
|
|
42
|
+
"files": [
|
|
43
|
+
"UI/AgentMessageList/AgentMessage.razor",
|
|
44
|
+
"UI/AgentMessageList/AgentMessageList.razor"
|
|
45
|
+
],
|
|
46
|
+
"dependencies": [],
|
|
47
|
+
"cssVars": [
|
|
48
|
+
"--color-foreground",
|
|
49
|
+
"--color-muted",
|
|
50
|
+
"--color-muted-foreground",
|
|
51
|
+
"--color-primary",
|
|
52
|
+
"--color-primary-foreground",
|
|
53
|
+
"--radius"
|
|
54
|
+
],
|
|
55
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/agent-message-list.json"
|
|
56
|
+
},
|
|
57
|
+
"alert": {
|
|
58
|
+
"name": "Alert",
|
|
59
|
+
"category": "Feedback",
|
|
60
|
+
"description": "Inline callout for status, warning, or informational messages.",
|
|
61
|
+
"files": [
|
|
62
|
+
"UI/Alert/Alert.razor"
|
|
63
|
+
],
|
|
64
|
+
"dependencies": [],
|
|
65
|
+
"cssVars": [
|
|
66
|
+
"--color-background",
|
|
67
|
+
"--color-border",
|
|
68
|
+
"--color-destructive",
|
|
69
|
+
"--color-foreground",
|
|
70
|
+
"--color-primary",
|
|
71
|
+
"--color-ring",
|
|
72
|
+
"--radius"
|
|
73
|
+
],
|
|
74
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/alert.json"
|
|
75
|
+
},
|
|
76
|
+
"alert-dialog": {
|
|
77
|
+
"name": "AlertDialog",
|
|
78
|
+
"category": "Overlay",
|
|
79
|
+
"description": "Modal confirmation dialog that interrupts the user for destructive actions.",
|
|
80
|
+
"files": [
|
|
81
|
+
"UI/AlertDialog/AlertDialog.razor",
|
|
82
|
+
"UI/AlertDialog/AlertDialogAction.razor",
|
|
83
|
+
"UI/AlertDialog/AlertDialogCancel.razor",
|
|
84
|
+
"UI/AlertDialog/AlertDialogContent.razor",
|
|
85
|
+
"UI/AlertDialog/AlertDialogDescription.razor",
|
|
86
|
+
"UI/AlertDialog/AlertDialogFooter.razor",
|
|
87
|
+
"UI/AlertDialog/AlertDialogHeader.razor",
|
|
88
|
+
"UI/AlertDialog/AlertDialogTitle.razor",
|
|
89
|
+
"UI/AlertDialog/AlertDialogTrigger.razor"
|
|
90
|
+
],
|
|
91
|
+
"dependencies": [
|
|
92
|
+
"spinner"
|
|
93
|
+
],
|
|
94
|
+
"cssVars": [
|
|
95
|
+
"--color-accent",
|
|
96
|
+
"--color-accent-foreground",
|
|
97
|
+
"--color-background",
|
|
98
|
+
"--color-destructive",
|
|
99
|
+
"--color-destructive-foreground",
|
|
100
|
+
"--color-input",
|
|
101
|
+
"--color-muted",
|
|
102
|
+
"--color-muted-foreground",
|
|
103
|
+
"--radius"
|
|
104
|
+
],
|
|
105
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/alert-dialog.json"
|
|
106
|
+
},
|
|
107
|
+
"aspect-ratio": {
|
|
108
|
+
"name": "AspectRatio",
|
|
109
|
+
"category": "Layout",
|
|
110
|
+
"description": "Constrains child content to a fixed width-to-height ratio.",
|
|
111
|
+
"files": [
|
|
112
|
+
"UI/AspectRatio/AspectRatio.razor"
|
|
113
|
+
],
|
|
114
|
+
"dependencies": [],
|
|
115
|
+
"cssVars": [
|
|
116
|
+
"--color-foreground"
|
|
117
|
+
],
|
|
118
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/aspect-ratio.json"
|
|
119
|
+
},
|
|
120
|
+
"avatar": {
|
|
121
|
+
"name": "Avatar",
|
|
122
|
+
"category": "Data Display",
|
|
123
|
+
"description": "Circular user image with initials fallback and status indicator.",
|
|
124
|
+
"files": [
|
|
125
|
+
"UI/Avatar/Avatar.razor",
|
|
126
|
+
"UI/Avatar/AvatarFallback.razor",
|
|
127
|
+
"UI/Avatar/AvatarGroup.razor",
|
|
128
|
+
"UI/Avatar/AvatarImage.razor"
|
|
129
|
+
],
|
|
130
|
+
"dependencies": [],
|
|
131
|
+
"cssVars": [
|
|
132
|
+
"--color-destructive",
|
|
133
|
+
"--color-muted",
|
|
134
|
+
"--color-muted-foreground",
|
|
135
|
+
"--radius"
|
|
136
|
+
],
|
|
137
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/avatar.json"
|
|
138
|
+
},
|
|
139
|
+
"back-to-top": {
|
|
140
|
+
"name": "BackToTop",
|
|
141
|
+
"category": "Navigation",
|
|
142
|
+
"description": "Floating button that scrolls the page back to the top.",
|
|
143
|
+
"files": [
|
|
144
|
+
"UI/BackToTop/BackToTop.razor"
|
|
145
|
+
],
|
|
146
|
+
"dependencies": [],
|
|
147
|
+
"cssVars": [
|
|
148
|
+
"--color-primary",
|
|
149
|
+
"--color-primary-foreground",
|
|
150
|
+
"--radius"
|
|
151
|
+
],
|
|
152
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/back-to-top.json"
|
|
153
|
+
},
|
|
154
|
+
"badge": {
|
|
155
|
+
"name": "Badge",
|
|
156
|
+
"category": "Data Display",
|
|
157
|
+
"description": "Small label for counts, statuses, or category tags.",
|
|
158
|
+
"files": [
|
|
159
|
+
"UI/Badge/Badge.razor"
|
|
160
|
+
],
|
|
161
|
+
"dependencies": [],
|
|
162
|
+
"cssVars": [
|
|
163
|
+
"--color-destructive",
|
|
164
|
+
"--color-destructive-foreground",
|
|
165
|
+
"--color-foreground",
|
|
166
|
+
"--color-primary",
|
|
167
|
+
"--color-primary-foreground",
|
|
168
|
+
"--color-secondary",
|
|
169
|
+
"--color-secondary-foreground",
|
|
170
|
+
"--radius"
|
|
171
|
+
],
|
|
172
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/badge.json"
|
|
173
|
+
},
|
|
174
|
+
"bento": {
|
|
175
|
+
"name": "Bento",
|
|
176
|
+
"category": "Dashboard",
|
|
177
|
+
"description": "Masonry grid for dashboard tiles and marketing feature layouts.",
|
|
178
|
+
"files": [
|
|
179
|
+
"UI/Bento/Bento.razor",
|
|
180
|
+
"UI/Bento/BentoTile.razor"
|
|
181
|
+
],
|
|
182
|
+
"dependencies": [],
|
|
183
|
+
"cssVars": [
|
|
184
|
+
"--color-border",
|
|
185
|
+
"--color-card",
|
|
186
|
+
"--color-card-foreground",
|
|
187
|
+
"--color-foreground",
|
|
188
|
+
"--color-muted",
|
|
189
|
+
"--color-muted-foreground",
|
|
190
|
+
"--radius"
|
|
191
|
+
],
|
|
192
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/bento.json"
|
|
193
|
+
},
|
|
194
|
+
"blur-fade": {
|
|
195
|
+
"name": "BlurFade",
|
|
196
|
+
"category": "Motion",
|
|
197
|
+
"description": "Motion primitive: blur + fade-in on mount or when in view.",
|
|
198
|
+
"files": [
|
|
199
|
+
"UI/BlurFade/BlurFade.razor"
|
|
200
|
+
],
|
|
201
|
+
"dependencies": [],
|
|
202
|
+
"cssVars": [
|
|
203
|
+
"--color-foreground"
|
|
204
|
+
],
|
|
205
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/blur-fade.json"
|
|
206
|
+
},
|
|
207
|
+
"border-beam": {
|
|
208
|
+
"name": "BorderBeam",
|
|
209
|
+
"category": "Motion",
|
|
210
|
+
"description": "Animated gradient border beam effect for hero elements.",
|
|
211
|
+
"files": [
|
|
212
|
+
"UI/BorderBeam/BorderBeam.razor"
|
|
213
|
+
],
|
|
214
|
+
"dependencies": [],
|
|
215
|
+
"cssVars": [
|
|
216
|
+
"--radius"
|
|
217
|
+
],
|
|
218
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/border-beam.json"
|
|
219
|
+
},
|
|
220
|
+
"bottom-nav": {
|
|
221
|
+
"name": "BottomNav",
|
|
222
|
+
"category": "Navigation",
|
|
223
|
+
"description": "Mobile-first bottom navigation bar with icon items.",
|
|
224
|
+
"files": [
|
|
225
|
+
"UI/BottomNav/BottomNav.razor",
|
|
226
|
+
"UI/BottomNav/BottomNavFab.razor",
|
|
227
|
+
"UI/BottomNav/BottomNavItem.razor"
|
|
228
|
+
],
|
|
229
|
+
"dependencies": [],
|
|
230
|
+
"cssVars": [
|
|
231
|
+
"--color-background",
|
|
232
|
+
"--color-border",
|
|
233
|
+
"--color-card",
|
|
234
|
+
"--color-foreground",
|
|
235
|
+
"--color-muted",
|
|
236
|
+
"--color-muted-foreground",
|
|
237
|
+
"--color-primary",
|
|
238
|
+
"--color-primary-foreground",
|
|
239
|
+
"--color-ring",
|
|
240
|
+
"--radius"
|
|
241
|
+
],
|
|
242
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/bottom-nav.json"
|
|
243
|
+
},
|
|
244
|
+
"breadcrumb": {
|
|
245
|
+
"name": "Breadcrumb",
|
|
246
|
+
"category": "Navigation",
|
|
247
|
+
"description": "Hierarchical page path with separator characters.",
|
|
248
|
+
"files": [
|
|
249
|
+
"UI/Breadcrumb/Breadcrumb.razor",
|
|
250
|
+
"UI/Breadcrumb/BreadcrumbEllipsis.razor",
|
|
251
|
+
"UI/Breadcrumb/BreadcrumbItem.razor",
|
|
252
|
+
"UI/Breadcrumb/BreadcrumbLink.razor",
|
|
253
|
+
"UI/Breadcrumb/BreadcrumbList.razor",
|
|
254
|
+
"UI/Breadcrumb/BreadcrumbPage.razor",
|
|
255
|
+
"UI/Breadcrumb/BreadcrumbSeparator.razor"
|
|
256
|
+
],
|
|
257
|
+
"dependencies": [],
|
|
258
|
+
"cssVars": [
|
|
259
|
+
"--color-foreground",
|
|
260
|
+
"--color-muted",
|
|
261
|
+
"--color-muted-foreground",
|
|
262
|
+
"--color-ring",
|
|
263
|
+
"--radius"
|
|
264
|
+
],
|
|
265
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/breadcrumb.json"
|
|
266
|
+
},
|
|
267
|
+
"button": {
|
|
268
|
+
"name": "Button",
|
|
269
|
+
"category": "Forms",
|
|
270
|
+
"description": "Versatile button with variants, sizes, icons, and loading states.",
|
|
271
|
+
"files": [
|
|
272
|
+
"UI/Button/Button.razor"
|
|
273
|
+
],
|
|
274
|
+
"dependencies": [
|
|
275
|
+
"spinner"
|
|
276
|
+
],
|
|
277
|
+
"cssVars": [
|
|
278
|
+
"--color-accent",
|
|
279
|
+
"--color-accent-foreground",
|
|
280
|
+
"--color-background",
|
|
281
|
+
"--color-destructive",
|
|
282
|
+
"--color-destructive-foreground",
|
|
283
|
+
"--color-input",
|
|
284
|
+
"--color-primary",
|
|
285
|
+
"--color-primary-foreground",
|
|
286
|
+
"--color-ring",
|
|
287
|
+
"--color-secondary",
|
|
288
|
+
"--color-secondary-foreground",
|
|
289
|
+
"--radius"
|
|
290
|
+
],
|
|
291
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/button.json"
|
|
292
|
+
},
|
|
293
|
+
"calendar": {
|
|
294
|
+
"name": "Calendar",
|
|
295
|
+
"category": "Data Display",
|
|
296
|
+
"description": "Date picker calendar grid with single, range, and multi-select modes.",
|
|
297
|
+
"files": [
|
|
298
|
+
"UI/Calendar/Calendar.razor"
|
|
299
|
+
],
|
|
300
|
+
"dependencies": [],
|
|
301
|
+
"cssVars": [
|
|
302
|
+
"--color-accent",
|
|
303
|
+
"--color-accent-foreground",
|
|
304
|
+
"--color-muted",
|
|
305
|
+
"--color-muted-foreground",
|
|
306
|
+
"--color-primary",
|
|
307
|
+
"--color-primary-foreground",
|
|
308
|
+
"--radius"
|
|
309
|
+
],
|
|
310
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/calendar.json"
|
|
311
|
+
},
|
|
312
|
+
"card": {
|
|
313
|
+
"name": "Card",
|
|
314
|
+
"category": "Data Display",
|
|
315
|
+
"description": "Flexible container with header, content, and footer slots.",
|
|
316
|
+
"files": [
|
|
317
|
+
"UI/Card/Card.razor",
|
|
318
|
+
"UI/Card/CardContent.razor",
|
|
319
|
+
"UI/Card/CardFooter.razor",
|
|
320
|
+
"UI/Card/CardHeader.razor"
|
|
321
|
+
],
|
|
322
|
+
"dependencies": [],
|
|
323
|
+
"cssVars": [
|
|
324
|
+
"--color-accent",
|
|
325
|
+
"--color-border",
|
|
326
|
+
"--color-card",
|
|
327
|
+
"--color-card-foreground",
|
|
328
|
+
"--color-ring",
|
|
329
|
+
"--radius"
|
|
330
|
+
],
|
|
331
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/card.json"
|
|
332
|
+
},
|
|
333
|
+
"carousel": {
|
|
334
|
+
"name": "Carousel",
|
|
335
|
+
"category": "Navigation",
|
|
336
|
+
"description": "Slide-based content rotator with autoplay and keyboard nav.",
|
|
337
|
+
"files": [
|
|
338
|
+
"UI/Carousel/Carousel.razor",
|
|
339
|
+
"UI/Carousel/CarouselContent.razor",
|
|
340
|
+
"UI/Carousel/CarouselItem.razor",
|
|
341
|
+
"UI/Carousel/CarouselNext.razor",
|
|
342
|
+
"UI/Carousel/CarouselPrevious.razor"
|
|
343
|
+
],
|
|
344
|
+
"dependencies": [],
|
|
345
|
+
"cssVars": [
|
|
346
|
+
"--color-accent",
|
|
347
|
+
"--color-accent-foreground",
|
|
348
|
+
"--color-background",
|
|
349
|
+
"--radius"
|
|
350
|
+
],
|
|
351
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/carousel.json"
|
|
352
|
+
},
|
|
353
|
+
"cascader": {
|
|
354
|
+
"name": "Cascader",
|
|
355
|
+
"category": "Forms",
|
|
356
|
+
"description": "Multi-level dropdown for hierarchical selection.",
|
|
357
|
+
"files": [
|
|
358
|
+
"UI/Cascader/Cascader.razor"
|
|
359
|
+
],
|
|
360
|
+
"dependencies": [
|
|
361
|
+
"list"
|
|
362
|
+
],
|
|
363
|
+
"cssVars": [
|
|
364
|
+
"--color-accent",
|
|
365
|
+
"--color-accent-foreground",
|
|
366
|
+
"--color-background",
|
|
367
|
+
"--color-border",
|
|
368
|
+
"--color-foreground",
|
|
369
|
+
"--color-input",
|
|
370
|
+
"--color-muted",
|
|
371
|
+
"--color-muted-foreground",
|
|
372
|
+
"--color-popover",
|
|
373
|
+
"--color-popover-foreground",
|
|
374
|
+
"--color-primary",
|
|
375
|
+
"--color-ring",
|
|
376
|
+
"--radius"
|
|
377
|
+
],
|
|
378
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/cascader.json"
|
|
379
|
+
},
|
|
380
|
+
"center": {
|
|
381
|
+
"name": "Center",
|
|
382
|
+
"category": "Layout",
|
|
383
|
+
"description": "Flexbox helper that centers its children on both axes.",
|
|
384
|
+
"files": [
|
|
385
|
+
"UI/Center/Center.razor"
|
|
386
|
+
],
|
|
387
|
+
"dependencies": [],
|
|
388
|
+
"cssVars": [
|
|
389
|
+
"--color-foreground"
|
|
390
|
+
],
|
|
391
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/center.json"
|
|
392
|
+
},
|
|
393
|
+
"chart": {
|
|
394
|
+
"name": "Chart",
|
|
395
|
+
"category": "Charts",
|
|
396
|
+
"description": "Declarative chart wrapper over ECharts — 30+ types supported.",
|
|
397
|
+
"files": [
|
|
398
|
+
"UI/Chart/Chart.razor",
|
|
399
|
+
"UI/Chart/ChartHelper.cs",
|
|
400
|
+
"UI/Chart/Charts/AreaChart.razor",
|
|
401
|
+
"UI/Chart/Charts/BarChart.razor",
|
|
402
|
+
"UI/Chart/Charts/BoxPlotChart.razor",
|
|
403
|
+
"UI/Chart/Charts/CalendarHeatmapChart.razor",
|
|
404
|
+
"UI/Chart/Charts/CandlestickChart.razor",
|
|
405
|
+
"UI/Chart/Charts/DonutChart.razor",
|
|
406
|
+
"UI/Chart/Charts/EffectScatterChart.razor",
|
|
407
|
+
"UI/Chart/Charts/FunnelChart.razor",
|
|
408
|
+
"UI/Chart/Charts/GaugeChart.razor",
|
|
409
|
+
"UI/Chart/Charts/GeoMapChart.razor",
|
|
410
|
+
"UI/Chart/Charts/GraphChart.razor",
|
|
411
|
+
"UI/Chart/Charts/HeatmapChart.razor",
|
|
412
|
+
"UI/Chart/Charts/LineChart.razor",
|
|
413
|
+
"UI/Chart/Charts/LiquidFillChart.razor",
|
|
414
|
+
"UI/Chart/Charts/MixedChart.razor",
|
|
415
|
+
"UI/Chart/Charts/NightingaleChart.razor",
|
|
416
|
+
"UI/Chart/Charts/ParallelChart.razor",
|
|
417
|
+
"UI/Chart/Charts/PictorialBarChart.razor",
|
|
418
|
+
"UI/Chart/Charts/PieChart.razor",
|
|
419
|
+
"UI/Chart/Charts/PolarBarChart.razor",
|
|
420
|
+
"UI/Chart/Charts/RadarChart.razor",
|
|
421
|
+
"UI/Chart/Charts/RadialChart.razor",
|
|
422
|
+
"UI/Chart/Charts/SankeyChart.razor",
|
|
423
|
+
"UI/Chart/Charts/ScatterChart.razor",
|
|
424
|
+
"UI/Chart/Charts/SunburstChart.razor",
|
|
425
|
+
"UI/Chart/Charts/ThemeRiverChart.razor",
|
|
426
|
+
"UI/Chart/Charts/TreeChart.razor",
|
|
427
|
+
"UI/Chart/Charts/TreemapChart.razor",
|
|
428
|
+
"UI/Chart/Charts/WaterfallChart.razor",
|
|
429
|
+
"UI/Chart/Charts/WordCloudChart.razor",
|
|
430
|
+
"UI/Chart/EChartOption.cs"
|
|
431
|
+
],
|
|
432
|
+
"dependencies": [],
|
|
433
|
+
"cssVars": [
|
|
434
|
+
"--color-destructive",
|
|
435
|
+
"--radius"
|
|
436
|
+
],
|
|
437
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/chart.json"
|
|
438
|
+
},
|
|
439
|
+
"checkbox": {
|
|
440
|
+
"name": "Checkbox",
|
|
441
|
+
"category": "Forms",
|
|
442
|
+
"description": "Binary input with indeterminate state and accessible label.",
|
|
443
|
+
"files": [
|
|
444
|
+
"UI/Checkbox/Checkbox.razor"
|
|
445
|
+
],
|
|
446
|
+
"dependencies": [],
|
|
447
|
+
"cssVars": [
|
|
448
|
+
"--color-background",
|
|
449
|
+
"--color-muted",
|
|
450
|
+
"--color-muted-foreground",
|
|
451
|
+
"--color-primary",
|
|
452
|
+
"--color-primary-foreground",
|
|
453
|
+
"--color-ring",
|
|
454
|
+
"--radius"
|
|
455
|
+
],
|
|
456
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/checkbox.json"
|
|
457
|
+
},
|
|
458
|
+
"chip": {
|
|
459
|
+
"name": "Chip",
|
|
460
|
+
"category": "Data Display",
|
|
461
|
+
"description": "Compact removable tag, optionally toggleable.",
|
|
462
|
+
"files": [
|
|
463
|
+
"UI/Chip/Chip.razor",
|
|
464
|
+
"UI/Chip/ChipGroup.razor"
|
|
465
|
+
],
|
|
466
|
+
"dependencies": [],
|
|
467
|
+
"cssVars": [
|
|
468
|
+
"--color-border",
|
|
469
|
+
"--color-destructive",
|
|
470
|
+
"--color-destructive-foreground",
|
|
471
|
+
"--color-foreground",
|
|
472
|
+
"--color-primary",
|
|
473
|
+
"--color-primary-foreground",
|
|
474
|
+
"--color-ring",
|
|
475
|
+
"--color-secondary",
|
|
476
|
+
"--color-secondary-foreground",
|
|
477
|
+
"--radius"
|
|
478
|
+
],
|
|
479
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/chip.json"
|
|
480
|
+
},
|
|
481
|
+
"code": {
|
|
482
|
+
"name": "Code",
|
|
483
|
+
"category": "Typography",
|
|
484
|
+
"description": "Inline or block monospace code snippet with optional copy button.",
|
|
485
|
+
"files": [
|
|
486
|
+
"UI/Code/Code.razor"
|
|
487
|
+
],
|
|
488
|
+
"dependencies": [],
|
|
489
|
+
"cssVars": [
|
|
490
|
+
"--color-muted",
|
|
491
|
+
"--radius"
|
|
492
|
+
],
|
|
493
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/code.json"
|
|
494
|
+
},
|
|
495
|
+
"collapsible": {
|
|
496
|
+
"name": "Collapsible",
|
|
497
|
+
"category": "Navigation",
|
|
498
|
+
"description": "Single expandable region with animated height transition.",
|
|
499
|
+
"files": [
|
|
500
|
+
"UI/Collapsible/Collapsible.razor",
|
|
501
|
+
"UI/Collapsible/CollapsibleContent.razor",
|
|
502
|
+
"UI/Collapsible/CollapsibleTrigger.razor"
|
|
503
|
+
],
|
|
504
|
+
"dependencies": [],
|
|
505
|
+
"cssVars": [
|
|
506
|
+
"--color-ring",
|
|
507
|
+
"--radius"
|
|
508
|
+
],
|
|
509
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/collapsible.json"
|
|
510
|
+
},
|
|
511
|
+
"color-picker": {
|
|
512
|
+
"name": "ColorPicker",
|
|
513
|
+
"category": "Forms",
|
|
514
|
+
"description": "Hue + saturation/value picker with hex input.",
|
|
515
|
+
"files": [
|
|
516
|
+
"UI/ColorPicker/ColorPicker.razor"
|
|
517
|
+
],
|
|
518
|
+
"dependencies": [],
|
|
519
|
+
"cssVars": [
|
|
520
|
+
"--color-accent",
|
|
521
|
+
"--color-accent-foreground",
|
|
522
|
+
"--color-background",
|
|
523
|
+
"--color-border",
|
|
524
|
+
"--color-foreground",
|
|
525
|
+
"--color-muted",
|
|
526
|
+
"--color-muted-foreground",
|
|
527
|
+
"--color-popover",
|
|
528
|
+
"--color-popover-foreground",
|
|
529
|
+
"--color-ring",
|
|
530
|
+
"--radius"
|
|
531
|
+
],
|
|
532
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/color-picker.json"
|
|
533
|
+
},
|
|
534
|
+
"combobox": {
|
|
535
|
+
"name": "Combobox",
|
|
536
|
+
"category": "Forms",
|
|
537
|
+
"description": "Searchable select with filtering, custom values, and grouping.",
|
|
538
|
+
"files": [
|
|
539
|
+
"UI/Combobox/Combobox.razor",
|
|
540
|
+
"UI/Combobox/ComboboxContent.razor",
|
|
541
|
+
"UI/Combobox/ComboboxCreate.razor",
|
|
542
|
+
"UI/Combobox/ComboboxEmpty.razor",
|
|
543
|
+
"UI/Combobox/ComboboxInput.razor",
|
|
544
|
+
"UI/Combobox/ComboboxItem.razor"
|
|
545
|
+
],
|
|
546
|
+
"dependencies": [
|
|
547
|
+
"spinner"
|
|
548
|
+
],
|
|
549
|
+
"cssVars": [
|
|
550
|
+
"--color-accent",
|
|
551
|
+
"--color-accent-foreground",
|
|
552
|
+
"--color-border",
|
|
553
|
+
"--color-input",
|
|
554
|
+
"--color-muted",
|
|
555
|
+
"--color-muted-foreground",
|
|
556
|
+
"--color-popover",
|
|
557
|
+
"--color-popover-foreground",
|
|
558
|
+
"--radius"
|
|
559
|
+
],
|
|
560
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/combobox.json"
|
|
561
|
+
},
|
|
562
|
+
"command": {
|
|
563
|
+
"name": "Command",
|
|
564
|
+
"category": "Overlay",
|
|
565
|
+
"description": "Command palette — keyboard-driven finder for actions.",
|
|
566
|
+
"files": [
|
|
567
|
+
"UI/Command/Command.razor",
|
|
568
|
+
"UI/Command/CommandEmpty.razor",
|
|
569
|
+
"UI/Command/CommandGroup.razor",
|
|
570
|
+
"UI/Command/CommandInput.razor",
|
|
571
|
+
"UI/Command/CommandItem.razor",
|
|
572
|
+
"UI/Command/CommandList.razor",
|
|
573
|
+
"UI/Command/CommandSeparator.razor"
|
|
574
|
+
],
|
|
575
|
+
"dependencies": [
|
|
576
|
+
"kbd"
|
|
577
|
+
],
|
|
578
|
+
"cssVars": [
|
|
579
|
+
"--color-accent",
|
|
580
|
+
"--color-accent-foreground",
|
|
581
|
+
"--color-border",
|
|
582
|
+
"--color-foreground",
|
|
583
|
+
"--color-muted",
|
|
584
|
+
"--color-muted-foreground",
|
|
585
|
+
"--color-popover",
|
|
586
|
+
"--color-popover-foreground",
|
|
587
|
+
"--radius"
|
|
588
|
+
],
|
|
589
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/command.json"
|
|
590
|
+
},
|
|
591
|
+
"container": {
|
|
592
|
+
"name": "Container",
|
|
593
|
+
"category": "Layout",
|
|
594
|
+
"description": "Responsive max-width wrapper with consistent page padding.",
|
|
595
|
+
"files": [
|
|
596
|
+
"UI/Container/Container.razor"
|
|
597
|
+
],
|
|
598
|
+
"dependencies": [],
|
|
599
|
+
"cssVars": [
|
|
600
|
+
"--color-foreground"
|
|
601
|
+
],
|
|
602
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/container.json"
|
|
603
|
+
},
|
|
604
|
+
"context-menu": {
|
|
605
|
+
"name": "ContextMenu",
|
|
606
|
+
"category": "Overlay",
|
|
607
|
+
"description": "Right-click menu tied to a container element.",
|
|
608
|
+
"files": [
|
|
609
|
+
"UI/ContextMenu/ContextMenu.razor",
|
|
610
|
+
"UI/ContextMenu/ContextMenuCheckboxItem.razor",
|
|
611
|
+
"UI/ContextMenu/ContextMenuContent.razor",
|
|
612
|
+
"UI/ContextMenu/ContextMenuGroup.razor",
|
|
613
|
+
"UI/ContextMenu/ContextMenuItem.razor",
|
|
614
|
+
"UI/ContextMenu/ContextMenuLabel.razor",
|
|
615
|
+
"UI/ContextMenu/ContextMenuRadioGroup.razor",
|
|
616
|
+
"UI/ContextMenu/ContextMenuRadioItem.razor",
|
|
617
|
+
"UI/ContextMenu/ContextMenuSeparator.razor",
|
|
618
|
+
"UI/ContextMenu/ContextMenuTrigger.razor"
|
|
619
|
+
],
|
|
620
|
+
"dependencies": [],
|
|
621
|
+
"cssVars": [
|
|
622
|
+
"--color-accent",
|
|
623
|
+
"--color-accent-foreground",
|
|
624
|
+
"--color-border",
|
|
625
|
+
"--color-popover",
|
|
626
|
+
"--color-popover-foreground",
|
|
627
|
+
"--radius"
|
|
628
|
+
],
|
|
629
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/context-menu.json"
|
|
630
|
+
},
|
|
631
|
+
"data-grid": {
|
|
632
|
+
"name": "DataGrid",
|
|
633
|
+
"category": "Data Display",
|
|
634
|
+
"description": "Enterprise grid: sort, filter, inline edit, group, pin, virtualize, export.",
|
|
635
|
+
"files": [
|
|
636
|
+
"UI/DataGrid/DataGrid.razor",
|
|
637
|
+
"UI/DataGrid/DataGridBody.razor",
|
|
638
|
+
"UI/DataGrid/DataGridCell.razor",
|
|
639
|
+
"UI/DataGrid/DataGridColumn.cs",
|
|
640
|
+
"UI/DataGrid/DataGridColumnDef.razor",
|
|
641
|
+
"UI/DataGrid/DataGridColumnFilter.razor",
|
|
642
|
+
"UI/DataGrid/DataGridColumnVisibility.razor",
|
|
643
|
+
"UI/DataGrid/DataGridContext.cs",
|
|
644
|
+
"UI/DataGrid/DataGridDetailRow.razor",
|
|
645
|
+
"UI/DataGrid/DataGridEnums.cs",
|
|
646
|
+
"UI/DataGrid/DataGridFilterOperator.cs",
|
|
647
|
+
"UI/DataGrid/DataGridFooter.razor",
|
|
648
|
+
"UI/DataGrid/DataGridGroupRow.razor",
|
|
649
|
+
"UI/DataGrid/DataGridHeader.razor",
|
|
650
|
+
"UI/DataGrid/DataGridHeaderCell.razor",
|
|
651
|
+
"UI/DataGrid/DataGridLayoutService.cs",
|
|
652
|
+
"UI/DataGrid/DataGridPagination.razor",
|
|
653
|
+
"UI/DataGrid/DataGridRow.razor",
|
|
654
|
+
"UI/DataGrid/DataGridServerService.cs",
|
|
655
|
+
"UI/DataGrid/DataGridState.cs",
|
|
656
|
+
"UI/DataGrid/DataGridToolbar.razor"
|
|
657
|
+
],
|
|
658
|
+
"dependencies": [
|
|
659
|
+
"button",
|
|
660
|
+
"checkbox",
|
|
661
|
+
"filter",
|
|
662
|
+
"heading",
|
|
663
|
+
"list",
|
|
664
|
+
"pagination",
|
|
665
|
+
"select",
|
|
666
|
+
"skeleton"
|
|
667
|
+
],
|
|
668
|
+
"cssVars": [
|
|
669
|
+
"--color-accent",
|
|
670
|
+
"--color-accent-foreground",
|
|
671
|
+
"--color-background",
|
|
672
|
+
"--color-border",
|
|
673
|
+
"--color-card",
|
|
674
|
+
"--color-card-foreground",
|
|
675
|
+
"--color-destructive",
|
|
676
|
+
"--color-foreground",
|
|
677
|
+
"--color-input",
|
|
678
|
+
"--color-muted",
|
|
679
|
+
"--color-muted-foreground",
|
|
680
|
+
"--color-popover",
|
|
681
|
+
"--color-popover-foreground",
|
|
682
|
+
"--color-primary",
|
|
683
|
+
"--color-primary-foreground",
|
|
684
|
+
"--color-ring",
|
|
685
|
+
"--radius"
|
|
686
|
+
],
|
|
687
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/data-grid.json"
|
|
688
|
+
},
|
|
689
|
+
"data-table": {
|
|
690
|
+
"name": "DataTable",
|
|
691
|
+
"category": "Data Display",
|
|
692
|
+
"description": "Table with sorting, pagination, and row selection built in.",
|
|
693
|
+
"files": [
|
|
694
|
+
"UI/DataTable/DataTable.razor",
|
|
695
|
+
"UI/DataTable/DataTableSortableHeader.razor"
|
|
696
|
+
],
|
|
697
|
+
"dependencies": [
|
|
698
|
+
"checkbox"
|
|
699
|
+
],
|
|
700
|
+
"cssVars": [
|
|
701
|
+
"--color-accent",
|
|
702
|
+
"--color-accent-foreground",
|
|
703
|
+
"--color-muted",
|
|
704
|
+
"--color-muted-foreground",
|
|
705
|
+
"--radius"
|
|
706
|
+
],
|
|
707
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/data-table.json"
|
|
708
|
+
},
|
|
709
|
+
"date-picker": {
|
|
710
|
+
"name": "DatePicker",
|
|
711
|
+
"category": "Forms",
|
|
712
|
+
"description": "Calendar popover for picking a single date or range.",
|
|
713
|
+
"files": [
|
|
714
|
+
"UI/DatePicker/DatePicker.razor",
|
|
715
|
+
"UI/DatePicker/DateRangePicker.razor"
|
|
716
|
+
],
|
|
717
|
+
"dependencies": [
|
|
718
|
+
"calendar",
|
|
719
|
+
"popover",
|
|
720
|
+
"time-picker"
|
|
721
|
+
],
|
|
722
|
+
"cssVars": [
|
|
723
|
+
"--color-accent",
|
|
724
|
+
"--color-accent-foreground",
|
|
725
|
+
"--color-border",
|
|
726
|
+
"--color-foreground",
|
|
727
|
+
"--color-input",
|
|
728
|
+
"--color-muted",
|
|
729
|
+
"--color-muted-foreground",
|
|
730
|
+
"--radius"
|
|
731
|
+
],
|
|
732
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/date-picker.json"
|
|
733
|
+
},
|
|
734
|
+
"date-time-picker": {
|
|
735
|
+
"name": "DateTimePicker",
|
|
736
|
+
"category": "Forms",
|
|
737
|
+
"description": "Combined date + time picker with timezone awareness.",
|
|
738
|
+
"files": [
|
|
739
|
+
"UI/DateTimePicker/DateTimePicker.razor"
|
|
740
|
+
],
|
|
741
|
+
"dependencies": [
|
|
742
|
+
"calendar",
|
|
743
|
+
"popover"
|
|
744
|
+
],
|
|
745
|
+
"cssVars": [
|
|
746
|
+
"--color-accent",
|
|
747
|
+
"--color-accent-foreground",
|
|
748
|
+
"--color-border",
|
|
749
|
+
"--color-foreground",
|
|
750
|
+
"--color-input",
|
|
751
|
+
"--color-muted",
|
|
752
|
+
"--color-muted-foreground",
|
|
753
|
+
"--color-primary",
|
|
754
|
+
"--color-primary-foreground",
|
|
755
|
+
"--radius"
|
|
756
|
+
],
|
|
757
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/date-time-picker.json"
|
|
758
|
+
},
|
|
759
|
+
"delta": {
|
|
760
|
+
"name": "Delta",
|
|
761
|
+
"category": "Dashboard",
|
|
762
|
+
"description": "Trend indicator showing delta value with up/down arrow + color.",
|
|
763
|
+
"files": [
|
|
764
|
+
"UI/Delta/Delta.razor"
|
|
765
|
+
],
|
|
766
|
+
"dependencies": [],
|
|
767
|
+
"cssVars": [
|
|
768
|
+
"--color-muted",
|
|
769
|
+
"--color-muted-foreground",
|
|
770
|
+
"--radius"
|
|
771
|
+
],
|
|
772
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/delta.json"
|
|
773
|
+
},
|
|
774
|
+
"descriptions": {
|
|
775
|
+
"name": "Descriptions",
|
|
776
|
+
"category": "Data Display",
|
|
777
|
+
"description": "Key-value pair list for read-only entity details.",
|
|
778
|
+
"files": [
|
|
779
|
+
"UI/Descriptions/Descriptions.razor",
|
|
780
|
+
"UI/Descriptions/DescriptionsItem.razor"
|
|
781
|
+
],
|
|
782
|
+
"dependencies": [],
|
|
783
|
+
"cssVars": [
|
|
784
|
+
"--color-border",
|
|
785
|
+
"--color-foreground",
|
|
786
|
+
"--color-muted",
|
|
787
|
+
"--color-muted-foreground",
|
|
788
|
+
"--radius"
|
|
789
|
+
],
|
|
790
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/descriptions.json"
|
|
791
|
+
},
|
|
792
|
+
"dialog": {
|
|
793
|
+
"name": "Dialog",
|
|
794
|
+
"category": "Overlay",
|
|
795
|
+
"description": "Modal dialog with header, content, footer, and focus trap.",
|
|
796
|
+
"files": [
|
|
797
|
+
"UI/Dialog/Dialog.razor",
|
|
798
|
+
"UI/Dialog/DialogClose.razor",
|
|
799
|
+
"UI/Dialog/DialogContent.razor",
|
|
800
|
+
"UI/Dialog/DialogDescription.razor",
|
|
801
|
+
"UI/Dialog/DialogFooter.razor",
|
|
802
|
+
"UI/Dialog/DialogHeader.razor",
|
|
803
|
+
"UI/Dialog/DialogTitle.razor",
|
|
804
|
+
"UI/Dialog/DialogTrigger.razor"
|
|
805
|
+
],
|
|
806
|
+
"dependencies": [],
|
|
807
|
+
"cssVars": [
|
|
808
|
+
"--color-background",
|
|
809
|
+
"--color-border",
|
|
810
|
+
"--color-muted",
|
|
811
|
+
"--color-muted-foreground",
|
|
812
|
+
"--radius"
|
|
813
|
+
],
|
|
814
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/dialog.json"
|
|
815
|
+
},
|
|
816
|
+
"drawer": {
|
|
817
|
+
"name": "Drawer",
|
|
818
|
+
"category": "Overlay",
|
|
819
|
+
"description": "Slide-up sheet for mobile-first contextual content.",
|
|
820
|
+
"files": [
|
|
821
|
+
"UI/Drawer/Drawer.razor",
|
|
822
|
+
"UI/Drawer/DrawerClose.razor",
|
|
823
|
+
"UI/Drawer/DrawerContent.razor",
|
|
824
|
+
"UI/Drawer/DrawerDescription.razor",
|
|
825
|
+
"UI/Drawer/DrawerFooter.razor",
|
|
826
|
+
"UI/Drawer/DrawerHeader.razor",
|
|
827
|
+
"UI/Drawer/DrawerTitle.razor",
|
|
828
|
+
"UI/Drawer/DrawerTrigger.razor"
|
|
829
|
+
],
|
|
830
|
+
"dependencies": [],
|
|
831
|
+
"cssVars": [
|
|
832
|
+
"--color-background",
|
|
833
|
+
"--color-muted",
|
|
834
|
+
"--color-muted-foreground",
|
|
835
|
+
"--radius"
|
|
836
|
+
],
|
|
837
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/drawer.json"
|
|
838
|
+
},
|
|
839
|
+
"dropdown-menu": {
|
|
840
|
+
"name": "DropdownMenu",
|
|
841
|
+
"category": "Overlay",
|
|
842
|
+
"description": "Menu button with items, separators, submenus, and checkboxes.",
|
|
843
|
+
"files": [
|
|
844
|
+
"UI/DropdownMenu/DropdownMenu.razor",
|
|
845
|
+
"UI/DropdownMenu/DropdownMenuCheckboxItem.razor",
|
|
846
|
+
"UI/DropdownMenu/DropdownMenuContent.razor",
|
|
847
|
+
"UI/DropdownMenu/DropdownMenuGroup.razor",
|
|
848
|
+
"UI/DropdownMenu/DropdownMenuItem.razor",
|
|
849
|
+
"UI/DropdownMenu/DropdownMenuLabel.razor",
|
|
850
|
+
"UI/DropdownMenu/DropdownMenuRadioGroup.razor",
|
|
851
|
+
"UI/DropdownMenu/DropdownMenuRadioItem.razor",
|
|
852
|
+
"UI/DropdownMenu/DropdownMenuSeparator.razor",
|
|
853
|
+
"UI/DropdownMenu/DropdownMenuTrigger.razor"
|
|
854
|
+
],
|
|
855
|
+
"dependencies": [],
|
|
856
|
+
"cssVars": [
|
|
857
|
+
"--color-accent",
|
|
858
|
+
"--color-accent-foreground",
|
|
859
|
+
"--color-border",
|
|
860
|
+
"--color-popover",
|
|
861
|
+
"--color-popover-foreground",
|
|
862
|
+
"--radius"
|
|
863
|
+
],
|
|
864
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/dropdown-menu.json"
|
|
865
|
+
},
|
|
866
|
+
"empty-state": {
|
|
867
|
+
"name": "EmptyState",
|
|
868
|
+
"category": "Feedback",
|
|
869
|
+
"description": "Illustrated placeholder for empty lists with call-to-action.",
|
|
870
|
+
"files": [
|
|
871
|
+
"UI/EmptyState/EmptyState.razor"
|
|
872
|
+
],
|
|
873
|
+
"dependencies": [],
|
|
874
|
+
"cssVars": [
|
|
875
|
+
"--color-muted",
|
|
876
|
+
"--color-muted-foreground"
|
|
877
|
+
],
|
|
878
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/empty-state.json"
|
|
879
|
+
},
|
|
880
|
+
"file-upload": {
|
|
881
|
+
"name": "FileUpload",
|
|
882
|
+
"category": "Forms",
|
|
883
|
+
"description": "Drag-and-drop file dropzone with progress and validation.",
|
|
884
|
+
"files": [
|
|
885
|
+
"UI/FileUpload/FileUpload.razor"
|
|
886
|
+
],
|
|
887
|
+
"dependencies": [
|
|
888
|
+
"input"
|
|
889
|
+
],
|
|
890
|
+
"cssVars": [
|
|
891
|
+
"--color-background",
|
|
892
|
+
"--color-border",
|
|
893
|
+
"--color-card",
|
|
894
|
+
"--color-destructive",
|
|
895
|
+
"--color-input",
|
|
896
|
+
"--color-muted",
|
|
897
|
+
"--color-muted-foreground",
|
|
898
|
+
"--color-primary",
|
|
899
|
+
"--color-primary-foreground",
|
|
900
|
+
"--radius"
|
|
901
|
+
],
|
|
902
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/file-upload.json"
|
|
903
|
+
},
|
|
904
|
+
"filter": {
|
|
905
|
+
"name": "Filter",
|
|
906
|
+
"category": "Data Display",
|
|
907
|
+
"description": "Composable faceted filter builder with chips.",
|
|
908
|
+
"files": [
|
|
909
|
+
"UI/Filter/FilterBar.razor",
|
|
910
|
+
"UI/Filter/FilterPill.razor"
|
|
911
|
+
],
|
|
912
|
+
"dependencies": [
|
|
913
|
+
"badge"
|
|
914
|
+
],
|
|
915
|
+
"cssVars": [
|
|
916
|
+
"--color-muted",
|
|
917
|
+
"--radius"
|
|
918
|
+
],
|
|
919
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/filter.json"
|
|
920
|
+
},
|
|
921
|
+
"flex": {
|
|
922
|
+
"name": "Flex",
|
|
923
|
+
"category": "Layout",
|
|
924
|
+
"description": "Flexbox wrapper exposing direction, gap, align, justify as props.",
|
|
925
|
+
"files": [
|
|
926
|
+
"UI/Flex/Flex.razor"
|
|
927
|
+
],
|
|
928
|
+
"dependencies": [],
|
|
929
|
+
"cssVars": [
|
|
930
|
+
"--color-foreground"
|
|
931
|
+
],
|
|
932
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/flex.json"
|
|
933
|
+
},
|
|
934
|
+
"form": {
|
|
935
|
+
"name": "Form",
|
|
936
|
+
"category": "Forms",
|
|
937
|
+
"description": "EditForm wrapper with styled validation, field groups, and submit state.",
|
|
938
|
+
"files": [
|
|
939
|
+
"UI/Form/DataAnnotationsFormValidator.cs",
|
|
940
|
+
"UI/Form/Form.razor",
|
|
941
|
+
"UI/Form/FormContext.cs",
|
|
942
|
+
"UI/Form/FormDescription.razor",
|
|
943
|
+
"UI/Form/FormField.razor",
|
|
944
|
+
"UI/Form/FormItem.razor",
|
|
945
|
+
"UI/Form/FormLabel.razor",
|
|
946
|
+
"UI/Form/FormMessage.razor",
|
|
947
|
+
"UI/Form/IFormValidator.cs"
|
|
948
|
+
],
|
|
949
|
+
"dependencies": [
|
|
950
|
+
"label"
|
|
951
|
+
],
|
|
952
|
+
"cssVars": [
|
|
953
|
+
"--color-destructive",
|
|
954
|
+
"--color-muted",
|
|
955
|
+
"--color-muted-foreground"
|
|
956
|
+
],
|
|
957
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/form.json"
|
|
958
|
+
},
|
|
959
|
+
"gantt": {
|
|
960
|
+
"name": "Gantt",
|
|
961
|
+
"category": "Utility",
|
|
962
|
+
"description": "Gantt component.",
|
|
963
|
+
"files": [
|
|
964
|
+
"UI/Gantt/Gantt.razor",
|
|
965
|
+
"UI/Gantt/GanttTypes.cs"
|
|
966
|
+
],
|
|
967
|
+
"dependencies": [
|
|
968
|
+
"toggle-group"
|
|
969
|
+
],
|
|
970
|
+
"cssVars": [
|
|
971
|
+
"--color-border",
|
|
972
|
+
"--color-card",
|
|
973
|
+
"--radius"
|
|
974
|
+
],
|
|
975
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/gantt.json"
|
|
976
|
+
},
|
|
977
|
+
"grid": {
|
|
978
|
+
"name": "Grid",
|
|
979
|
+
"category": "Layout",
|
|
980
|
+
"description": "CSS grid wrapper with columns + gap as props.",
|
|
981
|
+
"files": [
|
|
982
|
+
"UI/Grid/Grid.razor"
|
|
983
|
+
],
|
|
984
|
+
"dependencies": [],
|
|
985
|
+
"cssVars": [
|
|
986
|
+
"--color-foreground"
|
|
987
|
+
],
|
|
988
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/grid.json"
|
|
989
|
+
},
|
|
990
|
+
"heading": {
|
|
991
|
+
"name": "Heading",
|
|
992
|
+
"category": "Typography",
|
|
993
|
+
"description": "Semantic h1-h6 heading with Lumeo typographic scale.",
|
|
994
|
+
"files": [
|
|
995
|
+
"UI/Heading/Heading.razor"
|
|
996
|
+
],
|
|
997
|
+
"dependencies": [],
|
|
998
|
+
"cssVars": [
|
|
999
|
+
"--color-foreground"
|
|
1000
|
+
],
|
|
1001
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/heading.json"
|
|
1002
|
+
},
|
|
1003
|
+
"hover-card": {
|
|
1004
|
+
"name": "HoverCard",
|
|
1005
|
+
"category": "Overlay",
|
|
1006
|
+
"description": "Popover that opens on hover for rich previews.",
|
|
1007
|
+
"files": [
|
|
1008
|
+
"UI/HoverCard/HoverCard.razor",
|
|
1009
|
+
"UI/HoverCard/HoverCardContent.razor",
|
|
1010
|
+
"UI/HoverCard/HoverCardTrigger.razor"
|
|
1011
|
+
],
|
|
1012
|
+
"dependencies": [],
|
|
1013
|
+
"cssVars": [
|
|
1014
|
+
"--color-border",
|
|
1015
|
+
"--color-popover",
|
|
1016
|
+
"--color-popover-foreground",
|
|
1017
|
+
"--radius"
|
|
1018
|
+
],
|
|
1019
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/hover-card.json"
|
|
1020
|
+
},
|
|
1021
|
+
"icon": {
|
|
1022
|
+
"name": "Icon",
|
|
1023
|
+
"category": "Utility",
|
|
1024
|
+
"description": "Icon wrapper — renders Lucide icons via Blazicons.",
|
|
1025
|
+
"files": [
|
|
1026
|
+
"UI/Icon/Icon.razor"
|
|
1027
|
+
],
|
|
1028
|
+
"dependencies": [],
|
|
1029
|
+
"cssVars": [
|
|
1030
|
+
"--color-foreground"
|
|
1031
|
+
],
|
|
1032
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/icon.json"
|
|
1033
|
+
},
|
|
1034
|
+
"image": {
|
|
1035
|
+
"name": "Image",
|
|
1036
|
+
"category": "Data Display",
|
|
1037
|
+
"description": "Image with lazy-loading, loading skeleton, and error fallback.",
|
|
1038
|
+
"files": [
|
|
1039
|
+
"UI/Image/Image.razor",
|
|
1040
|
+
"UI/Image/ImageGallery.razor"
|
|
1041
|
+
],
|
|
1042
|
+
"dependencies": [],
|
|
1043
|
+
"cssVars": [
|
|
1044
|
+
"--color-muted",
|
|
1045
|
+
"--color-muted-foreground",
|
|
1046
|
+
"--radius"
|
|
1047
|
+
],
|
|
1048
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/image.json"
|
|
1049
|
+
},
|
|
1050
|
+
"image-compare": {
|
|
1051
|
+
"name": "ImageCompare",
|
|
1052
|
+
"category": "Data Display",
|
|
1053
|
+
"description": "Before/after slider comparison for two images.",
|
|
1054
|
+
"files": [
|
|
1055
|
+
"UI/ImageCompare/ImageCompare.razor"
|
|
1056
|
+
],
|
|
1057
|
+
"dependencies": [],
|
|
1058
|
+
"cssVars": [
|
|
1059
|
+
"--radius"
|
|
1060
|
+
],
|
|
1061
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/image-compare.json"
|
|
1062
|
+
},
|
|
1063
|
+
"inplace-editor": {
|
|
1064
|
+
"name": "InplaceEditor",
|
|
1065
|
+
"category": "Forms",
|
|
1066
|
+
"description": "Click-to-edit text/number field that swaps in an input.",
|
|
1067
|
+
"files": [
|
|
1068
|
+
"UI/InplaceEditor/InplaceEditor.razor"
|
|
1069
|
+
],
|
|
1070
|
+
"dependencies": [],
|
|
1071
|
+
"cssVars": [
|
|
1072
|
+
"--color-background",
|
|
1073
|
+
"--color-border",
|
|
1074
|
+
"--color-muted",
|
|
1075
|
+
"--color-muted-foreground",
|
|
1076
|
+
"--color-primary",
|
|
1077
|
+
"--color-primary-foreground",
|
|
1078
|
+
"--color-ring",
|
|
1079
|
+
"--radius"
|
|
1080
|
+
],
|
|
1081
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/inplace-editor.json"
|
|
1082
|
+
},
|
|
1083
|
+
"input": {
|
|
1084
|
+
"name": "Input",
|
|
1085
|
+
"category": "Forms",
|
|
1086
|
+
"description": "Styled text input with label, prefix/suffix, icons, error state.",
|
|
1087
|
+
"files": [
|
|
1088
|
+
"UI/Input/Input.razor"
|
|
1089
|
+
],
|
|
1090
|
+
"dependencies": [],
|
|
1091
|
+
"cssVars": [
|
|
1092
|
+
"--color-foreground",
|
|
1093
|
+
"--color-input",
|
|
1094
|
+
"--color-muted",
|
|
1095
|
+
"--color-muted-foreground",
|
|
1096
|
+
"--color-ring",
|
|
1097
|
+
"--radius"
|
|
1098
|
+
],
|
|
1099
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/input.json"
|
|
1100
|
+
},
|
|
1101
|
+
"input-mask": {
|
|
1102
|
+
"name": "InputMask",
|
|
1103
|
+
"category": "Forms",
|
|
1104
|
+
"description": "Masked input for phone numbers, dates, and custom patterns.",
|
|
1105
|
+
"files": [
|
|
1106
|
+
"UI/InputMask/InputMask.razor"
|
|
1107
|
+
],
|
|
1108
|
+
"dependencies": [],
|
|
1109
|
+
"cssVars": [
|
|
1110
|
+
"--color-input",
|
|
1111
|
+
"--color-muted",
|
|
1112
|
+
"--color-muted-foreground",
|
|
1113
|
+
"--color-ring",
|
|
1114
|
+
"--radius"
|
|
1115
|
+
],
|
|
1116
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/input-mask.json"
|
|
1117
|
+
},
|
|
1118
|
+
"kanban": {
|
|
1119
|
+
"name": "Kanban",
|
|
1120
|
+
"category": "Drag & Drop",
|
|
1121
|
+
"description": "Drag-and-drop board with swimlanes.",
|
|
1122
|
+
"files": [
|
|
1123
|
+
"UI/Kanban/Kanban.razor",
|
|
1124
|
+
"UI/Kanban/KanbanCard.razor",
|
|
1125
|
+
"UI/Kanban/KanbanColumn.razor"
|
|
1126
|
+
],
|
|
1127
|
+
"dependencies": [],
|
|
1128
|
+
"cssVars": [
|
|
1129
|
+
"--color-border",
|
|
1130
|
+
"--color-card",
|
|
1131
|
+
"--color-destructive",
|
|
1132
|
+
"--color-foreground",
|
|
1133
|
+
"--color-muted",
|
|
1134
|
+
"--color-muted-foreground",
|
|
1135
|
+
"--color-primary",
|
|
1136
|
+
"--color-secondary",
|
|
1137
|
+
"--color-secondary-foreground",
|
|
1138
|
+
"--radius"
|
|
1139
|
+
],
|
|
1140
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/kanban.json"
|
|
1141
|
+
},
|
|
1142
|
+
"kbd": {
|
|
1143
|
+
"name": "Kbd",
|
|
1144
|
+
"category": "Utility",
|
|
1145
|
+
"description": "Keyboard shortcut glyph — renders <kbd> with styling.",
|
|
1146
|
+
"files": [
|
|
1147
|
+
"UI/Kbd/Kbd.razor"
|
|
1148
|
+
],
|
|
1149
|
+
"dependencies": [],
|
|
1150
|
+
"cssVars": [
|
|
1151
|
+
"--color-muted",
|
|
1152
|
+
"--color-muted-foreground",
|
|
1153
|
+
"--radius"
|
|
1154
|
+
],
|
|
1155
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/kbd.json"
|
|
1156
|
+
},
|
|
1157
|
+
"kpi-card": {
|
|
1158
|
+
"name": "KpiCard",
|
|
1159
|
+
"category": "Dashboard",
|
|
1160
|
+
"description": "Dashboard KPI tile showing value, label, and trend.",
|
|
1161
|
+
"files": [
|
|
1162
|
+
"UI/KpiCard/KpiCard.razor"
|
|
1163
|
+
],
|
|
1164
|
+
"dependencies": [],
|
|
1165
|
+
"cssVars": [
|
|
1166
|
+
"--color-border",
|
|
1167
|
+
"--color-card",
|
|
1168
|
+
"--color-card-foreground",
|
|
1169
|
+
"--color-foreground",
|
|
1170
|
+
"--color-muted",
|
|
1171
|
+
"--color-muted-foreground",
|
|
1172
|
+
"--radius"
|
|
1173
|
+
],
|
|
1174
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/kpi-card.json"
|
|
1175
|
+
},
|
|
1176
|
+
"label": {
|
|
1177
|
+
"name": "Label",
|
|
1178
|
+
"category": "Utility",
|
|
1179
|
+
"description": "Form label that links to a control via for/id.",
|
|
1180
|
+
"files": [
|
|
1181
|
+
"UI/Label/Label.razor"
|
|
1182
|
+
],
|
|
1183
|
+
"dependencies": [],
|
|
1184
|
+
"cssVars": [
|
|
1185
|
+
"--color-foreground"
|
|
1186
|
+
],
|
|
1187
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/label.json"
|
|
1188
|
+
},
|
|
1189
|
+
"link": {
|
|
1190
|
+
"name": "Link",
|
|
1191
|
+
"category": "Typography",
|
|
1192
|
+
"description": "Styled anchor with underline + color variants.",
|
|
1193
|
+
"files": [
|
|
1194
|
+
"UI/Link/Link.razor"
|
|
1195
|
+
],
|
|
1196
|
+
"dependencies": [],
|
|
1197
|
+
"cssVars": [
|
|
1198
|
+
"--color-foreground",
|
|
1199
|
+
"--color-muted",
|
|
1200
|
+
"--color-muted-foreground",
|
|
1201
|
+
"--color-primary"
|
|
1202
|
+
],
|
|
1203
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/link.json"
|
|
1204
|
+
},
|
|
1205
|
+
"list": {
|
|
1206
|
+
"name": "List",
|
|
1207
|
+
"category": "Data Display",
|
|
1208
|
+
"description": "Ordered/unordered list with Lumeo typographic styling.",
|
|
1209
|
+
"files": [
|
|
1210
|
+
"UI/List/List.razor",
|
|
1211
|
+
"UI/List/ListItem.razor"
|
|
1212
|
+
],
|
|
1213
|
+
"dependencies": [],
|
|
1214
|
+
"cssVars": [
|
|
1215
|
+
"--color-accent",
|
|
1216
|
+
"--color-border",
|
|
1217
|
+
"--color-muted",
|
|
1218
|
+
"--color-muted-foreground",
|
|
1219
|
+
"--radius"
|
|
1220
|
+
],
|
|
1221
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/list.json"
|
|
1222
|
+
},
|
|
1223
|
+
"marquee": {
|
|
1224
|
+
"name": "Marquee",
|
|
1225
|
+
"category": "Motion",
|
|
1226
|
+
"description": "Infinitely scrolling horizontal band of children.",
|
|
1227
|
+
"files": [
|
|
1228
|
+
"UI/Marquee/Marquee.razor"
|
|
1229
|
+
],
|
|
1230
|
+
"dependencies": [],
|
|
1231
|
+
"cssVars": [
|
|
1232
|
+
"--color-foreground"
|
|
1233
|
+
],
|
|
1234
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/marquee.json"
|
|
1235
|
+
},
|
|
1236
|
+
"mega-menu": {
|
|
1237
|
+
"name": "MegaMenu",
|
|
1238
|
+
"category": "Navigation",
|
|
1239
|
+
"description": "Full-width dropdown for site-wide navigation with columns.",
|
|
1240
|
+
"files": [
|
|
1241
|
+
"UI/MegaMenu/MegaMenu.razor",
|
|
1242
|
+
"UI/MegaMenu/MegaMenuGroup.razor",
|
|
1243
|
+
"UI/MegaMenu/MegaMenuItem.razor",
|
|
1244
|
+
"UI/MegaMenu/MegaMenuLink.razor",
|
|
1245
|
+
"UI/MegaMenu/MegaMenuPanel.razor"
|
|
1246
|
+
],
|
|
1247
|
+
"dependencies": [],
|
|
1248
|
+
"cssVars": [
|
|
1249
|
+
"--color-accent",
|
|
1250
|
+
"--color-accent-foreground",
|
|
1251
|
+
"--color-border",
|
|
1252
|
+
"--color-foreground",
|
|
1253
|
+
"--color-muted",
|
|
1254
|
+
"--color-muted-foreground",
|
|
1255
|
+
"--color-popover",
|
|
1256
|
+
"--radius"
|
|
1257
|
+
],
|
|
1258
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/mega-menu.json"
|
|
1259
|
+
},
|
|
1260
|
+
"mention": {
|
|
1261
|
+
"name": "Mention",
|
|
1262
|
+
"category": "Forms",
|
|
1263
|
+
"description": "Textarea with @-trigger dropdown for mentioning users.",
|
|
1264
|
+
"files": [
|
|
1265
|
+
"UI/Mention/Mention.razor"
|
|
1266
|
+
],
|
|
1267
|
+
"dependencies": [],
|
|
1268
|
+
"cssVars": [
|
|
1269
|
+
"--color-accent",
|
|
1270
|
+
"--color-accent-foreground",
|
|
1271
|
+
"--color-border",
|
|
1272
|
+
"--color-foreground",
|
|
1273
|
+
"--color-muted",
|
|
1274
|
+
"--color-muted-foreground",
|
|
1275
|
+
"--color-popover",
|
|
1276
|
+
"--color-ring",
|
|
1277
|
+
"--radius"
|
|
1278
|
+
],
|
|
1279
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/mention.json"
|
|
1280
|
+
},
|
|
1281
|
+
"menubar": {
|
|
1282
|
+
"name": "Menubar",
|
|
1283
|
+
"category": "Navigation",
|
|
1284
|
+
"description": "Horizontal menubar with File/Edit-style dropdowns.",
|
|
1285
|
+
"files": [
|
|
1286
|
+
"UI/Menubar/Menubar.razor",
|
|
1287
|
+
"UI/Menubar/MenubarContent.razor",
|
|
1288
|
+
"UI/Menubar/MenubarItem.razor",
|
|
1289
|
+
"UI/Menubar/MenubarLabel.razor",
|
|
1290
|
+
"UI/Menubar/MenubarMenu.razor",
|
|
1291
|
+
"UI/Menubar/MenubarSeparator.razor",
|
|
1292
|
+
"UI/Menubar/MenubarShortcut.razor",
|
|
1293
|
+
"UI/Menubar/MenubarTrigger.razor"
|
|
1294
|
+
],
|
|
1295
|
+
"dependencies": [],
|
|
1296
|
+
"cssVars": [
|
|
1297
|
+
"--color-accent",
|
|
1298
|
+
"--color-accent-foreground",
|
|
1299
|
+
"--color-background",
|
|
1300
|
+
"--color-border",
|
|
1301
|
+
"--color-muted",
|
|
1302
|
+
"--color-muted-foreground",
|
|
1303
|
+
"--color-popover",
|
|
1304
|
+
"--color-popover-foreground",
|
|
1305
|
+
"--radius"
|
|
1306
|
+
],
|
|
1307
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/menubar.json"
|
|
1308
|
+
},
|
|
1309
|
+
"navigation-menu": {
|
|
1310
|
+
"name": "NavigationMenu",
|
|
1311
|
+
"category": "Navigation",
|
|
1312
|
+
"description": "Top-level site nav with animated dropdown panels.",
|
|
1313
|
+
"files": [
|
|
1314
|
+
"UI/NavigationMenu/NavigationMenu.razor",
|
|
1315
|
+
"UI/NavigationMenu/NavigationMenuContent.razor",
|
|
1316
|
+
"UI/NavigationMenu/NavigationMenuHamburger.razor",
|
|
1317
|
+
"UI/NavigationMenu/NavigationMenuIndicator.razor",
|
|
1318
|
+
"UI/NavigationMenu/NavigationMenuItem.razor",
|
|
1319
|
+
"UI/NavigationMenu/NavigationMenuLink.razor",
|
|
1320
|
+
"UI/NavigationMenu/NavigationMenuList.razor",
|
|
1321
|
+
"UI/NavigationMenu/NavigationMenuMobile.razor",
|
|
1322
|
+
"UI/NavigationMenu/NavigationMenuTrigger.razor",
|
|
1323
|
+
"UI/NavigationMenu/NavigationMenuViewport.razor"
|
|
1324
|
+
],
|
|
1325
|
+
"dependencies": [
|
|
1326
|
+
"sheet"
|
|
1327
|
+
],
|
|
1328
|
+
"cssVars": [
|
|
1329
|
+
"--color-accent",
|
|
1330
|
+
"--color-accent-foreground",
|
|
1331
|
+
"--color-background",
|
|
1332
|
+
"--color-border",
|
|
1333
|
+
"--color-popover",
|
|
1334
|
+
"--color-popover-foreground",
|
|
1335
|
+
"--radius"
|
|
1336
|
+
],
|
|
1337
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/navigation-menu.json"
|
|
1338
|
+
},
|
|
1339
|
+
"number-input": {
|
|
1340
|
+
"name": "NumberInput",
|
|
1341
|
+
"category": "Forms",
|
|
1342
|
+
"description": "Numeric input with stepper buttons and locale formatting.",
|
|
1343
|
+
"files": [
|
|
1344
|
+
"UI/NumberInput/NumberInput.razor"
|
|
1345
|
+
],
|
|
1346
|
+
"dependencies": [],
|
|
1347
|
+
"cssVars": [
|
|
1348
|
+
"--color-background",
|
|
1349
|
+
"--color-border",
|
|
1350
|
+
"--color-foreground",
|
|
1351
|
+
"--color-muted",
|
|
1352
|
+
"--color-muted-foreground",
|
|
1353
|
+
"--radius"
|
|
1354
|
+
],
|
|
1355
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/number-input.json"
|
|
1356
|
+
},
|
|
1357
|
+
"number-ticker": {
|
|
1358
|
+
"name": "NumberTicker",
|
|
1359
|
+
"category": "Motion",
|
|
1360
|
+
"description": "Animated count-up from zero to target number.",
|
|
1361
|
+
"files": [
|
|
1362
|
+
"UI/NumberTicker/NumberTicker.razor"
|
|
1363
|
+
],
|
|
1364
|
+
"dependencies": [],
|
|
1365
|
+
"cssVars": [
|
|
1366
|
+
"--color-foreground"
|
|
1367
|
+
],
|
|
1368
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/number-ticker.json"
|
|
1369
|
+
},
|
|
1370
|
+
"otp-input": {
|
|
1371
|
+
"name": "OtpInput",
|
|
1372
|
+
"category": "Forms",
|
|
1373
|
+
"description": "One-time password input, auto-advances between boxes.",
|
|
1374
|
+
"files": [
|
|
1375
|
+
"UI/OtpInput/OtpInput.razor"
|
|
1376
|
+
],
|
|
1377
|
+
"dependencies": [
|
|
1378
|
+
"list"
|
|
1379
|
+
],
|
|
1380
|
+
"cssVars": [
|
|
1381
|
+
"--color-input",
|
|
1382
|
+
"--color-muted",
|
|
1383
|
+
"--color-muted-foreground",
|
|
1384
|
+
"--radius"
|
|
1385
|
+
],
|
|
1386
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/otp-input.json"
|
|
1387
|
+
},
|
|
1388
|
+
"overlay": {
|
|
1389
|
+
"name": "Overlay",
|
|
1390
|
+
"category": "Overlay",
|
|
1391
|
+
"description": "Low-level backdrop primitive for custom popovers and modals.",
|
|
1392
|
+
"files": [
|
|
1393
|
+
"UI/Overlay/OverlayProvider.razor"
|
|
1394
|
+
],
|
|
1395
|
+
"dependencies": [
|
|
1396
|
+
"alert-dialog",
|
|
1397
|
+
"button",
|
|
1398
|
+
"dialog",
|
|
1399
|
+
"drawer",
|
|
1400
|
+
"sheet"
|
|
1401
|
+
],
|
|
1402
|
+
"cssVars": [
|
|
1403
|
+
"--color-foreground"
|
|
1404
|
+
],
|
|
1405
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/overlay.json"
|
|
1406
|
+
},
|
|
1407
|
+
"pagination": {
|
|
1408
|
+
"name": "Pagination",
|
|
1409
|
+
"category": "Navigation",
|
|
1410
|
+
"description": "Page number bar with prev/next and configurable ranges.",
|
|
1411
|
+
"files": [
|
|
1412
|
+
"UI/Pagination/Pagination.razor",
|
|
1413
|
+
"UI/Pagination/PaginationContent.razor",
|
|
1414
|
+
"UI/Pagination/PaginationEllipsis.razor",
|
|
1415
|
+
"UI/Pagination/PaginationItem.razor",
|
|
1416
|
+
"UI/Pagination/PaginationNext.razor",
|
|
1417
|
+
"UI/Pagination/PaginationPrevious.razor"
|
|
1418
|
+
],
|
|
1419
|
+
"dependencies": [],
|
|
1420
|
+
"cssVars": [
|
|
1421
|
+
"--color-accent",
|
|
1422
|
+
"--color-accent-foreground",
|
|
1423
|
+
"--color-background",
|
|
1424
|
+
"--color-input",
|
|
1425
|
+
"--color-ring",
|
|
1426
|
+
"--radius"
|
|
1427
|
+
],
|
|
1428
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/pagination.json"
|
|
1429
|
+
},
|
|
1430
|
+
"password-input": {
|
|
1431
|
+
"name": "PasswordInput",
|
|
1432
|
+
"category": "Forms",
|
|
1433
|
+
"description": "Password field with show/hide toggle and strength meter.",
|
|
1434
|
+
"files": [
|
|
1435
|
+
"UI/PasswordInput/PasswordInput.razor"
|
|
1436
|
+
],
|
|
1437
|
+
"dependencies": [],
|
|
1438
|
+
"cssVars": [
|
|
1439
|
+
"--color-destructive",
|
|
1440
|
+
"--color-foreground",
|
|
1441
|
+
"--color-input",
|
|
1442
|
+
"--color-muted",
|
|
1443
|
+
"--color-muted-foreground",
|
|
1444
|
+
"--color-ring",
|
|
1445
|
+
"--radius"
|
|
1446
|
+
],
|
|
1447
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/password-input.json"
|
|
1448
|
+
},
|
|
1449
|
+
"pick-list": {
|
|
1450
|
+
"name": "PickList",
|
|
1451
|
+
"category": "Dashboard",
|
|
1452
|
+
"description": "Two-column shuttle picker — move items between lists.",
|
|
1453
|
+
"files": [
|
|
1454
|
+
"UI/PickList/PickList.razor"
|
|
1455
|
+
],
|
|
1456
|
+
"dependencies": [],
|
|
1457
|
+
"cssVars": [
|
|
1458
|
+
"--color-accent",
|
|
1459
|
+
"--color-accent-foreground",
|
|
1460
|
+
"--color-background",
|
|
1461
|
+
"--color-border",
|
|
1462
|
+
"--color-card",
|
|
1463
|
+
"--color-input",
|
|
1464
|
+
"--color-muted",
|
|
1465
|
+
"--color-muted-foreground",
|
|
1466
|
+
"--color-ring",
|
|
1467
|
+
"--radius"
|
|
1468
|
+
],
|
|
1469
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/pick-list.json"
|
|
1470
|
+
},
|
|
1471
|
+
"pop-confirm": {
|
|
1472
|
+
"name": "PopConfirm",
|
|
1473
|
+
"category": "Overlay",
|
|
1474
|
+
"description": "Inline 'are you sure?' popover attached to a trigger.",
|
|
1475
|
+
"files": [
|
|
1476
|
+
"UI/PopConfirm/PopConfirm.razor"
|
|
1477
|
+
],
|
|
1478
|
+
"dependencies": [
|
|
1479
|
+
"button",
|
|
1480
|
+
"popover"
|
|
1481
|
+
],
|
|
1482
|
+
"cssVars": [
|
|
1483
|
+
"--color-muted",
|
|
1484
|
+
"--color-muted-foreground"
|
|
1485
|
+
],
|
|
1486
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/pop-confirm.json"
|
|
1487
|
+
},
|
|
1488
|
+
"popover": {
|
|
1489
|
+
"name": "Popover",
|
|
1490
|
+
"category": "Overlay",
|
|
1491
|
+
"description": "Positionable floating panel with anchor and arrow.",
|
|
1492
|
+
"files": [
|
|
1493
|
+
"UI/Popover/Popover.razor",
|
|
1494
|
+
"UI/Popover/PopoverContent.razor",
|
|
1495
|
+
"UI/Popover/PopoverTrigger.razor"
|
|
1496
|
+
],
|
|
1497
|
+
"dependencies": [],
|
|
1498
|
+
"cssVars": [
|
|
1499
|
+
"--color-border",
|
|
1500
|
+
"--color-popover",
|
|
1501
|
+
"--color-popover-foreground",
|
|
1502
|
+
"--radius"
|
|
1503
|
+
],
|
|
1504
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/popover.json"
|
|
1505
|
+
},
|
|
1506
|
+
"progress": {
|
|
1507
|
+
"name": "Progress",
|
|
1508
|
+
"category": "Feedback",
|
|
1509
|
+
"description": "Linear progress bar with determinate + indeterminate modes.",
|
|
1510
|
+
"files": [
|
|
1511
|
+
"UI/Progress/CircularProgress.razor",
|
|
1512
|
+
"UI/Progress/Progress.razor",
|
|
1513
|
+
"UI/Progress/StepsProgress.razor"
|
|
1514
|
+
],
|
|
1515
|
+
"dependencies": [],
|
|
1516
|
+
"cssVars": [
|
|
1517
|
+
"--color-destructive",
|
|
1518
|
+
"--color-foreground",
|
|
1519
|
+
"--color-muted",
|
|
1520
|
+
"--color-muted-foreground",
|
|
1521
|
+
"--color-primary",
|
|
1522
|
+
"--color-primary-foreground",
|
|
1523
|
+
"--radius"
|
|
1524
|
+
],
|
|
1525
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/progress.json"
|
|
1526
|
+
},
|
|
1527
|
+
"prompt-input": {
|
|
1528
|
+
"name": "PromptInput",
|
|
1529
|
+
"category": "AI",
|
|
1530
|
+
"description": "Multiline AI prompt textarea with submit + keyboard shortcuts.",
|
|
1531
|
+
"files": [
|
|
1532
|
+
"UI/PromptInput/PromptInput.razor"
|
|
1533
|
+
],
|
|
1534
|
+
"dependencies": [
|
|
1535
|
+
"icon",
|
|
1536
|
+
"spinner"
|
|
1537
|
+
],
|
|
1538
|
+
"cssVars": [
|
|
1539
|
+
"--color-border",
|
|
1540
|
+
"--color-card",
|
|
1541
|
+
"--color-foreground",
|
|
1542
|
+
"--color-muted",
|
|
1543
|
+
"--color-muted-foreground",
|
|
1544
|
+
"--color-primary",
|
|
1545
|
+
"--color-primary-foreground",
|
|
1546
|
+
"--color-ring",
|
|
1547
|
+
"--radius"
|
|
1548
|
+
],
|
|
1549
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/prompt-input.json"
|
|
1550
|
+
},
|
|
1551
|
+
"qr-code": {
|
|
1552
|
+
"name": "QRCode",
|
|
1553
|
+
"category": "Data Display",
|
|
1554
|
+
"description": "Renders a QR code SVG for a string payload.",
|
|
1555
|
+
"files": [
|
|
1556
|
+
"UI/QRCode/QRCode.razor",
|
|
1557
|
+
"UI/QRCode/QRCodeEncoder.cs"
|
|
1558
|
+
],
|
|
1559
|
+
"dependencies": [],
|
|
1560
|
+
"cssVars": [
|
|
1561
|
+
"--radius"
|
|
1562
|
+
],
|
|
1563
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/qr-code.json"
|
|
1564
|
+
},
|
|
1565
|
+
"radio-group": {
|
|
1566
|
+
"name": "RadioGroup",
|
|
1567
|
+
"category": "Forms",
|
|
1568
|
+
"description": "Grouped radio buttons with horizontal or vertical layout.",
|
|
1569
|
+
"files": [
|
|
1570
|
+
"UI/RadioGroup/RadioGroup.razor",
|
|
1571
|
+
"UI/RadioGroup/RadioGroupCard.razor",
|
|
1572
|
+
"UI/RadioGroup/RadioGroupItem.razor"
|
|
1573
|
+
],
|
|
1574
|
+
"dependencies": [],
|
|
1575
|
+
"cssVars": [
|
|
1576
|
+
"--color-accent",
|
|
1577
|
+
"--color-border",
|
|
1578
|
+
"--color-muted",
|
|
1579
|
+
"--color-muted-foreground",
|
|
1580
|
+
"--color-primary",
|
|
1581
|
+
"--color-ring",
|
|
1582
|
+
"--radius"
|
|
1583
|
+
],
|
|
1584
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/radio-group.json"
|
|
1585
|
+
},
|
|
1586
|
+
"rating": {
|
|
1587
|
+
"name": "Rating",
|
|
1588
|
+
"category": "Forms",
|
|
1589
|
+
"description": "Star rating input with half-star support.",
|
|
1590
|
+
"files": [
|
|
1591
|
+
"UI/Rating/Rating.razor"
|
|
1592
|
+
],
|
|
1593
|
+
"dependencies": [],
|
|
1594
|
+
"cssVars": [
|
|
1595
|
+
"--color-muted",
|
|
1596
|
+
"--color-muted-foreground",
|
|
1597
|
+
"--color-ring",
|
|
1598
|
+
"--radius"
|
|
1599
|
+
],
|
|
1600
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/rating.json"
|
|
1601
|
+
},
|
|
1602
|
+
"reasoning-display": {
|
|
1603
|
+
"name": "ReasoningDisplay",
|
|
1604
|
+
"category": "AI",
|
|
1605
|
+
"description": "Collapsible chain-of-thought block for AI reasoning traces.",
|
|
1606
|
+
"files": [
|
|
1607
|
+
"UI/ReasoningDisplay/ReasoningDisplay.razor"
|
|
1608
|
+
],
|
|
1609
|
+
"dependencies": [
|
|
1610
|
+
"icon"
|
|
1611
|
+
],
|
|
1612
|
+
"cssVars": [
|
|
1613
|
+
"--color-border",
|
|
1614
|
+
"--color-foreground",
|
|
1615
|
+
"--color-muted",
|
|
1616
|
+
"--color-muted-foreground",
|
|
1617
|
+
"--radius"
|
|
1618
|
+
],
|
|
1619
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/reasoning-display.json"
|
|
1620
|
+
},
|
|
1621
|
+
"resizable": {
|
|
1622
|
+
"name": "Resizable",
|
|
1623
|
+
"category": "Layout",
|
|
1624
|
+
"description": "Draggable splitter for resizable panel layouts.",
|
|
1625
|
+
"files": [
|
|
1626
|
+
"UI/Resizable/ResizableHandle.razor",
|
|
1627
|
+
"UI/Resizable/ResizablePanel.razor",
|
|
1628
|
+
"UI/Resizable/ResizablePanelGroup.razor"
|
|
1629
|
+
],
|
|
1630
|
+
"dependencies": [],
|
|
1631
|
+
"cssVars": [
|
|
1632
|
+
"--color-border",
|
|
1633
|
+
"--color-primary",
|
|
1634
|
+
"--color-ring",
|
|
1635
|
+
"--radius"
|
|
1636
|
+
],
|
|
1637
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/resizable.json"
|
|
1638
|
+
},
|
|
1639
|
+
"result": {
|
|
1640
|
+
"name": "Result",
|
|
1641
|
+
"category": "Feedback",
|
|
1642
|
+
"description": "Full-page success/error/info status screen with actions.",
|
|
1643
|
+
"files": [
|
|
1644
|
+
"UI/Result/Result.razor"
|
|
1645
|
+
],
|
|
1646
|
+
"dependencies": [],
|
|
1647
|
+
"cssVars": [
|
|
1648
|
+
"--color-destructive",
|
|
1649
|
+
"--color-foreground",
|
|
1650
|
+
"--color-muted",
|
|
1651
|
+
"--color-muted-foreground",
|
|
1652
|
+
"--color-primary",
|
|
1653
|
+
"--radius"
|
|
1654
|
+
],
|
|
1655
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/result.json"
|
|
1656
|
+
},
|
|
1657
|
+
"rich-text-editor": {
|
|
1658
|
+
"name": "RichTextEditor",
|
|
1659
|
+
"category": "Data Display",
|
|
1660
|
+
"description": "WYSIWYG editor wrapping TipTap with Lumeo styling.",
|
|
1661
|
+
"files": [
|
|
1662
|
+
"UI/RichTextEditor/RichTextEditor.razor"
|
|
1663
|
+
],
|
|
1664
|
+
"dependencies": [
|
|
1665
|
+
"icon"
|
|
1666
|
+
],
|
|
1667
|
+
"cssVars": [
|
|
1668
|
+
"--color-accent",
|
|
1669
|
+
"--color-accent-foreground",
|
|
1670
|
+
"--color-border",
|
|
1671
|
+
"--color-card",
|
|
1672
|
+
"--color-muted",
|
|
1673
|
+
"--color-muted-foreground",
|
|
1674
|
+
"--color-ring",
|
|
1675
|
+
"--radius"
|
|
1676
|
+
],
|
|
1677
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/rich-text-editor.json"
|
|
1678
|
+
},
|
|
1679
|
+
"scheduler": {
|
|
1680
|
+
"name": "Scheduler",
|
|
1681
|
+
"category": "Data Display",
|
|
1682
|
+
"description": "Calendar/agenda scheduler wrapping FullCalendar.",
|
|
1683
|
+
"files": [
|
|
1684
|
+
"UI/Scheduler/Scheduler.razor",
|
|
1685
|
+
"UI/Scheduler/SchedulerTypes.cs"
|
|
1686
|
+
],
|
|
1687
|
+
"dependencies": [
|
|
1688
|
+
"button",
|
|
1689
|
+
"toggle-group"
|
|
1690
|
+
],
|
|
1691
|
+
"cssVars": [
|
|
1692
|
+
"--color-border",
|
|
1693
|
+
"--color-card",
|
|
1694
|
+
"--color-foreground",
|
|
1695
|
+
"--radius"
|
|
1696
|
+
],
|
|
1697
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/scheduler.json"
|
|
1698
|
+
},
|
|
1699
|
+
"scroll-area": {
|
|
1700
|
+
"name": "ScrollArea",
|
|
1701
|
+
"category": "Layout",
|
|
1702
|
+
"description": "Styled custom scrollbar container.",
|
|
1703
|
+
"files": [
|
|
1704
|
+
"UI/ScrollArea/ScrollArea.razor"
|
|
1705
|
+
],
|
|
1706
|
+
"dependencies": [],
|
|
1707
|
+
"cssVars": [
|
|
1708
|
+
"--color-border",
|
|
1709
|
+
"--color-muted",
|
|
1710
|
+
"--color-muted-foreground",
|
|
1711
|
+
"--radius"
|
|
1712
|
+
],
|
|
1713
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/scroll-area.json"
|
|
1714
|
+
},
|
|
1715
|
+
"scrollspy": {
|
|
1716
|
+
"name": "Scrollspy",
|
|
1717
|
+
"category": "Navigation",
|
|
1718
|
+
"description": "Highlights the nav item matching the current scroll section.",
|
|
1719
|
+
"files": [
|
|
1720
|
+
"UI/Scrollspy/Scrollspy.razor",
|
|
1721
|
+
"UI/Scrollspy/ScrollspyLink.razor",
|
|
1722
|
+
"UI/Scrollspy/ScrollspySection.razor"
|
|
1723
|
+
],
|
|
1724
|
+
"dependencies": [],
|
|
1725
|
+
"cssVars": [
|
|
1726
|
+
"--color-foreground"
|
|
1727
|
+
],
|
|
1728
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/scrollspy.json"
|
|
1729
|
+
},
|
|
1730
|
+
"segmented": {
|
|
1731
|
+
"name": "Segmented",
|
|
1732
|
+
"category": "Forms",
|
|
1733
|
+
"description": "Pill-shaped tab-like single-select control.",
|
|
1734
|
+
"files": [
|
|
1735
|
+
"UI/Segmented/Segmented.razor"
|
|
1736
|
+
],
|
|
1737
|
+
"dependencies": [],
|
|
1738
|
+
"cssVars": [
|
|
1739
|
+
"--color-background",
|
|
1740
|
+
"--color-foreground",
|
|
1741
|
+
"--color-muted",
|
|
1742
|
+
"--color-muted-foreground",
|
|
1743
|
+
"--radius"
|
|
1744
|
+
],
|
|
1745
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/segmented.json"
|
|
1746
|
+
},
|
|
1747
|
+
"select": {
|
|
1748
|
+
"name": "Select",
|
|
1749
|
+
"category": "Forms",
|
|
1750
|
+
"description": "Native-feeling styled dropdown with search and groups.",
|
|
1751
|
+
"files": [
|
|
1752
|
+
"UI/Select/Select.razor",
|
|
1753
|
+
"UI/Select/SelectContent.razor",
|
|
1754
|
+
"UI/Select/SelectGroup.razor",
|
|
1755
|
+
"UI/Select/SelectItem.razor",
|
|
1756
|
+
"UI/Select/SelectLabel.razor",
|
|
1757
|
+
"UI/Select/SelectTrigger.razor"
|
|
1758
|
+
],
|
|
1759
|
+
"dependencies": [
|
|
1760
|
+
"list",
|
|
1761
|
+
"spinner"
|
|
1762
|
+
],
|
|
1763
|
+
"cssVars": [
|
|
1764
|
+
"--color-accent",
|
|
1765
|
+
"--color-accent-foreground",
|
|
1766
|
+
"--color-background",
|
|
1767
|
+
"--color-border",
|
|
1768
|
+
"--color-foreground",
|
|
1769
|
+
"--color-input",
|
|
1770
|
+
"--color-muted",
|
|
1771
|
+
"--color-muted-foreground",
|
|
1772
|
+
"--color-popover",
|
|
1773
|
+
"--color-popover-foreground",
|
|
1774
|
+
"--color-ring",
|
|
1775
|
+
"--color-secondary",
|
|
1776
|
+
"--color-secondary-foreground",
|
|
1777
|
+
"--radius"
|
|
1778
|
+
],
|
|
1779
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/select.json"
|
|
1780
|
+
},
|
|
1781
|
+
"separator": {
|
|
1782
|
+
"name": "Separator",
|
|
1783
|
+
"category": "Layout",
|
|
1784
|
+
"description": "Horizontal or vertical dividing rule.",
|
|
1785
|
+
"files": [
|
|
1786
|
+
"UI/Separator/Separator.razor"
|
|
1787
|
+
],
|
|
1788
|
+
"dependencies": [],
|
|
1789
|
+
"cssVars": [
|
|
1790
|
+
"--color-border",
|
|
1791
|
+
"--color-muted",
|
|
1792
|
+
"--color-muted-foreground"
|
|
1793
|
+
],
|
|
1794
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/separator.json"
|
|
1795
|
+
},
|
|
1796
|
+
"sheet": {
|
|
1797
|
+
"name": "Sheet",
|
|
1798
|
+
"category": "Overlay",
|
|
1799
|
+
"description": "Slide-in side panel from left/right/top/bottom.",
|
|
1800
|
+
"files": [
|
|
1801
|
+
"UI/Sheet/Sheet.razor",
|
|
1802
|
+
"UI/Sheet/SheetClose.razor",
|
|
1803
|
+
"UI/Sheet/SheetContent.razor",
|
|
1804
|
+
"UI/Sheet/SheetDescription.razor",
|
|
1805
|
+
"UI/Sheet/SheetFooter.razor",
|
|
1806
|
+
"UI/Sheet/SheetHeader.razor",
|
|
1807
|
+
"UI/Sheet/SheetTitle.razor",
|
|
1808
|
+
"UI/Sheet/SheetTrigger.razor"
|
|
1809
|
+
],
|
|
1810
|
+
"dependencies": [],
|
|
1811
|
+
"cssVars": [
|
|
1812
|
+
"--color-background",
|
|
1813
|
+
"--color-foreground",
|
|
1814
|
+
"--color-muted",
|
|
1815
|
+
"--color-muted-foreground",
|
|
1816
|
+
"--radius"
|
|
1817
|
+
],
|
|
1818
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/sheet.json"
|
|
1819
|
+
},
|
|
1820
|
+
"shimmer-button": {
|
|
1821
|
+
"name": "ShimmerButton",
|
|
1822
|
+
"category": "Motion",
|
|
1823
|
+
"description": "Button with animated shimmer border beam.",
|
|
1824
|
+
"files": [
|
|
1825
|
+
"UI/ShimmerButton/ShimmerButton.razor"
|
|
1826
|
+
],
|
|
1827
|
+
"dependencies": [],
|
|
1828
|
+
"cssVars": [
|
|
1829
|
+
"--color-accent",
|
|
1830
|
+
"--color-accent-foreground",
|
|
1831
|
+
"--color-background",
|
|
1832
|
+
"--color-destructive",
|
|
1833
|
+
"--color-destructive-foreground",
|
|
1834
|
+
"--color-input",
|
|
1835
|
+
"--color-primary",
|
|
1836
|
+
"--color-primary-foreground",
|
|
1837
|
+
"--color-ring",
|
|
1838
|
+
"--color-secondary",
|
|
1839
|
+
"--color-secondary-foreground",
|
|
1840
|
+
"--radius"
|
|
1841
|
+
],
|
|
1842
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/shimmer-button.json"
|
|
1843
|
+
},
|
|
1844
|
+
"sidebar": {
|
|
1845
|
+
"name": "Sidebar",
|
|
1846
|
+
"category": "Navigation",
|
|
1847
|
+
"description": "Collapsible app sidebar with groups, menu, and trigger.",
|
|
1848
|
+
"files": [
|
|
1849
|
+
"UI/Sidebar/SidebarComponent.razor",
|
|
1850
|
+
"UI/Sidebar/SidebarContent.razor",
|
|
1851
|
+
"UI/Sidebar/SidebarFooter.razor",
|
|
1852
|
+
"UI/Sidebar/SidebarGroup.razor",
|
|
1853
|
+
"UI/Sidebar/SidebarGroupLabel.razor",
|
|
1854
|
+
"UI/Sidebar/SidebarHeader.razor",
|
|
1855
|
+
"UI/Sidebar/SidebarMenu.razor",
|
|
1856
|
+
"UI/Sidebar/SidebarMenuButton.razor",
|
|
1857
|
+
"UI/Sidebar/SidebarMenuItem.razor",
|
|
1858
|
+
"UI/Sidebar/SidebarProvider.razor",
|
|
1859
|
+
"UI/Sidebar/SidebarSeparator.razor",
|
|
1860
|
+
"UI/Sidebar/SidebarTrigger.razor"
|
|
1861
|
+
],
|
|
1862
|
+
"dependencies": [],
|
|
1863
|
+
"cssVars": [
|
|
1864
|
+
"--color-accent",
|
|
1865
|
+
"--color-accent-foreground",
|
|
1866
|
+
"--color-border",
|
|
1867
|
+
"--color-foreground",
|
|
1868
|
+
"--color-muted",
|
|
1869
|
+
"--color-muted-foreground",
|
|
1870
|
+
"--radius"
|
|
1871
|
+
],
|
|
1872
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/sidebar.json"
|
|
1873
|
+
},
|
|
1874
|
+
"skeleton": {
|
|
1875
|
+
"name": "Skeleton",
|
|
1876
|
+
"category": "Feedback",
|
|
1877
|
+
"description": "Pulsing placeholder block for loading states.",
|
|
1878
|
+
"files": [
|
|
1879
|
+
"UI/Skeleton/Skeleton.razor",
|
|
1880
|
+
"UI/Skeleton/SkeletonCard.razor",
|
|
1881
|
+
"UI/Skeleton/SkeletonCircle.razor",
|
|
1882
|
+
"UI/Skeleton/SkeletonText.razor"
|
|
1883
|
+
],
|
|
1884
|
+
"dependencies": [],
|
|
1885
|
+
"cssVars": [
|
|
1886
|
+
"--color-border",
|
|
1887
|
+
"--color-primary",
|
|
1888
|
+
"--radius"
|
|
1889
|
+
],
|
|
1890
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/skeleton.json"
|
|
1891
|
+
},
|
|
1892
|
+
"slider": {
|
|
1893
|
+
"name": "Slider",
|
|
1894
|
+
"category": "Forms",
|
|
1895
|
+
"description": "Range slider with single and dual thumb modes.",
|
|
1896
|
+
"files": [
|
|
1897
|
+
"UI/Slider/Slider.razor"
|
|
1898
|
+
],
|
|
1899
|
+
"dependencies": [],
|
|
1900
|
+
"cssVars": [
|
|
1901
|
+
"--color-muted",
|
|
1902
|
+
"--color-muted-foreground",
|
|
1903
|
+
"--color-popover",
|
|
1904
|
+
"--color-popover-foreground",
|
|
1905
|
+
"--color-primary",
|
|
1906
|
+
"--radius"
|
|
1907
|
+
],
|
|
1908
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/slider.json"
|
|
1909
|
+
},
|
|
1910
|
+
"sortable": {
|
|
1911
|
+
"name": "Sortable",
|
|
1912
|
+
"category": "Drag & Drop",
|
|
1913
|
+
"description": "Drag-and-drop reorderable list.",
|
|
1914
|
+
"files": [
|
|
1915
|
+
"UI/Sortable/SortableList.razor"
|
|
1916
|
+
],
|
|
1917
|
+
"dependencies": [
|
|
1918
|
+
"list"
|
|
1919
|
+
],
|
|
1920
|
+
"cssVars": [
|
|
1921
|
+
"--color-border",
|
|
1922
|
+
"--color-card",
|
|
1923
|
+
"--color-foreground",
|
|
1924
|
+
"--color-muted",
|
|
1925
|
+
"--color-muted-foreground",
|
|
1926
|
+
"--color-primary",
|
|
1927
|
+
"--radius"
|
|
1928
|
+
],
|
|
1929
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/sortable.json"
|
|
1930
|
+
},
|
|
1931
|
+
"spacer": {
|
|
1932
|
+
"name": "Spacer",
|
|
1933
|
+
"category": "Layout",
|
|
1934
|
+
"description": "Flex-grow spacer that pushes siblings apart.",
|
|
1935
|
+
"files": [
|
|
1936
|
+
"UI/Spacer/Spacer.razor"
|
|
1937
|
+
],
|
|
1938
|
+
"dependencies": [],
|
|
1939
|
+
"cssVars": [
|
|
1940
|
+
"--color-foreground"
|
|
1941
|
+
],
|
|
1942
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/spacer.json"
|
|
1943
|
+
},
|
|
1944
|
+
"spark-card": {
|
|
1945
|
+
"name": "SparkCard",
|
|
1946
|
+
"category": "Dashboard",
|
|
1947
|
+
"description": "Small dashboard card with an inline sparkline chart.",
|
|
1948
|
+
"files": [
|
|
1949
|
+
"UI/SparkCard/SparkCard.razor"
|
|
1950
|
+
],
|
|
1951
|
+
"dependencies": [],
|
|
1952
|
+
"cssVars": [
|
|
1953
|
+
"--color-border",
|
|
1954
|
+
"--color-card",
|
|
1955
|
+
"--color-card-foreground",
|
|
1956
|
+
"--color-foreground",
|
|
1957
|
+
"--color-muted",
|
|
1958
|
+
"--color-muted-foreground",
|
|
1959
|
+
"--radius"
|
|
1960
|
+
],
|
|
1961
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/spark-card.json"
|
|
1962
|
+
},
|
|
1963
|
+
"sparkles": {
|
|
1964
|
+
"name": "Sparkles",
|
|
1965
|
+
"category": "Motion",
|
|
1966
|
+
"description": "Decorative sparkle particle animation.",
|
|
1967
|
+
"files": [
|
|
1968
|
+
"UI/Sparkles/Sparkles.razor"
|
|
1969
|
+
],
|
|
1970
|
+
"dependencies": [],
|
|
1971
|
+
"cssVars": [
|
|
1972
|
+
"--color-foreground"
|
|
1973
|
+
],
|
|
1974
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/sparkles.json"
|
|
1975
|
+
},
|
|
1976
|
+
"sparkline": {
|
|
1977
|
+
"name": "Sparkline",
|
|
1978
|
+
"category": "Data Display",
|
|
1979
|
+
"description": "Inline SVG trend chart primitive — line, area, or bars for tables and KPI strips.",
|
|
1980
|
+
"files": [
|
|
1981
|
+
"UI/Sparkline/Sparkline.razor"
|
|
1982
|
+
],
|
|
1983
|
+
"dependencies": [],
|
|
1984
|
+
"cssVars": [
|
|
1985
|
+
"--color-foreground"
|
|
1986
|
+
],
|
|
1987
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/sparkline.json"
|
|
1988
|
+
},
|
|
1989
|
+
"speed-dial": {
|
|
1990
|
+
"name": "SpeedDial",
|
|
1991
|
+
"category": "Navigation",
|
|
1992
|
+
"description": "Floating action button that fans out sub-actions.",
|
|
1993
|
+
"files": [
|
|
1994
|
+
"UI/SpeedDial/SpeedDial.razor"
|
|
1995
|
+
],
|
|
1996
|
+
"dependencies": [],
|
|
1997
|
+
"cssVars": [
|
|
1998
|
+
"--color-border",
|
|
1999
|
+
"--color-popover",
|
|
2000
|
+
"--color-popover-foreground",
|
|
2001
|
+
"--color-primary",
|
|
2002
|
+
"--color-primary-foreground",
|
|
2003
|
+
"--color-ring",
|
|
2004
|
+
"--color-secondary",
|
|
2005
|
+
"--color-secondary-foreground",
|
|
2006
|
+
"--radius"
|
|
2007
|
+
],
|
|
2008
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/speed-dial.json"
|
|
2009
|
+
},
|
|
2010
|
+
"spinner": {
|
|
2011
|
+
"name": "Spinner",
|
|
2012
|
+
"category": "Feedback",
|
|
2013
|
+
"description": "Indeterminate loading spinner with size variants.",
|
|
2014
|
+
"files": [
|
|
2015
|
+
"UI/Spinner/Spinner.razor"
|
|
2016
|
+
],
|
|
2017
|
+
"dependencies": [],
|
|
2018
|
+
"cssVars": [
|
|
2019
|
+
"--color-muted",
|
|
2020
|
+
"--color-muted-foreground",
|
|
2021
|
+
"--radius"
|
|
2022
|
+
],
|
|
2023
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/spinner.json"
|
|
2024
|
+
},
|
|
2025
|
+
"splitter": {
|
|
2026
|
+
"name": "Splitter",
|
|
2027
|
+
"category": "Navigation",
|
|
2028
|
+
"description": "Resizable split pane for horizontal/vertical layouts.",
|
|
2029
|
+
"files": [
|
|
2030
|
+
"UI/Splitter/Splitter.razor",
|
|
2031
|
+
"UI/Splitter/SplitterDivider.razor",
|
|
2032
|
+
"UI/Splitter/SplitterPane.razor"
|
|
2033
|
+
],
|
|
2034
|
+
"dependencies": [],
|
|
2035
|
+
"cssVars": [
|
|
2036
|
+
"--color-border",
|
|
2037
|
+
"--color-primary",
|
|
2038
|
+
"--color-ring"
|
|
2039
|
+
],
|
|
2040
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/splitter.json"
|
|
2041
|
+
},
|
|
2042
|
+
"stack": {
|
|
2043
|
+
"name": "Stack",
|
|
2044
|
+
"category": "Layout",
|
|
2045
|
+
"description": "Vertical flex wrapper with gap prop.",
|
|
2046
|
+
"files": [
|
|
2047
|
+
"UI/Stack/Stack.razor"
|
|
2048
|
+
],
|
|
2049
|
+
"dependencies": [],
|
|
2050
|
+
"cssVars": [
|
|
2051
|
+
"--color-foreground"
|
|
2052
|
+
],
|
|
2053
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/stack.json"
|
|
2054
|
+
},
|
|
2055
|
+
"statistic": {
|
|
2056
|
+
"name": "Statistic",
|
|
2057
|
+
"category": "Data Display",
|
|
2058
|
+
"description": "Big-number statistic display with label and unit.",
|
|
2059
|
+
"files": [
|
|
2060
|
+
"UI/Statistic/Statistic.razor"
|
|
2061
|
+
],
|
|
2062
|
+
"dependencies": [],
|
|
2063
|
+
"cssVars": [
|
|
2064
|
+
"--color-destructive",
|
|
2065
|
+
"--color-foreground",
|
|
2066
|
+
"--color-muted",
|
|
2067
|
+
"--color-muted-foreground"
|
|
2068
|
+
],
|
|
2069
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/statistic.json"
|
|
2070
|
+
},
|
|
2071
|
+
"steps": {
|
|
2072
|
+
"name": "Steps",
|
|
2073
|
+
"category": "Data Display",
|
|
2074
|
+
"description": "Numbered step indicator for wizards and progress flows.",
|
|
2075
|
+
"files": [
|
|
2076
|
+
"UI/Steps/Steps.razor",
|
|
2077
|
+
"UI/Steps/StepsItem.razor"
|
|
2078
|
+
],
|
|
2079
|
+
"dependencies": [],
|
|
2080
|
+
"cssVars": [
|
|
2081
|
+
"--color-background",
|
|
2082
|
+
"--color-border",
|
|
2083
|
+
"--color-destructive",
|
|
2084
|
+
"--color-foreground",
|
|
2085
|
+
"--color-muted",
|
|
2086
|
+
"--color-muted-foreground",
|
|
2087
|
+
"--color-primary",
|
|
2088
|
+
"--color-primary-foreground",
|
|
2089
|
+
"--color-ring",
|
|
2090
|
+
"--radius"
|
|
2091
|
+
],
|
|
2092
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/steps.json"
|
|
2093
|
+
},
|
|
2094
|
+
"streaming-text": {
|
|
2095
|
+
"name": "StreamingText",
|
|
2096
|
+
"category": "AI",
|
|
2097
|
+
"description": "Token-by-token streaming text renderer for AI responses.",
|
|
2098
|
+
"files": [
|
|
2099
|
+
"UI/StreamingText/StreamingText.razor"
|
|
2100
|
+
],
|
|
2101
|
+
"dependencies": [],
|
|
2102
|
+
"cssVars": [
|
|
2103
|
+
"--color-foreground"
|
|
2104
|
+
],
|
|
2105
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/streaming-text.json"
|
|
2106
|
+
},
|
|
2107
|
+
"switch": {
|
|
2108
|
+
"name": "Switch",
|
|
2109
|
+
"category": "Forms",
|
|
2110
|
+
"description": "Toggle switch for boolean settings.",
|
|
2111
|
+
"files": [
|
|
2112
|
+
"UI/Switch/Switch.razor"
|
|
2113
|
+
],
|
|
2114
|
+
"dependencies": [
|
|
2115
|
+
"spinner"
|
|
2116
|
+
],
|
|
2117
|
+
"cssVars": [
|
|
2118
|
+
"--color-background",
|
|
2119
|
+
"--color-input",
|
|
2120
|
+
"--color-muted",
|
|
2121
|
+
"--color-muted-foreground",
|
|
2122
|
+
"--color-primary",
|
|
2123
|
+
"--color-ring",
|
|
2124
|
+
"--radius"
|
|
2125
|
+
],
|
|
2126
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/switch.json"
|
|
2127
|
+
},
|
|
2128
|
+
"table": {
|
|
2129
|
+
"name": "Table",
|
|
2130
|
+
"category": "Data Display",
|
|
2131
|
+
"description": "Minimal styled HTML table with header, row, cell components.",
|
|
2132
|
+
"files": [
|
|
2133
|
+
"UI/Table/Table.razor",
|
|
2134
|
+
"UI/Table/TableBody.razor",
|
|
2135
|
+
"UI/Table/TableCaption.razor",
|
|
2136
|
+
"UI/Table/TableCell.razor",
|
|
2137
|
+
"UI/Table/TableHead.razor",
|
|
2138
|
+
"UI/Table/TableHeader.razor",
|
|
2139
|
+
"UI/Table/TableRow.razor"
|
|
2140
|
+
],
|
|
2141
|
+
"dependencies": [],
|
|
2142
|
+
"cssVars": [
|
|
2143
|
+
"--color-muted",
|
|
2144
|
+
"--color-muted-foreground"
|
|
2145
|
+
],
|
|
2146
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/table.json"
|
|
2147
|
+
},
|
|
2148
|
+
"tabs": {
|
|
2149
|
+
"name": "Tabs",
|
|
2150
|
+
"category": "Navigation",
|
|
2151
|
+
"description": "Tabbed content with keyboard nav and animated active indicator.",
|
|
2152
|
+
"files": [
|
|
2153
|
+
"UI/Tabs/Tabs.razor",
|
|
2154
|
+
"UI/Tabs/TabsContent.razor",
|
|
2155
|
+
"UI/Tabs/TabsList.razor",
|
|
2156
|
+
"UI/Tabs/TabsTrigger.razor"
|
|
2157
|
+
],
|
|
2158
|
+
"dependencies": [],
|
|
2159
|
+
"cssVars": [
|
|
2160
|
+
"--color-background",
|
|
2161
|
+
"--color-border",
|
|
2162
|
+
"--color-card",
|
|
2163
|
+
"--color-foreground",
|
|
2164
|
+
"--color-muted",
|
|
2165
|
+
"--color-muted-foreground",
|
|
2166
|
+
"--color-primary",
|
|
2167
|
+
"--color-primary-foreground",
|
|
2168
|
+
"--color-ring",
|
|
2169
|
+
"--radius"
|
|
2170
|
+
],
|
|
2171
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/tabs.json"
|
|
2172
|
+
},
|
|
2173
|
+
"tag-input": {
|
|
2174
|
+
"name": "TagInput",
|
|
2175
|
+
"category": "Forms",
|
|
2176
|
+
"description": "Input that turns entries into removable tag chips.",
|
|
2177
|
+
"files": [
|
|
2178
|
+
"UI/TagInput/TagInput.razor"
|
|
2179
|
+
],
|
|
2180
|
+
"dependencies": [
|
|
2181
|
+
"list"
|
|
2182
|
+
],
|
|
2183
|
+
"cssVars": [
|
|
2184
|
+
"--color-accent",
|
|
2185
|
+
"--color-accent-foreground",
|
|
2186
|
+
"--color-border",
|
|
2187
|
+
"--color-foreground",
|
|
2188
|
+
"--color-input",
|
|
2189
|
+
"--color-muted",
|
|
2190
|
+
"--color-muted-foreground",
|
|
2191
|
+
"--color-popover",
|
|
2192
|
+
"--color-popover-foreground",
|
|
2193
|
+
"--color-ring",
|
|
2194
|
+
"--color-secondary",
|
|
2195
|
+
"--color-secondary-foreground",
|
|
2196
|
+
"--radius"
|
|
2197
|
+
],
|
|
2198
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/tag-input.json"
|
|
2199
|
+
},
|
|
2200
|
+
"text": {
|
|
2201
|
+
"name": "Text",
|
|
2202
|
+
"category": "Typography",
|
|
2203
|
+
"description": "Paragraph text with size, color, weight props.",
|
|
2204
|
+
"files": [
|
|
2205
|
+
"UI/Text/Text.razor"
|
|
2206
|
+
],
|
|
2207
|
+
"dependencies": [],
|
|
2208
|
+
"cssVars": [
|
|
2209
|
+
"--color-destructive",
|
|
2210
|
+
"--color-foreground",
|
|
2211
|
+
"--color-muted",
|
|
2212
|
+
"--color-muted-foreground",
|
|
2213
|
+
"--color-primary"
|
|
2214
|
+
],
|
|
2215
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/text.json"
|
|
2216
|
+
},
|
|
2217
|
+
"text-reveal": {
|
|
2218
|
+
"name": "TextReveal",
|
|
2219
|
+
"category": "Motion",
|
|
2220
|
+
"description": "Word-by-word reveal animation on scroll.",
|
|
2221
|
+
"files": [
|
|
2222
|
+
"UI/TextReveal/TextReveal.razor"
|
|
2223
|
+
],
|
|
2224
|
+
"dependencies": [],
|
|
2225
|
+
"cssVars": [
|
|
2226
|
+
"--color-foreground"
|
|
2227
|
+
],
|
|
2228
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/text-reveal.json"
|
|
2229
|
+
},
|
|
2230
|
+
"textarea": {
|
|
2231
|
+
"name": "Textarea",
|
|
2232
|
+
"category": "Forms",
|
|
2233
|
+
"description": "Multiline text input with auto-resize option.",
|
|
2234
|
+
"files": [
|
|
2235
|
+
"UI/Textarea/Textarea.razor"
|
|
2236
|
+
],
|
|
2237
|
+
"dependencies": [],
|
|
2238
|
+
"cssVars": [
|
|
2239
|
+
"--color-destructive",
|
|
2240
|
+
"--color-input",
|
|
2241
|
+
"--color-muted",
|
|
2242
|
+
"--color-muted-foreground",
|
|
2243
|
+
"--color-ring",
|
|
2244
|
+
"--radius"
|
|
2245
|
+
],
|
|
2246
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/textarea.json"
|
|
2247
|
+
},
|
|
2248
|
+
"theme-switcher": {
|
|
2249
|
+
"name": "ThemeSwitcher",
|
|
2250
|
+
"category": "Utility",
|
|
2251
|
+
"description": "Color-scheme picker that writes to ThemeService.",
|
|
2252
|
+
"files": [
|
|
2253
|
+
"UI/ThemeSwitcher/ThemeSwitcher.razor"
|
|
2254
|
+
],
|
|
2255
|
+
"dependencies": [],
|
|
2256
|
+
"cssVars": [
|
|
2257
|
+
"--color-background",
|
|
2258
|
+
"--color-foreground",
|
|
2259
|
+
"--color-muted",
|
|
2260
|
+
"--color-muted-foreground",
|
|
2261
|
+
"--color-primary",
|
|
2262
|
+
"--radius"
|
|
2263
|
+
],
|
|
2264
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/theme-switcher.json"
|
|
2265
|
+
},
|
|
2266
|
+
"theme-toggle": {
|
|
2267
|
+
"name": "ThemeToggle",
|
|
2268
|
+
"category": "Utility",
|
|
2269
|
+
"description": "Dark/light mode toggle button.",
|
|
2270
|
+
"files": [
|
|
2271
|
+
"UI/ThemeToggle/ThemeToggle.razor"
|
|
2272
|
+
],
|
|
2273
|
+
"dependencies": [],
|
|
2274
|
+
"cssVars": [
|
|
2275
|
+
"--color-accent",
|
|
2276
|
+
"--color-accent-foreground",
|
|
2277
|
+
"--color-background",
|
|
2278
|
+
"--color-input",
|
|
2279
|
+
"--color-ring",
|
|
2280
|
+
"--radius"
|
|
2281
|
+
],
|
|
2282
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/theme-toggle.json"
|
|
2283
|
+
},
|
|
2284
|
+
"time-picker": {
|
|
2285
|
+
"name": "TimePicker",
|
|
2286
|
+
"category": "Forms",
|
|
2287
|
+
"description": "Time-of-day picker with 12h/24h formats.",
|
|
2288
|
+
"files": [
|
|
2289
|
+
"UI/TimePicker/TimePicker.razor"
|
|
2290
|
+
],
|
|
2291
|
+
"dependencies": [
|
|
2292
|
+
"popover"
|
|
2293
|
+
],
|
|
2294
|
+
"cssVars": [
|
|
2295
|
+
"--color-accent",
|
|
2296
|
+
"--color-accent-foreground",
|
|
2297
|
+
"--color-input",
|
|
2298
|
+
"--color-muted",
|
|
2299
|
+
"--color-muted-foreground",
|
|
2300
|
+
"--color-primary",
|
|
2301
|
+
"--color-primary-foreground",
|
|
2302
|
+
"--radius"
|
|
2303
|
+
],
|
|
2304
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/time-picker.json"
|
|
2305
|
+
},
|
|
2306
|
+
"timeline": {
|
|
2307
|
+
"name": "Timeline",
|
|
2308
|
+
"category": "Data Display",
|
|
2309
|
+
"description": "Vertical event timeline with icons and connectors.",
|
|
2310
|
+
"files": [
|
|
2311
|
+
"UI/Timeline/Timeline.razor",
|
|
2312
|
+
"UI/Timeline/TimelineItem.razor"
|
|
2313
|
+
],
|
|
2314
|
+
"dependencies": [],
|
|
2315
|
+
"cssVars": [
|
|
2316
|
+
"--color-background",
|
|
2317
|
+
"--color-border",
|
|
2318
|
+
"--color-foreground",
|
|
2319
|
+
"--color-muted",
|
|
2320
|
+
"--color-muted-foreground",
|
|
2321
|
+
"--color-primary",
|
|
2322
|
+
"--color-primary-foreground",
|
|
2323
|
+
"--radius"
|
|
2324
|
+
],
|
|
2325
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/timeline.json"
|
|
2326
|
+
},
|
|
2327
|
+
"toast": {
|
|
2328
|
+
"name": "Toast",
|
|
2329
|
+
"category": "Feedback",
|
|
2330
|
+
"description": "Notification toast — renders from ToastService queue.",
|
|
2331
|
+
"files": [
|
|
2332
|
+
"UI/Toast/Toast.razor",
|
|
2333
|
+
"UI/Toast/ToastAction.razor",
|
|
2334
|
+
"UI/Toast/ToastClose.razor",
|
|
2335
|
+
"UI/Toast/ToastDescription.razor",
|
|
2336
|
+
"UI/Toast/ToastProvider.razor",
|
|
2337
|
+
"UI/Toast/ToastTitle.razor",
|
|
2338
|
+
"UI/Toast/ToastViewport.razor"
|
|
2339
|
+
],
|
|
2340
|
+
"dependencies": [],
|
|
2341
|
+
"cssVars": [
|
|
2342
|
+
"--color-border",
|
|
2343
|
+
"--color-card",
|
|
2344
|
+
"--color-destructive",
|
|
2345
|
+
"--color-foreground",
|
|
2346
|
+
"--color-primary",
|
|
2347
|
+
"--color-primary-foreground",
|
|
2348
|
+
"--color-ring",
|
|
2349
|
+
"--radius"
|
|
2350
|
+
],
|
|
2351
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/toast.json"
|
|
2352
|
+
},
|
|
2353
|
+
"toggle": {
|
|
2354
|
+
"name": "Toggle",
|
|
2355
|
+
"category": "Forms",
|
|
2356
|
+
"description": "Two-state button with pressed/unpressed styling.",
|
|
2357
|
+
"files": [
|
|
2358
|
+
"UI/Toggle/Toggle.razor"
|
|
2359
|
+
],
|
|
2360
|
+
"dependencies": [],
|
|
2361
|
+
"cssVars": [
|
|
2362
|
+
"--color-accent",
|
|
2363
|
+
"--color-accent-foreground",
|
|
2364
|
+
"--color-input",
|
|
2365
|
+
"--color-muted",
|
|
2366
|
+
"--color-muted-foreground",
|
|
2367
|
+
"--color-ring",
|
|
2368
|
+
"--radius"
|
|
2369
|
+
],
|
|
2370
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/toggle.json"
|
|
2371
|
+
},
|
|
2372
|
+
"toggle-group": {
|
|
2373
|
+
"name": "ToggleGroup",
|
|
2374
|
+
"category": "Forms",
|
|
2375
|
+
"description": "Group of toggles with single or multiple selection.",
|
|
2376
|
+
"files": [
|
|
2377
|
+
"UI/ToggleGroup/ToggleGroup.razor",
|
|
2378
|
+
"UI/ToggleGroup/ToggleGroupItem.razor"
|
|
2379
|
+
],
|
|
2380
|
+
"dependencies": [],
|
|
2381
|
+
"cssVars": [
|
|
2382
|
+
"--color-accent",
|
|
2383
|
+
"--color-accent-foreground",
|
|
2384
|
+
"--color-input",
|
|
2385
|
+
"--color-muted",
|
|
2386
|
+
"--color-muted-foreground",
|
|
2387
|
+
"--color-ring",
|
|
2388
|
+
"--radius"
|
|
2389
|
+
],
|
|
2390
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/toggle-group.json"
|
|
2391
|
+
},
|
|
2392
|
+
"tool-call-card": {
|
|
2393
|
+
"name": "ToolCallCard",
|
|
2394
|
+
"category": "AI",
|
|
2395
|
+
"description": "AI tool-invocation card showing call + result.",
|
|
2396
|
+
"files": [
|
|
2397
|
+
"UI/ToolCallCard/ToolCallCard.razor"
|
|
2398
|
+
],
|
|
2399
|
+
"dependencies": [
|
|
2400
|
+
"icon",
|
|
2401
|
+
"spinner"
|
|
2402
|
+
],
|
|
2403
|
+
"cssVars": [
|
|
2404
|
+
"--color-border",
|
|
2405
|
+
"--color-destructive",
|
|
2406
|
+
"--color-foreground",
|
|
2407
|
+
"--color-muted",
|
|
2408
|
+
"--color-muted-foreground",
|
|
2409
|
+
"--color-primary",
|
|
2410
|
+
"--radius"
|
|
2411
|
+
],
|
|
2412
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/tool-call-card.json"
|
|
2413
|
+
},
|
|
2414
|
+
"tooltip": {
|
|
2415
|
+
"name": "Tooltip",
|
|
2416
|
+
"category": "Overlay",
|
|
2417
|
+
"description": "Hover/focus tooltip with arrow and configurable placement.",
|
|
2418
|
+
"files": [
|
|
2419
|
+
"UI/Tooltip/Tooltip.razor",
|
|
2420
|
+
"UI/Tooltip/TooltipContent.razor",
|
|
2421
|
+
"UI/Tooltip/TooltipTrigger.razor"
|
|
2422
|
+
],
|
|
2423
|
+
"dependencies": [],
|
|
2424
|
+
"cssVars": [
|
|
2425
|
+
"--color-primary",
|
|
2426
|
+
"--color-primary-foreground",
|
|
2427
|
+
"--radius"
|
|
2428
|
+
],
|
|
2429
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/tooltip.json"
|
|
2430
|
+
},
|
|
2431
|
+
"tour": {
|
|
2432
|
+
"name": "Tour",
|
|
2433
|
+
"category": "Overlay",
|
|
2434
|
+
"description": "Multi-step spotlight onboarding tour.",
|
|
2435
|
+
"files": [
|
|
2436
|
+
"UI/Tour/Tour.razor"
|
|
2437
|
+
],
|
|
2438
|
+
"dependencies": [],
|
|
2439
|
+
"cssVars": [
|
|
2440
|
+
"--color-accent",
|
|
2441
|
+
"--color-background",
|
|
2442
|
+
"--color-border",
|
|
2443
|
+
"--color-foreground",
|
|
2444
|
+
"--color-muted",
|
|
2445
|
+
"--color-muted-foreground",
|
|
2446
|
+
"--color-popover",
|
|
2447
|
+
"--color-popover-foreground",
|
|
2448
|
+
"--color-primary",
|
|
2449
|
+
"--color-primary-foreground",
|
|
2450
|
+
"--radius"
|
|
2451
|
+
],
|
|
2452
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/tour.json"
|
|
2453
|
+
},
|
|
2454
|
+
"transfer": {
|
|
2455
|
+
"name": "Transfer",
|
|
2456
|
+
"category": "Drag & Drop",
|
|
2457
|
+
"description": "Dual-list transfer picker — left/right with arrows.",
|
|
2458
|
+
"files": [
|
|
2459
|
+
"UI/Transfer/Transfer.razor"
|
|
2460
|
+
],
|
|
2461
|
+
"dependencies": [
|
|
2462
|
+
"checkbox",
|
|
2463
|
+
"list"
|
|
2464
|
+
],
|
|
2465
|
+
"cssVars": [
|
|
2466
|
+
"--color-accent",
|
|
2467
|
+
"--color-accent-foreground",
|
|
2468
|
+
"--color-background",
|
|
2469
|
+
"--color-border",
|
|
2470
|
+
"--color-input",
|
|
2471
|
+
"--color-muted",
|
|
2472
|
+
"--color-muted-foreground",
|
|
2473
|
+
"--color-ring",
|
|
2474
|
+
"--radius"
|
|
2475
|
+
],
|
|
2476
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/transfer.json"
|
|
2477
|
+
},
|
|
2478
|
+
"tree-select": {
|
|
2479
|
+
"name": "TreeSelect",
|
|
2480
|
+
"category": "Data Display",
|
|
2481
|
+
"description": "Select input with a hierarchical tree dropdown.",
|
|
2482
|
+
"files": [
|
|
2483
|
+
"UI/TreeSelect/TreeSelect.razor"
|
|
2484
|
+
],
|
|
2485
|
+
"dependencies": [
|
|
2486
|
+
"list"
|
|
2487
|
+
],
|
|
2488
|
+
"cssVars": [
|
|
2489
|
+
"--color-accent",
|
|
2490
|
+
"--color-accent-foreground",
|
|
2491
|
+
"--color-background",
|
|
2492
|
+
"--color-border",
|
|
2493
|
+
"--color-input",
|
|
2494
|
+
"--color-muted",
|
|
2495
|
+
"--color-muted-foreground",
|
|
2496
|
+
"--color-popover",
|
|
2497
|
+
"--color-primary",
|
|
2498
|
+
"--color-ring",
|
|
2499
|
+
"--radius"
|
|
2500
|
+
],
|
|
2501
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/tree-select.json"
|
|
2502
|
+
},
|
|
2503
|
+
"tree-view": {
|
|
2504
|
+
"name": "TreeView",
|
|
2505
|
+
"category": "Data Display",
|
|
2506
|
+
"description": "Hierarchical tree with expand/collapse and selection.",
|
|
2507
|
+
"files": [
|
|
2508
|
+
"UI/TreeView/TreeView.razor",
|
|
2509
|
+
"UI/TreeView/TreeViewNode.razor"
|
|
2510
|
+
],
|
|
2511
|
+
"dependencies": [
|
|
2512
|
+
"checkbox"
|
|
2513
|
+
],
|
|
2514
|
+
"cssVars": [
|
|
2515
|
+
"--color-accent",
|
|
2516
|
+
"--color-input",
|
|
2517
|
+
"--color-muted",
|
|
2518
|
+
"--color-muted-foreground",
|
|
2519
|
+
"--color-ring",
|
|
2520
|
+
"--radius"
|
|
2521
|
+
],
|
|
2522
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/tree-view.json"
|
|
2523
|
+
},
|
|
2524
|
+
"watermark": {
|
|
2525
|
+
"name": "Watermark",
|
|
2526
|
+
"category": "Data Display",
|
|
2527
|
+
"description": "Repeating diagonal watermark overlay.",
|
|
2528
|
+
"files": [
|
|
2529
|
+
"UI/Watermark/Watermark.razor"
|
|
2530
|
+
],
|
|
2531
|
+
"dependencies": [],
|
|
2532
|
+
"cssVars": [
|
|
2533
|
+
"--color-foreground"
|
|
2534
|
+
],
|
|
2535
|
+
"registryUrl": "https://lumeo.nativ.sh/registry/watermark.json"
|
|
2536
|
+
}
|
|
2537
|
+
}
|
|
2538
|
+
}
|