@tight-embedded/react 1.3.1 → 6.0.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 +990 -450
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +2 -0
- 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 +6 -5
package/dist/index.css
CHANGED
|
@@ -74,24 +74,28 @@
|
|
|
74
74
|
--Tight-colors-black400: #6F7576;
|
|
75
75
|
--Tight-colors-black600: #50595C;
|
|
76
76
|
--Tight-colors-black700: #182428;
|
|
77
|
+
--Tight-colors-blue200: #EDFAFC;
|
|
77
78
|
--Tight-colors-blue300: #DAF4FA;
|
|
78
79
|
--Tight-colors-blue400: #CAECF3;
|
|
79
80
|
--Tight-colors-blue500: #94D8E8;
|
|
80
81
|
--Tight-colors-blue700: #2AB2D1;
|
|
81
82
|
--Tight-colors-blue900: #177F96;
|
|
83
|
+
--Tight-colors-green200: #DBF9EA;
|
|
82
84
|
--Tight-colors-green300: #B8F3D5;
|
|
83
85
|
--Tight-colors-green400: #94E8BD;
|
|
84
86
|
--Tight-colors-green500: #5FDD9C;
|
|
85
87
|
--Tight-colors-green700: #009C75;
|
|
88
|
+
--Tight-colors-yellow200: #FFF3C3;
|
|
86
89
|
--Tight-colors-yellow300: #FFE787;
|
|
87
90
|
--Tight-colors-yellow400: #FCD34D;
|
|
88
91
|
--Tight-colors-yellow500: #FBBF24;
|
|
92
|
+
--Tight-colors-red200: #FFCBCB;
|
|
89
93
|
--Tight-colors-red300: #FF9797;
|
|
90
94
|
--Tight-colors-red400: #F45C5C;
|
|
91
95
|
--Tight-colors-red500: #E84747;
|
|
92
96
|
--Tight-colors-red700: #E42525;
|
|
93
97
|
--Tight-fonts-base: Duplet Regular, sans-serif;
|
|
94
|
-
--Tight-fontSizes-sm:
|
|
98
|
+
--Tight-fontSizes-sm: 12px;
|
|
95
99
|
--Tight-fontSizes-md: 14px;
|
|
96
100
|
--Tight-fontSizes-lg: 16px;
|
|
97
101
|
--Tight-fontSizes-xl: 20px;
|
|
@@ -111,11 +115,11 @@
|
|
|
111
115
|
--Tight-animations-appear-delay: 0.25s linear both 1.5s fade-in;
|
|
112
116
|
--Tight-animations-shimmer: 2s ease-in-out infinite shimmer;
|
|
113
117
|
--Tight-animations-spin: 1.5s ease-in-out 0.1s spin infinite;
|
|
114
|
-
--Tight-animations-slideIn-right:
|
|
115
|
-
--Tight-animations-slideIn-up:
|
|
116
|
-
--Tight-animations-slideOut-right:
|
|
117
|
-
--Tight-animations-slideOut-down:
|
|
118
|
-
--Tight-shadows-box-shadow: 0px 10px 30px 0px rgba(
|
|
118
|
+
--Tight-animations-slideIn-right: 300ms ease-out both slide-in-right;
|
|
119
|
+
--Tight-animations-slideIn-up: 300ms ease-out both slide-in-up;
|
|
120
|
+
--Tight-animations-slideOut-right: 300ms ease-in both slide-out-right;
|
|
121
|
+
--Tight-animations-slideOut-down: 300ms ease-in both slide-out-down;
|
|
122
|
+
--Tight-shadows-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05), 0px 4px 12px 0px rgba(0, 0, 0, 0.15) ;
|
|
119
123
|
--Tight-breakpoints-sm: 640px;
|
|
120
124
|
--Tight-breakpoints-md: 850px;
|
|
121
125
|
--Tight-breakpoints-lg: 1024px;
|
|
@@ -134,17 +138,21 @@
|
|
|
134
138
|
--Tight-colors-brand-secondary-weak: var(--Tight-colors-white200);
|
|
135
139
|
--Tight-colors-brand-secondary: var(--Tight-colors-white600);
|
|
136
140
|
--Tight-colors-brand-secondary-strong: var(--Tight-colors-black100);
|
|
141
|
+
--Tight-colors-brand-action-opaque: var(--Tight-colors-blue200);
|
|
137
142
|
--Tight-colors-brand-action-weak: var(--Tight-colors-blue300);
|
|
138
143
|
--Tight-colors-brand-action: var(--Tight-colors-blue400);
|
|
139
144
|
--Tight-colors-brand-action-strong: var(--Tight-colors-blue500);
|
|
140
145
|
--Tight-colors-brand-action-stronger: var(--Tight-colors-blue700);
|
|
141
146
|
--Tight-colors-brand-action-strongest: var(--Tight-colors-blue900);
|
|
147
|
+
--Tight-colors-brand-success-opaque: var(--Tight-colors-green200);
|
|
142
148
|
--Tight-colors-brand-success-weak: var(--Tight-colors-green300);
|
|
143
149
|
--Tight-colors-brand-success: var(--Tight-colors-green400);
|
|
144
150
|
--Tight-colors-brand-success-strong: var(--Tight-colors-green500);
|
|
151
|
+
--Tight-colors-brand-warning-opaque: var(--Tight-colors-yellow200);
|
|
145
152
|
--Tight-colors-brand-warning-weak: var(--Tight-colors-yellow300);
|
|
146
153
|
--Tight-colors-brand-warning: var(--Tight-colors-yellow400);
|
|
147
154
|
--Tight-colors-brand-warning-strong: var(--Tight-colors-yellow500);
|
|
155
|
+
--Tight-colors-brand-danger-opaque: var(--Tight-colors-red200);
|
|
148
156
|
--Tight-colors-brand-danger-weak: var(--Tight-colors-red300);
|
|
149
157
|
--Tight-colors-brand-danger: var(--Tight-colors-red400);
|
|
150
158
|
--Tight-colors-brand-danger-strong: var(--Tight-colors-red500);
|
|
@@ -182,6 +190,8 @@
|
|
|
182
190
|
--Tight-colors-surface-intent-danger-hover: var(--Tight-colors-brand-danger);
|
|
183
191
|
--Tight-colors-surface-intent-danger-active: var(--Tight-colors-brand-danger-strong);
|
|
184
192
|
--Tight-colors-surface-intent-danger-disabled: var(--Tight-colors-surface-foreground-disabled);
|
|
193
|
+
--Tight-colors-surface-intent-danger-weak: var(--Tight-colors-brand-danger-weak);
|
|
194
|
+
--Tight-colors-surface-intent-danger-opaque: var(--Tight-colors-brand-danger-opaque);
|
|
185
195
|
--Tight-colors-typography-base: var(--Tight-colors-black700);
|
|
186
196
|
--Tight-colors-typography-base-weak: var(--Tight-colors-black400);
|
|
187
197
|
--Tight-colors-typography-contrast: var(--Tight-colors-white100);
|
|
@@ -207,7 +217,7 @@
|
|
|
207
217
|
--Tight-colors-typography-accent-success: var(--Tight-colors-brand-success-strong);
|
|
208
218
|
--Tight-colors-typography-accent-warning: var(--Tight-colors-brand-warning-strong);
|
|
209
219
|
--Tight-colors-typography-accent-danger: var(--Tight-colors-brand-danger-strong);
|
|
210
|
-
--Tight-colors-typography-accent-action: var(--Tight-colors-brand-action-
|
|
220
|
+
--Tight-colors-typography-accent-action: var(--Tight-colors-brand-action-strongest);
|
|
211
221
|
--Tight-colors-typography-body: var(--Tight-colors-typography-base);
|
|
212
222
|
--Tight-colors-typography-label: var(--Tight-colors-typography-base);
|
|
213
223
|
--Tight-colors-typography-label-sub: var(--Tight-colors-typography-base-weak);
|
|
@@ -388,6 +398,42 @@
|
|
|
388
398
|
border: var(--Tight-borderWidths-md) solid;
|
|
389
399
|
}
|
|
390
400
|
|
|
401
|
+
.tsystem-bg_surface\.background {
|
|
402
|
+
background: var(--Tight-colors-surface-background);
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.tsystem-p_2\.5px {
|
|
406
|
+
padding: 2.5px;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.tsystem-p_4px_5px {
|
|
410
|
+
padding: 4px 5px;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.tsystem-bg_surface\.intent\.secondary {
|
|
414
|
+
background: var(--Tight-colors-surface-intent-secondary);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.tsystem-bd_\{borderWidths\.sm\}_solid {
|
|
418
|
+
border: var(--Tight-borderWidths-sm) solid;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.tsystem-bg_surface\.intent\.action {
|
|
422
|
+
background: var(--Tight-colors-surface-intent-action);
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.tsystem-bg_surface\.intent\.success {
|
|
426
|
+
background: var(--Tight-colors-surface-intent-success);
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.tsystem-bg_surface\.intent\.warning {
|
|
430
|
+
background: var(--Tight-colors-surface-intent-warning);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.tsystem-bg_surface\.intent\.danger {
|
|
434
|
+
background: var(--Tight-colors-surface-intent-danger);
|
|
435
|
+
}
|
|
436
|
+
|
|
391
437
|
.tsystem-p_10px {
|
|
392
438
|
padding: 10px;
|
|
393
439
|
}
|
|
@@ -400,28 +446,40 @@
|
|
|
400
446
|
border: var(--Tight-borderWidths-md) solid transparent;
|
|
401
447
|
}
|
|
402
448
|
|
|
403
|
-
.tsystem-
|
|
404
|
-
padding:
|
|
449
|
+
.tsystem-p_16px_12px {
|
|
450
|
+
padding: 16px 12px;
|
|
405
451
|
}
|
|
406
452
|
|
|
407
|
-
.tsystem-
|
|
408
|
-
|
|
453
|
+
.tsystem-bd_0\.75px {
|
|
454
|
+
border: 0.75px;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.tsystem-p_5px {
|
|
458
|
+
padding: 5px;
|
|
409
459
|
}
|
|
410
460
|
|
|
411
461
|
.tsystem-p_12px_16px {
|
|
412
462
|
padding: 12px 16px;
|
|
413
463
|
}
|
|
414
464
|
|
|
465
|
+
.tsystem-p_16px {
|
|
466
|
+
padding: 16px;
|
|
467
|
+
}
|
|
468
|
+
|
|
415
469
|
.tsystem-bd_1px_solid {
|
|
416
470
|
border: 1px solid;
|
|
417
471
|
}
|
|
418
472
|
|
|
473
|
+
.tsystem-bg_surface\.background\.hover {
|
|
474
|
+
background: var(--Tight-colors-surface-background-hover);
|
|
475
|
+
}
|
|
476
|
+
|
|
419
477
|
.tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\.weak\} {
|
|
420
478
|
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-weak);
|
|
421
479
|
}
|
|
422
480
|
|
|
423
|
-
.tsystem-
|
|
424
|
-
padding:
|
|
481
|
+
.tsystem-p_12px_15px {
|
|
482
|
+
padding: 12px 15px;
|
|
425
483
|
}
|
|
426
484
|
|
|
427
485
|
.tsystem-p_15 {
|
|
@@ -432,6 +490,10 @@
|
|
|
432
490
|
border: none;
|
|
433
491
|
}
|
|
434
492
|
|
|
493
|
+
.tsystem-p_0 {
|
|
494
|
+
padding: 0;
|
|
495
|
+
}
|
|
496
|
+
|
|
435
497
|
.tsystem-p_md {
|
|
436
498
|
padding: md;
|
|
437
499
|
}
|
|
@@ -440,10 +502,6 @@
|
|
|
440
502
|
inset: 0;
|
|
441
503
|
}
|
|
442
504
|
|
|
443
|
-
.tsystem-bg_surface\.background {
|
|
444
|
-
background: var(--Tight-colors-surface-background);
|
|
445
|
-
}
|
|
446
|
-
|
|
447
505
|
.tsystem-m_32px {
|
|
448
506
|
margin: 32px;
|
|
449
507
|
}
|
|
@@ -452,52 +510,36 @@
|
|
|
452
510
|
margin: 0;
|
|
453
511
|
}
|
|
454
512
|
|
|
455
|
-
.tsystem-p_0 {
|
|
456
|
-
padding: 0;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
513
|
.tsystem-p_8px {
|
|
460
514
|
padding: 8px;
|
|
461
515
|
}
|
|
462
516
|
|
|
463
|
-
.tsystem-p_16px {
|
|
464
|
-
padding: 16px;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
517
|
.tsystem-p_24px {
|
|
468
518
|
padding: 24px;
|
|
469
519
|
}
|
|
470
520
|
|
|
471
|
-
.tsystem-
|
|
472
|
-
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.tsystem-p_4px_5px {
|
|
476
|
-
padding: 4px 5px;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
.tsystem-bg_surface\.intent\.secondary {
|
|
480
|
-
background: var(--Tight-colors-surface-intent-secondary);
|
|
521
|
+
.tsystem-anim_slideIn\.right {
|
|
522
|
+
animation: var(--Tight-animations-slideIn-right);
|
|
481
523
|
}
|
|
482
524
|
|
|
483
|
-
.tsystem-
|
|
484
|
-
|
|
525
|
+
.tsystem-anim_slideIn\.up {
|
|
526
|
+
animation: var(--Tight-animations-slideIn-up);
|
|
485
527
|
}
|
|
486
528
|
|
|
487
|
-
.tsystem-
|
|
488
|
-
|
|
529
|
+
.tsystem-anim_slideOut\.right {
|
|
530
|
+
animation: var(--Tight-animations-slideOut-right);
|
|
489
531
|
}
|
|
490
532
|
|
|
491
|
-
.tsystem-
|
|
492
|
-
|
|
533
|
+
.tsystem-anim_slideOut\.down {
|
|
534
|
+
animation: var(--Tight-animations-slideOut-down);
|
|
493
535
|
}
|
|
494
536
|
|
|
495
|
-
.tsystem-
|
|
496
|
-
|
|
537
|
+
.tsystem-p_15px {
|
|
538
|
+
padding: 15px;
|
|
497
539
|
}
|
|
498
540
|
|
|
499
|
-
.tsystem-
|
|
500
|
-
|
|
541
|
+
.tsystem-m_0_0_7px_0 {
|
|
542
|
+
margin: 0 0 7px 0;
|
|
501
543
|
}
|
|
502
544
|
|
|
503
545
|
.tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
|
|
@@ -512,10 +554,6 @@
|
|
|
512
554
|
padding: 0 25px;
|
|
513
555
|
}
|
|
514
556
|
|
|
515
|
-
.tsystem-bd_\{borderWidths\.lg\}_solid {
|
|
516
|
-
border: var(--Tight-borderWidths-lg) solid;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
557
|
.tsystem-bg_surface\.foreground {
|
|
520
558
|
background: var(--Tight-colors-surface-foreground);
|
|
521
559
|
}
|
|
@@ -532,6 +570,14 @@
|
|
|
532
570
|
border: 2px solid red;
|
|
533
571
|
}
|
|
534
572
|
|
|
573
|
+
.tsystem-m_0_8px {
|
|
574
|
+
margin: 0 8px;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.tsystem-anim_linear_1s_spin_infinite {
|
|
578
|
+
animation: linear 1s spin infinite;
|
|
579
|
+
}
|
|
580
|
+
|
|
535
581
|
.tsystem-anim_shimmer {
|
|
536
582
|
animation: var(--Tight-animations-shimmer);
|
|
537
583
|
}
|
|
@@ -548,10 +594,6 @@
|
|
|
548
594
|
padding: 12px;
|
|
549
595
|
}
|
|
550
596
|
|
|
551
|
-
.tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\.strong\} {
|
|
552
|
-
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout-strong);
|
|
553
|
-
}
|
|
554
|
-
|
|
555
597
|
.tsystem-bg_surface\.intent\.action\.disabled {
|
|
556
598
|
background: var(--Tight-colors-surface-intent-action-disabled);
|
|
557
599
|
}
|
|
@@ -564,6 +606,10 @@
|
|
|
564
606
|
padding: 20px 15px;
|
|
565
607
|
}
|
|
566
608
|
|
|
609
|
+
.tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
|
|
610
|
+
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
611
|
+
}
|
|
612
|
+
|
|
567
613
|
.tsystem-bg_surface\.intent\.primary {
|
|
568
614
|
background: var(--Tight-colors-surface-intent-primary);
|
|
569
615
|
}
|
|
@@ -576,6 +622,10 @@
|
|
|
576
622
|
padding: 10px;
|
|
577
623
|
}
|
|
578
624
|
|
|
625
|
+
.tsystem-bd-y_\{borderWidths\.md\}_solid {
|
|
626
|
+
border-block: var(--Tight-borderWidths-md) solid;
|
|
627
|
+
}
|
|
628
|
+
|
|
579
629
|
.tsystem-p_20px {
|
|
580
630
|
padding: 20px;
|
|
581
631
|
}
|
|
@@ -584,12 +634,8 @@
|
|
|
584
634
|
padding: none;
|
|
585
635
|
}
|
|
586
636
|
|
|
587
|
-
.tsystem-
|
|
588
|
-
padding: 20px
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.tsystem-m_15px {
|
|
592
|
-
margin: 15px;
|
|
637
|
+
.tsystem-p_20px_16px_8px_16px {
|
|
638
|
+
padding: 20px 16px 8px 16px;
|
|
593
639
|
}
|
|
594
640
|
|
|
595
641
|
.tsystem-bg_foreground {
|
|
@@ -600,24 +646,64 @@
|
|
|
600
646
|
padding: 10px 8px;
|
|
601
647
|
}
|
|
602
648
|
|
|
649
|
+
.tsystem-bd_\{borderWidths\.lg\}_solid {
|
|
650
|
+
border: var(--Tight-borderWidths-lg) solid;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.tsystem-bg_surface\.intent\.danger\.opaque {
|
|
654
|
+
background: var(--Tight-colors-surface-intent-danger-opaque);
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.tsystem-p_1px_0 {
|
|
658
|
+
padding: 1px 0;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.tsystem-p_1px {
|
|
662
|
+
padding: 1px;
|
|
663
|
+
}
|
|
664
|
+
|
|
603
665
|
.tsystem-p_4px_8px {
|
|
604
666
|
padding: 4px 8px;
|
|
605
667
|
}
|
|
606
668
|
|
|
669
|
+
.tsystem-p_20px_16px {
|
|
670
|
+
padding: 20px 16px;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.tsystem-m_16px {
|
|
674
|
+
margin: 16px;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.tsystem-bd_1px_solid_\{colors\.border\.intent\.primary\} {
|
|
678
|
+
border: 1px solid var(--Tight-colors-border-intent-primary);
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.tsystem-anim_spin_1s_linear_infinite {
|
|
682
|
+
animation: spin 1s linear infinite;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.tsystem-anim_none {
|
|
686
|
+
animation: none;
|
|
687
|
+
}
|
|
688
|
+
|
|
607
689
|
.tsystem-p_40px_20px {
|
|
608
690
|
padding: 40px 20px;
|
|
609
691
|
}
|
|
610
692
|
|
|
611
|
-
.tsystem-
|
|
612
|
-
|
|
693
|
+
.tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
|
|
694
|
+
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
613
695
|
}
|
|
614
696
|
|
|
615
|
-
.tsystem-
|
|
616
|
-
padding:
|
|
697
|
+
.tsystem-p_18px {
|
|
698
|
+
padding: 18px;
|
|
617
699
|
}
|
|
618
700
|
|
|
619
|
-
.tsystem-
|
|
620
|
-
|
|
701
|
+
.tsystem-p_15px_15px_0_15px {
|
|
702
|
+
padding: 15px 15px 0 15px;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.tsystem-bd_1px_solid_\{colors\.border\.layout\} {
|
|
706
|
+
border: 1px solid var(--Tight-colors-border-layout);
|
|
621
707
|
}
|
|
622
708
|
|
|
623
709
|
.tsystem-p_2px {
|
|
@@ -628,8 +714,8 @@
|
|
|
628
714
|
padding: 5px 10px;
|
|
629
715
|
}
|
|
630
716
|
|
|
631
|
-
.tsystem-
|
|
632
|
-
|
|
717
|
+
.tsystem-bg_none {
|
|
718
|
+
background: var(--Tight-colors-none);
|
|
633
719
|
}
|
|
634
720
|
|
|
635
721
|
.tsystem-p_10px_25px_10px_15px {
|
|
@@ -640,10 +726,22 @@
|
|
|
640
726
|
padding: 5px;
|
|
641
727
|
}
|
|
642
728
|
|
|
729
|
+
.tsystem-bd_0 {
|
|
730
|
+
border: 0;
|
|
731
|
+
}
|
|
732
|
+
|
|
643
733
|
.tsystem-p_25px {
|
|
644
734
|
padding: 25px;
|
|
645
735
|
}
|
|
646
736
|
|
|
737
|
+
.tsystem-p_8px_16px {
|
|
738
|
+
padding: 8px 16px;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.tsystem-p_16px_16px_45px_16px {
|
|
742
|
+
padding: 16px 16px 45px 16px;
|
|
743
|
+
}
|
|
744
|
+
|
|
647
745
|
.tsystem-bg_brand\.success {
|
|
648
746
|
background: var(--Tight-colors-brand-success);
|
|
649
747
|
}
|
|
@@ -652,8 +750,8 @@
|
|
|
652
750
|
padding: 2px 6px;
|
|
653
751
|
}
|
|
654
752
|
|
|
655
|
-
.tsystem-
|
|
656
|
-
|
|
753
|
+
.tsystem-p_large {
|
|
754
|
+
padding: large;
|
|
657
755
|
}
|
|
658
756
|
|
|
659
757
|
.tsystem-p_6px_0_6px_6px {
|
|
@@ -680,6 +778,38 @@
|
|
|
680
778
|
padding: 4px;
|
|
681
779
|
}
|
|
682
780
|
|
|
781
|
+
.tsystem-gap_5px {
|
|
782
|
+
gap: 5px;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
.tsystem-bdr_sm {
|
|
786
|
+
border-radius: var(--Tight-radii-sm);
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.tsystem-bd-c_border\.layout {
|
|
790
|
+
border-color: var(--Tight-colors-border-layout);
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.tsystem-bd-c_border\.intent\.secondary {
|
|
794
|
+
border-color: var(--Tight-colors-border-intent-secondary);
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.tsystem-bd-c_border\.intent\.action {
|
|
798
|
+
border-color: var(--Tight-colors-border-intent-action);
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.tsystem-bd-c_border\.intent\.success {
|
|
802
|
+
border-color: var(--Tight-colors-border-intent-success);
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.tsystem-bd-c_border\.intent\.warning {
|
|
806
|
+
border-color: var(--Tight-colors-border-intent-warning);
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.tsystem-bd-c_border\.intent\.danger {
|
|
810
|
+
border-color: var(--Tight-colors-border-intent-danger);
|
|
811
|
+
}
|
|
812
|
+
|
|
683
813
|
.tsystem-ring_none {
|
|
684
814
|
outline: 2px solid transparent;
|
|
685
815
|
outline-offset: 2px;
|
|
@@ -689,16 +819,16 @@
|
|
|
689
819
|
border-radius: var(--Tight-radii-md);
|
|
690
820
|
}
|
|
691
821
|
|
|
692
|
-
.tsystem-bd-c_border\.layout {
|
|
693
|
-
border-color: var(--Tight-colors-border-layout);
|
|
694
|
-
}
|
|
695
|
-
|
|
696
822
|
.tsystem-gap_9px {
|
|
697
823
|
gap: 9px;
|
|
698
824
|
}
|
|
699
825
|
|
|
700
|
-
.tsystem-
|
|
701
|
-
|
|
826
|
+
.tsystem-border-style_solid {
|
|
827
|
+
border-style: solid;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
.tsystem-bdr_borderWidths\.sm {
|
|
831
|
+
border-radius: borderWidths.sm;
|
|
702
832
|
}
|
|
703
833
|
|
|
704
834
|
.tsystem-ov_hidden {
|
|
@@ -717,6 +847,10 @@
|
|
|
717
847
|
transition: color 300ms ease-out;
|
|
718
848
|
}
|
|
719
849
|
|
|
850
|
+
.tsystem-flex_0_0_auto {
|
|
851
|
+
flex: 0 0 auto;
|
|
852
|
+
}
|
|
853
|
+
|
|
720
854
|
.tsystem-bdr_lg {
|
|
721
855
|
border-radius: var(--Tight-radii-lg);
|
|
722
856
|
}
|
|
@@ -729,62 +863,50 @@
|
|
|
729
863
|
border-width: var(--Tight-borderWidths-lg);
|
|
730
864
|
}
|
|
731
865
|
|
|
732
|
-
.tsystem-border-style_solid {
|
|
733
|
-
border-style: solid;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
866
|
.tsystem-bd-c_border\.layout\.strong {
|
|
737
867
|
border-color: var(--Tight-colors-border-layout-strong);
|
|
738
868
|
}
|
|
739
869
|
|
|
740
|
-
.tsystem-
|
|
741
|
-
gap:
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
.tsystem-bd-c_border\.intent\.warning {
|
|
745
|
-
border-color: var(--Tight-colors-border-intent-warning);
|
|
870
|
+
.tsystem-gap_16px {
|
|
871
|
+
gap: 16px;
|
|
746
872
|
}
|
|
747
873
|
|
|
748
|
-
.tsystem-
|
|
749
|
-
|
|
874
|
+
.tsystem-gap_4px {
|
|
875
|
+
gap: 4px;
|
|
750
876
|
}
|
|
751
877
|
|
|
752
|
-
.tsystem-
|
|
753
|
-
|
|
878
|
+
.tsystem-gap_10px {
|
|
879
|
+
gap: 10px;
|
|
754
880
|
}
|
|
755
881
|
|
|
756
|
-
.tsystem-
|
|
757
|
-
|
|
882
|
+
.tsystem-gap_12px {
|
|
883
|
+
gap: 12px;
|
|
758
884
|
}
|
|
759
885
|
|
|
760
|
-
.tsystem-
|
|
761
|
-
|
|
886
|
+
.tsystem-flex_1 {
|
|
887
|
+
flex: 1 1 0%;
|
|
762
888
|
}
|
|
763
889
|
|
|
764
|
-
.tsystem-
|
|
765
|
-
|
|
890
|
+
.tsystem-bdr_50\% {
|
|
891
|
+
border-radius: 50%;
|
|
766
892
|
}
|
|
767
893
|
|
|
768
|
-
.tsystem-
|
|
769
|
-
|
|
894
|
+
.tsystem-bd-w_1 {
|
|
895
|
+
border-width: 1px;
|
|
770
896
|
}
|
|
771
897
|
|
|
772
|
-
.tsystem-
|
|
773
|
-
|
|
898
|
+
.tsystem-td_none {
|
|
899
|
+
text-decoration: none;
|
|
774
900
|
}
|
|
775
901
|
|
|
776
|
-
.tsystem-
|
|
777
|
-
border-
|
|
902
|
+
.tsystem-bd-t_\{borderWidths\.lg\}_solid {
|
|
903
|
+
border-top: var(--Tight-borderWidths-lg) solid;
|
|
778
904
|
}
|
|
779
905
|
|
|
780
906
|
.tsystem-gap_15 {
|
|
781
907
|
gap: 15px;
|
|
782
908
|
}
|
|
783
909
|
|
|
784
|
-
.tsystem-bd-w_1 {
|
|
785
|
-
border-width: 1px;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
910
|
.tsystem-ov_wrap {
|
|
789
911
|
overflow: wrap;
|
|
790
912
|
}
|
|
@@ -809,12 +931,20 @@
|
|
|
809
931
|
flex-flow: column;
|
|
810
932
|
}
|
|
811
933
|
|
|
934
|
+
.tsystem-gap_8 {
|
|
935
|
+
gap: 8px;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
.tsystem-bd-b_1px_solid {
|
|
939
|
+
border-bottom: 1px solid;
|
|
940
|
+
}
|
|
941
|
+
|
|
812
942
|
.tsystem-bdr_0 {
|
|
813
943
|
border-radius: 0;
|
|
814
944
|
}
|
|
815
945
|
|
|
816
|
-
.tsystem-
|
|
817
|
-
gap:
|
|
946
|
+
.tsystem-gap_4 {
|
|
947
|
+
gap: 4px;
|
|
818
948
|
}
|
|
819
949
|
|
|
820
950
|
.tsystem-gap_5 {
|
|
@@ -829,28 +959,28 @@
|
|
|
829
959
|
transition: all 300ms ease-out;
|
|
830
960
|
}
|
|
831
961
|
|
|
832
|
-
.tsystem-
|
|
833
|
-
|
|
962
|
+
.tsystem-flex_1_1_0 {
|
|
963
|
+
flex: 1 1 0;
|
|
834
964
|
}
|
|
835
965
|
|
|
836
|
-
.tsystem-
|
|
837
|
-
|
|
966
|
+
.tsystem-ov_auto {
|
|
967
|
+
overflow: auto;
|
|
838
968
|
}
|
|
839
969
|
|
|
840
|
-
.tsystem-
|
|
841
|
-
|
|
970
|
+
.tsystem-gap_2px {
|
|
971
|
+
gap: 2px;
|
|
842
972
|
}
|
|
843
973
|
|
|
844
|
-
.tsystem-
|
|
845
|
-
|
|
974
|
+
.tsystem-px_8px {
|
|
975
|
+
padding-inline: 8px;
|
|
846
976
|
}
|
|
847
977
|
|
|
848
978
|
.tsystem-bg-p_100\%_0 {
|
|
849
979
|
background-position: 100% 0;
|
|
850
980
|
}
|
|
851
981
|
|
|
852
|
-
.tsystem-
|
|
853
|
-
gap:
|
|
982
|
+
.tsystem-gap_15px {
|
|
983
|
+
gap: 15px;
|
|
854
984
|
}
|
|
855
985
|
|
|
856
986
|
.tsystem-bdr_zero {
|
|
@@ -861,8 +991,8 @@
|
|
|
861
991
|
padding-block: 10px;
|
|
862
992
|
}
|
|
863
993
|
|
|
864
|
-
.tsystem-
|
|
865
|
-
gap:
|
|
994
|
+
.tsystem-gap_0 {
|
|
995
|
+
gap: 0;
|
|
866
996
|
}
|
|
867
997
|
|
|
868
998
|
.tsystem-trs_height_0\.5s\,_width_0\.5s {
|
|
@@ -889,18 +1019,14 @@
|
|
|
889
1019
|
gap: 9px;
|
|
890
1020
|
}
|
|
891
1021
|
|
|
892
|
-
.tsystem-bd-c_strong {
|
|
893
|
-
border-color: strong;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
.tsystem-bd-b_\{borderWidths\.md\}_solid {
|
|
897
|
-
border-bottom: var(--Tight-borderWidths-md) solid;
|
|
898
|
-
}
|
|
899
|
-
|
|
900
1022
|
.tsystem-bd-c_border\.layout\.weak {
|
|
901
1023
|
border-color: var(--Tight-colors-border-layout-weak);
|
|
902
1024
|
}
|
|
903
1025
|
|
|
1026
|
+
.tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
|
|
1027
|
+
border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
1028
|
+
}
|
|
1029
|
+
|
|
904
1030
|
.tsystem-bd-t_none {
|
|
905
1031
|
border-top: none;
|
|
906
1032
|
}
|
|
@@ -913,6 +1039,10 @@
|
|
|
913
1039
|
border-right: none;
|
|
914
1040
|
}
|
|
915
1041
|
|
|
1042
|
+
.tsystem-px_16px {
|
|
1043
|
+
padding-inline: 16px;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
916
1046
|
.tsystem-bd-t_1px_solid {
|
|
917
1047
|
border-top: 1px solid;
|
|
918
1048
|
}
|
|
@@ -921,16 +1051,28 @@
|
|
|
921
1051
|
place-self: center;
|
|
922
1052
|
}
|
|
923
1053
|
|
|
924
|
-
.tsystem-
|
|
925
|
-
|
|
1054
|
+
.tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
|
|
1055
|
+
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
926
1056
|
}
|
|
927
1057
|
|
|
928
|
-
.tsystem-bd-
|
|
929
|
-
border-
|
|
1058
|
+
.tsystem-bd-w_1px {
|
|
1059
|
+
border-width: 1px;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.tsystem-bd-c_surface\.intent\.warning\.active {
|
|
1063
|
+
border-color: var(--Tight-colors-surface-intent-warning-active);
|
|
930
1064
|
}
|
|
931
1065
|
|
|
932
|
-
.tsystem-
|
|
933
|
-
|
|
1066
|
+
.tsystem-bd-c_surface\.intent\.danger\.weak {
|
|
1067
|
+
border-color: var(--Tight-colors-surface-intent-danger-weak);
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.tsystem-bd-c_surface\.intent\.success\.active {
|
|
1071
|
+
border-color: var(--Tight-colors-surface-intent-success-active);
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.tsystem-flex_1_0_0 {
|
|
1075
|
+
flex: 1 0 0;
|
|
934
1076
|
}
|
|
935
1077
|
|
|
936
1078
|
.tsystem-bd-w_sm {
|
|
@@ -945,12 +1087,12 @@
|
|
|
945
1087
|
gap: 10px;
|
|
946
1088
|
}
|
|
947
1089
|
|
|
948
|
-
.tsystem-
|
|
949
|
-
|
|
1090
|
+
.tsystem-bdr_9999px {
|
|
1091
|
+
border-radius: 9999px;
|
|
950
1092
|
}
|
|
951
1093
|
|
|
952
|
-
.tsystem-
|
|
953
|
-
|
|
1094
|
+
.tsystem-bdr_2px {
|
|
1095
|
+
border-radius: 2px;
|
|
954
1096
|
}
|
|
955
1097
|
|
|
956
1098
|
.tsystem-gap_16 {
|
|
@@ -965,6 +1107,10 @@
|
|
|
965
1107
|
border-left: 1px solid var(--Tight-colors-border-layout);
|
|
966
1108
|
}
|
|
967
1109
|
|
|
1110
|
+
.tsystem-bd-c_normal {
|
|
1111
|
+
border-color: normal;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
968
1114
|
.tsystem-bd-l_1px_solid_\{colors\.border\.layout\.strong\} {
|
|
969
1115
|
border-left: 1px solid var(--Tight-colors-border-layout-strong);
|
|
970
1116
|
}
|
|
@@ -981,22 +1127,18 @@
|
|
|
981
1127
|
gap: 2px 2px;
|
|
982
1128
|
}
|
|
983
1129
|
|
|
984
|
-
.tsystem-
|
|
985
|
-
|
|
1130
|
+
.tsystem-gap_7px {
|
|
1131
|
+
gap: 7px;
|
|
986
1132
|
}
|
|
987
1133
|
|
|
988
|
-
.tsystem-
|
|
989
|
-
|
|
1134
|
+
.tsystem-fv_normal {
|
|
1135
|
+
font-variant: normal;
|
|
990
1136
|
}
|
|
991
1137
|
|
|
992
1138
|
.tsystem-text-emphasis_none {
|
|
993
1139
|
text-emphasis: none;
|
|
994
1140
|
}
|
|
995
1141
|
|
|
996
|
-
.tsystem-px_8px {
|
|
997
|
-
padding-inline: 8px;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
1142
|
.tsystem-gap_30px {
|
|
1001
1143
|
gap: 30px;
|
|
1002
1144
|
}
|
|
@@ -1005,8 +1147,8 @@
|
|
|
1005
1147
|
flex: 1 1 100%;
|
|
1006
1148
|
}
|
|
1007
1149
|
|
|
1008
|
-
.tsystem-bd-b_\{borderWidths\.lg\}_solid_\{colors\.border\.layout
|
|
1009
|
-
border-bottom: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout
|
|
1150
|
+
.tsystem-bd-b_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
|
|
1151
|
+
border-bottom: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
1010
1152
|
}
|
|
1011
1153
|
|
|
1012
1154
|
.tsystem-ov_scroll {
|
|
@@ -1017,22 +1159,26 @@
|
|
|
1017
1159
|
gap: 6px;
|
|
1018
1160
|
}
|
|
1019
1161
|
|
|
1020
|
-
.tsystem-
|
|
1021
|
-
display: flex;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
.tsystem-ai_center {
|
|
1025
|
-
align-items: center;
|
|
1162
|
+
.tsystem-d_inline-flex {
|
|
1163
|
+
display: inline-flex;
|
|
1026
1164
|
}
|
|
1027
1165
|
|
|
1028
1166
|
.tsystem-jc_center {
|
|
1029
1167
|
justify-content: center;
|
|
1030
1168
|
}
|
|
1031
1169
|
|
|
1170
|
+
.tsystem-ai_center {
|
|
1171
|
+
align-items: center;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1032
1174
|
.tsystem-cursor_pointer {
|
|
1033
1175
|
cursor: pointer;
|
|
1034
1176
|
}
|
|
1035
1177
|
|
|
1178
|
+
.tsystem-d_flex {
|
|
1179
|
+
display: flex;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1036
1182
|
.tsystem-c_typography\.intent\.secondary {
|
|
1037
1183
|
color: var(--Tight-colors-typography-intent-secondary);
|
|
1038
1184
|
}
|
|
@@ -1137,26 +1283,22 @@
|
|
|
1137
1283
|
text-align: left;
|
|
1138
1284
|
}
|
|
1139
1285
|
|
|
1140
|
-
.tsystem-jc_flex-end {
|
|
1141
|
-
justify-content: flex-end;
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
.tsystem-flex-sh_0 {
|
|
1145
|
-
flex-shrink: 0;
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
.tsystem-jc_space-between {
|
|
1149
|
-
justify-content: space-between;
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
1286
|
.tsystem-as_stretch {
|
|
1153
1287
|
align-self: stretch;
|
|
1154
1288
|
}
|
|
1155
1289
|
|
|
1290
|
+
.tsystem-d_none {
|
|
1291
|
+
display: none;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1156
1294
|
.tsystem-bg-c_surface\.intent\.secondary {
|
|
1157
1295
|
background-color: var(--Tight-colors-surface-intent-secondary);
|
|
1158
1296
|
}
|
|
1159
1297
|
|
|
1298
|
+
.tsystem-flex-sh_0 {
|
|
1299
|
+
flex-shrink: 0;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1160
1302
|
.tsystem-flex-d_row-reverse {
|
|
1161
1303
|
flex-direction: row-reverse;
|
|
1162
1304
|
}
|
|
@@ -1165,10 +1307,22 @@
|
|
|
1165
1307
|
position: static;
|
|
1166
1308
|
}
|
|
1167
1309
|
|
|
1310
|
+
.tsystem-jc_space-between {
|
|
1311
|
+
justify-content: space-between;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1168
1314
|
.tsystem-flex-sh_1 {
|
|
1169
1315
|
flex-shrink: 1;
|
|
1170
1316
|
}
|
|
1171
1317
|
|
|
1318
|
+
.tsystem-c_inherit {
|
|
1319
|
+
color: var(--Tight-colors-inherit);
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
.tsystem-bg-c_surface\.background {
|
|
1323
|
+
background-color: var(--Tight-colors-surface-background);
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1172
1326
|
.tsystem-wb_break-word {
|
|
1173
1327
|
word-break: break-word;
|
|
1174
1328
|
}
|
|
@@ -1205,12 +1359,8 @@
|
|
|
1205
1359
|
scrollbar-width: thin;
|
|
1206
1360
|
}
|
|
1207
1361
|
|
|
1208
|
-
.tsystem-
|
|
1209
|
-
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
.tsystem-grid-tc_3fr_1fr {
|
|
1213
|
-
grid-template-columns: 3fr 1fr;
|
|
1362
|
+
.tsystem-ai_stretch {
|
|
1363
|
+
align-items: stretch;
|
|
1214
1364
|
}
|
|
1215
1365
|
|
|
1216
1366
|
.tsystem-bg-c_transparent {
|
|
@@ -1225,10 +1375,6 @@
|
|
|
1225
1375
|
justify-content: end;
|
|
1226
1376
|
}
|
|
1227
1377
|
|
|
1228
|
-
.tsystem-ai_stretch {
|
|
1229
|
-
align-items: stretch;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
1378
|
.tsystem-bg-c_border\.layout {
|
|
1233
1379
|
background-color: var(--Tight-colors-border-layout);
|
|
1234
1380
|
}
|
|
@@ -1237,6 +1383,10 @@
|
|
|
1237
1383
|
text-align: center;
|
|
1238
1384
|
}
|
|
1239
1385
|
|
|
1386
|
+
.tsystem-jc_flex-end {
|
|
1387
|
+
justify-content: flex-end;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1240
1390
|
.tsystem-pos_fixed {
|
|
1241
1391
|
position: fixed;
|
|
1242
1392
|
}
|
|
@@ -1245,14 +1395,6 @@
|
|
|
1245
1395
|
background-color: var(--Tight-colors-overlay);
|
|
1246
1396
|
}
|
|
1247
1397
|
|
|
1248
|
-
.tsystem-bg-c_surface\.background {
|
|
1249
|
-
background-color: var(--Tight-colors-surface-background);
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
.tsystem-d_none {
|
|
1253
|
-
display: none;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
1398
|
.tsystem-flex-g_1 {
|
|
1257
1399
|
flex-grow: 1;
|
|
1258
1400
|
}
|
|
@@ -1345,10 +1487,6 @@
|
|
|
1345
1487
|
object-fit: contain;
|
|
1346
1488
|
}
|
|
1347
1489
|
|
|
1348
|
-
.tsystem-d_inline-flex {
|
|
1349
|
-
display: inline-flex;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
1490
|
.tsystem-c_typography\.intent\.action {
|
|
1353
1491
|
color: var(--Tight-colors-typography-intent-action);
|
|
1354
1492
|
}
|
|
@@ -1523,6 +1661,18 @@
|
|
|
1523
1661
|
color: var(--Tight-colors-typography-accent-action);
|
|
1524
1662
|
}
|
|
1525
1663
|
|
|
1664
|
+
.tsystem-d_-webkit-box {
|
|
1665
|
+
display: -webkit-box;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.tsystem--webkit-line-clamp_3 {
|
|
1669
|
+
-webkit-line-clamp: 3;
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
.tsystem--webkit-box-orient_vertical {
|
|
1673
|
+
-webkit-box-orient: vertical;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1526
1676
|
.tsystem-c_typography\.base\.weak {
|
|
1527
1677
|
color: var(--Tight-colors-typography-base-weak);
|
|
1528
1678
|
}
|
|
@@ -1660,18 +1810,30 @@
|
|
|
1660
1810
|
user-select: none;
|
|
1661
1811
|
}
|
|
1662
1812
|
|
|
1663
|
-
.tsystem-
|
|
1664
|
-
|
|
1813
|
+
.tsystem-c_brand\.danger {
|
|
1814
|
+
color: var(--Tight-colors-brand-danger);
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
.tsystem-c_brand\.primary\.weak {
|
|
1818
|
+
color: var(--Tight-colors-brand-primary-weak);
|
|
1665
1819
|
}
|
|
1666
1820
|
|
|
1667
1821
|
.tsystem-d_block {
|
|
1668
1822
|
display: block;
|
|
1669
1823
|
}
|
|
1670
1824
|
|
|
1825
|
+
.tsystem-d_grid {
|
|
1826
|
+
display: grid;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1671
1829
|
.tsystem-grid-tc_1fr {
|
|
1672
1830
|
grid-template-columns: 1fr;
|
|
1673
1831
|
}
|
|
1674
1832
|
|
|
1833
|
+
.tsystem-bd-be-w_var\(--thickness\) {
|
|
1834
|
+
border-block-end-width: var(--thickness);
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1675
1837
|
.tsystem-grid-tc_300px_auto_175px {
|
|
1676
1838
|
grid-template-columns: 300px auto 175px;
|
|
1677
1839
|
}
|
|
@@ -1688,6 +1850,10 @@
|
|
|
1688
1850
|
transform: rotate(90deg);
|
|
1689
1851
|
}
|
|
1690
1852
|
|
|
1853
|
+
.tsystem-fs_14px {
|
|
1854
|
+
font-size: 14px;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1691
1857
|
.tsystem-fs_26px {
|
|
1692
1858
|
font-size: 26px;
|
|
1693
1859
|
}
|
|
@@ -1713,14 +1879,26 @@
|
|
|
1713
1879
|
stroke: var(--Tight-colors-icon-base-weak);
|
|
1714
1880
|
}
|
|
1715
1881
|
|
|
1716
|
-
.tsystem-
|
|
1717
|
-
|
|
1882
|
+
.tsystem-ai_flexStart {
|
|
1883
|
+
align-items: flexStart;
|
|
1718
1884
|
}
|
|
1719
1885
|
|
|
1720
1886
|
.tsystem-stk_icon\.base {
|
|
1721
1887
|
stroke: var(--Tight-colors-icon-base);
|
|
1722
1888
|
}
|
|
1723
1889
|
|
|
1890
|
+
.tsystem-fs_16px {
|
|
1891
|
+
font-size: 16px;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
.tsystem-ls_0\.96px {
|
|
1895
|
+
letter-spacing: 0.96px;
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
.tsystem-lh_14px {
|
|
1899
|
+
line-height: 14px;
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1724
1902
|
.tsystem-bg-c_brand\.secondary {
|
|
1725
1903
|
background-color: var(--Tight-colors-brand-secondary);
|
|
1726
1904
|
}
|
|
@@ -1804,12 +1982,32 @@
|
|
|
1804
1982
|
-webkit-appearance: none;
|
|
1805
1983
|
}
|
|
1806
1984
|
|
|
1807
|
-
.tsystem-
|
|
1808
|
-
|
|
1985
|
+
.tsystem-stk_var\(--Tight-colors-border-layout\) {
|
|
1986
|
+
stroke: var(--Tight-colors-border-layout);
|
|
1809
1987
|
}
|
|
1810
1988
|
|
|
1811
|
-
.tsystem-
|
|
1812
|
-
|
|
1989
|
+
.tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
|
|
1990
|
+
fill: var(--Tight-colors-money-negative-weak);
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1993
|
+
.tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
|
|
1994
|
+
fill: var(--Tight-colors-money-positive-weak);
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
.tsystem-c_var\(--Tight-colors-money-positive-weak\) {
|
|
1998
|
+
color: var(--Tight-colors-money-positive-weak);
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
.tsystem-c_var\(--Tight-colors-money-negative-weak\) {
|
|
2002
|
+
color: var(--Tight-colors-money-negative-weak);
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
.tsystem-c_var\(--Tight-colors-money-positive\) {
|
|
2006
|
+
color: var(--Tight-colors-money-positive);
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
.tsystem-c_var\(--Tight-colors-money-negative\) {
|
|
2010
|
+
color: var(--Tight-colors-money-negative);
|
|
1813
2011
|
}
|
|
1814
2012
|
|
|
1815
2013
|
.tsystem-bg-c_money\.positive\.weak {
|
|
@@ -1828,26 +2026,14 @@
|
|
|
1828
2026
|
stroke-dasharray: 0;
|
|
1829
2027
|
}
|
|
1830
2028
|
|
|
1831
|
-
.tsystem-stk_var\(--Tight-colors-border-layout\) {
|
|
1832
|
-
stroke: var(--Tight-colors-border-layout);
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
2029
|
.tsystem-fill_var\(--Tight-colors-money-positive\) {
|
|
1836
2030
|
fill: var(--Tight-colors-money-positive);
|
|
1837
2031
|
}
|
|
1838
2032
|
|
|
1839
|
-
.tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
|
|
1840
|
-
fill: var(--Tight-colors-money-positive-weak);
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
2033
|
.tsystem-fill_var\(--Tight-colors-money-negative\) {
|
|
1844
2034
|
fill: var(--Tight-colors-money-negative);
|
|
1845
2035
|
}
|
|
1846
2036
|
|
|
1847
|
-
.tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
|
|
1848
|
-
fill: var(--Tight-colors-money-negative-weak);
|
|
1849
|
-
}
|
|
1850
|
-
|
|
1851
2037
|
.tsystem-fill_var\(--Tight-colors-border-layout\) {
|
|
1852
2038
|
fill: var(--Tight-colors-border-layout);
|
|
1853
2039
|
}
|
|
@@ -1888,10 +2074,6 @@
|
|
|
1888
2074
|
white-space: wrap;
|
|
1889
2075
|
}
|
|
1890
2076
|
|
|
1891
|
-
.tsystem-c_inherit {
|
|
1892
|
-
color: var(--Tight-colors-inherit);
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
2077
|
.tsystem-bg-c_surface\.intent\.action\.discrete\.active {
|
|
1896
2078
|
background-color: var(--Tight-colors-surface-intent-action-discrete-active);
|
|
1897
2079
|
}
|
|
@@ -1900,6 +2082,10 @@
|
|
|
1900
2082
|
max-width: 100%;
|
|
1901
2083
|
}
|
|
1902
2084
|
|
|
2085
|
+
.tsystem-w_fit-content {
|
|
2086
|
+
width: fit-content;
|
|
2087
|
+
}
|
|
2088
|
+
|
|
1903
2089
|
.tsystem-w_50px {
|
|
1904
2090
|
width: 50px;
|
|
1905
2091
|
}
|
|
@@ -1908,24 +2094,20 @@
|
|
|
1908
2094
|
height: 50px;
|
|
1909
2095
|
}
|
|
1910
2096
|
|
|
1911
|
-
.tsystem-
|
|
1912
|
-
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
.tsystem-w_sm {
|
|
1916
|
-
width: sm;
|
|
2097
|
+
.tsystem-h_44px {
|
|
2098
|
+
height: 44px;
|
|
1917
2099
|
}
|
|
1918
2100
|
|
|
1919
|
-
.tsystem-
|
|
1920
|
-
width:
|
|
2101
|
+
.tsystem-w_fill-parent {
|
|
2102
|
+
width: fill-parent;
|
|
1921
2103
|
}
|
|
1922
2104
|
|
|
1923
|
-
.tsystem-
|
|
1924
|
-
|
|
2105
|
+
.tsystem-w_100\% {
|
|
2106
|
+
width: 100%;
|
|
1925
2107
|
}
|
|
1926
2108
|
|
|
1927
|
-
.tsystem-
|
|
1928
|
-
|
|
2109
|
+
.tsystem-w_sm {
|
|
2110
|
+
width: sm;
|
|
1929
2111
|
}
|
|
1930
2112
|
|
|
1931
2113
|
.tsystem-h_72 {
|
|
@@ -1944,6 +2126,34 @@
|
|
|
1944
2126
|
height: 20px;
|
|
1945
2127
|
}
|
|
1946
2128
|
|
|
2129
|
+
.tsystem-pl_16px {
|
|
2130
|
+
padding-left: 16px;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
.tsystem-pr_16px {
|
|
2134
|
+
padding-right: 16px;
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
.tsystem-w_200px {
|
|
2138
|
+
width: 200px;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.tsystem-h_48px {
|
|
2142
|
+
height: 48px;
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
.tsystem-bd-l-w_4px {
|
|
2146
|
+
border-left-width: 4px;
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2149
|
+
.tsystem-border-left-style_solid {
|
|
2150
|
+
border-left-style: solid;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
.tsystem-bd-l-c_brand\.action\.strong {
|
|
2154
|
+
border-left-color: var(--Tight-colors-brand-action-strong);
|
|
2155
|
+
}
|
|
2156
|
+
|
|
1947
2157
|
.tsystem-h_32px {
|
|
1948
2158
|
height: 32px;
|
|
1949
2159
|
}
|
|
@@ -1960,6 +2170,10 @@
|
|
|
1960
2170
|
min-width: 0;
|
|
1961
2171
|
}
|
|
1962
2172
|
|
|
2173
|
+
.tsystem-max-w_325 {
|
|
2174
|
+
max-width: 325px;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
1963
2177
|
.tsystem-min-h_0 {
|
|
1964
2178
|
min-height: 0;
|
|
1965
2179
|
}
|
|
@@ -1968,12 +2182,12 @@
|
|
|
1968
2182
|
height: auto;
|
|
1969
2183
|
}
|
|
1970
2184
|
|
|
1971
|
-
.tsystem-
|
|
1972
|
-
|
|
2185
|
+
.tsystem-bd-t-c_border\.layout {
|
|
2186
|
+
border-top-color: var(--Tight-colors-border-layout);
|
|
1973
2187
|
}
|
|
1974
2188
|
|
|
1975
|
-
.tsystem-
|
|
1976
|
-
|
|
2189
|
+
.tsystem-mb_18px {
|
|
2190
|
+
margin-bottom: 18px;
|
|
1977
2191
|
}
|
|
1978
2192
|
|
|
1979
2193
|
.tsystem-top_-1 {
|
|
@@ -2036,6 +2250,18 @@
|
|
|
2036
2250
|
height: xl;
|
|
2037
2251
|
}
|
|
2038
2252
|
|
|
2253
|
+
.tsystem-bd-b-c_border\.layout\.weak {
|
|
2254
|
+
border-bottom-color: var(--Tight-colors-border-layout-weak);
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
.tsystem-pt_16px {
|
|
2258
|
+
padding-top: 16px;
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2261
|
+
.tsystem-pb_16px {
|
|
2262
|
+
padding-bottom: 16px;
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2039
2265
|
.tsystem-pl_16 {
|
|
2040
2266
|
padding-left: 16px;
|
|
2041
2267
|
}
|
|
@@ -2148,10 +2374,6 @@
|
|
|
2148
2374
|
max-height: 100dvh;
|
|
2149
2375
|
}
|
|
2150
2376
|
|
|
2151
|
-
.tsystem-min-w_384px {
|
|
2152
|
-
min-width: 384px;
|
|
2153
|
-
}
|
|
2154
|
-
|
|
2155
2377
|
.tsystem-min-h_36px {
|
|
2156
2378
|
min-height: 36px;
|
|
2157
2379
|
}
|
|
@@ -2164,10 +2386,6 @@
|
|
|
2164
2386
|
height: 24px;
|
|
2165
2387
|
}
|
|
2166
2388
|
|
|
2167
|
-
.tsystem-w_fit-content {
|
|
2168
|
-
width: fit-content;
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
2389
|
.tsystem-w_15px {
|
|
2172
2390
|
width: 15px;
|
|
2173
2391
|
}
|
|
@@ -2176,6 +2394,10 @@
|
|
|
2176
2394
|
height: 15px;
|
|
2177
2395
|
}
|
|
2178
2396
|
|
|
2397
|
+
.tsystem-h_37px {
|
|
2398
|
+
height: 37px;
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2179
2401
|
.tsystem-w_\{borderWidths\.md\} {
|
|
2180
2402
|
width: var(--Tight-borderWidths-md);
|
|
2181
2403
|
}
|
|
@@ -2240,6 +2462,10 @@
|
|
|
2240
2462
|
width: max-content;
|
|
2241
2463
|
}
|
|
2242
2464
|
|
|
2465
|
+
.tsystem-w_44px {
|
|
2466
|
+
width: 44px;
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2243
2469
|
.tsystem-min-w_fit-content {
|
|
2244
2470
|
min-width: fit-content;
|
|
2245
2471
|
}
|
|
@@ -2308,10 +2534,6 @@
|
|
|
2308
2534
|
width: calc(100% - 2);
|
|
2309
2535
|
}
|
|
2310
2536
|
|
|
2311
|
-
.tsystem-h_44px {
|
|
2312
|
-
height: 44px;
|
|
2313
|
-
}
|
|
2314
|
-
|
|
2315
2537
|
.tsystem-w_40\% {
|
|
2316
2538
|
width: 40%;
|
|
2317
2539
|
}
|
|
@@ -2328,20 +2550,8 @@
|
|
|
2328
2550
|
padding-bottom: 20px;
|
|
2329
2551
|
}
|
|
2330
2552
|
|
|
2331
|
-
.tsystem-
|
|
2332
|
-
|
|
2333
|
-
}
|
|
2334
|
-
|
|
2335
|
-
.tsystem-pb_14px {
|
|
2336
|
-
padding-bottom: 14px;
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
.tsystem-pl_15px {
|
|
2340
|
-
padding-left: 15px;
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
.tsystem-pr_15px {
|
|
2344
|
-
padding-right: 15px;
|
|
2553
|
+
.tsystem-mb_8px {
|
|
2554
|
+
margin-bottom: 8px;
|
|
2345
2555
|
}
|
|
2346
2556
|
|
|
2347
2557
|
.tsystem-pt_10px {
|
|
@@ -2364,10 +2574,6 @@
|
|
|
2364
2574
|
margin-bottom: 15px;
|
|
2365
2575
|
}
|
|
2366
2576
|
|
|
2367
|
-
.tsystem-w_fill-parent {
|
|
2368
|
-
width: fill-parent;
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
2577
|
.tsystem-pr_10px {
|
|
2372
2578
|
padding-right: 10px;
|
|
2373
2579
|
}
|
|
@@ -2384,6 +2590,10 @@
|
|
|
2384
2590
|
margin-bottom: 5px;
|
|
2385
2591
|
}
|
|
2386
2592
|
|
|
2593
|
+
.tsystem-bd-t-c_transparent {
|
|
2594
|
+
border-top-color: var(--Tight-colors-transparent);
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2387
2597
|
.tsystem-h_45px {
|
|
2388
2598
|
height: 45px;
|
|
2389
2599
|
}
|
|
@@ -2400,12 +2610,16 @@
|
|
|
2400
2610
|
height: 16px;
|
|
2401
2611
|
}
|
|
2402
2612
|
|
|
2403
|
-
.tsystem-
|
|
2404
|
-
|
|
2613
|
+
.tsystem-pb_8px {
|
|
2614
|
+
padding-bottom: 8px;
|
|
2405
2615
|
}
|
|
2406
2616
|
|
|
2407
|
-
.tsystem-
|
|
2408
|
-
|
|
2617
|
+
.tsystem-pl_8px {
|
|
2618
|
+
padding-left: 8px;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
.tsystem-pl_4px {
|
|
2622
|
+
padding-left: 4px;
|
|
2409
2623
|
}
|
|
2410
2624
|
|
|
2411
2625
|
.tsystem-bottom_-25px {
|
|
@@ -2424,8 +2638,8 @@
|
|
|
2424
2638
|
width: 26px;
|
|
2425
2639
|
}
|
|
2426
2640
|
|
|
2427
|
-
.tsystem-
|
|
2428
|
-
margin-top:
|
|
2641
|
+
.tsystem-mt_16px {
|
|
2642
|
+
margin-top: 16px;
|
|
2429
2643
|
}
|
|
2430
2644
|
|
|
2431
2645
|
.tsystem-max-w_1440 {
|
|
@@ -2436,6 +2650,14 @@
|
|
|
2436
2650
|
height: 80px;
|
|
2437
2651
|
}
|
|
2438
2652
|
|
|
2653
|
+
.tsystem-pl_15px {
|
|
2654
|
+
padding-left: 15px;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
.tsystem-pr_15px {
|
|
2658
|
+
padding-right: 15px;
|
|
2659
|
+
}
|
|
2660
|
+
|
|
2439
2661
|
.tsystem-pl_20px {
|
|
2440
2662
|
padding-left: 20px;
|
|
2441
2663
|
}
|
|
@@ -2444,28 +2666,32 @@
|
|
|
2444
2666
|
padding-right: 5px;
|
|
2445
2667
|
}
|
|
2446
2668
|
|
|
2447
|
-
.tsystem-
|
|
2448
|
-
|
|
2669
|
+
.tsystem-w_20 {
|
|
2670
|
+
width: 20px;
|
|
2449
2671
|
}
|
|
2450
2672
|
|
|
2451
|
-
.tsystem-
|
|
2452
|
-
width:
|
|
2673
|
+
.tsystem-min-w_20 {
|
|
2674
|
+
min-width: 20px;
|
|
2453
2675
|
}
|
|
2454
2676
|
|
|
2455
|
-
.tsystem-
|
|
2456
|
-
height:
|
|
2677
|
+
.tsystem-h_20 {
|
|
2678
|
+
height: 20px;
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
.tsystem-min-h_20 {
|
|
2682
|
+
min-height: 20px;
|
|
2457
2683
|
}
|
|
2458
2684
|
|
|
2459
|
-
.tsystem-
|
|
2460
|
-
padding-left:
|
|
2685
|
+
.tsystem-pl_5px {
|
|
2686
|
+
padding-left: 5px;
|
|
2461
2687
|
}
|
|
2462
2688
|
|
|
2463
|
-
.tsystem-
|
|
2464
|
-
|
|
2689
|
+
.tsystem-mr_15px {
|
|
2690
|
+
margin-right: 15px;
|
|
2465
2691
|
}
|
|
2466
2692
|
|
|
2467
|
-
.tsystem-
|
|
2468
|
-
|
|
2693
|
+
.tsystem-w_25 {
|
|
2694
|
+
width: 25px;
|
|
2469
2695
|
}
|
|
2470
2696
|
|
|
2471
2697
|
.tsystem-w_14px {
|
|
@@ -2480,22 +2706,14 @@
|
|
|
2480
2706
|
max-width: 200px;
|
|
2481
2707
|
}
|
|
2482
2708
|
|
|
2483
|
-
.tsystem-
|
|
2484
|
-
|
|
2485
|
-
}
|
|
2486
|
-
|
|
2487
|
-
.tsystem-mr_15px {
|
|
2488
|
-
margin-right: 15px;
|
|
2709
|
+
.tsystem-h_17px {
|
|
2710
|
+
height: 17px;
|
|
2489
2711
|
}
|
|
2490
2712
|
|
|
2491
2713
|
.tsystem-mb_10px {
|
|
2492
2714
|
margin-bottom: 10px;
|
|
2493
2715
|
}
|
|
2494
2716
|
|
|
2495
|
-
.tsystem-w_200px {
|
|
2496
|
-
width: 200px;
|
|
2497
|
-
}
|
|
2498
|
-
|
|
2499
2717
|
.tsystem-h_52px {
|
|
2500
2718
|
height: 52px;
|
|
2501
2719
|
}
|
|
@@ -2532,10 +2750,22 @@
|
|
|
2532
2750
|
width: 1px;
|
|
2533
2751
|
}
|
|
2534
2752
|
|
|
2753
|
+
.tsystem-w_70px {
|
|
2754
|
+
width: 70px;
|
|
2755
|
+
}
|
|
2756
|
+
|
|
2757
|
+
.tsystem-h_24px {
|
|
2758
|
+
height: 24px;
|
|
2759
|
+
}
|
|
2760
|
+
|
|
2535
2761
|
.tsystem-mt_35px {
|
|
2536
2762
|
margin-top: 35px;
|
|
2537
2763
|
}
|
|
2538
2764
|
|
|
2765
|
+
.tsystem-mb_20px {
|
|
2766
|
+
margin-bottom: 20px;
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2539
2769
|
.tsystem-w_full {
|
|
2540
2770
|
width: full;
|
|
2541
2771
|
}
|
|
@@ -2564,6 +2794,10 @@
|
|
|
2564
2794
|
max-height: 150px;
|
|
2565
2795
|
}
|
|
2566
2796
|
|
|
2797
|
+
.tsystem-max-h_49px {
|
|
2798
|
+
max-height: 49px;
|
|
2799
|
+
}
|
|
2800
|
+
|
|
2567
2801
|
.tsystem-w_325px {
|
|
2568
2802
|
width: 325px;
|
|
2569
2803
|
}
|
|
@@ -2576,10 +2810,6 @@
|
|
|
2576
2810
|
min-width: 325px;
|
|
2577
2811
|
}
|
|
2578
2812
|
|
|
2579
|
-
.tsystem-min-h_35px {
|
|
2580
|
-
min-height: 35px;
|
|
2581
|
-
}
|
|
2582
|
-
|
|
2583
2813
|
.tsystem-pt_4px {
|
|
2584
2814
|
padding-top: 4px;
|
|
2585
2815
|
}
|
|
@@ -2592,6 +2822,18 @@
|
|
|
2592
2822
|
padding-left: 25px;
|
|
2593
2823
|
}
|
|
2594
2824
|
|
|
2825
|
+
.tsystem-w_300px {
|
|
2826
|
+
width: 300px;
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
.tsystem-min-h_100\% {
|
|
2830
|
+
min-height: 100%;
|
|
2831
|
+
}
|
|
2832
|
+
|
|
2833
|
+
.tsystem-top_20 {
|
|
2834
|
+
top: 20px;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2595
2837
|
.tsystem-right_20 {
|
|
2596
2838
|
right: 20px;
|
|
2597
2839
|
}
|
|
@@ -2600,6 +2842,18 @@
|
|
|
2600
2842
|
left: 20px;
|
|
2601
2843
|
}
|
|
2602
2844
|
|
|
2845
|
+
.tsystem-bottom_5 {
|
|
2846
|
+
bottom: 5px;
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2849
|
+
.tsystem-min-w_180px {
|
|
2850
|
+
min-width: 180px;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
.tsystem-h_1px {
|
|
2854
|
+
height: 1px;
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2603
2857
|
.tsystem-max-h_247px {
|
|
2604
2858
|
max-height: 247px;
|
|
2605
2859
|
}
|
|
@@ -2660,22 +2914,46 @@
|
|
|
2660
2914
|
max-width: 420px;
|
|
2661
2915
|
}
|
|
2662
2916
|
|
|
2663
|
-
.tsystem-
|
|
2664
|
-
|
|
2665
|
-
}
|
|
2666
|
-
|
|
2667
|
-
.tsystem-pb_8px {
|
|
2668
|
-
padding-bottom: 8px;
|
|
2917
|
+
.tsystem-pt_50px {
|
|
2918
|
+
padding-top: 50px;
|
|
2669
2919
|
}
|
|
2670
2920
|
|
|
2671
2921
|
.tsystem-max-w_fit-content {
|
|
2672
2922
|
max-width: fit-content;
|
|
2673
2923
|
}
|
|
2674
2924
|
|
|
2925
|
+
.tsystem-pl_0 {
|
|
2926
|
+
padding-left: 0;
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2675
2929
|
.tsystem-pl_19px {
|
|
2676
2930
|
padding-left: 19px;
|
|
2677
2931
|
}
|
|
2678
2932
|
|
|
2933
|
+
.tsystem-pl_33px {
|
|
2934
|
+
padding-left: 33px;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
.tsystem-pr_0 {
|
|
2938
|
+
padding-right: 0;
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
.tsystem-pr_19px {
|
|
2942
|
+
padding-right: 19px;
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2945
|
+
.tsystem-pr_33px {
|
|
2946
|
+
padding-right: 33px;
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2949
|
+
.tsystem-min-w_24 {
|
|
2950
|
+
min-width: 24px;
|
|
2951
|
+
}
|
|
2952
|
+
|
|
2953
|
+
.tsystem-min-h_24 {
|
|
2954
|
+
min-height: 24px;
|
|
2955
|
+
}
|
|
2956
|
+
|
|
2679
2957
|
.tsystem-max-w_120px {
|
|
2680
2958
|
max-width: 120px;
|
|
2681
2959
|
}
|
|
@@ -2684,10 +2962,6 @@
|
|
|
2684
2962
|
width: 1px;
|
|
2685
2963
|
}
|
|
2686
2964
|
|
|
2687
|
-
.tsystem-h_1px {
|
|
2688
|
-
height: 1px;
|
|
2689
|
-
}
|
|
2690
|
-
|
|
2691
2965
|
.tsystem-ml_auto {
|
|
2692
2966
|
margin-left: auto;
|
|
2693
2967
|
}
|
|
@@ -2758,78 +3032,78 @@
|
|
|
2758
3032
|
border-color: var(--Tight-colors-border-intent-action-active);
|
|
2759
3033
|
}
|
|
2760
3034
|
|
|
2761
|
-
.\[\&\:disabled\]\:tsystem-cursor_not-allowed:disabled {
|
|
2762
|
-
cursor: not-allowed;
|
|
2763
|
-
}
|
|
2764
|
-
|
|
2765
|
-
.\[\&\:disabled\]\:tsystem-op_0\.6:disabled {
|
|
2766
|
-
opacity: 0.6;
|
|
2767
|
-
}
|
|
2768
|
-
|
|
2769
|
-
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
|
|
2770
|
-
color: var(--Tight-colors-typography-intent-secondary);
|
|
2771
|
-
}
|
|
2772
|
-
|
|
2773
|
-
.\[\&\:disabled\]\:tsystem-cursor_default:disabled {
|
|
2774
|
-
cursor: default;
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2777
|
-
.\[\&_path\]\:tsystem-stk_icon\.base path {
|
|
2778
|
-
stroke: var(--Tight-colors-icon-base);
|
|
2779
|
-
}
|
|
2780
|
-
|
|
2781
|
-
.\[\&_path\]\:tsystem-stk_icon\.accent\.danger path {
|
|
2782
|
-
stroke: var(--Tight-colors-icon-accent-danger);
|
|
2783
|
-
}
|
|
2784
|
-
|
|
2785
3035
|
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.base .Tight-sub-label {
|
|
2786
3036
|
color: var(--Tight-colors-typography-base);
|
|
2787
3037
|
}
|
|
2788
3038
|
|
|
2789
|
-
.\[\&_\.Tight-
|
|
3039
|
+
.\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.base .Tight-icon > path {
|
|
2790
3040
|
stroke: var(--Tight-colors-icon-base);
|
|
2791
3041
|
}
|
|
2792
3042
|
|
|
2793
|
-
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary .Tight-sub-label {
|
|
3043
|
+
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary .Tight-sub-label,.\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.secondary .Tight-label {
|
|
2794
3044
|
color: var(--Tight-colors-typography-intent-secondary);
|
|
2795
3045
|
}
|
|
2796
3046
|
|
|
2797
|
-
.\[\&_\.Tight-
|
|
3047
|
+
.\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary .Tight-icon > path {
|
|
2798
3048
|
stroke: var(--Tight-colors-icon-intent-secondary);
|
|
2799
3049
|
}
|
|
2800
3050
|
|
|
2801
|
-
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action .Tight-sub-label {
|
|
3051
|
+
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action .Tight-sub-label,.\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.action .Tight-label {
|
|
2802
3052
|
color: var(--Tight-colors-typography-intent-action);
|
|
2803
3053
|
}
|
|
2804
3054
|
|
|
2805
|
-
.\[\&_\.Tight-
|
|
3055
|
+
.\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.action .Tight-icon > path {
|
|
2806
3056
|
stroke: var(--Tight-colors-icon-intent-action);
|
|
2807
3057
|
}
|
|
2808
3058
|
|
|
2809
|
-
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success .Tight-sub-label {
|
|
3059
|
+
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success .Tight-sub-label,.\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.success .Tight-label {
|
|
2810
3060
|
color: var(--Tight-colors-typography-intent-success);
|
|
2811
3061
|
}
|
|
2812
3062
|
|
|
2813
|
-
.\[\&_\.Tight-
|
|
3063
|
+
.\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.success .Tight-icon > path {
|
|
2814
3064
|
stroke: var(--Tight-colors-icon-intent-success);
|
|
2815
3065
|
}
|
|
2816
3066
|
|
|
2817
|
-
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning .Tight-sub-label {
|
|
3067
|
+
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning .Tight-sub-label,.\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.warning .Tight-label {
|
|
2818
3068
|
color: var(--Tight-colors-typography-intent-warning);
|
|
2819
3069
|
}
|
|
2820
3070
|
|
|
2821
|
-
.\[\&_\.Tight-
|
|
3071
|
+
.\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning .Tight-icon > path {
|
|
2822
3072
|
stroke: var(--Tight-colors-icon-intent-warning);
|
|
2823
3073
|
}
|
|
2824
3074
|
|
|
2825
|
-
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.danger .Tight-sub-label {
|
|
3075
|
+
.\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.danger .Tight-sub-label,.\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.danger .Tight-label {
|
|
2826
3076
|
color: var(--Tight-colors-typography-intent-danger);
|
|
2827
3077
|
}
|
|
2828
3078
|
|
|
2829
|
-
.\[\&_\.Tight-
|
|
3079
|
+
.\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger .Tight-icon > path {
|
|
2830
3080
|
stroke: var(--Tight-colors-icon-intent-danger);
|
|
2831
3081
|
}
|
|
2832
3082
|
|
|
3083
|
+
.\[\&\:disabled\]\:tsystem-cursor_not-allowed:disabled {
|
|
3084
|
+
cursor: not-allowed;
|
|
3085
|
+
}
|
|
3086
|
+
|
|
3087
|
+
.\[\&\:disabled\]\:tsystem-op_0\.6:disabled {
|
|
3088
|
+
opacity: 0.6;
|
|
3089
|
+
}
|
|
3090
|
+
|
|
3091
|
+
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.secondary .Tight-text {
|
|
3092
|
+
color: var(--Tight-colors-typography-intent-secondary);
|
|
3093
|
+
}
|
|
3094
|
+
|
|
3095
|
+
.\[\&\:disabled\]\:tsystem-cursor_default:disabled {
|
|
3096
|
+
cursor: default;
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3099
|
+
.\[\&_path\]\:tsystem-stk_icon\.base path {
|
|
3100
|
+
stroke: var(--Tight-colors-icon-base);
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3103
|
+
.\[\&_path\]\:tsystem-stk_icon\.accent\.danger path {
|
|
3104
|
+
stroke: var(--Tight-colors-icon-accent-danger);
|
|
3105
|
+
}
|
|
3106
|
+
|
|
2833
3107
|
.\[\&_\.Tight-text\]\:tsystem-c_typography\.intent\.action .Tight-text {
|
|
2834
3108
|
color: var(--Tight-colors-typography-intent-action);
|
|
2835
3109
|
}
|
|
@@ -2902,6 +3176,10 @@
|
|
|
2902
3176
|
pointer-events: none;
|
|
2903
3177
|
}
|
|
2904
3178
|
|
|
3179
|
+
.placeholder\:tsystem-c_typography\.base\.weak::placeholder,.placeholder\:tsystem-c_typography\.base\.weak[data-placeholder] {
|
|
3180
|
+
color: var(--Tight-colors-typography-base-weak);
|
|
3181
|
+
}
|
|
3182
|
+
|
|
2905
3183
|
.disabled\:tsystem-cursor_default:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
|
|
2906
3184
|
cursor: default;
|
|
2907
3185
|
}
|
|
@@ -2922,6 +3200,10 @@
|
|
|
2922
3200
|
background-color: var(--Tight-colors-brand-primary);
|
|
2923
3201
|
}
|
|
2924
3202
|
|
|
3203
|
+
.placeholder\:tsystem-c_typography\.label\.sub::placeholder,.placeholder\:tsystem-c_typography\.label\.sub[data-placeholder] {
|
|
3204
|
+
color: var(--Tight-colors-typography-label-sub);
|
|
3205
|
+
}
|
|
3206
|
+
|
|
2925
3207
|
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-bx-sh_none[data-focused='true'] {
|
|
2926
3208
|
box-shadow: none;
|
|
2927
3209
|
}
|
|
@@ -3087,19 +3369,6 @@
|
|
|
3087
3369
|
background: var(--Tight-colors-surface-intent-danger-hover);
|
|
3088
3370
|
}
|
|
3089
3371
|
|
|
3090
|
-
.\[\&\:focus-visible\]\:tsystem-ring_4px_solid:focus-visible {
|
|
3091
|
-
outline: 4px solid;
|
|
3092
|
-
}
|
|
3093
|
-
|
|
3094
|
-
.focusVisible\:tsystem-ring_4px_solid:is(:focus-visible, [data-focus-visible]) {
|
|
3095
|
-
outline: 4px solid;
|
|
3096
|
-
}
|
|
3097
|
-
|
|
3098
|
-
.focus\:tsystem-ring_none:is(:focus, [data-focus]) {
|
|
3099
|
-
outline: 2px solid transparent;
|
|
3100
|
-
outline-offset: 2px;
|
|
3101
|
-
}
|
|
3102
|
-
|
|
3103
3372
|
.\[\&\:focus\]\:tsystem-ring_none:focus {
|
|
3104
3373
|
outline: 2px solid transparent;
|
|
3105
3374
|
outline-offset: 2px;
|
|
@@ -3125,6 +3394,19 @@
|
|
|
3125
3394
|
border-color: var(--Tight-colors-border-intent-danger-hover);
|
|
3126
3395
|
}
|
|
3127
3396
|
|
|
3397
|
+
.\[\&\:focus-visible\]\:tsystem-ring_4px_solid:focus-visible {
|
|
3398
|
+
outline: 4px solid;
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
.focusVisible\:tsystem-ring_4px_solid:is(:focus-visible, [data-focus-visible]) {
|
|
3402
|
+
outline: 4px solid;
|
|
3403
|
+
}
|
|
3404
|
+
|
|
3405
|
+
.focus\:tsystem-ring_none:is(:focus, [data-focus]) {
|
|
3406
|
+
outline: 2px solid transparent;
|
|
3407
|
+
outline-offset: 2px;
|
|
3408
|
+
}
|
|
3409
|
+
|
|
3128
3410
|
.\[\&\:focus-visible\]\:tsystem-trs_none:focus-visible {
|
|
3129
3411
|
transition: none;
|
|
3130
3412
|
}
|
|
@@ -3141,6 +3423,10 @@
|
|
|
3141
3423
|
outline: 4px solid;
|
|
3142
3424
|
}
|
|
3143
3425
|
|
|
3426
|
+
.\[\&\:focus-visible\]\:tsystem-ring_2px_solid:focus-visible {
|
|
3427
|
+
outline: 2px solid;
|
|
3428
|
+
}
|
|
3429
|
+
|
|
3144
3430
|
.\[\&\:has\(button\:focus-visible\)\]\:tsystem-ring_4px_solid:has(button:focus-visible) {
|
|
3145
3431
|
outline: 4px solid;
|
|
3146
3432
|
}
|
|
@@ -3189,6 +3475,10 @@
|
|
|
3189
3475
|
outline-color: var(--Tight-colors-border-layout);
|
|
3190
3476
|
}
|
|
3191
3477
|
|
|
3478
|
+
.\[\&\:focus-visible\]\:tsystem-ring-o_2px:focus-visible {
|
|
3479
|
+
outline-offset: 2px;
|
|
3480
|
+
}
|
|
3481
|
+
|
|
3192
3482
|
.focus\:tsystem-z_1:is(:focus, [data-focus]) {
|
|
3193
3483
|
z-index: 1;
|
|
3194
3484
|
}
|
|
@@ -3209,10 +3499,6 @@
|
|
|
3209
3499
|
outline-offset: 2px;
|
|
3210
3500
|
}
|
|
3211
3501
|
|
|
3212
|
-
.\[\&\:focus-visible\]\:tsystem-ring-o_2px:focus-visible {
|
|
3213
|
-
outline-offset: 2px;
|
|
3214
|
-
}
|
|
3215
|
-
|
|
3216
3502
|
.\[\&\:focus-visible\:\:before\]\:tsystem-top_0:focus-visible::before {
|
|
3217
3503
|
top: 0;
|
|
3218
3504
|
}
|
|
@@ -3233,6 +3519,10 @@
|
|
|
3233
3519
|
background-color: var(--Tight-colors-surface-intent-action-hover);
|
|
3234
3520
|
}
|
|
3235
3521
|
|
|
3522
|
+
.hover\:tsystem-bg-c_brand\.action\.opaque:is(:hover, [data-hover]) {
|
|
3523
|
+
background-color: var(--Tight-colors-brand-action-opaque);
|
|
3524
|
+
}
|
|
3525
|
+
|
|
3236
3526
|
.hover\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:is(:hover, [data-hover]) {
|
|
3237
3527
|
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
3238
3528
|
}
|
|
@@ -3301,7 +3591,11 @@
|
|
|
3301
3591
|
color: var(--Tight-colors-typography-intent-secondary-hover);
|
|
3302
3592
|
}
|
|
3303
3593
|
|
|
3304
|
-
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-
|
|
3594
|
+
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.secondary\.hover:focus-visible .Tight-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.secondary\.hover[data-state='open'] .Tight-label {
|
|
3595
|
+
color: var(--Tight-colors-typography-intent-secondary-hover);
|
|
3596
|
+
}
|
|
3597
|
+
|
|
3598
|
+
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover:focus-visible .Tight-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover[data-state='open'] .Tight-icon > path {
|
|
3305
3599
|
stroke: var(--Tight-colors-icon-intent-secondary-hover);
|
|
3306
3600
|
}
|
|
3307
3601
|
|
|
@@ -3309,7 +3603,11 @@
|
|
|
3309
3603
|
color: var(--Tight-colors-typography-intent-action-hover);
|
|
3310
3604
|
}
|
|
3311
3605
|
|
|
3312
|
-
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-
|
|
3606
|
+
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.action\.hover:focus-visible .Tight-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.action\.hover[data-state='open'] .Tight-label {
|
|
3607
|
+
color: var(--Tight-colors-typography-intent-action-hover);
|
|
3608
|
+
}
|
|
3609
|
+
|
|
3610
|
+
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover:focus-visible .Tight-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover[data-state='open'] .Tight-icon > path {
|
|
3313
3611
|
stroke: var(--Tight-colors-icon-intent-action-hover);
|
|
3314
3612
|
}
|
|
3315
3613
|
|
|
@@ -3317,7 +3615,11 @@
|
|
|
3317
3615
|
color: var(--Tight-colors-typography-intent-success-hover);
|
|
3318
3616
|
}
|
|
3319
3617
|
|
|
3320
|
-
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-
|
|
3618
|
+
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.success\.hover:focus-visible .Tight-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.success\.hover[data-state='open'] .Tight-label {
|
|
3619
|
+
color: var(--Tight-colors-typography-intent-success-hover);
|
|
3620
|
+
}
|
|
3621
|
+
|
|
3622
|
+
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover:focus-visible .Tight-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover[data-state='open'] .Tight-icon > path {
|
|
3321
3623
|
stroke: var(--Tight-colors-icon-intent-success-hover);
|
|
3322
3624
|
}
|
|
3323
3625
|
|
|
@@ -3325,7 +3627,11 @@
|
|
|
3325
3627
|
color: var(--Tight-colors-typography-intent-warning-hover);
|
|
3326
3628
|
}
|
|
3327
3629
|
|
|
3328
|
-
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-
|
|
3630
|
+
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.warning\.hover:focus-visible .Tight-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.warning\.hover[data-state='open'] .Tight-label {
|
|
3631
|
+
color: var(--Tight-colors-typography-intent-warning-hover);
|
|
3632
|
+
}
|
|
3633
|
+
|
|
3634
|
+
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover:focus-visible .Tight-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover[data-state='open'] .Tight-icon > path {
|
|
3329
3635
|
stroke: var(--Tight-colors-icon-intent-warning-hover);
|
|
3330
3636
|
}
|
|
3331
3637
|
|
|
@@ -3333,7 +3639,11 @@
|
|
|
3333
3639
|
color: var(--Tight-colors-typography-intent-danger-hover);
|
|
3334
3640
|
}
|
|
3335
3641
|
|
|
3336
|
-
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-
|
|
3642
|
+
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.danger\.hover:focus-visible .Tight-label,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.danger\.hover[data-state='open'] .Tight-label {
|
|
3643
|
+
color: var(--Tight-colors-typography-intent-danger-hover);
|
|
3644
|
+
}
|
|
3645
|
+
|
|
3646
|
+
.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover:focus-visible .Tight-icon > path,.\[\&\:focus-visible\,_\&\[data-state\=\'open\'\]\]\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover[data-state='open'] .Tight-icon > path {
|
|
3337
3647
|
stroke: var(--Tight-colors-icon-intent-danger-hover);
|
|
3338
3648
|
}
|
|
3339
3649
|
|
|
@@ -3378,8 +3688,8 @@
|
|
|
3378
3688
|
margin: 32px;
|
|
3379
3689
|
}
|
|
3380
3690
|
|
|
3381
|
-
.sm\:tsystem-
|
|
3382
|
-
padding:
|
|
3691
|
+
.sm\:tsystem-p_10px {
|
|
3692
|
+
padding: 10px;
|
|
3383
3693
|
}
|
|
3384
3694
|
|
|
3385
3695
|
.sm\:tsystem-bd-c_transparent {
|
|
@@ -3391,51 +3701,23 @@
|
|
|
3391
3701
|
}
|
|
3392
3702
|
|
|
3393
3703
|
.sm\:tsystem-place-self_flex-start {
|
|
3394
|
-
place-self: flex-start;
|
|
3395
|
-
}
|
|
3396
|
-
|
|
3397
|
-
.sm\:tsystem-place-self_flex-end {
|
|
3398
|
-
place-self: flex-end;
|
|
3399
|
-
}
|
|
3400
|
-
|
|
3401
|
-
.sm\:tsystem-bg-c_surface\.intent\.action\.discrete {
|
|
3402
|
-
background-color: var(--Tight-colors-surface-intent-action-discrete);
|
|
3403
|
-
}
|
|
3404
|
-
|
|
3405
|
-
.sm\:tsystem-fs_label\.strong {
|
|
3406
|
-
font-size: var(--Tight-fontSizes-label-strong);
|
|
3407
|
-
}
|
|
3408
|
-
|
|
3409
|
-
.sm\:tsystem-lh_16px {
|
|
3410
|
-
line-height: 16px;
|
|
3411
|
-
}
|
|
3412
|
-
|
|
3413
|
-
.sm\:tsystem-fs_label {
|
|
3414
|
-
font-size: var(--Tight-fontSizes-label);
|
|
3415
|
-
}
|
|
3416
|
-
|
|
3417
|
-
.sm\:tsystem-fs_label\.sub {
|
|
3418
|
-
font-size: var(--Tight-fontSizes-label-sub);
|
|
3419
|
-
}
|
|
3420
|
-
|
|
3421
|
-
.sm\:tsystem-lh_14px {
|
|
3422
|
-
line-height: 14px;
|
|
3704
|
+
place-self: flex-start;
|
|
3423
3705
|
}
|
|
3424
3706
|
|
|
3425
|
-
.sm\:tsystem-
|
|
3426
|
-
|
|
3707
|
+
.sm\:tsystem-place-self_flex-end {
|
|
3708
|
+
place-self: flex-end;
|
|
3427
3709
|
}
|
|
3428
3710
|
|
|
3429
|
-
.sm\:tsystem-
|
|
3430
|
-
|
|
3711
|
+
.sm\:tsystem-bg-c_surface\.intent\.action\.discrete {
|
|
3712
|
+
background-color: var(--Tight-colors-surface-intent-action-discrete);
|
|
3431
3713
|
}
|
|
3432
3714
|
|
|
3433
|
-
.sm\:tsystem-
|
|
3434
|
-
font-size: var(--Tight-fontSizes-
|
|
3715
|
+
.sm\:tsystem-fs_label\.strong {
|
|
3716
|
+
font-size: var(--Tight-fontSizes-label-strong);
|
|
3435
3717
|
}
|
|
3436
3718
|
|
|
3437
|
-
.sm\:tsystem-
|
|
3438
|
-
|
|
3719
|
+
.sm\:tsystem-lh_16px {
|
|
3720
|
+
line-height: 16px;
|
|
3439
3721
|
}
|
|
3440
3722
|
|
|
3441
3723
|
.sm\:tsystem-d_none {
|
|
@@ -3450,6 +3732,14 @@
|
|
|
3450
3732
|
display: block;
|
|
3451
3733
|
}
|
|
3452
3734
|
|
|
3735
|
+
.sm\:tsystem-flex-d_column {
|
|
3736
|
+
flex-direction: column;
|
|
3737
|
+
}
|
|
3738
|
+
|
|
3739
|
+
.sm\:tsystem-ai_start {
|
|
3740
|
+
align-items: start;
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3453
3743
|
.sm\:tsystem-grid-tc_300px_auto_300px {
|
|
3454
3744
|
grid-template-columns: 300px auto 300px;
|
|
3455
3745
|
}
|
|
@@ -3474,6 +3764,18 @@
|
|
|
3474
3764
|
justify-content: flex-end;
|
|
3475
3765
|
}
|
|
3476
3766
|
|
|
3767
|
+
.sm\:tsystem-bx-sh_none {
|
|
3768
|
+
box-shadow: none;
|
|
3769
|
+
}
|
|
3770
|
+
|
|
3771
|
+
.sm\:tsystem-flex-sh_0 {
|
|
3772
|
+
flex-shrink: 0;
|
|
3773
|
+
}
|
|
3774
|
+
|
|
3775
|
+
.sm\:tsystem-ta_start {
|
|
3776
|
+
text-align: start;
|
|
3777
|
+
}
|
|
3778
|
+
|
|
3477
3779
|
.sm\:tsystem-min-w_600px {
|
|
3478
3780
|
min-width: 600px;
|
|
3479
3781
|
}
|
|
@@ -3534,24 +3836,24 @@
|
|
|
3534
3836
|
max-width: 100dvw;
|
|
3535
3837
|
}
|
|
3536
3838
|
|
|
3537
|
-
.sm\:tsystem-
|
|
3538
|
-
|
|
3839
|
+
.sm\:tsystem-max-w_300 {
|
|
3840
|
+
max-width: 300px;
|
|
3539
3841
|
}
|
|
3540
3842
|
|
|
3541
|
-
.sm\:tsystem-
|
|
3542
|
-
height:
|
|
3843
|
+
.sm\:tsystem-h_fit-content {
|
|
3844
|
+
height: fit-content;
|
|
3543
3845
|
}
|
|
3544
3846
|
|
|
3545
|
-
.sm\:tsystem-
|
|
3546
|
-
|
|
3847
|
+
.sm\:tsystem-h_39px {
|
|
3848
|
+
height: 39px;
|
|
3547
3849
|
}
|
|
3548
3850
|
|
|
3549
|
-
.sm\:tsystem-
|
|
3550
|
-
|
|
3851
|
+
.sm\:tsystem-w_562px {
|
|
3852
|
+
width: 562px;
|
|
3551
3853
|
}
|
|
3552
3854
|
|
|
3553
|
-
.sm\:tsystem-
|
|
3554
|
-
|
|
3855
|
+
.sm\:tsystem-min-h_35px {
|
|
3856
|
+
min-height: 35px;
|
|
3555
3857
|
}
|
|
3556
3858
|
|
|
3557
3859
|
.sm\:tsystem-min-w_360px {
|
|
@@ -3561,6 +3863,12 @@
|
|
|
3561
3863
|
.sm\:tsystem-max-w_392px {
|
|
3562
3864
|
max-width: 392px;
|
|
3563
3865
|
}
|
|
3866
|
+
}
|
|
3867
|
+
|
|
3868
|
+
@media screen and (min-width: 40rem) {
|
|
3869
|
+
.\[\&\:\:before\]\:sm\:tsystem-content_none::before {
|
|
3870
|
+
content: none;
|
|
3871
|
+
}
|
|
3564
3872
|
}
|
|
3565
3873
|
|
|
3566
3874
|
@media screen and (min-width: 40rem) {
|
|
@@ -3592,16 +3900,218 @@
|
|
|
3592
3900
|
justify-content: flex-end;
|
|
3593
3901
|
}
|
|
3594
3902
|
|
|
3595
|
-
.md\:tsystem-
|
|
3903
|
+
.md\:tsystem-min-w_800px {
|
|
3904
|
+
min-width: 800px;
|
|
3905
|
+
}
|
|
3906
|
+
}
|
|
3907
|
+
|
|
3908
|
+
@media screen and (min-width: 80rem) {
|
|
3909
|
+
.xl\:tsystem-p_15px {
|
|
3910
|
+
padding: 15px;
|
|
3911
|
+
}
|
|
3912
|
+
|
|
3913
|
+
.xl\:tsystem-p_4px {
|
|
3914
|
+
padding: 4px;
|
|
3915
|
+
}
|
|
3916
|
+
|
|
3917
|
+
.xl\:tsystem-bd_\{borderWidths\.lg\}_solid_\{colors\.border\.layout\} {
|
|
3918
|
+
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
3919
|
+
}
|
|
3920
|
+
|
|
3921
|
+
.xl\:tsystem-p_10px {
|
|
3922
|
+
padding: 10px;
|
|
3923
|
+
}
|
|
3924
|
+
|
|
3925
|
+
.xl\:tsystem-p_0_10px {
|
|
3926
|
+
padding: 0 10px;
|
|
3927
|
+
}
|
|
3928
|
+
|
|
3929
|
+
.xl\:tsystem-bg_surface\.background {
|
|
3930
|
+
background: var(--Tight-colors-surface-background);
|
|
3931
|
+
}
|
|
3932
|
+
|
|
3933
|
+
.xl\:tsystem-gap_15px {
|
|
3934
|
+
gap: 15px;
|
|
3935
|
+
}
|
|
3936
|
+
|
|
3937
|
+
.xl\:tsystem-gap_0 {
|
|
3938
|
+
gap: 0;
|
|
3939
|
+
}
|
|
3940
|
+
|
|
3941
|
+
.xl\:tsystem-bdr_lg {
|
|
3942
|
+
border-radius: var(--Tight-radii-lg);
|
|
3943
|
+
}
|
|
3944
|
+
|
|
3945
|
+
.xl\:tsystem-gap_5px {
|
|
3946
|
+
gap: 5px;
|
|
3947
|
+
}
|
|
3948
|
+
|
|
3949
|
+
.xl\:tsystem-flex_1_1_0 {
|
|
3950
|
+
flex: 1 1 0;
|
|
3951
|
+
}
|
|
3952
|
+
|
|
3953
|
+
.xl\:tsystem-gap_16px {
|
|
3954
|
+
gap: 16px;
|
|
3955
|
+
}
|
|
3956
|
+
|
|
3957
|
+
.xl\:tsystem-bdr_borderWidths\.sm {
|
|
3958
|
+
border-radius: borderWidths.sm;
|
|
3959
|
+
}
|
|
3960
|
+
|
|
3961
|
+
.xl\:tsystem-gap_12px {
|
|
3962
|
+
gap: 12px;
|
|
3963
|
+
}
|
|
3964
|
+
|
|
3965
|
+
.xl\:tsystem-flex_1_0_0 {
|
|
3966
|
+
flex: 1 0 0;
|
|
3967
|
+
}
|
|
3968
|
+
|
|
3969
|
+
.xl\:tsystem-gap_10px {
|
|
3970
|
+
gap: 10px;
|
|
3971
|
+
}
|
|
3972
|
+
|
|
3973
|
+
.xl\:tsystem-bdr_sm {
|
|
3974
|
+
border-radius: var(--Tight-radii-sm);
|
|
3975
|
+
}
|
|
3976
|
+
|
|
3977
|
+
.xl\:tsystem-flex-sh_0 {
|
|
3978
|
+
flex-shrink: 0;
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3981
|
+
.xl\:tsystem-flex-d_row {
|
|
3982
|
+
flex-direction: row;
|
|
3983
|
+
}
|
|
3984
|
+
|
|
3985
|
+
.xl\:tsystem-jc_space-between {
|
|
3986
|
+
justify-content: space-between;
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3989
|
+
.xl\:tsystem-ai_center {
|
|
3990
|
+
align-items: center;
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
|
+
.xl\:tsystem-d_flex {
|
|
3994
|
+
display: flex;
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3997
|
+
.xl\:tsystem-ai_flex-start {
|
|
3998
|
+
align-items: flex-start;
|
|
3999
|
+
}
|
|
4000
|
+
|
|
4001
|
+
.xl\:tsystem-as_stretch {
|
|
4002
|
+
align-self: stretch;
|
|
4003
|
+
}
|
|
4004
|
+
|
|
4005
|
+
.xl\:tsystem-lh_16px {
|
|
4006
|
+
line-height: 16px;
|
|
4007
|
+
}
|
|
4008
|
+
|
|
4009
|
+
.xl\:tsystem-fs_label {
|
|
4010
|
+
font-size: var(--Tight-fontSizes-label);
|
|
4011
|
+
}
|
|
4012
|
+
|
|
4013
|
+
.xl\:tsystem-lh_14px {
|
|
4014
|
+
line-height: 14px;
|
|
4015
|
+
}
|
|
4016
|
+
|
|
4017
|
+
.xl\:tsystem-fs_label\.sub {
|
|
4018
|
+
font-size: var(--Tight-fontSizes-label-sub);
|
|
4019
|
+
}
|
|
4020
|
+
|
|
4021
|
+
.xl\:tsystem-fs_sm {
|
|
4022
|
+
font-size: var(--Tight-fontSizes-sm);
|
|
4023
|
+
}
|
|
4024
|
+
|
|
4025
|
+
.xl\:tsystem-fs_md {
|
|
4026
|
+
font-size: var(--Tight-fontSizes-md);
|
|
4027
|
+
}
|
|
4028
|
+
|
|
4029
|
+
.xl\:tsystem-fw_lg {
|
|
4030
|
+
font-weight: var(--Tight-fontWeights-lg);
|
|
4031
|
+
}
|
|
4032
|
+
|
|
4033
|
+
.xl\:tsystem-fs_body {
|
|
4034
|
+
font-size: var(--Tight-fontSizes-body);
|
|
4035
|
+
}
|
|
4036
|
+
|
|
4037
|
+
.xl\:tsystem-fw_label\.strong {
|
|
4038
|
+
font-weight: var(--Tight-fontWeights-label-strong);
|
|
4039
|
+
}
|
|
4040
|
+
|
|
4041
|
+
.xl\:tsystem-fs_label\.strong {
|
|
4042
|
+
font-size: var(--Tight-fontSizes-label-strong);
|
|
4043
|
+
}
|
|
4044
|
+
|
|
4045
|
+
.xl\:tsystem-fs_label\.strongSub {
|
|
4046
|
+
font-size: var(--Tight-fontSizes-label-strongSub);
|
|
4047
|
+
}
|
|
4048
|
+
|
|
4049
|
+
.xl\:tsystem-flex-d_column {
|
|
3596
4050
|
flex-direction: column;
|
|
3597
4051
|
}
|
|
3598
4052
|
|
|
3599
|
-
.
|
|
3600
|
-
|
|
4053
|
+
.xl\:tsystem-jc_center {
|
|
4054
|
+
justify-content: center;
|
|
3601
4055
|
}
|
|
3602
4056
|
|
|
3603
|
-
.
|
|
3604
|
-
|
|
4057
|
+
.xl\:tsystem-fs_14px {
|
|
4058
|
+
font-size: 14px;
|
|
4059
|
+
}
|
|
4060
|
+
|
|
4061
|
+
.xl\:tsystem-h_auto {
|
|
4062
|
+
height: auto;
|
|
4063
|
+
}
|
|
4064
|
+
|
|
4065
|
+
.xl\:tsystem-w_128px {
|
|
4066
|
+
width: 128px;
|
|
4067
|
+
}
|
|
4068
|
+
|
|
4069
|
+
.xl\:tsystem-w_auto {
|
|
4070
|
+
width: auto;
|
|
4071
|
+
}
|
|
4072
|
+
|
|
4073
|
+
.xl\:tsystem-min-w_350px {
|
|
4074
|
+
min-width: 350px;
|
|
4075
|
+
}
|
|
4076
|
+
|
|
4077
|
+
.xl\:tsystem-min-w_200px {
|
|
4078
|
+
min-width: 200px;
|
|
4079
|
+
}
|
|
4080
|
+
|
|
4081
|
+
.xl\:tsystem-pl_0 {
|
|
4082
|
+
padding-left: 0;
|
|
4083
|
+
}
|
|
4084
|
+
|
|
4085
|
+
.xl\:tsystem-pr_0 {
|
|
4086
|
+
padding-right: 0;
|
|
4087
|
+
}
|
|
4088
|
+
|
|
4089
|
+
.xl\:tsystem-h_318px {
|
|
4090
|
+
height: 318px;
|
|
4091
|
+
}
|
|
4092
|
+
|
|
4093
|
+
.xl\:tsystem-max-h_318px {
|
|
4094
|
+
max-height: 318px;
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
.xl\:tsystem-h_35px {
|
|
4098
|
+
height: 35px;
|
|
4099
|
+
}
|
|
4100
|
+
|
|
4101
|
+
.xl\:tsystem-w_100\% {
|
|
4102
|
+
width: 100%;
|
|
4103
|
+
}
|
|
4104
|
+
|
|
4105
|
+
.xl\:tsystem-h_12px {
|
|
4106
|
+
height: 12px;
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4109
|
+
.xl\:tsystem-w_12px {
|
|
4110
|
+
width: 12px;
|
|
4111
|
+
}
|
|
4112
|
+
|
|
4113
|
+
.xl\:tsystem-h_60px {
|
|
4114
|
+
height: 60px;
|
|
3605
4115
|
}
|
|
3606
4116
|
}
|
|
3607
4117
|
|
|
@@ -3720,73 +4230,73 @@
|
|
|
3720
4230
|
}
|
|
3721
4231
|
|
|
3722
4232
|
@media (hover: hover) and (pointer: fine) {
|
|
3723
|
-
.supportHover\:
|
|
3724
|
-
|
|
4233
|
+
.supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.secondary\.hover .Tight-sub-label:hover {
|
|
4234
|
+
color: var(--Tight-colors-typography-intent-secondary-hover);
|
|
3725
4235
|
}
|
|
3726
4236
|
}
|
|
3727
4237
|
|
|
3728
4238
|
@media (hover: hover) and (pointer: fine) {
|
|
3729
|
-
.supportHover\:
|
|
3730
|
-
|
|
4239
|
+
.supportHover\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.secondary\.hover .Tight-label:hover {
|
|
4240
|
+
color: var(--Tight-colors-typography-intent-secondary-hover);
|
|
3731
4241
|
}
|
|
3732
4242
|
}
|
|
3733
4243
|
|
|
3734
4244
|
@media (hover: hover) and (pointer: fine) {
|
|
3735
|
-
.supportHover\:
|
|
3736
|
-
|
|
4245
|
+
.supportHover\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.secondary\.hover .Tight-icon > path:hover {
|
|
4246
|
+
stroke: var(--Tight-colors-icon-intent-secondary-hover);
|
|
3737
4247
|
}
|
|
3738
4248
|
}
|
|
3739
4249
|
|
|
3740
4250
|
@media (hover: hover) and (pointer: fine) {
|
|
3741
|
-
.supportHover\:
|
|
3742
|
-
|
|
4251
|
+
.supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.action\.hover .Tight-sub-label:hover {
|
|
4252
|
+
color: var(--Tight-colors-typography-intent-action-hover);
|
|
3743
4253
|
}
|
|
3744
4254
|
}
|
|
3745
4255
|
|
|
3746
4256
|
@media (hover: hover) and (pointer: fine) {
|
|
3747
|
-
.supportHover\:\[\&_\.Tight-
|
|
3748
|
-
color: var(--Tight-colors-typography-intent-
|
|
4257
|
+
.supportHover\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.action\.hover .Tight-label:hover {
|
|
4258
|
+
color: var(--Tight-colors-typography-intent-action-hover);
|
|
3749
4259
|
}
|
|
3750
4260
|
}
|
|
3751
4261
|
|
|
3752
4262
|
@media (hover: hover) and (pointer: fine) {
|
|
3753
|
-
.supportHover\:\[\&_\.Tight-
|
|
3754
|
-
stroke: var(--Tight-colors-icon-intent-
|
|
4263
|
+
.supportHover\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.action\.hover .Tight-icon > path:hover {
|
|
4264
|
+
stroke: var(--Tight-colors-icon-intent-action-hover);
|
|
3755
4265
|
}
|
|
3756
4266
|
}
|
|
3757
4267
|
|
|
3758
4268
|
@media (hover: hover) and (pointer: fine) {
|
|
3759
|
-
.supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.
|
|
3760
|
-
color: var(--Tight-colors-typography-intent-
|
|
4269
|
+
.supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.success\.hover .Tight-sub-label:hover {
|
|
4270
|
+
color: var(--Tight-colors-typography-intent-success-hover);
|
|
3761
4271
|
}
|
|
3762
4272
|
}
|
|
3763
4273
|
|
|
3764
4274
|
@media (hover: hover) and (pointer: fine) {
|
|
3765
|
-
.supportHover\:\[\&_\.Tight-
|
|
3766
|
-
|
|
4275
|
+
.supportHover\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.success\.hover .Tight-label:hover {
|
|
4276
|
+
color: var(--Tight-colors-typography-intent-success-hover);
|
|
3767
4277
|
}
|
|
3768
4278
|
}
|
|
3769
4279
|
|
|
3770
4280
|
@media (hover: hover) and (pointer: fine) {
|
|
3771
|
-
.supportHover\:\[\&_\.Tight-
|
|
3772
|
-
|
|
4281
|
+
.supportHover\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.success\.hover .Tight-icon > path:hover {
|
|
4282
|
+
stroke: var(--Tight-colors-icon-intent-success-hover);
|
|
3773
4283
|
}
|
|
3774
4284
|
}
|
|
3775
4285
|
|
|
3776
4286
|
@media (hover: hover) and (pointer: fine) {
|
|
3777
|
-
.supportHover\:\[\&_\.Tight-
|
|
3778
|
-
|
|
4287
|
+
.supportHover\:\[\&_\.Tight-sub-label\]\:tsystem-c_typography\.intent\.warning\.hover .Tight-sub-label:hover {
|
|
4288
|
+
color: var(--Tight-colors-typography-intent-warning-hover);
|
|
3779
4289
|
}
|
|
3780
4290
|
}
|
|
3781
4291
|
|
|
3782
4292
|
@media (hover: hover) and (pointer: fine) {
|
|
3783
|
-
.supportHover\:\[\&_\.Tight-
|
|
4293
|
+
.supportHover\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.warning\.hover .Tight-label:hover {
|
|
3784
4294
|
color: var(--Tight-colors-typography-intent-warning-hover);
|
|
3785
4295
|
}
|
|
3786
4296
|
}
|
|
3787
4297
|
|
|
3788
4298
|
@media (hover: hover) and (pointer: fine) {
|
|
3789
|
-
.supportHover\:\[\&_\.Tight-
|
|
4299
|
+
.supportHover\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.warning\.hover .Tight-icon > path:hover {
|
|
3790
4300
|
stroke: var(--Tight-colors-icon-intent-warning-hover);
|
|
3791
4301
|
}
|
|
3792
4302
|
}
|
|
@@ -3798,9 +4308,39 @@
|
|
|
3798
4308
|
}
|
|
3799
4309
|
|
|
3800
4310
|
@media (hover: hover) and (pointer: fine) {
|
|
3801
|
-
.supportHover\:\[\&_\.Tight-
|
|
4311
|
+
.supportHover\:\[\&_\.Tight-label\]\:tsystem-c_typography\.intent\.danger\.hover .Tight-label:hover {
|
|
4312
|
+
color: var(--Tight-colors-typography-intent-danger-hover);
|
|
4313
|
+
}
|
|
4314
|
+
}
|
|
4315
|
+
|
|
4316
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4317
|
+
.supportHover\:\[\&_\.Tight-icon_\>_path\]\:tsystem-stk_icon\.intent\.danger\.hover .Tight-icon > path:hover {
|
|
3802
4318
|
stroke: var(--Tight-colors-icon-intent-danger-hover);
|
|
3803
4319
|
}
|
|
4320
|
+
}
|
|
4321
|
+
|
|
4322
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4323
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4324
|
+
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
4325
|
+
}
|
|
4326
|
+
}
|
|
4327
|
+
|
|
4328
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4329
|
+
.supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discrete\.hover:enabled:hover {
|
|
4330
|
+
background-color: var(--Tight-colors-surface-intent-action-discrete-hover);
|
|
4331
|
+
}
|
|
4332
|
+
}
|
|
4333
|
+
|
|
4334
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4335
|
+
.supportHover\:enabled\:tsystem-c_icon\.intent\.action\.hover:enabled:hover {
|
|
4336
|
+
color: var(--Tight-colors-icon-intent-action-hover);
|
|
4337
|
+
}
|
|
4338
|
+
}
|
|
4339
|
+
|
|
4340
|
+
@media (hover: hover) and (pointer: fine) {
|
|
4341
|
+
.supportHover\:enabled\:tsystem-fill_icon\.intent\.action\.hover:enabled:hover {
|
|
4342
|
+
fill: var(--Tight-colors-icon-intent-action-hover);
|
|
4343
|
+
}
|
|
3804
4344
|
}
|
|
3805
4345
|
|
|
3806
4346
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -3846,7 +4386,7 @@
|
|
|
3846
4386
|
}
|
|
3847
4387
|
|
|
3848
4388
|
@media (hover: hover) and (pointer: fine) {
|
|
3849
|
-
.\[\&_\.Tight-
|
|
4389
|
+
.\[\&_\.Tight-icon_\>_path\]\:supportHover\:tsystem-stk_typography\.intent\.action\.hover .Tight-icon > path:hover {
|
|
3850
4390
|
stroke: var(--Tight-colors-typography-intent-action-hover);
|
|
3851
4391
|
}
|
|
3852
4392
|
}
|
|
@@ -3906,50 +4446,50 @@
|
|
|
3906
4446
|
}
|
|
3907
4447
|
|
|
3908
4448
|
@media (hover: hover) and (pointer: fine) {
|
|
3909
|
-
.supportHover\:tsystem-
|
|
3910
|
-
|
|
4449
|
+
.supportHover\:tsystem-bd-c_border\.intent\.secondary\.hover:hover {
|
|
4450
|
+
border-color: var(--Tight-colors-border-intent-secondary-hover);
|
|
3911
4451
|
}
|
|
3912
4452
|
}
|
|
3913
4453
|
|
|
3914
4454
|
@media (hover: hover) and (pointer: fine) {
|
|
3915
|
-
.supportHover\:tsystem-
|
|
3916
|
-
|
|
4455
|
+
.supportHover\:tsystem-bd-c_border\.intent\.action\.hover:hover {
|
|
4456
|
+
border-color: var(--Tight-colors-border-intent-action-hover);
|
|
3917
4457
|
}
|
|
3918
4458
|
}
|
|
3919
4459
|
|
|
3920
4460
|
@media (hover: hover) and (pointer: fine) {
|
|
3921
|
-
.supportHover\:tsystem-
|
|
3922
|
-
|
|
4461
|
+
.supportHover\:tsystem-bd-c_border\.intent\.success\.hover:hover {
|
|
4462
|
+
border-color: var(--Tight-colors-border-intent-success-hover);
|
|
3923
4463
|
}
|
|
3924
4464
|
}
|
|
3925
4465
|
|
|
3926
4466
|
@media (hover: hover) and (pointer: fine) {
|
|
3927
|
-
.supportHover\:tsystem-bd-c_border\.intent\.
|
|
3928
|
-
border-color: var(--Tight-colors-border-intent-
|
|
4467
|
+
.supportHover\:tsystem-bd-c_border\.intent\.warning\.hover:hover {
|
|
4468
|
+
border-color: var(--Tight-colors-border-intent-warning-hover);
|
|
3929
4469
|
}
|
|
3930
4470
|
}
|
|
3931
4471
|
|
|
3932
4472
|
@media (hover: hover) and (pointer: fine) {
|
|
3933
|
-
.supportHover\:tsystem-bd-c_border\.intent\.
|
|
3934
|
-
border-color: var(--Tight-colors-border-intent-
|
|
4473
|
+
.supportHover\:tsystem-bd-c_border\.intent\.danger\.hover:hover {
|
|
4474
|
+
border-color: var(--Tight-colors-border-intent-danger-hover);
|
|
3935
4475
|
}
|
|
3936
4476
|
}
|
|
3937
4477
|
|
|
3938
4478
|
@media (hover: hover) and (pointer: fine) {
|
|
3939
|
-
.supportHover\:tsystem-
|
|
3940
|
-
|
|
4479
|
+
.supportHover\:tsystem-trs_background_100ms_ease-out\,_background-color_100ms_ease-out\,_border-color_100ms_ease-out\,_box-shadow_0ms:hover {
|
|
4480
|
+
transition: background 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out, box-shadow 0ms;
|
|
3941
4481
|
}
|
|
3942
4482
|
}
|
|
3943
4483
|
|
|
3944
4484
|
@media (hover: hover) and (pointer: fine) {
|
|
3945
|
-
.supportHover\:tsystem-
|
|
3946
|
-
|
|
4485
|
+
.supportHover\:tsystem-trs_background_100ms_ease-out\,_box-shadow_0ms:hover {
|
|
4486
|
+
transition: background 100ms ease-out, box-shadow 0ms;
|
|
3947
4487
|
}
|
|
3948
4488
|
}
|
|
3949
4489
|
|
|
3950
4490
|
@media (hover: hover) and (pointer: fine) {
|
|
3951
|
-
.supportHover\:tsystem-
|
|
3952
|
-
|
|
4491
|
+
.supportHover\:tsystem-trs_color_100ms_ease-out:hover {
|
|
4492
|
+
transition: color 100ms ease-out;
|
|
3953
4493
|
}
|
|
3954
4494
|
}
|
|
3955
4495
|
|