@tight-embedded/react 6.3.1 → 6.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +672 -650
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +231 -5
- package/dist/index.js +1 -1
- package/dist/index.js.gz +0 -0
- package/dist/index.js.map +1 -1
- package/dist/index.js.map.gz +0 -0
- package/package.json +4 -2
package/dist/index.css
CHANGED
|
@@ -462,18 +462,10 @@
|
|
|
462
462
|
border: 1px solid;
|
|
463
463
|
}
|
|
464
464
|
|
|
465
|
-
.tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
|
|
466
|
-
border: 1px solid var(--Tight-colors-border-intent-action);
|
|
467
|
-
}
|
|
468
|
-
|
|
469
465
|
.tsystem-p_6px {
|
|
470
466
|
padding: 6px;
|
|
471
467
|
}
|
|
472
468
|
|
|
473
|
-
.tsystem-bd_1px_solid_\{colors\.border\.intent\.warning\} {
|
|
474
|
-
border: 1px solid var(--Tight-colors-border-intent-warning);
|
|
475
|
-
}
|
|
476
|
-
|
|
477
469
|
.tsystem-p_8px {
|
|
478
470
|
padding: 8px;
|
|
479
471
|
}
|
|
@@ -486,22 +478,6 @@
|
|
|
486
478
|
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-weak);
|
|
487
479
|
}
|
|
488
480
|
|
|
489
|
-
.tsystem-p_12px_15px {
|
|
490
|
-
padding: 12px 15px;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.tsystem-p_15 {
|
|
494
|
-
padding: 15px;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.tsystem-bd_none {
|
|
498
|
-
border: none;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
.tsystem-p_0 {
|
|
502
|
-
padding: 0;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
481
|
.tsystem-p_md {
|
|
506
482
|
padding: md;
|
|
507
483
|
}
|
|
@@ -518,10 +494,30 @@
|
|
|
518
494
|
margin: 0;
|
|
519
495
|
}
|
|
520
496
|
|
|
497
|
+
.tsystem-p_0 {
|
|
498
|
+
padding: 0;
|
|
499
|
+
}
|
|
500
|
+
|
|
521
501
|
.tsystem-p_24px {
|
|
522
502
|
padding: 24px;
|
|
523
503
|
}
|
|
524
504
|
|
|
505
|
+
.tsystem-bd_1px_solid_\{colors\.border\.layout\} {
|
|
506
|
+
border: 1px solid var(--Tight-colors-border-layout);
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.tsystem-bd_none {
|
|
510
|
+
border: none;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
.tsystem-bg_surface\.foreground {
|
|
514
|
+
background: var(--Tight-colors-surface-foreground);
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.tsystem-bg_transparent {
|
|
518
|
+
background: var(--Tight-colors-transparent);
|
|
519
|
+
}
|
|
520
|
+
|
|
525
521
|
.tsystem-p_15px {
|
|
526
522
|
padding: 15px;
|
|
527
523
|
}
|
|
@@ -534,10 +530,6 @@
|
|
|
534
530
|
border: var(--Tight-borderWidths-lg) solid;
|
|
535
531
|
}
|
|
536
532
|
|
|
537
|
-
.tsystem-bg_surface\.foreground {
|
|
538
|
-
background: var(--Tight-colors-surface-foreground);
|
|
539
|
-
}
|
|
540
|
-
|
|
541
533
|
.tsystem-bg_brand\.primary\.strong {
|
|
542
534
|
background: var(--Tight-colors-brand-primary-strong);
|
|
543
535
|
}
|
|
@@ -554,10 +546,6 @@
|
|
|
554
546
|
padding: 16px 16px;
|
|
555
547
|
}
|
|
556
548
|
|
|
557
|
-
.tsystem-bd_1px_solid_\{colors\.border\.layout\} {
|
|
558
|
-
border: 1px solid var(--Tight-colors-border-layout);
|
|
559
|
-
}
|
|
560
|
-
|
|
561
549
|
.tsystem-m_0_8px {
|
|
562
550
|
margin: 0 8px;
|
|
563
551
|
}
|
|
@@ -566,6 +554,10 @@
|
|
|
566
554
|
padding: 10px;
|
|
567
555
|
}
|
|
568
556
|
|
|
557
|
+
.tsystem-p_8px_12px {
|
|
558
|
+
padding: 8px 12px;
|
|
559
|
+
}
|
|
560
|
+
|
|
569
561
|
.tsystem-bd-x_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
570
562
|
border-inline: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
571
563
|
}
|
|
@@ -582,10 +574,6 @@
|
|
|
582
574
|
animation: var(--Tight-animations-appear-instant);
|
|
583
575
|
}
|
|
584
576
|
|
|
585
|
-
.tsystem-bg_transparent {
|
|
586
|
-
background: var(--Tight-colors-transparent);
|
|
587
|
-
}
|
|
588
|
-
|
|
589
577
|
.tsystem-p_12px {
|
|
590
578
|
padding: 12px;
|
|
591
579
|
}
|
|
@@ -614,6 +602,22 @@
|
|
|
614
602
|
margin: 0 auto;
|
|
615
603
|
}
|
|
616
604
|
|
|
605
|
+
.tsystem-p_12px_15px {
|
|
606
|
+
padding: 12px 15px;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.tsystem-p_15 {
|
|
610
|
+
padding: 15px;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
|
|
614
|
+
border: 1px solid var(--Tight-colors-border-intent-action);
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.tsystem-bd_1px_solid_\{colors\.border\.intent\.warning\} {
|
|
618
|
+
border: 1px solid var(--Tight-colors-border-intent-warning);
|
|
619
|
+
}
|
|
620
|
+
|
|
617
621
|
.tsystem-bd_\{borderWidths\.md\}_solid_transparent {
|
|
618
622
|
border: var(--Tight-borderWidths-md) solid transparent;
|
|
619
623
|
}
|
|
@@ -642,10 +646,6 @@
|
|
|
642
646
|
background: foreground;
|
|
643
647
|
}
|
|
644
648
|
|
|
645
|
-
.tsystem-p_4px_8px {
|
|
646
|
-
padding: 4px 8px;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
649
|
.tsystem-p_10px_12px_10px_15px {
|
|
650
650
|
padding: 10px 12px 10px 15px;
|
|
651
651
|
}
|
|
@@ -730,8 +730,16 @@
|
|
|
730
730
|
padding: large;
|
|
731
731
|
}
|
|
732
732
|
|
|
733
|
-
.tsystem-
|
|
734
|
-
padding: 8px
|
|
733
|
+
.tsystem-p_4px_8px {
|
|
734
|
+
padding: 4px 8px;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.tsystem-bd_0\.75px_solid_\{colors\.border\.layout\} {
|
|
738
|
+
border: 0.75px solid var(--Tight-colors-border-layout);
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.tsystem-p_16 {
|
|
742
|
+
padding: 16px;
|
|
735
743
|
}
|
|
736
744
|
|
|
737
745
|
.tsystem-p_6px_0_6px_6px {
|
|
@@ -750,12 +758,12 @@
|
|
|
750
758
|
animation: var(--Tight-animations-spin);
|
|
751
759
|
}
|
|
752
760
|
|
|
753
|
-
.tsystem-
|
|
754
|
-
padding:
|
|
761
|
+
.tsystem-p_12 {
|
|
762
|
+
padding: 12px;
|
|
755
763
|
}
|
|
756
764
|
|
|
757
|
-
.tsystem-
|
|
758
|
-
|
|
765
|
+
.tsystem-bdr_999px {
|
|
766
|
+
border-radius: 999px;
|
|
759
767
|
}
|
|
760
768
|
|
|
761
769
|
.tsystem-gap_5px {
|
|
@@ -802,6 +810,14 @@
|
|
|
802
810
|
overflow: hidden;
|
|
803
811
|
}
|
|
804
812
|
|
|
813
|
+
.tsystem-gap_16px {
|
|
814
|
+
gap: 16px;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
.tsystem-flex_1_1_0 {
|
|
818
|
+
flex: 1 1 0;
|
|
819
|
+
}
|
|
820
|
+
|
|
805
821
|
.tsystem-trs_background_300ms_ease-out\,_background-color_300ms_ease-out\,_border-color_300ms_ease-out\,_box-shadow_0ms {
|
|
806
822
|
transition: background 300ms ease-out, background-color 300ms ease-out, border-color 300ms ease-out, box-shadow 0ms;
|
|
807
823
|
}
|
|
@@ -822,6 +838,14 @@
|
|
|
822
838
|
border-radius: var(--Tight-radii-lg);
|
|
823
839
|
}
|
|
824
840
|
|
|
841
|
+
.tsystem-gap_inherit {
|
|
842
|
+
gap: inherit;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
.tsystem-gap_4px {
|
|
846
|
+
gap: 4px;
|
|
847
|
+
}
|
|
848
|
+
|
|
825
849
|
.tsystem-gap_8px {
|
|
826
850
|
gap: 8px;
|
|
827
851
|
}
|
|
@@ -843,22 +867,10 @@
|
|
|
843
867
|
border-color: var(--Tight-colors-border-layout-strong);
|
|
844
868
|
}
|
|
845
869
|
|
|
846
|
-
.tsystem-gap_16px {
|
|
847
|
-
gap: 16px;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
.tsystem-gap_4px {
|
|
851
|
-
gap: 4px;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
870
|
.tsystem-gap_10px {
|
|
855
871
|
gap: 10px;
|
|
856
872
|
}
|
|
857
873
|
|
|
858
|
-
.tsystem-bd-c_border\.intent\.primary {
|
|
859
|
-
border-color: var(--Tight-colors-border-intent-primary);
|
|
860
|
-
}
|
|
861
|
-
|
|
862
874
|
.tsystem-gap_12px {
|
|
863
875
|
gap: 12px;
|
|
864
876
|
}
|
|
@@ -875,86 +887,18 @@
|
|
|
875
887
|
border-radius: 50%;
|
|
876
888
|
}
|
|
877
889
|
|
|
878
|
-
.tsystem-
|
|
879
|
-
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
.tsystem-flex_1 {
|
|
883
|
-
flex: 1 1 0%;
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.tsystem-td_none {
|
|
887
|
-
text-decoration: none;
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
.tsystem-bd-t_\{borderWidths\.lg\}_solid {
|
|
891
|
-
border-top: var(--Tight-borderWidths-lg) solid;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
.tsystem-gap_15 {
|
|
895
|
-
gap: 15px;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.tsystem-ov_wrap {
|
|
899
|
-
overflow: wrap;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
.tsystem-bdr_999px {
|
|
903
|
-
border-radius: 999px;
|
|
890
|
+
.tsystem-ovs-b_contain {
|
|
891
|
+
overscroll-behavior: contain;
|
|
904
892
|
}
|
|
905
893
|
|
|
906
|
-
.tsystem-
|
|
907
|
-
|
|
894
|
+
.tsystem-bdr_2px {
|
|
895
|
+
border-radius: 2px;
|
|
908
896
|
}
|
|
909
897
|
|
|
910
|
-
.tsystem-
|
|
898
|
+
.tsystem-flex_1 {
|
|
911
899
|
flex: 1 1 0%;
|
|
912
900
|
}
|
|
913
901
|
|
|
914
|
-
.tsystem-flex-flow_column {
|
|
915
|
-
flex-flow: column;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
.tsystem-gap_8 {
|
|
919
|
-
gap: 8px;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
.tsystem-bd-b_1px_solid {
|
|
923
|
-
border-bottom: 1px solid;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
.tsystem-bdr_0 {
|
|
927
|
-
border-radius: 0;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.tsystem-gap_4 {
|
|
931
|
-
gap: 4px;
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
.tsystem-bdr_9999 {
|
|
935
|
-
border-radius: 9999px;
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
.tsystem-gap_5 {
|
|
939
|
-
gap: 5px;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
.tsystem-bd-w_0 {
|
|
943
|
-
border-width: 0;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
.tsystem-trs_all_300ms_ease-out {
|
|
947
|
-
transition: all 300ms ease-out;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
.tsystem-flex_1_1_0 {
|
|
951
|
-
flex: 1 1 0;
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
.tsystem-ovs-b_contain {
|
|
955
|
-
overscroll-behavior: contain;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
902
|
.tsystem-bd-c_normal {
|
|
959
903
|
border-color: normal;
|
|
960
904
|
}
|
|
@@ -1019,72 +963,132 @@
|
|
|
1019
963
|
border-top: hidden;
|
|
1020
964
|
}
|
|
1021
965
|
|
|
966
|
+
.tsystem-bdr_0 {
|
|
967
|
+
border-radius: 0;
|
|
968
|
+
}
|
|
969
|
+
|
|
1022
970
|
.tsystem-gap_9 {
|
|
1023
971
|
gap: 9px;
|
|
1024
972
|
}
|
|
1025
973
|
|
|
1026
|
-
.tsystem-bd-
|
|
1027
|
-
border-
|
|
974
|
+
.tsystem-bd-w_1 {
|
|
975
|
+
border-width: 1px;
|
|
1028
976
|
}
|
|
1029
977
|
|
|
1030
|
-
.tsystem-
|
|
1031
|
-
|
|
978
|
+
.tsystem-td_none {
|
|
979
|
+
text-decoration: none;
|
|
1032
980
|
}
|
|
1033
981
|
|
|
1034
|
-
.tsystem-bd-
|
|
1035
|
-
border-
|
|
982
|
+
.tsystem-bd-t_\{borderWidths\.lg\}_solid {
|
|
983
|
+
border-top: var(--Tight-borderWidths-lg) solid;
|
|
1036
984
|
}
|
|
1037
985
|
|
|
1038
|
-
.tsystem-
|
|
1039
|
-
gap:
|
|
986
|
+
.tsystem-gap_15 {
|
|
987
|
+
gap: 15px;
|
|
1040
988
|
}
|
|
1041
989
|
|
|
1042
|
-
.tsystem-
|
|
1043
|
-
|
|
990
|
+
.tsystem-ov_wrap {
|
|
991
|
+
overflow: wrap;
|
|
1044
992
|
}
|
|
1045
993
|
|
|
1046
|
-
.tsystem-bd-
|
|
1047
|
-
border-
|
|
994
|
+
.tsystem-bd-c_border\.intent\.primary {
|
|
995
|
+
border-color: var(--Tight-colors-border-intent-primary);
|
|
1048
996
|
}
|
|
1049
997
|
|
|
1050
|
-
.tsystem-
|
|
1051
|
-
|
|
998
|
+
.tsystem-gap_26px {
|
|
999
|
+
gap: 26px;
|
|
1052
1000
|
}
|
|
1053
1001
|
|
|
1054
|
-
.tsystem-
|
|
1055
|
-
|
|
1002
|
+
.tsystem-flex_1_1_0\% {
|
|
1003
|
+
flex: 1 1 0%;
|
|
1056
1004
|
}
|
|
1057
1005
|
|
|
1058
|
-
.tsystem-
|
|
1059
|
-
|
|
1006
|
+
.tsystem-flex-flow_column {
|
|
1007
|
+
flex-flow: column;
|
|
1060
1008
|
}
|
|
1061
1009
|
|
|
1062
|
-
.tsystem-
|
|
1063
|
-
|
|
1010
|
+
.tsystem-gap_8 {
|
|
1011
|
+
gap: 8px;
|
|
1064
1012
|
}
|
|
1065
1013
|
|
|
1066
|
-
.tsystem-bd-
|
|
1067
|
-
border-
|
|
1014
|
+
.tsystem-bd-b_1px_solid {
|
|
1015
|
+
border-bottom: 1px solid;
|
|
1068
1016
|
}
|
|
1069
1017
|
|
|
1070
|
-
.tsystem-
|
|
1071
|
-
|
|
1018
|
+
.tsystem-gap_4 {
|
|
1019
|
+
gap: 4px;
|
|
1072
1020
|
}
|
|
1073
1021
|
|
|
1074
|
-
.tsystem-
|
|
1075
|
-
|
|
1022
|
+
.tsystem-bdr_9999 {
|
|
1023
|
+
border-radius: 9999px;
|
|
1076
1024
|
}
|
|
1077
1025
|
|
|
1078
|
-
.tsystem-
|
|
1079
|
-
gap:
|
|
1026
|
+
.tsystem-gap_5 {
|
|
1027
|
+
gap: 5px;
|
|
1080
1028
|
}
|
|
1081
1029
|
|
|
1082
|
-
.tsystem-
|
|
1083
|
-
border-
|
|
1030
|
+
.tsystem-bd-w_0 {
|
|
1031
|
+
border-width: 0;
|
|
1084
1032
|
}
|
|
1085
1033
|
|
|
1086
|
-
.tsystem-
|
|
1087
|
-
|
|
1034
|
+
.tsystem-trs_all_300ms_ease-out {
|
|
1035
|
+
transition: all 300ms ease-out;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
.tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
|
|
1039
|
+
border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
.tsystem-bd-l_none {
|
|
1043
|
+
border-left: none;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.tsystem-bd-r_none {
|
|
1047
|
+
border-right: none;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
.tsystem-gap_14px {
|
|
1051
|
+
gap: 14px;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.tsystem-px_16px_12px {
|
|
1055
|
+
padding-inline: 16px 12px;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.tsystem-bd-t_1px_solid {
|
|
1059
|
+
border-top: 1px solid;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.tsystem-place-self_center {
|
|
1063
|
+
place-self: center;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
|
|
1067
|
+
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.tsystem-px_16px {
|
|
1071
|
+
padding-inline: 16px;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.tsystem-bd-w_1px {
|
|
1075
|
+
border-width: 1px;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
.tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.strong\} {
|
|
1079
|
+
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-strong);
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.tsystem-gap_6px {
|
|
1083
|
+
gap: 6px;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.tsystem-gap_10 {
|
|
1087
|
+
gap: 10px;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
.tsystem-bdr_9999px {
|
|
1091
|
+
border-radius: 9999px;
|
|
1088
1092
|
}
|
|
1089
1093
|
|
|
1090
1094
|
.tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
@@ -1135,6 +1139,10 @@
|
|
|
1135
1139
|
gap: 30px;
|
|
1136
1140
|
}
|
|
1137
1141
|
|
|
1142
|
+
.tsystem-bd-w_sm {
|
|
1143
|
+
border-width: var(--Tight-borderWidths-sm);
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1138
1146
|
.tsystem-flex_1_1_100\% {
|
|
1139
1147
|
flex: 1 1 100%;
|
|
1140
1148
|
}
|
|
@@ -1163,6 +1171,22 @@
|
|
|
1163
1171
|
border-color: var(--Tight-colors-surface-intent-action-active);
|
|
1164
1172
|
}
|
|
1165
1173
|
|
|
1174
|
+
.tsystem-pos_absolute {
|
|
1175
|
+
position: absolute;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
.tsystem-bg-c_surface\.intent\.warning {
|
|
1179
|
+
background-color: var(--Tight-colors-surface-intent-warning);
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
.tsystem-bx-sh_0_0_0_1px_\{colors\.border\.intent\.warning\} {
|
|
1183
|
+
box-shadow: 0 0 0 1px var(--Tight-colors-border-intent-warning);
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.tsystem-pos_relative {
|
|
1187
|
+
position: relative;
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1166
1190
|
.tsystem-d_inline-flex {
|
|
1167
1191
|
display: inline-flex;
|
|
1168
1192
|
}
|
|
@@ -1207,6 +1231,23 @@
|
|
|
1207
1231
|
background-color: var(--Tight-colors-surface-foreground);
|
|
1208
1232
|
}
|
|
1209
1233
|
|
|
1234
|
+
.tsystem-flex-d_column {
|
|
1235
|
+
flex-direction: column;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.tsystem-as_stretch {
|
|
1239
|
+
align-self: stretch;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
.tsystem-scr-bar_hidden {
|
|
1243
|
+
-ms-overflow-style: none;
|
|
1244
|
+
scrollbar-width: none;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
.tsystem-scr-bar_hidden::-webkit-scrollbar {
|
|
1248
|
+
display: none;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1210
1251
|
.tsystem-tov_ellipsis {
|
|
1211
1252
|
text-overflow: ellipsis;
|
|
1212
1253
|
}
|
|
@@ -1251,10 +1292,6 @@
|
|
|
1251
1292
|
background-color: var(--Tight-colors-surface-intent-action);
|
|
1252
1293
|
}
|
|
1253
1294
|
|
|
1254
|
-
.tsystem-flex-d_column {
|
|
1255
|
-
flex-direction: column;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
1295
|
.tsystem-ta_right {
|
|
1259
1296
|
text-align: right;
|
|
1260
1297
|
}
|
|
@@ -1271,38 +1308,6 @@
|
|
|
1271
1308
|
text-align: left;
|
|
1272
1309
|
}
|
|
1273
1310
|
|
|
1274
|
-
.tsystem-as_stretch {
|
|
1275
|
-
align-self: stretch;
|
|
1276
|
-
}
|
|
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
|
-
|
|
1306
1311
|
.tsystem-jc_flex-start {
|
|
1307
1312
|
justify-content: flex-start;
|
|
1308
1313
|
}
|
|
@@ -1340,96 +1345,72 @@
|
|
|
1340
1345
|
flex-shrink: 0;
|
|
1341
1346
|
}
|
|
1342
1347
|
|
|
1343
|
-
.tsystem-flex-
|
|
1344
|
-
flex-direction:
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
.tsystem-pos_static {
|
|
1348
|
-
position: static;
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
.tsystem-flex-sh_1 {
|
|
1352
|
-
flex-shrink: 1;
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
.tsystem-c_inherit {
|
|
1356
|
-
color: var(--Tight-colors-inherit);
|
|
1348
|
+
.tsystem-flex-d_column-reverse {
|
|
1349
|
+
flex-direction: column-reverse;
|
|
1357
1350
|
}
|
|
1358
1351
|
|
|
1359
|
-
.tsystem-
|
|
1360
|
-
|
|
1352
|
+
.tsystem-ff_heading {
|
|
1353
|
+
font-family: var(--Tight-fonts-heading);
|
|
1361
1354
|
}
|
|
1362
1355
|
|
|
1363
|
-
.tsystem-
|
|
1364
|
-
|
|
1356
|
+
.tsystem-fs_xl {
|
|
1357
|
+
font-size: var(--Tight-fontSizes-xl);
|
|
1365
1358
|
}
|
|
1366
1359
|
|
|
1367
|
-
.tsystem-
|
|
1368
|
-
|
|
1360
|
+
.tsystem-fw_md {
|
|
1361
|
+
font-weight: var(--Tight-fontWeights-md);
|
|
1369
1362
|
}
|
|
1370
1363
|
|
|
1371
|
-
.tsystem-
|
|
1372
|
-
|
|
1364
|
+
.tsystem-lh_26px {
|
|
1365
|
+
line-height: 26px;
|
|
1373
1366
|
}
|
|
1374
1367
|
|
|
1375
|
-
.tsystem-
|
|
1376
|
-
|
|
1368
|
+
.tsystem-ls_1\.2px {
|
|
1369
|
+
letter-spacing: 1.2px;
|
|
1377
1370
|
}
|
|
1378
1371
|
|
|
1379
|
-
.tsystem-
|
|
1380
|
-
position:
|
|
1372
|
+
.tsystem-pos_fixed {
|
|
1373
|
+
position: fixed;
|
|
1381
1374
|
}
|
|
1382
1375
|
|
|
1383
|
-
.tsystem-
|
|
1384
|
-
|
|
1376
|
+
.tsystem-bg-c_overlay {
|
|
1377
|
+
background-color: var(--Tight-colors-overlay);
|
|
1385
1378
|
}
|
|
1386
1379
|
|
|
1387
|
-
.tsystem-
|
|
1388
|
-
|
|
1380
|
+
.tsystem-bg-c_surface\.background {
|
|
1381
|
+
background-color: var(--Tight-colors-surface-background);
|
|
1389
1382
|
}
|
|
1390
1383
|
|
|
1391
|
-
.tsystem-
|
|
1392
|
-
|
|
1384
|
+
.tsystem-flex-g_1 {
|
|
1385
|
+
flex-grow: 1;
|
|
1393
1386
|
}
|
|
1394
1387
|
|
|
1395
1388
|
.tsystem-bg-c_transparent {
|
|
1396
1389
|
background-color: var(--Tight-colors-transparent);
|
|
1397
1390
|
}
|
|
1398
1391
|
|
|
1399
|
-
.tsystem-
|
|
1400
|
-
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
|
-
.tsystem-jc_end {
|
|
1404
|
-
justify-content: end;
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
.tsystem-bg-c_typography\.base {
|
|
1408
|
-
background-color: var(--Tight-colors-typography-base);
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
.tsystem-bg-c_border\.layout {
|
|
1412
|
-
background-color: var(--Tight-colors-border-layout);
|
|
1392
|
+
.tsystem-jc_start {
|
|
1393
|
+
justify-content: start;
|
|
1413
1394
|
}
|
|
1414
1395
|
|
|
1415
|
-
.tsystem-
|
|
1416
|
-
|
|
1396
|
+
.tsystem-stk_icon\.base {
|
|
1397
|
+
stroke: var(--Tight-colors-icon-base);
|
|
1417
1398
|
}
|
|
1418
1399
|
|
|
1419
|
-
.tsystem-
|
|
1420
|
-
|
|
1400
|
+
.tsystem-fs_lg {
|
|
1401
|
+
font-size: var(--Tight-fontSizes-lg);
|
|
1421
1402
|
}
|
|
1422
1403
|
|
|
1423
|
-
.tsystem-
|
|
1424
|
-
|
|
1404
|
+
.tsystem-lh_18px {
|
|
1405
|
+
line-height: 18px;
|
|
1425
1406
|
}
|
|
1426
1407
|
|
|
1427
|
-
.tsystem-
|
|
1428
|
-
|
|
1408
|
+
.tsystem-ls_0\.96px {
|
|
1409
|
+
letter-spacing: 0.96px;
|
|
1429
1410
|
}
|
|
1430
1411
|
|
|
1431
|
-
.tsystem-
|
|
1432
|
-
|
|
1412
|
+
.tsystem-ff_label {
|
|
1413
|
+
font-family: var(--Tight-fonts-label);
|
|
1433
1414
|
}
|
|
1434
1415
|
|
|
1435
1416
|
.tsystem-bg-c_surface\.intent\.action\.discreet {
|
|
@@ -1528,6 +1509,10 @@
|
|
|
1528
1509
|
fill: var(--Tight-colors-transparent);
|
|
1529
1510
|
}
|
|
1530
1511
|
|
|
1512
|
+
.tsystem-ai_start {
|
|
1513
|
+
align-items: start;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1531
1516
|
.tsystem-bx-sh_0_0_0_0_transparent {
|
|
1532
1517
|
box-shadow: 0 0 0 0 transparent;
|
|
1533
1518
|
}
|
|
@@ -1560,26 +1545,22 @@
|
|
|
1560
1545
|
font-weight: var(--Tight-fontWeights-label-strong);
|
|
1561
1546
|
}
|
|
1562
1547
|
|
|
1563
|
-
.tsystem-fs_lg {
|
|
1564
|
-
font-size: var(--Tight-fontSizes-lg);
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
.tsystem-ff_label {
|
|
1568
|
-
font-family: var(--Tight-fonts-label);
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
1548
|
.tsystem-c_typography\.label\.strong {
|
|
1572
1549
|
color: var(--Tight-colors-typography-label-strong);
|
|
1573
1550
|
}
|
|
1574
1551
|
|
|
1575
|
-
.tsystem-lh_18px {
|
|
1576
|
-
line-height: 18px;
|
|
1577
|
-
}
|
|
1578
|
-
|
|
1579
1552
|
.tsystem-ls_0\.84px {
|
|
1580
1553
|
letter-spacing: 0.84px;
|
|
1581
1554
|
}
|
|
1582
1555
|
|
|
1556
|
+
.tsystem-ai_stretch {
|
|
1557
|
+
align-items: stretch;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
.tsystem-bg-c_border\.layout {
|
|
1561
|
+
background-color: var(--Tight-colors-border-layout);
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1583
1564
|
.tsystem-bg-c_border\.layout\.strong {
|
|
1584
1565
|
background-color: var(--Tight-colors-border-layout-strong);
|
|
1585
1566
|
}
|
|
@@ -1596,6 +1577,10 @@
|
|
|
1596
1577
|
color: var(--Tight-colors-typography-intent-secondary);
|
|
1597
1578
|
}
|
|
1598
1579
|
|
|
1580
|
+
.tsystem-jc_flex-end {
|
|
1581
|
+
justify-content: flex-end;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1599
1584
|
.tsystem-bg-c_surface\.elevated {
|
|
1600
1585
|
background-color: var(--Tight-colors-surface-elevated);
|
|
1601
1586
|
}
|
|
@@ -1612,6 +1597,10 @@
|
|
|
1612
1597
|
box-shadow: var(--Tight-shadows-box-shadow);
|
|
1613
1598
|
}
|
|
1614
1599
|
|
|
1600
|
+
.tsystem-flex-sh_1 {
|
|
1601
|
+
flex-shrink: 1;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1615
1604
|
.tsystem-bg-c_surface\.intent\.success\.highlight {
|
|
1616
1605
|
background-color: var(--Tight-colors-surface-intent-success-highlight);
|
|
1617
1606
|
}
|
|
@@ -1628,9 +1617,9 @@
|
|
|
1628
1617
|
cursor: not-allowed;
|
|
1629
1618
|
}
|
|
1630
1619
|
|
|
1631
|
-
.tsystem-
|
|
1632
|
-
justify-content:
|
|
1633
|
-
}
|
|
1620
|
+
.tsystem-jc_end {
|
|
1621
|
+
justify-content: end;
|
|
1622
|
+
}
|
|
1634
1623
|
|
|
1635
1624
|
.tsystem-bdr-b_lg {
|
|
1636
1625
|
border-bottom-left-radius: var(--Tight-radii-lg);
|
|
@@ -1686,12 +1675,16 @@
|
|
|
1686
1675
|
color: var(--Tight-colors-typography-label);
|
|
1687
1676
|
}
|
|
1688
1677
|
|
|
1689
|
-
.tsystem-
|
|
1690
|
-
|
|
1678
|
+
.tsystem-c_typography\.intent\.primary {
|
|
1679
|
+
color: var(--Tight-colors-typography-intent-primary);
|
|
1691
1680
|
}
|
|
1692
1681
|
|
|
1693
|
-
.tsystem-
|
|
1694
|
-
|
|
1682
|
+
.tsystem-ta_center {
|
|
1683
|
+
text-align: center;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
.tsystem-ta_start {
|
|
1687
|
+
text-align: start;
|
|
1695
1688
|
}
|
|
1696
1689
|
|
|
1697
1690
|
.tsystem-fw_label\.sub {
|
|
@@ -1702,6 +1695,10 @@
|
|
|
1702
1695
|
color: var(--Tight-colors-typography-label-sub);
|
|
1703
1696
|
}
|
|
1704
1697
|
|
|
1698
|
+
.tsystem-c_typography\.intent\.action {
|
|
1699
|
+
color: var(--Tight-colors-typography-intent-action);
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1705
1702
|
.tsystem-c_typography\.accent\.danger {
|
|
1706
1703
|
color: var(--Tight-colors-typography-accent-danger);
|
|
1707
1704
|
}
|
|
@@ -1730,10 +1727,6 @@
|
|
|
1730
1727
|
line-height: 20px;
|
|
1731
1728
|
}
|
|
1732
1729
|
|
|
1733
|
-
.tsystem-ls_0\.96px {
|
|
1734
|
-
letter-spacing: 0.96px;
|
|
1735
|
-
}
|
|
1736
|
-
|
|
1737
1730
|
.tsystem-trf_rotate\(-20deg\) {
|
|
1738
1731
|
transform: rotate(-20deg);
|
|
1739
1732
|
}
|
|
@@ -1754,6 +1747,38 @@
|
|
|
1754
1747
|
font-size: 10em;
|
|
1755
1748
|
}
|
|
1756
1749
|
|
|
1750
|
+
.tsystem-flex-d_row-reverse {
|
|
1751
|
+
flex-direction: row-reverse;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
.tsystem-pos_static {
|
|
1755
|
+
position: static;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
.tsystem-c_inherit {
|
|
1759
|
+
color: var(--Tight-colors-inherit);
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
.tsystem-wb_break-word {
|
|
1763
|
+
word-break: break-word;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
.tsystem-white-space_pre-wrap {
|
|
1767
|
+
white-space: pre-wrap;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
.tsystem-bg-c_surface\.intent\.primary {
|
|
1771
|
+
background-color: var(--Tight-colors-surface-intent-primary);
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.tsystem-scr-bar-w_thin {
|
|
1775
|
+
scrollbar-width: thin;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
.tsystem-bg-c_typography\.base {
|
|
1779
|
+
background-color: var(--Tight-colors-typography-base);
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1757
1782
|
.tsystem-c_typography\.intent\.danger {
|
|
1758
1783
|
color: var(--Tight-colors-typography-intent-danger);
|
|
1759
1784
|
}
|
|
@@ -1762,6 +1787,18 @@
|
|
|
1762
1787
|
background-color: var(--Tight-colors-surface-intent-danger);
|
|
1763
1788
|
}
|
|
1764
1789
|
|
|
1790
|
+
.tsystem-c_typography\.intent\.success {
|
|
1791
|
+
color: var(--Tight-colors-typography-intent-success);
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
.tsystem-bg-c_surface\.intent\.success {
|
|
1795
|
+
background-color: var(--Tight-colors-surface-intent-success);
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
.tsystem-c_typography\.intent\.warning {
|
|
1799
|
+
color: var(--Tight-colors-typography-intent-warning);
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1765
1802
|
.tsystem-c_icon\.base {
|
|
1766
1803
|
color: var(--Tight-colors-icon-base);
|
|
1767
1804
|
}
|
|
@@ -1798,10 +1835,6 @@
|
|
|
1798
1835
|
font-weight: var(--Tight-fontWeights-heading);
|
|
1799
1836
|
}
|
|
1800
1837
|
|
|
1801
|
-
.tsystem-ff_heading {
|
|
1802
|
-
font-family: var(--Tight-fonts-heading);
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
1838
|
.tsystem-c_typography\.heading {
|
|
1806
1839
|
color: var(--Tight-colors-typography-heading);
|
|
1807
1840
|
}
|
|
@@ -1906,23 +1939,6 @@
|
|
|
1906
1939
|
transform: rotate(90deg);
|
|
1907
1940
|
}
|
|
1908
1941
|
|
|
1909
|
-
.tsystem-fs_26px {
|
|
1910
|
-
font-size: 26px;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
.tsystem-lh_26px {
|
|
1914
|
-
line-height: 26px;
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
.tsystem-scr-bar_hidden {
|
|
1918
|
-
-ms-overflow-style: none;
|
|
1919
|
-
scrollbar-width: none;
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
|
-
.tsystem-scr-bar_hidden::-webkit-scrollbar {
|
|
1923
|
-
display: none;
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
1942
|
.tsystem-pos_sticky {
|
|
1927
1943
|
position: sticky;
|
|
1928
1944
|
}
|
|
@@ -1931,10 +1947,6 @@
|
|
|
1931
1947
|
stroke: var(--Tight-colors-icon-base-weak);
|
|
1932
1948
|
}
|
|
1933
1949
|
|
|
1934
|
-
.tsystem-stk_icon\.base {
|
|
1935
|
-
stroke: var(--Tight-colors-icon-base);
|
|
1936
|
-
}
|
|
1937
|
-
|
|
1938
1950
|
.tsystem-lh_14px {
|
|
1939
1951
|
line-height: 14px;
|
|
1940
1952
|
}
|
|
@@ -2102,10 +2114,18 @@
|
|
|
2102
2114
|
z-index: 100;
|
|
2103
2115
|
}
|
|
2104
2116
|
|
|
2117
|
+
.tsystem-fs_26px {
|
|
2118
|
+
font-size: 26px;
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2105
2121
|
.tsystem-c_surface\.intent\.danger\.active {
|
|
2106
2122
|
color: var(--Tight-colors-surface-intent-danger-active);
|
|
2107
2123
|
}
|
|
2108
2124
|
|
|
2125
|
+
.tsystem-grid-tc_1fr_1fr {
|
|
2126
|
+
grid-template-columns: 1fr 1fr;
|
|
2127
|
+
}
|
|
2128
|
+
|
|
2109
2129
|
.tsystem-c_var\(--Tight-colors-money-positive\) {
|
|
2110
2130
|
color: var(--Tight-colors-money-positive);
|
|
2111
2131
|
}
|
|
@@ -2122,6 +2142,30 @@
|
|
|
2122
2142
|
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
2123
2143
|
}
|
|
2124
2144
|
|
|
2145
|
+
.tsystem-top_-1 {
|
|
2146
|
+
top: -1px;
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2149
|
+
.tsystem-right_-1 {
|
|
2150
|
+
right: -1px;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
.tsystem-w_10 {
|
|
2154
|
+
width: 10px;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
.tsystem-h_10 {
|
|
2158
|
+
height: 10px;
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2161
|
+
.tsystem-w_25px {
|
|
2162
|
+
width: 25px;
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2165
|
+
.tsystem-h_25px {
|
|
2166
|
+
height: 25px;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2125
2169
|
.tsystem-max-w_100\% {
|
|
2126
2170
|
max-width: 100%;
|
|
2127
2171
|
}
|
|
@@ -2138,6 +2182,10 @@
|
|
|
2138
2182
|
width: 100%;
|
|
2139
2183
|
}
|
|
2140
2184
|
|
|
2185
|
+
.tsystem-ov-y_auto {
|
|
2186
|
+
overflow-y: auto;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2141
2189
|
.tsystem-w_50px {
|
|
2142
2190
|
width: 50px;
|
|
2143
2191
|
}
|
|
@@ -2146,6 +2194,10 @@
|
|
|
2146
2194
|
height: 50px;
|
|
2147
2195
|
}
|
|
2148
2196
|
|
|
2197
|
+
.tsystem-ml_auto {
|
|
2198
|
+
margin-left: auto;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2149
2201
|
.tsystem-h_44px {
|
|
2150
2202
|
height: 44px;
|
|
2151
2203
|
}
|
|
@@ -2189,189 +2241,45 @@
|
|
|
2189
2241
|
.tsystem-h_48px {
|
|
2190
2242
|
height: 48px;
|
|
2191
2243
|
}
|
|
2192
|
-
|
|
2193
|
-
.tsystem-pt_8px {
|
|
2194
|
-
padding-top: 8px;
|
|
2195
|
-
}
|
|
2196
|
-
|
|
2197
|
-
.tsystem-pb_8px {
|
|
2198
|
-
padding-bottom: 8px;
|
|
2199
|
-
}
|
|
2200
|
-
|
|
2201
|
-
.tsystem-pr_8px {
|
|
2202
|
-
padding-right: 8px;
|
|
2203
|
-
}
|
|
2204
|
-
|
|
2205
|
-
.tsystem-pl_4px {
|
|
2206
|
-
padding-left: 4px;
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
.tsystem-bd-l-w_4px {
|
|
2210
|
-
border-left-width: 4px;
|
|
2211
|
-
}
|
|
2212
|
-
|
|
2213
|
-
.tsystem-border-left-style_solid {
|
|
2214
|
-
border-left-style: solid;
|
|
2215
|
-
}
|
|
2216
|
-
|
|
2217
|
-
.tsystem-bd-l-c_brand\.action\.strong {
|
|
2218
|
-
border-left-color: var(--Tight-colors-brand-action-strong);
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
.tsystem-h_32px {
|
|
2222
|
-
height: 32px;
|
|
2223
|
-
}
|
|
2224
|
-
|
|
2225
|
-
.tsystem-pl_10px {
|
|
2226
|
-
padding-left: 10px;
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
.tsystem-min-w_0 {
|
|
2230
|
-
min-width: 0;
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
.tsystem-max-w_325 {
|
|
2234
|
-
max-width: 325px;
|
|
2235
|
-
}
|
|
2236
|
-
|
|
2237
|
-
.tsystem-min-h_0 {
|
|
2238
|
-
min-height: 0;
|
|
2239
|
-
}
|
|
2240
|
-
|
|
2241
|
-
.tsystem-h_auto {
|
|
2242
|
-
height: auto;
|
|
2243
|
-
}
|
|
2244
|
-
|
|
2245
|
-
.tsystem-bd-t-c_border\.layout {
|
|
2246
|
-
border-top-color: var(--Tight-colors-border-layout);
|
|
2247
|
-
}
|
|
2248
|
-
|
|
2249
|
-
.tsystem-mb_18px {
|
|
2250
|
-
margin-bottom: 18px;
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
.tsystem-top_-1 {
|
|
2254
|
-
top: -1px;
|
|
2255
|
-
}
|
|
2256
|
-
|
|
2257
|
-
.tsystem-right_-1 {
|
|
2258
|
-
right: -1px;
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
.tsystem-w_10 {
|
|
2262
|
-
width: 10px;
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
.tsystem-h_10 {
|
|
2266
|
-
height: 10px;
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
.tsystem-w_25px {
|
|
2270
|
-
width: 25px;
|
|
2271
|
-
}
|
|
2272
|
-
|
|
2273
|
-
.tsystem-h_25px {
|
|
2274
|
-
height: 25px;
|
|
2275
|
-
}
|
|
2276
|
-
|
|
2277
|
-
.tsystem-ov-y_auto {
|
|
2278
|
-
overflow-y: auto;
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
.tsystem-ov-x_hidden {
|
|
2282
|
-
overflow-x: hidden;
|
|
2283
|
-
}
|
|
2284
|
-
|
|
2285
|
-
.tsystem-max-h_calc\(100\%_\+_15px\) {
|
|
2286
|
-
max-height: calc(100% + 15px);
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
.tsystem-mb_-15px {
|
|
2290
|
-
margin-bottom: -15px;
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
|
-
.tsystem-min-h_1 {
|
|
2294
|
-
min-height: 1px;
|
|
2295
|
-
}
|
|
2296
|
-
|
|
2297
|
-
.tsystem-w_lg {
|
|
2298
|
-
width: lg;
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
.tsystem-h_lg {
|
|
2302
|
-
height: lg;
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
.tsystem-w_md {
|
|
2306
|
-
width: md;
|
|
2307
|
-
}
|
|
2308
|
-
|
|
2309
|
-
.tsystem-h_xl {
|
|
2310
|
-
height: xl;
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
.tsystem-bd-b-c_border\.layout\.weak {
|
|
2314
|
-
border-bottom-color: var(--Tight-colors-border-layout-weak);
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
.tsystem-pt_16px {
|
|
2318
|
-
padding-top: 16px;
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
.tsystem-pb_16px {
|
|
2322
|
-
padding-bottom: 16px;
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
.tsystem-max-h_8 {
|
|
2326
|
-
max-height: 8px;
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
|
-
.tsystem-min-h_8 {
|
|
2330
|
-
min-height: 8px;
|
|
2331
|
-
}
|
|
2332
|
-
|
|
2333
|
-
.tsystem-max-w_8 {
|
|
2334
|
-
max-width: 8px;
|
|
2335
|
-
}
|
|
2336
|
-
|
|
2337
|
-
.tsystem-min-w_8 {
|
|
2338
|
-
min-width: 8px;
|
|
2244
|
+
|
|
2245
|
+
.tsystem-pt_8px {
|
|
2246
|
+
padding-top: 8px;
|
|
2339
2247
|
}
|
|
2340
2248
|
|
|
2341
|
-
.tsystem-
|
|
2342
|
-
padding-
|
|
2249
|
+
.tsystem-pb_8px {
|
|
2250
|
+
padding-bottom: 8px;
|
|
2343
2251
|
}
|
|
2344
2252
|
|
|
2345
|
-
.tsystem-
|
|
2346
|
-
padding-right:
|
|
2253
|
+
.tsystem-pr_8px {
|
|
2254
|
+
padding-right: 8px;
|
|
2347
2255
|
}
|
|
2348
2256
|
|
|
2349
|
-
.tsystem-
|
|
2350
|
-
|
|
2257
|
+
.tsystem-pl_4px {
|
|
2258
|
+
padding-left: 4px;
|
|
2351
2259
|
}
|
|
2352
2260
|
|
|
2353
|
-
.tsystem-
|
|
2354
|
-
|
|
2261
|
+
.tsystem-bd-l-w_4px {
|
|
2262
|
+
border-left-width: 4px;
|
|
2355
2263
|
}
|
|
2356
2264
|
|
|
2357
|
-
.tsystem-
|
|
2358
|
-
|
|
2265
|
+
.tsystem-border-left-style_solid {
|
|
2266
|
+
border-left-style: solid;
|
|
2359
2267
|
}
|
|
2360
2268
|
|
|
2361
|
-
.tsystem-
|
|
2362
|
-
|
|
2269
|
+
.tsystem-bd-l-c_brand\.action\.strong {
|
|
2270
|
+
border-left-color: var(--Tight-colors-brand-action-strong);
|
|
2363
2271
|
}
|
|
2364
2272
|
|
|
2365
|
-
.tsystem-
|
|
2366
|
-
|
|
2273
|
+
.tsystem-h_32px {
|
|
2274
|
+
height: 32px;
|
|
2367
2275
|
}
|
|
2368
2276
|
|
|
2369
|
-
.tsystem-
|
|
2370
|
-
padding-
|
|
2277
|
+
.tsystem-pl_10px {
|
|
2278
|
+
padding-left: 10px;
|
|
2371
2279
|
}
|
|
2372
2280
|
|
|
2373
|
-
.tsystem-
|
|
2374
|
-
|
|
2281
|
+
.tsystem-min-w_0 {
|
|
2282
|
+
min-width: 0;
|
|
2375
2283
|
}
|
|
2376
2284
|
|
|
2377
2285
|
.tsystem-min-h_100dvh {
|
|
@@ -2438,10 +2346,42 @@
|
|
|
2438
2346
|
min-height: 100%;
|
|
2439
2347
|
}
|
|
2440
2348
|
|
|
2349
|
+
.tsystem-min-h_0 {
|
|
2350
|
+
min-height: 0;
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2441
2353
|
.tsystem-min-w_128px {
|
|
2442
2354
|
min-width: 128px;
|
|
2443
2355
|
}
|
|
2444
2356
|
|
|
2357
|
+
.tsystem-max-h_49px {
|
|
2358
|
+
max-height: 49px;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.tsystem-min-w_fit-content {
|
|
2362
|
+
min-width: fit-content;
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2365
|
+
.tsystem-w_0 {
|
|
2366
|
+
width: 0;
|
|
2367
|
+
}
|
|
2368
|
+
|
|
2369
|
+
.tsystem-pl_5px {
|
|
2370
|
+
padding-left: 5px;
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
.tsystem-mr_15px {
|
|
2374
|
+
margin-right: 15px;
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
.tsystem-w_25 {
|
|
2378
|
+
width: 25px;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2381
|
+
.tsystem-ov-x_hidden {
|
|
2382
|
+
overflow-x: hidden;
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2445
2385
|
.tsystem-min-h_48px {
|
|
2446
2386
|
min-height: 48px;
|
|
2447
2387
|
}
|
|
@@ -2550,10 +2490,6 @@
|
|
|
2550
2490
|
width: 44px;
|
|
2551
2491
|
}
|
|
2552
2492
|
|
|
2553
|
-
.tsystem-min-w_fit-content {
|
|
2554
|
-
min-width: fit-content;
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
2493
|
.tsystem-h_85px {
|
|
2558
2494
|
height: 85px;
|
|
2559
2495
|
}
|
|
@@ -2646,6 +2582,114 @@
|
|
|
2646
2582
|
padding-bottom: 20px;
|
|
2647
2583
|
}
|
|
2648
2584
|
|
|
2585
|
+
.tsystem-max-w_325 {
|
|
2586
|
+
max-width: 325px;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
.tsystem-h_auto {
|
|
2590
|
+
height: auto;
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
.tsystem-bd-t-c_border\.layout {
|
|
2594
|
+
border-top-color: var(--Tight-colors-border-layout);
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
.tsystem-mb_18px {
|
|
2598
|
+
margin-bottom: 18px;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
.tsystem-max-h_calc\(100\%_\+_15px\) {
|
|
2602
|
+
max-height: calc(100% + 15px);
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2605
|
+
.tsystem-mb_-15px {
|
|
2606
|
+
margin-bottom: -15px;
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
.tsystem-min-h_1 {
|
|
2610
|
+
min-height: 1px;
|
|
2611
|
+
}
|
|
2612
|
+
|
|
2613
|
+
.tsystem-w_lg {
|
|
2614
|
+
width: lg;
|
|
2615
|
+
}
|
|
2616
|
+
|
|
2617
|
+
.tsystem-h_lg {
|
|
2618
|
+
height: lg;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
.tsystem-w_md {
|
|
2622
|
+
width: md;
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
.tsystem-h_xl {
|
|
2626
|
+
height: xl;
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
.tsystem-bd-b-c_border\.layout\.weak {
|
|
2630
|
+
border-bottom-color: var(--Tight-colors-border-layout-weak);
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
.tsystem-pt_16px {
|
|
2634
|
+
padding-top: 16px;
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
.tsystem-pb_16px {
|
|
2638
|
+
padding-bottom: 16px;
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
.tsystem-max-h_8 {
|
|
2642
|
+
max-height: 8px;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
.tsystem-min-h_8 {
|
|
2646
|
+
min-height: 8px;
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
.tsystem-max-w_8 {
|
|
2650
|
+
max-width: 8px;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
.tsystem-min-w_8 {
|
|
2654
|
+
min-width: 8px;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
.tsystem-pl_16 {
|
|
2658
|
+
padding-left: 16px;
|
|
2659
|
+
}
|
|
2660
|
+
|
|
2661
|
+
.tsystem-pr_16 {
|
|
2662
|
+
padding-right: 16px;
|
|
2663
|
+
}
|
|
2664
|
+
|
|
2665
|
+
.tsystem-border-bottom-style_solid {
|
|
2666
|
+
border-bottom-style: solid;
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
.tsystem-max-h_0 {
|
|
2670
|
+
max-height: 0;
|
|
2671
|
+
}
|
|
2672
|
+
|
|
2673
|
+
.tsystem-min-h_\{borderWidths\.lg\} {
|
|
2674
|
+
min-height: var(--Tight-borderWidths-lg);
|
|
2675
|
+
}
|
|
2676
|
+
|
|
2677
|
+
.tsystem-max-h_\{borderWidths\.lg\} {
|
|
2678
|
+
max-height: var(--Tight-borderWidths-lg);
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
.tsystem-pl_15 {
|
|
2682
|
+
padding-left: 15px;
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
.tsystem-pr_15 {
|
|
2686
|
+
padding-right: 15px;
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2689
|
+
.tsystem-max-w_250 {
|
|
2690
|
+
max-width: 250px;
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2649
2693
|
.tsystem-mb_8px {
|
|
2650
2694
|
margin-bottom: 8px;
|
|
2651
2695
|
}
|
|
@@ -2714,10 +2758,6 @@
|
|
|
2714
2758
|
min-width: 269px;
|
|
2715
2759
|
}
|
|
2716
2760
|
|
|
2717
|
-
.tsystem-ml_auto {
|
|
2718
|
-
margin-left: auto;
|
|
2719
|
-
}
|
|
2720
|
-
|
|
2721
2761
|
.tsystem-w_200px {
|
|
2722
2762
|
width: 200px;
|
|
2723
2763
|
}
|
|
@@ -2726,22 +2766,6 @@
|
|
|
2726
2766
|
min-width: 200px;
|
|
2727
2767
|
}
|
|
2728
2768
|
|
|
2729
|
-
.tsystem-bottom_-25px {
|
|
2730
|
-
bottom: -25px;
|
|
2731
|
-
}
|
|
2732
|
-
|
|
2733
|
-
.tsystem-right_2px {
|
|
2734
|
-
right: 2px;
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
|
-
.tsystem-left_2px {
|
|
2738
|
-
left: 2px;
|
|
2739
|
-
}
|
|
2740
|
-
|
|
2741
|
-
.tsystem-w_26px {
|
|
2742
|
-
width: 26px;
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
2769
|
.tsystem-max-w_1150px {
|
|
2746
2770
|
max-width: 1150px;
|
|
2747
2771
|
}
|
|
@@ -2778,22 +2802,6 @@
|
|
|
2778
2802
|
min-height: 20px;
|
|
2779
2803
|
}
|
|
2780
2804
|
|
|
2781
|
-
.tsystem-w_0 {
|
|
2782
|
-
width: 0;
|
|
2783
|
-
}
|
|
2784
|
-
|
|
2785
|
-
.tsystem-pl_5px {
|
|
2786
|
-
padding-left: 5px;
|
|
2787
|
-
}
|
|
2788
|
-
|
|
2789
|
-
.tsystem-mr_15px {
|
|
2790
|
-
margin-right: 15px;
|
|
2791
|
-
}
|
|
2792
|
-
|
|
2793
|
-
.tsystem-w_25 {
|
|
2794
|
-
width: 25px;
|
|
2795
|
-
}
|
|
2796
|
-
|
|
2797
2805
|
.tsystem-mt_auto {
|
|
2798
2806
|
margin-top: auto;
|
|
2799
2807
|
}
|
|
@@ -2894,10 +2902,6 @@
|
|
|
2894
2902
|
max-height: 150px;
|
|
2895
2903
|
}
|
|
2896
2904
|
|
|
2897
|
-
.tsystem-max-h_49px {
|
|
2898
|
-
max-height: 49px;
|
|
2899
|
-
}
|
|
2900
|
-
|
|
2901
2905
|
.tsystem-max-w_325px {
|
|
2902
2906
|
max-width: 325px;
|
|
2903
2907
|
}
|
|
@@ -2926,6 +2930,22 @@
|
|
|
2926
2930
|
left: 20px;
|
|
2927
2931
|
}
|
|
2928
2932
|
|
|
2933
|
+
.tsystem-bottom_-25px {
|
|
2934
|
+
bottom: -25px;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
.tsystem-right_2px {
|
|
2938
|
+
right: 2px;
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
.tsystem-left_2px {
|
|
2942
|
+
left: 2px;
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2945
|
+
.tsystem-w_26px {
|
|
2946
|
+
width: 26px;
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2929
2949
|
.tsystem-max-h_247px {
|
|
2930
2950
|
max-height: 247px;
|
|
2931
2951
|
}
|
|
@@ -3074,18 +3094,14 @@
|
|
|
3074
3094
|
max-width: 120px;
|
|
3075
3095
|
}
|
|
3076
3096
|
|
|
3077
|
-
.tsystem-
|
|
3078
|
-
width:
|
|
3097
|
+
.tsystem-min-w_180px {
|
|
3098
|
+
min-width: 180px;
|
|
3079
3099
|
}
|
|
3080
3100
|
|
|
3081
3101
|
.tsystem-h_1px {
|
|
3082
3102
|
height: 1px;
|
|
3083
3103
|
}
|
|
3084
3104
|
|
|
3085
|
-
.tsystem-min-w_180px {
|
|
3086
|
-
min-width: 180px;
|
|
3087
|
-
}
|
|
3088
|
-
|
|
3089
3105
|
.tsystem-min-w_175px {
|
|
3090
3106
|
min-width: 175px;
|
|
3091
3107
|
}
|
|
@@ -3102,20 +3118,12 @@
|
|
|
3102
3118
|
border: var(--Tight-borderWidths-lg) solid;
|
|
3103
3119
|
}
|
|
3104
3120
|
|
|
3105
|
-
.\[\&_\>_\.Tight-text\]\:tsystem-trs_color_300ms_ease-out > .Tight-text {
|
|
3106
|
-
transition: color 300ms ease-out;
|
|
3107
|
-
}
|
|
3108
|
-
|
|
3109
|
-
.\[\&_path\]\:tsystem-trs_stroke_300ms_ease-out path {
|
|
3110
|
-
transition: stroke 300ms ease-out;
|
|
3111
|
-
}
|
|
3112
|
-
|
|
3113
|
-
.\[\&\[data-open\=\'true\'\]\]\:tsystem-bd-w_lg[data-open='true'] {
|
|
3114
|
-
border-width: var(--Tight-borderWidths-lg);
|
|
3121
|
+
.\[\&_\>_\.Tight-text\]\:tsystem-trs_color_300ms_ease-out > .Tight-text {
|
|
3122
|
+
transition: color 300ms ease-out;
|
|
3115
3123
|
}
|
|
3116
3124
|
|
|
3117
|
-
.\[
|
|
3118
|
-
|
|
3125
|
+
.\[\&_path\]\:tsystem-trs_stroke_300ms_ease-out path {
|
|
3126
|
+
transition: stroke 300ms ease-out;
|
|
3119
3127
|
}
|
|
3120
3128
|
|
|
3121
3129
|
.\[\&_\.Tight-text\:\:after\]\:tsystem-trs_width_100ms_ease-out .Tight-text::after {
|
|
@@ -3130,6 +3138,14 @@
|
|
|
3130
3138
|
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
3131
3139
|
}
|
|
3132
3140
|
|
|
3141
|
+
.\[\&\[data-open\=\'true\'\]\]\:tsystem-bd-w_lg[data-open='true'] {
|
|
3142
|
+
border-width: var(--Tight-borderWidths-lg);
|
|
3143
|
+
}
|
|
3144
|
+
|
|
3145
|
+
.\[\&\[data-open\=\'true\'\]\]\:tsystem-ov_scroll[data-open='true'] {
|
|
3146
|
+
overflow: scroll;
|
|
3147
|
+
}
|
|
3148
|
+
|
|
3133
3149
|
.\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd-c_border\.intent\.danger[data-haserror='true'] {
|
|
3134
3150
|
border-color: var(--Tight-colors-border-intent-danger);
|
|
3135
3151
|
}
|
|
@@ -3220,10 +3236,6 @@
|
|
|
3220
3236
|
stroke: var(--Tight-colors-icon-intent-danger);
|
|
3221
3237
|
}
|
|
3222
3238
|
|
|
3223
|
-
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
|
|
3224
|
-
color: var(--Tight-colors-typography-intent-action);
|
|
3225
|
-
}
|
|
3226
|
-
|
|
3227
3239
|
.\[\&\:\:before\]\:tsystem-content_\'\'::before {
|
|
3228
3240
|
content: '';
|
|
3229
3241
|
}
|
|
@@ -3232,24 +3244,12 @@
|
|
|
3232
3244
|
position: absolute;
|
|
3233
3245
|
}
|
|
3234
3246
|
|
|
3235
|
-
|
|
3236
|
-
color: var(--Tight-colors-typography-
|
|
3237
|
-
}
|
|
3238
|
-
|
|
3239
|
-
.\[\&_path\]\:tsystem-stk_icon\.intent\.primary path {
|
|
3240
|
-
stroke: var(--Tight-colors-icon-intent-primary);
|
|
3241
|
-
}
|
|
3242
|
-
|
|
3243
|
-
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success .Tight-text {
|
|
3244
|
-
color: var(--Tight-colors-typography-intent-success);
|
|
3245
|
-
}
|
|
3246
|
-
|
|
3247
|
-
.\[\&_path\]\:tsystem-stk_icon\.intent\.success path {
|
|
3248
|
-
stroke: var(--Tight-colors-icon-intent-success);
|
|
3247
|
+
.placeholder\:tsystem-c_typography\.label\.sub::placeholder,.placeholder\:tsystem-c_typography\.label\.sub[data-placeholder] {
|
|
3248
|
+
color: var(--Tight-colors-typography-label-sub);
|
|
3249
3249
|
}
|
|
3250
3250
|
|
|
3251
|
-
|
|
3252
|
-
color: var(--Tight-colors-typography-
|
|
3251
|
+
.placeholder\:tsystem-c_typography\.base\.weak::placeholder,.placeholder\:tsystem-c_typography\.base\.weak[data-placeholder] {
|
|
3252
|
+
color: var(--Tight-colors-typography-base-weak);
|
|
3253
3253
|
}
|
|
3254
3254
|
|
|
3255
3255
|
.\[\&_path\]\:tsystem-stk_icon\.base path {
|
|
@@ -3300,24 +3300,44 @@
|
|
|
3300
3300
|
pointer-events: none;
|
|
3301
3301
|
}
|
|
3302
3302
|
|
|
3303
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
|
|
3304
|
+
color: var(--Tight-colors-typography-intent-action);
|
|
3305
|
+
}
|
|
3306
|
+
|
|
3303
3307
|
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger .Tight-text {
|
|
3304
3308
|
color: var(--Tight-colors-typography-intent-danger);
|
|
3305
3309
|
}
|
|
3306
3310
|
|
|
3307
|
-
.\[
|
|
3308
|
-
|
|
3311
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary .Tight-text {
|
|
3312
|
+
color: var(--Tight-colors-typography-intent-primary);
|
|
3313
|
+
}
|
|
3314
|
+
|
|
3315
|
+
.\[\&_path\]\:tsystem-stk_icon\.intent\.primary path {
|
|
3316
|
+
stroke: var(--Tight-colors-icon-intent-primary);
|
|
3317
|
+
}
|
|
3318
|
+
|
|
3319
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success .Tight-text {
|
|
3320
|
+
color: var(--Tight-colors-typography-intent-success);
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
.\[\&_path\]\:tsystem-stk_icon\.intent\.success path {
|
|
3324
|
+
stroke: var(--Tight-colors-icon-intent-success);
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning .Tight-text {
|
|
3328
|
+
color: var(--Tight-colors-typography-intent-warning);
|
|
3309
3329
|
}
|
|
3310
3330
|
|
|
3311
3331
|
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
|
|
3312
3332
|
color: var(--Tight-colors-typography-intent-secondary);
|
|
3313
3333
|
}
|
|
3314
3334
|
|
|
3315
|
-
.\[
|
|
3316
|
-
|
|
3335
|
+
.\[\&\:disabled\]\:tsystem-cursor_default:disabled {
|
|
3336
|
+
cursor: default;
|
|
3317
3337
|
}
|
|
3318
3338
|
|
|
3319
|
-
|
|
3320
|
-
color: var(--Tight-colors-
|
|
3339
|
+
.\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-state='open'] {
|
|
3340
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3321
3341
|
}
|
|
3322
3342
|
|
|
3323
3343
|
.disabled\:tsystem-cursor_default:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
|
|
@@ -3340,10 +3360,6 @@
|
|
|
3340
3360
|
background-color: var(--Tight-colors-brand-primary);
|
|
3341
3361
|
}
|
|
3342
3362
|
|
|
3343
|
-
.placeholder\:tsystem-c_typography\.label\.sub::placeholder,.placeholder\:tsystem-c_typography\.label\.sub[data-placeholder] {
|
|
3344
|
-
color: var(--Tight-colors-typography-label-sub);
|
|
3345
|
-
}
|
|
3346
|
-
|
|
3347
3363
|
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-bx-sh_none[data-focused='true'] {
|
|
3348
3364
|
box-shadow: none;
|
|
3349
3365
|
}
|
|
@@ -3380,18 +3396,6 @@
|
|
|
3380
3396
|
bottom: -11px;
|
|
3381
3397
|
}
|
|
3382
3398
|
|
|
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;
|
|
3393
|
-
}
|
|
3394
|
-
|
|
3395
3399
|
.\[\&_\.Tight-text\:\:after\]\:tsystem-bottom_0 .Tight-text::after {
|
|
3396
3400
|
bottom: 0;
|
|
3397
3401
|
}
|
|
@@ -3428,6 +3432,18 @@
|
|
|
3428
3432
|
bottom: -10px;
|
|
3429
3433
|
}
|
|
3430
3434
|
|
|
3435
|
+
.\[\&\[data-open\=\'true\'\]\]\:tsystem-max-h_1\/3[data-open='true'] {
|
|
3436
|
+
max-height: 33.333333%;
|
|
3437
|
+
}
|
|
3438
|
+
|
|
3439
|
+
.\[\&\[data-open\=\'true\'\]\]\:tsystem-pt_16[data-open='true'] {
|
|
3440
|
+
padding-top: 16px;
|
|
3441
|
+
}
|
|
3442
|
+
|
|
3443
|
+
.\[\&\[data-open\=\'true\'\]\]\:tsystem-pb_16[data-open='true'] {
|
|
3444
|
+
padding-bottom: 16px;
|
|
3445
|
+
}
|
|
3446
|
+
|
|
3431
3447
|
.first\:tsystem-bdr-tl_sm:first-child {
|
|
3432
3448
|
border-top-left-radius: var(--Tight-radii-sm);
|
|
3433
3449
|
}
|
|
@@ -3695,6 +3711,10 @@
|
|
|
3695
3711
|
border-color: var(--Tight-colors-border-intent-action-active);
|
|
3696
3712
|
}
|
|
3697
3713
|
|
|
3714
|
+
.\[\&\: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 {
|
|
3715
|
+
border-color: var(--Tight-colors-border-intent-danger-active);
|
|
3716
|
+
}
|
|
3717
|
+
|
|
3698
3718
|
.\[\&\: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 {
|
|
3699
3719
|
border-color: var(--Tight-colors-border-intent-primary-active);
|
|
3700
3720
|
}
|
|
@@ -3707,10 +3727,6 @@
|
|
|
3707
3727
|
border-color: var(--Tight-colors-border-intent-warning-active);
|
|
3708
3728
|
}
|
|
3709
3729
|
|
|
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);
|
|
3712
|
-
}
|
|
3713
|
-
|
|
3714
3730
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent[data-active='true']:enabled {
|
|
3715
3731
|
border-color: var(--Tight-colors-transparent);
|
|
3716
3732
|
}
|
|
@@ -3723,6 +3739,10 @@
|
|
|
3723
3739
|
background-color: var(--Tight-colors-surface-intent-action-active);
|
|
3724
3740
|
}
|
|
3725
3741
|
|
|
3742
|
+
.\[\&\: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 {
|
|
3743
|
+
background-color: var(--Tight-colors-surface-intent-danger-active);
|
|
3744
|
+
}
|
|
3745
|
+
|
|
3726
3746
|
.\[\&\: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 {
|
|
3727
3747
|
background-color: var(--Tight-colors-surface-intent-primary-active);
|
|
3728
3748
|
}
|
|
@@ -3735,10 +3755,6 @@
|
|
|
3735
3755
|
background-color: var(--Tight-colors-surface-intent-warning-active);
|
|
3736
3756
|
}
|
|
3737
3757
|
|
|
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
3758
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true']:enabled {
|
|
3743
3759
|
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3744
3760
|
}
|
|
@@ -3815,6 +3831,10 @@
|
|
|
3815
3831
|
color: var(--Tight-colors-typography-intent-action-active);
|
|
3816
3832
|
}
|
|
3817
3833
|
|
|
3834
|
+
.\[\&\: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 {
|
|
3835
|
+
color: var(--Tight-colors-typography-intent-danger-active);
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3818
3838
|
.\[\&\: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 {
|
|
3819
3839
|
color: var(--Tight-colors-typography-intent-primary-active);
|
|
3820
3840
|
}
|
|
@@ -3835,18 +3855,10 @@
|
|
|
3835
3855
|
color: var(--Tight-colors-typography-intent-warning-active);
|
|
3836
3856
|
}
|
|
3837
3857
|
|
|
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
3858
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.active[data-active='true']:enabled .Tight-text {
|
|
3843
3859
|
color: var(--Tight-colors-typography-intent-secondary-active);
|
|
3844
3860
|
}
|
|
3845
3861
|
|
|
3846
|
-
.\[\&\:hover\]\:\[\&_svg\]\:\[\&_path\]\:tsystem-stk_icon\.accent\.danger:hover svg path {
|
|
3847
|
-
stroke: var(--Tight-colors-icon-accent-danger);
|
|
3848
|
-
}
|
|
3849
|
-
|
|
3850
3862
|
@media screen and (min-width: 40rem) {
|
|
3851
3863
|
.sm\:tsystem-m_32px {
|
|
3852
3864
|
margin: 32px;
|
|
@@ -4046,14 +4058,6 @@
|
|
|
4046
4058
|
padding: 15px;
|
|
4047
4059
|
}
|
|
4048
4060
|
|
|
4049
|
-
.xl\:tsystem-p_4px {
|
|
4050
|
-
padding: 4px;
|
|
4051
|
-
}
|
|
4052
|
-
|
|
4053
|
-
.xl\:tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
|
|
4054
|
-
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
4055
|
-
}
|
|
4056
|
-
|
|
4057
4061
|
.xl\:tsystem-p_0_10px {
|
|
4058
4062
|
padding: 0 10px;
|
|
4059
4063
|
}
|
|
@@ -4062,6 +4066,14 @@
|
|
|
4062
4066
|
background: var(--Tight-colors-surface-background);
|
|
4063
4067
|
}
|
|
4064
4068
|
|
|
4069
|
+
.xl\:tsystem-p_4px {
|
|
4070
|
+
padding: 4px;
|
|
4071
|
+
}
|
|
4072
|
+
|
|
4073
|
+
.xl\:tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
|
|
4074
|
+
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
4075
|
+
}
|
|
4076
|
+
|
|
4065
4077
|
.xl\:tsystem-p_16px {
|
|
4066
4078
|
padding: 16px;
|
|
4067
4079
|
}
|
|
@@ -4094,6 +4106,10 @@
|
|
|
4094
4106
|
border-radius: borderWidths.sm;
|
|
4095
4107
|
}
|
|
4096
4108
|
|
|
4109
|
+
.xl\:tsystem-gap_10px {
|
|
4110
|
+
gap: 10px;
|
|
4111
|
+
}
|
|
4112
|
+
|
|
4097
4113
|
.xl\:tsystem-ovs-b_none {
|
|
4098
4114
|
overscroll-behavior: none;
|
|
4099
4115
|
}
|
|
@@ -4102,10 +4118,6 @@
|
|
|
4102
4118
|
flex: 1 0 0;
|
|
4103
4119
|
}
|
|
4104
4120
|
|
|
4105
|
-
.xl\:tsystem-gap_10px {
|
|
4106
|
-
gap: 10px;
|
|
4107
|
-
}
|
|
4108
|
-
|
|
4109
4121
|
.xl\:tsystem-bdr_sm {
|
|
4110
4122
|
border-radius: var(--Tight-radii-sm);
|
|
4111
4123
|
}
|
|
@@ -4150,18 +4162,34 @@
|
|
|
4150
4162
|
align-self: stretch;
|
|
4151
4163
|
}
|
|
4152
4164
|
|
|
4165
|
+
.xl\:tsystem-jc_flex-end {
|
|
4166
|
+
justify-content: flex-end;
|
|
4167
|
+
}
|
|
4168
|
+
|
|
4153
4169
|
.xl\:tsystem-bg-c_overlay {
|
|
4154
4170
|
background-color: var(--Tight-colors-overlay);
|
|
4155
4171
|
}
|
|
4156
4172
|
|
|
4157
|
-
.xl\:tsystem-
|
|
4158
|
-
|
|
4173
|
+
.xl\:tsystem-flex-d_column {
|
|
4174
|
+
flex-direction: column;
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4177
|
+
.xl\:tsystem-jc_center {
|
|
4178
|
+
justify-content: center;
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4181
|
+
.xl\:tsystem-fs_14px {
|
|
4182
|
+
font-size: 14px;
|
|
4159
4183
|
}
|
|
4160
4184
|
|
|
4161
4185
|
.xl\:tsystem-lh_16px {
|
|
4162
4186
|
line-height: 16px;
|
|
4163
4187
|
}
|
|
4164
4188
|
|
|
4189
|
+
.xl\:tsystem-ai_flex-end {
|
|
4190
|
+
align-items: flex-end;
|
|
4191
|
+
}
|
|
4192
|
+
|
|
4165
4193
|
.xl\:tsystem-fs_label {
|
|
4166
4194
|
font-size: var(--Tight-fontSizes-label);
|
|
4167
4195
|
}
|
|
@@ -4206,18 +4234,6 @@
|
|
|
4206
4234
|
font-size: var(--Tight-fontSizes-heading);
|
|
4207
4235
|
}
|
|
4208
4236
|
|
|
4209
|
-
.xl\:tsystem-flex-d_column {
|
|
4210
|
-
flex-direction: column;
|
|
4211
|
-
}
|
|
4212
|
-
|
|
4213
|
-
.xl\:tsystem-jc_center {
|
|
4214
|
-
justify-content: center;
|
|
4215
|
-
}
|
|
4216
|
-
|
|
4217
|
-
.xl\:tsystem-fs_14px {
|
|
4218
|
-
font-size: 14px;
|
|
4219
|
-
}
|
|
4220
|
-
|
|
4221
4237
|
.xl\:tsystem-flex-wrap_wrap {
|
|
4222
4238
|
flex-wrap: wrap;
|
|
4223
4239
|
}
|
|
@@ -4303,6 +4319,12 @@
|
|
|
4303
4319
|
.tsystem-show_1\.5xl {
|
|
4304
4320
|
display: none;
|
|
4305
4321
|
}
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4325
|
+
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
4326
|
+
color: var(--Tight-colors-typography-intent-primary-hover);
|
|
4327
|
+
}
|
|
4306
4328
|
}
|
|
4307
4329
|
|
|
4308
4330
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4312,8 +4334,8 @@
|
|
|
4312
4334
|
}
|
|
4313
4335
|
|
|
4314
4336
|
@media (hover: hover) and (pointer: fine) {
|
|
4315
|
-
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.
|
|
4316
|
-
color: var(--Tight-colors-typography-intent-
|
|
4337
|
+
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
4338
|
+
color: var(--Tight-colors-typography-intent-danger-hover);
|
|
4317
4339
|
}
|
|
4318
4340
|
}
|
|
4319
4341
|
|
|
@@ -4339,12 +4361,6 @@
|
|
|
4339
4361
|
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
4340
4362
|
color: var(--Tight-colors-typography-intent-warning-hover);
|
|
4341
4363
|
}
|
|
4342
|
-
}
|
|
4343
|
-
|
|
4344
|
-
@media (hover: hover) and (pointer: fine) {
|
|
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);
|
|
4347
|
-
}
|
|
4348
4364
|
}
|
|
4349
4365
|
|
|
4350
4366
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4372,8 +4388,8 @@
|
|
|
4372
4388
|
}
|
|
4373
4389
|
|
|
4374
4390
|
@media (hover: hover) and (pointer: fine) {
|
|
4375
|
-
|
|
4376
|
-
|
|
4391
|
+
.\[\&_\.Tight-text\:\:after\]\:supportHover\:tsystem-trs_width_300ms_ease-out .Tight-text::after:hover {
|
|
4392
|
+
transition: width 300ms ease-out;
|
|
4377
4393
|
}
|
|
4378
4394
|
}
|
|
4379
4395
|
|
|
@@ -4384,38 +4400,38 @@
|
|
|
4384
4400
|
}
|
|
4385
4401
|
|
|
4386
4402
|
@media (hover: hover) and (pointer: fine) {
|
|
4387
|
-
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.
|
|
4388
|
-
border-color: var(--Tight-colors-border-intent-
|
|
4403
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4404
|
+
border-color: var(--Tight-colors-border-intent-action-hover);
|
|
4389
4405
|
}
|
|
4390
4406
|
}
|
|
4391
4407
|
|
|
4392
4408
|
@media (hover: hover) and (pointer: fine) {
|
|
4393
|
-
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.
|
|
4394
|
-
border-color: var(--Tight-colors-border-intent-
|
|
4409
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4410
|
+
border-color: var(--Tight-colors-border-intent-danger-hover);
|
|
4395
4411
|
}
|
|
4396
4412
|
}
|
|
4397
4413
|
|
|
4398
4414
|
@media (hover: hover) and (pointer: fine) {
|
|
4399
|
-
|
|
4400
|
-
|
|
4415
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4416
|
+
border-color: var(--Tight-colors-border-intent-success-hover);
|
|
4401
4417
|
}
|
|
4402
4418
|
}
|
|
4403
4419
|
|
|
4404
4420
|
@media (hover: hover) and (pointer: fine) {
|
|
4405
|
-
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.
|
|
4406
|
-
border-color: var(--Tight-colors-border-intent-
|
|
4421
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4422
|
+
border-color: var(--Tight-colors-border-intent-warning-hover);
|
|
4407
4423
|
}
|
|
4408
4424
|
}
|
|
4409
4425
|
|
|
4410
4426
|
@media (hover: hover) and (pointer: fine) {
|
|
4411
|
-
.supportHover\:
|
|
4412
|
-
border-color: var(--Tight-colors-border-
|
|
4427
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.layout:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4428
|
+
border-color: var(--Tight-colors-border-layout);
|
|
4413
4429
|
}
|
|
4414
4430
|
}
|
|
4415
4431
|
|
|
4416
4432
|
@media (hover: hover) and (pointer: fine) {
|
|
4417
|
-
.supportHover\:
|
|
4418
|
-
border-color: var(--Tight-colors-border-
|
|
4433
|
+
.supportHover\:enabled\:tsystem-bd-c_border\.intent\.action\.hover:enabled:hover {
|
|
4434
|
+
border-color: var(--Tight-colors-border-intent-action-hover);
|
|
4419
4435
|
}
|
|
4420
4436
|
}
|
|
4421
4437
|
|
|
@@ -4510,44 +4526,44 @@
|
|
|
4510
4526
|
}
|
|
4511
4527
|
|
|
4512
4528
|
@media (hover: hover) and (pointer: fine) {
|
|
4513
|
-
.supportHover\:
|
|
4514
|
-
background-color: var(--Tight-colors-surface-
|
|
4529
|
+
.supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
|
|
4530
|
+
background-color: var(--Tight-colors-surface-background-hover);
|
|
4515
4531
|
}
|
|
4516
4532
|
}
|
|
4517
4533
|
|
|
4518
4534
|
@media (hover: hover) and (pointer: fine) {
|
|
4519
|
-
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.
|
|
4520
|
-
background-color: var(--Tight-colors-surface-intent-
|
|
4535
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4536
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4521
4537
|
}
|
|
4522
4538
|
}
|
|
4523
4539
|
|
|
4524
4540
|
@media (hover: hover) and (pointer: fine) {
|
|
4525
|
-
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.
|
|
4526
|
-
background-color: var(--Tight-colors-surface-intent-
|
|
4541
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4542
|
+
background-color: var(--Tight-colors-surface-intent-primary-hover);
|
|
4527
4543
|
}
|
|
4528
4544
|
}
|
|
4529
4545
|
|
|
4530
4546
|
@media (hover: hover) and (pointer: fine) {
|
|
4531
|
-
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.
|
|
4532
|
-
background-color: var(--Tight-colors-surface-intent-
|
|
4547
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4548
|
+
background-color: var(--Tight-colors-surface-intent-action-hover);
|
|
4533
4549
|
}
|
|
4534
4550
|
}
|
|
4535
4551
|
|
|
4536
4552
|
@media (hover: hover) and (pointer: fine) {
|
|
4537
|
-
.supportHover
|
|
4538
|
-
background-color: var(--Tight-colors-surface-
|
|
4553
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4554
|
+
background-color: var(--Tight-colors-surface-intent-danger-hover);
|
|
4539
4555
|
}
|
|
4540
4556
|
}
|
|
4541
4557
|
|
|
4542
4558
|
@media (hover: hover) and (pointer: fine) {
|
|
4543
|
-
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.
|
|
4544
|
-
background-color: var(--Tight-colors-surface-intent-
|
|
4559
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4560
|
+
background-color: var(--Tight-colors-surface-intent-success-hover);
|
|
4545
4561
|
}
|
|
4546
4562
|
}
|
|
4547
4563
|
|
|
4548
4564
|
@media (hover: hover) and (pointer: fine) {
|
|
4549
|
-
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.
|
|
4550
|
-
background-color: var(--Tight-colors-surface-intent-
|
|
4565
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4566
|
+
background-color: var(--Tight-colors-surface-intent-warning-hover);
|
|
4551
4567
|
}
|
|
4552
4568
|
}
|
|
4553
4569
|
|
|
@@ -4723,6 +4739,12 @@
|
|
|
4723
4739
|
.supportHover\:tsystem-c_typography\.contrast:hover {
|
|
4724
4740
|
color: var(--Tight-colors-typography-contrast);
|
|
4725
4741
|
}
|
|
4742
|
+
}
|
|
4743
|
+
|
|
4744
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4745
|
+
.supportHover\:tsystem-bg-c_surface\.background:hover {
|
|
4746
|
+
background-color: var(--Tight-colors-surface-background);
|
|
4747
|
+
}
|
|
4726
4748
|
}
|
|
4727
4749
|
|
|
4728
4750
|
@media (hover: hover) and (pointer: fine) {
|