@tight-embedded/react 1.4.1 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -74,24 +74,28 @@
74
74
  --Tight-colors-black400: #6F7576;
75
75
  --Tight-colors-black600: #50595C;
76
76
  --Tight-colors-black700: #182428;
77
+ --Tight-colors-blue200: #EDFAFC;
77
78
  --Tight-colors-blue300: #DAF4FA;
78
79
  --Tight-colors-blue400: #CAECF3;
79
80
  --Tight-colors-blue500: #94D8E8;
80
81
  --Tight-colors-blue700: #2AB2D1;
81
82
  --Tight-colors-blue900: #177F96;
83
+ --Tight-colors-green200: #DBF9EA;
82
84
  --Tight-colors-green300: #B8F3D5;
83
85
  --Tight-colors-green400: #94E8BD;
84
86
  --Tight-colors-green500: #5FDD9C;
85
87
  --Tight-colors-green700: #009C75;
88
+ --Tight-colors-yellow200: #FFF3C3;
86
89
  --Tight-colors-yellow300: #FFE787;
87
90
  --Tight-colors-yellow400: #FCD34D;
88
91
  --Tight-colors-yellow500: #FBBF24;
92
+ --Tight-colors-red200: #FFCBCB;
89
93
  --Tight-colors-red300: #FF9797;
90
94
  --Tight-colors-red400: #F45C5C;
91
95
  --Tight-colors-red500: #E84747;
92
96
  --Tight-colors-red700: #E42525;
93
97
  --Tight-fonts-base: Duplet Regular, sans-serif;
94
- --Tight-fontSizes-sm: 11px;
98
+ --Tight-fontSizes-sm: 12px;
95
99
  --Tight-fontSizes-md: 14px;
96
100
  --Tight-fontSizes-lg: 16px;
97
101
  --Tight-fontSizes-xl: 20px;
@@ -111,11 +115,11 @@
111
115
  --Tight-animations-appear-delay: 0.25s linear both 1.5s fade-in;
112
116
  --Tight-animations-shimmer: 2s ease-in-out infinite shimmer;
113
117
  --Tight-animations-spin: 1.5s ease-in-out 0.1s spin infinite;
114
- --Tight-animations-slideIn-right: 0.3s ease-out both slide-in-right;
115
- --Tight-animations-slideIn-up: 0.3s ease-out both slide-in-up;
116
- --Tight-animations-slideOut-right: 0.3s ease-in both slide-out-right;
117
- --Tight-animations-slideOut-down: 0.3s ease-in both slide-out-down;
118
- --Tight-shadows-box-shadow: 0px 10px 30px 0px rgba(24, 36, 40, 0.10);
118
+ --Tight-animations-slideIn-right: 300ms ease-out both slide-in-right;
119
+ --Tight-animations-slideIn-up: 300ms ease-out both slide-in-up;
120
+ --Tight-animations-slideOut-right: 300ms ease-in both slide-out-right;
121
+ --Tight-animations-slideOut-down: 300ms ease-in both slide-out-down;
122
+ --Tight-shadows-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05), 0px 4px 12px 0px rgba(0, 0, 0, 0.15) ;
119
123
  --Tight-breakpoints-sm: 640px;
120
124
  --Tight-breakpoints-md: 850px;
121
125
  --Tight-breakpoints-lg: 1024px;
@@ -134,17 +138,21 @@
134
138
  --Tight-colors-brand-secondary-weak: var(--Tight-colors-white200);
135
139
  --Tight-colors-brand-secondary: var(--Tight-colors-white600);
136
140
  --Tight-colors-brand-secondary-strong: var(--Tight-colors-black100);
141
+ --Tight-colors-brand-action-opaque: var(--Tight-colors-blue200);
137
142
  --Tight-colors-brand-action-weak: var(--Tight-colors-blue300);
138
143
  --Tight-colors-brand-action: var(--Tight-colors-blue400);
139
144
  --Tight-colors-brand-action-strong: var(--Tight-colors-blue500);
140
145
  --Tight-colors-brand-action-stronger: var(--Tight-colors-blue700);
141
146
  --Tight-colors-brand-action-strongest: var(--Tight-colors-blue900);
147
+ --Tight-colors-brand-success-opaque: var(--Tight-colors-green200);
142
148
  --Tight-colors-brand-success-weak: var(--Tight-colors-green300);
143
149
  --Tight-colors-brand-success: var(--Tight-colors-green400);
144
150
  --Tight-colors-brand-success-strong: var(--Tight-colors-green500);
151
+ --Tight-colors-brand-warning-opaque: var(--Tight-colors-yellow200);
145
152
  --Tight-colors-brand-warning-weak: var(--Tight-colors-yellow300);
146
153
  --Tight-colors-brand-warning: var(--Tight-colors-yellow400);
147
154
  --Tight-colors-brand-warning-strong: var(--Tight-colors-yellow500);
155
+ --Tight-colors-brand-danger-opaque: var(--Tight-colors-red200);
148
156
  --Tight-colors-brand-danger-weak: var(--Tight-colors-red300);
149
157
  --Tight-colors-brand-danger: var(--Tight-colors-red400);
150
158
  --Tight-colors-brand-danger-strong: var(--Tight-colors-red500);
@@ -182,6 +190,8 @@
182
190
  --Tight-colors-surface-intent-danger-hover: var(--Tight-colors-brand-danger);
183
191
  --Tight-colors-surface-intent-danger-active: var(--Tight-colors-brand-danger-strong);
184
192
  --Tight-colors-surface-intent-danger-disabled: var(--Tight-colors-surface-foreground-disabled);
193
+ --Tight-colors-surface-intent-danger-weak: var(--Tight-colors-brand-danger-weak);
194
+ --Tight-colors-surface-intent-danger-opaque: var(--Tight-colors-brand-danger-opaque);
185
195
  --Tight-colors-typography-base: var(--Tight-colors-black700);
186
196
  --Tight-colors-typography-base-weak: var(--Tight-colors-black400);
187
197
  --Tight-colors-typography-contrast: var(--Tight-colors-white100);
@@ -273,9 +283,11 @@
273
283
  --Tight-colors-border-intent-action-disabled: var(--Tight-colors-border-layout);
274
284
  --Tight-colors-money: var(--Tight-colors-typography-base);
275
285
  --Tight-colors-money-positive: var(--Tight-colors-green700);
276
- --Tight-colors-money-positive-weak: var(--Tight-colors-green500);
286
+ --Tight-colors-money-positive-weak: var(--Tight-colors-green200);
287
+ --Tight-colors-money-positive-strong: var(--Tight-colors-green700);
277
288
  --Tight-colors-money-negative: var(--Tight-colors-red700);
278
- --Tight-colors-money-negative-weak: var(--Tight-colors-red300);
289
+ --Tight-colors-money-negative-weak: var(--Tight-colors-red200);
290
+ --Tight-colors-money-negative-strong: var(--Tight-colors-red700);
279
291
  --Tight-colors-overlay: rgba(0, 0, 0, 0.5);
280
292
  --Tight-colors-transparent: transparent;
281
293
  --Tight-colors-none: none;
@@ -388,6 +400,42 @@
388
400
  border: var(--Tight-borderWidths-md) solid;
389
401
  }
390
402
 
403
+ .tsystem-bg_surface\.background {
404
+ background: var(--Tight-colors-surface-background);
405
+ }
406
+
407
+ .tsystem-p_2\.5px {
408
+ padding: 2.5px;
409
+ }
410
+
411
+ .tsystem-p_4px_5px {
412
+ padding: 4px 5px;
413
+ }
414
+
415
+ .tsystem-bg_surface\.intent\.secondary {
416
+ background: var(--Tight-colors-surface-intent-secondary);
417
+ }
418
+
419
+ .tsystem-bd_\{borderWidths\.sm\}_solid {
420
+ border: var(--Tight-borderWidths-sm) solid;
421
+ }
422
+
423
+ .tsystem-bg_surface\.intent\.action {
424
+ background: var(--Tight-colors-surface-intent-action);
425
+ }
426
+
427
+ .tsystem-bg_surface\.intent\.success {
428
+ background: var(--Tight-colors-surface-intent-success);
429
+ }
430
+
431
+ .tsystem-bg_surface\.intent\.warning {
432
+ background: var(--Tight-colors-surface-intent-warning);
433
+ }
434
+
435
+ .tsystem-bg_surface\.intent\.danger {
436
+ background: var(--Tight-colors-surface-intent-danger);
437
+ }
438
+
391
439
  .tsystem-p_10px {
392
440
  padding: 10px;
393
441
  }
@@ -400,22 +448,34 @@
400
448
  border: var(--Tight-borderWidths-md) solid transparent;
401
449
  }
402
450
 
403
- .tsystem-p_5px {
404
- padding: 5px;
451
+ .tsystem-p_16px_12px {
452
+ padding: 16px 12px;
405
453
  }
406
454
 
407
- .tsystem-p_15px {
408
- padding: 15px;
455
+ .tsystem-bd_0\.75px {
456
+ border: 0.75px;
457
+ }
458
+
459
+ .tsystem-p_5px {
460
+ padding: 5px;
409
461
  }
410
462
 
411
463
  .tsystem-p_12px_16px {
412
464
  padding: 12px 16px;
413
465
  }
414
466
 
467
+ .tsystem-p_16px {
468
+ padding: 16px;
469
+ }
470
+
415
471
  .tsystem-bd_1px_solid {
416
472
  border: 1px solid;
417
473
  }
418
474
 
475
+ .tsystem-bg_surface\.background\.hover {
476
+ background: var(--Tight-colors-surface-background-hover);
477
+ }
478
+
419
479
  .tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\.weak\} {
420
480
  border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-weak);
421
481
  }
@@ -432,6 +492,10 @@
432
492
  border: none;
433
493
  }
434
494
 
495
+ .tsystem-p_0 {
496
+ padding: 0;
497
+ }
498
+
435
499
  .tsystem-p_md {
436
500
  padding: md;
437
501
  }
@@ -440,10 +504,6 @@
440
504
  inset: 0;
441
505
  }
442
506
 
443
- .tsystem-bg_surface\.background {
444
- background: var(--Tight-colors-surface-background);
445
- }
446
-
447
507
  .tsystem-m_32px {
448
508
  margin: 32px;
449
509
  }
@@ -452,18 +512,10 @@
452
512
  margin: 0;
453
513
  }
454
514
 
455
- .tsystem-p_0 {
456
- padding: 0;
457
- }
458
-
459
515
  .tsystem-p_8px {
460
516
  padding: 8px;
461
517
  }
462
518
 
463
- .tsystem-p_16px {
464
- padding: 16px;
465
- }
466
-
467
519
  .tsystem-p_24px {
468
520
  padding: 24px;
469
521
  }
@@ -484,36 +536,12 @@
484
536
  animation: var(--Tight-animations-slideOut-down);
485
537
  }
486
538
 
