@tight-embedded/react 6.2.0 → 6.4.0

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.
package/dist/index.css CHANGED
@@ -174,10 +174,12 @@
174
174
  --Tight-colors-surface-intent-action-discreet: transparent;
175
175
  --Tight-colors-surface-intent-action-discreet-hover: var(--Tight-colors-brand-action-weak);
176
176
  --Tight-colors-surface-intent-action-discreet-active: var(--Tight-colors-brand-action);
177
+ --Tight-colors-surface-intent-action-highlight: var(--Tight-colors-brand-action-opaque);
177
178
  --Tight-colors-surface-intent-success: var(--Tight-colors-brand-success-weak);
178
179
  --Tight-colors-surface-intent-success-hover: var(--Tight-colors-brand-success);
179
180
  --Tight-colors-surface-intent-success-active: var(--Tight-colors-brand-success-strong);
180
181
  --Tight-colors-surface-intent-success-disabled: var(--Tight-colors-surface-foreground-disabled);
182
+ --Tight-colors-surface-intent-success-highlight: var(--Tight-colors-brand-success-opaque);
181
183
  --Tight-colors-surface-intent-warning: var(--Tight-colors-brand-warning-weak);
182
184
  --Tight-colors-surface-intent-warning-hover: var(--Tight-colors-brand-warning);
183
185
  --Tight-colors-surface-intent-warning-active: var(--Tight-colors-brand-warning-strong);
@@ -187,7 +189,7 @@
187
189
  --Tight-colors-surface-intent-danger-active: var(--Tight-colors-brand-danger-strong);
188
190
  --Tight-colors-surface-intent-danger-disabled: var(--Tight-colors-surface-foreground-disabled);
189
191
  --Tight-colors-surface-intent-danger-weak: var(--Tight-colors-brand-danger-weak);
190
- --Tight-colors-surface-intent-danger-opaque: var(--Tight-colors-brand-danger-opaque);
192
+ --Tight-colors-surface-intent-danger-highlight: var(--Tight-colors-brand-danger-opaque);
191
193
  --Tight-colors-typography-base: var(--Tight-colors-black700);
192
194
  --Tight-colors-typography-base-weak: var(--Tight-colors-black400);
193
195
  --Tight-colors-typography-contrast: var(--Tight-colors-white100);
@@ -432,18 +434,6 @@
432
434
  background: var(--Tight-colors-surface-intent-danger);
433
435
  }
434
436
 
435
- .tsystem-p_10px {
436
- padding: 10px;
437
- }
438
-
439
- .tsystem-p_6px {
440
- padding: 6px;
441
- }
442
-
443
- .tsystem-bd_\{borderWidths\.md\}_solid_transparent {
444
- border: var(--Tight-borderWidths-md) solid transparent;
445
- }
446
-
447
437
  .tsystem-p_16px_12px {
448
438
  padding: 16px 12px;
449
439
  }
@@ -472,6 +462,10 @@
472
462
  border: 1px solid;
473
463
  }
474
464
 
465
+ .tsystem-p_6px {
466
+ padding: 6px;
467
+ }
468
+
475
469
  .tsystem-p_8px {
476
470
  padding: 8px;
477
471
  }
@@ -484,22 +478,6 @@
484
478
  border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-weak);
485
479
  }
486
480
 
487
- .tsystem-p_12px_15px {
488
- padding: 12px 15px;
489
- }
490
-
491
- .tsystem-p_15 {
492
- padding: 15px;
493
- }
494
-
495
- .tsystem-bd_none {
496
- border: none;
497
- }
498
-
499
- .tsystem-p_0 {
500
- padding: 0;
501
- }
502
-
503
481
  .tsystem-p_md {
504
482
  padding: md;
505
483
  }
@@ -516,20 +494,32 @@
516
494
  margin: 0;
517
495
  }
518
496
 
497
+ .tsystem-p_0 {
498
+ padding: 0;
499
+ }
500
+
519
501
  .tsystem-p_24px {
520
502
  padding: 24px;
521
503
  }
522
504
 
523
- .tsystem-p_15px {
524
- padding: 15px;
505
+ .tsystem-bd_1px_solid_\{colors\.border\.layout\} {
506
+ border: 1px solid var(--Tight-colors-border-layout);
525
507
  }
526
508
 
527
- .tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
528
- border: 1px solid var(--Tight-colors-border-intent-action);
509
+ .tsystem-bd_none {
510
+ border: none;
529
511
  }
530
512
 
531
- .tsystem-bd_1px_solid_\{colors\.border\.intent\.warning\} {
532
- border: 1px solid var(--Tight-colors-border-intent-warning);
513
+ .tsystem-bg_surface\.foreground {
514
+ background: var(--Tight-colors-surface-foreground);
515
+ }
516
+
517
+ .tsystem-bg_transparent {
518
+ background: var(--Tight-colors-transparent);
519
+ }
520
+
521
+ .tsystem-p_15px {
522
+ padding: 15px;
533
523
  }
534
524
 
535
525
  .tsystem-p_0_25px {
@@ -540,10 +530,6 @@
540
530
  border: var(--Tight-borderWidths-lg) solid;
541
531
  }
542
532
 
543
- .tsystem-bg_surface\.foreground {
544
- background: var(--Tight-colors-surface-foreground);
545
- }
546
-
547
533
  .tsystem-bg_brand\.primary\.strong {
548
534
  background: var(--Tight-colors-brand-primary-strong);
549
535
  }
@@ -560,16 +546,20 @@
560
546
  padding: 16px 16px;
561
547
  }
562
548
 
563
- .tsystem-bd_1px_solid_\{colors\.border\.layout\} {
564
- border: 1px solid var(--Tight-colors-border-layout);
549
+ .tsystem-m_0_8px {
550
+ margin: 0 8px;
565
551
  }
566
552
 
567
- .tsystem-m_6px {
568
- margin: 6px;
553
+ .tsystem-p_10px {
554
+ padding: 10px;
569
555
  }
570
556
 
571
- .tsystem-m_0_8px {
572
- margin: 0 8px;
557
+ .tsystem-p_8px_12px {
558
+ padding: 8px 12px;
559
+ }
560
+
561
+ .tsystem-bd-x_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
562
+ border-inline: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
573
563
  }
574
564
 
575
565
  .tsystem-anim_linear_1s_spin_infinite {
@@ -584,10 +574,6 @@
584
574
  animation: var(--Tight-animations-appear-instant);
585
575
  }
586
576
 
587
- .tsystem-bg_transparent {
588
- background: var(--Tight-colors-transparent);
589
- }
590
-
591
577
  .tsystem-p_12px {
592
578
  padding: 12px;
593
579
  }
@@ -616,6 +602,26 @@
616
602
  margin: 0 auto;
617
603
  }
618
604
 
605
+ .tsystem-p_12px_15px {
606
+ padding: 12px 15px;
607
+ }
608
+
609
+ .tsystem-p_15 {
610
+ padding: 15px;
611
+ }
612
+
613
+ .tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
614
+ border: 1px solid var(--Tight-colors-border-intent-action);
615
+ }
616
+
617
+ .tsystem-bd_1px_solid_\{colors\.border\.intent\.warning\} {
618
+ border: 1px solid var(--Tight-colors-border-intent-warning);
619
+ }
620
+
621
+ .tsystem-bd_\{borderWidths\.md\}_solid_transparent {
622
+ border: var(--Tight-borderWidths-md) solid transparent;
623
+ }
624
+
619
625
  .tsystem-p_10 {
620
626
  padding: 10px;
621
627
  }
@@ -640,10 +646,6 @@
640
646
  background: foreground;
641
647
  }
642
648
 
643
- .tsystem-p_4px_8px {
644
- padding: 4px 8px;
645
- }
646
-
647
649
  .tsystem-p_10px_12px_10px_15px {
648
650
  padding: 10px 12px 10px 15px;
649
651
  }
@@ -712,8 +714,8 @@
712
714
  padding: 25px;
713
715
  }
714
716
 
715
- .tsystem-bd-x_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
716
- border-inline: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
717
+ .tsystem-bd_\{borderWidths\.md\}_dashed_\{colors\.border\.layout\} {
718
+ border: var(--Tight-borderWidths-md) dashed var(--Tight-colors-border-layout);
717
719
  }
718
720
 
719
721
  .tsystem-bg_brand\.success {
@@ -728,8 +730,16 @@
728
730
  padding: large;
729
731
  }
730
732
 
