@telepix-lab/telepix-ui 0.0.1 → 0.1.2

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.
Files changed (59) hide show
  1. package/README.md +86 -53
  2. package/dist/cjs/autocomplete/index.d.ts +16 -0
  3. package/dist/cjs/autocomplete/styles.d.ts +50 -0
  4. package/dist/cjs/calendar/index.d.ts +5 -0
  5. package/dist/cjs/calendar/styles.d.ts +103 -0
  6. package/dist/cjs/card/styles.d.ts +0 -1
  7. package/dist/cjs/context-menu/index.d.ts +21 -0
  8. package/dist/cjs/context-menu/styleVariable.stylex.d.ts +4 -0
  9. package/dist/cjs/context-menu/styles.d.ts +103 -0
  10. package/dist/cjs/data-table/index.d.ts +36 -0
  11. package/dist/cjs/date-picker/index.d.ts +16 -0
  12. package/dist/cjs/date-picker/styles.d.ts +5 -0
  13. package/dist/cjs/index.css +1 -0
  14. package/dist/cjs/index.d.ts +17 -3
  15. package/dist/cjs/index.js +7150 -3572
  16. package/dist/cjs/index.js.map +1 -1
  17. package/dist/cjs/interactive-list-item/index.d.ts +11 -0
  18. package/dist/cjs/interactive-list-item/styles.d.ts +49 -0
  19. package/dist/cjs/multiple-select/index.d.ts +30 -0
  20. package/dist/cjs/multiple-select/styles.d.ts +138 -0
  21. package/dist/cjs/pagination/index.d.ts +13 -0
  22. package/dist/cjs/pagination/styles.d.ts +47 -0
  23. package/dist/cjs/select/index.d.ts +1 -2
  24. package/dist/cjs/styles.css +345 -13
  25. package/dist/cjs/table/index.d.ts +15 -0
  26. package/dist/cjs/table/styles.d.ts +45 -0
  27. package/dist/cjs/tag/index.d.ts +2 -17
  28. package/dist/cjs/tag/styles.d.ts +9 -0
  29. package/dist/cjs/text/index.d.ts +0 -16
  30. package/dist/esm/autocomplete/index.d.ts +16 -0
  31. package/dist/esm/autocomplete/styles.d.ts +50 -0
  32. package/dist/esm/calendar/index.d.ts +5 -0
  33. package/dist/esm/calendar/styles.d.ts +103 -0
  34. package/dist/esm/card/styles.d.ts +0 -1
  35. package/dist/esm/context-menu/index.d.ts +21 -0
  36. package/dist/esm/context-menu/styleVariable.stylex.d.ts +4 -0
  37. package/dist/esm/context-menu/styles.d.ts +103 -0
  38. package/dist/esm/data-table/index.d.ts +36 -0
  39. package/dist/esm/date-picker/index.d.ts +16 -0
  40. package/dist/esm/date-picker/styles.d.ts +5 -0
  41. package/dist/esm/index.css +1 -0
  42. package/dist/esm/index.d.ts +17 -3
  43. package/dist/esm/index.js +7101 -3574
  44. package/dist/esm/index.js.map +1 -1
  45. package/dist/esm/interactive-list-item/index.d.ts +11 -0
  46. package/dist/esm/interactive-list-item/styles.d.ts +49 -0
  47. package/dist/esm/multiple-select/index.d.ts +30 -0
  48. package/dist/esm/multiple-select/styles.d.ts +138 -0
  49. package/dist/esm/pagination/index.d.ts +13 -0
  50. package/dist/esm/pagination/styles.d.ts +47 -0
  51. package/dist/esm/select/index.d.ts +1 -2
  52. package/dist/esm/styles.css +345 -13
  53. package/dist/esm/table/index.d.ts +15 -0
  54. package/dist/esm/table/styles.d.ts +45 -0
  55. package/dist/esm/tag/index.d.ts +2 -17
  56. package/dist/esm/tag/styles.d.ts +9 -0
  57. package/dist/esm/text/index.d.ts +0 -16
  58. package/dist/index.d.ts +719 -53
  59. package/package.json +18 -17
@@ -91,6 +91,10 @@
91
91
  --tpstgrjq5n: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
92
92
  }
93
93
 
94
+ :root, .tpst1i65eg8 {
95
+ --tpst1v5pdxa: black;
96
+ }
97
+
94
98
  :root, .tpst13343xr {
95
99
  --tpst1vko5pw: .15s;
96
100
  --tpst1r8xpgk: .3s;
@@ -356,6 +360,10 @@
356
360
  }
