@tight-embedded/react 6.1.0 → 6.3.1

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
@@ -99,7 +99,7 @@
99
99
  --Tight-fontSizes-md: 14px;
100
100
  --Tight-fontSizes-lg: 16px;
101
101
  --Tight-fontSizes-xl: 20px;
102
- --Tight-fontSizes-2xl: 36px;
102
+ --Tight-fontSizes-2xl: 24px;
103
103
  --Tight-fontWeights-sm: 400;
104
104
  --Tight-fontWeights-md: 600;
105
105
  --Tight-fontWeights-lg: 900;
@@ -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,18 @@
472
462
  border: 1px solid;
473
463
  }
474
464
 
465
+ .tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
466
+ border: 1px solid var(--Tight-colors-border-intent-action);
467
+ }
468
+
469
+ .tsystem-p_6px {
470
+ padding: 6px;
471
+ }
472
+
473
+ .tsystem-bd_1px_solid_\{colors\.border\.intent\.warning\} {
474
+ border: 1px solid var(--Tight-colors-border-intent-warning);
475
+ }
476
+
475
477
  .tsystem-p_8px {
476
478
  padding: 8px;
477
479
  }
@@ -524,6 +526,10 @@
524
526
  padding: 15px;
525
527
  }
526
528
 
529
+ .tsystem-p_0_25px {
530
+ padding: 0 25px;
531
+ }
532
+
527
533
  .tsystem-bd_\{borderWidths\.lg\}_solid {
528
534
  border: var(--Tight-borderWidths-lg) solid;
529
535
  }
@@ -536,18 +542,6 @@
536
542
  background: var(--Tight-colors-brand-primary-strong);
537
543
  }
538
544
 
539
- .tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
540
- border: 1px solid var(--Tight-colors-border-intent-action);
541
- }
542
-
543
- .tsystem-bd_1px_solid_\{colors\.border\.intent\.warning\} {
544
- border: 1px solid var(--Tight-colors-border-intent-warning);
545
- }
546
-
547
- .tsystem-p_0_25px {
548
- padding: 0 25px;
549
- }
550
-
551
545
  .tsystem-bd_\{borderWidths\.lg\}_solid_transparent {
552
546
  border: var(--Tight-borderWidths-lg) solid transparent;
553
547
  }
@@ -568,6 +562,14 @@
568
562
  margin: 0 8px;
569
563
  }
570
564
 
565
+ .tsystem-p_10px {
566
+ padding: 10px;
567
+ }
568
+
569
+ .tsystem-bd-x_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
570
+ border-inline: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
571
+ }
572
+
571
573
  .tsystem-anim_linear_1s_spin_infinite {
572
574
  animation: linear 1s spin infinite;
573
575
  }
@@ -612,6 +614,10 @@
612
614
  margin: 0 auto;
613
615
  }
614
616
 
617
+ .tsystem-bd_\{borderWidths\.md\}_solid_transparent {
618
+ border: var(--Tight-borderWidths-md) solid transparent;
619
+ }
620
+
615
621
  .tsystem-p_10 {
616
622
  padding: 10px;
617
623
  }
@@ -636,14 +642,6 @@
636
642
  background: foreground;
637
643
  }
638
644
 
639
- .tsystem-p_10px_8px {
640
- padding: 10px 8px;
641
- }
642
-
643
- .tsystem-bg_surface\.intent\.danger\.opaque {
644
- background: var(--Tight-colors-surface-intent-danger-opaque);
645
- }
646
-
647
645
  .tsystem-p_4px_8px {
648
646
  padding: 4px 8px;
649
647
  }
@@ -680,20 +678,8 @@
680
678
  border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
681
679
  }
682
680
 
683
- .tsystem-p_12px_0_4px {
684
- padding: 12px 0 4px;
685
- }
686
-
687
- .tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
688
- border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
689
- }
690
-
691
- .tsystem-p_15px_15px_0_15px {
692
- padding: 15px 15px 0 15px;
693
- }
694
-
695
- .tsystem-p_26px {
696
- padding: 26px;
681
+ .tsystem-p_4px_0 {
682
+ padding: 4px 0;
697
683
  }
698
684
 
699
685
  .tsystem-p_2px {
@@ -708,6 +694,18 @@
708
694
  background: var(--Tight-colors-none);
709
695
  }
710
696
 
697
+ .tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
698
+ border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
699
+ }
700
+
701
+ .tsystem-p_15px_15px_0_15px {
702
+ padding: 15px 15px 0 15px;
703
+ }
704
+
705
+ .tsystem-p_26px {
706
+ padding: 26px;
707
+ }
708
+
711
709
  .tsystem-bd_0 {
712
710
  border: 0;
713
711
  }
@@ -716,6 +714,10 @@
716
714
  padding: 25px;
717
715
  }
718
716
 
717
+ .tsystem-bd_\{borderWidths\.md\}_dashed_\{colors\.border\.layout\} {
718
+ border: var(--Tight-borderWidths-md) dashed var(--Tight-colors-border-layout);
719
+ }
720
+
719
721
  .tsystem-bg_brand\.success {
720
722
  background: var(--Tight-colors-brand-success);
721
723
  }
@@ -728,6 +730,10 @@
728
730
  padding: large;
729
731
  }
730
732
 
733
+ .tsystem-p_8px_12px {
734
+ padding: 8px 12px;
735
+ }
736
+
731
737
  .tsystem-p_6px_0_6px_6px {
732
738
  padding: 6px 0 6px 6px;
733
739
  }
@@ -784,19 +790,6 @@
784
790
  border-color: var(--Tight-colors-border-intent-danger);
785
791
  }
786
792
 
787
- .tsystem-ring_none {
788
- outline: 2px solid transparent;
789
- outline-offset: 2px;
790
- }
791
-
792
- .tsystem-bdr_md {
793
- border-radius: var(--Tight-radii-md);
794
- }
795
-
796
- .tsystem-gap_9px {
797
- gap: 9px;
798
- }
799
-
800
793
  .tsystem-border-style_solid {
801
794
  border-style: solid;
802
795
  }
@@ -833,6 +826,15 @@
833
826
  gap: 8px;
834
827
  }
835
828
 
829
+ .tsystem-bdr_md {
830
+ border-radius: var(--Tight-radii-md);
831
+ }
832
+
833
+ .tsystem-ring_none {
834
+ outline: 2px solid transparent;
835
+ outline-offset: 2px;
836
+ }
837
+
836
838
  .tsystem-bd-w_lg {
837
839
  border-width: var(--Tight-borderWidths-lg);
838
840
  }
@@ -853,6 +855,10 @@
853
855
  gap: 10px;
854
856
  }
855
857
 
858
+ .tsystem-bd-c_border\.intent\.primary {
859
+ border-color: var(--Tight-colors-border-intent-primary);
860
+ }
861
+
856
862
  .tsystem-gap_12px {
857
863
  gap: 12px;
858
864
  }
@@ -893,10 +899,6 @@
893
899
  overflow: wrap;
894
900
  }
895
901
 
896
- .tsystem-bd-c_border\.intent\.primary {
897
- border-color: var(--Tight-colors-border-intent-primary);
898
- }
899
-
900
902
  .tsystem-bdr_999px {
901
903
  border-radius: 999px;
902
904
  }
@@ -965,12 +967,24 @@
965
967
  padding-inline: 8px;
966
968
  }
967
969
 
968
- .tsystem-bdr_9999px {
969
- border-radius: 9999px;
970
+ .tsystem-bdr_zero {
971
+ border-radius: var(--Tight-radii-zero);
972
+ }
973
+
974
+ .tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
975
+ border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
976
+ }
977
+
978
+ .tsystem-bd-t_none {
979
+ border-top: none;
980
+ }
981
+
982
+ .tsystem-bd-b_none {
983
+ border-bottom: none;
970
984
  }
971
985
 
972
- .tsystem-ring_3px_solid {
973
- outline: 3px solid;
986
+ .tsystem-gap_9px {
987
+ gap: 9px;
974
988
  }
975
989
 
976
990
  .tsystem-bg-p_100\%_0 {
@@ -981,10 +995,6 @@
981
995
  gap: 15px;
982
996
  }
983
997
 
984
- .tsystem-bdr_zero {
985
- border-radius: var(--Tight-radii-zero);
986
- }
987
-
988
998
  .tsystem-gap_0 {
989
999
  gap: 0;
990
1000
  }
@@ -1017,10 +1027,6 @@
1017
1027
  border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
1018
1028
  }
1019
1029
 
1020
- .tsystem-bd-t_none {
1021
- border-top: none;
1022
- }
1023
-
1024
1030
  .tsystem-bd-l_none {
1025
1031
  border-left: none;
1026
1032
  }
@@ -1057,18 +1063,6 @@
1057
1063
  border-width: 1px;
