@tight-embedded/react 6.0.3 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +351 -293
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +19 -3
- 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 +10 -7
package/dist/index.css
CHANGED
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
--Tight-fontSizes-md: 14px;
|
|
100
100
|
--Tight-fontSizes-lg: 16px;
|
|
101
101
|
--Tight-fontSizes-xl: 20px;
|
|
102
|
-
--Tight-fontSizes-2xl:
|
|
102
|
+
--Tight-fontSizes-2xl: 24px;
|
|
103
103
|
--Tight-fontWeights-sm: 400;
|
|
104
104
|
--Tight-fontWeights-md: 600;
|
|
105
105
|
--Tight-fontWeights-lg: 900;
|
|
@@ -115,10 +115,6 @@
|
|
|
115
115
|
--Tight-animations-appear-delay: 0.25s linear both 1.5s fade-in;
|
|
116
116
|
--Tight-animations-shimmer: 2s ease-in-out infinite shimmer;
|
|
117
117
|
--Tight-animations-spin: 1.5s ease-in-out 0.1s spin infinite;
|
|
118
|
-
--Tight-animations-slideIn-right: 300ms ease-out both slide-in-right;
|
|
119
|
-
--Tight-animations-slideIn-up: 300ms ease-out both slide-in-up;
|
|
120
|
-
--Tight-animations-slideOut-right: 300ms ease-in both slide-out-right;
|
|
121
|
-
--Tight-animations-slideOut-down: 300ms ease-in both slide-out-down;
|
|
122
118
|
--Tight-shadows-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05), 0px 4px 12px 0px rgba(0, 0, 0, 0.15) ;
|
|
123
119
|
--Tight-breakpoints-sm: 640px;
|
|
124
120
|
--Tight-breakpoints-md: 850px;
|
|
@@ -456,6 +452,10 @@
|
|
|
456
452
|
border: 0.75px;
|
|
457
453
|
}
|
|
458
454
|
|
|
455
|
+
.tsystem-p_8px_16px {
|
|
456
|
+
padding: 8px 16px;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
459
|
.tsystem-p_5px {
|
|
460
460
|
padding: 5px;
|
|
461
461
|
}
|
|
@@ -472,6 +472,10 @@
|
|
|
472
472
|
border: 1px solid;
|
|
473
473
|
}
|
|
474
474
|
|
|
475
|
+
.tsystem-p_8px {
|
|
476
|
+
padding: 8px;
|
|
477
|
+
}
|
|
478
|
+
|
|
475
479
|
.tsystem-bg_surface\.background\.hover {
|
|
476
480
|
background: var(--Tight-colors-surface-background-hover);
|
|
477
481
|
}
|
|
@@ -512,38 +516,14 @@
|
|
|
512
516
|
margin: 0;
|
|
513
517
|
}
|
|
514
518
|
|
|
515
|
-
.tsystem-p_8px {
|
|
516
|
-
padding: 8px;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
519
|
.tsystem-p_24px {
|
|
520
520
|
padding: 24px;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
-
.tsystem-anim_slideIn\.right {
|
|
524
|
-
animation: var(--Tight-animations-slideIn-right);
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
.tsystem-anim_slideIn\.up {
|
|
528
|
-
animation: var(--Tight-animations-slideIn-up);
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.tsystem-anim_slideOut\.right {
|
|
532
|
-
animation: var(--Tight-animations-slideOut-right);
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
.tsystem-anim_slideOut\.down {
|
|
536
|
-
animation: var(--Tight-animations-slideOut-down);
|
|
537
|
-
}
|
|
538
|
-
|
|
539
523
|
.tsystem-p_15px {
|
|
540
524
|
padding: 15px;
|
|
541
525
|
}
|
|
542
526
|
|
|
543
|
-
.tsystem-m_0_0_7px_0 {
|
|
544
|
-
margin: 0 0 7px 0;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
527
|
.tsystem-bd_1px_solid_\{colors\.border\.intent\.action\} {
|
|
548
528
|
border: 1px solid var(--Tight-colors-border-intent-action);
|
|
549
529
|
}
|
|
@@ -576,6 +556,18 @@
|
|
|
576
556
|
border: 2px solid red;
|
|
577
557
|
}
|
|
578
558
|
|
|
559
|
+
.tsystem-p_16px_16px {
|
|
560
|
+
padding: 16px 16px;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.tsystem-bd_1px_solid_\{colors\.border\.layout\} {
|
|
564
|
+
border: 1px solid var(--Tight-colors-border-layout);
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.tsystem-m_6px {
|
|
568
|
+
margin: 6px;
|
|
569
|
+
}
|
|
570
|
+
|
|
579
571
|
.tsystem-m_0_8px {
|
|
580
572
|
margin: 0 8px;
|
|
581
573
|
}
|
|
@@ -648,22 +640,6 @@
|
|
|
648
640
|
background: foreground;
|
|
649
641
|
}
|
|
650
642
|
|
|
651
|
-
.tsystem-p_10px_8px {
|
|
652
|
-
padding: 10px 8px;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
.tsystem-bg_surface\.intent\.danger\.opaque {
|
|
656
|
-
background: var(--Tight-colors-surface-intent-danger-opaque);
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
.tsystem-p_1px_0 {
|
|
660
|
-
padding: 1px 0;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.tsystem-p_1px {
|
|
664
|
-
padding: 1px;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
643
|
.tsystem-p_4px_8px {
|
|
668
644
|
padding: 4px 8px;
|
|
669
645
|
}
|
|
@@ -700,20 +676,8 @@
|
|
|
700
676
|
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
701
677
|
}
|
|
702
678
|
|
|
703
|
-
.tsystem-
|
|
704
|
-
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
.tsystem-p_26px {
|
|
708
|
-
padding: 26px;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
.tsystem-p_15px_15px_0_15px {
|
|
712
|
-
padding: 15px 15px 0 15px;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
.tsystem-bd_1px_solid_\{colors\.border\.layout\} {
|
|
716
|
-
border: 1px solid var(--Tight-colors-border-layout);
|
|
679
|
+
.tsystem-p_4px_0 {
|
|
680
|
+
padding: 4px 0;
|
|
717
681
|
}
|
|
718
682
|
|
|
719
683
|
.tsystem-p_2px {
|
|
@@ -728,12 +692,16 @@
|
|
|
728
692
|
background: var(--Tight-colors-none);
|
|
729
693
|
}
|
|
730
694
|
|
|
731
|
-
.tsystem-
|
|
732
|
-
|
|
695
|
+
.tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
696
|
+
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
733
697
|
}
|
|
734
698
|
|
|
735
|
-
.tsystem-
|
|
736
|
-
padding:
|
|
699
|
+
.tsystem-p_15px_15px_0_15px {
|
|
700
|
+
padding: 15px 15px 0 15px;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.tsystem-p_26px {
|
|
704
|
+
padding: 26px;
|
|
737
705
|
}
|
|
738
706
|
|
|
739
707
|
.tsystem-bd_0 {
|
|
@@ -744,12 +712,8 @@
|
|
|
744
712
|
padding: 25px;
|
|
745
713
|
}
|
|
746
714
|
|
|
747
|
-
.tsystem-
|
|
748
|
-
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.tsystem-p_16px_16px_45px_16px {
|
|
752
|
-
padding: 16px 16px 45px 16px;
|
|
715
|
+
.tsystem-bd-x_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
716
|
+
border-inline: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
753
717
|
}
|
|
754
718
|
|
|
755
719
|
.tsystem-bg_brand\.success {
|
|
@@ -764,6 +728,10 @@
|
|
|
764
728
|
padding: large;
|
|
765
729
|
}
|
|
766
730
|
|
|
731
|
+
.tsystem-p_8px_12px {
|
|
732
|
+
padding: 8px 12px;
|
|
733
|
+
}
|
|
734
|
+
|
|
767
735
|
.tsystem-p_6px_0_6px_6px {
|
|
768
736
|
padding: 6px 0 6px 6px;
|
|
769
737
|
}
|
|
@@ -893,8 +861,12 @@
|
|
|
893
861
|
gap: 12px;
|
|
894
862
|
}
|
|
895
863
|
|
|
896
|
-
.tsystem-
|
|
897
|
-
|
|
864
|
+
.tsystem-bdr_borderWidth\.sm {
|
|
865
|
+
border-radius: borderWidth.sm;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
.tsystem-flex_1_0_0 {
|
|
869
|
+
flex: 1 0 0;
|
|
898
870
|
}
|
|
899
871
|
|
|
900
872
|
.tsystem-bdr_50\% {
|
|
@@ -905,6 +877,10 @@
|
|
|
905
877
|
border-width: 1px;
|
|
906
878
|
}
|
|
907
879
|
|
|
880
|
+
.tsystem-flex_1 {
|
|
881
|
+
flex: 1 1 0%;
|
|
882
|
+
}
|
|
883
|
+
|
|
908
884
|
.tsystem-td_none {
|
|
909
885
|
text-decoration: none;
|
|
910
886
|
}
|
|
@@ -981,6 +957,10 @@
|
|
|
981
957
|
overscroll-behavior: contain;
|
|
982
958
|
}
|
|
983
959
|
|
|
960
|
+
.tsystem-bd-c_normal {
|
|
961
|
+
border-color: normal;
|
|
962
|
+
}
|
|
963
|
+
|
|
984
964
|
.tsystem-gap_2px {
|
|
985
965
|
gap: 2px;
|
|
986
966
|
}
|
|
@@ -989,6 +969,14 @@
|
|
|
989
969
|
padding-inline: 8px;
|
|
990
970
|
}
|
|
991
971
|
|
|
972
|
+
.tsystem-bdr_9999px {
|
|
973
|
+
border-radius: 9999px;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.tsystem-ring_3px_solid {
|
|
977
|
+
outline: 3px solid;
|
|
978
|
+
}
|
|
979
|
+
|
|
992
980
|
.tsystem-bg-p_100\%_0 {
|
|
993
981
|
background-position: 100% 0;
|
|
994
982
|
}
|
|
@@ -997,6 +985,10 @@
|
|
|
997
985
|
gap: 15px;
|
|
998
986
|
}
|
|
999
987
|
|
|
988
|
+
.tsystem-gap_6px {
|
|
989
|
+
gap: 6px;
|
|
990
|
+
}
|
|
991
|
+
|
|
1000
992
|
.tsystem-bdr_zero {
|
|
1001
993
|
border-radius: var(--Tight-radii-zero);
|
|
1002
994
|
}
|
|
@@ -1073,22 +1065,6 @@
|
|
|
1073
1065
|
border-width: 1px;
|
|
1074
1066
|
}
|
|
1075
1067
|
|
|
1076
|
-
.tsystem-bd-c_surface\.intent\.warning\.active {
|
|
1077
|
-
border-color: var(--Tight-colors-surface-intent-warning-active);
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
.tsystem-bd-c_surface\.intent\.danger\.weak {
|
|
1081
|
-
border-color: var(--Tight-colors-surface-intent-danger-weak);
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
.tsystem-bd-c_surface\.intent\.success\.active {
|
|
1085
|
-
border-color: var(--Tight-colors-surface-intent-success-active);
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
.tsystem-flex_1_0_0 {
|
|
1089
|
-
flex: 1 0 0;
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
1068
|
.tsystem-bd-w_sm {
|
|
1093
1069
|
border-width: var(--Tight-borderWidths-sm);
|
|
1094
1070
|
}
|
|
@@ -1101,18 +1077,14 @@
|
|
|
1101
1077
|
gap: 10px;
|
|
1102
1078
|
}
|
|
1103
1079
|
|
|
1104
|
-
.tsystem-bd-b_none {
|
|
1105
|
-
border-bottom: none;
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
.tsystem-bdr_9999px {
|
|
1109
|
-
border-radius: 9999px;
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
1080
|
.tsystem-bdr_2px {
|
|
1113
1081
|
border-radius: 2px;
|
|
1114
1082
|
}
|
|
1115
1083
|
|
|
1084
|
+
.tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
1085
|
+
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1116
1088
|
.tsystem-gap_16 {
|
|
1117
1089
|
gap: 16px;
|
|
1118
1090
|
}
|
|
@@ -1125,20 +1097,16 @@
|
|
|
1125
1097
|
border-left: 1px solid var(--Tight-colors-border-layout);
|
|
1126
1098
|
}
|
|
1127
1099
|
|
|
1128
|
-
.tsystem-bd-
|
|
1129
|
-
border-
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
.tsystem-bd-l_1px_solid_\{colors\.border\.layout\.strong\} {
|
|
1133
|
-
border-left: 1px solid var(--Tight-colors-border-layout-strong);
|
|
1100
|
+
.tsystem-bd-b_none {
|
|
1101
|
+
border-bottom: none;
|
|
1134
1102
|
}
|
|
1135
1103
|
|
|
1136
|
-
.tsystem-
|
|
1137
|
-
|
|
1104
|
+
.tsystem-bd-c_active {
|
|
1105
|
+
border-color: active;
|
|
1138
1106
|
}
|
|
1139
1107
|
|
|
1140
|
-
.tsystem-
|
|
1141
|
-
|
|
1108
|
+
.tsystem-bd-c_brand\.action\.strong {
|
|
1109
|
+
border-color: var(--Tight-colors-brand-action-strong);
|
|
1142
1110
|
}
|
|
1143
1111
|
|
|
1144
1112
|
.tsystem-gap_2px_2px {
|
|
@@ -1161,6 +1129,10 @@
|
|
|
1161
1129
|
overflow: auto;
|
|
1162
1130
|
}
|
|
1163
1131
|
|
|
1132
|
+
.tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
1133
|
+
border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1164
1136
|
.tsystem-gap_30px {
|
|
1165
1137
|
gap: 30px;
|
|
1166
1138
|
}
|
|
@@ -1177,8 +1149,8 @@
|
|
|
1177
1149
|
overflow: scroll;
|
|
1178
1150
|
}
|
|
1179
1151
|
|
|
1180
|
-
.tsystem-
|
|
1181
|
-
|
|
1152
|
+
.tsystem-px_10px {
|
|
1153
|
+
padding-inline: 10px;
|
|
1182
1154
|
}
|
|
1183
1155
|
|
|
1184
1156
|
.tsystem-bd-l_4px_solid_transparent {
|
|
@@ -1325,6 +1297,23 @@
|
|
|
1325
1297
|
align-self: stretch;
|
|
1326
1298
|
}
|
|
1327
1299
|
|
|
1300
|
+
.tsystem-jc_flex-start {
|
|
1301
|
+
justify-content: flex-start;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.tsystem-us_none {
|
|
1305
|
+
-webkit-user-select: none;
|
|
1306
|
+
user-select: none;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
.tsystem-c_typography\.base\.weak {
|
|
1310
|
+
color: var(--Tight-colors-typography-base-weak);
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
.tsystem-cursor_default {
|
|
1314
|
+
cursor: default;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1328
1317
|
.tsystem-d_none {
|
|
1329
1318
|
display: none;
|
|
1330
1319
|
}
|
|
@@ -1449,6 +1438,10 @@
|
|
|
1449
1438
|
color: var(--Tight-colors-icon-accent-danger);
|
|
1450
1439
|
}
|
|
1451
1440
|
|
|
1441
|
+
.tsystem-bd-be-w_var\(--thickness\) {
|
|
1442
|
+
border-block-end-width: var(--thickness);
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1452
1445
|
.tsystem-stk_currentColor {
|
|
1453
1446
|
stroke: var(--Tight-colors-currentColor);
|
|
1454
1447
|
}
|
|
@@ -1557,8 +1550,8 @@
|
|
|
1557
1550
|
color: var(--Tight-colors-typography-intent-warning);
|
|
1558
1551
|
}
|
|
1559
1552
|
|
|
1560
|
-
.tsystem-
|
|
1561
|
-
|
|
1553
|
+
.tsystem-c_icon\.contrast {
|
|
1554
|
+
color: var(--Tight-colors-icon-contrast);
|
|
1562
1555
|
}
|
|
1563
1556
|
|
|
1564
1557
|
.tsystem-bg-c_surface\.foreground\.disabled {
|
|
@@ -1573,14 +1566,26 @@
|
|
|
1573
1566
|
cursor: text;
|
|
1574
1567
|
}
|
|
1575
1568
|
|
|
1576
|
-
.tsystem-cursor_default {
|
|
1577
|
-
cursor: default;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
1569
|
.tsystem-bg-c_yellow {
|
|
1581
1570
|
background-color: yellow;
|
|
1582
1571
|
}
|
|
1583
1572
|
|
|
1573
|
+
.tsystem-ring-o_3px {
|
|
1574
|
+
outline-offset: 3px;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
.tsystem-bg-c_brand\.action\.stronger {
|
|
1578
|
+
background-color: var(--Tight-colors-brand-action-stronger);
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
.tsystem-ring-c_brand\.action\.stronger {
|
|
1582
|
+
outline-color: var(--Tight-colors-brand-action-stronger);
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
.tsystem-ring-c_brand\.primary {
|
|
1586
|
+
outline-color: var(--Tight-colors-brand-primary);
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1584
1589
|
.tsystem-ov-wrap_break-word {
|
|
1585
1590
|
overflow-wrap: break-word;
|
|
1586
1591
|
}
|
|
@@ -1613,6 +1618,10 @@
|
|
|
1613
1618
|
background-color: var(--Tight-colors-border-layout-strong);
|
|
1614
1619
|
}
|
|
1615
1620
|
|
|
1621
|
+
.tsystem-bg-c_brand\.action\.strong {
|
|
1622
|
+
background-color: var(--Tight-colors-brand-action-strong);
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1616
1625
|
.tsystem-bg-c_surface\.elevated {
|
|
1617
1626
|
background-color: var(--Tight-colors-surface-elevated);
|
|
1618
1627
|
}
|
|
@@ -1625,6 +1634,15 @@
|
|
|
1625
1634
|
background-size: 400%;
|
|
1626
1635
|
}
|
|
1627
1636
|
|
|
1637
|
+
.tsystem-scr-bar_hidden {
|
|
1638
|
+
-ms-overflow-style: none;
|
|
1639
|
+
scrollbar-width: none;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
.tsystem-scr-bar_hidden::-webkit-scrollbar {
|
|
1643
|
+
display: none;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1628
1646
|
.tsystem-bx-sh_box-shadow {
|
|
1629
1647
|
box-shadow: var(--Tight-shadows-box-shadow);
|
|
1630
1648
|
}
|
|
@@ -1687,10 +1705,6 @@
|
|
|
1687
1705
|
font-weight: var(--Tight-fontWeights-label);
|
|
1688
1706
|
}
|
|
1689
1707
|
|
|
1690
|
-
.tsystem-c_typography\.base\.weak {
|
|
1691
|
-
color: var(--Tight-colors-typography-base-weak);
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
1708
|
.tsystem-c_typography\.label {
|
|
1695
1709
|
color: var(--Tight-colors-typography-label);
|
|
1696
1710
|
}
|
|
@@ -1723,8 +1737,8 @@
|
|
|
1723
1737
|
display: -webkit-box;
|
|
1724
1738
|
}
|
|
1725
1739
|
|
|
1726
|
-
.tsystem--webkit-line-
|
|
1727
|
-
-webkit-line-clamp:
|
|
1740
|
+
.tsystem--webkit-line-clamp_2 {
|
|
1741
|
+
-webkit-line-clamp: 2;
|
|
1728
1742
|
}
|
|
1729
1743
|
|
|
1730
1744
|
.tsystem--webkit-box-orient_vertical {
|
|
@@ -1855,11 +1869,6 @@
|
|
|
1855
1869
|
color: var(--Tight-colors-money-positive);
|
|
1856
1870
|
}
|
|
1857
1871
|
|
|
1858
|
-
.tsystem-us_none {
|
|
1859
|
-
-webkit-user-select: none;
|
|
1860
|
-
user-select: none;
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
1872
|
.tsystem-c_brand\.primary\.weak {
|
|
1864
1873
|
color: var(--Tight-colors-brand-primary-weak);
|
|
1865
1874
|
}
|
|
@@ -1880,10 +1889,6 @@
|
|
|
1880
1889
|
grid-template-columns: 1fr;
|
|
1881
1890
|
}
|
|
1882
1891
|
|
|
1883
|
-
.tsystem-bd-be-w_var\(--thickness\) {
|
|
1884
|
-
border-block-end-width: var(--thickness);
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
1892
|
.tsystem-grid-tc_300px_auto_175px {
|
|
1888
1893
|
grid-template-columns: 300px auto 175px;
|
|
1889
1894
|
}
|
|
@@ -1900,10 +1905,6 @@
|
|
|
1900
1905
|
transform: rotate(90deg);
|
|
1901
1906
|
}
|
|
1902
1907
|
|
|
1903
|
-
.tsystem-fs_14px {
|
|
1904
|
-
font-size: 14px;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
1908
|
.tsystem-fs_26px {
|
|
1908
1909
|
font-size: 26px;
|
|
1909
1910
|
}
|
|
@@ -1912,15 +1913,6 @@
|
|
|
1912
1913
|
line-height: 26px;
|
|
1913
1914
|
}
|
|
1914
1915
|
|
|
1915
|
-
.tsystem-scr-bar_hidden {
|
|
1916
|
-
-ms-overflow-style: none;
|
|
1917
|
-
scrollbar-width: none;
|
|
1918
|
-
}
|
|
1919
|
-
|
|
1920
|
-
.tsystem-scr-bar_hidden::-webkit-scrollbar {
|
|
1921
|
-
display: none;
|
|
1922
|
-
}
|
|
1923
|
-
|
|
1924
1916
|
.tsystem-pos_sticky {
|
|
1925
1917
|
position: sticky;
|
|
1926
1918
|
}
|
|
@@ -1933,10 +1925,6 @@
|
|
|
1933
1925
|
stroke: var(--Tight-colors-icon-base);
|
|
1934
1926
|
}
|
|
1935
1927
|
|
|
1936
|
-
.tsystem-fs_16px {
|
|
1937
|
-
font-size: 16px;
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
1928
|
.tsystem-ls_0\.96px {
|
|
1941
1929
|
letter-spacing: 0.96px;
|
|
1942
1930
|
}
|
|
@@ -1963,14 +1951,18 @@
|
|
|
1963
1951
|
border-bottom-left-radius: 0;
|
|
1964
1952
|
}
|
|
1965
1953
|
|
|
1966
|
-
.tsystem-jc_right {
|
|
1967
|
-
justify-content: right;
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
1954
|
.tsystem-bg-c_foreground {
|
|
1971
1955
|
background-color: foreground;
|
|
1972
1956
|
}
|
|
1973
1957
|
|
|
1958
|
+
.tsystem-z_1 {
|
|
1959
|
+
z-index: 1;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
.tsystem-isolation_isolate {
|
|
1963
|
+
isolation: isolate;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1974
1966
|
.tsystem-grid-tc_repeat\(7\,_1fr\) {
|
|
1975
1967
|
grid-template-columns: repeat(7, 1fr);
|
|
1976
1968
|
}
|
|
@@ -2028,32 +2020,8 @@
|
|
|
2028
2020
|
-webkit-appearance: none;
|
|
2029
2021
|
}
|
|
2030
2022
|
|
|
2031
|
-
.tsystem-
|
|
2032
|
-
|
|
2033
|
-
}
|
|
2034
|
-
|
|
2035
|
-
.tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
|
|
2036
|
-
fill: var(--Tight-colors-money-positive-weak);
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
.tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
|
|
2040
|
-
fill: var(--Tight-colors-money-negative-weak);
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
.tsystem-c_var\(--Tight-colors-money-positive-weak\) {
|
|
2044
|
-
color: var(--Tight-colors-money-positive-weak);
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
.tsystem-c_var\(--Tight-colors-money-negative-weak\) {
|
|
2048
|
-
color: var(--Tight-colors-money-negative-weak);
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
.tsystem-c_var\(--Tight-colors-money-positive\) {
|
|
2052
|
-
color: var(--Tight-colors-money-positive);
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.tsystem-c_var\(--Tight-colors-money-negative\) {
|
|
2056
|
-
color: var(--Tight-colors-money-negative);
|
|
2023
|
+
.tsystem-fs_16px {
|
|
2024
|
+
font-size: 16px;
|
|
2057
2025
|
}
|
|
2058
2026
|
|
|
2059
2027
|
.tsystem-c_positive {
|
|
@@ -2072,14 +2040,26 @@
|
|
|
2072
2040
|
stroke-dasharray: 0;
|
|
2073
2041
|
}
|
|
2074
2042
|
|
|
2043
|
+
.tsystem-stk_var\(--Tight-colors-border-layout\) {
|
|
2044
|
+
stroke: var(--Tight-colors-border-layout);
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2075
2047
|
.tsystem-fill_var\(--Tight-colors-money-positive-strong\) {
|
|
2076
2048
|
fill: var(--Tight-colors-money-positive-strong);
|
|
2077
2049
|
}
|
|
2078
2050
|
|
|
2051
|
+
.tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
|
|
2052
|
+
fill: var(--Tight-colors-money-positive-weak);
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2079
2055
|
.tsystem-fill_var\(--Tight-colors-money-negative-strong\) {
|
|
2080
2056
|
fill: var(--Tight-colors-money-negative-strong);
|
|
2081
2057
|
}
|
|
2082
2058
|
|
|
2059
|
+
.tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
|
|
2060
|
+
fill: var(--Tight-colors-money-negative-weak);
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2083
2063
|
.tsystem-fill_var\(--Tight-colors-border-layout\) {
|
|
2084
2064
|
fill: var(--Tight-colors-border-layout);
|
|
2085
2065
|
}
|
|
@@ -2116,8 +2096,16 @@
|
|
|
2116
2096
|
z-index: 100;
|
|
2117
2097
|
}
|
|
2118
2098
|
|
|
2119
|
-
.tsystem-
|
|
2120
|
-
|
|
2099
|
+
.tsystem-c_surface\.intent\.danger\.active {
|
|
2100
|
+
color: var(--Tight-colors-surface-intent-danger-active);
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
.tsystem-c_var\(--Tight-colors-money-positive\) {
|
|
2104
|
+
color: var(--Tight-colors-money-positive);
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
.tsystem-c_var\(--Tight-colors-money-negative\) {
|
|
2108
|
+
color: var(--Tight-colors-money-negative);
|
|
2121
2109
|
}
|
|
2122
2110
|
|
|
2123
2111
|
.tsystem-ff_Duplet_Regular\,_sans-serif {
|
|
@@ -2136,14 +2124,14 @@
|
|
|
2136
2124
|
width: fit-content;
|
|
2137
2125
|
}
|
|
2138
2126
|
|
|
2139
|
-
.tsystem-h_55px {
|
|
2140
|
-
height: 55px;
|
|
2141
|
-
}
|
|
2142
|
-
|
|
2143
2127
|
.tsystem-min-h_55px {
|
|
2144
2128
|
min-height: 55px;
|
|
2145
2129
|
}
|
|
2146
2130
|
|
|
2131
|
+
.tsystem-w_100\% {
|
|
2132
|
+
width: 100%;
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2147
2135
|
.tsystem-w_50px {
|
|
2148
2136
|
width: 50px;
|
|
2149
2137
|
}
|
|
@@ -2160,10 +2148,6 @@
|
|
|
2160
2148
|
width: fill-parent;
|
|
2161
2149
|
}
|
|
2162
2150
|
|
|
2163
|
-
.tsystem-w_100\% {
|
|
2164
|
-
width: 100%;
|
|
2165
|
-
}
|
|
2166
|
-
|
|
2167
2151
|
.tsystem-w_sm {
|
|
2168
2152
|
width: sm;
|
|
2169
2153
|
}
|
|
@@ -2192,14 +2176,26 @@
|
|
|
2192
2176
|
padding-right: 16px;
|
|
2193
2177
|
}
|
|
2194
2178
|
|
|
2195
|
-
.tsystem-w_200px {
|
|
2196
|
-
width: 200px;
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
2179
|
.tsystem-h_48px {
|
|
2200
2180
|
height: 48px;
|
|
2201
2181
|
}
|
|
2202
2182
|
|
|
2183
|
+
.tsystem-pt_8px {
|
|
2184
|
+
padding-top: 8px;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
.tsystem-pb_8px {
|
|
2188
|
+
padding-bottom: 8px;
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
.tsystem-pr_8px {
|
|
2192
|
+
padding-right: 8px;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.tsystem-pl_4px {
|
|
2196
|
+
padding-left: 4px;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2203
2199
|
.tsystem-bd-l-w_4px {
|
|
2204
2200
|
border-left-width: 4px;
|
|
2205
2201
|
}
|
|
@@ -2424,16 +2420,24 @@
|
|
|
2424
2420
|
min-width: 100%;
|
|
2425
2421
|
}
|
|
2426
2422
|
|
|
2427
|
-
.tsystem-
|
|
2428
|
-
|
|
2423
|
+
.tsystem-w_1 {
|
|
2424
|
+
width: 1px;
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
.tsystem-h_1 {
|
|
2428
|
+
height: 1px;
|
|
2429
2429
|
}
|
|
2430
2430
|
|
|
2431
2431
|
.tsystem-min-h_100\% {
|
|
2432
2432
|
min-height: 100%;
|
|
2433
2433
|
}
|
|
2434
2434
|
|
|
2435
|
-
.tsystem-min-
|
|
2436
|
-
min-
|
|
2435
|
+
.tsystem-min-w_128px {
|
|
2436
|
+
min-width: 128px;
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
.tsystem-min-h_48px {
|
|
2440
|
+
min-height: 48px;
|
|
2437
2441
|
}
|
|
2438
2442
|
|
|
2439
2443
|
.tsystem-w_24 {
|
|
@@ -2452,6 +2456,14 @@
|
|
|
2452
2456
|
height: 15px;
|
|
2453
2457
|
}
|
|
2454
2458
|
|
|
2459
|
+
.tsystem-w_9px {
|
|
2460
|
+
width: 9px;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
.tsystem-h_9px {
|
|
2464
|
+
height: 9px;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2455
2467
|
.tsystem-h_37px {
|
|
2456
2468
|
height: 37px;
|
|
2457
2469
|
}
|
|
@@ -2516,10 +2528,22 @@
|
|
|
2516
2528
|
min-width: 360px;
|
|
2517
2529
|
}
|
|
2518
2530
|
|
|
2531
|
+
.tsystem-right_16px {
|
|
2532
|
+
right: 16px;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2519
2535
|
.tsystem-w_max-content {
|
|
2520
2536
|
width: max-content;
|
|
2521
2537
|
}
|
|
2522
2538
|
|
|
2539
|
+
.tsystem-w_325 {
|
|
2540
|
+
width: 325px;
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
.tsystem-min-w_325 {
|
|
2544
|
+
min-width: 325px;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2523
2547
|
.tsystem-w_44px {
|
|
2524
2548
|
width: 44px;
|
|
2525
2549
|
}
|
|
@@ -2668,16 +2692,24 @@
|
|
|
2668
2692
|
height: 16px;
|
|
2669
2693
|
}
|
|
2670
2694
|
|
|
2671
|
-
.tsystem-
|
|
2672
|
-
|
|
2695
|
+
.tsystem-w_270px {
|
|
2696
|
+
width: 270px;
|
|
2673
2697
|
}
|
|
2674
2698
|
|
|
2675
|
-
.tsystem-
|
|
2676
|
-
|
|
2699
|
+
.tsystem-min-w_269px {
|
|
2700
|
+
min-width: 269px;
|
|
2677
2701
|
}
|
|
2678
2702
|
|
|
2679
|
-
.tsystem-
|
|
2680
|
-
|
|
2703
|
+
.tsystem-ml_auto {
|
|
2704
|
+
margin-left: auto;
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
.tsystem-w_200px {
|
|
2708
|
+
width: 200px;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
.tsystem-min-w_200px {
|
|
2712
|
+
min-width: 200px;
|
|
2681
2713
|
}
|
|
2682
2714
|
|
|
2683
2715
|
.tsystem-bottom_-25px {
|
|
@@ -2708,26 +2740,6 @@
|
|
|
2708
2740
|
max-width: 1440px;
|
|
2709
2741
|
}
|
|
2710
2742
|
|
|
2711
|
-
.tsystem-pt_8px {
|
|
2712
|
-
padding-top: 8px;
|
|
2713
|
-
}
|
|
2714
|
-
|
|
2715
|
-
.tsystem-pt_0 {
|
|
2716
|
-
padding-top: 0;
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
.tsystem-h_35px {
|
|
2720
|
-
height: 35px;
|
|
2721
|
-
}
|
|
2722
|
-
|
|
2723
|
-
.tsystem-pl_15px {
|
|
2724
|
-
padding-left: 15px;
|
|
2725
|
-
}
|
|
2726
|
-
|
|
2727
|
-
.tsystem-pr_15px {
|
|
2728
|
-
padding-right: 15px;
|
|
2729
|
-
}
|
|
2730
|
-
|
|
2731
2743
|
.tsystem-pl_20px {
|
|
2732
2744
|
padding-left: 20px;
|
|
2733
2745
|
}
|
|
@@ -2752,6 +2764,10 @@
|
|
|
2752
2764
|
min-height: 20px;
|
|
2753
2765
|
}
|
|
2754
2766
|
|
|
2767
|
+
.tsystem-w_0 {
|
|
2768
|
+
width: 0;
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2755
2771
|
.tsystem-pl_5px {
|
|
2756
2772
|
padding-left: 5px;
|
|
2757
2773
|
}
|
|
@@ -2764,6 +2780,10 @@
|
|
|
2764
2780
|
width: 25px;
|
|
2765
2781
|
}
|
|
2766
2782
|
|
|
2783
|
+
.tsystem-mt_auto {
|
|
2784
|
+
margin-top: auto;
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2767
2787
|
.tsystem-w_14px {
|
|
2768
2788
|
width: 14px;
|
|
2769
2789
|
}
|
|
@@ -2804,28 +2824,28 @@
|
|
|
2804
2824
|
width: 75px;
|
|
2805
2825
|
}
|
|
2806
2826
|
|
|
2807
|
-
.tsystem-
|
|
2808
|
-
|
|
2827
|
+
.tsystem-pl_15px {
|
|
2828
|
+
padding-left: 15px;
|
|
2809
2829
|
}
|
|
2810
2830
|
|
|
2811
|
-
.tsystem-
|
|
2812
|
-
|
|
2831
|
+
.tsystem-pr_15px {
|
|
2832
|
+
padding-right: 15px;
|
|
2813
2833
|
}
|
|
2814
2834
|
|
|
2815
|
-
.tsystem-
|
|
2816
|
-
|
|
2835
|
+
.tsystem-h_35px {
|
|
2836
|
+
height: 35px;
|
|
2817
2837
|
}
|
|
2818
2838
|
|
|
2819
|
-
.tsystem-
|
|
2820
|
-
|
|
2839
|
+
.tsystem-max-w_1 {
|
|
2840
|
+
max-width: 1px;
|
|
2821
2841
|
}
|
|
2822
2842
|
|
|
2823
|
-
.tsystem-
|
|
2824
|
-
|
|
2843
|
+
.tsystem-w_70px {
|
|
2844
|
+
width: 70px;
|
|
2825
2845
|
}
|
|
2826
2846
|
|
|
2827
|
-
.tsystem-
|
|
2828
|
-
|
|
2847
|
+
.tsystem-h_24px {
|
|
2848
|
+
height: 24px;
|
|
2829
2849
|
}
|
|
2830
2850
|
|
|
2831
2851
|
.tsystem-w_full {
|
|
@@ -2860,18 +2880,14 @@
|
|
|
2860
2880
|
max-height: 49px;
|
|
2861
2881
|
}
|
|
2862
2882
|
|
|
2863
|
-
.tsystem-w_325px {
|
|
2864
|
-
width: 325px;
|
|
2883
|
+
.tsystem-max-w_325px {
|
|
2884
|
+
max-width: 325px;
|
|
2865
2885
|
}
|
|
2866
2886
|
|
|
2867
2887
|
.tsystem-max-h_314px {
|
|
2868
2888
|
max-height: 314px;
|
|
2869
2889
|
}
|
|
2870
2890
|
|
|
2871
|
-
.tsystem-min-w_325px {
|
|
2872
|
-
min-width: 325px;
|
|
2873
|
-
}
|
|
2874
|
-
|
|
2875
2891
|
.tsystem-pt_4px {
|
|
2876
2892
|
padding-top: 4px;
|
|
2877
2893
|
}
|
|
@@ -2888,14 +2904,6 @@
|
|
|
2888
2904
|
padding-right: 20px;
|
|
2889
2905
|
}
|
|
2890
2906
|
|
|
2891
|
-
.tsystem-w_300px {
|
|
2892
|
-
width: 300px;
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
|
-
.tsystem-top_20 {
|
|
2896
|
-
top: 20px;
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
2907
|
.tsystem-right_20 {
|
|
2900
2908
|
right: 20px;
|
|
2901
2909
|
}
|
|
@@ -2904,18 +2912,6 @@
|
|
|
2904
2912
|
left: 20px;
|
|
2905
2913
|
}
|
|
2906
2914
|
|
|
2907
|
-
.tsystem-bottom_5 {
|
|
2908
|
-
bottom: 5px;
|
|
2909
|
-
}
|
|
2910
|
-
|
|
2911
|
-
.tsystem-min-w_180px {
|
|
2912
|
-
min-width: 180px;
|
|
2913
|
-
}
|
|
2914
|
-
|
|
2915
|
-
.tsystem-h_1px {
|
|
2916
|
-
height: 1px;
|
|
2917
|
-
}
|
|
2918
|
-
|
|
2919
2915
|
.tsystem-max-h_247px {
|
|
2920
2916
|
max-height: 247px;
|
|
2921
2917
|
}
|
|
@@ -2976,6 +2972,22 @@
|
|
|
2976
2972
|
max-width: 420px;
|
|
2977
2973
|
}
|
|
2978
2974
|
|
|
2975
|
+
.tsystem-w_151px {
|
|
2976
|
+
width: 151px;
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
.tsystem-mt_22px {
|
|
2980
|
+
margin-top: 22px;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
.tsystem-w_200 {
|
|
2984
|
+
width: 200px;
|
|
2985
|
+
}
|
|
2986
|
+
|
|
2987
|
+
.tsystem-min-w_200 {
|
|
2988
|
+
min-width: 200px;
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2979
2991
|
.tsystem-pt_50px {
|
|
2980
2992
|
padding-top: 50px;
|
|
2981
2993
|
}
|
|
@@ -3016,6 +3028,38 @@
|
|
|
3016
3028
|
min-height: 24px;
|
|
3017
3029
|
}
|
|
3018
3030
|
|
|
3031
|
+
.tsystem-mb_16px {
|
|
3032
|
+
margin-bottom: 16px;
|
|
3033
|
+
}
|
|
3034
|
+
|
|
3035
|
+
.tsystem-w_160px {
|
|
3036
|
+
width: 160px;
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
.tsystem-w_54px {
|
|
3040
|
+
width: 54px;
|
|
3041
|
+
}
|
|
3042
|
+
|
|
3043
|
+
.tsystem-top_12 {
|
|
3044
|
+
top: 12px;
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
.tsystem-w_172 {
|
|
3048
|
+
width: 172px;
|
|
3049
|
+
}
|
|
3050
|
+
|
|
3051
|
+
.tsystem-w_66 {
|
|
3052
|
+
width: 66px;
|
|
3053
|
+
}
|
|
3054
|
+
|
|
3055
|
+
.tsystem-top_20 {
|
|
3056
|
+
top: 20px;
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
.tsystem-bottom_5 {
|
|
3060
|
+
bottom: 5px;
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3019
3063
|
.tsystem-max-w_120px {
|
|
3020
3064
|
max-width: 120px;
|
|
3021
3065
|
}
|
|
@@ -3024,8 +3068,12 @@
|
|
|
3024
3068
|
width: 1px;
|
|
3025
3069
|
}
|
|
3026
3070
|
|
|
3027
|
-
.tsystem-
|
|
3028
|
-
|
|
3071
|
+
.tsystem-h_1px {
|
|
3072
|
+
height: 1px;
|
|
3073
|
+
}
|
|
3074
|
+
|
|
3075
|
+
.tsystem-min-w_180px {
|
|
3076
|
+
min-width: 180px;
|
|
3029
3077
|
}
|
|
3030
3078
|
|
|
3031
3079
|
.tsystem-min-w_175px {
|
|
@@ -3072,6 +3120,22 @@
|
|
|
3072
3120
|
border-color: var(--Tight-colors-border-intent-danger);
|
|
3073
3121
|
}
|
|
3074
3122
|
|
|
3123
|
+
.first\:tsystem-bd-r_none:first-child {
|
|
3124
|
+
border-right: none;
|
|
3125
|
+
}
|
|
3126
|
+
|
|
3127
|
+
.last\:tsystem-bd-l_none:last-child {
|
|
3128
|
+
border-left: none;
|
|
3129
|
+
}
|
|
3130
|
+
|
|
3131
|
+
.\[\&\:not\(\:first-child\)\:not\(\:last-child\)\]\:tsystem-bd-l_none:not(:first-child):not(:last-child) {
|
|
3132
|
+
border-left: none;
|
|
3133
|
+
}
|
|
3134
|
+
|
|
3135
|
+
.\[\&\:not\(\:first-child\)\:not\(\:last-child\)\]\:tsystem-bd-r_none:not(:first-child):not(:last-child) {
|
|
3136
|
+
border-right: none;
|
|
3137
|
+
}
|
|
3138
|
+
|
|
3075
3139
|
.\[\&\[data-selected\=\'true\'\]\]\:tsystem-bd-c_border\.intent\.action\.active[data-selected='true'] {
|
|
3076
3140
|
border-color: var(--Tight-colors-border-intent-action-active);
|
|
3077
3141
|
}
|
|
@@ -3080,6 +3144,10 @@
|
|
|
3080
3144
|
border-radius: 50%;
|
|
3081
3145
|
}
|
|
3082
3146
|
|
|
3147
|
+
.first\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\}:first-child {
|
|
3148
|
+
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
3149
|
+
}
|
|
3150
|
+
|
|
3083
3151
|
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-ring_none[data-focused='true'] {
|
|
3084
3152
|
outline: 2px solid transparent;
|
|
3085
3153
|
outline-offset: 2px;
|
|
@@ -3366,10 +3434,6 @@
|
|
|
3366
3434
|
border-bottom-right-radius: var(--Tight-radii-sm);
|
|
3367
3435
|
}
|
|
3368
3436
|
|
|
3369
|
-
.\[\&_\>_\*_\+_\*\]\:tsystem-ml_-1px > * + * {
|
|
3370
|
-
margin-left: -1px;
|
|
3371
|
-
}
|
|
3372
|
-
|
|
3373
3437
|
.\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-bottom_3px[data-today='true']::after {
|
|
3374
3438
|
bottom: 3px;
|
|
3375
3439
|
}
|
|
@@ -3402,8 +3466,8 @@
|
|
|
3402
3466
|
border: var(--Tight-borderWidths-lg) solid;
|
|
3403
3467
|
}
|
|
3404
3468
|
|
|
3405
|
-
.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout
|
|
3406
|
-
border-color: var(--Tight-colors-border-layout
|
|
3469
|
+
.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout:focus-within,.\[\&\:focus-within\,_\&\[data-isdefaultvalue\=\'false\'\]\]\:tsystem-bd-c_border\.layout[data-isdefaultvalue='false'] {
|
|
3470
|
+
border-color: var(--Tight-colors-border-layout);
|
|
3407
3471
|
}
|
|
3408
3472
|
|
|
3409
3473
|
.\[\&\:focus\,_\&\:focus-within\]\:tsystem-ring_none:focus,.\[\&\:focus\,_\&\:focus-within\]\:tsystem-ring_none:focus-within {
|
|
@@ -3605,10 +3669,6 @@
|
|
|
3605
3669
|
background-color: var(--Tight-colors-brand-action-opaque);
|
|
3606
3670
|
}
|
|
3607
3671
|
|
|
3608
|
-
.hover\:tsystem-z_1:is(:hover, [data-hover]) {
|
|
3609
|
-
z-index: 1;
|
|
3610
|
-
}
|
|
3611
|
-
|
|
3612
3672
|
.hover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:is(:hover, [data-hover]) {
|
|
3613
3673
|
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
3614
3674
|
}
|
|
@@ -3910,14 +3970,6 @@
|
|
|
3910
3970
|
height: fit-content;
|
|
3911
3971
|
}
|
|
3912
3972
|
|
|
3913
|
-
.sm\:tsystem-h_39px {
|
|
3914
|
-
height: 39px;
|
|
3915
|
-
}
|
|
3916
|
-
|
|
3917
|
-
.sm\:tsystem-w_562px {
|
|
3918
|
-
width: 562px;
|
|
3919
|
-
}
|
|
3920
|
-
|
|
3921
3973
|
.sm\:tsystem-min-h_35px {
|
|
3922
3974
|
min-height: 35px;
|
|
3923
3975
|
}
|
|
@@ -3988,10 +4040,6 @@
|
|
|
3988
4040
|
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
3989
4041
|
}
|
|
3990
4042
|
|
|
3991
|
-
.xl\:tsystem-p_16px {
|
|
3992
|
-
padding: 16px;
|
|
3993
|
-
}
|
|
3994
|
-
|
|
3995
4043
|
.xl\:tsystem-p_0_10px {
|
|
3996
4044
|
padding: 0 10px;
|
|
3997
4045
|
}
|
|
@@ -4000,6 +4048,10 @@
|
|
|
4000
4048
|
background: var(--Tight-colors-surface-background);
|
|
4001
4049
|
}
|
|
4002
4050
|
|
|
4051
|
+
.xl\:tsystem-p_16px {
|
|
4052
|
+
padding: 16px;
|
|
4053
|
+
}
|
|
4054
|
+
|
|
4003
4055
|
.xl\:tsystem-gap_15px {
|
|
4004
4056
|
gap: 15px;
|
|
4005
4057
|
}
|
|
@@ -4032,14 +4084,6 @@
|
|
|
4032
4084
|
overscroll-behavior: none;
|
|
4033
4085
|
}
|
|
4034
4086
|
|
|
4035
|
-
.xl\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
4036
|
-
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
4037
|
-
}
|
|
4038
|
-
|
|
4039
|
-
.xl\:tsystem-gap_12px {
|
|
4040
|
-
gap: 12px;
|
|
4041
|
-
}
|
|
4042
|
-
|
|
4043
4087
|
.xl\:tsystem-flex_1_0_0 {
|
|
4044
4088
|
flex: 1 0 0;
|
|
4045
4089
|
}
|
|
@@ -4052,6 +4096,14 @@
|
|
|
4052
4096
|
border-radius: var(--Tight-radii-sm);
|
|
4053
4097
|
}
|
|
4054
4098
|
|
|
4099
|
+
.xl\:tsystem-bd-t_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
4100
|
+
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
4101
|
+
}
|
|
4102
|
+
|
|
4103
|
+
.xl\:tsystem-gap_12px {
|
|
4104
|
+
gap: 12px;
|
|
4105
|
+
}
|
|
4106
|
+
|
|
4055
4107
|
.xl\:tsystem-flex-sh_0 {
|
|
4056
4108
|
flex-shrink: 0;
|
|
4057
4109
|
}
|
|
@@ -4084,6 +4136,10 @@
|
|
|
4084
4136
|
background-color: var(--Tight-colors-overlay);
|
|
4085
4137
|
}
|
|
4086
4138
|
|
|
4139
|
+
.xl\:tsystem-ai_flex-end {
|
|
4140
|
+
align-items: flex-end;
|
|
4141
|
+
}
|
|
4142
|
+
|
|
4087
4143
|
.xl\:tsystem-lh_16px {
|
|
4088
4144
|
line-height: 16px;
|
|
4089
4145
|
}
|
|
@@ -4196,13 +4252,15 @@
|
|
|
4196
4252
|
height: 60px;
|
|
4197
4253
|
}
|
|
4198
4254
|
|
|
4199
|
-
.xl\:tsystem-pt_8px {
|
|
4200
|
-
padding-top: 8px;
|
|
4201
|
-
}
|
|
4202
|
-
|
|
4203
4255
|
.xl\:tsystem-min-w_900px {
|
|
4204
4256
|
min-width: 900px;
|
|
4205
4257
|
}
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4260
|
+
@media screen and (max-width: 87.4975rem) {
|
|
4261
|
+
.tsystem-show_1\.5xl {
|
|
4262
|
+
display: none;
|
|
4263
|
+
}
|
|
4206
4264
|
}
|
|
4207
4265
|
|
|
4208
4266
|
@media (hover: hover) and (pointer: fine) {
|