357
361
  }
358
362
 
363
+ .tpst11v4t2h {
364
+ --tpst1v5pdxa: var(--tpsts3sn97);
365
+ }
366
+
359
367
  @keyframes tpstekv6nw-B {
360
368
  0% {
361
369
  opacity: 0;
@@ -387,6 +395,22 @@
387
395
  transform: translate(-50%, -50%);
388
396
  }
389
397
  }
398
+
399
+ .tpst1yzyj3[data-state="open"] {
400
+ --tpst1v5pdxa: var(--tpst1yvmtnc);
401
+ }
402
+
403
+ .tpst1i14ww5:hover:not([data-disabled]) {
404
+ --tpst1v5pdxa: var(--tpst5k8tce);
405
+ }
406
+
407
+ .tpst1x7n3pw[data-disabled] {
408
+ --tpst1v5pdxa: var(--tpstkiu8f5);
409
+ }
410
+
411
+ .tpstrgwr5g:active:not([data-disabled]) {
412
+ --tpst1v5pdxa: var(--tpstp0q5oq);
413
+ }
390
414
  }
391
415
 
392
416
  @layer priority2 {
@@ -402,6 +426,14 @@
402
426
  animation: 1s linear infinite tpstqng64z-B;
403
427
  }
404
428
 
429
+ .tpst1wty727 {
430
+ border: 0;
431
+ }
432
+
433
+ .tpstfj9a5l {
434
+ border: 1px solid #0000;
435
+ }
436
+
405
437
  .tpst1rpd3ai {
406
438
  border: 1px solid var(--tpst1jhw9pg);
407
439
  }
@@ -410,6 +442,10 @@
410
442
  border: 1px solid var(--tpst1ob6z47);
411
443
  }
412
444
 
445
+ .tpsthqwzk5 {
446
+ border: 1px solid var(--tpst1tvunur);
447
+ }
448
+
413
449
  .tpst86ijzb {
414
450
  border: 1px solid var(--tpsts9zbf);
415
451
  }
@@ -430,10 +466,18 @@
430
466
  inset: 0;
431
467
  }
432
468
 
469
+ .tpst19bbpc0 {
470
+ margin: 0 auto;
471
+ }
472
+
433
473
  .tpst1ghz6dp {
434
474
  margin: 0;
435
475
  }
436
476
 
477
+ .tpst1qk52y6 {
478
+ margin: 4px 0;
479
+ }
480
+
437
481
  .tpstnfbntj {
438
482
  margin: 5px 0;
439
483
  }
@@ -466,14 +510,26 @@
466
510
  padding: 11px 16px;
467
511
  }
468
512
 
513
+ .tpstc7a3lv {
514
+ padding: 12px 16px 12px 12px;
515
+ }
516
+
469
517
  .tpst1iwkndl {
470
518
  padding: 12px 16px;
471
519
  }
472
520
 
521
+ .tpstc7ga6q {
522
+ padding: 12px;
523
+ }
524
+
473
525
  .tpst14hcewi {
474
526
  padding: 16px 20px;
475
527
  }
476
528
 
529
+ .tpst45f59s {
530
+ padding: 20px 0 20px 36px;
531
+ }
532
+
477
533
  .tpstxzb6uj {
478
534
  padding: 2px 4px;
479
535
  }
@@ -490,10 +546,18 @@
490
546
  padding: 4px;
491
547
  }
492
548
 
549
+ .tpst1arfzav {
550
+ padding: 6px 12px;
551
+ }
552
+
493
553
  .tpst18tqr4w {
494
554
  padding: 6px 8px;
495
555
  }
496
556
 
557
+ .tpst1ruevkc {
558
+ padding: 6px;
559
+ }
560
+
497
561
  .tpst153ncpu {
498
562
  padding: 8px 12px;
499
563
  }
@@ -506,10 +570,6 @@
506
570
  padding: var(--tpst1s1bzlu) var(--tpstr1ymy1) var(--tpstr1ymy1);
507
571
  }
508
572
 
509
- .tpst1mkn4gz {
510
- padding: var(--tpst1s1bzlu);
511
- }
512
-
513
573
  .tpstlze0bs {
514
574
  padding: var(--tpstr1ymy1);
515
575
  }