1058
1064
  }
1059
1065
 
1060
- .tsystem-bd-c_surface\.intent\.warning\.active {
1061
- border-color: var(--Tight-colors-surface-intent-warning-active);
1062
- }
1063
-
1064
- .tsystem-bd-c_surface\.intent\.danger\.weak {
1065
- border-color: var(--Tight-colors-surface-intent-danger-weak);
1066
- }
1067
-
1068
- .tsystem-bd-c_surface\.intent\.success\.active {
1069
- border-color: var(--Tight-colors-surface-intent-success-active);
1070
- }
1071
-
1072
1066
  .tsystem-bd-w_sm {
1073
1067
  border-width: var(--Tight-borderWidths-sm);
1074
1068
  }
@@ -1077,16 +1071,16 @@
1077
1071
  border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-strong);
1078
1072
  }
1079
1073
 
1080
- .tsystem-gap_3px {
1081
- gap: 3px;
1074
+ .tsystem-gap_6px {
1075
+ gap: 6px;
1082
1076
  }
1083
1077
 
1084
1078
  .tsystem-gap_10 {
1085
1079
  gap: 10px;
1086
1080
  }
1087
1081
 
1088
- .tsystem-bd-b_none {
1089
- border-bottom: none;
1082
+ .tsystem-bdr_9999px {
1083
+ border-radius: 9999px;
1090
1084
  }
1091
1085
 
1092
1086
  .tsystem-bdr_2px {
@@ -1109,8 +1103,12 @@
1109
1103
  border-left: 1px solid var(--Tight-colors-border-layout);
1110
1104
  }
1111
1105
 
1112
- .tsystem-tw_nowrap {
1113
- text-wrap: nowrap;
1106
+ .tsystem-bd-c_active {
1107
+ border-color: active;
1108
+ }
1109
+
1110
+ .tsystem-bd-c_brand\.action\.strong {
1111
+ border-color: var(--Tight-colors-brand-action-strong);
1114
1112
  }
1115
1113
 
1116
1114
  .tsystem-gap_2px_2px {
@@ -1133,10 +1131,6 @@
1133
1131
  overflow: auto;
1134
1132
  }
1135
1133
 
1136
- .tsystem-bdr_0px {
1137
- border-radius: 0px;
1138
- }
1139
-
1140
1134
  .tsystem-gap_30px {
1141
1135
  gap: 30px;
1142
1136
  }
@@ -1153,8 +1147,8 @@
1153
1147
  overflow: scroll;
1154
1148
  }
1155
1149
 
1156
- .tsystem-gap_6px {
1157
- gap: 6px;
1150
+ .tsystem-px_10px {
1151
+ padding-inline: 10px;
1158
1152
  }
1159
1153
 
1160
1154
  .tsystem-bd-l_4px_solid_transparent {
@@ -1189,42 +1183,6 @@
1189
1183
  display: flex;
1190
1184
  }
1191
1185
 
1192
- .tsystem-c_typography\.intent\.secondary {
1193
- color: var(--Tight-colors-typography-intent-secondary);
1194
- }
1195
-
1196
- .tsystem-bg-c_surface\.intent\.action\.discreet {
1197
- background-color: var(--Tight-colors-surface-intent-action-discreet);
1198
- }
1199
-
1200
- .tsystem-fs_md {
1201
- font-size: var(--Tight-fontSizes-md);
1202
- }
1203
-
1204
- .tsystem-fw_md {
1205
- font-weight: var(--Tight-fontWeights-md);
1206
- }
1207
-
1208
- .tsystem-fs_sm {
1209
- font-size: var(--Tight-fontSizes-sm);
1210
- }
1211
-
1212
- .tsystem-fw_sm {
1213
- font-weight: var(--Tight-fontWeights-sm);
1214
- }
1215
-
1216
- .tsystem-bx-sh_0_0_0_0_transparent {
1217
- box-shadow: 0 0 0 0 transparent;
1218
- }
1219
-
1220
- .tsystem-pos_relative {
1221
- position: relative;
1222
- }
1223
-
1224
- .tsystem-c_icon\.base {
1225
- color: var(--Tight-colors-icon-base);
1226
- }
1227
-
1228
1186
  .tsystem-bg-c_brand\.primary {
1229
1187
  background-color: var(--Tight-colors-brand-primary);
1230
1188
  }
@@ -1257,10 +1215,18 @@
1257
1215
  white-space: nowrap;
1258
1216
  }
1259
1217
 
1218
+ .tsystem-fs_sm {
1219
+ font-size: var(--Tight-fontSizes-sm);
1220
+ }
1221
+
1260
1222
  .tsystem-font-style_normal {
1261
1223
  font-style: normal;
1262
1224
  }
1263
1225
 
1226
+ .tsystem-fw_sm {
1227
+ font-weight: var(--Tight-fontWeights-sm);
1228
+ }
1229
+
1264
1230
  .tsystem-lh_12px {
1265
1231
  line-height: 12px;
1266
1232
  }
@@ -1269,6 +1235,14 @@
1269
1235
  letter-spacing: 0.66px;
1270
1236
  }
1271
1237
 
1238
+ .tsystem-white-space_normal {
1239
+ white-space: normal;
1240
+ }
1241
+
1242
+ .tsystem-ov-wrap_break-word {
1243
+ overflow-wrap: break-word;
1244
+ }
1245
+
1272
1246
  .tsystem-bx-s_border-box {
1273
1247
  box-sizing: border-box;
1274
1248
  }
@@ -1301,10 +1275,43 @@
1301
1275
  align-self: stretch;
1302
1276
  }
1303
1277
 
1278
+ .tsystem-c_typography\.intent\.action {
1279
+ color: var(--Tight-colors-typography-intent-action);
1280
+ }
1281
+
1282
+ .tsystem-c_typography\.intent\.primary {
1283
+ color: var(--Tight-colors-typography-intent-primary);
1284
+ }
1285
+
1286
+ .tsystem-bg-c_surface\.intent\.primary {
1287
+ background-color: var(--Tight-colors-surface-intent-primary);
1288
+ }
1289
+
1290
+ .tsystem-c_typography\.intent\.success {
1291
+ color: var(--Tight-colors-typography-intent-success);
1292
+ }
1293
+
1294
+ .tsystem-bg-c_surface\.intent\.success {
1295
+ background-color: var(--Tight-colors-surface-intent-success);
1296
+ }
1297
+
1298
+ .tsystem-c_typography\.intent\.warning {
1299
+ color: var(--Tight-colors-typography-intent-warning);
1300
+ }
1301
+
1302
+ .tsystem-bg-c_surface\.intent\.warning {
1303
+ background-color: var(--Tight-colors-surface-intent-warning);
1304
+ }
1305
+
1304
1306
  .tsystem-jc_flex-start {
1305
1307
  justify-content: flex-start;
1306
1308
  }
1307
1309
 
1310
+ .tsystem-us_none {
1311
+ -webkit-user-select: none;
1312
+ user-select: none;
1313
+ }
1314
+
1308
1315
  .tsystem-c_typography\.base\.weak {
1309
1316
  color: var(--Tight-colors-typography-base-weak);
1310
1317
  }
@@ -1349,6 +1356,10 @@
1349
1356
  color: var(--Tight-colors-inherit);
1350
1357
  }
1351
1358
 
1359
+ .tsystem-pos_relative {
1360
+ position: relative;
1361
+ }
1362
+
1352
1363
  .tsystem-bg-c_surface\.background {
1353
1364
  background-color: var(--Tight-colors-surface-background);
1354
1365
  }
@@ -1361,14 +1372,6 @@
1361
1372
  white-space: pre-wrap;
1362
1373
  }
1363
1374
 
1364
- .tsystem-c_typography\.intent\.primary {
1365
- color: var(--Tight-colors-typography-intent-primary);
1366
- }
1367
-
1368
- .tsystem-bg-c_surface\.intent\.primary {
1369
- background-color: var(--Tight-colors-surface-intent-primary);
1370
- }
1371
-
1372
1375
  .tsystem-flex-d_column-reverse {
1373
1376
  flex-direction: column-reverse;
1374
1377
  }
@@ -1377,10 +1380,6 @@
1377
1380
  position: absolute;
1378
1381
  }
1379
1382
 
1380
- .tsystem-bg-c_surface\.intent\.warning {
1381
- background-color: var(--Tight-colors-surface-intent-warning);
1382
- }
1383
-
1384
1383
  .tsystem-bx-sh_0_0_0_1px_\{colors\.border\.intent\.warning\} {
1385
1384
  box-shadow: 0 0 0 1px var(--Tight-colors-border-intent-warning);
1386
1385
  }
@@ -1433,7 +1432,11 @@
1433
1432
  flex-grow: 1;
1434
1433
  }
1435
1434
 