731
- .tsystem-p_8px_12px {
732
- padding: 8px 12px;
733
+ .tsystem-p_4px_8px {
734
+ padding: 4px 8px;
735
+ }
736
+
737
+ .tsystem-bd_0\.75px_solid_\{colors\.border\.layout\} {
738
+ border: 0.75px solid var(--Tight-colors-border-layout);
739
+ }
740
+
741
+ .tsystem-p_16 {
742
+ padding: 16px;
733
743
  }
734
744
 
735
745
  .tsystem-p_6px_0_6px_6px {
@@ -748,12 +758,12 @@
748
758
  animation: var(--Tight-animations-spin);
749
759
  }
750
760
 
751
- .tsystem-p_15px_0px {
752
- padding: 15px 0px;
761
+ .tsystem-p_12 {
762
+ padding: 12px;
753
763
  }
754
764
 
755
- .tsystem-p_4px {
756
- padding: 4px;
765
+ .tsystem-bdr_999px {
766
+ border-radius: 999px;
757
767
  }
758
768
 
759
769
  .tsystem-gap_5px {
@@ -788,19 +798,6 @@
788
798
  border-color: var(--Tight-colors-border-intent-danger);
789
799
  }
790
800
 
791
- .tsystem-ring_none {
792
- outline: 2px solid transparent;
793
- outline-offset: 2px;
794
- }
795
-
796
- .tsystem-bdr_md {
797
- border-radius: var(--Tight-radii-md);
798
- }
799
-
800
- .tsystem-gap_9px {
801
- gap: 9px;
802
- }
803
-
804
801
  .tsystem-border-style_solid {
805
802
  border-style: solid;
806
803
  }
@@ -813,6 +810,14 @@
813
810
  overflow: hidden;
814
811
  }
815
812
 
813
+ .tsystem-gap_16px {
814
+ gap: 16px;
815
+ }
816
+
817
+ .tsystem-flex_1_1_0 {
818
+ flex: 1 1 0;
819
+ }
820
+
816
821
  .tsystem-trs_background_300ms_ease-out\,_background-color_300ms_ease-out\,_border-color_300ms_ease-out\,_box-shadow_0ms {
817
822
  transition: background 300ms ease-out, background-color 300ms ease-out, border-color 300ms ease-out, box-shadow 0ms;
818
823
  }
@@ -833,24 +838,33 @@
833
838
  border-radius: var(--Tight-radii-lg);
834
839
  }
835
840
 
841
+ .tsystem-gap_inherit {
842
+ gap: inherit;
843
+ }
844
+
845
+ .tsystem-gap_4px {
846
+ gap: 4px;
847
+ }
848
+
836
849
  .tsystem-gap_8px {
837
850
  gap: 8px;
838
851
  }
839
852
 
840
- .tsystem-bd-w_lg {
841
- border-width: var(--Tight-borderWidths-lg);
853
+ .tsystem-bdr_md {
854
+ border-radius: var(--Tight-radii-md);
842
855
  }
843
856
 
844
- .tsystem-bd-c_border\.layout\.strong {
845
- border-color: var(--Tight-colors-border-layout-strong);
857
+ .tsystem-ring_none {
858
+ outline: 2px solid transparent;
859
+ outline-offset: 2px;
846
860
  }
847
861
 
848
- .tsystem-gap_16px {
849
- gap: 16px;
862
+ .tsystem-bd-w_lg {
863
+ border-width: var(--Tight-borderWidths-lg);
850
864
  }
851
865
 
852
- .tsystem-gap_4px {
853
- gap: 4px;
866
+ .tsystem-bd-c_border\.layout\.strong {
867
+ border-color: var(--Tight-colors-border-layout-strong);
854
868
  }
855
869
 
856
870
  .tsystem-gap_10px {
@@ -873,14 +887,94 @@
873
887
  border-radius: 50%;
874
888
  }
875
889
 
876
- .tsystem-bd-w_1 {
877
- border-width: 1px;
890
+ .tsystem-ovs-b_contain {
891
+ overscroll-behavior: contain;
892
+ }
893
+
894
+ .tsystem-bdr_2px {
895
+ border-radius: 2px;
878
896
  }
879
897
 
880
898
  .tsystem-flex_1 {
881
899
  flex: 1 1 0%;
882
900
  }
883
901
 
902
+ .tsystem-bd-c_normal {
903
+ border-color: normal;
904
+ }
905
+
906
+ .tsystem-gap_2px {
907
+ gap: 2px;
908
+ }
909
+
910
+ .tsystem-px_8px {
911
+ padding-inline: 8px;
912
+ }
913
+
914
+ .tsystem-bdr_zero {
915
+ border-radius: var(--Tight-radii-zero);
916
+ }
917
+
918
+ .tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
919
+ border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
920
+ }
921
+
922
+ .tsystem-bd-t_none {
923
+ border-top: none;
924
+ }
925
+
926
+ .tsystem-bd-b_none {
927
+ border-bottom: none;
928
+ }
929
+
930
+ .tsystem-gap_9px {
931
+ gap: 9px;
932
+ }
933
+
934
+ .tsystem-bg-p_100\%_0 {
935
+ background-position: 100% 0;
936
+ }
937
+
938
+ .tsystem-gap_15px {
939
+ gap: 15px;
940
+ }
941
+
942
+ .tsystem-gap_0 {
943
+ gap: 0;
944
+ }
945
+
946
+ .tsystem-trs_height_0\.5s\,_width_0\.5s {
947
+ transition: height 0.5s, width 0.5s;
948
+ }
949
+
950
+ .tsystem-gap_45px {
951
+ gap: 45px;
952
+ }
953
+
954
+ .tsystem-ov_visible {
955
+ overflow: visible;
956
+ }
957
+
958
+ .tsystem-gap_20px {
959
+ gap: 20px;
960
+ }
961
+
962
+ .tsystem-bd-t_hidden {
963
+ border-top: hidden;
964
+ }
965
+
966
+ .tsystem-bdr_0 {
967
+ border-radius: 0;
968
+ }
969
+
970
+ .tsystem-gap_9 {
971
+ gap: 9px;
972
+ }
973
+
974
+ .tsystem-bd-w_1 {
975
+ border-width: 1px;
976
+ }
977
+
884
978
  .tsystem-td_none {
885
979
  text-decoration: none;
886
980
  }
@@ -901,10 +995,6 @@
901
995
  border-color: var(--Tight-colors-border-intent-primary);
902
996
  }
903
997
 
904
- .tsystem-bdr_999px {
905
- border-radius: 999px;
906
- }
907
-
908
998
  .tsystem-gap_26px {
909
999
  gap: 26px;
910
1000
  }
@@ -925,10 +1015,6 @@
925
1015
  border-bottom: 1px solid;
926
1016
  }
927
1017
 
928
- .tsystem-bdr_0 {
929
- border-radius: 0;
930
- }
931
-
932
1018
  .tsystem-gap_4 {
933
1019
  gap: 4px;
934
1020
  }
@@ -949,84 +1035,8 @@
949
1035
  transition: all 300ms ease-out;
950
1036
  }
951
1037
 
952
- .tsystem-flex_1_1_0 {
953
- flex: 1 1 0;
954
- }
955
-
956
- .tsystem-ovs-b_contain {
957
- overscroll-behavior: contain;
958
- }
959
-
960
- .tsystem-bd-c_normal {
961
- border-color: normal;
962
- }
963
-
964
- .tsystem-gap_2px {
965
- gap: 2px;
966
- }
967
-
968
- .tsystem-px_8px {
969
- padding-inline: 8px;
970
- }
971
-
972
- .tsystem-bdr_9999px {
973
- border-radius: 9999px;
974
- }
975
-
976
- .tsystem-ring_3px_solid {
977
- outline: 3px solid;
978
- }
979
-
980
- .tsystem-bg-p_100\%_0 {
981
- background-position: 100% 0;
982
- }
983
-
984
- .tsystem-gap_15px {
985
- gap: 15px;
986
- }
987
-
988
- .tsystem-gap_6px {
989
- gap: 6px;
990
- }
991
-
992
- .tsystem-bdr_zero {
993
- border-radius: var(--Tight-radii-zero);
994
- }
995
-
996
- .tsystem-gap_0 {
997
- gap: 0;
998
- }
999
-
1000
- .tsystem-trs_height_0\.5s\,_width_0\.5s {
1001
- transition: height 0.5s, width 0.5s;
1002
- }
1003
-
1004
- .tsystem-gap_45px {
1005
- gap: 45px;
1006
- }
1007
-
1008
- .tsystem-ov_visible {
1009
- overflow: visible;
1010
- }
1011
-
1012
- .tsystem-gap_20px {
1013
- gap: 20px;
1014
- }
1015
-
1016
- .tsystem-bd-t_hidden {
1017
- border-top: hidden;
1018
- }
1019
-
1020
- .tsystem-gap_9 {
1021
- gap: 9px;
1022
- }
1023
-
1024
- .tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
1025
- border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
1026
- }
1027
-
1028
- .tsystem-bd-t_none {
1029
- border-top: none;
1038
+ .tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
1039
+ border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
1030
1040
  }
1031
1041
 
1032
1042
  .tsystem-bd-l_none {
@@ -1065,20 +1075,20 @@
1065
1075
  border-width: 1px;
1066
1076
  }
1067
1077
 
1068
- .tsystem-bd-w_sm {
1069
- border-width: var(--Tight-borderWidths-sm);
1070
- }
1071
-
1072
1078
  .tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.strong\} {
1073
1079
  border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-strong);
1074
1080
  }
1075
1081
 
1082
+ .tsystem-gap_6px {
1083
+ gap: 6px;
1084
+ }
1085
+
1076
1086
  .tsystem-gap_10 {
1077
1087
  gap: 10px;
1078
1088
  }
1079
1089
 
1080
- .tsystem-bdr_2px {
1081
- border-radius: 2px;
1090
+ .tsystem-bdr_9999px {
1091
+ border-radius: 9999px;
1082
1092
  }
1083
1093
 
1084
1094
  .tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
@@ -1097,10 +1107,6 @@
1097
1107
  border-left: 1px solid var(--Tight-colors-border-layout);
1098
1108
  }
1099
1109
 
1100
- .tsystem-bd-b_none {
1101
- border-bottom: none;
1102
- }
1103
-
1104
1110
  .tsystem-bd-c_active {
1105
1111
  border-color: active;
1106
1112
  }
@@ -1129,14 +1135,14 @@
1129
1135
  overflow: auto;
1130
1136
  }
1131
1137
 
1132
- .tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
1133
- border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
1134
- }
1135
-
1136
1138
  .tsystem-gap_30px {
1137
1139
  gap: 30px;
1138
1140
  }
1139
1141
 
1142
+ .tsystem-bd-w_sm {
1143
+ border-width: var(--Tight-borderWidths-sm);
1144
+ }
1145
+
1140
1146
  .tsystem-flex_1_1_100\% {
1141
1147
  flex: 1 1 100%;
1142
1148
  }
@@ -1165,6 +1171,22 @@
1165
1171
  border-color: var(--Tight-colors-surface-intent-action-active);
1166
1172
  }
1167
1173
 
1174
+ .tsystem-pos_absolute {
1175
+ position: absolute;
1176
+ }
1177
+
1178
+ .tsystem-bg-c_surface\.intent\.warning {
1179
+ background-color: var(--Tight-colors-surface-intent-warning);
1180
+ }
1181
+
1182
+ .tsystem-bx-sh_0_0_0_1px_\{colors\.border\.intent\.warning\} {
1183
+ box-shadow: 0 0 0 1px var(--Tight-colors-border-intent-warning);
1184
+ }
1185
+
1186
+ .tsystem-pos_relative {
1187
+ position: relative;
1188
+ }
1189
+
1168
1190
  .tsystem-d_inline-flex {
1169
1191
  display: inline-flex;
1170
1192
  }
@@ -1185,42 +1207,6 @@
1185
1207
  display: flex;
1186
1208
  }
1187
1209
 
1188
- .tsystem-c_typography\.intent\.secondary {
1189
- color: var(--Tight-colors-typography-intent-secondary);
1190
- }
1191
-
1192
- .tsystem-bg-c_surface\.intent\.action\.discreet {
1193
- background-color: var(--Tight-colors-surface-intent-action-discreet);
1194
- }
1195
-
1196
- .tsystem-fs_md {
1197
- font-size: var(--Tight-fontSizes-md);
1198
- }
1199
-
1200
- .tsystem-fw_md {
1201
- font-weight: var(--Tight-fontWeights-md);
1202
- }
1203
-
1204
- .tsystem-fs_sm {
1205
- font-size: var(--Tight-fontSizes-sm);
1206
- }
1207
-
1208
- .tsystem-fw_sm {
1209
- font-weight: var(--Tight-fontWeights-sm);
1210
- }
1211
-
1212
- .tsystem-bx-sh_0_0_0_0_transparent {
1213
- box-shadow: 0 0 0 0 transparent;
1214
- }
1215
-
1216
- .tsystem-pos_relative {
1217
- position: relative;
1218
- }
1219
-
1220
- .tsystem-c_icon\.base {
1221
- color: var(--Tight-colors-icon-base);
1222
- }
1223
-
1224
1210
  .tsystem-bg-c_brand\.primary {
1225
1211
  background-color: var(--Tight-colors-brand-primary);
1226
1212
  }
@@ -1245,6 +1231,23 @@
1245
1231
  background-color: var(--Tight-colors-surface-foreground);
1246
1232
  }
1247
1233
 
1234
+ .tsystem-flex-d_column {
1235
+ flex-direction: column;
1236
+ }
1237
+
1238
+ .tsystem-as_stretch {
1239
+ align-self: stretch;
1240
+ }
1241
+
1242
+ .tsystem-scr-bar_hidden {
1243
+ -ms-overflow-style: none;
1244
+ scrollbar-width: none;
1245
+ }
1246
+
1247
+ .tsystem-scr-bar_hidden::-webkit-scrollbar {
1248
+ display: none;
1249
+ }
1250
+
1248
1251
  .tsystem-tov_ellipsis {
1249
1252
  text-overflow: ellipsis;
1250
1253
  }
@@ -1253,10 +1256,18 @@
1253
1256
  white-space: nowrap;
1254
1257
  }
1255
1258
 
1259
+ .tsystem-fs_sm {
1260
+ font-size: var(--Tight-fontSizes-sm);
1261
+ }
1262
+
1256
1263
  .tsystem-font-style_normal {
1257
1264
  font-style: normal;
1258
1265
  }
1259
1266
 
1267
+ .tsystem-fw_sm {
1268
+ font-weight: var(--Tight-fontWeights-sm);
1269
+ }
1270
+
1260
1271
  .tsystem-lh_12px {
1261
1272
  line-height: 12px;
1262
1273
  }
@@ -1265,6 +1276,14 @@
1265
1276
  letter-spacing: 0.66px;
1266
1277
  }
1267
1278
 
1279
+ .tsystem-white-space_normal {
1280
+ white-space: normal;
1281
+ }
1282
+
1283
+ .tsystem-ov-wrap_break-word {
1284
+ overflow-wrap: break-word;
1285
+ }
1286
+
1268
1287
  .tsystem-bx-s_border-box {
1269
1288
  box-sizing: border-box;
1270
1289
  }
@@ -1273,10 +1292,6 @@
1273
1292
  background-color: var(--Tight-colors-surface-intent-action);
1274
1293
  }
1275
1294
 
1276
- .tsystem-flex-d_column {
1277
- flex-direction: column;
1278
- }
1279
-
1280
1295
  .tsystem-ta_right {
1281
1296
  text-align: right;
1282
1297
  }
@@ -1293,10 +1308,6 @@
1293
1308
  text-align: left;
1294
1309
  }
1295
1310
 
