@tight-embedded/react 6.5.0 → 6.7.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 +650 -331
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +35 -32
- package/dist/index.js +2 -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 +5 -5
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,24 @@
|
|
|
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);
|
|
214
|
+
--Tight-colors-surface-reports-alternateRows: var(--Tight-colors-brand-action-weaker);
|
|
193
215
|
--Tight-colors-typography-base: var(--Tight-colors-black700);
|
|
194
216
|
--Tight-colors-typography-base-weak: var(--Tight-colors-black400);
|
|
195
217
|
--Tight-colors-typography-contrast: var(--Tight-colors-white100);
|
|
@@ -289,7 +311,6 @@
|
|
|
289
311
|
--Tight-colors-overlay: rgba(0, 0, 0, 0.5);
|
|
290
312
|
--Tight-colors-transparent: transparent;
|
|
291
313
|
--Tight-colors-none: none;
|
|
292
|
-
--Tight-colors-inherit: inherit;
|
|
293
314
|
--Tight-colors-currentColor: currentColor;
|
|
294
315
|
--Tight-fonts-body: var(--Tight-fonts-base);
|
|
295
316
|
--Tight-fonts-label: var(--Tight-fonts-base);
|
|
@@ -446,6 +467,10 @@
|
|
|
446
467
|
padding: 8px 16px;
|
|
447
468
|
}
|
|
448
469
|
|
|
470
|
+
.tsystem-p_16px {
|
|
471
|
+
padding: 16px;
|
|
472
|
+
}
|
|
473
|
+
|
|
449
474
|
.tsystem-p_5px {
|
|
450
475
|
padding: 5px;
|
|
451
476
|
}
|
|
@@ -454,14 +479,22 @@
|
|
|
454
479
|
padding: 12px 16px;
|
|
455
480
|
}
|
|
456
481
|
|
|
457
|
-
.tsystem-p_16px {
|
|
458
|
-
padding: 16px;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
482
|
.tsystem-bd_1px_solid {
|
|
462
483
|
border: 1px solid;
|
|
463
484
|
}
|
|
464
485
|
|
|
486
|
+
.tsystem-bg_transparent {
|
|
487
|
+
background: var(--Tight-colors-transparent);
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.tsystem-bd_none {
|
|
491
|
+
border: none;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.tsystem-p_0 {
|
|
495
|
+
padding: 0;
|
|
496
|
+
}
|
|
497
|
+
|
|
465
498
|
.tsystem-p_6px {
|
|
466
499
|
padding: 6px;
|
|
467
500
|
}
|
|
@@ -494,10 +527,6 @@
|
|
|
494
527
|
margin: 0;
|
|
495
528
|
}
|
|
496
529
|
|
|
497
|
-
.tsystem-p_0 {
|
|
498
|
-
padding: 0;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
530
|
.tsystem-p_24px {
|
|
502
531
|
padding: 24px;
|
|
503
532
|
}
|
|
@@ -506,18 +535,10 @@
|
|
|
506
535
|
border: 1px solid var(--Tight-colors-border-layout);
|
|
507
536
|
}
|
|
508
537
|
|
|
509
|
-
.tsystem-bd_none {
|
|
510
|
-
border: none;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
538
|
.tsystem-bg_surface\.foreground {
|
|
514
539
|
background: var(--Tight-colors-surface-foreground);
|
|
515
540
|
}
|
|
516
541
|
|
|
517
|
-
.tsystem-bg_transparent {
|
|
518
|
-
background: var(--Tight-colors-transparent);
|
|
519
|
-
}
|
|
520
|
-
|
|
521
542
|
.tsystem-p_15px {
|
|
522
543
|
padding: 15px;
|
|
523
544
|
}
|
|
@@ -570,6 +591,18 @@
|
|
|
570
591
|
animation: var(--Tight-animations-shimmer);
|
|
571
592
|
}
|
|
572
593
|
|
|
594
|
+
.tsystem-p_2px {
|
|
595
|
+
padding: 2px;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.tsystem-bg_none {
|
|
599
|
+
background: var(--Tight-colors-none);
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.tsystem-p_5px_10px {
|
|
603
|
+
padding: 5px 10px;
|
|
604
|
+
}
|
|
605
|
+
|
|
573
606
|
.tsystem-anim_appear\.instant {
|
|
574
607
|
animation: var(--Tight-animations-appear-instant);
|
|
575
608
|
}
|
|
@@ -610,6 +643,30 @@
|
|
|
610
643
|
padding: 15px;
|
|
611
644
|
}
|
|
612
645
|
|
|
646
|
+
.tsystem-p_36px_24px {
|
|
647
|
+
padding: 36px 24px;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.tsystem-bd_inherit {
|
|
651
|
+
border: inherit;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.tsystem-p_6px_8px {
|
|
655
|
+
padding: 6px 8px;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
659
|
+
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
.tsystem-p_15px_15px_0_15px {
|
|
663
|
+
padding: 15px 15px 0 15px;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
.tsystem-p_26px {
|
|
667
|
+
padding: 26px;
|
|
668
|
+
}
|
|
669
|
+
|
|
613
670
|
.tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
|
|
614
671
|
border: 1px solid var(--Tight-colors-border-intent-action);
|
|
615
672
|
}
|
|
@@ -622,8 +679,8 @@
|
|
|
622
679
|
border: var(--Tight-borderWidths-md) solid transparent;
|
|
623
680
|
}
|
|
624
681
|
|
|
625
|
-
.tsystem-
|
|
626
|
-
|
|
682
|
+
.tsystem-m_2px {
|
|
683
|
+
margin: 2px;
|
|
627
684
|
}
|
|
628
685
|
|
|
629
686
|
.tsystem-p_16px_12px_16px_16px {
|
|
@@ -682,30 +739,6 @@
|
|
|
682
739
|
padding: 4px 0;
|
|
683
740
|
}
|
|
684
741
|
|
|
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
742
|
.tsystem-bd_0 {
|
|
710
743
|
border: 0;
|
|
711
744
|
}
|
|
@@ -746,10 +779,6 @@
|
|
|
746
779
|
padding: 6px 0 6px 6px;
|
|
747
780
|
}
|
|
748
781
|
|
|
749
|
-
.tsystem-m_6px_6px_6px_5px {
|
|
750
|
-
margin: 6px 6px 6px 5px;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
782
|
.tsystem-p_0_6px_0_0 {
|
|
754
783
|
padding: 0 6px 0 0;
|
|
755
784
|
}
|
|
@@ -758,6 +787,10 @@
|
|
|
758
787
|
animation: var(--Tight-animations-spin);
|
|
759
788
|
}
|
|
760
789
|
|
|
790
|
+
.tsystem-bd_left {
|
|
791
|
+
border: left;
|
|
792
|
+
}
|
|
793
|
+
|
|
761
794
|
.tsystem-p_12 {
|
|
762
795
|
padding: 12px;
|
|
763
796
|
}
|
|
@@ -802,8 +835,8 @@
|
|
|
802
835
|
border-style: solid;
|
|
803
836
|
}
|
|
804
837
|
|
|
805
|
-
.tsystem-
|
|
806
|
-
border-radius:
|
|
838
|
+
.tsystem-bdr_lg {
|
|
839
|
+
border-radius: var(--Tight-radii-lg);
|
|
807
840
|
}
|
|
808
841
|
|
|
809
842
|
.tsystem-ov_hidden {
|
|
@@ -818,6 +851,14 @@
|
|
|
818
851
|
flex: 1 1 0;
|
|
819
852
|
}
|
|
820
853
|
|
|
854
|
+
.tsystem-gap_12px {
|
|
855
|
+
gap: 12px;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
.tsystem-ov_visible {
|
|
859
|
+
overflow: visible;
|
|
860
|
+
}
|
|
861
|
+
|
|
821
862
|
.tsystem-trs_background_300ms_ease-out\,_background-color_300ms_ease-out\,_border-color_300ms_ease-out\,_box-shadow_0ms {
|
|
822
863
|
transition: background 300ms ease-out, background-color 300ms ease-out, border-color 300ms ease-out, box-shadow 0ms;
|
|
823
864
|
}
|
|
@@ -834,10 +875,6 @@
|
|
|
834
875
|
flex: 0 0 auto;
|
|
835
876
|
}
|
|
836
877
|
|
|
837
|
-
.tsystem-bdr_lg {
|
|
838
|
-
border-radius: var(--Tight-radii-lg);
|
|
839
|
-
}
|
|
840
|
-
|
|
841
878
|
.tsystem-gap_inherit {
|
|
842
879
|
gap: inherit;
|
|
843
880
|
}
|
|
@@ -871,14 +908,6 @@
|
|
|
871
908
|
gap: 10px;
|
|
872
909
|
}
|
|
873
910
|
|
|
874
|
-
.tsystem-gap_12px {
|
|
875
|
-
gap: 12px;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
.tsystem-bdr_borderWidth\.sm {
|
|
879
|
-
border-radius: borderWidth.sm;
|
|
880
|
-
}
|
|
881
|
-
|
|
882
911
|
.tsystem-flex_1_0_0 {
|
|
883
912
|
flex: 1 0 0;
|
|
884
913
|
}
|
|
@@ -947,12 +976,8 @@
|
|
|
947
976
|
transition: height 0.5s, width 0.5s;
|
|
948
977
|
}
|
|
949
978
|
|
|
950
|
-
.tsystem-
|
|
951
|
-
gap:
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
.tsystem-ov_visible {
|
|
955
|
-
overflow: visible;
|
|
979
|
+
.tsystem-gap_24px {
|
|
980
|
+
gap: 24px;
|
|
956
981
|
}
|
|
957
982
|
|
|
958
983
|
.tsystem-gap_20px {
|
|
@@ -963,6 +988,10 @@
|
|
|
963
988
|
border-top: hidden;
|
|
964
989
|
}
|
|
965
990
|
|
|
991
|
+
.tsystem-gap_45px {
|
|
992
|
+
gap: 45px;
|
|
993
|
+
}
|
|
994
|
+
|
|
966
995
|
.tsystem-bdr_0 {
|
|
967
996
|
border-radius: 0;
|
|
968
997
|
}
|
|
@@ -1035,6 +1064,30 @@
|
|
|
1035
1064
|
transition: all 300ms ease-out;
|
|
1036
1065
|
}
|
|
1037
1066
|
|
|
1067
|
+
.tsystem-bdr_4px {
|
|
1068
|
+
border-radius: 4px;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
.tsystem-tw_wrap {
|
|
1072
|
+
text-wrap: wrap;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.tsystem-bdr_borderWidths\.sm {
|
|
1076
|
+
border-radius: borderWidths.sm;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
.tsystem-bd-c_currentColor {
|
|
1080
|
+
border-color: var(--Tight-colors-currentColor);
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.tsystem-bd-w_1px {
|
|
1084
|
+
border-width: 1px;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.tsystem-bdr_8px {
|
|
1088
|
+
border-radius: 8px;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1038
1091
|
.tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
|
|
1039
1092
|
border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
1040
1093
|
}
|
|
@@ -1071,10 +1124,6 @@
|
|
|
1071
1124
|
padding-inline: 16px;
|
|
1072
1125
|
}
|
|
1073
1126
|
|
|
1074
|
-
.tsystem-bd-w_1px {
|
|
1075
|
-
border-width: 1px;
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
1127
|
.tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.strong\} {
|
|
1079
1128
|
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-strong);
|
|
1080
1129
|
}
|
|
@@ -1083,10 +1132,6 @@
|
|
|
1083
1132
|
gap: 6px;
|
|
1084
1133
|
}
|
|
1085
1134
|
|
|
1086
|
-
.tsystem-gap_10 {
|
|
1087
|
-
gap: 10px;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
1135
|
.tsystem-bdr_9999px {
|
|
1091
1136
|
border-radius: 9999px;
|
|
1092
1137
|
}
|
|
@@ -1111,10 +1156,6 @@
|
|
|
1111
1156
|
border-color: active;
|
|
1112
1157
|
}
|
|
1113
1158
|
|
|
1114
|
-
.tsystem-bd-c_brand\.action\.strong {
|
|
1115
|
-
border-color: var(--Tight-colors-brand-action-strong);
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
1159
|
.tsystem-gap_2px_2px {
|
|
1119
1160
|
gap: 2px 2px;
|
|
1120
1161
|
}
|
|
@@ -1143,6 +1184,18 @@
|
|
|
1143
1184
|
border-width: var(--Tight-borderWidths-sm);
|
|
1144
1185
|
}
|
|
1145
1186
|
|
|
1187
|
+
.tsystem-bd-w_md {
|
|
1188
|
+
border-width: var(--Tight-borderWidths-md);
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.tsystem-bd-c_border\.layout\.weak {
|
|
1192
|
+
border-color: var(--Tight-colors-border-layout-weak);
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.tsystem-bd-c_weak {
|
|
1196
|
+
border-color: weak;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1146
1199
|
.tsystem-flex_1_1_100\% {
|
|
1147
1200
|
flex: 1 1 100%;
|
|
1148
1201
|
}
|
|
@@ -1272,10 +1325,6 @@
|
|
|
1272
1325
|
line-height: 12px;
|
|
1273
1326
|
}
|
|
1274
1327
|
|
|
1275
|
-
.tsystem-ls_0\.66px {
|
|
1276
|
-
letter-spacing: 0.66px;
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
1328
|
.tsystem-white-space_normal {
|
|
1280
1329
|
white-space: normal;
|
|
1281
1330
|
}
|
|
@@ -1284,6 +1333,30 @@
|
|
|
1284
1333
|
overflow-wrap: break-word;
|
|
1285
1334
|
}
|
|
1286
1335
|
|
|
1336
|
+
.tsystem-ff_body {
|
|
1337
|
+
font-family: var(--Tight-fonts-body);
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.tsystem-fs_md {
|
|
1341
|
+
font-size: var(--Tight-fontSizes-md);
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.tsystem-lh_18px {
|
|
1345
|
+
line-height: 18px;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.tsystem-fw_md {
|
|
1349
|
+
font-weight: var(--Tight-fontWeights-md);
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.tsystem-lh_16px {
|
|
1353
|
+
line-height: 16px;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.tsystem-lh_14px {
|
|
1357
|
+
line-height: 14px;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1287
1360
|
.tsystem-bx-s_border-box {
|
|
1288
1361
|
box-sizing: border-box;
|
|
1289
1362
|
}
|
|
@@ -1308,6 +1381,10 @@
|
|
|
1308
1381
|
text-align: left;
|
|
1309
1382
|
}
|
|
1310
1383
|
|
|
1384
|
+
.tsystem-c_icon\.base {
|
|
1385
|
+
color: var(--Tight-colors-icon-base);
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1311
1388
|
.tsystem-jc_flex-start {
|
|
1312
1389
|
justify-content: flex-start;
|
|
1313
1390
|
}
|
|
@@ -1325,10 +1402,6 @@
|
|
|
1325
1402
|
cursor: default;
|
|
1326
1403
|
}
|
|
1327
1404
|
|
|
1328
|
-
.tsystem-d_none {
|
|
1329
|
-
display: none;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
1405
|
.tsystem-bg-c_money\.positive\.weak {
|
|
1333
1406
|
background-color: var(--Tight-colors-money-positive-weak);
|
|
1334
1407
|
}
|
|
@@ -1357,18 +1430,10 @@
|
|
|
1357
1430
|
font-size: var(--Tight-fontSizes-xl);
|
|
1358
1431
|
}
|
|
1359
1432
|
|
|
1360
|
-
.tsystem-fw_md {
|
|
1361
|
-
font-weight: var(--Tight-fontWeights-md);
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
1433
|
.tsystem-lh_26px {
|
|
1365
1434
|
line-height: 26px;
|
|
1366
1435
|
}
|
|
1367
1436
|
|
|
1368
|
-
.tsystem-ls_1\.2px {
|
|
1369
|
-
letter-spacing: 1.2px;
|
|
1370
|
-
}
|
|
1371
|
-
|
|
1372
1437
|
.tsystem-pos_fixed {
|
|
1373
1438
|
position: fixed;
|
|
1374
1439
|
}
|
|
@@ -1393,22 +1458,10 @@
|
|
|
1393
1458
|
justify-content: start;
|
|
1394
1459
|
}
|
|
1395
1460
|
|
|
1396
|
-
.tsystem-stk_icon\.base {
|
|
1397
|
-
stroke: var(--Tight-colors-icon-base);
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
1461
|
.tsystem-fs_lg {
|
|
1401
1462
|
font-size: var(--Tight-fontSizes-lg);
|
|
1402
1463
|
}
|
|
1403
1464
|
|
|
1404
|
-
.tsystem-lh_18px {
|
|
1405
|
-
line-height: 18px;
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
.tsystem-ls_0\.96px {
|
|
1409
|
-
letter-spacing: 0.96px;
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
1465
|
.tsystem-ff_label {
|
|
1413
1466
|
font-family: var(--Tight-fonts-label);
|
|
1414
1467
|
}
|
|
@@ -1513,6 +1566,10 @@
|
|
|
1513
1566
|
align-items: start;
|
|
1514
1567
|
}
|
|
1515
1568
|
|
|
1569
|
+
.tsystem-d_none {
|
|
1570
|
+
display: none;
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1516
1573
|
.tsystem-bx-sh_0_0_0_0_transparent {
|
|
1517
1574
|
box-shadow: 0 0 0 0 transparent;
|
|
1518
1575
|
}
|
|
@@ -1541,22 +1598,14 @@
|
|
|
1541
1598
|
fill: var(--Tight-colors-surface-intent-action-active);
|
|
1542
1599
|
}
|
|
1543
1600
|
|
|
1544
|
-
.tsystem-fw_label\.strong {
|
|
1545
|
-
font-weight: var(--Tight-fontWeights-label-strong);
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
.tsystem-c_typography\.label\.strong {
|
|
1549
|
-
color: var(--Tight-colors-typography-label-strong);
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
.tsystem-ls_0\.84px {
|
|
1553
|
-
letter-spacing: 0.84px;
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
1601
|
.tsystem-ai_stretch {
|
|
1557
1602
|
align-items: stretch;
|
|
1558
1603
|
}
|
|
1559
1604
|
|
|
1605
|
+
.tsystem-bg-c_border\.layout\.weak {
|
|
1606
|
+
background-color: var(--Tight-colors-border-layout-weak);
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1560
1609
|
.tsystem-bg-c_border\.layout {
|
|
1561
1610
|
background-color: var(--Tight-colors-border-layout);
|
|
1562
1611
|
}
|
|
@@ -1565,8 +1614,12 @@
|
|
|
1565
1614
|
background-color: var(--Tight-colors-border-layout-strong);
|
|
1566
1615
|
}
|
|
1567
1616
|
|
|
1568
|
-
.tsystem-bg-
|
|
1569
|
-
background-color: var(--Tight-colors-
|
|
1617
|
+
.tsystem-bg-c_border\.intent\.secondary {
|
|
1618
|
+
background-color: var(--Tight-colors-border-intent-secondary);
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
.tsystem-d_block {
|
|
1622
|
+
display: block;
|
|
1570
1623
|
}
|
|
1571
1624
|
|
|
1572
1625
|
.tsystem-bg-c_surface\.intent\.action\.highlight {
|
|
@@ -1593,6 +1646,18 @@
|
|
|
1593
1646
|
background-size: 400%;
|
|
1594
1647
|
}
|
|
1595
1648
|
|
|
1649
|
+
.tsystem-cursor_not-allowed {
|
|
1650
|
+
cursor: not-allowed;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
.tsystem-op_0\.5 {
|
|
1654
|
+
opacity: 0.5;
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
.tsystem-flex-wrap_wrap {
|
|
1658
|
+
flex-wrap: wrap;
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1596
1661
|
.tsystem-bx-sh_box-shadow {
|
|
1597
1662
|
box-shadow: var(--Tight-shadows-box-shadow);
|
|
1598
1663
|
}
|
|
@@ -1613,10 +1678,6 @@
|
|
|
1613
1678
|
opacity: 0.6;
|
|
1614
1679
|
}
|
|
1615
1680
|
|
|
1616
|
-
.tsystem-cursor_not-allowed {
|
|
1617
|
-
cursor: not-allowed;
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
1681
|
.tsystem-jc_end {
|
|
1621
1682
|
justify-content: end;
|
|
1622
1683
|
}
|
|
@@ -1635,18 +1696,6 @@
|
|
|
1635
1696
|
border-top-right-radius: var(--Tight-radii-lg);
|
|
1636
1697
|
}
|
|
1637
1698
|
|
|
1638
|
-
.tsystem-flex-wrap_wrap {
|
|
1639
|
-
flex-wrap: wrap;
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
.tsystem-rg_10px {
|
|
1643
|
-
row-gap: 10px;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.tsystem-cg_max\(10px\,_calc\(50\%_-_600px\)\) {
|
|
1647
|
-
column-gap: max(10px, calc(50% - 600px));
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
1699
|
.tsystem-c_icon\.intent\.primary {
|
|
1651
1700
|
color: var(--Tight-colors-icon-intent-primary);
|
|
1652
1701
|
}
|
|
@@ -1655,18 +1704,10 @@
|
|
|
1655
1704
|
pointer-events: all;
|
|
1656
1705
|
}
|
|
1657
1706
|
|
|
1658
|
-
.tsystem-fs_md {
|
|
1659
|
-
font-size: var(--Tight-fontSizes-md);
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
1707
|
.tsystem-fw_lg {
|
|
1663
1708
|
font-weight: var(--Tight-fontWeights-lg);
|
|
1664
1709
|
}
|
|
1665
1710
|
|
|
1666
|
-
.tsystem-lh_16px {
|
|
1667
|
-
line-height: 16px;
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
1711
|
.tsystem-fw_label {
|
|
1671
1712
|
font-weight: var(--Tight-fontWeights-label);
|
|
1672
1713
|
}
|
|
@@ -1756,7 +1797,7 @@
|
|
|
1756
1797
|
}
|
|
1757
1798
|
|
|
1758
1799
|
.tsystem-c_inherit {
|
|
1759
|
-
color:
|
|
1800
|
+
color: inherit;
|
|
1760
1801
|
}
|
|
1761
1802
|
|
|
1762
1803
|
.tsystem-wb_break-word {
|
|
@@ -1779,6 +1820,68 @@
|
|
|
1779
1820
|
background-color: var(--Tight-colors-typography-base);
|
|
1780
1821
|
}
|
|
1781
1822
|
|
|
1823
|
+
.tsystem-bg-linear_to-t {
|
|
1824
|
+
--gradient-stops: var(--gradient-via-stops, var(--gradient-position), var(--gradient-from) var(--gradient-from-position), var(--gradient-to) var(--gradient-to-position));
|
|
1825
|
+
--gradient-position: to top;
|
|
1826
|
+
background-image: linear-gradient(var(--gradient-stops));
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.tsystem-grad-from_\#009C75 {
|
|
1830
|
+
--gradient-from: #009C75;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
.tsystem-grad-to_\#2AD17B {
|
|
1834
|
+
--gradient-to: #2AD17B;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
.tsystem-grad-from-pos_23\.41\% {
|
|
1838
|
+
--gradient-from-position: 23.41%;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
.tsystem-grad-to-pos_106\.24\% {
|
|
1842
|
+
--gradient-to-position: 106.24%;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
.tsystem-fw_label\.strong {
|
|
1846
|
+
font-weight: var(--Tight-fontWeights-label-strong);
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
.tsystem-c_\#FFF {
|
|
1850
|
+
color: #FFF;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
.tsystem-d_inline {
|
|
1854
|
+
display: inline;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
.tsystem-ta_end {
|
|
1858
|
+
text-align: end;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
.tsystem-cursor_inherit {
|
|
1862
|
+
cursor: inherit;
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
.tsystem-pos_sticky {
|
|
1866
|
+
position: sticky;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
.tsystem-z_1 {
|
|
1870
|
+
z-index: 1;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
.tsystem-bg-c_inherit {
|
|
1874
|
+
background-color: inherit;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.tsystem-cq-t_inline-size {
|
|
1878
|
+
container-type: inline-size;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
.tsystem-cq-n_page {
|
|
1882
|
+
container-name: page;
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1782
1885
|
.tsystem-c_typography\.intent\.danger {
|
|
1783
1886
|
color: var(--Tight-colors-typography-intent-danger);
|
|
1784
1887
|
}
|
|
@@ -1799,16 +1902,12 @@
|
|
|
1799
1902
|
color: var(--Tight-colors-typography-intent-warning);
|
|
1800
1903
|
}
|
|
1801
1904
|
|
|
1802
|
-
.tsystem-c_icon\.base {
|
|
1803
|
-
color: var(--Tight-colors-icon-base);
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
1905
|
.tsystem-fw_body {
|
|
1807
1906
|
font-weight: var(--Tight-fontWeights-body);
|
|
1808
1907
|
}
|
|
1809
1908
|
|
|
1810
|
-
.tsystem-
|
|
1811
|
-
|
|
1909
|
+
.tsystem-c_typography\.label\.strong {
|
|
1910
|
+
color: var(--Tight-colors-typography-label-strong);
|
|
1812
1911
|
}
|
|
1813
1912
|
|
|
1814
1913
|
.tsystem-c_brand\.primary\.weak {
|
|
@@ -1843,10 +1942,6 @@
|
|
|
1843
1942
|
line-height: 25px;
|
|
1844
1943
|
}
|
|
1845
1944
|
|
|
1846
|
-
.tsystem-ls_2px {
|
|
1847
|
-
letter-spacing: 2px;
|
|
1848
|
-
}
|
|
1849
|
-
|
|
1850
1945
|
.tsystem-fw_metric\.sm {
|
|
1851
1946
|
font-weight: var(--Tight-fontWeights-metric-sm);
|
|
1852
1947
|
}
|
|
@@ -1907,12 +2002,46 @@
|
|
|
1907
2002
|
color: var(--Tight-colors-money-positive);
|
|
1908
2003
|
}
|
|
1909
2004
|
|
|
1910
|
-
.tsystem-
|
|
1911
|
-
|
|
2005
|
+
.tsystem-fs_18px {
|
|
2006
|
+
font-size: 18px;
|
|
1912
2007
|
}
|
|
1913
2008
|
|
|
1914
|
-
.tsystem-
|
|
1915
|
-
|
|
2009
|
+
.tsystem-fs_14px {
|
|
2010
|
+
font-size: 14px;
|
|
2011
|
+
}
|
|
2012
|
+
|
|
2013
|
+
.tsystem-c_black600 {
|
|
2014
|
+
color: var(--Tight-colors-black600);
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
.tsystem-c_black400 {
|
|
2018
|
+
color: var(--Tight-colors-black400);
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
.tsystem-bg-cp_content-box {
|
|
2022
|
+
background-clip: content-box;
|
|
2023
|
+
-webkit-background-clip: content-box;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
.tsystem-c_currentColor {
|
|
2027
|
+
color: var(--Tight-colors-currentColor);
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
.tsystem-bx-sh_none {
|
|
2031
|
+
box-shadow: none;
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
.tsystem-bg-c_green700 {
|
|
2035
|
+
background-color: var(--Tight-colors-green700);
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
.tsystem-bkdp_brightness\(85\%\) {
|
|
2039
|
+
backdrop-filter: brightness(85%);
|
|
2040
|
+
-webkit-backdrop-filter: brightness(85%);
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.tsystem-c_brand\.danger {
|
|
2044
|
+
color: var(--Tight-colors-brand-danger);
|
|
1916
2045
|
}
|
|
1917
2046
|
|
|
1918
2047
|
.tsystem-d_grid {
|
|
@@ -1939,18 +2068,10 @@
|
|
|
1939
2068
|
transform: rotate(90deg);
|
|
1940
2069
|
}
|
|
1941
2070
|
|
|
1942
|
-
.tsystem-pos_sticky {
|
|
1943
|
-
position: sticky;
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
2071
|
.tsystem-stk_icon\.base\.weak {
|
|
1947
2072
|
stroke: var(--Tight-colors-icon-base-weak);
|
|
1948
2073
|
}
|
|
1949
2074
|
|
|
1950
|
-
.tsystem-lh_14px {
|
|
1951
|
-
line-height: 14px;
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
2075
|
.tsystem-bg-c_brand\.secondary {
|
|
1955
2076
|
background-color: var(--Tight-colors-brand-secondary);
|
|
1956
2077
|
}
|
|
@@ -1973,10 +2094,6 @@
|
|
|
1973
2094
|
background-color: foreground;
|
|
1974
2095
|
}
|
|
1975
2096
|
|
|
1976
|
-
.tsystem-z_1 {
|
|
1977
|
-
z-index: 1;
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
2097
|
.tsystem-isolation_isolate {
|
|
1981
2098
|
isolation: isolate;
|
|
1982
2099
|
}
|
|
@@ -2118,6 +2235,14 @@
|
|
|
2118
2235
|
font-size: 26px;
|
|
2119
2236
|
}
|
|
2120
2237
|
|
|
2238
|
+
.tsystem-c_icon\.base\.weak {
|
|
2239
|
+
color: var(--Tight-colors-icon-base-weak);
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
.tsystem-overlay_true {
|
|
2243
|
+
overlay: true;
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2121
2246
|
.tsystem-c_surface\.intent\.danger\.active {
|
|
2122
2247
|
color: var(--Tight-colors-surface-intent-danger-active);
|
|
2123
2248
|
}
|
|
@@ -2126,6 +2251,30 @@
|
|
|
2126
2251
|
grid-template-columns: 1fr 1fr;
|
|
2127
2252
|
}
|
|
2128
2253
|
|
|
2254
|
+
.tsystem-cursor_auto {
|
|
2255
|
+
cursor: auto;
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
.tsystem-bd-cl_separate {
|
|
2259
|
+
border-collapse: separate;
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
.tsystem-bd-sp_0 {
|
|
2263
|
+
border-spacing: 0;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
.tsystem-z_2 {
|
|
2267
|
+
z-index: 2;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
.tsystem-cq-t_scroll-state {
|
|
2271
|
+
container-type: scroll-state;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
.tsystem-cq-n_report-table-container {
|
|
2275
|
+
container-name: report-table-container;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2129
2278
|
.tsystem-c_var\(--Tight-colors-money-positive\) {
|
|
2130
2279
|
color: var(--Tight-colors-money-positive);
|
|
2131
2280
|
}
|
|
@@ -2186,6 +2335,14 @@
|
|
|
2186
2335
|
overflow-y: auto;
|
|
2187
2336
|
}
|
|
2188
2337
|
|
|
2338
|
+
.tsystem-max-w_none {
|
|
2339
|
+
max-width: none;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
.tsystem-min-h_48px {
|
|
2343
|
+
min-height: 48px;
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2189
2346
|
.tsystem-w_50px {
|
|
2190
2347
|
width: 50px;
|
|
2191
2348
|
}
|
|
@@ -2382,8 +2539,12 @@
|
|
|
2382
2539
|
overflow-x: hidden;
|
|
2383
2540
|
}
|
|
2384
2541
|
|
|
2385
|
-
.tsystem-
|
|
2386
|
-
|
|
2542
|
+
.tsystem-w_17px {
|
|
2543
|
+
width: 17px;
|
|
2544
|
+
}
|
|
2545
|
+
|
|
2546
|
+
.tsystem-h_17px {
|
|
2547
|
+
height: 17px;
|
|
2387
2548
|
}
|
|
2388
2549
|
|
|
2389
2550
|
.tsystem-w_15px {
|
|
@@ -2466,6 +2627,18 @@
|
|
|
2466
2627
|
height: 80px;
|
|
2467
2628
|
}
|
|
2468
2629
|
|
|
2630
|
+
.tsystem-w_14px {
|
|
2631
|
+
width: 14px;
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2634
|
+
.tsystem-h_14px {
|
|
2635
|
+
height: 14px;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
.tsystem-max-w_200px {
|
|
2639
|
+
max-width: 200px;
|
|
2640
|
+
}
|
|
2641
|
+
|
|
2469
2642
|
.tsystem-max-w_900px {
|
|
2470
2643
|
max-width: 900px;
|
|
2471
2644
|
}
|
|
@@ -2502,10 +2675,6 @@
|
|
|
2502
2675
|
margin-top: 16px;
|
|
2503
2676
|
}
|
|
2504
2677
|
|
|
2505
|
-
.tsystem-max-w_1440px {
|
|
2506
|
-
max-width: 1440px;
|
|
2507
|
-
}
|
|
2508
|
-
|
|
2509
2678
|
.tsystem-pl_8px {
|
|
2510
2679
|
padding-left: 8px;
|
|
2511
2680
|
}
|
|
@@ -2518,6 +2687,10 @@
|
|
|
2518
2687
|
padding-bottom: 4px;
|
|
2519
2688
|
}
|
|
2520
2689
|
|
|
2690
|
+
.tsystem-max-w_1440px {
|
|
2691
|
+
max-width: 1440px;
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2521
2694
|
.tsystem-min-w_150px {
|
|
2522
2695
|
min-width: 150px;
|
|
2523
2696
|
}
|
|
@@ -2526,8 +2699,16 @@
|
|
|
2526
2699
|
height: 300px;
|
|
2527
2700
|
}
|
|
2528
2701
|
|
|
2529
|
-
.tsystem-
|
|
2530
|
-
width:
|
|
2702
|
+
.tsystem-min-w_295px {
|
|
2703
|
+
min-width: 295px;
|
|
2704
|
+
}
|
|
2705
|
+
|
|
2706
|
+
.tsystem-max-w_426px {
|
|
2707
|
+
max-width: 426px;
|
|
2708
|
+
}
|
|
2709
|
+
|
|
2710
|
+
.tsystem-h_295px {
|
|
2711
|
+
height: 295px;
|
|
2531
2712
|
}
|
|
2532
2713
|
|
|
2533
2714
|
.tsystem-min-w_900px {
|
|
@@ -2690,6 +2871,58 @@
|
|
|
2690
2871
|
max-width: 250px;
|
|
2691
2872
|
}
|
|
2692
2873
|
|
|
2874
|
+
.tsystem-w_361 {
|
|
2875
|
+
width: 361px;
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
.tsystem-w_89 {
|
|
2879
|
+
width: 89px;
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
.tsystem-w_200px {
|
|
2883
|
+
width: 200px;
|
|
2884
|
+
}
|
|
2885
|
+
|
|
2886
|
+
.tsystem-bd-l-w_md {
|
|
2887
|
+
border-left-width: var(--Tight-borderWidths-md);
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2890
|
+
.tsystem-bd-l-c_border\.layout {
|
|
2891
|
+
border-left-color: var(--Tight-colors-border-layout);
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2894
|
+
.tsystem-border-right-style_solid {
|
|
2895
|
+
border-right-style: solid;
|
|
2896
|
+
}
|
|
2897
|
+
|
|
2898
|
+
.tsystem-bd-r-w_md {
|
|
2899
|
+
border-right-width: var(--Tight-borderWidths-md);
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
.tsystem-bd-r-c_border\.layout {
|
|
2903
|
+
border-right-color: var(--Tight-colors-border-layout);
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
.tsystem-min-h_250px {
|
|
2907
|
+
min-height: 250px;
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
.tsystem-max-h_320px {
|
|
2911
|
+
max-height: 320px;
|
|
2912
|
+
}
|
|
2913
|
+
|
|
2914
|
+
.tsystem-pl_15px {
|
|
2915
|
+
padding-left: 15px;
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
.tsystem-pr_15px {
|
|
2919
|
+
padding-right: 15px;
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
.tsystem-h_35px {
|
|
2923
|
+
height: 35px;
|
|
2924
|
+
}
|
|
2925
|
+
|
|
2693
2926
|
.tsystem-mb_8px {
|
|
2694
2927
|
margin-bottom: 8px;
|
|
2695
2928
|
}
|
|
@@ -2750,18 +2983,10 @@
|
|
|
2750
2983
|
height: 16px;
|
|
2751
2984
|
}
|
|
2752
2985
|
|
|
2753
|
-
.tsystem-w_270px {
|
|
2754
|
-
width: 270px;
|
|
2755
|
-
}
|
|
2756
|
-
|
|
2757
2986
|
.tsystem-min-w_269px {
|
|
2758
2987
|
min-width: 269px;
|
|
2759
2988
|
}
|
|
2760
2989
|
|
|
2761
|
-
.tsystem-w_200px {
|
|
2762
|
-
width: 200px;
|
|
2763
|
-
}
|
|
2764
|
-
|
|
2765
2990
|
.tsystem-min-w_200px {
|
|
2766
2991
|
min-width: 200px;
|
|
2767
2992
|
}
|
|
@@ -2774,10 +2999,6 @@
|
|
|
2774
2999
|
margin-bottom: 42px;
|
|
2775
3000
|
}
|
|
2776
3001
|
|
|
2777
|
-
.tsystem-max-w_1440 {
|
|
2778
|
-
max-width: 1440px;
|
|
2779
|
-
}
|
|
2780
|
-
|
|
2781
3002
|
.tsystem-pl_20px {
|
|
2782
3003
|
padding-left: 20px;
|
|
2783
3004
|
}
|
|
@@ -2806,22 +3027,6 @@
|
|
|
2806
3027
|
margin-top: auto;
|
|
2807
3028
|
}
|
|
2808
3029
|
|
|
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
3030
|
.tsystem-mb_10px {
|
|
2826
3031
|
margin-bottom: 10px;
|
|
2827
3032
|
}
|
|
@@ -2846,18 +3051,6 @@
|
|
|
2846
3051
|
width: 75px;
|
|
2847
3052
|
}
|
|
2848
3053
|
|
|
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
3054
|
.tsystem-max-w_1 {
|
|
2862
3055
|
max-width: 1px;
|
|
2863
3056
|
}
|
|
@@ -2914,6 +3107,10 @@
|
|
|
2914
3107
|
right: 16px;
|
|
2915
3108
|
}
|
|
2916
3109
|
|
|
3110
|
+
.tsystem-max-h_44px {
|
|
3111
|
+
max-height: 44px;
|
|
3112
|
+
}
|
|
3113
|
+
|
|
2917
3114
|
.tsystem-pl_25px {
|
|
2918
3115
|
padding-left: 25px;
|
|
2919
3116
|
}
|
|
@@ -2946,6 +3143,18 @@
|
|
|
2946
3143
|
width: 26px;
|
|
2947
3144
|
}
|
|
2948
3145
|
|
|
3146
|
+
.tsystem-mt_22px {
|
|
3147
|
+
margin-top: 22px;
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3150
|
+
.tsystem-w_200 {
|
|
3151
|
+
width: 200px;
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
.tsystem-min-w_200 {
|
|
3155
|
+
min-width: 200px;
|
|
3156
|
+
}
|
|
3157
|
+
|
|
2949
3158
|
.tsystem-max-h_247px {
|
|
2950
3159
|
max-height: 247px;
|
|
2951
3160
|
}
|
|
@@ -3006,18 +3215,6 @@
|
|
|
3006
3215
|
width: 151px;
|
|
3007
3216
|
}
|
|
3008
3217
|
|
|
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
3218
|
.tsystem-pt_50px {
|
|
3022
3219
|
padding-top: 50px;
|
|
3023
3220
|
}
|
|
@@ -3090,6 +3287,58 @@
|
|
|
3090
3287
|
bottom: 5px;
|
|
3091
3288
|
}
|
|
3092
3289
|
|
|
3290
|
+
.tsystem-bd-t-w_md {
|
|
3291
|
+
border-top-width: var(--Tight-borderWidths-md);
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3294
|
+
.tsystem-border-top-style_solid {
|
|
3295
|
+
border-top-style: solid;
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
.tsystem-bd-t-w_4px {
|
|
3299
|
+
border-top-width: 4px;
|
|
3300
|
+
}
|
|
3301
|
+
|
|
3302
|
+
.tsystem-border-top-style_double {
|
|
3303
|
+
border-top-style: double;
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
.tsystem-bd-t-c_border\.layout\.strong {
|
|
3307
|
+
border-top-color: var(--Tight-colors-border-layout-strong);
|
|
3308
|
+
}
|
|
3309
|
+
|
|
3310
|
+
.tsystem-bd-b-w_4px {
|
|
3311
|
+
border-bottom-width: 4px;
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3314
|
+
.tsystem-border-bottom-style_double {
|
|
3315
|
+
border-bottom-style: double;
|
|
3316
|
+
}
|
|
3317
|
+
|
|
3318
|
+
.tsystem-bd-b-c_border\.layout\.strong {
|
|
3319
|
+
border-bottom-color: var(--Tight-colors-border-layout-strong);
|
|
3320
|
+
}
|
|
3321
|
+
|
|
3322
|
+
.tsystem-bd-b-w_md {
|
|
3323
|
+
border-bottom-width: var(--Tight-borderWidths-md);
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
.tsystem-min-w_800px {
|
|
3327
|
+
min-width: 800px;
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3330
|
+
.tsystem-bd-b-c_border\.layout {
|
|
3331
|
+
border-bottom-color: var(--Tight-colors-border-layout);
|
|
3332
|
+
}
|
|
3333
|
+
|
|
3334
|
+
.tsystem-ov-x_auto {
|
|
3335
|
+
overflow-x: auto;
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3338
|
+
.tsystem-max-h_80dvh {
|
|
3339
|
+
max-height: 80dvh;
|
|
3340
|
+
}
|
|
3341
|
+
|
|
3093
3342
|
.tsystem-max-w_120px {
|
|
3094
3343
|
max-width: 120px;
|
|
3095
3344
|
}
|
|
@@ -3300,6 +3549,10 @@
|
|
|
3300
3549
|
pointer-events: none;
|
|
3301
3550
|
}
|
|
3302
3551
|
|
|
3552
|
+
[data-scrolled-x=true] .scrolledX\:tsystem-filter_drop-shadow\(4px_2px_4px_rgba\(0\,_0\,_0\,_0\.05\)\) {
|
|
3553
|
+
filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.05));
|
|
3554
|
+
}
|
|
3555
|
+
|
|
3303
3556
|
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
|
|
3304
3557
|
color: var(--Tight-colors-typography-intent-action);
|
|
3305
3558
|
}
|
|
@@ -3308,12 +3561,12 @@
|
|
|
3308
3561
|
color: var(--Tight-colors-typography-intent-danger);
|
|
3309
3562
|
}
|
|
3310
3563
|
|
|
3311
|
-
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.
|
|
3312
|
-
color: var(--Tight-colors-typography-intent-
|
|
3564
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
|
|
3565
|
+
color: var(--Tight-colors-typography-intent-secondary);
|
|
3313
3566
|
}
|
|
3314
3567
|
|
|
3315
|
-
.\[\&_path\]\:tsystem-stk_icon\.intent\.
|
|
3316
|
-
stroke: var(--Tight-colors-icon-intent-
|
|
3568
|
+
.\[\&_path\]\:tsystem-stk_icon\.intent\.secondary path {
|
|
3569
|
+
stroke: var(--Tight-colors-icon-intent-secondary);
|
|
3317
3570
|
}
|
|
3318
3571
|
|
|
3319
3572
|
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.success .Tight-text {
|
|
@@ -3328,8 +3581,8 @@
|
|
|
3328
3581
|
color: var(--Tight-colors-typography-intent-warning);
|
|
3329
3582
|
}
|
|
3330
3583
|
|
|
3331
|
-
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.
|
|
3332
|
-
color: var(--Tight-colors-typography-intent-
|
|
3584
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.primary .Tight-text {
|
|
3585
|
+
color: var(--Tight-colors-typography-intent-primary);
|
|
3333
3586
|
}
|
|
3334
3587
|
|
|
3335
3588
|
.\[\&\:disabled\]\:tsystem-cursor_default:disabled {
|
|
@@ -3372,12 +3625,20 @@
|
|
|
3372
3625
|
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3373
3626
|
}
|
|
3374
3627
|
|
|
3628
|
+
.odd\:tsystem-bg-c_surface\.reports\.alternateRows:nth-child(odd) {
|
|
3629
|
+
background-color: var(--Tight-colors-surface-reports-alternateRows);
|
|
3630
|
+
}
|
|
3631
|
+
|
|
3632
|
+
.even\:tsystem-bg-c_surface\.foreground:nth-child(even) {
|
|
3633
|
+
background-color: var(--Tight-colors-surface-foreground);
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3375
3636
|
.\[\&_path\]\:tsystem-stk_surface\.foreground path {
|
|
3376
3637
|
stroke: var(--Tight-colors-surface-foreground);
|
|
3377
3638
|
}
|
|
3378
3639
|
|
|
3379
3640
|
.\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-amount-input,.\[\&_\.Tight-amount-input\,_\&_\.Tight-text\]\:tsystem-c_inherit .Tight-text {
|
|
3380
|
-
color:
|
|
3641
|
+
color: inherit;
|
|
3381
3642
|
}
|
|
3382
3643
|
|
|
3383
3644
|
.\[\&\:\:before\]\:tsystem-top_-11px::before {
|
|
@@ -3444,6 +3705,18 @@
|
|
|
3444
3705
|
padding-bottom: 16px;
|
|
3445
3706
|
}
|
|
3446
3707
|
|
|
3708
|
+
[data-scrolled-x=true] .scrolledX\:tsystem-border-right-style_solid {
|
|
3709
|
+
border-right-style: solid;
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
[data-scrolled-x=true] .scrolledX\:tsystem-bd-r-w_md {
|
|
3713
|
+
border-right-width: var(--Tight-borderWidths-md);
|
|
3714
|
+
}
|
|
3715
|
+
|
|
3716
|
+
[data-scrolled-x=true] .scrolledX\:tsystem-bd-r-c_border\.layout {
|
|
3717
|
+
border-right-color: var(--Tight-colors-border-layout);
|
|
3718
|
+
}
|
|
3719
|
+
|
|
3447
3720
|
.first\:tsystem-bdr-tl_sm:first-child {
|
|
3448
3721
|
border-top-left-radius: var(--Tight-radii-sm);
|
|
3449
3722
|
}
|
|
@@ -3699,8 +3972,12 @@
|
|
|
3699
3972
|
background-color: var(--Tight-colors-surface-intent-action-hover);
|
|
3700
3973
|
}
|
|
3701
3974
|
|
|
3702
|
-
.hover\:tsystem-bg-c_brand\.action\.
|
|
3703
|
-
background-color: var(--Tight-colors-brand-action-
|
|
3975
|
+
.hover\:tsystem-bg-c_brand\.action\.weaker:is(:hover, [data-hover]) {
|
|
3976
|
+
background-color: var(--Tight-colors-brand-action-weaker);
|
|
3977
|
+
}
|
|
3978
|
+
|
|
3979
|
+
.\[\&\:hover\]\:tsystem-c_black400:hover {
|
|
3980
|
+
color: var(--Tight-colors-black400);
|
|
3704
3981
|
}
|
|
3705
3982
|
|
|
3706
3983
|
.hover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:is(:hover, [data-hover]) {
|
|
@@ -3715,10 +3992,6 @@
|
|
|
3715
3992
|
border-color: var(--Tight-colors-border-intent-danger-active);
|
|
3716
3993
|
}
|
|
3717
3994
|
|
|
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
3995
|
.\[\&\: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
3996
|
border-color: var(--Tight-colors-border-intent-success-active);
|
|
3724
3997
|
}
|
|
@@ -3727,6 +4000,10 @@
|
|
|
3727
4000
|
border-color: var(--Tight-colors-border-intent-warning-active);
|
|
3728
4001
|
}
|
|
3729
4002
|
|
|
4003
|
+
.\[\&\: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 {
|
|
4004
|
+
border-color: var(--Tight-colors-border-intent-primary-active);
|
|
4005
|
+
}
|
|
4006
|
+
|
|
3730
4007
|
.\[\&\: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
4008
|
border-color: var(--Tight-colors-transparent);
|
|
3732
4009
|
}
|
|
@@ -3743,8 +4020,8 @@
|
|
|
3743
4020
|
background-color: var(--Tight-colors-surface-intent-danger-active);
|
|
3744
4021
|
}
|
|
3745
4022
|
|
|
3746
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.
|
|
3747
|
-
background-color: var(--Tight-colors-surface-intent-
|
|
4023
|
+
.\[\&\: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 {
|
|
4024
|
+
background-color: var(--Tight-colors-surface-intent-secondary-active);
|
|
3748
4025
|
}
|
|
3749
4026
|
|
|
3750
4027
|
.\[\&\: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 +4032,10 @@
|
|
|
3755
4032
|
background-color: var(--Tight-colors-surface-intent-warning-active);
|
|
3756
4033
|
}
|
|
3757
4034
|
|
|
4035
|
+
.\[\&\: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 {
|
|
4036
|
+
background-color: var(--Tight-colors-surface-intent-primary-active);
|
|
4037
|
+
}
|
|
4038
|
+
|
|
3758
4039
|
.\[\&\: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
4040
|
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3760
4041
|
}
|
|
@@ -3835,12 +4116,12 @@
|
|
|
3835
4116
|
color: var(--Tight-colors-typography-intent-danger-active);
|
|
3836
4117
|
}
|
|
3837
4118
|
|
|
3838
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.
|
|
3839
|
-
color: var(--Tight-colors-typography-intent-
|
|
4119
|
+
.\[\&\: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 {
|
|
4120
|
+
color: var(--Tight-colors-typography-intent-secondary-active);
|
|
3840
4121
|
}
|
|
3841
4122
|
|
|
3842
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_path\]\:tsystem-stk_icon\.intent\.
|
|
3843
|
-
stroke: var(--Tight-colors-icon-intent-
|
|
4123
|
+
.\[\&\: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 {
|
|
4124
|
+
stroke: var(--Tight-colors-icon-intent-secondary-active);
|
|
3844
4125
|
}
|
|
3845
4126
|
|
|
3846
4127
|
.\[\&\: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 +4136,22 @@
|
|
|
3855
4136
|
color: var(--Tight-colors-typography-intent-warning-active);
|
|
3856
4137
|
}
|
|
3857
4138
|
|
|
3858
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.
|
|
3859
|
-
color: var(--Tight-colors-typography-intent-
|
|
4139
|
+
.\[\&\: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 {
|
|
4140
|
+
color: var(--Tight-colors-typography-intent-primary-active);
|
|
4141
|
+
}
|
|
4142
|
+
|
|
4143
|
+
@container page (min-width: 34.5rem) {
|
|
4144
|
+
.\@page\/md\:tsystem-grid-c_span_2 {
|
|
4145
|
+
grid-column: span 2;
|
|
4146
|
+
}
|
|
4147
|
+
|
|
4148
|
+
.\@page\/md\:tsystem-d_grid {
|
|
4149
|
+
display: grid;
|
|
4150
|
+
}
|
|
4151
|
+
|
|
4152
|
+
.\@page\/md\:tsystem-grid-tc_1fr_1fr {
|
|
4153
|
+
grid-template-columns: 1fr 1fr;
|
|
4154
|
+
}
|
|
3860
4155
|
}
|
|
3861
4156
|
|
|
3862
4157
|
@media screen and (min-width: 40rem) {
|
|
@@ -3888,18 +4183,14 @@
|
|
|
3888
4183
|
background-color: var(--Tight-colors-surface-intent-action-discreet);
|
|
3889
4184
|
}
|
|
3890
4185
|
|
|
3891
|
-
.sm\:tsystem-fs_label
|
|
3892
|
-
font-size: var(--Tight-fontSizes-label
|
|
4186
|
+
.sm\:tsystem-fs_label {
|
|
4187
|
+
font-size: var(--Tight-fontSizes-label);
|
|
3893
4188
|
}
|
|
3894
4189
|
|
|
3895
4190
|
.sm\:tsystem-lh_16px {
|
|
3896
4191
|
line-height: 16px;
|
|
3897
4192
|
}
|
|
3898
4193
|
|
|
3899
|
-
.sm\:tsystem-fs_label {
|
|
3900
|
-
font-size: var(--Tight-fontSizes-label);
|
|
3901
|
-
}
|
|
3902
|
-
|
|
3903
4194
|
.sm\:tsystem-d_none {
|
|
3904
4195
|
display: none;
|
|
3905
4196
|
}
|
|
@@ -3944,6 +4235,10 @@
|
|
|
3944
4235
|
justify-content: flex-end;
|
|
3945
4236
|
}
|
|
3946
4237
|
|
|
4238
|
+
.sm\:tsystem-fs_label\.strong {
|
|
4239
|
+
font-size: var(--Tight-fontSizes-label-strong);
|
|
4240
|
+
}
|
|
4241
|
+
|
|
3947
4242
|
.sm\:tsystem-bx-sh_none {
|
|
3948
4243
|
box-shadow: none;
|
|
3949
4244
|
}
|
|
@@ -3960,6 +4255,10 @@
|
|
|
3960
4255
|
flex-direction: row;
|
|
3961
4256
|
}
|
|
3962
4257
|
|
|
4258
|
+
.sm\:tsystem-max-w_512px {
|
|
4259
|
+
max-width: 512px;
|
|
4260
|
+
}
|
|
4261
|
+
|
|
3963
4262
|
.sm\:tsystem-min-w_600px {
|
|
3964
4263
|
min-width: 600px;
|
|
3965
4264
|
}
|
|
@@ -3992,10 +4291,6 @@
|
|
|
3992
4291
|
min-width: 512px;
|
|
3993
4292
|
}
|
|
3994
4293
|
|
|
3995
|
-
.sm\:tsystem-max-w_512px {
|
|
3996
|
-
max-width: 512px;
|
|
3997
|
-
}
|
|
3998
|
-
|
|
3999
4294
|
.sm\:tsystem-max-w_300 {
|
|
4000
4295
|
max-width: 300px;
|
|
4001
4296
|
}
|
|
@@ -4008,6 +4303,10 @@
|
|
|
4008
4303
|
min-height: 35px;
|
|
4009
4304
|
}
|
|
4010
4305
|
|
|
4306
|
+
.sm\:tsystem-min-w_80px {
|
|
4307
|
+
min-width: 80px;
|
|
4308
|
+
}
|
|
4309
|
+
|
|
4011
4310
|
.sm\:tsystem-min-w_360px {
|
|
4012
4311
|
min-width: 360px;
|
|
4013
4312
|
}
|
|
@@ -4048,9 +4347,47 @@
|
|
|
4048
4347
|
justify-content: flex-end;
|
|
4049
4348
|
}
|
|
4050
4349
|
|
|
4350
|
+
.md\:tsystem-flex-d_row {
|
|
4351
|
+
flex-direction: row;
|
|
4352
|
+
}
|
|
4353
|
+
|
|
4354
|
+
.md\:tsystem-trf_none {
|
|
4355
|
+
transform: none;
|
|
4356
|
+
}
|
|
4357
|
+
|
|
4358
|
+
.md\:tsystem-w_416 {
|
|
4359
|
+
width: 416px;
|
|
4360
|
+
}
|
|
4361
|
+
|
|
4051
4362
|
.md\:tsystem-min-w_800px {
|
|
4052
4363
|
min-width: 800px;
|
|
4053
4364
|
}
|
|
4365
|
+
|
|
4366
|
+
.md\:tsystem-min-w_110px {
|
|
4367
|
+
min-width: 110px;
|
|
4368
|
+
}
|
|
4369
|
+
}
|
|
4370
|
+
|
|
4371
|
+
@container page (min-width: 65.75rem) {
|
|
4372
|
+
.\@page\/xl\:tsystem-grid-c_unset {
|
|
4373
|
+
grid-column: unset;
|
|
4374
|
+
}
|
|
4375
|
+
|
|
4376
|
+
.\@page\/xl\:tsystem-d_flex {
|
|
4377
|
+
display: flex;
|
|
4378
|
+
}
|
|
4379
|
+
|
|
4380
|
+
.\@page\/xl\:tsystem-d_none {
|
|
4381
|
+
display: none;
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4384
|
+
.\@page\/xl\:tsystem-grid-tc_1fr_2fr_4fr {
|
|
4385
|
+
grid-template-columns: 1fr 2fr 4fr;
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
.\@page\/xl\:tsystem-grid-tr_1fr {
|
|
4389
|
+
grid-template-rows: 1fr;
|
|
4390
|
+
}
|
|
4054
4391
|
}
|
|
4055
4392
|
|
|
4056
4393
|
@media screen and (min-width: 80rem) {
|
|
@@ -4070,10 +4407,6 @@
|
|
|
4070
4407
|
padding: 4px;
|
|
4071
4408
|
}
|
|
4072
4409
|
|
|
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
4410
|
.xl\:tsystem-p_16px {
|
|
4078
4411
|
padding: 16px;
|
|
4079
4412
|
}
|
|
@@ -4098,14 +4431,6 @@
|
|
|
4098
4431
|
flex: 1 1 0;
|
|
4099
4432
|
}
|
|
4100
4433
|
|
|
4101
|
-
.xl\:tsystem-gap_16px {
|
|
4102
|
-
gap: 16px;
|
|
4103
|
-
}
|
|
4104
|
-
|
|
4105
|
-
.xl\:tsystem-bdr_borderWidths\.sm {
|
|
4106
|
-
border-radius: borderWidths.sm;
|
|
4107
|
-
}
|
|
4108
|
-
|
|
4109
4434
|
.xl\:tsystem-gap_10px {
|
|
4110
4435
|
gap: 10px;
|
|
4111
4436
|
}
|
|
@@ -4134,6 +4459,10 @@
|
|
|
4134
4459
|
flex: 0 0 342px;
|
|
4135
4460
|
}
|
|
4136
4461
|
|
|
4462
|
+
.xl\:tsystem-ai_flex-end {
|
|
4463
|
+
align-items: flex-end;
|
|
4464
|
+
}
|
|
4465
|
+
|
|
4137
4466
|
.xl\:tsystem-flex-sh_0 {
|
|
4138
4467
|
flex-shrink: 0;
|
|
4139
4468
|
}
|
|
@@ -4150,18 +4479,6 @@
|
|
|
4150
4479
|
align-items: center;
|
|
4151
4480
|
}
|
|
4152
4481
|
|
|
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
4482
|
.xl\:tsystem-jc_flex-end {
|
|
4166
4483
|
justify-content: flex-end;
|
|
4167
4484
|
}
|
|
@@ -4170,6 +4487,10 @@
|
|
|
4170
4487
|
background-color: var(--Tight-colors-overlay);
|
|
4171
4488
|
}
|
|
4172
4489
|
|
|
4490
|
+
.xl\:tsystem-d_flex {
|
|
4491
|
+
display: flex;
|
|
4492
|
+
}
|
|
4493
|
+
|
|
4173
4494
|
.xl\:tsystem-flex-d_column {
|
|
4174
4495
|
flex-direction: column;
|
|
4175
4496
|
}
|
|
@@ -4178,6 +4499,10 @@
|
|
|
4178
4499
|
justify-content: center;
|
|
4179
4500
|
}
|
|
4180
4501
|
|
|
4502
|
+
.xl\:tsystem-ai_flex-start {
|
|
4503
|
+
align-items: flex-start;
|
|
4504
|
+
}
|
|
4505
|
+
|
|
4181
4506
|
.xl\:tsystem-fs_14px {
|
|
4182
4507
|
font-size: 14px;
|
|
4183
4508
|
}
|
|
@@ -4186,10 +4511,6 @@
|
|
|
4186
4511
|
line-height: 16px;
|
|
4187
4512
|
}
|
|
4188
4513
|
|
|
4189
|
-
.xl\:tsystem-ai_flex-end {
|
|
4190
|
-
align-items: flex-end;
|
|
4191
|
-
}
|
|
4192
|
-
|
|
4193
4514
|
.xl\:tsystem-fs_label {
|
|
4194
4515
|
font-size: var(--Tight-fontSizes-label);
|
|
4195
4516
|
}
|
|
@@ -4222,10 +4543,6 @@
|
|
|
4222
4543
|
font-size: var(--Tight-fontSizes-label-strong);
|
|
4223
4544
|
}
|
|
4224
4545
|
|
|
4225
|
-
.xl\:tsystem-ls_0\.84px {
|
|
4226
|
-
letter-spacing: 0.84px;
|
|
4227
|
-
}
|
|
4228
|
-
|
|
4229
4546
|
.xl\:tsystem-fs_label\.strongSub {
|
|
4230
4547
|
font-size: var(--Tight-fontSizes-label-strongSub);
|
|
4231
4548
|
}
|
|
@@ -4266,14 +4583,6 @@
|
|
|
4266
4583
|
padding-right: 0;
|
|
4267
4584
|
}
|
|
4268
4585
|
|
|
4269
|
-
.xl\:tsystem-h_318px {
|
|
4270
|
-
height: 318px;
|
|
4271
|
-
}
|
|
4272
|
-
|
|
4273
|
-
.xl\:tsystem-max-h_318px {
|
|
4274
|
-
max-height: 318px;
|
|
4275
|
-
}
|
|
4276
|
-
|
|
4277
4586
|
.xl\:tsystem-h_35px {
|
|
4278
4587
|
height: 35px;
|
|
4279
4588
|
}
|
|
@@ -4294,6 +4603,10 @@
|
|
|
4294
4603
|
height: 60px;
|
|
4295
4604
|
}
|
|
4296
4605
|
|
|
4606
|
+
.xl\:tsystem-max-h_35px {
|
|
4607
|
+
max-height: 35px;
|
|
4608
|
+
}
|
|
4609
|
+
|
|
4297
4610
|
.xl\:tsystem-min-w_450px {
|
|
4298
4611
|
min-width: 450px;
|
|
4299
4612
|
}
|
|
@@ -4313,12 +4626,6 @@
|
|
|
4313
4626
|
.xl\:tsystem-max-w_500px {
|
|
4314
4627
|
max-width: 500px;
|
|
4315
4628
|
}
|
|
4316
|
-
}
|
|
4317
|
-
|
|
4318
|
-
@media screen and (max-width: 87.4975rem) {
|
|
4319
|
-
.tsystem-show_1\.5xl {
|
|
4320
|
-
display: none;
|
|
4321
|
-
}
|
|
4322
4629
|
}
|
|
4323
4630
|
|
|
4324
4631
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4340,8 +4647,14 @@
|
|
|
4340
4647
|
}
|
|
4341
4648
|
|
|
4342
4649
|
@media (hover: hover) and (pointer: fine) {
|
|
4343
|
-
.supportHover\:notDisabled\:\[\&
|
|
4344
|
-
|
|
4650
|
+
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
4651
|
+
color: var(--Tight-colors-typography-intent-secondary-hover);
|
|
4652
|
+
}
|
|
4653
|
+
}
|
|
4654
|
+
|
|
4655
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4656
|
+
.supportHover\:notDisabled\:\[\&_path\]\:tsystem-stk_icon\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]) path:hover {
|
|
4657
|
+
stroke: var(--Tight-colors-icon-intent-secondary-hover);
|
|
4345
4658
|
}
|
|
4346
4659
|
}
|
|
4347
4660
|
|
|
@@ -4361,12 +4674,6 @@
|
|
|
4361
4674
|
.supportHover\:notDisabled\:\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]) .Tight-text:hover {
|
|
4362
4675
|
color: var(--Tight-colors-typography-intent-warning-hover);
|
|
4363
4676
|
}
|
|
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
4677
|
}
|
|
4371
4678
|
|
|
4372
4679
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4412,20 +4719,20 @@
|
|
|
4412
4719
|
}
|
|
4413
4720
|
|
|
4414
4721
|
@media (hover: hover) and (pointer: fine) {
|
|
4415
|
-
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.
|
|
4416
|
-
border-color: var(--Tight-colors-border-intent-
|
|
4722
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4723
|
+
border-color: var(--Tight-colors-border-intent-secondary-hover);
|
|
4417
4724
|
}
|
|
4418
4725
|
}
|
|
4419
4726
|
|
|
4420
4727
|
@media (hover: hover) and (pointer: fine) {
|
|
4421
|
-
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.
|
|
4422
|
-
border-color: var(--Tight-colors-border-intent-
|
|
4728
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.success\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4729
|
+
border-color: var(--Tight-colors-border-intent-success-hover);
|
|
4423
4730
|
}
|
|
4424
4731
|
}
|
|
4425
4732
|
|
|
4426
4733
|
@media (hover: hover) and (pointer: fine) {
|
|
4427
|
-
.supportHover\:notDisabled\:tsystem-bd-c_border\.
|
|
4428
|
-
border-color: var(--Tight-colors-border-
|
|
4734
|
+
.supportHover\:notDisabled\:tsystem-bd-c_border\.intent\.warning\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4735
|
+
border-color: var(--Tight-colors-border-intent-warning-hover);
|
|
4429
4736
|
}
|
|
4430
4737
|
}
|
|
4431
4738
|
|
|
@@ -4553,6 +4860,12 @@
|
|
|
4553
4860
|
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.danger\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4554
4861
|
background-color: var(--Tight-colors-surface-intent-danger-hover);
|
|
4555
4862
|
}
|
|
4863
|
+
}
|
|
4864
|
+
|
|
4865
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4866
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.secondary\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4867
|
+
background-color: var(--Tight-colors-surface-intent-secondary-hover);
|
|
4868
|
+
}
|
|
4556
4869
|
}
|
|
4557
4870
|
|
|
4558
4871
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4697,6 +5010,12 @@
|
|
|
4697
5010
|
.supportHover\:tsystem-trs_color_100ms_ease-out:hover {
|
|
4698
5011
|
transition: color 100ms ease-out;
|
|
4699
5012
|
}
|
|
5013
|
+
}
|
|
5014
|
+
|
|
5015
|
+
@media (hover: hover) and (pointer: fine) {
|
|
5016
|
+
.supportHover\:tsystem-td_underline:hover {
|
|
5017
|
+
text-decoration: underline;
|
|
5018
|
+
}
|
|
4700
5019
|
}
|
|
4701
5020
|
|
|
4702
5021
|
@media (hover: hover) and (pointer: fine) {
|