1436
- .tsystem-c_icon\.accent\.danger {
1435
+ .tsystem-bg-c_surface\.intent\.action\.discreet {
1436
+ background-color: var(--Tight-colors-surface-intent-action-discreet);
1437
+ }
1438
+
1439
+ .tsystem-c_icon\.accent\.danger {
1437
1440
  color: var(--Tight-colors-icon-accent-danger);
1438
1441
  }
1439
1442
 
@@ -1525,32 +1528,8 @@
1525
1528
  fill: var(--Tight-colors-transparent);
1526
1529
  }
1527
1530
 
1528
- .tsystem-c_white100 {
1529
- color: var(--Tight-colors-white100);
1530
- }
1531
-
1532
- .tsystem-c_typography\.intent\.action {
1533
- color: var(--Tight-colors-typography-intent-action);
1534
- }
1535
-
1536
- .tsystem-c_typography\.intent\.danger {
1537
- color: var(--Tight-colors-typography-intent-danger);
1538
- }
1539
-
1540
- .tsystem-bg-c_surface\.intent\.danger {
1541
- background-color: var(--Tight-colors-surface-intent-danger);
1542
- }
1543
-
1544
- .tsystem-c_typography\.intent\.success {
1545
- color: var(--Tight-colors-typography-intent-success);
1546
- }
1547
-
1548
- .tsystem-bg-c_surface\.intent\.success {
1549
- background-color: var(--Tight-colors-surface-intent-success);
1550
- }
1551
-
1552
- .tsystem-c_typography\.intent\.warning {
1553
- color: var(--Tight-colors-typography-intent-warning);
1531
+ .tsystem-bx-sh_0_0_0_0_transparent {
1532
+ box-shadow: 0 0 0 0 transparent;
1554
1533
  }
1555
1534
 
1556
1535
  .tsystem-c_icon\.contrast {
@@ -1573,24 +1552,8 @@
1573
1552
  background-color: yellow;
1574
1553
  }
1575
1554
 
1576
- .tsystem-ring-o_3px {
1577
- outline-offset: 3px;
1578
- }
1579
-
1580
- .tsystem-bg-c_brand\.action\.stronger {
1581
- background-color: var(--Tight-colors-brand-action-stronger);
1582
- }
1583
-
1584
- .tsystem-ring-c_brand\.action\.stronger {
1585
- outline-color: var(--Tight-colors-brand-action-stronger);
1586
- }
1587
-
1588
- .tsystem-ring-c_brand\.primary {
1589
- outline-color: var(--Tight-colors-brand-primary);
1590
- }
1591
-
1592
- .tsystem-ov-wrap_break-word {
1593
- overflow-wrap: break-word;
1555
+ .tsystem-fill_surface\.intent\.action\.active {
1556
+ fill: var(--Tight-colors-surface-intent-action-active);
1594
1557
  }
1595
1558
 
1596
1559
  .tsystem-fw_label\.strong {
@@ -1621,6 +1584,18 @@
1621
1584
  background-color: var(--Tight-colors-border-layout-strong);
1622
1585
  }
1623
1586
 
1587
+ .tsystem-bg-c_brand\.action\.strong {
1588
+ background-color: var(--Tight-colors-brand-action-strong);
1589
+ }
1590
+
1591
+ .tsystem-bg-c_surface\.intent\.action\.highlight {
1592
+ background-color: var(--Tight-colors-surface-intent-action-highlight);
1593
+ }
1594
+
1595
+ .tsystem-c_typography\.intent\.secondary {
1596
+ color: var(--Tight-colors-typography-intent-secondary);
1597
+ }
1598
+
1624
1599
  .tsystem-bg-c_surface\.elevated {
1625
1600
  background-color: var(--Tight-colors-surface-elevated);
1626
1601
  }
@@ -1637,6 +1612,14 @@
1637
1612
  box-shadow: var(--Tight-shadows-box-shadow);
1638
1613
  }
1639
1614
 
1615
+ .tsystem-bg-c_surface\.intent\.success\.highlight {
1616
+ background-color: var(--Tight-colors-surface-intent-success-highlight);
1617
+ }
1618
+
1619
+ .tsystem-bg-c_surface\.intent\.danger\.highlight {
1620
+ background-color: var(--Tight-colors-surface-intent-danger-highlight);
1621
+ }
1622
+
1640
1623
  .tsystem-op_0\.6 {
1641
1624
  opacity: 0.6;
1642
1625
  }
@@ -1683,6 +1666,10 @@
1683
1666
  pointer-events: all;
1684
1667
  }
1685
1668
 
1669
+ .tsystem-fs_md {
1670
+ font-size: var(--Tight-fontSizes-md);
1671
+ }
1672
+
1686
1673
  .tsystem-fw_lg {
1687
1674
  font-weight: var(--Tight-fontWeights-lg);
1688
1675
  }
@@ -1699,14 +1686,14 @@
1699
1686
  color: var(--Tight-colors-typography-label);
1700
1687
  }
1701
1688
 
1702
- .tsystem-white-space_normal {
1703
- white-space: normal;
1704
- }
1705
-
1706
1689
  .tsystem-ta_start {
1707
1690
  text-align: start;
1708
1691
  }
1709
1692
 
1693
+ .tsystem-fw_md {
1694
+ font-weight: var(--Tight-fontWeights-md);
1695
+ }
1696
+
1710
1697
  .tsystem-fw_label\.sub {
1711
1698
  font-weight: var(--Tight-fontWeights-label-sub);
1712
1699
  }
@@ -1723,6 +1710,10 @@
1723
1710
  color: var(--Tight-colors-typography-accent-action);
1724
1711
  }
1725
1712
 
1713
+ .tsystem-c_brand\.action\.strongest {
1714
+ color: var(--Tight-colors-brand-action-strongest);
1715
+ }
1716
+
1726
1717
  .tsystem-d_-webkit-box {
1727
1718
  display: -webkit-box;
1728
1719
  }
@@ -1735,6 +1726,14 @@
1735
1726
  -webkit-box-orient: vertical;
1736
1727
  }
1737
1728
 
1729
+ .tsystem-lh_20px {
1730
+ line-height: 20px;
1731
+ }
1732
+
1733
+ .tsystem-ls_0\.96px {
1734
+ letter-spacing: 0.96px;
1735
+ }
1736
+
1738
1737
  .tsystem-trf_rotate\(-20deg\) {
1739
1738
  transform: rotate(-20deg);
1740
1739
  }
@@ -1755,6 +1754,18 @@
1755
1754
  font-size: 10em;
1756
1755
  }
1757
1756
 
1757
+ .tsystem-c_typography\.intent\.danger {
1758
+ color: var(--Tight-colors-typography-intent-danger);
1759
+ }
1760
+
1761
+ .tsystem-bg-c_surface\.intent\.danger {
1762
+ background-color: var(--Tight-colors-surface-intent-danger);
1763
+ }
1764
+
1765
+ .tsystem-c_icon\.base {
1766
+ color: var(--Tight-colors-icon-base);
1767
+ }
1768
+
1758
1769
  .tsystem-fw_body {
1759
1770
  font-weight: var(--Tight-fontWeights-body);
1760
1771
  }
@@ -1763,6 +1774,10 @@
1763
1774
  font-family: var(--Tight-fonts-body);
1764
1775
  }
1765
1776
 
1777
+ .tsystem-c_brand\.primary\.weak {
1778
+ color: var(--Tight-colors-brand-primary-weak);
1779
+ }
1780
+
1766
1781
  .tsystem-fw_label\.strongSub {
1767
1782
  font-weight: var(--Tight-fontWeights-label-strongSub);
1768
1783
  }
@@ -1859,15 +1874,6 @@
1859
1874
  color: var(--Tight-colors-money-positive);
1860
1875
  }
1861
1876
 
1862
- .tsystem-us_none {
1863
- -webkit-user-select: none;
1864
- user-select: none;
1865
- }
1866
-
1867
- .tsystem-c_brand\.primary\.weak {
1868
- color: var(--Tight-colors-brand-primary-weak);
1869
- }
1870
-
1871
1877
  .tsystem-c_brand\.danger {
1872
1878
  color: var(--Tight-colors-brand-danger);
1873
1879
  }
@@ -1929,10 +1935,6 @@
1929
1935
  stroke: var(--Tight-colors-icon-base);
1930
1936
  }
1931
1937
 
1932
- .tsystem-ls_0\.96px {
1933
- letter-spacing: 0.96px;
1934
- }
1935
-
1936
1938
  .tsystem-lh_14px {
1937
1939
  line-height: 14px;
1938
1940
  }
@@ -1959,6 +1961,14 @@
1959
1961
  background-color: foreground;
1960
1962
  }
1961
1963
 
