@mintlify/components 0.1.48 → 0.1.50
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/Button.d.ts +1 -1
- package/dist/Callouts.d.ts +1 -1
- package/dist/Code/CodeGroup.d.ts +1 -1
- package/dist/Param.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/main.css +198 -58
- package/package-lock.json +43371 -0
- package/package.json +1 -1
- package/build-storybook.log +0 -368
- package/dist/CodeBlock/CodeBlock.d.ts +0 -9
- package/dist/CodeBlock/CodeGroup.d.ts +0 -11
- package/dist/CodeBlock/CodeTabBar.d.ts +0 -6
- package/dist/CodeBlock/CopyToClipboard.d.ts +0 -2
- package/dist/CodeBlock/CopyToClipboardButton.d.ts +0 -5
- package/dist/CodeBlock/index.d.ts +0 -3
- package/dist/CodeGroup.d.ts +0 -12
package/dist/main.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
! tailwindcss v3.
|
|
2
|
+
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
|
|
3
3
|
*//*
|
|
4
4
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
5
5
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
25
25
|
3. Use a more readable tab size.
|
|
26
26
|
4. Use the user's configured `sans` font-family by default.
|
|
27
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
28
27
|
*/
|
|
29
28
|
|
|
30
29
|
html {
|
|
@@ -34,7 +33,6 @@ html {
|
|
|
34
33
|
-o-tab-size: 4;
|
|
35
34
|
tab-size: 4; /* 3 */
|
|
36
35
|
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
37
|
-
font-feature-settings: normal; /* 5 */
|
|
38
36
|
}
|
|
39
37
|
|
|
40
38
|
/*
|
|
@@ -371,12 +369,54 @@ video {
|
|
|
371
369
|
height: auto;
|
|
372
370
|
}
|
|
373
371
|
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
372
|
+
*, ::before, ::after {
|
|
373
|
+
--tw-border-spacing-x: 0;
|
|
374
|
+
--tw-border-spacing-y: 0;
|
|
375
|
+
--tw-translate-x: 0;
|
|
376
|
+
--tw-translate-y: 0;
|
|
377
|
+
--tw-rotate: 0;
|
|
378
|
+
--tw-skew-x: 0;
|
|
379
|
+
--tw-skew-y: 0;
|
|
380
|
+
--tw-scale-x: 1;
|
|
381
|
+
--tw-scale-y: 1;
|
|
382
|
+
--tw-pan-x: ;
|
|
383
|
+
--tw-pan-y: ;
|
|
384
|
+
--tw-pinch-zoom: ;
|
|
385
|
+
--tw-scroll-snap-strictness: proximity;
|
|
386
|
+
--tw-ordinal: ;
|
|
387
|
+
--tw-slashed-zero: ;
|
|
388
|
+
--tw-numeric-figure: ;
|
|
389
|
+
--tw-numeric-spacing: ;
|
|
390
|
+
--tw-numeric-fraction: ;
|
|
391
|
+
--tw-ring-inset: ;
|
|
392
|
+
--tw-ring-offset-width: 0px;
|
|
393
|
+
--tw-ring-offset-color: #fff;
|
|
394
|
+
--tw-ring-color: rgba(59, 130, 246, 0.5);
|
|
395
|
+
--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
|
|
396
|
+
--tw-ring-shadow: 0 0 rgba(0,0,0,0);
|
|
397
|
+
--tw-shadow: 0 0 rgba(0,0,0,0);
|
|
398
|
+
--tw-shadow-colored: 0 0 rgba(0,0,0,0);
|
|
399
|
+
--tw-blur: ;
|
|
400
|
+
--tw-brightness: ;
|
|
401
|
+
--tw-contrast: ;
|
|
402
|
+
--tw-grayscale: ;
|
|
403
|
+
--tw-hue-rotate: ;
|
|
404
|
+
--tw-invert: ;
|
|
405
|
+
--tw-saturate: ;
|
|
406
|
+
--tw-sepia: ;
|
|
407
|
+
--tw-drop-shadow: ;
|
|
408
|
+
--tw-backdrop-blur: ;
|
|
409
|
+
--tw-backdrop-brightness: ;
|
|
410
|
+
--tw-backdrop-contrast: ;
|
|
411
|
+
--tw-backdrop-grayscale: ;
|
|
412
|
+
--tw-backdrop-hue-rotate: ;
|
|
413
|
+
--tw-backdrop-invert: ;
|
|
414
|
+
--tw-backdrop-opacity: ;
|
|
415
|
+
--tw-backdrop-saturate: ;
|
|
416
|
+
--tw-backdrop-sepia: ;
|
|
377
417
|
}
|
|
378
418
|
|
|
379
|
-
|
|
419
|
+
::-webkit-backdrop {
|
|
380
420
|
--tw-border-spacing-x: 0;
|
|
381
421
|
--tw-border-spacing-y: 0;
|
|
382
422
|
--tw-translate-x: 0;
|
|
@@ -1027,20 +1067,20 @@ video {
|
|
|
1027
1067
|
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
|
|
1028
1068
|
padding-left: 0.4285714em;
|
|
1029
1069
|
}
|
|
1030
|
-
.prose-sm :where(.prose
|
|
1070
|
+
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
1031
1071
|
margin-top: 0.5714286em;
|
|
1032
1072
|
margin-bottom: 0.5714286em;
|
|
1033
1073
|
}
|
|
1034
|
-
.prose-sm :where(.prose
|
|
1074
|
+
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1035
1075
|
margin-top: 1.1428571em;
|
|
1036
1076
|
}
|
|
1037
|
-
.prose-sm :where(.prose
|
|
1077
|
+
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1038
1078
|
margin-bottom: 1.1428571em;
|
|
1039
1079
|
}
|
|
1040
|
-
.prose-sm :where(.prose
|
|
1080
|
+
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1041
1081
|
margin-top: 1.1428571em;
|
|
1042
1082
|
}
|
|
1043
|
-
.prose-sm :where(.prose
|
|
1083
|
+
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1044
1084
|
margin-bottom: 1.1428571em;
|
|
1045
1085
|
}
|
|
1046
1086
|
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
|
|
@@ -1090,10 +1130,98 @@ video {
|
|
|
1090
1130
|
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
|
|
1091
1131
|
padding-right: 0;
|
|
1092
1132
|
}
|
|
1093
|
-
.prose-sm :where(.prose
|
|
1133
|
+
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
1134
|
+
margin-top: 0;
|
|
1135
|
+
}
|
|
1136
|
+
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
1137
|
+
margin-bottom: 0;
|
|
1138
|
+
}
|
|
1139
|
+
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
1140
|
+
margin-top: 0.75em;
|
|
1141
|
+
margin-bottom: 0.75em;
|
|
1142
|
+
}
|
|
1143
|
+
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1144
|
+
margin-top: 1.25em;
|
|
1145
|
+
}
|
|
1146
|
+
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1147
|
+
margin-bottom: 1.25em;
|
|
1148
|
+
}
|
|
1149
|
+
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1150
|
+
margin-top: 1.25em;
|
|
1151
|
+
}
|
|
1152
|
+
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1153
|
+
margin-bottom: 1.25em;
|
|
1154
|
+
}
|
|
1155
|
+
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
1156
|
+
margin-top: 0;
|
|
1157
|
+
}
|
|
1158
|
+
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
1159
|
+
margin-bottom: 0;
|
|
1160
|
+
}
|
|
1161
|
+
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
1162
|
+
margin-top: 0.8888889em;
|
|
1163
|
+
margin-bottom: 0.8888889em;
|
|
1164
|
+
}
|
|
1165
|
+
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1166
|
+
margin-top: 1.3333333em;
|
|
1167
|
+
}
|
|
1168
|
+
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1169
|
+
margin-bottom: 1.3333333em;
|
|
1170
|
+
}
|
|
1171
|
+
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1172
|
+
margin-top: 1.3333333em;
|
|
1173
|
+
}
|
|
1174
|
+
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1175
|
+
margin-bottom: 1.3333333em;
|
|
1176
|
+
}
|
|
1177
|
+
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
1178
|
+
margin-top: 0;
|
|
1179
|
+
}
|
|
1180
|
+
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
1181
|
+
margin-bottom: 0;
|
|
1182
|
+
}
|
|
1183
|
+
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
1184
|
+
margin-top: 0.8em;
|
|
1185
|
+
margin-bottom: 0.8em;
|
|
1186
|
+
}
|
|
1187
|
+
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1188
|
+
margin-top: 1.2em;
|
|
1189
|
+
}
|
|
1190
|
+
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1191
|
+
margin-bottom: 1.2em;
|
|
1192
|
+
}
|
|
1193
|
+
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1194
|
+
margin-top: 1.2em;
|
|
1195
|
+
}
|
|
1196
|
+
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1197
|
+
margin-bottom: 1.2em;
|
|
1198
|
+
}
|
|
1199
|
+
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
1200
|
+
margin-top: 0;
|
|
1201
|
+
}
|
|
1202
|
+
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
1203
|
+
margin-bottom: 0;
|
|
1204
|
+
}
|
|
1205
|
+
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
1206
|
+
margin-top: 0.8333333em;
|
|
1207
|
+
margin-bottom: 0.8333333em;
|
|
1208
|
+
}
|
|
1209
|
+
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1210
|
+
margin-top: 1.3333333em;
|
|
1211
|
+
}
|
|
1212
|
+
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1213
|
+
margin-bottom: 1.3333333em;
|
|
1214
|
+
}
|
|
1215
|
+
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
1216
|
+
margin-top: 1.3333333em;
|
|
1217
|
+
}
|
|
1218
|
+
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
1219
|
+
margin-bottom: 1.3333333em;
|
|
1220
|
+
}
|
|
1221
|
+
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
1094
1222
|
margin-top: 0;
|
|
1095
1223
|
}
|
|
1096
|
-
.prose-
|
|
1224
|
+
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
1097
1225
|
margin-bottom: 0;
|
|
1098
1226
|
}
|
|
1099
1227
|
.prose-slate {
|
|
@@ -1138,12 +1266,14 @@ video {
|
|
|
1138
1266
|
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
|
|
1139
1267
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1140
1268
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
1269
|
+
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
1141
1270
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
|
|
1142
1271
|
}
|
|
1143
1272
|
.dark .gray-frame {
|
|
1144
1273
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1145
1274
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1146
1275
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
1276
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
1147
1277
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
|
1148
1278
|
--tw-ring-inset: inset;
|
|
1149
1279
|
--tw-ring-color: rgba(255, 255, 255, 0.1);
|
|
@@ -1352,6 +1482,7 @@ video {
|
|
|
1352
1482
|
width: 10rem;
|
|
1353
1483
|
}
|
|
1354
1484
|
.w-fit {
|
|
1485
|
+
width: -webkit-fit-content;
|
|
1355
1486
|
width: -moz-fit-content;
|
|
1356
1487
|
width: fit-content;
|
|
1357
1488
|
}
|
|
@@ -1359,6 +1490,7 @@ video {
|
|
|
1359
1490
|
min-width: 100%;
|
|
1360
1491
|
}
|
|
1361
1492
|
.max-w-max {
|
|
1493
|
+
max-width: -webkit-max-content;
|
|
1362
1494
|
max-width: -moz-max-content;
|
|
1363
1495
|
max-width: max-content;
|
|
1364
1496
|
}
|
|
@@ -1821,13 +1953,16 @@ video {
|
|
|
1821
1953
|
color: rgba(190, 24, 93, var(--tw-text-opacity));
|
|
1822
1954
|
}
|
|
1823
1955
|
.underline {
|
|
1824
|
-
text-decoration-line: underline;
|
|
1956
|
+
-webkit-text-decoration-line: underline;
|
|
1957
|
+
text-decoration-line: underline;
|
|
1825
1958
|
}
|
|
1826
1959
|
.decoration-slate-400 {
|
|
1827
|
-
text-decoration-color: #94a3b8;
|
|
1960
|
+
-webkit-text-decoration-color: #94a3b8;
|
|
1961
|
+
text-decoration-color: #94a3b8;
|
|
1828
1962
|
}
|
|
1829
1963
|
.decoration-dotted {
|
|
1830
|
-
text-decoration-style: dotted;
|
|
1964
|
+
-webkit-text-decoration-style: dotted;
|
|
1965
|
+
text-decoration-style: dotted;
|
|
1831
1966
|
}
|
|
1832
1967
|
.decoration-2 {
|
|
1833
1968
|
text-decoration-thickness: 2px;
|
|
@@ -1839,6 +1974,7 @@ video {
|
|
|
1839
1974
|
--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
1840
1975
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1841
1976
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
1977
|
+
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
1842
1978
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
|
|
1843
1979
|
}
|
|
1844
1980
|
.outline-none {
|
|
@@ -1849,6 +1985,7 @@ video {
|
|
|
1849
1985
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1850
1986
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1851
1987
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
1988
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
1852
1989
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
|
1853
1990
|
}
|
|
1854
1991
|
.ring-transparent {
|
|
@@ -1930,6 +2067,7 @@ video {
|
|
|
1930
2067
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1931
2068
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1932
2069
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
2070
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
1933
2071
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
|
1934
2072
|
}
|
|
1935
2073
|
.focus\:ring-indigo-500:focus {
|
|
@@ -1986,8 +2124,49 @@ video {
|
|
|
1986
2124
|
--tw-shadow: 0 0 rgba(0,0,0,0) !important;
|
|
1987
2125
|
--tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
|
|
1988
2126
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
|
|
2127
|
+
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
|
|
1989
2128
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
|
|
1990
2129
|
}
|
|
2130
|
+
.dark .dark\:prose-dark {
|
|
2131
|
+
color: #94a3b8;
|
|
2132
|
+
}
|
|
2133
|
+
.dark .dark\:prose-dark :where(h1, h2, h3, h4, thead th):not(:where([class~="not-prose"] *)) {
|
|
2134
|
+
color: #e2e8f0;
|
|
2135
|
+
}
|
|
2136
|
+
.dark .dark\:prose-dark :where(h1 small, h2 small, h3 small, h4 small):not(:where([class~="not-prose"] *)) {
|
|
2137
|
+
color: #94a3b8;
|
|
2138
|
+
}
|
|
2139
|
+
.dark .dark\:prose-dark :where(kbd):not(:where([class~="not-prose"] *)) {
|
|
2140
|
+
background: #334155;
|
|
2141
|
+
border-color: #475569;
|
|
2142
|
+
color: #e2e8f0;
|
|
2143
|
+
}
|
|
2144
|
+
.dark .dark\:prose-dark :where(code):not(:where([class~="not-prose"] *)) {
|
|
2145
|
+
color: #e2e8f0;
|
|
2146
|
+
}
|
|
2147
|
+
.dark .dark\:prose-dark :where(hr):not(:where([class~="not-prose"] *)) {
|
|
2148
|
+
border-color: #e2e8f0;
|
|
2149
|
+
opacity: 0.05;
|
|
2150
|
+
}
|
|
2151
|
+
.dark .dark\:prose-dark :where(pre):not(:where([class~="not-prose"] *)) {
|
|
2152
|
+
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
|
|
2153
|
+
}
|
|
2154
|
+
.dark .dark\:prose-dark :where(a):not(:where([class~="not-prose"] *)) {
|
|
2155
|
+
color: #fff;
|
|
2156
|
+
}
|
|
2157
|
+
.dark .dark\:prose-dark :where(strong):not(:where([class~="not-prose"] *)) {
|
|
2158
|
+
color: #e2e8f0;
|
|
2159
|
+
}
|
|
2160
|
+
.dark .dark\:prose-dark :where(thead):not(:where([class~="not-prose"] *)) {
|
|
2161
|
+
color: #cbd5e1;
|
|
2162
|
+
border-bottom-color: rgba(148, 163, 184, 0.2);
|
|
2163
|
+
}
|
|
2164
|
+
.dark .dark\:prose-dark :where(tbody tr):not(:where([class~="not-prose"] *)) {
|
|
2165
|
+
border-bottom-color: rgba(148, 163, 184, 0.1);
|
|
2166
|
+
}
|
|
2167
|
+
.dark .dark\:prose-dark :where(blockQuote):not(:where([class~="not-prose"] *)) {
|
|
2168
|
+
color: #fff;
|
|
2169
|
+
}
|
|
1991
2170
|
.dark .dark\:border-slate-800 {
|
|
1992
2171
|
--tw-border-opacity: 1;
|
|
1993
2172
|
border-color: rgba(30, 41, 59, var(--tw-border-opacity));
|
|
@@ -2092,47 +2271,8 @@ video {
|
|
|
2092
2271
|
color: rgba(249, 168, 212, var(--tw-text-opacity));
|
|
2093
2272
|
}
|
|
2094
2273
|
.dark .dark\:decoration-slate-500 {
|
|
2095
|
-
text-decoration-color: #64748b;
|
|
2096
|
-
|
|
2097
|
-
.dark .dark\:prose-dark {
|
|
2098
|
-
color: #94a3b8;
|
|
2099
|
-
}
|
|
2100
|
-
.dark .dark\:prose-dark :where(h1, h2, h3, h4, thead th):not(:where([class~="not-prose"] *)) {
|
|
2101
|
-
color: #e2e8f0;
|
|
2102
|
-
}
|
|
2103
|
-
.dark .dark\:prose-dark :where(h1 small, h2 small, h3 small, h4 small):not(:where([class~="not-prose"] *)) {
|
|
2104
|
-
color: #94a3b8;
|
|
2105
|
-
}
|
|
2106
|
-
.dark .dark\:prose-dark :where(kbd):not(:where([class~="not-prose"] *)) {
|
|
2107
|
-
background: #334155;
|
|
2108
|
-
border-color: #475569;
|
|
2109
|
-
color: #e2e8f0;
|
|
2110
|
-
}
|
|
2111
|
-
.dark .dark\:prose-dark :where(code):not(:where([class~="not-prose"] *)) {
|
|
2112
|
-
color: #e2e8f0;
|
|
2113
|
-
}
|
|
2114
|
-
.dark .dark\:prose-dark :where(hr):not(:where([class~="not-prose"] *)) {
|
|
2115
|
-
border-color: #e2e8f0;
|
|
2116
|
-
opacity: 0.05;
|
|
2117
|
-
}
|
|
2118
|
-
.dark .dark\:prose-dark :where(pre):not(:where([class~="not-prose"] *)) {
|
|
2119
|
-
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
|
|
2120
|
-
}
|
|
2121
|
-
.dark .dark\:prose-dark :where(a):not(:where([class~="not-prose"] *)) {
|
|
2122
|
-
color: #fff;
|
|
2123
|
-
}
|
|
2124
|
-
.dark .dark\:prose-dark :where(strong):not(:where([class~="not-prose"] *)) {
|
|
2125
|
-
color: #e2e8f0;
|
|
2126
|
-
}
|
|
2127
|
-
.dark .dark\:prose-dark :where(thead):not(:where([class~="not-prose"] *)) {
|
|
2128
|
-
color: #cbd5e1;
|
|
2129
|
-
border-bottom-color: rgba(148, 163, 184, 0.2);
|
|
2130
|
-
}
|
|
2131
|
-
.dark .dark\:prose-dark :where(tbody tr):not(:where([class~="not-prose"] *)) {
|
|
2132
|
-
border-bottom-color: rgba(148, 163, 184, 0.1);
|
|
2133
|
-
}
|
|
2134
|
-
.dark .dark\:prose-dark :where(blockQuote):not(:where([class~="not-prose"] *)) {
|
|
2135
|
-
color: #fff;
|
|
2274
|
+
-webkit-text-decoration-color: #64748b;
|
|
2275
|
+
text-decoration-color: #64748b;
|
|
2136
2276
|
}
|
|
2137
2277
|
.dark .dark\:bg-grid-slate-700\/25 {
|
|
2138
2278
|
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 width=%2732%27 height=%2732%27 fill=%27none%27 stroke=%27rgb%2851 65 85 / 0.25%29%27%3e%3cpath d=%27M0 .5H31.5V32%27/%3e%3c/svg%3e");
|