@@ -518,6 +578,10 @@
518
578
  border: 1px solid var(--tpst17kooso);
519
579
  }
520
580
 
581
+ .tpstim3zwz:hover:not([data-disabled="true"]) {
582
+ border: 1px solid var(--tpst1jhw9pg);
583
+ }
584
+
521
585
  .tpst1hzpdhs:active:not([data-selected="true"]):not(:disabled) {
522
586
  border: 1px solid var(--tpst58jqng);
523
587
  }
@@ -526,11 +590,11 @@
526
590
  border: 1px solid var(--tpstggesgd);
527
591
  }
528
592
 
529
- .tpstyzq09x:focus-within, .tpst3nu0g:not([data-placeholder]) {
593
+ .tpstyzq09x:focus-within, .tpst3nu0g:not([data-placeholder]), .tpst1wuwv8e[data-selected="true"] {
530
594
  border: 1px solid var(--tpstuejxa4);
531
595
  }
532
596
 
533
- .tpstl20lex[data-disabled] {
597
+ .tpstl20lex[data-disabled], .tpstyntif3[data-disabled="true"] {
534
598
  border: none;
535
599
  }
536
600
 
@@ -544,10 +608,30 @@
544
608
  }
545
609
 
546
610
  @layer priority3 {
611
+ .tpst1mkz3ft {
612
+ border-bottom: 1px solid var(--tpst1ob6z47);
613
+ }
614
+
615
+ .tpst10e4uj6 {
616
+ border-radius: 0 6px 6px 0 !important;
617
+ }
618
+
619
+ .tpst13izsvr {
620
+ border-radius: 0 !important;
621
+ }
622
+
623
+ .tpst4pepcl {
624
+ border-radius: 12px;
625
+ }
626
+
547
627
  .tpst12oqio5 {
548
628
  border-radius: 4px;
549
629
  }
550
630
 
631
+ .tpstc0yi4g {
632
+ border-radius: 6px 0 0 6px !important;
633
+ }
634
+
551
635
  .tpst1kogg8i {
552
636
  border-radius: 6px;
553
637
  }
@@ -600,10 +684,18 @@
600
684
  gap: 8px;
601
685
  }
602
686
 
687
+ .tpstpc28cl {
688
+ gap: var(--rdp-months-gap);
689
+ }
690
+
603
691
  .tpst9gtpy7 {
604
692
  gap: var(--tpst15cl33r);
605
693
  }
606
694
 
695
+ .tpste8uvvx {
696
+ list-style: none;
697
+ }
698
+
607
699
  .tpst1a2a7pz {
608
700
  outline: none;
609
701
  }
@@ -620,6 +712,14 @@
620
712
  transition: var(--tpst1r8xpgk);
621
713
  }
622
714
 
715
+ .tpst1n31b6c[data-last-border="false"]:last-child {
716
+ border-bottom: none;
717
+ }
718
+
719
+ .tpst1g5o8b6.range-end {
720
+ border-radius: 6px !important;
721
+ }
722
+
623
723
  .tpsts3ybme:has(button:has([data-placeholder])) {
624
724
  border-color: var(--tpsts3sn97);
625
725
  }
@@ -638,6 +738,10 @@
638
738
  background-color: #0000;
639
739
  }
640
740
 
741
+ .tpst15fejnn {
742
+ background-color: var(--tpst16ho4j7);
743
+ }
744
+
641
745
  .tpstg8nkuj {
642
746
  background-color: var(--tpst1akj8aj);
643
747
  }
@@ -662,6 +766,10 @@
662
766
  background-color: var(--tpst1rh8zbx);
663
767
  }
664
768
 
769
+ .tpst19e1y8f {
770
+ background-color: var(--tpst1rk9dvl) !important;
771
+ }
772
+
665
773
  .tpst1po33qi {
666
774
  background-color: var(--tpst1tvunur);
667
775
  }
@@ -674,14 +782,42 @@
674
782
  background-color: var(--tpst1wrmwgo);
675
783
  }
676
784
 
785
+ .tpst19pgpgt {
786
+ background-color: var(--tpst3umhxq) !important;
787
+ }
788
+
789
+ .tpst14702fr {
790
+ background-color: var(--tpst3umhxq);
791
+ }
792
+
677
793
  .tpst1fhthwf {
678
794
  background-color: var(--tpsts3sn97);
679
795
  }
680
796
 