1964
+ .tsystem-z_1 {
1965
+ z-index: 1;
1966
+ }
1967
+
1968
+ .tsystem-isolation_isolate {
1969
+ isolation: isolate;
1970
+ }
1971
+
1962
1972
  .tsystem-grid-tc_repeat\(7\,_1fr\) {
1963
1973
  grid-template-columns: repeat(7, 1fr);
1964
1974
  }
@@ -2020,34 +2030,6 @@
2020
2030
  font-size: 16px;
2021
2031
  }
2022
2032
 
2023
- .tsystem-stk_var\(--Tight-colors-border-layout\) {
2024
- stroke: var(--Tight-colors-border-layout);
2025
- }
2026
-
2027
- .tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
2028
- fill: var(--Tight-colors-money-positive-weak);
2029
- }
2030
-
2031
- .tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
2032
- fill: var(--Tight-colors-money-negative-weak);
2033
- }
2034
-
2035
- .tsystem-c_var\(--Tight-colors-money-positive-weak\) {
2036
- color: var(--Tight-colors-money-positive-weak);
2037
- }
2038
-
2039
- .tsystem-c_var\(--Tight-colors-money-negative-weak\) {
2040
- color: var(--Tight-colors-money-negative-weak);
2041
- }
2042
-
2043
- .tsystem-c_var\(--Tight-colors-money-positive\) {
2044
- color: var(--Tight-colors-money-positive);
2045
- }
2046
-
2047
- .tsystem-c_var\(--Tight-colors-money-negative\) {
2048
- color: var(--Tight-colors-money-negative);
2049
- }
2050
-
2051
2033
  .tsystem-c_positive {
2052
2034
  color: positive;
2053
2035
  }
@@ -2064,14 +2046,26 @@
2064
2046
  stroke-dasharray: 0;
2065
2047
  }
2066
2048
 
2049
+ .tsystem-stk_var\(--Tight-colors-border-layout\) {
2050
+ stroke: var(--Tight-colors-border-layout);
2051
+ }
2052
+
2067
2053
  .tsystem-fill_var\(--Tight-colors-money-positive-strong\) {
2068
2054
  fill: var(--Tight-colors-money-positive-strong);
2069
2055
  }
2070
2056
 
2057
+ .tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
2058
+ fill: var(--Tight-colors-money-positive-weak);
2059
+ }
2060
+
2071
2061
  .tsystem-fill_var\(--Tight-colors-money-negative-strong\) {
2072
2062
  fill: var(--Tight-colors-money-negative-strong);
2073
2063
  }
2074
2064
 
2065
+ .tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
2066
+ fill: var(--Tight-colors-money-negative-weak);
2067
+ }
2068
+
2075
2069
  .tsystem-fill_var\(--Tight-colors-border-layout\) {
2076
2070
  fill: var(--Tight-colors-border-layout);
2077
2071
  }
@@ -2108,8 +2102,16 @@
2108
2102
  z-index: 100;
2109
2103
  }
2110
2104
 
2111
- .tsystem-white-space_wrap {
2112
- white-space: wrap;
2105
+ .tsystem-c_surface\.intent\.danger\.active {
2106
+ color: var(--Tight-colors-surface-intent-danger-active);
2107
+ }
2108
+
2109
+ .tsystem-c_var\(--Tight-colors-money-positive\) {
2110
+ color: var(--Tight-colors-money-positive);
2111
+ }
2112
+
2113
+ .tsystem-c_var\(--Tight-colors-money-negative\) {
2114
+ color: var(--Tight-colors-money-negative);
2113
2115
  }
2114
2116
 
2115
2117
  .tsystem-ff_Duplet_Regular\,_sans-serif {
@@ -2180,6 +2182,10 @@
2180
2182
  padding-right: 16px;
2181
2183
  }
2182
2184
 
2185
+ .tsystem-h_100\% {
2186
+ height: 100%;
2187
+ }
2188
+
2183
2189
  .tsystem-h_48px {
2184
2190
  height: 48px;
2185
2191
  }
@@ -2216,10 +2222,6 @@
2216
2222
  height: 32px;
2217
2223
  }
2218
2224
 
2219
- .tsystem-h_100\% {
2220
- height: 100%;
2221
- }
2222
-
2223
2225
  .tsystem-pl_10px {
2224
2226
  padding-left: 10px;
2225
2227
  }
@@ -2444,14 +2446,6 @@
2444
2446
  min-height: 48px;
2445
2447
  }
2446
2448
 
2447
- .tsystem-w_24 {
2448
- width: 24px;
2449
- }
2450
-
2451
- .tsystem-h_24 {
2452
- height: 24px;
2453
- }
2454
-
2455
2449
  .tsystem-w_15px {
2456
2450
  width: 15px;
2457
2451
  }
@@ -2460,12 +2454,12 @@
2460
2454
  height: 15px;
2461
2455
  }
2462
2456
 
2463
- .tsystem-w_9px {
2464
- width: 9px;
2457
+ .tsystem-w_24 {
2458
+ width: 24px;
2465
2459
  }
2466
2460
 
2467
- .tsystem-h_9px {
2468
- height: 9px;
2461
+ .tsystem-h_24 {
2462
+ height: 24px;
2469
2463
  }
2470
2464
 
2471
2465
  .tsystem-h_37px {
@@ -2488,6 +2482,14 @@
2488
2482
  min-height: var(--Tight-borderWidths-md);
2489
2483
  }
2490
2484
 
2485
+ .tsystem-min-h_52px {
2486
+ min-height: 52px;
2487
+ }
2488
+
2489
+ .tsystem-min-w_58px {
2490
+ min-width: 58px;
2491
+ }
2492
+
2491
2493
  .tsystem-w_30px {
2492
2494
  width: 30px;
2493
2495
  }
@@ -2568,6 +2570,18 @@
2568
2570
  max-width: 1440px;
2569
2571
  }
2570
2572
 
2573
+ .tsystem-pl_8px {
2574
+ padding-left: 8px;
2575
+ }
2576
+
2577
+ .tsystem-pt_4px {
2578
+ padding-top: 4px;
2579
+ }
2580
+
2581
+ .tsystem-pb_4px {
2582
+ padding-bottom: 4px;
2583
+ }
2584
+
2571
2585
  .tsystem-min-w_150px {
2572
2586
  min-width: 150px;
2573
2587
  }
@@ -2736,26 +2750,10 @@
2736
2750
  margin-bottom: 42px;
2737
2751
  }
2738
2752
 
2739
- .tsystem-w_1226px {
2740
- width: 1226px;
2741
- }
2742
-
2743
2753
  .tsystem-max-w_1440 {
2744
2754
  max-width: 1440px;
2745
2755
  }
2746
2756
 
2747
- .tsystem-pl_15px {
2748
- padding-left: 15px;
2749
- }
2750
-
2751
- .tsystem-pr_15px {
2752
- padding-right: 15px;
2753
- }
2754
-
2755
- .tsystem-h_35px {
2756
- height: 35px;
2757
- }
2758
-
2759
2757
  .tsystem-pl_20px {
2760
2758
  padding-left: 20px;
2761
2759
  }
@@ -2780,6 +2778,10 @@
2780
2778
  min-height: 20px;
2781
2779
  }
2782
2780
 
2781
+ .tsystem-w_0 {
2782
+ width: 0;
2783
+ }
2784
+
2783
2785
  .tsystem-pl_5px {
2784
2786
  padding-left: 5px;
2785
2787
  }
@@ -2836,6 +2838,18 @@
2836
2838
  width: 75px;
2837
2839
  }
2838
2840
 
2841
+ .tsystem-pl_15px {
2842
+ padding-left: 15px;
2843
+ }
2844
+
2845
+ .tsystem-pr_15px {
2846
+ padding-right: 15px;
2847
+ }
2848
+
2849
+ .tsystem-h_35px {
2850
+ height: 35px;
2851
+ }
2852
+
2839
2853
  .tsystem-max-w_1 {
2840
2854
  max-width: 1px;
2841
2855
  }
@@ -2872,6 +2886,10 @@
2872
2886
  min-width: 120px;
2873
2887
  }
2874
2888
 
2889
+ .tsystem-w_24px {
2890
+ width: 24px;
2891
+ }
2892
+
2875
2893
  .tsystem-max-h_150 {
2876
2894
  max-height: 150px;
2877
2895
  }
@@ -2880,10 +2898,6 @@
2880
2898
  max-height: 49px;
2881
2899
  }
2882
2900
 
2883
- .tsystem-min-h_52px {
2884
- min-height: 52px;
2885
- }
2886
-
2887
2901
  .tsystem-max-w_325px {
2888
2902
  max-width: 325px;
2889
2903
  }
@@ -2892,12 +2906,8 @@
2892
2906
  max-height: 314px;
2893
2907
  }
2894
2908
 
