@tight-embedded/react 6.0.2 → 6.1.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 +331 -315
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +1 -2
- 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 +9 -7
- package/dist/235.css +0 -446
- package/dist/235.css.gz +0 -0
- package/dist/41.css +0 -245
- package/dist/41.css.gz +0 -0
- package/dist/fonts/G centra-book.otf +0 -0
- package/dist/fonts/G centra-book.otf.gz +0 -0
- package/dist/fonts/G centra-medium.otf +0 -0
- package/dist/fonts/G centra-medium.otf.gz +0 -0
- package/dist/fonts/Inter-Bold.ttf +0 -0
- package/dist/fonts/Inter-Bold.ttf.gz +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf.gz +0 -0
- package/dist/fonts/Inter-Light.ttf +0 -0
- package/dist/fonts/Inter-Light.ttf.gz +0 -0
- package/dist/fonts/Inter-Medium.ttf +0 -0
- package/dist/fonts/Inter-Medium.ttf.gz +0 -0
- package/dist/fonts/Inter-Regular.ttf +0 -0
- package/dist/fonts/Inter-Regular.ttf.gz +0 -0
- package/dist/fonts/Inter-SemiBold.ttf +0 -0
- package/dist/fonts/Inter-SemiBold.ttf.gz +0 -0
- package/dist/fonts/gcentra-book.woff +0 -0
- package/dist/fonts/gcentra-book.woff.gz +0 -0
- package/dist/fonts/gcentra-book.woff2 +0 -0
- package/dist/fonts/gcentra-medium.woff +0 -0
- package/dist/fonts/gcentra-medium.woff.gz +0 -0
- package/dist/fonts/gcentra-medium.woff2 +0 -0
- package/dist/gcentra.css +0 -25
- package/dist/gcentra.css.gz +0 -0
- package/dist/inter.css +0 -36
- package/dist/inter.css.gz +0 -0
package/dist/index.css
CHANGED
|
@@ -115,10 +115,6 @@
|
|
|
115
115
|
--Tight-animations-appear-delay: 0.25s linear both 1.5s fade-in;
|
|
116
116
|
--Tight-animations-shimmer: 2s ease-in-out infinite shimmer;
|
|
117
117
|
--Tight-animations-spin: 1.5s ease-in-out 0.1s spin infinite;
|
|
118
|
-
--Tight-animations-slideIn-right: 300ms ease-out both slide-in-right;
|
|
119
|
-
--Tight-animations-slideIn-up: 300ms ease-out both slide-in-up;
|
|
120
|
-
--Tight-animations-slideOut-right: 300ms ease-in both slide-out-right;
|
|
121
|
-
--Tight-animations-slideOut-down: 300ms ease-in both slide-out-down;
|
|
122
118
|
--Tight-shadows-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05), 0px 4px 12px 0px rgba(0, 0, 0, 0.15) ;
|
|
123
119
|
--Tight-breakpoints-sm: 640px;
|
|
124
120
|
--Tight-breakpoints-md: 850px;
|
|
@@ -175,9 +171,9 @@
|
|
|
175
171
|
--Tight-colors-surface-intent-action-hover: var(--Tight-colors-brand-action);
|
|
176
172
|
--Tight-colors-surface-intent-action-active: var(--Tight-colors-brand-action-strong);
|
|
177
173
|
--Tight-colors-surface-intent-action-disabled: var(--Tight-colors-surface-foreground-disabled);
|
|
178
|
-
--Tight-colors-surface-intent-action-
|
|
179
|
-
--Tight-colors-surface-intent-action-
|
|
180
|
-
--Tight-colors-surface-intent-action-
|
|
174
|
+
--Tight-colors-surface-intent-action-discreet: transparent;
|
|
175
|
+
--Tight-colors-surface-intent-action-discreet-hover: var(--Tight-colors-brand-action-weak);
|
|
176
|
+
--Tight-colors-surface-intent-action-discreet-active: var(--Tight-colors-brand-action);
|
|
181
177
|
--Tight-colors-surface-intent-success: var(--Tight-colors-brand-success-weak);
|
|
182
178
|
--Tight-colors-surface-intent-success-hover: var(--Tight-colors-brand-success);
|
|
183
179
|
--Tight-colors-surface-intent-success-active: var(--Tight-colors-brand-success-strong);
|
|
@@ -456,6 +452,10 @@
|
|
|
456
452
|
border: 0.75px;
|
|
457
453
|
}
|
|
458
454
|
|
|
455
|
+
.tsystem-p_8px_16px {
|
|
456
|
+
padding: 8px 16px;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
459
|
.tsystem-p_5px {
|
|
460
460
|
padding: 5px;
|
|
461
461
|
}
|
|
@@ -472,6 +472,10 @@
|
|
|
472
472
|
border: 1px solid;
|
|
473
473
|
}
|
|
474
474
|
|
|
475
|
+
.tsystem-p_8px {
|
|
476
|
+
padding: 8px;
|
|
477
|
+
}
|
|
478
|
+
|
|
475
479
|
.tsystem-bg_surface\.background\.hover {
|
|
476
480
|
background: var(--Tight-colors-surface-background-hover);
|
|
477
481
|
}
|
|
@@ -512,36 +516,24 @@
|
|
|
512
516
|
margin: 0;
|
|
513
517
|
}
|
|
514
518
|
|
|
515
|
-
.tsystem-p_8px {
|
|
516
|
-
padding: 8px;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
519
|
.tsystem-p_24px {
|
|
520
520
|
padding: 24px;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
-
.tsystem-
|
|
524
|
-
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
.tsystem-anim_slideIn\.up {
|
|
528
|
-
animation: var(--Tight-animations-slideIn-up);
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.tsystem-anim_slideOut\.right {
|
|
532
|
-
animation: var(--Tight-animations-slideOut-right);
|
|
523
|
+
.tsystem-p_15px {
|
|
524
|
+
padding: 15px;
|
|
533
525
|
}
|
|
534
526
|
|
|
535
|
-
.tsystem-
|
|
536
|
-
|
|
527
|
+
.tsystem-bd_\{borderWidths\.lg\}_solid {
|
|
528
|
+
border: var(--Tight-borderWidths-lg) solid;
|
|
537
529
|
}
|
|
538
530
|
|
|
539
|
-
.tsystem-
|
|
540
|
-
|
|
531
|
+
.tsystem-bg_surface\.foreground {
|
|
532
|
+
background: var(--Tight-colors-surface-foreground);
|
|
541
533
|
}
|
|
542
534
|
|
|
543
|
-
.tsystem-
|
|
544
|
-
|
|
535
|
+
.tsystem-bg_brand\.primary\.strong {
|
|
536
|
+
background: var(--Tight-colors-brand-primary-strong);
|
|
545
537
|
}
|
|
546
538
|
|
|
547
539
|
.tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
|
|
@@ -556,14 +548,6 @@
|
|
|
556
548
|
padding: 0 25px;
|
|
557
549
|
}
|
|
558
550
|
|
|
559
|
-
.tsystem-bg_surface\.foreground {
|
|
560
|
-
background: var(--Tight-colors-surface-foreground);
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
.tsystem-bg_brand\.primary\.strong {
|
|
564
|
-
background: var(--Tight-colors-brand-primary-strong);
|
|
565
|
-
}
|
|
566
|
-
|
|
567
551
|
.tsystem-bd_\{borderWidths\.lg\}_solid_transparent {
|
|
568
552
|
border: var(--Tight-borderWidths-lg) solid transparent;
|
|
569
553
|
}
|
|
@@ -572,6 +556,14 @@
|
|
|
572
556
|
border: 2px solid red;
|
|
573
557
|
}
|
|
574
558
|
|
|
559
|
+
.tsystem-p_16px_16px {
|
|
560
|
+
padding: 16px 16px;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.tsystem-bd_1px_solid_\{colors\.border\.layout\} {
|
|
564
|
+
border: 1px solid var(--Tight-colors-border-layout);
|
|
565
|
+
}
|
|
566
|
+
|
|
575
567
|
.tsystem-m_0_8px {
|
|
576
568
|
margin: 0 8px;
|
|
577
569
|
}
|
|
@@ -648,22 +640,10 @@
|
|
|
648
640
|
padding: 10px 8px;
|
|
649
641
|
}
|
|
650
642
|
|
|
651
|
-
.tsystem-bd_\{borderWidths\.lg\}_solid {
|
|
652
|
-
border: var(--Tight-borderWidths-lg) solid;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
643
|
.tsystem-bg_surface\.intent\.danger\.opaque {
|
|
656
644
|
background: var(--Tight-colors-surface-intent-danger-opaque);
|
|
657
645
|
}
|
|
658
646
|
|
|
659
|
-
.tsystem-p_1px_0 {
|
|
660
|
-
padding: 1px 0;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.tsystem-p_1px {
|
|
664
|
-
padding: 1px;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
647
|
.tsystem-p_4px_8px {
|
|
668
648
|
padding: 4px 8px;
|
|
669
649
|
}
|
|
@@ -700,20 +680,20 @@
|
|
|
700
680
|
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
701
681
|
}
|
|
702
682
|
|
|
703
|
-
.tsystem-
|
|
704
|
-
|
|
683
|
+
.tsystem-p_12px_0_4px {
|
|
684
|
+
padding: 12px 0 4px;
|
|
705
685
|
}
|
|
706
686
|
|
|
707
|
-
.tsystem-
|
|
708
|
-
|
|
687
|
+
.tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
688
|
+
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
709
689
|
}
|
|
710
690
|
|
|
711
691
|
.tsystem-p_15px_15px_0_15px {
|
|
712
692
|
padding: 15px 15px 0 15px;
|
|
713
693
|
}
|
|
714
694
|
|
|
715
|
-
.tsystem-
|
|
716
|
-
|
|
695
|
+
.tsystem-p_26px {
|
|
696
|
+
padding: 26px;
|
|
717
697
|
}
|
|
718
698
|
|
|
719
699
|
.tsystem-p_2px {
|
|
@@ -728,14 +708,6 @@
|
|
|
728
708
|
background: var(--Tight-colors-none);
|
|
729
709
|
}
|
|
730
710
|
|
|
731
|
-
.tsystem-p_10px_25px_10px_15px {
|
|
732
|
-
padding: 10px 25px 10px 15px;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
.tsystem-p_5 {
|
|
736
|
-
padding: 5px;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
711
|
.tsystem-bd_0 {
|
|
740
712
|
border: 0;
|
|
741
713
|
}
|
|
@@ -744,14 +716,6 @@
|
|
|
744
716
|
padding: 25px;
|
|
745
717
|
}
|
|
746
718
|
|
|
747
|
-
.tsystem-p_8px_16px {
|
|
748
|
-
padding: 8px 16px;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.tsystem-p_16px_16px_45px_16px {
|
|
752
|
-
padding: 16px 16px 45px 16px;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
719
|
.tsystem-bg_brand\.success {
|
|
756
720
|
background: var(--Tight-colors-brand-success);
|
|
757
721
|
}
|
|
@@ -893,8 +857,12 @@
|
|
|
893
857
|
gap: 12px;
|
|
894
858
|
}
|
|
895
859
|
|
|
896
|
-
.tsystem-
|
|
897
|
-
|
|
860
|
+
.tsystem-bdr_borderWidth\.sm {
|
|
861
|
+
border-radius: borderWidth.sm;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.tsystem-flex_1_0_0 {
|
|
865
|
+
flex: 1 0 0;
|
|
898
866
|
}
|
|
899
867
|
|
|
900
868
|
.tsystem-bdr_50\% {
|
|
@@ -905,6 +873,10 @@
|
|
|
905
873
|
border-width: 1px;
|
|
906
874
|
}
|
|
907
875
|
|
|
876
|
+
.tsystem-flex_1 {
|
|
877
|
+
flex: 1 1 0%;
|
|
878
|
+
}
|
|
879
|
+
|
|
908
880
|
.tsystem-td_none {
|
|
909
881
|
text-decoration: none;
|
|
910
882
|
}
|
|
@@ -977,8 +949,12 @@
|
|
|
977
949
|
flex: 1 1 0;
|
|
978
950
|
}
|
|
979
951
|
|
|
980
|
-
.tsystem-
|
|
981
|
-
|
|
952
|
+
.tsystem-ovs-b_contain {
|
|
953
|
+
overscroll-behavior: contain;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.tsystem-bd-c_normal {
|
|
957
|
+
border-color: normal;
|
|
982
958
|
}
|
|
983
959
|
|
|
984
960
|
.tsystem-gap_2px {
|
|
@@ -989,6 +965,14 @@
|
|
|
989
965
|
padding-inline: 8px;
|
|
990
966
|
}
|
|
991
967
|
|
|
968
|
+
.tsystem-bdr_9999px {
|
|
969
|
+
border-radius: 9999px;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
.tsystem-ring_3px_solid {
|
|
973
|
+
outline: 3px solid;
|
|
974
|
+
}
|
|
975
|
+
|
|
992
976
|
.tsystem-bg-p_100\%_0 {
|
|
993
977
|
background-position: 100% 0;
|
|
994
978
|
}
|
|
@@ -1085,10 +1069,6 @@
|
|
|
1085
1069
|
border-color: var(--Tight-colors-surface-intent-success-active);
|
|
1086
1070
|
}
|
|
1087
1071
|
|
|
1088
|
-
.tsystem-flex_1_0_0 {
|
|
1089
|
-
flex: 1 0 0;
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
1072
|
.tsystem-bd-w_sm {
|
|
1093
1073
|
border-width: var(--Tight-borderWidths-sm);
|
|
1094
1074
|
}
|
|
@@ -1097,6 +1077,10 @@
|
|
|
1097
1077
|
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-strong);
|
|
1098
1078
|
}
|
|
1099
1079
|
|
|
1080
|
+
.tsystem-gap_3px {
|
|
1081
|
+
gap: 3px;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1100
1084
|
.tsystem-gap_10 {
|
|
1101
1085
|
gap: 10px;
|
|
1102
1086
|
}
|
|
@@ -1105,14 +1089,14 @@
|
|
|
1105
1089
|
border-bottom: none;
|
|
1106
1090
|
}
|
|
1107
1091
|
|
|
1108
|
-
.tsystem-bdr_9999px {
|
|
1109
|
-
border-radius: 9999px;
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
1092
|
.tsystem-bdr_2px {
|
|
1113
1093
|
border-radius: 2px;
|
|
1114
1094
|
}
|
|
1115
1095
|
|
|
1096
|
+
.tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
1097
|
+
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1116
1100
|
.tsystem-gap_16 {
|
|
1117
1101
|
gap: 16px;
|
|
1118
1102
|
}
|
|
@@ -1125,18 +1109,6 @@
|
|
|
1125
1109
|
border-left: 1px solid var(--Tight-colors-border-layout);
|
|
1126
1110
|
}
|
|
1127
1111
|
|
|
1128
|
-
.tsystem-bd-c_normal {
|
|
1129
|
-
border-color: normal;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
.tsystem-bd-l_1px_solid_\{colors\.border\.layout\.strong\} {
|
|
1133
|
-
border-left: 1px solid var(--Tight-colors-border-layout-strong);
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
.tsystem-mx_40px {
|
|
1137
|
-
margin-inline: 40px;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
1112
|
.tsystem-tw_nowrap {
|
|
1141
1113
|
text-wrap: nowrap;
|
|
1142
1114
|
}
|
|
@@ -1157,6 +1129,14 @@
|
|
|
1157
1129
|
text-emphasis: none;
|
|
1158
1130
|
}
|
|
1159
1131
|
|
|
1132
|
+
.tsystem-ov_auto {
|
|
1133
|
+
overflow: auto;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
.tsystem-bdr_0px {
|
|
1137
|
+
border-radius: 0px;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1160
1140
|
.tsystem-gap_30px {
|
|
1161
1141
|
gap: 30px;
|
|
1162
1142
|
}
|
|
@@ -1213,8 +1193,8 @@
|
|
|
1213
1193
|
color: var(--Tight-colors-typography-intent-secondary);
|
|
1214
1194
|
}
|
|
1215
1195
|
|
|
1216
|
-
.tsystem-bg-c_surface\.intent\.action\.
|
|
1217
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
1196
|
+
.tsystem-bg-c_surface\.intent\.action\.discreet {
|
|
1197
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet);
|
|
1218
1198
|
}
|
|
1219
1199
|
|
|
1220
1200
|
.tsystem-fs_md {
|
|
@@ -1321,10 +1301,30 @@
|
|
|
1321
1301
|
align-self: stretch;
|
|
1322
1302
|
}
|
|
1323
1303
|
|
|
1304
|
+
.tsystem-jc_flex-start {
|
|
1305
|
+
justify-content: flex-start;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
.tsystem-c_typography\.base\.weak {
|
|
1309
|
+
color: var(--Tight-colors-typography-base-weak);
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.tsystem-cursor_default {
|
|
1313
|
+
cursor: default;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1324
1316
|
.tsystem-d_none {
|
|
1325
1317
|
display: none;
|
|
1326
1318
|
}
|
|
1327
1319
|
|
|
1320
|
+
.tsystem-bg-c_money\.positive\.weak {
|
|
1321
|
+
background-color: var(--Tight-colors-money-positive-weak);
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.tsystem-bg-c_money\.negative\.weak {
|
|
1325
|
+
background-color: var(--Tight-colors-money-negative-weak);
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
1328
|
.tsystem-bg-c_surface\.intent\.secondary {
|
|
1329
1329
|
background-color: var(--Tight-colors-surface-intent-secondary);
|
|
1330
1330
|
}
|
|
@@ -1437,6 +1437,10 @@
|
|
|
1437
1437
|
color: var(--Tight-colors-icon-accent-danger);
|
|
1438
1438
|
}
|
|
1439
1439
|
|
|
1440
|
+
.tsystem-bd-be-w_var\(--thickness\) {
|
|
1441
|
+
border-block-end-width: var(--thickness);
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1440
1444
|
.tsystem-stk_currentColor {
|
|
1441
1445
|
stroke: var(--Tight-colors-currentColor);
|
|
1442
1446
|
}
|
|
@@ -1513,12 +1517,16 @@
|
|
|
1513
1517
|
stroke: var(--Tight-colors-icon-intent-action-active);
|
|
1514
1518
|
}
|
|
1515
1519
|
|
|
1520
|
+
.tsystem-obj-f_contain {
|
|
1521
|
+
object-fit: contain;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1516
1524
|
.tsystem-fill_transparent {
|
|
1517
1525
|
fill: var(--Tight-colors-transparent);
|
|
1518
1526
|
}
|
|
1519
1527
|
|
|
1520
|
-
.tsystem-
|
|
1521
|
-
|
|
1528
|
+
.tsystem-c_white100 {
|
|
1529
|
+
color: var(--Tight-colors-white100);
|
|
1522
1530
|
}
|
|
1523
1531
|
|
|
1524
1532
|
.tsystem-c_typography\.intent\.action {
|
|
@@ -1545,8 +1553,8 @@
|
|
|
1545
1553
|
color: var(--Tight-colors-typography-intent-warning);
|
|
1546
1554
|
}
|
|
1547
1555
|
|
|
1548
|
-
.tsystem-
|
|
1549
|
-
|
|
1556
|
+
.tsystem-c_icon\.contrast {
|
|
1557
|
+
color: var(--Tight-colors-icon-contrast);
|
|
1550
1558
|
}
|
|
1551
1559
|
|
|
1552
1560
|
.tsystem-bg-c_surface\.foreground\.disabled {
|
|
@@ -1561,14 +1569,26 @@
|
|
|
1561
1569
|
cursor: text;
|
|
1562
1570
|
}
|
|
1563
1571
|
|
|
1564
|
-
.tsystem-cursor_default {
|
|
1565
|
-
cursor: default;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
1572
|
.tsystem-bg-c_yellow {
|
|
1569
1573
|
background-color: yellow;
|
|
1570
1574
|
}
|
|
1571
1575
|
|
|
1576
|
+
.tsystem-ring-o_3px {
|
|
1577
|
+
outline-offset: 3px;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.tsystem-bg-c_brand\.action\.stronger {
|
|
1581
|
+
background-color: var(--Tight-colors-brand-action-stronger);
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
.tsystem-ring-c_brand\.action\.stronger {
|
|
1585
|
+
outline-color: var(--Tight-colors-brand-action-stronger);
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
.tsystem-ring-c_brand\.primary {
|
|
1589
|
+
outline-color: var(--Tight-colors-brand-primary);
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1572
1592
|
.tsystem-ov-wrap_break-word {
|
|
1573
1593
|
overflow-wrap: break-word;
|
|
1574
1594
|
}
|
|
@@ -1707,18 +1727,14 @@
|
|
|
1707
1727
|
display: -webkit-box;
|
|
1708
1728
|
}
|
|
1709
1729
|
|
|
1710
|
-
.tsystem--webkit-line-
|
|
1711
|
-
-webkit-line-clamp:
|
|
1730
|
+
.tsystem--webkit-line-clamp_2 {
|
|
1731
|
+
-webkit-line-clamp: 2;
|
|
1712
1732
|
}
|
|
1713
1733
|
|
|
1714
1734
|
.tsystem--webkit-box-orient_vertical {
|
|
1715
1735
|
-webkit-box-orient: vertical;
|
|
1716
1736
|
}
|
|
1717
1737
|
|
|
1718
|
-
.tsystem-c_typography\.base\.weak {
|
|
1719
|
-
color: var(--Tight-colors-typography-base-weak);
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
1738
|
.tsystem-trf_rotate\(-20deg\) {
|
|
1723
1739
|
transform: rotate(-20deg);
|
|
1724
1740
|
}
|
|
@@ -1848,14 +1864,14 @@
|
|
|
1848
1864
|
user-select: none;
|
|
1849
1865
|
}
|
|
1850
1866
|
|
|
1851
|
-
.tsystem-c_brand\.danger {
|
|
1852
|
-
color: var(--Tight-colors-brand-danger);
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
1867
|
.tsystem-c_brand\.primary\.weak {
|
|
1856
1868
|
color: var(--Tight-colors-brand-primary-weak);
|
|
1857
1869
|
}
|
|
1858
1870
|
|
|
1871
|
+
.tsystem-c_brand\.danger {
|
|
1872
|
+
color: var(--Tight-colors-brand-danger);
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1859
1875
|
.tsystem-d_block {
|
|
1860
1876
|
display: block;
|
|
1861
1877
|
}
|
|
@@ -1868,10 +1884,6 @@
|
|
|
1868
1884
|
grid-template-columns: 1fr;
|
|
1869
1885
|
}
|
|
1870
1886
|
|
|
1871
|
-
.tsystem-bd-be-w_var\(--thickness\) {
|
|
1872
|
-
border-block-end-width: var(--thickness);
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
1887
|
.tsystem-grid-tc_300px_auto_175px {
|
|
1876
1888
|
grid-template-columns: 300px auto 175px;
|
|
1877
1889
|
}
|
|
@@ -1888,10 +1900,6 @@
|
|
|
1888
1900
|
transform: rotate(90deg);
|
|
1889
1901
|
}
|
|
1890
1902
|
|
|
1891
|
-
.tsystem-fs_14px {
|
|
1892
|
-
font-size: 14px;
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
1903
|
.tsystem-fs_26px {
|
|
1896
1904
|
font-size: 26px;
|
|
1897
1905
|
}
|
|
@@ -1917,18 +1925,10 @@
|
|
|
1917
1925
|
stroke: var(--Tight-colors-icon-base-weak);
|
|
1918
1926
|
}
|
|
1919
1927
|
|
|
1920
|
-
.tsystem-ai_flexStart {
|
|
1921
|
-
align-items: flexStart;
|
|
1922
|
-
}
|
|
1923
|
-
|
|
1924
1928
|
.tsystem-stk_icon\.base {
|
|
1925
1929
|
stroke: var(--Tight-colors-icon-base);
|
|
1926
1930
|
}
|
|
1927
1931
|
|
|
1928
|
-
.tsystem-fs_16px {
|
|
1929
|
-
font-size: 16px;
|
|
1930
|
-
}
|
|
1931
|
-
|
|
1932
1932
|
.tsystem-ls_0\.96px {
|
|
1933
1933
|
letter-spacing: 0.96px;
|
|
1934
1934
|
}
|
|
@@ -1955,10 +1955,6 @@
|
|
|
1955
1955
|
border-bottom-left-radius: 0;
|
|
1956
1956
|
}
|
|
1957
1957
|
|
|
1958
|
-
.tsystem-jc_right {
|
|
1959
|
-
justify-content: right;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
1958
|
.tsystem-bg-c_foreground {
|
|
1963
1959
|
background-color: foreground;
|
|
1964
1960
|
}
|
|
@@ -2020,18 +2016,22 @@
|
|
|
2020
2016
|
-webkit-appearance: none;
|
|
2021
2017
|
}
|
|
2022
2018
|
|
|
2023
|
-
.tsystem-
|
|
2024
|
-
|
|
2019
|
+
.tsystem-fs_16px {
|
|
2020
|
+
font-size: 16px;
|
|
2025
2021
|
}
|
|
2026
2022
|
|
|
2027
|
-
.tsystem-
|
|
2028
|
-
|
|
2023
|
+
.tsystem-stk_var\(--Tight-colors-border-layout\) {
|
|
2024
|
+
stroke: var(--Tight-colors-border-layout);
|
|
2029
2025
|
}
|
|
2030
2026
|
|
|
2031
2027
|
.tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
|
|
2032
2028
|
fill: var(--Tight-colors-money-positive-weak);
|
|
2033
2029
|
}
|
|
2034
2030
|
|
|
2031
|
+
.tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
|
|
2032
|
+
fill: var(--Tight-colors-money-negative-weak);
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
2035
|
.tsystem-c_var\(--Tight-colors-money-positive-weak\) {
|
|
2036
2036
|
color: var(--Tight-colors-money-positive-weak);
|
|
2037
2037
|
}
|
|
@@ -2048,12 +2048,12 @@
|
|
|
2048
2048
|
color: var(--Tight-colors-money-negative);
|
|
2049
2049
|
}
|
|
2050
2050
|
|
|
2051
|
-
.tsystem-
|
|
2052
|
-
|
|
2051
|
+
.tsystem-c_positive {
|
|
2052
|
+
color: positive;
|
|
2053
2053
|
}
|
|
2054
2054
|
|
|
2055
|
-
.tsystem-
|
|
2056
|
-
|
|
2055
|
+
.tsystem-c_negative {
|
|
2056
|
+
color: negative;
|
|
2057
2057
|
}
|
|
2058
2058
|
|
|
2059
2059
|
.tsystem-va_top {
|
|
@@ -2096,12 +2096,12 @@
|
|
|
2096
2096
|
stroke-width: 1;
|
|
2097
2097
|
}
|
|
2098
2098
|
|
|
2099
|
-
.tsystem-
|
|
2100
|
-
|
|
2099
|
+
.tsystem-bar1_positive {
|
|
2100
|
+
bar1: positive;
|
|
2101
2101
|
}
|
|
2102
2102
|
|
|
2103
|
-
.tsystem-
|
|
2104
|
-
|
|
2103
|
+
.tsystem-bar2_negative {
|
|
2104
|
+
bar2: negative;
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
2107
2107
|
.tsystem-z_100 {
|
|
@@ -2116,8 +2116,8 @@
|
|
|
2116
2116
|
font-family: Duplet Regular, sans-serif;
|
|
2117
2117
|
}
|
|
2118
2118
|
|
|
2119
|
-
.tsystem-bg-c_surface\.intent\.action\.
|
|
2120
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
2119
|
+
.tsystem-bg-c_surface\.intent\.action\.discreet\.hover {
|
|
2120
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
2121
2121
|
}
|
|
2122
2122
|
|
|
2123
2123
|
.tsystem-max-w_100\% {
|
|
@@ -2128,14 +2128,14 @@
|
|
|
2128
2128
|
width: fit-content;
|
|
2129
2129
|
}
|
|
2130
2130
|
|
|
2131
|
-
.tsystem-h_55px {
|
|
2132
|
-
height: 55px;
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
2131
|
.tsystem-min-h_55px {
|
|
2136
2132
|
min-height: 55px;
|
|
2137
2133
|
}
|
|
2138
2134
|
|
|
2135
|
+
.tsystem-w_100\% {
|
|
2136
|
+
width: 100%;
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
2139
|
.tsystem-w_50px {
|
|
2140
2140
|
width: 50px;
|
|
2141
2141
|
}
|
|
@@ -2152,10 +2152,6 @@
|
|
|
2152
2152
|
width: fill-parent;
|
|
2153
2153
|
}
|
|
2154
2154
|
|
|
2155
|
-
.tsystem-w_100\% {
|
|
2156
|
-
width: 100%;
|
|
2157
|
-
}
|
|
2158
|
-
|
|
2159
2155
|
.tsystem-w_sm {
|
|
2160
2156
|
width: sm;
|
|
2161
2157
|
}
|
|
@@ -2184,14 +2180,26 @@
|
|
|
2184
2180
|
padding-right: 16px;
|
|
2185
2181
|
}
|
|
2186
2182
|
|
|
2187
|
-
.tsystem-w_200px {
|
|
2188
|
-
width: 200px;
|
|
2189
|
-
}
|
|
2190
|
-
|
|
2191
2183
|
.tsystem-h_48px {
|
|
2192
2184
|
height: 48px;
|
|
2193
2185
|
}
|
|
2194
2186
|
|
|
2187
|
+
.tsystem-pt_8px {
|
|
2188
|
+
padding-top: 8px;
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
.tsystem-pb_8px {
|
|
2192
|
+
padding-bottom: 8px;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.tsystem-pr_8px {
|
|
2196
|
+
padding-right: 8px;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
.tsystem-pl_4px {
|
|
2200
|
+
padding-left: 4px;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2195
2203
|
.tsystem-bd-l-w_4px {
|
|
2196
2204
|
border-left-width: 4px;
|
|
2197
2205
|
}
|
|
@@ -2416,32 +2424,24 @@
|
|
|
2416
2424
|
min-width: 100%;
|
|
2417
2425
|
}
|
|
2418
2426
|
|
|
2419
|
-
.tsystem-
|
|
2420
|
-
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
.tsystem-w_0 {
|
|
2424
|
-
width: 0;
|
|
2425
|
-
}
|
|
2426
|
-
|
|
2427
|
-
.tsystem-h_0 {
|
|
2428
|
-
height: 0;
|
|
2427
|
+
.tsystem-w_1 {
|
|
2428
|
+
width: 1px;
|
|
2429
2429
|
}
|
|
2430
2430
|
|
|
2431
|
-
.tsystem-
|
|
2432
|
-
|
|
2431
|
+
.tsystem-h_1 {
|
|
2432
|
+
height: 1px;
|
|
2433
2433
|
}
|
|
2434
2434
|
|
|
2435
|
-
.tsystem-
|
|
2436
|
-
|
|
2435
|
+
.tsystem-min-h_100\% {
|
|
2436
|
+
min-height: 100%;
|
|
2437
2437
|
}
|
|
2438
2438
|
|
|
2439
|
-
.tsystem-
|
|
2440
|
-
|
|
2439
|
+
.tsystem-min-w_128px {
|
|
2440
|
+
min-width: 128px;
|
|
2441
2441
|
}
|
|
2442
2442
|
|
|
2443
|
-
.tsystem-min-
|
|
2444
|
-
min-height:
|
|
2443
|
+
.tsystem-min-h_48px {
|
|
2444
|
+
min-height: 48px;
|
|
2445
2445
|
}
|
|
2446
2446
|
|
|
2447
2447
|
.tsystem-w_24 {
|
|
@@ -2460,6 +2460,14 @@
|
|
|
2460
2460
|
height: 15px;
|
|
2461
2461
|
}
|
|
2462
2462
|
|
|
2463
|
+
.tsystem-w_9px {
|
|
2464
|
+
width: 9px;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
.tsystem-h_9px {
|
|
2468
|
+
height: 9px;
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2463
2471
|
.tsystem-h_37px {
|
|
2464
2472
|
height: 37px;
|
|
2465
2473
|
}
|
|
@@ -2528,6 +2536,14 @@
|
|
|
2528
2536
|
width: max-content;
|
|
2529
2537
|
}
|
|
2530
2538
|
|
|
2539
|
+
.tsystem-w_325 {
|
|
2540
|
+
width: 325px;
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
.tsystem-min-w_325 {
|
|
2544
|
+
min-width: 325px;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2531
2547
|
.tsystem-w_44px {
|
|
2532
2548
|
width: 44px;
|
|
2533
2549
|
}
|
|
@@ -2676,16 +2692,24 @@
|
|
|
2676
2692
|
height: 16px;
|
|
2677
2693
|
}
|
|
2678
2694
|
|
|
2679
|
-
.tsystem-
|
|
2680
|
-
|
|
2695
|
+
.tsystem-w_270px {
|
|
2696
|
+
width: 270px;
|
|
2681
2697
|
}
|
|
2682
2698
|
|
|
2683
|
-
.tsystem-
|
|
2684
|
-
|
|
2699
|
+
.tsystem-min-w_269px {
|
|
2700
|
+
min-width: 269px;
|
|
2685
2701
|
}
|
|
2686
2702
|
|
|
2687
|
-
.tsystem-
|
|
2688
|
-
|
|
2703
|
+
.tsystem-ml_auto {
|
|
2704
|
+
margin-left: auto;
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
.tsystem-w_200px {
|
|
2708
|
+
width: 200px;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
.tsystem-min-w_200px {
|
|
2712
|
+
min-width: 200px;
|
|
2689
2713
|
}
|
|
2690
2714
|
|
|
2691
2715
|
.tsystem-bottom_-25px {
|
|
@@ -2712,16 +2736,12 @@
|
|
|
2712
2736
|
margin-bottom: 42px;
|
|
2713
2737
|
}
|
|
2714
2738
|
|
|
2715
|
-
.tsystem-
|
|
2716
|
-
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
.tsystem-pt_8px {
|
|
2720
|
-
padding-top: 8px;
|
|
2739
|
+
.tsystem-w_1226px {
|
|
2740
|
+
width: 1226px;
|
|
2721
2741
|
}
|
|
2722
2742
|
|
|
2723
|
-
.tsystem-
|
|
2724
|
-
|
|
2743
|
+
.tsystem-max-w_1440 {
|
|
2744
|
+
max-width: 1440px;
|
|
2725
2745
|
}
|
|
2726
2746
|
|
|
2727
2747
|
.tsystem-pl_15px {
|
|
@@ -2732,6 +2752,10 @@
|
|
|
2732
2752
|
padding-right: 15px;
|
|
2733
2753
|
}
|
|
2734
2754
|
|
|
2755
|
+
.tsystem-h_35px {
|
|
2756
|
+
height: 35px;
|
|
2757
|
+
}
|
|
2758
|
+
|
|
2735
2759
|
.tsystem-pl_20px {
|
|
2736
2760
|
padding-left: 20px;
|
|
2737
2761
|
}
|
|
@@ -2768,6 +2792,10 @@
|
|
|
2768
2792
|
width: 25px;
|
|
2769
2793
|
}
|
|
2770
2794
|
|
|
2795
|
+
.tsystem-mt_auto {
|
|
2796
|
+
margin-top: auto;
|
|
2797
|
+
}
|
|
2798
|
+
|
|
2771
2799
|
.tsystem-w_14px {
|
|
2772
2800
|
width: 14px;
|
|
2773
2801
|
}
|
|
@@ -2812,10 +2840,6 @@
|
|
|
2812
2840
|
max-width: 1px;
|
|
2813
2841
|
}
|
|
2814
2842
|
|
|
2815
|
-
.tsystem-w_1 {
|
|
2816
|
-
width: 1px;
|
|
2817
|
-
}
|
|
2818
|
-
|
|
2819
2843
|
.tsystem-w_70px {
|
|
2820
2844
|
width: 70px;
|
|
2821
2845
|
}
|
|
@@ -2824,14 +2848,6 @@
|
|
|
2824
2848
|
height: 24px;
|
|
2825
2849
|
}
|
|
2826
2850
|
|
|
2827
|
-
.tsystem-mt_35px {
|
|
2828
|
-
margin-top: 35px;
|
|
2829
|
-
}
|
|
2830
|
-
|
|
2831
|
-
.tsystem-mb_20px {
|
|
2832
|
-
margin-bottom: 20px;
|
|
2833
|
-
}
|
|
2834
|
-
|
|
2835
2851
|
.tsystem-w_full {
|
|
2836
2852
|
width: full;
|
|
2837
2853
|
}
|
|
@@ -2864,16 +2880,16 @@
|
|
|
2864
2880
|
max-height: 49px;
|
|
2865
2881
|
}
|
|
2866
2882
|
|
|
2867
|
-
.tsystem-
|
|
2868
|
-
|
|
2883
|
+
.tsystem-min-h_52px {
|
|
2884
|
+
min-height: 52px;
|
|
2869
2885
|
}
|
|
2870
2886
|
|
|
2871
|
-
.tsystem-max-
|
|
2872
|
-
max-
|
|
2887
|
+
.tsystem-max-w_325px {
|
|
2888
|
+
max-width: 325px;
|
|
2873
2889
|
}
|
|
2874
2890
|
|
|
2875
|
-
.tsystem-
|
|
2876
|
-
|
|
2891
|
+
.tsystem-max-h_314px {
|
|
2892
|
+
max-height: 314px;
|
|
2877
2893
|
}
|
|
2878
2894
|
|
|
2879
2895
|
.tsystem-pt_4px {
|
|
@@ -2888,12 +2904,12 @@
|
|
|
2888
2904
|
padding-left: 25px;
|
|
2889
2905
|
}
|
|
2890
2906
|
|
|
2891
|
-
.tsystem-
|
|
2892
|
-
|
|
2907
|
+
.tsystem-pr_20px {
|
|
2908
|
+
padding-right: 20px;
|
|
2893
2909
|
}
|
|
2894
2910
|
|
|
2895
|
-
.tsystem-
|
|
2896
|
-
|
|
2911
|
+
.tsystem-w_300px {
|
|
2912
|
+
width: 300px;
|
|
2897
2913
|
}
|
|
2898
2914
|
|
|
2899
2915
|
.tsystem-top_20 {
|
|
@@ -2968,6 +2984,14 @@
|
|
|
2968
2984
|
width: 70%;
|
|
2969
2985
|
}
|
|
2970
2986
|
|
|
2987
|
+
.tsystem-w_200 {
|
|
2988
|
+
width: 200px;
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
.tsystem-min-w_200 {
|
|
2992
|
+
min-width: 200px;
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2971
2995
|
.tsystem-ml_6px {
|
|
2972
2996
|
margin-left: 6px;
|
|
2973
2997
|
}
|
|
@@ -2980,6 +3004,10 @@
|
|
|
2980
3004
|
max-width: 420px;
|
|
2981
3005
|
}
|
|
2982
3006
|
|
|
3007
|
+
.tsystem-w_151px {
|
|
3008
|
+
width: 151px;
|
|
3009
|
+
}
|
|
3010
|
+
|
|
2983
3011
|
.tsystem-pt_50px {
|
|
2984
3012
|
padding-top: 50px;
|
|
2985
3013
|
}
|
|
@@ -3028,10 +3056,6 @@
|
|
|
3028
3056
|
width: 1px;
|
|
3029
3057
|
}
|
|
3030
3058
|
|
|
3031
|
-
.tsystem-ml_auto {
|
|
3032
|
-
margin-left: auto;
|
|
3033
|
-
}
|
|
3034
|
-
|
|
3035
3059
|
.tsystem-min-w_175px {
|
|
3036
3060
|
min-width: 175px;
|
|
3037
3061
|
}
|
|
@@ -3170,14 +3194,6 @@
|
|
|
3170
3194
|
stroke: var(--Tight-colors-icon-accent-danger);
|
|
3171
3195
|
}
|
|
3172
3196
|
|
|
3173
|
-
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
|
|
3174
|
-
color: var(--Tight-colors-typography-intent-action);
|
|
3175
|
-
}
|
|
3176
|
-
|
|
3177
|
-
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger .Tight-text {
|
|
3178
|
-
color: var(--Tight-colors-typography-intent-danger);
|
|
3179
|
-
}
|
|
3180
|
-
|
|
3181
3197
|
.\[\&\:\:before\]\:tsystem-content_\'\'::before {
|
|
3182
3198
|
content: '';
|
|
3183
3199
|
}
|
|
@@ -3186,6 +3202,14 @@
|
|
|
3186
3202
|
position: absolute;
|
|
3187
3203
|
}
|
|
3188
3204
|
|
|
3205
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
|
|
3206
|
+
color: var(--Tight-colors-typography-intent-action);
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3209
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.danger .Tight-text {
|
|
3210
|
+
color: var(--Tight-colors-typography-intent-danger);
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3189
3213
|
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary .Tight-text {
|
|
3190
3214
|
color: var(--Tight-colors-typography-intent-primary);
|
|
3191
3215
|
}
|
|
@@ -3226,8 +3250,8 @@
|
|
|
3226
3250
|
background-color: var(--Tight-colors-currentColor);
|
|
3227
3251
|
}
|
|
3228
3252
|
|
|
3229
|
-
.\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.
|
|
3230
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3253
|
+
.\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-state='open'] {
|
|
3254
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3231
3255
|
}
|
|
3232
3256
|
|
|
3233
3257
|
.\[\&\:\:placeholder\]\:tsystem-c_typography\.base\.weak::placeholder {
|
|
@@ -3250,8 +3274,8 @@
|
|
|
3250
3274
|
cursor: default;
|
|
3251
3275
|
}
|
|
3252
3276
|
|
|
3253
|
-
.\[\&\[data-selected\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.
|
|
3254
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3277
|
+
.\[\&\[data-selected\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-selected='true'] {
|
|
3278
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3255
3279
|
}
|
|
3256
3280
|
|
|
3257
3281
|
.\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-content_\'\'[data-today='true']::after {
|
|
@@ -3274,12 +3298,12 @@
|
|
|
3274
3298
|
box-shadow: none;
|
|
3275
3299
|
}
|
|
3276
3300
|
|
|
3277
|
-
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.
|
|
3278
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3301
|
+
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover[data-focused='true'] {
|
|
3302
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
3279
3303
|
}
|
|
3280
3304
|
|
|
3281
|
-
.\[\&\[data-active\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.
|
|
3282
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3305
|
+
.\[\&\[data-active\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true'] {
|
|
3306
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3283
3307
|
}
|
|
3284
3308
|
|
|
3285
3309
|
.\[\&_path\]\:tsystem-stk_surface\.foreground path {
|
|
@@ -3302,6 +3326,22 @@
|
|
|
3302
3326
|
padding-bottom: 16px;
|
|
3303
3327
|
}
|
|
3304
3328
|
|
|
3329
|
+
.\[\&\:\:before\]\:tsystem-top_-10px::before {
|
|
3330
|
+
top: -10px;
|
|
3331
|
+
}
|
|
3332
|
+
|
|
3333
|
+
.\[\&\:\:before\]\:tsystem-left_-10px::before {
|
|
3334
|
+
left: -10px;
|
|
3335
|
+
}
|
|
3336
|
+
|
|
3337
|
+
.\[\&\:\:before\]\:tsystem-right_-10px::before {
|
|
3338
|
+
right: -10px;
|
|
3339
|
+
}
|
|
3340
|
+
|
|
3341
|
+
.\[\&\:\:before\]\:tsystem-bottom_-10px::before {
|
|
3342
|
+
bottom: -10px;
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3305
3345
|
.\[\&\:\:before\]\:tsystem-top_-11px::before {
|
|
3306
3346
|
top: -11px;
|
|
3307
3347
|
}
|
|
@@ -3338,22 +3378,6 @@
|
|
|
3338
3378
|
width: 100%;
|
|
3339
3379
|
}
|
|
3340
3380
|
|
|
3341
|
-
.\[\&\:\:before\]\:tsystem-top_-10px::before {
|
|
3342
|
-
top: -10px;
|
|
3343
|
-
}
|
|
3344
|
-
|
|
3345
|
-
.\[\&\:\:before\]\:tsystem-left_-10px::before {
|
|
3346
|
-
left: -10px;
|
|
3347
|
-
}
|
|
3348
|
-
|
|
3349
|
-
.\[\&\:\:before\]\:tsystem-right_-10px::before {
|
|
3350
|
-
right: -10px;
|
|
3351
|
-
}
|
|
3352
|
-
|
|
3353
|
-
.\[\&\:\:before\]\:tsystem-bottom_-10px::before {
|
|
3354
|
-
bottom: -10px;
|
|
3355
|
-
}
|
|
3356
|
-
|
|
3357
3381
|
.first\:tsystem-bdr-tl_sm:first-child {
|
|
3358
3382
|
border-top-left-radius: var(--Tight-radii-sm);
|
|
3359
3383
|
}
|
|
@@ -3386,6 +3410,18 @@
|
|
|
3386
3410
|
height: 4px;
|
|
3387
3411
|
}
|
|
3388
3412
|
|
|
3413
|
+
.first\:tsystem-bd-t-w_1px:first-child {
|
|
3414
|
+
border-top-width: 1px;
|
|
3415
|
+
}
|
|
3416
|
+
|
|
3417
|
+
.first\:tsystem-border-top-style_solid:first-child {
|
|
3418
|
+
border-top-style: solid;
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3421
|
+
.first\:tsystem-bd-t-c_border\.layout:first-child {
|
|
3422
|
+
border-top-color: var(--Tight-colors-border-layout);
|
|
3423
|
+
}
|
|
3424
|
+
|
|
3389
3425
|
.\[\&\:\:before\]\:tsystem-top_-9px::before {
|
|
3390
3426
|
top: -9px;
|
|
3391
3427
|
}
|
|
@@ -3406,8 +3442,8 @@
|
|
|
3406
3442
|
border: var(--Tight-borderWidths-lg) solid;
|
|
3407
3443
|
}
|
|
3408
3444
|
|
|
3409
|
-
.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout
|
|
3410
|
-
border-color: var(--Tight-colors-border-layout
|
|
3445
|
+
.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout:focus-within,.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout[data-isdefaultvalue='false'] {
|
|
3446
|
+
border-color: var(--Tight-colors-border-layout);
|
|
3411
3447
|
}
|
|
3412
3448
|
|
|
3413
3449
|
.\[\&\:focus\,_\&\:focus-within\]\:tsystem-ring_none:focus,.\[\&\:focus\,_\&\:focus-within\]\:tsystem-ring_none:focus-within {
|
|
@@ -3613,8 +3649,8 @@
|
|
|
3613
3649
|
z-index: 1;
|
|
3614
3650
|
}
|
|
3615
3651
|
|
|
3616
|
-
.hover\:tsystem-bg-c_surface\.intent\.action\.
|
|
3617
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3652
|
+
.hover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:is(:hover, [data-hover]) {
|
|
3653
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
3618
3654
|
}
|
|
3619
3655
|
|
|
3620
3656
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent[data-active='true']:enabled {
|
|
@@ -3641,8 +3677,8 @@
|
|
|
3641
3677
|
border-color: var(--Tight-colors-border-intent-warning-active);
|
|
3642
3678
|
}
|
|
3643
3679
|
|
|
3644
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.
|
|
3645
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3680
|
+
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true']:enabled {
|
|
3681
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3646
3682
|
}
|
|
3647
3683
|
|
|
3648
3684
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active[data-active='true']:enabled {
|
|
@@ -3653,8 +3689,8 @@
|
|
|
3653
3689
|
fill: var(--Tight-colors-icon-intent-action-active);
|
|
3654
3690
|
}
|
|
3655
3691
|
|
|
3656
|
-
.active\:tsystem-bg-c_surface\.intent\.action\.
|
|
3657
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3692
|
+
.active\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:is(:active, [data-active]) {
|
|
3693
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3658
3694
|
}
|
|
3659
3695
|
|
|
3660
3696
|
.\[\&\: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 {
|
|
@@ -3798,8 +3834,8 @@
|
|
|
3798
3834
|
place-self: flex-end;
|
|
3799
3835
|
}
|
|
3800
3836
|
|
|
3801
|
-
.sm\:tsystem-bg-c_surface\.intent\.action\.
|
|
3802
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3837
|
+
.sm\:tsystem-bg-c_surface\.intent\.action\.discreet {
|
|
3838
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet);
|
|
3803
3839
|
}
|
|
3804
3840
|
|
|
3805
3841
|
.sm\:tsystem-fs_label\.strong {
|
|
@@ -3906,30 +3942,6 @@
|
|
|
3906
3942
|
max-width: 512px;
|
|
3907
3943
|
}
|
|
3908
3944
|
|
|
3909
|
-
.sm\:tsystem-w_100dvw {
|
|
3910
|
-
width: 100dvw;
|
|
3911
|
-
}
|
|
3912
|
-
|
|
3913
|
-
.sm\:tsystem-h_100dvh {
|
|
3914
|
-
height: 100dvh;
|
|
3915
|
-
}
|
|
3916
|
-
|
|
3917
|
-
.sm\:tsystem-min-w_100dvw {
|
|
3918
|
-
min-width: 100dvw;
|
|
3919
|
-
}
|
|
3920
|
-
|
|
3921
|
-
.sm\:tsystem-min-h_100dvh {
|
|
3922
|
-
min-height: 100dvh;
|
|
3923
|
-
}
|
|
3924
|
-
|
|
3925
|
-
.sm\:tsystem-max-h_100dvh {
|
|
3926
|
-
max-height: 100dvh;
|
|
3927
|
-
}
|
|
3928
|
-
|
|
3929
|
-
.sm\:tsystem-max-w_100dvw {
|
|
3930
|
-
max-width: 100dvw;
|
|
3931
|
-
}
|
|
3932
|
-
|
|
3933
3945
|
.sm\:tsystem-max-w_300 {
|
|
3934
3946
|
max-width: 300px;
|
|
3935
3947
|
}
|
|
@@ -3938,14 +3950,6 @@
|
|
|
3938
3950
|
height: fit-content;
|
|
3939
3951
|
}
|
|
3940
3952
|
|
|
3941
|
-
.sm\:tsystem-h_39px {
|
|
3942
|
-
height: 39px;
|
|
3943
|
-
}
|
|
3944
|
-
|
|
3945
|
-
.sm\:tsystem-w_562px {
|
|
3946
|
-
width: 562px;
|
|
3947
|
-
}
|
|
3948
|
-
|
|
3949
3953
|
.sm\:tsystem-min-h_35px {
|
|
3950
3954
|
min-height: 35px;
|
|
3951
3955
|
}
|
|
@@ -3971,8 +3975,8 @@
|
|
|
3971
3975
|
|
|
3972
3976
|
@media screen and (min-width: 40rem) {
|
|
3973
3977
|
@media (hover: hover) and (pointer: fine) {
|
|
3974
|
-
.supportHover\:sm\:tsystem-bg-c_surface\.intent\.action\.
|
|
3975
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3978
|
+
.supportHover\:sm\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:hover {
|
|
3979
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
3976
3980
|
}
|
|
3977
3981
|
}
|
|
3978
3982
|
}
|
|
@@ -4016,8 +4020,8 @@
|
|
|
4016
4020
|
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
4017
4021
|
}
|
|
4018
4022
|
|
|
4019
|
-
.xl\:tsystem-
|
|
4020
|
-
padding:
|
|
4023
|
+
.xl\:tsystem-p_16px {
|
|
4024
|
+
padding: 16px;
|
|
4021
4025
|
}
|
|
4022
4026
|
|
|
4023
4027
|
.xl\:tsystem-p_0_10px {
|
|
@@ -4056,6 +4060,14 @@
|
|
|
4056
4060
|
border-radius: borderWidths.sm;
|
|
4057
4061
|
}
|
|
4058
4062
|
|
|
4063
|
+
.xl\:tsystem-ovs-b_none {
|
|
4064
|
+
overscroll-behavior: none;
|
|
4065
|
+
}
|
|
4066
|
+
|
|
4067
|
+
.xl\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
4068
|
+
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
4069
|
+
}
|
|
4070
|
+
|
|
4059
4071
|
.xl\:tsystem-gap_12px {
|
|
4060
4072
|
gap: 12px;
|
|
4061
4073
|
}
|
|
@@ -4100,6 +4112,14 @@
|
|
|
4100
4112
|
align-self: stretch;
|
|
4101
4113
|
}
|
|
4102
4114
|
|
|
4115
|
+
.xl\:tsystem-bg-c_overlay {
|
|
4116
|
+
background-color: var(--Tight-colors-overlay);
|
|
4117
|
+
}
|
|
4118
|
+
|
|
4119
|
+
.xl\:tsystem-jc_flex-end {
|
|
4120
|
+
justify-content: flex-end;
|
|
4121
|
+
}
|
|
4122
|
+
|
|
4103
4123
|
.xl\:tsystem-lh_16px {
|
|
4104
4124
|
line-height: 16px;
|
|
4105
4125
|
}
|
|
@@ -4124,10 +4144,6 @@
|
|
|
4124
4144
|
font-size: var(--Tight-fontSizes-md);
|
|
4125
4145
|
}
|
|
4126
4146
|
|
|
4127
|
-
.xl\:tsystem-fw_lg {
|
|
4128
|
-
font-weight: var(--Tight-fontWeights-lg);
|
|
4129
|
-
}
|
|
4130
|
-
|
|
4131
4147
|
.xl\:tsystem-fs_body {
|
|
4132
4148
|
font-size: var(--Tight-fontSizes-body);
|
|
4133
4149
|
}
|
|
@@ -4426,14 +4442,14 @@
|
|
|
4426
4442
|
}
|
|
4427
4443
|
|
|
4428
4444
|
@media (hover: hover) and (pointer: fine) {
|
|
4429
|
-
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.
|
|
4430
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
4445
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4446
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4431
4447
|
}
|
|
4432
4448
|
}
|
|
4433
4449
|
|
|
4434
4450
|
@media (hover: hover) and (pointer: fine) {
|
|
4435
|
-
.supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.
|
|
4436
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
4451
|
+
.supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:enabled:hover {
|
|
4452
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4437
4453
|
}
|
|
4438
4454
|
}
|
|
4439
4455
|
|
|
@@ -4447,6 +4463,12 @@
|
|
|
4447
4463
|
.supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
|
|
4448
4464
|
fill: var(--Tight-colors-icon-intent-action-hover);
|
|
4449
4465
|
}
|
|
4466
|
+
}
|
|
4467
|
+
|
|
4468
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4469
|
+
.supportHover\:\[\&\[data-is-checked\=\'false\'\]\]\:tsystem-bg-c_surface\.background\.hover[data-is-checked='false']:hover {
|
|
4470
|
+
background-color: var(--Tight-colors-surface-background-hover);
|
|
4471
|
+
}
|
|
4450
4472
|
}
|
|
4451
4473
|
|
|
4452
4474
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4480,14 +4502,8 @@
|
|
|
4480
4502
|
}
|
|
4481
4503
|
|
|
4482
4504
|
@media (hover: hover) and (pointer: fine) {
|
|
4483
|
-
|
|
4484
|
-
background-color: var(--Tight-colors-surface-
|
|
4485
|
-
}
|
|
4486
|
-
}
|
|
4487
|
-
|
|
4488
|
-
@media (hover: hover) and (pointer: fine) {
|
|
4489
|
-
.\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover[data-state='closed'][data-disablehover='false']:hover {
|
|
4490
|
-
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
4505
|
+
.\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover[data-state='closed'][data-disablehover='false']:hover {
|
|
4506
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4491
4507
|
}
|
|
4492
4508
|
}
|
|
4493
4509
|
|
|
@@ -4504,8 +4520,8 @@
|
|
|
4504
4520
|
}
|
|
4505
4521
|
|
|
4506
4522
|
@media (hover: hover) and (pointer: fine) {
|
|
4507
|
-
.\[\&\:not\(\[data-state\]\)\[data-disablehover\=\'false\'\]\:not\(\:focus-within\)\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.
|
|
4508
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
4523
|
+
.\[\&\:not\(\[data-state\]\)\[data-disablehover\=\'false\'\]\:not\(\:focus-within\)\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not([data-state])[data-disablehover='false']:not(:focus-within):hover {
|
|
4524
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4509
4525
|
}
|
|
4510
4526
|
}
|
|
4511
4527
|
|
|
@@ -4606,8 +4622,8 @@
|
|
|
4606
4622
|
}
|
|
4607
4623
|
|
|
4608
4624
|
@media (hover: hover) and (pointer: fine) {
|
|
4609
|
-
.supportHover\:tsystem-bg-c_surface\.intent\.action\.
|
|
4610
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
4625
|
+
.supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:hover {
|
|
4626
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4611
4627
|
}
|
|
4612
4628
|
}
|
|
4613
4629
|
|