797
+ .tpstpeci3k {
798
+ background-color: var(--tpsts9zbf);
799
+ }
800
+
801
+ .tpstnw08ok {
802
+ background-color: var(--tpsttytddx);
803
+ }
804
+
681
805
  .tpst1tlhk3t {
682
806
  background-color: var(--tpstw5kw9y);
683
807
  }
684
808
 
809
+ .tpst1mwwwfo {
810
+ border-collapse: collapse;
811
+ }
812
+
813
+ .tpst1vathgz {
814
+ border-collapse: separate;
815
+ }
816
+
817
+ .tpst1dnbpcz {
818
+ border-spacing: 0 8px;
819
+ }
820
+
685
821
  .tpst1w3cjnw {
686
822
  box-shadow: var(--tpst1oh1qfk);
687
823
  }
@@ -694,6 +830,22 @@
694
830
  box-sizing: border-box;
695
831
  }
696
832
 
833
+ .tpst1heor9g {
834
+ color: inherit;
835
+ }
836
+
837
+ .tpsthph9z8 {
838
+ color: var(--tpst1awahhr) !important;
839
+ }
840
+
841
+ .tpstizos85 {
842
+ color: var(--tpst1awahhr);
843
+ }
844
+
845
+ .tpst6yx3q1 {
846
+ color: var(--tpst1kxl5s) !important;
847
+ }
848
+
697
849
  .tpst3jceqh {
698
850
  color: var(--tpst1kxl5s);
699
851
  }
@@ -702,10 +854,26 @@
702
854
  color: var(--tpst1myu9af);
703
855
  }
704
856
 
857
+ .tpst1xaraa0 {
858
+ color: var(--tpst1sous2z);
859
+ }
860
+
861
+ .tpst16v5b89 {
862
+ color: var(--tpst1v5pdxa);
863
+ }
864
+
865
+ .tpst1nznry7 {
866
+ color: var(--tpst1xyenpu);
867
+ }
868
+
705
869
  .tpst1guh68u {
706
870
  color: var(--tpstkiu8f5);
707
871
  }
708
872
 
873
+ .tpst1taccwa {
874
+ color: var(--tpsts3sn97) !important;
875
+ }
876
+
709
877
  .tpst1en6sio {
710
878
  color: var(--tpsts3sn97);
711
879
  }
@@ -726,6 +894,10 @@
726
894
  display: flex;
727
895
  }
728
896
 
897
+ .tpst3nfvp2 {
898
+ display: inline-flex;
899
+ }
900
+
729
901
  .tpst1ecwici {
730
902
  fill: var(--tpst1wrmwgo);
731
903
  }
@@ -738,14 +910,30 @@
738
910
  flex-direction: row;
739
911
  }
740
912
 
913
+ .tpst1iyjqo2 {
914
+ flex-grow: 1;
915
+ }
916
+
741
917
  .tpstozqiw3 {
742
918
  flex-wrap: nowrap;
743
919
  }
744
920
 
921
+ .tpst1a02dak {
922
+ flex-wrap: wrap;
923
+ }
924
+
745
925
  .tpst1rtjxbu {
746
926
  font-family: var(--tpst1v5gfih);
747
927
  }
748
928
 
929
+ .tpst1qlqyl8 {
930
+ font-size: inherit;
931
+ }
932
+
933
+ .tpstcgtkfa {
934
+ font-size: large;
935
+ }
936
+
749
937
  .tpstyak8r7 {
750
938
  font-size: var(--tpst1o86t0e);
751
939
  }
@@ -814,6 +1002,14 @@
814
1002
  font-weight: 800;
815
1003
  }
816
1004
 
1005
+ .tpst117nqv4 {
1006
+ font-weight: bold;
1007
+ }
1008
+
1009
+ .tpst1pd3egz {
1010
+ font-weight: inherit;
1011
+ }
1012
+
817
1013
  .tpstsf9n82 {
818
1014
  font-weight: var(--tpst1hojl49);
819
1015
  }
@@ -838,10 +1034,18 @@
838
1034
  justify-content: space-between;
839
1035
  }
840
1036
 
1037
+ .tpstlqzeqv {
1038
+ justify-content: start;
1039
+ }
1040
+
841
1041
  .tpst1evy7pa {
842
1042
  line-height: 1.5;
843
1043
  }
844
1044
 