2895
- .tsystem-pt_4px {
2896
- padding-top: 4px;
2897
- }
2898
-
2899
- .tsystem-pb_4px {
2900
- padding-bottom: 4px;
2909
+ .tsystem-right_16px {
2910
+ right: 16px;
2901
2911
  }
2902
2912
 
2903
2913
  .tsystem-pl_25px {
@@ -2908,14 +2918,6 @@
2908
2918
  padding-right: 20px;
2909
2919
  }
2910
2920
 
2911
- .tsystem-w_300px {
2912
- width: 300px;
2913
- }
2914
-
2915
- .tsystem-top_20 {
2916
- top: 20px;
2917
- }
2918
-
2919
2921
  .tsystem-right_20 {
2920
2922
  right: 20px;
2921
2923
  }
@@ -2924,18 +2926,6 @@
2924
2926
  left: 20px;
2925
2927
  }
2926
2928
 
2927
- .tsystem-bottom_5 {
2928
- bottom: 5px;
2929
- }
2930
-
2931
- .tsystem-min-w_180px {
2932
- min-width: 180px;
2933
- }
2934
-
2935
- .tsystem-h_1px {
2936
- height: 1px;
2937
- }
2938
-
2939
2929
  .tsystem-max-h_247px {
2940
2930
  max-height: 247px;
2941
2931
  }
@@ -2948,10 +2938,6 @@
2948
2938
  margin-bottom: 10px;
2949
2939
  }
2950
2940
 
2951
- .tsystem-w_342px {
2952
- width: 342px;
2953
- }
2954
-
2955
2941
  .tsystem-w_512px {
2956
2942
  width: 512px;
2957
2943
  }
@@ -2984,14 +2970,6 @@
2984
2970
  width: 70%;
2985
2971
  }
2986
2972
 
2987
- .tsystem-w_200 {
2988
- width: 200px;
2989
- }
2990
-
2991
- .tsystem-min-w_200 {
2992
- min-width: 200px;
2993
- }
2994
-
2995
2973
  .tsystem-ml_6px {
2996
2974
  margin-left: 6px;
2997
2975
  }
@@ -3008,6 +2986,18 @@
3008
2986
  width: 151px;
3009
2987
  }
3010
2988
 
2989
+ .tsystem-mt_22px {
2990
+ margin-top: 22px;
2991
+ }
2992
+
2993
+ .tsystem-w_200 {
2994
+ width: 200px;
2995
+ }
2996
+
2997
+ .tsystem-min-w_200 {
2998
+ min-width: 200px;
2999
+ }
3000
+
3011
3001
  .tsystem-pt_50px {
3012
3002
  padding-top: 50px;
3013
3003
  }
@@ -3048,6 +3038,38 @@
3048
3038
  min-height: 24px;
3049
3039
  }
3050
3040
 
3041
+ .tsystem-mb_16px {
3042
+ margin-bottom: 16px;
3043
+ }
3044
+
3045
+ .tsystem-w_160px {
3046
+ width: 160px;
3047
+ }
3048
+
3049
+ .tsystem-w_54px {
3050
+ width: 54px;
3051
+ }
3052
+
3053
+ .tsystem-top_12 {
3054
+ top: 12px;
3055
+ }
3056
+
3057
+ .tsystem-w_172 {
3058
+ width: 172px;
3059
+ }
3060
+
3061
+ .tsystem-w_66 {
3062
+ width: 66px;
3063
+ }
3064
+
3065
+ .tsystem-top_20 {
3066
+ top: 20px;
3067
+ }
3068
+
3069
+ .tsystem-bottom_5 {
3070
+ bottom: 5px;
3071
+ }
3072
+
3051
3073
  .tsystem-max-w_120px {
3052
3074
  max-width: 120px;
3053
3075
  }
@@ -3056,6 +3078,14 @@
3056
3078
  width: 1px;
3057
3079
  }
3058
3080
 
3081
+ .tsystem-h_1px {
3082
+ height: 1px;
3083
+ }
3084
+
3085
+ .tsystem-min-w_180px {
3086
+ min-width: 180px;
3087
+ }
3088
+
3059
3089
  .tsystem-min-w_175px {
3060
3090
  min-width: 175px;
3061
3091
  }
@@ -3096,10 +3126,30 @@
3096
3126
  transition: width 300ms ease-out;
3097
3127
  }
3098
3128
 
3129
+ .first\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\}:first-child {
3130
+ border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
3131
+ }
3132
+
3099
3133
  .\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd-c_border\.intent\.danger[data-haserror='true'] {
3100
3134
  border-color: var(--Tight-colors-border-intent-danger);
3101
3135
  }
3102
3136
 
3137
+ .first\:tsystem-bd-r_none:first-child {
3138
+ border-right: none;
3139
+ }
3140
+
3141
+ .last\:tsystem-bd-l_none:last-child {
3142
+ border-left: none;
3143
+ }
3144
+
3145
+ .\[\&\:not\(\:first-child\)\:not\(\:last-child\)\]\:tsystem-bd-l_none:not(:first-child):not(:last-child) {
3146
+ border-left: none;
3147
+ }
3148
+
3149
+ .\[\&\:not\(\:first-child\)\:not\(\:last-child\)\]\:tsystem-bd-r_none:not(:first-child):not(:last-child) {
3150
+ border-right: none;
3151
+ }
3152
+
3103
3153
  .\[\&\[data-selected\=\'true\'\]\]\:tsystem-bd-c_border\.intent\.action\.active[data-selected='true'] {
3104
3154
  border-color: var(--Tight-colors-border-intent-action-active);
3105
3155
  }
@@ -3170,28 +3220,8 @@
3170
3220
  stroke: var(--Tight-colors-icon-intent-danger);
3171
3221
  }
3172
3222
 
3173
- .\[\&\:disabled\]\:tsystem-cursor_not-allowed:disabled {
3174
- cursor: not-allowed;
3175
- }
3176
-
3177
- .\[\&\:disabled\]\:tsystem-op_0\.6:disabled {
3178
- opacity: 0.6;
3179
- }
3180
-
3181
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
3182
- color: var(--Tight-colors-typography-intent-secondary);
3183
- }
3184
-
3185
- .\[\&\:disabled\]\:tsystem-cursor_default:disabled {
3186
- cursor: default;
3187
- }
3188
-
3189
- .\[\&_path\]\:tsystem-stk_icon\.base path {
3190
- stroke: var(--Tight-colors-icon-base);
3191
- }
3192
-
3193
- .\[\&_path\]\:tsystem-stk_icon\.accent\.danger path {
3194
- stroke: var(--Tight-colors-icon-accent-danger);
3223
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
3224
+ color: var(--Tight-colors-typography-intent-action);
3195
3225
  }
3196
3226
 
3197
3227
  .\[\&\:\:before\]\:tsystem-content_\'\'::before {
@@ -3202,14 +3232,6 @@
3202
3232
  position: absolute;
3203
3233
  }
3204
3234
 
3205
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
3206
- color: var(--Tight-colors-typography-intent-action);
3207
- }
3208
-
3209
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger .Tight-text {
3210
- color: var(--Tight-colors-typography-intent-danger);
3211
- }
3212
-
3213
3235
  .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary .Tight-text {
3214
3236
  color: var(--Tight-colors-typography-intent-primary);
3215
3237
  }
@@ -3230,6 +3252,14 @@
3230
3252
  color: var(--Tight-colors-typography-intent-warning);
3231
3253
  }
3232
3254
 
3255
+ .\[\&_path\]\:tsystem-stk_icon\.base path {
3256
+ stroke: var(--Tight-colors-icon-base);
3257
+ }
3258
+
3259
+ .\[\&_path\]\:tsystem-stk_icon\.accent\.danger path {
3260
+ stroke: var(--Tight-colors-icon-accent-danger);
3261
+ }
3262
+
3233
3263
  .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.active[data-state='open'] {
3234
3264
  background-color: var(--Tight-colors-surface-intent-action-active);
3235
3265
  }
@@ -3250,14 +3280,18 @@
3250
3280
  background-color: var(--Tight-colors-currentColor);
3251
3281
  }
3252
3282
 
3253
- .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-state='open'] {
3254
- background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3255
- }
3256
-
3257
3283
  .\[\&\:\:placeholder\]\:tsystem-c_typography\.base\.weak::placeholder {
3258
3284
  color: var(--Tight-colors-typography-base-weak);
3259
3285
  }
3260
3286
 
3287
+ .\[\&\:disabled\]\:tsystem-cursor_not-allowed:disabled {
3288
+ cursor: not-allowed;
3289
+ }
3290
+
3291
+ .\[\&\:disabled\]\:tsystem-op_0\.6:disabled {
3292
+ opacity: 0.6;
3293
+ }
3294
+
3261
3295
  .\[\&_\*\]\:tsystem-bx-s_border-box * {
3262
3296
  box-sizing: border-box;
3263
3297
  }
