@pathscale/ui 1.1.76 → 1.1.77

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