1045
+ .tpst15bjb6t {
1046
+ line-height: inherit;
1047
+ }
1048
+
845
1049
  .tpst1b4p1qk {
846
1050
  line-height: var(--tpst176n8w4);
847
1051
  }
@@ -898,6 +1102,18 @@
898
1102
  line-height: var(--tpstt98vng);
899
1103
  }
900
1104
 
1105
+ .tpst3ct3a4 {
1106
+ list-style-type: none;
1107
+ }
1108
+
1109
+ .tpst1n4znp {
1110
+ margin-inline-end: var(--rdp-nav_button-width);
1111
+ }
1112
+
1113
+ .tpstniehiw {
1114
+ margin-inline-start: var(--rdp-nav_button-width);
1115
+ }
1116
+
901
1117
  .tpst67bb7w {
902
1118
  pointer-events: auto;
903
1119
  }
@@ -926,6 +1142,10 @@
926
1142
  stroke: var(--tpstkiu8f5);
927
1143
  }
928
1144
 
1145
+ .tpst1p9vrh0 {
1146
+ stroke: var(--tpsts3sn97);
1147
+ }
1148
+
929
1149
  .tpst1bzislq {
930
1150
  stroke: var(--tpstufw5ms);
931
1151
  }
@@ -946,6 +1166,10 @@
946
1166
  text-align: right;
947
1167
  }
948
1168
 
1169
+ .tpstlyipyv {
1170
+ text-overflow: ellipsis;
1171
+ }
1172
+
949
1173
  .tpst11lhmoz {
950
1174
  transform: translate(-50%, -50%);
951
1175
  }
@@ -959,6 +1183,14 @@
959
1183
  vertical-align: middle;
960
1184
  }
961
1185
 
1186
+ .tpstuxw1ft {
1187
+ white-space: nowrap;
1188
+ }
1189
+
1190
+ .tpst1vjfegm {
1191
+ z-index: 1;
1192
+ }
1193
+
962
1194
  .tpstfo81ep {
963
1195
  z-index: 1000;
964
1196
  }
@@ -967,7 +1199,11 @@
967
1199
  z-index: 1001;
968
1200
  }
969
1201
 
970
- .tpstsl0li1:hover:not([data-disabled]), .tpstig29qo:hover:not([data-selected="true"]):not(:disabled), .tpstr18k4x:hover:not([data-selected="true"]) {
1202
+ .tpst1355qak {
1203
+ z-index: 20;
1204
+ }
1205
+
1206
+ .tpstsl0li1:hover:not([data-disabled]), .tpstig29qo:hover:not([data-selected="true"]):not(:disabled), .tpstr18k4x:hover:not([data-selected="true"]), .tpst1ui4crk:hover:not([data-disabled="true"]), .tpstxkogiq:hover:not([data-disabled="true"]):not([data-selected="true"]), .tpstoegpex:hover:not([data-selected="true"]), .tpstvnhmyd:hover:not([data-disabled="true"]):not([data-selected="true"]):not([data-hover-actions="false"]) {
971
1207
  background-color: var(--tpst16ho4j7);
972
1208
  }
973
1209
 
@@ -1003,7 +1239,7 @@
1003
1239
  background-color: var(--tpst3umhxq);
1004
1240
  }
1005
1241
 
1006
- .tpstzkh6k2:active:not(:disabled) {
1242
+ .tpstzkh6k2:active:not(:disabled), .tpst15xsq06:active:not([data-disabled="true"]):not([data-selected="true"]), .tpst1flsb7q:active:not([data-disabled="true"]):not([data-selected="true"]):not([data-hover-actions="false"]), .tpstve3hgh:active:not([data-disabled]) {
1007
1243
  background-color: var(--tpst4ae9ti);
1008
1244
  }
1009
1245
 
@@ -1011,7 +1247,11 @@
1011
1247
  background-color: var(--tpst58jqng);
1012
1248
  }
1013
1249
 
1014
- .tpst1or6fvc[data-state="checked"], .tpst1rh2zx7[data-selected="true"] {
1250
+ .tpst1f6zm34[data-disabled="true"], .tpst5s4fa3[data-disabled] {
1251
+ background-color: var(--tpstk4jfiz);
1252
+ }
1253
+
1254
+ .tpst1or6fvc[data-state="checked"], .tpst1rh2zx7[data-selected="true"], .tpst1m4q36m[data-selected="true"]:not([data-disabled="true"]), .tpst1t13qns[data-state="open"] {
1015
1255
  background-color: var(--tpsttytddx);
1016
1256
  }
1017
1257
 
@@ -1019,11 +1259,15 @@
1019
1259
  color: var(--tpst1awahhr);
1020
1260
  }