@@ -3266,6 +3300,22 @@
3266
3300
  pointer-events: none;
3267
3301
  }
3268
3302
 
3303
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger .Tight-text {
3304
+ color: var(--Tight-colors-typography-intent-danger);
3305
+ }
3306
+
3307
+ .\[\&\:disabled\]\:tsystem-cursor_default:disabled {
3308
+ cursor: default;
3309
+ }
3310
+
3311
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
3312
+ color: var(--Tight-colors-typography-intent-secondary);
3313
+ }
3314
+
3315
+ .\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-state='open'] {
3316
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3317
+ }
3318
+
3269
3319
  .placeholder\:tsystem-c_typography\.base\.weak::placeholder,.placeholder\:tsystem-c_typography\.base\.weak[data-placeholder] {
3270
3320
  color: var(--Tight-colors-typography-base-weak);
3271
3321
  }
@@ -3314,34 +3364,6 @@
3314
3364
  color: var(--Tight-colors-inherit);
3315
3365
  }
3316
3366
 
3317
- .\[\&\[data-open\=\'true\'\]\]\:tsystem-max-h_1\/3[data-open='true'] {
3318
- max-height: 33.333333%;
3319
- }
3320
-
3321
- .\[\&\[data-open\=\'true\'\]\]\:tsystem-pt_16[data-open='true'] {
3322
- padding-top: 16px;
3323
- }
3324
-
3325
- .\[\&\[data-open\=\'true\'\]\]\:tsystem-pb_16[data-open='true'] {
3326
- padding-bottom: 16px;
3327
- }
3328
-
3329
- .\[\&\:\:before\]\:tsystem-top_-10px::before {
3330
- top: -10px;
3331
- }
3332
-
3333
- .\[\&\:\:before\]\:tsystem-left_-10px::before {
3334
- left: -10px;
3335
- }
3336
-
3337
- .\[\&\:\:before\]\:tsystem-right_-10px::before {
3338
- right: -10px;
3339
- }
3340
-
3341
- .\[\&\:\:before\]\:tsystem-bottom_-10px::before {
3342
- bottom: -10px;
3343
- }
3344
-
3345
3367
  .\[\&\:\:before\]\:tsystem-top_-11px::before {
3346
3368
  top: -11px;
3347
3369
  }
@@ -3354,8 +3376,20 @@
3354
3376
  right: -11px;
3355
3377
  }
3356
3378
 
3357
- .\[\&\:\:before\]\:tsystem-bottom_-11px::before {
3358
- bottom: -11px;
3379
+ .\[\&\:\:before\]\:tsystem-bottom_-11px::before {
3380
+ bottom: -11px;
3381
+ }
3382
+
3383
+ .\[\&\[data-open\=\'true\'\]\]\:tsystem-max-h_1\/3[data-open='true'] {
3384
+ max-height: 33.333333%;
3385
+ }
3386
+
3387
+ .\[\&\[data-open\=\'true\'\]\]\:tsystem-pt_16[data-open='true'] {
3388
+ padding-top: 16px;
3389
+ }
3390
+
3391
+ .\[\&\[data-open\=\'true\'\]\]\:tsystem-pb_16[data-open='true'] {
3392
+ padding-bottom: 16px;
3359
3393
  }
3360
3394
 
3361
3395
  .\[\&_\.Tight-text\:\:after\]\:tsystem-bottom_0 .Tight-text::after {
@@ -3378,6 +3412,22 @@
3378
3412
  width: 100%;
3379
3413
  }
3380
3414
 
3415
+ .\[\&\:\:before\]\:tsystem-top_-10px::before {
3416
+ top: -10px;
3417
+ }
3418
+
3419
+ .\[\&\:\:before\]\:tsystem-left_-10px::before {
3420
+ left: -10px;
3421
+ }
3422
+
3423
+ .\[\&\:\:before\]\:tsystem-right_-10px::before {
3424
+ right: -10px;
3425
+ }
3426
+
3427
+ .\[\&\:\:before\]\:tsystem-bottom_-10px::before {
3428
+ bottom: -10px;
3429
+ }
3430
+
3381
3431
  .first\:tsystem-bdr-tl_sm:first-child {
3382
3432
  border-top-left-radius: var(--Tight-radii-sm);
3383
3433
  }
@@ -3394,10 +3444,6 @@
3394
3444
  border-bottom-right-radius: var(--Tight-radii-sm);
3395
3445
  }
3396
3446
 
3397
- .\[\&_\>_\*_\+_\*\]\:tsystem-ml_-1px > * + * {
3398
- margin-left: -1px;
3399
- }
3400
-
3401
3447
  .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-bottom_3px[data-today='true']::after {
3402
3448
  bottom: 3px;
3403
3449
  }
@@ -3410,18 +3456,6 @@
3410
3456
  height: 4px;
3411
3457
  }
3412
3458
 
3413
- .first\:tsystem-bd-t-w_1px:first-child {
3414
- border-top-width: 1px;
3415
- }
3416
-
3417
- .first\:tsystem-border-top-style_solid:first-child {
3418
- border-top-style: solid;
3419
- }
3420
-
3421
- .first\:tsystem-bd-t-c_border\.layout:first-child {
3422
- border-top-color: var(--Tight-colors-border-layout);
3423
- }
3424
-
3425
3459
  .\[\&\:\:before\]\:tsystem-top_-9px::before {
3426
3460
  top: -9px;
3427
3461
  }
@@ -3516,10 +3550,6 @@
3516
3550
  border-color: var(--Tight-colors-border-intent-danger-hover);
3517
3551
  }
3518
3552
 
3519
- .\[\&\:focus-visible\]\:tsystem-ring_4px_solid:focus-visible {
3520
- outline: 4px solid;
3521
- }
3522
-
3523
3553
  .focusVisible\:tsystem-ring_4px_solid:is(:focus-visible, [data-focus-visible]) {
3524
3554
  outline: 4px solid;
3525
3555
  }
@@ -3529,6 +3559,10 @@
3529
3559
  outline-offset: 2px;
3530
3560
  }
3531
3561
 
3562
+ .\[\&\:focus-visible\]\:tsystem-ring_4px_solid:focus-visible {
3563
+ outline: 4px solid;
3564
+ }
3565
+
3532
3566
  .\[\&\:focus-visible\]\:tsystem-trs_none:focus-visible {
3533
3567
  transition: none;
3534
3568
  }
@@ -3541,14 +3575,14 @@
3541
3575
  outline: 4px solid;
3542
3576
  }
3543
3577
 
3544
- .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring_4px_solid[data-clicked='false']:has(:focus-visible) {
3545
- outline: 4px solid;
3546
- }
3547
-
3548
3578
  .\[\&\:focus-visible\]\:tsystem-ring_2px_solid:focus-visible {
3549
3579
  outline: 2px solid;
3550
3580
  }
3551
3581
 
3582
+ .\[\&\[data-active\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring_4px_solid[data-active='false']:has(:focus-visible) {
3583
+ outline: 4px solid;
3584
+ }
3585
+
3552
3586
  .\[\&\:has\(button\:focus-visible\)\]\:tsystem-ring_4px_solid:has(button:focus-visible) {
3553
3587
  outline: 4px solid;
3554
3588
  }
@@ -3557,15 +3591,15 @@
3557
3591
  border-radius: var(--Tight-radii-sm);
3558
3592
  }
3559
3593
 
3560
- .\[\&\:focus-visible\]\:tsystem-ring-c_border\.layout:focus-visible {
3561
- outline-color: var(--Tight-colors-border-layout);
3594
+ .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring_4px_solid[data-clicked='false']:has(:focus-visible) {
3595
+ outline: 4px solid;
3562
3596
  }
3563
3597
 
3564
- .\[\&\:focus-visible\]\:tsystem-ring-o_-1px:focus-visible {
3565
- outline-offset: -1px;
3598
+ .focusVisible\:tsystem-ring-c_border\.layout:is(:focus-visible, [data-focus-visible]) {
3599
+ outline-color: var(--Tight-colors-border-layout);
3566
3600
  }
3567
3601
 
3568
- .focusVisible\:tsystem-ring-c_border\.layout:is(:focus-visible, [data-focus-visible]) {
3602
+ .\[\&\:focus-visible\]\:tsystem-ring-c_border\.layout:focus-visible {
3569
3603
  outline-color: var(--Tight-colors-border-layout);
3570
3604
  }
3571
3605
 
@@ -3593,14 +3627,18 @@
3593
3627
  pointer-events: none;
3594
3628
  }
3595
3629
 
3596
- .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-c_border\.layout[data-clicked='false']:has(:focus-visible) {
3597
- outline-color: var(--Tight-colors-border-layout);
3598
- }
3599
-
3600
3630
  .\[\&\:focus-visible\]\:tsystem-ring-o_2px:focus-visible {
3601
3631
  outline-offset: 2px;
3602
3632
  }
3603
3633
 
3634
+ .\[\&\:focus-visible\]\:tsystem-ring-o_-1px:focus-visible {
3635
+ outline-offset: -1px;
3636
+ }
3637
+
3638
+ .\[\&\[data-active\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-c_border\.layout[data-active='false']:has(:focus-visible) {
3639
+ outline-color: var(--Tight-colors-border-layout);
3640
+ }
3641
+
3604
3642
  .focus\:tsystem-z_2:is(:focus, [data-focus]) {
3605
3643
  z-index: 2;
3606
3644
  }
@@ -3621,6 +3659,10 @@
3621
3659
  outline-offset: 2px;
3622
3660
  }
3623
3661
 
3662
+ .\[\&\[data-clicked\=\'false\'\]\:has\(\:focus-visible\)\]\:tsystem-ring-c_border\.layout[data-clicked='false']:has(:focus-visible) {
3663
+ outline-color: var(--Tight-colors-border-layout);
3664
+ }
3665
+
3624
3666
  .\[\&\:focus-visible\:\:before\]\:tsystem-top_0:focus-visible::before {
3625
3667
  top: 0;
3626
3668
  }
@@ -3645,26 +3687,14 @@
3645
3687
  background-color: var(--Tight-colors-brand-action-opaque);
3646
3688
  }
3647
3689
 
3648
- .hover\:tsystem-z_1:is(:hover, [data-hover]) {
3649
- z-index: 1;
3650
- }
3651
-
3652
3690
  .hover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:is(:hover, [data-hover]) {
3653
3691
  background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
3654
3692
  }
3655
3693
 
3656
- .\[\&\: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 {
3657
- border-color: var(--Tight-colors-transparent);
3658
- }
3659
-
3660
3694
  .\[\&\: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 {
3661
3695
  border-color: var(--Tight-colors-border-intent-action-active);
3662
3696
  }
3663
3697
 
3664
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.danger\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.danger\.active[data-active='true']:enabled {
3665
- border-color: var(--Tight-colors-border-intent-danger-active);
3666
- }
3667
-
3668
3698
  .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.primary\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.primary\.active[data-active='true']:enabled {
3669
3699
  border-color: var(--Tight-colors-border-intent-primary-active);
3670
3700
  }
@@ -3677,16 +3707,12 @@
3677
3707
  border-color: var(--Tight-colors-border-intent-warning-active);
3678
3708
  }
3679
3709
 
3680
- .\[\&\: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 {
3681
- background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3682
- }
3683
-
3684
- .\[\&\: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 {
3685
- color: var(--Tight-colors-icon-intent-action-active);
3710
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.danger\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.danger\.active[data-active='true']:enabled {
3711
+ border-color: var(--Tight-colors-border-intent-danger-active);
3686
3712
  }
3687
3713
 
3688
- .\[\&\: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 {
3689
- fill: var(--Tight-colors-icon-intent-action-active);
3714
+ .\[\&\: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 {
3715
+ border-color: var(--Tight-colors-transparent);
3690
3716
  }
3691
3717
 
3692
3718
  .active\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:is(:active, [data-active]) {
@@ -3697,10 +3723,6 @@
3697
3723
  background-color: var(--Tight-colors-surface-intent-action-active);
3698
3724
  }
3699
3725
 
3700
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.danger\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.danger\.active[data-active='true']:enabled {
3701
- background-color: var(--Tight-colors-surface-intent-danger-active);
3702
- }
3703
-
3704
3726
  .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.primary\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.primary\.active[data-active='true']:enabled {
3705
3727
  background-color: var(--Tight-colors-surface-intent-primary-active);
3706
3728
  }
@@ -3713,6 +3735,22 @@
3713
3735
  background-color: var(--Tight-colors-surface-intent-warning-active);
3714
3736
  }
3715
3737
 
3738
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.danger\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.danger\.active[data-active='true']:enabled {
3739
+ background-color: var(--Tight-colors-surface-intent-danger-active);
3740
+ }
3741
+
3742
+ .\[\&\: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 {
3743
+ background-color: var(--Tight-colors-surface-intent-action-discreet-active);
3744
+ }
3745
+
3746
+ .\[\&\: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 {
3747
+ color: var(--Tight-colors-icon-intent-action-active);
3748
+ }
3749
+
3750
+ .\[\&\: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 {
3751
+ fill: var(--Tight-colors-icon-intent-action-active);
3752
+ }
3753
+
3716
3754
  .\[\&\: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 {
3717
3755
  color: var(--Tight-colors-typography-intent-secondary-hover);
3718
3756
  }
@@ -3773,18 +3811,10 @@
3773
3811
  stroke: var(--Tight-colors-icon-intent-danger-hover);
3774
3812
  }
3775
3813
 
3776
- .\[\&\: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 {
3777
- color: var(--Tight-colors-typography-intent-secondary-active);
3778
- }
3779
-
3780
3814
  .\[\&\: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 {
3781
3815
  color: var(--Tight-colors-typography-intent-action-active);
3782
3816
  }
3783
3817
 
3784
- .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.active[data-active='true']:enabled .Tight-text {
3785
- color: var(--Tight-colors-typography-intent-danger-active);
3786
- }
3787
-
3788
3818
  .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.active[data-active='true']:enabled .Tight-text {
3789
3819
  color: var(--Tight-colors-typography-intent-primary-active);
3790
3820
  }
@@ -3805,6 +3835,14 @@
3805
3835
  color: var(--Tight-colors-typography-intent-warning-active);
3806
3836
  }
3807
3837
 
3838
+ .\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.active[data-active='true']:enabled .Tight-text {
3839
+ color: var(--Tight-colors-typography-intent-danger-active);
3840
+ }
3841
+
3842
+ .\[\&\: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 {
3843
+ color: var(--Tight-colors-typography-intent-secondary-active);
3844
+ }
3845
+
3808
3846
  .\[\&\:hover\]\:\[\&_svg\]\:\[\&_path\]\:tsystem-stk_icon\.accent\.danger:hover svg path {
3809
3847
  stroke: var(--Tight-colors-icon-accent-danger);
3810
3848
  }
@@ -3846,6 +3884,10 @@
3846
3884
  line-height: 16px;
3847
3885
  }
3848
3886
 
3887
+ .sm\:tsystem-fs_label {
3888
+ font-size: var(--Tight-fontSizes-label);
3889
+ }
3890
+
3849
3891
  .sm\:tsystem-d_none {
3850
3892
  display: none;
3851
3893
  }
@@ -3982,14 +4024,6 @@
3982
4024
  }
3983
4025
 
3984
4026
  @media screen and (min-width: 53.125rem) {
3985
- .md\:tsystem-flex_1_1_0 {
3986
- flex: 1 1 0;
3987
- }
3988
-
3989
- .md\:tsystem-flex_0_0_342px {
3990
- flex: 0 0 342px;
3991
- }
3992
-
3993
4027
  .md\:tsystem-d_grid {
3994
4028
  display: grid;
3995
4029
  }
@@ -4020,10 +4054,6 @@
4020
4054
  border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
4021
4055
  }
4022
4056
 
4023
- .xl\:tsystem-p_16px {
4024
- padding: 16px;
4025
- }
4026
-
4027
4057
  .xl\:tsystem-p_0_10px {
4028
4058
  padding: 0 10px;
4029
4059
  }
@@ -4032,6 +4062,10 @@
4032
4062
  background: var(--Tight-colors-surface-background);
4033
4063
  }
4034
4064
 
4065
+ .xl\:tsystem-p_16px {
4066
+ padding: 16px;
4067
+ }
4068
+
4035
4069
  .xl\:tsystem-gap_15px {
4036
4070
  gap: 15px;
4037
4071
  }
@@ -4064,14 +4098,6 @@
4064
4098
  overscroll-behavior: none;
4065
4099
  }
4066
4100
 
4067
- .xl\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
4068
- border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
4069
- }
4070
-
4071
- .xl\:tsystem-gap_12px {
4072
- gap: 12px;
4073
- }
4074
-
4075
4101
  .xl\:tsystem-flex_1_0_0 {
4076
4102
  flex: 1 0 0;
4077
4103
  }
@@ -4084,6 +4110,18 @@
4084
4110
  border-radius: var(--Tight-radii-sm);
4085
4111
  }
4086
4112
 
4113
+ .xl\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
4114
+ border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
4115
+ }
4116
+
4117
+ .xl\:tsystem-gap_12px {
4118
+ gap: 12px;
4119
+ }
4120
+
4121
+ .xl\:tsystem-flex_0_0_342px {
4122
+ flex: 0 0 342px;
4123
+ }
4124
+
4087
4125
  .xl\:tsystem-flex-sh_0 {
4088
4126
  flex-shrink: 0;
4089
4127
  }
@@ -4116,8 +4154,8 @@
4116
4154
  background-color: var(--Tight-colors-overlay);
4117
4155
  }
4118
4156
 
4119
- .xl\:tsystem-jc_flex-end {
4120
- justify-content: flex-end;
4157
+ .xl\:tsystem-ai_flex-end {
4158
+ align-items: flex-end;
4121
4159
  }
4122
4160
 
4123
4161
  .xl\:tsystem-lh_16px {
@@ -4156,6 +4194,10 @@
4156
4194
  font-size: var(--Tight-fontSizes-label-strong);
4157
4195
  }
4158
4196
 
4197
+ .xl\:tsystem-ls_0\.84px {
4198
+ letter-spacing: 0.84px;
4199
+ }
4200
+
4159
4201
  .xl\:tsystem-fs_label\.strongSub {
4160
4202
  font-size: var(--Tight-fontSizes-label-strongSub);
4161
4203
  }
@@ -4176,6 +4218,10 @@
4176
4218
  font-size: 14px;
4177
4219
  }
4178
4220
 
4221
+ .xl\:tsystem-flex-wrap_wrap {
4222
+ flex-wrap: wrap;
4223
+ }
4224
+
4179
4225
  .xl\:tsystem-h_auto {
4180
4226
  height: auto;
4181
4227
  }
@@ -4232,26 +4278,36 @@
4232
4278
  height: 60px;
4233
4279
  }
4234
4280
 
4281
+ .xl\:tsystem-min-w_450px {
4282
+ min-width: 450px;
4283
+ }
4284
+
4285
+ .xl\:tsystem-w_342px {
4286
+ width: 342px;
4287
+ }
4288
+
4289
+ .xl\:tsystem-max-w_342px {
4290
+ max-width: 342px;
4291
+ }
4292
+
4235
4293
  .xl\:tsystem-min-w_900px {
4236
4294
  min-width: 900px;
4237
- }
4238
4295
  }
4239
4296
 
4240
- @media (hover: hover) and (pointer: fine) {
4241
- .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4242
- color: var(--Tight-colors-typography-intent-secondary-hover);
4297
+ .xl\:tsystem-max-w_500px {
4298
+ max-width: 500px;
4243
4299
  }
4244
4300
  }
4245
4301
 
4246
- @media (hover: hover) and (pointer: fine) {
4247
- .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4248
- color: var(--Tight-colors-typography-intent-action-hover);
4302
+ @media screen and (max-width: 87.4975rem) {
4303
+ .tsystem-show_1\.5xl {
4304
+ display: none;
4249
4305
  }
4250
4306
  }
4251
4307
 
4252
4308
  @media (hover: hover) and (pointer: fine) {
4253
- .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4254
- color: var(--Tight-colors-typography-intent-danger-hover);
4309
+ .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4310
+ color: var(--Tight-colors-typography-intent-action-hover);
4255
4311
  }
4256
4312
  }
4257
4313
 
@@ -4286,20 +4342,20 @@
4286
4342
  }
4287
4343
 
4288
4344
  @media (hover: hover) and (pointer: fine) {
4289
- .supportHover\:notDisabled\:tsystem-bd_\{borderWidths\.lg\}_solid:not(:disabled, [disabled], [data-disabled]):hover {
4290
- border: var(--Tight-borderWidths-lg) solid;
4345
+ .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4346
+ color: var(--Tight-colors-typography-intent-danger-hover);
4291
4347
  }
4292
4348
  }
4293
4349
 
4294
4350
  @media (hover: hover) and (pointer: fine) {
4295
- .supportHover\:notDisabled\:tsystem-bd-c_border\.layout:not(:disabled, [disabled], [data-disabled]):hover {
4296
- border-color: var(--Tight-colors-border-layout);
4351
+ .supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
4352
+ color: var(--Tight-colors-typography-intent-secondary-hover);
4297
4353
  }
4298
4354
  }
4299
4355
 
4300
4356
  @media (hover: hover) and (pointer: fine) {
4301
- .supportHover\:enabled\:tsystem-bd-c_border\.intent\.action\.hover:enabled:hover {
4302
- border-color: var(--Tight-colors-border-intent-action-hover);
4357
+ .supportHover\:notDisabled\:tsystem-bd_\{borderWidths\.lg\}_solid:not(:disabled, [disabled], [data-disabled]):hover {
4358
+ border: var(--Tight-borderWidths-lg) solid;
4303
4359
  }
4304
4360
  }
4305
4361
 
@@ -4319,12 +4375,6 @@
4319
4375
  .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4320
4376
  border-color: var(--Tight-colors-border-intent-action-hover);
4321
4377
  }
4322
- }
4323
-
4324
- @media (hover: hover) and (pointer: fine) {
4325
- .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4326
- border-color: var(--Tight-colors-border-intent-danger-hover);
4327
- }
4328
4378
  }
4329
4379
 
4330
4380
  @media (hover: hover) and (pointer: fine) {
@@ -4349,6 +4399,24 @@
4349
4399
  .\[\&_\.Tight-text\:\:after\]\:supportHover\:tsystem-trs_width_300ms_ease-out .Tight-text::after:hover {
4350
4400
  transition: width 300ms ease-out;
4351
4401
  }
4402
+ }
4403
+
4404
+ @media (hover: hover) and (pointer: fine) {
4405
+ .supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4406
+ border-color: var(--Tight-colors-border-intent-danger-hover);
4407
+ }
4408
+ }
4409
+
4410
+ @media (hover: hover) and (pointer: fine) {
4411
+ .supportHover\:enabled\:tsystem-bd-c_border\.intent\.action\.hover:enabled:hover {
4412
+ border-color: var(--Tight-colors-border-intent-action-hover);
4413
+ }
4414
+ }
4415
+
4416
+ @media (hover: hover) and (pointer: fine) {
4417
+ .supportHover\:notDisabled\:tsystem-bd-c_border\.layout:not(:disabled, [disabled], [data-disabled]):hover {
4418
+ border-color: var(--Tight-colors-border-layout);
4419
+ }
4352
4420
  }
4353
4421
 
4354
4422
  @media (hover: hover) and (pointer: fine) {
@@ -4442,26 +4510,26 @@
4442
4510
  }
4443
4511
 
4444
4512
  @media (hover: hover) and (pointer: fine) {
4445
- .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4446
- background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4513
+ .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4514
+ background-color: var(--Tight-colors-surface-intent-action-hover);
4447
4515
  }
4448
4516
  }
4449
4517
 
4450
4518
  @media (hover: hover) and (pointer: fine) {
4451
- .supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:enabled:hover {
4452
- background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4519
+ .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4520
+ background-color: var(--Tight-colors-surface-intent-primary-hover);
4453
4521
  }
4454
4522
  }
4455
4523
 
4456
4524
  @media (hover: hover) and (pointer: fine) {
4457
- .supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
4458
- color: var(--Tight-colors-icon-intent-action-hover);
4525
+ .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4526
+ background-color: var(--Tight-colors-surface-intent-success-hover);
4459
4527
  }
4460
4528
  }
