@pathscale/ui 1.1.57 → 1.1.58

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,3946 @@
1
+ {
2
+ "Badge": {
3
+ "classes": {
4
+ "always": [
5
+ "badge"
6
+ ],
7
+ "byProp": {
8
+ "slot": {
9
+ "anchor": [
10
+ "badge-anchor"
11
+ ],
12
+ "label": [
13
+ "badge__label"
14
+ ]
15
+ },
16
+ "size": {
17
+ "sm": [
18
+ "badge--sm"
19
+ ],
20
+ "md": [
21
+ "badge--md"
22
+ ],
23
+ "lg": [
24
+ "badge--lg"
25
+ ]
26
+ },
27
+ "color": {
28
+ "default": [
29
+ "badge--default"
30
+ ],
31
+ "accent": [
32
+ "badge--accent"
33
+ ],
34
+ "success": [
35
+ "badge--success"
36
+ ],
37
+ "warning": [
38
+ "badge--warning"
39
+ ],
40
+ "danger": [
41
+ "badge--danger"
42
+ ]
43
+ },
44
+ "variant": {
45
+ "primary": [
46
+ "badge--primary"
47
+ ],
48
+ "secondary": [
49
+ "badge--secondary"
50
+ ],
51
+ "soft": [
52
+ "badge--soft"
53
+ ]
54
+ },
55
+ "placement": {
56
+ "top-right": [
57
+ "badge--top-right"
58
+ ],
59
+ "top-left": [
60
+ "badge--top-left"
61
+ ],
62
+ "bottom-right": [
63
+ "badge--bottom-right"
64
+ ],
65
+ "bottom-left": [
66
+ "badge--bottom-left"
67
+ ]
68
+ }
69
+ }
70
+ }
71
+ },
72
+ "Grid": {
73
+ "classes": {
74
+ "always": [],
75
+ "byProp": {
76
+ "cols": {
77
+ "1": [],
78
+ "2": [],
79
+ "3": [],
80
+ "4": [],
81
+ "5": [],
82
+ "6": [],
83
+ "7": [],
84
+ "8": [],
85
+ "9": [],
86
+ "10": [],
87
+ "11": [],
88
+ "12": []
89
+ },
90
+ "rows": {
91
+ "1": [],
92
+ "2": [],
93
+ "3": [],
94
+ "4": [],
95
+ "5": [],
96
+ "6": [],
97
+ "7": [],
98
+ "8": [],
99
+ "9": [],
100
+ "10": [],
101
+ "11": [],
102
+ "12": []
103
+ },
104
+ "flow": {
105
+ "row": [],
106
+ "col": [],
107
+ "row-dense": [],
108
+ "col-dense": []
109
+ },
110
+ "gap": {
111
+ "none": [],
112
+ "sm": [],
113
+ "md": [],
114
+ "lg": [],
115
+ "xl": []
116
+ },
117
+ "autoCols": {
118
+ "min": [],
119
+ "max": [],
120
+ "fr": []
121
+ },
122
+ "autoRows": {
123
+ "min": [],
124
+ "max": [],
125
+ "fr": []
126
+ }
127
+ }
128
+ }
129
+ },
130
+ "LiveChat.bubble": {
131
+ "classes": {
132
+ "always": [
133
+ "live-chat-bubble"
134
+ ],
135
+ "byProp": {
136
+ "position": {
137
+ "right": [
138
+ "live-chat-bubble--right"
139
+ ],
140
+ "left": [
141
+ "live-chat-bubble--left"
142
+ ]
143
+ }
144
+ }
145
+ },
146
+ "deps": [
147
+ "Button",
148
+ "Input"
149
+ ]
150
+ },
151
+ "LiveChat.panel": {
152
+ "classes": {
153
+ "always": [
154
+ "live-chat-panel"
155
+ ],
156
+ "byProp": {}
157
+ },
158
+ "deps": [
159
+ "Button",
160
+ "Input"
161
+ ]
162
+ },
163
+ "ButtonGroup.Root": {
164
+ "classes": {
165
+ "always": [
166
+ "button-group"
167
+ ],
168
+ "byProp": {
169
+ "orientation": {
170
+ "horizontal": [
171
+ "button-group--horizontal"
172
+ ],
173
+ "vertical": [
174
+ "button-group--vertical"
175
+ ]
176
+ },
177
+ "fullWidth": [
178
+ "button-group--full-width"
179
+ ]
180
+ }
181
+ },
182
+ "deps": [
183
+ "Button"
184
+ ]
185
+ },
186
+ "ButtonGroup.Separator": {
187
+ "classes": {
188
+ "always": [
189
+ "button-group__separator"
190
+ ],
191
+ "byProp": {}
192
+ },
193
+ "deps": [
194
+ "Button"
195
+ ]
196
+ },
197
+ "ImmersiveLanding.landing": {
198
+ "classes": {
199
+ "always": [
200
+ "immersive-landing"
201
+ ],
202
+ "byProp": {}
203
+ }
204
+ },
205
+ "ImmersiveLanding.page": {
206
+ "classes": {
207
+ "always": [
208
+ "immersive-landing-page"
209
+ ],
210
+ "byProp": {}
211
+ }
212
+ },
213
+ "ImmersiveLanding.arrows": {
214
+ "classes": {
215
+ "always": [],
216
+ "byProp": {}
217
+ }
218
+ },
219
+ "ImmersiveLanding.navigation": {
220
+ "classes": {
221
+ "always": [
222
+ "immersive-landing-navigation"
223
+ ],
224
+ "byProp": {}
225
+ }
226
+ },
227
+ "ImmersiveLanding.pwaPrompt": {
228
+ "classes": {
229
+ "always": [],
230
+ "byProp": {}
231
+ }
232
+ },
233
+ "ImmersiveLanding.firefoxBanner": {
234
+ "classes": {
235
+ "always": [],
236
+ "byProp": {}
237
+ }
238
+ },
239
+ "ImmersiveLanding.cookie": {
240
+ "classes": {
241
+ "always": [],
242
+ "byProp": {}
243
+ }
244
+ },
245
+ "Header": {
246
+ "classes": {
247
+ "always": [
248
+ "header"
249
+ ],
250
+ "byProp": {}
251
+ }
252
+ },
253
+ "Tag.Root": {
254
+ "classes": {
255
+ "always": [
256
+ "tag"
257
+ ],
258
+ "byProp": {
259
+ "size": {
260
+ "sm": [
261
+ "tag--sm"
262
+ ],
263
+ "md": [
264
+ "tag--md"
265
+ ],
266
+ "lg": [
267
+ "tag--lg"
268
+ ]
269
+ },
270
+ "variant": {
271
+ "default": [
272
+ "tag--default"
273
+ ],
274
+ "surface": [
275
+ "tag--surface"
276
+ ]
277
+ }
278
+ }
279
+ },
280
+ "deps": [
281
+ "CloseButton",
282
+ "TagGroup"
283
+ ]
284
+ },
285
+ "Tag.slot": {
286
+ "classes": {
287
+ "always": [],
288
+ "byProp": {}
289
+ },
290
+ "deps": [
291
+ "CloseButton",
292
+ "TagGroup"
293
+ ]
294
+ },
295
+ "Breadcrumbs.Root": {
296
+ "classes": {
297
+ "always": [
298
+ "breadcrumbs"
299
+ ],
300
+ "byProp": {}
301
+ }
302
+ },
303
+ "Breadcrumbs.Item": {
304
+ "classes": {
305
+ "always": [
306
+ "breadcrumbs__item",
307
+ "breadcrumbs__link",
308
+ "breadcrumbs__separator"
309
+ ],
310
+ "byProp": {}
311
+ }
312
+ },
313
+ "Flex": {
314
+ "classes": {
315
+ "always": [],
316
+ "byProp": {
317
+ "direction": {
318
+ "row": [],
319
+ "col": [],
320
+ "row-reverse": [],
321
+ "col-reverse": []
322
+ },
323
+ "justify": {
324
+ "start": [],
325
+ "center": [],
326
+ "end": [],
327
+ "between": [],
328
+ "around": [],
329
+ "evenly": []
330
+ },
331
+ "align": {
332
+ "start": [],
333
+ "center": [],
334
+ "end": [],
335
+ "stretch": [],
336
+ "baseline": []
337
+ },
338
+ "wrap": {
339
+ "wrap": [],
340
+ "nowrap": [],
341
+ "wrap-reverse": []
342
+ },
343
+ "gap": {
344
+ "none": [],
345
+ "sm": [],
346
+ "md": [],
347
+ "lg": [],
348
+ "xl": []
349
+ },
350
+ "gapX": {
351
+ "none": [],
352
+ "sm": [],
353
+ "md": [],
354
+ "lg": [],
355
+ "xl": []
356
+ },
357
+ "gapY": {
358
+ "none": [],
359
+ "sm": [],
360
+ "md": [],
361
+ "lg": [],
362
+ "xl": []
363
+ },
364
+ "grow": {
365
+ "true": [],
366
+ "false": []
367
+ },
368
+ "shrink": {
369
+ "true": [],
370
+ "false": []
371
+ },
372
+ "basis": {
373
+ "none": [],
374
+ "sm": [],
375
+ "md": [],
376
+ "lg": [],
377
+ "xl": []
378
+ }
379
+ }
380
+ }
381
+ },
382
+ "SearchField.Root": {
383
+ "classes": {
384
+ "always": [
385
+ "search-field"
386
+ ],
387
+ "byProp": {
388
+ "variant": {
389
+ "primary": [
390
+ "search-field--primary"
391
+ ],
392
+ "secondary": [
393
+ "search-field--secondary"
394
+ ]
395
+ },
396
+ "fullWidth": [
397
+ "search-field--full-width"
398
+ ]
399
+ }
400
+ },
401
+ "deps": [
402
+ "CloseButton"
403
+ ]
404
+ },
405
+ "SearchField.Group": {
406
+ "classes": {
407
+ "always": [
408
+ "search-field__group"
409
+ ],
410
+ "byProp": {
411
+ "fullWidth": [
412
+ "search-field__group--full-width"
413
+ ]
414
+ }
415
+ },
416
+ "deps": [
417
+ "CloseButton"
418
+ ]
419
+ },
420
+ "SearchField.Input": {
421
+ "classes": {
422
+ "always": [
423
+ "search-field__input"
424
+ ],
425
+ "byProp": {}
426
+ },
427
+ "deps": [
428
+ "CloseButton"
429
+ ]
430
+ },
431
+ "SearchField.SearchIcon": {
432
+ "classes": {
433
+ "always": [
434
+ "search-field__search-icon"
435
+ ],
436
+ "byProp": {}
437
+ },
438
+ "deps": [
439
+ "CloseButton"
440
+ ]
441
+ },
442
+ "SearchField.ClearButton": {
443
+ "classes": {
444
+ "always": [
445
+ "search-field__clear-button"
446
+ ],
447
+ "byProp": {}
448
+ },
449
+ "deps": [
450
+ "CloseButton"
451
+ ]
452
+ },
453
+ "Meter": {
454
+ "classes": {
455
+ "always": [
456
+ "meter"
457
+ ],
458
+ "byProp": {
459
+ "size": {
460
+ "sm": [
461
+ "meter--sm"
462
+ ],
463
+ "md": [
464
+ "meter--md"
465
+ ],
466
+ "lg": [
467
+ "meter--lg"
468
+ ]
469
+ },
470
+ "color": {
471
+ "default": [
472
+ "meter--default"
473
+ ],
474
+ "accent": [
475
+ "meter--accent"
476
+ ],
477
+ "success": [
478
+ "meter--success"
479
+ ],
480
+ "warning": [
481
+ "meter--warning"
482
+ ],
483
+ "danger": [
484
+ "meter--danger"
485
+ ]
486
+ },
487
+ "state": {
488
+ "disabled": [
489
+ "meter--disabled"
490
+ ]
491
+ }
492
+ }
493
+ }
494
+ },
495
+ "ColorPicker": {
496
+ "classes": {
497
+ "always": [
498
+ "color-picker"
499
+ ],
500
+ "byProp": {
501
+ "slot": {
502
+ "area": [
503
+ "color-picker__area"
504
+ ],
505
+ "slider": [
506
+ "color-picker__slider"
507
+ ],
508
+ "field": [
509
+ "color-picker__field"
510
+ ]
511
+ }
512
+ }
513
+ },
514
+ "deps": [
515
+ "ColorArea",
516
+ "ColorField",
517
+ "ColorSlider",
518
+ "ColorWheelFlower"
519
+ ]
520
+ },
521
+ "Modal.Root": {
522
+ "classes": {
523
+ "always": [
524
+ "modal"
525
+ ],
526
+ "byProp": {
527
+ "open": [
528
+ "modal--open"
529
+ ]
530
+ }
531
+ }
532
+ },
533
+ "Modal.Trigger": {
534
+ "classes": {
535
+ "always": [
536
+ "modal__trigger"
537
+ ],
538
+ "byProp": {}
539
+ }
540
+ },
541
+ "Modal.Backdrop": {
542
+ "classes": {
543
+ "always": [
544
+ "modal__backdrop"
545
+ ],
546
+ "byProp": {
547
+ "variant": {
548
+ "transparent": [
549
+ "modal__backdrop--transparent"
550
+ ],
551
+ "opaque": [
552
+ "modal__backdrop--opaque"
553
+ ],
554
+ "blur": [
555
+ "modal__backdrop--blur"
556
+ ]
557
+ },
558
+ "state": {
559
+ "entering": [
560
+ "modal__backdrop--entering"
561
+ ],
562
+ "exiting": [
563
+ "modal__backdrop--exiting"
564
+ ]
565
+ }
566
+ }
567
+ }
568
+ },
569
+ "Modal.Container": {
570
+ "classes": {
571
+ "always": [
572
+ "modal__container"
573
+ ],
574
+ "byProp": {
575
+ "placement": {
576
+ "auto": [
577
+ "modal__container--auto"
578
+ ],
579
+ "top": [
580
+ "modal__container--top"
581
+ ],
582
+ "center": [
583
+ "modal__container--center"
584
+ ],
585
+ "bottom": [
586
+ "modal__container--bottom"
587
+ ]
588
+ },
589
+ "scroll": {
590
+ "inside": [
591
+ "modal__container--scroll-inside"
592
+ ],
593
+ "outside": [
594
+ "modal__container--scroll-outside"
595
+ ]
596
+ },
597
+ "size": {
598
+ "cover": [
599
+ "modal__container--size-cover"
600
+ ],
601
+ "full": [
602
+ "modal__container--size-full"
603
+ ]
604
+ },
605
+ "state": {
606
+ "entering": [
607
+ "modal__container--entering"
608
+ ],
609
+ "exiting": [
610
+ "modal__container--exiting"
611
+ ]
612
+ }
613
+ }
614
+ }
615
+ },
616
+ "Modal.Content": {
617
+ "classes": {
618
+ "always": [
619
+ "modal__content"
620
+ ],
621
+ "byProp": {
622
+ "scroll": {
623
+ "inside": [
624
+ "modal__content--scroll-inside"
625
+ ],
626
+ "outside": [
627
+ "modal__content--scroll-outside"
628
+ ]
629
+ },
630
+ "size": {
631
+ "xs": [
632
+ "modal__content--xs"
633
+ ],
634
+ "sm": [
635
+ "modal__content--sm"
636
+ ],
637
+ "md": [
638
+ "modal__content--md"
639
+ ],
640
+ "lg": [
641
+ "modal__content--lg"
642
+ ],
643
+ "cover": [
644
+ "modal__content--cover"
645
+ ],
646
+ "full": [
647
+ "modal__content--full"
648
+ ]
649
+ },
650
+ "state": {
651
+ "entering": [
652
+ "modal__content--entering"
653
+ ],
654
+ "exiting": [
655
+ "modal__content--exiting"
656
+ ]
657
+ }
658
+ }
659
+ }
660
+ },
661
+ "Modal.Header": {
662
+ "classes": {
663
+ "always": [
664
+ "modal__header"
665
+ ],
666
+ "byProp": {}
667
+ }
668
+ },
669
+ "Modal.Heading": {
670
+ "classes": {
671
+ "always": [
672
+ "modal__heading"
673
+ ],
674
+ "byProp": {}
675
+ }
676
+ },
677
+ "Modal.Icon": {
678
+ "classes": {
679
+ "always": [
680
+ "modal__icon"
681
+ ],
682
+ "byProp": {}
683
+ }
684
+ },
685
+ "Modal.Body": {
686
+ "classes": {
687
+ "always": [
688
+ "modal__body"
689
+ ],
690
+ "byProp": {
691
+ "scroll": {
692
+ "inside": [
693
+ "modal__body--scroll-inside"
694
+ ],
695
+ "outside": [
696
+ "modal__body--scroll-outside"
697
+ ]
698
+ }
699
+ }
700
+ }
701
+ },
702
+ "Modal.Footer": {
703
+ "classes": {
704
+ "always": [
705
+ "modal__footer"
706
+ ],
707
+ "byProp": {}
708
+ }
709
+ },
710
+ "Modal.CloseTrigger": {
711
+ "classes": {
712
+ "always": [
713
+ "modal__close-trigger"
714
+ ],
715
+ "byProp": {}
716
+ }
717
+ },
718
+ "Icon": {
719
+ "classes": {
720
+ "always": [
721
+ "icon"
722
+ ],
723
+ "byProp": {}
724
+ }
725
+ },
726
+ "Select": {
727
+ "classes": {
728
+ "always": [
729
+ "ui-select"
730
+ ],
731
+ "byProp": {
732
+ "fullWidth": [
733
+ "ui-select--full-width"
734
+ ],
735
+ "variant": {
736
+ "primary": [
737
+ "ui-select--primary"
738
+ ],
739
+ "secondary": [
740
+ "ui-select--secondary"
741
+ ]
742
+ },
743
+ "slot": {
744
+ "trigger": [
745
+ "ui-select__trigger"
746
+ ],
747
+ "triggerFullWidth": [
748
+ "ui-select__trigger--full-width"
749
+ ],
750
+ "value": [
751
+ "ui-select__value"
752
+ ],
753
+ "indicator": [
754
+ "ui-select__indicator"
755
+ ],
756
+ "icon": [
757
+ "ui-select__icon"
758
+ ],
759
+ "iconStart": [
760
+ "ui-select__icon--start"
761
+ ],
762
+ "iconEnd": [
763
+ "ui-select__icon--end"
764
+ ],
765
+ "popover": [
766
+ "ui-select__popover"
767
+ ],
768
+ "listbox": [
769
+ "ui-select__listbox"
770
+ ],
771
+ "option": [
772
+ "ui-select__option"
773
+ ],
774
+ "optionLabel": [
775
+ "ui-select__option-label"
776
+ ],
777
+ "optionIndicator": [
778
+ "ui-select__option-indicator"
779
+ ]
780
+ }
781
+ }
782
+ }
783
+ },
784
+ "Text": {
785
+ "classes": {
786
+ "always": [],
787
+ "byProp": {}
788
+ }
789
+ },
790
+ "TagGroup.Root": {
791
+ "classes": {
792
+ "always": [
793
+ "tag-group"
794
+ ],
795
+ "byProp": {}
796
+ },
797
+ "deps": [
798
+ "Tag"
799
+ ]
800
+ },
801
+ "TagGroup.List": {
802
+ "classes": {
803
+ "always": [
804
+ "tag-group__list"
805
+ ],
806
+ "byProp": {}
807
+ },
808
+ "deps": [
809
+ "Tag"
810
+ ]
811
+ },
812
+ "CheckboxGroup": {
813
+ "classes": {
814
+ "always": [
815
+ "checkbox-group"
816
+ ],
817
+ "byProp": {
818
+ "variant": {
819
+ "primary": [
820
+ "checkbox-group--primary"
821
+ ],
822
+ "secondary": [
823
+ "checkbox-group--secondary"
824
+ ]
825
+ },
826
+ "disabled": [
827
+ "checkbox-group--disabled"
828
+ ],
829
+ "invalid": [
830
+ "checkbox-group--invalid"
831
+ ]
832
+ }
833
+ },
834
+ "deps": [
835
+ "Checkbox"
836
+ ]
837
+ },
838
+ "RadioGroup": {
839
+ "classes": {
840
+ "always": [
841
+ "radio-group"
842
+ ],
843
+ "byProp": {
844
+ "slot": {
845
+ "label": [
846
+ "radio-group__label"
847
+ ],
848
+ "description": [
849
+ "radio-group__description"
850
+ ],
851
+ "error": [
852
+ "radio-group__error"
853
+ ],
854
+ "items": [
855
+ "radio-group__items"
856
+ ]
857
+ },
858
+ "orientation": {
859
+ "vertical": [
860
+ "radio-group--vertical"
861
+ ],
862
+ "horizontal": [
863
+ "radio-group--horizontal"
864
+ ]
865
+ },
866
+ "variant": {
867
+ "primary": [
868
+ "radio-group--primary"
869
+ ],
870
+ "secondary": [
871
+ "radio-group--secondary"
872
+ ]
873
+ },
874
+ "disabled": [
875
+ "radio-group--disabled"
876
+ ],
877
+ "invalid": [
878
+ "radio-group--invalid"
879
+ ]
880
+ }
881
+ }
882
+ },
883
+ "TextField": {
884
+ "classes": {
885
+ "always": [],
886
+ "byProp": {
887
+ "variant": {
888
+ "primary": [],
889
+ "secondary": []
890
+ },
891
+ "fullWidth": []
892
+ }
893
+ }
894
+ },
895
+ "ColorSwatch": {
896
+ "classes": {
897
+ "always": [
898
+ "color-swatch"
899
+ ],
900
+ "byProp": {
901
+ "shape": {
902
+ "circle": [
903
+ "color-swatch--circle"
904
+ ],
905
+ "square": [
906
+ "color-swatch--square"
907
+ ]
908
+ },
909
+ "size": {
910
+ "xs": [
911
+ "color-swatch--xs"
912
+ ],
913
+ "sm": [
914
+ "color-swatch--sm"
915
+ ],
916
+ "md": [
917
+ "color-swatch--md"
918
+ ],
919
+ "lg": [
920
+ "color-swatch--lg"
921
+ ],
922
+ "xl": [
923
+ "color-swatch--xl"
924
+ ]
925
+ }
926
+ }
927
+ },
928
+ "deps": [
929
+ "ColorSwatchPicker"
930
+ ]
931
+ },
932
+ "FieldError": {
933
+ "classes": {
934
+ "always": [
935
+ "field-error"
936
+ ],
937
+ "byProp": {}
938
+ }
939
+ },
940
+ "ColorField": {
941
+ "classes": {
942
+ "always": [
943
+ "color-field"
944
+ ],
945
+ "byProp": {
946
+ "slot": {
947
+ "group": [
948
+ "color-field__group"
949
+ ],
950
+ "input": [
951
+ "color-field__input"
952
+ ]
953
+ },
954
+ "fullWidth": [
955
+ "color-field--full-width"
956
+ ],
957
+ "disabled": [
958
+ "color-field--disabled"
959
+ ],
960
+ "groupFullWidth": [
961
+ "color-field__group--full-width"
962
+ ],
963
+ "groupInvalid": [
964
+ "color-field__group--invalid"
965
+ ]
966
+ }
967
+ },
968
+ "deps": [
969
+ "ColorWheelFlower"
970
+ ]
971
+ },
972
+ "ListBox.Root": {
973
+ "classes": {
974
+ "always": [],
975
+ "byProp": {
976
+ "variant": {
977
+ "default": [],
978
+ "danger": []
979
+ }
980
+ }
981
+ }
982
+ },
983
+ "ListBox.Item": {
984
+ "classes": {
985
+ "always": [],
986
+ "byProp": {
987
+ "variant": {
988
+ "default": [],
989
+ "danger": []
990
+ }
991
+ }
992
+ }
993
+ },
994
+ "ListBox.ItemIndicator": {
995
+ "classes": {
996
+ "always": [],
997
+ "byProp": {}
998
+ }
999
+ },
1000
+ "ListBox.Section": {
1001
+ "classes": {
1002
+ "always": [],
1003
+ "byProp": {}
1004
+ }
1005
+ },
1006
+ "CloseButton": {
1007
+ "classes": {
1008
+ "always": [
1009
+ "close-button"
1010
+ ],
1011
+ "byProp": {
1012
+ "variant": {
1013
+ "default": [
1014
+ "close-button--default"
1015
+ ]
1016
+ },
1017
+ "slot": {
1018
+ "icon": [
1019
+ "close-button__icon"
1020
+ ],
1021
+ "iconStart": [
1022
+ "close-button__icon--start"
1023
+ ],
1024
+ "iconEnd": [
1025
+ "close-button__icon--end"
1026
+ ]
1027
+ }
1028
+ }
1029
+ }
1030
+ },
1031
+ "ComboBox.Root": {
1032
+ "classes": {
1033
+ "always": [
1034
+ "combo-box"
1035
+ ],
1036
+ "byProp": {
1037
+ "variant": {
1038
+ "primary": [
1039
+ "combo-box--primary"
1040
+ ],
1041
+ "secondary": [
1042
+ "combo-box--secondary"
1043
+ ]
1044
+ },
1045
+ "fullWidth": [
1046
+ "combo-box--full-width"
1047
+ ]
1048
+ }
1049
+ }
1050
+ },
1051
+ "ComboBox.InputGroup": {
1052
+ "classes": {
1053
+ "always": [
1054
+ "combo-box__input-group"
1055
+ ],
1056
+ "byProp": {
1057
+ "fullWidth": [
1058
+ "combo-box__input-group--full-width"
1059
+ ]
1060
+ }
1061
+ }
1062
+ },
1063
+ "ComboBox.Input": {
1064
+ "classes": {
1065
+ "always": [
1066
+ "combo-box__input"
1067
+ ],
1068
+ "byProp": {}
1069
+ }
1070
+ },
1071
+ "ComboBox.Trigger": {
1072
+ "classes": {
1073
+ "always": [
1074
+ "combo-box__trigger"
1075
+ ],
1076
+ "byProp": {}
1077
+ }
1078
+ },
1079
+ "ComboBox.Popover": {
1080
+ "classes": {
1081
+ "always": [
1082
+ "combo-box__popover"
1083
+ ],
1084
+ "byProp": {}
1085
+ }
1086
+ },
1087
+ "ComboBox.List": {
1088
+ "classes": {
1089
+ "always": [
1090
+ "combo-box__list"
1091
+ ],
1092
+ "byProp": {}
1093
+ }
1094
+ },
1095
+ "ComboBox.Option": {
1096
+ "classes": {
1097
+ "always": [
1098
+ "combo-box__option"
1099
+ ],
1100
+ "byProp": {}
1101
+ }
1102
+ },
1103
+ "ComboBox.Icon": {
1104
+ "classes": {
1105
+ "always": [
1106
+ "combo-box__icon"
1107
+ ],
1108
+ "byProp": {}
1109
+ }
1110
+ },
1111
+ "ColorArea": {
1112
+ "classes": {
1113
+ "always": [
1114
+ "color-area"
1115
+ ],
1116
+ "byProp": {
1117
+ "slot": {
1118
+ "thumb": [
1119
+ "color-area__thumb"
1120
+ ]
1121
+ }
1122
+ }
1123
+ }
1124
+ },
1125
+ "Fieldset.Root": {
1126
+ "classes": {
1127
+ "always": [
1128
+ "fieldset"
1129
+ ],
1130
+ "byProp": {}
1131
+ }
1132
+ },
1133
+ "Fieldset.Legend": {
1134
+ "classes": {
1135
+ "always": [
1136
+ "fieldset__legend"
1137
+ ],
1138
+ "byProp": {}
1139
+ }
1140
+ },
1141
+ "Fieldset.Group": {
1142
+ "classes": {
1143
+ "always": [
1144
+ "fieldset__group"
1145
+ ],
1146
+ "byProp": {}
1147
+ }
1148
+ },
1149
+ "Fieldset.Actions": {
1150
+ "classes": {
1151
+ "always": [
1152
+ "fieldset__actions"
1153
+ ],
1154
+ "byProp": {}
1155
+ }
1156
+ },
1157
+ "Avatar": {
1158
+ "classes": {
1159
+ "always": [
1160
+ "avatar"
1161
+ ],
1162
+ "byProp": {
1163
+ "slot": {
1164
+ "image": [
1165
+ "avatar__image"
1166
+ ],
1167
+ "fallback": [
1168
+ "avatar__fallback"
1169
+ ]
1170
+ },
1171
+ "size": {
1172
+ "sm": [
1173
+ "avatar--sm"
1174
+ ],
1175
+ "md": [],
1176
+ "lg": [
1177
+ "avatar--lg"
1178
+ ]
1179
+ },
1180
+ "variant": {
1181
+ "default": [],
1182
+ "soft": [
1183
+ "avatar--soft"
1184
+ ]
1185
+ },
1186
+ "color": {
1187
+ "default": [
1188
+ "avatar__fallback--default"
1189
+ ],
1190
+ "accent": [
1191
+ "avatar__fallback--accent"
1192
+ ],
1193
+ "success": [
1194
+ "avatar__fallback--success"
1195
+ ],
1196
+ "warning": [
1197
+ "avatar__fallback--warning"
1198
+ ],
1199
+ "danger": [
1200
+ "avatar__fallback--danger"
1201
+ ]
1202
+ },
1203
+ "group": {
1204
+ "base": [
1205
+ "avatar-group"
1206
+ ],
1207
+ "overlap": []
1208
+ }
1209
+ }
1210
+ }
1211
+ },
1212
+ "Menu.Root": {
1213
+ "classes": {
1214
+ "always": [
1215
+ "menu"
1216
+ ],
1217
+ "byProp": {}
1218
+ }
1219
+ },
1220
+ "Menu.Item": {
1221
+ "classes": {
1222
+ "always": [
1223
+ "menu-item"
1224
+ ],
1225
+ "byProp": {
1226
+ "variant": {
1227
+ "default": [
1228
+ "menu-item--default"
1229
+ ],
1230
+ "danger": [
1231
+ "menu-item--danger"
1232
+ ]
1233
+ }
1234
+ }
1235
+ }
1236
+ },
1237
+ "Menu.ItemIndicator": {
1238
+ "classes": {
1239
+ "always": [
1240
+ "menu-item__indicator"
1241
+ ],
1242
+ "byProp": {}
1243
+ }
1244
+ },
1245
+ "Menu.Section": {
1246
+ "classes": {
1247
+ "always": [
1248
+ "menu-section"
1249
+ ],
1250
+ "byProp": {}
1251
+ }
1252
+ },
1253
+ "RangeCalendar.Root": {
1254
+ "classes": {
1255
+ "always": [
1256
+ "range-calendar"
1257
+ ],
1258
+ "byProp": {
1259
+ "disabled": [
1260
+ "range-calendar--disabled"
1261
+ ]
1262
+ }
1263
+ },
1264
+ "deps": [
1265
+ "Calendar"
1266
+ ]
1267
+ },
1268
+ "RangeCalendar.Calendar": {
1269
+ "classes": {
1270
+ "always": [
1271
+ "range-calendar__calendar"
1272
+ ],
1273
+ "byProp": {}
1274
+ },
1275
+ "deps": [
1276
+ "Calendar"
1277
+ ]
1278
+ },
1279
+ "Table.root": {
1280
+ "classes": {
1281
+ "always": [],
1282
+ "byProp": {
1283
+ "variant": {
1284
+ "primary": [],
1285
+ "secondary": []
1286
+ }
1287
+ }
1288
+ }
1289
+ },
1290
+ "DatePicker.Root": {
1291
+ "classes": {
1292
+ "always": [
1293
+ "date-picker"
1294
+ ],
1295
+ "byProp": {
1296
+ "open": [
1297
+ "date-picker--open"
1298
+ ],
1299
+ "disabled": [
1300
+ "date-picker--disabled"
1301
+ ]
1302
+ }
1303
+ },
1304
+ "deps": [
1305
+ "Calendar"
1306
+ ]
1307
+ },
1308
+ "DatePicker.Trigger": {
1309
+ "classes": {
1310
+ "always": [
1311
+ "date-picker__trigger"
1312
+ ],
1313
+ "byProp": {}
1314
+ },
1315
+ "deps": [
1316
+ "Calendar"
1317
+ ]
1318
+ },
1319
+ "DatePicker.TriggerValue": {
1320
+ "classes": {
1321
+ "always": [
1322
+ "date-picker__trigger-value"
1323
+ ],
1324
+ "byProp": {
1325
+ "placeholder": [
1326
+ "date-picker__trigger-value--placeholder"
1327
+ ]
1328
+ }
1329
+ },
1330
+ "deps": [
1331
+ "Calendar"
1332
+ ]
1333
+ },
1334
+ "DatePicker.TriggerIndicator": {
1335
+ "classes": {
1336
+ "always": [
1337
+ "date-picker__trigger-indicator"
1338
+ ],
1339
+ "byProp": {}
1340
+ },
1341
+ "deps": [
1342
+ "Calendar"
1343
+ ]
1344
+ },
1345
+ "DatePicker.TriggerIcon": {
1346
+ "classes": {
1347
+ "always": [
1348
+ "date-picker__trigger-icon"
1349
+ ],
1350
+ "byProp": {}
1351
+ },
1352
+ "deps": [
1353
+ "Calendar"
1354
+ ]
1355
+ },
1356
+ "DatePicker.Popover": {
1357
+ "classes": {
1358
+ "always": [
1359
+ "date-picker__popover"
1360
+ ],
1361
+ "byProp": {}
1362
+ },
1363
+ "deps": [
1364
+ "Calendar"
1365
+ ]
1366
+ },
1367
+ "DatePicker.Calendar": {
1368
+ "classes": {
1369
+ "always": [
1370
+ "date-picker__calendar"
1371
+ ],
1372
+ "byProp": {}
1373
+ },
1374
+ "deps": [
1375
+ "Calendar"
1376
+ ]
1377
+ },
1378
+ "Description": {
1379
+ "classes": {
1380
+ "always": [
1381
+ "description"
1382
+ ],
1383
+ "byProp": {}
1384
+ }
1385
+ },
1386
+ "Link": {
1387
+ "classes": {
1388
+ "always": [
1389
+ "link"
1390
+ ],
1391
+ "byProp": {
1392
+ "variant": {
1393
+ "default": [
1394
+ "link--default"
1395
+ ]
1396
+ },
1397
+ "underline": {
1398
+ "always": [
1399
+ "link--underline-always"
1400
+ ],
1401
+ "hover": [
1402
+ "link--underline-hover"
1403
+ ],
1404
+ "none": [
1405
+ "link--underline-none"
1406
+ ]
1407
+ },
1408
+ "external": [
1409
+ "link--external"
1410
+ ],
1411
+ "disabled": [
1412
+ "link--disabled"
1413
+ ],
1414
+ "slot": {
1415
+ "icon": [
1416
+ "link__icon"
1417
+ ],
1418
+ "iconDefault": [
1419
+ "link__icon-default"
1420
+ ]
1421
+ }
1422
+ }
1423
+ }
1424
+ },
1425
+ "Button": {
1426
+ "classes": {
1427
+ "always": [
1428
+ "button"
1429
+ ],
1430
+ "byProp": {
1431
+ "variant": {
1432
+ "primary": [
1433
+ "button--primary"
1434
+ ],
1435
+ "secondary": [
1436
+ "button--secondary"
1437
+ ],
1438
+ "tertiary": [
1439
+ "button--tertiary"
1440
+ ],
1441
+ "outline": [
1442
+ "button--outline"
1443
+ ],
1444
+ "ghost": [
1445
+ "button--ghost"
1446
+ ],
1447
+ "danger": [
1448
+ "button--danger"
1449
+ ],
1450
+ "danger-soft": [
1451
+ "button--danger-soft"
1452
+ ]
1453
+ },
1454
+ "size": {
1455
+ "sm": [
1456
+ "button--sm"
1457
+ ],
1458
+ "md": [
1459
+ "button--md"
1460
+ ],
1461
+ "lg": [
1462
+ "button--lg"
1463
+ ]
1464
+ },
1465
+ "isIconOnly": [
1466
+ "button--icon-only"
1467
+ ],
1468
+ "fullWidth": [
1469
+ "button--full-width"
1470
+ ],
1471
+ "slot": {
1472
+ "spinner": [
1473
+ "button__spinner"
1474
+ ],
1475
+ "icon": [
1476
+ "button__icon"
1477
+ ],
1478
+ "iconStart": [
1479
+ "button__icon--start"
1480
+ ],
1481
+ "iconEnd": [
1482
+ "button__icon--end"
1483
+ ]
1484
+ }
1485
+ }
1486
+ },
1487
+ "deps": [
1488
+ "ButtonGroup"
1489
+ ]
1490
+ },
1491
+ "Textarea": {
1492
+ "classes": {
1493
+ "always": [],
1494
+ "byProp": {}
1495
+ },
1496
+ "deps": [
1497
+ "TextArea"
1498
+ ]
1499
+ },
1500
+ "ErrorMessage": {
1501
+ "classes": {
1502
+ "always": [
1503
+ "error-message"
1504
+ ],
1505
+ "byProp": {}
1506
+ }
1507
+ },
1508
+ "InputGroup.Root": {
1509
+ "classes": {
1510
+ "always": [
1511
+ "input-group"
1512
+ ],
1513
+ "byProp": {
1514
+ "variant": {
1515
+ "primary": [
1516
+ "input-group--primary"
1517
+ ],
1518
+ "secondary": [
1519
+ "input-group--secondary"
1520
+ ]
1521
+ },
1522
+ "fullWidth": [
1523
+ "input-group--full-width"
1524
+ ]
1525
+ }
1526
+ },
1527
+ "deps": [
1528
+ "TextField"
1529
+ ]
1530
+ },
1531
+ "InputGroup.Input": {
1532
+ "classes": {
1533
+ "always": [
1534
+ "input-group__input"
1535
+ ],
1536
+ "byProp": {}
1537
+ },
1538
+ "deps": [
1539
+ "TextField"
1540
+ ]
1541
+ },
1542
+ "InputGroup.Prefix": {
1543
+ "classes": {
1544
+ "always": [
1545
+ "input-group__prefix"
1546
+ ],
1547
+ "byProp": {}
1548
+ },
1549
+ "deps": [
1550
+ "TextField"
1551
+ ]
1552
+ },
1553
+ "InputGroup.Suffix": {
1554
+ "classes": {
1555
+ "always": [
1556
+ "input-group__suffix"
1557
+ ],
1558
+ "byProp": {}
1559
+ },
1560
+ "deps": [
1561
+ "TextField"
1562
+ ]
1563
+ },
1564
+ "Popover": {
1565
+ "classes": {
1566
+ "always": [
1567
+ "popover"
1568
+ ],
1569
+ "byProp": {
1570
+ "slot": {
1571
+ "root": [
1572
+ "popover-root"
1573
+ ],
1574
+ "trigger": [
1575
+ "popover__trigger"
1576
+ ],
1577
+ "dialog": [
1578
+ "popover__dialog"
1579
+ ],
1580
+ "arrow": [
1581
+ "popover__arrow"
1582
+ ],
1583
+ "heading": [
1584
+ "popover__heading"
1585
+ ]
1586
+ }
1587
+ }
1588
+ }
1589
+ },
1590
+ "Toggle": {
1591
+ "classes": {
1592
+ "always": [
1593
+ "toggle"
1594
+ ],
1595
+ "byProp": {
1596
+ "slot": {
1597
+ "input": [
1598
+ "toggle__input"
1599
+ ],
1600
+ "control": [
1601
+ "toggle__control"
1602
+ ],
1603
+ "thumb": [
1604
+ "toggle__thumb"
1605
+ ],
1606
+ "icon": [
1607
+ "toggle__icon"
1608
+ ],
1609
+ "content": [
1610
+ "toggle__content"
1611
+ ],
1612
+ "description": [
1613
+ "toggle__description"
1614
+ ]
1615
+ },
1616
+ "color": {
1617
+ "default": [
1618
+ "toggle--default"
1619
+ ],
1620
+ "accent": [
1621
+ "toggle--accent"
1622
+ ],
1623
+ "success": [
1624
+ "toggle--success"
1625
+ ],
1626
+ "warning": [
1627
+ "toggle--warning"
1628
+ ],
1629
+ "danger": [
1630
+ "toggle--danger"
1631
+ ]
1632
+ },
1633
+ "size": {
1634
+ "sm": [
1635
+ "toggle--sm"
1636
+ ],
1637
+ "md": [
1638
+ "toggle--md"
1639
+ ],
1640
+ "lg": [
1641
+ "toggle--lg"
1642
+ ]
1643
+ },
1644
+ "disabled": [
1645
+ "toggle--disabled"
1646
+ ]
1647
+ }
1648
+ }
1649
+ },
1650
+ "ColorSlider": {
1651
+ "classes": {
1652
+ "always": [
1653
+ "color-slider"
1654
+ ],
1655
+ "byProp": {
1656
+ "slot": {
1657
+ "track": [
1658
+ "color-slider__track"
1659
+ ],
1660
+ "thumb": [
1661
+ "color-slider__thumb"
1662
+ ]
1663
+ },
1664
+ "alpha": [
1665
+ "color-slider--alpha"
1666
+ ],
1667
+ "dragging": [
1668
+ "color-slider--dragging"
1669
+ ]
1670
+ }
1671
+ }
1672
+ },
1673
+ "Spinner": {
1674
+ "classes": {
1675
+ "always": [
1676
+ "spinner"
1677
+ ],
1678
+ "byProp": {
1679
+ "size": {
1680
+ "xs": [
1681
+ "spinner--xs"
1682
+ ],
1683
+ "sm": [
1684
+ "spinner--sm"
1685
+ ],
1686
+ "md": [],
1687
+ "lg": [
1688
+ "spinner--lg"
1689
+ ],
1690
+ "xl": [
1691
+ "spinner--xl"
1692
+ ]
1693
+ },
1694
+ "color": {
1695
+ "current": [
1696
+ "spinner--current"
1697
+ ],
1698
+ "accent": [
1699
+ "spinner--accent"
1700
+ ],
1701
+ "success": [
1702
+ "spinner--success"
1703
+ ],
1704
+ "warning": [
1705
+ "spinner--warning"
1706
+ ],
1707
+ "danger": [
1708
+ "spinner--danger"
1709
+ ]
1710
+ },
1711
+ "variant": {
1712
+ "spinner": [
1713
+ "spinner--spinner"
1714
+ ],
1715
+ "dots": [
1716
+ "spinner--dots"
1717
+ ],
1718
+ "ring": [
1719
+ "spinner--ring"
1720
+ ],
1721
+ "ball": [
1722
+ "spinner--ball"
1723
+ ],
1724
+ "bars": [
1725
+ "spinner--bars"
1726
+ ],
1727
+ "infinity": [
1728
+ "spinner--infinity"
1729
+ ]
1730
+ }
1731
+ }
1732
+ }
1733
+ },
1734
+ "EmptyState": {
1735
+ "classes": {
1736
+ "always": [
1737
+ "empty-state"
1738
+ ],
1739
+ "byProp": {
1740
+ "slot": {
1741
+ "icon": [
1742
+ "empty-state__icon"
1743
+ ],
1744
+ "title": [
1745
+ "empty-state__title"
1746
+ ],
1747
+ "description": [
1748
+ "empty-state__description"
1749
+ ],
1750
+ "actions": [
1751
+ "empty-state__actions"
1752
+ ]
1753
+ }
1754
+ }
1755
+ }
1756
+ },
1757
+ "TimeField.Root": {
1758
+ "classes": {
1759
+ "always": [
1760
+ "time-field"
1761
+ ],
1762
+ "byProp": {
1763
+ "variant": {
1764
+ "primary": [
1765
+ "time-field--primary"
1766
+ ],
1767
+ "secondary": [
1768
+ "time-field--secondary"
1769
+ ]
1770
+ },
1771
+ "fullWidth": [
1772
+ "time-field--full-width"
1773
+ ]
1774
+ }
1775
+ }
1776
+ },
1777
+ "TimeField.Group": {
1778
+ "classes": {
1779
+ "always": [
1780
+ "date-input-group"
1781
+ ],
1782
+ "byProp": {
1783
+ "variant": {
1784
+ "primary": [
1785
+ "date-input-group--primary"
1786
+ ],
1787
+ "secondary": [
1788
+ "date-input-group--secondary"
1789
+ ]
1790
+ },
1791
+ "fullWidth": [
1792
+ "date-input-group--full-width"
1793
+ ]
1794
+ }
1795
+ }
1796
+ },
1797
+ "TimeField.Input": {
1798
+ "classes": {
1799
+ "always": [
1800
+ "date-input-group__input"
1801
+ ],
1802
+ "byProp": {}
1803
+ }
1804
+ },
1805
+ "TimeField.InputContainer": {
1806
+ "classes": {
1807
+ "always": [
1808
+ "date-input-group__input-container"
1809
+ ],
1810
+ "byProp": {}
1811
+ }
1812
+ },
1813
+ "TimeField.Segment": {
1814
+ "classes": {
1815
+ "always": [
1816
+ "date-input-group__segment"
1817
+ ],
1818
+ "byProp": {}
1819
+ }
1820
+ },
1821
+ "TimeField.Prefix": {
1822
+ "classes": {
1823
+ "always": [
1824
+ "date-input-group__prefix"
1825
+ ],
1826
+ "byProp": {}
1827
+ }
1828
+ },
1829
+ "TimeField.Suffix": {
1830
+ "classes": {
1831
+ "always": [
1832
+ "date-input-group__suffix"
1833
+ ],
1834
+ "byProp": {}
1835
+ }
1836
+ },
1837
+ "ColorWheelFlower": {
1838
+ "classes": {
1839
+ "always": [
1840
+ "color-wheel-flower"
1841
+ ],
1842
+ "byProp": {
1843
+ "disabled": [
1844
+ "color-wheel-flower--disabled"
1845
+ ],
1846
+ "ringShell": {
1847
+ "base": [
1848
+ "color-wheel-flower__ring-shell"
1849
+ ],
1850
+ "outer": [
1851
+ "color-wheel-flower__ring-shell--outer"
1852
+ ],
1853
+ "inner": [
1854
+ "color-wheel-flower__ring-shell--inner"
1855
+ ]
1856
+ },
1857
+ "ring": {
1858
+ "base": [
1859
+ "color-wheel-flower__ring"
1860
+ ],
1861
+ "outer": [
1862
+ "color-wheel-flower__ring--outer"
1863
+ ],
1864
+ "inner": [
1865
+ "color-wheel-flower__ring--inner"
1866
+ ]
1867
+ },
1868
+ "dot": {
1869
+ "base": [
1870
+ "color-wheel-flower__dot"
1871
+ ],
1872
+ "frame": [
1873
+ "color-wheel-flower__dot-frame"
1874
+ ],
1875
+ "motion": [
1876
+ "color-wheel-flower__dot-motion"
1877
+ ]
1878
+ },
1879
+ "swatch": {
1880
+ "base": [
1881
+ "color-wheel-flower__swatch"
1882
+ ],
1883
+ "center": [
1884
+ "color-wheel-flower__swatch--center"
1885
+ ]
1886
+ },
1887
+ "highlight": {
1888
+ "base": [
1889
+ "color-wheel-flower__highlight"
1890
+ ],
1891
+ "hovered": [
1892
+ "color-wheel-flower__highlight--hovered"
1893
+ ],
1894
+ "pulsing": [
1895
+ "color-wheel-flower__highlight--pulsing"
1896
+ ]
1897
+ }
1898
+ }
1899
+ },
1900
+ "deps": [
1901
+ "ColorSwatch",
1902
+ "ColorSwatchPicker"
1903
+ ]
1904
+ },
1905
+ "Surface": {
1906
+ "classes": {
1907
+ "always": [
1908
+ "surface"
1909
+ ],
1910
+ "byProp": {
1911
+ "variant": {
1912
+ "default": [
1913
+ "surface--default"
1914
+ ],
1915
+ "secondary": [
1916
+ "surface--secondary"
1917
+ ],
1918
+ "tertiary": [
1919
+ "surface--tertiary"
1920
+ ],
1921
+ "transparent": [
1922
+ "surface--transparent"
1923
+ ]
1924
+ }
1925
+ }
1926
+ }
1927
+ },
1928
+ "GlassPanel": {
1929
+ "classes": {
1930
+ "always": [
1931
+ "glass-panel"
1932
+ ],
1933
+ "byProp": {
1934
+ "blur": {
1935
+ "none": [
1936
+ "glass-panel--blur-none"
1937
+ ],
1938
+ "sm": [
1939
+ "glass-panel--blur-sm"
1940
+ ],
1941
+ "md": [
1942
+ "glass-panel--blur-md"
1943
+ ],
1944
+ "lg": [
1945
+ "glass-panel--blur-lg"
1946
+ ],
1947
+ "xl": [
1948
+ "glass-panel--blur-xl"
1949
+ ],
1950
+ "2xl": [
1951
+ "glass-panel--blur-2xl"
1952
+ ]
1953
+ },
1954
+ "size": {
1955
+ "xs": [
1956
+ "glass-panel__content--xs"
1957
+ ],
1958
+ "sm": [
1959
+ "glass-panel__content--sm"
1960
+ ],
1961
+ "md": [
1962
+ "glass-panel__content--md"
1963
+ ],
1964
+ "lg": [
1965
+ "glass-panel__content--lg"
1966
+ ],
1967
+ "xl": [
1968
+ "glass-panel__content--xl"
1969
+ ]
1970
+ },
1971
+ "accent": {
1972
+ "primary": [
1973
+ "glass-panel--accent-primary"
1974
+ ],
1975
+ "secondary": [
1976
+ "glass-panel--accent-secondary"
1977
+ ],
1978
+ "accent": [
1979
+ "glass-panel--accent-accent"
1980
+ ],
1981
+ "info": [
1982
+ "glass-panel--accent-info"
1983
+ ],
1984
+ "success": [
1985
+ "glass-panel--accent-success"
1986
+ ],
1987
+ "warning": [
1988
+ "glass-panel--accent-warning"
1989
+ ],
1990
+ "error": [
1991
+ "glass-panel--accent-error"
1992
+ ],
1993
+ "neutral": [
1994
+ "glass-panel--accent-neutral"
1995
+ ],
1996
+ "ghost": [
1997
+ "glass-panel--accent-ghost"
1998
+ ]
1999
+ },
2000
+ "transparent": [
2001
+ "glass-panel--transparent"
2002
+ ],
2003
+ "glow": [
2004
+ "glass-panel--glow"
2005
+ ],
2006
+ "contentCollapsed": [
2007
+ "glass-panel__content--collapsed"
2008
+ ],
2009
+ "contentCollapsible": [
2010
+ "glass-panel__content--collapsible"
2011
+ ],
2012
+ "contentInnerHidden": [
2013
+ "glass-panel__content-inner--hidden"
2014
+ ],
2015
+ "chevronOpen": [
2016
+ "glass-panel__chevron--open"
2017
+ ],
2018
+ "slot": {
2019
+ "headerButton": [
2020
+ "glass-panel__header-button"
2021
+ ],
2022
+ "headerLabel": [
2023
+ "glass-panel__header-label"
2024
+ ],
2025
+ "chevron": [
2026
+ "glass-panel__chevron"
2027
+ ],
2028
+ "content": [
2029
+ "glass-panel__content"
2030
+ ],
2031
+ "contentInner": [
2032
+ "glass-panel__content-inner"
2033
+ ]
2034
+ }
2035
+ }
2036
+ }
2037
+ },
2038
+ "Slider": {
2039
+ "classes": {
2040
+ "always": [
2041
+ "slider"
2042
+ ],
2043
+ "byProp": {
2044
+ "size": {
2045
+ "sm": [
2046
+ "slider--sm"
2047
+ ],
2048
+ "md": [
2049
+ "slider--md"
2050
+ ],
2051
+ "lg": [
2052
+ "slider--lg"
2053
+ ]
2054
+ }
2055
+ }
2056
+ }
2057
+ },
2058
+ "DisclosureGroup": {
2059
+ "classes": {
2060
+ "always": [
2061
+ "disclosure-group"
2062
+ ],
2063
+ "byProp": {}
2064
+ }
2065
+ },
2066
+ "Label": {
2067
+ "classes": {
2068
+ "always": [
2069
+ "label"
2070
+ ],
2071
+ "byProp": {
2072
+ "required": [
2073
+ "label--required"
2074
+ ],
2075
+ "disabled": [
2076
+ "label--disabled"
2077
+ ],
2078
+ "invalid": [
2079
+ "label--invalid"
2080
+ ]
2081
+ }
2082
+ }
2083
+ },
2084
+ "Checkbox": {
2085
+ "classes": {
2086
+ "always": [
2087
+ "checkbox"
2088
+ ],
2089
+ "byProp": {
2090
+ "slot": {
2091
+ "input": [
2092
+ "checkbox__input"
2093
+ ],
2094
+ "control": [
2095
+ "checkbox__control"
2096
+ ],
2097
+ "indicator": [
2098
+ "checkbox__indicator"
2099
+ ],
2100
+ "content": [
2101
+ "checkbox__content"
2102
+ ],
2103
+ "description": [
2104
+ "checkbox__description"
2105
+ ]
2106
+ },
2107
+ "variant": {
2108
+ "primary": [
2109
+ "checkbox--primary"
2110
+ ],
2111
+ "secondary": [
2112
+ "checkbox--secondary"
2113
+ ]
2114
+ },
2115
+ "disabled": [
2116
+ "checkbox--disabled"
2117
+ ]
2118
+ }
2119
+ },
2120
+ "deps": [
2121
+ "CheckboxGroup"
2122
+ ]
2123
+ },
2124
+ "Toolbar": {
2125
+ "classes": {
2126
+ "always": [
2127
+ "toolbar"
2128
+ ],
2129
+ "byProp": {
2130
+ "orientation": {
2131
+ "horizontal": [
2132
+ "toolbar--horizontal"
2133
+ ],
2134
+ "vertical": [
2135
+ "toolbar--vertical"
2136
+ ]
2137
+ },
2138
+ "attached": [
2139
+ "toolbar--attached"
2140
+ ]
2141
+ }
2142
+ }
2143
+ },
2144
+ "TextArea": {
2145
+ "classes": {
2146
+ "always": [
2147
+ "textarea"
2148
+ ],
2149
+ "byProp": {
2150
+ "variant": {
2151
+ "primary": [
2152
+ "textarea--primary"
2153
+ ],
2154
+ "secondary": [
2155
+ "textarea--secondary"
2156
+ ]
2157
+ },
2158
+ "fullWidth": [
2159
+ "textarea--full-width"
2160
+ ]
2161
+ }
2162
+ },
2163
+ "deps": [
2164
+ "TextField"
2165
+ ]
2166
+ },
2167
+ "Chip": {
2168
+ "classes": {
2169
+ "always": [
2170
+ "chip"
2171
+ ],
2172
+ "byProp": {
2173
+ "slot": {
2174
+ "icon": [
2175
+ "chip__icon"
2176
+ ],
2177
+ "iconStart": [
2178
+ "chip__icon--start"
2179
+ ],
2180
+ "iconEnd": [
2181
+ "chip__icon--end"
2182
+ ],
2183
+ "label": [
2184
+ "chip__label"
2185
+ ],
2186
+ "remove": [
2187
+ "chip__remove"
2188
+ ],
2189
+ "removeIcon": [
2190
+ "chip__remove-icon"
2191
+ ]
2192
+ },
2193
+ "variant": {
2194
+ "solid": [
2195
+ "chip--solid"
2196
+ ],
2197
+ "flat": [
2198
+ "chip--flat"
2199
+ ],
2200
+ "bordered": [
2201
+ "chip--bordered"
2202
+ ]
2203
+ },
2204
+ "color": {
2205
+ "default": [
2206
+ "chip--default"
2207
+ ],
2208
+ "primary": [
2209
+ "chip--primary"
2210
+ ],
2211
+ "accent": [
2212
+ "chip--accent"
2213
+ ],
2214
+ "success": [
2215
+ "chip--success"
2216
+ ],
2217
+ "warning": [
2218
+ "chip--warning"
2219
+ ],
2220
+ "danger": [
2221
+ "chip--danger"
2222
+ ]
2223
+ },
2224
+ "size": {
2225
+ "sm": [
2226
+ "chip--sm"
2227
+ ],
2228
+ "md": [
2229
+ "chip--md"
2230
+ ],
2231
+ "lg": [
2232
+ "chip--lg"
2233
+ ]
2234
+ }
2235
+ }
2236
+ }
2237
+ },
2238
+ "NumberField.Root": {
2239
+ "classes": {
2240
+ "always": [
2241
+ "number-field"
2242
+ ],
2243
+ "byProp": {
2244
+ "variant": {
2245
+ "primary": [
2246
+ "number-field--primary"
2247
+ ],
2248
+ "secondary": [
2249
+ "number-field--secondary"
2250
+ ]
2251
+ },
2252
+ "fullWidth": [
2253
+ "number-field--full-width"
2254
+ ]
2255
+ }
2256
+ }
2257
+ },
2258
+ "NumberField.Group": {
2259
+ "classes": {
2260
+ "always": [
2261
+ "number-field__group"
2262
+ ],
2263
+ "byProp": {
2264
+ "fullWidth": [
2265
+ "number-field__group--full-width"
2266
+ ]
2267
+ }
2268
+ }
2269
+ },
2270
+ "NumberField.Input": {
2271
+ "classes": {
2272
+ "always": [
2273
+ "number-field__input"
2274
+ ],
2275
+ "byProp": {}
2276
+ }
2277
+ },
2278
+ "NumberField.IncrementButton": {
2279
+ "classes": {
2280
+ "always": [
2281
+ "number-field__increment-button"
2282
+ ],
2283
+ "byProp": {}
2284
+ }
2285
+ },
2286
+ "NumberField.DecrementButton": {
2287
+ "classes": {
2288
+ "always": [
2289
+ "number-field__decrement-button"
2290
+ ],
2291
+ "byProp": {}
2292
+ }
2293
+ },
2294
+ "Toast.Provider": {
2295
+ "classes": {
2296
+ "always": [
2297
+ "toast-region"
2298
+ ],
2299
+ "byProp": {
2300
+ "item": {
2301
+ "base": [
2302
+ "toast-region__item"
2303
+ ],
2304
+ "placement": [
2305
+ "toast-region__item--bottom",
2306
+ "toast-region__item--bottom-start",
2307
+ "toast-region__item--bottom-end",
2308
+ "toast-region__item--top",
2309
+ "toast-region__item--top-start",
2310
+ "toast-region__item--top-end"
2311
+ ],
2312
+ "state": [
2313
+ "toast-region__item--hidden"
2314
+ ]
2315
+ },
2316
+ "placement": {
2317
+ "bottom": [
2318
+ "toast-region--bottom"
2319
+ ],
2320
+ "bottomStart": [
2321
+ "toast-region--bottom-start"
2322
+ ],
2323
+ "bottomEnd": [
2324
+ "toast-region--bottom-end"
2325
+ ],
2326
+ "top": [
2327
+ "toast-region--top"
2328
+ ],
2329
+ "topStart": [
2330
+ "toast-region--top-start"
2331
+ ],
2332
+ "topEnd": [
2333
+ "toast-region--top-end"
2334
+ ]
2335
+ }
2336
+ }
2337
+ },
2338
+ "deps": [
2339
+ "Button",
2340
+ "CloseButton"
2341
+ ]
2342
+ },
2343
+ "Toast.Item": {
2344
+ "classes": {
2345
+ "always": [
2346
+ "toast"
2347
+ ],
2348
+ "byProp": {
2349
+ "variant": {
2350
+ "default": [
2351
+ "toast--default"
2352
+ ],
2353
+ "accent": [
2354
+ "toast--accent"
2355
+ ],
2356
+ "success": [
2357
+ "toast--success"
2358
+ ],
2359
+ "warning": [
2360
+ "toast--warning"
2361
+ ],
2362
+ "danger": [
2363
+ "toast--danger"
2364
+ ]
2365
+ },
2366
+ "state": {
2367
+ "frontmost": [
2368
+ "toast--frontmost"
2369
+ ],
2370
+ "hidden": [
2371
+ "toast--hidden"
2372
+ ],
2373
+ "entering": [
2374
+ "toast--entering"
2375
+ ],
2376
+ "exiting": [
2377
+ "toast--exiting"
2378
+ ]
2379
+ }
2380
+ }
2381
+ },
2382
+ "deps": [
2383
+ "Button",
2384
+ "CloseButton"
2385
+ ]
2386
+ },
2387
+ "Toast.Content": {
2388
+ "classes": {
2389
+ "always": [
2390
+ "toast__content"
2391
+ ],
2392
+ "byProp": {}
2393
+ },
2394
+ "deps": [
2395
+ "Button",
2396
+ "CloseButton"
2397
+ ]
2398
+ },
2399
+ "Toast.Indicator": {
2400
+ "classes": {
2401
+ "always": [
2402
+ "toast__indicator"
2403
+ ],
2404
+ "byProp": {}
2405
+ },
2406
+ "deps": [
2407
+ "Button",
2408
+ "CloseButton"
2409
+ ]
2410
+ },
2411
+ "Toast.Spinner": {
2412
+ "classes": {
2413
+ "always": [
2414
+ "toast__spinner"
2415
+ ],
2416
+ "byProp": {}
2417
+ },
2418
+ "deps": [
2419
+ "Button",
2420
+ "CloseButton"
2421
+ ]
2422
+ },
2423
+ "Toast.Title": {
2424
+ "classes": {
2425
+ "always": [
2426
+ "toast__title"
2427
+ ],
2428
+ "byProp": {}
2429
+ },
2430
+ "deps": [
2431
+ "Button",
2432
+ "CloseButton"
2433
+ ]
2434
+ },
2435
+ "Toast.Description": {
2436
+ "classes": {
2437
+ "always": [
2438
+ "toast__description"
2439
+ ],
2440
+ "byProp": {}
2441
+ },
2442
+ "deps": [
2443
+ "Button",
2444
+ "CloseButton"
2445
+ ]
2446
+ },
2447
+ "Toast.Action": {
2448
+ "classes": {
2449
+ "always": [
2450
+ "toast__action"
2451
+ ],
2452
+ "byProp": {}
2453
+ },
2454
+ "deps": [
2455
+ "Button",
2456
+ "CloseButton"
2457
+ ]
2458
+ },
2459
+ "Toast.Close": {
2460
+ "classes": {
2461
+ "always": [
2462
+ "toast__close"
2463
+ ],
2464
+ "byProp": {}
2465
+ },
2466
+ "deps": [
2467
+ "Button",
2468
+ "CloseButton"
2469
+ ]
2470
+ },
2471
+ "ProgressBar": {
2472
+ "classes": {
2473
+ "always": [
2474
+ "progress-bar"
2475
+ ],
2476
+ "byProp": {
2477
+ "size": {
2478
+ "sm": [
2479
+ "progress-bar--sm"
2480
+ ],
2481
+ "md": [
2482
+ "progress-bar--md"
2483
+ ],
2484
+ "lg": [
2485
+ "progress-bar--lg"
2486
+ ]
2487
+ },
2488
+ "color": {
2489
+ "default": [
2490
+ "progress-bar--default"
2491
+ ],
2492
+ "accent": [
2493
+ "progress-bar--accent"
2494
+ ],
2495
+ "success": [
2496
+ "progress-bar--success"
2497
+ ],
2498
+ "warning": [
2499
+ "progress-bar--warning"
2500
+ ],
2501
+ "danger": [
2502
+ "progress-bar--danger"
2503
+ ]
2504
+ },
2505
+ "state": {
2506
+ "indeterminate": [
2507
+ "progress-bar--indeterminate"
2508
+ ],
2509
+ "disabled": [
2510
+ "progress-bar--disabled"
2511
+ ]
2512
+ }
2513
+ }
2514
+ }
2515
+ },
2516
+ "Separator": {
2517
+ "classes": {
2518
+ "always": [
2519
+ "separator"
2520
+ ],
2521
+ "byProp": {
2522
+ "orientation": {
2523
+ "horizontal": [
2524
+ "separator--horizontal"
2525
+ ],
2526
+ "vertical": [
2527
+ "separator--vertical"
2528
+ ]
2529
+ },
2530
+ "variant": {
2531
+ "default": [
2532
+ "separator--default"
2533
+ ],
2534
+ "secondary": [
2535
+ "separator--secondary"
2536
+ ],
2537
+ "tertiary": [
2538
+ "separator--tertiary"
2539
+ ]
2540
+ }
2541
+ }
2542
+ }
2543
+ },
2544
+ "Skeleton": {
2545
+ "classes": {
2546
+ "always": [
2547
+ "skeleton"
2548
+ ],
2549
+ "byProp": {
2550
+ "animation": {
2551
+ "shimmer": [
2552
+ "skeleton--shimmer"
2553
+ ],
2554
+ "pulse": [
2555
+ "skeleton--pulse"
2556
+ ],
2557
+ "none": [
2558
+ "skeleton--none"
2559
+ ]
2560
+ }
2561
+ }
2562
+ }
2563
+ },
2564
+ "Accordion.Root": {
2565
+ "classes": {
2566
+ "always": [
2567
+ "accordion"
2568
+ ],
2569
+ "byProp": {
2570
+ "variant": {
2571
+ "default": [
2572
+ "accordion--default"
2573
+ ],
2574
+ "surface": [
2575
+ "accordion--surface"
2576
+ ]
2577
+ }
2578
+ }
2579
+ }
2580
+ },
2581
+ "Accordion.Item": {
2582
+ "classes": {
2583
+ "always": [
2584
+ "accordion__item"
2585
+ ],
2586
+ "byProp": {
2587
+ "expanded": [
2588
+ "accordion__item--expanded"
2589
+ ],
2590
+ "disabled": [
2591
+ "accordion__item--disabled"
2592
+ ],
2593
+ "hideSeparator": [
2594
+ "accordion__item--hide-separator"
2595
+ ]
2596
+ }
2597
+ }
2598
+ },
2599
+ "Accordion.Trigger": {
2600
+ "classes": {
2601
+ "always": [
2602
+ "accordion__trigger"
2603
+ ],
2604
+ "byProp": {}
2605
+ }
2606
+ },
2607
+ "Accordion.Indicator": {
2608
+ "classes": {
2609
+ "always": [
2610
+ "accordion__indicator"
2611
+ ],
2612
+ "byProp": {
2613
+ "expanded": [
2614
+ "accordion__indicator--expanded"
2615
+ ]
2616
+ }
2617
+ }
2618
+ },
2619
+ "Accordion.Content": {
2620
+ "classes": {
2621
+ "always": [
2622
+ "accordion__content"
2623
+ ],
2624
+ "byProp": {
2625
+ "expanded": [
2626
+ "accordion__content--expanded"
2627
+ ]
2628
+ }
2629
+ }
2630
+ },
2631
+ "Accordion.Body": {
2632
+ "classes": {
2633
+ "always": [
2634
+ "accordion__body"
2635
+ ],
2636
+ "byProp": {}
2637
+ }
2638
+ },
2639
+ "Accordion.BodyInner": {
2640
+ "classes": {
2641
+ "always": [
2642
+ "accordion__body-inner"
2643
+ ],
2644
+ "byProp": {}
2645
+ }
2646
+ },
2647
+ "Alert": {
2648
+ "classes": {
2649
+ "always": [
2650
+ "alert"
2651
+ ],
2652
+ "byProp": {
2653
+ "slot": {
2654
+ "indicator": [
2655
+ "alert__indicator"
2656
+ ],
2657
+ "content": [
2658
+ "alert__content"
2659
+ ],
2660
+ "title": [
2661
+ "alert__title"
2662
+ ],
2663
+ "description": [
2664
+ "alert__description"
2665
+ ]
2666
+ },
2667
+ "status": {
2668
+ "default": [
2669
+ "alert--default"
2670
+ ],
2671
+ "accent": [
2672
+ "alert--accent"
2673
+ ],
2674
+ "success": [
2675
+ "alert--success"
2676
+ ],
2677
+ "warning": [
2678
+ "alert--warning"
2679
+ ],
2680
+ "danger": [
2681
+ "alert--danger"
2682
+ ]
2683
+ }
2684
+ }
2685
+ }
2686
+ },
2687
+ "Input": {
2688
+ "classes": {
2689
+ "always": [
2690
+ "input-root"
2691
+ ],
2692
+ "byProp": {
2693
+ "slot": {
2694
+ "control": [
2695
+ "input-control"
2696
+ ],
2697
+ "field": [
2698
+ "input-field"
2699
+ ],
2700
+ "label": [
2701
+ "input-label"
2702
+ ],
2703
+ "helper": [
2704
+ "input-helper"
2705
+ ],
2706
+ "icon": [
2707
+ "input__icon"
2708
+ ],
2709
+ "iconStart": [
2710
+ "input__icon--start"
2711
+ ],
2712
+ "iconEnd": [
2713
+ "input__icon--end"
2714
+ ]
2715
+ },
2716
+ "size": {
2717
+ "sm": [
2718
+ "input-control--sm"
2719
+ ],
2720
+ "md": [
2721
+ "input-control--md"
2722
+ ],
2723
+ "lg": [
2724
+ "input-control--lg"
2725
+ ]
2726
+ },
2727
+ "fullWidthRoot": [
2728
+ "input-root--full-width"
2729
+ ],
2730
+ "fullWidthControl": [
2731
+ "input-control--full-width"
2732
+ ],
2733
+ "invalid": [
2734
+ "input-control--invalid"
2735
+ ],
2736
+ "disabled": [
2737
+ "input-control--disabled"
2738
+ ],
2739
+ "helperInvalid": [
2740
+ "input-helper--invalid"
2741
+ ]
2742
+ }
2743
+ }
2744
+ },
2745
+ "NoiseBackground": {
2746
+ "classes": {
2747
+ "always": [
2748
+ "noise-background"
2749
+ ],
2750
+ "byProp": {
2751
+ "backdropBlur": [
2752
+ "noise-background--backdrop-blur"
2753
+ ],
2754
+ "slot": {
2755
+ "layer0": [
2756
+ "noise-background__layer",
2757
+ "noise-background__layer--0"
2758
+ ],
2759
+ "layer1": [
2760
+ "noise-background__layer",
2761
+ "noise-background__layer--1"
2762
+ ],
2763
+ "layer2": [
2764
+ "noise-background__layer",
2765
+ "noise-background__layer--2"
2766
+ ],
2767
+ "strip": [
2768
+ "noise-background__strip"
2769
+ ],
2770
+ "noiseWrap": [
2771
+ "noise-background__noise-wrap"
2772
+ ],
2773
+ "noiseImage": [
2774
+ "noise-background__noise-image"
2775
+ ],
2776
+ "content": [
2777
+ "noise-background__content"
2778
+ ]
2779
+ }
2780
+ }
2781
+ }
2782
+ },
2783
+ "SizePicker": {
2784
+ "classes": {
2785
+ "always": [],
2786
+ "byProp": {}
2787
+ },
2788
+ "deps": [
2789
+ "Button"
2790
+ ]
2791
+ },
2792
+ "ColorSwatchPicker": {
2793
+ "classes": {
2794
+ "always": [
2795
+ "color-swatch-picker"
2796
+ ],
2797
+ "byProp": {}
2798
+ }
2799
+ },
2800
+ "Join": {
2801
+ "classes": {
2802
+ "always": [
2803
+ "join"
2804
+ ],
2805
+ "byProp": {
2806
+ "vertical": [
2807
+ "join-vertical"
2808
+ ],
2809
+ "horizontal": [
2810
+ "join-horizontal"
2811
+ ],
2812
+ "responsive": [
2813
+ "join-vertical"
2814
+ ]
2815
+ }
2816
+ }
2817
+ },
2818
+ "DateRangePicker.Root": {
2819
+ "classes": {
2820
+ "always": [
2821
+ "date-range-picker"
2822
+ ],
2823
+ "byProp": {
2824
+ "open": [
2825
+ "date-range-picker--open"
2826
+ ],
2827
+ "disabled": [
2828
+ "date-range-picker--disabled"
2829
+ ]
2830
+ }
2831
+ },
2832
+ "deps": [
2833
+ "Calendar"
2834
+ ]
2835
+ },
2836
+ "DateRangePicker.Trigger": {
2837
+ "classes": {
2838
+ "always": [
2839
+ "date-range-picker__trigger"
2840
+ ],
2841
+ "byProp": {}
2842
+ },
2843
+ "deps": [
2844
+ "Calendar"
2845
+ ]
2846
+ },
2847
+ "DateRangePicker.TriggerSegment": {
2848
+ "classes": {
2849
+ "always": [
2850
+ "date-range-picker__trigger-segment"
2851
+ ],
2852
+ "byProp": {
2853
+ "placeholder": [
2854
+ "date-range-picker__trigger-segment--placeholder"
2855
+ ]
2856
+ }
2857
+ },
2858
+ "deps": [
2859
+ "Calendar"
2860
+ ]
2861
+ },
2862
+ "DateRangePicker.RangeSeparator": {
2863
+ "classes": {
2864
+ "always": [
2865
+ "date-range-picker__range-separator"
2866
+ ],
2867
+ "byProp": {}
2868
+ },
2869
+ "deps": [
2870
+ "Calendar"
2871
+ ]
2872
+ },
2873
+ "DateRangePicker.TriggerIndicator": {
2874
+ "classes": {
2875
+ "always": [
2876
+ "date-range-picker__trigger-indicator"
2877
+ ],
2878
+ "byProp": {}
2879
+ },
2880
+ "deps": [
2881
+ "Calendar"
2882
+ ]
2883
+ },
2884
+ "DateRangePicker.TriggerIcon": {
2885
+ "classes": {
2886
+ "always": [
2887
+ "date-range-picker__trigger-icon"
2888
+ ],
2889
+ "byProp": {}
2890
+ },
2891
+ "deps": [
2892
+ "Calendar"
2893
+ ]
2894
+ },
2895
+ "DateRangePicker.Popover": {
2896
+ "classes": {
2897
+ "always": [
2898
+ "date-range-picker__popover"
2899
+ ],
2900
+ "byProp": {}
2901
+ },
2902
+ "deps": [
2903
+ "Calendar"
2904
+ ]
2905
+ },
2906
+ "DateRangePicker.Calendar": {
2907
+ "classes": {
2908
+ "always": [
2909
+ "date-range-picker__calendar"
2910
+ ],
2911
+ "byProp": {}
2912
+ },
2913
+ "deps": [
2914
+ "Calendar"
2915
+ ]
2916
+ },
2917
+ "Card.Root": {
2918
+ "classes": {
2919
+ "always": [
2920
+ "card"
2921
+ ],
2922
+ "byProp": {
2923
+ "variant": {
2924
+ "default": [
2925
+ "card--default"
2926
+ ],
2927
+ "flat": [
2928
+ "card--flat"
2929
+ ],
2930
+ "bordered": [
2931
+ "card--bordered"
2932
+ ],
2933
+ "shadow": [
2934
+ "card--shadow"
2935
+ ]
2936
+ },
2937
+ "isHoverable": [
2938
+ "card--hoverable"
2939
+ ],
2940
+ "isPressable": [
2941
+ "card--pressable"
2942
+ ]
2943
+ }
2944
+ }
2945
+ },
2946
+ "Card.Header": {
2947
+ "classes": {
2948
+ "always": [
2949
+ "card__header"
2950
+ ],
2951
+ "byProp": {}
2952
+ }
2953
+ },
2954
+ "Card.Body": {
2955
+ "classes": {
2956
+ "always": [
2957
+ "card__body"
2958
+ ],
2959
+ "byProp": {}
2960
+ }
2961
+ },
2962
+ "Card.Footer": {
2963
+ "classes": {
2964
+ "always": [
2965
+ "card__footer"
2966
+ ],
2967
+ "byProp": {}
2968
+ }
2969
+ },
2970
+ "ChatBubble": {
2971
+ "classes": {
2972
+ "always": [
2973
+ "chatbubble"
2974
+ ],
2975
+ "byProp": {
2976
+ "align": {
2977
+ "start": [
2978
+ "chatbubble--start"
2979
+ ],
2980
+ "end": [
2981
+ "chatbubble--end"
2982
+ ]
2983
+ },
2984
+ "slot": {
2985
+ "header": [
2986
+ "chatbubble__header"
2987
+ ],
2988
+ "footer": [
2989
+ "chatbubble__footer"
2990
+ ],
2991
+ "avatar": [
2992
+ "chatbubble__avatar"
2993
+ ],
2994
+ "message": [
2995
+ "chatbubble__message"
2996
+ ],
2997
+ "time": [
2998
+ "chatbubble__time"
2999
+ ]
3000
+ },
3001
+ "color": {
3002
+ "neutral": [
3003
+ "chatbubble__message--neutral"
3004
+ ],
3005
+ "primary": [
3006
+ "chatbubble__message--primary"
3007
+ ],
3008
+ "secondary": [
3009
+ "chatbubble__message--secondary"
3010
+ ],
3011
+ "accent": [
3012
+ "chatbubble__message--accent"
3013
+ ],
3014
+ "info": [
3015
+ "chatbubble__message--info"
3016
+ ],
3017
+ "success": [
3018
+ "chatbubble__message--success"
3019
+ ],
3020
+ "warning": [
3021
+ "chatbubble__message--warning"
3022
+ ],
3023
+ "error": [
3024
+ "chatbubble__message--error"
3025
+ ]
3026
+ }
3027
+ }
3028
+ }
3029
+ },
3030
+ "Radio": {
3031
+ "classes": {
3032
+ "always": [
3033
+ "radio"
3034
+ ],
3035
+ "byProp": {
3036
+ "slot": {
3037
+ "input": [
3038
+ "radio__input"
3039
+ ],
3040
+ "control": [
3041
+ "radio__control"
3042
+ ],
3043
+ "indicator": [
3044
+ "radio__indicator"
3045
+ ],
3046
+ "content": [
3047
+ "radio__content"
3048
+ ],
3049
+ "description": [
3050
+ "radio__description"
3051
+ ]
3052
+ },
3053
+ "disabled": [
3054
+ "radio--disabled"
3055
+ ]
3056
+ }
3057
+ },
3058
+ "deps": [
3059
+ "RadioGroup"
3060
+ ]
3061
+ },
3062
+ "Calendar.Root": {
3063
+ "classes": {
3064
+ "always": [
3065
+ "calendar"
3066
+ ],
3067
+ "byProp": {
3068
+ "disabled": [
3069
+ "calendar--disabled"
3070
+ ]
3071
+ }
3072
+ }
3073
+ },
3074
+ "Calendar.Header": {
3075
+ "classes": {
3076
+ "always": [
3077
+ "calendar__header"
3078
+ ],
3079
+ "byProp": {}
3080
+ }
3081
+ },
3082
+ "Calendar.Heading": {
3083
+ "classes": {
3084
+ "always": [
3085
+ "calendar__heading"
3086
+ ],
3087
+ "byProp": {}
3088
+ }
3089
+ },
3090
+ "Calendar.Nav": {
3091
+ "classes": {
3092
+ "always": [
3093
+ "calendar__nav"
3094
+ ],
3095
+ "byProp": {}
3096
+ }
3097
+ },
3098
+ "Calendar.NavButton": {
3099
+ "classes": {
3100
+ "always": [
3101
+ "calendar__nav-button"
3102
+ ],
3103
+ "byProp": {}
3104
+ }
3105
+ },
3106
+ "Calendar.NavButtonIcon": {
3107
+ "classes": {
3108
+ "always": [
3109
+ "calendar__nav-button-icon"
3110
+ ],
3111
+ "byProp": {}
3112
+ }
3113
+ },
3114
+ "Calendar.Grid": {
3115
+ "classes": {
3116
+ "always": [
3117
+ "calendar__grid"
3118
+ ],
3119
+ "byProp": {}
3120
+ }
3121
+ },
3122
+ "Calendar.GridHeader": {
3123
+ "classes": {
3124
+ "always": [
3125
+ "calendar__grid-header"
3126
+ ],
3127
+ "byProp": {}
3128
+ }
3129
+ },
3130
+ "Calendar.GridBody": {
3131
+ "classes": {
3132
+ "always": [
3133
+ "calendar__grid-body"
3134
+ ],
3135
+ "byProp": {}
3136
+ }
3137
+ },
3138
+ "Calendar.GridRow": {
3139
+ "classes": {
3140
+ "always": [
3141
+ "calendar__grid-row"
3142
+ ],
3143
+ "byProp": {}
3144
+ }
3145
+ },
3146
+ "Calendar.HeaderCell": {
3147
+ "classes": {
3148
+ "always": [
3149
+ "calendar__header-cell"
3150
+ ],
3151
+ "byProp": {}
3152
+ }
3153
+ },
3154
+ "Calendar.DayWrapper": {
3155
+ "classes": {
3156
+ "always": [
3157
+ "calendar__day-wrapper"
3158
+ ],
3159
+ "byProp": {}
3160
+ }
3161
+ },
3162
+ "Calendar.DayPlaceholder": {
3163
+ "classes": {
3164
+ "always": [
3165
+ "calendar__day-placeholder"
3166
+ ],
3167
+ "byProp": {}
3168
+ }
3169
+ },
3170
+ "Calendar.Cell": {
3171
+ "classes": {
3172
+ "always": [
3173
+ "calendar__cell"
3174
+ ],
3175
+ "byProp": {
3176
+ "selected": [
3177
+ "calendar__cell--selected"
3178
+ ],
3179
+ "rangeStart": [
3180
+ "calendar__cell--range-start"
3181
+ ],
3182
+ "rangeEnd": [
3183
+ "calendar__cell--range-end"
3184
+ ],
3185
+ "inRange": [
3186
+ "calendar__cell--in-range"
3187
+ ],
3188
+ "inPreviewRange": [
3189
+ "calendar__cell--in-preview-range"
3190
+ ],
3191
+ "today": [
3192
+ "calendar__cell--today"
3193
+ ],
3194
+ "outsideMonth": [
3195
+ "calendar__cell--outside-month"
3196
+ ],
3197
+ "disabled": [
3198
+ "calendar__cell--disabled"
3199
+ ],
3200
+ "unavailable": [
3201
+ "calendar__cell--unavailable"
3202
+ ],
3203
+ "focused": [
3204
+ "calendar__cell--focused"
3205
+ ]
3206
+ }
3207
+ }
3208
+ },
3209
+ "Calendar.Day": {
3210
+ "classes": {
3211
+ "always": [
3212
+ "calendar__day"
3213
+ ],
3214
+ "byProp": {}
3215
+ }
3216
+ },
3217
+ "ThemeColorPicker": {
3218
+ "classes": {
3219
+ "always": [],
3220
+ "byProp": {}
3221
+ },
3222
+ "deps": [
3223
+ "Button",
3224
+ "ColorWheelFlower",
3225
+ "Icon"
3226
+ ]
3227
+ },
3228
+ "DateField.Root": {
3229
+ "classes": {
3230
+ "always": [
3231
+ "date-field"
3232
+ ],
3233
+ "byProp": {
3234
+ "variant": {
3235
+ "primary": [
3236
+ "date-field--primary"
3237
+ ],
3238
+ "secondary": [
3239
+ "date-field--secondary"
3240
+ ]
3241
+ },
3242
+ "fullWidth": [
3243
+ "date-field--full-width"
3244
+ ]
3245
+ }
3246
+ }
3247
+ },
3248
+ "DateField.Group": {
3249
+ "classes": {
3250
+ "always": [
3251
+ "date-input-group"
3252
+ ],
3253
+ "byProp": {
3254
+ "variant": {
3255
+ "primary": [
3256
+ "date-input-group--primary"
3257
+ ],
3258
+ "secondary": [
3259
+ "date-input-group--secondary"
3260
+ ]
3261
+ },
3262
+ "fullWidth": [
3263
+ "date-input-group--full-width"
3264
+ ]
3265
+ }
3266
+ }
3267
+ },
3268
+ "DateField.Input": {
3269
+ "classes": {
3270
+ "always": [
3271
+ "date-input-group__input"
3272
+ ],
3273
+ "byProp": {}
3274
+ }
3275
+ },
3276
+ "DateField.InputContainer": {
3277
+ "classes": {
3278
+ "always": [
3279
+ "date-input-group__input-container"
3280
+ ],
3281
+ "byProp": {}
3282
+ }
3283
+ },
3284
+ "DateField.Segment": {
3285
+ "classes": {
3286
+ "always": [
3287
+ "date-input-group__segment"
3288
+ ],
3289
+ "byProp": {}
3290
+ }
3291
+ },
3292
+ "DateField.Prefix": {
3293
+ "classes": {
3294
+ "always": [
3295
+ "date-input-group__prefix"
3296
+ ],
3297
+ "byProp": {}
3298
+ }
3299
+ },
3300
+ "DateField.Suffix": {
3301
+ "classes": {
3302
+ "always": [
3303
+ "date-input-group__suffix"
3304
+ ],
3305
+ "byProp": {}
3306
+ }
3307
+ },
3308
+ "LanguageSwitcher": {
3309
+ "classes": {
3310
+ "always": [
3311
+ "language-switcher"
3312
+ ],
3313
+ "byProp": {}
3314
+ },
3315
+ "deps": [
3316
+ "Dropdown",
3317
+ "Icon"
3318
+ ]
3319
+ },
3320
+ "ScrollShadow": {
3321
+ "classes": {
3322
+ "always": [],
3323
+ "byProp": {
3324
+ "orientation": {
3325
+ "vertical": [],
3326
+ "horizontal": []
3327
+ },
3328
+ "variant": {
3329
+ "fade": []
3330
+ },
3331
+ "hideScrollBar": []
3332
+ }
3333
+ }
3334
+ },
3335
+ "InputOTP.Root": {
3336
+ "classes": {
3337
+ "always": [
3338
+ "input-otp"
3339
+ ],
3340
+ "byProp": {
3341
+ "variant": {
3342
+ "primary": [
3343
+ "input-otp--primary"
3344
+ ],
3345
+ "secondary": [
3346
+ "input-otp--secondary"
3347
+ ]
3348
+ }
3349
+ }
3350
+ }
3351
+ },
3352
+ "InputOTP.Input": {
3353
+ "classes": {
3354
+ "always": [
3355
+ "input-otp__input"
3356
+ ],
3357
+ "byProp": {}
3358
+ }
3359
+ },
3360
+ "InputOTP.Group": {
3361
+ "classes": {
3362
+ "always": [
3363
+ "input-otp__group"
3364
+ ],
3365
+ "byProp": {}
3366
+ }
3367
+ },
3368
+ "InputOTP.Slot": {
3369
+ "classes": {
3370
+ "always": [
3371
+ "input-otp__slot"
3372
+ ],
3373
+ "byProp": {}
3374
+ }
3375
+ },
3376
+ "InputOTP.Separator": {
3377
+ "classes": {
3378
+ "always": [
3379
+ "input-otp__separator"
3380
+ ],
3381
+ "byProp": {}
3382
+ }
3383
+ },
3384
+ "Tooltip": {
3385
+ "classes": {
3386
+ "always": [
3387
+ "tooltip"
3388
+ ],
3389
+ "byProp": {
3390
+ "slot": {
3391
+ "trigger": [
3392
+ "tooltip__trigger"
3393
+ ],
3394
+ "content": [
3395
+ "tooltip__content"
3396
+ ],
3397
+ "arrow": [
3398
+ "tooltip__arrow"
3399
+ ]
3400
+ }
3401
+ }
3402
+ }
3403
+ },
3404
+ "Form": {
3405
+ "classes": {
3406
+ "always": [
3407
+ "form"
3408
+ ],
3409
+ "byProp": {}
3410
+ },
3411
+ "deps": [
3412
+ "Button",
3413
+ "Input",
3414
+ "Label"
3415
+ ]
3416
+ },
3417
+ "GlowCard": {
3418
+ "classes": {
3419
+ "always": [
3420
+ "glow-card"
3421
+ ],
3422
+ "byProp": {}
3423
+ }
3424
+ },
3425
+ "Footer": {
3426
+ "classes": {
3427
+ "always": [
3428
+ "footer"
3429
+ ],
3430
+ "byProp": {
3431
+ "center": [
3432
+ "footer--center"
3433
+ ],
3434
+ "horizontal": [
3435
+ "footer--horizontal"
3436
+ ],
3437
+ "vertical": [
3438
+ "footer--vertical"
3439
+ ]
3440
+ }
3441
+ }
3442
+ },
3443
+ "Pagination": {
3444
+ "classes": {
3445
+ "always": [
3446
+ "pagination"
3447
+ ],
3448
+ "byProp": {
3449
+ "slot": {
3450
+ "summary": [
3451
+ "pagination__summary"
3452
+ ],
3453
+ "content": [
3454
+ "pagination__content"
3455
+ ],
3456
+ "item": [
3457
+ "pagination__item"
3458
+ ],
3459
+ "link": [
3460
+ "pagination__link"
3461
+ ],
3462
+ "linkNav": [
3463
+ "pagination__link--nav"
3464
+ ],
3465
+ "ellipsis": [
3466
+ "pagination__ellipsis"
3467
+ ]
3468
+ }
3469
+ }
3470
+ }
3471
+ },
3472
+ "Drawer.Root": {
3473
+ "classes": {
3474
+ "always": [
3475
+ "drawer"
3476
+ ],
3477
+ "byProp": {
3478
+ "state": {
3479
+ "open": [
3480
+ "drawer--open"
3481
+ ],
3482
+ "entering": [
3483
+ "drawer--entering"
3484
+ ],
3485
+ "exiting": [
3486
+ "drawer--exiting"
3487
+ ],
3488
+ "closed": [
3489
+ "drawer--closed"
3490
+ ]
3491
+ }
3492
+ }
3493
+ }
3494
+ },
3495
+ "Drawer.Trigger": {
3496
+ "classes": {
3497
+ "always": [
3498
+ "drawer__trigger"
3499
+ ],
3500
+ "byProp": {}
3501
+ }
3502
+ },
3503
+ "Drawer.Backdrop": {
3504
+ "classes": {
3505
+ "always": [
3506
+ "drawer__backdrop"
3507
+ ],
3508
+ "byProp": {
3509
+ "variant": {
3510
+ "opaque": [
3511
+ "drawer__backdrop--opaque"
3512
+ ],
3513
+ "blur": [
3514
+ "drawer__backdrop--blur"
3515
+ ],
3516
+ "transparent": [
3517
+ "drawer__backdrop--transparent"
3518
+ ]
3519
+ },
3520
+ "state": {
3521
+ "entering": [
3522
+ "drawer__backdrop--entering"
3523
+ ],
3524
+ "exiting": [
3525
+ "drawer__backdrop--exiting"
3526
+ ]
3527
+ }
3528
+ }
3529
+ }
3530
+ },
3531
+ "Drawer.Content": {
3532
+ "classes": {
3533
+ "always": [
3534
+ "drawer__content"
3535
+ ],
3536
+ "byProp": {
3537
+ "placement": {
3538
+ "top": [
3539
+ "drawer__content--top"
3540
+ ],
3541
+ "bottom": [
3542
+ "drawer__content--bottom"
3543
+ ],
3544
+ "left": [
3545
+ "drawer__content--left"
3546
+ ],
3547
+ "right": [
3548
+ "drawer__content--right"
3549
+ ]
3550
+ },
3551
+ "scroll": {
3552
+ "inside": [
3553
+ "drawer__content--scroll-inside"
3554
+ ],
3555
+ "outside": [
3556
+ "drawer__content--scroll-outside"
3557
+ ]
3558
+ },
3559
+ "state": {
3560
+ "entering": [
3561
+ "drawer__content--entering"
3562
+ ],
3563
+ "exiting": [
3564
+ "drawer__content--exiting"
3565
+ ]
3566
+ }
3567
+ }
3568
+ }
3569
+ },
3570
+ "Drawer.Dialog": {
3571
+ "classes": {
3572
+ "always": [
3573
+ "drawer__dialog"
3574
+ ],
3575
+ "byProp": {
3576
+ "axis": {
3577
+ "side": [
3578
+ "drawer__dialog--axis-side"
3579
+ ],
3580
+ "edge": [
3581
+ "drawer__dialog--axis-edge"
3582
+ ]
3583
+ },
3584
+ "size": {
3585
+ "side": [
3586
+ "drawer__dialog--side-sm",
3587
+ "drawer__dialog--side-md",
3588
+ "drawer__dialog--side-lg",
3589
+ "drawer__dialog--side-full"
3590
+ ],
3591
+ "edge": [
3592
+ "drawer__dialog--edge-sm",
3593
+ "drawer__dialog--edge-md",
3594
+ "drawer__dialog--edge-lg",
3595
+ "drawer__dialog--edge-full"
3596
+ ]
3597
+ },
3598
+ "state": {
3599
+ "entering": [
3600
+ "drawer__dialog--entering"
3601
+ ],
3602
+ "exiting": [
3603
+ "drawer__dialog--exiting"
3604
+ ]
3605
+ }
3606
+ }
3607
+ }
3608
+ },
3609
+ "Drawer.Header": {
3610
+ "classes": {
3611
+ "always": [
3612
+ "drawer__header"
3613
+ ],
3614
+ "byProp": {}
3615
+ }
3616
+ },
3617
+ "Drawer.Heading": {
3618
+ "classes": {
3619
+ "always": [
3620
+ "drawer__heading"
3621
+ ],
3622
+ "byProp": {}
3623
+ }
3624
+ },
3625
+ "Drawer.Body": {
3626
+ "classes": {
3627
+ "always": [
3628
+ "drawer__body"
3629
+ ],
3630
+ "byProp": {}
3631
+ }
3632
+ },
3633
+ "Drawer.Footer": {
3634
+ "classes": {
3635
+ "always": [
3636
+ "drawer__footer"
3637
+ ],
3638
+ "byProp": {}
3639
+ }
3640
+ },
3641
+ "Drawer.Handle": {
3642
+ "classes": {
3643
+ "always": [
3644
+ "drawer__handle"
3645
+ ],
3646
+ "byProp": {}
3647
+ }
3648
+ },
3649
+ "Drawer.CloseTrigger": {
3650
+ "classes": {
3651
+ "always": [
3652
+ "drawer__close-trigger"
3653
+ ],
3654
+ "byProp": {}
3655
+ }
3656
+ },
3657
+ "Navbar.navbar": {
3658
+ "classes": {
3659
+ "always": [
3660
+ "navbar"
3661
+ ],
3662
+ "byProp": {}
3663
+ }
3664
+ },
3665
+ "Navbar.section": {
3666
+ "classes": {
3667
+ "always": [
3668
+ "navbar__section"
3669
+ ],
3670
+ "byProp": {
3671
+ "variant": {
3672
+ "start": [
3673
+ "navbar__section--start"
3674
+ ],
3675
+ "center": [
3676
+ "navbar__section--center"
3677
+ ],
3678
+ "end": [
3679
+ "navbar__section--end"
3680
+ ]
3681
+ }
3682
+ }
3683
+ }
3684
+ },
3685
+ "Navbar.stack": {
3686
+ "classes": {
3687
+ "always": [
3688
+ "navbar__stack"
3689
+ ],
3690
+ "byProp": {
3691
+ "sticky": [
3692
+ "navbar__stack--sticky"
3693
+ ],
3694
+ "container": [
3695
+ "navbar__stack--container"
3696
+ ]
3697
+ }
3698
+ }
3699
+ },
3700
+ "Navbar.row": {
3701
+ "classes": {
3702
+ "always": [
3703
+ "navbar__row"
3704
+ ],
3705
+ "byProp": {
3706
+ "bordered": [
3707
+ "navbar__row--bordered"
3708
+ ],
3709
+ "padded": [
3710
+ "navbar__row--padded"
3711
+ ],
3712
+ "color": {
3713
+ "ghost": [
3714
+ "navbar__row--ghost"
3715
+ ],
3716
+ "neutral": [
3717
+ "navbar__row--neutral"
3718
+ ],
3719
+ "primary": [
3720
+ "navbar__row--primary"
3721
+ ],
3722
+ "secondary": [
3723
+ "navbar__row--secondary"
3724
+ ],
3725
+ "accent": [
3726
+ "navbar__row--accent"
3727
+ ],
3728
+ "info": [
3729
+ "navbar__row--info"
3730
+ ],
3731
+ "success": [
3732
+ "navbar__row--success"
3733
+ ],
3734
+ "warning": [
3735
+ "navbar__row--warning"
3736
+ ],
3737
+ "error": [
3738
+ "navbar__row--error"
3739
+ ]
3740
+ }
3741
+ }
3742
+ }
3743
+ },
3744
+ "Dropdown": {
3745
+ "classes": {
3746
+ "always": [
3747
+ "dropdown"
3748
+ ],
3749
+ "byProp": {
3750
+ "slot": {
3751
+ "trigger": [
3752
+ "dropdown__trigger"
3753
+ ],
3754
+ "popover": [
3755
+ "dropdown__popover"
3756
+ ],
3757
+ "menu": [
3758
+ "dropdown__menu"
3759
+ ],
3760
+ "item": [
3761
+ "dropdown__item"
3762
+ ],
3763
+ "group": [
3764
+ "dropdown__group"
3765
+ ],
3766
+ "separator": [
3767
+ "dropdown__separator"
3768
+ ]
3769
+ }
3770
+ }
3771
+ }
3772
+ },
3773
+ "Kbd": {
3774
+ "classes": {
3775
+ "always": [
3776
+ "kbd"
3777
+ ],
3778
+ "byProp": {
3779
+ "variant": {
3780
+ "default": [
3781
+ "kbd--default"
3782
+ ],
3783
+ "light": [
3784
+ "kbd--light"
3785
+ ]
3786
+ },
3787
+ "slot": {
3788
+ "abbr": [
3789
+ "kbd__abbr"
3790
+ ],
3791
+ "content": [
3792
+ "kbd__content"
3793
+ ]
3794
+ }
3795
+ }
3796
+ }
3797
+ },
3798
+ "FloatingDock": {
3799
+ "classes": {
3800
+ "always": [
3801
+ "floating-dock"
3802
+ ],
3803
+ "byProp": {
3804
+ "barOrientation": {
3805
+ "horizontal": [
3806
+ "floating-dock__bar--horizontal"
3807
+ ],
3808
+ "vertical": [
3809
+ "floating-dock__bar--vertical"
3810
+ ]
3811
+ },
3812
+ "mobilePopupDirection": {
3813
+ "top": [
3814
+ "floating-dock__mobile-popup--top"
3815
+ ],
3816
+ "bottom": [
3817
+ "floating-dock__mobile-popup--bottom"
3818
+ ],
3819
+ "left": [
3820
+ "floating-dock__mobile-popup--left"
3821
+ ],
3822
+ "right": [
3823
+ "floating-dock__mobile-popup--right"
3824
+ ]
3825
+ }
3826
+ }
3827
+ }
3828
+ },
3829
+ "Tabs": {
3830
+ "classes": {
3831
+ "always": [
3832
+ "tabs"
3833
+ ],
3834
+ "byProp": {
3835
+ "slot": {
3836
+ "listContainer": [
3837
+ "tabs__list-container"
3838
+ ],
3839
+ "list": [
3840
+ "tabs__list"
3841
+ ],
3842
+ "indicator": [
3843
+ "tabs__indicator"
3844
+ ],
3845
+ "tab": [
3846
+ "tabs__tab"
3847
+ ],
3848
+ "panel": [
3849
+ "tabs__panel"
3850
+ ],
3851
+ "separator": [
3852
+ "tabs__separator"
3853
+ ]
3854
+ },
3855
+ "variant": {
3856
+ "secondary": [
3857
+ "tabs--secondary"
3858
+ ]
3859
+ }
3860
+ }
3861
+ }
3862
+ },
3863
+ "ProgressCircle": {
3864
+ "classes": {
3865
+ "always": [
3866
+ "progress-circle"
3867
+ ],
3868
+ "byProp": {
3869
+ "size": {
3870
+ "sm": [
3871
+ "progress-circle--sm"
3872
+ ],
3873
+ "md": [
3874
+ "progress-circle--md"
3875
+ ],
3876
+ "lg": [
3877
+ "progress-circle--lg"
3878
+ ]
3879
+ },
3880
+ "color": {
3881
+ "default": [
3882
+ "progress-circle--default"
3883
+ ],
3884
+ "accent": [
3885
+ "progress-circle--accent"
3886
+ ],
3887
+ "success": [
3888
+ "progress-circle--success"
3889
+ ],
3890
+ "warning": [
3891
+ "progress-circle--warning"
3892
+ ],
3893
+ "danger": [
3894
+ "progress-circle--danger"
3895
+ ]
3896
+ },
3897
+ "state": {
3898
+ "indeterminate": [
3899
+ "progress-circle--indeterminate"
3900
+ ],
3901
+ "disabled": [
3902
+ "progress-circle--disabled"
3903
+ ]
3904
+ }
3905
+ }
3906
+ }
3907
+ },
3908
+ "Disclosure": {
3909
+ "classes": {
3910
+ "always": [
3911
+ "disclosure"
3912
+ ],
3913
+ "byProp": {
3914
+ "slot": {
3915
+ "heading": [
3916
+ "disclosure__heading"
3917
+ ],
3918
+ "trigger": [
3919
+ "disclosure__trigger"
3920
+ ],
3921
+ "indicator": [
3922
+ "disclosure__indicator"
3923
+ ],
3924
+ "content": [
3925
+ "disclosure__content"
3926
+ ],
3927
+ "body": [
3928
+ "disclosure__body"
3929
+ ],
3930
+ "bodyInner": [
3931
+ "disclosure__body-inner"
3932
+ ]
3933
+ },
3934
+ "expanded": [
3935
+ "disclosure--expanded"
3936
+ ],
3937
+ "disabled": [
3938
+ "disclosure--disabled"
3939
+ ]
3940
+ }
3941
+ },
3942
+ "deps": [
3943
+ "DisclosureGroup"
3944
+ ]
3945
+ }
3946
+ }