1296
- .tsystem-as_stretch {
1297
- align-self: stretch;
1298
- }
1299
-
1300
1311
  .tsystem-jc_flex-start {
1301
1312
  justify-content: flex-start;
1302
1313
  }
@@ -1334,104 +1345,76 @@
1334
1345
  flex-shrink: 0;
1335
1346
  }
1336
1347
 
1337
- .tsystem-flex-d_row-reverse {
1338
- flex-direction: row-reverse;
1348
+ .tsystem-flex-d_column-reverse {
1349
+ flex-direction: column-reverse;
1339
1350
  }
1340
1351
 
1341
- .tsystem-pos_static {
1342
- position: static;
1352
+ .tsystem-ff_heading {
1353
+ font-family: var(--Tight-fonts-heading);
1343
1354
  }
1344
1355
 
1345
- .tsystem-flex-sh_1 {
1346
- flex-shrink: 1;
1356
+ .tsystem-fs_xl {
1357
+ font-size: var(--Tight-fontSizes-xl);
1347
1358
  }
1348
1359
 
1349
- .tsystem-c_inherit {
1350
- color: var(--Tight-colors-inherit);
1360
+ .tsystem-fw_md {
1361
+ font-weight: var(--Tight-fontWeights-md);
1351
1362
  }
1352
1363
 
1353
- .tsystem-bg-c_surface\.background {
1354
- background-color: var(--Tight-colors-surface-background);
1364
+ .tsystem-lh_26px {
1365
+ line-height: 26px;
1355
1366
  }
1356
1367
 
1357
- .tsystem-wb_break-word {
1358
- word-break: break-word;
1368
+ .tsystem-ls_1\.2px {
1369
+ letter-spacing: 1.2px;
1359
1370
  }
1360
1371
 
1361
- .tsystem-white-space_pre-wrap {
1362
- white-space: pre-wrap;
1372
+ .tsystem-pos_fixed {
1373
+ position: fixed;
1363
1374
  }
1364
1375
 
1365
- .tsystem-c_typography\.intent\.primary {
1366
- color: var(--Tight-colors-typography-intent-primary);
1376
+ .tsystem-bg-c_overlay {
1377
+ background-color: var(--Tight-colors-overlay);
1367
1378
  }
1368
1379
 
1369
- .tsystem-bg-c_surface\.intent\.primary {
1370
- background-color: var(--Tight-colors-surface-intent-primary);
1380
+ .tsystem-bg-c_surface\.background {
1381
+ background-color: var(--Tight-colors-surface-background);
1371
1382
  }
1372
1383
 
1373
- .tsystem-flex-d_column-reverse {
1374
- flex-direction: column-reverse;
1384
+ .tsystem-flex-g_1 {
1385
+ flex-grow: 1;
1375
1386
  }
1376
1387
 
1377
- .tsystem-pos_absolute {
1378
- position: absolute;
1388
+ .tsystem-bg-c_transparent {
1389
+ background-color: var(--Tight-colors-transparent);
1379
1390
  }
1380
1391
 
1381
- .tsystem-bg-c_surface\.intent\.warning {
1382
- background-color: var(--Tight-colors-surface-intent-warning);
1392
+ .tsystem-jc_start {
1393
+ justify-content: start;
1383
1394
  }
1384
1395
 
1385
- .tsystem-bx-sh_0_0_0_1px_\{colors\.border\.intent\.warning\} {
1386
- box-shadow: 0 0 0 1px var(--Tight-colors-border-intent-warning);
1396
+ .tsystem-stk_icon\.base {
1397
+ stroke: var(--Tight-colors-icon-base);
1387
1398
  }
1388
1399
 
1389
- .tsystem-scr-bar-w_thin {
1390
- scrollbar-width: thin;
1400
+ .tsystem-fs_lg {
1401
+ font-size: var(--Tight-fontSizes-lg);
1391
1402
  }
1392
1403
 
1393
- .tsystem-ai_stretch {
1394
- align-items: stretch;
1404
+ .tsystem-lh_18px {
1405
+ line-height: 18px;
1395
1406
  }
1396
1407
 
1397
- .tsystem-bg-c_transparent {
1398
- background-color: var(--Tight-colors-transparent);
1408
+ .tsystem-ls_0\.96px {
1409
+ letter-spacing: 0.96px;
1399
1410
  }
1400
1411
 
1401
- .tsystem-ai_start {
1402
- align-items: start;
1412
+ .tsystem-ff_label {
1413
+ font-family: var(--Tight-fonts-label);
1403
1414
  }
1404
1415
 
1405
- .tsystem-jc_end {
1406
- justify-content: end;
1407
- }
1408
-
1409
- .tsystem-bg-c_typography\.base {
1410
- background-color: var(--Tight-colors-typography-base);
1411
- }
1412
-
1413
- .tsystem-bg-c_border\.layout {
1414
- background-color: var(--Tight-colors-border-layout);
1415
- }
1416
-
1417
- .tsystem-ta_center {
1418
- text-align: center;
1419
- }
1420
-
1421
- .tsystem-jc_flex-end {
1422
- justify-content: flex-end;
1423
- }
1424
-
1425
- .tsystem-pos_fixed {
1426
- position: fixed;
1427
- }
1428
-
1429
- .tsystem-bg-c_overlay {
1430
- background-color: var(--Tight-colors-overlay);
1431
- }
1432
-
1433
- .tsystem-flex-g_1 {
1434
- flex-grow: 1;
1416
+ .tsystem-bg-c_surface\.intent\.action\.discreet {
1417
+ background-color: var(--Tight-colors-surface-intent-action-discreet);
1435
1418
  }
1436
1419
 
1437
1420
  .tsystem-c_icon\.accent\.danger {
@@ -1526,28 +1509,12 @@
1526
1509
  fill: var(--Tight-colors-transparent);
1527
1510
  }
1528
1511
 
1529
- .tsystem-c_typography\.intent\.action {
1530
- color: var(--Tight-colors-typography-intent-action);
1531
- }
1532
-
1533
- .tsystem-c_typography\.intent\.danger {
1534
- color: var(--Tight-colors-typography-intent-danger);
1535
- }
1536
-
1537
- .tsystem-bg-c_surface\.intent\.danger {
1538
- background-color: var(--Tight-colors-surface-intent-danger);
1539
- }
1540
-
1541
- .tsystem-c_typography\.intent\.success {
1542
- color: var(--Tight-colors-typography-intent-success);
1543
- }
1544
-
1545
- .tsystem-bg-c_surface\.intent\.success {
1546
- background-color: var(--Tight-colors-surface-intent-success);
1512
+ .tsystem-ai_start {
1513
+ align-items: start;
1547
1514
  }
1548
1515
 
1549
- .tsystem-c_typography\.intent\.warning {
1550
- color: var(--Tight-colors-typography-intent-warning);
1516
+ .tsystem-bx-sh_0_0_0_0_transparent {
1517
+ box-shadow: 0 0 0 0 transparent;
1551
1518
  }
1552
1519
 
1553
1520
  .tsystem-c_icon\.contrast {
@@ -1570,50 +1537,30 @@
1570
1537
  background-color: yellow;
1571
1538
  }
1572
1539
 
1573
- .tsystem-ring-o_3px {
1574
- outline-offset: 3px;
1575
- }
1576
-
1577
- .tsystem-bg-c_brand\.action\.stronger {
1578
- background-color: var(--Tight-colors-brand-action-stronger);
1579
- }
1580
-
1581
- .tsystem-ring-c_brand\.action\.stronger {
1582
- outline-color: var(--Tight-colors-brand-action-stronger);
1583
- }
1584
-
1585
- .tsystem-ring-c_brand\.primary {
1586
- outline-color: var(--Tight-colors-brand-primary);
1587
- }
1588
-
1589
- .tsystem-ov-wrap_break-word {
1590
- overflow-wrap: break-word;
1540
+ .tsystem-fill_surface\.intent\.action\.active {
1541
+ fill: var(--Tight-colors-surface-intent-action-active);
1591
1542
  }
1592
1543
 
1593
1544
  .tsystem-fw_label\.strong {
1594
1545
  font-weight: var(--Tight-fontWeights-label-strong);
1595
1546
  }
1596
1547
 
1597
- .tsystem-fs_lg {
1598
- font-size: var(--Tight-fontSizes-lg);
1599
- }
1600
-
1601
- .tsystem-ff_label {
1602
- font-family: var(--Tight-fonts-label);
1603
- }
1604
-
1605
1548
  .tsystem-c_typography\.label\.strong {
1606
1549
  color: var(--Tight-colors-typography-label-strong);
1607
1550
  }
1608
1551
 
1609
- .tsystem-lh_18px {
1610
- line-height: 18px;
1611
- }
1612
-
1613
1552
  .tsystem-ls_0\.84px {
1614
1553
  letter-spacing: 0.84px;
1615
1554
  }
1616
1555
 
1556
+ .tsystem-ai_stretch {
1557
+ align-items: stretch;
1558
+ }
1559
+
1560
+ .tsystem-bg-c_border\.layout {
1561
+ background-color: var(--Tight-colors-border-layout);
1562
+ }
1563
+
1617
1564
  .tsystem-bg-c_border\.layout\.strong {
1618
1565
  background-color: var(--Tight-colors-border-layout-strong);
1619
1566
  }
@@ -1622,6 +1569,18 @@
1622
1569
  background-color: var(--Tight-colors-brand-action-strong);
1623
1570
  }
1624
1571
 
1572
+ .tsystem-bg-c_surface\.intent\.action\.highlight {
1573
+ background-color: var(--Tight-colors-surface-intent-action-highlight);
1574
+ }
1575
+
1576
+ .tsystem-c_typography\.intent\.secondary {
1577
+ color: var(--Tight-colors-typography-intent-secondary);
1578
+ }
1579
+
1580
+ .tsystem-jc_flex-end {
1581
+ justify-content: flex-end;
1582
+ }
1583
+
1625
1584
  .tsystem-bg-c_surface\.elevated {
1626
1585
  background-color: var(--Tight-colors-surface-elevated);
1627
1586
  }
@@ -1634,17 +1593,20 @@
1634
1593
  background-size: 400%;
1635
1594
  }
1636
1595
 
1637
- .tsystem-scr-bar_hidden {
1638
- -ms-overflow-style: none;
1639
- scrollbar-width: none;
1596
+ .tsystem-bx-sh_box-shadow {
1597
+ box-shadow: var(--Tight-shadows-box-shadow);
1640
1598
  }
1641
1599
 
1642
- .tsystem-scr-bar_hidden::-webkit-scrollbar {
1643
- display: none;
1600
+ .tsystem-flex-sh_1 {
1601
+ flex-shrink: 1;
1644
1602
  }
1645
1603
 
1646
- .tsystem-bx-sh_box-shadow {
1647
- box-shadow: var(--Tight-shadows-box-shadow);
1604
+ .tsystem-bg-c_surface\.intent\.success\.highlight {
1605
+ background-color: var(--Tight-colors-surface-intent-success-highlight);
1606
+ }
1607
+
1608
+ .tsystem-bg-c_surface\.intent\.danger\.highlight {
1609
+ background-color: var(--Tight-colors-surface-intent-danger-highlight);
1648
1610
  }
1649
1611
 
1650
1612
  .tsystem-op_0\.6 {
@@ -1655,8 +1617,8 @@
1655
1617
  cursor: not-allowed;
1656
1618
  }
1657
1619
 
1658
- .tsystem-jc_start {
1659
- justify-content: start;
1620
+ .tsystem-jc_end {
1621
+ justify-content: end;
1660
1622
  }
1661
1623
 
1662
1624
  .tsystem-bdr-b_lg {
@@ -1693,6 +1655,10 @@
1693
1655
  pointer-events: all;
1694
1656
  }
1695
1657
 
1658
+ .tsystem-fs_md {
1659
+ font-size: var(--Tight-fontSizes-md);
1660
+ }
1661
+
1696
1662
  .tsystem-fw_lg {
1697
1663
  font-weight: var(--Tight-fontWeights-lg);
1698
1664
  }
@@ -1709,8 +1675,12 @@
1709
1675
  color: var(--Tight-colors-typography-label);
1710
1676
  }
1711
1677
 
1712
- .tsystem-white-space_normal {
1713
- white-space: normal;
1678
+ .tsystem-c_typography\.intent\.primary {
1679
+ color: var(--Tight-colors-typography-intent-primary);
1680
+ }
1681
+
1682
+ .tsystem-ta_center {
1683
+ text-align: center;
1714
1684
  }
1715
1685
 
1716
1686
  .tsystem-ta_start {
@@ -1725,6 +1695,10 @@
1725
1695
  color: var(--Tight-colors-typography-label-sub);
1726
1696
  }
1727
1697
 
1698
+ .tsystem-c_typography\.intent\.action {
1699
+ color: var(--Tight-colors-typography-intent-action);
1700
+ }
1701
+
1728
1702
  .tsystem-c_typography\.accent\.danger {
1729
1703
  color: var(--Tight-colors-typography-accent-danger);
1730
1704
  }
@@ -1733,6 +1707,10 @@
1733
1707
  color: var(--Tight-colors-typography-accent-action);
1734
1708
  }
1735
1709
 
1710
+ .tsystem-c_brand\.action\.strongest {
1711
+ color: var(--Tight-colors-brand-action-strongest);
1712
+ }
1713
+
1736
1714
  .tsystem-d_-webkit-box {
1737
1715
  display: -webkit-box;
1738
1716
  }
@@ -1745,6 +1723,10 @@
1745
1723
  -webkit-box-orient: vertical;
1746
1724
  }
1747
1725
 
1726
+ .tsystem-lh_20px {
1727
+ line-height: 20px;
1728
+ }
1729
+
1748
1730
  .tsystem-trf_rotate\(-20deg\) {
1749
1731
  transform: rotate(-20deg);
1750
1732
  }
@@ -1765,6 +1747,62 @@
1765
1747
  font-size: 10em;
1766
1748
  }
1767
1749
 
1750
+ .tsystem-flex-d_row-reverse {
1751
+ flex-direction: row-reverse;
1752
+ }
1753
+
1754
+ .tsystem-pos_static {
1755
+ position: static;
1756
+ }
1757
+
1758
+ .tsystem-c_inherit {
1759
+ color: var(--Tight-colors-inherit);
1760
+ }
1761
+
1762
+ .tsystem-wb_break-word {
1763
+ word-break: break-word;
1764
+ }
1765
+
1766
+ .tsystem-white-space_pre-wrap {
1767
+ white-space: pre-wrap;
1768
+ }
1769
+
1770
+ .tsystem-bg-c_surface\.intent\.primary {
1771
+ background-color: var(--Tight-colors-surface-intent-primary);
1772
+ }
1773
+
1774
+ .tsystem-scr-bar-w_thin {
1775
+ scrollbar-width: thin;
1776
+ }
1777
+
1778
+ .tsystem-bg-c_typography\.base {
1779
+ background-color: var(--Tight-colors-typography-base);
1780
+ }
1781
+
1782
+ .tsystem-c_typography\.intent\.danger {
1783
+ color: var(--Tight-colors-typography-intent-danger);
1784
+ }
1785
+
1786
+ .tsystem-bg-c_surface\.intent\.danger {
1787
+ background-color: var(--Tight-colors-surface-intent-danger);
1788
+ }
1789
+
1790
+ .tsystem-c_typography\.intent\.success {
1791
+ color: var(--Tight-colors-typography-intent-success);
1792
+ }
1793
+
1794
+ .tsystem-bg-c_surface\.intent\.success {
1795
+ background-color: var(--Tight-colors-surface-intent-success);
1796
+ }
1797
+
1798
+ .tsystem-c_typography\.intent\.warning {
1799
+ color: var(--Tight-colors-typography-intent-warning);
1800
+ }
1801
+
1802
+ .tsystem-c_icon\.base {
1803
+ color: var(--Tight-colors-icon-base);
1804
+ }
1805
+
1768
1806
  .tsystem-fw_body {
1769
1807
  font-weight: var(--Tight-fontWeights-body);
1770
1808
  }
@@ -1773,6 +1811,10 @@
1773
1811
  font-family: var(--Tight-fonts-body);
1774
1812
  }
1775
1813
 
1814
+ .tsystem-c_brand\.primary\.weak {
1815
+ color: var(--Tight-colors-brand-primary-weak);
1816
+ }
1817
+
1776
1818
  .tsystem-fw_label\.strongSub {
1777
1819
  font-weight: var(--Tight-fontWeights-label-strongSub);
1778
1820
  }
@@ -1793,10 +1835,6 @@
1793
1835
  font-weight: var(--Tight-fontWeights-heading);
1794
1836
  }
1795
1837
 
1796
- .tsystem-ff_heading {
1797
- font-family: var(--Tight-fonts-heading);
1798
- }
1799
-
1800
1838
  .tsystem-c_typography\.heading {
1801
1839
  color: var(--Tight-colors-typography-heading);
1802
1840
  }
@@ -1869,10 +1907,6 @@
1869
1907
  color: var(--Tight-colors-money-positive);
1870
1908
  }
1871
1909
 
1872
- .tsystem-c_brand\.primary\.weak {
1873
- color: var(--Tight-colors-brand-primary-weak);
1874
- }
1875
-
1876
1910
  .tsystem-c_brand\.danger {
1877
1911
  color: var(--Tight-colors-brand-danger);
1878
1912
  }
@@ -1905,14 +1939,6 @@
1905
1939
  transform: rotate(90deg);
1906
1940
  }
1907
1941
 
1908
- .tsystem-fs_26px {
1909
- font-size: 26px;
1910
- }
1911
-
1912
- .tsystem-lh_26px {
1913
- line-height: 26px;
1914
- }
1915
-
1916
1942
  .tsystem-pos_sticky {
1917
1943
  position: sticky;
1918
1944
  }
@@ -1921,14 +1947,6 @@
1921
1947
  stroke: var(--Tight-colors-icon-base-weak);
1922
1948
  }
1923
1949
 
1924
- .tsystem-stk_icon\.base {
1925
- stroke: var(--Tight-colors-icon-base);
1926
- }
1927
-
1928
- .tsystem-ls_0\.96px {
1929
- letter-spacing: 0.96px;
1930
- }
1931
-
1932
1950
  .tsystem-lh_14px {
1933
1951
  line-height: 14px;
1934
1952
  }
@@ -2096,10 +2114,18 @@
2096
2114
  z-index: 100;
2097
2115
  }
2098
2116
 
2117
+ .tsystem-fs_26px {
2118
+ font-size: 26px;
2119
+ }
2120
+
2099
2121
  .tsystem-c_surface\.intent\.danger\.active {
2100
2122
  color: var(--Tight-colors-surface-intent-danger-active);
2101
2123
  }
2102
2124
 
2125
+ .tsystem-grid-tc_1fr_1fr {
2126
+ grid-template-columns: 1fr 1fr;
2127
+ }
2128
+
2103
2129
  .tsystem-c_var\(--Tight-colors-money-positive\) {
2104
2130
  color: var(--Tight-colors-money-positive);
2105
2131
  }
@@ -2116,6 +2142,30 @@
2116
2142
  background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
2117
2143
  }
2118
2144
 
2145
+ .tsystem-top_-1 {
2146
+ top: -1px;
2147
+ }
2148
+
2149
+ .tsystem-right_-1 {
2150
+ right: -1px;
2151
+ }
2152
+
2153
+ .tsystem-w_10 {
2154
+ width: 10px;
2155
+ }
2156
+
2157
+ .tsystem-h_10 {
2158
+ height: 10px;
2159
+ }
2160
+
2161
+ .tsystem-w_25px {
2162
+ width: 25px;
2163
+ }
2164
+
2165
+ .tsystem-h_25px {
2166
+ height: 25px;
2167
+ }
2168
+
2119
2169
  .tsystem-max-w_100\% {
2120
2170
  max-width: 100%;
2121
2171
  }
@@ -2132,6 +2182,10 @@
2132
2182
  width: 100%;
2133
2183
  }
2134
2184
 
2185
+ .tsystem-ov-y_auto {
2186
+ overflow-y: auto;
2187
+ }
2188
+
2135
2189
  .tsystem-w_50px {
2136
2190
  width: 50px;
2137
2191
  }
@@ -2140,6 +2194,10 @@
2140
2194
  height: 50px;
2141
2195
  }
2142
2196
 
2197
+ .tsystem-ml_auto {
2198
+ margin-left: auto;
2199
+ }
2200
+
2143
2201
  .tsystem-h_44px {
2144
2202
  height: 44px;
2145
2203
  }
@@ -2176,8 +2234,12 @@
2176
2234
  padding-right: 16px;
2177
2235
  }
2178
2236
 
2179
- .tsystem-h_48px {
2180
- height: 48px;
2237
+ .tsystem-h_100\% {
2238
+ height: 100%;
2239
+ }
2240
+
2241
+ .tsystem-h_48px {
2242
+ height: 48px;
2181
2243
  }
2182
2244
 
2183
2245
  .tsystem-pt_8px {
@@ -2212,10 +2274,6 @@
2212
2274
  height: 32px;
2213
2275
  }
2214
2276
 
2215
- .tsystem-h_100\% {
2216
- height: 100%;
2217
- }
2218
-
2219
2277
  .tsystem-pl_10px {
2220
2278
  padding-left: 10px;
2221
2279
  }
@@ -2224,150 +2282,6 @@
2224
2282
  min-width: 0;
2225
2283
  }
2226
2284
 
2227
- .tsystem-max-w_325 {
2228
- max-width: 325px;
2229
- }
2230
-
2231
- .tsystem-min-h_0 {
2232
- min-height: 0;
2233
- }
2234
-
2235
- .tsystem-h_auto {
2236
- height: auto;
2237
- }
2238
-
2239
- .tsystem-bd-t-c_border\.layout {
2240
- border-top-color: var(--Tight-colors-border-layout);
2241
- }
2242
-
2243
- .tsystem-mb_18px {
2244
- margin-bottom: 18px;
2245
- }
2246
-
2247
- .tsystem-top_-1 {
2248
- top: -1px;
2249
- }
2250
-
2251
- .tsystem-right_-1 {
2252
- right: -1px;
2253
- }
2254
-
2255
- .tsystem-w_10 {
2256
- width: 10px;
2257
- }
2258
-
2259
- .tsystem-h_10 {
2260
- height: 10px;
2261
- }
2262
-
2263
- .tsystem-w_25px {
2264
- width: 25px;
2265
- }
2266
-
2267
- .tsystem-h_25px {
2268
- height: 25px;
2269
- }
2270
-
2271
- .tsystem-ov-y_auto {
2272
- overflow-y: auto;
2273
- }
2274
-
2275
- .tsystem-ov-x_hidden {
2276
- overflow-x: hidden;
2277
- }
2278
-
2279
- .tsystem-max-h_calc\(100\%_\+_15px\) {
2280
- max-height: calc(100% + 15px);
2281
- }
2282
-
2283
- .tsystem-mb_-15px {
2284
- margin-bottom: -15px;
2285
- }
2286
-
2287
- .tsystem-min-h_1 {
2288
- min-height: 1px;
2289
- }
2290
-
2291
- .tsystem-w_lg {
2292
- width: lg;
2293
- }
2294
-
2295
- .tsystem-h_lg {
2296
- height: lg;
2297
- }
2298
-
2299
- .tsystem-w_md {
2300
- width: md;
2301
- }
2302
-
2303
- .tsystem-h_xl {
2304
- height: xl;
2305
- }
2306
-
2307
- .tsystem-bd-b-c_border\.layout\.weak {
2308
- border-bottom-color: var(--Tight-colors-border-layout-weak);
2309
- }
2310
-
2311
- .tsystem-pt_16px {
2312
- padding-top: 16px;
2313
- }
2314
-
2315
- .tsystem-pb_16px {
2316
- padding-bottom: 16px;
2317
- }
2318
-
2319
- .tsystem-max-h_8 {
2320
- max-height: 8px;
2321
- }
2322
-
2323
- .tsystem-min-h_8 {
2324
- min-height: 8px;
2325
- }
2326
-
2327
- .tsystem-max-w_8 {
2328
- max-width: 8px;
2329
- }
2330
-
2331
- .tsystem-min-w_8 {
2332
- min-width: 8px;
2333
- }
2334
-
2335
- .tsystem-pl_16 {
2336
- padding-left: 16px;
2337
- }
2338
-
2339
- .tsystem-pr_16 {
2340
- padding-right: 16px;
2341
- }
2342
-
2343
- .tsystem-border-bottom-style_solid {
2344
- border-bottom-style: solid;
2345
- }
2346
-
2347
- .tsystem-max-h_0 {
2348
- max-height: 0;
2349
- }
2350
-
2351
- .tsystem-min-h_\{borderWidths\.lg\} {
2352
- min-height: var(--Tight-borderWidths-lg);
2353
- }
2354
-
2355
- .tsystem-max-h_\{borderWidths\.lg\} {
2356
- max-height: var(--Tight-borderWidths-lg);
2357
- }
2358
-
2359
- .tsystem-pl_15 {
2360
- padding-left: 15px;
2361
- }
2362
-
2363
- .tsystem-pr_15 {
2364
- padding-right: 15px;
2365
- }
2366
-
2367
- .tsystem-max-w_250 {
2368
- max-width: 250px;
2369
- }
2370
-
2371
2285
  .tsystem-min-h_100dvh {
2372
2286
  min-height: 100dvh;
2373
2287
  }
@@ -2432,20 +2346,44 @@
2432
2346
  min-height: 100%;
2433
2347
  }
2434
2348
 
2349
+ .tsystem-min-h_0 {
2350
+ min-height: 0;
2351
+ }
2352
+
2435
2353
  .tsystem-min-w_128px {
2436
2354
  min-width: 128px;
2437
2355
  }
2438
2356
 
2439
- .tsystem-min-h_48px {
2440
- min-height: 48px;
2357
+ .tsystem-max-h_49px {
2358
+ max-height: 49px;
2441
2359
  }
2442
2360
 
2443
- .tsystem-w_24 {
2444
- width: 24px;
2361
+ .tsystem-min-w_fit-content {
2362
+ min-width: fit-content;
2445
2363
  }
2446
2364
 
2447
- .tsystem-h_24 {
2448
- height: 24px;
2365
+ .tsystem-w_0 {
2366
+ width: 0;
2367
+ }
2368
+
2369
+ .tsystem-pl_5px {
2370
+ padding-left: 5px;
2371
+ }
2372
+
2373
+ .tsystem-mr_15px {
2374
+ margin-right: 15px;
2375
+ }
2376
+
2377
+ .tsystem-w_25 {
2378
+ width: 25px;
2379
+ }
2380
+
2381
+ .tsystem-ov-x_hidden {
2382
+ overflow-x: hidden;
2383
+ }
2384
+
2385
+ .tsystem-min-h_48px {
2386
+ min-height: 48px;
2449
2387
  }
2450
2388
 
2451
2389
  .tsystem-w_15px {
@@ -2456,12 +2394,12 @@
2456
2394
  height: 15px;
2457
2395
  }
2458
2396
 
2459
- .tsystem-w_9px {
2460
- width: 9px;
2397
+ .tsystem-w_24 {
2398
+ width: 24px;
2461
2399
  }
2462
2400
 
2463
- .tsystem-h_9px {
2464
- height: 9px;
2401
+ .tsystem-h_24 {
2402
+ height: 24px;
2465
2403
  }
2466
2404
 
2467
2405
  .tsystem-h_37px {
@@ -2484,6 +2422,14 @@
2484
2422
  min-height: var(--Tight-borderWidths-md);
2485
2423
  }
2486
2424
 
2425
+ .tsystem-min-h_52px {
2426
+ min-height: 52px;
2427
+ }
2428
+
2429
+ .tsystem-min-w_58px {
2430
+ min-width: 58px;
2431
+ }
2432
+
2487
2433
  .tsystem-w_30px {
2488
2434
  width: 30px;
2489
2435
  }
@@ -2528,10 +2474,6 @@
2528
2474
  min-width: 360px;
2529
2475
  }
2530
2476
 
2531
- .tsystem-right_16px {
2532
- right: 16px;
2533
- }
2534
-
2535
2477
  .tsystem-w_max-content {
2536
2478
  width: max-content;
2537
2479
  }
@@ -2548,10 +2490,6 @@
2548
2490
  width: 44px;
2549
2491
  }
2550
2492
 
2551
- .tsystem-min-w_fit-content {
2552
- min-width: fit-content;
2553
- }
2554
-
2555
2493
  .tsystem-h_85px {
2556
2494
  height: 85px;
2557
2495
  }
@@ -2568,6 +2506,18 @@
2568
2506
  max-width: 1440px;
2569
2507
  }
2570
2508
 
2509
+ .tsystem-pl_8px {
2510
+ padding-left: 8px;
2511
+ }
2512
+
2513
+ .tsystem-pt_4px {
2514
+ padding-top: 4px;
2515
+ }
2516
+
2517
+ .tsystem-pb_4px {
2518
+ padding-bottom: 4px;
2519
+ }
2520
+
2571
2521
  .tsystem-min-w_150px {
2572
2522
  min-width: 150px;
2573
2523
  }
@@ -2584,52 +2534,160 @@
2584
2534
  min-width: 900px;
2585
2535
  }
2586
2536
 
2587
- .tsystem-h_481px {
2588
- height: 481px;
2537
+ .tsystem-h_481px {
2538
+ height: 481px;
2539
+ }
2540
+
2541
+ .tsystem-w_80px {
2542
+ width: 80px;
2543
+ }
2544
+
2545
+ .tsystem-w_266 {
2546
+ width: 266px;
2547
+ }
2548
+
2549
+ .tsystem-min-h_32 {
2550
+ min-height: 32px;
2551
+ }
2552
+
2553
+ .tsystem-left_1 {
2554
+ left: 1px;
2555
+ }
2556
+
2557
+ .tsystem-right_1 {
2558
+ right: 1px;
2559
+ }
2560
+
2561
+ .tsystem-bottom_1 {
2562
+ bottom: 1px;
2563
+ }
2564
+
2565
+ .tsystem-w_calc\(100\%_-_2\) {
2566
+ width: calc(100% - 2);
2567
+ }
2568
+
2569
+ .tsystem-w_40\% {
2570
+ width: 40%;
2571
+ }
2572
+
2573
+ .tsystem-min-h_65 {
2574
+ min-height: 65px;
2575
+ }
2576
+
2577
+ .tsystem-h_250px {
2578
+ height: 250px;
2579
+ }
2580
+
2581
+ .tsystem-pb_20px {
2582
+ padding-bottom: 20px;
2583
+ }
2584
+
2585
+ .tsystem-max-w_325 {
2586
+ max-width: 325px;
2587
+ }
2588
+
2589
+ .tsystem-h_auto {
2590
+ height: auto;
2591
+ }
2592
+
2593
+ .tsystem-bd-t-c_border\.layout {
2594
+ border-top-color: var(--Tight-colors-border-layout);
2595
+ }
2596
+
2597
+ .tsystem-mb_18px {
2598
+ margin-bottom: 18px;
2599
+ }
2600
+
2601
+ .tsystem-max-h_calc\(100\%_\+_15px\) {
2602
+ max-height: calc(100% + 15px);
2603
+ }
2604
+
2605
+ .tsystem-mb_-15px {
2606
+ margin-bottom: -15px;
2607
+ }
2608
+
2609
+ .tsystem-min-h_1 {
2610
+ min-height: 1px;
2611
+ }
2612
+
2613
+ .tsystem-w_lg {
2614
+ width: lg;
2615
+ }
2616
+
2617
+ .tsystem-h_lg {
2618
+ height: lg;
2619
+ }
2620
+
2621
+ .tsystem-w_md {
2622
+ width: md;
2623
+ }
2624
+
2625
+ .tsystem-h_xl {
2626
+ height: xl;
2627
+ }
2628
+
2629
+ .tsystem-bd-b-c_border\.layout\.weak {
2630
+ border-bottom-color: var(--Tight-colors-border-layout-weak);
2631
+ }
2632
+
2633
+ .tsystem-pt_16px {
2634
+ padding-top: 16px;
2635
+ }
2636
+
2637
+ .tsystem-pb_16px {
2638
+ padding-bottom: 16px;
2639
+ }
2640
+
2641
+ .tsystem-max-h_8 {
2642
+ max-height: 8px;
2643
+ }
2644
+
2645
+ .tsystem-min-h_8 {
2646
+ min-height: 8px;
2589
2647
  }
2590
2648
 
2591
- .tsystem-w_80px {
2592
- width: 80px;
2649
+ .tsystem-max-w_8 {
2650
+ max-width: 8px;
2593
2651
  }
2594
2652
 
2595
- .tsystem-w_266 {
2596
- width: 266px;
2653
+ .tsystem-min-w_8 {
2654
+ min-width: 8px;
2597
2655
  }
2598
2656
 
2599
- .tsystem-min-h_32 {
2600
- min-height: 32px;
2657
+ .tsystem-pl_16 {
2658
+ padding-left: 16px;
2601
2659
  }
2602
2660
 
2603
- .tsystem-left_1 {
2604
- left: 1px;
2661
+ .tsystem-pr_16 {
2662
+ padding-right: 16px;
2605
2663
  }
2606
2664
 
2607
- .tsystem-right_1 {
2608
- right: 1px;
2665
+ .tsystem-border-bottom-style_solid {
2666
+ border-bottom-style: solid;
2609
2667
  }
2610
2668
 
2611
- .tsystem-bottom_1 {
2612
- bottom: 1px;
2669
+ .tsystem-max-h_0 {
2670
+ max-height: 0;
2613
2671
  }
2614
2672
 
2615
- .tsystem-w_calc\(100\%_-_2\) {
2616
- width: calc(100% - 2);
2673
+ .tsystem-min-h_\{borderWidths\.lg\} {
2674
+ min-height: var(--Tight-borderWidths-lg);
2617
2675
  }
2618
2676
 
2619
- .tsystem-w_40\% {
2620
- width: 40%;
2677
+ .tsystem-max-h_\{borderWidths\.lg\} {
2678
+ max-height: var(--Tight-borderWidths-lg);
2621
2679
  }
2622
2680
 
2623
- .tsystem-min-h_65 {
2624
- min-height: 65px;
2681
+ .tsystem-pl_15 {
2682
+ padding-left: 15px;
2625
2683
  }
2626
2684
 
2627
- .tsystem-h_250px {
2628
- height: 250px;
2685
+ .tsystem-pr_15 {
2686
+ padding-right: 15px;
2629
2687
  }
2630
2688
 
2631
- .tsystem-pb_20px {
2632
- padding-bottom: 20px;
2689
+ .tsystem-max-w_250 {
2690
+ max-width: 250px;
2633
2691
  }
2634
2692
 
2635
2693
  .tsystem-mb_8px {
@@ -2700,10 +2758,6 @@
2700
2758
  min-width: 269px;
2701
2759
  }
2702
2760
 
2703
- .tsystem-ml_auto {
2704
- margin-left: auto;
2705
- }
2706
-
2707
2761
  .tsystem-w_200px {
2708
2762
  width: 200px;
2709
2763
  }
@@ -2712,22 +2766,6 @@
2712
2766
  min-width: 200px;
2713
2767
  }
2714
2768
 
2715
- .tsystem-bottom_-25px {
2716
- bottom: -25px;
2717
- }
2718
-
2719
- .tsystem-right_2px {
2720
- right: 2px;
2721
- }
2722
-
2723
- .tsystem-left_2px {
2724
- left: 2px;
2725
- }
2726
-
2727
- .tsystem-w_26px {
2728
- width: 26px;
2729
- }
2730
-
2731
2769
  .tsystem-max-w_1150px {
2732
2770
  max-width: 1150px;
2733
2771
  }
@@ -2764,22 +2802,6 @@
2764
2802
  min-height: 20px;
2765
2803
  }
2766
2804
 
2767
- .tsystem-w_0 {
2768
- width: 0;
2769
- }
2770
-
2771
- .tsystem-pl_5px {
2772
- padding-left: 5px;
2773
- }
2774
-
2775
- .tsystem-mr_15px {
2776
- margin-right: 15px;
2777
- }
2778
-
2779
- .tsystem-w_25 {
2780
- width: 25px;
2781
- }
2782
-
2783
2805
  .tsystem-mt_auto {
2784
2806
  margin-top: auto;
2785
2807
  }
@@ -2872,12 +2894,12 @@
2872
2894
  min-width: 120px;
2873
2895
  }
2874
2896
 
2875
- .tsystem-max-h_150 {
2876
- max-height: 150px;
2897
+ .tsystem-w_24px {
2898
+ width: 24px;
2877
2899
  }
2878
2900
 
2879
- .tsystem-max-h_49px {
2880
- max-height: 49px;
2901
+ .tsystem-max-h_150 {
2902
+ max-height: 150px;
2881
2903
  }
2882
2904
 
2883
2905
  .tsystem-max-w_325px {
@@ -2888,12 +2910,8 @@
2888
2910
  max-height: 314px;
2889
2911
  }
2890
2912
 
2891
- .tsystem-pt_4px {
2892
- padding-top: 4px;
2893
- }
2894
-
2895
- .tsystem-pb_4px {
2896
- padding-bottom: 4px;
2913
+ .tsystem-right_16px {
2914
+ right: 16px;
2897
2915
  }
2898
2916
 
2899
2917
  .tsystem-pl_25px {
@@ -2912,6 +2930,22 @@
2912
2930
  left: 20px;
2913
2931
  }
2914
2932
 
2933
+ .tsystem-bottom_-25px {
2934
+ bottom: -25px;
2935
+ }
2936
+
2937
+ .tsystem-right_2px {
2938
+ right: 2px;
2939
+ }
2940
+
2941
+ .tsystem-left_2px {
2942
+ left: 2px;
2943
+ }
2944
+
2945
+ .tsystem-w_26px {
2946
+ width: 26px;
2947
+ }
2948
+
2915
2949
  .tsystem-max-h_247px {
2916
2950
  max-height: 247px;
2917
2951
  }
@@ -2924,10 +2958,6 @@
2924
2958
  margin-bottom: 10px;
2925
2959
  }
2926
2960
 
2927
- .tsystem-w_342px {
2928
- width: 342px;
2929
- }
2930
-
2931
2961
  .tsystem-w_512px {
2932
2962
  width: 512px;
2933
2963
  }
@@ -3064,18 +3094,14 @@
3064
3094
  max-width: 120px;
3065
3095
  }
3066
3096
 
3067
- .tsystem-w_1px {
3068
- width: 1px;
3097
+ .tsystem-min-w_180px {
3098
+ min-width: 180px;
3069
3099
  }
3070
3100
 
3071
3101
  .tsystem-h_1px {
3072
3102
  height: 1px;
3073
3103
  }
3074
3104
 
3075
- .tsystem-min-w_180px {
3076
- min-width: 180px;
3077
- }
3078
-
3079
3105
  .tsystem-min-w_175px {
3080
3106
  min-width: 175px;
3081
3107
  }
@@ -3100,14 +3126,6 @@
3100
3126
  transition: stroke 300ms ease-out;
3101
3127
  }
3102
3128
 
3103
- .\[\&\[data-open\=\'true\'\]\]\:tsystem-bd-w_lg[data-open='true'] {
3104
- border-width: var(--Tight-borderWidths-lg);
3105
- }
3106
-
3107
- .\[\&\[data-open\=\'true\'\]\]\:tsystem-ov_scroll[data-open='true'] {
3108
- overflow: scroll;
3109
- }
3110
-
3111
3129
  .\[\&_\.Tight-text\:\:after\]\:tsystem-trs_width_100ms_ease-out .Tight-text::after {
3112
3130
  transition: width 100ms ease-out;
3113
3131
  }
@@ -3116,6 +3134,18 @@
3116
3134
  transition: width 300ms ease-out;
3117
3135
  }
3118
3136
 
3137
+ .first\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\}:first-child {
3138
+ border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
3139
+ }
3140
+
3141
+ .\[\&\[data-open\=\'true\'\]\]\:tsystem-bd-w_lg[data-open='true'] {
3142
+ border-width: var(--Tight-borderWidths-lg);
3143
+ }
3144
+
3145
+ .\[\&\[data-open\=\'true\'\]\]\:tsystem-ov_scroll[data-open='true'] {
3146
+ overflow: scroll;
3147
+ }
3148
+
3119
3149
  .\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd-c_border\.intent\.danger[data-haserror='true'] {
3120
3150
  border-color: var(--Tight-colors-border-intent-danger);
3121
3151
  }
@@ -3144,10 +3174,6 @@
3144
3174
  border-radius: 50%;
3145
3175
  }
3146
3176
 
3147
- .first\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\}:first-child {
3148
- border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
3149
- }
3150
-
3151
3177
  .\[\&\[data-focused\=\'true\'\]\]\:tsystem-ring_none[data-focused='true'] {
3152
3178
  outline: 2px solid transparent;
3153
3179
  outline-offset: 2px;
@@ -3210,20 +3236,20 @@
3210
3236
  stroke: var(--Tight-colors-icon-intent-danger);
3211
3237
  }
3212
3238
 
3213
- .\[\&\:disabled\]\:tsystem-cursor_not-allowed:disabled {
3214
- cursor: not-allowed;
3239
+ .\[\&\:\:before\]\:tsystem-content_\'\'::before {
3240
+ content: '';
3215
3241
  }
3216
3242
 
3217
- .\[\&\:disabled\]\:tsystem-op_0\.6:disabled {
3218
- opacity: 0.6;
3243
+ .\[\&\:\:before\]\:tsystem-pos_absolute::before {
3244
+ position: absolute;
3219
3245
  }
3220
3246
 
3221
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
3222
- color: var(--Tight-colors-typography-intent-secondary);
3247
+ .placeholder\:tsystem-c_typography\.label\.sub::placeholder,.placeholder\:tsystem-c_typography\.label\.sub[data-placeholder] {
3248
+ color: var(--Tight-colors-typography-label-sub);
3223
3249
  }
3224
3250
 
3225
- .\[\&\:disabled\]\:tsystem-cursor_default:disabled {
3226
- cursor: default;
3251
+ .placeholder\:tsystem-c_typography\.base\.weak::placeholder,.placeholder\:tsystem-c_typography\.base\.weak[data-placeholder] {
3252
+ color: var(--Tight-colors-typography-base-weak);
3227
3253
  }
3228
3254
 
3229
3255
  .\[\&_path\]\:tsystem-stk_icon\.base path {
@@ -3234,80 +3260,84 @@
3234
3260
  stroke: var(--Tight-colors-icon-accent-danger);
3235
3261
  }
3236
3262
 
3237
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
3238
- color: var(--Tight-colors-typography-intent-action);
3263
+ .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.active[data-state='open'] {
3264
+ background-color: var(--Tight-colors-surface-intent-action-active);
3239
3265
  }
3240
3266
 
3241
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger .Tight-text {
3242
- color: var(--Tight-colors-typography-intent-danger);
3267
+ .\[\&_\.Tight-text\]\:tsystem-pos_relative .Tight-text {
3268
+ position: relative;
3243
3269
  }
3244
3270
 
3245
- .\[\&\:\:before\]\:tsystem-content_\'\'::before {
3271
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-content_\'\' .Tight-text::after {
3246
3272
  content: '';
3247
3273
  }
3248
3274
 
3249
- .\[\&\:\:before\]\:tsystem-pos_absolute::before {
3275
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-pos_absolute .Tight-text::after {
3250
3276
  position: absolute;
3251
3277
  }
3252
3278
 
3253
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary .Tight-text {
3254
- color: var(--Tight-colors-typography-intent-primary);
3279
+ .\[\&_\.Tight-text\:\:after\]\:tsystem-bg-c_currentColor .Tight-text::after {
3280
+ background-color: var(--Tight-colors-currentColor);
3255
3281
  }
3256
3282
 
3257
- .\[\&_path\]\:tsystem-stk_icon\.intent\.primary path {
3258
- stroke: var(--Tight-colors-icon-intent-primary);
3283
+ .\[\&\:\:placeholder\]\:tsystem-c_typography\.base\.weak::placeholder {
3284
+ color: var(--Tight-colors-typography-base-weak);
3259
3285
  }
3260
3286
 
3261
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success .Tight-text {
3262
- color: var(--Tight-colors-typography-intent-success);
3287
+ .\[\&\:disabled\]\:tsystem-cursor_not-allowed:disabled {
3288
+ cursor: not-allowed;
3263
3289
  }
3264
3290
 
3265
- .\[\&_path\]\:tsystem-stk_icon\.intent\.success path {
3266
- stroke: var(--Tight-colors-icon-intent-success);
3291
+ .\[\&\:disabled\]\:tsystem-op_0\.6:disabled {
3292
+ opacity: 0.6;
3267
3293
  }
3268
3294
 
3269
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning .Tight-text {
3270
- color: var(--Tight-colors-typography-intent-warning);
3295
+ .\[\&_\*\]\:tsystem-bx-s_border-box * {
3296
+ box-sizing: border-box;
3271
3297
  }
3272
3298
 
3273
- .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.active[data-state='open'] {
3274
- background-color: var(--Tight-colors-surface-intent-action-active);
3299
+ .\[\&\:disabled\]\:tsystem-pointer-events_none:disabled {
3300
+ pointer-events: none;
3275
3301
  }
3276
3302
 
3277
- .\[\&_\.Tight-text\]\:tsystem-pos_relative .Tight-text {
3278
- position: relative;
3303
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
3304
+ color: var(--Tight-colors-typography-intent-action);
3279
3305
  }
3280
3306
 
3281
- .\[\&_\.Tight-text\:\:after\]\:tsystem-content_\'\' .Tight-text::after {
3282
- content: '';
3307
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger .Tight-text {
3308
+ color: var(--Tight-colors-typography-intent-danger);
3283
3309
  }
3284
3310
 
3285
- .\[\&_\.Tight-text\:\:after\]\:tsystem-pos_absolute .Tight-text::after {
3286
- position: absolute;
3311
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary .Tight-text {
3312
+ color: var(--Tight-colors-typography-intent-primary);
3287
3313
  }
3288
3314
 
3289
- .\[\&_\.Tight-text\:\:after\]\:tsystem-bg-c_currentColor .Tight-text::after {
3290
- background-color: var(--Tight-colors-currentColor);
3315
+ .\[\&_path\]\:tsystem-stk_icon\.intent\.primary path {
3316
+ stroke: var(--Tight-colors-icon-intent-primary);
3291
3317
  }
3292
3318
 
3293
- .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-state='open'] {
3294
- background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3319
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success .Tight-text {
3320
+ color: var(--Tight-colors-typography-intent-success);
3295
3321
  }
3296
3322
 
3297
- .\[\&\:\:placeholder\]\:tsystem-c_typography\.base\.weak::placeholder {
3298
- color: var(--Tight-colors-typography-base-weak);
3323
+ .\[\&_path\]\:tsystem-stk_icon\.intent\.success path {
3324
+ stroke: var(--Tight-colors-icon-intent-success);
3299
3325
  }
3300
3326
 
3301
- .\[\&_\*\]\:tsystem-bx-s_border-box * {
3302
- box-sizing: border-box;
3327
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning .Tight-text {
3328
+ color: var(--Tight-colors-typography-intent-warning);
3303
3329
  }
3304
3330
 
3305
- .\[\&\:disabled\]\:tsystem-pointer-events_none:disabled {
3306
- pointer-events: none;
3331
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
3332
+ color: var(--Tight-colors-typography-intent-secondary);
3307
3333
  }
3308
3334
 
3309
- .placeholder\:tsystem-c_typography\.base\.weak::placeholder,.placeholder\:tsystem-c_typography\.base\.weak[data-placeholder] {
3310
- color: var(--Tight-colors-typography-base-weak);
3335
+ .\[\&\:disabled\]\:tsystem-cursor_default:disabled {
3336
+ cursor: default;
3337
+ }
3338
+
3339
+ .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-state='open'] {
3340
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3311
3341
  }
3312
3342
 
3313
3343
  .disabled\:tsystem-cursor_default:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
@@ -3330,10 +3360,6 @@
3330
3360
  background-color: var(--Tight-colors-brand-primary);
3331
3361
  }
3332
3362
 
3333
- .placeholder\:tsystem-c_typography\.label\.sub::placeholder,.placeholder\:tsystem-c_typography\.label\.sub[data-placeholder] {
3334
- color: var(--Tight-colors-typography-label-sub);
3335
- }
3336
-
3337
3363
  .\[\&\[data-focused\=\'true\'\]\]\:tsystem-bx-sh_none[data-focused='true'] {
3338
3364
  box-shadow: none;
3339
3365
  }
@@ -3350,20 +3376,8 @@
3350
3376
  stroke: var(--Tight-colors-surface-foreground);
3351
3377
  }
3352
3378
 
3353
- .\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-amount-input,.\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-text {
3354
- color: var(--Tight-colors-inherit);
3355
- }
3356
-
3357
- .\[\&\[data-open\=\'true\'\]\]\:tsystem-max-h_1\/3[data-open='true'] {
3358
- max-height: 33.333333%;
3359
- }
3360
-
3361
- .\[\&\[data-open\=\'true\'\]\]\:tsystem-pt_16[data-open='true'] {
3362
- padding-top: 16px;
3363
- }
3364
-
3365
- .\[\&\[data-open\=\'true\'\]\]\:tsystem-pb_16[data-open='true'] {
3366
- padding-bottom: 16px;
3379
+ .\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-amount-input,.\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-text {
3380
+ color: var(--Tight-colors-inherit);
3367
3381
  }
3368
3382
 
3369
3383
  .\[\&\:\:before\]\:tsystem-top_-11px::before {
@@ -3418,6 +3432,18 @@
3418
3432
  bottom: -10px;
3419
3433
  }
3420
3434
 
3435
+ .\[\&\[data-open\=\'true\'\]\]\:tsystem-max-h_1\/3[data-open='true'] {
3436
+ max-height: 33.333333%;
3437
+ }
3438
+
3439
+ .\[\&\[data-open\=\'true\'\]\]\:tsystem-pt_16[data-open='true'] {
3440
+ padding-top: 16px;
3441
+ }
3442
+
3443
+ .\[\&\[data-open\=\'true\'\]\]\:tsystem-pb_16[data-open='true'] {
3444
+ padding-bottom: 16px;
3445
+ }
3446
+
3421
3447
  .first\:tsystem-bdr-tl_sm:first-child {
3422
3448
  border-top-left-radius: var(--Tight-radii-sm);
3423
3449
  }
@@ -3540,10 +3566,6 @@
3540
3566
  border-color: var(--Tight-colors-border-intent-danger-hover);
3541
3567
  }
3542
3568
 
3543
- .\[\&\:focus-visible\]\:tsystem-ring_4px_solid:focus-visible {
3544
- outline: 4px solid;
3545
- }
3546
-
3547
3569
  .focusVisible\:tsystem-ring_4px_solid:is(:focus-visible, [data-focus-visible]) {
3548
3570
  outline: 4px solid;
3549
3571
  }
@@ -3553,6 +3575,10 @@
3553
3575
  outline-offset: 2px;
3554
3576
  }
3555
3577
 
3578
+ .\[\&\:focus-visible\]\:tsystem-ring_4px_solid:focus-visible {
3579
+ outline: 4px solid;
3580
+ }
3581
+
3556
3582
  .\[\&\:focus-visible\]\:tsystem-trs_none:focus-visible {
3557
3583
  transition: none;
3558
3584
  }
@@ -3565,14 +3591,14 @@
3565
3591
  outline: 4px solid;
3566
3592
  }
3567
3593
 
3568
- .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring_4px_solid[data-clicked='false']:has(:focus-visible) {
3569
- outline: 4px solid;
3570
- }
3571
-
3572
3594
  .\[\&\:focus-visible\]\:tsystem-ring_2px_solid:focus-visible {
3573
3595
  outline: 2px solid;
3574
3596
  }
3575
3597
 
3598
+ .\[\&\[data-active\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring_4px_solid[data-active='false']:has(:focus-visible) {
3599
+ outline: 4px solid;
3600
+ }
3601
+
3576
3602
  .\[\&\:has\(button\:focus-visible\)\]\:tsystem-ring_4px_solid:has(button:focus-visible) {
3577
3603
  outline: 4px solid;
3578
3604
  }
@@ -3581,15 +3607,15 @@
3581
3607
  border-radius: var(--Tight-radii-sm);
3582
3608
  }
3583
3609
 
3584
- .\[\&\:focus-visible\]\:tsystem-ring-c_border\.layout:focus-visible {
3585
- outline-color: var(--Tight-colors-border-layout);
3610
+ .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring_4px_solid[data-clicked='false']:has(:focus-visible) {
3611
+ outline: 4px solid;
3586
3612
  }
3587
3613
 
3588
- .\[\&\:focus-visible\]\:tsystem-ring-o_-1px:focus-visible {
3589
- outline-offset: -1px;
3614
+ .focusVisible\:tsystem-ring-c_border\.layout:is(:focus-visible, [data-focus-visible]) {
3615
+ outline-color: var(--Tight-colors-border-layout);
3590
3616
  }
3591
3617
 
3592
- .focusVisible\:tsystem-ring-c_border\.layout:is(:focus-visible, [data-focus-visible]) {
3618
+ .\[\&\:focus-visible\]\:tsystem-ring-c_border\.layout:focus-visible {
3593
3619
  outline-color: var(--Tight-colors-border-layout);
3594
3620
  }
3595
3621
 
@@ -3617,14 +3643,18 @@
3617
3643
  pointer-events: none;
3618
3644
  }
3619
3645
 
3620
- .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-c_border\.layout[data-clicked='false']:has(:focus-visible) {
3621
- outline-color: var(--Tight-colors-border-layout);
3622
- }
3623
-
3624
3646
  .\[\&\:focus-visible\]\:tsystem-ring-o_2px:focus-visible {
3625
3647
  outline-offset: 2px;
3626
3648
  }
3627
3649
 
3650
+ .\[\&\:focus-visible\]\:tsystem-ring-o_-1px:focus-visible {
3651
+ outline-offset: -1px;
3652
+ }
3653
+
3654
+ .\[\&\[data-active\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-c_border\.layout[data-active='false']:has(:focus-visible) {
3655
+ outline-color: var(--Tight-colors-border-layout);
3656
+ }
3657
+
3628
3658
  .focus\:tsystem-z_2:is(:focus, [data-focus]) {
3629
3659
  z-index: 2;
3630
3660
  }
@@ -3645,6 +3675,10 @@
3645
3675
  outline-offset: 2px;
3646
3676
  }
3647
3677
 
3678
+ .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-c_border\.layout[data-clicked='false']:has(:focus-visible) {
3679
+ outline-color: var(--Tight-colors-border-layout);
3680
+ }
3681
+
3648
3682
  .\[\&\:focus-visible\:\:before\]\:tsystem-top_0:focus-visible::before {
3649
3683
  top: 0;
3650
3684
  }
@@ -3673,10 +3707,6 @@
3673
3707
  background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
3674
3708
  }
3675
3709
 
3676
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent[data-active='true']:enabled {
3677
- border-color: var(--Tight-colors-transparent);
3678
- }
3679
-
3680
3710
  .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.action\.active[data-active='true']:enabled {
3681
3711
  border-color: var(--Tight-colors-border-intent-action-active);
3682
3712
  }
@@ -3697,16 +3727,8 @@
3697
3727
  border-color: var(--Tight-colors-border-intent-warning-active);
3698
3728
  }
3699
3729
 
3700
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true']:enabled {
3701
- background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3702
- }
3703
-
3704
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active[data-active='true']:enabled {
3705
- color: var(--Tight-colors-icon-intent-action-active);
3706
- }
3707
-
3708
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-fill_icon\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-fill_icon\.intent\.action\.active[data-active='true']:enabled {
3709
- fill: var(--Tight-colors-icon-intent-action-active);
3730
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent[data-active='true']:enabled {
3731
+ border-color: var(--Tight-colors-transparent);
3710
3732
  }
3711
3733
 
3712
3734
  .active\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:is(:active, [data-active]) {
@@ -3733,6 +3755,18 @@
3733
3755
  background-color: var(--Tight-colors-surface-intent-warning-active);
3734
3756
  }
3735
3757
 
3758
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true']:enabled {
3759
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3760
+ }
3761
+
3762
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active[data-active='true']:enabled {
3763
+ color: var(--Tight-colors-icon-intent-action-active);
3764
+ }
3765
+
3766
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-fill_icon\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-fill_icon\.intent\.action\.active[data-active='true']:enabled {
3767
+ fill: var(--Tight-colors-icon-intent-action-active);
3768
+ }
3769
+
3736
3770
  .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover:focus-visible .Tight-sub-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover[data-state='open'] .Tight-sub-label {
3737
3771
  color: var(--Tight-colors-typography-intent-secondary-hover);
3738
3772
  }
@@ -3793,10 +3827,6 @@
3793
3827
  stroke: var(--Tight-colors-icon-intent-danger-hover);
3794
3828
  }
3795
3829
 
3796
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.active[data-active='true']:enabled .Tight-text {
3797
- color: var(--Tight-colors-typography-intent-secondary-active);
3798
- }
3799
-
3800
3830
  .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.active[data-active='true']:enabled .Tight-text {
3801
3831
  color: var(--Tight-colors-typography-intent-action-active);
3802
3832
  }
@@ -3825,8 +3855,8 @@
3825
3855
  color: var(--Tight-colors-typography-intent-warning-active);
3826
3856
  }
3827
3857
 
3828
- .\[\&\:hover\]\:\[\&_svg\]\:\[\&_path\]\:tsystem-stk_icon\.accent\.danger:hover svg path {
3829
- stroke: var(--Tight-colors-icon-accent-danger);
3858
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.active[data-active='true']:enabled .Tight-text {
3859
+ color: var(--Tight-colors-typography-intent-secondary-active);
3830
3860
  }
3831
3861
 
3832
3862
  @media screen and (min-width: 40rem) {
@@ -3866,6 +3896,10 @@
3866
3896
  line-height: 16px;
3867
3897
  }
3868
3898
 
3899
+ .sm\:tsystem-fs_label {
3900
+ font-size: var(--Tight-fontSizes-label);
3901
+ }
3902
+
3869
3903
  .sm\:tsystem-d_none {
3870
3904
  display: none;
3871
3905
  }
@@ -4002,14 +4036,6 @@
4002
4036
  }
4003
4037
 
4004
4038
  @media screen and (min-width: 53.125rem) {
4005
- .md\:tsystem-flex_1_1_0 {
4006
- flex: 1 1 0;
4007
- }
4008
-
4009
- .md\:tsystem-flex_0_0_342px {
4010
- flex: 0 0 342px;
4011
- }
4012
-
4013
4039
  .md\:tsystem-d_grid {
4014
4040
  display: grid;
4015
4041
  }
@@ -4032,14 +4058,6 @@
4032
4058
  padding: 15px;
4033
4059
  }
4034
4060
 
4035
- .xl\:tsystem-p_4px {
4036
- padding: 4px;
4037
- }
4038
-
4039
- .xl\:tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
4040
- border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
4041
- }
4042
-
4043
4061
  .xl\:tsystem-p_0_10px {
4044
4062
  padding: 0 10px;
4045
4063
  }
@@ -4048,6 +4066,14 @@
4048
4066
  background: var(--Tight-colors-surface-background);
4049
4067
  }
4050
4068
 
4069
+ .xl\:tsystem-p_4px {
4070
+ padding: 4px;
4071
+ }
4072
+
4073
+ .xl\:tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
4074
+ border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
4075
+ }
4076
+
4051
4077
  .xl\:tsystem-p_16px {
4052
4078
  padding: 16px;
4053
4079
  }
@@ -4080,6 +4106,10 @@
4080
4106
  border-radius: borderWidths.sm;
4081
4107
  }
4082
4108
 
4109
+ .xl\:tsystem-gap_10px {
4110
+ gap: 10px;
4111
+ }
4112
+
4083
4113
  .xl\:tsystem-ovs-b_none {
4084
4114
  overscroll-behavior: none;
4085
4115
  }
@@ -4088,10 +4118,6 @@
4088
4118
  flex: 1 0 0;
4089
4119
  }
4090
4120
 
4091
- .xl\:tsystem-gap_10px {
4092
- gap: 10px;
4093
- }
4094
-
4095
4121
  .xl\:tsystem-bdr_sm {
4096
4122
  border-radius: var(--Tight-radii-sm);
4097
4123
  }
@@ -4104,6 +4130,10 @@
4104
4130
  gap: 12px;
4105
4131
  }
4106
4132
 
4133
+ .xl\:tsystem-flex_0_0_342px {
4134
+ flex: 0 0 342px;
4135
+ }
4136
+
4107
4137
  .xl\:tsystem-flex-sh_0 {
4108
4138
  flex-shrink: 0;
4109
4139
  }
@@ -4132,18 +4162,34 @@
4132
4162
  align-self: stretch;
4133
4163
  }
4134
4164
 
4165
+ .xl\:tsystem-jc_flex-end {
4166
+ justify-content: flex-end;
4167
+ }
4168
+
4135
4169
  .xl\:tsystem-bg-c_overlay {
4136
4170
  background-color: var(--Tight-colors-overlay);
4137
4171
  }
4138
4172
 
4139
- .xl\:tsystem-ai_flex-end {
4140
- align-items: flex-end;
4173
+ .xl\:tsystem-flex-d_column {
4174
+ flex-direction: column;
4175
+ }
4176
+
4177
+ .xl\:tsystem-jc_center {
4178
+ justify-content: center;
4179
+ }
4180
+
4181
+ .xl\:tsystem-fs_14px {
4182
+ font-size: 14px;
4141
4183
  }
4142
4184
 
4143
4185
  .xl\:tsystem-lh_16px {
4144
4186
  line-height: 16px;
4145
4187
  }
4146
4188
 
4189
+ .xl\:tsystem-ai_flex-end {
4190
+ align-items: flex-end;
4191
+ }
4192
+
4147
4193
  .xl\:tsystem-fs_label {
4148
4194
  font-size: var(--Tight-fontSizes-label);
4149
4195
  }
@@ -4176,6 +4222,10 @@
4176
4222
  font-size: var(--Tight-fontSizes-label-strong);
4177
4223
  }
4178
4224
 
4225
+ .xl\:tsystem-ls_0\.84px {
4226
+ letter-spacing: 0.84px;
4227
+ }
4228
+
4179
4229
  .xl\:tsystem-fs_label\.strongSub {
4180
4230
  font-size: var(--Tight-fontSizes-label-strongSub);
4181
4231
  }
@@ -4184,16 +4234,8 @@
4184
4234
  font-size: var(--Tight-fontSizes-heading);
4185
4235
  }
4186
4236
 
4187
- .xl\:tsystem-flex-d_column {
4188
- flex-direction: column;
4189
- }
4190
-
4191
- .xl\:tsystem-jc_center {
4192
- justify-content: center;
4193
- }
4194
-
4195
- .xl\:tsystem-fs_14px {
4196
- font-size: 14px;
4237
+ .xl\:tsystem-flex-wrap_wrap {
4238
+ flex-wrap: wrap;
4197
4239
  }
4198
4240
 
4199
4241
  .xl\:tsystem-h_auto {
@@ -4252,9 +4294,25 @@
4252
4294
  height: 60px;
4253
4295
  }
4254
4296
 
4297
+ .xl\:tsystem-min-w_450px {
4298
+ min-width: 450px;
4299
+ }
4300
+
4301
+ .xl\:tsystem-w_342px {
4302
+ width: 342px;
4303
+ }
4304
+
4305
+ .xl\:tsystem-max-w_342px {
4306
+ max-width: 342px;
4307
+ }
4308
+
4255
4309
  .xl\:tsystem-min-w_900px {
4256
4310
  min-width: 900px;
4257
4311
  }
4312
+
4313
+ .xl\:tsystem-max-w_500px {
4314
+ max-width: 500px;
4315
+ }
4258
4316
  }
4259
4317
 
4260
4318
  @media screen and (max-width: 87.4975rem) {
@@ -4264,8 +4322,8 @@
4264
4322
  }
4265
4323
 
4266
4324
  @media (hover: hover) and (pointer: fine) {
4267
- .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4268
- color: var(--Tight-colors-typography-intent-secondary-hover);
4325
+ .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4326
+ color: var(--Tight-colors-typography-intent-primary-hover);
4269
4327
  }
4270
4328
  }
4271
4329
 
@@ -4279,12 +4337,6 @@
4279
4337
  .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4280
4338
  color: var(--Tight-colors-typography-intent-danger-hover);
4281
4339
  }
4282
- }
4283
-
4284
- @media (hover: hover) and (pointer: fine) {
4285
- .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4286
- color: var(--Tight-colors-typography-intent-primary-hover);
4287
- }
4288
4340
  }
4289
4341
 
4290
4342
  @media (hover: hover) and (pointer: fine) {
@@ -4309,6 +4361,12 @@
4309
4361
  .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4310
4362
  color: var(--Tight-colors-typography-intent-warning-hover);
4311
4363
  }
4364
+ }
4365
+
4366
+ @media (hover: hover) and (pointer: fine) {
4367
+ .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4368
+ color: var(--Tight-colors-typography-intent-secondary-hover);
4369
+ }
4312
4370
  }
4313
4371
 
4314
4372
  @media (hover: hover) and (pointer: fine) {
@@ -4318,26 +4376,26 @@
4318
4376
  }
4319
4377
 
4320
4378
  @media (hover: hover) and (pointer: fine) {
4321
- .supportHover\:notDisabled\:tsystem-bd-c_border\.layout:not(:disabled, [disabled], [data-disabled]):hover {
4322
- border-color: var(--Tight-colors-border-layout);
4379
+ .\[\&_\>_\.Tight-text\]\:supportHover\:tsystem-trs_color_100ms_ease-out > .Tight-text:hover {
4380
+ transition: color 100ms ease-out;
4323
4381
  }
4324
4382
  }
4325
4383
 
4326
4384
  @media (hover: hover) and (pointer: fine) {
4327
- .supportHover\:enabled\:tsystem-bd-c_border\.intent\.action\.hover:enabled:hover {
4328
- border-color: var(--Tight-colors-border-intent-action-hover);
4385
+ .\[\&_path\]\:supportHover\:tsystem-trs_stroke_100ms_ease-out path:hover {
4386
+ transition: stroke 100ms ease-out;
4329
4387
  }
4330
4388
  }
4331
4389
 
4332
4390
  @media (hover: hover) and (pointer: fine) {
4333
- .\[\&_\>_\.Tight-text\]\:supportHover\:tsystem-trs_color_100ms_ease-out > .Tight-text:hover {
4334
- transition: color 100ms ease-out;
4391
+ .\[\&_\.Tight-text\:\:after\]\:supportHover\:tsystem-trs_width_300ms_ease-out .Tight-text::after:hover {
4392
+ transition: width 300ms ease-out;
4335
4393
  }
4336
4394
  }
4337
4395
 
4338
4396
  @media (hover: hover) and (pointer: fine) {
4339
- .\[\&_path\]\:supportHover\:tsystem-trs_stroke_100ms_ease-out path:hover {
4340
- transition: stroke 100ms ease-out;
4397
+ .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4398
+ border-color: var(--Tight-colors-border-intent-primary-hover);
4341
4399
  }
4342
4400
  }
4343
4401
 
@@ -4351,12 +4409,6 @@
4351
4409
  .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4352
4410
  border-color: var(--Tight-colors-border-intent-danger-hover);
4353
4411
  }
4354
- }
4355
-
4356
- @media (hover: hover) and (pointer: fine) {
4357
- .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4358
- border-color: var(--Tight-colors-border-intent-primary-hover);
4359
- }
4360
4412
  }
4361
4413
 
4362
4414
  @media (hover: hover) and (pointer: fine) {
@@ -4372,8 +4424,14 @@
4372
4424
  }
4373
4425
 
4374
4426
  @media (hover: hover) and (pointer: fine) {
4375
- .\[\&_\.Tight-text\:\:after\]\:supportHover\:tsystem-trs_width_300ms_ease-out .Tight-text::after:hover {
4376
- transition: width 300ms ease-out;
4427
+ .supportHover\:notDisabled\:tsystem-bd-c_border\.layout:not(:disabled, [disabled], [data-disabled]):hover {
4428
+ border-color: var(--Tight-colors-border-layout);
4429
+ }
4430
+ }
4431
+
4432
+ @media (hover: hover) and (pointer: fine) {
4433
+ .supportHover\:enabled\:tsystem-bd-c_border\.intent\.action\.hover:enabled:hover {
4434
+ border-color: var(--Tight-colors-border-intent-action-hover);
4377
4435
  }
4378
4436
  }
4379
4437
 
@@ -4468,26 +4526,20 @@
4468
4526
  }
4469
4527
 
4470
4528
  @media (hover: hover) and (pointer: fine) {
4471
- .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4472
- background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4529
+ .supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
4530
+ background-color: var(--Tight-colors-surface-background-hover);
4473
4531
  }
4474
4532
  }
4475
4533
 
4476
4534
  @media (hover: hover) and (pointer: fine) {
4477
- .supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:enabled:hover {
4535
+ .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4478
4536
  background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4479
4537
  }
4480
4538
  }
4481
4539
 
4482
4540
  @media (hover: hover) and (pointer: fine) {
4483
- .supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
4484
- color: var(--Tight-colors-icon-intent-action-hover);
4485
- }
4486
- }
4487
-
4488
- @media (hover: hover) and (pointer: fine) {
4489
- .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
4490
- fill: var(--Tight-colors-icon-intent-action-hover);
4541
+ .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4542
+ background-color: var(--Tight-colors-surface-intent-primary-hover);
4491
4543
  }
4492
4544
  }
4493
4545
 
@@ -4501,12 +4553,6 @@
4501
4553
  .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4502
4554
  background-color: var(--Tight-colors-surface-intent-danger-hover);
4503
4555
  }
4504
- }
4505
-
4506
- @media (hover: hover) and (pointer: fine) {
4507
- .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4508
- background-color: var(--Tight-colors-surface-intent-primary-hover);
4509
- }
4510
4556
  }
4511
4557
 
4512
4558
  @media (hover: hover) and (pointer: fine) {
@@ -4522,8 +4568,20 @@
4522
4568
  }
4523
4569
 
4524
4570
  @media (hover: hover) and (pointer: fine) {
4525
- .supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
4526
- background-color: var(--Tight-colors-surface-background-hover);
4571
+ .supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:enabled:hover {
4572
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4573
+ }
4574
+ }
4575
+
4576
+ @media (hover: hover) and (pointer: fine) {
4577
+ .supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
4578
+ color: var(--Tight-colors-icon-intent-action-hover);
4579
+ }
4580
+ }
4581
+
4582
+ @media (hover: hover) and (pointer: fine) {
4583
+ .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
4584
+ fill: var(--Tight-colors-icon-intent-action-hover);
4527
4585
  }
4528
4586
  }
4529
4587
 
@@ -4681,6 +4739,12 @@
4681
4739
  .supportHover\:tsystem-c_typography\.contrast:hover {
4682
4740
  color: var(--Tight-colors-typography-contrast);
4683
4741
  }
4742
+ }
4743
+
4744
+ @media (hover: hover) and (pointer: fine) {
4745
+ .supportHover\:tsystem-bg-c_surface\.background:hover {
4746
+ background-color: var(--Tight-colors-surface-background);
4747
+ }
4684
4748
  }
4685
4749
 
4686
4750
  @media (hover: hover) and (pointer: fine) {