@crowdstrike/tailwind-toucan-base 3.5.1 → 4.1.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/index.css +921 -13
- package/index.d.ts +150 -0
- package/package.json +18 -16
- package/src/plugins/typography.js +109 -25
- package/src/theme-data.js +150 -0
- package/src/themes.json +150 -0
- package/toucan.css +921 -13
package/toucan.css
CHANGED
@@ -628,6 +628,9 @@ video {
|
|
628
628
|
--informational: #9dc1fd;
|
629
629
|
--lines-dark: #09090c;
|
630
630
|
--lines-light: #14141a;
|
631
|
+
--border-reg: #4b4b58;
|
632
|
+
--border-faint: #383842;
|
633
|
+
--border-bold: #676c79;
|
631
634
|
--low: #cef2ce;
|
632
635
|
--medium: #ffcc00;
|
633
636
|
--mezzanine: #212121;
|
@@ -640,6 +643,7 @@ video {
|
|
640
643
|
--overlay-0\.5: #00000021;
|
641
644
|
--overlay-1: #00000040;
|
642
645
|
--overlay-2: #00000099;
|
646
|
+
--overlay-reverse-0\.5: #666666;
|
643
647
|
--positive: #06e5b7;
|
644
648
|
--primary-hover: #e1ecfe;
|
645
649
|
--primary-idle: #c8dcfe;
|
@@ -654,6 +658,7 @@ video {
|
|
654
658
|
--surface-lg: #343337;
|
655
659
|
--surface-md: #2d2c31;
|
656
660
|
--surface-xl: #38373c;
|
661
|
+
--surface-dash-widget: #000000;
|
657
662
|
--text-and-icons: #fafafa;
|
658
663
|
--titles-and-attributes: #e2e2e4;
|
659
664
|
}
|
@@ -692,6 +697,9 @@ video {
|
|
692
697
|
--informational: #5082d2;
|
693
698
|
--lines-dark: #d9d9d9;
|
694
699
|
--lines-light: #eeeeee;
|
700
|
+
--border-reg: #c8c8d0;
|
701
|
+
--border-faint: #dedee3;
|
702
|
+
--border-bold: #9c9caa;
|
695
703
|
--low: #649f64;
|
696
704
|
--medium: #edb000;
|
697
705
|
--mezzanine: #242424;
|
@@ -704,6 +712,7 @@ video {
|
|
704
712
|
--overlay-0\.5: #00000008;
|
705
713
|
--overlay-1: #0000000d;
|
706
714
|
--overlay-2: #00000026;
|
715
|
+
--overlay-reverse-0\.5: #999999;
|
707
716
|
--positive: #1b8e67;
|
708
717
|
--primary-hover: #168093;
|
709
718
|
--primary-idle: #036678;
|
@@ -718,6 +727,7 @@ video {
|
|
718
727
|
--surface-lg: #ffffff;
|
719
728
|
--surface-md: #ffffff;
|
720
729
|
--surface-xl: #ffffff;
|
730
|
+
--surface-dash-widget: #ffffff;
|
721
731
|
--text-and-icons: #202020;
|
722
732
|
--titles-and-attributes: #3d3d3d;
|
723
733
|
}
|
@@ -1029,130 +1039,213 @@ video {
|
|
1029
1039
|
}
|
1030
1040
|
|
1031
1041
|
.type-4xl {
|
1042
|
+
font-family: Calibre, sans-serif;
|
1032
1043
|
font-size: 3rem;
|
1033
|
-
line-height: 3.25rem;
|
1034
1044
|
font-weight: 500;
|
1035
1045
|
letter-spacing: -0.025em;
|
1046
|
+
line-height: 3.25rem;
|
1047
|
+
text-decoration: initial;
|
1048
|
+
text-rendering: initial;
|
1036
1049
|
}
|
1037
1050
|
|
1038
1051
|
.type-3xl {
|
1052
|
+
font-family: Calibre, sans-serif;
|
1039
1053
|
font-size: 2.5rem;
|
1040
|
-
line-height: 3rem;
|
1041
1054
|
font-weight: 500;
|
1042
1055
|
letter-spacing: -0.025em;
|
1056
|
+
line-height: 3rem;
|
1057
|
+
text-decoration: initial;
|
1058
|
+
text-rendering: initial;
|
1043
1059
|
}
|
1044
1060
|
|
1045
1061
|
.type-2xl {
|
1062
|
+
font-family: Calibre, sans-serif;
|
1046
1063
|
font-size: 2rem;
|
1047
|
-
line-height: 2.5rem;
|
1048
1064
|
font-weight: 500;
|
1065
|
+
letter-spacing: 0em;
|
1066
|
+
line-height: 2.5rem;
|
1067
|
+
text-decoration: initial;
|
1068
|
+
text-rendering: initial;
|
1049
1069
|
}
|
1050
1070
|
|
1051
1071
|
.type-xl {
|
1072
|
+
font-family: Calibre, sans-serif;
|
1052
1073
|
font-size: 1.5rem;
|
1053
|
-
line-height: 2rem;
|
1054
1074
|
font-weight: 500;
|
1075
|
+
letter-spacing: 0em;
|
1076
|
+
line-height: 2rem;
|
1077
|
+
text-decoration: initial;
|
1055
1078
|
text-rendering: geometricPrecision;
|
1056
1079
|
}
|
1057
1080
|
|
1058
1081
|
.type-lg {
|
1082
|
+
font-family: Calibre, sans-serif;
|
1059
1083
|
font-size: 1.25rem;
|
1084
|
+
font-weight: 400;
|
1085
|
+
letter-spacing: 0em;
|
1060
1086
|
line-height: 2rem;
|
1087
|
+
text-decoration: initial;
|
1088
|
+
text-rendering: initial;
|
1061
1089
|
}
|
1062
1090
|
|
1063
1091
|
.type-lg-medium {
|
1092
|
+
font-family: Calibre, sans-serif;
|
1064
1093
|
font-size: 1.25rem;
|
1065
|
-
line-height: 2rem;
|
1066
1094
|
font-weight: 500;
|
1095
|
+
letter-spacing: 0em;
|
1096
|
+
line-height: 2rem;
|
1097
|
+
text-decoration: initial;
|
1098
|
+
text-rendering: initial;
|
1067
1099
|
}
|
1068
1100
|
|
1069
1101
|
.type-lg-tight-medium {
|
1102
|
+
font-family: Calibre, sans-serif;
|
1070
1103
|
font-size: 1.25rem;
|
1071
|
-
line-height: 1.5rem;
|
1072
1104
|
font-weight: 500;
|
1105
|
+
letter-spacing: 0em;
|
1106
|
+
line-height: 1.5rem;
|
1107
|
+
text-decoration: initial;
|
1073
1108
|
text-rendering: geometricPrecision;
|
1074
1109
|
}
|
1075
1110
|
|
1076
1111
|
.type-md {
|
1112
|
+
font-family: Calibre, sans-serif;
|
1077
1113
|
font-size: 1rem;
|
1114
|
+
font-weight: 400;
|
1115
|
+
letter-spacing: 0em;
|
1078
1116
|
line-height: 1.5rem;
|
1117
|
+
text-decoration: initial;
|
1118
|
+
text-rendering: initial;
|
1079
1119
|
}
|
1080
1120
|
|
1081
1121
|
.type-md-medium {
|
1122
|
+
font-family: Calibre, sans-serif;
|
1082
1123
|
font-size: 1rem;
|
1083
|
-
line-height: 1.5rem;
|
1084
1124
|
font-weight: 500;
|
1125
|
+
letter-spacing: 0em;
|
1126
|
+
line-height: 1.5rem;
|
1127
|
+
text-decoration: initial;
|
1128
|
+
text-rendering: initial;
|
1085
1129
|
}
|
1086
1130
|
|
1087
1131
|
.type-md-underline {
|
1132
|
+
font-family: Calibre, sans-serif;
|
1088
1133
|
font-size: 1rem;
|
1134
|
+
font-weight: 400;
|
1135
|
+
letter-spacing: 0em;
|
1089
1136
|
line-height: 1.5rem;
|
1090
1137
|
text-decoration: underline;
|
1138
|
+
text-rendering: initial;
|
1091
1139
|
}
|
1092
1140
|
|
1093
1141
|
.type-md-tight {
|
1142
|
+
font-family: Calibre, sans-serif;
|
1094
1143
|
font-size: 1rem;
|
1144
|
+
font-weight: 400;
|
1145
|
+
letter-spacing: 0em;
|
1095
1146
|
line-height: 1.25rem;
|
1147
|
+
text-decoration: initial;
|
1148
|
+
text-rendering: initial;
|
1096
1149
|
}
|
1097
1150
|
|
1098
1151
|
.type-md-tight-medium {
|
1152
|
+
font-family: Calibre, sans-serif;
|
1099
1153
|
font-size: 1rem;
|
1100
|
-
line-height: 1.25rem;
|
1101
1154
|
font-weight: 500;
|
1155
|
+
letter-spacing: 0em;
|
1156
|
+
line-height: 1.25rem;
|
1157
|
+
text-decoration: initial;
|
1102
1158
|
text-rendering: geometricPrecision;
|
1103
1159
|
}
|
1104
1160
|
|
1105
1161
|
.type-md-tight-underline {
|
1162
|
+
font-family: Calibre, sans-serif;
|
1106
1163
|
font-size: 1rem;
|
1164
|
+
font-weight: 400;
|
1165
|
+
letter-spacing: 0em;
|
1107
1166
|
line-height: 1.25rem;
|
1108
1167
|
text-decoration: underline;
|
1168
|
+
text-rendering: initial;
|
1109
1169
|
}
|
1110
1170
|
|
1111
1171
|
.type-sm-mono {
|
1172
|
+
font-family: Monaco, monospace;
|
1112
1173
|
font-size: .875rem;
|
1174
|
+
font-weight: 400;
|
1175
|
+
letter-spacing: 0em;
|
1113
1176
|
line-height: 1.5rem;
|
1114
|
-
|
1177
|
+
text-decoration: initial;
|
1178
|
+
text-rendering: initial;
|
1115
1179
|
}
|
1116
1180
|
|
1117
1181
|
.type-sm-mono-tight {
|
1118
|
-
font-size: .875rem;
|
1119
1182
|
font-family: Monaco, monospace;
|
1183
|
+
font-size: .875rem;
|
1184
|
+
font-weight: 400;
|
1185
|
+
letter-spacing: 0em;
|
1120
1186
|
line-height: 1.25rem;
|
1187
|
+
text-decoration: initial;
|
1188
|
+
text-rendering: initial;
|
1121
1189
|
}
|
1122
1190
|
|
1123
1191
|
.type-sm-mono-underline {
|
1192
|
+
font-family: Monaco, monospace;
|
1124
1193
|
font-size: .875rem;
|
1194
|
+
font-weight: 400;
|
1195
|
+
letter-spacing: 0em;
|
1125
1196
|
line-height: 1.5rem;
|
1126
|
-
font-family: Monaco, monospace;
|
1127
1197
|
text-decoration: underline;
|
1198
|
+
text-rendering: initial;
|
1128
1199
|
}
|
1129
1200
|
|
1130
1201
|
.type-xs {
|
1202
|
+
font-family: Calibre, sans-serif;
|
1131
1203
|
font-size: .75rem;
|
1204
|
+
font-weight: 400;
|
1205
|
+
letter-spacing: 0em;
|
1132
1206
|
line-height: 1.25rem;
|
1207
|
+
text-decoration: initial;
|
1208
|
+
text-rendering: initial;
|
1133
1209
|
}
|
1134
1210
|
|
1135
1211
|
.type-xs-tight {
|
1212
|
+
font-family: Calibre, sans-serif;
|
1136
1213
|
font-size: .75rem;
|
1214
|
+
font-weight: 400;
|
1215
|
+
letter-spacing: 0em;
|
1137
1216
|
line-height: 1rem;
|
1217
|
+
text-decoration: initial;
|
1218
|
+
text-rendering: initial;
|
1138
1219
|
}
|
1139
1220
|
|
1140
1221
|
.type-xs-tight-underline {
|
1222
|
+
font-family: Calibre, sans-serif;
|
1141
1223
|
font-size: .75rem;
|
1224
|
+
font-weight: 400;
|
1225
|
+
letter-spacing: 0em;
|
1142
1226
|
line-height: 1rem;
|
1143
1227
|
text-decoration: underline;
|
1228
|
+
text-rendering: initial;
|
1144
1229
|
}
|
1145
1230
|
|
1146
1231
|
.type-xs-mono {
|
1232
|
+
font-family: Monaco, monospace;
|
1147
1233
|
font-size: .75rem;
|
1234
|
+
font-weight: 400;
|
1235
|
+
letter-spacing: 0em;
|
1148
1236
|
line-height: 1.5rem;
|
1149
|
-
|
1237
|
+
text-decoration: initial;
|
1238
|
+
text-rendering: initial;
|
1150
1239
|
}
|
1151
1240
|
|
1152
1241
|
.type-xxs-mono {
|
1242
|
+
font-family: Monaco, monospace;
|
1153
1243
|
font-size: .5625rem;
|
1244
|
+
font-weight: 400;
|
1245
|
+
letter-spacing: 0em;
|
1154
1246
|
line-height: 1rem;
|
1155
|
-
|
1247
|
+
text-decoration: initial;
|
1248
|
+
text-rendering: initial;
|
1156
1249
|
}
|
1157
1250
|
|
1158
1251
|
.geometric-precision-text {
|
@@ -20218,6 +20311,18 @@ video {
|
|
20218
20311
|
border-color: var(--lines-light);
|
20219
20312
|
}
|
20220
20313
|
|
20314
|
+
.divide-border-reg > :not([hidden]) ~ :not([hidden]) {
|
20315
|
+
border-color: var(--border-reg);
|
20316
|
+
}
|
20317
|
+
|
20318
|
+
.divide-border-faint > :not([hidden]) ~ :not([hidden]) {
|
20319
|
+
border-color: var(--border-faint);
|
20320
|
+
}
|
20321
|
+
|
20322
|
+
.divide-border-bold > :not([hidden]) ~ :not([hidden]) {
|
20323
|
+
border-color: var(--border-bold);
|
20324
|
+
}
|
20325
|
+
|
20221
20326
|
.divide-low > :not([hidden]) ~ :not([hidden]) {
|
20222
20327
|
border-color: var(--low);
|
20223
20328
|
}
|
@@ -20266,6 +20371,10 @@ video {
|
|
20266
20371
|
border-color: var(--overlay-2);
|
20267
20372
|
}
|
20268
20373
|
|
20374
|
+
.divide-overlay-reverse-0\.5 > :not([hidden]) ~ :not([hidden]) {
|
20375
|
+
border-color: var(--overlay-reverse-0\.5);
|
20376
|
+
}
|
20377
|
+
|
20269
20378
|
.divide-positive > :not([hidden]) ~ :not([hidden]) {
|
20270
20379
|
border-color: var(--positive);
|
20271
20380
|
}
|
@@ -20322,6 +20431,10 @@ video {
|
|
20322
20431
|
border-color: var(--surface-xl);
|
20323
20432
|
}
|
20324
20433
|
|
20434
|
+
.divide-surface-dash-widget > :not([hidden]) ~ :not([hidden]) {
|
20435
|
+
border-color: var(--surface-dash-widget);
|
20436
|
+
}
|
20437
|
+
|
20325
20438
|
.divide-text-and-icons > :not([hidden]) ~ :not([hidden]) {
|
20326
20439
|
border-color: var(--text-and-icons);
|
20327
20440
|
}
|
@@ -22589,6 +22702,18 @@ video {
|
|
22589
22702
|
border-color: var(--lines-light);
|
22590
22703
|
}
|
22591
22704
|
|
22705
|
+
.border-border-reg {
|
22706
|
+
border-color: var(--border-reg);
|
22707
|
+
}
|
22708
|
+
|
22709
|
+
.border-border-faint {
|
22710
|
+
border-color: var(--border-faint);
|
22711
|
+
}
|
22712
|
+
|
22713
|
+
.border-border-bold {
|
22714
|
+
border-color: var(--border-bold);
|
22715
|
+
}
|
22716
|
+
|
22592
22717
|
.border-low {
|
22593
22718
|
border-color: var(--low);
|
22594
22719
|
}
|
@@ -22637,6 +22762,10 @@ video {
|
|
22637
22762
|
border-color: var(--overlay-2);
|
22638
22763
|
}
|
22639
22764
|
|
22765
|
+
.border-overlay-reverse-0\.5 {
|
22766
|
+
border-color: var(--overlay-reverse-0\.5);
|
22767
|
+
}
|
22768
|
+
|
22640
22769
|
.border-positive {
|
22641
22770
|
border-color: var(--positive);
|
22642
22771
|
}
|
@@ -22693,6 +22822,10 @@ video {
|
|
22693
22822
|
border-color: var(--surface-xl);
|
22694
22823
|
}
|
22695
22824
|
|
22825
|
+
.border-surface-dash-widget {
|
22826
|
+
border-color: var(--surface-dash-widget);
|
22827
|
+
}
|
22828
|
+
|
22696
22829
|
.border-text-and-icons {
|
22697
22830
|
border-color: var(--text-and-icons);
|
22698
22831
|
}
|
@@ -22845,6 +22978,18 @@ video {
|
|
22845
22978
|
border-color: var(--lines-light);
|
22846
22979
|
}
|
22847
22980
|
|
22981
|
+
.hover\:border-border-reg:hover {
|
22982
|
+
border-color: var(--border-reg);
|
22983
|
+
}
|
22984
|
+
|
22985
|
+
.hover\:border-border-faint:hover {
|
22986
|
+
border-color: var(--border-faint);
|
22987
|
+
}
|
22988
|
+
|
22989
|
+
.hover\:border-border-bold:hover {
|
22990
|
+
border-color: var(--border-bold);
|
22991
|
+
}
|
22992
|
+
|
22848
22993
|
.hover\:border-low:hover {
|
22849
22994
|
border-color: var(--low);
|
22850
22995
|
}
|
@@ -22893,6 +23038,10 @@ video {
|
|
22893
23038
|
border-color: var(--overlay-2);
|
22894
23039
|
}
|
22895
23040
|
|
23041
|
+
.hover\:border-overlay-reverse-0\.5:hover {
|
23042
|
+
border-color: var(--overlay-reverse-0\.5);
|
23043
|
+
}
|
23044
|
+
|
22896
23045
|
.hover\:border-positive:hover {
|
22897
23046
|
border-color: var(--positive);
|
22898
23047
|
}
|
@@ -22949,6 +23098,10 @@ video {
|
|
22949
23098
|
border-color: var(--surface-xl);
|
22950
23099
|
}
|
22951
23100
|
|
23101
|
+
.hover\:border-surface-dash-widget:hover {
|
23102
|
+
border-color: var(--surface-dash-widget);
|
23103
|
+
}
|
23104
|
+
|
22952
23105
|
.hover\:border-text-and-icons:hover {
|
22953
23106
|
border-color: var(--text-and-icons);
|
22954
23107
|
}
|
@@ -23101,6 +23254,18 @@ video {
|
|
23101
23254
|
border-color: var(--lines-light);
|
23102
23255
|
}
|
23103
23256
|
|
23257
|
+
.active\:border-border-reg:active {
|
23258
|
+
border-color: var(--border-reg);
|
23259
|
+
}
|
23260
|
+
|
23261
|
+
.active\:border-border-faint:active {
|
23262
|
+
border-color: var(--border-faint);
|
23263
|
+
}
|
23264
|
+
|
23265
|
+
.active\:border-border-bold:active {
|
23266
|
+
border-color: var(--border-bold);
|
23267
|
+
}
|
23268
|
+
|
23104
23269
|
.active\:border-low:active {
|
23105
23270
|
border-color: var(--low);
|
23106
23271
|
}
|
@@ -23149,6 +23314,10 @@ video {
|
|
23149
23314
|
border-color: var(--overlay-2);
|
23150
23315
|
}
|
23151
23316
|
|
23317
|
+
.active\:border-overlay-reverse-0\.5:active {
|
23318
|
+
border-color: var(--overlay-reverse-0\.5);
|
23319
|
+
}
|
23320
|
+
|
23152
23321
|
.active\:border-positive:active {
|
23153
23322
|
border-color: var(--positive);
|
23154
23323
|
}
|
@@ -23205,6 +23374,10 @@ video {
|
|
23205
23374
|
border-color: var(--surface-xl);
|
23206
23375
|
}
|
23207
23376
|
|
23377
|
+
.active\:border-surface-dash-widget:active {
|
23378
|
+
border-color: var(--surface-dash-widget);
|
23379
|
+
}
|
23380
|
+
|
23208
23381
|
.active\:border-text-and-icons:active {
|
23209
23382
|
border-color: var(--text-and-icons);
|
23210
23383
|
}
|
@@ -23537,6 +23710,18 @@ video {
|
|
23537
23710
|
background-color: var(--lines-light);
|
23538
23711
|
}
|
23539
23712
|
|
23713
|
+
.bg-border-reg {
|
23714
|
+
background-color: var(--border-reg);
|
23715
|
+
}
|
23716
|
+
|
23717
|
+
.bg-border-faint {
|
23718
|
+
background-color: var(--border-faint);
|
23719
|
+
}
|
23720
|
+
|
23721
|
+
.bg-border-bold {
|
23722
|
+
background-color: var(--border-bold);
|
23723
|
+
}
|
23724
|
+
|
23540
23725
|
.bg-low {
|
23541
23726
|
background-color: var(--low);
|
23542
23727
|
}
|
@@ -23585,6 +23770,10 @@ video {
|
|
23585
23770
|
background-color: var(--overlay-2);
|
23586
23771
|
}
|
23587
23772
|
|
23773
|
+
.bg-overlay-reverse-0\.5 {
|
23774
|
+
background-color: var(--overlay-reverse-0\.5);
|
23775
|
+
}
|
23776
|
+
|
23588
23777
|
.bg-positive {
|
23589
23778
|
background-color: var(--positive);
|
23590
23779
|
}
|
@@ -23641,6 +23830,10 @@ video {
|
|
23641
23830
|
background-color: var(--surface-xl);
|
23642
23831
|
}
|
23643
23832
|
|
23833
|
+
.bg-surface-dash-widget {
|
23834
|
+
background-color: var(--surface-dash-widget);
|
23835
|
+
}
|
23836
|
+
|
23644
23837
|
.bg-text-and-icons {
|
23645
23838
|
background-color: var(--text-and-icons);
|
23646
23839
|
}
|
@@ -23793,6 +23986,18 @@ video {
|
|
23793
23986
|
background-color: var(--lines-light);
|
23794
23987
|
}
|
23795
23988
|
|
23989
|
+
.even\:bg-border-reg:nth-child(even) {
|
23990
|
+
background-color: var(--border-reg);
|
23991
|
+
}
|
23992
|
+
|
23993
|
+
.even\:bg-border-faint:nth-child(even) {
|
23994
|
+
background-color: var(--border-faint);
|
23995
|
+
}
|
23996
|
+
|
23997
|
+
.even\:bg-border-bold:nth-child(even) {
|
23998
|
+
background-color: var(--border-bold);
|
23999
|
+
}
|
24000
|
+
|
23796
24001
|
.even\:bg-low:nth-child(even) {
|
23797
24002
|
background-color: var(--low);
|
23798
24003
|
}
|
@@ -23841,6 +24046,10 @@ video {
|
|
23841
24046
|
background-color: var(--overlay-2);
|
23842
24047
|
}
|
23843
24048
|
|
24049
|
+
.even\:bg-overlay-reverse-0\.5:nth-child(even) {
|
24050
|
+
background-color: var(--overlay-reverse-0\.5);
|
24051
|
+
}
|
24052
|
+
|
23844
24053
|
.even\:bg-positive:nth-child(even) {
|
23845
24054
|
background-color: var(--positive);
|
23846
24055
|
}
|
@@ -23897,6 +24106,10 @@ video {
|
|
23897
24106
|
background-color: var(--surface-xl);
|
23898
24107
|
}
|
23899
24108
|
|
24109
|
+
.even\:bg-surface-dash-widget:nth-child(even) {
|
24110
|
+
background-color: var(--surface-dash-widget);
|
24111
|
+
}
|
24112
|
+
|
23900
24113
|
.even\:bg-text-and-icons:nth-child(even) {
|
23901
24114
|
background-color: var(--text-and-icons);
|
23902
24115
|
}
|
@@ -24049,6 +24262,18 @@ video {
|
|
24049
24262
|
background-color: var(--lines-light);
|
24050
24263
|
}
|
24051
24264
|
|
24265
|
+
.group:hover .group-hover\:bg-border-reg {
|
24266
|
+
background-color: var(--border-reg);
|
24267
|
+
}
|
24268
|
+
|
24269
|
+
.group:hover .group-hover\:bg-border-faint {
|
24270
|
+
background-color: var(--border-faint);
|
24271
|
+
}
|
24272
|
+
|
24273
|
+
.group:hover .group-hover\:bg-border-bold {
|
24274
|
+
background-color: var(--border-bold);
|
24275
|
+
}
|
24276
|
+
|
24052
24277
|
.group:hover .group-hover\:bg-low {
|
24053
24278
|
background-color: var(--low);
|
24054
24279
|
}
|
@@ -24097,6 +24322,10 @@ video {
|
|
24097
24322
|
background-color: var(--overlay-2);
|
24098
24323
|
}
|
24099
24324
|
|
24325
|
+
.group:hover .group-hover\:bg-overlay-reverse-0\.5 {
|
24326
|
+
background-color: var(--overlay-reverse-0\.5);
|
24327
|
+
}
|
24328
|
+
|
24100
24329
|
.group:hover .group-hover\:bg-positive {
|
24101
24330
|
background-color: var(--positive);
|
24102
24331
|
}
|
@@ -24153,6 +24382,10 @@ video {
|
|
24153
24382
|
background-color: var(--surface-xl);
|
24154
24383
|
}
|
24155
24384
|
|
24385
|
+
.group:hover .group-hover\:bg-surface-dash-widget {
|
24386
|
+
background-color: var(--surface-dash-widget);
|
24387
|
+
}
|
24388
|
+
|
24156
24389
|
.group:hover .group-hover\:bg-text-and-icons {
|
24157
24390
|
background-color: var(--text-and-icons);
|
24158
24391
|
}
|
@@ -24305,6 +24538,18 @@ video {
|
|
24305
24538
|
background-color: var(--lines-light);
|
24306
24539
|
}
|
24307
24540
|
|
24541
|
+
.hover\:bg-border-reg:hover {
|
24542
|
+
background-color: var(--border-reg);
|
24543
|
+
}
|
24544
|
+
|
24545
|
+
.hover\:bg-border-faint:hover {
|
24546
|
+
background-color: var(--border-faint);
|
24547
|
+
}
|
24548
|
+
|
24549
|
+
.hover\:bg-border-bold:hover {
|
24550
|
+
background-color: var(--border-bold);
|
24551
|
+
}
|
24552
|
+
|
24308
24553
|
.hover\:bg-low:hover {
|
24309
24554
|
background-color: var(--low);
|
24310
24555
|
}
|
@@ -24353,6 +24598,10 @@ video {
|
|
24353
24598
|
background-color: var(--overlay-2);
|
24354
24599
|
}
|
24355
24600
|
|
24601
|
+
.hover\:bg-overlay-reverse-0\.5:hover {
|
24602
|
+
background-color: var(--overlay-reverse-0\.5);
|
24603
|
+
}
|
24604
|
+
|
24356
24605
|
.hover\:bg-positive:hover {
|
24357
24606
|
background-color: var(--positive);
|
24358
24607
|
}
|
@@ -24409,6 +24658,10 @@ video {
|
|
24409
24658
|
background-color: var(--surface-xl);
|
24410
24659
|
}
|
24411
24660
|
|
24661
|
+
.hover\:bg-surface-dash-widget:hover {
|
24662
|
+
background-color: var(--surface-dash-widget);
|
24663
|
+
}
|
24664
|
+
|
24412
24665
|
.hover\:bg-text-and-icons:hover {
|
24413
24666
|
background-color: var(--text-and-icons);
|
24414
24667
|
}
|
@@ -24561,6 +24814,18 @@ video {
|
|
24561
24814
|
background-color: var(--lines-light);
|
24562
24815
|
}
|
24563
24816
|
|
24817
|
+
.focus\:bg-border-reg:focus {
|
24818
|
+
background-color: var(--border-reg);
|
24819
|
+
}
|
24820
|
+
|
24821
|
+
.focus\:bg-border-faint:focus {
|
24822
|
+
background-color: var(--border-faint);
|
24823
|
+
}
|
24824
|
+
|
24825
|
+
.focus\:bg-border-bold:focus {
|
24826
|
+
background-color: var(--border-bold);
|
24827
|
+
}
|
24828
|
+
|
24564
24829
|
.focus\:bg-low:focus {
|
24565
24830
|
background-color: var(--low);
|
24566
24831
|
}
|
@@ -24609,6 +24874,10 @@ video {
|
|
24609
24874
|
background-color: var(--overlay-2);
|
24610
24875
|
}
|
24611
24876
|
|
24877
|
+
.focus\:bg-overlay-reverse-0\.5:focus {
|
24878
|
+
background-color: var(--overlay-reverse-0\.5);
|
24879
|
+
}
|
24880
|
+
|
24612
24881
|
.focus\:bg-positive:focus {
|
24613
24882
|
background-color: var(--positive);
|
24614
24883
|
}
|
@@ -24665,6 +24934,10 @@ video {
|
|
24665
24934
|
background-color: var(--surface-xl);
|
24666
24935
|
}
|
24667
24936
|
|
24937
|
+
.focus\:bg-surface-dash-widget:focus {
|
24938
|
+
background-color: var(--surface-dash-widget);
|
24939
|
+
}
|
24940
|
+
|
24668
24941
|
.focus\:bg-text-and-icons:focus {
|
24669
24942
|
background-color: var(--text-and-icons);
|
24670
24943
|
}
|
@@ -24817,6 +25090,18 @@ video {
|
|
24817
25090
|
background-color: var(--lines-light);
|
24818
25091
|
}
|
24819
25092
|
|
25093
|
+
.focus-within\:bg-border-reg:focus-within {
|
25094
|
+
background-color: var(--border-reg);
|
25095
|
+
}
|
25096
|
+
|
25097
|
+
.focus-within\:bg-border-faint:focus-within {
|
25098
|
+
background-color: var(--border-faint);
|
25099
|
+
}
|
25100
|
+
|
25101
|
+
.focus-within\:bg-border-bold:focus-within {
|
25102
|
+
background-color: var(--border-bold);
|
25103
|
+
}
|
25104
|
+
|
24820
25105
|
.focus-within\:bg-low:focus-within {
|
24821
25106
|
background-color: var(--low);
|
24822
25107
|
}
|
@@ -24865,6 +25150,10 @@ video {
|
|
24865
25150
|
background-color: var(--overlay-2);
|
24866
25151
|
}
|
24867
25152
|
|
25153
|
+
.focus-within\:bg-overlay-reverse-0\.5:focus-within {
|
25154
|
+
background-color: var(--overlay-reverse-0\.5);
|
25155
|
+
}
|
25156
|
+
|
24868
25157
|
.focus-within\:bg-positive:focus-within {
|
24869
25158
|
background-color: var(--positive);
|
24870
25159
|
}
|
@@ -24921,6 +25210,10 @@ video {
|
|
24921
25210
|
background-color: var(--surface-xl);
|
24922
25211
|
}
|
24923
25212
|
|
25213
|
+
.focus-within\:bg-surface-dash-widget:focus-within {
|
25214
|
+
background-color: var(--surface-dash-widget);
|
25215
|
+
}
|
25216
|
+
|
24924
25217
|
.focus-within\:bg-text-and-icons:focus-within {
|
24925
25218
|
background-color: var(--text-and-icons);
|
24926
25219
|
}
|
@@ -25073,6 +25366,18 @@ video {
|
|
25073
25366
|
background-color: var(--lines-light);
|
25074
25367
|
}
|
25075
25368
|
|
25369
|
+
.focus-visible\:bg-border-reg:focus-visible {
|
25370
|
+
background-color: var(--border-reg);
|
25371
|
+
}
|
25372
|
+
|
25373
|
+
.focus-visible\:bg-border-faint:focus-visible {
|
25374
|
+
background-color: var(--border-faint);
|
25375
|
+
}
|
25376
|
+
|
25377
|
+
.focus-visible\:bg-border-bold:focus-visible {
|
25378
|
+
background-color: var(--border-bold);
|
25379
|
+
}
|
25380
|
+
|
25076
25381
|
.focus-visible\:bg-low:focus-visible {
|
25077
25382
|
background-color: var(--low);
|
25078
25383
|
}
|
@@ -25121,6 +25426,10 @@ video {
|
|
25121
25426
|
background-color: var(--overlay-2);
|
25122
25427
|
}
|
25123
25428
|
|
25429
|
+
.focus-visible\:bg-overlay-reverse-0\.5:focus-visible {
|
25430
|
+
background-color: var(--overlay-reverse-0\.5);
|
25431
|
+
}
|
25432
|
+
|
25124
25433
|
.focus-visible\:bg-positive:focus-visible {
|
25125
25434
|
background-color: var(--positive);
|
25126
25435
|
}
|
@@ -25177,6 +25486,10 @@ video {
|
|
25177
25486
|
background-color: var(--surface-xl);
|
25178
25487
|
}
|
25179
25488
|
|
25489
|
+
.focus-visible\:bg-surface-dash-widget:focus-visible {
|
25490
|
+
background-color: var(--surface-dash-widget);
|
25491
|
+
}
|
25492
|
+
|
25180
25493
|
.focus-visible\:bg-text-and-icons:focus-visible {
|
25181
25494
|
background-color: var(--text-and-icons);
|
25182
25495
|
}
|
@@ -25329,6 +25642,18 @@ video {
|
|
25329
25642
|
background-color: var(--lines-light);
|
25330
25643
|
}
|
25331
25644
|
|
25645
|
+
.active\:bg-border-reg:active {
|
25646
|
+
background-color: var(--border-reg);
|
25647
|
+
}
|
25648
|
+
|
25649
|
+
.active\:bg-border-faint:active {
|
25650
|
+
background-color: var(--border-faint);
|
25651
|
+
}
|
25652
|
+
|
25653
|
+
.active\:bg-border-bold:active {
|
25654
|
+
background-color: var(--border-bold);
|
25655
|
+
}
|
25656
|
+
|
25332
25657
|
.active\:bg-low:active {
|
25333
25658
|
background-color: var(--low);
|
25334
25659
|
}
|
@@ -25377,6 +25702,10 @@ video {
|
|
25377
25702
|
background-color: var(--overlay-2);
|
25378
25703
|
}
|
25379
25704
|
|
25705
|
+
.active\:bg-overlay-reverse-0\.5:active {
|
25706
|
+
background-color: var(--overlay-reverse-0\.5);
|
25707
|
+
}
|
25708
|
+
|
25380
25709
|
.active\:bg-positive:active {
|
25381
25710
|
background-color: var(--positive);
|
25382
25711
|
}
|
@@ -25433,6 +25762,10 @@ video {
|
|
25433
25762
|
background-color: var(--surface-xl);
|
25434
25763
|
}
|
25435
25764
|
|
25765
|
+
.active\:bg-surface-dash-widget:active {
|
25766
|
+
background-color: var(--surface-dash-widget);
|
25767
|
+
}
|
25768
|
+
|
25436
25769
|
.active\:bg-text-and-icons:active {
|
25437
25770
|
background-color: var(--text-and-icons);
|
25438
25771
|
}
|
@@ -25585,6 +25918,18 @@ video {
|
|
25585
25918
|
background-color: var(--lines-light);
|
25586
25919
|
}
|
25587
25920
|
|
25921
|
+
.disabled\:bg-border-reg:disabled {
|
25922
|
+
background-color: var(--border-reg);
|
25923
|
+
}
|
25924
|
+
|
25925
|
+
.disabled\:bg-border-faint:disabled {
|
25926
|
+
background-color: var(--border-faint);
|
25927
|
+
}
|
25928
|
+
|
25929
|
+
.disabled\:bg-border-bold:disabled {
|
25930
|
+
background-color: var(--border-bold);
|
25931
|
+
}
|
25932
|
+
|
25588
25933
|
.disabled\:bg-low:disabled {
|
25589
25934
|
background-color: var(--low);
|
25590
25935
|
}
|
@@ -25633,6 +25978,10 @@ video {
|
|
25633
25978
|
background-color: var(--overlay-2);
|
25634
25979
|
}
|
25635
25980
|
|
25981
|
+
.disabled\:bg-overlay-reverse-0\.5:disabled {
|
25982
|
+
background-color: var(--overlay-reverse-0\.5);
|
25983
|
+
}
|
25984
|
+
|
25636
25985
|
.disabled\:bg-positive:disabled {
|
25637
25986
|
background-color: var(--positive);
|
25638
25987
|
}
|
@@ -25689,6 +26038,10 @@ video {
|
|
25689
26038
|
background-color: var(--surface-xl);
|
25690
26039
|
}
|
25691
26040
|
|
26041
|
+
.disabled\:bg-surface-dash-widget:disabled {
|
26042
|
+
background-color: var(--surface-dash-widget);
|
26043
|
+
}
|
26044
|
+
|
25692
26045
|
.disabled\:bg-text-and-icons:disabled {
|
25693
26046
|
background-color: var(--text-and-icons);
|
25694
26047
|
}
|
@@ -26093,6 +26446,21 @@ video {
|
|
26093
26446
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26094
26447
|
}
|
26095
26448
|
|
26449
|
+
.from-border-reg {
|
26450
|
+
--tw-gradient-from: var(--border-reg);
|
26451
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26452
|
+
}
|
26453
|
+
|
26454
|
+
.from-border-faint {
|
26455
|
+
--tw-gradient-from: var(--border-faint);
|
26456
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26457
|
+
}
|
26458
|
+
|
26459
|
+
.from-border-bold {
|
26460
|
+
--tw-gradient-from: var(--border-bold);
|
26461
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26462
|
+
}
|
26463
|
+
|
26096
26464
|
.from-low {
|
26097
26465
|
--tw-gradient-from: var(--low);
|
26098
26466
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26153,6 +26521,11 @@ video {
|
|
26153
26521
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26154
26522
|
}
|
26155
26523
|
|
26524
|
+
.from-overlay-reverse-0\.5 {
|
26525
|
+
--tw-gradient-from: var(--overlay-reverse-0\.5);
|
26526
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26527
|
+
}
|
26528
|
+
|
26156
26529
|
.from-positive {
|
26157
26530
|
--tw-gradient-from: var(--positive);
|
26158
26531
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26223,6 +26596,11 @@ video {
|
|
26223
26596
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26224
26597
|
}
|
26225
26598
|
|
26599
|
+
.from-surface-dash-widget {
|
26600
|
+
--tw-gradient-from: var(--surface-dash-widget);
|
26601
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26602
|
+
}
|
26603
|
+
|
26226
26604
|
.from-text-and-icons {
|
26227
26605
|
--tw-gradient-from: var(--text-and-icons);
|
26228
26606
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26413,6 +26791,21 @@ video {
|
|
26413
26791
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26414
26792
|
}
|
26415
26793
|
|
26794
|
+
.hover\:from-border-reg:hover {
|
26795
|
+
--tw-gradient-from: var(--border-reg);
|
26796
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26797
|
+
}
|
26798
|
+
|
26799
|
+
.hover\:from-border-faint:hover {
|
26800
|
+
--tw-gradient-from: var(--border-faint);
|
26801
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26802
|
+
}
|
26803
|
+
|
26804
|
+
.hover\:from-border-bold:hover {
|
26805
|
+
--tw-gradient-from: var(--border-bold);
|
26806
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26807
|
+
}
|
26808
|
+
|
26416
26809
|
.hover\:from-low:hover {
|
26417
26810
|
--tw-gradient-from: var(--low);
|
26418
26811
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26473,6 +26866,11 @@ video {
|
|
26473
26866
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26474
26867
|
}
|
26475
26868
|
|
26869
|
+
.hover\:from-overlay-reverse-0\.5:hover {
|
26870
|
+
--tw-gradient-from: var(--overlay-reverse-0\.5);
|
26871
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26872
|
+
}
|
26873
|
+
|
26476
26874
|
.hover\:from-positive:hover {
|
26477
26875
|
--tw-gradient-from: var(--positive);
|
26478
26876
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26543,6 +26941,11 @@ video {
|
|
26543
26941
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26544
26942
|
}
|
26545
26943
|
|
26944
|
+
.hover\:from-surface-dash-widget:hover {
|
26945
|
+
--tw-gradient-from: var(--surface-dash-widget);
|
26946
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26947
|
+
}
|
26948
|
+
|
26546
26949
|
.hover\:from-text-and-icons:hover {
|
26547
26950
|
--tw-gradient-from: var(--text-and-icons);
|
26548
26951
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26733,6 +27136,21 @@ video {
|
|
26733
27136
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26734
27137
|
}
|
26735
27138
|
|
27139
|
+
.focus\:from-border-reg:focus {
|
27140
|
+
--tw-gradient-from: var(--border-reg);
|
27141
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27142
|
+
}
|
27143
|
+
|
27144
|
+
.focus\:from-border-faint:focus {
|
27145
|
+
--tw-gradient-from: var(--border-faint);
|
27146
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27147
|
+
}
|
27148
|
+
|
27149
|
+
.focus\:from-border-bold:focus {
|
27150
|
+
--tw-gradient-from: var(--border-bold);
|
27151
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27152
|
+
}
|
27153
|
+
|
26736
27154
|
.focus\:from-low:focus {
|
26737
27155
|
--tw-gradient-from: var(--low);
|
26738
27156
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26793,6 +27211,11 @@ video {
|
|
26793
27211
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26794
27212
|
}
|
26795
27213
|
|
27214
|
+
.focus\:from-overlay-reverse-0\.5:focus {
|
27215
|
+
--tw-gradient-from: var(--overlay-reverse-0\.5);
|
27216
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27217
|
+
}
|
27218
|
+
|
26796
27219
|
.focus\:from-positive:focus {
|
26797
27220
|
--tw-gradient-from: var(--positive);
|
26798
27221
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -26863,6 +27286,11 @@ video {
|
|
26863
27286
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
26864
27287
|
}
|
26865
27288
|
|
27289
|
+
.focus\:from-surface-dash-widget:focus {
|
27290
|
+
--tw-gradient-from: var(--surface-dash-widget);
|
27291
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27292
|
+
}
|
27293
|
+
|
26866
27294
|
.focus\:from-text-and-icons:focus {
|
26867
27295
|
--tw-gradient-from: var(--text-and-icons);
|
26868
27296
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
@@ -27017,6 +27445,18 @@ video {
|
|
27017
27445
|
--tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27018
27446
|
}
|
27019
27447
|
|
27448
|
+
.via-border-reg {
|
27449
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-reg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27450
|
+
}
|
27451
|
+
|
27452
|
+
.via-border-faint {
|
27453
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-faint), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27454
|
+
}
|
27455
|
+
|
27456
|
+
.via-border-bold {
|
27457
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-bold), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27458
|
+
}
|
27459
|
+
|
27020
27460
|
.via-low {
|
27021
27461
|
--tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27022
27462
|
}
|
@@ -27065,6 +27505,10 @@ video {
|
|
27065
27505
|
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27066
27506
|
}
|
27067
27507
|
|
27508
|
+
.via-overlay-reverse-0\.5 {
|
27509
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-reverse-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27510
|
+
}
|
27511
|
+
|
27068
27512
|
.via-positive {
|
27069
27513
|
--tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27070
27514
|
}
|
@@ -27121,6 +27565,10 @@ video {
|
|
27121
27565
|
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27122
27566
|
}
|
27123
27567
|
|
27568
|
+
.via-surface-dash-widget {
|
27569
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-dash-widget), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27570
|
+
}
|
27571
|
+
|
27124
27572
|
.via-text-and-icons {
|
27125
27573
|
--tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27126
27574
|
}
|
@@ -27273,6 +27721,18 @@ video {
|
|
27273
27721
|
--tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27274
27722
|
}
|
27275
27723
|
|
27724
|
+
.hover\:via-border-reg:hover {
|
27725
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-reg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27726
|
+
}
|
27727
|
+
|
27728
|
+
.hover\:via-border-faint:hover {
|
27729
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-faint), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27730
|
+
}
|
27731
|
+
|
27732
|
+
.hover\:via-border-bold:hover {
|
27733
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-bold), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27734
|
+
}
|
27735
|
+
|
27276
27736
|
.hover\:via-low:hover {
|
27277
27737
|
--tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27278
27738
|
}
|
@@ -27321,6 +27781,10 @@ video {
|
|
27321
27781
|
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27322
27782
|
}
|
27323
27783
|
|
27784
|
+
.hover\:via-overlay-reverse-0\.5:hover {
|
27785
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-reverse-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27786
|
+
}
|
27787
|
+
|
27324
27788
|
.hover\:via-positive:hover {
|
27325
27789
|
--tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27326
27790
|
}
|
@@ -27377,6 +27841,10 @@ video {
|
|
27377
27841
|
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27378
27842
|
}
|
27379
27843
|
|
27844
|
+
.hover\:via-surface-dash-widget:hover {
|
27845
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-dash-widget), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27846
|
+
}
|
27847
|
+
|
27380
27848
|
.hover\:via-text-and-icons:hover {
|
27381
27849
|
--tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27382
27850
|
}
|
@@ -27529,6 +27997,18 @@ video {
|
|
27529
27997
|
--tw-gradient-stops: var(--tw-gradient-from), var(--lines-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27530
27998
|
}
|
27531
27999
|
|
28000
|
+
.focus\:via-border-reg:focus {
|
28001
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-reg), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
28002
|
+
}
|
28003
|
+
|
28004
|
+
.focus\:via-border-faint:focus {
|
28005
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-faint), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
28006
|
+
}
|
28007
|
+
|
28008
|
+
.focus\:via-border-bold:focus {
|
28009
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--border-bold), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
28010
|
+
}
|
28011
|
+
|
27532
28012
|
.focus\:via-low:focus {
|
27533
28013
|
--tw-gradient-stops: var(--tw-gradient-from), var(--low), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27534
28014
|
}
|
@@ -27577,6 +28057,10 @@ video {
|
|
27577
28057
|
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27578
28058
|
}
|
27579
28059
|
|
28060
|
+
.focus\:via-overlay-reverse-0\.5:focus {
|
28061
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--overlay-reverse-0\.5), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
28062
|
+
}
|
28063
|
+
|
27580
28064
|
.focus\:via-positive:focus {
|
27581
28065
|
--tw-gradient-stops: var(--tw-gradient-from), var(--positive), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27582
28066
|
}
|
@@ -27633,6 +28117,10 @@ video {
|
|
27633
28117
|
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-xl), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27634
28118
|
}
|
27635
28119
|
|
28120
|
+
.focus\:via-surface-dash-widget:focus {
|
28121
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--surface-dash-widget), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
28122
|
+
}
|
28123
|
+
|
27636
28124
|
.focus\:via-text-and-icons:focus {
|
27637
28125
|
--tw-gradient-stops: var(--tw-gradient-from), var(--text-and-icons), var(--tw-gradient-to, rgba(255, 255, 255, 0));
|
27638
28126
|
}
|
@@ -27785,6 +28273,18 @@ video {
|
|
27785
28273
|
--tw-gradient-to: var(--lines-light);
|
27786
28274
|
}
|
27787
28275
|
|
28276
|
+
.to-border-reg {
|
28277
|
+
--tw-gradient-to: var(--border-reg);
|
28278
|
+
}
|
28279
|
+
|
28280
|
+
.to-border-faint {
|
28281
|
+
--tw-gradient-to: var(--border-faint);
|
28282
|
+
}
|
28283
|
+
|
28284
|
+
.to-border-bold {
|
28285
|
+
--tw-gradient-to: var(--border-bold);
|
28286
|
+
}
|
28287
|
+
|
27788
28288
|
.to-low {
|
27789
28289
|
--tw-gradient-to: var(--low);
|
27790
28290
|
}
|
@@ -27833,6 +28333,10 @@ video {
|
|
27833
28333
|
--tw-gradient-to: var(--overlay-2);
|
27834
28334
|
}
|
27835
28335
|
|
28336
|
+
.to-overlay-reverse-0\.5 {
|
28337
|
+
--tw-gradient-to: var(--overlay-reverse-0\.5);
|
28338
|
+
}
|
28339
|
+
|
27836
28340
|
.to-positive {
|
27837
28341
|
--tw-gradient-to: var(--positive);
|
27838
28342
|
}
|
@@ -27889,6 +28393,10 @@ video {
|
|
27889
28393
|
--tw-gradient-to: var(--surface-xl);
|
27890
28394
|
}
|
27891
28395
|
|
28396
|
+
.to-surface-dash-widget {
|
28397
|
+
--tw-gradient-to: var(--surface-dash-widget);
|
28398
|
+
}
|
28399
|
+
|
27892
28400
|
.to-text-and-icons {
|
27893
28401
|
--tw-gradient-to: var(--text-and-icons);
|
27894
28402
|
}
|
@@ -28041,6 +28549,18 @@ video {
|
|
28041
28549
|
--tw-gradient-to: var(--lines-light);
|
28042
28550
|
}
|
28043
28551
|
|
28552
|
+
.hover\:to-border-reg:hover {
|
28553
|
+
--tw-gradient-to: var(--border-reg);
|
28554
|
+
}
|
28555
|
+
|
28556
|
+
.hover\:to-border-faint:hover {
|
28557
|
+
--tw-gradient-to: var(--border-faint);
|
28558
|
+
}
|
28559
|
+
|
28560
|
+
.hover\:to-border-bold:hover {
|
28561
|
+
--tw-gradient-to: var(--border-bold);
|
28562
|
+
}
|
28563
|
+
|
28044
28564
|
.hover\:to-low:hover {
|
28045
28565
|
--tw-gradient-to: var(--low);
|
28046
28566
|
}
|
@@ -28089,6 +28609,10 @@ video {
|
|
28089
28609
|
--tw-gradient-to: var(--overlay-2);
|
28090
28610
|
}
|
28091
28611
|
|
28612
|
+
.hover\:to-overlay-reverse-0\.5:hover {
|
28613
|
+
--tw-gradient-to: var(--overlay-reverse-0\.5);
|
28614
|
+
}
|
28615
|
+
|
28092
28616
|
.hover\:to-positive:hover {
|
28093
28617
|
--tw-gradient-to: var(--positive);
|
28094
28618
|
}
|
@@ -28145,6 +28669,10 @@ video {
|
|
28145
28669
|
--tw-gradient-to: var(--surface-xl);
|
28146
28670
|
}
|
28147
28671
|
|
28672
|
+
.hover\:to-surface-dash-widget:hover {
|
28673
|
+
--tw-gradient-to: var(--surface-dash-widget);
|
28674
|
+
}
|
28675
|
+
|
28148
28676
|
.hover\:to-text-and-icons:hover {
|
28149
28677
|
--tw-gradient-to: var(--text-and-icons);
|
28150
28678
|
}
|
@@ -28297,6 +28825,18 @@ video {
|
|
28297
28825
|
--tw-gradient-to: var(--lines-light);
|
28298
28826
|
}
|
28299
28827
|
|
28828
|
+
.focus\:to-border-reg:focus {
|
28829
|
+
--tw-gradient-to: var(--border-reg);
|
28830
|
+
}
|
28831
|
+
|
28832
|
+
.focus\:to-border-faint:focus {
|
28833
|
+
--tw-gradient-to: var(--border-faint);
|
28834
|
+
}
|
28835
|
+
|
28836
|
+
.focus\:to-border-bold:focus {
|
28837
|
+
--tw-gradient-to: var(--border-bold);
|
28838
|
+
}
|
28839
|
+
|
28300
28840
|
.focus\:to-low:focus {
|
28301
28841
|
--tw-gradient-to: var(--low);
|
28302
28842
|
}
|
@@ -28345,6 +28885,10 @@ video {
|
|
28345
28885
|
--tw-gradient-to: var(--overlay-2);
|
28346
28886
|
}
|
28347
28887
|
|
28888
|
+
.focus\:to-overlay-reverse-0\.5:focus {
|
28889
|
+
--tw-gradient-to: var(--overlay-reverse-0\.5);
|
28890
|
+
}
|
28891
|
+
|
28348
28892
|
.focus\:to-positive:focus {
|
28349
28893
|
--tw-gradient-to: var(--positive);
|
28350
28894
|
}
|
@@ -28401,6 +28945,10 @@ video {
|
|
28401
28945
|
--tw-gradient-to: var(--surface-xl);
|
28402
28946
|
}
|
28403
28947
|
|
28948
|
+
.focus\:to-surface-dash-widget:focus {
|
28949
|
+
--tw-gradient-to: var(--surface-dash-widget);
|
28950
|
+
}
|
28951
|
+
|
28404
28952
|
.focus\:to-text-and-icons:focus {
|
28405
28953
|
--tw-gradient-to: var(--text-and-icons);
|
28406
28954
|
}
|
@@ -30264,6 +30812,18 @@ video {
|
|
30264
30812
|
color: var(--lines-light);
|
30265
30813
|
}
|
30266
30814
|
|
30815
|
+
.text-border-reg {
|
30816
|
+
color: var(--border-reg);
|
30817
|
+
}
|
30818
|
+
|
30819
|
+
.text-border-faint {
|
30820
|
+
color: var(--border-faint);
|
30821
|
+
}
|
30822
|
+
|
30823
|
+
.text-border-bold {
|
30824
|
+
color: var(--border-bold);
|
30825
|
+
}
|
30826
|
+
|
30267
30827
|
.text-low {
|
30268
30828
|
color: var(--low);
|
30269
30829
|
}
|
@@ -30312,6 +30872,10 @@ video {
|
|
30312
30872
|
color: var(--overlay-2);
|
30313
30873
|
}
|
30314
30874
|
|
30875
|
+
.text-overlay-reverse-0\.5 {
|
30876
|
+
color: var(--overlay-reverse-0\.5);
|
30877
|
+
}
|
30878
|
+
|
30315
30879
|
.text-positive {
|
30316
30880
|
color: var(--positive);
|
30317
30881
|
}
|
@@ -30368,6 +30932,10 @@ video {
|
|
30368
30932
|
color: var(--surface-xl);
|
30369
30933
|
}
|
30370
30934
|
|
30935
|
+
.text-surface-dash-widget {
|
30936
|
+
color: var(--surface-dash-widget);
|
30937
|
+
}
|
30938
|
+
|
30371
30939
|
.text-text-and-icons {
|
30372
30940
|
color: var(--text-and-icons);
|
30373
30941
|
}
|
@@ -30520,6 +31088,18 @@ video {
|
|
30520
31088
|
color: var(--lines-light);
|
30521
31089
|
}
|
30522
31090
|
|
31091
|
+
.hover\:text-border-reg:hover {
|
31092
|
+
color: var(--border-reg);
|
31093
|
+
}
|
31094
|
+
|
31095
|
+
.hover\:text-border-faint:hover {
|
31096
|
+
color: var(--border-faint);
|
31097
|
+
}
|
31098
|
+
|
31099
|
+
.hover\:text-border-bold:hover {
|
31100
|
+
color: var(--border-bold);
|
31101
|
+
}
|
31102
|
+
|
30523
31103
|
.hover\:text-low:hover {
|
30524
31104
|
color: var(--low);
|
30525
31105
|
}
|
@@ -30568,6 +31148,10 @@ video {
|
|
30568
31148
|
color: var(--overlay-2);
|
30569
31149
|
}
|
30570
31150
|
|
31151
|
+
.hover\:text-overlay-reverse-0\.5:hover {
|
31152
|
+
color: var(--overlay-reverse-0\.5);
|
31153
|
+
}
|
31154
|
+
|
30571
31155
|
.hover\:text-positive:hover {
|
30572
31156
|
color: var(--positive);
|
30573
31157
|
}
|
@@ -30624,6 +31208,10 @@ video {
|
|
30624
31208
|
color: var(--surface-xl);
|
30625
31209
|
}
|
30626
31210
|
|
31211
|
+
.hover\:text-surface-dash-widget:hover {
|
31212
|
+
color: var(--surface-dash-widget);
|
31213
|
+
}
|
31214
|
+
|
30627
31215
|
.hover\:text-text-and-icons:hover {
|
30628
31216
|
color: var(--text-and-icons);
|
30629
31217
|
}
|
@@ -30776,6 +31364,18 @@ video {
|
|
30776
31364
|
color: var(--lines-light);
|
30777
31365
|
}
|
30778
31366
|
|
31367
|
+
.focus\:text-border-reg:focus {
|
31368
|
+
color: var(--border-reg);
|
31369
|
+
}
|
31370
|
+
|
31371
|
+
.focus\:text-border-faint:focus {
|
31372
|
+
color: var(--border-faint);
|
31373
|
+
}
|
31374
|
+
|
31375
|
+
.focus\:text-border-bold:focus {
|
31376
|
+
color: var(--border-bold);
|
31377
|
+
}
|
31378
|
+
|
30779
31379
|
.focus\:text-low:focus {
|
30780
31380
|
color: var(--low);
|
30781
31381
|
}
|
@@ -30824,6 +31424,10 @@ video {
|
|
30824
31424
|
color: var(--overlay-2);
|
30825
31425
|
}
|
30826
31426
|
|
31427
|
+
.focus\:text-overlay-reverse-0\.5:focus {
|
31428
|
+
color: var(--overlay-reverse-0\.5);
|
31429
|
+
}
|
31430
|
+
|
30827
31431
|
.focus\:text-positive:focus {
|
30828
31432
|
color: var(--positive);
|
30829
31433
|
}
|
@@ -30880,6 +31484,10 @@ video {
|
|
30880
31484
|
color: var(--surface-xl);
|
30881
31485
|
}
|
30882
31486
|
|
31487
|
+
.focus\:text-surface-dash-widget:focus {
|
31488
|
+
color: var(--surface-dash-widget);
|
31489
|
+
}
|
31490
|
+
|
30883
31491
|
.focus\:text-text-and-icons:focus {
|
30884
31492
|
color: var(--text-and-icons);
|
30885
31493
|
}
|
@@ -31032,6 +31640,18 @@ video {
|
|
31032
31640
|
color: var(--lines-light);
|
31033
31641
|
}
|
31034
31642
|
|
31643
|
+
.focus-visible\:text-border-reg:focus-visible {
|
31644
|
+
color: var(--border-reg);
|
31645
|
+
}
|
31646
|
+
|
31647
|
+
.focus-visible\:text-border-faint:focus-visible {
|
31648
|
+
color: var(--border-faint);
|
31649
|
+
}
|
31650
|
+
|
31651
|
+
.focus-visible\:text-border-bold:focus-visible {
|
31652
|
+
color: var(--border-bold);
|
31653
|
+
}
|
31654
|
+
|
31035
31655
|
.focus-visible\:text-low:focus-visible {
|
31036
31656
|
color: var(--low);
|
31037
31657
|
}
|
@@ -31080,6 +31700,10 @@ video {
|
|
31080
31700
|
color: var(--overlay-2);
|
31081
31701
|
}
|
31082
31702
|
|
31703
|
+
.focus-visible\:text-overlay-reverse-0\.5:focus-visible {
|
31704
|
+
color: var(--overlay-reverse-0\.5);
|
31705
|
+
}
|
31706
|
+
|
31083
31707
|
.focus-visible\:text-positive:focus-visible {
|
31084
31708
|
color: var(--positive);
|
31085
31709
|
}
|
@@ -31136,6 +31760,10 @@ video {
|
|
31136
31760
|
color: var(--surface-xl);
|
31137
31761
|
}
|
31138
31762
|
|
31763
|
+
.focus-visible\:text-surface-dash-widget:focus-visible {
|
31764
|
+
color: var(--surface-dash-widget);
|
31765
|
+
}
|
31766
|
+
|
31139
31767
|
.focus-visible\:text-text-and-icons:focus-visible {
|
31140
31768
|
color: var(--text-and-icons);
|
31141
31769
|
}
|
@@ -31288,6 +31916,18 @@ video {
|
|
31288
31916
|
color: var(--lines-light);
|
31289
31917
|
}
|
31290
31918
|
|
31919
|
+
.group:hover .group-hover\:text-border-reg {
|
31920
|
+
color: var(--border-reg);
|
31921
|
+
}
|
31922
|
+
|
31923
|
+
.group:hover .group-hover\:text-border-faint {
|
31924
|
+
color: var(--border-faint);
|
31925
|
+
}
|
31926
|
+
|
31927
|
+
.group:hover .group-hover\:text-border-bold {
|
31928
|
+
color: var(--border-bold);
|
31929
|
+
}
|
31930
|
+
|
31291
31931
|
.group:hover .group-hover\:text-low {
|
31292
31932
|
color: var(--low);
|
31293
31933
|
}
|
@@ -31336,6 +31976,10 @@ video {
|
|
31336
31976
|
color: var(--overlay-2);
|
31337
31977
|
}
|
31338
31978
|
|
31979
|
+
.group:hover .group-hover\:text-overlay-reverse-0\.5 {
|
31980
|
+
color: var(--overlay-reverse-0\.5);
|
31981
|
+
}
|
31982
|
+
|
31339
31983
|
.group:hover .group-hover\:text-positive {
|
31340
31984
|
color: var(--positive);
|
31341
31985
|
}
|
@@ -31392,6 +32036,10 @@ video {
|
|
31392
32036
|
color: var(--surface-xl);
|
31393
32037
|
}
|
31394
32038
|
|
32039
|
+
.group:hover .group-hover\:text-surface-dash-widget {
|
32040
|
+
color: var(--surface-dash-widget);
|
32041
|
+
}
|
32042
|
+
|
31395
32043
|
.group:hover .group-hover\:text-text-and-icons {
|
31396
32044
|
color: var(--text-and-icons);
|
31397
32045
|
}
|
@@ -31544,6 +32192,18 @@ video {
|
|
31544
32192
|
color: var(--lines-light);
|
31545
32193
|
}
|
31546
32194
|
|
32195
|
+
.active\:text-border-reg:active {
|
32196
|
+
color: var(--border-reg);
|
32197
|
+
}
|
32198
|
+
|
32199
|
+
.active\:text-border-faint:active {
|
32200
|
+
color: var(--border-faint);
|
32201
|
+
}
|
32202
|
+
|
32203
|
+
.active\:text-border-bold:active {
|
32204
|
+
color: var(--border-bold);
|
32205
|
+
}
|
32206
|
+
|
31547
32207
|
.active\:text-low:active {
|
31548
32208
|
color: var(--low);
|
31549
32209
|
}
|
@@ -31592,6 +32252,10 @@ video {
|
|
31592
32252
|
color: var(--overlay-2);
|
31593
32253
|
}
|
31594
32254
|
|
32255
|
+
.active\:text-overlay-reverse-0\.5:active {
|
32256
|
+
color: var(--overlay-reverse-0\.5);
|
32257
|
+
}
|
32258
|
+
|
31595
32259
|
.active\:text-positive:active {
|
31596
32260
|
color: var(--positive);
|
31597
32261
|
}
|
@@ -31648,6 +32312,10 @@ video {
|
|
31648
32312
|
color: var(--surface-xl);
|
31649
32313
|
}
|
31650
32314
|
|
32315
|
+
.active\:text-surface-dash-widget:active {
|
32316
|
+
color: var(--surface-dash-widget);
|
32317
|
+
}
|
32318
|
+
|
31651
32319
|
.active\:text-text-and-icons:active {
|
31652
32320
|
color: var(--text-and-icons);
|
31653
32321
|
}
|
@@ -31800,6 +32468,18 @@ video {
|
|
31800
32468
|
color: var(--lines-light);
|
31801
32469
|
}
|
31802
32470
|
|
32471
|
+
.disabled\:text-border-reg:disabled {
|
32472
|
+
color: var(--border-reg);
|
32473
|
+
}
|
32474
|
+
|
32475
|
+
.disabled\:text-border-faint:disabled {
|
32476
|
+
color: var(--border-faint);
|
32477
|
+
}
|
32478
|
+
|
32479
|
+
.disabled\:text-border-bold:disabled {
|
32480
|
+
color: var(--border-bold);
|
32481
|
+
}
|
32482
|
+
|
31803
32483
|
.disabled\:text-low:disabled {
|
31804
32484
|
color: var(--low);
|
31805
32485
|
}
|
@@ -31848,6 +32528,10 @@ video {
|
|
31848
32528
|
color: var(--overlay-2);
|
31849
32529
|
}
|
31850
32530
|
|
32531
|
+
.disabled\:text-overlay-reverse-0\.5:disabled {
|
32532
|
+
color: var(--overlay-reverse-0\.5);
|
32533
|
+
}
|
32534
|
+
|
31851
32535
|
.disabled\:text-positive:disabled {
|
31852
32536
|
color: var(--positive);
|
31853
32537
|
}
|
@@ -31904,6 +32588,10 @@ video {
|
|
31904
32588
|
color: var(--surface-xl);
|
31905
32589
|
}
|
31906
32590
|
|
32591
|
+
.disabled\:text-surface-dash-widget:disabled {
|
32592
|
+
color: var(--surface-dash-widget);
|
32593
|
+
}
|
32594
|
+
|
31907
32595
|
.disabled\:text-text-and-icons:disabled {
|
31908
32596
|
color: var(--text-and-icons);
|
31909
32597
|
}
|
@@ -32426,6 +33114,30 @@ video {
|
|
32426
33114
|
color: var(--lines-light);
|
32427
33115
|
}
|
32428
33116
|
|
33117
|
+
.placeholder-border-reg::-moz-placeholder {
|
33118
|
+
color: var(--border-reg);
|
33119
|
+
}
|
33120
|
+
|
33121
|
+
.placeholder-border-reg::placeholder {
|
33122
|
+
color: var(--border-reg);
|
33123
|
+
}
|
33124
|
+
|
33125
|
+
.placeholder-border-faint::-moz-placeholder {
|
33126
|
+
color: var(--border-faint);
|
33127
|
+
}
|
33128
|
+
|
33129
|
+
.placeholder-border-faint::placeholder {
|
33130
|
+
color: var(--border-faint);
|
33131
|
+
}
|
33132
|
+
|
33133
|
+
.placeholder-border-bold::-moz-placeholder {
|
33134
|
+
color: var(--border-bold);
|
33135
|
+
}
|
33136
|
+
|
33137
|
+
.placeholder-border-bold::placeholder {
|
33138
|
+
color: var(--border-bold);
|
33139
|
+
}
|
33140
|
+
|
32429
33141
|
.placeholder-low::-moz-placeholder {
|
32430
33142
|
color: var(--low);
|
32431
33143
|
}
|
@@ -32522,6 +33234,14 @@ video {
|
|
32522
33234
|
color: var(--overlay-2);
|
32523
33235
|
}
|
32524
33236
|
|
33237
|
+
.placeholder-overlay-reverse-0\.5::-moz-placeholder {
|
33238
|
+
color: var(--overlay-reverse-0\.5);
|
33239
|
+
}
|
33240
|
+
|
33241
|
+
.placeholder-overlay-reverse-0\.5::placeholder {
|
33242
|
+
color: var(--overlay-reverse-0\.5);
|
33243
|
+
}
|
33244
|
+
|
32525
33245
|
.placeholder-positive::-moz-placeholder {
|
32526
33246
|
color: var(--positive);
|
32527
33247
|
}
|
@@ -32634,6 +33354,14 @@ video {
|
|
32634
33354
|
color: var(--surface-xl);
|
32635
33355
|
}
|
32636
33356
|
|
33357
|
+
.placeholder-surface-dash-widget::-moz-placeholder {
|
33358
|
+
color: var(--surface-dash-widget);
|
33359
|
+
}
|
33360
|
+
|
33361
|
+
.placeholder-surface-dash-widget::placeholder {
|
33362
|
+
color: var(--surface-dash-widget);
|
33363
|
+
}
|
33364
|
+
|
32637
33365
|
.placeholder-text-and-icons::-moz-placeholder {
|
32638
33366
|
color: var(--text-and-icons);
|
32639
33367
|
}
|
@@ -32938,6 +33666,30 @@ video {
|
|
32938
33666
|
color: var(--lines-light);
|
32939
33667
|
}
|
32940
33668
|
|
33669
|
+
.focus\:placeholder-border-reg:focus::-moz-placeholder {
|
33670
|
+
color: var(--border-reg);
|
33671
|
+
}
|
33672
|
+
|
33673
|
+
.focus\:placeholder-border-reg:focus::placeholder {
|
33674
|
+
color: var(--border-reg);
|
33675
|
+
}
|
33676
|
+
|
33677
|
+
.focus\:placeholder-border-faint:focus::-moz-placeholder {
|
33678
|
+
color: var(--border-faint);
|
33679
|
+
}
|
33680
|
+
|
33681
|
+
.focus\:placeholder-border-faint:focus::placeholder {
|
33682
|
+
color: var(--border-faint);
|
33683
|
+
}
|
33684
|
+
|
33685
|
+
.focus\:placeholder-border-bold:focus::-moz-placeholder {
|
33686
|
+
color: var(--border-bold);
|
33687
|
+
}
|
33688
|
+
|
33689
|
+
.focus\:placeholder-border-bold:focus::placeholder {
|
33690
|
+
color: var(--border-bold);
|
33691
|
+
}
|
33692
|
+
|
32941
33693
|
.focus\:placeholder-low:focus::-moz-placeholder {
|
32942
33694
|
color: var(--low);
|
32943
33695
|
}
|
@@ -33034,6 +33786,14 @@ video {
|
|
33034
33786
|
color: var(--overlay-2);
|
33035
33787
|
}
|
33036
33788
|
|
33789
|
+
.focus\:placeholder-overlay-reverse-0\.5:focus::-moz-placeholder {
|
33790
|
+
color: var(--overlay-reverse-0\.5);
|
33791
|
+
}
|
33792
|
+
|
33793
|
+
.focus\:placeholder-overlay-reverse-0\.5:focus::placeholder {
|
33794
|
+
color: var(--overlay-reverse-0\.5);
|
33795
|
+
}
|
33796
|
+
|
33037
33797
|
.focus\:placeholder-positive:focus::-moz-placeholder {
|
33038
33798
|
color: var(--positive);
|
33039
33799
|
}
|
@@ -33146,6 +33906,14 @@ video {
|
|
33146
33906
|
color: var(--surface-xl);
|
33147
33907
|
}
|
33148
33908
|
|
33909
|
+
.focus\:placeholder-surface-dash-widget:focus::-moz-placeholder {
|
33910
|
+
color: var(--surface-dash-widget);
|
33911
|
+
}
|
33912
|
+
|
33913
|
+
.focus\:placeholder-surface-dash-widget:focus::placeholder {
|
33914
|
+
color: var(--surface-dash-widget);
|
33915
|
+
}
|
33916
|
+
|
33149
33917
|
.focus\:placeholder-text-and-icons:focus::-moz-placeholder {
|
33150
33918
|
color: var(--text-and-icons);
|
33151
33919
|
}
|
@@ -33546,6 +34314,18 @@ video {
|
|
33546
34314
|
caret-color: var(--lines-light);
|
33547
34315
|
}
|
33548
34316
|
|
34317
|
+
.caret-border-reg {
|
34318
|
+
caret-color: var(--border-reg);
|
34319
|
+
}
|
34320
|
+
|
34321
|
+
.caret-border-faint {
|
34322
|
+
caret-color: var(--border-faint);
|
34323
|
+
}
|
34324
|
+
|
34325
|
+
.caret-border-bold {
|
34326
|
+
caret-color: var(--border-bold);
|
34327
|
+
}
|
34328
|
+
|
33549
34329
|
.caret-low {
|
33550
34330
|
caret-color: var(--low);
|
33551
34331
|
}
|
@@ -33594,6 +34374,10 @@ video {
|
|
33594
34374
|
caret-color: var(--overlay-2);
|
33595
34375
|
}
|
33596
34376
|
|
34377
|
+
.caret-overlay-reverse-0\.5 {
|
34378
|
+
caret-color: var(--overlay-reverse-0\.5);
|
34379
|
+
}
|
34380
|
+
|
33597
34381
|
.caret-positive {
|
33598
34382
|
caret-color: var(--positive);
|
33599
34383
|
}
|
@@ -33650,6 +34434,10 @@ video {
|
|
33650
34434
|
caret-color: var(--surface-xl);
|
33651
34435
|
}
|
33652
34436
|
|
34437
|
+
.caret-surface-dash-widget {
|
34438
|
+
caret-color: var(--surface-dash-widget);
|
34439
|
+
}
|
34440
|
+
|
33653
34441
|
.caret-text-and-icons {
|
33654
34442
|
caret-color: var(--text-and-icons);
|
33655
34443
|
}
|
@@ -34993,6 +35781,18 @@ video {
|
|
34993
35781
|
--tw-ring-color: var(--lines-light);
|
34994
35782
|
}
|
34995
35783
|
|
35784
|
+
.ring-border-reg {
|
35785
|
+
--tw-ring-color: var(--border-reg);
|
35786
|
+
}
|
35787
|
+
|
35788
|
+
.ring-border-faint {
|
35789
|
+
--tw-ring-color: var(--border-faint);
|
35790
|
+
}
|
35791
|
+
|
35792
|
+
.ring-border-bold {
|
35793
|
+
--tw-ring-color: var(--border-bold);
|
35794
|
+
}
|
35795
|
+
|
34996
35796
|
.ring-low {
|
34997
35797
|
--tw-ring-color: var(--low);
|
34998
35798
|
}
|
@@ -35041,6 +35841,10 @@ video {
|
|
35041
35841
|
--tw-ring-color: var(--overlay-2);
|
35042
35842
|
}
|
35043
35843
|
|
35844
|
+
.ring-overlay-reverse-0\.5 {
|
35845
|
+
--tw-ring-color: var(--overlay-reverse-0\.5);
|
35846
|
+
}
|
35847
|
+
|
35044
35848
|
.ring-positive {
|
35045
35849
|
--tw-ring-color: var(--positive);
|
35046
35850
|
}
|
@@ -35097,6 +35901,10 @@ video {
|
|
35097
35901
|
--tw-ring-color: var(--surface-xl);
|
35098
35902
|
}
|
35099
35903
|
|
35904
|
+
.ring-surface-dash-widget {
|
35905
|
+
--tw-ring-color: var(--surface-dash-widget);
|
35906
|
+
}
|
35907
|
+
|
35100
35908
|
.ring-text-and-icons {
|
35101
35909
|
--tw-ring-color: var(--text-and-icons);
|
35102
35910
|
}
|
@@ -35249,6 +36057,18 @@ video {
|
|
35249
36057
|
--tw-ring-color: var(--lines-light);
|
35250
36058
|
}
|
35251
36059
|
|
36060
|
+
.focus-within\:ring-border-reg:focus-within {
|
36061
|
+
--tw-ring-color: var(--border-reg);
|
36062
|
+
}
|
36063
|
+
|
36064
|
+
.focus-within\:ring-border-faint:focus-within {
|
36065
|
+
--tw-ring-color: var(--border-faint);
|
36066
|
+
}
|
36067
|
+
|
36068
|
+
.focus-within\:ring-border-bold:focus-within {
|
36069
|
+
--tw-ring-color: var(--border-bold);
|
36070
|
+
}
|
36071
|
+
|
35252
36072
|
.focus-within\:ring-low:focus-within {
|
35253
36073
|
--tw-ring-color: var(--low);
|
35254
36074
|
}
|
@@ -35297,6 +36117,10 @@ video {
|
|
35297
36117
|
--tw-ring-color: var(--overlay-2);
|
35298
36118
|
}
|
35299
36119
|
|
36120
|
+
.focus-within\:ring-overlay-reverse-0\.5:focus-within {
|
36121
|
+
--tw-ring-color: var(--overlay-reverse-0\.5);
|
36122
|
+
}
|
36123
|
+
|
35300
36124
|
.focus-within\:ring-positive:focus-within {
|
35301
36125
|
--tw-ring-color: var(--positive);
|
35302
36126
|
}
|
@@ -35353,6 +36177,10 @@ video {
|
|
35353
36177
|
--tw-ring-color: var(--surface-xl);
|
35354
36178
|
}
|
35355
36179
|
|
36180
|
+
.focus-within\:ring-surface-dash-widget:focus-within {
|
36181
|
+
--tw-ring-color: var(--surface-dash-widget);
|
36182
|
+
}
|
36183
|
+
|
35356
36184
|
.focus-within\:ring-text-and-icons:focus-within {
|
35357
36185
|
--tw-ring-color: var(--text-and-icons);
|
35358
36186
|
}
|
@@ -35505,6 +36333,18 @@ video {
|
|
35505
36333
|
--tw-ring-color: var(--lines-light);
|
35506
36334
|
}
|
35507
36335
|
|
36336
|
+
.focus\:ring-border-reg:focus {
|
36337
|
+
--tw-ring-color: var(--border-reg);
|
36338
|
+
}
|
36339
|
+
|
36340
|
+
.focus\:ring-border-faint:focus {
|
36341
|
+
--tw-ring-color: var(--border-faint);
|
36342
|
+
}
|
36343
|
+
|
36344
|
+
.focus\:ring-border-bold:focus {
|
36345
|
+
--tw-ring-color: var(--border-bold);
|
36346
|
+
}
|
36347
|
+
|
35508
36348
|
.focus\:ring-low:focus {
|
35509
36349
|
--tw-ring-color: var(--low);
|
35510
36350
|
}
|
@@ -35553,6 +36393,10 @@ video {
|
|
35553
36393
|
--tw-ring-color: var(--overlay-2);
|
35554
36394
|
}
|
35555
36395
|
|
36396
|
+
.focus\:ring-overlay-reverse-0\.5:focus {
|
36397
|
+
--tw-ring-color: var(--overlay-reverse-0\.5);
|
36398
|
+
}
|
36399
|
+
|
35556
36400
|
.focus\:ring-positive:focus {
|
35557
36401
|
--tw-ring-color: var(--positive);
|
35558
36402
|
}
|
@@ -35609,6 +36453,10 @@ video {
|
|
35609
36453
|
--tw-ring-color: var(--surface-xl);
|
35610
36454
|
}
|
35611
36455
|
|
36456
|
+
.focus\:ring-surface-dash-widget:focus {
|
36457
|
+
--tw-ring-color: var(--surface-dash-widget);
|
36458
|
+
}
|
36459
|
+
|
35612
36460
|
.focus\:ring-text-and-icons:focus {
|
35613
36461
|
--tw-ring-color: var(--text-and-icons);
|
35614
36462
|
}
|
@@ -36001,6 +36849,18 @@ video {
|
|
36001
36849
|
--tw-ring-offset-color: var(--lines-light);
|
36002
36850
|
}
|
36003
36851
|
|
36852
|
+
.ring-offset-border-reg {
|
36853
|
+
--tw-ring-offset-color: var(--border-reg);
|
36854
|
+
}
|
36855
|
+
|
36856
|
+
.ring-offset-border-faint {
|
36857
|
+
--tw-ring-offset-color: var(--border-faint);
|
36858
|
+
}
|
36859
|
+
|
36860
|
+
.ring-offset-border-bold {
|
36861
|
+
--tw-ring-offset-color: var(--border-bold);
|
36862
|
+
}
|
36863
|
+
|
36004
36864
|
.ring-offset-low {
|
36005
36865
|
--tw-ring-offset-color: var(--low);
|
36006
36866
|
}
|
@@ -36049,6 +36909,10 @@ video {
|
|
36049
36909
|
--tw-ring-offset-color: var(--overlay-2);
|
36050
36910
|
}
|
36051
36911
|
|
36912
|
+
.ring-offset-overlay-reverse-0\.5 {
|
36913
|
+
--tw-ring-offset-color: var(--overlay-reverse-0\.5);
|
36914
|
+
}
|
36915
|
+
|
36052
36916
|
.ring-offset-positive {
|
36053
36917
|
--tw-ring-offset-color: var(--positive);
|
36054
36918
|
}
|
@@ -36105,6 +36969,10 @@ video {
|
|
36105
36969
|
--tw-ring-offset-color: var(--surface-xl);
|
36106
36970
|
}
|
36107
36971
|
|
36972
|
+
.ring-offset-surface-dash-widget {
|
36973
|
+
--tw-ring-offset-color: var(--surface-dash-widget);
|
36974
|
+
}
|
36975
|
+
|
36108
36976
|
.ring-offset-text-and-icons {
|
36109
36977
|
--tw-ring-offset-color: var(--text-and-icons);
|
36110
36978
|
}
|
@@ -36257,6 +37125,18 @@ video {
|
|
36257
37125
|
--tw-ring-offset-color: var(--lines-light);
|
36258
37126
|
}
|
36259
37127
|
|
37128
|
+
.focus-within\:ring-offset-border-reg:focus-within {
|
37129
|
+
--tw-ring-offset-color: var(--border-reg);
|
37130
|
+
}
|
37131
|
+
|
37132
|
+
.focus-within\:ring-offset-border-faint:focus-within {
|
37133
|
+
--tw-ring-offset-color: var(--border-faint);
|
37134
|
+
}
|
37135
|
+
|
37136
|
+
.focus-within\:ring-offset-border-bold:focus-within {
|
37137
|
+
--tw-ring-offset-color: var(--border-bold);
|
37138
|
+
}
|
37139
|
+
|
36260
37140
|
.focus-within\:ring-offset-low:focus-within {
|
36261
37141
|
--tw-ring-offset-color: var(--low);
|
36262
37142
|
}
|
@@ -36305,6 +37185,10 @@ video {
|
|
36305
37185
|
--tw-ring-offset-color: var(--overlay-2);
|
36306
37186
|
}
|
36307
37187
|
|
37188
|
+
.focus-within\:ring-offset-overlay-reverse-0\.5:focus-within {
|
37189
|
+
--tw-ring-offset-color: var(--overlay-reverse-0\.5);
|
37190
|
+
}
|
37191
|
+
|
36308
37192
|
.focus-within\:ring-offset-positive:focus-within {
|
36309
37193
|
--tw-ring-offset-color: var(--positive);
|
36310
37194
|
}
|
@@ -36361,6 +37245,10 @@ video {
|
|
36361
37245
|
--tw-ring-offset-color: var(--surface-xl);
|
36362
37246
|
}
|
36363
37247
|
|
37248
|
+
.focus-within\:ring-offset-surface-dash-widget:focus-within {
|
37249
|
+
--tw-ring-offset-color: var(--surface-dash-widget);
|
37250
|
+
}
|
37251
|
+
|
36364
37252
|
.focus-within\:ring-offset-text-and-icons:focus-within {
|
36365
37253
|
--tw-ring-offset-color: var(--text-and-icons);
|
36366
37254
|
}
|
@@ -36513,6 +37401,18 @@ video {
|
|
36513
37401
|
--tw-ring-offset-color: var(--lines-light);
|
36514
37402
|
}
|
36515
37403
|
|
37404
|
+
.focus\:ring-offset-border-reg:focus {
|
37405
|
+
--tw-ring-offset-color: var(--border-reg);
|
37406
|
+
}
|
37407
|
+
|
37408
|
+
.focus\:ring-offset-border-faint:focus {
|
37409
|
+
--tw-ring-offset-color: var(--border-faint);
|
37410
|
+
}
|
37411
|
+
|
37412
|
+
.focus\:ring-offset-border-bold:focus {
|
37413
|
+
--tw-ring-offset-color: var(--border-bold);
|
37414
|
+
}
|
37415
|
+
|
36516
37416
|
.focus\:ring-offset-low:focus {
|
36517
37417
|
--tw-ring-offset-color: var(--low);
|
36518
37418
|
}
|
@@ -36561,6 +37461,10 @@ video {
|
|
36561
37461
|
--tw-ring-offset-color: var(--overlay-2);
|
36562
37462
|
}
|
36563
37463
|
|
37464
|
+
.focus\:ring-offset-overlay-reverse-0\.5:focus {
|
37465
|
+
--tw-ring-offset-color: var(--overlay-reverse-0\.5);
|
37466
|
+
}
|
37467
|
+
|
36564
37468
|
.focus\:ring-offset-positive:focus {
|
36565
37469
|
--tw-ring-offset-color: var(--positive);
|
36566
37470
|
}
|
@@ -36617,6 +37521,10 @@ video {
|
|
36617
37521
|
--tw-ring-offset-color: var(--surface-xl);
|
36618
37522
|
}
|
36619
37523
|
|
37524
|
+
.focus\:ring-offset-surface-dash-widget:focus {
|
37525
|
+
--tw-ring-offset-color: var(--surface-dash-widget);
|
37526
|
+
}
|
37527
|
+
|
36620
37528
|
.focus\:ring-offset-text-and-icons:focus {
|
36621
37529
|
--tw-ring-offset-color: var(--text-and-icons);
|
36622
37530
|
}
|