487
- .tsystem-m_0_0_7px_0 {
488
- margin: 0 0 7px 0;
489
- }
490
-
491
- .tsystem-p_4px_5px {
492
- padding: 4px 5px;
493
- }
494
-
495
- .tsystem-bg_surface\.intent\.secondary {
496
- background: var(--Tight-colors-surface-intent-secondary);
497
- }
498
-
499
- .tsystem-bd_\{borderWidths\.sm\}_solid {
500
- border: var(--Tight-borderWidths-sm) solid;
501
- }
502
-
503
- .tsystem-bg_surface\.intent\.action {
504
- background: var(--Tight-colors-surface-intent-action);
505
- }
506
-
507
- .tsystem-bg_surface\.intent\.success {
508
- background: var(--Tight-colors-surface-intent-success);
509
- }
510
-
511
- .tsystem-bg_surface\.intent\.warning {
512
- background: var(--Tight-colors-surface-intent-warning);
539
+ .tsystem-p_15px {
540
+ padding: 15px;
513
541
  }
514
542
 
515
- .tsystem-bg_surface\.intent\.danger {
516
- background: var(--Tight-colors-surface-intent-danger);
543
+ .tsystem-m_0_0_7px_0 {
544
+ margin: 0 0 7px 0;
517
545
  }
518
546
 
519
547
  .tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
@@ -528,10 +556,6 @@
528
556
  padding: 0 25px;
529
557
  }
530
558
 
531
- .tsystem-bd_\{borderWidths\.lg\}_solid {
532
- border: var(--Tight-borderWidths-lg) solid;
533
- }
534
-
535
559
  .tsystem-bg_surface\.foreground {
536
560
  background: var(--Tight-colors-surface-foreground);
537
561
  }
@@ -548,6 +572,14 @@
548
572
  border: 2px solid red;
549
573
  }
550
574
 
575
+ .tsystem-m_0_8px {
576
+ margin: 0 8px;
577
+ }
578
+
579
+ .tsystem-anim_linear_1s_spin_infinite {
580
+ animation: linear 1s spin infinite;
581
+ }
582
+
551
583
  .tsystem-anim_shimmer {
552
584
  animation: var(--Tight-animations-shimmer);
553
585
  }
@@ -564,10 +596,6 @@
564
596
  padding: 12px;
565
597
  }
566
598
 
567
- .tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\.strong\} {
568
- border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-strong);
569
- }
570
-
571
599
  .tsystem-bg_surface\.intent\.action\.disabled {
572
600
  background: var(--Tight-colors-surface-intent-action-disabled);
573
601
  }
@@ -580,6 +608,10 @@
580
608
  padding: 20px 15px;
581
609
  }
582
610
 
611
+ .tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
612
+ border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
613
+ }
614
+
583
615
  .tsystem-bg_surface\.intent\.primary {
584
616
  background: var(--Tight-colors-surface-intent-primary);
585
617
  }
@@ -592,20 +624,20 @@
592
624
  padding: 10px;
593
625
  }
594
626
 