1021
1261
 
1262
+ .tpst13w5zzq:hover:not([data-disabled="true"]):not([data-selected="true"]), .tpst16eg49z[data-selected="true"]:not([data-disabled="true"]), .tpst1tkdp7v:not([data-selected="true"]) {
1263
+ color: var(--tpst1kxl5s);
1264
+ }
1265
+
1022
1266
  .tpst1psc3pv:active:not([data-selected="true"]):not(:disabled) {
1023
1267
  color: var(--tpst1od88uy);
1024
1268
  }
1025
1269
 
1026
- .tpst1maf8c0:active:not(:disabled) {
1270
+ .tpst1maf8c0:active:not(:disabled), .tpst18fcmwj:active:not([data-disabled="true"]):not([data-selected="true"]), .tpst8etpcc:active:not([data-disabled]) {
1027
1271
  color: var(--tpst1uoa904);
1028
1272
  }
1029
1273
 
@@ -1039,7 +1283,7 @@
1039
1283
  color: var(--tpst5k8tce);
1040
1284
  }
1041
1285
 
1042
- .tpst1dicpjh[data-disabled] {
1286
+ .tpst1dicpjh[data-disabled], .tpst10lg5bl[data-disabled="true"] {
1043
1287
  color: var(--tpstkiu8f5);
1044
1288
  }
1045
1289
 
@@ -1055,14 +1299,18 @@
1055
1299
  color: var(--tpsts3sn97);
1056
1300
  }
1057
1301
 
1058
- .tpst1566nwe[data-state="checked"], .tpst16j9utu[data-selected="true"] {
1302
+ .tpst1566nwe[data-state="checked"], .tpst16j9utu[data-selected="true"], .tpstpysgrl[data-state="open"] {
1059
1303
  color: var(--tpstufw5ms);
1060
1304
  }
1061
1305
 
1062
- .tpst5ezrf1[data-disabled] {
1306
+ .tpst5ezrf1[data-disabled], .tpstrxh2zl[data-disabled="true"] {
1063
1307
  cursor: not-allowed;
1064
1308
  }
1065
1309
 
1310
+ .tpst1q65owk:hover:not([data-selected="true"]) {
1311
+ cursor: pointer;
1312
+ }
1313
+
1066
1314
  .tpst1rjfkor[data-selected="true"] {
1067
1315
  font-weight: var(--tpstm13ldm);
1068
1316
  }
@@ -1071,6 +1319,10 @@
1071
1319
  font-weight: var(--tpstv32r0g);
1072
1320
  }
1073
1321
 
1322
+ .tpstf5pua7[data-orientation="right"] {
1323
+ transform: rotate(180deg);
1324
+ }
1325
+
1074
1326
  .tpst1ojfk87:hover:not([data-disabled])[data-placeholder] {
1075
1327
  color: var(--tpst5k8tce);
1076
1328
  }
@@ -1111,6 +1363,10 @@
1111
1363
  color: var(--tpstp5llud);
1112
1364
  }
1113
1365
 
1366
+ .tpst1277o0a:hover {
1367
+ cursor: pointer;
1368
+ }
1369
+
1114
1370
  .tpst53zq4y:active {
1115
1371
  background-color: var(--tpst1utdsru);
1116
1372
  }
@@ -1153,6 +1409,10 @@
1153
1409
  height: 28px;
1154
1410
  }
1155
1411
 
1412
+ .tpst10w6t97 {
1413
+ height: 32px;
1414
+ }
1415
+
1156
1416
  .tpstc9qbxq {
1157
1417
  height: 36px;
1158
1418
  }
@@ -1165,6 +1425,14 @@
1165
1425
  height: calc(100% - 24px);
1166
1426
  }
1167
1427
 
1428
+ .tpstb5j9mv {
1429
+ height: var(--rdp-nav-height);
1430
+ }
1431
+
1432
+ .tpstu96u03 {
1433
+ left: 0;
1434
+ }
1435
+
1168
1436
  .tpst1nrll8i {
1169
1437
  left: 50%;
1170
1438
  }
@@ -1181,18 +1449,54 @@
1181
1449
  left: calc(50% - 8px);
1182
1450
  }
1183
1451
 
