@tight-embedded/react 1.0.1 → 1.2.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 +530 -213
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +1 -3382
- 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 +24 -14
package/dist/index.css
CHANGED
|
@@ -8,6 +8,18 @@
|
|
|
8
8
|
-webkit-font-smoothing: antialiased;
|
|
9
9
|
-moz-osx-font-smoothing: grayscale;
|
|
10
10
|
}
|
|
11
|
+
|
|
12
|
+
/* Remove number input spinners
|
|
13
|
+
https://stackoverflow.com/questions/3790935/can-i-hide-the-html5-number-input-s-spin-box */
|
|
14
|
+
input::-webkit-outer-spin-button,
|
|
15
|
+
input::-webkit-inner-spin-button {
|
|
16
|
+
-webkit-appearance: none;
|
|
17
|
+
margin: 0;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
input[type=number] {
|
|
21
|
+
-moz-appearance:textfield;
|
|
22
|
+
}
|
|
11
23
|
}
|
|
12
24
|
|
|
13
25
|
@keyframes fade-in {
|
|
@@ -117,7 +129,7 @@
|
|
|
117
129
|
--Tight-radii-md: 2px;
|
|
118
130
|
--Tight-radii-lg: 4px;
|
|
119
131
|
--Tight-borderWidths-sm: 0.5px;
|
|
120
|
-
--Tight-borderWidths-md:
|
|
132
|
+
--Tight-borderWidths-md: 1px;
|
|
121
133
|
--Tight-borderWidths-lg: 1px;
|
|
122
134
|
--Tight-borderWidths-xl: 2px;
|
|
123
135
|
--Tight-animations-appear-instant: 0.25s linear fade-in;
|
|
@@ -339,8 +351,8 @@
|
|
|
339
351
|
padding: 6px;
|
|
340
352
|
}
|
|
341
353
|
|
|
342
|
-
.tsystem-
|
|
343
|
-
|
|
354
|
+
.tsystem-bd_\{borderWidths\.md\}_solid_transparent {
|
|
355
|
+
border: var(--Tight-borderWidths-md) solid transparent;
|
|
344
356
|
}
|
|
345
357
|
|
|
346
358
|
.tsystem-p_15px {
|
|
@@ -423,10 +435,6 @@
|
|
|
423
435
|
border: 1px solid var(--Tight-colors-border-intent-action);
|
|
424
436
|
}
|
|
425
437
|
|
|
426
|
-
.tsystem-bd_\{borderWidths\.md\}_solid_transparent {
|
|
427
|
-
border: var(--Tight-borderWidths-md) solid transparent;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
438
|
.tsystem-bd_1px_solid_\{colors\.border\.intent\.warning\} {
|
|
431
439
|
border: 1px solid var(--Tight-colors-border-intent-warning);
|
|
432
440
|
}
|
|
@@ -499,6 +507,14 @@
|
|
|
499
507
|
margin: 0 auto;
|
|
500
508
|
}
|
|
501
509
|
|
|
510
|
+
.tsystem-m_15px {
|
|
511
|
+
margin: 15px;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.tsystem-p_10px_20px {
|
|
515
|
+
padding: 10px 20px;
|
|
516
|
+
}
|
|
517
|
+
|
|
502
518
|
.tsystem-p_8px {
|
|
503
519
|
padding: 8px;
|
|
504
520
|
}
|
|
@@ -507,6 +523,10 @@
|
|
|
507
523
|
padding: 4px 8px;
|
|
508
524
|
}
|
|
509
525
|
|
|
526
|
+
.tsystem-p_15px_15px_0_15px {
|
|
527
|
+
padding: 15px 15px 0 15px;
|
|
528
|
+
}
|
|
529
|
+
|
|
510
530
|
.tsystem-p_0_10px {
|
|
511
531
|
padding: 0 10px;
|
|
512
532
|
}
|
|
@@ -539,6 +559,10 @@
|
|
|
539
559
|
padding: 25px;
|
|
540
560
|
}
|
|
541
561
|
|
|
562
|
+
.tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
|
|
563
|
+
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
564
|
+
}
|
|
565
|
+
|
|
542
566
|
.tsystem-p_5 {
|
|
543
567
|
padding: 5px;
|
|
544
568
|
}
|
|
@@ -612,34 +636,6 @@
|
|
|
612
636
|
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-strong);
|
|
613
637
|
}
|
|
614
638
|
|
|
615
|
-
.tsystem-bd-t_\{borderWidths\.md\}_solid {
|
|
616
|
-
border-top: var(--Tight-borderWidths-md) solid;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.tsystem-bd-c_border\.layout\.strong {
|
|
620
|
-
border-color: var(--Tight-colors-border-layout-strong);
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
.tsystem-bd-b_\{borderWidths\.md\}_solid {
|
|
624
|
-
border-bottom: var(--Tight-borderWidths-md) solid;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.tsystem-bd-c_border\.layout\.weak {
|
|
628
|
-
border-color: var(--Tight-colors-border-layout-weak);
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.tsystem-gap_8px {
|
|
632
|
-
gap: 8px;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.tsystem-bd-c_strong {
|
|
636
|
-
border-color: strong;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
.tsystem-gap_16px {
|
|
640
|
-
gap: 16px;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
639
|
.tsystem-bdr_lg {
|
|
644
640
|
border-radius: var(--Tight-radii-lg);
|
|
645
641
|
}
|
|
@@ -652,6 +648,10 @@
|
|
|
652
648
|
border-color: var(--Tight-colors-border-intent-action);
|
|
653
649
|
}
|
|
654
650
|
|
|
651
|
+
.tsystem-bd-c_border\.intent\.success {
|
|
652
|
+
border-color: var(--Tight-colors-border-intent-success);
|
|
653
|
+
}
|
|
654
|
+
|
|
655
655
|
.tsystem-bd-c_border\.intent\.danger {
|
|
656
656
|
border-color: var(--Tight-colors-border-intent-danger);
|
|
657
657
|
}
|
|
@@ -696,6 +696,10 @@
|
|
|
696
696
|
border-color: var(--Tight-colors-border-intent-primary);
|
|
697
697
|
}
|
|
698
698
|
|
|
699
|
+
.tsystem-bdr_999px {
|
|
700
|
+
border-radius: 999px;
|
|
701
|
+
}
|
|
702
|
+
|
|
699
703
|
.tsystem-gap_26px {
|
|
700
704
|
gap: 26px;
|
|
701
705
|
}
|
|
@@ -724,6 +728,10 @@
|
|
|
724
728
|
border-width: 0;
|
|
725
729
|
}
|
|
726
730
|
|
|
731
|
+
.tsystem-bd-c_border\.layout\.strong {
|
|
732
|
+
border-color: var(--Tight-colors-border-layout-strong);
|
|
733
|
+
}
|
|
734
|
+
|
|
727
735
|
.tsystem-trs_all_300ms_ease-out {
|
|
728
736
|
transition: all 300ms ease-out;
|
|
729
737
|
}
|
|
@@ -732,12 +740,16 @@
|
|
|
732
740
|
place-items: center;
|
|
733
741
|
}
|
|
734
742
|
|
|
735
|
-
.tsystem-
|
|
736
|
-
|
|
743
|
+
.tsystem-gap_16px {
|
|
744
|
+
gap: 16px;
|
|
737
745
|
}
|
|
738
746
|
|
|
739
|
-
.tsystem-
|
|
740
|
-
|
|
747
|
+
.tsystem-gap_8px {
|
|
748
|
+
gap: 8px;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.tsystem-flex_1 {
|
|
752
|
+
flex: 1 1 0%;
|
|
741
753
|
}
|
|
742
754
|
|
|
743
755
|
.tsystem-bg-p_100\%_0 {
|
|
@@ -780,24 +792,60 @@
|
|
|
780
792
|
gap: 9px;
|
|
781
793
|
}
|
|
782
794
|
|
|
783
|
-
.tsystem-bd-
|
|
784
|
-
border-
|
|
795
|
+
.tsystem-bd-t_\{colors\.border\.layout\.strong\}_\{borderWidths\.md\}_solid {
|
|
796
|
+
border-top: var(--Tight-colors-border-layout-strong) var(--Tight-borderWidths-md) solid;
|
|
785
797
|
}
|
|
786
798
|
|
|
787
|
-
.tsystem-
|
|
788
|
-
|
|
799
|
+
.tsystem-bd-b_\{borderWidths\.md\}_solid {
|
|
800
|
+
border-bottom: var(--Tight-borderWidths-md) solid;
|
|
789
801
|
}
|
|
790
802
|
|
|
791
|
-
.tsystem-
|
|
792
|
-
|
|
803
|
+
.tsystem-bd-c_border\.layout\.weak {
|
|
804
|
+
border-color: var(--Tight-colors-border-layout-weak);
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.tsystem-bd-t_none {
|
|
808
|
+
border-top: none;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.tsystem-bd-l_none {
|
|
812
|
+
border-left: none;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.tsystem-bd-r_none {
|
|
816
|
+
border-right: none;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.tsystem-bd-c_strong {
|
|
820
|
+
border-color: strong;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.tsystem-place-self_center {
|
|
824
|
+
place-self: center;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
.tsystem-mx_15px {
|
|
828
|
+
margin-inline: 15px;
|
|
793
829
|
}
|
|
794
830
|
|
|
795
831
|
.tsystem-gap_12px {
|
|
796
832
|
gap: 12px;
|
|
797
833
|
}
|
|
798
834
|
|
|
799
|
-
.tsystem-
|
|
800
|
-
|
|
835
|
+
.tsystem-my_20px {
|
|
836
|
+
margin-block: 20px;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.tsystem-bd-w_sm {
|
|
840
|
+
border-width: var(--Tight-borderWidths-sm);
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.tsystem-gap_4px {
|
|
844
|
+
gap: 4px;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.tsystem-gap_10 {
|
|
848
|
+
gap: 10px;
|
|
801
849
|
}
|
|
802
850
|
|
|
803
851
|
.tsystem-flex_1_0_0 {
|
|
@@ -812,10 +860,6 @@
|
|
|
812
860
|
overflow: auto;
|
|
813
861
|
}
|
|
814
862
|
|
|
815
|
-
.tsystem-tw_wrap {
|
|
816
|
-
text-wrap: wrap;
|
|
817
|
-
}
|
|
818
|
-
|
|
819
863
|
.tsystem-gap_16 {
|
|
820
864
|
gap: 16px;
|
|
821
865
|
}
|
|
@@ -856,6 +900,18 @@
|
|
|
856
900
|
gap: 30px;
|
|
857
901
|
}
|
|
858
902
|
|
|
903
|
+
.tsystem-flex_1_1_100\% {
|
|
904
|
+
flex: 1 1 100%;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
.tsystem-bd-b_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\.strong\} {
|
|
908
|
+
border-bottom: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-strong);
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
.tsystem-ov_scroll {
|
|
912
|
+
overflow: scroll;
|
|
913
|
+
}
|
|
914
|
+
|
|
859
915
|
.tsystem-gap_6px {
|
|
860
916
|
gap: 6px;
|
|
861
917
|
}
|
|
@@ -908,6 +964,18 @@
|
|
|
908
964
|
font-weight: var(--Tight-fontWeights-sm);
|
|
909
965
|
}
|
|
910
966
|
|
|
967
|
+
.tsystem-bx-sh_0_0_0_0_transparent {
|
|
968
|
+
box-shadow: 0 0 0 0 transparent;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
.tsystem-pos_relative {
|
|
972
|
+
position: relative;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
.tsystem-c_icon\.base {
|
|
976
|
+
color: var(--Tight-colors-icon-base);
|
|
977
|
+
}
|
|
978
|
+
|
|
911
979
|
.tsystem-bg-c_brand\.primary {
|
|
912
980
|
background-color: var(--Tight-colors-brand-primary);
|
|
913
981
|
}
|
|
@@ -944,30 +1012,10 @@
|
|
|
944
1012
|
flex-direction: column;
|
|
945
1013
|
}
|
|
946
1014
|
|
|
947
|
-
.tsystem-pos_relative {
|
|
948
|
-
position: relative;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
1015
|
.tsystem-pos_sticky {
|
|
952
1016
|
position: sticky;
|
|
953
1017
|
}
|
|
954
1018
|
|
|
955
|
-
.tsystem-flex-d_row {
|
|
956
|
-
flex-direction: row;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
.tsystem-jc_space-between {
|
|
960
|
-
justify-content: space-between;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
.tsystem-bg-c_surface\.foreground {
|
|
964
|
-
background-color: var(--Tight-colors-surface-foreground);
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
.tsystem-bd-be-w_var\(--thickness\) {
|
|
968
|
-
border-block-end-width: var(--thickness);
|
|
969
|
-
}
|
|
970
|
-
|
|
971
1019
|
.tsystem-jc_flex-end {
|
|
972
1020
|
justify-content: flex-end;
|
|
973
1021
|
}
|
|
@@ -976,6 +1024,10 @@
|
|
|
976
1024
|
flex-shrink: 0;
|
|
977
1025
|
}
|
|
978
1026
|
|
|
1027
|
+
.tsystem-jc_space-between {
|
|
1028
|
+
justify-content: space-between;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
979
1031
|
.tsystem-ai_flex-start {
|
|
980
1032
|
align-items: flex-start;
|
|
981
1033
|
}
|
|
@@ -988,10 +1040,18 @@
|
|
|
988
1040
|
flex-wrap: wrap;
|
|
989
1041
|
}
|
|
990
1042
|
|
|
1043
|
+
.tsystem-bg-c_surface\.foreground {
|
|
1044
|
+
background-color: var(--Tight-colors-surface-foreground);
|
|
1045
|
+
}
|
|
1046
|
+
|
|
991
1047
|
.tsystem-bg-c_surface\.intent\.secondary {
|
|
992
1048
|
background-color: var(--Tight-colors-surface-intent-secondary);
|
|
993
1049
|
}
|
|
994
1050
|
|
|
1051
|
+
.tsystem-flex-d_row {
|
|
1052
|
+
flex-direction: row;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
995
1055
|
.tsystem-flex-d_row-reverse {
|
|
996
1056
|
flex-direction: row-reverse;
|
|
997
1057
|
}
|
|
@@ -1024,6 +1084,18 @@
|
|
|
1024
1084
|
flex-direction: column-reverse;
|
|
1025
1085
|
}
|
|
1026
1086
|
|
|
1087
|
+
.tsystem-pos_absolute {
|
|
1088
|
+
position: absolute;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.tsystem-bg-c_surface\.intent\.warning {
|
|
1092
|
+
background-color: var(--Tight-colors-surface-intent-warning);
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.tsystem-bx-sh_0_0_0_1px_\{colors\.border\.intent\.warning\} {
|
|
1096
|
+
box-shadow: 0 0 0 1px var(--Tight-colors-border-intent-warning);
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1027
1099
|
.tsystem-scr-bar-w_thin {
|
|
1028
1100
|
scrollbar-width: thin;
|
|
1029
1101
|
}
|
|
@@ -1060,14 +1132,6 @@
|
|
|
1060
1132
|
text-align: center;
|
|
1061
1133
|
}
|
|
1062
1134
|
|
|
1063
|
-
.tsystem-white-space_normal {
|
|
1064
|
-
white-space: normal;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
.tsystem-ov-wrap_break-word {
|
|
1068
|
-
overflow-wrap: break-word;
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
1135
|
.tsystem-pos_fixed {
|
|
1072
1136
|
position: fixed;
|
|
1073
1137
|
}
|
|
@@ -1076,18 +1140,6 @@
|
|
|
1076
1140
|
background-color: var(--Tight-colors-overlay);
|
|
1077
1141
|
}
|
|
1078
1142
|
|
|
1079
|
-
.tsystem-white-space_wrap {
|
|
1080
|
-
white-space: wrap;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.tsystem-tov_wrap {
|
|
1084
|
-
text-overflow: wrap;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
.tsystem-pos_absolute {
|
|
1088
|
-
position: absolute;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
1143
|
.tsystem-bg-c_surface\.background {
|
|
1092
1144
|
background-color: var(--Tight-colors-surface-background);
|
|
1093
1145
|
}
|
|
@@ -1196,14 +1248,6 @@
|
|
|
1196
1248
|
background-color: var(--Tight-colors-surface-intent-danger);
|
|
1197
1249
|
}
|
|
1198
1250
|
|
|
1199
|
-
.tsystem-bx-sh_0_0_0_0_transparent {
|
|
1200
|
-
box-shadow: 0 0 0 0 transparent;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
.tsystem-c_icon\.base {
|
|
1204
|
-
color: var(--Tight-colors-icon-base);
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
1251
|
.tsystem-c_typography\.intent\.success {
|
|
1208
1252
|
color: var(--Tight-colors-typography-intent-success);
|
|
1209
1253
|
}
|
|
@@ -1216,10 +1260,6 @@
|
|
|
1216
1260
|
color: var(--Tight-colors-typography-intent-warning);
|
|
1217
1261
|
}
|
|
1218
1262
|
|
|
1219
|
-
.tsystem-bg-c_surface\.intent\.warning {
|
|
1220
|
-
background-color: var(--Tight-colors-surface-intent-warning);
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
1263
|
.tsystem-jc_flex-start {
|
|
1224
1264
|
justify-content: flex-start;
|
|
1225
1265
|
}
|
|
@@ -1244,6 +1284,10 @@
|
|
|
1244
1284
|
background-color: yellow;
|
|
1245
1285
|
}
|
|
1246
1286
|
|
|
1287
|
+
.tsystem-ov-wrap_break-word {
|
|
1288
|
+
overflow-wrap: break-word;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1247
1291
|
.tsystem-bg-c_border\.layout\.strong {
|
|
1248
1292
|
background-color: var(--Tight-colors-border-layout-strong);
|
|
1249
1293
|
}
|
|
@@ -1330,6 +1374,18 @@
|
|
|
1330
1374
|
color: var(--Tight-colors-typography-label);
|
|
1331
1375
|
}
|
|
1332
1376
|
|
|
1377
|
+
.tsystem-white-space_normal {
|
|
1378
|
+
white-space: normal;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
.tsystem-ta_left {
|
|
1382
|
+
text-align: left;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
.tsystem-ta_start {
|
|
1386
|
+
text-align: start;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1333
1389
|
.tsystem-fw_label\.sub {
|
|
1334
1390
|
font-weight: var(--Tight-fontWeights-label-sub);
|
|
1335
1391
|
}
|
|
@@ -1370,6 +1426,10 @@
|
|
|
1370
1426
|
font-size: 7em;
|
|
1371
1427
|
}
|
|
1372
1428
|
|
|
1429
|
+
.tsystem-fs_10em {
|
|
1430
|
+
font-size: 10em;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1373
1433
|
.tsystem-fw_body {
|
|
1374
1434
|
font-weight: var(--Tight-fontWeights-body);
|
|
1375
1435
|
}
|
|
@@ -1486,6 +1546,22 @@
|
|
|
1486
1546
|
color: var(--Tight-colors-money-positive);
|
|
1487
1547
|
}
|
|
1488
1548
|
|
|
1549
|
+
.tsystem-bd-be-w_var\(--thickness\) {
|
|
1550
|
+
border-block-end-width: var(--thickness);
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
.tsystem-grid-tc_100\% {
|
|
1554
|
+
grid-template-columns: 100%;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
.tsystem-rg_25px {
|
|
1558
|
+
row-gap: 25px;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
.tsystem-trf_rotate\(90deg\) {
|
|
1562
|
+
transform: rotate(90deg);
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1489
1565
|
.tsystem-fs_26px {
|
|
1490
1566
|
font-size: 26px;
|
|
1491
1567
|
}
|
|
@@ -1508,18 +1584,6 @@
|
|
|
1508
1584
|
display: none;
|
|
1509
1585
|
}
|
|
1510
1586
|
|
|
1511
|
-
.tsystem-bx-sh_0_0_0_1px_\{colors\.border\.intent\.warning\} {
|
|
1512
|
-
box-shadow: 0 0 0 1px var(--Tight-colors-border-intent-warning);
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
.tsystem-d_inline-block {
|
|
1516
|
-
display: inline-block;
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
.tsystem-stk_icon\.base {
|
|
1520
|
-
stroke: var(--Tight-colors-icon-base);
|
|
1521
|
-
}
|
|
1522
|
-
|
|
1523
1587
|
.tsystem-stk_icon\.base\.weak {
|
|
1524
1588
|
stroke: var(--Tight-colors-icon-base-weak);
|
|
1525
1589
|
}
|
|
@@ -1528,6 +1592,10 @@
|
|
|
1528
1592
|
line-height: 14px;
|
|
1529
1593
|
}
|
|
1530
1594
|
|
|
1595
|
+
.tsystem-stk_icon\.base {
|
|
1596
|
+
stroke: var(--Tight-colors-icon-base);
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1531
1599
|
.tsystem-c_icon\.accent\.danger {
|
|
1532
1600
|
color: var(--Tight-colors-icon-accent-danger);
|
|
1533
1601
|
}
|
|
@@ -1546,6 +1614,10 @@
|
|
|
1546
1614
|
border-bottom-left-radius: 0;
|
|
1547
1615
|
}
|
|
1548
1616
|
|
|
1617
|
+
.tsystem-bg-c_foreground {
|
|
1618
|
+
background-color: foreground;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1549
1621
|
.tsystem-grid-tc_repeat\(7\,_1fr\) {
|
|
1550
1622
|
grid-template-columns: repeat(7, 1fr);
|
|
1551
1623
|
}
|
|
@@ -1574,10 +1646,6 @@
|
|
|
1574
1646
|
font-weight: normal;
|
|
1575
1647
|
}
|
|
1576
1648
|
|
|
1577
|
-
.tsystem-ta_left {
|
|
1578
|
-
text-align: left;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
1649
|
.tsystem-text-align-last_initial {
|
|
1582
1650
|
text-align-last: initial;
|
|
1583
1651
|
}
|
|
@@ -1619,10 +1687,6 @@
|
|
|
1619
1687
|
box-shadow: none;
|
|
1620
1688
|
}
|
|
1621
1689
|
|
|
1622
|
-
.tsystem-ta_start {
|
|
1623
|
-
text-align: start;
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
1690
|
.tsystem-bg-c_money\.positive\.weak {
|
|
1627
1691
|
background-color: var(--Tight-colors-money-positive-weak);
|
|
1628
1692
|
}
|
|
@@ -1663,10 +1727,22 @@
|
|
|
1663
1727
|
justify-content: right;
|
|
1664
1728
|
}
|
|
1665
1729
|
|
|
1730
|
+
.tsystem-white-space_wrap {
|
|
1731
|
+
white-space: wrap;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1666
1734
|
.tsystem-c_inherit {
|
|
1667
1735
|
color: var(--Tight-colors-inherit);
|
|
1668
1736
|
}
|
|
1669
1737
|
|
|
1738
|
+
.tsystem-bg-c_surface\.intent\.action\.discrete\.active {
|
|
1739
|
+
background-color: var(--Tight-colors-surface-intent-action-discrete-active);
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
.tsystem-max-w_100\% {
|
|
1743
|
+
max-width: 100%;
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1670
1746
|
.tsystem-mt_15px {
|
|
1671
1747
|
margin-top: 15px;
|
|
1672
1748
|
}
|
|
@@ -1687,22 +1763,6 @@
|
|
|
1687
1763
|
bottom: 0;
|
|
1688
1764
|
}
|
|
1689
1765
|
|
|
1690
|
-
.tsystem-pb_14px {
|
|
1691
|
-
padding-bottom: 14px;
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
.tsystem-pl_15px {
|
|
1695
|
-
padding-left: 15px;
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
.tsystem-pr_15px {
|
|
1699
|
-
padding-right: 15px;
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
|
-
.tsystem-w_100\% {
|
|
1703
|
-
width: 100%;
|
|
1704
|
-
}
|
|
1705
|
-
|
|
1706
1766
|
.tsystem-w_202px {
|
|
1707
1767
|
width: 202px;
|
|
1708
1768
|
}
|
|
@@ -1715,6 +1775,10 @@
|
|
|
1715
1775
|
min-width: 200px;
|
|
1716
1776
|
}
|
|
1717
1777
|
|
|
1778
|
+
.tsystem-w_100\% {
|
|
1779
|
+
width: 100%;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1718
1782
|
.tsystem-h_72 {
|
|
1719
1783
|
height: 72px;
|
|
1720
1784
|
}
|
|
@@ -1743,10 +1807,6 @@
|
|
|
1743
1807
|
min-width: 0;
|
|
1744
1808
|
}
|
|
1745
1809
|
|
|
1746
|
-
.tsystem-max-w_100\% {
|
|
1747
|
-
max-width: 100%;
|
|
1748
|
-
}
|
|
1749
|
-
|
|
1750
1810
|
.tsystem-min-h_0 {
|
|
1751
1811
|
min-height: 0;
|
|
1752
1812
|
}
|
|
@@ -1763,6 +1823,30 @@
|
|
|
1763
1823
|
max-width: 325px;
|
|
1764
1824
|
}
|
|
1765
1825
|
|
|
1826
|
+
.tsystem-top_-1 {
|
|
1827
|
+
top: -1px;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
.tsystem-right_-1 {
|
|
1831
|
+
right: -1px;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
.tsystem-w_10 {
|
|
1835
|
+
width: 10px;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
.tsystem-h_10 {
|
|
1839
|
+
height: 10px;
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
.tsystem-w_25px {
|
|
1843
|
+
width: 25px;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
.tsystem-h_25px {
|
|
1847
|
+
height: 25px;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1766
1850
|
.tsystem-ov-x_hidden {
|
|
1767
1851
|
overflow-x: hidden;
|
|
1768
1852
|
}
|
|
@@ -1859,6 +1943,10 @@
|
|
|
1859
1943
|
min-width: 100%;
|
|
1860
1944
|
}
|
|
1861
1945
|
|
|
1946
|
+
.tsystem-min-w_128px {
|
|
1947
|
+
min-width: 128px;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1862
1950
|
.tsystem-w_0 {
|
|
1863
1951
|
width: 0;
|
|
1864
1952
|
}
|
|
@@ -2055,6 +2143,50 @@
|
|
|
2055
2143
|
height: 250px;
|
|
2056
2144
|
}
|
|
2057
2145
|
|
|
2146
|
+
.tsystem-pb_14px {
|
|
2147
|
+
padding-bottom: 14px;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
.tsystem-pl_15px {
|
|
2151
|
+
padding-left: 15px;
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2154
|
+
.tsystem-pr_15px {
|
|
2155
|
+
padding-right: 15px;
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
.tsystem-w_fill-parent {
|
|
2159
|
+
width: fill-parent;
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
.tsystem-pr_10px {
|
|
2163
|
+
padding-right: 10px;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
.tsystem-max-w_300px {
|
|
2167
|
+
max-width: 300px;
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
.tsystem-max-w_auto {
|
|
2171
|
+
max-width: auto;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
.tsystem-mb_5px {
|
|
2175
|
+
margin-bottom: 5px;
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
.tsystem-h_45px {
|
|
2179
|
+
height: 45px;
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
.tsystem-mb_8px {
|
|
2183
|
+
margin-bottom: 8px;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
.tsystem-mb_20px {
|
|
2187
|
+
margin-bottom: 20px;
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2058
2190
|
.tsystem-bottom_-25px {
|
|
2059
2191
|
bottom: -25px;
|
|
2060
2192
|
}
|
|
@@ -2087,22 +2219,6 @@
|
|
|
2087
2219
|
padding-right: 5px;
|
|
2088
2220
|
}
|
|
2089
2221
|
|
|
2090
|
-
.tsystem-top_-1 {
|
|
2091
|
-
top: -1px;
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
|
-
.tsystem-right_-1 {
|
|
2095
|
-
right: -1px;
|
|
2096
|
-
}
|
|
2097
|
-
|
|
2098
|
-
.tsystem-w_10 {
|
|
2099
|
-
width: 10px;
|
|
2100
|
-
}
|
|
2101
|
-
|
|
2102
|
-
.tsystem-h_10 {
|
|
2103
|
-
height: 10px;
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
2222
|
.tsystem-h_35px {
|
|
2107
2223
|
height: 35px;
|
|
2108
2224
|
}
|
|
@@ -2135,10 +2251,6 @@
|
|
|
2135
2251
|
height: 14px;
|
|
2136
2252
|
}
|
|
2137
2253
|
|
|
2138
|
-
.tsystem-h_25px {
|
|
2139
|
-
height: 25px;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
2254
|
.tsystem-max-w_200px {
|
|
2143
2255
|
max-width: 200px;
|
|
2144
2256
|
}
|
|
@@ -2151,10 +2263,6 @@
|
|
|
2151
2263
|
margin-right: 15px;
|
|
2152
2264
|
}
|
|
2153
2265
|
|
|
2154
|
-
.tsystem-w_512px {
|
|
2155
|
-
width: 512px;
|
|
2156
|
-
}
|
|
2157
|
-
|
|
2158
2266
|
.tsystem-max-w_1 {
|
|
2159
2267
|
max-width: 1px;
|
|
2160
2268
|
}
|
|
@@ -2163,6 +2271,10 @@
|
|
|
2163
2271
|
width: 1px;
|
|
2164
2272
|
}
|
|
2165
2273
|
|
|
2274
|
+
.tsystem-w_512px {
|
|
2275
|
+
width: 512px;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2166
2278
|
.tsystem-min-h_36px {
|
|
2167
2279
|
min-height: 36px;
|
|
2168
2280
|
}
|
|
@@ -2207,6 +2319,10 @@
|
|
|
2207
2319
|
min-height: 55px;
|
|
2208
2320
|
}
|
|
2209
2321
|
|
|
2322
|
+
.tsystem-w_full {
|
|
2323
|
+
width: full;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2210
2326
|
.tsystem-mb_30px {
|
|
2211
2327
|
margin-bottom: 30px;
|
|
2212
2328
|
}
|
|
@@ -2251,18 +2367,10 @@
|
|
|
2251
2367
|
height: fit-content;
|
|
2252
2368
|
}
|
|
2253
2369
|
|
|
2254
|
-
.tsystem-w_600px {
|
|
2255
|
-
width: 600px;
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2258
2370
|
.tsystem-min-h_200px {
|
|
2259
2371
|
min-height: 200px;
|
|
2260
2372
|
}
|
|
2261
2373
|
|
|
2262
|
-
.tsystem-pr_10px {
|
|
2263
|
-
padding-right: 10px;
|
|
2264
|
-
}
|
|
2265
|
-
|
|
2266
2374
|
.tsystem-pt_4px {
|
|
2267
2375
|
padding-top: 4px;
|
|
2268
2376
|
}
|
|
@@ -2295,6 +2403,10 @@
|
|
|
2295
2403
|
margin-bottom: 10px;
|
|
2296
2404
|
}
|
|
2297
2405
|
|
|
2406
|
+
.tsystem-w_342px {
|
|
2407
|
+
width: 342px;
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2298
2410
|
.tsystem-h_16 {
|
|
2299
2411
|
height: 16px;
|
|
2300
2412
|
}
|
|
@@ -2343,10 +2455,6 @@
|
|
|
2343
2455
|
margin-top: 35px;
|
|
2344
2456
|
}
|
|
2345
2457
|
|
|
2346
|
-
.tsystem-mb_20px {
|
|
2347
|
-
margin-bottom: 20px;
|
|
2348
|
-
}
|
|
2349
|
-
|
|
2350
2458
|
.tsystem-pt_10px {
|
|
2351
2459
|
padding-top: 10px;
|
|
2352
2460
|
}
|
|
@@ -2379,7 +2487,19 @@
|
|
|
2379
2487
|
margin-left: auto;
|
|
2380
2488
|
}
|
|
2381
2489
|
|
|
2382
|
-
|
|
2490
|
+
.tsystem-w_150 {
|
|
2491
|
+
width: 150px;
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
.tsystem-min-w_150 {
|
|
2495
|
+
min-width: 150px;
|
|
2496
|
+
}
|
|
2497
|
+
|
|
2498
|
+
.\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-haserror='true'] {
|
|
2499
|
+
border: var(--Tight-borderWidths-lg) solid;
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
.\[\&\[data-selected\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-selected='true'] {
|
|
2383
2503
|
border: var(--Tight-borderWidths-lg) solid;
|
|
2384
2504
|
}
|
|
2385
2505
|
|
|
@@ -2419,7 +2539,12 @@
|
|
|
2419
2539
|
border-radius: 50%;
|
|
2420
2540
|
}
|
|
2421
2541
|
|
|
2422
|
-
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-ring_none[data-focused='true']
|
|
2542
|
+
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-ring_none[data-focused='true'] {
|
|
2543
|
+
outline: 2px solid transparent;
|
|
2544
|
+
outline-offset: 2px;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
.\[\&_\.recharts-surface\]\:tsystem-ring_none .recharts-surface {
|
|
2423
2548
|
outline: 2px solid transparent;
|
|
2424
2549
|
outline-offset: 2px;
|
|
2425
2550
|
}
|
|
@@ -2440,6 +2565,10 @@
|
|
|
2440
2565
|
color: var(--Tight-colors-typography-intent-secondary);
|
|
2441
2566
|
}
|
|
2442
2567
|
|
|
2568
|
+
.\[\&\:disabled\]\:tsystem-cursor_default:disabled {
|
|
2569
|
+
cursor: default;
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2443
2572
|
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.base .Tight-sub-label {
|
|
2444
2573
|
color: var(--Tight-colors-typography-base);
|
|
2445
2574
|
}
|
|
@@ -2496,10 +2625,6 @@
|
|
|
2496
2625
|
color: var(--Tight-colors-typography-intent-danger);
|
|
2497
2626
|
}
|
|
2498
2627
|
|
|
2499
|
-
.\[\&\:disabled\]\:tsystem-cursor_default:disabled {
|
|
2500
|
-
cursor: default;
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
2628
|
.\[\&\:\:before\]\:tsystem-content_\'\'::before {
|
|
2504
2629
|
content: '';
|
|
2505
2630
|
}
|
|
@@ -2827,7 +2952,7 @@
|
|
|
2827
2952
|
outline-offset: -1px;
|
|
2828
2953
|
}
|
|
2829
2954
|
|
|
2830
|
-
|
|
2955
|
+
.focus\:tsystem-cursor_text:is(:focus, [data-focus]) {
|
|
2831
2956
|
cursor: text;
|
|
2832
2957
|
}
|
|
2833
2958
|
|
|
@@ -2855,10 +2980,14 @@
|
|
|
2855
2980
|
outline-color: var(--Tight-colors-border-layout);
|
|
2856
2981
|
}
|
|
2857
2982
|
|
|
2858
|
-
|
|
2983
|
+
.focus\:tsystem-z_1:is(:focus, [data-focus]) {
|
|
2859
2984
|
z-index: 1;
|
|
2860
2985
|
}
|
|
2861
2986
|
|
|
2987
|
+
.\[\&\:focus\]\:tsystem-cursor_text:focus {
|
|
2988
|
+
cursor: text;
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2862
2991
|
.focusVisible\:tsystem-ring-o_-2px:is(:focus-visible, [data-focus-visible]) {
|
|
2863
2992
|
outline-offset: -2px;
|
|
2864
2993
|
}
|
|
@@ -2895,6 +3024,14 @@
|
|
|
2895
3024
|
bottom: 0;
|
|
2896
3025
|
}
|
|
2897
3026
|
|
|
3027
|
+
.hover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:is(:hover, [data-hover]) {
|
|
3028
|
+
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
.\[\&\: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 {
|
|
3032
|
+
border-color: var(--Tight-colors-transparent);
|
|
3033
|
+
}
|
|
3034
|
+
|
|
2898
3035
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.action\.active[data-active='true']:enabled {
|
|
2899
3036
|
border-color: var(--Tight-colors-border-intent-action-active);
|
|
2900
3037
|
}
|
|
@@ -2903,10 +3040,6 @@
|
|
|
2903
3040
|
border-color: var(--Tight-colors-border-intent-danger-active);
|
|
2904
3041
|
}
|
|
2905
3042
|
|
|
2906
|
-
.\[\&\: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 {
|
|
2907
|
-
border-color: var(--Tight-colors-transparent);
|
|
2908
|
-
}
|
|
2909
|
-
|
|
2910
3043
|
.\[\&\: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 {
|
|
2911
3044
|
border-color: var(--Tight-colors-border-intent-primary-active);
|
|
2912
3045
|
}
|
|
@@ -2923,14 +3056,6 @@
|
|
|
2923
3056
|
background-color: var(--Tight-colors-surface-intent-action-discrete-active);
|
|
2924
3057
|
}
|
|
2925
3058
|
|
|
2926
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active[data-active='true']:enabled {
|
|
2927
|
-
background-color: var(--Tight-colors-surface-intent-action-active);
|
|
2928
|
-
}
|
|
2929
|
-
|
|
2930
|
-
.\[\&\: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 {
|
|
2931
|
-
background-color: var(--Tight-colors-surface-intent-danger-active);
|
|
2932
|
-
}
|
|
2933
|
-
|
|
2934
3059
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active[data-active='true']:enabled {
|
|
2935
3060
|
color: var(--Tight-colors-icon-intent-action-active);
|
|
2936
3061
|
}
|
|
@@ -2939,6 +3064,14 @@
|
|
|
2939
3064
|
fill: var(--Tight-colors-icon-intent-action-active);
|
|
2940
3065
|
}
|
|
2941
3066
|
|
|
3067
|
+
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active[data-active='true']:enabled {
|
|
3068
|
+
background-color: var(--Tight-colors-surface-intent-action-active);
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3071
|
+
.\[\&\: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 {
|
|
3072
|
+
background-color: var(--Tight-colors-surface-intent-danger-active);
|
|
3073
|
+
}
|
|
3074
|
+
|
|
2942
3075
|
.\[\&\: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 {
|
|
2943
3076
|
background-color: var(--Tight-colors-surface-intent-primary-active);
|
|
2944
3077
|
}
|
|
@@ -3036,6 +3169,14 @@
|
|
|
3036
3169
|
gap: 0;
|
|
3037
3170
|
}
|
|
3038
3171
|
|
|
3172
|
+
.sm\:tsystem-place-self_flex-start {
|
|
3173
|
+
place-self: flex-start;
|
|
3174
|
+
}
|
|
3175
|
+
|
|
3176
|
+
.sm\:tsystem-place-self_flex-end {
|
|
3177
|
+
place-self: flex-end;
|
|
3178
|
+
}
|
|
3179
|
+
|
|
3039
3180
|
.sm\:tsystem-flex-d_row {
|
|
3040
3181
|
flex-direction: row;
|
|
3041
3182
|
}
|
|
@@ -3080,6 +3221,30 @@
|
|
|
3080
3221
|
font-size: var(--Tight-fontSizes-label-strongSub);
|
|
3081
3222
|
}
|
|
3082
3223
|
|
|
3224
|
+
.sm\:tsystem-grid-tc_300px_auto_300px {
|
|
3225
|
+
grid-template-columns: 300px auto 300px;
|
|
3226
|
+
}
|
|
3227
|
+
|
|
3228
|
+
.sm\:tsystem-ai_flex-start {
|
|
3229
|
+
align-items: flex-start;
|
|
3230
|
+
}
|
|
3231
|
+
|
|
3232
|
+
.sm\:tsystem-ai_flex-end {
|
|
3233
|
+
align-items: flex-end;
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3236
|
+
.sm\:tsystem-trf_none {
|
|
3237
|
+
transform: none;
|
|
3238
|
+
}
|
|
3239
|
+
|
|
3240
|
+
.sm\:tsystem-jc_center {
|
|
3241
|
+
justify-content: center;
|
|
3242
|
+
}
|
|
3243
|
+
|
|
3244
|
+
.sm\:tsystem-jc_flex-end {
|
|
3245
|
+
justify-content: flex-end;
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3083
3248
|
.sm\:tsystem-left_auto {
|
|
3084
3249
|
left: auto;
|
|
3085
3250
|
}
|
|
@@ -3100,6 +3265,10 @@
|
|
|
3100
3265
|
min-width: 512px;
|
|
3101
3266
|
}
|
|
3102
3267
|
|
|
3268
|
+
.sm\:tsystem-max-w_512px {
|
|
3269
|
+
max-width: 512px;
|
|
3270
|
+
}
|
|
3271
|
+
|
|
3103
3272
|
.sm\:tsystem-w_100dvw {
|
|
3104
3273
|
width: 100dvw;
|
|
3105
3274
|
}
|
|
@@ -3139,173 +3308,277 @@
|
|
|
3139
3308
|
.sm\:tsystem-h_60px {
|
|
3140
3309
|
height: 60px;
|
|
3141
3310
|
}
|
|
3311
|
+
|
|
3312
|
+
.sm\:tsystem-max-w_300 {
|
|
3313
|
+
max-width: 300px;
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3316
|
+
.sm\:tsystem-min-w_600px {
|
|
3317
|
+
min-width: 600px;
|
|
3318
|
+
}
|
|
3319
|
+
|
|
3320
|
+
.sm\:tsystem-max-w_900px {
|
|
3321
|
+
max-width: 900px;
|
|
3322
|
+
}
|
|
3323
|
+
}
|
|
3324
|
+
|
|
3325
|
+
@media screen and (min-width: 53.125rem) {
|
|
3326
|
+
.md\:tsystem-flex_1_1_0 {
|
|
3327
|
+
flex: 1 1 0;
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3330
|
+
.md\:tsystem-flex_0_0_342px {
|
|
3331
|
+
flex: 0 0 342px;
|
|
3332
|
+
}
|
|
3142
3333
|
}
|
|
3143
3334
|
|
|
3144
3335
|
@media (hover: hover) and (pointer: fine) {
|
|
3145
3336
|
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
3146
3337
|
color: var(--Tight-colors-typography-intent-secondary-hover);
|
|
3338
|
+
}
|
|
3147
3339
|
}
|
|
3148
3340
|
|
|
3341
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3149
3342
|
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
3150
3343
|
color: var(--Tight-colors-typography-intent-action-hover);
|
|
3344
|
+
}
|
|
3151
3345
|
}
|
|
3152
3346
|
|
|
3347
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3153
3348
|
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
3154
3349
|
color: var(--Tight-colors-typography-intent-danger-hover);
|
|
3350
|
+
}
|
|
3155
3351
|
}
|
|
3156
3352
|
|
|
3353
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3157
3354
|
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
3158
3355
|
color: var(--Tight-colors-typography-intent-primary-hover);
|
|
3356
|
+
}
|
|
3159
3357
|
}
|
|
3160
3358
|
|
|
3359
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3161
3360
|
.supportHover\:notDisabled\:\[\&_path\]\:tsystem-stk_icon\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]) path:hover {
|
|
3162
3361
|
stroke: var(--Tight-colors-icon-intent-primary-hover);
|
|
3362
|
+
}
|
|
3163
3363
|
}
|
|
3164
3364
|
|
|
3365
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3165
3366
|
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
3166
3367
|
color: var(--Tight-colors-typography-intent-success-hover);
|
|
3368
|
+
}
|
|
3167
3369
|
}
|
|
3168
3370
|
|
|
3371
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3169
3372
|
.supportHover\:notDisabled\:\[\&_path\]\:tsystem-stk_icon\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]) path:hover {
|
|
3170
3373
|
stroke: var(--Tight-colors-icon-intent-success-hover);
|
|
3374
|
+
}
|
|
3171
3375
|
}
|
|
3172
3376
|
|
|
3377
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3173
3378
|
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
3174
3379
|
color: var(--Tight-colors-typography-intent-warning-hover);
|
|
3380
|
+
}
|
|
3175
3381
|
}
|
|
3176
3382
|
|
|
3383
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3177
3384
|
.supportHover\:notDisabled\:tsystem-bd_\{borderWidths\.lg\}_solid:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3178
3385
|
border: var(--Tight-borderWidths-lg) solid;
|
|
3386
|
+
}
|
|
3179
3387
|
}
|
|
3180
3388
|
|
|
3389
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3181
3390
|
.supportHover\:notDisabled\:tsystem-bd-c_border\.layout:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3182
3391
|
border-color: var(--Tight-colors-border-layout);
|
|
3392
|
+
}
|
|
3393
|
+
}
|
|
3394
|
+
|
|
3395
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3396
|
+
.supportHover\:enabled\:tsystem-bd-c_border\.intent\.action\.hover:enabled:hover {
|
|
3397
|
+
border-color: var(--Tight-colors-border-intent-action-hover);
|
|
3398
|
+
}
|
|
3183
3399
|
}
|
|
3184
3400
|
|
|
3401
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3185
3402
|
.\[\&_\>_\.Tight-text\]\:supportHover\:tsystem-trs_color_100ms_ease-out > .Tight-text:hover {
|
|
3186
3403
|
transition: color 100ms ease-out;
|
|
3404
|
+
}
|
|
3187
3405
|
}
|
|
3188
3406
|
|
|
3407
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3189
3408
|
.\[\&_path\]\:supportHover\:tsystem-trs_stroke_100ms_ease-out path:hover {
|
|
3190
3409
|
transition: stroke 100ms ease-out;
|
|
3410
|
+
}
|
|
3191
3411
|
}
|
|
3192
3412
|
|
|
3413
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3193
3414
|
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3194
3415
|
border-color: var(--Tight-colors-border-intent-action-hover);
|
|
3416
|
+
}
|
|
3195
3417
|
}
|
|
3196
3418
|
|
|
3419
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3197
3420
|
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3198
3421
|
border-color: var(--Tight-colors-border-intent-danger-hover);
|
|
3199
3422
|
}
|
|
3200
|
-
|
|
3201
|
-
.supportHover\:enabled\:tsystem-bd-c_border\.intent\.action\.hover:enabled:hover {
|
|
3202
|
-
border-color: var(--Tight-colors-border-intent-action-hover);
|
|
3203
3423
|
}
|
|
3204
3424
|
|
|
3425
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3205
3426
|
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3206
3427
|
border-color: var(--Tight-colors-border-intent-primary-hover);
|
|
3428
|
+
}
|
|
3207
3429
|
}
|
|
3208
3430
|
|
|
3431
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3209
3432
|
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3210
3433
|
border-color: var(--Tight-colors-border-intent-success-hover);
|
|
3434
|
+
}
|
|
3211
3435
|
}
|
|
3212
3436
|
|
|
3437
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3213
3438
|
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3214
3439
|
border-color: var(--Tight-colors-border-intent-warning-hover);
|
|
3440
|
+
}
|
|
3215
3441
|
}
|
|
3216
3442
|
|
|
3443
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3217
3444
|
.\[\&_\.Tight-text\:\:after\]\:supportHover\:tsystem-trs_width_300ms_ease-out .Tight-text::after:hover {
|
|
3218
3445
|
transition: width 300ms ease-out;
|
|
3446
|
+
}
|
|
3219
3447
|
}
|
|
3220
3448
|
|
|
3449
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3221
3450
|
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3222
3451
|
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
3452
|
+
}
|
|
3223
3453
|
}
|
|
3224
3454
|
|
|
3455
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3456
|
+
.supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:enabled:hover {
|
|
3457
|
+
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
3458
|
+
}
|
|
3459
|
+
}
|
|
3460
|
+
|
|
3461
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3462
|
+
.supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
|
|
3463
|
+
color: var(--Tight-colors-icon-intent-action-hover);
|
|
3464
|
+
}
|
|
3465
|
+
}
|
|
3466
|
+
|
|
3467
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3468
|
+
.supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
|
|
3469
|
+
fill: var(--Tight-colors-icon-intent-action-hover);
|
|
3470
|
+
}
|
|
3471
|
+
}
|
|
3472
|
+
|
|
3473
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3225
3474
|
.supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover .Tight-sub-label:hover {
|
|
3226
3475
|
color: var(--Tight-colors-typography-intent-secondary-hover);
|
|
3476
|
+
}
|
|
3227
3477
|
}
|
|
3228
3478
|
|
|
3479
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3229
3480
|
.supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover .Tight-medium-icon > path:hover {
|
|
3230
3481
|
stroke: var(--Tight-colors-icon-intent-secondary-hover);
|
|
3482
|
+
}
|
|
3231
3483
|
}
|
|
3232
3484
|
|
|
3485
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3233
3486
|
.supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action\.hover .Tight-sub-label:hover {
|
|
3234
3487
|
color: var(--Tight-colors-typography-intent-action-hover);
|
|
3488
|
+
}
|
|
3235
3489
|
}
|
|
3236
3490
|
|
|
3491
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3237
3492
|
.supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover .Tight-medium-icon > path:hover {
|
|
3238
3493
|
stroke: var(--Tight-colors-icon-intent-action-hover);
|
|
3494
|
+
}
|
|
3239
3495
|
}
|
|
3240
3496
|
|
|
3497
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3241
3498
|
.supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success\.hover .Tight-sub-label:hover {
|
|
3242
3499
|
color: var(--Tight-colors-typography-intent-success-hover);
|
|
3500
|
+
}
|
|
3243
3501
|
}
|
|
3244
3502
|
|
|
3503
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3245
3504
|
.supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover .Tight-medium-icon > path:hover {
|
|
3246
3505
|
stroke: var(--Tight-colors-icon-intent-success-hover);
|
|
3506
|
+
}
|
|
3247
3507
|
}
|
|
3248
3508
|
|
|
3509
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3249
3510
|
.supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning\.hover .Tight-sub-label:hover {
|
|
3250
3511
|
color: var(--Tight-colors-typography-intent-warning-hover);
|
|
3512
|
+
}
|
|
3251
3513
|
}
|
|
3252
3514
|
|
|
3515
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3253
3516
|
.supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover .Tight-medium-icon > path:hover {
|
|
3254
3517
|
stroke: var(--Tight-colors-icon-intent-warning-hover);
|
|
3518
|
+
}
|
|
3255
3519
|
}
|
|
3256
3520
|
|
|
3521
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3257
3522
|
.supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.danger\.hover .Tight-sub-label:hover {
|
|
3258
3523
|
color: var(--Tight-colors-typography-intent-danger-hover);
|
|
3524
|
+
}
|
|
3259
3525
|
}
|
|
3260
3526
|
|
|
3527
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3261
3528
|
.supportHover\:\[\&_\.Tight-medium-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover .Tight-medium-icon > path:hover {
|
|
3262
3529
|
stroke: var(--Tight-colors-icon-intent-danger-hover);
|
|
3530
|
+
}
|
|
3263
3531
|
}
|
|
3264
3532
|
|
|
3533
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3265
3534
|
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3266
3535
|
background-color: var(--Tight-colors-surface-intent-action-hover);
|
|
3536
|
+
}
|
|
3267
3537
|
}
|
|
3268
3538
|
|
|
3539
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3269
3540
|
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3270
3541
|
background-color: var(--Tight-colors-surface-intent-danger-hover);
|
|
3271
3542
|
}
|
|
3272
|
-
|
|
3273
|
-
.supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:enabled:hover {
|
|
3274
|
-
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
3275
|
-
}
|
|
3276
|
-
|
|
3277
|
-
.supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
|
|
3278
|
-
color: var(--Tight-colors-icon-intent-action-hover);
|
|
3279
|
-
}
|
|
3280
|
-
|
|
3281
|
-
.supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
|
|
3282
|
-
fill: var(--Tight-colors-icon-intent-action-hover);
|
|
3283
3543
|
}
|
|
3284
3544
|
|
|
3545
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3285
3546
|
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.primary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3286
3547
|
background-color: var(--Tight-colors-surface-intent-primary-hover);
|
|
3548
|
+
}
|
|
3287
3549
|
}
|
|
3288
3550
|
|
|
3551
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3289
3552
|
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3290
3553
|
background-color: var(--Tight-colors-surface-intent-success-hover);
|
|
3554
|
+
}
|
|
3291
3555
|
}
|
|
3292
3556
|
|
|
3557
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3293
3558
|
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
3294
3559
|
background-color: var(--Tight-colors-surface-intent-warning-hover);
|
|
3560
|
+
}
|
|
3295
3561
|
}
|
|
3296
3562
|
|
|
3563
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3297
3564
|
.supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
|
|
3298
3565
|
background-color: var(--Tight-colors-surface-background-hover);
|
|
3566
|
+
}
|
|
3299
3567
|
}
|
|
3300
3568
|
|
|
3569
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3301
3570
|
.\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover[data-state='closed'][data-disablehover='false']:hover {
|
|
3302
3571
|
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
3572
|
+
}
|
|
3303
3573
|
}
|
|
3304
3574
|
|
|
3575
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3305
3576
|
.\[\&_\.Tight-medium-icon_\>_path\]\:supportHover\:tsystem-stk_typography\.intent\.action\.hover .Tight-medium-icon > path:hover {
|
|
3306
3577
|
stroke: var(--Tight-colors-typography-intent-action-hover);
|
|
3578
|
+
}
|
|
3307
3579
|
}
|
|
3308
3580
|
|
|
3581
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3309
3582
|
.\[\&_\.Tight-text\:\:after\]\:supportHover\:tsystem-w_100\% .Tight-text::after:hover {
|
|
3310
3583
|
width: 100%;
|
|
3311
3584
|
}
|
|
@@ -3326,80 +3599,124 @@
|
|
|
3326
3599
|
@media (hover: hover) and (pointer: fine) {
|
|
3327
3600
|
.supportHover\:tsystem-bg_surface\.intent\.secondary\.hover:hover {
|
|
3328
3601
|
background: var(--Tight-colors-surface-intent-secondary-hover);
|
|
3602
|
+
}
|
|
3329
3603
|
}
|
|
3330
3604
|
|
|
3605
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3331
3606
|
.supportHover\:tsystem-bg_surface\.intent\.action\.hover:hover {
|
|
3332
3607
|
background: var(--Tight-colors-surface-intent-action-hover);
|
|
3608
|
+
}
|
|
3333
3609
|
}
|
|
3334
3610
|
|
|
3611
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3335
3612
|
.supportHover\:tsystem-bg_surface\.intent\.success\.hover:hover {
|
|
3336
3613
|
background: var(--Tight-colors-surface-intent-success-hover);
|
|
3614
|
+
}
|
|
3337
3615
|
}
|
|
3338
3616
|
|
|
3617
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3339
3618
|
.supportHover\:tsystem-bg_surface\.intent\.warning\.hover:hover {
|
|
3340
3619
|
background: var(--Tight-colors-surface-intent-warning-hover);
|
|
3620
|
+
}
|
|
3341
3621
|
}
|
|
3342
3622
|
|
|
3623
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3343
3624
|
.supportHover\:tsystem-bg_surface\.intent\.danger\.hover:hover {
|
|
3344
3625
|
background: var(--Tight-colors-surface-intent-danger-hover);
|
|
3626
|
+
}
|
|
3345
3627
|
}
|
|
3346
3628
|
|
|
3629
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3347
3630
|
.supportHover\:tsystem-bd_\{borderWidths\.lg\}_solid:hover {
|
|
3348
3631
|
border: var(--Tight-borderWidths-lg) solid;
|
|
3632
|
+
}
|
|
3349
3633
|
}
|
|
3350
3634
|
|
|
3635
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3351
3636
|
.supportHover\:tsystem-trs_background_100ms_ease-out\,_background-color_100ms_ease-out\,_border-color_100ms_ease-out\,_box-shadow_0ms:hover {
|
|
3352
3637
|
transition: background 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out, box-shadow 0ms;
|
|
3638
|
+
}
|
|
3353
3639
|
}
|
|
3354
3640
|
|
|
3641
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3355
3642
|
.supportHover\:tsystem-trs_background_100ms_ease-out\,_box-shadow_0ms:hover {
|
|
3356
3643
|
transition: background 100ms ease-out, box-shadow 0ms;
|
|
3644
|
+
}
|
|
3357
3645
|
}
|
|
3358
3646
|
|
|
3647
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3359
3648
|
.supportHover\:tsystem-trs_color_100ms_ease-out:hover {
|
|
3360
3649
|
transition: color 100ms ease-out;
|
|
3650
|
+
}
|
|
3361
3651
|
}
|
|
3362
3652
|
|
|
3653
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3363
3654
|
.supportHover\:tsystem-bd-c_border\.intent\.secondary\.hover:hover {
|
|
3364
3655
|
border-color: var(--Tight-colors-border-intent-secondary-hover);
|
|
3656
|
+
}
|
|
3365
3657
|
}
|
|
3366
3658
|
|
|
3659
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3367
3660
|
.supportHover\:tsystem-bd-c_border\.intent\.action\.hover:hover {
|
|
3368
3661
|
border-color: var(--Tight-colors-border-intent-action-hover);
|
|
3662
|
+
}
|
|
3369
3663
|
}
|
|
3370
3664
|
|
|
3665
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3371
3666
|
.supportHover\:tsystem-bd-c_border\.intent\.success\.hover:hover {
|
|
3372
3667
|
border-color: var(--Tight-colors-border-intent-success-hover);
|
|
3668
|
+
}
|
|
3373
3669
|
}
|
|
3374
3670
|
|
|
3671
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3375
3672
|
.supportHover\:tsystem-bd-c_border\.intent\.warning\.hover:hover {
|
|
3376
3673
|
border-color: var(--Tight-colors-border-intent-warning-hover);
|
|
3674
|
+
}
|
|
3377
3675
|
}
|
|
3378
3676
|
|
|
3677
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3379
3678
|
.supportHover\:tsystem-bd-c_border\.intent\.danger\.hover:hover {
|
|
3380
3679
|
border-color: var(--Tight-colors-border-intent-danger-hover);
|
|
3680
|
+
}
|
|
3381
3681
|
}
|
|
3382
3682
|
|
|
3683
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3383
3684
|
.supportHover\:tsystem-bg-c_surface\.intent\.action\.hover:hover {
|
|
3384
3685
|
background-color: var(--Tight-colors-surface-intent-action-hover);
|
|
3686
|
+
}
|
|
3385
3687
|
}
|
|
3386
3688
|
|
|
3689
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3387
3690
|
.supportHover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:hover {
|
|
3388
3691
|
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
3692
|
+
}
|
|
3389
3693
|
}
|
|
3390
3694
|
|
|
3695
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3391
3696
|
.supportHover\:tsystem-c_typography\.accent\.action:hover {
|
|
3392
3697
|
color: var(--Tight-colors-typography-accent-action);
|
|
3698
|
+
}
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3701
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3702
|
+
.supportHover\:tsystem-cursor_pointer:hover {
|
|
3703
|
+
cursor: pointer;
|
|
3704
|
+
}
|
|
3393
3705
|
}
|
|
3394
3706
|
|
|
3707
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3395
3708
|
.supportHover\:tsystem-bg-c_brand\.primary:hover {
|
|
3396
3709
|
background-color: var(--Tight-colors-brand-primary);
|
|
3710
|
+
}
|
|
3397
3711
|
}
|
|
3398
3712
|
|
|
3713
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3399
3714
|
.supportHover\:tsystem-c_typography\.contrast:hover {
|
|
3400
3715
|
color: var(--Tight-colors-typography-contrast);
|
|
3716
|
+
}
|
|
3401
3717
|
}
|
|
3402
3718
|
|
|
3719
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3403
3720
|
.supportHover\:tsystem-c_typography\.intent\.action\.hover:hover {
|
|
3404
3721
|
color: var(--Tight-colors-typography-intent-action-hover);
|
|
3405
3722
|
}
|