@mintlify/components 0.1.67 → 0.1.69
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/build-storybook.log +368 -0
- package/dist/Accordion/Accordion.d.ts +1 -1
- package/dist/Accordion/AccordionCover.d.ts +1 -2
- package/dist/Api/types.d.ts +4 -4
- package/dist/AppearFromTop.d.ts +6 -0
- package/dist/Button.d.ts +1 -1
- package/dist/Callouts.d.ts +1 -1
- package/dist/Code/CodeGroup.d.ts +1 -1
- package/dist/CodeBlock/CodeBlock.d.ts +9 -0
- package/dist/CodeBlock/CodeGroup.d.ts +11 -0
- package/dist/CodeBlock/CodeTabBar.d.ts +6 -0
- package/dist/CodeBlock/CopyToClipboard.d.ts +2 -0
- package/dist/CodeBlock/CopyToClipboardButton.d.ts +5 -0
- package/dist/CodeBlock/index.d.ts +3 -0
- package/dist/CodeGroup.d.ts +12 -0
- package/dist/LightDarkToggle.d.ts +14 -0
- package/dist/Param.d.ts +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.js +1 -1
- package/dist/main.css +82 -107
- package/package.json +1 -1
- package/dist/Api/ApiInput.d.ts +0 -11
- package/package-lock.json +0 -43377
package/dist/main.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
! tailwindcss v3.
|
|
2
|
+
! tailwindcss v3.2.4 | 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,6 +24,7 @@
|
|
|
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.
|
|
27
28
|
*/
|
|
28
29
|
|
|
29
30
|
html {
|
|
@@ -33,6 +34,7 @@ html {
|
|
|
33
34
|
-o-tab-size: 4;
|
|
34
35
|
tab-size: 4; /* 3 */
|
|
35
36
|
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 */
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
/*
|
|
@@ -369,54 +371,12 @@ video {
|
|
|
369
371
|
height: auto;
|
|
370
372
|
}
|
|
371
373
|
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
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: ;
|
|
374
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
375
|
+
[hidden] {
|
|
376
|
+
display: none;
|
|
417
377
|
}
|
|
418
378
|
|
|
419
|
-
|
|
379
|
+
*, ::before, ::after {
|
|
420
380
|
--tw-border-spacing-x: 0;
|
|
421
381
|
--tw-border-spacing-y: 0;
|
|
422
382
|
--tw-translate-x: 0;
|
|
@@ -1266,14 +1226,12 @@ video {
|
|
|
1266
1226
|
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
|
|
1267
1227
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1268
1228
|
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);
|
|
1270
1229
|
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);
|
|
1271
1230
|
}
|
|
1272
1231
|
.dark .gray-frame {
|
|
1273
1232
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1274
1233
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1275
1234
|
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);
|
|
1277
1235
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
|
1278
1236
|
--tw-ring-inset: inset;
|
|
1279
1237
|
--tw-ring-color: rgba(255, 255, 255, 0.1);
|
|
@@ -1530,7 +1488,6 @@ video {
|
|
|
1530
1488
|
width: 10rem;
|
|
1531
1489
|
}
|
|
1532
1490
|
.w-fit {
|
|
1533
|
-
width: -webkit-fit-content;
|
|
1534
1491
|
width: -moz-fit-content;
|
|
1535
1492
|
width: fit-content;
|
|
1536
1493
|
}
|
|
@@ -1544,7 +1501,6 @@ video {
|
|
|
1544
1501
|
min-width: 100%;
|
|
1545
1502
|
}
|
|
1546
1503
|
.max-w-max {
|
|
1547
|
-
max-width: -webkit-max-content;
|
|
1548
1504
|
max-width: -moz-max-content;
|
|
1549
1505
|
max-width: max-content;
|
|
1550
1506
|
}
|
|
@@ -1563,6 +1519,14 @@ video {
|
|
|
1563
1519
|
.flex-initial {
|
|
1564
1520
|
flex: 0 1 auto;
|
|
1565
1521
|
}
|
|
1522
|
+
.-translate-y-12 {
|
|
1523
|
+
--tw-translate-y: -3rem;
|
|
1524
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1525
|
+
}
|
|
1526
|
+
.translate-y-0 {
|
|
1527
|
+
--tw-translate-y: 0px;
|
|
1528
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1529
|
+
}
|
|
1566
1530
|
.-translate-x-1\/2 {
|
|
1567
1531
|
--tw-translate-x: -50%;
|
|
1568
1532
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -1688,14 +1652,14 @@ video {
|
|
|
1688
1652
|
border-top-left-radius: 0.75rem;
|
|
1689
1653
|
border-top-right-radius: 0.75rem;
|
|
1690
1654
|
}
|
|
1691
|
-
.rounded-b-xl {
|
|
1692
|
-
border-bottom-right-radius: 0.75rem;
|
|
1693
|
-
border-bottom-left-radius: 0.75rem;
|
|
1694
|
-
}
|
|
1695
1655
|
.rounded-t {
|
|
1696
1656
|
border-top-left-radius: 0.25rem;
|
|
1697
1657
|
border-top-right-radius: 0.25rem;
|
|
1698
1658
|
}
|
|
1659
|
+
.rounded-b-xl {
|
|
1660
|
+
border-bottom-right-radius: 0.75rem;
|
|
1661
|
+
border-bottom-left-radius: 0.75rem;
|
|
1662
|
+
}
|
|
1699
1663
|
.rounded-tl-xl {
|
|
1700
1664
|
border-top-left-radius: 0.75rem;
|
|
1701
1665
|
}
|
|
@@ -2142,16 +2106,13 @@ video {
|
|
|
2142
2106
|
color: rgba(190, 24, 93, var(--tw-text-opacity));
|
|
2143
2107
|
}
|
|
2144
2108
|
.underline {
|
|
2145
|
-
|
|
2146
|
-
text-decoration-line: underline;
|
|
2109
|
+
text-decoration-line: underline;
|
|
2147
2110
|
}
|
|
2148
2111
|
.decoration-slate-400 {
|
|
2149
|
-
|
|
2150
|
-
text-decoration-color: #94a3b8;
|
|
2112
|
+
text-decoration-color: #94a3b8;
|
|
2151
2113
|
}
|
|
2152
2114
|
.decoration-dotted {
|
|
2153
|
-
|
|
2154
|
-
text-decoration-style: dotted;
|
|
2115
|
+
text-decoration-style: dotted;
|
|
2155
2116
|
}
|
|
2156
2117
|
.decoration-2 {
|
|
2157
2118
|
text-decoration-thickness: 2px;
|
|
@@ -2162,11 +2123,13 @@ video {
|
|
|
2162
2123
|
.opacity-0 {
|
|
2163
2124
|
opacity: 0;
|
|
2164
2125
|
}
|
|
2126
|
+
.opacity-100 {
|
|
2127
|
+
opacity: 1;
|
|
2128
|
+
}
|
|
2165
2129
|
.shadow {
|
|
2166
2130
|
--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
2167
2131
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2168
2132
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
2169
|
-
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
|
2170
2133
|
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);
|
|
2171
2134
|
}
|
|
2172
2135
|
.outline-none {
|
|
@@ -2177,7 +2140,6 @@ video {
|
|
|
2177
2140
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2178
2141
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2179
2142
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
2180
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
2181
2143
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
|
2182
2144
|
}
|
|
2183
2145
|
.ring-transparent {
|
|
@@ -2186,6 +2148,22 @@ video {
|
|
|
2186
2148
|
.filter {
|
|
2187
2149
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2188
2150
|
}
|
|
2151
|
+
.transition {
|
|
2152
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
2153
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2154
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
2155
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2156
|
+
transition-duration: 150ms;
|
|
2157
|
+
}
|
|
2158
|
+
.duration-200 {
|
|
2159
|
+
transition-duration: 200ms;
|
|
2160
|
+
}
|
|
2161
|
+
.duration-75 {
|
|
2162
|
+
transition-duration: 75ms;
|
|
2163
|
+
}
|
|
2164
|
+
.ease-out {
|
|
2165
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2166
|
+
}
|
|
2189
2167
|
.bg-grid-slate-100 {
|
|
2190
2168
|
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=%27%23f1f5f9%27%3e%3cpath d=%27M0 .5H31.5V32%27/%3e%3c/svg%3e");
|
|
2191
2169
|
}
|
|
@@ -2305,7 +2283,6 @@ select {
|
|
|
2305
2283
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2306
2284
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2307
2285
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
2308
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
2309
2286
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
|
2310
2287
|
}
|
|
2311
2288
|
.focus\:ring-indigo-500:focus {
|
|
@@ -2389,49 +2366,8 @@ select {
|
|
|
2389
2366
|
--tw-shadow: 0 0 rgba(0,0,0,0) !important;
|
|
2390
2367
|
--tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
|
|
2391
2368
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
|
|
2392
|
-
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
|
|
2393
2369
|
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;
|
|
2394
2370
|
}
|
|
2395
|
-
.dark .dark\:prose-dark {
|
|
2396
|
-
color: #94a3b8;
|
|
2397
|
-
}
|
|
2398
|
-
.dark .dark\:prose-dark :where(h1, h2, h3, h4, thead th):not(:where([class~="not-prose"] *)) {
|
|
2399
|
-
color: #e2e8f0;
|
|
2400
|
-
}
|
|
2401
|
-
.dark .dark\:prose-dark :where(h1 small, h2 small, h3 small, h4 small):not(:where([class~="not-prose"] *)) {
|
|
2402
|
-
color: #94a3b8;
|
|
2403
|
-
}
|
|
2404
|
-
.dark .dark\:prose-dark :where(kbd):not(:where([class~="not-prose"] *)) {
|
|
2405
|
-
background: #334155;
|
|
2406
|
-
border-color: #475569;
|
|
2407
|
-
color: #e2e8f0;
|
|
2408
|
-
}
|
|
2409
|
-
.dark .dark\:prose-dark :where(code):not(:where([class~="not-prose"] *)) {
|
|
2410
|
-
color: #e2e8f0;
|
|
2411
|
-
}
|
|
2412
|
-
.dark .dark\:prose-dark :where(hr):not(:where([class~="not-prose"] *)) {
|
|
2413
|
-
border-color: #e2e8f0;
|
|
2414
|
-
opacity: 0.05;
|
|
2415
|
-
}
|
|
2416
|
-
.dark .dark\:prose-dark :where(pre):not(:where([class~="not-prose"] *)) {
|
|
2417
|
-
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
|
|
2418
|
-
}
|
|
2419
|
-
.dark .dark\:prose-dark :where(a):not(:where([class~="not-prose"] *)) {
|
|
2420
|
-
color: #fff;
|
|
2421
|
-
}
|
|
2422
|
-
.dark .dark\:prose-dark :where(strong):not(:where([class~="not-prose"] *)) {
|
|
2423
|
-
color: #e2e8f0;
|
|
2424
|
-
}
|
|
2425
|
-
.dark .dark\:prose-dark :where(thead):not(:where([class~="not-prose"] *)) {
|
|
2426
|
-
color: #cbd5e1;
|
|
2427
|
-
border-bottom-color: rgba(148, 163, 184, 0.2);
|
|
2428
|
-
}
|
|
2429
|
-
.dark .dark\:prose-dark :where(tbody tr):not(:where([class~="not-prose"] *)) {
|
|
2430
|
-
border-bottom-color: rgba(148, 163, 184, 0.1);
|
|
2431
|
-
}
|
|
2432
|
-
.dark .dark\:prose-dark :where(blockQuote):not(:where([class~="not-prose"] *)) {
|
|
2433
|
-
color: #fff;
|
|
2434
|
-
}
|
|
2435
2371
|
.dark .dark\:border-slate-800 {
|
|
2436
2372
|
--tw-border-opacity: 1;
|
|
2437
2373
|
border-color: rgba(30, 41, 59, var(--tw-border-opacity));
|
|
@@ -2609,8 +2545,47 @@ select {
|
|
|
2609
2545
|
color: rgba(249, 168, 212, var(--tw-text-opacity));
|
|
2610
2546
|
}
|
|
2611
2547
|
.dark .dark\:decoration-slate-500 {
|
|
2612
|
-
|
|
2613
|
-
|
|
2548
|
+
text-decoration-color: #64748b;
|
|
2549
|
+
}
|
|
2550
|
+
.dark .dark\:prose-dark {
|
|
2551
|
+
color: #94a3b8;
|
|
2552
|
+
}
|
|
2553
|
+
.dark .dark\:prose-dark :where(h1, h2, h3, h4, thead th):not(:where([class~="not-prose"] *)) {
|
|
2554
|
+
color: #e2e8f0;
|
|
2555
|
+
}
|
|
2556
|
+
.dark .dark\:prose-dark :where(h1 small, h2 small, h3 small, h4 small):not(:where([class~="not-prose"] *)) {
|
|
2557
|
+
color: #94a3b8;
|
|
2558
|
+
}
|
|
2559
|
+
.dark .dark\:prose-dark :where(kbd):not(:where([class~="not-prose"] *)) {
|
|
2560
|
+
background: #334155;
|
|
2561
|
+
border-color: #475569;
|
|
2562
|
+
color: #e2e8f0;
|
|
2563
|
+
}
|
|
2564
|
+
.dark .dark\:prose-dark :where(code):not(:where([class~="not-prose"] *)) {
|
|
2565
|
+
color: #e2e8f0;
|
|
2566
|
+
}
|
|
2567
|
+
.dark .dark\:prose-dark :where(hr):not(:where([class~="not-prose"] *)) {
|
|
2568
|
+
border-color: #e2e8f0;
|
|
2569
|
+
opacity: 0.05;
|
|
2570
|
+
}
|
|
2571
|
+
.dark .dark\:prose-dark :where(pre):not(:where([class~="not-prose"] *)) {
|
|
2572
|
+
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
|
|
2573
|
+
}
|
|
2574
|
+
.dark .dark\:prose-dark :where(a):not(:where([class~="not-prose"] *)) {
|
|
2575
|
+
color: #fff;
|
|
2576
|
+
}
|
|
2577
|
+
.dark .dark\:prose-dark :where(strong):not(:where([class~="not-prose"] *)) {
|
|
2578
|
+
color: #e2e8f0;
|
|
2579
|
+
}
|
|
2580
|
+
.dark .dark\:prose-dark :where(thead):not(:where([class~="not-prose"] *)) {
|
|
2581
|
+
color: #cbd5e1;
|
|
2582
|
+
border-bottom-color: rgba(148, 163, 184, 0.2);
|
|
2583
|
+
}
|
|
2584
|
+
.dark .dark\:prose-dark :where(tbody tr):not(:where([class~="not-prose"] *)) {
|
|
2585
|
+
border-bottom-color: rgba(148, 163, 184, 0.1);
|
|
2586
|
+
}
|
|
2587
|
+
.dark .dark\:prose-dark :where(blockQuote):not(:where([class~="not-prose"] *)) {
|
|
2588
|
+
color: #fff;
|
|
2614
2589
|
}
|
|
2615
2590
|
.dark .dark\:bg-grid-slate-700\/25 {
|
|
2616
2591
|
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");
|
package/package.json
CHANGED
package/dist/Api/ApiInput.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ApiInputValue, Param } from "./types";
|
|
3
|
-
export declare function ApiInput({ param, value, onChangeParam, onObjectPropertyChange, onArrayItemChange, onDeleteArrayItem, parentInputs, }: {
|
|
4
|
-
param: Param;
|
|
5
|
-
value: ApiInputValue;
|
|
6
|
-
onChangeParam: (parentInputs: string[], paramName: string, value: ApiInputValue) => void;
|
|
7
|
-
onObjectPropertyChange?: (value: any) => void;
|
|
8
|
-
onArrayItemChange?: (value: any) => void;
|
|
9
|
-
onDeleteArrayItem?: () => void;
|
|
10
|
-
parentInputs?: string[];
|
|
11
|
-
}): JSX.Element;
|