595
- .tsystem-p_20px {
596
- padding: 20px;
627
+ .tsystem-p_16px_12px_16px_16px {
628
+ padding: 16px 12px 16px 16px;
597
629
  }
598
630
 
599
- .tsystem-p_none {
600
- padding: none;
631
+ .tsystem-p_16px_16px_16px_24px {
632
+ padding: 16px 16px 16px 24px;
601
633
  }
602
634
 
603
- .tsystem-p_20px_15px_14px_15px {
604
- padding: 20px 15px 14px 15px;
635
+ .tsystem-p_20px {
636
+ padding: 20px;
605
637
  }
606
638
 
607
- .tsystem-m_15px {
608
- margin: 15px;
639
+ .tsystem-p_none {
640
+ padding: none;
609
641
  }
610
642
 
611
643
  .tsystem-bg_foreground {
@@ -616,20 +648,72 @@
616
648
  padding: 10px 8px;
617
649
  }
618
650
 
651
+ .tsystem-bd_\{borderWidths\.lg\}_solid {
652
+ border: var(--Tight-borderWidths-lg) solid;
653
+ }
654
+
655
+ .tsystem-bg_surface\.intent\.danger\.opaque {
656
+ background: var(--Tight-colors-surface-intent-danger-opaque);
657
+ }
658
+
659
+ .tsystem-p_1px_0 {
660
+ padding: 1px 0;
661
+ }
662
+
663
+ .tsystem-p_1px {
664
+ padding: 1px;
665
+ }
666
+
619
667
  .tsystem-p_4px_8px {
620
668
  padding: 4px 8px;
621
669
  }
622
670
 
671
+ .tsystem-p_10px_12px_10px_15px {
672
+ padding: 10px 12px 10px 15px;
673
+ }
674
+
675
+ .tsystem-p_20px_16px {
676
+ padding: 20px 16px;
677
+ }
678
+
679
+ .tsystem-m_16px {
680
+ margin: 16px;
681
+ }
682
+
683
+ .tsystem-bd_1px_solid_\{colors\.border\.intent\.primary\} {
684
+ border: 1px solid var(--Tight-colors-border-intent-primary);
685
+ }
686
+
687
+ .tsystem-anim_spin_1s_linear_infinite {
688
+ animation: spin 1s linear infinite;
689
+ }
690
+
691
+ .tsystem-anim_none {
692
+ animation: none;
693
+ }
694
+
623
695
  .tsystem-p_40px_20px {
624
696
  padding: 40px 20px;
625
697
  }
626
698
 
699
+ .tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
700
+ border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
701
+ }
702
+
703
+ .tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
704
+ border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
705
+ }
706
+
707
+ .tsystem-p_26px {
708
+ padding: 26px;
709
+ }
710
+
627
711
  .tsystem-p_15px_15px_0_15px {
628
712
  padding: 15px 15px 0 15px;
629
713
  }
630
714
 
631
- .tsystem-p_0_10px {
632
- padding: 0 10px;
715
+ .tsystem-bd_1px_solid_\{colors\.border\.layout\} {
716
+ border: 1px solid var(--Tight-colors-border-layout);
633
717
  }
634
718
 
635
719
  .tsystem-p_2px {
@@ -644,10 +728,6 @@
644
728
  background: var(--Tight-colors-none);
645
729
  }
646
730
 
647
- .tsystem-bd_1px_solid_\{colors\.border\.layout\} {
648
- border: 1px solid var(--Tight-colors-border-layout);
649
- }
650
-
651
731
  .tsystem-p_10px_25px_10px_15px {
652
732
  padding: 10px 25px 10px 15px;
653
733
  }
@@ -672,10 +752,6 @@
672
752
  padding: 16px 16px 45px 16px;
673
753
  }
674
754
 
675
- .tsystem-bd_\{borderWidths\.sm\}_solid_\{colors\.border\.layout\} {
676
- border: var(--Tight-borderWidths-sm) solid var(--Tight-colors-border-layout);
677
- }
678
-
679
755
  .tsystem-bg_brand\.success {
680
756
  background: var(--Tight-colors-brand-success);
681
757
  }
@@ -684,8 +760,8 @@
684
760
  padding: 2px 6px;
685
761
  }
686
762
 
687
- .tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
688
- border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
763
+ .tsystem-p_large {
764
+ padding: large;
689
765
  }
690
766
 
691
767
  .tsystem-p_6px_0_6px_6px {
@@ -712,6 +788,38 @@
712
788
  padding: 4px;
713
789
  }
714
790
 
791
+ .tsystem-gap_5px {
792
+ gap: 5px;
793
+ }
794
+
795
+ .tsystem-bdr_sm {
796
+ border-radius: var(--Tight-radii-sm);
797
+ }
798
+
799
+ .tsystem-bd-c_border\.layout {
800
+ border-color: var(--Tight-colors-border-layout);
801
+ }
802
+
803
+ .tsystem-bd-c_border\.intent\.secondary {
804
+ border-color: var(--Tight-colors-border-intent-secondary);
805
+ }
806
+
807
+ .tsystem-bd-c_border\.intent\.action {
808
+ border-color: var(--Tight-colors-border-intent-action);
809
+ }
810
+
811
+ .tsystem-bd-c_border\.intent\.success {
812
+ border-color: var(--Tight-colors-border-intent-success);
813
+ }
814
+
815
+ .tsystem-bd-c_border\.intent\.warning {
816
+ border-color: var(--Tight-colors-border-intent-warning);
817
+ }
818
+
819
+ .tsystem-bd-c_border\.intent\.danger {
820
+ border-color: var(--Tight-colors-border-intent-danger);
821
+ }
822
+
715
823
  .tsystem-ring_none {
716
824
  outline: 2px solid transparent;
717
825
  outline-offset: 2px;
@@ -721,16 +829,16 @@
721
829
  border-radius: var(--Tight-radii-md);
722
830
  }
723
831
 
724
- .tsystem-bd-c_border\.layout {
725
- border-color: var(--Tight-colors-border-layout);
726
- }
727
-
728
832
  .tsystem-gap_9px {
729
833
  gap: 9px;
730
834
  }
731
835
 
732
- .tsystem-gap_5px {
733
- gap: 5px;
836
+ .tsystem-border-style_solid {
837
+ border-style: solid;
838
+ }
839
+
840
+ .tsystem-bdr_borderWidths\.sm {
841
+ border-radius: borderWidths.sm;
734
842
  }
735
843
 
736
844
  .tsystem-ov_hidden {
@@ -765,68 +873,36 @@
765
873
  border-width: var(--Tight-borderWidths-lg);
766
874
  }
767
875
 
768
- .tsystem-border-style_solid {
769
- border-style: solid;
770
- }
771
-
772
876
  .tsystem-bd-c_border\.layout\.strong {
773
877
  border-color: var(--Tight-colors-border-layout-strong);
774
878
  }
775
879
 
776
- .tsystem-gap_15px {
777
- gap: 15px;
778
- }
779
-
780
- .tsystem-bd-c_border\.intent\.warning {
781
- border-color: var(--Tight-colors-border-intent-warning);
782
- }
783
-
784
- .tsystem-bd-c_border\.intent\.action {
785
- border-color: var(--Tight-colors-border-intent-action);
786
- }
787
-
788
- .tsystem-bd-c_border\.intent\.success {
789
- border-color: var(--Tight-colors-border-intent-success);
790
- }
791
-
792
- .tsystem-bd-c_border\.intent\.danger {
793
- border-color: var(--Tight-colors-border-intent-danger);
794
- }
795
-
796
- .tsystem-bd-c_border\.intent\.secondary {
797
- border-color: var(--Tight-colors-border-intent-secondary);
880
+ .tsystem-gap_16px {
881
+ gap: 16px;
798
882
  }
799
883
 
800
- .tsystem-flex_1_1_0 {
801
- flex: 1 1 0;
884
+ .tsystem-gap_4px {
885
+ gap: 4px;
802
886
  }
803
887
 
804
888
  .tsystem-gap_10px {
805
889
  gap: 10px;
806
890
  }
807
891
 
808
- .tsystem-bdr_sm {
809
- border-radius: var(--Tight-radii-sm);
810
- }
811
-
812
- .tsystem-bdr_50\% {
813
- border-radius: 50%;
814
- }
815
-
816
892
  .tsystem-gap_12px {
817
893
  gap: 12px;
818
894
  }
819
895
 
820
- .tsystem-bd-w_1 {
821
- border-width: 1px;
896
+ .tsystem-flex_1 {
897
+ flex: 1 1 0%;
822
898
  }
823
899
 
824
- .tsystem-gap_4px {
825
- gap: 4px;
900
+ .tsystem-bdr_50\% {
901
+ border-radius: 50%;
826
902
  }
827
903
 
828
- .tsystem-flex_1 {
829
- flex: 1 1 0%;
904
+ .tsystem-bd-w_1 {
905
+ border-width: 1px;
830
906
  }
831
907
 
832
908
  .tsystem-td_none {
@@ -865,12 +941,24 @@
865
941
  flex-flow: column;
866
942
  }
867
943
 
944
+ .tsystem-gap_8 {
945
+ gap: 8px;
946
+ }
947
+
948
+ .tsystem-bd-b_1px_solid {
949
+ border-bottom: 1px solid;
950
+ }
951
+
868
952
  .tsystem-bdr_0 {
869
953
  border-radius: 0;
870
954
  }
871
955
 
872
- .tsystem-gap_2px {
873
- gap: 2px;
956
+ .tsystem-gap_4 {
957
+ gap: 4px;
958
+ }
959
+
960
+ .tsystem-bdr_9999 {
961
+ border-radius: 9999px;
874
962
  }
875
963
 
876
964
  .tsystem-gap_5 {
@@ -885,14 +973,18 @@
885
973
  transition: all 300ms ease-out;
886
974
  }
887
975
 
888
- .tsystem-gap_16px {
889
- gap: 16px;
976
+ .tsystem-flex_1_1_0 {
977
+ flex: 1 1 0;
890
978
  }
891
979
 
892
980
  .tsystem-ov_auto {
893
981
  overflow: auto;
894
982
  }
895
983
 
984
+ .tsystem-gap_2px {
985
+ gap: 2px;
986
+ }
987
+
896
988
  .tsystem-px_8px {
897
989
  padding-inline: 8px;
898
990
  }
@@ -901,16 +993,16 @@
901
993
  background-position: 100% 0;
902
994
  }
903
995
 
904
- .tsystem-bdr_zero {
905
- border-radius: var(--Tight-radii-zero);
996
+ .tsystem-gap_15px {
997
+ gap: 15px;
906
998
  }
907
999
 
908
- .tsystem-py_10px {
909
- padding-block: 10px;
1000
+ .tsystem-bdr_zero {
1001
+ border-radius: var(--Tight-radii-zero);
910
1002
  }
911
1003
 
912
- .tsystem-gap_20 {
913
- gap: 20px;
1004
+ .tsystem-gap_0 {
1005
+ gap: 0;
914
1006
  }
915
1007
 
916
1008
  .tsystem-trs_height_0\.5s\,_width_0\.5s {
@@ -937,16 +1029,8 @@
937
1029
  gap: 9px;
938
1030
  }
939
1031
 
940
- .tsystem-bd-c_strong {
941
- border-color: strong;
942
- }
943
-
944
- .tsystem-bd-b_\{borderWidths\.md\}_solid {
945
- border-bottom: var(--Tight-borderWidths-md) solid;
946
- }
947
-
948
- .tsystem-bd-c_border\.layout\.weak {
949
- border-color: var(--Tight-colors-border-layout-weak);
1032
+ .tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
1033
+ border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
950
1034
  }
951
1035
 
952
1036
  .tsystem-bd-t_none {
@@ -961,24 +1045,48 @@
961
1045
  border-right: none;
962
1046
  }
963
1047
 
1048
+ .tsystem-gap_14px {
1049
+ gap: 14px;
1050
+ }
1051
+
1052
+ .tsystem-px_16px_12px {
1053
+ padding-inline: 16px 12px;
1054
+ }
1055
+
964
1056
  .tsystem-bd-t_1px_solid {
965
1057
  border-top: 1px solid;
966
1058
  }
967
1059
 
968
- .tsystem-place-self_center {
969
- place-self: center;
1060
+ .tsystem-place-self_center {
1061
+ place-self: center;
1062
+ }
1063
+
1064
+ .tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
1065
+ border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
1066
+ }
1067
+
1068
+ .tsystem-px_16px {
1069
+ padding-inline: 16px;
1070
+ }
1071
+
1072
+ .tsystem-bd-w_1px {
1073
+ border-width: 1px;
1074
+ }
1075
+
1076
+ .tsystem-bd-c_surface\.intent\.warning\.active {
1077
+ border-color: var(--Tight-colors-surface-intent-warning-active);
970
1078
  }
971
1079
 
972
- .tsystem-mx_15px {
973
- margin-inline: 15px;
1080
+ .tsystem-bd-c_surface\.intent\.danger\.weak {
1081
+ border-color: var(--Tight-colors-surface-intent-danger-weak);
974
1082
  }
975
1083
 
976
- .tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
977
- border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
1084
+ .tsystem-bd-c_surface\.intent\.success\.active {
1085
+ border-color: var(--Tight-colors-surface-intent-success-active);
978
1086
  }
979
1087
 
980
- .tsystem-my_20px {
981
- margin-block: 20px;
1088
+ .tsystem-flex_1_0_0 {
1089
+ flex: 1 0 0;
982
1090
  }
983
1091
 
984
1092
  .tsystem-bd-w_sm {
@@ -993,8 +1101,16 @@
993
1101
  gap: 10px;
994
1102
  }
995
1103
 
996
- .tsystem-flex_1_0_0 {
997
- flex: 1 0 0;
1104
+ .tsystem-bd-b_none {
1105
+ border-bottom: none;
1106
+ }
1107
+
1108
+ .tsystem-bdr_9999px {
1109
+ border-radius: 9999px;
1110
+ }
1111
+
1112
+ .tsystem-bdr_2px {
1113
+ border-radius: 2px;
998
1114
  }
999
1115
 
1000
1116
  .tsystem-gap_16 {
@@ -1009,6 +1125,10 @@
1009
1125
  border-left: 1px solid var(--Tight-colors-border-layout);
1010
1126
  }
1011
1127
 
1128
+ .tsystem-bd-c_normal {
1129
+ border-color: normal;
1130
+ }
1131
+
1012
1132
  .tsystem-bd-l_1px_solid_\{colors\.border\.layout\.strong\} {
1013
1133
  border-left: 1px solid var(--Tight-colors-border-layout-strong);
1014
1134
  }
@@ -1029,10 +1149,6 @@
1029
1149
  gap: 7px;
1030
1150
  }
1031
1151
 
1032
- .tsystem-bd-w_1px {
1033
- border-width: 1px;
1034
- }
1035
-
1036
1152
  .tsystem-fv_normal {
1037
1153
  font-variant: normal;
1038
1154
  }
@@ -1049,8 +1165,8 @@
1049
1165
  flex: 1 1 100%;
1050
1166
  }
1051
1167
 
1052
- .tsystem-bd-b_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\.strong\} {
1053
- border-bottom: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-strong);
1168
+ .tsystem-bd-b_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
1169
+ border-bottom: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
1054
1170
  }
1055
1171
 
1056
1172
  .tsystem-ov_scroll {
@@ -1061,22 +1177,38 @@
1061
1177
  gap: 6px;
1062
1178
  }
1063
1179
 
1064
- .tsystem-d_flex {
1065
- display: flex;
1180
+ .tsystem-bd-l_4px_solid_transparent {
1181
+ border-left: 4px solid transparent;
1066
1182
  }
1067
1183
 
1068
- .tsystem-ai_center {
1069
- align-items: center;
1184
+ .tsystem-bd-l_4px_solid {
1185
+ border-left: 4px solid;
1186
+ }
1187
+
1188
+ .tsystem-bd-c_surface\.intent\.action\.active {
1189
+ border-color: var(--Tight-colors-surface-intent-action-active);
1190
+ }
1191
+
1192
+ .tsystem-d_inline-flex {
1193
+ display: inline-flex;
1070
1194
  }
1071
1195
 
1072
1196
  .tsystem-jc_center {
1073
1197
  justify-content: center;
1074
1198
  }
1075
1199
 
1200
+ .tsystem-ai_center {
1201
+ align-items: center;
1202
+ }
1203
+
1076
1204
  .tsystem-cursor_pointer {
1077
1205
  cursor: pointer;
1078
1206
  }
1079
1207
 
1208
+ .tsystem-d_flex {
1209
+ display: flex;
1210
+ }
1211
+
1080
1212
  .tsystem-c_typography\.intent\.secondary {
1081
1213
  color: var(--Tight-colors-typography-intent-secondary);
1082
1214
  }
@@ -1125,6 +1257,18 @@
1125
1257
  color: var(--Tight-colors-typography-contrast);
1126
1258
  }
1127
1259
 
1260
+ .tsystem-flex-d_row {
1261
+ flex-direction: row;
1262
+ }
1263
+
1264
+ .tsystem-jc_space-between {
1265
+ justify-content: space-between;
1266
+ }
1267
+
1268
+ .tsystem-bg-c_surface\.foreground {
1269
+ background-color: var(--Tight-colors-surface-foreground);
1270
+ }
1271
+
1128
1272
  .tsystem-tov_ellipsis {
1129
1273
  text-overflow: ellipsis;
1130
1274
  }
@@ -1161,10 +1305,6 @@
1161
1305
  text-align: right;
1162
1306
  }
1163
1307
 
1164
- .tsystem-bg-c_surface\.foreground {
1165
- background-color: var(--Tight-colors-surface-foreground);
1166
- }
1167
-
1168
1308
  .tsystem-ai_flex-start {
1169
1309
  align-items: flex-start;
1170
1310
  }
@@ -1173,34 +1313,26 @@
1173
1313
  align-items: flex-end;
1174
1314
  }
1175
1315
 
1176
- .tsystem-flex-d_row {
1177
- flex-direction: row;
1178
- }
1179
-
1180
1316
  .tsystem-ta_left {
1181
1317
  text-align: left;
1182
1318
  }
1183
1319
 
1184
- .tsystem-jc_flex-end {
1185
- justify-content: flex-end;
1186
- }
1187
-
1188
- .tsystem-flex-sh_0 {
1189
- flex-shrink: 0;
1190
- }
1191
-
1192
- .tsystem-jc_space-between {
1193
- justify-content: space-between;
1194
- }
1195
-
1196
1320
  .tsystem-as_stretch {
1197
1321
  align-self: stretch;
1198
1322
  }
1199
1323
 
1324
+ .tsystem-d_none {
1325
+ display: none;
1326
+ }
1327
+
1200
1328
  .tsystem-bg-c_surface\.intent\.secondary {
1201
1329
  background-color: var(--Tight-colors-surface-intent-secondary);
1202
1330
  }
1203
1331
 
1332
+ .tsystem-flex-sh_0 {
1333
+ flex-shrink: 0;
1334
+ }
1335
+
1204
1336
  .tsystem-flex-d_row-reverse {
1205
1337
  flex-direction: row-reverse;
1206
1338
  }
@@ -1257,12 +1389,8 @@
1257
1389
  scrollbar-width: thin;
1258
1390
  }
1259
1391
 
1260
- .tsystem-d_grid {
1261
- display: grid;
1262
- }
1263
-
1264
- .tsystem-grid-tc_3fr_1fr {
1265
- grid-template-columns: 3fr 1fr;
1392
+ .tsystem-ai_stretch {
1393
+ align-items: stretch;
1266
1394
  }
1267
1395
 
1268
1396
  .tsystem-bg-c_transparent {
@@ -1277,8 +1405,8 @@
1277
1405
  justify-content: end;
1278
1406
  }
1279
1407
 
1280
- .tsystem-ai_stretch {
1281
- align-items: stretch;
1408
+ .tsystem-bg-c_typography\.base {
1409
+ background-color: var(--Tight-colors-typography-base);
1282
1410
  }
1283
1411
 
1284
1412
  .tsystem-bg-c_border\.layout {
@@ -1289,6 +1417,10 @@
1289
1417
  text-align: center;
1290
1418
  }
1291
1419
 
1420
+ .tsystem-jc_flex-end {
1421
+ justify-content: flex-end;
1422
+ }
1423
+
1292
1424
  .tsystem-pos_fixed {
1293
1425
  position: fixed;
1294
1426
  }
@@ -1297,10 +1429,6 @@
1297
1429
  background-color: var(--Tight-colors-overlay);
1298
1430
  }
1299
1431
 
1300
- .tsystem-d_none {
1301
- display: none;
1302
- }
1303
-
1304
1432
  .tsystem-flex-g_1 {
1305
1433
  flex-grow: 1;
1306
1434
  }
@@ -1393,10 +1521,6 @@
1393
1521
  object-fit: contain;
1394
1522
  }
1395
1523
 
1396
- .tsystem-d_inline-flex {
1397
- display: inline-flex;
1398
- }
1399
-
1400
1524
  .tsystem-c_typography\.intent\.action {
1401
1525
  color: var(--Tight-colors-typography-intent-action);
1402
1526
  }
@@ -1523,6 +1647,14 @@
1523
1647
  flex-wrap: wrap;
1524
1648
  }
1525
1649
 
1650
+ .tsystem-rg_10px {
1651
+ row-gap: 10px;
1652
+ }
1653
+
1654
+ .tsystem-cg_max\(10px\,_calc\(50\%_-_600px\)\) {
1655
+ column-gap: max(10px, calc(50% - 600px));
1656
+ }
1657
+
1526
1658
  .tsystem-c_icon\.intent\.primary {
1527
1659
  color: var(--Tight-colors-icon-intent-primary);
1528
1660
  }
@@ -1571,6 +1703,18 @@
1571
1703
  color: var(--Tight-colors-typography-accent-action);
1572
1704
  }
1573
1705
 
1706
+ .tsystem-d_-webkit-box {
1707
+ display: -webkit-box;
1708
+ }
1709
+
1710
+ .tsystem--webkit-line-clamp_3 {
1711
+ -webkit-line-clamp: 3;
1712
+ }
1713
+
1714
+ .tsystem--webkit-box-orient_vertical {
1715
+ -webkit-box-orient: vertical;
1716
+ }
1717
+
1574
1718
  .tsystem-c_typography\.base\.weak {
1575
1719
  color: var(--Tight-colors-typography-base-weak);
1576
1720
  }
@@ -1623,10 +1767,6 @@
1623
1767
  font-weight: var(--Tight-fontWeights-heading);
1624
1768
  }
1625
1769
 
1626
- .tsystem-fs_heading {
1627
- font-size: var(--Tight-fontSizes-heading);
1628
- }
1629
-
1630
1770
  .tsystem-ff_heading {
1631
1771
  font-family: var(--Tight-fonts-heading);
1632
1772
  }
@@ -1708,18 +1848,30 @@
1708
1848
  user-select: none;
1709
1849
  }
1710
1850
 
1711
- .tsystem-bd-be-w_var\(--thickness\) {
1712
- border-block-end-width: var(--thickness);
1851
+ .tsystem-c_brand\.danger {
1852
+ color: var(--Tight-colors-brand-danger);
1853
+ }
1854
+
1855
+ .tsystem-c_brand\.primary\.weak {
1856
+ color: var(--Tight-colors-brand-primary-weak);
1713
1857
  }
1714
1858
 
1715
1859
  .tsystem-d_block {
1716
1860
  display: block;
1717
1861
  }
1718
1862
 
1863
+ .tsystem-d_grid {
1864
+ display: grid;
1865
+ }
1866
+
1719
1867
  .tsystem-grid-tc_1fr {
1720
1868
  grid-template-columns: 1fr;
1721
1869
  }
1722
1870
 
1871
+ .tsystem-bd-be-w_var\(--thickness\) {
1872
+ border-block-end-width: var(--thickness);
1873
+ }
1874
+
1723
1875
  .tsystem-grid-tc_300px_auto_175px {
1724
1876
  grid-template-columns: 300px auto 175px;
1725
1877
  }
@@ -1736,6 +1888,10 @@
1736
1888
  transform: rotate(90deg);
1737
1889
  }
1738
1890
 
1891
+ .tsystem-fs_14px {
1892
+ font-size: 14px;
1893
+ }
1894
+
1739
1895
  .tsystem-fs_26px {
1740
1896
  font-size: 26px;
1741
1897
  }
@@ -1761,14 +1917,26 @@
1761
1917
  stroke: var(--Tight-colors-icon-base-weak);
1762
1918
  }
1763
1919
 
1764
- .tsystem-lh_14px {
1765
- line-height: 14px;
1920
+ .tsystem-ai_flexStart {
1921
+ align-items: flexStart;
1766
1922
  }
1767
1923
 
1768
1924
  .tsystem-stk_icon\.base {
1769
1925
  stroke: var(--Tight-colors-icon-base);
1770
1926
  }
1771
1927
 
1928
+ .tsystem-fs_16px {
1929
+ font-size: 16px;
1930
+ }
1931
+
1932
+ .tsystem-ls_0\.96px {
1933
+ letter-spacing: 0.96px;
1934
+ }
1935
+
1936
+ .tsystem-lh_14px {
1937
+ line-height: 14px;
1938
+ }
1939
+
1772
1940
  .tsystem-bg-c_brand\.secondary {
1773
1941
  background-color: var(--Tight-colors-brand-secondary);
1774
1942
  }
@@ -1852,8 +2020,32 @@
1852
2020
  -webkit-appearance: none;
1853
2021
  }
1854
2022
 
1855
- .tsystem-fs_16px {
1856
- font-size: 16px;
2023
+ .tsystem-stk_var\(--Tight-colors-border-layout\) {
2024
+ stroke: var(--Tight-colors-border-layout);
2025
+ }
2026
+
2027
+ .tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
2028
+ fill: var(--Tight-colors-money-negative-weak);
2029
+ }
2030
+
2031
+ .tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
2032
+ fill: var(--Tight-colors-money-positive-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);
1857
2049
  }
1858
2050
 
1859
2051
  .tsystem-bg-c_money\.positive\.weak {
@@ -1872,24 +2064,12 @@
1872
2064
  stroke-dasharray: 0;
1873
2065
  }
1874
2066
 
1875
- .tsystem-stk_var\(--Tight-colors-border-layout\) {
1876
- stroke: var(--Tight-colors-border-layout);
1877
- }
1878
-
1879
- .tsystem-fill_var\(--Tight-colors-money-positive\) {
1880
- fill: var(--Tight-colors-money-positive);
2067
+ .tsystem-fill_var\(--Tight-colors-money-positive-strong\) {
2068
+ fill: var(--Tight-colors-money-positive-strong);
1881
2069
  }
1882
2070
 
1883
- .tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
1884
- fill: var(--Tight-colors-money-positive-weak);
1885
- }
1886
-
1887
- .tsystem-fill_var\(--Tight-colors-money-negative\) {
1888
- fill: var(--Tight-colors-money-negative);
1889
- }
1890
-
1891
- .tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
1892
- fill: var(--Tight-colors-money-negative-weak);
2071
+ .tsystem-fill_var\(--Tight-colors-money-negative-strong\) {
2072
+ fill: var(--Tight-colors-money-negative-strong);
1893
2073
  }
1894
2074
 
1895
2075
  .tsystem-fill_var\(--Tight-colors-border-layout\) {
@@ -1932,14 +2112,30 @@
1932
2112
  white-space: wrap;
1933
2113
  }
1934
2114
 
1935
- .tsystem-bg-c_surface\.intent\.action\.discrete\.active {
1936
- background-color: var(--Tight-colors-surface-intent-action-discrete-active);
2115
+ .tsystem-ff_Duplet_Regular\,_sans-serif {
2116
+ font-family: Duplet Regular, sans-serif;
2117
+ }
2118
+
2119
+ .tsystem-bg-c_surface\.intent\.action\.discrete\.hover {
2120
+ background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
1937
2121
  }
1938
2122
 
1939
2123
  .tsystem-max-w_100\% {
1940
2124
  max-width: 100%;
1941
2125
  }
1942
2126
 
2127
+ .tsystem-w_fit-content {
2128
+ width: fit-content;
2129
+ }
2130
+
2131
+ .tsystem-h_55px {
2132
+ height: 55px;
2133
+ }
2134
+
2135
+ .tsystem-min-h_55px {
2136
+ min-height: 55px;
2137
+ }
2138
+
1943
2139
  .tsystem-w_50px {
1944
2140
  width: 50px;
1945
2141
  }
@@ -1948,24 +2144,20 @@
1948
2144
  height: 50px;
1949
2145
  }
1950
2146
 
1951
- .tsystem-w_100\% {
1952
- width: 100%;
1953
- }
1954
-
1955
- .tsystem-w_sm {
1956
- width: sm;
2147
+ .tsystem-h_44px {
2148
+ height: 44px;
1957
2149
  }
1958
2150
 
1959
- .tsystem-w_202px {
1960
- width: 202px;
2151
+ .tsystem-w_fill-parent {
2152
+ width: fill-parent;
1961
2153
  }
1962
2154
 
1963
- .tsystem-min-w_350px {
1964
- min-width: 350px;
2155
+ .tsystem-w_100\% {
2156
+ width: 100%;
1965
2157
  }
1966
2158
 
1967
- .tsystem-min-w_200px {
1968
- min-width: 200px;
2159
+ .tsystem-w_sm {
2160
+ width: sm;
1969
2161
  }
1970
2162
 
1971
2163
  .tsystem-h_72 {
@@ -1984,6 +2176,34 @@
1984
2176
  height: 20px;
1985
2177
  }
1986
2178
 
2179
+ .tsystem-pl_16px {
2180
+ padding-left: 16px;
2181
+ }
2182
+
2183
+ .tsystem-pr_16px {
2184
+ padding-right: 16px;
2185
+ }
2186
+
2187
+ .tsystem-w_200px {
2188
+ width: 200px;
2189
+ }
2190
+
2191
+ .tsystem-h_48px {
2192
+ height: 48px;
2193
+ }
2194
+
2195
+ .tsystem-bd-l-w_4px {
2196
+ border-left-width: 4px;
2197
+ }
2198
+
2199
+ .tsystem-border-left-style_solid {
2200
+ border-left-style: solid;
2201
+ }
2202
+
2203
+ .tsystem-bd-l-c_brand\.action\.strong {
2204
+ border-left-color: var(--Tight-colors-brand-action-strong);
2205
+ }
2206
+
1987
2207
  .tsystem-h_32px {
1988
2208
  height: 32px;
1989
2209
  }
@@ -2080,6 +2300,34 @@
2080
2300
  height: xl;
2081
2301
  }
2082
2302
 
2303
+ .tsystem-bd-b-c_border\.layout\.weak {
2304
+ border-bottom-color: var(--Tight-colors-border-layout-weak);
2305
+ }
2306
+
2307
+ .tsystem-pt_16px {
2308
+ padding-top: 16px;
2309
+ }
2310
+
2311
+ .tsystem-pb_16px {
2312
+ padding-bottom: 16px;
2313
+ }
2314
+
2315
+ .tsystem-max-h_8 {
2316
+ max-height: 8px;
2317
+ }
2318
+
2319
+ .tsystem-min-h_8 {
2320
+ min-height: 8px;
2321
+ }
2322
+
2323
+ .tsystem-max-w_8 {
2324
+ max-width: 8px;
2325
+ }
2326
+
2327
+ .tsystem-min-w_8 {
2328
+ min-width: 8px;
2329
+ }
2330
+
2083
2331
  .tsystem-pl_16 {
2084
2332
  padding-left: 16px;
2085
2333
  }
@@ -2204,10 +2452,6 @@
2204
2452
  height: 24px;
2205
2453
  }
2206
2454
 
2207
- .tsystem-w_fit-content {
2208
- width: fit-content;
2209
- }
2210
-
2211
2455
  .tsystem-w_15px {
2212
2456
  width: 15px;
2213
2457
  }
@@ -2216,6 +2460,10 @@
2216
2460
  height: 15px;
2217
2461
  }
2218
2462
 
2463
+ .tsystem-h_37px {
2464
+ height: 37px;
2465
+ }
2466
+
2219
2467
  .tsystem-w_\{borderWidths\.md\} {
2220
2468
  width: var(--Tight-borderWidths-md);
2221
2469
  }
@@ -2280,6 +2528,10 @@
2280
2528
  width: max-content;
2281
2529
  }
2282
2530
 
2531
+ .tsystem-w_44px {
2532
+ width: 44px;
2533
+ }
2534
+
2283
2535
  .tsystem-min-w_fit-content {
2284
2536
  min-width: fit-content;
2285
2537
  }
@@ -2292,8 +2544,8 @@
2292
2544
  height: 60px;
2293
2545
  }
2294
2546
 
2295
- .tsystem-mt_10px {
2296
- margin-top: 10px;
2547
+ .tsystem-mt_16px {
2548
+ margin-top: 16px;
2297
2549
  }
2298
2550
 
2299
2551
  .tsystem-max-w_1440px {
@@ -2348,10 +2600,6 @@
2348
2600
  width: calc(100% - 2);
2349
2601
  }
2350
2602
 
2351
- .tsystem-h_44px {
2352
- height: 44px;
2353
- }
2354
-
2355
2603
  .tsystem-w_40\% {
2356
2604
  width: 40%;
2357
2605
  }
@@ -2368,20 +2616,8 @@
2368
2616
  padding-bottom: 20px;
2369
2617
  }
2370
2618
 
2371
- .tsystem-pt_20px {
2372
- padding-top: 20px;
2373
- }
2374
-
2375
- .tsystem-pb_14px {
2376
- padding-bottom: 14px;
2377
- }
2378
-
2379
- .tsystem-pl_15px {
2380
- padding-left: 15px;
2381
- }
2382
-
2383
- .tsystem-pr_15px {
2384
- padding-right: 15px;
2619
+ .tsystem-mb_8px {
2620
+ margin-bottom: 8px;
2385
2621
  }
2386
2622
 
2387
2623
  .tsystem-pt_10px {
@@ -2404,10 +2640,6 @@
2404
2640
  margin-bottom: 15px;
2405
2641
  }
2406
2642
 
2407
- .tsystem-w_fill-parent {
2408
- width: fill-parent;
2409
- }
2410
-
2411
2643
  .tsystem-pr_10px {
2412
2644
  padding-right: 10px;
2413
2645
  }
@@ -2424,6 +2656,10 @@
2424
2656
  margin-bottom: 5px;
2425
2657
  }
2426
2658
 
2659
+ .tsystem-bd-t-c_transparent {
2660
+ border-top-color: var(--Tight-colors-transparent);
2661
+ }
2662
+
2427
2663
  .tsystem-h_45px {
2428
2664
  height: 45px;
2429
2665
  }
@@ -2440,12 +2676,16 @@
2440
2676
  height: 16px;
2441
2677
  }
