fumadocs-ui 16.8.12 → 16.9.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/css/generated/docs.css +0 -2
- package/css/generated/flux.css +0 -2
- package/css/generated/home.css +0 -8
- package/css/generated/notebook.css +0 -2
- package/css/generated/shared.css +56 -1
- package/dist/components/accordion.d.ts +1 -1
- package/dist/components/accordion.js +4 -2
- package/dist/components/banner.d.ts +1 -1
- package/dist/components/banner.js +6 -4
- package/dist/components/callout.d.ts +1 -1
- package/dist/components/card.d.ts +1 -1
- package/dist/components/card.js +1 -1
- package/dist/components/codeblock.d.ts +1 -1
- package/dist/components/codeblock.js +4 -2
- package/dist/components/dialog/search-algolia.d.ts +1 -1
- package/dist/components/dialog/search-algolia.js +1 -1
- package/dist/components/dialog/search-default.d.ts +1 -1
- package/dist/components/dialog/search-default.js +1 -1
- package/dist/components/dialog/search-orama.d.ts +1 -1
- package/dist/components/dialog/search-orama.js +1 -1
- package/dist/components/dialog/search.d.ts +1 -1
- package/dist/components/dialog/search.js +11 -10
- package/dist/components/dynamic-codeblock.core.js +1 -1
- package/dist/components/files.js +1 -1
- package/dist/components/github-info.d.ts +7 -3
- package/dist/components/github-info.js +8 -6
- package/dist/components/heading.d.ts +1 -1
- package/dist/components/heading.js +3 -1
- package/dist/components/image-zoom.d.ts +1 -1
- package/dist/components/inline-toc.d.ts +1 -1
- package/dist/components/inline-toc.js +3 -1
- package/dist/components/sidebar/base.d.ts +2 -2
- package/dist/components/sidebar/base.js +5 -4
- package/dist/components/sidebar/link-item.d.ts +1 -1
- package/dist/components/sidebar/page-tree.d.ts +1 -1
- package/dist/components/sidebar/page-tree.js +2 -2
- package/dist/components/sidebar/tabs/dropdown.d.ts +1 -1
- package/dist/components/sidebar/tabs/dropdown.js +4 -4
- package/dist/components/steps.d.ts +1 -1
- package/dist/components/tabs.d.ts +1 -1
- package/dist/components/tabs.js +1 -1
- package/dist/components/toc/clerk.d.ts +1 -1
- package/dist/components/toc/clerk.js +3 -4
- package/dist/components/toc/default.d.ts +1 -1
- package/dist/components/toc/default.js +3 -4
- package/dist/components/toc/index.d.ts +1 -1
- package/dist/components/toc/index.js +1 -1
- package/dist/components/type-table.d.ts +1 -1
- package/dist/components/type-table.js +15 -12
- package/dist/components/ui/accordion.d.ts +1 -1
- package/dist/components/ui/collapsible.d.ts +1 -1
- package/dist/components/ui/collapsible.js +1 -1
- package/dist/components/ui/navigation-menu.d.ts +1 -1
- package/dist/components/ui/navigation-menu.js +1 -1
- package/dist/components/ui/popover.d.ts +1 -1
- package/dist/components/ui/popover.js +1 -1
- package/dist/components/ui/scroll-area.d.ts +1 -1
- package/dist/components/ui/scroll-area.js +1 -1
- package/dist/components/ui/tabs.d.ts +1 -1
- package/dist/components/ui/tabs.js +1 -1
- package/dist/contexts/i18n.d.ts +14 -22
- package/dist/contexts/i18n.js +11 -18
- package/dist/contexts/search.d.ts +1 -1
- package/dist/contexts/search.js +1 -1
- package/dist/contexts/tree.d.ts +1 -1
- package/dist/contexts/tree.js +1 -1
- package/dist/i18n.d.ts +58 -6
- package/dist/i18n.js +75 -2
- package/dist/layouts/docs/client.d.ts +1 -0
- package/dist/layouts/docs/client.js +2 -2
- package/dist/layouts/docs/index.d.ts +1 -1
- package/dist/layouts/docs/index.js +1 -1
- package/dist/layouts/docs/page/index.d.ts +1 -1
- package/dist/layouts/docs/page/index.js +6 -6
- package/dist/layouts/docs/page/slots/breadcrumb.d.ts +1 -1
- package/dist/layouts/docs/page/slots/breadcrumb.js +3 -3
- package/dist/layouts/docs/page/slots/container.d.ts +1 -1
- package/dist/layouts/docs/page/slots/footer.d.ts +1 -1
- package/dist/layouts/docs/page/slots/footer.js +7 -7
- package/dist/layouts/docs/page/slots/toc.d.ts +1 -1
- package/dist/layouts/docs/page/slots/toc.js +4 -4
- package/dist/layouts/docs/slots/container.d.ts +1 -1
- package/dist/layouts/docs/slots/container.js +1 -1
- package/dist/layouts/docs/slots/header.d.ts +1 -1
- package/dist/layouts/docs/slots/sidebar.d.ts +1 -1
- package/dist/layouts/docs/slots/sidebar.js +7 -7
- package/dist/layouts/flux/index.d.ts +1 -1
- package/dist/layouts/flux/index.js +5 -5
- package/dist/layouts/flux/page/index.d.ts +1 -1
- package/dist/layouts/flux/page/index.js +6 -6
- package/dist/layouts/flux/page/slots/breadcrumb.d.ts +1 -1
- package/dist/layouts/flux/page/slots/breadcrumb.js +3 -3
- package/dist/layouts/flux/page/slots/container.d.ts +1 -1
- package/dist/layouts/flux/page/slots/footer.d.ts +1 -1
- package/dist/layouts/flux/page/slots/footer.js +5 -5
- package/dist/layouts/flux/page/slots/toc.d.ts +1 -1
- package/dist/layouts/flux/page/slots/toc.js +4 -4
- package/dist/layouts/flux/slots/container.d.ts +1 -1
- package/dist/layouts/flux/slots/sidebar.d.ts +1 -1
- package/dist/layouts/flux/slots/sidebar.js +1 -1
- package/dist/layouts/flux/slots/tab-dropdown.d.ts +1 -1
- package/dist/layouts/flux/slots/tab-dropdown.js +4 -4
- package/dist/layouts/home/index.d.ts +1 -1
- package/dist/layouts/home/index.js +1 -1
- package/dist/layouts/home/navbar.d.ts +1 -1
- package/dist/layouts/home/navbar.js +1 -1
- package/dist/layouts/home/not-found.js +5 -4
- package/dist/layouts/home/slots/container.d.ts +1 -1
- package/dist/layouts/home/slots/header.d.ts +1 -1
- package/dist/layouts/home/slots/header.js +8 -6
- package/dist/layouts/notebook/client.d.ts +1 -0
- package/dist/layouts/notebook/client.js +1 -1
- package/dist/layouts/notebook/index.d.ts +1 -1
- package/dist/layouts/notebook/index.js +1 -1
- package/dist/layouts/notebook/page/index.d.ts +1 -1
- package/dist/layouts/notebook/page/index.js +6 -6
- package/dist/layouts/notebook/page/slots/breadcrumb.d.ts +1 -1
- package/dist/layouts/notebook/page/slots/breadcrumb.js +3 -3
- package/dist/layouts/notebook/page/slots/container.d.ts +1 -1
- package/dist/layouts/notebook/page/slots/footer.d.ts +1 -1
- package/dist/layouts/notebook/page/slots/footer.js +7 -7
- package/dist/layouts/notebook/page/slots/toc.d.ts +1 -1
- package/dist/layouts/notebook/page/slots/toc.js +4 -4
- package/dist/layouts/notebook/slots/container.d.ts +1 -1
- package/dist/layouts/notebook/slots/container.js +1 -1
- package/dist/layouts/notebook/slots/header.d.ts +1 -1
- package/dist/layouts/notebook/slots/header.js +3 -3
- package/dist/layouts/notebook/slots/sidebar.d.ts +1 -1
- package/dist/layouts/notebook/slots/sidebar.js +9 -9
- package/dist/layouts/shared/client.d.ts +1 -1
- package/dist/layouts/shared/client.js +1 -1
- package/dist/layouts/shared/index.d.ts +1 -1
- package/dist/layouts/shared/index.js +1 -1
- package/dist/layouts/shared/page-actions.d.ts +1 -1
- package/dist/layouts/shared/page-actions.js +17 -11
- package/dist/layouts/shared/slots/language-select.d.ts +1 -1
- package/dist/layouts/shared/slots/language-select.js +1 -1
- package/dist/layouts/shared/slots/search-trigger.d.ts +1 -1
- package/dist/layouts/shared/slots/search-trigger.js +5 -4
- package/dist/layouts/shared/slots/theme-switch.d.ts +1 -1
- package/dist/layouts/shared/slots/theme-switch.js +21 -7
- package/dist/legacy/layout.d.ts +1 -1
- package/dist/legacy/layout.js +1 -1
- package/dist/legacy/sidebar.d.ts +1 -1
- package/dist/legacy/sidebar.js +1 -1
- package/dist/mdx.d.ts +1 -1
- package/dist/mdx.js +1 -1
- package/dist/og/takumi.d.ts +1 -1
- package/dist/og.d.ts +1 -1
- package/dist/page.d.ts +1 -1
- package/dist/provider/base.d.ts +1 -1
- package/dist/provider/base.js +1 -1
- package/dist/provider/next.d.ts +1 -1
- package/dist/provider/react-router.d.ts +1 -1
- package/dist/provider/tanstack.d.ts +1 -1
- package/dist/provider/waku.d.ts +1 -1
- package/package.json +3 -3
package/css/generated/docs.css
CHANGED
|
@@ -84,7 +84,6 @@
|
|
|
84
84
|
@source inline("defaultSlots");
|
|
85
85
|
@source inline("desktop");
|
|
86
86
|
@source inline("duration-250");
|
|
87
|
-
@source inline("editOnGithub");
|
|
88
87
|
@source inline("empty:mb-0");
|
|
89
88
|
@source inline("first:mt-0");
|
|
90
89
|
@source inline("flex-row-reverse");
|
|
@@ -160,7 +159,6 @@
|
|
|
160
159
|
@source inline("pointer-events-none");
|
|
161
160
|
@source inline("popover");
|
|
162
161
|
@source inline("previousCollapsed");
|
|
163
|
-
@source inline("previousPage");
|
|
164
162
|
@source inline("progress");
|
|
165
163
|
@source inline("progressbar");
|
|
166
164
|
@source inline("provided");
|
package/css/generated/flux.css
CHANGED
|
@@ -53,7 +53,6 @@
|
|
|
53
53
|
@source inline("defaultTabs");
|
|
54
54
|
@source inline("duration");
|
|
55
55
|
@source inline("ease");
|
|
56
|
-
@source inline("editOnGithub");
|
|
57
56
|
@source inline("empty:mb-0");
|
|
58
57
|
@source inline("exit");
|
|
59
58
|
@source inline("first:mt-0");
|
|
@@ -112,7 +111,6 @@
|
|
|
112
111
|
@source inline("pointer-events-none");
|
|
113
112
|
@source inline("popLayout");
|
|
114
113
|
@source inline("pr-(--removed-body-scroll-bar-size,0)");
|
|
115
|
-
@source inline("previousPage");
|
|
116
114
|
@source inline("progress");
|
|
117
115
|
@source inline("progressbar");
|
|
118
116
|
@source inline("provided");
|
package/css/generated/home.css
CHANGED
|
@@ -6,9 +6,7 @@
|
|
|
6
6
|
@source inline("-mx-1");
|
|
7
7
|
@source inline("[&_svg]:size-5.5");
|
|
8
8
|
@source inline("[--fd-layout-width:1400px]");
|
|
9
|
-
@source inline("are");
|
|
10
9
|
@source inline("banner");
|
|
11
|
-
@source inline("been");
|
|
12
10
|
@source inline("bg-fd-background/80");
|
|
13
11
|
@source inline("data-[active=true]:font-medium");
|
|
14
12
|
@source inline("defaultVariants");
|
|
@@ -16,23 +14,19 @@
|
|
|
16
14
|
@source inline("first:ms-0");
|
|
17
15
|
@source inline("font-bold");
|
|
18
16
|
@source inline("font-semibold");
|
|
19
|
-
@source inline("found");
|
|
20
17
|
@source inline("gap-2.5");
|
|
21
18
|
@source inline("grid-cols-1");
|
|
22
19
|
@source inline("h-14");
|
|
23
|
-
@source inline("had");
|
|
24
20
|
@source inline("hideIfDisabled");
|
|
25
21
|
@source inline("hover:text-fd-popover-foreground/50");
|
|
26
22
|
@source inline("hovering");
|
|
27
23
|
@source inline("isTop");
|
|
28
24
|
@source inline("isTransparent");
|
|
29
|
-
@source inline("its");
|
|
30
25
|
@source inline("justify-end");
|
|
31
26
|
@source inline("last:me-0");
|
|
32
27
|
@source inline("lg:grid-cols-3");
|
|
33
28
|
@source inline("lg:hidden");
|
|
34
29
|
@source inline("linkItems");
|
|
35
|
-
@source inline("looking");
|
|
36
30
|
@source inline("max-lg:hidden");
|
|
37
31
|
@source inline("max-lg:rounded-b-2xl");
|
|
38
32
|
@source inline("max-lg:shadow-lg");
|
|
@@ -42,7 +36,6 @@
|
|
|
42
36
|
@source inline("max-w-md");
|
|
43
37
|
@source inline("mb-4");
|
|
44
38
|
@source inline("md:grid-cols-2");
|
|
45
|
-
@source inline("might");
|
|
46
39
|
@source inline("mobile");
|
|
47
40
|
@source inline("mt-4");
|
|
48
41
|
@source inline("navEnabled");
|
|
@@ -56,7 +49,6 @@
|
|
|
56
49
|
@source inline("sm:hidden");
|
|
57
50
|
@source inline("sm:items-center");
|
|
58
51
|
@source inline("sm:justify-end");
|
|
59
|
-
@source inline("temporarily");
|
|
60
52
|
@source inline("text-2xl");
|
|
61
53
|
@source inline("text-6xl");
|
|
62
54
|
@source inline("text-base");
|
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
@source inline("delaySetOpen");
|
|
94
94
|
@source inline("desktop");
|
|
95
95
|
@source inline("duration-250");
|
|
96
|
-
@source inline("editOnGithub");
|
|
97
96
|
@source inline("empty:mb-0");
|
|
98
97
|
@source inline("first:mt-0");
|
|
99
98
|
@source inline("flex-row-reverse");
|
|
@@ -185,7 +184,6 @@
|
|
|
185
184
|
@source inline("pointer-events-none");
|
|
186
185
|
@source inline("popover");
|
|
187
186
|
@source inline("previousCollapsed");
|
|
188
|
-
@source inline("previousPage");
|
|
189
187
|
@source inline("progress");
|
|
190
188
|
@source inline("progressbar");
|
|
191
189
|
@source inline("provided");
|
package/css/generated/shared.css
CHANGED
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
@source inline("abcdefghijklmnopqrstuvwxyz234567");
|
|
72
72
|
@source inline("about");
|
|
73
73
|
@source inline("absolute");
|
|
74
|
+
@source inline("accordionCopyAnchor");
|
|
74
75
|
@source inline("action");
|
|
75
76
|
@source inline("active");
|
|
76
77
|
@source inline("add");
|
|
@@ -92,6 +93,7 @@
|
|
|
92
93
|
@source inline("animation");
|
|
93
94
|
@source inline("another");
|
|
94
95
|
@source inline("application/json");
|
|
96
|
+
@source inline("are");
|
|
95
97
|
@source inline("areaRef");
|
|
96
98
|
@source inline("aria-describedby");
|
|
97
99
|
@source inline("aria-label");
|
|
@@ -113,10 +115,12 @@
|
|
|
113
115
|
@source inline("backgroundImage");
|
|
114
116
|
@source inline("backgroundSize");
|
|
115
117
|
@source inline("backward");
|
|
118
|
+
@source inline("bannerClose");
|
|
116
119
|
@source inline("baseProps");
|
|
117
120
|
@source inline("baseSlots");
|
|
118
121
|
@source inline("baseUrl");
|
|
119
122
|
@source inline("based");
|
|
123
|
+
@source inline("been");
|
|
120
124
|
@source inline("behaviour");
|
|
121
125
|
@source inline("bg-(--callout-color)/50");
|
|
122
126
|
@source inline("bg-(--shiki-light-bg)");
|
|
@@ -167,6 +171,8 @@
|
|
|
167
171
|
@source inline("changeLayout");
|
|
168
172
|
@source inline("child");
|
|
169
173
|
@source inline("children");
|
|
174
|
+
@source inline("chooseLanguage");
|
|
175
|
+
@source inline("chooseTheme");
|
|
170
176
|
@source inline("class-variance-authority");
|
|
171
177
|
@source inline("className");
|
|
172
178
|
@source inline("clear");
|
|
@@ -181,6 +187,8 @@
|
|
|
181
187
|
@source inline("closed");
|
|
182
188
|
@source inline("cn");
|
|
183
189
|
@source inline("code");
|
|
190
|
+
@source inline("codeBlockCopied");
|
|
191
|
+
@source inline("codeBlockCopy");
|
|
184
192
|
@source inline("col-span-full");
|
|
185
193
|
@source inline("collapsed");
|
|
186
194
|
@source inline("collapsible");
|
|
@@ -275,6 +283,7 @@
|
|
|
275
283
|
@source inline("defaultOpenLevel");
|
|
276
284
|
@source inline("defaultShikiFactory");
|
|
277
285
|
@source inline("defaultTransform");
|
|
286
|
+
@source inline("defaultTranslations");
|
|
278
287
|
@source inline("defaultUrl");
|
|
279
288
|
@source inline("defaultValue");
|
|
280
289
|
@source inline("define");
|
|
@@ -309,11 +318,11 @@
|
|
|
309
318
|
@source inline("duration-200");
|
|
310
319
|
@source inline("duration-300");
|
|
311
320
|
@source inline("duration-400");
|
|
321
|
+
@source inline("editOnGithub");
|
|
312
322
|
@source inline("element");
|
|
313
323
|
@source inline("else");
|
|
314
324
|
@source inline("empty");
|
|
315
325
|
@source inline("empty:hidden");
|
|
316
|
-
@source inline("en");
|
|
317
326
|
@source inline("enabled");
|
|
318
327
|
@source inline("encoded");
|
|
319
328
|
@source inline("end-2");
|
|
@@ -370,6 +379,9 @@
|
|
|
370
379
|
@source inline("for");
|
|
371
380
|
@source inline("forceMount");
|
|
372
381
|
@source inline("forks");
|
|
382
|
+
@source inline("formatter");
|
|
383
|
+
@source inline("formatterOptions");
|
|
384
|
+
@source inline("found");
|
|
373
385
|
@source inline("fragment");
|
|
374
386
|
@source inline("free");
|
|
375
387
|
@source inline("from");
|
|
@@ -426,6 +438,7 @@
|
|
|
426
438
|
@source inline("h4");
|
|
427
439
|
@source inline("h5");
|
|
428
440
|
@source inline("h6");
|
|
441
|
+
@source inline("had");
|
|
429
442
|
@source inline("handle");
|
|
430
443
|
@source inline("has-focus-visible:bg-fd-accent");
|
|
431
444
|
@source inline("hash");
|
|
@@ -434,6 +447,7 @@
|
|
|
434
447
|
@source inline("header");
|
|
435
448
|
@source inline("headers");
|
|
436
449
|
@source inline("heading");
|
|
450
|
+
@source inline("headingCopyAnchor");
|
|
437
451
|
@source inline("height");
|
|
438
452
|
@source inline("hidden");
|
|
439
453
|
@source inline("highlight");
|
|
@@ -449,6 +463,7 @@
|
|
|
449
463
|
@source inline("html");
|
|
450
464
|
@source inline("i");
|
|
451
465
|
@source inline("i18n");
|
|
466
|
+
@source inline("i18nProvider");
|
|
452
467
|
@source inline("icon");
|
|
453
468
|
@source inline("icon-sm");
|
|
454
469
|
@source inline("icon-xs");
|
|
@@ -496,6 +511,7 @@
|
|
|
496
511
|
@source inline("itemVariants");
|
|
497
512
|
@source inline("items");
|
|
498
513
|
@source inline("items-center");
|
|
514
|
+
@source inline("its");
|
|
499
515
|
@source inline("js");
|
|
500
516
|
@source inline("justify-between");
|
|
501
517
|
@source inline("justify-center");
|
|
@@ -510,8 +526,10 @@
|
|
|
510
526
|
@source inline("lang");
|
|
511
527
|
@source inline("language");
|
|
512
528
|
@source inline("languageSelect");
|
|
529
|
+
@source inline("languages");
|
|
513
530
|
@source inline("last:pb-0");
|
|
514
531
|
@source inline("last:rounded-b-xl");
|
|
532
|
+
@source inline("lastUpdate");
|
|
515
533
|
@source inline("layer");
|
|
516
534
|
@source inline("layout");
|
|
517
535
|
@source inline("leading-none");
|
|
@@ -535,6 +553,7 @@
|
|
|
535
553
|
@source inline("listeners");
|
|
536
554
|
@source inline("locale");
|
|
537
555
|
@source inline("locales");
|
|
556
|
+
@source inline("looking");
|
|
538
557
|
@source inline("lower");
|
|
539
558
|
@source inline("ltr");
|
|
540
559
|
@source inline("lucide");
|
|
@@ -584,9 +603,11 @@
|
|
|
584
603
|
@source inline("me-auto");
|
|
585
604
|
@source inline("menu");
|
|
586
605
|
@source inline("menuItems");
|
|
606
|
+
@source inline("menuToggle");
|
|
587
607
|
@source inline("mergeRefs");
|
|
588
608
|
@source inline("message");
|
|
589
609
|
@source inline("middle");
|
|
610
|
+
@source inline("might");
|
|
590
611
|
@source inline("min-h-0");
|
|
591
612
|
@source inline("min-w-0");
|
|
592
613
|
@source inline("min-w-[240px]");
|
|
@@ -627,6 +648,7 @@
|
|
|
627
648
|
@source inline("next");
|
|
628
649
|
@source inline("next-themes");
|
|
629
650
|
@source inline("next/og");
|
|
651
|
+
@source inline("nextPage");
|
|
630
652
|
@source inline("node");
|
|
631
653
|
@source inline("nodes");
|
|
632
654
|
@source inline("none");
|
|
@@ -637,6 +659,9 @@
|
|
|
637
659
|
@source inline("not");
|
|
638
660
|
@source inline("not-last:mb-2");
|
|
639
661
|
@source inline("not-prose");
|
|
662
|
+
@source inline("notFoundDescription");
|
|
663
|
+
@source inline("notFoundLink");
|
|
664
|
+
@source inline("notFoundTitle");
|
|
640
665
|
@source inline("notation");
|
|
641
666
|
@source inline("now");
|
|
642
667
|
@source inline("null");
|
|
@@ -705,6 +730,15 @@
|
|
|
705
730
|
@source inline("paddingBottom");
|
|
706
731
|
@source inline("paddingInlineStart");
|
|
707
732
|
@source inline("page");
|
|
733
|
+
@source inline("pageActionsCopyMarkdown");
|
|
734
|
+
@source inline("pageActionsOpen");
|
|
735
|
+
@source inline("pageActionsOpenChatGPT");
|
|
736
|
+
@source inline("pageActionsOpenClaude");
|
|
737
|
+
@source inline("pageActionsOpenCursor");
|
|
738
|
+
@source inline("pageActionsOpenGitHub");
|
|
739
|
+
@source inline("pageActionsOpenInLLMPrompt");
|
|
740
|
+
@source inline("pageActionsOpenScira");
|
|
741
|
+
@source inline("pageActionsViewMarkdown");
|
|
708
742
|
@source inline("pageUrl");
|
|
709
743
|
@source inline("parameters");
|
|
710
744
|
@source inline("params");
|
|
@@ -734,6 +768,7 @@
|
|
|
734
768
|
@source inline("present");
|
|
735
769
|
@source inline("prev");
|
|
736
770
|
@source inline("previous");
|
|
771
|
+
@source inline("previousPage");
|
|
737
772
|
@source inline("previousRef");
|
|
738
773
|
@source inline("primary");
|
|
739
774
|
@source inline("primaryColor");
|
|
@@ -796,6 +831,7 @@
|
|
|
796
831
|
@source inline("render");
|
|
797
832
|
@source inline("renderHighlights");
|
|
798
833
|
@source inline("renderMarkdown");
|
|
834
|
+
@source inline("renderTranslation");
|
|
799
835
|
@source inline("repo");
|
|
800
836
|
@source inline("repository");
|
|
801
837
|
@source inline("required");
|
|
@@ -836,7 +872,9 @@
|
|
|
836
872
|
@source inline("scrollIntoView");
|
|
837
873
|
@source inline("scrollMode");
|
|
838
874
|
@source inline("search");
|
|
875
|
+
@source inline("searchClose");
|
|
839
876
|
@source inline("searchNoResult");
|
|
877
|
+
@source inline("searchOpen");
|
|
840
878
|
@source inline("searchOptions");
|
|
841
879
|
@source inline("searchToggle");
|
|
842
880
|
@source inline("searchToggleEnabled");
|
|
@@ -875,6 +913,8 @@
|
|
|
875
913
|
@source inline("side");
|
|
876
914
|
@source inline("sideOffset");
|
|
877
915
|
@source inline("sidebar");
|
|
916
|
+
@source inline("sidebarCollapse");
|
|
917
|
+
@source inline("sidebarOpen");
|
|
878
918
|
@source inline("signature");
|
|
879
919
|
@source inline("simple");
|
|
880
920
|
@source inline("since");
|
|
@@ -933,6 +973,7 @@
|
|
|
933
973
|
@source inline("tagName");
|
|
934
974
|
@source inline("tags");
|
|
935
975
|
@source inline("target");
|
|
976
|
+
@source inline("temporarily");
|
|
936
977
|
@source inline("text");
|
|
937
978
|
@source inline("text-(--callout-color)");
|
|
938
979
|
@source inline("text-[0.8125rem]");
|
|
@@ -961,8 +1002,12 @@
|
|
|
961
1002
|
@source inline("the");
|
|
962
1003
|
@source inline("their");
|
|
963
1004
|
@source inline("theme");
|
|
1005
|
+
@source inline("themeDark");
|
|
1006
|
+
@source inline("themeLight");
|
|
964
1007
|
@source inline("themeSwitch");
|
|
965
1008
|
@source inline("themeSwitchEnabled");
|
|
1009
|
+
@source inline("themeSystem");
|
|
1010
|
+
@source inline("themeToggle");
|
|
966
1011
|
@source inline("themes");
|
|
967
1012
|
@source inline("this");
|
|
968
1013
|
@source inline("throw");
|
|
@@ -974,6 +1019,8 @@
|
|
|
974
1019
|
@source inline("to");
|
|
975
1020
|
@source inline("toc");
|
|
976
1021
|
@source inline("tocInfo");
|
|
1022
|
+
@source inline("tocInline");
|
|
1023
|
+
@source inline("tocNoHeadings");
|
|
977
1024
|
@source inline("toolbar");
|
|
978
1025
|
@source inline("top");
|
|
979
1026
|
@source inline("top-0");
|
|
@@ -998,8 +1045,14 @@
|
|
|
998
1045
|
@source inline("truncate");
|
|
999
1046
|
@source inline("try");
|
|
1000
1047
|
@source inline("type");
|
|
1048
|
+
@source inline("typeTableDefault");
|
|
1049
|
+
@source inline("typeTableParameters");
|
|
1050
|
+
@source inline("typeTableProp");
|
|
1051
|
+
@source inline("typeTableReturns");
|
|
1052
|
+
@source inline("typeTableType");
|
|
1001
1053
|
@source inline("typeof");
|
|
1002
1054
|
@source inline("types");
|
|
1055
|
+
@source inline("ui");
|
|
1003
1056
|
@source inline("unchanged");
|
|
1004
1057
|
@source inline("undefined");
|
|
1005
1058
|
@source inline("underline");
|
|
@@ -1009,6 +1062,7 @@
|
|
|
1009
1062
|
@source inline("unist-util-visit");
|
|
1010
1063
|
@source inline("unknown");
|
|
1011
1064
|
@source inline("updateAnchor");
|
|
1065
|
+
@source inline("updated");
|
|
1012
1066
|
@source inline("updates");
|
|
1013
1067
|
@source inline("upperX");
|
|
1014
1068
|
@source inline("url");
|
|
@@ -1033,6 +1087,7 @@
|
|
|
1033
1087
|
@source inline("useState");
|
|
1034
1088
|
@source inline("useTOCItems");
|
|
1035
1089
|
@source inline("useTheme");
|
|
1090
|
+
@source inline("useTranslations");
|
|
1036
1091
|
@source inline("useTreePath");
|
|
1037
1092
|
@source inline("useful");
|
|
1038
1093
|
@source inline("users");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Accordion as Accordion$1, AccordionItem } from "./ui/accordion.js";
|
|
2
|
-
import { ComponentProps, ReactNode } from "react";
|
|
3
2
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import { ComponentProps, ReactNode } from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/accordion.d.ts
|
|
6
6
|
declare function Accordions({
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
import { cn } from "../utils/cn.js";
|
|
3
3
|
import { buttonVariants } from "./ui/button.js";
|
|
4
4
|
import { useCopyButton } from "../utils/use-copy-button.js";
|
|
5
|
+
import { useTranslations } from "../contexts/i18n.js";
|
|
5
6
|
import { mergeRefs } from "../utils/merge-refs.js";
|
|
6
7
|
import { Accordion as Accordion$1, AccordionContent, AccordionHeader, AccordionItem, AccordionTrigger } from "./ui/accordion.js";
|
|
7
|
-
import { useEffect, useRef, useState } from "react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
import { Check, LinkIcon } from "lucide-react";
|
|
10
|
+
import { useEffect, useRef, useState } from "react";
|
|
10
11
|
//#region src/components/accordion.tsx
|
|
11
12
|
function Accordions({ type = "single", ref, className, defaultValue, ...props }) {
|
|
12
13
|
const rootRef = useRef(null);
|
|
@@ -46,6 +47,7 @@ function Accordion({ title, id, value = String(title), children, ...props }) {
|
|
|
46
47
|
});
|
|
47
48
|
}
|
|
48
49
|
function CopyButton({ id }) {
|
|
50
|
+
const t = useTranslations();
|
|
49
51
|
const [checked, onClick] = useCopyButton(() => {
|
|
50
52
|
const url = new URL(window.location.href);
|
|
51
53
|
url.hash = id;
|
|
@@ -53,7 +55,7 @@ function CopyButton({ id }) {
|
|
|
53
55
|
});
|
|
54
56
|
return /* @__PURE__ */ jsx("button", {
|
|
55
57
|
type: "button",
|
|
56
|
-
"aria-label":
|
|
58
|
+
"aria-label": t.accordionCopyAnchor,
|
|
57
59
|
className: cn(buttonVariants({
|
|
58
60
|
color: "ghost",
|
|
59
61
|
className: "text-fd-muted-foreground me-2"
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { cn } from "../utils/cn.js";
|
|
3
3
|
import { buttonVariants } from "./ui/button.js";
|
|
4
|
-
import {
|
|
5
|
-
import { Fragment
|
|
4
|
+
import { useTranslations } from "../contexts/i18n.js";
|
|
5
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { X } from "lucide-react";
|
|
7
|
+
import { useEffect, useState } from "react";
|
|
7
8
|
//#region src/components/banner.tsx
|
|
8
9
|
function Banner({ id, variant = "normal", changeLayout = true, height = "3rem", rainbowColors = [
|
|
9
10
|
"rgba(0,149,255,0.56)",
|
|
@@ -11,6 +12,7 @@ function Banner({ id, variant = "normal", changeLayout = true, height = "3rem",
|
|
|
11
12
|
"rgba(255,0,0,0.73)",
|
|
12
13
|
"rgba(131,255,166,0.66)"
|
|
13
14
|
], ...props }) {
|
|
15
|
+
const t = useTranslations();
|
|
14
16
|
const [open, setOpen] = useState(true);
|
|
15
17
|
const globalKey = id ? `nd-banner-${encodeBase32(id)}` : null;
|
|
16
18
|
useEffect(() => {
|
|
@@ -34,7 +36,7 @@ function Banner({ id, variant = "normal", changeLayout = true, height = "3rem",
|
|
|
34
36
|
props.children,
|
|
35
37
|
id ? /* @__PURE__ */ jsx("button", {
|
|
36
38
|
type: "button",
|
|
37
|
-
"aria-label":
|
|
39
|
+
"aria-label": t.bannerClose,
|
|
38
40
|
onClick: onClose,
|
|
39
41
|
className: cn(buttonVariants({
|
|
40
42
|
color: "ghost",
|
|
@@ -48,7 +50,7 @@ function Banner({ id, variant = "normal", changeLayout = true, height = "3rem",
|
|
|
48
50
|
}
|
|
49
51
|
const maskImage = "linear-gradient(to bottom,white,transparent), radial-gradient(circle at top center, white, transparent)";
|
|
50
52
|
function flow({ colors }) {
|
|
51
|
-
return /* @__PURE__ */ jsxs(Fragment
|
|
53
|
+
return /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("div", {
|
|
52
54
|
className: "absolute inset-0 -z-1",
|
|
53
55
|
style: {
|
|
54
56
|
maskImage,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentProps, ReactNode } from "react";
|
|
2
1
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
import { ComponentProps, ReactNode } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/callout.d.ts
|
|
5
5
|
type CalloutType = 'info' | 'warn' | 'error' | 'success' | 'warning' | 'idea';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from "react";
|
|
2
1
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
import { HTMLAttributes, ReactNode } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/card.d.ts
|
|
5
5
|
declare function Cards(props: HTMLAttributes<HTMLDivElement>): _$react_jsx_runtime0.JSX.Element;
|
package/dist/components/card.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { cn } from "../utils/cn.js";
|
|
2
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
2
|
import Link from "fumadocs-core/link";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
//#region src/components/card.tsx
|
|
5
5
|
function Cards(props) {
|
|
6
6
|
return /* @__PURE__ */ jsx("div", {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Tabs, TabsContent, TabsList, TabsTrigger } from "./ui/tabs.js";
|
|
2
|
-
import { ComponentProps, HTMLAttributes, ReactNode } from "react";
|
|
3
2
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import { ComponentProps, HTMLAttributes, ReactNode } from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/codeblock.d.ts
|
|
6
6
|
interface CodeBlockProps extends ComponentProps<'figure'> {
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
import { cn } from "../utils/cn.js";
|
|
3
3
|
import { buttonVariants } from "./ui/button.js";
|
|
4
4
|
import { useCopyButton } from "../utils/use-copy-button.js";
|
|
5
|
+
import { useTranslations } from "../contexts/i18n.js";
|
|
5
6
|
import { mergeRefs } from "../utils/merge-refs.js";
|
|
6
7
|
import { Tabs, TabsContent, TabsList, TabsTrigger } from "./ui/tabs.js";
|
|
7
|
-
import { createContext, use, useMemo, useRef } from "react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
import { Check, Clipboard } from "lucide-react";
|
|
10
|
+
import { createContext, use, useMemo, useRef } from "react";
|
|
10
11
|
//#region src/components/codeblock.tsx
|
|
11
12
|
const TabsContext = createContext(null);
|
|
12
13
|
function Pre(props) {
|
|
@@ -63,6 +64,7 @@ function CodeBlock({ ref, title, allowCopy = true, keepBackground = false, icon,
|
|
|
63
64
|
});
|
|
64
65
|
}
|
|
65
66
|
function CopyButton({ className, containerRef, ...props }) {
|
|
67
|
+
const t = useTranslations();
|
|
66
68
|
const [checked, onClick] = useCopyButton(() => {
|
|
67
69
|
const pre = containerRef.current?.getElementsByTagName("pre").item(0);
|
|
68
70
|
if (!pre) return;
|
|
@@ -79,7 +81,7 @@ function CopyButton({ className, containerRef, ...props }) {
|
|
|
79
81
|
className: "hover:text-fd-accent-foreground data-checked:text-fd-accent-foreground",
|
|
80
82
|
size: "icon-xs"
|
|
81
83
|
}), className),
|
|
82
|
-
"aria-label": checked ?
|
|
84
|
+
"aria-label": checked ? t.codeBlockCopied : t.codeBlockCopy,
|
|
83
85
|
onClick,
|
|
84
86
|
...props,
|
|
85
87
|
children: checked ? /* @__PURE__ */ jsx(Check, {}) : /* @__PURE__ */ jsx(Clipboard, {})
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SearchLink, SharedProps, TagItem } from "../../contexts/search.js";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
2
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import { ReactNode } from "react";
|
|
4
4
|
import { AlgoliaOptions } from "fumadocs-core/search/client";
|
|
5
5
|
|
|
6
6
|
//#region src/components/dialog/search-algolia.d.ts
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { useI18n } from "../../contexts/i18n.js";
|
|
3
3
|
import { SearchDialog, SearchDialogClose, SearchDialogContent, SearchDialogFooter, SearchDialogHeader, SearchDialogIcon, SearchDialogInput, SearchDialogList, SearchDialogOverlay, TagsList, TagsListItem } from "./search.js";
|
|
4
|
-
import { useMemo, useState } from "react";
|
|
5
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
import { useMemo, useState } from "react";
|
|
6
6
|
import { useOnChange } from "fumadocs-core/utils/use-on-change";
|
|
7
7
|
import { useDocsSearch } from "fumadocs-core/search/client";
|
|
8
8
|
//#region src/components/dialog/search-algolia.tsx
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SearchLink, SharedProps, TagItem } from "../../contexts/search.js";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
2
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import { ReactNode } from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/dialog/search-default.d.ts
|
|
6
6
|
interface DefaultSearchDialogProps extends SharedProps {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { useI18n } from "../../contexts/i18n.js";
|
|
3
3
|
import { SearchDialog, SearchDialogClose, SearchDialogContent, SearchDialogFooter, SearchDialogHeader, SearchDialogIcon, SearchDialogInput, SearchDialogList, SearchDialogOverlay, TagsList, TagsListItem } from "./search.js";
|
|
4
|
-
import { useMemo, useState } from "react";
|
|
5
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
import { useMemo, useState } from "react";
|
|
6
6
|
import { useOnChange } from "fumadocs-core/utils/use-on-change";
|
|
7
7
|
import { useDocsSearch } from "fumadocs-core/search/client";
|
|
8
8
|
//#region src/components/dialog/search-default.tsx
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SearchLink, SharedProps, TagItem } from "../../contexts/search.js";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
2
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import { ReactNode } from "react";
|
|
4
4
|
import { OramaCloudOptions } from "fumadocs-core/search/client";
|
|
5
5
|
|
|
6
6
|
//#region src/components/dialog/search-orama.d.ts
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { useI18n } from "../../contexts/i18n.js";
|
|
3
3
|
import { SearchDialog, SearchDialogClose, SearchDialogContent, SearchDialogFooter, SearchDialogHeader, SearchDialogIcon, SearchDialogInput, SearchDialogList, SearchDialogOverlay, TagsList, TagsListItem } from "./search.js";
|
|
4
|
-
import { useMemo, useState } from "react";
|
|
5
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
import { useMemo, useState } from "react";
|
|
6
6
|
import { useOnChange } from "fumadocs-core/utils/use-on-change";
|
|
7
7
|
import { useDocsSearch } from "fumadocs-core/search/client";
|
|
8
8
|
//#region src/components/dialog/search-orama.tsx
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SharedProps } from "../../contexts/search.js";
|
|
2
|
-
import { ComponentProps, ReactNode } from "react";
|
|
3
2
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import { ComponentProps, ReactNode } from "react";
|
|
4
4
|
import { DialogContent, DialogOverlay } from "@radix-ui/react-dialog";
|
|
5
5
|
import { HighlightedText, ReactSortedResult } from "fumadocs-core/search";
|
|
6
6
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { I18nLabel, useI18n } from "../../contexts/i18n.js";
|
|
3
2
|
import { cn } from "../../utils/cn.js";
|
|
4
3
|
import { buttonVariants } from "../ui/button.js";
|
|
5
|
-
import {
|
|
4
|
+
import { I18nLabel, useTranslations } from "../../contexts/i18n.js";
|
|
6
5
|
import { useRouter } from "fumadocs-core/framework";
|
|
7
|
-
import { Fragment
|
|
6
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
8
7
|
import { ChevronRight, Hash, SearchIcon } from "lucide-react";
|
|
9
8
|
import { cva } from "class-variance-authority";
|
|
9
|
+
import { Fragment as Fragment$1, createContext, use, useCallback, useEffect, useEffectEvent, useMemo, useRef, useState } from "react";
|
|
10
10
|
import { useOnChange } from "fumadocs-core/utils/use-on-change";
|
|
11
11
|
import scrollIntoView from "scroll-into-view-if-needed";
|
|
12
12
|
import { Dialog, DialogContent, DialogOverlay, DialogTitle } from "@radix-ui/react-dialog";
|
|
@@ -140,13 +140,13 @@ function SearchDialogHeader(props) {
|
|
|
140
140
|
});
|
|
141
141
|
}
|
|
142
142
|
function SearchDialogInput(props) {
|
|
143
|
-
const
|
|
143
|
+
const t = useTranslations();
|
|
144
144
|
const { search, onSearchChange } = useSearch();
|
|
145
145
|
return /* @__PURE__ */ jsx("input", {
|
|
146
146
|
...props,
|
|
147
147
|
value: search,
|
|
148
148
|
onChange: (e) => onSearchChange(e.target.value),
|
|
149
|
-
placeholder:
|
|
149
|
+
placeholder: t.search,
|
|
150
150
|
className: "w-0 flex-1 bg-transparent text-lg placeholder:text-fd-muted-foreground focus-visible:outline-none"
|
|
151
151
|
});
|
|
152
152
|
}
|
|
@@ -154,6 +154,7 @@ function SearchDialogClose({ children = "ESC", className, ...props }) {
|
|
|
154
154
|
const { onOpenChange } = useSearch();
|
|
155
155
|
return /* @__PURE__ */ jsx("button", {
|
|
156
156
|
type: "button",
|
|
157
|
+
"aria-label": useTranslations().searchClose,
|
|
157
158
|
onClick: () => onOpenChange(false),
|
|
158
159
|
className: cn(buttonVariants({
|
|
159
160
|
color: "outline",
|
|
@@ -177,14 +178,14 @@ function SearchDialogOverlay(props) {
|
|
|
177
178
|
});
|
|
178
179
|
}
|
|
179
180
|
function SearchDialogContent({ children, ...props }) {
|
|
180
|
-
const
|
|
181
|
+
const t = useTranslations();
|
|
181
182
|
return /* @__PURE__ */ jsxs(DialogContent, {
|
|
182
183
|
"aria-describedby": void 0,
|
|
183
184
|
...props,
|
|
184
185
|
className: cn("fixed left-1/2 top-4 md:top-[calc(50%-250px)] z-50 w-[calc(100%-1rem)] max-w-screen-sm -translate-x-1/2 rounded-xl border bg-fd-popover text-fd-popover-foreground shadow-2xl shadow-black/50 overflow-hidden data-[state=closed]:animate-fd-dialog-out data-[state=open]:animate-fd-dialog-in", "*:border-b *:has-[+:last-child[data-empty=true]]:border-b-0 *:data-[empty=true]:border-b-0 *:last:border-b-0", props.className),
|
|
185
186
|
children: [/* @__PURE__ */ jsx(DialogTitle, {
|
|
186
187
|
className: "hidden",
|
|
187
|
-
children:
|
|
188
|
+
children: t.search
|
|
188
189
|
}), children]
|
|
189
190
|
});
|
|
190
191
|
}
|
|
@@ -241,7 +242,7 @@ function SearchDialogList({ items = null, Empty = () => /* @__PURE__ */ jsx("div
|
|
|
241
242
|
active,
|
|
242
243
|
setActive
|
|
243
244
|
}), [active]),
|
|
244
|
-
children: [items?.length === 0 && Empty(), items?.map((item) => /* @__PURE__ */ jsx(Fragment, { children: Item({
|
|
245
|
+
children: [items?.length === 0 && Empty(), items?.map((item) => /* @__PURE__ */ jsx(Fragment$1, { children: Item({
|
|
245
246
|
item,
|
|
246
247
|
onClick: () => onSelect(item)
|
|
247
248
|
}) }, item.id))]
|
|
@@ -256,10 +257,10 @@ function SearchDialogListItem({ item, className, children, renderMarkdown = (s)
|
|
|
256
257
|
const { active: activeId, setActive } = useSearchList();
|
|
257
258
|
const active = item.id === activeId;
|
|
258
259
|
if (item.type === "action") children ??= item.node;
|
|
259
|
-
else children ??= /* @__PURE__ */ jsxs(Fragment
|
|
260
|
+
else children ??= /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
260
261
|
/* @__PURE__ */ jsx("div", {
|
|
261
262
|
className: "inline-flex items-center text-fd-muted-foreground text-xs empty:hidden",
|
|
262
|
-
children: item.breadcrumbs?.map((item, i) => /* @__PURE__ */ jsxs(Fragment, { children: [i > 0 && /* @__PURE__ */ jsx(ChevronRight, { className: "size-4 rtl:rotate-180" }), item] }, i))
|
|
263
|
+
children: item.breadcrumbs?.map((item, i) => /* @__PURE__ */ jsxs(Fragment$1, { children: [i > 0 && /* @__PURE__ */ jsx(ChevronRight, { className: "size-4 rtl:rotate-180" }), item] }, i))
|
|
263
264
|
}),
|
|
264
265
|
item.type !== "page" && /* @__PURE__ */ jsx("div", {
|
|
265
266
|
role: "none",
|