4461
4529
 
4462
4530
  @media (hover: hover) and (pointer: fine) {
4463
- .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
4464
- fill: var(--Tight-colors-icon-intent-action-hover);
4531
+ .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4532
+ background-color: var(--Tight-colors-surface-intent-warning-hover);
4465
4533
  }
4466
4534
  }
4467
4535
 
@@ -4472,8 +4540,8 @@
4472
4540
  }
4473
4541
 
4474
4542
  @media (hover: hover) and (pointer: fine) {
4475
- .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4476
- background-color: var(--Tight-colors-surface-intent-action-hover);
4543
+ .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4544
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4477
4545
  }
4478
4546
  }
4479
4547
 
@@ -4484,20 +4552,20 @@
4484
4552
  }
4485
4553
 
4486
4554
  @media (hover: hover) and (pointer: fine) {
4487
- .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4488
- background-color: var(--Tight-colors-surface-intent-primary-hover);
4555
+ .supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:enabled:hover {
4556
+ background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
4489
4557
  }
4490
4558
  }
4491
4559
 
4492
4560
  @media (hover: hover) and (pointer: fine) {
4493
- .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4494
- background-color: var(--Tight-colors-surface-intent-success-hover);
4561
+ .supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
4562
+ color: var(--Tight-colors-icon-intent-action-hover);
4495
4563
  }
4496
4564
  }
4497
4565
 
4498
4566
  @media (hover: hover) and (pointer: fine) {
4499
- .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4500
- background-color: var(--Tight-colors-surface-intent-warning-hover);
4567
+ .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
4568
+ fill: var(--Tight-colors-icon-intent-action-hover);
4501
4569
  }
4502
4570
  }
4503
4571