2442
2678
 
2443
- .tsystem-mb_8px {
2444
- margin-bottom: 8px;
2679
+ .tsystem-pb_8px {
2680
+ padding-bottom: 8px;
2445
2681
  }
2446
2682
 
2447
- .tsystem-mb_20px {
2448
- margin-bottom: 20px;
2683
+ .tsystem-pl_8px {
2684
+ padding-left: 8px;
2685
+ }
2686
+
2687
+ .tsystem-pl_4px {
2688
+ padding-left: 4px;
2449
2689
  }
2450
2690
 
2451
2691
  .tsystem-bottom_-25px {
@@ -2464,16 +2704,32 @@
2464
2704
  width: 26px;
2465
2705
  }
2466
2706
 
2467
- .tsystem-mt_0px {
2468
- margin-top: 0px;
2707
+ .tsystem-max-w_1150px {
2708
+ max-width: 1150px;
2709
+ }
2710
+
2711
+ .tsystem-mb_42px {
2712
+ margin-bottom: 42px;
2469
2713
  }
2470
2714
 
2471
2715
  .tsystem-max-w_1440 {
2472
2716
  max-width: 1440px;
2473
2717
  }
2474
2718
 
2475
- .tsystem-h_80 {
2476
- height: 80px;
2719
+ .tsystem-pt_8px {
2720
+ padding-top: 8px;
2721
+ }
2722
+
2723
+ .tsystem-h_35px {
2724
+ height: 35px;
2725
+ }
2726
+
2727
+ .tsystem-pl_15px {
2728
+ padding-left: 15px;
2729
+ }
2730
+
2731
+ .tsystem-pr_15px {
2732
+ padding-right: 15px;
2477
2733
  }
2478
2734
 
2479
2735
  .tsystem-pl_20px {
@@ -2484,20 +2740,20 @@
2484
2740
  padding-right: 5px;
2485
2741
  }
2486
2742
 
2487
- .tsystem-h_35px {
2488
- height: 35px;
2743
+ .tsystem-w_20 {
2744
+ width: 20px;
2489
2745
  }
2490
2746
 
2491
- .tsystem-w_14px {
2492
- width: 14px;
2747
+ .tsystem-min-w_20 {
2748
+ min-width: 20px;
2493
2749
  }
2494
2750
 
2495
- .tsystem-h_14px {
2496
- height: 14px;
2751
+ .tsystem-h_20 {
2752
+ height: 20px;
2497
2753
  }
2498
2754
 
2499
- .tsystem-max-w_200px {
2500
- max-width: 200px;
2755
+ .tsystem-min-h_20 {
2756
+ min-height: 20px;
2501
2757
  }
2502
2758
 
2503
2759
  .tsystem-pl_5px {
@@ -2508,6 +2764,22 @@
2508
2764
  margin-right: 15px;
2509
2765
  }
2510
2766
 
2767
+ .tsystem-w_25 {
2768
+ width: 25px;
2769
+ }
2770
+
2771
+ .tsystem-w_14px {
2772
+ width: 14px;
2773
+ }
2774
+
2775
+ .tsystem-h_14px {
2776
+ height: 14px;
2777
+ }
2778
+
2779
+ .tsystem-max-w_200px {
2780
+ max-width: 200px;
2781
+ }
2782
+
2511
2783
  .tsystem-h_17px {
2512
2784
  height: 17px;
2513
2785
  }
@@ -2516,10 +2788,6 @@
2516
2788
  margin-bottom: 10px;
2517
2789
  }
2518
2790
 
2519
- .tsystem-w_200px {
2520
- width: 200px;
2521
- }
2522
-
2523
2791
  .tsystem-h_52px {
2524
2792
  height: 52px;
2525
2793
  }
@@ -2540,14 +2808,6 @@
2540
2808
  width: 75px;
2541
2809
  }
2542
2810
 
2543
- .tsystem-h_55px {
2544
- height: 55px;
2545
- }
2546
-
2547
- .tsystem-min-h_55px {
2548
- min-height: 55px;
2549
- }
2550
-
2551
2811
  .tsystem-max-w_1 {
2552
2812
  max-width: 1px;
2553
2813
  }
@@ -2568,6 +2828,10 @@
2568
2828
  margin-top: 35px;
2569
2829
  }
2570
2830
 
2831
+ .tsystem-mb_20px {
2832
+ margin-bottom: 20px;
2833
+ }
2834
+
2571
2835
  .tsystem-w_full {
2572
2836
  width: full;
2573
2837
  }
@@ -2624,6 +2888,18 @@
2624
2888
  padding-left: 25px;
2625
2889
  }
2626
2890
 
2891
+ .tsystem-w_300px {
2892
+ width: 300px;
2893
+ }
2894
+
2895
+ .tsystem-min-h_100\% {
2896
+ min-height: 100%;
2897
+ }
2898
+
2899
+ .tsystem-top_20 {
2900
+ top: 20px;
2901
+ }
2902
+
2627
2903
  .tsystem-right_20 {
2628
2904
  right: 20px;
2629
2905
  }
@@ -2632,6 +2908,18 @@
2632
2908
  left: 20px;
2633
2909
  }
2634
2910
 
2911
+ .tsystem-bottom_5 {
2912
+ bottom: 5px;
2913
+ }
2914
+
2915
+ .tsystem-min-w_180px {
2916
+ min-width: 180px;
2917
+ }
2918
+
2919
+ .tsystem-h_1px {
2920
+ height: 1px;
2921
+ }
2922
+
2635
2923
  .tsystem-max-h_247px {
2636
2924
  max-height: 247px;
2637
2925
  }
@@ -2696,18 +2984,42 @@
2696
2984
  padding-top: 50px;
2697
2985
  }
2698
2986
 
2699
- .tsystem-pb_8px {
2700
- padding-bottom: 8px;
2701
- }
2702
-
2703
2987
  .tsystem-max-w_fit-content {
2704
2988
  max-width: fit-content;
2705
2989
  }
2706
2990
 
2991
+ .tsystem-pl_0 {
2992
+ padding-left: 0;
2993
+ }
2994
+
2707
2995
  .tsystem-pl_19px {
2708
2996
  padding-left: 19px;
2709
2997
  }
2710
2998
 
2999
+ .tsystem-pl_33px {
3000
+ padding-left: 33px;
3001
+ }
3002
+
3003
+ .tsystem-pr_0 {
3004
+ padding-right: 0;
3005
+ }
3006
+
3007
+ .tsystem-pr_19px {
3008
+ padding-right: 19px;
3009
+ }
3010
+
3011
+ .tsystem-pr_33px {
3012
+ padding-right: 33px;
3013
+ }
3014
+
3015
+ .tsystem-min-w_24 {
3016
+ min-width: 24px;
3017
+ }
3018
+
3019
+ .tsystem-min-h_24 {
3020
+ min-height: 24px;
3021
+ }
3022
+
2711
3023
  .tsystem-max-w_120px {
2712
3024
  max-width: 120px;
2713
3025
  }
@@ -2716,20 +3028,16 @@
2716
3028
  width: 1px;
2717
3029
  }
2718
3030
 
2719
- .tsystem-h_1px {
2720
- height: 1px;
2721
- }
2722
-
2723
3031
  .tsystem-ml_auto {
2724
3032
  margin-left: auto;
2725
3033
  }
2726
3034
 
2727
- .tsystem-w_150 {
2728
- width: 150px;
3035
+ .tsystem-min-w_175px {
3036
+ min-width: 175px;
2729
3037
  }
2730
3038
 
2731
- .tsystem-min-w_150 {
2732
- min-width: 150px;
3039
+ .tsystem-max-w_175px {
3040
+ max-width: 175px;
2733
3041
  }
2734
3042
 
2735
3043
  .\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-haserror='true'] {
@@ -2790,78 +3098,78 @@
2790
3098
  border-color: var(--Tight-colors-border-intent-action-active);
2791
3099
  }
2792
3100
 
2793
- .\[\&\:disabled\]\:tsystem-cursor_not-allowed:disabled {
2794
- cursor: not-allowed;
2795
- }
2796
-
2797
- .\[\&\:disabled\]\:tsystem-op_0\.6:disabled {
2798
- opacity: 0.6;
2799
- }
2800
-
2801
- .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
2802
- color: var(--Tight-colors-typography-intent-secondary);
2803
- }
2804
-
2805
- .\[\&\:disabled\]\:tsystem-cursor_default:disabled {
2806
- cursor: default;
2807
- }
2808
-
2809
- .\[\&_path\]\:tsystem-stk_icon\.base path {
2810
- stroke: var(--Tight-colors-icon-base);
2811
- }
2812
-
2813
- .\[\&_path\]\:tsystem-stk_icon\.accent\.danger path {
2814
- stroke: var(--Tight-colors-icon-accent-danger);
2815
- }
2816
-
2817
3101
  .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.base .Tight-sub-label {
2818
3102
  color: var(--Tight-colors-typography-base);
2819
3103
  }
2820
3104
 
2821
- .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.base .Tight-medium-icon > path {
3105
+ .\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.base .Tight-icon > path {
2822
3106
  stroke: var(--Tight-colors-icon-base);
2823
3107
  }
2824
3108
 
2825
- .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary .Tight-sub-label {
3109
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary .Tight-sub-label,.\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.secondary .Tight-label {
2826
3110
  color: var(--Tight-colors-typography-intent-secondary);
2827
3111
  }
2828
3112
 
2829
- .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary .Tight-medium-icon > path {
3113
+ .\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary .Tight-icon > path {
2830
3114
  stroke: var(--Tight-colors-icon-intent-secondary);
2831
3115
  }
2832
3116
 
2833
- .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action .Tight-sub-label {
3117
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action .Tight-sub-label,.\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.action .Tight-label {
2834
3118
  color: var(--Tight-colors-typography-intent-action);
2835
3119
  }
2836
3120
 
2837
- .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.action .Tight-medium-icon > path {
3121
+ .\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.action .Tight-icon > path {
2838
3122
  stroke: var(--Tight-colors-icon-intent-action);
2839
3123
  }
2840
3124
 
2841
- .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success .Tight-sub-label {
3125
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success .Tight-sub-label,.\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.success .Tight-label {
2842
3126
  color: var(--Tight-colors-typography-intent-success);
2843
3127
  }
2844
3128
 
2845
- .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.success .Tight-medium-icon > path {
3129
+ .\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.success .Tight-icon > path {
2846
3130
  stroke: var(--Tight-colors-icon-intent-success);
2847
3131
  }
2848
3132
 
2849
- .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning .Tight-sub-label {
3133
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning .Tight-sub-label,.\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.warning .Tight-label {
2850
3134
  color: var(--Tight-colors-typography-intent-warning);
2851
3135
  }
2852
3136
 
2853
- .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning .Tight-medium-icon > path {
3137
+ .\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning .Tight-icon > path {
2854
3138
  stroke: var(--Tight-colors-icon-intent-warning);
2855
3139
  }
2856
3140
 
2857
- .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.danger .Tight-sub-label {
3141
+ .\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.danger .Tight-sub-label,.\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.danger .Tight-label {
2858
3142
  color: var(--Tight-colors-typography-intent-danger);
2859
3143
  }
2860
3144
 
2861
- .\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger .Tight-medium-icon > path {
3145
+ .\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger .Tight-icon > path {
2862
3146
  stroke: var(--Tight-colors-icon-intent-danger);
2863
3147
  }
2864
3148
 
3149
+ .\[\&\:disabled\]\:tsystem-cursor_not-allowed:disabled {
3150
+ cursor: not-allowed;
3151
+ }
3152
+
3153
+ .\[\&\:disabled\]\:tsystem-op_0\.6:disabled {
3154
+ opacity: 0.6;
3155
+ }
3156
+
3157
+ .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
3158
+ color: var(--Tight-colors-typography-intent-secondary);
3159
+ }
3160
+
3161
+ .\[\&\:disabled\]\:tsystem-cursor_default:disabled {
3162
+ cursor: default;
3163
+ }
3164
+
3165
+ .\[\&_path\]\:tsystem-stk_icon\.base path {
3166
+ stroke: var(--Tight-colors-icon-base);
3167
+ }
3168
+
3169
+ .\[\&_path\]\:tsystem-stk_icon\.accent\.danger path {
3170
+ stroke: var(--Tight-colors-icon-accent-danger);
3171
+ }
3172
+
2865
3173
  .\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
2866
3174
  color: var(--Tight-colors-typography-intent-action);
2867
3175
  }
@@ -2934,6 +3242,10 @@
2934
3242
  pointer-events: none;
2935
3243
  }
2936
3244
 
3245
+ .placeholder\:tsystem-c_typography\.base\.weak::placeholder,.placeholder\:tsystem-c_typography\.base\.weak[data-placeholder] {
3246
+ color: var(--Tight-colors-typography-base-weak);
3247
+ }
3248
+
2937
3249
  .disabled\:tsystem-cursor_default:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
2938
3250
  cursor: default;
2939
3251
  }
@@ -3042,6 +3354,26 @@
3042
3354
  bottom: -10px;
3043
3355
  }
3044
3356
 
3357
+ .first\:tsystem-bdr-tl_sm:first-child {
3358
+ border-top-left-radius: var(--Tight-radii-sm);
3359
+ }
3360
+
3361
+ .first\:tsystem-bdr-bl_sm:first-child {
3362
+ border-bottom-left-radius: var(--Tight-radii-sm);
3363
+ }
3364
+
3365
+ .last\:tsystem-bdr-tr_sm:last-child {
3366
+ border-top-right-radius: var(--Tight-radii-sm);
3367
+ }
3368
+
3369
+ .last\:tsystem-bdr-br_sm:last-child {
3370
+ border-bottom-right-radius: var(--Tight-radii-sm);
3371
+ }
3372
+
3373
+ .\[\&_\>_\*_\+_\*\]\:tsystem-ml_-1px > * + * {
3374
+ margin-left: -1px;
3375
+ }
3376
+
3045
3377
  .\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-bottom_3px[data-today='true']::after {
3046
3378
  bottom: 3px;
3047
3379
  }
@@ -3123,19 +3455,6 @@
3123
3455
  background: var(--Tight-colors-surface-intent-danger-hover);
3124
3456
  }
3125
3457
 
3126
- .\[\&\:focus-visible\]\:tsystem-ring_4px_solid:focus-visible {
3127
- outline: 4px solid;
3128
- }
3129
-
3130
- .focusVisible\:tsystem-ring_4px_solid:is(:focus-visible, [data-focus-visible]) {
3131
- outline: 4px solid;
3132
- }
3133
-
3134
- .focus\:tsystem-ring_none:is(:focus, [data-focus]) {
3135
- outline: 2px solid transparent;
3136
- outline-offset: 2px;
3137
- }
3138
-
3139
3458
  .\[\&\:focus\]\:tsystem-ring_none:focus {
3140
3459
  outline: 2px solid transparent;
3141
3460
  outline-offset: 2px;
@@ -3161,6 +3480,19 @@
3161
3480
  border-color: var(--Tight-colors-border-intent-danger-hover);
3162
3481
  }
3163
3482
 
3483
+ .\[\&\:focus-visible\]\:tsystem-ring_4px_solid:focus-visible {
3484
+ outline: 4px solid;
3485
+ }
3486
+
3487
+ .focusVisible\:tsystem-ring_4px_solid:is(:focus-visible, [data-focus-visible]) {
3488
+ outline: 4px solid;
3489
+ }
3490
+
3491
+ .focus\:tsystem-ring_none:is(:focus, [data-focus]) {
3492
+ outline: 2px solid transparent;
3493
+ outline-offset: 2px;
3494
+ }
3495
+
3164
3496
  .\[\&\:focus-visible\]\:tsystem-trs_none:focus-visible {
3165
3497
  transition: none;
3166
3498
  }
@@ -3177,6 +3509,10 @@
3177
3509
  outline: 4px solid;
3178
3510
  }
3179
3511
 
3512
+ .\[\&\:focus-visible\]\:tsystem-ring_2px_solid:focus-visible {
3513
+ outline: 2px solid;
3514
+ }
3515
+
3180
3516
  .\[\&\:has\(button\:focus-visible\)\]\:tsystem-ring_4px_solid:has(button:focus-visible) {
3181
3517
  outline: 4px solid;
3182
3518
  }
@@ -3225,8 +3561,12 @@
3225
3561
  outline-color: var(--Tight-colors-border-layout);
3226
3562
  }
3227
3563
 
3228
- .focus\:tsystem-z_1:is(:focus, [data-focus]) {
3229
- z-index: 1;
3564
+ .\[\&\:focus-visible\]\:tsystem-ring-o_2px:focus-visible {
3565
+ outline-offset: 2px;
3566
+ }
3567
+
3568
+ .focus\:tsystem-z_2:is(:focus, [data-focus]) {
3569
+ z-index: 2;
3230
3570
  }
3231
3571
 
3232
3572
  .\[\&\:focus\]\:tsystem-cursor_text:focus {
@@ -3245,10 +3585,6 @@
3245
3585
  outline-offset: 2px;
3246
3586
  }
3247
3587
 
3248
- .\[\&\:focus-visible\]\:tsystem-ring-o_2px:focus-visible {
3249
- outline-offset: 2px;
3250
- }
3251
-
3252
3588
  .\[\&\:focus-visible\:\:before\]\:tsystem-top_0:focus-visible::before {
3253
3589
  top: 0;
3254
3590
  }
@@ -3269,6 +3605,14 @@
3269
3605
  background-color: var(--Tight-colors-surface-intent-action-hover);
3270
3606
  }
3271
3607
 
3608
+ .hover\:tsystem-bg-c_brand\.action\.opaque:is(:hover, [data-hover]) {
3609
+ background-color: var(--Tight-colors-brand-action-opaque);
3610
+ }
3611
+
3612
+ .hover\:tsystem-z_1:is(:hover, [data-hover]) {
3613
+ z-index: 1;
3614
+ }
3615
+
3272
3616
  .hover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:is(:hover, [data-hover]) {
3273
3617
  background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
3274
3618
  }
@@ -3337,7 +3681,11 @@
3337
3681
  color: var(--Tight-colors-typography-intent-secondary-hover);
3338
3682
  }
3339
3683
 
3340
- .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover:focus-visible .Tight-medium-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover[data-state='open'] .Tight-medium-icon > path {
3684
+ .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.secondary\.hover:focus-visible .Tight-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.secondary\.hover[data-state='open'] .Tight-label {
3685
+ color: var(--Tight-colors-typography-intent-secondary-hover);
3686
+ }
3687
+
3688
+ .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover:focus-visible .Tight-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover[data-state='open'] .Tight-icon > path {
3341
3689
  stroke: var(--Tight-colors-icon-intent-secondary-hover);
3342
3690
  }
3343
3691
 
@@ -3345,7 +3693,11 @@
3345
3693
  color: var(--Tight-colors-typography-intent-action-hover);
3346
3694
  }
3347
3695
 
3348
- .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover:focus-visible .Tight-medium-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover[data-state='open'] .Tight-medium-icon > path {
3696
+ .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.action\.hover:focus-visible .Tight-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.action\.hover[data-state='open'] .Tight-label {
3697
+ color: var(--Tight-colors-typography-intent-action-hover);
3698
+ }
3699
+
3700
+ .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover:focus-visible .Tight-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover[data-state='open'] .Tight-icon > path {
3349
3701
  stroke: var(--Tight-colors-icon-intent-action-hover);
3350
3702
  }
3351
3703
 
@@ -3353,7 +3705,11 @@
3353
3705
  color: var(--Tight-colors-typography-intent-success-hover);
3354
3706
  }
3355
3707
 
3356
- .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover:focus-visible .Tight-medium-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover[data-state='open'] .Tight-medium-icon > path {
3708
+ .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.success\.hover:focus-visible .Tight-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.success\.hover[data-state='open'] .Tight-label {
3709
+ color: var(--Tight-colors-typography-intent-success-hover);
3710
+ }
3711
+
3712
+ .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover:focus-visible .Tight-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover[data-state='open'] .Tight-icon > path {
3357
3713
  stroke: var(--Tight-colors-icon-intent-success-hover);
3358
3714
  }
3359
3715
 
@@ -3361,7 +3717,11 @@
3361
3717
  color: var(--Tight-colors-typography-intent-warning-hover);
3362
3718
  }
3363
3719
 
3364
- .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover:focus-visible .Tight-medium-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover[data-state='open'] .Tight-medium-icon > path {
3720
+ .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.warning\.hover:focus-visible .Tight-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.warning\.hover[data-state='open'] .Tight-label {
3721
+ color: var(--Tight-colors-typography-intent-warning-hover);
3722
+ }
3723
+
3724
+ .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover:focus-visible .Tight-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover[data-state='open'] .Tight-icon > path {
3365
3725
  stroke: var(--Tight-colors-icon-intent-warning-hover);
3366
3726
  }
3367
3727
 
@@ -3369,7 +3729,11 @@
3369
3729
  color: var(--Tight-colors-typography-intent-danger-hover);
3370
3730
  }
3371
3731
 
3372
- .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover:focus-visible .Tight-medium-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover[data-state='open'] .Tight-medium-icon > path {
3732
+ .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.danger\.hover:focus-visible .Tight-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.danger\.hover[data-state='open'] .Tight-label {
3733
+ color: var(--Tight-colors-typography-intent-danger-hover);
3734
+ }
3735
+
3736
+ .\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover:focus-visible .Tight-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover[data-state='open'] .Tight-icon > path {
3373
3737
  stroke: var(--Tight-colors-icon-intent-danger-hover);
3374
3738
  }
3375
3739
 
@@ -3414,18 +3778,10 @@
3414
3778
  margin: 32px;
3415
3779
  }
3416
3780
 
3417
- .sm\:tsystem-p_4px {
3418
- padding: 4px;
3419
- }
3420
-
3421
3781
  .sm\:tsystem-p_10px {
3422
3782
  padding: 10px;
3423
3783
  }
3424
3784
 
3425
- .sm\:tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
3426
- border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
3427
- }
3428
-
3429
3785
  .sm\:tsystem-bd-c_transparent {
3430
3786
  border-color: var(--Tight-colors-transparent);
3431
3787
  }
@@ -3454,34 +3810,6 @@
3454
3810
  line-height: 16px;
3455
3811
  }
3456
3812
 
3457
- .sm\:tsystem-fs_label {
3458
- font-size: var(--Tight-fontSizes-label);
3459
- }
3460
-
3461
- .sm\:tsystem-fs_label\.sub {
3462
- font-size: var(--Tight-fontSizes-label-sub);
3463
- }
3464
-
3465
- .sm\:tsystem-lh_14px {
3466
- line-height: 14px;
3467
- }
3468
-
3469
- .sm\:tsystem-fs_sm {
3470
- font-size: var(--Tight-fontSizes-sm);
3471
- }
3472
-
3473
- .sm\:tsystem-fs_md {
3474
- font-size: var(--Tight-fontSizes-md);
3475
- }
3476
-
3477
- .sm\:tsystem-fs_body {
3478
- font-size: var(--Tight-fontSizes-body);
3479
- }
3480
-
3481
- .sm\:tsystem-fs_label\.strongSub {
3482
- font-size: var(--Tight-fontSizes-label-strongSub);
3483
- }
3484
-
3485
3813
  .sm\:tsystem-d_none {
3486
3814
  display: none;
3487
3815
  }
@@ -3494,6 +3822,14 @@
3494
3822
  display: block;
3495
3823
  }
