@tight-embedded/react 6.0.0 → 6.0.3
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 +271 -181
- package/dist/index.css.gz +0 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -1
- package/dist/index.js.gz +0 -0
- package/dist/index.js.map +1 -1
- package/dist/index.js.map.gz +0 -0
- package/package.json +4 -3
- package/dist/fonts/Inter-Bold.ttf +0 -0
- package/dist/fonts/Inter-Bold.ttf.gz +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf.gz +0 -0
- package/dist/fonts/Inter-Light.ttf +0 -0
- package/dist/fonts/Inter-Light.ttf.gz +0 -0
- package/dist/fonts/Inter-Medium.ttf +0 -0
- package/dist/fonts/Inter-Medium.ttf.gz +0 -0
- package/dist/fonts/Inter-Regular.ttf +0 -0
- package/dist/fonts/Inter-Regular.ttf.gz +0 -0
- package/dist/fonts/Inter-SemiBold.ttf +0 -0
- package/dist/fonts/Inter-SemiBold.ttf.gz +0 -0
- package/dist/inter.css +0 -36
- package/dist/inter.css.gz +0 -0
package/dist/index.css
CHANGED
|
@@ -175,9 +175,9 @@
|
|
|
175
175
|
--Tight-colors-surface-intent-action-hover: var(--Tight-colors-brand-action);
|
|
176
176
|
--Tight-colors-surface-intent-action-active: var(--Tight-colors-brand-action-strong);
|
|
177
177
|
--Tight-colors-surface-intent-action-disabled: var(--Tight-colors-surface-foreground-disabled);
|
|
178
|
-
--Tight-colors-surface-intent-action-
|
|
179
|
-
--Tight-colors-surface-intent-action-
|
|
180
|
-
--Tight-colors-surface-intent-action-
|
|
178
|
+
--Tight-colors-surface-intent-action-discreet: transparent;
|
|
179
|
+
--Tight-colors-surface-intent-action-discreet-hover: var(--Tight-colors-brand-action-weak);
|
|
180
|
+
--Tight-colors-surface-intent-action-discreet-active: var(--Tight-colors-brand-action);
|
|
181
181
|
--Tight-colors-surface-intent-success: var(--Tight-colors-brand-success-weak);
|
|
182
182
|
--Tight-colors-surface-intent-success-hover: var(--Tight-colors-brand-success);
|
|
183
183
|
--Tight-colors-surface-intent-success-active: var(--Tight-colors-brand-success-strong);
|
|
@@ -283,9 +283,11 @@
|
|
|
283
283
|
--Tight-colors-border-intent-action-disabled: var(--Tight-colors-border-layout);
|
|
284
284
|
--Tight-colors-money: var(--Tight-colors-typography-base);
|
|
285
285
|
--Tight-colors-money-positive: var(--Tight-colors-green700);
|
|
286
|
-
--Tight-colors-money-positive-weak: var(--Tight-colors-
|
|
286
|
+
--Tight-colors-money-positive-weak: var(--Tight-colors-green200);
|
|
287
|
+
--Tight-colors-money-positive-strong: var(--Tight-colors-green700);
|
|
287
288
|
--Tight-colors-money-negative: var(--Tight-colors-red700);
|
|
288
|
-
--Tight-colors-money-negative-weak: var(--Tight-colors-
|
|
289
|
+
--Tight-colors-money-negative-weak: var(--Tight-colors-red200);
|
|
290
|
+
--Tight-colors-money-negative-strong: var(--Tight-colors-red700);
|
|
289
291
|
--Tight-colors-overlay: rgba(0, 0, 0, 0.5);
|
|
290
292
|
--Tight-colors-transparent: transparent;
|
|
291
293
|
--Tight-colors-none: none;
|
|
@@ -554,6 +556,10 @@
|
|
|
554
556
|
padding: 0 25px;
|
|
555
557
|
}
|
|
556
558
|
|
|
559
|
+
.tsystem-bd_\{borderWidths\.lg\}_solid {
|
|
560
|
+
border: var(--Tight-borderWidths-lg) solid;
|
|
561
|
+
}
|
|
562
|
+
|
|
557
563
|
.tsystem-bg_surface\.foreground {
|
|
558
564
|
background: var(--Tight-colors-surface-foreground);
|
|
559
565
|
}
|
|
@@ -622,8 +628,12 @@
|
|
|
622
628
|
padding: 10px;
|
|
623
629
|
}
|
|
624
630
|
|
|
625
|
-
.tsystem-
|
|
626
|
-
|
|
631
|
+
.tsystem-p_16px_12px_16px_16px {
|
|
632
|
+
padding: 16px 12px 16px 16px;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.tsystem-p_16px_16px_16px_24px {
|
|
636
|
+
padding: 16px 16px 16px 24px;
|
|
627
637
|
}
|
|
628
638
|
|
|
629
639
|
.tsystem-p_20px {
|
|
@@ -634,10 +644,6 @@
|
|
|
634
644
|
padding: none;
|
|
635
645
|
}
|
|
636
646
|
|
|
637
|
-
.tsystem-p_20px_16px_8px_16px {
|
|
638
|
-
padding: 20px 16px 8px 16px;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
647
|
.tsystem-bg_foreground {
|
|
642
648
|
background: foreground;
|
|
643
649
|
}
|
|
@@ -646,10 +652,6 @@
|
|
|
646
652
|
padding: 10px 8px;
|
|
647
653
|
}
|
|
648
654
|
|
|
649
|
-
.tsystem-bd_\{borderWidths\.lg\}_solid {
|
|
650
|
-
border: var(--Tight-borderWidths-lg) solid;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
655
|
.tsystem-bg_surface\.intent\.danger\.opaque {
|
|
654
656
|
background: var(--Tight-colors-surface-intent-danger-opaque);
|
|
655
657
|
}
|
|
@@ -666,6 +668,10 @@
|
|
|
666
668
|
padding: 4px 8px;
|
|
667
669
|
}
|
|
668
670
|
|
|
671
|
+
.tsystem-p_10px_12px_10px_15px {
|
|
672
|
+
padding: 10px 12px 10px 15px;
|
|
673
|
+
}
|
|
674
|
+
|
|
669
675
|
.tsystem-p_20px_16px {
|
|
670
676
|
padding: 20px 16px;
|
|
671
677
|
}
|
|
@@ -694,8 +700,12 @@
|
|
|
694
700
|
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
695
701
|
}
|
|
696
702
|
|
|
697
|
-
.tsystem-
|
|
698
|
-
|
|
703
|
+
.tsystem-bd_\{borderWidths\.md\}_solid_\{colors\.border\.layout\} {
|
|
704
|
+
border: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout);
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.tsystem-p_26px {
|
|
708
|
+
padding: 26px;
|
|
699
709
|
}
|
|
700
710
|
|
|
701
711
|
.tsystem-p_15px_15px_0_15px {
|
|
@@ -947,6 +957,10 @@
|
|
|
947
957
|
gap: 4px;
|
|
948
958
|
}
|
|
949
959
|
|
|
960
|
+
.tsystem-bdr_9999 {
|
|
961
|
+
border-radius: 9999px;
|
|
962
|
+
}
|
|
963
|
+
|
|
950
964
|
.tsystem-gap_5 {
|
|
951
965
|
gap: 5px;
|
|
952
966
|
}
|
|
@@ -963,8 +977,8 @@
|
|
|
963
977
|
flex: 1 1 0;
|
|
964
978
|
}
|
|
965
979
|
|
|
966
|
-
.tsystem-
|
|
967
|
-
|
|
980
|
+
.tsystem-ovs-b_contain {
|
|
981
|
+
overscroll-behavior: contain;
|
|
968
982
|
}
|
|
969
983
|
|
|
970
984
|
.tsystem-gap_2px {
|
|
@@ -987,10 +1001,6 @@
|
|
|
987
1001
|
border-radius: var(--Tight-radii-zero);
|
|
988
1002
|
}
|
|
989
1003
|
|
|
990
|
-
.tsystem-py_10px {
|
|
991
|
-
padding-block: 10px;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
1004
|
.tsystem-gap_0 {
|
|
995
1005
|
gap: 0;
|
|
996
1006
|
}
|
|
@@ -1019,10 +1029,6 @@
|
|
|
1019
1029
|
gap: 9px;
|
|
1020
1030
|
}
|
|
1021
1031
|
|
|
1022
|
-
.tsystem-bd-c_border\.layout\.weak {
|
|
1023
|
-
border-color: var(--Tight-colors-border-layout-weak);
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
1032
|
.tsystem-bd-b_\{borderWidths\.md\}_solid_\{colors\.border\.layout\.weak\} {
|
|
1027
1033
|
border-bottom: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
1028
1034
|
}
|
|
@@ -1039,8 +1045,12 @@
|
|
|
1039
1045
|
border-right: none;
|
|
1040
1046
|
}
|
|
1041
1047
|
|
|
1042
|
-
.tsystem-
|
|
1043
|
-
|
|
1048
|
+
.tsystem-gap_14px {
|
|
1049
|
+
gap: 14px;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.tsystem-px_16px_12px {
|
|
1053
|
+
padding-inline: 16px 12px;
|
|
1044
1054
|
}
|
|
1045
1055
|
|
|
1046
1056
|
.tsystem-bd-t_1px_solid {
|
|
@@ -1055,6 +1065,10 @@
|
|
|
1055
1065
|
border-top: var(--Tight-borderWidths-md) solid var(--Tight-colors-border-layout-weak);
|
|
1056
1066
|
}
|
|
1057
1067
|
|
|
1068
|
+
.tsystem-px_16px {
|
|
1069
|
+
padding-inline: 16px;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1058
1072
|
.tsystem-bd-w_1px {
|
|
1059
1073
|
border-width: 1px;
|
|
1060
1074
|
}
|
|
@@ -1087,6 +1101,10 @@
|
|
|
1087
1101
|
gap: 10px;
|
|
1088
1102
|
}
|
|
1089
1103
|
|
|
1104
|
+
.tsystem-bd-b_none {
|
|
1105
|
+
border-bottom: none;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1090
1108
|
.tsystem-bdr_9999px {
|
|
1091
1109
|
border-radius: 9999px;
|
|
1092
1110
|
}
|
|
@@ -1139,6 +1157,10 @@
|
|
|
1139
1157
|
text-emphasis: none;
|
|
1140
1158
|
}
|
|
1141
1159
|
|
|
1160
|
+
.tsystem-ov_auto {
|
|
1161
|
+
overflow: auto;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1142
1164
|
.tsystem-gap_30px {
|
|
1143
1165
|
gap: 30px;
|
|
1144
1166
|
}
|
|
@@ -1159,6 +1181,18 @@
|
|
|
1159
1181
|
gap: 6px;
|
|
1160
1182
|
}
|
|
1161
1183
|
|
|
1184
|
+
.tsystem-bd-l_4px_solid_transparent {
|
|
1185
|
+
border-left: 4px solid transparent;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.tsystem-bd-l_4px_solid {
|
|
1189
|
+
border-left: 4px solid;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.tsystem-bd-c_surface\.intent\.action\.active {
|
|
1193
|
+
border-color: var(--Tight-colors-surface-intent-action-active);
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1162
1196
|
.tsystem-d_inline-flex {
|
|
1163
1197
|
display: inline-flex;
|
|
1164
1198
|
}
|
|
@@ -1183,8 +1217,8 @@
|
|
|
1183
1217
|
color: var(--Tight-colors-typography-intent-secondary);
|
|
1184
1218
|
}
|
|
1185
1219
|
|
|
1186
|
-
.tsystem-bg-c_surface\.intent\.action\.
|
|
1187
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
1220
|
+
.tsystem-bg-c_surface\.intent\.action\.discreet {
|
|
1221
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet);
|
|
1188
1222
|
}
|
|
1189
1223
|
|
|
1190
1224
|
.tsystem-fs_md {
|
|
@@ -1227,6 +1261,18 @@
|
|
|
1227
1261
|
color: var(--Tight-colors-typography-contrast);
|
|
1228
1262
|
}
|
|
1229
1263
|
|
|
1264
|
+
.tsystem-flex-d_row {
|
|
1265
|
+
flex-direction: row;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.tsystem-jc_space-between {
|
|
1269
|
+
justify-content: space-between;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.tsystem-bg-c_surface\.foreground {
|
|
1273
|
+
background-color: var(--Tight-colors-surface-foreground);
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1230
1276
|
.tsystem-tov_ellipsis {
|
|
1231
1277
|
text-overflow: ellipsis;
|
|
1232
1278
|
}
|
|
@@ -1263,10 +1309,6 @@
|
|
|
1263
1309
|
text-align: right;
|
|
1264
1310
|
}
|
|
1265
1311
|
|
|
1266
|
-
.tsystem-bg-c_surface\.foreground {
|
|
1267
|
-
background-color: var(--Tight-colors-surface-foreground);
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
1312
|
.tsystem-ai_flex-start {
|
|
1271
1313
|
align-items: flex-start;
|
|
1272
1314
|
}
|
|
@@ -1275,10 +1317,6 @@
|
|
|
1275
1317
|
align-items: flex-end;
|
|
1276
1318
|
}
|
|
1277
1319
|
|
|
1278
|
-
.tsystem-flex-d_row {
|
|
1279
|
-
flex-direction: row;
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
1320
|
.tsystem-ta_left {
|
|
1283
1321
|
text-align: left;
|
|
1284
1322
|
}
|
|
@@ -1291,6 +1329,14 @@
|
|
|
1291
1329
|
display: none;
|
|
1292
1330
|
}
|
|
1293
1331
|
|
|
1332
|
+
.tsystem-bg-c_money\.positive\.weak {
|
|
1333
|
+
background-color: var(--Tight-colors-money-positive-weak);
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.tsystem-bg-c_money\.negative\.weak {
|
|
1337
|
+
background-color: var(--Tight-colors-money-negative-weak);
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1294
1340
|
.tsystem-bg-c_surface\.intent\.secondary {
|
|
1295
1341
|
background-color: var(--Tight-colors-surface-intent-secondary);
|
|
1296
1342
|
}
|
|
@@ -1307,10 +1353,6 @@
|
|
|
1307
1353
|
position: static;
|
|
1308
1354
|
}
|
|
1309
1355
|
|
|
1310
|
-
.tsystem-jc_space-between {
|
|
1311
|
-
justify-content: space-between;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
1356
|
.tsystem-flex-sh_1 {
|
|
1315
1357
|
flex-shrink: 1;
|
|
1316
1358
|
}
|
|
@@ -1375,6 +1417,10 @@
|
|
|
1375
1417
|
justify-content: end;
|
|
1376
1418
|
}
|
|
1377
1419
|
|
|
1420
|
+
.tsystem-bg-c_typography\.base {
|
|
1421
|
+
background-color: var(--Tight-colors-typography-base);
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1378
1424
|
.tsystem-bg-c_border\.layout {
|
|
1379
1425
|
background-color: var(--Tight-colors-border-layout);
|
|
1380
1426
|
}
|
|
@@ -1479,14 +1525,14 @@
|
|
|
1479
1525
|
stroke: var(--Tight-colors-icon-intent-action-active);
|
|
1480
1526
|
}
|
|
1481
1527
|
|
|
1482
|
-
.tsystem-fill_transparent {
|
|
1483
|
-
fill: var(--Tight-colors-transparent);
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
1528
|
.tsystem-obj-f_contain {
|
|
1487
1529
|
object-fit: contain;
|
|
1488
1530
|
}
|
|
1489
1531
|
|
|
1532
|
+
.tsystem-fill_transparent {
|
|
1533
|
+
fill: var(--Tight-colors-transparent);
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1490
1536
|
.tsystem-c_typography\.intent\.action {
|
|
1491
1537
|
color: var(--Tight-colors-typography-intent-action);
|
|
1492
1538
|
}
|
|
@@ -1613,6 +1659,14 @@
|
|
|
1613
1659
|
flex-wrap: wrap;
|
|
1614
1660
|
}
|
|
1615
1661
|
|
|
1662
|
+
.tsystem-rg_10px {
|
|
1663
|
+
row-gap: 10px;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
.tsystem-cg_max\(10px\,_calc\(50\%_-_600px\)\) {
|
|
1667
|
+
column-gap: max(10px, calc(50% - 600px));
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1616
1670
|
.tsystem-c_icon\.intent\.primary {
|
|
1617
1671
|
color: var(--Tight-colors-icon-intent-primary);
|
|
1618
1672
|
}
|
|
@@ -1633,6 +1687,10 @@
|
|
|
1633
1687
|
font-weight: var(--Tight-fontWeights-label);
|
|
1634
1688
|
}
|
|
1635
1689
|
|
|
1690
|
+
.tsystem-c_typography\.base\.weak {
|
|
1691
|
+
color: var(--Tight-colors-typography-base-weak);
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1636
1694
|
.tsystem-c_typography\.label {
|
|
1637
1695
|
color: var(--Tight-colors-typography-label);
|
|
1638
1696
|
}
|
|
@@ -1673,10 +1731,6 @@
|
|
|
1673
1731
|
-webkit-box-orient: vertical;
|
|
1674
1732
|
}
|
|
1675
1733
|
|
|
1676
|
-
.tsystem-c_typography\.base\.weak {
|
|
1677
|
-
color: var(--Tight-colors-typography-base-weak);
|
|
1678
|
-
}
|
|
1679
|
-
|
|
1680
1734
|
.tsystem-trf_rotate\(-20deg\) {
|
|
1681
1735
|
transform: rotate(-20deg);
|
|
1682
1736
|
}
|
|
@@ -1725,10 +1779,6 @@
|
|
|
1725
1779
|
font-weight: var(--Tight-fontWeights-heading);
|
|
1726
1780
|
}
|
|
1727
1781
|
|
|
1728
|
-
.tsystem-fs_heading {
|
|
1729
|
-
font-size: var(--Tight-fontSizes-heading);
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
1782
|
.tsystem-ff_heading {
|
|
1733
1783
|
font-family: var(--Tight-fonts-heading);
|
|
1734
1784
|
}
|
|
@@ -1810,14 +1860,14 @@
|
|
|
1810
1860
|
user-select: none;
|
|
1811
1861
|
}
|
|
1812
1862
|
|
|
1813
|
-
.tsystem-c_brand\.danger {
|
|
1814
|
-
color: var(--Tight-colors-brand-danger);
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
1863
|
.tsystem-c_brand\.primary\.weak {
|
|
1818
1864
|
color: var(--Tight-colors-brand-primary-weak);
|
|
1819
1865
|
}
|
|
1820
1866
|
|
|
1867
|
+
.tsystem-c_brand\.danger {
|
|
1868
|
+
color: var(--Tight-colors-brand-danger);
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1821
1871
|
.tsystem-d_block {
|
|
1822
1872
|
display: block;
|
|
1823
1873
|
}
|
|
@@ -1879,10 +1929,6 @@
|
|
|
1879
1929
|
stroke: var(--Tight-colors-icon-base-weak);
|
|
1880
1930
|
}
|
|
1881
1931
|
|
|
1882
|
-
.tsystem-ai_flexStart {
|
|
1883
|
-
align-items: flexStart;
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
1932
|
.tsystem-stk_icon\.base {
|
|
1887
1933
|
stroke: var(--Tight-colors-icon-base);
|
|
1888
1934
|
}
|
|
@@ -1986,14 +2032,14 @@
|
|
|
1986
2032
|
stroke: var(--Tight-colors-border-layout);
|
|
1987
2033
|
}
|
|
1988
2034
|
|
|
1989
|
-
.tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
|
|
1990
|
-
fill: var(--Tight-colors-money-negative-weak);
|
|
1991
|
-
}
|
|
1992
|
-
|
|
1993
2035
|
.tsystem-fill_var\(--Tight-colors-money-positive-weak\) {
|
|
1994
2036
|
fill: var(--Tight-colors-money-positive-weak);
|
|
1995
2037
|
}
|
|
1996
2038
|
|
|
2039
|
+
.tsystem-fill_var\(--Tight-colors-money-negative-weak\) {
|
|
2040
|
+
fill: var(--Tight-colors-money-negative-weak);
|
|
2041
|
+
}
|
|
2042
|
+
|
|
1997
2043
|
.tsystem-c_var\(--Tight-colors-money-positive-weak\) {
|
|
1998
2044
|
color: var(--Tight-colors-money-positive-weak);
|
|
1999
2045
|
}
|
|
@@ -2010,12 +2056,12 @@
|
|
|
2010
2056
|
color: var(--Tight-colors-money-negative);
|
|
2011
2057
|
}
|
|
2012
2058
|
|
|
2013
|
-
.tsystem-
|
|
2014
|
-
|
|
2059
|
+
.tsystem-c_positive {
|
|
2060
|
+
color: positive;
|
|
2015
2061
|
}
|
|
2016
2062
|
|
|
2017
|
-
.tsystem-
|
|
2018
|
-
|
|
2063
|
+
.tsystem-c_negative {
|
|
2064
|
+
color: negative;
|
|
2019
2065
|
}
|
|
2020
2066
|
|
|
2021
2067
|
.tsystem-va_top {
|
|
@@ -2026,12 +2072,12 @@
|
|
|
2026
2072
|
stroke-dasharray: 0;
|
|
2027
2073
|
}
|
|
2028
2074
|
|
|
2029
|
-
.tsystem-fill_var\(--Tight-colors-money-positive\) {
|
|
2030
|
-
fill: var(--Tight-colors-money-positive);
|
|
2075
|
+
.tsystem-fill_var\(--Tight-colors-money-positive-strong\) {
|
|
2076
|
+
fill: var(--Tight-colors-money-positive-strong);
|
|
2031
2077
|
}
|
|
2032
2078
|
|
|
2033
|
-
.tsystem-fill_var\(--Tight-colors-money-negative\) {
|
|
2034
|
-
fill: var(--Tight-colors-money-negative);
|
|
2079
|
+
.tsystem-fill_var\(--Tight-colors-money-negative-strong\) {
|
|
2080
|
+
fill: var(--Tight-colors-money-negative-strong);
|
|
2035
2081
|
}
|
|
2036
2082
|
|
|
2037
2083
|
.tsystem-fill_var\(--Tight-colors-border-layout\) {
|
|
@@ -2058,12 +2104,12 @@
|
|
|
2058
2104
|
stroke-width: 1;
|
|
2059
2105
|
}
|
|
2060
2106
|
|
|
2061
|
-
.tsystem-
|
|
2062
|
-
|
|
2107
|
+
.tsystem-bar1_positive {
|
|
2108
|
+
bar1: positive;
|
|
2063
2109
|
}
|
|
2064
2110
|
|
|
2065
|
-
.tsystem-
|
|
2066
|
-
|
|
2111
|
+
.tsystem-bar2_negative {
|
|
2112
|
+
bar2: negative;
|
|
2067
2113
|
}
|
|
2068
2114
|
|
|
2069
2115
|
.tsystem-z_100 {
|
|
@@ -2074,8 +2120,12 @@
|
|
|
2074
2120
|
white-space: wrap;
|
|
2075
2121
|
}
|
|
2076
2122
|
|
|
2077
|
-
.tsystem-
|
|
2078
|
-
|
|
2123
|
+
.tsystem-ff_Duplet_Regular\,_sans-serif {
|
|
2124
|
+
font-family: Duplet Regular, sans-serif;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
.tsystem-bg-c_surface\.intent\.action\.discreet\.hover {
|
|
2128
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
2079
2129
|
}
|
|
2080
2130
|
|
|
2081
2131
|
.tsystem-max-w_100\% {
|
|
@@ -2086,6 +2136,14 @@
|
|
|
2086
2136
|
width: fit-content;
|
|
2087
2137
|
}
|
|
2088
2138
|
|
|
2139
|
+
.tsystem-h_55px {
|
|
2140
|
+
height: 55px;
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
.tsystem-min-h_55px {
|
|
2144
|
+
min-height: 55px;
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2089
2147
|
.tsystem-w_50px {
|
|
2090
2148
|
width: 50px;
|
|
2091
2149
|
}
|
|
@@ -2262,6 +2320,22 @@
|
|
|
2262
2320
|
padding-bottom: 16px;
|
|
2263
2321
|
}
|
|
2264
2322
|
|
|
2323
|
+
.tsystem-max-h_8 {
|
|
2324
|
+
max-height: 8px;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
.tsystem-min-h_8 {
|
|
2328
|
+
min-height: 8px;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
.tsystem-max-w_8 {
|
|
2332
|
+
max-width: 8px;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
.tsystem-min-w_8 {
|
|
2336
|
+
min-width: 8px;
|
|
2337
|
+
}
|
|
2338
|
+
|
|
2265
2339
|
.tsystem-pl_16 {
|
|
2266
2340
|
padding-left: 16px;
|
|
2267
2341
|
}
|
|
@@ -2354,24 +2428,8 @@
|
|
|
2354
2428
|
min-width: 128px;
|
|
2355
2429
|
}
|
|
2356
2430
|
|
|
2357
|
-
.tsystem-
|
|
2358
|
-
|
|
2359
|
-
}
|
|
2360
|
-
|
|
2361
|
-
.tsystem-h_0 {
|
|
2362
|
-
height: 0;
|
|
2363
|
-
}
|
|
2364
|
-
|
|
2365
|
-
.tsystem-max-w_0 {
|
|
2366
|
-
max-width: 0;
|
|
2367
|
-
}
|
|
2368
|
-
|
|
2369
|
-
.tsystem-w_100dvw {
|
|
2370
|
-
width: 100dvw;
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
.tsystem-max-h_100dvh {
|
|
2374
|
-
max-height: 100dvh;
|
|
2431
|
+
.tsystem-min-h_100\% {
|
|
2432
|
+
min-height: 100%;
|
|
2375
2433
|
}
|
|
2376
2434
|
|
|
2377
2435
|
.tsystem-min-h_36px {
|
|
@@ -2478,8 +2536,8 @@
|
|
|
2478
2536
|
height: 60px;
|
|
2479
2537
|
}
|
|
2480
2538
|
|
|
2481
|
-
.tsystem-
|
|
2482
|
-
margin-top:
|
|
2539
|
+
.tsystem-mt_16px {
|
|
2540
|
+
margin-top: 16px;
|
|
2483
2541
|
}
|
|
2484
2542
|
|
|
2485
2543
|
.tsystem-max-w_1440px {
|
|
@@ -2638,16 +2696,28 @@
|
|
|
2638
2696
|
width: 26px;
|
|
2639
2697
|
}
|
|
2640
2698
|
|
|
2641
|
-
.tsystem-
|
|
2642
|
-
|
|
2699
|
+
.tsystem-max-w_1150px {
|
|
2700
|
+
max-width: 1150px;
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
.tsystem-mb_42px {
|
|
2704
|
+
margin-bottom: 42px;
|
|
2643
2705
|
}
|
|
2644
2706
|
|
|
2645
2707
|
.tsystem-max-w_1440 {
|
|
2646
2708
|
max-width: 1440px;
|
|
2647
2709
|
}
|
|
2648
2710
|
|
|
2649
|
-
.tsystem-
|
|
2650
|
-
|
|
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;
|
|
2651
2721
|
}
|
|
2652
2722
|
|
|
2653
2723
|
.tsystem-pl_15px {
|
|
@@ -2734,14 +2804,6 @@
|
|
|
2734
2804
|
width: 75px;
|
|
2735
2805
|
}
|
|
2736
2806
|
|
|
2737
|
-
.tsystem-h_55px {
|
|
2738
|
-
height: 55px;
|
|
2739
|
-
}
|
|
2740
|
-
|
|
2741
|
-
.tsystem-min-h_55px {
|
|
2742
|
-
min-height: 55px;
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
2807
|
.tsystem-max-w_1 {
|
|
2746
2808
|
max-width: 1px;
|
|
2747
2809
|
}
|
|
@@ -2822,12 +2884,12 @@
|
|
|
2822
2884
|
padding-left: 25px;
|
|
2823
2885
|
}
|
|
2824
2886
|
|
|
2825
|
-
.tsystem-
|
|
2826
|
-
|
|
2887
|
+
.tsystem-pr_20px {
|
|
2888
|
+
padding-right: 20px;
|
|
2827
2889
|
}
|
|
2828
2890
|
|
|
2829
|
-
.tsystem-
|
|
2830
|
-
|
|
2891
|
+
.tsystem-w_300px {
|
|
2892
|
+
width: 300px;
|
|
2831
2893
|
}
|
|
2832
2894
|
|
|
2833
2895
|
.tsystem-top_20 {
|
|
@@ -2966,12 +3028,12 @@
|
|
|
2966
3028
|
margin-left: auto;
|
|
2967
3029
|
}
|
|
2968
3030
|
|
|
2969
|
-
.tsystem-
|
|
2970
|
-
width:
|
|
3031
|
+
.tsystem-min-w_175px {
|
|
3032
|
+
min-width: 175px;
|
|
2971
3033
|
}
|
|
2972
3034
|
|
|
2973
|
-
.tsystem-
|
|
2974
|
-
|
|
3035
|
+
.tsystem-max-w_175px {
|
|
3036
|
+
max-width: 175px;
|
|
2975
3037
|
}
|
|
2976
3038
|
|
|
2977
3039
|
.\[\&\[data-haserror\=\'true\'\]\]\:tsystem-bd_\{borderWidths\.lg\}_solid[data-haserror='true'] {
|
|
@@ -3160,8 +3222,8 @@
|
|
|
3160
3222
|
background-color: var(--Tight-colors-currentColor);
|
|
3161
3223
|
}
|
|
3162
3224
|
|
|
3163
|
-
.\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.
|
|
3164
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3225
|
+
.\[\&\[data-state\=\'open\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-state='open'] {
|
|
3226
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3165
3227
|
}
|
|
3166
3228
|
|
|
3167
3229
|
.\[\&\:\:placeholder\]\:tsystem-c_typography\.base\.weak::placeholder {
|
|
@@ -3184,8 +3246,8 @@
|
|
|
3184
3246
|
cursor: default;
|
|
3185
3247
|
}
|
|
3186
3248
|
|
|
3187
|
-
.\[\&\[data-selected\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.
|
|
3188
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3249
|
+
.\[\&\[data-selected\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-selected='true'] {
|
|
3250
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3189
3251
|
}
|
|
3190
3252
|
|
|
3191
3253
|
.\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-content_\'\'[data-today='true']::after {
|
|
@@ -3208,12 +3270,12 @@
|
|
|
3208
3270
|
box-shadow: none;
|
|
3209
3271
|
}
|
|
3210
3272
|
|
|
3211
|
-
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.
|
|
3212
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3273
|
+
.\[\&\[data-focused\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover[data-focused='true'] {
|
|
3274
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
3213
3275
|
}
|
|
3214
3276
|
|
|
3215
|
-
.\[\&\[data-active\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.
|
|
3216
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3277
|
+
.\[\&\[data-active\=\'true\'\]\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true'] {
|
|
3278
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3217
3279
|
}
|
|
3218
3280
|
|
|
3219
3281
|
.\[\&_path\]\:tsystem-stk_surface\.foreground path {
|
|
@@ -3288,6 +3350,26 @@
|
|
|
3288
3350
|
bottom: -10px;
|
|
3289
3351
|
}
|
|
3290
3352
|
|
|
3353
|
+
.first\:tsystem-bdr-tl_sm:first-child {
|
|
3354
|
+
border-top-left-radius: var(--Tight-radii-sm);
|
|
3355
|
+
}
|
|
3356
|
+
|
|
3357
|
+
.first\:tsystem-bdr-bl_sm:first-child {
|
|
3358
|
+
border-bottom-left-radius: var(--Tight-radii-sm);
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
|
+
.last\:tsystem-bdr-tr_sm:last-child {
|
|
3362
|
+
border-top-right-radius: var(--Tight-radii-sm);
|
|
3363
|
+
}
|
|
3364
|
+
|
|
3365
|
+
.last\:tsystem-bdr-br_sm:last-child {
|
|
3366
|
+
border-bottom-right-radius: var(--Tight-radii-sm);
|
|
3367
|
+
}
|
|
3368
|
+
|
|
3369
|
+
.\[\&_\>_\*_\+_\*\]\:tsystem-ml_-1px > * + * {
|
|
3370
|
+
margin-left: -1px;
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3291
3373
|
.\[\&\[data-today\=\'true\'\]\:\:after\]\:tsystem-bottom_3px[data-today='true']::after {
|
|
3292
3374
|
bottom: 3px;
|
|
3293
3375
|
}
|
|
@@ -3479,8 +3561,8 @@
|
|
|
3479
3561
|
outline-offset: 2px;
|
|
3480
3562
|
}
|
|
3481
3563
|
|
|
3482
|
-
.focus\:tsystem-
|
|
3483
|
-
z-index:
|
|
3564
|
+
.focus\:tsystem-z_2:is(:focus, [data-focus]) {
|
|
3565
|
+
z-index: 2;
|
|
3484
3566
|
}
|
|
3485
3567
|
|
|
3486
3568
|
.\[\&\:focus\]\:tsystem-cursor_text:focus {
|
|
@@ -3523,8 +3605,12 @@
|
|
|
3523
3605
|
background-color: var(--Tight-colors-brand-action-opaque);
|
|
3524
3606
|
}
|
|
3525
3607
|
|
|
3526
|
-
.hover\:tsystem-
|
|
3527
|
-
|
|
3608
|
+
.hover\:tsystem-z_1:is(:hover, [data-hover]) {
|
|
3609
|
+
z-index: 1;
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3612
|
+
.hover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:is(:hover, [data-hover]) {
|
|
3613
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
3528
3614
|
}
|
|
3529
3615
|
|
|
3530
3616
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bd-c_transparent[data-active='true']:enabled {
|
|
@@ -3551,8 +3637,8 @@
|
|
|
3551
3637
|
border-color: var(--Tight-colors-border-intent-warning-active);
|
|
3552
3638
|
}
|
|
3553
3639
|
|
|
3554
|
-
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.
|
|
3555
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3640
|
+
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.discreet\.active[data-active='true']:enabled {
|
|
3641
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3556
3642
|
}
|
|
3557
3643
|
|
|
3558
3644
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-c_icon\.intent\.action\.active[data-active='true']:enabled {
|
|
@@ -3563,8 +3649,8 @@
|
|
|
3563
3649
|
fill: var(--Tight-colors-icon-intent-action-active);
|
|
3564
3650
|
}
|
|
3565
3651
|
|
|
3566
|
-
.active\:tsystem-bg-c_surface\.intent\.action\.
|
|
3567
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3652
|
+
.active\:tsystem-bg-c_surface\.intent\.action\.discreet\.active:is(:active, [data-active]) {
|
|
3653
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-active);
|
|
3568
3654
|
}
|
|
3569
3655
|
|
|
3570
3656
|
.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active:active:enabled,.\[\&\:active\:enabled\,_\&\[data-active\=\'true\'\]\:enabled\]\:tsystem-bg-c_surface\.intent\.action\.active[data-active='true']:enabled {
|
|
@@ -3708,8 +3794,8 @@
|
|
|
3708
3794
|
place-self: flex-end;
|
|
3709
3795
|
}
|
|
3710
3796
|
|
|
3711
|
-
.sm\:tsystem-bg-c_surface\.intent\.action\.
|
|
3712
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3797
|
+
.sm\:tsystem-bg-c_surface\.intent\.action\.discreet {
|
|
3798
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet);
|
|
3713
3799
|
}
|
|
3714
3800
|
|
|
3715
3801
|
.sm\:tsystem-fs_label\.strong {
|
|
@@ -3776,6 +3862,10 @@
|
|
|
3776
3862
|
text-align: start;
|
|
3777
3863
|
}
|
|
3778
3864
|
|
|
3865
|
+
.sm\:tsystem-flex-d_row {
|
|
3866
|
+
flex-direction: row;
|
|
3867
|
+
}
|
|
3868
|
+
|
|
3779
3869
|
.sm\:tsystem-min-w_600px {
|
|
3780
3870
|
min-width: 600px;
|
|
3781
3871
|
}
|
|
@@ -3812,30 +3902,6 @@
|
|
|
3812
3902
|
max-width: 512px;
|
|
3813
3903
|
}
|
|
3814
3904
|
|
|
3815
|
-
.sm\:tsystem-w_100dvw {
|
|
3816
|
-
width: 100dvw;
|
|
3817
|
-
}
|
|
3818
|
-
|
|
3819
|
-
.sm\:tsystem-h_100dvh {
|
|
3820
|
-
height: 100dvh;
|
|
3821
|
-
}
|
|
3822
|
-
|
|
3823
|
-
.sm\:tsystem-min-w_100dvw {
|
|
3824
|
-
min-width: 100dvw;
|
|
3825
|
-
}
|
|
3826
|
-
|
|
3827
|
-
.sm\:tsystem-min-h_100dvh {
|
|
3828
|
-
min-height: 100dvh;
|
|
3829
|
-
}
|
|
3830
|
-
|
|
3831
|
-
.sm\:tsystem-max-h_100dvh {
|
|
3832
|
-
max-height: 100dvh;
|
|
3833
|
-
}
|
|
3834
|
-
|
|
3835
|
-
.sm\:tsystem-max-w_100dvw {
|
|
3836
|
-
max-width: 100dvw;
|
|
3837
|
-
}
|
|
3838
|
-
|
|
3839
3905
|
.sm\:tsystem-max-w_300 {
|
|
3840
3906
|
max-width: 300px;
|
|
3841
3907
|
}
|
|
@@ -3863,6 +3929,10 @@
|
|
|
3863
3929
|
.sm\:tsystem-max-w_392px {
|
|
3864
3930
|
max-width: 392px;
|
|
3865
3931
|
}
|
|
3932
|
+
|
|
3933
|
+
.sm\:tsystem-max-w_fit-content {
|
|
3934
|
+
max-width: fit-content;
|
|
3935
|
+
}
|
|
3866
3936
|
}
|
|
3867
3937
|
|
|
3868
3938
|
@media screen and (min-width: 40rem) {
|
|
@@ -3873,8 +3943,8 @@
|
|
|
3873
3943
|
|
|
3874
3944
|
@media screen and (min-width: 40rem) {
|
|
3875
3945
|
@media (hover: hover) and (pointer: fine) {
|
|
3876
|
-
.supportHover\:sm\:tsystem-bg-c_surface\.intent\.action\.
|
|
3877
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
3946
|
+
.supportHover\:sm\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:hover {
|
|
3947
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
3878
3948
|
}
|
|
3879
3949
|
}
|
|
3880
3950
|
}
|
|
@@ -3918,8 +3988,8 @@
|
|
|
3918
3988
|
border: var(--Tight-borderWidths-lg) solid var(--Tight-colors-border-layout);
|
|
3919
3989
|
}
|
|
3920
3990
|
|
|
3921
|
-
.xl\:tsystem-
|
|
3922
|
-
padding:
|
|
3991
|
+
.xl\:tsystem-p_16px {
|
|
3992
|
+
padding: 16px;
|
|
3923
3993
|
}
|
|
3924
3994
|
|
|
3925
3995
|
.xl\:tsystem-p_0_10px {
|
|
@@ -3958,6 +4028,14 @@
|
|
|
3958
4028
|
border-radius: borderWidths.sm;
|
|
3959
4029
|
}
|
|
3960
4030
|
|
|
4031
|
+
.xl\:tsystem-ovs-b_none {
|
|
4032
|
+
overscroll-behavior: none;
|
|
4033
|
+
}
|
|
4034
|
+
|
|
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
|
+
|
|
3961
4039
|
.xl\:tsystem-gap_12px {
|
|
3962
4040
|
gap: 12px;
|
|
3963
4041
|
}
|
|
@@ -4002,6 +4080,10 @@
|
|
|
4002
4080
|
align-self: stretch;
|
|
4003
4081
|
}
|
|
4004
4082
|
|
|
4083
|
+
.xl\:tsystem-bg-c_overlay {
|
|
4084
|
+
background-color: var(--Tight-colors-overlay);
|
|
4085
|
+
}
|
|
4086
|
+
|
|
4005
4087
|
.xl\:tsystem-lh_16px {
|
|
4006
4088
|
line-height: 16px;
|
|
4007
4089
|
}
|
|
@@ -4026,10 +4108,6 @@
|
|
|
4026
4108
|
font-size: var(--Tight-fontSizes-md);
|
|
4027
4109
|
}
|
|
4028
4110
|
|
|
4029
|
-
.xl\:tsystem-fw_lg {
|
|
4030
|
-
font-weight: var(--Tight-fontWeights-lg);
|
|
4031
|
-
}
|
|
4032
|
-
|
|
4033
4111
|
.xl\:tsystem-fs_body {
|
|
4034
4112
|
font-size: var(--Tight-fontSizes-body);
|
|
4035
4113
|
}
|
|
@@ -4046,6 +4124,10 @@
|
|
|
4046
4124
|
font-size: var(--Tight-fontSizes-label-strongSub);
|
|
4047
4125
|
}
|
|
4048
4126
|
|
|
4127
|
+
.xl\:tsystem-fs_heading {
|
|
4128
|
+
font-size: var(--Tight-fontSizes-heading);
|
|
4129
|
+
}
|
|
4130
|
+
|
|
4049
4131
|
.xl\:tsystem-flex-d_column {
|
|
4050
4132
|
flex-direction: column;
|
|
4051
4133
|
}
|
|
@@ -4113,6 +4195,14 @@
|
|
|
4113
4195
|
.xl\:tsystem-h_60px {
|
|
4114
4196
|
height: 60px;
|
|
4115
4197
|
}
|
|
4198
|
+
|
|
4199
|
+
.xl\:tsystem-pt_8px {
|
|
4200
|
+
padding-top: 8px;
|
|
4201
|
+
}
|
|
4202
|
+
|
|
4203
|
+
.xl\:tsystem-min-w_900px {
|
|
4204
|
+
min-width: 900px;
|
|
4205
|
+
}
|
|
4116
4206
|
}
|
|
4117
4207
|
|
|
4118
4208
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4320,14 +4410,14 @@
|
|
|
4320
4410
|
}
|
|
4321
4411
|
|
|
4322
4412
|
@media (hover: hover) and (pointer: fine) {
|
|
4323
|
-
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.
|
|
4324
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
4413
|
+
.supportHover\:notDisabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not(:disabled, [disabled], [data-disabled]):hover {
|
|
4414
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4325
4415
|
}
|
|
4326
4416
|
}
|
|
4327
4417
|
|
|
4328
4418
|
@media (hover: hover) and (pointer: fine) {
|
|
4329
|
-
.supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.
|
|
4330
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
4419
|
+
.supportHover\:enabled\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:enabled:hover {
|
|
4420
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4331
4421
|
}
|
|
4332
4422
|
}
|
|
4333
4423
|
|
|
@@ -4380,8 +4470,8 @@
|
|
|
4380
4470
|
}
|
|
4381
4471
|
|
|
4382
4472
|
@media (hover: hover) and (pointer: fine) {
|
|
4383
|
-
.\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.
|
|
4384
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
4473
|
+
.\[\&\[data-state\=\'closed\'\]\[data-disablehover\=\'false\'\]\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover[data-state='closed'][data-disablehover='false']:hover {
|
|
4474
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4385
4475
|
}
|
|
4386
4476
|
}
|
|
4387
4477
|
|
|
@@ -4398,8 +4488,8 @@
|
|
|
4398
4488
|
}
|
|
4399
4489
|
|
|
4400
4490
|
@media (hover: hover) and (pointer: fine) {
|
|
4401
|
-
.\[\&\:not\(\[data-state\]\)\[data-disablehover\=\'false\'\]\:not\(\:focus-within\)\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.
|
|
4402
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
4491
|
+
.\[\&\:not\(\[data-state\]\)\[data-disablehover\=\'false\'\]\:not\(\:focus-within\)\]\:supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:not([data-state])[data-disablehover='false']:not(:focus-within):hover {
|
|
4492
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4403
4493
|
}
|
|
4404
4494
|
}
|
|
4405
4495
|
|
|
@@ -4500,8 +4590,8 @@
|
|
|
4500
4590
|
}
|
|
4501
4591
|
|
|
4502
4592
|
@media (hover: hover) and (pointer: fine) {
|
|
4503
|
-
.supportHover\:tsystem-bg-c_surface\.intent\.action\.
|
|
4504
|
-
background-color: var(--Tight-colors-surface-intent-action-
|
|
4593
|
+
.supportHover\:tsystem-bg-c_surface\.intent\.action\.discreet\.hover:hover {
|
|
4594
|
+
background-color: var(--Tight-colors-surface-intent-action-discreet-hover);
|
|
4505
4595
|
}
|
|
4506
4596
|
}
|
|
4507
4597
|
|