@pathscale/ui 1.1.76 → 1.1.78

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