3496
3824
 
3825
+ .sm\:tsystem-flex-d_column {
3826
+ flex-direction: column;
3827
+ }
3828
+
3829
+ .sm\:tsystem-ai_start {
3830
+ align-items: start;
3831
+ }
3832
+
3497
3833
  .sm\:tsystem-grid-tc_300px_auto_300px {
3498
3834
  grid-template-columns: 300px auto 300px;
3499
3835
  }
@@ -3530,6 +3866,10 @@
3530
3866
  text-align: start;
3531
3867
  }
3532
3868
 
3869
+ .sm\:tsystem-flex-d_row {
3870
+ flex-direction: row;
3871
+ }
3872
+
3533
3873
  .sm\:tsystem-min-w_600px {
3534
3874
  min-width: 600px;
3535
3875
  }
@@ -3590,36 +3930,24 @@
3590
3930
  max-width: 100dvw;
3591
3931
  }
3592
3932
 
3593
- .sm\:tsystem-h_35px {
3594
- height: 35px;
3595
- }
3596
-
3597
- .sm\:tsystem-h_12px {
3598
- height: 12px;
3599
- }
3600
-
3601
- .sm\:tsystem-w_12px {
3602
- width: 12px;
3603
- }
3604
-
3605
- .sm\:tsystem-h_60px {
3606
- height: 60px;
3607
- }
3608
-
3609
3933
  .sm\:tsystem-max-w_300 {
3610
3934
  max-width: 300px;
3611
3935
  }
