@aurea-uds/contracts 0.5.0 → 0.7.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.
@@ -0,0 +1,4984 @@
1
+ {
2
+ "_gerado": "node scripts/build-api-surface.mjs — lido da emissão do tsc, não do registry. Editar à mão é o defeito que ele existe para não repetir.",
3
+ "_regra": "Quando isto e a ficha do registry discordam, isto ganha: veio do compilador. O check 26 do validate.py reprova a divergência.",
4
+ "schemaVersion": "1.0",
5
+ "totals": {
6
+ "modulos": 35,
7
+ "componentes": 119,
8
+ "hooks": 9,
9
+ "aliasesLiterais": 46,
10
+ "propsDistintas": 224
11
+ },
12
+ "aliases": {
13
+ "ButtonVariant": {
14
+ "module": "actions",
15
+ "raw": "\"primary\" | \"secondary\" | \"outline\" | \"ghost\" | \"primary-outline\" | \"primary-ghost\" | \"danger\" | \"danger-outline\" | \"danger-ghost\" | \"link\" | \"link-primary\" | \"link-danger\" | \"nav\"",
16
+ "union": [
17
+ "primary",
18
+ "secondary",
19
+ "outline",
20
+ "ghost",
21
+ "primary-outline",
22
+ "primary-ghost",
23
+ "danger",
24
+ "danger-outline",
25
+ "danger-ghost",
26
+ "link",
27
+ "link-primary",
28
+ "link-danger",
29
+ "nav"
30
+ ]
31
+ },
32
+ "ButtonAppearance": {
33
+ "module": "actions",
34
+ "raw": "\"solid\" | \"outline\" | \"ghost\" | \"link\" | \"nav\"",
35
+ "union": [
36
+ "solid",
37
+ "outline",
38
+ "ghost",
39
+ "link",
40
+ "nav"
41
+ ]
42
+ },
43
+ "ButtonTone": {
44
+ "module": "actions",
45
+ "raw": "\"neutral\" | \"brand\" | \"danger\" | \"success\" | \"warning\" | \"info\"",
46
+ "union": [
47
+ "neutral",
48
+ "brand",
49
+ "danger",
50
+ "success",
51
+ "warning",
52
+ "info"
53
+ ]
54
+ },
55
+ "ComponentSize": {
56
+ "module": "actions",
57
+ "raw": "\"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\"",
58
+ "union": [
59
+ "xs",
60
+ "sm",
61
+ "md",
62
+ "lg",
63
+ "xl"
64
+ ]
65
+ },
66
+ "ToggleProps": {
67
+ "module": "actions",
68
+ "raw": "ToggleBase & ({ children: ToggleChildren; label?: string; } | { children?: never; label: string; })",
69
+ "union": null
70
+ },
71
+ "AgentState": {
72
+ "module": "agents",
73
+ "raw": "\"idle\" | \"thinking\" | \"running\" | \"paused\" | \"error\" | \"completed\"",
74
+ "union": [
75
+ "idle",
76
+ "thinking",
77
+ "running",
78
+ "paused",
79
+ "error",
80
+ "completed"
81
+ ]
82
+ },
83
+ "TaskState": {
84
+ "module": "agents",
85
+ "raw": "\"queued\" | \"running\" | \"completed\" | \"failed\" | \"blocked\" | \"paused\"",
86
+ "union": [
87
+ "queued",
88
+ "running",
89
+ "completed",
90
+ "failed",
91
+ "blocked",
92
+ "paused"
93
+ ]
94
+ },
95
+ "TaskPriority": {
96
+ "module": "agents",
97
+ "raw": "\"low\" | \"medium\" | \"high\"",
98
+ "union": [
99
+ "low",
100
+ "medium",
101
+ "high"
102
+ ]
103
+ },
104
+ "RiskLevel": {
105
+ "module": "agents",
106
+ "raw": "\"low\" | \"medium\" | \"high\"",
107
+ "union": [
108
+ "low",
109
+ "medium",
110
+ "high"
111
+ ]
112
+ },
113
+ "PermissionLevel": {
114
+ "module": "agents",
115
+ "raw": "\"ask\" | \"always\" | \"never\"",
116
+ "union": [
117
+ "ask",
118
+ "always",
119
+ "never"
120
+ ]
121
+ },
122
+ "EventSeverity": {
123
+ "module": "agents",
124
+ "raw": "\"info\" | \"success\" | \"warning\" | \"danger\"",
125
+ "union": [
126
+ "info",
127
+ "success",
128
+ "warning",
129
+ "danger"
130
+ ]
131
+ },
132
+ "HealthState": {
133
+ "module": "agents",
134
+ "raw": "\"operational\" | \"degraded\" | \"down\" | \"maintenance\" | \"unknown\"",
135
+ "union": [
136
+ "operational",
137
+ "degraded",
138
+ "down",
139
+ "maintenance",
140
+ "unknown"
141
+ ]
142
+ },
143
+ "UsageMetric": {
144
+ "module": "agents",
145
+ "raw": "\"tokens\" | \"cost\" | \"requests\"",
146
+ "union": [
147
+ "tokens",
148
+ "cost",
149
+ "requests"
150
+ ]
151
+ },
152
+ "CostState": {
153
+ "module": "agents",
154
+ "raw": "\"under\" | \"near\" | \"over\"",
155
+ "union": [
156
+ "under",
157
+ "near",
158
+ "over"
159
+ ]
160
+ },
161
+ "MemoryScope": {
162
+ "module": "agents",
163
+ "raw": "\"episodic\" | \"semantic\" | \"procedural\"",
164
+ "union": [
165
+ "episodic",
166
+ "semantic",
167
+ "procedural"
168
+ ]
169
+ },
170
+ "MemoryOperation": {
171
+ "module": "agents",
172
+ "raw": "\"added\" | \"updated\" | \"recalled\" | \"forgotten\"",
173
+ "union": [
174
+ "added",
175
+ "updated",
176
+ "recalled",
177
+ "forgotten"
178
+ ]
179
+ },
180
+ "MessageKind": {
181
+ "module": "agents",
182
+ "raw": "\"request\" | \"response\" | \"handoff\" | \"broadcast\" | \"error\"",
183
+ "union": [
184
+ "request",
185
+ "response",
186
+ "handoff",
187
+ "broadcast",
188
+ "error"
189
+ ]
190
+ },
191
+ "CalendarProps": {
192
+ "module": "calendar",
193
+ "raw": "React.ComponentProps<typeof DayPicker> & { label?: string; }",
194
+ "union": null
195
+ },
196
+ "Breakpoint": {
197
+ "module": "escala",
198
+ "raw": "\"2xs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"2xl\"",
199
+ "union": [
200
+ "2xs",
201
+ "xs",
202
+ "sm",
203
+ "md",
204
+ "lg",
205
+ "xl",
206
+ "2xl"
207
+ ]
208
+ },
209
+ "ContainerBreakpoint": {
210
+ "module": "escala",
211
+ "raw": "\"2xs\" | \"xs\" | \"sm\" | \"md\" | \"lg\"",
212
+ "union": [
213
+ "2xs",
214
+ "xs",
215
+ "sm",
216
+ "md",
217
+ "lg"
218
+ ]
219
+ },
220
+ "StatusVariant": {
221
+ "module": "feedback-client",
222
+ "raw": "\"neutral\" | \"online\" | \"offline\" | \"busy\" | \"away\" | \"running\" | \"success\" | \"warning\" | \"danger\" | \"info\"",
223
+ "union": [
224
+ "neutral",
225
+ "online",
226
+ "offline",
227
+ "busy",
228
+ "away",
229
+ "running",
230
+ "success",
231
+ "warning",
232
+ "danger",
233
+ "info"
234
+ ]
235
+ },
236
+ "AlertVariant": {
237
+ "module": "feedback-client",
238
+ "raw": "\"info\" | \"success\" | \"warning\" | \"danger\"",
239
+ "union": [
240
+ "info",
241
+ "success",
242
+ "warning",
243
+ "danger"
244
+ ]
245
+ },
246
+ "BannerVariant": {
247
+ "module": "feedback-client",
248
+ "raw": "AlertVariant",
249
+ "union": null
250
+ },
251
+ "DataStateValue": {
252
+ "module": "feedback-client",
253
+ "raw": "\"loading\" | \"error\" | \"empty\" | UniversalState",
254
+ "union": null
255
+ },
256
+ "UploadFn": {
257
+ "module": "file-input",
258
+ "raw": "(file: File, ctx: UploadContext) => Promise<void | { checksum?: string; }>",
259
+ "union": null
260
+ },
261
+ "FieldOrientation": {
262
+ "module": "inputs-client",
263
+ "raw": "\"vertical\" | \"horizontal\"",
264
+ "union": [
265
+ "vertical",
266
+ "horizontal"
267
+ ]
268
+ },
269
+ "BadgeVariant": {
270
+ "module": "markup",
271
+ "raw": "\"neutral\" | \"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\" | \"running\" | \"paused\" | \"offline\" | \"review\"",
272
+ "union": [
273
+ "neutral",
274
+ "primary",
275
+ "info",
276
+ "success",
277
+ "warning",
278
+ "danger",
279
+ "running",
280
+ "paused",
281
+ "offline",
282
+ "review"
283
+ ]
284
+ },
285
+ "AvatarSize": {
286
+ "module": "markup",
287
+ "raw": "\"sm\" | \"md\" | \"lg\"",
288
+ "union": [
289
+ "sm",
290
+ "md",
291
+ "lg"
292
+ ]
293
+ },
294
+ "TopbarVariant": {
295
+ "module": "markup",
296
+ "raw": "\"floating\" | \"flush\" | \"pill\"",
297
+ "union": [
298
+ "floating",
299
+ "flush",
300
+ "pill"
301
+ ]
302
+ },
303
+ "CardProps": {
304
+ "module": "markup",
305
+ "raw": "CardBase & ({ variant?: \"base\" | \"raised\" | \"inset\" | \"selected\" | \"danger\"; render?: ReactElement; } | { variant: \"interactive\"; render: ReactElement; })",
306
+ "union": null
307
+ },
308
+ "BadgeEmphasis": {
309
+ "module": "markup",
310
+ "raw": "\"soft\" | \"solid\" | \"outline\"",
311
+ "union": [
312
+ "soft",
313
+ "solid",
314
+ "outline"
315
+ ]
316
+ },
317
+ "BadgeSize": {
318
+ "module": "markup",
319
+ "raw": "\"xs\" | \"sm\" | \"md\" | \"lg\"",
320
+ "union": [
321
+ "xs",
322
+ "sm",
323
+ "md",
324
+ "lg"
325
+ ]
326
+ },
327
+ "BadgePlacement": {
328
+ "module": "markup",
329
+ "raw": "\"top-end\" | \"top-start\" | \"bottom-end\" | \"bottom-start\"",
330
+ "union": [
331
+ "top-end",
332
+ "top-start",
333
+ "bottom-end",
334
+ "bottom-start"
335
+ ]
336
+ },
337
+ "RangeOrientation": {
338
+ "module": "markup",
339
+ "raw": "\"horizontal\" | \"vertical\"",
340
+ "union": [
341
+ "horizontal",
342
+ "vertical"
343
+ ]
344
+ },
345
+ "FieldSize": {
346
+ "module": "markup",
347
+ "raw": "Extract<ComponentSize, \"sm\" | \"md\" | \"lg\">",
348
+ "union": null
349
+ },
350
+ "AddonSide": {
351
+ "module": "markup",
352
+ "raw": "\"start\" | \"end\"",
353
+ "union": [
354
+ "start",
355
+ "end"
356
+ ]
357
+ },
358
+ "AddonLayout": {
359
+ "module": "markup",
360
+ "raw": "\"inline\" | \"block\"",
361
+ "union": [
362
+ "inline",
363
+ "block"
364
+ ]
365
+ },
366
+ "StepState": {
367
+ "module": "navigation-client",
368
+ "raw": "\"default\" | \"active\" | \"done\" | \"error\"",
369
+ "union": [
370
+ "default",
371
+ "active",
372
+ "done",
373
+ "error"
374
+ ]
375
+ },
376
+ "TabsOrientation": {
377
+ "module": "navigation-client",
378
+ "raw": "\"horizontal\" | \"vertical\"",
379
+ "union": [
380
+ "horizontal",
381
+ "vertical"
382
+ ]
383
+ },
384
+ "SidebarVariant": {
385
+ "module": "navigation-client",
386
+ "raw": "\"floating\" | \"flush\"",
387
+ "union": [
388
+ "floating",
389
+ "flush"
390
+ ]
391
+ },
392
+ "BottomNavVariant": {
393
+ "module": "navigation-client",
394
+ "raw": "\"floating\" | \"edge\"",
395
+ "union": [
396
+ "floating",
397
+ "edge"
398
+ ]
399
+ },
400
+ "BottomNavIndicator": {
401
+ "module": "navigation-client",
402
+ "raw": "\"none\" | \"subtle\" | \"pill\" | \"circle\" | \"circle-raised\" | \"circle-bold\" | \"circle-outline\"",
403
+ "union": [
404
+ "none",
405
+ "subtle",
406
+ "pill",
407
+ "circle",
408
+ "circle-raised",
409
+ "circle-bold",
410
+ "circle-outline"
411
+ ]
412
+ },
413
+ "BottomNavVariantLegacy": {
414
+ "module": "navigation-client",
415
+ "raw": "\"flat\" | \"surface\" | \"pill\" | \"dock\"",
416
+ "union": [
417
+ "flat",
418
+ "surface",
419
+ "pill",
420
+ "dock"
421
+ ]
422
+ },
423
+ "BottomNavVariantAny": {
424
+ "module": "navigation-client",
425
+ "raw": "BottomNavVariant | BottomNavVariantLegacy",
426
+ "union": null
427
+ },
428
+ "AccessGateProps": {
429
+ "module": "overlays",
430
+ "raw": "{ allowed: boolean; children: ReactElement; } & ({ mode?: \"hide\"; fallback?: ReactNode; reason?: never; } | { mode: \"disable\"; reason: ReactNode; fallback?: never; })",
431
+ "union": null
432
+ },
433
+ "OverlaySide": {
434
+ "module": "overlays",
435
+ "raw": "\"top\" | \"right\" | \"bottom\" | \"left\"",
436
+ "union": [
437
+ "top",
438
+ "right",
439
+ "bottom",
440
+ "left"
441
+ ]
442
+ },
443
+ "MenuEntry": {
444
+ "module": "overlays",
445
+ "raw": "MenuActionDef | MenuLinkDef | MenuCheckboxDef | MenuRadioGroupDef | MenuSubmenuDef | MenuGroupDef | \"separator\"",
446
+ "union": null
447
+ },
448
+ "MenuItemDef": {
449
+ "module": "overlays",
450
+ "raw": "MenuActionDef",
451
+ "union": null
452
+ },
453
+ "MenubarOrientation": {
454
+ "module": "overlays",
455
+ "raw": "\"horizontal\" | \"vertical\"",
456
+ "union": [
457
+ "horizontal",
458
+ "vertical"
459
+ ]
460
+ },
461
+ "AureaTheme": {
462
+ "module": "pure",
463
+ "raw": "\"dark\" | \"light\"",
464
+ "union": [
465
+ "dark",
466
+ "light"
467
+ ]
468
+ },
469
+ "AureaDensity": {
470
+ "module": "pure",
471
+ "raw": "\"compact\" | \"comfortable\" | \"spacious\"",
472
+ "union": [
473
+ "compact",
474
+ "comfortable",
475
+ "spacious"
476
+ ]
477
+ },
478
+ "UniversalState": {
479
+ "module": "pure",
480
+ "raw": "\"waiting_user\" | \"waiting_approval\" | \"waiting_dependency\" | \"offline\" | \"stale\" | \"partial\" | \"degraded\"",
481
+ "union": [
482
+ "waiting_user",
483
+ "waiting_approval",
484
+ "waiting_dependency",
485
+ "offline",
486
+ "stale",
487
+ "partial",
488
+ "degraded"
489
+ ]
490
+ },
491
+ "Orientation": {
492
+ "module": "pure",
493
+ "raw": "\"horizontal\" | \"vertical\"",
494
+ "union": [
495
+ "horizontal",
496
+ "vertical"
497
+ ]
498
+ },
499
+ "QRCodeSize": {
500
+ "module": "qrcode",
501
+ "raw": "\"sm\" | \"md\" | \"lg\"",
502
+ "union": [
503
+ "sm",
504
+ "md",
505
+ "lg"
506
+ ]
507
+ },
508
+ "AureaToastType": {
509
+ "module": "system",
510
+ "raw": "\"info\" | \"success\" | \"warning\" | \"danger\"",
511
+ "union": [
512
+ "info",
513
+ "success",
514
+ "warning",
515
+ "danger"
516
+ ]
517
+ },
518
+ "AureaThemeName": {
519
+ "module": "system",
520
+ "raw": "\"dark\" | \"light\"",
521
+ "union": [
522
+ "dark",
523
+ "light"
524
+ ]
525
+ },
526
+ "IconName": {
527
+ "module": "system",
528
+ "raw": "string",
529
+ "union": null
530
+ },
531
+ "IconSize": {
532
+ "module": "system",
533
+ "raw": "\"sm\" | \"md\" | \"lg\" | \"xl\"",
534
+ "union": [
535
+ "sm",
536
+ "md",
537
+ "lg",
538
+ "xl"
539
+ ]
540
+ }
541
+ },
542
+ "modules": {
543
+ "actions": {
544
+ "components": [
545
+ {
546
+ "name": "Button",
547
+ "kind": "const",
548
+ "propsType": "ButtonProps",
549
+ "props": [
550
+ {
551
+ "name": "variant",
552
+ "optional": true,
553
+ "type": "ButtonVariant",
554
+ "values": [
555
+ "primary",
556
+ "secondary",
557
+ "outline",
558
+ "ghost",
559
+ "primary-outline",
560
+ "primary-ghost",
561
+ "danger",
562
+ "danger-outline",
563
+ "danger-ghost",
564
+ "link",
565
+ "link-primary",
566
+ "link-danger",
567
+ "nav"
568
+ ]
569
+ },
570
+ {
571
+ "name": "appearance",
572
+ "optional": true,
573
+ "type": "ButtonAppearance",
574
+ "values": [
575
+ "solid",
576
+ "outline",
577
+ "ghost",
578
+ "link",
579
+ "nav"
580
+ ]
581
+ },
582
+ {
583
+ "name": "tone",
584
+ "optional": true,
585
+ "type": "ButtonTone",
586
+ "values": [
587
+ "neutral",
588
+ "brand",
589
+ "danger",
590
+ "success",
591
+ "warning",
592
+ "info"
593
+ ]
594
+ },
595
+ {
596
+ "name": "size",
597
+ "optional": true,
598
+ "type": "Responsive<ComponentSize>",
599
+ "values": [
600
+ "xs",
601
+ "sm",
602
+ "md",
603
+ "lg",
604
+ "xl"
605
+ ]
606
+ },
607
+ {
608
+ "name": "loading",
609
+ "optional": true,
610
+ "type": "boolean",
611
+ "values": null
612
+ },
613
+ {
614
+ "name": "leadingIcon",
615
+ "optional": true,
616
+ "type": "IconName",
617
+ "values": null
618
+ },
619
+ {
620
+ "name": "trailingIcon",
621
+ "optional": true,
622
+ "type": "IconName",
623
+ "values": null
624
+ },
625
+ {
626
+ "name": "href",
627
+ "optional": true,
628
+ "type": "string",
629
+ "values": null
630
+ },
631
+ {
632
+ "name": "fullWidth",
633
+ "optional": true,
634
+ "type": "boolean",
635
+ "values": null
636
+ },
637
+ {
638
+ "name": "kbd",
639
+ "optional": true,
640
+ "type": "string",
641
+ "values": null
642
+ }
643
+ ]
644
+ },
645
+ {
646
+ "name": "ButtonGroup",
647
+ "kind": "function",
648
+ "propsType": null,
649
+ "props": [
650
+ {
651
+ "name": "label",
652
+ "optional": true,
653
+ "type": "string",
654
+ "values": null
655
+ },
656
+ {
657
+ "name": "orientation",
658
+ "optional": true,
659
+ "type": "Responsive<Orientation>",
660
+ "values": [
661
+ "horizontal",
662
+ "vertical"
663
+ ]
664
+ }
665
+ ]
666
+ },
667
+ {
668
+ "name": "IconButton",
669
+ "kind": "const",
670
+ "propsType": "IconButtonProps",
671
+ "props": [
672
+ {
673
+ "name": "variant",
674
+ "optional": true,
675
+ "type": "ButtonVariant",
676
+ "values": [
677
+ "primary",
678
+ "secondary",
679
+ "outline",
680
+ "ghost",
681
+ "primary-outline",
682
+ "primary-ghost",
683
+ "danger",
684
+ "danger-outline",
685
+ "danger-ghost",
686
+ "link",
687
+ "link-primary",
688
+ "link-danger",
689
+ "nav"
690
+ ]
691
+ },
692
+ {
693
+ "name": "appearance",
694
+ "optional": true,
695
+ "type": "ButtonAppearance",
696
+ "values": [
697
+ "solid",
698
+ "outline",
699
+ "ghost",
700
+ "link",
701
+ "nav"
702
+ ]
703
+ },
704
+ {
705
+ "name": "tone",
706
+ "optional": true,
707
+ "type": "ButtonTone",
708
+ "values": [
709
+ "neutral",
710
+ "brand",
711
+ "danger",
712
+ "success",
713
+ "warning",
714
+ "info"
715
+ ]
716
+ },
717
+ {
718
+ "name": "size",
719
+ "optional": true,
720
+ "type": "Responsive<ComponentSize>",
721
+ "values": [
722
+ "xs",
723
+ "sm",
724
+ "md",
725
+ "lg",
726
+ "xl"
727
+ ]
728
+ },
729
+ {
730
+ "name": "loading",
731
+ "optional": true,
732
+ "type": "boolean",
733
+ "values": null
734
+ },
735
+ {
736
+ "name": "leadingIcon",
737
+ "optional": true,
738
+ "type": "IconName",
739
+ "values": null
740
+ },
741
+ {
742
+ "name": "trailingIcon",
743
+ "optional": true,
744
+ "type": "IconName",
745
+ "values": null
746
+ },
747
+ {
748
+ "name": "href",
749
+ "optional": true,
750
+ "type": "string",
751
+ "values": null
752
+ },
753
+ {
754
+ "name": "fullWidth",
755
+ "optional": true,
756
+ "type": "boolean",
757
+ "values": null
758
+ },
759
+ {
760
+ "name": "kbd",
761
+ "optional": true,
762
+ "type": "string",
763
+ "values": null
764
+ },
765
+ {
766
+ "name": "label",
767
+ "optional": false,
768
+ "type": "string",
769
+ "values": null
770
+ },
771
+ {
772
+ "name": "icon",
773
+ "optional": false,
774
+ "type": "IconName",
775
+ "values": null
776
+ }
777
+ ]
778
+ },
779
+ {
780
+ "name": "Toggle",
781
+ "kind": "function",
782
+ "propsType": "ToggleProps",
783
+ "props": [
784
+ {
785
+ "name": "pressed",
786
+ "optional": true,
787
+ "type": "boolean",
788
+ "values": null
789
+ },
790
+ {
791
+ "name": "defaultPressed",
792
+ "optional": true,
793
+ "type": "boolean",
794
+ "values": null
795
+ },
796
+ {
797
+ "name": "onPressedChange",
798
+ "optional": true,
799
+ "type": "(pressed: boolean) => void",
800
+ "values": null
801
+ },
802
+ {
803
+ "name": "icon",
804
+ "optional": true,
805
+ "type": "IconName",
806
+ "values": null
807
+ },
808
+ {
809
+ "name": "size",
810
+ "optional": true,
811
+ "type": "Responsive<Extract<ComponentSize, \"sm\" | \"md\" | \"lg\">>",
812
+ "values": [
813
+ "sm",
814
+ "md",
815
+ "lg"
816
+ ]
817
+ },
818
+ {
819
+ "name": "disabled",
820
+ "optional": true,
821
+ "type": "boolean",
822
+ "values": null
823
+ },
824
+ {
825
+ "name": "id",
826
+ "optional": true,
827
+ "type": "string",
828
+ "values": null
829
+ },
830
+ {
831
+ "name": "className",
832
+ "optional": true,
833
+ "type": "string",
834
+ "values": null
835
+ },
836
+ {
837
+ "name": "children",
838
+ "optional": false,
839
+ "type": "ToggleChildren | never",
840
+ "values": null
841
+ },
842
+ {
843
+ "name": "label",
844
+ "optional": false,
845
+ "type": "string",
846
+ "values": null
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "name": "ToggleGroup",
852
+ "kind": "function",
853
+ "propsType": null,
854
+ "props": [
855
+ {
856
+ "name": "value",
857
+ "optional": true,
858
+ "type": "string[]",
859
+ "values": null
860
+ },
861
+ {
862
+ "name": "defaultValue",
863
+ "optional": true,
864
+ "type": "string[]",
865
+ "values": null
866
+ },
867
+ {
868
+ "name": "onValueChange",
869
+ "optional": true,
870
+ "type": "(value: string[]) => void",
871
+ "values": null
872
+ },
873
+ {
874
+ "name": "multiple",
875
+ "optional": true,
876
+ "type": "boolean",
877
+ "values": null
878
+ },
879
+ {
880
+ "name": "orientation",
881
+ "optional": true,
882
+ "type": "Responsive<Orientation>",
883
+ "values": [
884
+ "horizontal",
885
+ "vertical"
886
+ ]
887
+ },
888
+ {
889
+ "name": "disabled",
890
+ "optional": true,
891
+ "type": "boolean",
892
+ "values": null
893
+ },
894
+ {
895
+ "name": "label",
896
+ "optional": true,
897
+ "type": "string",
898
+ "values": null
899
+ },
900
+ {
901
+ "name": "className",
902
+ "optional": true,
903
+ "type": "string",
904
+ "values": null
905
+ },
906
+ {
907
+ "name": "children",
908
+ "optional": false,
909
+ "type": "React.ReactNode",
910
+ "values": null
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "name": "Toolbar",
916
+ "kind": "function",
917
+ "propsType": null,
918
+ "props": [
919
+ {
920
+ "name": "orientation",
921
+ "optional": true,
922
+ "type": "Responsive<Orientation>",
923
+ "values": [
924
+ "horizontal",
925
+ "vertical"
926
+ ]
927
+ },
928
+ {
929
+ "name": "label",
930
+ "optional": true,
931
+ "type": "string",
932
+ "values": null
933
+ }
934
+ ]
935
+ },
936
+ {
937
+ "name": "ToolbarButton",
938
+ "kind": "const",
939
+ "propsType": "ButtonProps",
940
+ "props": [
941
+ {
942
+ "name": "variant",
943
+ "optional": true,
944
+ "type": "ButtonVariant",
945
+ "values": [
946
+ "primary",
947
+ "secondary",
948
+ "outline",
949
+ "ghost",
950
+ "primary-outline",
951
+ "primary-ghost",
952
+ "danger",
953
+ "danger-outline",
954
+ "danger-ghost",
955
+ "link",
956
+ "link-primary",
957
+ "link-danger",
958
+ "nav"
959
+ ]
960
+ },
961
+ {
962
+ "name": "appearance",
963
+ "optional": true,
964
+ "type": "ButtonAppearance",
965
+ "values": [
966
+ "solid",
967
+ "outline",
968
+ "ghost",
969
+ "link",
970
+ "nav"
971
+ ]
972
+ },
973
+ {
974
+ "name": "tone",
975
+ "optional": true,
976
+ "type": "ButtonTone",
977
+ "values": [
978
+ "neutral",
979
+ "brand",
980
+ "danger",
981
+ "success",
982
+ "warning",
983
+ "info"
984
+ ]
985
+ },
986
+ {
987
+ "name": "size",
988
+ "optional": true,
989
+ "type": "Responsive<ComponentSize>",
990
+ "values": [
991
+ "xs",
992
+ "sm",
993
+ "md",
994
+ "lg",
995
+ "xl"
996
+ ]
997
+ },
998
+ {
999
+ "name": "loading",
1000
+ "optional": true,
1001
+ "type": "boolean",
1002
+ "values": null
1003
+ },
1004
+ {
1005
+ "name": "leadingIcon",
1006
+ "optional": true,
1007
+ "type": "IconName",
1008
+ "values": null
1009
+ },
1010
+ {
1011
+ "name": "trailingIcon",
1012
+ "optional": true,
1013
+ "type": "IconName",
1014
+ "values": null
1015
+ },
1016
+ {
1017
+ "name": "href",
1018
+ "optional": true,
1019
+ "type": "string",
1020
+ "values": null
1021
+ },
1022
+ {
1023
+ "name": "fullWidth",
1024
+ "optional": true,
1025
+ "type": "boolean",
1026
+ "values": null
1027
+ },
1028
+ {
1029
+ "name": "kbd",
1030
+ "optional": true,
1031
+ "type": "string",
1032
+ "values": null
1033
+ }
1034
+ ]
1035
+ },
1036
+ {
1037
+ "name": "ToolbarGroup",
1038
+ "kind": "function",
1039
+ "propsType": null,
1040
+ "props": [
1041
+ {
1042
+ "name": "label",
1043
+ "optional": true,
1044
+ "type": "string",
1045
+ "values": null
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "name": "ToolbarSeparator",
1051
+ "kind": "function",
1052
+ "propsType": null,
1053
+ "props": []
1054
+ }
1055
+ ],
1056
+ "hooks": [],
1057
+ "clientDirective": false
1058
+ },
1059
+ "agents": {
1060
+ "components": [
1061
+ {
1062
+ "name": "AgentCard",
1063
+ "kind": "function",
1064
+ "propsType": null,
1065
+ "props": [
1066
+ {
1067
+ "name": "name",
1068
+ "optional": false,
1069
+ "type": "string",
1070
+ "values": null
1071
+ },
1072
+ {
1073
+ "name": "description",
1074
+ "optional": true,
1075
+ "type": "ReactNode",
1076
+ "values": null
1077
+ },
1078
+ {
1079
+ "name": "avatarSrc",
1080
+ "optional": true,
1081
+ "type": "string",
1082
+ "values": null
1083
+ },
1084
+ {
1085
+ "name": "model",
1086
+ "optional": true,
1087
+ "type": "string",
1088
+ "values": null
1089
+ },
1090
+ {
1091
+ "name": "state",
1092
+ "optional": true,
1093
+ "type": "AgentState",
1094
+ "values": [
1095
+ "idle",
1096
+ "thinking",
1097
+ "running",
1098
+ "paused",
1099
+ "error",
1100
+ "completed"
1101
+ ]
1102
+ },
1103
+ {
1104
+ "name": "capabilities",
1105
+ "optional": true,
1106
+ "type": "AgentCapability[]",
1107
+ "values": null
1108
+ },
1109
+ {
1110
+ "name": "actions",
1111
+ "optional": true,
1112
+ "type": "ReactNode",
1113
+ "values": null
1114
+ }
1115
+ ]
1116
+ },
1117
+ {
1118
+ "name": "AgentInspector",
1119
+ "kind": "function",
1120
+ "propsType": null,
1121
+ "props": [
1122
+ {
1123
+ "name": "title",
1124
+ "optional": false,
1125
+ "type": "ReactNode",
1126
+ "values": null
1127
+ },
1128
+ {
1129
+ "name": "sections",
1130
+ "optional": true,
1131
+ "type": "Array<{ label: string; items: Array<{ term: string; value: ReactNode; }>; }>",
1132
+ "values": null
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "name": "AgentStatus",
1138
+ "kind": "function",
1139
+ "propsType": null,
1140
+ "props": [
1141
+ {
1142
+ "name": "state",
1143
+ "optional": true,
1144
+ "type": "AgentState",
1145
+ "values": [
1146
+ "idle",
1147
+ "thinking",
1148
+ "running",
1149
+ "paused",
1150
+ "error",
1151
+ "completed"
1152
+ ]
1153
+ },
1154
+ {
1155
+ "name": "label",
1156
+ "optional": true,
1157
+ "type": "ReactNode",
1158
+ "values": null
1159
+ }
1160
+ ]
1161
+ },
1162
+ {
1163
+ "name": "AutomationCard",
1164
+ "kind": "function",
1165
+ "propsType": null,
1166
+ "props": [
1167
+ {
1168
+ "name": "name",
1169
+ "optional": false,
1170
+ "type": "ReactNode",
1171
+ "values": null
1172
+ },
1173
+ {
1174
+ "name": "description",
1175
+ "optional": true,
1176
+ "type": "ReactNode",
1177
+ "values": null
1178
+ },
1179
+ {
1180
+ "name": "trigger",
1181
+ "optional": false,
1182
+ "type": "ReactNode",
1183
+ "values": null
1184
+ },
1185
+ {
1186
+ "name": "action",
1187
+ "optional": false,
1188
+ "type": "ReactNode",
1189
+ "values": null
1190
+ },
1191
+ {
1192
+ "name": "enabled",
1193
+ "optional": true,
1194
+ "type": "boolean",
1195
+ "values": null
1196
+ },
1197
+ {
1198
+ "name": "onToggle",
1199
+ "optional": true,
1200
+ "type": "(enabled: boolean) => void",
1201
+ "values": null
1202
+ },
1203
+ {
1204
+ "name": "lastRun",
1205
+ "optional": true,
1206
+ "type": "ReactNode",
1207
+ "values": null
1208
+ },
1209
+ {
1210
+ "name": "lastResult",
1211
+ "optional": true,
1212
+ "type": "\"success\" | \"failure\"",
1213
+ "values": [
1214
+ "success",
1215
+ "failure"
1216
+ ]
1217
+ },
1218
+ {
1219
+ "name": "details",
1220
+ "optional": true,
1221
+ "type": "Array<{ term: string; value: ReactNode; }>",
1222
+ "values": null
1223
+ },
1224
+ {
1225
+ "name": "actions",
1226
+ "optional": true,
1227
+ "type": "ReactNode",
1228
+ "values": null
1229
+ }
1230
+ ]
1231
+ },
1232
+ {
1233
+ "name": "CostMeter",
1234
+ "kind": "function",
1235
+ "propsType": null,
1236
+ "props": [
1237
+ {
1238
+ "name": "spent",
1239
+ "optional": false,
1240
+ "type": "number",
1241
+ "values": null
1242
+ },
1243
+ {
1244
+ "name": "limit",
1245
+ "optional": true,
1246
+ "type": "number",
1247
+ "values": null
1248
+ },
1249
+ {
1250
+ "name": "softLimit",
1251
+ "optional": true,
1252
+ "type": "number",
1253
+ "values": null
1254
+ },
1255
+ {
1256
+ "name": "currency",
1257
+ "optional": true,
1258
+ "type": "string",
1259
+ "values": null
1260
+ },
1261
+ {
1262
+ "name": "locale",
1263
+ "optional": true,
1264
+ "type": "string",
1265
+ "values": null
1266
+ },
1267
+ {
1268
+ "name": "period",
1269
+ "optional": true,
1270
+ "type": "ReactNode",
1271
+ "values": null
1272
+ },
1273
+ {
1274
+ "name": "segments",
1275
+ "optional": true,
1276
+ "type": "CostSegment[]",
1277
+ "values": null
1278
+ },
1279
+ {
1280
+ "name": "label",
1281
+ "optional": true,
1282
+ "type": "string",
1283
+ "values": null
1284
+ }
1285
+ ]
1286
+ },
1287
+ {
1288
+ "name": "EventStream",
1289
+ "kind": "function",
1290
+ "propsType": null,
1291
+ "props": [
1292
+ {
1293
+ "name": "events",
1294
+ "optional": false,
1295
+ "type": "StreamEvent[]",
1296
+ "values": null
1297
+ },
1298
+ {
1299
+ "name": "label",
1300
+ "optional": true,
1301
+ "type": "string",
1302
+ "values": null
1303
+ },
1304
+ {
1305
+ "name": "follow",
1306
+ "optional": true,
1307
+ "type": "boolean",
1308
+ "values": null
1309
+ }
1310
+ ]
1311
+ },
1312
+ {
1313
+ "name": "HealthMatrix",
1314
+ "kind": "function",
1315
+ "propsType": null,
1316
+ "props": [
1317
+ {
1318
+ "name": "entries",
1319
+ "optional": false,
1320
+ "type": "HealthEntry[]",
1321
+ "values": null
1322
+ },
1323
+ {
1324
+ "name": "label",
1325
+ "optional": true,
1326
+ "type": "string",
1327
+ "values": null
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "name": "HumanApproval",
1333
+ "kind": "function",
1334
+ "propsType": null,
1335
+ "props": [
1336
+ {
1337
+ "name": "title",
1338
+ "optional": false,
1339
+ "type": "ReactNode",
1340
+ "values": null
1341
+ },
1342
+ {
1343
+ "name": "description",
1344
+ "optional": true,
1345
+ "type": "ReactNode",
1346
+ "values": null
1347
+ },
1348
+ {
1349
+ "name": "details",
1350
+ "optional": true,
1351
+ "type": "Array<{ term: string; value: ReactNode; }>",
1352
+ "values": null
1353
+ },
1354
+ {
1355
+ "name": "risk",
1356
+ "optional": true,
1357
+ "type": "RiskLevel",
1358
+ "values": [
1359
+ "low",
1360
+ "medium",
1361
+ "high"
1362
+ ]
1363
+ },
1364
+ {
1365
+ "name": "reasoning",
1366
+ "optional": true,
1367
+ "type": "ReactNode",
1368
+ "values": null
1369
+ },
1370
+ {
1371
+ "name": "deadline",
1372
+ "optional": true,
1373
+ "type": "ReactNode",
1374
+ "values": null
1375
+ },
1376
+ {
1377
+ "name": "decision",
1378
+ "optional": true,
1379
+ "type": "\"approved\" | \"denied\"",
1380
+ "values": [
1381
+ "approved",
1382
+ "denied"
1383
+ ]
1384
+ },
1385
+ {
1386
+ "name": "onApprove",
1387
+ "optional": true,
1388
+ "type": "() => void",
1389
+ "values": null
1390
+ },
1391
+ {
1392
+ "name": "onDeny",
1393
+ "optional": true,
1394
+ "type": "() => void",
1395
+ "values": null
1396
+ }
1397
+ ]
1398
+ },
1399
+ {
1400
+ "name": "InterAgentMessage",
1401
+ "kind": "function",
1402
+ "propsType": null,
1403
+ "props": [
1404
+ {
1405
+ "name": "messages",
1406
+ "optional": false,
1407
+ "type": "AgentMessage[]",
1408
+ "values": null
1409
+ },
1410
+ {
1411
+ "name": "label",
1412
+ "optional": true,
1413
+ "type": "string",
1414
+ "values": null
1415
+ }
1416
+ ]
1417
+ },
1418
+ {
1419
+ "name": "InvocationPanel",
1420
+ "kind": "function",
1421
+ "propsType": null,
1422
+ "props": [
1423
+ {
1424
+ "name": "title",
1425
+ "optional": true,
1426
+ "type": "ReactNode",
1427
+ "values": null
1428
+ },
1429
+ {
1430
+ "name": "input",
1431
+ "optional": true,
1432
+ "type": "ReactNode",
1433
+ "values": null
1434
+ },
1435
+ {
1436
+ "name": "steps",
1437
+ "optional": true,
1438
+ "type": "InvocationStep[]",
1439
+ "values": null
1440
+ },
1441
+ {
1442
+ "name": "output",
1443
+ "optional": true,
1444
+ "type": "ReactNode",
1445
+ "values": null
1446
+ },
1447
+ {
1448
+ "name": "running",
1449
+ "optional": true,
1450
+ "type": "boolean",
1451
+ "values": null
1452
+ }
1453
+ ]
1454
+ },
1455
+ {
1456
+ "name": "MemoryLedger",
1457
+ "kind": "function",
1458
+ "propsType": null,
1459
+ "props": [
1460
+ {
1461
+ "name": "records",
1462
+ "optional": false,
1463
+ "type": "MemoryRecord[]",
1464
+ "values": null
1465
+ },
1466
+ {
1467
+ "name": "label",
1468
+ "optional": true,
1469
+ "type": "string",
1470
+ "values": null
1471
+ }
1472
+ ]
1473
+ },
1474
+ {
1475
+ "name": "ModelUsage",
1476
+ "kind": "function",
1477
+ "propsType": null,
1478
+ "props": [
1479
+ {
1480
+ "name": "entries",
1481
+ "optional": false,
1482
+ "type": "ModelUsageEntry[]",
1483
+ "values": null
1484
+ },
1485
+ {
1486
+ "name": "metric",
1487
+ "optional": true,
1488
+ "type": "UsageMetric",
1489
+ "values": [
1490
+ "tokens",
1491
+ "cost",
1492
+ "requests"
1493
+ ]
1494
+ },
1495
+ {
1496
+ "name": "label",
1497
+ "optional": true,
1498
+ "type": "string",
1499
+ "values": null
1500
+ },
1501
+ {
1502
+ "name": "currency",
1503
+ "optional": true,
1504
+ "type": "string",
1505
+ "values": null
1506
+ },
1507
+ {
1508
+ "name": "locale",
1509
+ "optional": true,
1510
+ "type": "string",
1511
+ "values": null
1512
+ }
1513
+ ]
1514
+ },
1515
+ {
1516
+ "name": "TaskQueue",
1517
+ "kind": "function",
1518
+ "propsType": null,
1519
+ "props": [
1520
+ {
1521
+ "name": "tasks",
1522
+ "optional": false,
1523
+ "type": "QueueTask[]",
1524
+ "values": null
1525
+ },
1526
+ {
1527
+ "name": "label",
1528
+ "optional": true,
1529
+ "type": "string",
1530
+ "values": null
1531
+ },
1532
+ {
1533
+ "name": "onRetry",
1534
+ "optional": true,
1535
+ "type": "(task: QueueTask) => void",
1536
+ "values": null
1537
+ }
1538
+ ]
1539
+ },
1540
+ {
1541
+ "name": "ToolPermission",
1542
+ "kind": "function",
1543
+ "propsType": null,
1544
+ "props": [
1545
+ {
1546
+ "name": "tools",
1547
+ "optional": false,
1548
+ "type": "ToolPermissionEntry[]",
1549
+ "values": null
1550
+ },
1551
+ {
1552
+ "name": "onChange",
1553
+ "optional": true,
1554
+ "type": "(id: string, permission: PermissionLevel) => void",
1555
+ "values": null
1556
+ },
1557
+ {
1558
+ "name": "label",
1559
+ "optional": true,
1560
+ "type": "string",
1561
+ "values": null
1562
+ }
1563
+ ]
1564
+ },
1565
+ {
1566
+ "name": "TraceTimeline",
1567
+ "kind": "function",
1568
+ "propsType": null,
1569
+ "props": [
1570
+ {
1571
+ "name": "spans",
1572
+ "optional": false,
1573
+ "type": "TraceSpan[]",
1574
+ "values": null
1575
+ },
1576
+ {
1577
+ "name": "label",
1578
+ "optional": true,
1579
+ "type": "string",
1580
+ "values": null
1581
+ }
1582
+ ]
1583
+ }
1584
+ ],
1585
+ "hooks": [],
1586
+ "clientDirective": false
1587
+ },
1588
+ "calendar": {
1589
+ "components": [
1590
+ {
1591
+ "name": "Calendar",
1592
+ "kind": "function",
1593
+ "propsType": "CalendarProps",
1594
+ "props": [
1595
+ {
1596
+ "name": "label",
1597
+ "optional": true,
1598
+ "type": "string",
1599
+ "values": null
1600
+ }
1601
+ ]
1602
+ }
1603
+ ],
1604
+ "hooks": [],
1605
+ "clientDirective": false
1606
+ },
1607
+ "chart": {
1608
+ "components": [
1609
+ {
1610
+ "name": "Chart",
1611
+ "kind": "function",
1612
+ "propsType": "ChartProps",
1613
+ "props": [
1614
+ {
1615
+ "name": "children",
1616
+ "optional": false,
1617
+ "type": "ReactElement",
1618
+ "values": null
1619
+ },
1620
+ {
1621
+ "name": "label",
1622
+ "optional": true,
1623
+ "type": "string",
1624
+ "values": null
1625
+ },
1626
+ {
1627
+ "name": "className",
1628
+ "optional": true,
1629
+ "type": "string",
1630
+ "values": null
1631
+ }
1632
+ ]
1633
+ },
1634
+ {
1635
+ "name": "ChartLegend",
1636
+ "kind": "function",
1637
+ "propsType": null,
1638
+ "props": []
1639
+ },
1640
+ {
1641
+ "name": "ChartTooltip",
1642
+ "kind": "function",
1643
+ "propsType": null,
1644
+ "props": []
1645
+ }
1646
+ ],
1647
+ "hooks": [],
1648
+ "clientDirective": false
1649
+ },
1650
+ "code-client": {
1651
+ "components": [
1652
+ {
1653
+ "name": "CodeBlock",
1654
+ "kind": "function",
1655
+ "propsType": null,
1656
+ "props": [
1657
+ {
1658
+ "name": "children",
1659
+ "optional": false,
1660
+ "type": "string",
1661
+ "values": null
1662
+ },
1663
+ {
1664
+ "name": "language",
1665
+ "optional": true,
1666
+ "type": "string",
1667
+ "values": null
1668
+ },
1669
+ {
1670
+ "name": "copyable",
1671
+ "optional": true,
1672
+ "type": "boolean",
1673
+ "values": null
1674
+ },
1675
+ {
1676
+ "name": "className",
1677
+ "optional": true,
1678
+ "type": "string",
1679
+ "values": null
1680
+ }
1681
+ ]
1682
+ }
1683
+ ],
1684
+ "hooks": [],
1685
+ "clientDirective": false
1686
+ },
1687
+ "code-editor": {
1688
+ "components": [
1689
+ {
1690
+ "name": "CodeEditor",
1691
+ "kind": "function",
1692
+ "propsType": "CodeEditorProps",
1693
+ "props": [
1694
+ {
1695
+ "name": "readOnly",
1696
+ "optional": true,
1697
+ "type": "boolean",
1698
+ "values": null
1699
+ },
1700
+ {
1701
+ "name": "className",
1702
+ "optional": true,
1703
+ "type": "string",
1704
+ "values": null
1705
+ }
1706
+ ]
1707
+ }
1708
+ ],
1709
+ "hooks": [],
1710
+ "clientDirective": false
1711
+ },
1712
+ "code": {
1713
+ "components": [],
1714
+ "hooks": [],
1715
+ "clientDirective": false
1716
+ },
1717
+ "communication": {
1718
+ "components": [
1719
+ {
1720
+ "name": "MessageComposer",
1721
+ "kind": "function",
1722
+ "propsType": null,
1723
+ "props": [
1724
+ {
1725
+ "name": "onSend",
1726
+ "optional": false,
1727
+ "type": "(text: string) => void",
1728
+ "values": null
1729
+ },
1730
+ {
1731
+ "name": "placeholder",
1732
+ "optional": true,
1733
+ "type": "string",
1734
+ "values": null
1735
+ },
1736
+ {
1737
+ "name": "label",
1738
+ "optional": true,
1739
+ "type": "string",
1740
+ "values": null
1741
+ },
1742
+ {
1743
+ "name": "icon",
1744
+ "optional": true,
1745
+ "type": "IconName",
1746
+ "values": null
1747
+ },
1748
+ {
1749
+ "name": "sendLabel",
1750
+ "optional": true,
1751
+ "type": "string",
1752
+ "values": null
1753
+ },
1754
+ {
1755
+ "name": "disabled",
1756
+ "optional": true,
1757
+ "type": "boolean",
1758
+ "values": null
1759
+ },
1760
+ {
1761
+ "name": "className",
1762
+ "optional": true,
1763
+ "type": "string",
1764
+ "values": null
1765
+ }
1766
+ ]
1767
+ },
1768
+ {
1769
+ "name": "MessageList",
1770
+ "kind": "function",
1771
+ "propsType": null,
1772
+ "props": [
1773
+ {
1774
+ "name": "messages",
1775
+ "optional": false,
1776
+ "type": "ChatMessage[]",
1777
+ "values": null
1778
+ },
1779
+ {
1780
+ "name": "label",
1781
+ "optional": true,
1782
+ "type": "string",
1783
+ "values": null
1784
+ },
1785
+ {
1786
+ "name": "className",
1787
+ "optional": true,
1788
+ "type": "string",
1789
+ "values": null
1790
+ }
1791
+ ]
1792
+ }
1793
+ ],
1794
+ "hooks": [],
1795
+ "clientDirective": false
1796
+ },
1797
+ "data-display-client": {
1798
+ "components": [
1799
+ {
1800
+ "name": "SortableList",
1801
+ "kind": "function",
1802
+ "propsType": "SortableListProps",
1803
+ "props": [
1804
+ {
1805
+ "name": "items",
1806
+ "optional": false,
1807
+ "type": "SortableItem[]",
1808
+ "values": null
1809
+ },
1810
+ {
1811
+ "name": "onReorder",
1812
+ "optional": false,
1813
+ "type": "(from: number, to: number) => void",
1814
+ "values": null
1815
+ },
1816
+ {
1817
+ "name": "label",
1818
+ "optional": true,
1819
+ "type": "string",
1820
+ "values": null
1821
+ }
1822
+ ]
1823
+ },
1824
+ {
1825
+ "name": "Table",
1826
+ "kind": "function",
1827
+ "propsType": null,
1828
+ "props": [
1829
+ {
1830
+ "name": "caption",
1831
+ "optional": true,
1832
+ "type": "ReactNode",
1833
+ "values": null
1834
+ }
1835
+ ]
1836
+ }
1837
+ ],
1838
+ "hooks": [],
1839
+ "clientDirective": false
1840
+ },
1841
+ "data-display": {
1842
+ "components": [],
1843
+ "hooks": [],
1844
+ "clientDirective": false
1845
+ },
1846
+ "data-grid": {
1847
+ "components": [
1848
+ {
1849
+ "name": "DataGrid",
1850
+ "kind": "function",
1851
+ "propsType": null,
1852
+ "props": [
1853
+ {
1854
+ "name": "data",
1855
+ "optional": false,
1856
+ "type": "T[]",
1857
+ "values": null
1858
+ },
1859
+ {
1860
+ "name": "columns",
1861
+ "optional": false,
1862
+ "type": "Array<ColumnDef<T, any>>",
1863
+ "values": null
1864
+ },
1865
+ {
1866
+ "name": "label",
1867
+ "optional": true,
1868
+ "type": "string",
1869
+ "values": null
1870
+ },
1871
+ {
1872
+ "name": "filterable",
1873
+ "optional": true,
1874
+ "type": "boolean",
1875
+ "values": null
1876
+ },
1877
+ {
1878
+ "name": "pageSize",
1879
+ "optional": true,
1880
+ "type": "number",
1881
+ "values": null
1882
+ },
1883
+ {
1884
+ "name": "selectable",
1885
+ "optional": true,
1886
+ "type": "boolean",
1887
+ "values": null
1888
+ },
1889
+ {
1890
+ "name": "onSelectionChange",
1891
+ "optional": true,
1892
+ "type": "(rows: T[]) => void",
1893
+ "values": null
1894
+ },
1895
+ {
1896
+ "name": "getRowId",
1897
+ "optional": true,
1898
+ "type": "(row: T, index: number) => string",
1899
+ "values": null
1900
+ },
1901
+ {
1902
+ "name": "className",
1903
+ "optional": true,
1904
+ "type": "string",
1905
+ "values": null
1906
+ },
1907
+ {
1908
+ "name": "sorting",
1909
+ "optional": true,
1910
+ "type": "SortingState",
1911
+ "values": null
1912
+ },
1913
+ {
1914
+ "name": "onSortingChange",
1915
+ "optional": true,
1916
+ "type": "(sorting: SortingState) => void",
1917
+ "values": null
1918
+ },
1919
+ {
1920
+ "name": "globalFilter",
1921
+ "optional": true,
1922
+ "type": "string",
1923
+ "values": null
1924
+ },
1925
+ {
1926
+ "name": "onGlobalFilterChange",
1927
+ "optional": true,
1928
+ "type": "(filter: string) => void",
1929
+ "values": null
1930
+ },
1931
+ {
1932
+ "name": "page",
1933
+ "optional": true,
1934
+ "type": "number",
1935
+ "values": null
1936
+ },
1937
+ {
1938
+ "name": "onPageChange",
1939
+ "optional": true,
1940
+ "type": "(page: number) => void",
1941
+ "values": null
1942
+ },
1943
+ {
1944
+ "name": "rowSelection",
1945
+ "optional": true,
1946
+ "type": "RowSelectionState",
1947
+ "values": null
1948
+ },
1949
+ {
1950
+ "name": "onRowSelectionChange",
1951
+ "optional": true,
1952
+ "type": "(selection: RowSelectionState) => void",
1953
+ "values": null
1954
+ },
1955
+ {
1956
+ "name": "manualSorting",
1957
+ "optional": true,
1958
+ "type": "boolean",
1959
+ "values": null
1960
+ },
1961
+ {
1962
+ "name": "manualFiltering",
1963
+ "optional": true,
1964
+ "type": "boolean",
1965
+ "values": null
1966
+ },
1967
+ {
1968
+ "name": "manualPagination",
1969
+ "optional": true,
1970
+ "type": "boolean",
1971
+ "values": null
1972
+ },
1973
+ {
1974
+ "name": "rowCount",
1975
+ "optional": true,
1976
+ "type": "number",
1977
+ "values": null
1978
+ },
1979
+ {
1980
+ "name": "filters",
1981
+ "optional": true,
1982
+ "type": "GridFilterSpec[]",
1983
+ "values": null
1984
+ },
1985
+ {
1986
+ "name": "columnFilters",
1987
+ "optional": true,
1988
+ "type": "ColumnFiltersState",
1989
+ "values": null
1990
+ },
1991
+ {
1992
+ "name": "onColumnFiltersChange",
1993
+ "optional": true,
1994
+ "type": "(filters: ColumnFiltersState) => void",
1995
+ "values": null
1996
+ },
1997
+ {
1998
+ "name": "bulkActions",
1999
+ "optional": true,
2000
+ "type": "Array<{ id: string; label: string; icon?: IconName; onAction: (rows: T[], clear: () => void) => void; }>",
2001
+ "values": null
2002
+ },
2003
+ {
2004
+ "name": "stickyHeader",
2005
+ "optional": true,
2006
+ "type": "boolean",
2007
+ "values": null
2008
+ },
2009
+ {
2010
+ "name": "hideableColumns",
2011
+ "optional": true,
2012
+ "type": "boolean",
2013
+ "values": null
2014
+ },
2015
+ {
2016
+ "name": "columnVisibility",
2017
+ "optional": true,
2018
+ "type": "VisibilityState",
2019
+ "values": null
2020
+ },
2021
+ {
2022
+ "name": "onColumnVisibilityChange",
2023
+ "optional": true,
2024
+ "type": "(v: VisibilityState) => void",
2025
+ "values": null
2026
+ },
2027
+ {
2028
+ "name": "resizableColumns",
2029
+ "optional": true,
2030
+ "type": "boolean",
2031
+ "values": null
2032
+ },
2033
+ {
2034
+ "name": "columnSizing",
2035
+ "optional": true,
2036
+ "type": "ColumnSizingState",
2037
+ "values": null
2038
+ },
2039
+ {
2040
+ "name": "onColumnSizingChange",
2041
+ "optional": true,
2042
+ "type": "(s: ColumnSizingState) => void",
2043
+ "values": null
2044
+ },
2045
+ {
2046
+ "name": "state",
2047
+ "optional": true,
2048
+ "type": "\"loading\" | \"error\" | UniversalState",
2049
+ "values": [
2050
+ "loading",
2051
+ "error",
2052
+ "waiting_user",
2053
+ "waiting_approval",
2054
+ "waiting_dependency",
2055
+ "offline",
2056
+ "stale",
2057
+ "partial",
2058
+ "degraded"
2059
+ ]
2060
+ },
2061
+ {
2062
+ "name": "stateMessage",
2063
+ "optional": true,
2064
+ "type": "string",
2065
+ "values": null
2066
+ },
2067
+ {
2068
+ "name": "renderDetail",
2069
+ "optional": true,
2070
+ "type": "(row: T) => React.ReactNode",
2071
+ "values": null
2072
+ },
2073
+ {
2074
+ "name": "detailRowId",
2075
+ "optional": true,
2076
+ "type": "string | null",
2077
+ "values": null
2078
+ },
2079
+ {
2080
+ "name": "onDetailRowIdChange",
2081
+ "optional": true,
2082
+ "type": "(id: string | null) => void",
2083
+ "values": null
2084
+ },
2085
+ {
2086
+ "name": "onExport",
2087
+ "optional": true,
2088
+ "type": "(rows: T[], scope: { count: number; filtered: boolean; selected: boolean; }) => void",
2089
+ "values": null
2090
+ }
2091
+ ]
2092
+ }
2093
+ ],
2094
+ "hooks": [],
2095
+ "clientDirective": false
2096
+ },
2097
+ "disclosure": {
2098
+ "components": [
2099
+ {
2100
+ "name": "Accordion",
2101
+ "kind": "function",
2102
+ "propsType": null,
2103
+ "props": [
2104
+ {
2105
+ "name": "items",
2106
+ "optional": false,
2107
+ "type": "Array<{ id: string; title: ReactNode; content: ReactNode; }>",
2108
+ "values": null
2109
+ }
2110
+ ]
2111
+ },
2112
+ {
2113
+ "name": "Collapsible",
2114
+ "kind": "function",
2115
+ "propsType": null,
2116
+ "props": [
2117
+ {
2118
+ "name": "trigger",
2119
+ "optional": false,
2120
+ "type": "ReactNode",
2121
+ "values": null
2122
+ },
2123
+ {
2124
+ "name": "children",
2125
+ "optional": false,
2126
+ "type": "ReactNode",
2127
+ "values": null
2128
+ },
2129
+ {
2130
+ "name": "open",
2131
+ "optional": true,
2132
+ "type": "boolean",
2133
+ "values": null
2134
+ },
2135
+ {
2136
+ "name": "defaultOpen",
2137
+ "optional": true,
2138
+ "type": "boolean",
2139
+ "values": null
2140
+ },
2141
+ {
2142
+ "name": "onOpenChange",
2143
+ "optional": true,
2144
+ "type": "(open: boolean) => void",
2145
+ "values": null
2146
+ },
2147
+ {
2148
+ "name": "disabled",
2149
+ "optional": true,
2150
+ "type": "boolean",
2151
+ "values": null
2152
+ },
2153
+ {
2154
+ "name": "className",
2155
+ "optional": true,
2156
+ "type": "string",
2157
+ "values": null
2158
+ }
2159
+ ]
2160
+ }
2161
+ ],
2162
+ "hooks": [],
2163
+ "clientDirective": false
2164
+ },
2165
+ "escala": {
2166
+ "components": [
2167
+ {
2168
+ "name": "ESCALA",
2169
+ "kind": "const",
2170
+ "propsType": null,
2171
+ "props": []
2172
+ },
2173
+ {
2174
+ "name": "ESCALA_CONTAINER",
2175
+ "kind": "const",
2176
+ "propsType": null,
2177
+ "props": []
2178
+ },
2179
+ {
2180
+ "name": "PONTOS_CONTAINER_DESC",
2181
+ "kind": "const",
2182
+ "propsType": null,
2183
+ "props": []
2184
+ },
2185
+ {
2186
+ "name": "PONTOS_DESC",
2187
+ "kind": "const",
2188
+ "propsType": null,
2189
+ "props": []
2190
+ }
2191
+ ],
2192
+ "hooks": [],
2193
+ "clientDirective": false
2194
+ },
2195
+ "feedback-client": {
2196
+ "components": [
2197
+ {
2198
+ "name": "Alert",
2199
+ "kind": "function",
2200
+ "propsType": null,
2201
+ "props": [
2202
+ {
2203
+ "name": "variant",
2204
+ "optional": true,
2205
+ "type": "AlertVariant",
2206
+ "values": [
2207
+ "info",
2208
+ "success",
2209
+ "warning",
2210
+ "danger"
2211
+ ]
2212
+ },
2213
+ {
2214
+ "name": "state",
2215
+ "optional": true,
2216
+ "type": "UniversalState",
2217
+ "values": [
2218
+ "waiting_user",
2219
+ "waiting_approval",
2220
+ "waiting_dependency",
2221
+ "offline",
2222
+ "stale",
2223
+ "partial",
2224
+ "degraded"
2225
+ ]
2226
+ },
2227
+ {
2228
+ "name": "title",
2229
+ "optional": true,
2230
+ "type": "ReactNode",
2231
+ "values": null
2232
+ },
2233
+ {
2234
+ "name": "icon",
2235
+ "optional": true,
2236
+ "type": "IconName",
2237
+ "values": null
2238
+ },
2239
+ {
2240
+ "name": "onDismiss",
2241
+ "optional": true,
2242
+ "type": "() => void",
2243
+ "values": null
2244
+ }
2245
+ ]
2246
+ },
2247
+ {
2248
+ "name": "Banner",
2249
+ "kind": "function",
2250
+ "propsType": null,
2251
+ "props": [
2252
+ {
2253
+ "name": "variant",
2254
+ "optional": true,
2255
+ "type": "BannerVariant",
2256
+ "values": [
2257
+ "info",
2258
+ "success",
2259
+ "warning",
2260
+ "danger"
2261
+ ]
2262
+ },
2263
+ {
2264
+ "name": "state",
2265
+ "optional": true,
2266
+ "type": "UniversalState",
2267
+ "values": [
2268
+ "waiting_user",
2269
+ "waiting_approval",
2270
+ "waiting_dependency",
2271
+ "offline",
2272
+ "stale",
2273
+ "partial",
2274
+ "degraded"
2275
+ ]
2276
+ },
2277
+ {
2278
+ "name": "title",
2279
+ "optional": true,
2280
+ "type": "ReactNode",
2281
+ "values": null
2282
+ },
2283
+ {
2284
+ "name": "icon",
2285
+ "optional": true,
2286
+ "type": "IconName",
2287
+ "values": null
2288
+ },
2289
+ {
2290
+ "name": "onDismiss",
2291
+ "optional": true,
2292
+ "type": "() => void",
2293
+ "values": null
2294
+ }
2295
+ ]
2296
+ },
2297
+ {
2298
+ "name": "DataState",
2299
+ "kind": "function",
2300
+ "propsType": null,
2301
+ "props": [
2302
+ {
2303
+ "name": "state",
2304
+ "optional": true,
2305
+ "type": "DataStateValue",
2306
+ "values": [
2307
+ "loading",
2308
+ "error",
2309
+ "empty",
2310
+ "waiting_user",
2311
+ "waiting_approval",
2312
+ "waiting_dependency",
2313
+ "offline",
2314
+ "stale",
2315
+ "partial",
2316
+ "degraded"
2317
+ ]
2318
+ },
2319
+ {
2320
+ "name": "message",
2321
+ "optional": true,
2322
+ "type": "ReactNode",
2323
+ "values": null
2324
+ },
2325
+ {
2326
+ "name": "skeleton",
2327
+ "optional": true,
2328
+ "type": "ReactNode",
2329
+ "values": null
2330
+ },
2331
+ {
2332
+ "name": "emptyTitle",
2333
+ "optional": true,
2334
+ "type": "ReactNode",
2335
+ "values": null
2336
+ },
2337
+ {
2338
+ "name": "emptyIcon",
2339
+ "optional": true,
2340
+ "type": "IconName",
2341
+ "values": null
2342
+ },
2343
+ {
2344
+ "name": "action",
2345
+ "optional": true,
2346
+ "type": "ReactNode",
2347
+ "values": null
2348
+ },
2349
+ {
2350
+ "name": "children",
2351
+ "optional": false,
2352
+ "type": "ReactNode | (() => ReactNode)",
2353
+ "values": null
2354
+ }
2355
+ ]
2356
+ },
2357
+ {
2358
+ "name": "EmptyState",
2359
+ "kind": "function",
2360
+ "propsType": null,
2361
+ "props": [
2362
+ {
2363
+ "name": "icon",
2364
+ "optional": true,
2365
+ "type": "IconName",
2366
+ "values": null
2367
+ },
2368
+ {
2369
+ "name": "title",
2370
+ "optional": false,
2371
+ "type": "ReactNode",
2372
+ "values": null
2373
+ },
2374
+ {
2375
+ "name": "titleAs",
2376
+ "optional": true,
2377
+ "type": "\"h2\" | \"h3\" | \"h4\" | \"p\"",
2378
+ "values": [
2379
+ "h2",
2380
+ "h3",
2381
+ "h4",
2382
+ "p"
2383
+ ]
2384
+ },
2385
+ {
2386
+ "name": "description",
2387
+ "optional": true,
2388
+ "type": "ReactNode",
2389
+ "values": null
2390
+ },
2391
+ {
2392
+ "name": "action",
2393
+ "optional": true,
2394
+ "type": "ReactNode",
2395
+ "values": null
2396
+ },
2397
+ {
2398
+ "name": "state",
2399
+ "optional": true,
2400
+ "type": "UniversalState",
2401
+ "values": [
2402
+ "waiting_user",
2403
+ "waiting_approval",
2404
+ "waiting_dependency",
2405
+ "offline",
2406
+ "stale",
2407
+ "partial",
2408
+ "degraded"
2409
+ ]
2410
+ }
2411
+ ]
2412
+ },
2413
+ {
2414
+ "name": "NotificationCenter",
2415
+ "kind": "function",
2416
+ "propsType": null,
2417
+ "props": [
2418
+ {
2419
+ "name": "items",
2420
+ "optional": false,
2421
+ "type": "NotificationItem[]",
2422
+ "values": null
2423
+ },
2424
+ {
2425
+ "name": "onItemClick",
2426
+ "optional": true,
2427
+ "type": "(item: NotificationItem) => void",
2428
+ "values": null
2429
+ },
2430
+ {
2431
+ "name": "onMarkAllRead",
2432
+ "optional": true,
2433
+ "type": "() => void",
2434
+ "values": null
2435
+ },
2436
+ {
2437
+ "name": "label",
2438
+ "optional": true,
2439
+ "type": "string",
2440
+ "values": null
2441
+ },
2442
+ {
2443
+ "name": "icon",
2444
+ "optional": true,
2445
+ "type": "IconName",
2446
+ "values": null
2447
+ },
2448
+ {
2449
+ "name": "side",
2450
+ "optional": true,
2451
+ "type": "OverlaySide",
2452
+ "values": [
2453
+ "top",
2454
+ "right",
2455
+ "bottom",
2456
+ "left"
2457
+ ]
2458
+ }
2459
+ ]
2460
+ },
2461
+ {
2462
+ "name": "Spinner",
2463
+ "kind": "function",
2464
+ "propsType": null,
2465
+ "props": [
2466
+ {
2467
+ "name": "size",
2468
+ "optional": true,
2469
+ "type": "Responsive<\"sm\" | \"md\" | \"lg\">",
2470
+ "values": [
2471
+ "sm",
2472
+ "md",
2473
+ "lg"
2474
+ ]
2475
+ },
2476
+ {
2477
+ "name": "label",
2478
+ "optional": true,
2479
+ "type": "string",
2480
+ "values": null
2481
+ },
2482
+ {
2483
+ "name": "decorative",
2484
+ "optional": true,
2485
+ "type": "boolean",
2486
+ "values": null
2487
+ }
2488
+ ]
2489
+ },
2490
+ {
2491
+ "name": "Status",
2492
+ "kind": "function",
2493
+ "propsType": null,
2494
+ "props": [
2495
+ {
2496
+ "name": "variant",
2497
+ "optional": true,
2498
+ "type": "StatusVariant",
2499
+ "values": [
2500
+ "neutral",
2501
+ "online",
2502
+ "offline",
2503
+ "busy",
2504
+ "away",
2505
+ "running",
2506
+ "success",
2507
+ "warning",
2508
+ "danger",
2509
+ "info"
2510
+ ]
2511
+ },
2512
+ {
2513
+ "name": "state",
2514
+ "optional": true,
2515
+ "type": "UniversalState",
2516
+ "values": [
2517
+ "waiting_user",
2518
+ "waiting_approval",
2519
+ "waiting_dependency",
2520
+ "offline",
2521
+ "stale",
2522
+ "partial",
2523
+ "degraded"
2524
+ ]
2525
+ }
2526
+ ]
2527
+ }
2528
+ ],
2529
+ "hooks": [],
2530
+ "clientDirective": false
2531
+ },
2532
+ "feedback": {
2533
+ "components": [],
2534
+ "hooks": [],
2535
+ "clientDirective": false
2536
+ },
2537
+ "file-input": {
2538
+ "components": [
2539
+ {
2540
+ "name": "FileInput",
2541
+ "kind": "function",
2542
+ "propsType": null,
2543
+ "props": [
2544
+ {
2545
+ "name": "accept",
2546
+ "optional": true,
2547
+ "type": "string",
2548
+ "values": null
2549
+ },
2550
+ {
2551
+ "name": "maxSize",
2552
+ "optional": true,
2553
+ "type": "number",
2554
+ "values": null
2555
+ },
2556
+ {
2557
+ "name": "multiple",
2558
+ "optional": true,
2559
+ "type": "boolean",
2560
+ "values": null
2561
+ },
2562
+ {
2563
+ "name": "onFilesChange",
2564
+ "optional": true,
2565
+ "type": "(files: File[]) => void",
2566
+ "values": null
2567
+ },
2568
+ {
2569
+ "name": "upload",
2570
+ "optional": true,
2571
+ "type": "UploadFn",
2572
+ "values": null
2573
+ },
2574
+ {
2575
+ "name": "label",
2576
+ "optional": true,
2577
+ "type": "ReactNode",
2578
+ "values": null
2579
+ },
2580
+ {
2581
+ "name": "hint",
2582
+ "optional": true,
2583
+ "type": "ReactNode",
2584
+ "values": null
2585
+ },
2586
+ {
2587
+ "name": "id",
2588
+ "optional": true,
2589
+ "type": "string",
2590
+ "values": null
2591
+ },
2592
+ {
2593
+ "name": "className",
2594
+ "optional": true,
2595
+ "type": "string",
2596
+ "values": null
2597
+ },
2598
+ {
2599
+ "name": "initialQueue",
2600
+ "optional": true,
2601
+ "type": "FileQueueItem[]",
2602
+ "values": null
2603
+ },
2604
+ {
2605
+ "name": "onQueueChange",
2606
+ "optional": true,
2607
+ "type": "(queue: FileQueueItem[]) => void",
2608
+ "values": null
2609
+ },
2610
+ {
2611
+ "name": "preview",
2612
+ "optional": true,
2613
+ "type": "boolean",
2614
+ "values": null
2615
+ },
2616
+ {
2617
+ "name": "checksum",
2618
+ "optional": true,
2619
+ "type": "boolean",
2620
+ "values": null
2621
+ }
2622
+ ]
2623
+ }
2624
+ ],
2625
+ "hooks": [],
2626
+ "clientDirective": false
2627
+ },
2628
+ "graph": {
2629
+ "components": [
2630
+ {
2631
+ "name": "DependencyGraph",
2632
+ "kind": "function",
2633
+ "propsType": null,
2634
+ "props": [
2635
+ {
2636
+ "name": "nodes",
2637
+ "optional": false,
2638
+ "type": "GraphNodeItem[]",
2639
+ "values": null
2640
+ },
2641
+ {
2642
+ "name": "edges",
2643
+ "optional": false,
2644
+ "type": "GraphEdgeItem[]",
2645
+ "values": null
2646
+ },
2647
+ {
2648
+ "name": "label",
2649
+ "optional": true,
2650
+ "type": "string",
2651
+ "values": null
2652
+ },
2653
+ {
2654
+ "name": "selectedId",
2655
+ "optional": true,
2656
+ "type": "string | null",
2657
+ "values": null
2658
+ },
2659
+ {
2660
+ "name": "onSelect",
2661
+ "optional": true,
2662
+ "type": "(id: string) => void",
2663
+ "values": null
2664
+ },
2665
+ {
2666
+ "name": "connectable",
2667
+ "optional": true,
2668
+ "type": "boolean",
2669
+ "values": null
2670
+ },
2671
+ {
2672
+ "name": "onConnect",
2673
+ "optional": true,
2674
+ "type": "(edge: { from: string; to: string; }) => void",
2675
+ "values": null
2676
+ },
2677
+ {
2678
+ "name": "onNodeMove",
2679
+ "optional": true,
2680
+ "type": "(id: string, pos: { x: number; y: number; }) => void",
2681
+ "values": null
2682
+ },
2683
+ {
2684
+ "name": "height",
2685
+ "optional": true,
2686
+ "type": "string",
2687
+ "values": null
2688
+ },
2689
+ {
2690
+ "name": "className",
2691
+ "optional": true,
2692
+ "type": "string",
2693
+ "values": null
2694
+ }
2695
+ ]
2696
+ }
2697
+ ],
2698
+ "hooks": [],
2699
+ "clientDirective": false
2700
+ },
2701
+ "identity-client": {
2702
+ "components": [
2703
+ {
2704
+ "name": "Avatar",
2705
+ "kind": "function",
2706
+ "propsType": null,
2707
+ "props": [
2708
+ {
2709
+ "name": "src",
2710
+ "optional": true,
2711
+ "type": "string",
2712
+ "values": null
2713
+ },
2714
+ {
2715
+ "name": "alt",
2716
+ "optional": true,
2717
+ "type": "string",
2718
+ "values": null
2719
+ },
2720
+ {
2721
+ "name": "fallback",
2722
+ "optional": true,
2723
+ "type": "ReactNode",
2724
+ "values": null
2725
+ },
2726
+ {
2727
+ "name": "size",
2728
+ "optional": true,
2729
+ "type": "Responsive<AvatarSize>",
2730
+ "values": [
2731
+ "sm",
2732
+ "md",
2733
+ "lg"
2734
+ ]
2735
+ },
2736
+ {
2737
+ "name": "className",
2738
+ "optional": true,
2739
+ "type": "string",
2740
+ "values": null
2741
+ }
2742
+ ]
2743
+ }
2744
+ ],
2745
+ "hooks": [],
2746
+ "clientDirective": false
2747
+ },
2748
+ "identity": {
2749
+ "components": [],
2750
+ "hooks": [],
2751
+ "clientDirective": false
2752
+ },
2753
+ "index": {
2754
+ "components": [],
2755
+ "hooks": [],
2756
+ "clientDirective": false
2757
+ },
2758
+ "inputs-client": {
2759
+ "components": [
2760
+ {
2761
+ "name": "BlockEditor",
2762
+ "kind": "function",
2763
+ "propsType": "BlockEditorProps",
2764
+ "props": [
2765
+ {
2766
+ "name": "blocks",
2767
+ "optional": false,
2768
+ "type": "EditorBlock[]",
2769
+ "values": null
2770
+ },
2771
+ {
2772
+ "name": "onReorder",
2773
+ "optional": false,
2774
+ "type": "(from: number, to: number) => void",
2775
+ "values": null
2776
+ },
2777
+ {
2778
+ "name": "onRemove",
2779
+ "optional": true,
2780
+ "type": "(index: number) => void",
2781
+ "values": null
2782
+ },
2783
+ {
2784
+ "name": "label",
2785
+ "optional": true,
2786
+ "type": "string",
2787
+ "values": null
2788
+ }
2789
+ ]
2790
+ },
2791
+ {
2792
+ "name": "Combobox",
2793
+ "kind": "function",
2794
+ "propsType": null,
2795
+ "props": [
2796
+ {
2797
+ "name": "items",
2798
+ "optional": false,
2799
+ "type": "ComboboxOption[] | ComboboxOptGroup[]",
2800
+ "values": null
2801
+ },
2802
+ {
2803
+ "name": "empty",
2804
+ "optional": true,
2805
+ "type": "ReactNode",
2806
+ "values": null
2807
+ },
2808
+ {
2809
+ "name": "value",
2810
+ "optional": true,
2811
+ "type": "ComboboxOption | null",
2812
+ "values": null
2813
+ },
2814
+ {
2815
+ "name": "onValueChange",
2816
+ "optional": true,
2817
+ "type": "(v: ComboboxOption | null) => void",
2818
+ "values": null
2819
+ },
2820
+ {
2821
+ "name": "placeholder",
2822
+ "optional": true,
2823
+ "type": "string",
2824
+ "values": null
2825
+ },
2826
+ {
2827
+ "name": "label",
2828
+ "optional": true,
2829
+ "type": "ReactNode",
2830
+ "values": null
2831
+ },
2832
+ {
2833
+ "name": "disabled",
2834
+ "optional": true,
2835
+ "type": "boolean",
2836
+ "values": null
2837
+ },
2838
+ {
2839
+ "name": "size",
2840
+ "optional": true,
2841
+ "type": "Responsive<FieldSize>",
2842
+ "values": [
2843
+ "sm",
2844
+ "md",
2845
+ "lg"
2846
+ ]
2847
+ },
2848
+ {
2849
+ "name": "id",
2850
+ "optional": true,
2851
+ "type": "string",
2852
+ "values": null
2853
+ },
2854
+ {
2855
+ "name": "className",
2856
+ "optional": true,
2857
+ "type": "string",
2858
+ "values": null
2859
+ },
2860
+ {
2861
+ "name": "\"aria-describedby\"",
2862
+ "optional": true,
2863
+ "type": "string",
2864
+ "values": null
2865
+ },
2866
+ {
2867
+ "name": "\"aria-invalid\"",
2868
+ "optional": true,
2869
+ "type": "boolean | \"true\" | \"false\"",
2870
+ "values": null
2871
+ }
2872
+ ]
2873
+ },
2874
+ {
2875
+ "name": "Field",
2876
+ "kind": "function",
2877
+ "propsType": "FieldProps",
2878
+ "props": [
2879
+ {
2880
+ "name": "label",
2881
+ "optional": false,
2882
+ "type": "string",
2883
+ "values": null
2884
+ },
2885
+ {
2886
+ "name": "hint",
2887
+ "optional": true,
2888
+ "type": "ReactNode",
2889
+ "values": null
2890
+ },
2891
+ {
2892
+ "name": "error",
2893
+ "optional": true,
2894
+ "type": "ReactNode",
2895
+ "values": null
2896
+ },
2897
+ {
2898
+ "name": "name",
2899
+ "optional": true,
2900
+ "type": "string",
2901
+ "values": null
2902
+ },
2903
+ {
2904
+ "name": "orientation",
2905
+ "optional": true,
2906
+ "type": "Responsive<FieldOrientation>",
2907
+ "values": [
2908
+ "vertical",
2909
+ "horizontal"
2910
+ ]
2911
+ }
2912
+ ]
2913
+ },
2914
+ {
2915
+ "name": "Form",
2916
+ "kind": "function",
2917
+ "propsType": null,
2918
+ "props": [
2919
+ {
2920
+ "name": "errors",
2921
+ "optional": true,
2922
+ "type": "Record<string, string | string[]>",
2923
+ "values": null
2924
+ },
2925
+ {
2926
+ "name": "onSubmit",
2927
+ "optional": true,
2928
+ "type": "(values: Record<string, unknown>) => void",
2929
+ "values": null
2930
+ }
2931
+ ]
2932
+ },
2933
+ {
2934
+ "name": "Input",
2935
+ "kind": "const",
2936
+ "propsType": "InputProps",
2937
+ "props": [
2938
+ {
2939
+ "name": "formatOnBlur",
2940
+ "optional": true,
2941
+ "type": "(value: string) => string",
2942
+ "values": null
2943
+ },
2944
+ {
2945
+ "name": "size",
2946
+ "optional": true,
2947
+ "type": "Responsive<FieldSize>",
2948
+ "values": [
2949
+ "sm",
2950
+ "md",
2951
+ "lg"
2952
+ ]
2953
+ }
2954
+ ]
2955
+ },
2956
+ {
2957
+ "name": "MultiCombobox",
2958
+ "kind": "function",
2959
+ "propsType": null,
2960
+ "props": [
2961
+ {
2962
+ "name": "items",
2963
+ "optional": false,
2964
+ "type": "ComboboxOption[] | ComboboxOptGroup[]",
2965
+ "values": null
2966
+ },
2967
+ {
2968
+ "name": "empty",
2969
+ "optional": true,
2970
+ "type": "ReactNode",
2971
+ "values": null
2972
+ },
2973
+ {
2974
+ "name": "value",
2975
+ "optional": true,
2976
+ "type": "ComboboxOption[]",
2977
+ "values": null
2978
+ },
2979
+ {
2980
+ "name": "onValueChange",
2981
+ "optional": true,
2982
+ "type": "(v: ComboboxOption[]) => void",
2983
+ "values": null
2984
+ },
2985
+ {
2986
+ "name": "onInputChange",
2987
+ "optional": true,
2988
+ "type": "(query: string) => void",
2989
+ "values": null
2990
+ },
2991
+ {
2992
+ "name": "loading",
2993
+ "optional": true,
2994
+ "type": "boolean",
2995
+ "values": null
2996
+ },
2997
+ {
2998
+ "name": "placeholder",
2999
+ "optional": true,
3000
+ "type": "string",
3001
+ "values": null
3002
+ },
3003
+ {
3004
+ "name": "label",
3005
+ "optional": true,
3006
+ "type": "ReactNode",
3007
+ "values": null
3008
+ },
3009
+ {
3010
+ "name": "disabled",
3011
+ "optional": true,
3012
+ "type": "boolean",
3013
+ "values": null
3014
+ },
3015
+ {
3016
+ "name": "id",
3017
+ "optional": true,
3018
+ "type": "string",
3019
+ "values": null
3020
+ },
3021
+ {
3022
+ "name": "className",
3023
+ "optional": true,
3024
+ "type": "string",
3025
+ "values": null
3026
+ },
3027
+ {
3028
+ "name": "\"aria-describedby\"",
3029
+ "optional": true,
3030
+ "type": "string",
3031
+ "values": null
3032
+ },
3033
+ {
3034
+ "name": "\"aria-invalid\"",
3035
+ "optional": true,
3036
+ "type": "boolean | \"true\" | \"false\"",
3037
+ "values": null
3038
+ }
3039
+ ]
3040
+ },
3041
+ {
3042
+ "name": "NumberField",
3043
+ "kind": "function",
3044
+ "propsType": null,
3045
+ "props": [
3046
+ {
3047
+ "name": "value",
3048
+ "optional": true,
3049
+ "type": "number | null",
3050
+ "values": null
3051
+ },
3052
+ {
3053
+ "name": "defaultValue",
3054
+ "optional": true,
3055
+ "type": "number",
3056
+ "values": null
3057
+ },
3058
+ {
3059
+ "name": "onValueChange",
3060
+ "optional": true,
3061
+ "type": "(v: number | null) => void",
3062
+ "values": null
3063
+ },
3064
+ {
3065
+ "name": "min",
3066
+ "optional": true,
3067
+ "type": "number",
3068
+ "values": null
3069
+ },
3070
+ {
3071
+ "name": "max",
3072
+ "optional": true,
3073
+ "type": "number",
3074
+ "values": null
3075
+ },
3076
+ {
3077
+ "name": "step",
3078
+ "optional": true,
3079
+ "type": "number",
3080
+ "values": null
3081
+ },
3082
+ {
3083
+ "name": "disabled",
3084
+ "optional": true,
3085
+ "type": "boolean",
3086
+ "values": null
3087
+ },
3088
+ {
3089
+ "name": "readOnly",
3090
+ "optional": true,
3091
+ "type": "boolean",
3092
+ "values": null
3093
+ },
3094
+ {
3095
+ "name": "required",
3096
+ "optional": true,
3097
+ "type": "boolean",
3098
+ "values": null
3099
+ },
3100
+ {
3101
+ "name": "label",
3102
+ "optional": true,
3103
+ "type": "string",
3104
+ "values": null
3105
+ },
3106
+ {
3107
+ "name": "id",
3108
+ "optional": true,
3109
+ "type": "string",
3110
+ "values": null
3111
+ },
3112
+ {
3113
+ "name": "name",
3114
+ "optional": true,
3115
+ "type": "string",
3116
+ "values": null
3117
+ },
3118
+ {
3119
+ "name": "format",
3120
+ "optional": true,
3121
+ "type": "Intl.NumberFormatOptions",
3122
+ "values": null
3123
+ },
3124
+ {
3125
+ "name": "locale",
3126
+ "optional": true,
3127
+ "type": "string",
3128
+ "values": null
3129
+ },
3130
+ {
3131
+ "name": "className",
3132
+ "optional": true,
3133
+ "type": "string",
3134
+ "values": null
3135
+ },
3136
+ {
3137
+ "name": "scrubbable",
3138
+ "optional": true,
3139
+ "type": "boolean",
3140
+ "values": null
3141
+ },
3142
+ {
3143
+ "name": "scrubDirection",
3144
+ "optional": true,
3145
+ "type": "\"horizontal\" | \"vertical\"",
3146
+ "values": [
3147
+ "horizontal",
3148
+ "vertical"
3149
+ ]
3150
+ }
3151
+ ]
3152
+ },
3153
+ {
3154
+ "name": "OTPField",
3155
+ "kind": "function",
3156
+ "propsType": null,
3157
+ "props": [
3158
+ {
3159
+ "name": "length",
3160
+ "optional": false,
3161
+ "type": "number",
3162
+ "values": null
3163
+ },
3164
+ {
3165
+ "name": "value",
3166
+ "optional": true,
3167
+ "type": "string",
3168
+ "values": null
3169
+ },
3170
+ {
3171
+ "name": "defaultValue",
3172
+ "optional": true,
3173
+ "type": "string",
3174
+ "values": null
3175
+ },
3176
+ {
3177
+ "name": "onValueChange",
3178
+ "optional": true,
3179
+ "type": "(v: string) => void",
3180
+ "values": null
3181
+ },
3182
+ {
3183
+ "name": "mask",
3184
+ "optional": true,
3185
+ "type": "boolean",
3186
+ "values": null
3187
+ },
3188
+ {
3189
+ "name": "disabled",
3190
+ "optional": true,
3191
+ "type": "boolean",
3192
+ "values": null
3193
+ },
3194
+ {
3195
+ "name": "required",
3196
+ "optional": true,
3197
+ "type": "boolean",
3198
+ "values": null
3199
+ },
3200
+ {
3201
+ "name": "label",
3202
+ "optional": true,
3203
+ "type": "string",
3204
+ "values": null
3205
+ },
3206
+ {
3207
+ "name": "id",
3208
+ "optional": true,
3209
+ "type": "string",
3210
+ "values": null
3211
+ },
3212
+ {
3213
+ "name": "className",
3214
+ "optional": true,
3215
+ "type": "string",
3216
+ "values": null
3217
+ }
3218
+ ]
3219
+ },
3220
+ {
3221
+ "name": "PasswordField",
3222
+ "kind": "function",
3223
+ "propsType": "PasswordFieldProps",
3224
+ "props": [
3225
+ {
3226
+ "name": "size",
3227
+ "optional": true,
3228
+ "type": "Responsive<FieldSize>",
3229
+ "values": [
3230
+ "sm",
3231
+ "md",
3232
+ "lg"
3233
+ ]
3234
+ },
3235
+ {
3236
+ "name": "defaultVisible",
3237
+ "optional": true,
3238
+ "type": "boolean",
3239
+ "values": null
3240
+ }
3241
+ ]
3242
+ },
3243
+ {
3244
+ "name": "SearchField",
3245
+ "kind": "function",
3246
+ "propsType": "SearchFieldProps",
3247
+ "props": [
3248
+ {
3249
+ "name": "icon",
3250
+ "optional": true,
3251
+ "type": "IconName",
3252
+ "values": null
3253
+ },
3254
+ {
3255
+ "name": "size",
3256
+ "optional": true,
3257
+ "type": "Responsive<FieldSize>",
3258
+ "values": [
3259
+ "sm",
3260
+ "md",
3261
+ "lg"
3262
+ ]
3263
+ }
3264
+ ]
3265
+ },
3266
+ {
3267
+ "name": "SegmentedControl",
3268
+ "kind": "function",
3269
+ "propsType": null,
3270
+ "props": [
3271
+ {
3272
+ "name": "items",
3273
+ "optional": false,
3274
+ "type": "Array<{ value: string; label: ReactNode; }>",
3275
+ "values": null
3276
+ },
3277
+ {
3278
+ "name": "value",
3279
+ "optional": false,
3280
+ "type": "string",
3281
+ "values": null
3282
+ },
3283
+ {
3284
+ "name": "onChange",
3285
+ "optional": false,
3286
+ "type": "(v: string) => void",
3287
+ "values": null
3288
+ },
3289
+ {
3290
+ "name": "label",
3291
+ "optional": true,
3292
+ "type": "string",
3293
+ "values": null
3294
+ }
3295
+ ]
3296
+ }
3297
+ ],
3298
+ "hooks": [],
3299
+ "clientDirective": false
3300
+ },
3301
+ "inputs": {
3302
+ "components": [],
3303
+ "hooks": [],
3304
+ "clientDirective": false
3305
+ },
3306
+ "internal": {
3307
+ "components": [],
3308
+ "hooks": [
3309
+ "useReorder",
3310
+ "useAureaStrings",
3311
+ "useSpriteUrl",
3312
+ "useTheme",
3313
+ "useDensity",
3314
+ "usePortalContainer"
3315
+ ],
3316
+ "clientDirective": false
3317
+ },
3318
+ "layout-client": {
3319
+ "components": [
3320
+ {
3321
+ "name": "AppShell",
3322
+ "kind": "function",
3323
+ "propsType": null,
3324
+ "props": [
3325
+ {
3326
+ "name": "brand",
3327
+ "optional": false,
3328
+ "type": "ReactNode",
3329
+ "values": null
3330
+ },
3331
+ {
3332
+ "name": "navigation",
3333
+ "optional": false,
3334
+ "type": "ReactNode",
3335
+ "values": null
3336
+ },
3337
+ {
3338
+ "name": "topbar",
3339
+ "optional": true,
3340
+ "type": "ReactNode",
3341
+ "values": null
3342
+ },
3343
+ {
3344
+ "name": "topbarVariant",
3345
+ "optional": true,
3346
+ "type": "Exclude<TopbarVariant, \"pill\">",
3347
+ "values": [
3348
+ "floating",
3349
+ "flush"
3350
+ ]
3351
+ },
3352
+ {
3353
+ "name": "sidebarVariant",
3354
+ "optional": true,
3355
+ "type": "SidebarVariant",
3356
+ "values": [
3357
+ "floating",
3358
+ "flush"
3359
+ ]
3360
+ },
3361
+ {
3362
+ "name": "sidebarCollapsed",
3363
+ "optional": true,
3364
+ "type": "boolean",
3365
+ "values": null
3366
+ }
3367
+ ]
3368
+ },
3369
+ {
3370
+ "name": "Separator",
3371
+ "kind": "function",
3372
+ "propsType": null,
3373
+ "props": [
3374
+ {
3375
+ "name": "orientation",
3376
+ "optional": true,
3377
+ "type": "Responsive<Orientation>",
3378
+ "values": [
3379
+ "horizontal",
3380
+ "vertical"
3381
+ ]
3382
+ }
3383
+ ]
3384
+ }
3385
+ ],
3386
+ "hooks": [],
3387
+ "clientDirective": false
3388
+ },
3389
+ "layout": {
3390
+ "components": [],
3391
+ "hooks": [],
3392
+ "clientDirective": false
3393
+ },
3394
+ "markup": {
3395
+ "components": [
3396
+ {
3397
+ "name": "AspectRatio",
3398
+ "kind": "function",
3399
+ "propsType": null,
3400
+ "props": [
3401
+ {
3402
+ "name": "ratio",
3403
+ "optional": true,
3404
+ "type": "number",
3405
+ "values": null
3406
+ }
3407
+ ]
3408
+ },
3409
+ {
3410
+ "name": "AvatarGroup",
3411
+ "kind": "function",
3412
+ "propsType": null,
3413
+ "props": [
3414
+ {
3415
+ "name": "children",
3416
+ "optional": false,
3417
+ "type": "ReactNode",
3418
+ "values": null
3419
+ },
3420
+ {
3421
+ "name": "max",
3422
+ "optional": true,
3423
+ "type": "number",
3424
+ "values": null
3425
+ },
3426
+ {
3427
+ "name": "total",
3428
+ "optional": true,
3429
+ "type": "number",
3430
+ "values": null
3431
+ },
3432
+ {
3433
+ "name": "label",
3434
+ "optional": true,
3435
+ "type": "string",
3436
+ "values": null
3437
+ },
3438
+ {
3439
+ "name": "size",
3440
+ "optional": true,
3441
+ "type": "Responsive<AvatarSize>",
3442
+ "values": [
3443
+ "sm",
3444
+ "md",
3445
+ "lg"
3446
+ ]
3447
+ },
3448
+ {
3449
+ "name": "className",
3450
+ "optional": true,
3451
+ "type": "string",
3452
+ "values": null
3453
+ }
3454
+ ]
3455
+ },
3456
+ {
3457
+ "name": "Badge",
3458
+ "kind": "function",
3459
+ "propsType": "BadgeProps",
3460
+ "props": [
3461
+ {
3462
+ "name": "variant",
3463
+ "optional": true,
3464
+ "type": "BadgeVariant",
3465
+ "values": [
3466
+ "neutral",
3467
+ "primary",
3468
+ "info",
3469
+ "success",
3470
+ "warning",
3471
+ "danger",
3472
+ "running",
3473
+ "paused",
3474
+ "offline",
3475
+ "review"
3476
+ ]
3477
+ },
3478
+ {
3479
+ "name": "size",
3480
+ "optional": true,
3481
+ "type": "BadgeSize",
3482
+ "values": [
3483
+ "xs",
3484
+ "sm",
3485
+ "md",
3486
+ "lg"
3487
+ ]
3488
+ },
3489
+ {
3490
+ "name": "leading",
3491
+ "optional": true,
3492
+ "type": "ReactNode",
3493
+ "values": null
3494
+ },
3495
+ {
3496
+ "name": "trailing",
3497
+ "optional": true,
3498
+ "type": "ReactNode",
3499
+ "values": null
3500
+ },
3501
+ {
3502
+ "name": "imageAlt",
3503
+ "optional": true,
3504
+ "type": "string",
3505
+ "values": null
3506
+ },
3507
+ {
3508
+ "name": "max",
3509
+ "optional": true,
3510
+ "type": "number",
3511
+ "values": null
3512
+ },
3513
+ {
3514
+ "name": "showZero",
3515
+ "optional": true,
3516
+ "type": "boolean",
3517
+ "values": null
3518
+ }
3519
+ ]
3520
+ },
3521
+ {
3522
+ "name": "Card",
3523
+ "kind": "function",
3524
+ "propsType": "CardProps",
3525
+ "props": [
3526
+ {
3527
+ "name": "variant",
3528
+ "optional": false,
3529
+ "type": "\"base\" | \"raised\" | \"inset\" | \"selected\" | \"danger\" | \"interactive\"",
3530
+ "values": [
3531
+ "base",
3532
+ "danger",
3533
+ "inset",
3534
+ "interactive",
3535
+ "raised",
3536
+ "selected"
3537
+ ]
3538
+ },
3539
+ {
3540
+ "name": "render",
3541
+ "optional": false,
3542
+ "type": "ReactElement",
3543
+ "values": null
3544
+ }
3545
+ ]
3546
+ },
3547
+ {
3548
+ "name": "Checkbox",
3549
+ "kind": "function",
3550
+ "propsType": null,
3551
+ "props": [
3552
+ {
3553
+ "name": "label",
3554
+ "optional": false,
3555
+ "type": "ReactNode",
3556
+ "values": null
3557
+ },
3558
+ {
3559
+ "name": "labelHidden",
3560
+ "optional": true,
3561
+ "type": "boolean",
3562
+ "values": null
3563
+ },
3564
+ {
3565
+ "name": "description",
3566
+ "optional": true,
3567
+ "type": "ReactNode",
3568
+ "values": null
3569
+ },
3570
+ {
3571
+ "name": "size",
3572
+ "optional": true,
3573
+ "type": "Responsive<FieldSize>",
3574
+ "values": [
3575
+ "sm",
3576
+ "md",
3577
+ "lg"
3578
+ ]
3579
+ }
3580
+ ]
3581
+ },
3582
+ {
3583
+ "name": "Cluster",
3584
+ "kind": "function",
3585
+ "propsType": null,
3586
+ "props": []
3587
+ },
3588
+ {
3589
+ "name": "DataList",
3590
+ "kind": "function",
3591
+ "propsType": null,
3592
+ "props": [
3593
+ {
3594
+ "name": "items",
3595
+ "optional": false,
3596
+ "type": "Array<{ term: ReactNode; value: ReactNode; }>",
3597
+ "values": null
3598
+ }
3599
+ ]
3600
+ },
3601
+ {
3602
+ "name": "Grid",
3603
+ "kind": "function",
3604
+ "propsType": null,
3605
+ "props": []
3606
+ },
3607
+ {
3608
+ "name": "InputGroup",
3609
+ "kind": "function",
3610
+ "propsType": null,
3611
+ "props": []
3612
+ },
3613
+ {
3614
+ "name": "InputGroupAddon",
3615
+ "kind": "function",
3616
+ "propsType": null,
3617
+ "props": [
3618
+ {
3619
+ "name": "side",
3620
+ "optional": true,
3621
+ "type": "AddonSide",
3622
+ "values": [
3623
+ "start",
3624
+ "end"
3625
+ ]
3626
+ },
3627
+ {
3628
+ "name": "layout",
3629
+ "optional": true,
3630
+ "type": "Responsive<AddonLayout>",
3631
+ "values": [
3632
+ "inline",
3633
+ "block"
3634
+ ]
3635
+ }
3636
+ ]
3637
+ },
3638
+ {
3639
+ "name": "Kbd",
3640
+ "kind": "function",
3641
+ "propsType": null,
3642
+ "props": []
3643
+ },
3644
+ {
3645
+ "name": "KPI",
3646
+ "kind": "function",
3647
+ "propsType": null,
3648
+ "props": [
3649
+ {
3650
+ "name": "label",
3651
+ "optional": false,
3652
+ "type": "ReactNode",
3653
+ "values": null
3654
+ },
3655
+ {
3656
+ "name": "value",
3657
+ "optional": false,
3658
+ "type": "ReactNode",
3659
+ "values": null
3660
+ },
3661
+ {
3662
+ "name": "trend",
3663
+ "optional": true,
3664
+ "type": "ReactNode",
3665
+ "values": null
3666
+ }
3667
+ ]
3668
+ },
3669
+ {
3670
+ "name": "Label",
3671
+ "kind": "function",
3672
+ "propsType": null,
3673
+ "props": [
3674
+ {
3675
+ "name": "htmlFor",
3676
+ "optional": true,
3677
+ "type": "string",
3678
+ "values": null
3679
+ }
3680
+ ]
3681
+ },
3682
+ {
3683
+ "name": "LogStream",
3684
+ "kind": "function",
3685
+ "propsType": null,
3686
+ "props": [
3687
+ {
3688
+ "name": "lines",
3689
+ "optional": false,
3690
+ "type": "Array<{ time?: string; level?: string; text: string; }>",
3691
+ "values": null
3692
+ }
3693
+ ]
3694
+ },
3695
+ {
3696
+ "name": "MediaPlayerShell",
3697
+ "kind": "function",
3698
+ "propsType": null,
3699
+ "props": []
3700
+ },
3701
+ {
3702
+ "name": "Progress",
3703
+ "kind": "function",
3704
+ "propsType": null,
3705
+ "props": [
3706
+ {
3707
+ "name": "value",
3708
+ "optional": false,
3709
+ "type": "number",
3710
+ "values": null
3711
+ },
3712
+ {
3713
+ "name": "label",
3714
+ "optional": true,
3715
+ "type": "string",
3716
+ "values": null
3717
+ }
3718
+ ]
3719
+ },
3720
+ {
3721
+ "name": "Prose",
3722
+ "kind": "function",
3723
+ "propsType": null,
3724
+ "props": []
3725
+ },
3726
+ {
3727
+ "name": "Radio",
3728
+ "kind": "function",
3729
+ "propsType": null,
3730
+ "props": [
3731
+ {
3732
+ "name": "label",
3733
+ "optional": false,
3734
+ "type": "ReactNode",
3735
+ "values": null
3736
+ },
3737
+ {
3738
+ "name": "size",
3739
+ "optional": true,
3740
+ "type": "Responsive<FieldSize>",
3741
+ "values": [
3742
+ "sm",
3743
+ "md",
3744
+ "lg"
3745
+ ]
3746
+ }
3747
+ ]
3748
+ },
3749
+ {
3750
+ "name": "Range",
3751
+ "kind": "function",
3752
+ "propsType": null,
3753
+ "props": [
3754
+ {
3755
+ "name": "orientation",
3756
+ "optional": true,
3757
+ "type": "Responsive<RangeOrientation>",
3758
+ "values": [
3759
+ "horizontal",
3760
+ "vertical"
3761
+ ]
3762
+ }
3763
+ ]
3764
+ },
3765
+ {
3766
+ "name": "Select",
3767
+ "kind": "const",
3768
+ "propsType": "SelectProps",
3769
+ "props": [
3770
+ {
3771
+ "name": "size",
3772
+ "optional": true,
3773
+ "type": "Responsive<FieldSize>",
3774
+ "values": [
3775
+ "sm",
3776
+ "md",
3777
+ "lg"
3778
+ ]
3779
+ }
3780
+ ]
3781
+ },
3782
+ {
3783
+ "name": "Skeleton",
3784
+ "kind": "function",
3785
+ "propsType": null,
3786
+ "props": []
3787
+ },
3788
+ {
3789
+ "name": "Stack",
3790
+ "kind": "function",
3791
+ "propsType": null,
3792
+ "props": []
3793
+ },
3794
+ {
3795
+ "name": "Switch",
3796
+ "kind": "function",
3797
+ "propsType": null,
3798
+ "props": [
3799
+ {
3800
+ "name": "label",
3801
+ "optional": false,
3802
+ "type": "ReactNode",
3803
+ "values": null
3804
+ },
3805
+ {
3806
+ "name": "size",
3807
+ "optional": true,
3808
+ "type": "Responsive<FieldSize>",
3809
+ "values": [
3810
+ "sm",
3811
+ "md",
3812
+ "lg"
3813
+ ]
3814
+ }
3815
+ ]
3816
+ },
3817
+ {
3818
+ "name": "Textarea",
3819
+ "kind": "const",
3820
+ "propsType": "TextareaProps",
3821
+ "props": [
3822
+ {
3823
+ "name": "size",
3824
+ "optional": true,
3825
+ "type": "Responsive<FieldSize>",
3826
+ "values": [
3827
+ "sm",
3828
+ "md",
3829
+ "lg"
3830
+ ]
3831
+ }
3832
+ ]
3833
+ },
3834
+ {
3835
+ "name": "Timeline",
3836
+ "kind": "function",
3837
+ "propsType": null,
3838
+ "props": [
3839
+ {
3840
+ "name": "items",
3841
+ "optional": false,
3842
+ "type": "Array<{ title: ReactNode; description?: ReactNode; time?: ReactNode; }>",
3843
+ "values": null
3844
+ }
3845
+ ]
3846
+ },
3847
+ {
3848
+ "name": "Topbar",
3849
+ "kind": "function",
3850
+ "propsType": null,
3851
+ "props": [
3852
+ {
3853
+ "name": "variant",
3854
+ "optional": true,
3855
+ "type": "TopbarVariant",
3856
+ "values": [
3857
+ "floating",
3858
+ "flush",
3859
+ "pill"
3860
+ ]
3861
+ },
3862
+ {
3863
+ "name": "brand",
3864
+ "optional": true,
3865
+ "type": "ReactNode",
3866
+ "values": null
3867
+ }
3868
+ ]
3869
+ }
3870
+ ],
3871
+ "hooks": [],
3872
+ "clientDirective": false
3873
+ },
3874
+ "media-client": {
3875
+ "components": [
3876
+ {
3877
+ "name": "Carousel",
3878
+ "kind": "function",
3879
+ "propsType": "CarouselProps",
3880
+ "props": [
3881
+ {
3882
+ "name": "children",
3883
+ "optional": true,
3884
+ "type": "ReactNode",
3885
+ "values": null
3886
+ },
3887
+ {
3888
+ "name": "label",
3889
+ "optional": true,
3890
+ "type": "string",
3891
+ "values": null
3892
+ },
3893
+ {
3894
+ "name": "controls",
3895
+ "optional": true,
3896
+ "type": "boolean",
3897
+ "values": null
3898
+ },
3899
+ {
3900
+ "name": "indicators",
3901
+ "optional": true,
3902
+ "type": "boolean",
3903
+ "values": null
3904
+ }
3905
+ ]
3906
+ },
3907
+ {
3908
+ "name": "Gallery",
3909
+ "kind": "function",
3910
+ "propsType": "GalleryProps",
3911
+ "props": [
3912
+ {
3913
+ "name": "items",
3914
+ "optional": false,
3915
+ "type": "GalleryItem[]",
3916
+ "values": null
3917
+ },
3918
+ {
3919
+ "name": "label",
3920
+ "optional": true,
3921
+ "type": "string",
3922
+ "values": null
3923
+ },
3924
+ {
3925
+ "name": "selected",
3926
+ "optional": true,
3927
+ "type": "string",
3928
+ "values": null
3929
+ },
3930
+ {
3931
+ "name": "onSelect",
3932
+ "optional": true,
3933
+ "type": "(id: string) => void",
3934
+ "values": null
3935
+ },
3936
+ {
3937
+ "name": "zoom",
3938
+ "optional": true,
3939
+ "type": "boolean",
3940
+ "values": null
3941
+ },
3942
+ {
3943
+ "name": "ratio",
3944
+ "optional": true,
3945
+ "type": "string",
3946
+ "values": null
3947
+ }
3948
+ ]
3949
+ },
3950
+ {
3951
+ "name": "Image",
3952
+ "kind": "function",
3953
+ "propsType": "ImageProps",
3954
+ "props": [
3955
+ {
3956
+ "name": "ratio",
3957
+ "optional": true,
3958
+ "type": "string",
3959
+ "values": null
3960
+ },
3961
+ {
3962
+ "name": "fit",
3963
+ "optional": true,
3964
+ "type": "\"cover\" | \"contain\"",
3965
+ "values": [
3966
+ "cover",
3967
+ "contain"
3968
+ ]
3969
+ },
3970
+ {
3971
+ "name": "render",
3972
+ "optional": true,
3973
+ "type": "React.ReactElement",
3974
+ "values": null
3975
+ }
3976
+ ]
3977
+ },
3978
+ {
3979
+ "name": "MediaPlayer",
3980
+ "kind": "function",
3981
+ "propsType": "MediaPlayerProps",
3982
+ "props": [
3983
+ {
3984
+ "name": "kind",
3985
+ "optional": true,
3986
+ "type": "\"video\" | \"audio\"",
3987
+ "values": [
3988
+ "video",
3989
+ "audio"
3990
+ ]
3991
+ },
3992
+ {
3993
+ "name": "title",
3994
+ "optional": true,
3995
+ "type": "ReactNode",
3996
+ "values": null
3997
+ },
3998
+ {
3999
+ "name": "subtitle",
4000
+ "optional": true,
4001
+ "type": "ReactNode",
4002
+ "values": null
4003
+ }
4004
+ ]
4005
+ }
4006
+ ],
4007
+ "hooks": [],
4008
+ "clientDirective": false
4009
+ },
4010
+ "media": {
4011
+ "components": [],
4012
+ "hooks": [],
4013
+ "clientDirective": false
4014
+ },
4015
+ "navigation-client": {
4016
+ "components": [
4017
+ {
4018
+ "name": "BottomNav",
4019
+ "kind": "function",
4020
+ "propsType": null,
4021
+ "props": [
4022
+ {
4023
+ "name": "items",
4024
+ "optional": false,
4025
+ "type": "SidebarItem[]",
4026
+ "values": null
4027
+ },
4028
+ {
4029
+ "name": "current",
4030
+ "optional": true,
4031
+ "type": "string",
4032
+ "values": null
4033
+ },
4034
+ {
4035
+ "name": "variant",
4036
+ "optional": true,
4037
+ "type": "BottomNavVariantAny",
4038
+ "values": [
4039
+ "floating",
4040
+ "edge",
4041
+ "flat",
4042
+ "surface",
4043
+ "pill",
4044
+ "dock"
4045
+ ]
4046
+ },
4047
+ {
4048
+ "name": "indicator",
4049
+ "optional": true,
4050
+ "type": "BottomNavIndicator",
4051
+ "values": [
4052
+ "none",
4053
+ "subtle",
4054
+ "pill",
4055
+ "circle",
4056
+ "circle-raised",
4057
+ "circle-bold",
4058
+ "circle-outline"
4059
+ ]
4060
+ },
4061
+ {
4062
+ "name": "label",
4063
+ "optional": true,
4064
+ "type": "string",
4065
+ "values": null
4066
+ }
4067
+ ]
4068
+ },
4069
+ {
4070
+ "name": "Breadcrumb",
4071
+ "kind": "function",
4072
+ "propsType": null,
4073
+ "props": [
4074
+ {
4075
+ "name": "items",
4076
+ "optional": false,
4077
+ "type": "Array<{ label: ReactNode; href?: string; }>",
4078
+ "values": null
4079
+ },
4080
+ {
4081
+ "name": "label",
4082
+ "optional": true,
4083
+ "type": "string",
4084
+ "values": null
4085
+ }
4086
+ ]
4087
+ },
4088
+ {
4089
+ "name": "CommandPalette",
4090
+ "kind": "function",
4091
+ "propsType": null,
4092
+ "props": [
4093
+ {
4094
+ "name": "open",
4095
+ "optional": false,
4096
+ "type": "boolean",
4097
+ "values": null
4098
+ },
4099
+ {
4100
+ "name": "onClose",
4101
+ "optional": false,
4102
+ "type": "() => void",
4103
+ "values": null
4104
+ },
4105
+ {
4106
+ "name": "items",
4107
+ "optional": false,
4108
+ "type": "CommandItem[]",
4109
+ "values": null
4110
+ },
4111
+ {
4112
+ "name": "placeholder",
4113
+ "optional": true,
4114
+ "type": "string",
4115
+ "values": null
4116
+ },
4117
+ {
4118
+ "name": "label",
4119
+ "optional": true,
4120
+ "type": "string",
4121
+ "values": null
4122
+ }
4123
+ ]
4124
+ },
4125
+ {
4126
+ "name": "CommandPaletteShell",
4127
+ "kind": "function",
4128
+ "propsType": null,
4129
+ "props": [
4130
+ {
4131
+ "name": "open",
4132
+ "optional": false,
4133
+ "type": "boolean",
4134
+ "values": null
4135
+ },
4136
+ {
4137
+ "name": "query",
4138
+ "optional": false,
4139
+ "type": "string",
4140
+ "values": null
4141
+ },
4142
+ {
4143
+ "name": "onQueryChange",
4144
+ "optional": false,
4145
+ "type": "(v: string) => void",
4146
+ "values": null
4147
+ },
4148
+ {
4149
+ "name": "children",
4150
+ "optional": true,
4151
+ "type": "ReactNode",
4152
+ "values": null
4153
+ }
4154
+ ]
4155
+ },
4156
+ {
4157
+ "name": "NavList",
4158
+ "kind": "function",
4159
+ "propsType": null,
4160
+ "props": [
4161
+ {
4162
+ "name": "items",
4163
+ "optional": false,
4164
+ "type": "NavListItem[]",
4165
+ "values": null
4166
+ }
4167
+ ]
4168
+ },
4169
+ {
4170
+ "name": "Pagination",
4171
+ "kind": "function",
4172
+ "propsType": null,
4173
+ "props": [
4174
+ {
4175
+ "name": "page",
4176
+ "optional": false,
4177
+ "type": "number",
4178
+ "values": null
4179
+ },
4180
+ {
4181
+ "name": "total",
4182
+ "optional": false,
4183
+ "type": "number",
4184
+ "values": null
4185
+ },
4186
+ {
4187
+ "name": "onPageChange",
4188
+ "optional": false,
4189
+ "type": "(p: number) => void",
4190
+ "values": null
4191
+ }
4192
+ ]
4193
+ },
4194
+ {
4195
+ "name": "Sidebar",
4196
+ "kind": "function",
4197
+ "propsType": null,
4198
+ "props": [
4199
+ {
4200
+ "name": "items",
4201
+ "optional": true,
4202
+ "type": "SidebarItem[]",
4203
+ "values": null
4204
+ },
4205
+ {
4206
+ "name": "current",
4207
+ "optional": true,
4208
+ "type": "string",
4209
+ "values": null
4210
+ },
4211
+ {
4212
+ "name": "collapsed",
4213
+ "optional": true,
4214
+ "type": "boolean",
4215
+ "values": null
4216
+ },
4217
+ {
4218
+ "name": "variant",
4219
+ "optional": true,
4220
+ "type": "SidebarVariant",
4221
+ "values": [
4222
+ "floating",
4223
+ "flush"
4224
+ ]
4225
+ },
4226
+ {
4227
+ "name": "label",
4228
+ "optional": true,
4229
+ "type": "string",
4230
+ "values": null
4231
+ }
4232
+ ]
4233
+ },
4234
+ {
4235
+ "name": "Stepper",
4236
+ "kind": "function",
4237
+ "propsType": null,
4238
+ "props": [
4239
+ {
4240
+ "name": "items",
4241
+ "optional": false,
4242
+ "type": "StepItem[]",
4243
+ "values": null
4244
+ },
4245
+ {
4246
+ "name": "label",
4247
+ "optional": true,
4248
+ "type": "string",
4249
+ "values": null
4250
+ },
4251
+ {
4252
+ "name": "className",
4253
+ "optional": true,
4254
+ "type": "string",
4255
+ "values": null
4256
+ }
4257
+ ]
4258
+ },
4259
+ {
4260
+ "name": "TableOfContents",
4261
+ "kind": "function",
4262
+ "propsType": null,
4263
+ "props": [
4264
+ {
4265
+ "name": "items",
4266
+ "optional": false,
4267
+ "type": "TocItem[]",
4268
+ "values": null
4269
+ },
4270
+ {
4271
+ "name": "current",
4272
+ "optional": true,
4273
+ "type": "string",
4274
+ "values": null
4275
+ },
4276
+ {
4277
+ "name": "label",
4278
+ "optional": true,
4279
+ "type": "string",
4280
+ "values": null
4281
+ }
4282
+ ]
4283
+ },
4284
+ {
4285
+ "name": "Tabs",
4286
+ "kind": "function",
4287
+ "propsType": null,
4288
+ "props": [
4289
+ {
4290
+ "name": "tabs",
4291
+ "optional": false,
4292
+ "type": "Array<{ id: string; label: ReactNode; content: ReactNode; }>",
4293
+ "values": null
4294
+ },
4295
+ {
4296
+ "name": "value",
4297
+ "optional": false,
4298
+ "type": "string",
4299
+ "values": null
4300
+ },
4301
+ {
4302
+ "name": "onChange",
4303
+ "optional": false,
4304
+ "type": "(id: string) => void",
4305
+ "values": null
4306
+ },
4307
+ {
4308
+ "name": "label",
4309
+ "optional": true,
4310
+ "type": "string",
4311
+ "values": null
4312
+ },
4313
+ {
4314
+ "name": "orientation",
4315
+ "optional": true,
4316
+ "type": "Responsive<TabsOrientation>",
4317
+ "values": [
4318
+ "horizontal",
4319
+ "vertical"
4320
+ ]
4321
+ },
4322
+ {
4323
+ "name": "activateOnFocus",
4324
+ "optional": true,
4325
+ "type": "boolean",
4326
+ "values": null
4327
+ },
4328
+ {
4329
+ "name": "loopFocus",
4330
+ "optional": true,
4331
+ "type": "boolean",
4332
+ "values": null
4333
+ }
4334
+ ]
4335
+ },
4336
+ {
4337
+ "name": "TreeView",
4338
+ "kind": "function",
4339
+ "propsType": null,
4340
+ "props": [
4341
+ {
4342
+ "name": "items",
4343
+ "optional": false,
4344
+ "type": "TreeNode[]",
4345
+ "values": null
4346
+ },
4347
+ {
4348
+ "name": "defaultExpandedIds",
4349
+ "optional": true,
4350
+ "type": "string[]",
4351
+ "values": null
4352
+ },
4353
+ {
4354
+ "name": "onSelect",
4355
+ "optional": true,
4356
+ "type": "(node: TreeNode) => void",
4357
+ "values": null
4358
+ },
4359
+ {
4360
+ "name": "label",
4361
+ "optional": true,
4362
+ "type": "string",
4363
+ "values": null
4364
+ },
4365
+ {
4366
+ "name": "className",
4367
+ "optional": true,
4368
+ "type": "string",
4369
+ "values": null
4370
+ }
4371
+ ]
4372
+ }
4373
+ ],
4374
+ "hooks": [],
4375
+ "clientDirective": false
4376
+ },
4377
+ "navigation": {
4378
+ "components": [],
4379
+ "hooks": [],
4380
+ "clientDirective": false
4381
+ },
4382
+ "overlays": {
4383
+ "components": [
4384
+ {
4385
+ "name": "AccessGate",
4386
+ "kind": "function",
4387
+ "propsType": "AccessGateProps",
4388
+ "props": [
4389
+ {
4390
+ "name": "allowed",
4391
+ "optional": false,
4392
+ "type": "boolean",
4393
+ "values": null
4394
+ },
4395
+ {
4396
+ "name": "children",
4397
+ "optional": false,
4398
+ "type": "ReactElement",
4399
+ "values": null
4400
+ },
4401
+ {
4402
+ "name": "mode",
4403
+ "optional": false,
4404
+ "type": "\"hide\" | \"disable\"",
4405
+ "values": [
4406
+ "disable",
4407
+ "hide"
4408
+ ]
4409
+ },
4410
+ {
4411
+ "name": "fallback",
4412
+ "optional": true,
4413
+ "type": "ReactNode | never",
4414
+ "values": null
4415
+ },
4416
+ {
4417
+ "name": "reason",
4418
+ "optional": false,
4419
+ "type": "never | ReactNode",
4420
+ "values": null
4421
+ }
4422
+ ]
4423
+ },
4424
+ {
4425
+ "name": "ConfirmDialog",
4426
+ "kind": "function",
4427
+ "propsType": null,
4428
+ "props": [
4429
+ {
4430
+ "name": "open",
4431
+ "optional": false,
4432
+ "type": "boolean",
4433
+ "values": null
4434
+ },
4435
+ {
4436
+ "name": "title",
4437
+ "optional": false,
4438
+ "type": "ReactNode",
4439
+ "values": null
4440
+ },
4441
+ {
4442
+ "name": "description",
4443
+ "optional": false,
4444
+ "type": "ReactNode",
4445
+ "values": null
4446
+ },
4447
+ {
4448
+ "name": "confirmLabel",
4449
+ "optional": true,
4450
+ "type": "string",
4451
+ "values": null
4452
+ },
4453
+ {
4454
+ "name": "cancelLabel",
4455
+ "optional": true,
4456
+ "type": "string",
4457
+ "values": null
4458
+ },
4459
+ {
4460
+ "name": "destructive",
4461
+ "optional": true,
4462
+ "type": "boolean",
4463
+ "values": null
4464
+ },
4465
+ {
4466
+ "name": "onConfirm",
4467
+ "optional": false,
4468
+ "type": "() => void",
4469
+ "values": null
4470
+ },
4471
+ {
4472
+ "name": "onCancel",
4473
+ "optional": false,
4474
+ "type": "() => void",
4475
+ "values": null
4476
+ }
4477
+ ]
4478
+ },
4479
+ {
4480
+ "name": "ContextMenu",
4481
+ "kind": "function",
4482
+ "propsType": null,
4483
+ "props": [
4484
+ {
4485
+ "name": "children",
4486
+ "optional": false,
4487
+ "type": "ReactNode",
4488
+ "values": null
4489
+ },
4490
+ {
4491
+ "name": "items",
4492
+ "optional": false,
4493
+ "type": "MenuEntry[]",
4494
+ "values": null
4495
+ },
4496
+ {
4497
+ "name": "label",
4498
+ "optional": true,
4499
+ "type": "string",
4500
+ "values": null
4501
+ },
4502
+ {
4503
+ "name": "className",
4504
+ "optional": true,
4505
+ "type": "string",
4506
+ "values": null
4507
+ }
4508
+ ]
4509
+ },
4510
+ {
4511
+ "name": "Dialog",
4512
+ "kind": "function",
4513
+ "propsType": null,
4514
+ "props": [
4515
+ {
4516
+ "name": "open",
4517
+ "optional": false,
4518
+ "type": "boolean",
4519
+ "values": null
4520
+ },
4521
+ {
4522
+ "name": "title",
4523
+ "optional": false,
4524
+ "type": "ReactNode",
4525
+ "values": null
4526
+ },
4527
+ {
4528
+ "name": "children",
4529
+ "optional": false,
4530
+ "type": "ReactNode",
4531
+ "values": null
4532
+ },
4533
+ {
4534
+ "name": "footer",
4535
+ "optional": true,
4536
+ "type": "ReactNode",
4537
+ "values": null
4538
+ },
4539
+ {
4540
+ "name": "onClose",
4541
+ "optional": false,
4542
+ "type": "() => void",
4543
+ "values": null
4544
+ }
4545
+ ]
4546
+ },
4547
+ {
4548
+ "name": "Drawer",
4549
+ "kind": "function",
4550
+ "propsType": null,
4551
+ "props": [
4552
+ {
4553
+ "name": "open",
4554
+ "optional": false,
4555
+ "type": "boolean",
4556
+ "values": null
4557
+ },
4558
+ {
4559
+ "name": "title",
4560
+ "optional": false,
4561
+ "type": "ReactNode",
4562
+ "values": null
4563
+ },
4564
+ {
4565
+ "name": "children",
4566
+ "optional": false,
4567
+ "type": "ReactNode",
4568
+ "values": null
4569
+ },
4570
+ {
4571
+ "name": "onClose",
4572
+ "optional": false,
4573
+ "type": "() => void",
4574
+ "values": null
4575
+ },
4576
+ {
4577
+ "name": "side",
4578
+ "optional": true,
4579
+ "type": "\"left\" | \"right\"",
4580
+ "values": [
4581
+ "left",
4582
+ "right"
4583
+ ]
4584
+ }
4585
+ ]
4586
+ },
4587
+ {
4588
+ "name": "DropdownMenu",
4589
+ "kind": "function",
4590
+ "propsType": null,
4591
+ "props": [
4592
+ {
4593
+ "name": "trigger",
4594
+ "optional": false,
4595
+ "type": "ReactElement",
4596
+ "values": null
4597
+ },
4598
+ {
4599
+ "name": "items",
4600
+ "optional": false,
4601
+ "type": "MenuEntry[]",
4602
+ "values": null
4603
+ },
4604
+ {
4605
+ "name": "side",
4606
+ "optional": true,
4607
+ "type": "OverlaySide",
4608
+ "values": [
4609
+ "top",
4610
+ "right",
4611
+ "bottom",
4612
+ "left"
4613
+ ]
4614
+ },
4615
+ {
4616
+ "name": "label",
4617
+ "optional": true,
4618
+ "type": "string",
4619
+ "values": null
4620
+ }
4621
+ ]
4622
+ },
4623
+ {
4624
+ "name": "HoverCard",
4625
+ "kind": "function",
4626
+ "propsType": null,
4627
+ "props": [
4628
+ {
4629
+ "name": "trigger",
4630
+ "optional": false,
4631
+ "type": "ReactElement",
4632
+ "values": null
4633
+ },
4634
+ {
4635
+ "name": "children",
4636
+ "optional": false,
4637
+ "type": "ReactNode",
4638
+ "values": null
4639
+ },
4640
+ {
4641
+ "name": "side",
4642
+ "optional": true,
4643
+ "type": "OverlaySide",
4644
+ "values": [
4645
+ "top",
4646
+ "right",
4647
+ "bottom",
4648
+ "left"
4649
+ ]
4650
+ }
4651
+ ]
4652
+ },
4653
+ {
4654
+ "name": "Menubar",
4655
+ "kind": "function",
4656
+ "propsType": null,
4657
+ "props": [
4658
+ {
4659
+ "name": "menus",
4660
+ "optional": false,
4661
+ "type": "Array<{ label: ReactNode; items: MenuEntry[]; disabled?: boolean; }>",
4662
+ "values": null
4663
+ },
4664
+ {
4665
+ "name": "label",
4666
+ "optional": true,
4667
+ "type": "string",
4668
+ "values": null
4669
+ },
4670
+ {
4671
+ "name": "modal",
4672
+ "optional": true,
4673
+ "type": "boolean",
4674
+ "values": null
4675
+ },
4676
+ {
4677
+ "name": "disabled",
4678
+ "optional": true,
4679
+ "type": "boolean",
4680
+ "values": null
4681
+ },
4682
+ {
4683
+ "name": "loopFocus",
4684
+ "optional": true,
4685
+ "type": "boolean",
4686
+ "values": null
4687
+ },
4688
+ {
4689
+ "name": "orientation",
4690
+ "optional": true,
4691
+ "type": "Responsive<MenubarOrientation>",
4692
+ "values": [
4693
+ "horizontal",
4694
+ "vertical"
4695
+ ]
4696
+ },
4697
+ {
4698
+ "name": "className",
4699
+ "optional": true,
4700
+ "type": "string",
4701
+ "values": null
4702
+ }
4703
+ ]
4704
+ },
4705
+ {
4706
+ "name": "Popover",
4707
+ "kind": "function",
4708
+ "propsType": null,
4709
+ "props": [
4710
+ {
4711
+ "name": "trigger",
4712
+ "optional": false,
4713
+ "type": "ReactElement",
4714
+ "values": null
4715
+ },
4716
+ {
4717
+ "name": "title",
4718
+ "optional": true,
4719
+ "type": "ReactNode",
4720
+ "values": null
4721
+ },
4722
+ {
4723
+ "name": "children",
4724
+ "optional": false,
4725
+ "type": "ReactNode",
4726
+ "values": null
4727
+ },
4728
+ {
4729
+ "name": "side",
4730
+ "optional": true,
4731
+ "type": "OverlaySide",
4732
+ "values": [
4733
+ "top",
4734
+ "right",
4735
+ "bottom",
4736
+ "left"
4737
+ ]
4738
+ }
4739
+ ]
4740
+ },
4741
+ {
4742
+ "name": "Tooltip",
4743
+ "kind": "function",
4744
+ "propsType": null,
4745
+ "props": [
4746
+ {
4747
+ "name": "children",
4748
+ "optional": false,
4749
+ "type": "ReactElement",
4750
+ "values": null
4751
+ },
4752
+ {
4753
+ "name": "content",
4754
+ "optional": false,
4755
+ "type": "ReactNode",
4756
+ "values": null
4757
+ },
4758
+ {
4759
+ "name": "side",
4760
+ "optional": true,
4761
+ "type": "OverlaySide",
4762
+ "values": [
4763
+ "top",
4764
+ "right",
4765
+ "bottom",
4766
+ "left"
4767
+ ]
4768
+ }
4769
+ ]
4770
+ }
4771
+ ],
4772
+ "hooks": [],
4773
+ "clientDirective": false
4774
+ },
4775
+ "pure": {
4776
+ "components": [],
4777
+ "hooks": [],
4778
+ "clientDirective": false
4779
+ },
4780
+ "qrcode": {
4781
+ "components": [
4782
+ {
4783
+ "name": "QRCode",
4784
+ "kind": "function",
4785
+ "propsType": "QRCodeProps",
4786
+ "props": [
4787
+ {
4788
+ "name": "value",
4789
+ "optional": false,
4790
+ "type": "string",
4791
+ "values": null
4792
+ },
4793
+ {
4794
+ "name": "size",
4795
+ "optional": true,
4796
+ "type": "Responsive<QRCodeSize>",
4797
+ "values": [
4798
+ "sm",
4799
+ "md",
4800
+ "lg"
4801
+ ]
4802
+ },
4803
+ {
4804
+ "name": "ecc",
4805
+ "optional": true,
4806
+ "type": "ErrorCorrection",
4807
+ "values": null
4808
+ },
4809
+ {
4810
+ "name": "quietZone",
4811
+ "optional": true,
4812
+ "type": "number",
4813
+ "values": null
4814
+ },
4815
+ {
4816
+ "name": "label",
4817
+ "optional": true,
4818
+ "type": "string",
4819
+ "values": null
4820
+ }
4821
+ ]
4822
+ }
4823
+ ],
4824
+ "hooks": [],
4825
+ "clientDirective": false
4826
+ },
4827
+ "responsivo-runtime": {
4828
+ "components": [
4829
+ {
4830
+ "name": "ContainerScope",
4831
+ "kind": "function",
4832
+ "propsType": null,
4833
+ "props": [
4834
+ {
4835
+ "name": "children",
4836
+ "optional": true,
4837
+ "type": "ReactNode",
4838
+ "values": null
4839
+ },
4840
+ {
4841
+ "name": "className",
4842
+ "optional": true,
4843
+ "type": "string",
4844
+ "values": null
4845
+ }
4846
+ ]
4847
+ }
4848
+ ],
4849
+ "hooks": [
4850
+ "useValorResponsivo"
4851
+ ],
4852
+ "clientDirective": false
4853
+ },
4854
+ "system": {
4855
+ "components": [
4856
+ {
4857
+ "name": "AureaProvider",
4858
+ "kind": "function",
4859
+ "propsType": null,
4860
+ "props": [
4861
+ {
4862
+ "name": "children",
4863
+ "optional": false,
4864
+ "type": "ReactNode",
4865
+ "values": null
4866
+ },
4867
+ {
4868
+ "name": "strings",
4869
+ "optional": true,
4870
+ "type": "Partial<AureaStrings>",
4871
+ "values": null
4872
+ },
4873
+ {
4874
+ "name": "direction",
4875
+ "optional": true,
4876
+ "type": "\"ltr\" | \"rtl\"",
4877
+ "values": [
4878
+ "ltr",
4879
+ "rtl"
4880
+ ]
4881
+ },
4882
+ {
4883
+ "name": "spriteUrl",
4884
+ "optional": true,
4885
+ "type": "string",
4886
+ "values": null
4887
+ },
4888
+ {
4889
+ "name": "portalContainer",
4890
+ "optional": true,
4891
+ "type": "HTMLElement | null",
4892
+ "values": null
4893
+ },
4894
+ {
4895
+ "name": "theme",
4896
+ "optional": true,
4897
+ "type": "AureaTheme",
4898
+ "values": [
4899
+ "dark",
4900
+ "light"
4901
+ ]
4902
+ },
4903
+ {
4904
+ "name": "defaultTheme",
4905
+ "optional": true,
4906
+ "type": "AureaTheme",
4907
+ "values": [
4908
+ "dark",
4909
+ "light"
4910
+ ]
4911
+ },
4912
+ {
4913
+ "name": "onThemeChange",
4914
+ "optional": true,
4915
+ "type": "(theme: AureaTheme) => void",
4916
+ "values": null
4917
+ },
4918
+ {
4919
+ "name": "density",
4920
+ "optional": true,
4921
+ "type": "AureaDensity",
4922
+ "values": [
4923
+ "compact",
4924
+ "comfortable",
4925
+ "spacious"
4926
+ ]
4927
+ },
4928
+ {
4929
+ "name": "defaultDensity",
4930
+ "optional": true,
4931
+ "type": "AureaDensity",
4932
+ "values": [
4933
+ "compact",
4934
+ "comfortable",
4935
+ "spacious"
4936
+ ]
4937
+ },
4938
+ {
4939
+ "name": "onDensityChange",
4940
+ "optional": true,
4941
+ "type": "(density: AureaDensity) => void",
4942
+ "values": null
4943
+ }
4944
+ ]
4945
+ },
4946
+ {
4947
+ "name": "Icon",
4948
+ "kind": "function",
4949
+ "propsType": "IconProps",
4950
+ "props": [
4951
+ {
4952
+ "name": "name",
4953
+ "optional": false,
4954
+ "type": "IconName",
4955
+ "values": null
4956
+ },
4957
+ {
4958
+ "name": "spriteUrl",
4959
+ "optional": true,
4960
+ "type": "string",
4961
+ "values": null
4962
+ },
4963
+ {
4964
+ "name": "size",
4965
+ "optional": true,
4966
+ "type": "Responsive<IconSize>",
4967
+ "values": [
4968
+ "sm",
4969
+ "md",
4970
+ "lg",
4971
+ "xl"
4972
+ ]
4973
+ }
4974
+ ]
4975
+ }
4976
+ ],
4977
+ "hooks": [
4978
+ "useAureaTheme",
4979
+ "useToast"
4980
+ ],
4981
+ "clientDirective": false
4982
+ }
4983
+ }
4984
+ }