@tight-embedded/react 6.4.0 → 6.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +585 -289
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +8 -7
- 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 +2 -2
package/dist/index.css
CHANGED
|
@@ -70,25 +70,33 @@
|
|
|
70
70
|
--Tight-colors-white200: #F9F9F9;
|
|
71
71
|
--Tight-colors-white300: #EDEDED;
|
|
72
72
|
--Tight-colors-white600: #E7E8E9;
|
|
73
|
+
--Tight-colors-white700: #E0E2E3;
|
|
73
74
|
--Tight-colors-black100: #CED1D2;
|
|
75
|
+
--Tight-colors-black200: #A7ACAD;
|
|
76
|
+
--Tight-colors-black300: #A4A9AB;
|
|
74
77
|
--Tight-colors-black400: #6F7576;
|
|
75
78
|
--Tight-colors-black600: #50595C;
|
|
76
79
|
--Tight-colors-black700: #182428;
|
|
80
|
+
--Tight-colors-black800: #030506;
|
|
77
81
|
--Tight-colors-blue200: #EDFAFC;
|
|
78
82
|
--Tight-colors-blue300: #DAF4FA;
|
|
79
83
|
--Tight-colors-blue400: #CAECF3;
|
|
80
84
|
--Tight-colors-blue500: #94D8E8;
|
|
81
85
|
--Tight-colors-blue700: #2AB2D1;
|
|
82
86
|
--Tight-colors-blue900: #177F96;
|
|
87
|
+
--Tight-colors-green100: #EDFAF4;
|
|
83
88
|
--Tight-colors-green200: #DBF9EA;
|
|
84
89
|
--Tight-colors-green300: #B8F3D5;
|
|
85
90
|
--Tight-colors-green400: #94E8BD;
|
|
86
91
|
--Tight-colors-green500: #5FDD9C;
|
|
87
92
|
--Tight-colors-green700: #009C75;
|
|
93
|
+
--Tight-colors-green900: #067559;
|
|
88
94
|
--Tight-colors-yellow200: #FFF3C3;
|
|
89
95
|
--Tight-colors-yellow300: #FFE787;
|
|
90
96
|
--Tight-colors-yellow400: #FCD34D;
|
|
91
97
|
--Tight-colors-yellow500: #FBBF24;
|
|
98
|
+
--Tight-colors-yellow700: #F59E0B;
|
|
99
|
+
--Tight-colors-yellow800: #B35F00;
|
|
92
100
|
--Tight-colors-red200: #FFCBCB;
|
|
93
101
|
--Tight-colors-red300: #FF9797;
|
|
94
102
|
--Tight-colors-red400: #F45C5C;
|
|
@@ -128,30 +136,42 @@
|
|
|
128
136
|
--Tight-sizes-breakpoint-xl: 1280px;
|
|
129
137
|
--Tight-sizes-breakpoint-1.5xl: 1400px;
|
|
130
138
|
--Tight-sizes-breakpoint-2xl: 1536px;
|
|
139
|
+
--Tight-colors-brand-primary-weaker: var(--Tight-colors-black200);
|
|
131
140
|
--Tight-colors-brand-primary-weak: var(--Tight-colors-black400);
|
|
132
141
|
--Tight-colors-brand-primary: var(--Tight-colors-black600);
|
|
133
142
|
--Tight-colors-brand-primary-strong: var(--Tight-colors-black700);
|
|
143
|
+
--Tight-colors-brand-primary-stronger: var(--Tight-colors-black800);
|
|
144
|
+
--Tight-colors-brand-secondary-weaker: var(--Tight-colors-white100);
|
|
134
145
|
--Tight-colors-brand-secondary-weak: var(--Tight-colors-white200);
|
|
135
146
|
--Tight-colors-brand-secondary: var(--Tight-colors-white600);
|
|
136
147
|
--Tight-colors-brand-secondary-strong: var(--Tight-colors-black100);
|
|
137
148
|
--Tight-colors-brand-action-opaque: var(--Tight-colors-blue200);
|
|
149
|
+
--Tight-colors-brand-action-weaker: var(--Tight-colors-brand-action-opaque);
|
|
138
150
|
--Tight-colors-brand-action-weak: var(--Tight-colors-blue300);
|
|
139
151
|
--Tight-colors-brand-action: var(--Tight-colors-blue400);
|
|
140
152
|
--Tight-colors-brand-action-strong: var(--Tight-colors-blue500);
|
|
141
153
|
--Tight-colors-brand-action-stronger: var(--Tight-colors-blue700);
|
|
142
154
|
--Tight-colors-brand-action-strongest: var(--Tight-colors-blue900);
|
|
143
|
-
--Tight-colors-brand-success-opaque: var(--Tight-colors-
|
|
155
|
+
--Tight-colors-brand-success-opaque: var(--Tight-colors-green100);
|
|
156
|
+
--Tight-colors-brand-success-weaker: var(--Tight-colors-brand-success-opaque);
|
|
144
157
|
--Tight-colors-brand-success-weak: var(--Tight-colors-green300);
|
|
145
158
|
--Tight-colors-brand-success: var(--Tight-colors-green400);
|
|
146
159
|
--Tight-colors-brand-success-strong: var(--Tight-colors-green500);
|
|
160
|
+
--Tight-colors-brand-success-stronger: var(--Tight-colors-green700);
|
|
161
|
+
--Tight-colors-brand-success-strongest: var(--Tight-colors-green900);
|
|
147
162
|
--Tight-colors-brand-warning-opaque: var(--Tight-colors-yellow200);
|
|
163
|
+
--Tight-colors-brand-warning-weaker: var(--Tight-colors-brand-warning-opaque);
|
|
148
164
|
--Tight-colors-brand-warning-weak: var(--Tight-colors-yellow300);
|
|
149
165
|
--Tight-colors-brand-warning: var(--Tight-colors-yellow400);
|
|
150
166
|
--Tight-colors-brand-warning-strong: var(--Tight-colors-yellow500);
|
|
167
|
+
--Tight-colors-brand-warning-stronger: var(--Tight-colors-yellow700);
|
|
168
|
+
--Tight-colors-brand-warning-strongest: var(--Tight-colors-yellow800);
|
|
151
169
|
--Tight-colors-brand-danger-opaque: var(--Tight-colors-red200);
|
|
170
|
+
--Tight-colors-brand-danger-weaker: var(--Tight-colors-brand-danger-opaque);
|
|
152
171
|
--Tight-colors-brand-danger-weak: var(--Tight-colors-red300);
|
|
153
172
|
--Tight-colors-brand-danger: var(--Tight-colors-red400);
|
|
154
173
|
--Tight-colors-brand-danger-strong: var(--Tight-colors-red500);
|
|
174
|
+
--Tight-colors-brand-danger-stronger: var(--Tight-colors-red700);
|
|
155
175
|
--Tight-colors-surface-background: var(--Tight-colors-white200);
|
|
156
176
|
--Tight-colors-surface-background-hover: var(--Tight-colors-white300);
|
|
157
177
|
--Tight-colors-surface-foreground: var(--Tight-colors-white100);
|
|
@@ -159,12 +179,12 @@
|
|
|
159
179
|
--Tight-colors-surface-foreground-disabled: var(--Tight-colors-white600);
|
|
160
180
|
--Tight-colors-surface-elevated: var(--Tight-colors-white300);
|
|
161
181
|
--Tight-colors-surface-elevated-hover: var(--Tight-colors-white600);
|
|
162
|
-
--Tight-colors-surface-intent-primary: var(--Tight-colors-brand-primary-
|
|
163
|
-
--Tight-colors-surface-intent-primary-hover: var(--Tight-colors-brand-primary);
|
|
164
|
-
--Tight-colors-surface-intent-primary-active: var(--Tight-colors-brand-primary-
|
|
182
|
+
--Tight-colors-surface-intent-primary: var(--Tight-colors-brand-primary-strong);
|
|
183
|
+
--Tight-colors-surface-intent-primary-hover: var(--Tight-colors-brand-primary-stronger);
|
|
184
|
+
--Tight-colors-surface-intent-primary-active: var(--Tight-colors-brand-primary-stronger);
|
|
165
185
|
--Tight-colors-surface-intent-primary-disabled: var(--Tight-colors-surface-foreground-disabled);
|
|
166
186
|
--Tight-colors-surface-intent-secondary: var(--Tight-colors-brand-secondary-weak);
|
|
167
|
-
--Tight-colors-surface-intent-secondary-hover: var(--Tight-colors-brand-secondary);
|
|
187
|
+
--Tight-colors-surface-intent-secondary-hover: var(--Tight-colors-brand-secondary-strong);
|
|
168
188
|
--Tight-colors-surface-intent-secondary-active: var(--Tight-colors-brand-secondary-strong);
|
|
169
189
|
--Tight-colors-surface-intent-secondary-disabled: var(--Tight-colors-surface-foreground-disabled);
|
|
170
190
|
--Tight-colors-surface-intent-action: var(--Tight-colors-brand-action-weak);
|
|
@@ -174,22 +194,23 @@
|
|
|
174
194
|
--Tight-colors-surface-intent-action-discreet: transparent;
|
|
175
195
|
--Tight-colors-surface-intent-action-discreet-hover: var(--Tight-colors-brand-action-weak);
|
|
176
196
|
--Tight-colors-surface-intent-action-discreet-active: var(--Tight-colors-brand-action);
|
|
177
|
-
--Tight-colors-surface-intent-action-highlight: var(--Tight-colors-brand-action-
|
|
197
|
+
--Tight-colors-surface-intent-action-highlight: var(--Tight-colors-brand-action-weaker);
|
|
178
198
|
--Tight-colors-surface-intent-success: var(--Tight-colors-brand-success-weak);
|
|
179
199
|
--Tight-colors-surface-intent-success-hover: var(--Tight-colors-brand-success);
|
|
180
200
|
--Tight-colors-surface-intent-success-active: var(--Tight-colors-brand-success-strong);
|
|
181
201
|
--Tight-colors-surface-intent-success-disabled: var(--Tight-colors-surface-foreground-disabled);
|
|
182
|
-
--Tight-colors-surface-intent-success-highlight: var(--Tight-colors-brand-success-
|
|
202
|
+
--Tight-colors-surface-intent-success-highlight: var(--Tight-colors-brand-success-weaker);
|
|
183
203
|
--Tight-colors-surface-intent-warning: var(--Tight-colors-brand-warning-weak);
|
|
184
204
|
--Tight-colors-surface-intent-warning-hover: var(--Tight-colors-brand-warning);
|
|
185
205
|
--Tight-colors-surface-intent-warning-active: var(--Tight-colors-brand-warning-strong);
|
|
186
206
|
--Tight-colors-surface-intent-warning-disabled: var(--Tight-colors-surface-foreground-disabled);
|
|
207
|
+
--Tight-colors-surface-intent-warning-highlight: var(--Tight-colors-brand-warning-weaker);
|
|
187
208
|
--Tight-colors-surface-intent-danger: var(--Tight-colors-brand-danger-weak);
|
|
188
209
|
--Tight-colors-surface-intent-danger-hover: var(--Tight-colors-brand-danger);
|
|
189
210
|
--Tight-colors-surface-intent-danger-active: var(--Tight-colors-brand-danger-strong);
|
|
190
211
|
--Tight-colors-surface-intent-danger-disabled: var(--Tight-colors-surface-foreground-disabled);
|
|
191
212
|
--Tight-colors-surface-intent-danger-weak: var(--Tight-colors-brand-danger-weak);
|
|
192
|
-
--Tight-colors-surface-intent-danger-highlight: var(--Tight-colors-brand-danger-
|
|
213
|
+
--Tight-colors-surface-intent-danger-highlight: var(--Tight-colors-brand-danger-weaker);
|
|
193
214
|
--Tight-colors-typography-base: var(--Tight-colors-black700);
|
|
194
215
|
--Tight-colors-typography-base-weak: var(--Tight-colors-black400);
|
|
195
216
|
--Tight-colors-typography-contrast: var(--Tight-colors-white100);
|
|
@@ -289,7 +310,6 @@
|
|
|
289
310
|
--Tight-colors-overlay: rgba(0, 0, 0, 0.5);
|
|
290
311
|
--Tight-colors-transparent: transparent;
|
|
291
312
|
--Tight-colors-none: none;
|
|
292
|
-
--Tight-colors-inherit: inherit;
|
|
293
313
|
--Tight-colors-currentColor: currentColor;
|
|
294
314
|
--Tight-fonts-body: var(--Tight-fonts-base);
|
|
295
315
|
--Tight-fonts-label: var(--Tight-fonts-base);
|
|
@@ -446,6 +466,10 @@
|
|
|
446
466
|
padding: 8px 16px;
|
|
447
467
|
}
|
|
448
468
|
|
|
469
|
+
.tsystem-p_16px {
|
|
470
|
+
padding: 16px;
|
|
471
|
+
}
|
|
472
|
+
|
|
449
473
|
.tsystem-p_5px {
|
|
450
474
|
padding: 5px;
|
|
451
475
|
}
|
|
@@ -454,14 +478,22 @@
|
|
|
454
478
|
padding: 12px 16px;
|
|
455
479
|
}
|
|
456
480
|
|
|
457
|
-
.tsystem-p_16px {
|
|
458
|
-
padding: 16px;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
481
|
.tsystem-bd_1px_solid {
|
|
462
482
|
border: 1px solid;
|
|
463
483
|
}
|
|
464
484
|
|
|
485
|
+
.tsystem-bg_transparent {
|
|
486
|
+
background: var(--Tight-colors-transparent);
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.tsystem-bd_none {
|
|
490
|
+
border: none;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
.tsystem-p_0 {
|
|
494
|
+
padding: 0;
|
|
495
|
+
}
|
|
496
|
+
|
|
465
497
|
.tsystem-p_6px {
|
|
466
498
|
padding: 6px;
|
|
467
499
|
}
|
|
@@ -494,10 +526,6 @@
|
|
|
494
526
|
margin: 0;
|
|
495
527
|
}
|
|
496
528
|
|
|
497
|
-
.tsystem-p_0 {
|
|
498
|
-
padding: 0;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
529
|
.tsystem-p_24px {
|
|
502
530
|
padding: 24px;
|
|
503
531
|
}
|
|
@@ -506,18 +534,10 @@
|
|
|
506
534
|
border: 1px solid var(--Tight-colors-border-layout);
|
|
507
535
|
}
|
|
508
536
|
|
|
509
|
-
.tsystem-bd_none {
|
|
510
|
-
border: none;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
537
|
.tsystem-bg_surface\.foreground {
|
|
514
538
|
background: var(--Tight-colors-surface-foreground);
|
|
515
539
|
}
|
|
516
540
|
|
|
517
|
-
.tsystem-bg_transparent {
|
|
518
|
-
background: var(--Tight-colors-transparent);
|
|
519
|
-
}
|
|
520
|
-
|
|
521
541
|
.tsystem-p_15px {
|
|
522
542
|
padding: 15px;
|
|
523
543
|
}
|
|
@@ -546,6 +566,18 @@
|
|
|
546
566
|
padding: 16px 16px;
|
|
547
567
|
}
|
|
548
568
|
|
|
569
|
+
.tsystem-p_2px {
|
|
570
|
+
padding: 2px;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.tsystem-bg_none {
|
|
574
|
+
background: var(--Tight-colors-none);
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.tsystem-p_5px_10px {
|
|
578
|
+
padding: 5px 10px;
|
|
579
|
+
}
|
|
580
|
+
|
|
549
581
|
.tsystem-m_0_8px {
|
|
550
582
|
margin: 0 8px;
|
|
551
583
|
}
|
|
@@ -610,6 +642,26 @@
|
|
|
610
642
|
padding: 15px;
|
|
611
643
|
}
|
|
612
644
|
|
|
645
|
+
.tsystem-bd_inherit {
|
|
646
|
+
border: inherit;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.tsystem-p_6px_8px {
|
|
650
|
+
padding: 6px 8px;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
654
|
+
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.tsystem-p_15px_15px_0_15px {
|
|
658
|
+
padding: 15px 15px 0 15px;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.tsystem-p_26px {
|
|
662
|
+
padding: 26px;
|
|
663
|
+
}
|
|
664
|
+
|
|
613
665
|
.tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
|
|
614
666
|
border: 1px solid var(--Tight-colors-border-intent-action);
|
|
615
667
|
}
|
|
@@ -622,8 +674,8 @@
|
|
|
622
674
|
border: var(--Tight-borderWidths-md) solid transparent;
|
|
623
675
|
}
|
|
624
676
|
|
|
625
|
-
.tsystem-
|
|
626
|
-
|
|
677
|
+
.tsystem-m_2px {
|
|
678
|
+
margin: 2px;
|
|
627
679
|
}
|
|
628
680
|
|
|
629
681
|
.tsystem-p_16px_12px_16px_16px {
|
|
@@ -682,30 +734,6 @@
|
|
|
682
734
|
padding: 4px 0;
|
|
683
735
|
}
|
|
684
736
|
|
|
685
|
-
.tsystem-p_2px {
|
|
686
|
-
padding: 2px;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.tsystem-p_5px_10px {
|
|
690
|
-
padding: 5px 10px;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.tsystem-bg_none {
|
|
694
|
-
background: var(--Tight-colors-none);
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
698
|
-
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
.tsystem-p_15px_15px_0_15px {
|
|
702
|
-
padding: 15px 15px 0 15px;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
.tsystem-p_26px {
|
|
706
|
-
padding: 26px;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
737
|
.tsystem-bd_0 {
|
|
710
738
|
border: 0;
|
|
711
739
|
}
|
|
@@ -758,6 +786,10 @@
|
|
|
758
786
|
animation: var(--Tight-animations-spin);
|
|
759
787
|
}
|
|
760
788
|
|
|
789
|
+
.tsystem-bd_left {
|
|
790
|
+
border: left;
|
|
791
|
+
}
|
|
792
|
+
|
|
761
793
|
.tsystem-p_12 {
|
|
762
794
|
padding: 12px;
|
|
763
795
|
}
|
|
@@ -802,8 +834,8 @@
|
|
|
802
834
|
border-style: solid;
|
|
803
835
|
}
|
|
804
836
|
|
|
805
|
-
.tsystem-
|
|
806
|
-
border-radius:
|
|
837
|
+
.tsystem-bdr_lg {
|
|
838
|
+
border-radius: var(--Tight-radii-lg);
|
|
807
839
|
}
|
|
808
840
|
|
|
809
841
|
.tsystem-ov_hidden {
|
|
@@ -818,6 +850,14 @@
|
|
|
818
850
|
flex: 1 1 0;
|
|
819
851
|
}
|
|
820
852
|
|
|
853
|
+
.tsystem-gap_12px {
|
|
854
|
+
gap: 12px;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
.tsystem-ov_visible {
|
|
858
|
+
overflow: visible;
|
|
859
|
+
}
|
|
860
|
+
|
|
821
861
|
.tsystem-trs_background_300ms_ease-out\,_background-color_300ms_ease-out\,_border-color_300ms_ease-out\,_box-shadow_0ms {
|
|
822
862
|
transition: background 300ms ease-out, background-color 300ms ease-out, border-color 300ms ease-out, box-shadow 0ms;
|
|
823
863
|
}
|
|
@@ -834,10 +874,6 @@
|
|
|
834
874
|
flex: 0 0 auto;
|
|
835
875
|
}
|
|
836
876
|
|
|
837
|
-
.tsystem-bdr_lg {
|
|
838
|
-
border-radius: var(--Tight-radii-lg);
|
|
839
|
-
}
|
|
840
|
-
|
|
841
877
|
.tsystem-gap_inherit {
|
|
842
878
|
gap: inherit;
|
|
843
879
|
}
|
|
@@ -871,14 +907,6 @@
|
|
|
871
907
|
gap: 10px;
|
|
872
908
|
}
|
|
873
909
|
|
|
874
|
-
.tsystem-gap_12px {
|
|
875
|
-
gap: 12px;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
.tsystem-bdr_borderWidth\.sm {
|
|
879
|
-
border-radius: borderWidth.sm;
|
|
880
|
-
}
|
|
881
|
-
|
|
882
910
|
.tsystem-flex_1_0_0 {
|
|
883
911
|
flex: 1 0 0;
|
|
884
912
|
}
|
|
@@ -951,10 +979,6 @@
|
|
|
951
979
|
gap: 45px;
|
|
952
980
|
}
|
|
953
981
|
|
|
954
|
-
.tsystem-ov_visible {
|
|
955
|
-
overflow: visible;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
982
|
.tsystem-gap_20px {
|
|
959
983
|
gap: 20px;
|
|
960
984
|
}
|
|
@@ -1035,6 +1059,26 @@
|
|
|
1035
1059
|
transition: all 300ms ease-out;
|
|
1036
1060
|
}
|
|
1037
1061
|
|
|
1062
|
+
.tsystem-bdr_borderWidths\.sm {
|
|
1063
|
+
border-radius: borderWidths.sm;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.tsystem-bd-c_currentColor {
|
|
1067
|
+
border-color: var(--Tight-colors-currentColor);
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.tsystem-bd-w_1px {
|
|
1071
|
+
border-width: 1px;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.tsystem-bdr_4px {
|
|
1075
|
+
border-radius: 4px;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
.tsystem-bdr_8px {
|
|
1079
|
+
border-radius: 8px;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1038
1082
|
.tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
|
|
1039
1083
|
border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
1040
1084
|
}
|
|
@@ -1071,10 +1115,6 @@
|
|
|
1071
1115
|
padding-inline: 16px;
|
|
1072
1116
|
}
|
|
1073
1117
|
|
|
1074
|
-
.tsystem-bd-w_1px {
|
|
1075
|
-
border-width: 1px;
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
1118
|
.tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.strong\} {
|
|
1079
1119
|
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-strong);
|
|
1080
1120
|
}
|
|
@@ -1083,10 +1123,6 @@
|
|
|
1083
1123
|
gap: 6px;
|
|
1084
1124
|
}
|
|
1085
1125
|
|
|
1086
|
-
.tsystem-gap_10 {
|
|
1087
|
-
gap: 10px;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
1126
|
.tsystem-bdr_9999px {
|
|
1091
1127
|
border-radius: 9999px;
|
|
1092
1128
|
}
|
|
@@ -1111,10 +1147,6 @@
|
|
|
1111
1147
|
border-color: active;
|
|
1112
1148
|
}
|
|
1113
1149
|
|
|
1114
|
-
.tsystem-bd-c_brand\.action\.strong {
|
|
1115
|
-
border-color: var(--Tight-colors-brand-action-strong);
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
1150
|
.tsystem-gap_2px_2px {
|
|
1119
1151
|
gap: 2px 2px;
|
|
1120
1152
|
}
|
|
@@ -1143,6 +1175,22 @@
|
|
|
1143
1175
|
border-width: var(--Tight-borderWidths-sm);
|
|
1144
1176
|
}
|
|
1145
1177
|
|
|
1178
|
+
.tsystem-bd-w_md {
|
|
1179
|
+
border-width: var(--Tight-borderWidths-md);
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
.tsystem-bd-c_border\.layout\.weak {
|
|
1183
|
+
border-color: var(--Tight-colors-border-layout-weak);
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.tsystem-bd-c_weak {
|
|
1187
|
+
border-color: weak;
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
.tsystem-tw_wrap {
|
|
1191
|
+
text-wrap: wrap;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1146
1194
|
.tsystem-flex_1_1_100\% {
|
|
1147
1195
|
flex: 1 1 100%;
|
|
1148
1196
|
}
|
|
@@ -1284,6 +1332,38 @@
|
|
|
1284
1332
|
overflow-wrap: break-word;
|
|
1285
1333
|
}
|
|
1286
1334
|
|
|
1335
|
+
.tsystem-ff_body {
|
|
1336
|
+
font-family: var(--Tight-fonts-body);
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.tsystem-fs_md {
|
|
1340
|
+
font-size: var(--Tight-fontSizes-md);
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.tsystem-lh_18px {
|
|
1344
|
+
line-height: 18px;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.tsystem-ls_0\.84px {
|
|
1348
|
+
letter-spacing: 0.84px;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.tsystem-fw_md {
|
|
1352
|
+
font-weight: var(--Tight-fontWeights-md);
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
.tsystem-lh_16px {
|
|
1356
|
+
line-height: 16px;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.tsystem-lh_14px {
|
|
1360
|
+
line-height: 14px;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
.tsystem-ls_0\.72px {
|
|
1364
|
+
letter-spacing: 0.72px;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1287
1367
|
.tsystem-bx-s_border-box {
|
|
1288
1368
|
box-sizing: border-box;
|
|
1289
1369
|
}
|
|
@@ -1308,6 +1388,10 @@
|
|
|
1308
1388
|
text-align: left;
|
|
1309
1389
|
}
|
|
1310
1390
|
|
|
1391
|
+
.tsystem-c_icon\.base {
|
|
1392
|
+
color: var(--Tight-colors-icon-base);
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1311
1395
|
.tsystem-jc_flex-start {
|
|
1312
1396
|
justify-content: flex-start;
|
|
1313
1397
|
}
|
|
@@ -1325,10 +1409,6 @@
|
|
|
1325
1409
|
cursor: default;
|
|
1326
1410
|
}
|
|
1327
1411
|
|
|
1328
|
-
.tsystem-d_none {
|
|
1329
|
-
display: none;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
1412
|
.tsystem-bg-c_money\.positive\.weak {
|
|
1333
1413
|
background-color: var(--Tight-colors-money-positive-weak);
|
|
1334
1414
|
}
|
|
@@ -1357,10 +1437,6 @@
|
|
|
1357
1437
|
font-size: var(--Tight-fontSizes-xl);
|
|
1358
1438
|
}
|
|
1359
1439
|
|
|
1360
|
-
.tsystem-fw_md {
|
|
1361
|
-
font-weight: var(--Tight-fontWeights-md);
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
1440
|
.tsystem-lh_26px {
|
|
1365
1441
|
line-height: 26px;
|
|
1366
1442
|
}
|
|
@@ -1393,18 +1469,10 @@
|
|
|
1393
1469
|
justify-content: start;
|
|
1394
1470
|
}
|
|
1395
1471
|
|
|
1396
|
-
.tsystem-stk_icon\.base {
|
|
1397
|
-
stroke: var(--Tight-colors-icon-base);
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
1472
|
.tsystem-fs_lg {
|
|
1401
1473
|
font-size: var(--Tight-fontSizes-lg);
|
|
1402
1474
|
}
|
|
1403
1475
|
|
|
1404
|
-
.tsystem-lh_18px {
|
|
1405
|
-
line-height: 18px;
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
1476
|
.tsystem-ls_0\.96px {
|
|
1409
1477
|
letter-spacing: 0.96px;
|
|
1410
1478
|
}
|
|
@@ -1513,6 +1581,10 @@
|
|
|
1513
1581
|
align-items: start;
|
|
1514
1582
|
}
|
|
1515
1583
|
|
|
1584
|
+
.tsystem-d_none {
|
|
1585
|
+
display: none;
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1516
1588
|
.tsystem-bx-sh_0_0_0_0_transparent {
|
|
1517
1589
|
box-shadow: 0 0 0 0 transparent;
|
|
1518
1590
|
}
|
|
@@ -1537,26 +1609,30 @@
|
|
|
1537
1609
|
background-color: yellow;
|
|
1538
1610
|
}
|
|
1539
1611
|
|
|
1540
|
-
.tsystem-
|
|
1541
|
-
|
|
1612
|
+
.tsystem-c_typography\.intent\.secondary {
|
|
1613
|
+
color: var(--Tight-colors-typography-intent-secondary);
|
|
1542
1614
|
}
|
|
1543
1615
|
|
|
1544
|
-
.tsystem-
|
|
1545
|
-
|
|
1616
|
+
.tsystem-cursor_not-allowed {
|
|
1617
|
+
cursor: not-allowed;
|
|
1546
1618
|
}
|
|
1547
1619
|
|
|
1548
|
-
.tsystem-
|
|
1549
|
-
|
|
1620
|
+
.tsystem-op_0\.5 {
|
|
1621
|
+
opacity: 0.5;
|
|
1550
1622
|
}
|
|
1551
1623
|
|
|
1552
|
-
.tsystem-
|
|
1553
|
-
|
|
1624
|
+
.tsystem-fill_surface\.intent\.action\.active {
|
|
1625
|
+
fill: var(--Tight-colors-surface-intent-action-active);
|
|
1554
1626
|
}
|
|
1555
1627
|
|
|
1556
1628
|
.tsystem-ai_stretch {
|
|
1557
1629
|
align-items: stretch;
|
|
1558
1630
|
}
|
|
1559
1631
|
|
|
1632
|
+
.tsystem-bg-c_border\.layout\.weak {
|
|
1633
|
+
background-color: var(--Tight-colors-border-layout-weak);
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1560
1636
|
.tsystem-bg-c_border\.layout {
|
|
1561
1637
|
background-color: var(--Tight-colors-border-layout);
|
|
1562
1638
|
}
|
|
@@ -1565,16 +1641,16 @@
|
|
|
1565
1641
|
background-color: var(--Tight-colors-border-layout-strong);
|
|
1566
1642
|
}
|
|
1567
1643
|
|
|
1568
|
-
.tsystem-bg-
|
|
1569
|
-
background-color: var(--Tight-colors-
|
|
1644
|
+
.tsystem-bg-c_border\.intent\.secondary {
|
|
1645
|
+
background-color: var(--Tight-colors-border-intent-secondary);
|
|
1570
1646
|
}
|
|
1571
1647
|
|
|
1572
|
-
.tsystem-
|
|
1573
|
-
|
|
1648
|
+
.tsystem-d_block {
|
|
1649
|
+
display: block;
|
|
1574
1650
|
}
|
|
1575
1651
|
|
|
1576
|
-
.tsystem-
|
|
1577
|
-
color: var(--Tight-colors-
|
|
1652
|
+
.tsystem-bg-c_surface\.intent\.action\.highlight {
|
|
1653
|
+
background-color: var(--Tight-colors-surface-intent-action-highlight);
|
|
1578
1654
|
}
|
|
1579
1655
|
|
|
1580
1656
|
.tsystem-jc_flex-end {
|
|
@@ -1613,10 +1689,6 @@
|
|
|
1613
1689
|
opacity: 0.6;
|
|
1614
1690
|
}
|
|
1615
1691
|
|
|
1616
|
-
.tsystem-cursor_not-allowed {
|
|
1617
|
-
cursor: not-allowed;
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
1692
|
.tsystem-jc_end {
|
|
1621
1693
|
justify-content: end;
|
|
1622
1694
|
}
|
|
@@ -1655,18 +1727,10 @@
|
|
|
1655
1727
|
pointer-events: all;
|
|
1656
1728
|
}
|
|
1657
1729
|
|
|
1658
|
-
.tsystem-fs_md {
|
|
1659
|
-
font-size: var(--Tight-fontSizes-md);
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
1730
|
.tsystem-fw_lg {
|
|
1663
1731
|
font-weight: var(--Tight-fontWeights-lg);
|
|
1664
1732
|
}
|
|
1665
1733
|
|
|
1666
|
-
.tsystem-lh_16px {
|
|
1667
|
-
line-height: 16px;
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
1734
|
.tsystem-fw_label {
|
|
1671
1735
|
font-weight: var(--Tight-fontWeights-label);
|
|
1672
1736
|
}
|
|
@@ -1756,7 +1820,7 @@
|
|
|
1756
1820
|
}
|
|
1757
1821
|
|
|
1758
1822
|
.tsystem-c_inherit {
|
|
1759
|
-
color:
|
|
1823
|
+
color: inherit;
|
|
1760
1824
|
}
|
|
1761
1825
|
|
|
1762
1826
|
.tsystem-wb_break-word {
|
|
@@ -1779,6 +1843,34 @@
|
|
|
1779
1843
|
background-color: var(--Tight-colors-typography-base);
|
|
1780
1844
|
}
|
|
1781
1845
|
|
|
1846
|
+
.tsystem-ta_end {
|
|
1847
|
+
text-align: end;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.tsystem-cursor_inherit {
|
|
1851
|
+
cursor: inherit;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.tsystem-pos_sticky {
|
|
1855
|
+
position: sticky;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
.tsystem-z_1 {
|
|
1859
|
+
z-index: 1;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
.tsystem-bg-c_inherit {
|
|
1863
|
+
background-color: inherit;
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
.tsystem-cq-t_inline-size {
|
|
1867
|
+
container-type: inline-size;
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
.tsystem-cq-n_page {
|
|
1871
|
+
container-name: page;
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1782
1874
|
.tsystem-c_typography\.intent\.danger {
|
|
1783
1875
|
color: var(--Tight-colors-typography-intent-danger);
|
|
1784
1876
|
}
|
|
@@ -1799,16 +1891,12 @@
|
|
|
1799
1891
|
color: var(--Tight-colors-typography-intent-warning);
|
|
1800
1892
|
}
|
|
1801
1893
|
|
|
1802
|
-
.tsystem-c_icon\.base {
|
|
1803
|
-
color: var(--Tight-colors-icon-base);
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
1894
|
.tsystem-fw_body {
|
|
1807
1895
|
font-weight: var(--Tight-fontWeights-body);
|
|
1808
1896
|
}
|
|
1809
1897
|
|
|
1810
|
-
.tsystem-
|
|
1811
|
-
|
|
1898
|
+
.tsystem-c_typography\.label\.strong {
|
|
1899
|
+
color: var(--Tight-colors-typography-label-strong);
|
|
1812
1900
|
}
|
|
1813
1901
|
|
|
1814
1902
|
.tsystem-c_brand\.primary\.weak {
|
|
@@ -1907,12 +1995,46 @@
|
|
|
1907
1995
|
color: var(--Tight-colors-money-positive);
|
|
1908
1996
|
}
|
|
1909
1997
|
|
|
1910
|
-
.tsystem-
|
|
1911
|
-
|
|
1998
|
+
.tsystem-fs_18px {
|
|
1999
|
+
font-size: 18px;
|
|
1912
2000
|
}
|
|
1913
2001
|
|
|
1914
|
-
.tsystem-
|
|
1915
|
-
|
|
2002
|
+
.tsystem-fs_14px {
|
|
2003
|
+
font-size: 14px;
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
.tsystem-c_black600 {
|
|
2007
|
+
color: var(--Tight-colors-black600);
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
.tsystem-c_black400 {
|
|
2011
|
+
color: var(--Tight-colors-black400);
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
.tsystem-bg-cp_content-box {
|
|
2015
|
+
background-clip: content-box;
|
|
2016
|
+
-webkit-background-clip: content-box;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
.tsystem-c_currentColor {
|
|
2020
|
+
color: var(--Tight-colors-currentColor);
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
.tsystem-bx-sh_none {
|
|
2024
|
+
box-shadow: none;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.tsystem-bg-c_green700 {
|
|
2028
|
+
background-color: var(--Tight-colors-green700);
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.tsystem-bkdp_brightness\(85\%\) {
|
|
2032
|
+
backdrop-filter: brightness(85%);
|
|
2033
|
+
-webkit-backdrop-filter: brightness(85%);
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
.tsystem-c_brand\.danger {
|
|
2037
|
+
color: var(--Tight-colors-brand-danger);
|
|
1916
2038
|
}
|
|
1917
2039
|
|
|
1918
2040
|
.tsystem-d_grid {
|
|
@@ -1939,18 +2061,14 @@
|
|
|
1939
2061
|
transform: rotate(90deg);
|
|
1940
2062
|
}
|
|
1941
2063
|
|
|
1942
|
-
.tsystem-
|
|
1943
|
-
|
|
2064
|
+
.tsystem-fw_label\.strong {
|
|
2065
|
+
font-weight: var(--Tight-fontWeights-label-strong);
|
|
1944
2066
|
}
|
|
1945
2067
|
|
|
1946
2068
|
.tsystem-stk_icon\.base\.weak {
|
|
1947
2069
|
stroke: var(--Tight-colors-icon-base-weak);
|
|
1948
2070
|
}
|
|
1949
2071
|
|
|
1950
|
-
.tsystem-lh_14px {
|
|
1951
|
-
line-height: 14px;
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
2072
|
.tsystem-bg-c_brand\.secondary {
|
|
1955
2073
|
background-color: var(--Tight-colors-brand-secondary);
|
|
1956
2074
|
}
|
|
@@ -1973,10 +2091,6 @@
|
|
|
1973
2091
|
background-color: foreground;
|
|
1974
2092
|
}
|
|
1975
2093
|
|
|
1976
|
-
.tsystem-z_1 {
|
|
1977
|
-
z-index: 1;
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
2094
|
.tsystem-isolation_isolate {
|
|
1981
2095
|
isolation: isolate;
|
|
1982
2096
|
}
|
|
@@ -2118,6 +2232,10 @@
|
|
|
2118
2232
|
font-size: 26px;
|
|
2119
2233
|
}
|
|
2120
2234
|
|
|
2235
|
+
.tsystem-c_icon\.base\.weak {
|
|
2236
|
+
color: var(--Tight-colors-icon-base-weak);
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2121
2239
|
.tsystem-c_surface\.intent\.danger\.active {
|
|
2122
2240
|
color: var(--Tight-colors-surface-intent-danger-active);
|
|
2123
2241
|
}
|
|
@@ -2126,6 +2244,30 @@
|
|
|
2126
2244
|
grid-template-columns: 1fr 1fr;
|
|
2127
2245
|
}
|
|
2128
2246
|
|
|
2247
|
+
.tsystem-cursor_auto {
|
|
2248
|
+
cursor: auto;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
.tsystem-bd-cl_separate {
|
|
2252
|
+
border-collapse: separate;
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
.tsystem-bd-sp_0 {
|
|
2256
|
+
border-spacing: 0;
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
.tsystem-z_2 {
|
|
2260
|
+
z-index: 2;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
.tsystem-cq-t_scroll-state {
|
|
2264
|
+
container-type: scroll-state;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
.tsystem-cq-n_report-table-container {
|
|
2268
|
+
container-name: report-table-container;
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2129
2271
|
.tsystem-c_var\(--Tight-colors-money-positive\) {
|
|
2130
2272
|
color: var(--Tight-colors-money-positive);
|
|
2131
2273
|
}
|
|
@@ -2186,6 +2328,14 @@
|
|
|
2186
2328
|
overflow-y: auto;
|
|
2187
2329
|
}
|
|
2188
2330
|
|
|
2331
|
+
.tsystem-max-w_none {
|
|
2332
|
+
max-width: none;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
.tsystem-min-h_48px {
|
|
2336
|
+
min-height: 48px;
|
|
2337
|
+
}
|
|
2338
|
+
|
|
2189
2339
|
.tsystem-w_50px {
|
|
2190
2340
|
width: 50px;
|
|
2191
2341
|
}
|
|
@@ -2382,8 +2532,12 @@
|
|
|
2382
2532
|
overflow-x: hidden;
|
|
2383
2533
|
}
|
|
2384
2534
|
|
|
2385
|
-
.tsystem-
|
|
2386
|
-
|
|
2535
|
+
.tsystem-w_17px {
|
|
2536
|
+
width: 17px;
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
.tsystem-h_17px {
|
|
2540
|
+
height: 17px;
|
|
2387
2541
|
}
|
|
2388
2542
|
|
|
2389
2543
|
.tsystem-w_15px {
|
|
@@ -2402,6 +2556,18 @@
|
|
|
2402
2556
|
height: 24px;
|
|
2403
2557
|
}
|
|
2404
2558
|
|
|
2559
|
+
.tsystem-w_14px {
|
|
2560
|
+
width: 14px;
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
.tsystem-h_14px {
|
|
2564
|
+
height: 14px;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
.tsystem-max-w_200px {
|
|
2568
|
+
max-width: 200px;
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2405
2571
|
.tsystem-h_37px {
|
|
2406
2572
|
height: 37px;
|
|
2407
2573
|
}
|
|
@@ -2502,10 +2668,6 @@
|
|
|
2502
2668
|
margin-top: 16px;
|
|
2503
2669
|
}
|
|
2504
2670
|
|
|
2505
|
-
.tsystem-max-w_1440px {
|
|
2506
|
-
max-width: 1440px;
|
|
2507
|
-
}
|
|
2508
|
-
|
|
2509
2671
|
.tsystem-pl_8px {
|
|
2510
2672
|
padding-left: 8px;
|
|
2511
2673
|
}
|
|
@@ -2518,6 +2680,10 @@
|
|
|
2518
2680
|
padding-bottom: 4px;
|
|
2519
2681
|
}
|
|
2520
2682
|
|
|
2683
|
+
.tsystem-max-w_1440px {
|
|
2684
|
+
max-width: 1440px;
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2521
2687
|
.tsystem-min-w_150px {
|
|
2522
2688
|
min-width: 150px;
|
|
2523
2689
|
}
|
|
@@ -2690,6 +2856,50 @@
|
|
|
2690
2856
|
max-width: 250px;
|
|
2691
2857
|
}
|
|
2692
2858
|
|
|
2859
|
+
.tsystem-w_200px {
|
|
2860
|
+
width: 200px;
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
.tsystem-bd-l-w_md {
|
|
2864
|
+
border-left-width: var(--Tight-borderWidths-md);
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2867
|
+
.tsystem-bd-l-c_border\.layout {
|
|
2868
|
+
border-left-color: var(--Tight-colors-border-layout);
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
.tsystem-border-right-style_solid {
|
|
2872
|
+
border-right-style: solid;
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
.tsystem-bd-r-w_md {
|
|
2876
|
+
border-right-width: var(--Tight-borderWidths-md);
|
|
2877
|
+
}
|
|
2878
|
+
|
|
2879
|
+
.tsystem-bd-r-c_border\.layout {
|
|
2880
|
+
border-right-color: var(--Tight-colors-border-layout);
|
|
2881
|
+
}
|
|
2882
|
+
|
|
2883
|
+
.tsystem-min-h_250px {
|
|
2884
|
+
min-height: 250px;
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
.tsystem-max-h_320px {
|
|
2888
|
+
max-height: 320px;
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2891
|
+
.tsystem-pl_15px {
|
|
2892
|
+
padding-left: 15px;
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
.tsystem-pr_15px {
|
|
2896
|
+
padding-right: 15px;
|
|
2897
|
+
}
|
|
2898
|
+
|
|
2899
|
+
.tsystem-h_35px {
|
|
2900
|
+
height: 35px;
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2693
2903
|
.tsystem-mb_8px {
|
|
2694
2904
|
margin-bottom: 8px;
|
|
2695
2905
|
}
|
|
@@ -2750,18 +2960,10 @@
|
|
|
2750
2960
|
height: 16px;
|
|
2751
2961
|
}
|
|
2752
2962
|
|
|
2753
|
-
.tsystem-w_270px {
|
|
2754
|
-
width: 270px;
|
|
2755
|
-
}
|
|
2756
|
-
|
|
2757
2963
|
.tsystem-min-w_269px {
|
|
2758
2964
|
min-width: 269px;
|
|
2759
2965
|
}
|
|
2760
2966
|
|
|
2761
|
-
.tsystem-w_200px {
|
|
2762
|
-
width: 200px;
|
|
2763
|
-
}
|
|
2764
|
-
|
|
2765
2967
|
.tsystem-min-w_200px {
|
|
2766
2968
|
min-width: 200px;
|
|
2767
2969
|
}
|
|
@@ -2774,10 +2976,6 @@
|
|
|
2774
2976
|
margin-bottom: 42px;
|
|
2775
2977
|
}
|
|
2776
2978
|
|
|
2777
|
-
.tsystem-max-w_1440 {
|
|
2778
|
-
max-width: 1440px;
|
|
2779
|
-
}
|
|
2780
|
-
|
|
2781
2979
|
.tsystem-pl_20px {
|
|
2782
2980
|
padding-left: 20px;
|
|
2783
2981
|
}
|
|
@@ -2806,22 +3004,6 @@
|
|
|
2806
3004
|
margin-top: auto;
|
|
2807
3005
|
}
|
|
2808
3006
|
|
|
2809
|
-
.tsystem-w_14px {
|
|
2810
|
-
width: 14px;
|
|
2811
|
-
}
|
|
2812
|
-
|
|
2813
|
-
.tsystem-h_14px {
|
|
2814
|
-
height: 14px;
|
|
2815
|
-
}
|
|
2816
|
-
|
|
2817
|
-
.tsystem-max-w_200px {
|
|
2818
|
-
max-width: 200px;
|
|
2819
|
-
}
|
|
2820
|
-
|
|
2821
|
-
.tsystem-h_17px {
|
|
2822
|
-
height: 17px;
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
3007
|
.tsystem-mb_10px {
|
|
2826
3008
|
margin-bottom: 10px;
|
|
2827
3009
|
}
|
|
@@ -2846,18 +3028,6 @@
|
|
|
2846
3028
|
width: 75px;
|
|
2847
3029
|
}
|
|
2848
3030
|
|
|
2849
|
-
.tsystem-pl_15px {
|
|
2850
|
-
padding-left: 15px;
|
|
2851
|
-
}
|
|
2852
|
-
|
|
2853
|
-
.tsystem-pr_15px {
|
|
2854
|
-
padding-right: 15px;
|
|
2855
|
-
}
|
|
2856
|
-
|
|
2857
|
-
.tsystem-h_35px {
|
|
2858
|
-
height: 35px;
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
3031
|
.tsystem-max-w_1 {
|
|
2862
3032
|
max-width: 1px;
|
|
2863
3033
|
}
|
|
@@ -2914,6 +3084,10 @@
|
|
|
2914
3084
|
right: 16px;
|
|
2915
3085
|
}
|
|
2916
3086
|
|
|
3087
|
+
.tsystem-max-h_44px {
|
|
3088
|
+
max-height: 44px;
|
|
3089
|
+
}
|
|
3090
|
+
|
|
2917
3091
|
.tsystem-pl_25px {
|
|
2918
3092
|
padding-left: 25px;
|
|
2919
3093
|
}
|
|
@@ -2946,6 +3120,18 @@
|
|
|
2946
3120
|
width: 26px;
|
|
2947
3121
|
}
|
|
2948
3122
|
|
|
3123
|
+
.tsystem-mt_22px {
|
|
3124
|
+
margin-top: 22px;
|
|
3125
|
+
}
|
|
3126
|
+
|
|
3127
|
+
.tsystem-w_200 {
|
|
3128
|
+
width: 200px;
|
|
3129
|
+
}
|
|
3130
|
+
|
|
3131
|
+
.tsystem-min-w_200 {
|
|
3132
|
+
min-width: 200px;
|
|
3133
|
+
}
|
|
3134
|
+
|
|
2949
3135
|
.tsystem-max-h_247px {
|
|
2950
3136
|
max-height: 247px;
|
|
2951
3137
|
}
|
|
@@ -3006,18 +3192,6 @@
|
|
|
3006
3192
|
width: 151px;
|
|
3007
3193
|
}
|
|
3008
3194
|
|
|
3009
|
-
.tsystem-mt_22px {
|
|
3010
|
-
margin-top: 22px;
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
.tsystem-w_200 {
|
|
3014
|
-
width: 200px;
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
|
-
.tsystem-min-w_200 {
|
|
3018
|
-
min-width: 200px;
|
|
3019
|
-
}
|
|
3020
|
-
|
|
3021
3195
|
.tsystem-pt_50px {
|
|
3022
3196
|
padding-top: 50px;
|
|
3023
3197
|
}
|
|
@@ -3090,6 +3264,58 @@
|
|
|
3090
3264
|
bottom: 5px;
|
|
3091
3265
|
}
|
|
3092
3266
|
|
|
3267
|
+
.tsystem-bd-t-w_md {
|
|
3268
|
+
border-top-width: var(--Tight-borderWidths-md);
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3271
|
+
.tsystem-border-top-style_solid {
|
|
3272
|
+
border-top-style: solid;
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3275
|
+
.tsystem-bd-t-w_4px {
|
|
3276
|
+
border-top-width: 4px;
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3279
|
+
.tsystem-border-top-style_double {
|
|
3280
|
+
border-top-style: double;
|
|
3281
|
+
}
|
|
3282
|
+
|
|
3283
|
+
.tsystem-bd-t-c_border\.layout\.strong {
|
|
3284
|
+
border-top-color: var(--Tight-colors-border-layout-strong);
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3287
|
+
.tsystem-bd-b-w_4px {
|
|
3288
|
+
border-bottom-width: 4px;
|
|
3289
|
+
}
|
|
3290
|
+
|
|
3291
|
+
.tsystem-border-bottom-style_double {
|
|
3292
|
+
border-bottom-style: double;
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3295
|
+
.tsystem-bd-b-c_border\.layout\.strong {
|
|
3296
|
+
border-bottom-color: var(--Tight-colors-border-layout-strong);
|
|
3297
|
+
}
|
|
3298
|
+
|
|
3299
|
+
.tsystem-bd-b-w_md {
|
|
3300
|
+
border-bottom-width: var(--Tight-borderWidths-md);
|
|
3301
|
+
}
|
|
3302
|
+
|
|
3303
|
+
.tsystem-min-w_800px {
|
|
3304
|
+
min-width: 800px;
|
|
3305
|
+
}
|
|
3306
|
+
|
|
3307
|
+
.tsystem-bd-b-c_border\.layout {
|
|
3308
|
+
border-bottom-color: var(--Tight-colors-border-layout);
|
|
3309
|
+
}
|
|
3310
|
+
|
|
3311
|
+
.tsystem-ov-x_auto {
|
|
3312
|
+
overflow-x: auto;
|
|
3313
|
+
}
|
|
3314
|
+
|
|
3315
|
+
.tsystem-max-h_80dvh {
|
|
3316
|
+
max-height: 80dvh;
|
|
3317
|
+
}
|
|
3318
|
+
|
|
3093
3319
|
.tsystem-max-w_120px {
|
|
3094
3320
|
max-width: 120px;
|
|
3095
3321
|
}
|
|
@@ -3300,6 +3526,10 @@
|
|
|
3300
3526
|
pointer-events: none;
|
|
3301
3527
|
}
|
|
3302
3528
|
|
|
3529
|
+
[data-scrolled-x=true] .scrolledX\:tsystem-filter_drop-shadow\(4px_2px_4px_rgba\(0\,_0\,_0\,_0\.05\)\) {
|
|
3530
|
+
filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.05));
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3303
3533
|
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
|
|
3304
3534
|
color: var(--Tight-colors-typography-intent-action);
|
|
3305
3535
|
}
|
|
@@ -3308,12 +3538,12 @@
|
|
|
3308
3538
|
color: var(--Tight-colors-typography-intent-danger);
|
|
3309
3539
|
}
|
|
3310
3540
|
|
|
3311
|
-
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.
|
|
3312
|
-
color: var(--Tight-colors-typography-intent-
|
|
3541
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
|
|
3542
|
+
color: var(--Tight-colors-typography-intent-secondary);
|
|
3313
3543
|
}
|
|
3314
3544
|
|
|
3315
|
-
.\[\&_path\]\:tsystem-stk_icon\.intent\.
|
|
3316
|
-
stroke: var(--Tight-colors-icon-intent-
|
|
3545
|
+
.\[\&_path\]\:tsystem-stk_icon\.intent\.secondary path {
|
|
3546
|
+
stroke: var(--Tight-colors-icon-intent-secondary);
|
|
3317
3547
|
}
|
|
3318
3548
|
|
|
3319
3549
|
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success .Tight-text {
|
|
@@ -3328,8 +3558,8 @@
|
|
|
3328
3558
|
color: var(--Tight-colors-typography-intent-warning);
|
|
3329
3559
|
}
|
|
3330
3560
|
|
|
3331
|
-
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.
|
|
3332
|
-
color: var(--Tight-colors-typography-intent-
|
|
3561
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary .Tight-text {
|
|
3562
|
+
color: var(--Tight-colors-typography-intent-primary);
|
|
3333
3563
|
}
|
|
3334
3564
|
|
|
3335
3565
|
.\[\&\:disabled\]\:tsystem-cursor_default:disabled {
|
|
@@ -3372,12 +3602,20 @@
|
|
|
3372
3602
|
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3373
3603
|
}
|
|
3374
3604
|
|
|
3605
|
+
.odd\:tsystem-bg-c_surface\.intent\.action\.highlight:nth-child(odd) {
|
|
3606
|
+
background-color: var(--Tight-colors-surface-intent-action-highlight);
|
|
3607
|
+
}
|
|
3608
|
+
|
|
3609
|
+
.even\:tsystem-bg-c_surface\.foreground:nth-child(even) {
|
|
3610
|
+
background-color: var(--Tight-colors-surface-foreground);
|
|
3611
|
+
}
|
|
3612
|
+
|
|
3375
3613
|
.\[\&_path\]\:tsystem-stk_surface\.foreground path {
|
|
3376
3614
|
stroke: var(--Tight-colors-surface-foreground);
|
|
3377
3615
|
}
|
|
3378
3616
|
|
|
3379
3617
|
.\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-amount-input,.\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-text {
|
|
3380
|
-
color:
|
|
3618
|
+
color: inherit;
|
|
3381
3619
|
}
|
|
3382
3620
|
|
|
3383
3621
|
.\[\&\:\:before\]\:tsystem-top_-11px::before {
|
|
@@ -3444,6 +3682,18 @@
|
|
|
3444
3682
|
padding-bottom: 16px;
|
|
3445
3683
|
}
|
|
3446
3684
|
|
|
3685
|
+
[data-scrolled-x=true] .scrolledX\:tsystem-border-right-style_solid {
|
|
3686
|
+
border-right-style: solid;
|
|
3687
|
+
}
|
|
3688
|
+
|
|
3689
|
+
[data-scrolled-x=true] .scrolledX\:tsystem-bd-r-w_md {
|
|
3690
|
+
border-right-width: var(--Tight-borderWidths-md);
|
|
3691
|
+
}
|
|
3692
|
+
|
|
3693
|
+
[data-scrolled-x=true] .scrolledX\:tsystem-bd-r-c_border\.layout {
|
|
3694
|
+
border-right-color: var(--Tight-colors-border-layout);
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3447
3697
|
.first\:tsystem-bdr-tl_sm:first-child {
|
|
3448
3698
|
border-top-left-radius: var(--Tight-radii-sm);
|
|
3449
3699
|
}
|
|
@@ -3699,8 +3949,12 @@
|
|
|
3699
3949
|
background-color: var(--Tight-colors-surface-intent-action-hover);
|
|
3700
3950
|
}
|
|
3701
3951
|
|
|
3702
|
-
.hover\:tsystem-bg-c_brand\.action\.
|
|
3703
|
-
background-color: var(--Tight-colors-brand-action-
|
|
3952
|
+
.hover\:tsystem-bg-c_brand\.action\.weaker:is(:hover, [data-hover]) {
|
|
3953
|
+
background-color: var(--Tight-colors-brand-action-weaker);
|
|
3954
|
+
}
|
|
3955
|
+
|
|
3956
|
+
.\[\&\:hover\]\:tsystem-c_black400:hover {
|
|
3957
|
+
color: var(--Tight-colors-black400);
|
|
3704
3958
|
}
|
|
3705
3959
|
|
|
3706
3960
|
.hover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:is(:hover, [data-hover]) {
|
|
@@ -3715,10 +3969,6 @@
|
|
|
3715
3969
|
border-color: var(--Tight-colors-border-intent-danger-active);
|
|
3716
3970
|
}
|
|
3717
3971
|
|
|
3718
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.primary\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.primary\.active[data-active='true']:enabled {
|
|
3719
|
-
border-color: var(--Tight-colors-border-intent-primary-active);
|
|
3720
|
-
}
|
|
3721
|
-
|
|
3722
3972
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.success\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_border\.intent\.success\.active[data-active='true']:enabled {
|
|
3723
3973
|
border-color: var(--Tight-colors-border-intent-success-active);
|
|
3724
3974
|
}
|
|
@@ -3727,6 +3977,10 @@
|
|
|
3727
3977
|
border-color: var(--Tight-colors-border-intent-warning-active);
|
|
3728
3978
|
}
|
|
3729
3979
|
|
|
3980
|
+
.\[\&\: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 {
|
|
3981
|
+
border-color: var(--Tight-colors-border-intent-primary-active);
|
|
3982
|
+
}
|
|
3983
|
+
|
|
3730
3984
|
.\[\&\: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 {
|
|
3731
3985
|
border-color: var(--Tight-colors-transparent);
|
|
3732
3986
|
}
|
|
@@ -3743,8 +3997,8 @@
|
|
|
3743
3997
|
background-color: var(--Tight-colors-surface-intent-danger-active);
|
|
3744
3998
|
}
|
|
3745
3999
|
|
|
3746
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.
|
|
3747
|
-
background-color: var(--Tight-colors-surface-intent-
|
|
4000
|
+
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.secondary\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.secondary\.active[data-active='true']:enabled {
|
|
4001
|
+
background-color: var(--Tight-colors-surface-intent-secondary-active);
|
|
3748
4002
|
}
|
|
3749
4003
|
|
|
3750
4004
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.success\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.success\.active[data-active='true']:enabled {
|
|
@@ -3755,6 +4009,10 @@
|
|
|
3755
4009
|
background-color: var(--Tight-colors-surface-intent-warning-active);
|
|
3756
4010
|
}
|
|
3757
4011
|
|
|
4012
|
+
.\[\&\: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 {
|
|
4013
|
+
background-color: var(--Tight-colors-surface-intent-primary-active);
|
|
4014
|
+
}
|
|
4015
|
+
|
|
3758
4016
|
.\[\&\: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 {
|
|
3759
4017
|
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3760
4018
|
}
|
|
@@ -3835,12 +4093,12 @@
|
|
|
3835
4093
|
color: var(--Tight-colors-typography-intent-danger-active);
|
|
3836
4094
|
}
|
|
3837
4095
|
|
|
3838
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.
|
|
3839
|
-
color: var(--Tight-colors-typography-intent-
|
|
4096
|
+
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.active[data-active='true']:enabled .Tight-text {
|
|
4097
|
+
color: var(--Tight-colors-typography-intent-secondary-active);
|
|
3840
4098
|
}
|
|
3841
4099
|
|
|
3842
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_path\]\:tsystem-stk_icon\.intent\.
|
|
3843
|
-
stroke: var(--Tight-colors-icon-intent-
|
|
4100
|
+
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_path\]\:tsystem-stk_icon\.intent\.secondary\.active:active:enabled path,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_path\]\:tsystem-stk_icon\.intent\.secondary\.active[data-active='true']:enabled path {
|
|
4101
|
+
stroke: var(--Tight-colors-icon-intent-secondary-active);
|
|
3844
4102
|
}
|
|
3845
4103
|
|
|
3846
4104
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success\.active[data-active='true']:enabled .Tight-text {
|
|
@@ -3855,8 +4113,22 @@
|
|
|
3855
4113
|
color: var(--Tight-colors-typography-intent-warning-active);
|
|
3856
4114
|
}
|
|
3857
4115
|
|
|
3858
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.
|
|
3859
|
-
color: var(--Tight-colors-typography-intent-
|
|
4116
|
+
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.active:active:enabled .Tight-text,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary\.active[data-active='true']:enabled .Tight-text {
|
|
4117
|
+
color: var(--Tight-colors-typography-intent-primary-active);
|
|
4118
|
+
}
|
|
4119
|
+
|
|
4120
|
+
@container page (min-width: 34.5rem) {
|
|
4121
|
+
.\@page\/md\:tsystem-grid-c_span_2 {
|
|
4122
|
+
grid-column: span 2;
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4125
|
+
.\@page\/md\:tsystem-d_grid {
|
|
4126
|
+
display: grid;
|
|
4127
|
+
}
|
|
4128
|
+
|
|
4129
|
+
.\@page\/md\:tsystem-grid-tc_1fr_1fr {
|
|
4130
|
+
grid-template-columns: 1fr 1fr;
|
|
4131
|
+
}
|
|
3860
4132
|
}
|
|
3861
4133
|
|
|
3862
4134
|
@media screen and (min-width: 40rem) {
|
|
@@ -3888,18 +4160,14 @@
|
|
|
3888
4160
|
background-color: var(--Tight-colors-surface-intent-action-discreet);
|
|
3889
4161
|
}
|
|
3890
4162
|
|
|
3891
|
-
.sm\:tsystem-fs_label
|
|
3892
|
-
font-size: var(--Tight-fontSizes-label
|
|
4163
|
+
.sm\:tsystem-fs_label {
|
|
4164
|
+
font-size: var(--Tight-fontSizes-label);
|
|
3893
4165
|
}
|
|
3894
4166
|
|
|
3895
4167
|
.sm\:tsystem-lh_16px {
|
|
3896
4168
|
line-height: 16px;
|
|
3897
4169
|
}
|
|
3898
4170
|
|
|
3899
|
-
.sm\:tsystem-fs_label {
|
|
3900
|
-
font-size: var(--Tight-fontSizes-label);
|
|
3901
|
-
}
|
|
3902
|
-
|
|
3903
4171
|
.sm\:tsystem-d_none {
|
|
3904
4172
|
display: none;
|
|
3905
4173
|
}
|
|
@@ -3944,6 +4212,10 @@
|
|
|
3944
4212
|
justify-content: flex-end;
|
|
3945
4213
|
}
|
|
3946
4214
|
|
|
4215
|
+
.sm\:tsystem-fs_label\.strong {
|
|
4216
|
+
font-size: var(--Tight-fontSizes-label-strong);
|
|
4217
|
+
}
|
|
4218
|
+
|
|
3947
4219
|
.sm\:tsystem-bx-sh_none {
|
|
3948
4220
|
box-shadow: none;
|
|
3949
4221
|
}
|
|
@@ -3960,6 +4232,10 @@
|
|
|
3960
4232
|
flex-direction: row;
|
|
3961
4233
|
}
|
|
3962
4234
|
|
|
4235
|
+
.sm\:tsystem-max-w_512px {
|
|
4236
|
+
max-width: 512px;
|
|
4237
|
+
}
|
|
4238
|
+
|
|
3963
4239
|
.sm\:tsystem-min-w_600px {
|
|
3964
4240
|
min-width: 600px;
|
|
3965
4241
|
}
|
|
@@ -3992,10 +4268,6 @@
|
|
|
3992
4268
|
min-width: 512px;
|
|
3993
4269
|
}
|
|
3994
4270
|
|
|
3995
|
-
.sm\:tsystem-max-w_512px {
|
|
3996
|
-
max-width: 512px;
|
|
3997
|
-
}
|
|
3998
|
-
|
|
3999
4271
|
.sm\:tsystem-max-w_300 {
|
|
4000
4272
|
max-width: 300px;
|
|
4001
4273
|
}
|
|
@@ -4008,6 +4280,10 @@
|
|
|
4008
4280
|
min-height: 35px;
|
|
4009
4281
|
}
|
|
4010
4282
|
|
|
4283
|
+
.sm\:tsystem-min-w_80px {
|
|
4284
|
+
min-width: 80px;
|
|
4285
|
+
}
|
|
4286
|
+
|
|
4011
4287
|
.sm\:tsystem-min-w_360px {
|
|
4012
4288
|
min-width: 360px;
|
|
4013
4289
|
}
|
|
@@ -4048,9 +4324,43 @@
|
|
|
4048
4324
|
justify-content: flex-end;
|
|
4049
4325
|
}
|
|
4050
4326
|
|
|
4327
|
+
.md\:tsystem-flex-d_row {
|
|
4328
|
+
flex-direction: row;
|
|
4329
|
+
}
|
|
4330
|
+
|
|
4331
|
+
.md\:tsystem-trf_none {
|
|
4332
|
+
transform: none;
|
|
4333
|
+
}
|
|
4334
|
+
|
|
4051
4335
|
.md\:tsystem-min-w_800px {
|
|
4052
4336
|
min-width: 800px;
|
|
4053
4337
|
}
|
|
4338
|
+
|
|
4339
|
+
.md\:tsystem-min-w_110px {
|
|
4340
|
+
min-width: 110px;
|
|
4341
|
+
}
|
|
4342
|
+
}
|
|
4343
|
+
|
|
4344
|
+
@container page (min-width: 65.75rem) {
|
|
4345
|
+
.\@page\/xl\:tsystem-grid-c_unset {
|
|
4346
|
+
grid-column: unset;
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4349
|
+
.\@page\/xl\:tsystem-d_flex {
|
|
4350
|
+
display: flex;
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
.\@page\/xl\:tsystem-d_none {
|
|
4354
|
+
display: none;
|
|
4355
|
+
}
|
|
4356
|
+
|
|
4357
|
+
.\@page\/xl\:tsystem-grid-tc_1fr_2fr_4fr {
|
|
4358
|
+
grid-template-columns: 1fr 2fr 4fr;
|
|
4359
|
+
}
|
|
4360
|
+
|
|
4361
|
+
.\@page\/xl\:tsystem-grid-tr_1fr {
|
|
4362
|
+
grid-template-rows: 1fr;
|
|
4363
|
+
}
|
|
4054
4364
|
}
|
|
4055
4365
|
|
|
4056
4366
|
@media screen and (min-width: 80rem) {
|
|
@@ -4070,10 +4380,6 @@
|
|
|
4070
4380
|
padding: 4px;
|
|
4071
4381
|
}
|
|
4072
4382
|
|
|
4073
|
-
.xl\:tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
|
|
4074
|
-
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
4075
|
-
}
|
|
4076
|
-
|
|
4077
4383
|
.xl\:tsystem-p_16px {
|
|
4078
4384
|
padding: 16px;
|
|
4079
4385
|
}
|
|
@@ -4098,14 +4404,6 @@
|
|
|
4098
4404
|
flex: 1 1 0;
|
|
4099
4405
|
}
|
|
4100
4406
|
|
|
4101
|
-
.xl\:tsystem-gap_16px {
|
|
4102
|
-
gap: 16px;
|
|
4103
|
-
}
|
|
4104
|
-
|
|
4105
|
-
.xl\:tsystem-bdr_borderWidths\.sm {
|
|
4106
|
-
border-radius: borderWidths.sm;
|
|
4107
|
-
}
|
|
4108
|
-
|
|
4109
4407
|
.xl\:tsystem-gap_10px {
|
|
4110
4408
|
gap: 10px;
|
|
4111
4409
|
}
|
|
@@ -4134,6 +4432,10 @@
|
|
|
4134
4432
|
flex: 0 0 342px;
|
|
4135
4433
|
}
|
|
4136
4434
|
|
|
4435
|
+
.xl\:tsystem-ai_flex-end {
|
|
4436
|
+
align-items: flex-end;
|
|
4437
|
+
}
|
|
4438
|
+
|
|
4137
4439
|
.xl\:tsystem-flex-sh_0 {
|
|
4138
4440
|
flex-shrink: 0;
|
|
4139
4441
|
}
|
|
@@ -4150,18 +4452,6 @@
|
|
|
4150
4452
|
align-items: center;
|
|
4151
4453
|
}
|
|
4152
4454
|
|
|
4153
|
-
.xl\:tsystem-d_flex {
|
|
4154
|
-
display: flex;
|
|
4155
|
-
}
|
|
4156
|
-
|
|
4157
|
-
.xl\:tsystem-ai_flex-start {
|
|
4158
|
-
align-items: flex-start;
|
|
4159
|
-
}
|
|
4160
|
-
|
|
4161
|
-
.xl\:tsystem-as_stretch {
|
|
4162
|
-
align-self: stretch;
|
|
4163
|
-
}
|
|
4164
|
-
|
|
4165
4455
|
.xl\:tsystem-jc_flex-end {
|
|
4166
4456
|
justify-content: flex-end;
|
|
4167
4457
|
}
|
|
@@ -4170,6 +4460,10 @@
|
|
|
4170
4460
|
background-color: var(--Tight-colors-overlay);
|
|
4171
4461
|
}
|
|
4172
4462
|
|
|
4463
|
+
.xl\:tsystem-d_flex {
|
|
4464
|
+
display: flex;
|
|
4465
|
+
}
|
|
4466
|
+
|
|
4173
4467
|
.xl\:tsystem-flex-d_column {
|
|
4174
4468
|
flex-direction: column;
|
|
4175
4469
|
}
|
|
@@ -4178,6 +4472,10 @@
|
|
|
4178
4472
|
justify-content: center;
|
|
4179
4473
|
}
|
|
4180
4474
|
|
|
4475
|
+
.xl\:tsystem-ai_flex-start {
|
|
4476
|
+
align-items: flex-start;
|
|
4477
|
+
}
|
|
4478
|
+
|
|
4181
4479
|
.xl\:tsystem-fs_14px {
|
|
4182
4480
|
font-size: 14px;
|
|
4183
4481
|
}
|
|
@@ -4186,10 +4484,6 @@
|
|
|
4186
4484
|
line-height: 16px;
|
|
4187
4485
|
}
|
|
4188
4486
|
|
|
4189
|
-
.xl\:tsystem-ai_flex-end {
|
|
4190
|
-
align-items: flex-end;
|
|
4191
|
-
}
|
|
4192
|
-
|
|
4193
4487
|
.xl\:tsystem-fs_label {
|
|
4194
4488
|
font-size: var(--Tight-fontSizes-label);
|
|
4195
4489
|
}
|
|
@@ -4266,14 +4560,6 @@
|
|
|
4266
4560
|
padding-right: 0;
|
|
4267
4561
|
}
|
|
4268
4562
|
|
|
4269
|
-
.xl\:tsystem-h_318px {
|
|
4270
|
-
height: 318px;
|
|
4271
|
-
}
|
|
4272
|
-
|
|
4273
|
-
.xl\:tsystem-max-h_318px {
|
|
4274
|
-
max-height: 318px;
|
|
4275
|
-
}
|
|
4276
|
-
|
|
4277
4563
|
.xl\:tsystem-h_35px {
|
|
4278
4564
|
height: 35px;
|
|
4279
4565
|
}
|
|
@@ -4294,6 +4580,10 @@
|
|
|
4294
4580
|
height: 60px;
|
|
4295
4581
|
}
|
|
4296
4582
|
|
|
4583
|
+
.xl\:tsystem-max-h_35px {
|
|
4584
|
+
max-height: 35px;
|
|
4585
|
+
}
|
|
4586
|
+
|
|
4297
4587
|
.xl\:tsystem-min-w_450px {
|
|
4298
4588
|
min-width: 450px;
|
|
4299
4589
|
}
|
|
@@ -4313,12 +4603,6 @@
|
|
|
4313
4603
|
.xl\:tsystem-max-w_500px {
|
|
4314
4604
|
max-width: 500px;
|
|
4315
4605
|
}
|
|
4316
|
-
}
|
|
4317
|
-
|
|
4318
|
-
@media screen and (max-width: 87.4975rem) {
|
|
4319
|
-
.tsystem-show_1\.5xl {
|
|
4320
|
-
display: none;
|
|
4321
|
-
}
|
|
4322
4606
|
}
|
|
4323
4607
|
|
|
4324
4608
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4340,8 +4624,14 @@
|
|
|
4340
4624
|
}
|
|
4341
4625
|
|
|
4342
4626
|
@media (hover: hover) and (pointer: fine) {
|
|
4343
|
-
.supportHover\:notDisabled\:\[\&
|
|
4344
|
-
|
|
4627
|
+
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
4628
|
+
color: var(--Tight-colors-typography-intent-secondary-hover);
|
|
4629
|
+
}
|
|
4630
|
+
}
|
|
4631
|
+
|
|
4632
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4633
|
+
.supportHover\:notDisabled\:\[\&_path\]\:tsystem-stk_icon\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) path:hover {
|
|
4634
|
+
stroke: var(--Tight-colors-icon-intent-secondary-hover);
|
|
4345
4635
|
}
|
|
4346
4636
|
}
|
|
4347
4637
|
|
|
@@ -4361,12 +4651,6 @@
|
|
|
4361
4651
|
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
4362
4652
|
color: var(--Tight-colors-typography-intent-warning-hover);
|
|
4363
4653
|
}
|
|
4364
|
-
}
|
|
4365
|
-
|
|
4366
|
-
@media (hover: hover) and (pointer: fine) {
|
|
4367
|
-
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
4368
|
-
color: var(--Tight-colors-typography-intent-secondary-hover);
|
|
4369
|
-
}
|
|
4370
4654
|
}
|
|
4371
4655
|
|
|
4372
4656
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4412,20 +4696,20 @@
|
|
|
4412
4696
|
}
|
|
4413
4697
|
|
|
4414
4698
|
@media (hover: hover) and (pointer: fine) {
|
|
4415
|
-
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.
|
|
4416
|
-
border-color: var(--Tight-colors-border-intent-
|
|
4699
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4700
|
+
border-color: var(--Tight-colors-border-intent-secondary-hover);
|
|
4417
4701
|
}
|
|
4418
4702
|
}
|
|
4419
4703
|
|
|
4420
4704
|
@media (hover: hover) and (pointer: fine) {
|
|
4421
|
-
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.
|
|
4422
|
-
border-color: var(--Tight-colors-border-intent-
|
|
4705
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4706
|
+
border-color: var(--Tight-colors-border-intent-success-hover);
|
|
4423
4707
|
}
|
|
4424
4708
|
}
|
|
4425
4709
|
|
|
4426
4710
|
@media (hover: hover) and (pointer: fine) {
|
|
4427
|
-
.supportHover\:notDisabled\:tsystem-bd-c_border\.
|
|
4428
|
-
border-color: var(--Tight-colors-border-
|
|
4711
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4712
|
+
border-color: var(--Tight-colors-border-intent-warning-hover);
|
|
4429
4713
|
}
|
|
4430
4714
|
}
|
|
4431
4715
|
|
|
@@ -4553,6 +4837,12 @@
|
|
|
4553
4837
|
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4554
4838
|
background-color: var(--Tight-colors-surface-intent-danger-hover);
|
|
4555
4839
|
}
|
|
4840
|
+
}
|
|
4841
|
+
|
|
4842
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4843
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4844
|
+
background-color: var(--Tight-colors-surface-intent-secondary-hover);
|
|
4845
|
+
}
|
|
4556
4846
|
}
|
|
4557
4847
|
|
|
4558
4848
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4697,6 +4987,12 @@
|
|
|
4697
4987
|
.supportHover\:tsystem-trs_color_100ms_ease-out:hover {
|
|
4698
4988
|
transition: color 100ms ease-out;
|
|
4699
4989
|
}
|
|
4990
|
+
}
|
|
4991
|
+
|
|
4992
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4993
|
+
.supportHover\:tsystem-td_underline:hover {
|
|
4994
|
+
text-decoration: underline;
|
|
4995
|
+
}
|
|
4700
4996
|
}
|
|
4701
4997
|
|
|
4702
4998
|
@media (hover: hover) and (pointer: fine) {
|