fumadocs-ui 15.3.2 → 15.3.4
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/css/preset.css +26 -5
- package/css/vitepress.css +1 -4
- package/dist/components/dialog/search-algolia.d.ts.map +1 -1
- package/dist/components/dialog/search-algolia.js +3 -3
- package/dist/components/dialog/search-default.d.ts.map +1 -1
- package/dist/components/dialog/search-default.js +2 -2
- package/dist/components/dialog/search-orama.d.ts.map +1 -1
- package/dist/components/dialog/search-orama.js +3 -3
- package/dist/components/dialog/search.d.ts +10 -9
- package/dist/components/dialog/search.d.ts.map +1 -1
- package/dist/components/dialog/search.js +30 -27
- package/dist/components/layout/root-toggle.js +1 -1
- package/dist/components/layout/search-toggle.js +2 -2
- package/dist/components/layout/sidebar.d.ts +1 -1
- package/dist/components/layout/sidebar.d.ts.map +1 -1
- package/dist/components/layout/sidebar.js +28 -23
- package/dist/components/tabs.d.ts +18 -9
- package/dist/components/tabs.d.ts.map +1 -1
- package/dist/components/tabs.js +22 -18
- package/dist/components/ui/hide-if-empty.d.ts.map +1 -1
- package/dist/components/ui/hide-if-empty.js +30 -18
- package/dist/components/ui/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/scroll-area.js +1 -1
- package/dist/components/ui/tabs.js +2 -2
- package/dist/layouts/docs-client.d.ts +3 -3
- package/dist/layouts/docs-client.d.ts.map +1 -1
- package/dist/layouts/docs-client.js +5 -4
- package/dist/layouts/docs.d.ts.map +1 -1
- package/dist/layouts/docs.js +6 -6
- package/dist/layouts/home/navbar.js +1 -1
- package/dist/layouts/home.js +1 -1
- package/dist/layouts/notebook-client.js +1 -1
- package/dist/layouts/notebook.d.ts.map +1 -1
- package/dist/layouts/notebook.js +9 -9
- package/dist/page-client.js +1 -1
- package/dist/style.css +107 -60
- package/package.json +11 -11
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -68,18 +68,22 @@
|
|
|
68
68
|
--color-fd-diff-add-symbol: rgb(10, 200, 100);
|
|
69
69
|
--animate-fd-fade-in: fd-fade-in 300ms ease;
|
|
70
70
|
--animate-fd-fade-out: fd-fade-out 300ms ease;
|
|
71
|
-
--animate-fd-dialog-in: fd-dialog-in
|
|
72
|
-
--animate-fd-dialog-out: fd-dialog-out
|
|
71
|
+
--animate-fd-dialog-in: fd-dialog-in 240ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
72
|
+
--animate-fd-dialog-out: fd-dialog-out 240ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
73
73
|
--animate-fd-popover-in: fd-popover-in 150ms ease;
|
|
74
74
|
--animate-fd-popover-out: fd-popover-out 150ms ease;
|
|
75
|
-
--animate-fd-collapsible-down: fd-collapsible-down 150ms
|
|
76
|
-
|
|
75
|
+
--animate-fd-collapsible-down: fd-collapsible-down 150ms
|
|
76
|
+
cubic-bezier(0.45, 0, 0.55, 1);
|
|
77
|
+
--animate-fd-collapsible-up: fd-collapsible-up 150ms
|
|
78
|
+
cubic-bezier(0.45, 0, 0.55, 1);
|
|
77
79
|
--animate-fd-accordion-down: fd-accordion-down 200ms ease-out;
|
|
78
80
|
--animate-fd-accordion-up: fd-accordion-up 200ms ease-out;
|
|
79
81
|
--animate-fd-nav-menu-in: fd-nav-menu-in 200ms ease;
|
|
80
82
|
--animate-fd-nav-menu-out: fd-nav-menu-out 200ms ease;
|
|
81
83
|
--animate-fd-enterFromLeft: fd-enterFromLeft 250ms ease;
|
|
82
84
|
--animate-fd-enterFromRight: fd-enterFromRight 250ms ease;
|
|
85
|
+
--animate-fd-sidebar-in: fd-sidebar-in 250ms ease;
|
|
86
|
+
--animate-fd-sidebar-out: fd-sidebar-out 250ms ease;
|
|
83
87
|
--animate-fd-exitToLeft: fd-exitToLeft 250ms ease;
|
|
84
88
|
--animate-fd-exitToRight: fd-exitToRight 250ms ease;
|
|
85
89
|
}
|
|
@@ -301,14 +305,17 @@
|
|
|
301
305
|
.inset-y-0 {
|
|
302
306
|
inset-block: calc(var(--spacing) * 0);
|
|
303
307
|
}
|
|
308
|
+
.inset-y-1 {
|
|
309
|
+
inset-block: calc(var(--spacing) * 1);
|
|
310
|
+
}
|
|
304
311
|
.inset-y-3 {
|
|
305
312
|
inset-block: calc(var(--spacing) * 3);
|
|
306
313
|
}
|
|
307
314
|
.start-0 {
|
|
308
315
|
inset-inline-start: calc(var(--spacing) * 0);
|
|
309
316
|
}
|
|
310
|
-
.start-
|
|
311
|
-
inset-inline-start: calc(var(--spacing) *
|
|
317
|
+
.start-2\.5 {
|
|
318
|
+
inset-inline-start: calc(var(--spacing) * 2.5);
|
|
312
319
|
}
|
|
313
320
|
.end-2 {
|
|
314
321
|
inset-inline-end: calc(var(--spacing) * 2);
|
|
@@ -410,9 +417,6 @@
|
|
|
410
417
|
.\!my-0 {
|
|
411
418
|
margin-block: calc(var(--spacing) * 0) !important;
|
|
412
419
|
}
|
|
413
|
-
.-my-1\.5 {
|
|
414
|
-
margin-block: calc(var(--spacing) * -1.5);
|
|
415
|
-
}
|
|
416
420
|
.my-0 {
|
|
417
421
|
margin-block: calc(var(--spacing) * 0);
|
|
418
422
|
}
|
|
@@ -428,9 +432,6 @@
|
|
|
428
432
|
.-ms-1\.5 {
|
|
429
433
|
margin-inline-start: calc(var(--spacing) * -1.5);
|
|
430
434
|
}
|
|
431
|
-
.ms-1 {
|
|
432
|
-
margin-inline-start: calc(var(--spacing) * 1);
|
|
433
|
-
}
|
|
434
435
|
.ms-2 {
|
|
435
436
|
margin-inline-start: calc(var(--spacing) * 2);
|
|
436
437
|
}
|
|
@@ -440,9 +441,6 @@
|
|
|
440
441
|
.ms-px {
|
|
441
442
|
margin-inline-start: 1px;
|
|
442
443
|
}
|
|
443
|
-
.-me-\(--fd-sidebar-width\) {
|
|
444
|
-
margin-inline-end: calc(var(--fd-sidebar-width) * -1);
|
|
445
|
-
}
|
|
446
444
|
.-me-1\.5 {
|
|
447
445
|
margin-inline-end: calc(var(--spacing) * -1.5);
|
|
448
446
|
}
|
|
@@ -842,12 +840,18 @@
|
|
|
842
840
|
.mt-auto {
|
|
843
841
|
margin-top: auto;
|
|
844
842
|
}
|
|
843
|
+
.mt-px {
|
|
844
|
+
margin-top: 1px;
|
|
845
|
+
}
|
|
845
846
|
.mr-auto {
|
|
846
847
|
margin-right: auto;
|
|
847
848
|
}
|
|
848
849
|
.mb-1 {
|
|
849
850
|
margin-bottom: calc(var(--spacing) * 1);
|
|
850
851
|
}
|
|
852
|
+
.mb-1\.5 {
|
|
853
|
+
margin-bottom: calc(var(--spacing) * 1.5);
|
|
854
|
+
}
|
|
851
855
|
.mb-2 {
|
|
852
856
|
margin-bottom: calc(var(--spacing) * 2);
|
|
853
857
|
}
|
|
@@ -863,6 +867,22 @@
|
|
|
863
867
|
.box-content {
|
|
864
868
|
box-sizing: content-box;
|
|
865
869
|
}
|
|
870
|
+
.fd-scroll-container {
|
|
871
|
+
&::-webkit-scrollbar {
|
|
872
|
+
width: 5px;
|
|
873
|
+
height: 5px;
|
|
874
|
+
}
|
|
875
|
+
&::-webkit-scrollbar-thumb {
|
|
876
|
+
border-radius: 5px;
|
|
877
|
+
background: var(--color-fd-border);
|
|
878
|
+
}
|
|
879
|
+
&::-webkit-scrollbar-track {
|
|
880
|
+
background: transparent;
|
|
881
|
+
}
|
|
882
|
+
&::-webkit-scrollbar-corner {
|
|
883
|
+
display: none;
|
|
884
|
+
}
|
|
885
|
+
}
|
|
866
886
|
.block {
|
|
867
887
|
display: block;
|
|
868
888
|
}
|
|
@@ -884,19 +904,6 @@
|
|
|
884
904
|
.table {
|
|
885
905
|
display: table;
|
|
886
906
|
}
|
|
887
|
-
.fd-scroll-container {
|
|
888
|
-
&::-webkit-scrollbar {
|
|
889
|
-
width: 5px;
|
|
890
|
-
height: 5px;
|
|
891
|
-
}
|
|
892
|
-
&::-webkit-scrollbar-thumb {
|
|
893
|
-
border-radius: 5px;
|
|
894
|
-
background: var(--color-fd-border);
|
|
895
|
-
}
|
|
896
|
-
&::-webkit-scrollbar-track {
|
|
897
|
-
background: transparent;
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
907
|
.size-3 {
|
|
901
908
|
width: calc(var(--spacing) * 3);
|
|
902
909
|
height: calc(var(--spacing) * 3);
|
|
@@ -928,6 +935,9 @@
|
|
|
928
935
|
.h-\(--fd-height\) {
|
|
929
936
|
height: var(--fd-height);
|
|
930
937
|
}
|
|
938
|
+
.h-\(--fd-nav-height\) {
|
|
939
|
+
height: var(--fd-nav-height);
|
|
940
|
+
}
|
|
931
941
|
.h-\(--fd-sidebar-height\) {
|
|
932
942
|
height: var(--fd-sidebar-height);
|
|
933
943
|
}
|
|
@@ -1077,8 +1087,8 @@
|
|
|
1077
1087
|
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
1078
1088
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1079
1089
|
}
|
|
1080
|
-
.translate-x-
|
|
1081
|
-
--tw-translate-x: calc(var(--spacing) *
|
|
1090
|
+
.translate-x-2 {
|
|
1091
|
+
--tw-translate-x: calc(var(--spacing) * 2);
|
|
1082
1092
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1083
1093
|
}
|
|
1084
1094
|
.-translate-y-1\/2 {
|
|
@@ -1232,9 +1242,9 @@
|
|
|
1232
1242
|
.rounded-xl {
|
|
1233
1243
|
border-radius: var(--radius-xl);
|
|
1234
1244
|
}
|
|
1235
|
-
.rounded-e-
|
|
1236
|
-
border-start-end-radius: var(--radius-
|
|
1237
|
-
border-end-end-radius: var(--radius-
|
|
1245
|
+
.rounded-e-2xl {
|
|
1246
|
+
border-start-end-radius: var(--radius-2xl);
|
|
1247
|
+
border-end-end-radius: var(--radius-2xl);
|
|
1238
1248
|
}
|
|
1239
1249
|
.border {
|
|
1240
1250
|
border-style: var(--tw-border-style);
|
|
@@ -1459,6 +1469,9 @@
|
|
|
1459
1469
|
.ps-2 {
|
|
1460
1470
|
padding-inline-start: calc(var(--spacing) * 2);
|
|
1461
1471
|
}
|
|
1472
|
+
.ps-2\.5 {
|
|
1473
|
+
padding-inline-start: calc(var(--spacing) * 2.5);
|
|
1474
|
+
}
|
|
1462
1475
|
.ps-3 {
|
|
1463
1476
|
padding-inline-start: calc(var(--spacing) * 3);
|
|
1464
1477
|
}
|
|
@@ -1483,9 +1496,6 @@
|
|
|
1483
1496
|
.pt-0 {
|
|
1484
1497
|
padding-top: calc(var(--spacing) * 0);
|
|
1485
1498
|
}
|
|
1486
|
-
.pt-1\.5 {
|
|
1487
|
-
padding-top: calc(var(--spacing) * 1.5);
|
|
1488
|
-
}
|
|
1489
1499
|
.pt-8 {
|
|
1490
1500
|
padding-top: calc(var(--spacing) * 8);
|
|
1491
1501
|
}
|
|
@@ -1703,9 +1713,6 @@
|
|
|
1703
1713
|
.\[--fd-nav-height\:56px\] {
|
|
1704
1714
|
--fd-nav-height: 56px;
|
|
1705
1715
|
}
|
|
1706
|
-
.\[--fd-nav-height\:calc\(var\(--spacing\)\*14\)\] {
|
|
1707
|
-
--fd-nav-height: calc(var(--spacing) * 14);
|
|
1708
|
-
}
|
|
1709
1716
|
.\[--fd-tocnav-height\:36px\] {
|
|
1710
1717
|
--fd-tocnav-height: 36px;
|
|
1711
1718
|
}
|
|
@@ -1722,11 +1729,21 @@
|
|
|
1722
1729
|
grid-row-start: 1;
|
|
1723
1730
|
}
|
|
1724
1731
|
}
|
|
1732
|
+
.\*\:my-auto {
|
|
1733
|
+
:is(& > *) {
|
|
1734
|
+
margin-block: auto;
|
|
1735
|
+
}
|
|
1736
|
+
}
|
|
1725
1737
|
.\*\:flex {
|
|
1726
1738
|
:is(& > *) {
|
|
1727
1739
|
display: flex;
|
|
1728
1740
|
}
|
|
1729
1741
|
}
|
|
1742
|
+
.\*\:w-\(--fd-sidebar-width\) {
|
|
1743
|
+
:is(& > *) {
|
|
1744
|
+
width: var(--fd-sidebar-width);
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1730
1747
|
.\*\:flex-col {
|
|
1731
1748
|
:is(& > *) {
|
|
1732
1749
|
flex-direction: column;
|
|
@@ -1901,6 +1918,16 @@
|
|
|
1901
1918
|
display: none;
|
|
1902
1919
|
}
|
|
1903
1920
|
}
|
|
1921
|
+
.data-\[collapsed\=false\]\:w-\[calc\(var\(--fd-sidebar-width\)\+var\(--fd-layout-offset\)\)\] {
|
|
1922
|
+
&[data-collapsed="false"] {
|
|
1923
|
+
width: calc(var(--fd-sidebar-width) + var(--fd-layout-offset));
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
.data-\[collapsed\=true\]\:me-\[calc\(var\(--fd-layout-offset\)-var\(--fd-sidebar-width\)\)\] {
|
|
1927
|
+
&[data-collapsed="true"] {
|
|
1928
|
+
margin-inline-end: calc(var(--fd-layout-offset) - var(--fd-sidebar-width));
|
|
1929
|
+
}
|
|
1930
|
+
}
|
|
1904
1931
|
.data-\[empty\=true\]\:hidden {
|
|
1905
1932
|
&[data-empty="true"] {
|
|
1906
1933
|
display: none;
|
|
@@ -1951,11 +1978,6 @@
|
|
|
1951
1978
|
animation: var(--animate-fd-dialog-out);
|
|
1952
1979
|
}
|
|
1953
1980
|
}
|
|
1954
|
-
.data-\[state\=closed\]\:animate-fd-exitToLeft {
|
|
1955
|
-
&[data-state="closed"] {
|
|
1956
|
-
animation: var(--animate-fd-exitToLeft);
|
|
1957
|
-
}
|
|
1958
|
-
}
|
|
1959
1981
|
.data-\[state\=closed\]\:animate-fd-fade-out {
|
|
1960
1982
|
&[data-state="closed"] {
|
|
1961
1983
|
animation: var(--animate-fd-fade-out);
|
|
@@ -1971,11 +1993,21 @@
|
|
|
1971
1993
|
animation: var(--animate-fd-popover-out);
|
|
1972
1994
|
}
|
|
1973
1995
|
}
|
|
1996
|
+
.data-\[state\=closed\]\:animate-fd-sidebar-out {
|
|
1997
|
+
&[data-state="closed"] {
|
|
1998
|
+
animation: var(--animate-fd-sidebar-out);
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
1974
2001
|
.data-\[state\=hidden\]\:animate-fd-fade-out {
|
|
1975
2002
|
&[data-state="hidden"] {
|
|
1976
2003
|
animation: var(--animate-fd-fade-out);
|
|
1977
2004
|
}
|
|
1978
2005
|
}
|
|
2006
|
+
.data-\[state\=inactive\]\:hidden {
|
|
2007
|
+
&[data-state="inactive"] {
|
|
2008
|
+
display: none;
|
|
2009
|
+
}
|
|
2010
|
+
}
|
|
1979
2011
|
.data-\[state\=open\]\:animate-fd-accordion-down {
|
|
1980
2012
|
&[data-state="open"] {
|
|
1981
2013
|
animation: var(--animate-fd-accordion-down);
|
|
@@ -1991,11 +2023,6 @@
|
|
|
1991
2023
|
animation: var(--animate-fd-dialog-in);
|
|
1992
2024
|
}
|
|
1993
2025
|
}
|
|
1994
|
-
.data-\[state\=open\]\:animate-fd-enterFromLeft {
|
|
1995
|
-
&[data-state="open"] {
|
|
1996
|
-
animation: var(--animate-fd-enterFromLeft);
|
|
1997
|
-
}
|
|
1998
|
-
}
|
|
1999
2026
|
.data-\[state\=open\]\:animate-fd-fade-in {
|
|
2000
2027
|
&[data-state="open"] {
|
|
2001
2028
|
animation: var(--animate-fd-fade-in);
|
|
@@ -2011,6 +2038,11 @@
|
|
|
2011
2038
|
animation: var(--animate-fd-popover-in);
|
|
2012
2039
|
}
|
|
2013
2040
|
}
|
|
2041
|
+
.data-\[state\=open\]\:animate-fd-sidebar-in {
|
|
2042
|
+
&[data-state="open"] {
|
|
2043
|
+
animation: var(--animate-fd-sidebar-in);
|
|
2044
|
+
}
|
|
2045
|
+
}
|
|
2014
2046
|
.data-\[state\=open\]\:bg-fd-accent\/50 {
|
|
2015
2047
|
&[data-state="open"] {
|
|
2016
2048
|
background-color: color-mix(in srgb, hsl(0, 0%, 90.1%) 50%, transparent);
|
|
@@ -2139,11 +2171,6 @@
|
|
|
2139
2171
|
padding-block: calc(var(--spacing) * 1.5);
|
|
2140
2172
|
}
|
|
2141
2173
|
}
|
|
2142
|
-
.md\:ps-\(--fd-layout-offset\) {
|
|
2143
|
-
@media (width >= 48rem) {
|
|
2144
|
-
padding-inline-start: var(--fd-layout-offset);
|
|
2145
|
-
}
|
|
2146
|
-
}
|
|
2147
2174
|
.md\:pt-12 {
|
|
2148
2175
|
@media (width >= 48rem) {
|
|
2149
2176
|
padding-top: calc(var(--spacing) * 12);
|
|
@@ -2166,6 +2193,11 @@
|
|
|
2166
2193
|
--fd-nav-height: 0px;
|
|
2167
2194
|
}
|
|
2168
2195
|
}
|
|
2196
|
+
.md\:\[--fd-nav-height\:64px\] {
|
|
2197
|
+
@media (width >= 48rem) {
|
|
2198
|
+
--fd-nav-height: 64px;
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2169
2201
|
.md\:\[--fd-sidebar-width\:268px\] {
|
|
2170
2202
|
@media (width >= 48rem) {
|
|
2171
2203
|
--fd-sidebar-width: 268px;
|
|
@@ -2217,9 +2249,9 @@
|
|
|
2217
2249
|
border-width: 1px;
|
|
2218
2250
|
}
|
|
2219
2251
|
}
|
|
2220
|
-
.lg\:\[--fd-nav-height\:
|
|
2252
|
+
.lg\:\[--fd-nav-height\:104px\] {
|
|
2221
2253
|
@media (width >= 64rem) {
|
|
2222
|
-
--fd-nav-height:
|
|
2254
|
+
--fd-nav-height: 104px;
|
|
2223
2255
|
}
|
|
2224
2256
|
}
|
|
2225
2257
|
.lg\:\[--fd-padding\:1rem\] {
|
|
@@ -2227,9 +2259,9 @@
|
|
|
2227
2259
|
--fd-padding: 1rem;
|
|
2228
2260
|
}
|
|
2229
2261
|
}
|
|
2230
|
-
.lg\:\[--fd-sidebar-width\:
|
|
2262
|
+
.lg\:\[--fd-sidebar-width\:290px\] {
|
|
2231
2263
|
@media (width >= 64rem) {
|
|
2232
|
-
--fd-sidebar-width:
|
|
2264
|
+
--fd-sidebar-width: 290px;
|
|
2233
2265
|
}
|
|
2234
2266
|
}
|
|
2235
2267
|
.xl\:start-4 {
|
|
@@ -2257,6 +2289,11 @@
|
|
|
2257
2289
|
--fd-toc-width: 286px;
|
|
2258
2290
|
}
|
|
2259
2291
|
}
|
|
2292
|
+
.xl\:\[--fd-toc-width\:290px\] {
|
|
2293
|
+
@media (width >= 80rem) {
|
|
2294
|
+
--fd-toc-width: 290px;
|
|
2295
|
+
}
|
|
2296
|
+
}
|
|
2260
2297
|
.xl\:\[--fd-tocnav-height\:0px\] {
|
|
2261
2298
|
@media (width >= 80rem) {
|
|
2262
2299
|
--fd-tocnav-height: 0px;
|
|
@@ -2764,7 +2801,7 @@
|
|
|
2764
2801
|
transform: scale(1);
|
|
2765
2802
|
}
|
|
2766
2803
|
to {
|
|
2767
|
-
transform: scale(1.
|
|
2804
|
+
transform: scale(1.04);
|
|
2768
2805
|
opacity: 0;
|
|
2769
2806
|
}
|
|
2770
2807
|
}
|
|
@@ -2844,6 +2881,16 @@
|
|
|
2844
2881
|
transform: translateX(-200px);
|
|
2845
2882
|
}
|
|
2846
2883
|
}
|
|
2884
|
+
@keyframes fd-sidebar-in {
|
|
2885
|
+
from {
|
|
2886
|
+
transform: translateX(-100%);
|
|
2887
|
+
}
|
|
2888
|
+
}
|
|
2889
|
+
@keyframes fd-sidebar-out {
|
|
2890
|
+
to {
|
|
2891
|
+
transform: translateX(-100%);
|
|
2892
|
+
}
|
|
2893
|
+
}
|
|
2847
2894
|
@keyframes fd-nav-menu-in {
|
|
2848
2895
|
from {
|
|
2849
2896
|
opacity: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-ui",
|
|
3
|
-
"version": "15.3.
|
|
3
|
+
"version": "15.3.4",
|
|
4
4
|
"description": "The framework for building a documentation website in Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NextJs",
|
|
@@ -88,21 +88,21 @@
|
|
|
88
88
|
"postcss-selector-parser": "^7.1.0",
|
|
89
89
|
"react-medium-image-zoom": "^5.2.14",
|
|
90
90
|
"react-remove-scroll": "^2.6.3",
|
|
91
|
-
"tailwind-merge": "^3.
|
|
92
|
-
"fumadocs-core": "15.3.
|
|
91
|
+
"tailwind-merge": "^3.3.0",
|
|
92
|
+
"fumadocs-core": "15.3.4"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@next/eslint-plugin-next": "^15.3.
|
|
96
|
-
"@tailwindcss/cli": "^4.1.
|
|
95
|
+
"@next/eslint-plugin-next": "^15.3.2",
|
|
96
|
+
"@tailwindcss/cli": "^4.1.7",
|
|
97
97
|
"@types/lodash.merge": "^4.6.9",
|
|
98
|
-
"@types/react": "^19.1.
|
|
99
|
-
"@types/react-dom": "^19.1.
|
|
100
|
-
"next": "15.3.
|
|
101
|
-
"tailwindcss": "^4.1.
|
|
98
|
+
"@types/react": "^19.1.4",
|
|
99
|
+
"@types/react-dom": "^19.1.5",
|
|
100
|
+
"next": "15.3.2",
|
|
101
|
+
"tailwindcss": "^4.1.7",
|
|
102
102
|
"tsc-alias": "^1.8.16",
|
|
103
|
-
"@fumadocs/cli": "0.
|
|
103
|
+
"@fumadocs/cli": "0.2.0",
|
|
104
104
|
"eslint-config-custom": "0.0.0",
|
|
105
|
-
"fumadocs-core": "15.3.
|
|
105
|
+
"fumadocs-core": "15.3.4",
|
|
106
106
|
"tsconfig": "0.0.0"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|