@pathscale/ui 1.1.36 → 1.1.38

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,1087 @@
1
+ {
2
+ "ButtonGroup.Root": {
3
+ "classes": {
4
+ "always": [
5
+ "button-group"
6
+ ],
7
+ "byProp": {
8
+ "orientation": {
9
+ "horizontal": [
10
+ "button-group--horizontal"
11
+ ],
12
+ "vertical": [
13
+ "button-group--vertical"
14
+ ]
15
+ },
16
+ "fullWidth": [
17
+ "button-group--full-width"
18
+ ]
19
+ }
20
+ }
21
+ },
22
+ "ButtonGroup.Separator": {
23
+ "classes": {
24
+ "always": [
25
+ "button-group__separator"
26
+ ],
27
+ "byProp": {}
28
+ }
29
+ },
30
+ "Header": {
31
+ "classes": {
32
+ "always": [
33
+ "header"
34
+ ],
35
+ "byProp": {}
36
+ }
37
+ },
38
+ "Tag.Root": {
39
+ "classes": {
40
+ "always": [
41
+ "tag"
42
+ ],
43
+ "byProp": {
44
+ "size": {
45
+ "sm": [
46
+ "tag--sm"
47
+ ],
48
+ "md": [
49
+ "tag--md"
50
+ ],
51
+ "lg": [
52
+ "tag--lg"
53
+ ]
54
+ },
55
+ "variant": {
56
+ "default": [
57
+ "tag--default"
58
+ ],
59
+ "surface": [
60
+ "tag--surface"
61
+ ]
62
+ }
63
+ }
64
+ }
65
+ },
66
+ "Tag.slot": {
67
+ "classes": {
68
+ "always": [],
69
+ "byProp": {}
70
+ }
71
+ },
72
+ "Breadcrumbs.Root": {
73
+ "classes": {
74
+ "always": [
75
+ "breadcrumbs"
76
+ ],
77
+ "byProp": {}
78
+ }
79
+ },
80
+ "Breadcrumbs.Item": {
81
+ "classes": {
82
+ "always": [
83
+ "breadcrumbs__item",
84
+ "breadcrumbs__link",
85
+ "breadcrumbs__separator"
86
+ ],
87
+ "byProp": {}
88
+ }
89
+ },
90
+ "SearchField.Root": {
91
+ "classes": {
92
+ "always": [
93
+ "search-field"
94
+ ],
95
+ "byProp": {
96
+ "variant": {
97
+ "primary": [
98
+ "search-field--primary"
99
+ ],
100
+ "secondary": [
101
+ "search-field--secondary"
102
+ ]
103
+ },
104
+ "fullWidth": [
105
+ "search-field--full-width"
106
+ ]
107
+ }
108
+ }
109
+ },
110
+ "SearchField.Group": {
111
+ "classes": {
112
+ "always": [
113
+ "search-field__group"
114
+ ],
115
+ "byProp": {
116
+ "fullWidth": [
117
+ "search-field__group--full-width"
118
+ ]
119
+ }
120
+ }
121
+ },
122
+ "SearchField.Input": {
123
+ "classes": {
124
+ "always": [
125
+ "search-field__input"
126
+ ],
127
+ "byProp": {}
128
+ }
129
+ },
130
+ "SearchField.SearchIcon": {
131
+ "classes": {
132
+ "always": [
133
+ "search-field__search-icon"
134
+ ],
135
+ "byProp": {}
136
+ }
137
+ },
138
+ "SearchField.ClearButton": {
139
+ "classes": {
140
+ "always": [
141
+ "search-field__clear-button"
142
+ ],
143
+ "byProp": {}
144
+ }
145
+ },
146
+ "Text": {
147
+ "classes": {
148
+ "always": [
149
+ "text"
150
+ ],
151
+ "byProp": {}
152
+ }
153
+ },
154
+ "TagGroup.Root": {
155
+ "classes": {
156
+ "always": [
157
+ "tag-group"
158
+ ],
159
+ "byProp": {}
160
+ }
161
+ },
162
+ "TagGroup.List": {
163
+ "classes": {
164
+ "always": [
165
+ "tag-group__list"
166
+ ],
167
+ "byProp": {}
168
+ }
169
+ },
170
+ "CheckboxGroup": {
171
+ "classes": {
172
+ "always": [
173
+ "checkbox-group"
174
+ ],
175
+ "byProp": {
176
+ "variant": {
177
+ "primary": [
178
+ "checkbox-group--primary"
179
+ ],
180
+ "secondary": [
181
+ "checkbox-group--secondary"
182
+ ]
183
+ },
184
+ "disabled": [
185
+ "checkbox-group--disabled"
186
+ ],
187
+ "invalid": [
188
+ "checkbox-group--invalid"
189
+ ]
190
+ }
191
+ }
192
+ },
193
+ "TextField": {
194
+ "classes": {
195
+ "always": [
196
+ "text-field"
197
+ ],
198
+ "byProp": {
199
+ "variant": {
200
+ "primary": [
201
+ "text-field--primary"
202
+ ],
203
+ "secondary": [
204
+ "text-field--secondary"
205
+ ]
206
+ },
207
+ "fullWidth": [
208
+ "text-field--full-width"
209
+ ]
210
+ }
211
+ }
212
+ },
213
+ "FieldError": {
214
+ "classes": {
215
+ "always": [
216
+ "field-error"
217
+ ],
218
+ "byProp": {}
219
+ }
220
+ },
221
+ "ListBox.Root": {
222
+ "classes": {
223
+ "always": [
224
+ "list-box"
225
+ ],
226
+ "byProp": {
227
+ "variant": {
228
+ "default": [
229
+ "list-box--default"
230
+ ],
231
+ "danger": [
232
+ "list-box--danger"
233
+ ]
234
+ }
235
+ }
236
+ }
237
+ },
238
+ "ListBox.Item": {
239
+ "classes": {
240
+ "always": [
241
+ "list-box-item"
242
+ ],
243
+ "byProp": {
244
+ "variant": {
245
+ "default": [
246
+ "list-box-item--default"
247
+ ],
248
+ "danger": [
249
+ "list-box-item--danger"
250
+ ]
251
+ }
252
+ }
253
+ }
254
+ },
255
+ "ListBox.ItemIndicator": {
256
+ "classes": {
257
+ "always": [
258
+ "list-box-item__indicator"
259
+ ],
260
+ "byProp": {}
261
+ }
262
+ },
263
+ "ListBox.Section": {
264
+ "classes": {
265
+ "always": [
266
+ "list-box-section"
267
+ ],
268
+ "byProp": {}
269
+ }
270
+ },
271
+ "CloseButton": {
272
+ "classes": {
273
+ "always": [
274
+ "close-button"
275
+ ],
276
+ "byProp": {
277
+ "variant": {
278
+ "default": [
279
+ "close-button--default"
280
+ ]
281
+ },
282
+ "slot": {
283
+ "icon": [
284
+ "close-button__icon"
285
+ ],
286
+ "iconStart": [
287
+ "close-button__icon--start"
288
+ ],
289
+ "iconEnd": [
290
+ "close-button__icon--end"
291
+ ]
292
+ }
293
+ }
294
+ }
295
+ },
296
+ "ComboBox.Root": {
297
+ "classes": {
298
+ "always": [
299
+ "combo-box"
300
+ ],
301
+ "byProp": {
302
+ "variant": {
303
+ "primary": [
304
+ "combo-box--primary"
305
+ ],
306
+ "secondary": [
307
+ "combo-box--secondary"
308
+ ]
309
+ },
310
+ "fullWidth": [
311
+ "combo-box--full-width"
312
+ ]
313
+ }
314
+ }
315
+ },
316
+ "ComboBox.InputGroup": {
317
+ "classes": {
318
+ "always": [
319
+ "combo-box__input-group"
320
+ ],
321
+ "byProp": {
322
+ "fullWidth": [
323
+ "combo-box__input-group--full-width"
324
+ ]
325
+ }
326
+ }
327
+ },
328
+ "ComboBox.Input": {
329
+ "classes": {
330
+ "always": [
331
+ "combo-box__input"
332
+ ],
333
+ "byProp": {}
334
+ }
335
+ },
336
+ "ComboBox.Trigger": {
337
+ "classes": {
338
+ "always": [
339
+ "combo-box__trigger"
340
+ ],
341
+ "byProp": {}
342
+ }
343
+ },
344
+ "ComboBox.Popover": {
345
+ "classes": {
346
+ "always": [
347
+ "combo-box__popover"
348
+ ],
349
+ "byProp": {}
350
+ }
351
+ },
352
+ "ComboBox.List": {
353
+ "classes": {
354
+ "always": [
355
+ "combo-box__list"
356
+ ],
357
+ "byProp": {}
358
+ }
359
+ },
360
+ "ComboBox.Option": {
361
+ "classes": {
362
+ "always": [
363
+ "combo-box__option"
364
+ ],
365
+ "byProp": {}
366
+ }
367
+ },
368
+ "ComboBox.Icon": {
369
+ "classes": {
370
+ "always": [
371
+ "combo-box__icon"
372
+ ],
373
+ "byProp": {}
374
+ }
375
+ },
376
+ "Fieldset.Root": {
377
+ "classes": {
378
+ "always": [
379
+ "fieldset"
380
+ ],
381
+ "byProp": {}
382
+ }
383
+ },
384
+ "Fieldset.Legend": {
385
+ "classes": {
386
+ "always": [
387
+ "fieldset__legend"
388
+ ],
389
+ "byProp": {}
390
+ }
391
+ },
392
+ "Fieldset.Group": {
393
+ "classes": {
394
+ "always": [
395
+ "fieldset__group"
396
+ ],
397
+ "byProp": {}
398
+ }
399
+ },
400
+ "Fieldset.Actions": {
401
+ "classes": {
402
+ "always": [
403
+ "fieldset__actions"
404
+ ],
405
+ "byProp": {}
406
+ }
407
+ },
408
+ "Menu.Root": {
409
+ "classes": {
410
+ "always": [
411
+ "menu"
412
+ ],
413
+ "byProp": {}
414
+ }
415
+ },
416
+ "Menu.Item": {
417
+ "classes": {
418
+ "always": [
419
+ "menu-item"
420
+ ],
421
+ "byProp": {
422
+ "variant": {
423
+ "default": [
424
+ "menu-item--default"
425
+ ],
426
+ "danger": [
427
+ "menu-item--danger"
428
+ ]
429
+ }
430
+ }
431
+ }
432
+ },
433
+ "Menu.ItemIndicator": {
434
+ "classes": {
435
+ "always": [
436
+ "menu-item__indicator"
437
+ ],
438
+ "byProp": {}
439
+ }
440
+ },
441
+ "Menu.Section": {
442
+ "classes": {
443
+ "always": [
444
+ "menu-section"
445
+ ],
446
+ "byProp": {}
447
+ }
448
+ },
449
+ "Description": {
450
+ "classes": {
451
+ "always": [
452
+ "description"
453
+ ],
454
+ "byProp": {}
455
+ }
456
+ },
457
+ "Button": {
458
+ "classes": {
459
+ "always": [
460
+ "button"
461
+ ],
462
+ "byProp": {
463
+ "variant": {
464
+ "primary": [
465
+ "button--primary"
466
+ ],
467
+ "secondary": [
468
+ "button--secondary"
469
+ ],
470
+ "tertiary": [
471
+ "button--tertiary"
472
+ ],
473
+ "outline": [
474
+ "button--outline"
475
+ ],
476
+ "ghost": [
477
+ "button--ghost"
478
+ ],
479
+ "danger": [
480
+ "button--danger"
481
+ ],
482
+ "danger-soft": [
483
+ "button--danger-soft"
484
+ ]
485
+ },
486
+ "size": {
487
+ "sm": [
488
+ "button--sm"
489
+ ],
490
+ "md": [
491
+ "button--md"
492
+ ],
493
+ "lg": [
494
+ "button--lg"
495
+ ]
496
+ },
497
+ "isIconOnly": [
498
+ "button--icon-only"
499
+ ],
500
+ "fullWidth": [
501
+ "button--full-width"
502
+ ],
503
+ "slot": {
504
+ "spinner": [
505
+ "button__spinner"
506
+ ],
507
+ "icon": [
508
+ "button__icon"
509
+ ],
510
+ "iconStart": [
511
+ "button__icon--start"
512
+ ],
513
+ "iconEnd": [
514
+ "button__icon--end"
515
+ ]
516
+ }
517
+ }
518
+ }
519
+ },
520
+ "ErrorMessage": {
521
+ "classes": {
522
+ "always": [
523
+ "error-message"
524
+ ],
525
+ "byProp": {}
526
+ }
527
+ },
528
+ "InputGroup.Root": {
529
+ "classes": {
530
+ "always": [
531
+ "input-group"
532
+ ],
533
+ "byProp": {
534
+ "variant": {
535
+ "primary": [
536
+ "input-group--primary"
537
+ ],
538
+ "secondary": [
539
+ "input-group--secondary"
540
+ ]
541
+ },
542
+ "fullWidth": [
543
+ "input-group--full-width"
544
+ ]
545
+ }
546
+ }
547
+ },
548
+ "InputGroup.Input": {
549
+ "classes": {
550
+ "always": [
551
+ "input-group__input"
552
+ ],
553
+ "byProp": {}
554
+ }
555
+ },
556
+ "InputGroup.Prefix": {
557
+ "classes": {
558
+ "always": [
559
+ "input-group__prefix"
560
+ ],
561
+ "byProp": {}
562
+ }
563
+ },
564
+ "InputGroup.Suffix": {
565
+ "classes": {
566
+ "always": [
567
+ "input-group__suffix"
568
+ ],
569
+ "byProp": {}
570
+ }
571
+ },
572
+ "TimeField.Root": {
573
+ "classes": {
574
+ "always": [
575
+ "time-field"
576
+ ],
577
+ "byProp": {
578
+ "variant": {
579
+ "primary": [
580
+ "time-field--primary"
581
+ ],
582
+ "secondary": [
583
+ "time-field--secondary"
584
+ ]
585
+ },
586
+ "fullWidth": [
587
+ "time-field--full-width"
588
+ ]
589
+ }
590
+ }
591
+ },
592
+ "TimeField.Group": {
593
+ "classes": {
594
+ "always": [
595
+ "date-input-group"
596
+ ],
597
+ "byProp": {
598
+ "variant": {
599
+ "primary": [
600
+ "date-input-group--primary"
601
+ ],
602
+ "secondary": [
603
+ "date-input-group--secondary"
604
+ ]
605
+ },
606
+ "fullWidth": [
607
+ "date-input-group--full-width"
608
+ ]
609
+ }
610
+ }
611
+ },
612
+ "TimeField.Input": {
613
+ "classes": {
614
+ "always": [
615
+ "date-input-group__input"
616
+ ],
617
+ "byProp": {}
618
+ }
619
+ },
620
+ "TimeField.InputContainer": {
621
+ "classes": {
622
+ "always": [
623
+ "date-input-group__input-container"
624
+ ],
625
+ "byProp": {}
626
+ }
627
+ },
628
+ "TimeField.Segment": {
629
+ "classes": {
630
+ "always": [
631
+ "date-input-group__segment"
632
+ ],
633
+ "byProp": {}
634
+ }
635
+ },
636
+ "TimeField.Prefix": {
637
+ "classes": {
638
+ "always": [
639
+ "date-input-group__prefix"
640
+ ],
641
+ "byProp": {}
642
+ }
643
+ },
644
+ "TimeField.Suffix": {
645
+ "classes": {
646
+ "always": [
647
+ "date-input-group__suffix"
648
+ ],
649
+ "byProp": {}
650
+ }
651
+ },
652
+ "Surface": {
653
+ "classes": {
654
+ "always": [
655
+ "surface"
656
+ ],
657
+ "byProp": {
658
+ "variant": {
659
+ "default": [
660
+ "surface--default"
661
+ ],
662
+ "secondary": [
663
+ "surface--secondary"
664
+ ],
665
+ "tertiary": [
666
+ "surface--tertiary"
667
+ ],
668
+ "transparent": [
669
+ "surface--transparent"
670
+ ]
671
+ }
672
+ }
673
+ }
674
+ },
675
+ "Label": {
676
+ "classes": {
677
+ "always": [
678
+ "label"
679
+ ],
680
+ "byProp": {
681
+ "required": [
682
+ "label--required"
683
+ ],
684
+ "disabled": [
685
+ "label--disabled"
686
+ ],
687
+ "invalid": [
688
+ "label--invalid"
689
+ ]
690
+ }
691
+ }
692
+ },
693
+ "TextArea": {
694
+ "classes": {
695
+ "always": [
696
+ "textarea"
697
+ ],
698
+ "byProp": {
699
+ "variant": {
700
+ "primary": [
701
+ "textarea--primary"
702
+ ],
703
+ "secondary": [
704
+ "textarea--secondary"
705
+ ]
706
+ },
707
+ "fullWidth": [
708
+ "textarea--full-width"
709
+ ]
710
+ }
711
+ }
712
+ },
713
+ "NumberField.Root": {
714
+ "classes": {
715
+ "always": [
716
+ "number-field"
717
+ ],
718
+ "byProp": {
719
+ "variant": {
720
+ "primary": [
721
+ "number-field--primary"
722
+ ],
723
+ "secondary": [
724
+ "number-field--secondary"
725
+ ]
726
+ },
727
+ "fullWidth": [
728
+ "number-field--full-width"
729
+ ]
730
+ }
731
+ }
732
+ },
733
+ "NumberField.Group": {
734
+ "classes": {
735
+ "always": [
736
+ "number-field__group"
737
+ ],
738
+ "byProp": {
739
+ "fullWidth": [
740
+ "number-field__group--full-width"
741
+ ]
742
+ }
743
+ }
744
+ },
745
+ "NumberField.Input": {
746
+ "classes": {
747
+ "always": [
748
+ "number-field__input"
749
+ ],
750
+ "byProp": {}
751
+ }
752
+ },
753
+ "NumberField.IncrementButton": {
754
+ "classes": {
755
+ "always": [
756
+ "number-field__increment-button"
757
+ ],
758
+ "byProp": {}
759
+ }
760
+ },
761
+ "NumberField.DecrementButton": {
762
+ "classes": {
763
+ "always": [
764
+ "number-field__decrement-button"
765
+ ],
766
+ "byProp": {}
767
+ }
768
+ },
769
+ "Separator": {
770
+ "classes": {
771
+ "always": [
772
+ "separator"
773
+ ],
774
+ "byProp": {
775
+ "orientation": {
776
+ "horizontal": [
777
+ "separator--horizontal"
778
+ ],
779
+ "vertical": [
780
+ "separator--vertical"
781
+ ]
782
+ },
783
+ "variant": {
784
+ "default": [
785
+ "separator--default"
786
+ ],
787
+ "secondary": [
788
+ "separator--secondary"
789
+ ],
790
+ "tertiary": [
791
+ "separator--tertiary"
792
+ ]
793
+ }
794
+ }
795
+ }
796
+ },
797
+ "Card.Root": {
798
+ "classes": {
799
+ "always": [
800
+ "card"
801
+ ],
802
+ "byProp": {
803
+ "variant": {
804
+ "default": [
805
+ "card--default"
806
+ ],
807
+ "flat": [
808
+ "card--flat"
809
+ ],
810
+ "bordered": [
811
+ "card--bordered"
812
+ ],
813
+ "shadow": [
814
+ "card--shadow"
815
+ ]
816
+ },
817
+ "isHoverable": [
818
+ "card--hoverable"
819
+ ],
820
+ "isPressable": [
821
+ "card--pressable"
822
+ ]
823
+ }
824
+ }
825
+ },
826
+ "Card.Header": {
827
+ "classes": {
828
+ "always": [
829
+ "card__header"
830
+ ],
831
+ "byProp": {}
832
+ }
833
+ },
834
+ "Card.Body": {
835
+ "classes": {
836
+ "always": [
837
+ "card__body"
838
+ ],
839
+ "byProp": {}
840
+ }
841
+ },
842
+ "Card.Footer": {
843
+ "classes": {
844
+ "always": [
845
+ "card__footer"
846
+ ],
847
+ "byProp": {}
848
+ }
849
+ },
850
+ "DateField.Root": {
851
+ "classes": {
852
+ "always": [
853
+ "date-field"
854
+ ],
855
+ "byProp": {
856
+ "variant": {
857
+ "primary": [
858
+ "date-field--primary"
859
+ ],
860
+ "secondary": [
861
+ "date-field--secondary"
862
+ ]
863
+ },
864
+ "fullWidth": [
865
+ "date-field--full-width"
866
+ ]
867
+ }
868
+ }
869
+ },
870
+ "DateField.Group": {
871
+ "classes": {
872
+ "always": [
873
+ "date-input-group"
874
+ ],
875
+ "byProp": {
876
+ "variant": {
877
+ "primary": [
878
+ "date-input-group--primary"
879
+ ],
880
+ "secondary": [
881
+ "date-input-group--secondary"
882
+ ]
883
+ },
884
+ "fullWidth": [
885
+ "date-input-group--full-width"
886
+ ]
887
+ }
888
+ }
889
+ },
890
+ "DateField.Input": {
891
+ "classes": {
892
+ "always": [
893
+ "date-input-group__input"
894
+ ],
895
+ "byProp": {}
896
+ }
897
+ },
898
+ "DateField.InputContainer": {
899
+ "classes": {
900
+ "always": [
901
+ "date-input-group__input-container"
902
+ ],
903
+ "byProp": {}
904
+ }
905
+ },
906
+ "DateField.Segment": {
907
+ "classes": {
908
+ "always": [
909
+ "date-input-group__segment"
910
+ ],
911
+ "byProp": {}
912
+ }
913
+ },
914
+ "DateField.Prefix": {
915
+ "classes": {
916
+ "always": [
917
+ "date-input-group__prefix"
918
+ ],
919
+ "byProp": {}
920
+ }
921
+ },
922
+ "DateField.Suffix": {
923
+ "classes": {
924
+ "always": [
925
+ "date-input-group__suffix"
926
+ ],
927
+ "byProp": {}
928
+ }
929
+ },
930
+ "InputOTP.Root": {
931
+ "classes": {
932
+ "always": [
933
+ "input-otp"
934
+ ],
935
+ "byProp": {
936
+ "variant": {
937
+ "primary": [
938
+ "input-otp--primary"
939
+ ],
940
+ "secondary": [
941
+ "input-otp--secondary"
942
+ ]
943
+ }
944
+ }
945
+ }
946
+ },
947
+ "InputOTP.Input": {
948
+ "classes": {
949
+ "always": [
950
+ "input-otp__input"
951
+ ],
952
+ "byProp": {}
953
+ }
954
+ },
955
+ "InputOTP.Group": {
956
+ "classes": {
957
+ "always": [
958
+ "input-otp__group"
959
+ ],
960
+ "byProp": {}
961
+ }
962
+ },
963
+ "InputOTP.Slot": {
964
+ "classes": {
965
+ "always": [
966
+ "input-otp__slot"
967
+ ],
968
+ "byProp": {}
969
+ }
970
+ },
971
+ "InputOTP.Separator": {
972
+ "classes": {
973
+ "always": [
974
+ "input-otp__separator"
975
+ ],
976
+ "byProp": {}
977
+ }
978
+ },
979
+ "Form": {
980
+ "classes": {
981
+ "always": [
982
+ "form"
983
+ ],
984
+ "byProp": {}
985
+ }
986
+ },
987
+ "Navbar.Navbar": {
988
+ "classes": {
989
+ "always": [
990
+ "navbar"
991
+ ],
992
+ "byProp": {}
993
+ }
994
+ },
995
+ "Navbar.Section": {
996
+ "classes": {
997
+ "always": [],
998
+ "byProp": {
999
+ "variant": {
1000
+ "start": [
1001
+ "navbar-start"
1002
+ ],
1003
+ "center": [
1004
+ "navbar-center"
1005
+ ],
1006
+ "end": [
1007
+ "navbar-end"
1008
+ ]
1009
+ }
1010
+ }
1011
+ }
1012
+ },
1013
+ "Navbar.Stack": {
1014
+ "classes": {
1015
+ "always": [
1016
+ "navbar-stack"
1017
+ ],
1018
+ "byProp": {
1019
+ "sticky": [
1020
+ "sticky",
1021
+ "top-0",
1022
+ "z-30"
1023
+ ],
1024
+ "container": [
1025
+ "max-w-screen-xl",
1026
+ "mx-auto",
1027
+ "px-4"
1028
+ ]
1029
+ }
1030
+ }
1031
+ },
1032
+ "Navbar.Row": {
1033
+ "classes": {
1034
+ "always": [
1035
+ "flex",
1036
+ "items-center"
1037
+ ],
1038
+ "byProp": {
1039
+ "bordered": [
1040
+ "border-b",
1041
+ "border-gray-200"
1042
+ ],
1043
+ "padded": [
1044
+ "px-4",
1045
+ "py-2"
1046
+ ],
1047
+ "color": {
1048
+ "ghost": [
1049
+ "bg-base-100"
1050
+ ],
1051
+ "neutral": [
1052
+ "bg-neutral",
1053
+ "text-neutral-content"
1054
+ ],
1055
+ "primary": [
1056
+ "bg-primary",
1057
+ "text-primary-content"
1058
+ ],
1059
+ "secondary": [
1060
+ "bg-secondary",
1061
+ "text-secondary-content"
1062
+ ],
1063
+ "accent": [
1064
+ "bg-accent",
1065
+ "text-accent-content"
1066
+ ],
1067
+ "info": [
1068
+ "bg-info",
1069
+ "text-info-content"
1070
+ ],
1071
+ "success": [
1072
+ "bg-success",
1073
+ "text-success-content"
1074
+ ],
1075
+ "warning": [
1076
+ "bg-warning",
1077
+ "text-warning-content"
1078
+ ],
1079
+ "error": [
1080
+ "bg-error",
1081
+ "text-error-content"
1082
+ ]
1083
+ }
1084
+ }
1085
+ }
1086
+ }
1087
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "1.1.36",
3
+ "version": "1.1.38",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,6 +31,14 @@
31
31
  "types": "./dist/components/*/index.d.ts",
32
32
  "import": "./dist/components/*/index.js"
33
33
  },
34
+ "./primitives/*": {
35
+ "types": "./dist/primitives/*/index.d.ts",
36
+ "import": "./dist/primitives/*/index.js"
37
+ },
38
+ "./hooks/*": {
39
+ "types": "./dist/hooks/*/index.d.ts",
40
+ "import": "./dist/hooks/*/index.js"
41
+ },
34
42
  "./stores": {
35
43
  "types": "./dist/stores/index.d.ts",
36
44
  "import": "./dist/stores/index.js"
@@ -107,7 +115,8 @@
107
115
  }
108
116
  },
109
117
  "scripts": {
110
- "build": "bun run scripts/check-contracts.ts && rslib build",
118
+ "build": "bun run scripts/check-contracts.ts && rslib build && bun run postbuild:manifest",
119
+ "postbuild:manifest": "bun run ../rebuild-plugin-ui-css-purge/src/generate-manifest.ts src/components --out dist/purge-manifest.json",
111
120
  "build:watch": "rslib build --watch",
112
121
  "dev": "rslib dev",
113
122
  "preview": "rslib preview",