3612
3936
 
3937
+ .sm\:tsystem-h_fit-content {
3938
+ height: fit-content;
3939
+ }
3940
+
3613
3941
  .sm\:tsystem-h_39px {
3614
3942
  height: 39px;
3615
3943
  }
3616
3944
 
3617
- .sm\:tsystem-min-h_35px {
3618
- min-height: 35px;
3945
+ .sm\:tsystem-w_562px {
3946
+ width: 562px;
3619
3947
  }
3620
3948
 
3621
- .sm\:tsystem-h_fit-content {
3622
- height: fit-content;
3949
+ .sm\:tsystem-min-h_35px {
3950
+ min-height: 35px;
3623
3951
  }
3624
3952
 
3625
3953
  .sm\:tsystem-min-w_360px {
@@ -3629,6 +3957,16 @@
3629
3957
  .sm\:tsystem-max-w_392px {
3630
3958
  max-width: 392px;
3631
3959
  }
3960
+
3961
+ .sm\:tsystem-max-w_fit-content {
3962
+ max-width: fit-content;
3963
+ }
3964
+ }
3965
+
3966
+ @media screen and (min-width: 40rem) {
3967
+ .\[\&\:\:before\]\:sm\:tsystem-content_none::before {
3968
+ content: none;
3969
+ }
3632
3970
  }
3633
3971
 
3634
3972
  @media screen and (min-width: 40rem) {
@@ -3660,16 +3998,226 @@
3660
3998
  justify-content: flex-end;
3661
3999
  }
3662
4000
 
3663
- .md\:tsystem-flex-d_column {
4001
+ .md\:tsystem-min-w_800px {
4002
+ min-width: 800px;
4003
+ }
4004
+ }
4005
+
4006
+ @media screen and (min-width: 80rem) {
4007
+ .xl\:tsystem-p_15px {
4008
+ padding: 15px;
4009
+ }
4010
+
4011
+ .xl\:tsystem-p_4px {
4012
+ padding: 4px;
4013
+ }
4014
+
4015
+ .xl\:tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
4016
+ border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
4017
+ }
4018
+
4019
+ .xl\:tsystem-p_18px {
4020
+ padding: 18px;
4021
+ }
4022
+
4023
+ .xl\:tsystem-p_0_10px {
4024
+ padding: 0 10px;
4025
+ }
4026
+
4027
+ .xl\:tsystem-bg_surface\.background {
4028
+ background: var(--Tight-colors-surface-background);
4029
+ }
4030
+
4031
+ .xl\:tsystem-gap_15px {
4032
+ gap: 15px;
4033
+ }
4034
+
4035
+ .xl\:tsystem-gap_0 {
4036
+ gap: 0;
4037
+ }
4038
+
4039
+ .xl\:tsystem-bdr_lg {
4040
+ border-radius: var(--Tight-radii-lg);
4041
+ }
4042
+
4043
+ .xl\:tsystem-gap_5px {
4044
+ gap: 5px;
4045
+ }
4046
+
4047
+ .xl\:tsystem-flex_1_1_0 {
4048
+ flex: 1 1 0;
4049
+ }
4050
+
4051
+ .xl\:tsystem-gap_16px {
4052
+ gap: 16px;
4053
+ }
4054
+
4055
+ .xl\:tsystem-bdr_borderWidths\.sm {
4056
+ border-radius: borderWidths.sm;
4057
+ }
4058
+
4059
+ .xl\:tsystem-gap_12px {
4060
+ gap: 12px;
4061
+ }
4062
+
4063
+ .xl\:tsystem-flex_1_0_0 {
4064
+ flex: 1 0 0;
4065
+ }
4066
+
4067
+ .xl\:tsystem-gap_10px {
4068
+ gap: 10px;
4069
+ }
4070
+
4071
+ .xl\:tsystem-bdr_sm {
4072
+ border-radius: var(--Tight-radii-sm);
4073
+ }
4074
+
4075
+ .xl\:tsystem-flex-sh_0 {
4076
+ flex-shrink: 0;
4077
+ }
4078
+
4079
+ .xl\:tsystem-flex-d_row {
4080
+ flex-direction: row;
4081
+ }
4082
+
4083
+ .xl\:tsystem-jc_space-between {
4084
+ justify-content: space-between;
4085
+ }
4086
+
4087
+ .xl\:tsystem-ai_center {
4088
+ align-items: center;
4089
+ }
4090
+
4091
+ .xl\:tsystem-d_flex {
4092
+ display: flex;
4093
+ }
4094
+
4095
+ .xl\:tsystem-ai_flex-start {
4096
+ align-items: flex-start;
4097
+ }
4098
+
4099
+ .xl\:tsystem-as_stretch {
4100
+ align-self: stretch;
4101
+ }
4102
+
4103
+ .xl\:tsystem-lh_16px {
4104
+ line-height: 16px;
4105
+ }
4106
+
4107
+ .xl\:tsystem-fs_label {
4108
+ font-size: var(--Tight-fontSizes-label);
4109
+ }
4110
+
4111
+ .xl\:tsystem-lh_14px {
4112
+ line-height: 14px;
4113
+ }
4114
+
4115
+ .xl\:tsystem-fs_label\.sub {
4116
+ font-size: var(--Tight-fontSizes-label-sub);
4117
+ }
4118
+
4119
+ .xl\:tsystem-fs_sm {
4120
+ font-size: var(--Tight-fontSizes-sm);
4121
+ }
4122
+
4123
+ .xl\:tsystem-fs_md {
4124
+ font-size: var(--Tight-fontSizes-md);
4125
+ }
4126
+
4127
+ .xl\:tsystem-fw_lg {
4128
+ font-weight: var(--Tight-fontWeights-lg);
4129
+ }
4130
+
4131
+ .xl\:tsystem-fs_body {
4132
+ font-size: var(--Tight-fontSizes-body);
4133
+ }
4134
+
4135
+ .xl\:tsystem-fw_label\.strong {
4136
+ font-weight: var(--Tight-fontWeights-label-strong);
4137
+ }
4138
+
4139
+ .xl\:tsystem-fs_label\.strong {
4140
+ font-size: var(--Tight-fontSizes-label-strong);
4141
+ }
4142
+
4143
+ .xl\:tsystem-fs_label\.strongSub {
4144
+ font-size: var(--Tight-fontSizes-label-strongSub);
4145
+ }
4146
+
4147
+ .xl\:tsystem-fs_heading {
4148
+ font-size: var(--Tight-fontSizes-heading);
4149
+ }
4150
+
4151
+ .xl\:tsystem-flex-d_column {
3664
4152
  flex-direction: column;
3665
4153
  }
3666
4154
 
3667
- .md\:tsystem-ai_start {
3668
- align-items: start;
4155
+ .xl\:tsystem-jc_center {
4156
+ justify-content: center;
3669
4157
  }
3670
4158
 
3671
- .md\:tsystem-min-w_800px {
3672
- min-width: 800px;
4159
+ .xl\:tsystem-fs_14px {
4160
+ font-size: 14px;
4161
+ }
4162
+
4163
+ .xl\:tsystem-h_auto {
4164
+ height: auto;
4165
+ }
4166
+
4167
+ .xl\:tsystem-w_128px {
4168
+ width: 128px;
4169
+ }
4170
+
4171
+ .xl\:tsystem-w_auto {
4172
+ width: auto;
4173
+ }
4174
+
4175
+ .xl\:tsystem-min-w_350px {
4176
+ min-width: 350px;
4177
+ }
4178
+
4179
+ .xl\:tsystem-min-w_200px {
4180
+ min-width: 200px;
4181
+ }
4182
+
4183
+ .xl\:tsystem-pl_0 {
4184
+ padding-left: 0;
4185
+ }
4186
+
4187
+ .xl\:tsystem-pr_0 {
4188
+ padding-right: 0;
4189
+ }
4190
+
4191
+ .xl\:tsystem-h_318px {
4192
+ height: 318px;
4193
+ }
4194
+
4195
+ .xl\:tsystem-max-h_318px {
4196
+ max-height: 318px;
4197
+ }
4198
+
4199
+ .xl\:tsystem-h_35px {
4200
+ height: 35px;
4201
+ }
4202
+
4203
+ .xl\:tsystem-w_100\% {
4204
+ width: 100%;
4205
+ }
4206
+
4207
+ .xl\:tsystem-h_12px {
4208
+ height: 12px;
4209
+ }
4210
+
4211
+ .xl\:tsystem-w_12px {
4212
+ width: 12px;
4213
+ }
4214
+
4215
+ .xl\:tsystem-h_60px {
4216
+ height: 60px;
4217
+ }
4218
+
4219
+ .xl\:tsystem-min-w_900px {
4220
+ min-width: 900px;
3673
4221
  }
3674
4222
  }
3675
4223
 
@@ -3788,73 +4336,73 @@
3788
4336
  }
3789
4337
 
3790
4338
  @media (hover: hover) and (pointer: fine) {
3791
- .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:not(:disabled, [disabled], [data-disabled]):hover {
3792
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
4339
+ .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover .Tight-sub-label:hover {
4340
+ color: var(--Tight-colors-typography-intent-secondary-hover);
3793
4341
  }
3794
4342
  }
3795
4343
 
3796
4344
  @media (hover: hover) and (pointer: fine) {
3797
- .supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:enabled:hover {
3798
- background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
4345
+ .supportHover\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.secondary\.hover .Tight-label:hover {
4346
+ color: var(--Tight-colors-typography-intent-secondary-hover);
3799
4347
  }
3800
4348
  }
3801
4349
 
3802
4350
  @media (hover: hover) and (pointer: fine) {
3803
- .supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
3804
- color: var(--Tight-colors-icon-intent-action-hover);
4351
+ .supportHover\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover .Tight-icon > path:hover {
4352
+ stroke: var(--Tight-colors-icon-intent-secondary-hover);
3805
4353
  }
3806
4354
  }
3807
4355
 
3808
4356
  @media (hover: hover) and (pointer: fine) {
3809
- .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
3810
- fill: var(--Tight-colors-icon-intent-action-hover);
4357
+ .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action\.hover .Tight-sub-label:hover {
4358
+ color: var(--Tight-colors-typography-intent-action-hover);
3811
4359
  }
3812
4360
  }
3813
4361
 
3814
4362
  @media (hover: hover) and (pointer: fine) {
3815
- .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover .Tight-sub-label:hover {
3816
- color: var(--Tight-colors-typography-intent-secondary-hover);
4363
+ .supportHover\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.action\.hover .Tight-label:hover {
4364
+ color: var(--Tight-colors-typography-intent-action-hover);
3817
4365
  }
3818
4366
  }
3819
4367
 
3820
4368
  @media (hover: hover) and (pointer: fine) {
3821
- .supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover .Tight-medium-icon > path:hover {
3822
- stroke: var(--Tight-colors-icon-intent-secondary-hover);
4369
+ .supportHover\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover .Tight-icon > path:hover {
4370
+ stroke: var(--Tight-colors-icon-intent-action-hover);
3823
4371
  }
3824
4372
  }
3825
4373
 
3826
4374
  @media (hover: hover) and (pointer: fine) {
3827
- .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action\.hover .Tight-sub-label:hover {
3828
- color: var(--Tight-colors-typography-intent-action-hover);
4375
+ .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success\.hover .Tight-sub-label:hover {
4376
+ color: var(--Tight-colors-typography-intent-success-hover);
3829
4377
  }
3830
4378
  }
3831
4379
 
3832
4380
  @media (hover: hover) and (pointer: fine) {
3833
- .supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover .Tight-medium-icon > path:hover {
3834
- stroke: var(--Tight-colors-icon-intent-action-hover);
4381
+ .supportHover\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.success\.hover .Tight-label:hover {
4382
+ color: var(--Tight-colors-typography-intent-success-hover);
3835
4383
  }
3836
4384
  }
3837
4385
 
3838
4386
  @media (hover: hover) and (pointer: fine) {
3839
- .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success\.hover .Tight-sub-label:hover {
3840
- color: var(--Tight-colors-typography-intent-success-hover);
4387
+ .supportHover\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover .Tight-icon > path:hover {
4388
+ stroke: var(--Tight-colors-icon-intent-success-hover);
3841
4389
  }
3842
4390
  }
3843
4391
 
3844
4392
  @media (hover: hover) and (pointer: fine) {
3845
- .supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover .Tight-medium-icon > path:hover {
3846
- stroke: var(--Tight-colors-icon-intent-success-hover);
4393
+ .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning\.hover .Tight-sub-label:hover {
4394
+ color: var(--Tight-colors-typography-intent-warning-hover);
3847
4395
  }
3848
4396
  }
3849
4397
 
3850
4398
  @media (hover: hover) and (pointer: fine) {
3851
- .supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning\.hover .Tight-sub-label:hover {
4399
+ .supportHover\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.warning\.hover .Tight-label:hover {
3852
4400
  color: var(--Tight-colors-typography-intent-warning-hover);
3853
4401
  }
3854
4402
  }
3855
4403
 
3856
4404
  @media (hover: hover) and (pointer: fine) {
3857
- .supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover .Tight-medium-icon > path:hover {
4405
+ .supportHover\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover .Tight-icon > path:hover {
3858
4406
  stroke: var(--Tight-colors-icon-intent-warning-hover);
3859
4407
  }
3860
4408
  }
@@ -3866,9 +4414,39 @@
3866
4414
  }
3867
4415
 
3868
4416
  @media (hover: hover) and (pointer: fine) {
3869
- .supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover .Tight-medium-icon > path:hover {
4417
+ .supportHover\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.danger\.hover .Tight-label:hover {
4418
+ color: var(--Tight-colors-typography-intent-danger-hover);
4419
+ }
4420
+ }
4421
+
4422
+ @media (hover: hover) and (pointer: fine) {
4423
+ .supportHover\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover .Tight-icon > path:hover {
3870
4424
  stroke: var(--Tight-colors-icon-intent-danger-hover);
3871
4425
  }
4426
+ }
4427
+
4428
+ @media (hover: hover) and (pointer: fine) {
4429
+ .supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:not(:disabled, [disabled], [data-disabled]):hover {
4430
+ background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
4431
+ }
4432
+ }
4433
+
4434
+ @media (hover: hover) and (pointer: fine) {
4435
+ .supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:enabled:hover {
4436
+ background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
4437
+ }
4438
+ }
4439
+
4440
+ @media (hover: hover) and (pointer: fine) {
4441
+ .supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
4442
+ color: var(--Tight-colors-icon-intent-action-hover);
4443
+ }
4444
+ }
4445
+
4446
+ @media (hover: hover) and (pointer: fine) {
4447
+ .supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
4448
+ fill: var(--Tight-colors-icon-intent-action-hover);
4449
+ }
3872
4450
  }
3873
4451
 
3874
4452
  @media (hover: hover) and (pointer: fine) {
@@ -3914,7 +4492,7 @@
3914
4492
  }
3915
4493
 
3916
4494
  @media (hover: hover) and (pointer: fine) {
3917
- .\[\&_\.Tight-medium-icon_\>_path\]\:supportHover\:tsystem-stk_typography\.intent\.action\.hover .Tight-medium-icon > path:hover {
4495
+ .\[\&_\.Tight-icon_\>_path\]\:supportHover\:tsystem-stk_typography\.intent\.action\.hover .Tight-icon > path:hover {
3918
4496
  stroke: var(--Tight-colors-typography-intent-action-hover);
3919
4497
  }
3920
4498
  }
@@ -3974,50 +4552,50 @@
3974
4552
  }
3975
4553
 
3976
4554
  @media (hover: hover) and (pointer: fine) {
3977
- .supportHover\:tsystem-trs_background_100ms_ease-out\,_background-color_100ms_ease-out\,_border-color_100ms_ease-out\,_box-shadow_0ms:hover {
3978
- transition: background 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out, box-shadow 0ms;
4555
+ .supportHover\:tsystem-bd-c_border\.intent\.secondary\.hover:hover {
4556
+ border-color: var(--Tight-colors-border-intent-secondary-hover);
3979
4557
  }
3980
4558
  }
3981
4559
 
3982
4560
  @media (hover: hover) and (pointer: fine) {
3983
- .supportHover\:tsystem-trs_background_100ms_ease-out\,_box-shadow_0ms:hover {
3984
- transition: background 100ms ease-out, box-shadow 0ms;
4561
+ .supportHover\:tsystem-bd-c_border\.intent\.action\.hover:hover {
4562
+ border-color: var(--Tight-colors-border-intent-action-hover);
3985
4563
  }
3986
4564
  }
3987
4565
 
3988
4566
  @media (hover: hover) and (pointer: fine) {
3989
- .supportHover\:tsystem-trs_color_100ms_ease-out:hover {
3990
- transition: color 100ms ease-out;
4567
+ .supportHover\:tsystem-bd-c_border\.intent\.success\.hover:hover {
4568
+ border-color: var(--Tight-colors-border-intent-success-hover);
3991
4569
  }
3992
4570
  }
3993
4571
 
3994
4572
  @media (hover: hover) and (pointer: fine) {
3995
- .supportHover\:tsystem-bd-c_border\.intent\.secondary\.hover:hover {
3996
- border-color: var(--Tight-colors-border-intent-secondary-hover);
4573
+ .supportHover\:tsystem-bd-c_border\.intent\.warning\.hover:hover {
4574
+ border-color: var(--Tight-colors-border-intent-warning-hover);
3997
4575
  }
3998
4576
  }
3999
4577
 
4000
4578
  @media (hover: hover) and (pointer: fine) {
4001
- .supportHover\:tsystem-bd-c_border\.intent\.action\.hover:hover {
4002
- border-color: var(--Tight-colors-border-intent-action-hover);
4579
+ .supportHover\:tsystem-bd-c_border\.intent\.danger\.hover:hover {
4580
+ border-color: var(--Tight-colors-border-intent-danger-hover);
4003
4581
  }
4004
4582
  }
4005
4583
 
4006
4584
  @media (hover: hover) and (pointer: fine) {
4007
- .supportHover\:tsystem-bd-c_border\.intent\.success\.hover:hover {
4008
- border-color: var(--Tight-colors-border-intent-success-hover);
4585
+ .supportHover\:tsystem-trs_background_100ms_ease-out\,_background-color_100ms_ease-out\,_border-color_100ms_ease-out\,_box-shadow_0ms:hover {
4586
+ transition: background 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out, box-shadow 0ms;
4009
4587
  }
4010
4588
  }
4011
4589
 
4012
4590
  @media (hover: hover) and (pointer: fine) {
4013
- .supportHover\:tsystem-bd-c_border\.intent\.warning\.hover:hover {
4014
- border-color: var(--Tight-colors-border-intent-warning-hover);
4591
+ .supportHover\:tsystem-trs_background_100ms_ease-out\,_box-shadow_0ms:hover {
4592
+ transition: background 100ms ease-out, box-shadow 0ms;
4015
4593
  }
4016
4594
  }
4017
4595
 
4018
4596
  @media (hover: hover) and (pointer: fine) {
4019
- .supportHover\:tsystem-bd-c_border\.intent\.danger\.hover:hover {
4020
- border-color: var(--Tight-colors-border-intent-danger-hover);
4597
+ .supportHover\:tsystem-trs_color_100ms_ease-out:hover {
4598
+ transition: color 100ms ease-out;
4021
4599
  }
4022
4600
  }
4023
4601