@pathscale/ui 1.1.48 → 1.1.50

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