1452
+ .tpst1yztbdb {
1453
+ margin-bottom: 16px;
1454
+ }
1455
+
1456
+ .tpst1e56ztr {
1457
+ margin-bottom: 8px;
1458
+ }
1459
+
1184
1460
  .tpst1lcskmy {
1185
1461
  margin-bottom: var(--tpst15cl33r);
1186
1462
  }
1187
1463
 
1464
+ .tpstq1n1xh {
1465
+ margin-left: 16px;
1466
+ }
1467
+
1468
+ .tpst1o6q14k {
1469
+ margin-right: 16px;
1470
+ }
1471
+
1188
1472
  .tpst7r5mf7 {
1189
1473
  margin-top: 3px;
1190
1474
  }
1191
1475
 
1476
+ .tpst1u4bug8 {
1477
+ max-width: fit-content;
1478
+ }
1479
+
1480
+ .tpst1nu04sm {
1481
+ max-width: var(--select-content-width, 100%);
1482
+ }
1483
+
1484
+ .tpst15hfatp {
1485
+ min-width: 36px;
1486
+ }
1487
+
1192
1488
  .tpstuuvo9b {
1193
1489
  min-width: var(--radix-select-trigger-width);
1194
1490
  }
1195
1491
 
1492
+ .tpst6ikm8r {
1493
+ overflow-x: hidden;
1494
+ }
1495
+
1496
+ .tpstwib8y2 {
1497
+ padding-bottom: 8px;
1498
+ }
1499
+
1196
1500
  .tpstyamay9 {
1197
1501
  padding-top: 16px;
1198
1502
  }
@@ -1201,6 +1505,14 @@
1201
1505
  top: 50%;
1202
1506
  }
1203
1507
 
1508
+ .tpstb8jshi {
1509
+ top: calc(100% - 10px);
1510
+ }
1511
+
1512
+ .tpst1qwhh54 {
1513
+ top: calc(100% + 4px);
1514
+ }
1515
+
1204
1516
  .tpstsf42hv {
1205
1517
  top: calc(50% - 10px);
1206
1518
  }
@@ -1229,10 +1541,26 @@
1229
1541
  width: 24px;
1230
1542
  }
1231
1543
 
1544
+ .tpst1m258z3 {
1545
+ width: 320px;
1546
+ }
1547
+
1548
+ .tpst1td3qas {
1549
+ width: 32px;
1550
+ }
1551
+
1552
+ .tpst14qfxbe {
1553
+ width: 36px;
1554
+ }
1555
+
1232
1556
  .tpst14atkfc {
1233
1557
  width: auto;
1234
1558
  }
1235
1559
 
1560
+ .tpstuyfhz4 {
1561
+ width: calc(100% - 16px);
1562
+ }
1563
+
1236
1564
  .tpstlr34hp[data-selected="true"] {
1237
1565
  height: 2px;
1238
1566
  }
@@ -1240,6 +1568,10 @@
1240
1568
  .tpstxx32ex[data-selected="true"] {
1241
1569
  margin-top: 2px;
1242
1570
  }
1571
+
1572
+ .tpst4gjk7j:last-child {
1573
+ padding-right: 36px;
1574
+ }
1243
1575
  }
1244
1576
 
1245
1577
  @layer priority6 {
@@ -0,0 +1,15 @@
1
+ import React from "react";
2
+ export declare const Table: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref"> & React.RefAttributes<HTMLTableElement>>;
3
+ export declare const TableHeader: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & React.RefAttributes<HTMLTableRowElement>>;
4
+ export declare const TableBody: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & React.RefAttributes<HTMLTableSectionElement>>;
5
+ interface TableRowProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement> {
6
+ isSelected?: boolean;
7
+ shouldLastBorderRender?: boolean;
8
+ }
9
+ export declare const TableRow: React.ForwardRefExoticComponent<Omit<TableRowProps, "ref"> & React.RefAttributes<HTMLTableRowElement>>;
10
+ export declare const TableHead: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableCellElement>, HTMLTableCellElement>, "ref"> & React.RefAttributes<HTMLTableCellElement>>;
11
+ interface TableCellProps extends React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableCellElement>, HTMLTableCellElement> {
12
+ showTooltip?: boolean;
13
+ }
14
+ export declare const TableCell: React.ForwardRefExoticComponent<Omit<TableCellProps, "ref"> & React.RefAttributes<HTMLTableCellElement>>;
15
+ export {};