fumadocs-ui 16.7.6 → 16.7.8
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 +26 -6
- package/css/generated/notebook.css +13 -1
- package/css/generated/shared.css +24 -8
- package/dist/components/accordion.d.ts +3 -3
- package/dist/components/banner.d.ts +2 -2
- package/dist/components/callout.d.ts +5 -5
- package/dist/components/card.d.ts +3 -3
- package/dist/components/codeblock.d.ts +7 -7
- package/dist/components/codeblock.rsc.d.ts +2 -2
- package/dist/components/dialog/search-algolia.d.ts +2 -2
- package/dist/components/dialog/search-default.d.ts +2 -2
- package/dist/components/dialog/search-orama.d.ts +2 -2
- package/dist/components/dialog/search.d.ts +13 -13
- package/dist/components/dynamic-codeblock.core.d.ts +2 -2
- package/dist/components/dynamic-codeblock.d.ts +2 -2
- package/dist/components/github-info.d.ts +2 -2
- package/dist/components/image-zoom.d.ts +2 -2
- package/dist/components/image-zoom.js +1 -2
- package/dist/components/{image-zoom.css → image-zoom2.css} +11 -17
- package/dist/components/inline-toc.d.ts +2 -2
- package/dist/components/sidebar/base.d.ts +15 -15
- package/dist/components/sidebar/link-item.d.ts +2 -2
- package/dist/components/sidebar/page-tree.d.ts +2 -2
- package/dist/components/sidebar/tabs/dropdown.d.ts +2 -2
- package/dist/components/steps.d.ts +3 -3
- package/dist/components/tabs.d.ts +6 -6
- package/dist/components/toc/clerk.d.ts +4 -4
- package/dist/components/toc/clerk.js +67 -39
- package/dist/components/toc/default.d.ts +4 -4
- package/dist/components/toc/index.d.ts +4 -6
- package/dist/components/toc/index.js +4 -10
- package/dist/components/type-table.d.ts +2 -2
- package/dist/components/ui/accordion.d.ts +6 -6
- package/dist/components/ui/button.d.ts +2 -2
- package/dist/components/ui/collapsible.d.ts +2 -2
- package/dist/components/ui/navigation-menu.d.ts +5 -5
- package/dist/components/ui/popover.d.ts +2 -2
- package/dist/components/ui/scroll-area.d.ts +4 -4
- package/dist/components/ui/tabs.d.ts +6 -6
- package/dist/contexts/i18n.d.ts +2 -2
- package/dist/contexts/search.d.ts +2 -2
- package/dist/contexts/tree.d.ts +2 -2
- package/dist/layouts/docs/client.d.ts +0 -1
- package/dist/layouts/docs/index.d.ts +2 -2
- package/dist/layouts/docs/page/index.d.ts +7 -7
- package/dist/layouts/docs/page/slots/breadcrumb.d.ts +2 -2
- package/dist/layouts/docs/page/slots/container.d.ts +2 -2
- package/dist/layouts/docs/page/slots/footer.d.ts +2 -2
- package/dist/layouts/docs/page/slots/toc.d.ts +4 -4
- package/dist/layouts/docs/slots/container.d.ts +2 -2
- package/dist/layouts/docs/slots/container.js +9 -2
- package/dist/layouts/docs/slots/header.d.ts +3 -3
- package/dist/layouts/docs/slots/sidebar.d.ts +4 -4
- package/dist/layouts/docs/slots/sidebar.js +25 -17
- package/dist/layouts/flux/index.d.ts +4 -4
- package/dist/layouts/flux/page/index.d.ts +7 -7
- package/dist/layouts/flux/page/slots/breadcrumb.d.ts +2 -2
- package/dist/layouts/flux/page/slots/container.d.ts +2 -2
- package/dist/layouts/flux/page/slots/footer.d.ts +2 -2
- package/dist/layouts/flux/page/slots/toc.d.ts +2 -2
- package/dist/layouts/flux/slots/container.d.ts +2 -2
- package/dist/layouts/flux/slots/sidebar.d.ts +4 -4
- package/dist/layouts/flux/slots/tab-dropdown.d.ts +2 -2
- package/dist/layouts/home/index.d.ts +2 -2
- package/dist/layouts/home/navbar.d.ts +4 -4
- package/dist/layouts/home/not-found.d.ts +2 -2
- package/dist/layouts/home/slots/container.d.ts +2 -2
- package/dist/layouts/home/slots/header.d.ts +5 -5
- package/dist/layouts/notebook/client.d.ts +0 -1
- package/dist/layouts/notebook/index.d.ts +2 -2
- package/dist/layouts/notebook/page/index.d.ts +7 -7
- package/dist/layouts/notebook/page/slots/breadcrumb.d.ts +2 -2
- package/dist/layouts/notebook/page/slots/container.d.ts +2 -2
- package/dist/layouts/notebook/page/slots/footer.d.ts +2 -2
- package/dist/layouts/notebook/page/slots/toc.d.ts +4 -4
- package/dist/layouts/notebook/slots/container.d.ts +2 -2
- package/dist/layouts/notebook/slots/container.js +8 -1
- package/dist/layouts/notebook/slots/header.d.ts +3 -3
- package/dist/layouts/notebook/slots/header.js +1 -1
- package/dist/layouts/notebook/slots/sidebar.d.ts +5 -5
- package/dist/layouts/notebook/slots/sidebar.js +14 -12
- package/dist/layouts/shared/client.d.ts +2 -2
- package/dist/layouts/shared/page-actions.d.ts +3 -3
- package/dist/layouts/shared/slots/language-select.d.ts +13 -4
- package/dist/layouts/shared/slots/language-select.js +7 -10
- package/dist/layouts/shared/slots/search-trigger.d.ts +3 -3
- package/dist/layouts/shared/slots/theme-switch.d.ts +2 -2
- package/dist/layouts/shared/slots/theme-switch.js +1 -1
- package/dist/mdx.d.ts +10 -10
- package/dist/og/takumi.d.ts +2 -2
- package/dist/og.d.ts +3 -3
- package/dist/page.d.ts +3 -3
- package/dist/provider/base.d.ts +2 -2
- package/dist/provider/next.d.ts +2 -2
- package/dist/provider/react-router.d.ts +2 -2
- package/dist/provider/tanstack.d.ts +2 -2
- package/dist/provider/waku.d.ts +2 -2
- package/dist/style.css +79 -14
- package/package.json +11 -11
package/css/generated/docs.css
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
@source inline("*:col-start-1");
|
|
4
4
|
@source inline("*:my-auto");
|
|
5
5
|
@source inline("*:pointer-events-auto");
|
|
6
|
+
@source inline("*:rounded-md");
|
|
6
7
|
@source inline("*:row-start-1");
|
|
7
8
|
@source inline("*:w-(--fd-sidebar-width)");
|
|
8
9
|
@source inline("--fd-banner-height");
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
@source inline("after");
|
|
43
44
|
@source inline("all");
|
|
44
45
|
@source inline("always");
|
|
46
|
+
@source inline("an");
|
|
45
47
|
@source inline("and");
|
|
46
48
|
@source inline("aria-label");
|
|
47
49
|
@source inline("aria-valuemax");
|
|
@@ -50,6 +52,7 @@
|
|
|
50
52
|
@source inline("article");
|
|
51
53
|
@source inline("as");
|
|
52
54
|
@source inline("aside");
|
|
55
|
+
@source inline("attribute");
|
|
53
56
|
@source inline("auto");
|
|
54
57
|
@source inline("available");
|
|
55
58
|
@source inline("backdrop-blur-sm");
|
|
@@ -59,8 +62,8 @@
|
|
|
59
62
|
@source inline("before:absolute");
|
|
60
63
|
@source inline("before:bg-fd-border");
|
|
61
64
|
@source inline("before:content-['']");
|
|
65
|
+
@source inline("before:inset-s-2.5");
|
|
62
66
|
@source inline("before:inset-y-1");
|
|
63
|
-
@source inline("before:start-2.5");
|
|
64
67
|
@source inline("before:w-px");
|
|
65
68
|
@source inline("bg-fd-background");
|
|
66
69
|
@source inline("bg-fd-background/80");
|
|
@@ -71,10 +74,12 @@
|
|
|
71
74
|
@source inline("border-b");
|
|
72
75
|
@source inline("border-b-2");
|
|
73
76
|
@source inline("border-e");
|
|
77
|
+
@source inline("border-e-0");
|
|
74
78
|
@source inline("border-fd-primary");
|
|
75
79
|
@source inline("border-s");
|
|
76
80
|
@source inline("border-t");
|
|
77
81
|
@source inline("border-transparent");
|
|
82
|
+
@source inline("border-y-0");
|
|
78
83
|
@source inline("breadcrumb");
|
|
79
84
|
@source inline("breadcrumbEnabled");
|
|
80
85
|
@source inline("button");
|
|
@@ -107,15 +112,17 @@
|
|
|
107
112
|
@source inline("cva");
|
|
108
113
|
@source inline("cx");
|
|
109
114
|
@source inline("cy");
|
|
115
|
+
@source inline("data");
|
|
110
116
|
@source inline("data-[active=true]:before:absolute");
|
|
111
117
|
@source inline("data-[active=true]:before:bg-fd-primary");
|
|
112
118
|
@source inline("data-[active=true]:before:content-['']");
|
|
119
|
+
@source inline("data-[active=true]:before:inset-s-2.5");
|
|
113
120
|
@source inline("data-[active=true]:before:inset-y-2.5");
|
|
114
|
-
@source inline("data-[active=true]:before:start-2.5");
|
|
115
121
|
@source inline("data-[active=true]:before:w-px");
|
|
116
122
|
@source inline("data-[active=true]:bg-fd-primary/10");
|
|
117
123
|
@source inline("data-[active=true]:hover:transition-colors");
|
|
118
124
|
@source inline("data-[active=true]:text-fd-primary");
|
|
125
|
+
@source inline("data-[column-changed=true]:transition-[grid-template-columns]");
|
|
119
126
|
@source inline("data-[state=closed]:animate-fd-fade-out");
|
|
120
127
|
@source inline("data-[state=closed]:animate-fd-sidebar-out");
|
|
121
128
|
@source inline("data-[state=open]:animate-fd-fade-in");
|
|
@@ -124,6 +131,7 @@
|
|
|
124
131
|
@source inline("data-[state=open]:text-fd-accent-foreground");
|
|
125
132
|
@source inline("data-[transparent=false]:bg-fd-background/80");
|
|
126
133
|
@source inline("data-collapsed");
|
|
134
|
+
@source inline("data-column-changed");
|
|
127
135
|
@source inline("data-full");
|
|
128
136
|
@source inline("data-hovered");
|
|
129
137
|
@source inline("data-sidebar-collapsed");
|
|
@@ -145,7 +153,6 @@
|
|
|
145
153
|
@source inline("empty:hidden");
|
|
146
154
|
@source inline("empty:mb-0");
|
|
147
155
|
@source inline("enabled");
|
|
148
|
-
@source inline("end-0");
|
|
149
156
|
@source inline("export");
|
|
150
157
|
@source inline("extends");
|
|
151
158
|
@source inline("false");
|
|
@@ -220,12 +227,17 @@
|
|
|
220
227
|
@source inline("inline-flex");
|
|
221
228
|
@source inline("input");
|
|
222
229
|
@source inline("inset-0");
|
|
230
|
+
@source inline("inset-e-0");
|
|
231
|
+
@source inline("inset-s-0");
|
|
232
|
+
@source inline("inset-s-4");
|
|
223
233
|
@source inline("inset-y-0");
|
|
224
234
|
@source inline("inset-y-2");
|
|
225
235
|
@source inline("instanceof");
|
|
236
|
+
@source inline("instant");
|
|
226
237
|
@source inline("interface");
|
|
227
238
|
@source inline("invisible");
|
|
228
239
|
@source inline("isActive");
|
|
240
|
+
@source inline("isCollapseChanged");
|
|
229
241
|
@source inline("isNavTransparent");
|
|
230
242
|
@source inline("isTop");
|
|
231
243
|
@source inline("item");
|
|
@@ -233,6 +245,7 @@
|
|
|
233
245
|
@source inline("items");
|
|
234
246
|
@source inline("items-center");
|
|
235
247
|
@source inline("items-end");
|
|
248
|
+
@source inline("justify-start");
|
|
236
249
|
@source inline("key");
|
|
237
250
|
@source inline("label");
|
|
238
251
|
@source inline("languageSelect");
|
|
@@ -254,6 +267,7 @@
|
|
|
254
267
|
@source inline("max-xl:hidden");
|
|
255
268
|
@source inline("max-xl:layout:[--fd-toc-popover-height:--spacing(10)]");
|
|
256
269
|
@source inline("mb-1");
|
|
270
|
+
@source inline("mb-2");
|
|
257
271
|
@source inline("mb-4");
|
|
258
272
|
@source inline("mb-8");
|
|
259
273
|
@source inline("mb-auto");
|
|
@@ -303,6 +317,7 @@
|
|
|
303
317
|
@source inline("onClickItem");
|
|
304
318
|
@source inline("onClickOutside");
|
|
305
319
|
@source inline("onOpenChange");
|
|
320
|
+
@source inline("only");
|
|
306
321
|
@source inline("opacity-0");
|
|
307
322
|
@source inline("open");
|
|
308
323
|
@source inline("option");
|
|
@@ -321,6 +336,7 @@
|
|
|
321
336
|
@source inline("pathname");
|
|
322
337
|
@source inline("pb-1.5");
|
|
323
338
|
@source inline("pb-2");
|
|
339
|
+
@source inline("pe-0");
|
|
324
340
|
@source inline("pe-2.5");
|
|
325
341
|
@source inline("pe-4");
|
|
326
342
|
@source inline("placeholder");
|
|
@@ -328,6 +344,7 @@
|
|
|
328
344
|
@source inline("popover");
|
|
329
345
|
@source inline("prefetch");
|
|
330
346
|
@source inline("previous");
|
|
347
|
+
@source inline("previousCollapsed");
|
|
331
348
|
@source inline("previousPage");
|
|
332
349
|
@source inline("progress");
|
|
333
350
|
@source inline("progressbar");
|
|
@@ -340,9 +357,11 @@
|
|
|
340
357
|
@source inline("pt-12");
|
|
341
358
|
@source inline("pt-2");
|
|
342
359
|
@source inline("pt-3");
|
|
360
|
+
@source inline("px-1");
|
|
343
361
|
@source inline("px-2");
|
|
344
362
|
@source inline("px-4");
|
|
345
363
|
@source inline("px-6");
|
|
364
|
+
@source inline("py-0");
|
|
346
365
|
@source inline("py-2.5");
|
|
347
366
|
@source inline("py-6");
|
|
348
367
|
@source inline("radius");
|
|
@@ -359,6 +378,7 @@
|
|
|
359
378
|
@source inline("rotate-180");
|
|
360
379
|
@source inline("round");
|
|
361
380
|
@source inline("rounded-lg");
|
|
381
|
+
@source inline("rounded-none");
|
|
362
382
|
@source inline("rounded-xl");
|
|
363
383
|
@source inline("rtl:-translate-x-2");
|
|
364
384
|
@source inline("rtl:rotate-180");
|
|
@@ -367,8 +387,10 @@
|
|
|
367
387
|
@source inline("secondary");
|
|
368
388
|
@source inline("selected");
|
|
369
389
|
@source inline("selectedIdx");
|
|
390
|
+
@source inline("set");
|
|
370
391
|
@source inline("setDate");
|
|
371
392
|
@source inline("setOpen");
|
|
393
|
+
@source inline("setPreviousCollapsed");
|
|
372
394
|
@source inline("shadow-lg");
|
|
373
395
|
@source inline("showItem");
|
|
374
396
|
@source inline("shrink-0");
|
|
@@ -384,8 +406,6 @@
|
|
|
384
406
|
@source inline("slots");
|
|
385
407
|
@source inline("sm");
|
|
386
408
|
@source inline("space");
|
|
387
|
-
@source inline("start-0");
|
|
388
|
-
@source inline("start-4");
|
|
389
409
|
@source inline("sticky");
|
|
390
410
|
@source inline("stroke");
|
|
391
411
|
@source inline("stroke-current/25");
|
|
@@ -434,7 +454,6 @@
|
|
|
434
454
|
@source inline("top-(--fd-docs-row-2)");
|
|
435
455
|
@source inline("top-[calc(--spacing(4)+var(--fd-docs-row-3))]");
|
|
436
456
|
@source inline("transform");
|
|
437
|
-
@source inline("transition-[grid-template-columns]");
|
|
438
457
|
@source inline("transition-[opacity,translate,color]");
|
|
439
458
|
@source inline("transition-[opacity,translate]");
|
|
440
459
|
@source inline("transition-[width,inset-block,translate,background-color]");
|
|
@@ -480,6 +499,7 @@
|
|
|
480
499
|
@source inline("w-4");
|
|
481
500
|
@source inline("w-[85%]");
|
|
482
501
|
@source inline("w-full");
|
|
502
|
+
@source inline("will");
|
|
483
503
|
@source inline("wrap-anywhere");
|
|
484
504
|
@source inline("xl:hidden");
|
|
485
505
|
@source inline("xl:layout:[--fd-toc-width:268px]");
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
@source inline("--radix-popover-trigger-width");
|
|
23
23
|
@source inline("--spacing");
|
|
24
24
|
@source inline("-me-1.5");
|
|
25
|
+
@source inline("-ms-1.5");
|
|
25
26
|
@source inline("-mx-1");
|
|
26
27
|
@source inline("-translate-x-(--fd-sidebar-width)");
|
|
27
28
|
@source inline("-translate-y-full");
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
@source inline("after");
|
|
47
48
|
@source inline("all");
|
|
48
49
|
@source inline("always");
|
|
50
|
+
@source inline("an");
|
|
49
51
|
@source inline("and");
|
|
50
52
|
@source inline("aria-label");
|
|
51
53
|
@source inline("aria-valuemax");
|
|
@@ -54,6 +56,7 @@
|
|
|
54
56
|
@source inline("article");
|
|
55
57
|
@source inline("as");
|
|
56
58
|
@source inline("aside");
|
|
59
|
+
@source inline("attribute");
|
|
57
60
|
@source inline("auto");
|
|
58
61
|
@source inline("auto-cols-auto");
|
|
59
62
|
@source inline("auto-rows-auto");
|
|
@@ -115,6 +118,7 @@
|
|
|
115
118
|
@source inline("cva");
|
|
116
119
|
@source inline("cx");
|
|
117
120
|
@source inline("cy");
|
|
121
|
+
@source inline("data");
|
|
118
122
|
@source inline("data-[active=true]:before:absolute");
|
|
119
123
|
@source inline("data-[active=true]:before:bg-fd-primary");
|
|
120
124
|
@source inline("data-[active=true]:before:content-['']");
|
|
@@ -125,6 +129,7 @@
|
|
|
125
129
|
@source inline("data-[active=true]:hover:transition-colors");
|
|
126
130
|
@source inline("data-[active=true]:text-fd-primary");
|
|
127
131
|
@source inline("data-[collapsed=false]:hidden");
|
|
132
|
+
@source inline("data-[column-changed=true]:transition-[grid-template-columns]");
|
|
128
133
|
@source inline("data-[state=closed]:animate-fd-fade-out");
|
|
129
134
|
@source inline("data-[state=closed]:animate-fd-sidebar-out");
|
|
130
135
|
@source inline("data-[state=open]:animate-fd-fade-in");
|
|
@@ -133,6 +138,7 @@
|
|
|
133
138
|
@source inline("data-[state=open]:text-fd-accent-foreground");
|
|
134
139
|
@source inline("data-[transparent=false]:bg-fd-background/80");
|
|
135
140
|
@source inline("data-collapsed");
|
|
141
|
+
@source inline("data-column-changed");
|
|
136
142
|
@source inline("data-full");
|
|
137
143
|
@source inline("data-header-body");
|
|
138
144
|
@source inline("data-header-tabs");
|
|
@@ -240,9 +246,11 @@
|
|
|
240
246
|
@source inline("inset-y-0");
|
|
241
247
|
@source inline("inset-y-2");
|
|
242
248
|
@source inline("instanceof");
|
|
249
|
+
@source inline("instant");
|
|
243
250
|
@source inline("interface");
|
|
244
251
|
@source inline("invisible");
|
|
245
252
|
@source inline("isActive");
|
|
253
|
+
@source inline("isCollapseChanged");
|
|
246
254
|
@source inline("isLayoutTabActive");
|
|
247
255
|
@source inline("isNavTransparent");
|
|
248
256
|
@source inline("isSelected");
|
|
@@ -336,6 +344,7 @@
|
|
|
336
344
|
@source inline("onOpenChange");
|
|
337
345
|
@source inline("onPointerEnter");
|
|
338
346
|
@source inline("onPointerLeave");
|
|
347
|
+
@source inline("only");
|
|
339
348
|
@source inline("ontouchstart");
|
|
340
349
|
@source inline("opacity-0");
|
|
341
350
|
@source inline("open");
|
|
@@ -362,6 +371,7 @@
|
|
|
362
371
|
@source inline("popover");
|
|
363
372
|
@source inline("prefetch");
|
|
364
373
|
@source inline("previous");
|
|
374
|
+
@source inline("previousCollapsed");
|
|
365
375
|
@source inline("previousPage");
|
|
366
376
|
@source inline("progress");
|
|
367
377
|
@source inline("progressbar");
|
|
@@ -403,8 +413,10 @@
|
|
|
403
413
|
@source inline("secondary");
|
|
404
414
|
@source inline("selected");
|
|
405
415
|
@source inline("selectedIdx");
|
|
416
|
+
@source inline("set");
|
|
406
417
|
@source inline("setDate");
|
|
407
418
|
@source inline("setOpen");
|
|
419
|
+
@source inline("setPreviousCollapsed");
|
|
408
420
|
@source inline("shadow-lg");
|
|
409
421
|
@source inline("showItem");
|
|
410
422
|
@source inline("showLayoutTabs");
|
|
@@ -472,7 +484,6 @@
|
|
|
472
484
|
@source inline("top-(--fd-docs-row-3)");
|
|
473
485
|
@source inline("touch");
|
|
474
486
|
@source inline("transform");
|
|
475
|
-
@source inline("transition-[grid-template-columns]");
|
|
476
487
|
@source inline("transition-[opacity,translate,color]");
|
|
477
488
|
@source inline("transition-[opacity,translate]");
|
|
478
489
|
@source inline("transition-[width,inset-block,translate,background-color]");
|
|
@@ -516,6 +527,7 @@
|
|
|
516
527
|
@source inline("w-4");
|
|
517
528
|
@source inline("w-[85%]");
|
|
518
529
|
@source inline("w-full");
|
|
530
|
+
@source inline("will");
|
|
519
531
|
@source inline("window");
|
|
520
532
|
@source inline("wrap-anywhere");
|
|
521
533
|
@source inline("xl:hidden");
|
package/css/generated/shared.css
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
@source inline("*:has-[+:last-child[data-empty=true]]:border-b-0");
|
|
15
15
|
@source inline("*:last:border-b-0");
|
|
16
16
|
@source inline("*:rounded-full");
|
|
17
|
+
@source inline("--b");
|
|
17
18
|
@source inline("--callout-color");
|
|
18
19
|
@source inline("--color-fd-");
|
|
19
20
|
@source inline("--color-fd-muted");
|
|
@@ -29,14 +30,19 @@
|
|
|
29
30
|
@source inline("--shiki-dark-bg");
|
|
30
31
|
@source inline("--shiki-light-bg");
|
|
31
32
|
@source inline("--spacing");
|
|
33
|
+
@source inline("--t");
|
|
34
|
+
@source inline("-circle");
|
|
32
35
|
@source inline("-mb-px");
|
|
33
36
|
@source inline("-me-0.5");
|
|
34
37
|
@source inline("-me-2");
|
|
35
38
|
@source inline("-mx-px");
|
|
36
39
|
@source inline("-rotate-90");
|
|
40
|
+
@source inline("-text");
|
|
37
41
|
@source inline("-top-1.5");
|
|
42
|
+
@source inline("-translate-1/2");
|
|
38
43
|
@source inline("-translate-x-1/2");
|
|
39
44
|
@source inline("-translate-y-1/2");
|
|
45
|
+
@source inline("-z-1");
|
|
40
46
|
@source inline("@container");
|
|
41
47
|
@source inline("@defaultValue");
|
|
42
48
|
@source inline("@deprecated");
|
|
@@ -77,6 +83,7 @@
|
|
|
77
83
|
@source inline("algolia");
|
|
78
84
|
@source inline("align");
|
|
79
85
|
@source inline("alignItems");
|
|
86
|
+
@source inline("alignmentBaseline");
|
|
80
87
|
@source inline("all");
|
|
81
88
|
@source inline("allowClear");
|
|
82
89
|
@source inline("allowCopy");
|
|
@@ -104,7 +111,6 @@
|
|
|
104
111
|
@source inline("at");
|
|
105
112
|
@source inline("attribute");
|
|
106
113
|
@source inline("await");
|
|
107
|
-
@source inline("b0");
|
|
108
114
|
@source inline("backdrop-blur-lg");
|
|
109
115
|
@source inline("backdrop-blur-xs");
|
|
110
116
|
@source inline("background");
|
|
@@ -166,6 +172,7 @@
|
|
|
166
172
|
@source inline("can");
|
|
167
173
|
@source inline("case");
|
|
168
174
|
@source inline("center");
|
|
175
|
+
@source inline("central");
|
|
169
176
|
@source inline("change");
|
|
170
177
|
@source inline("changeLayout");
|
|
171
178
|
@source inline("changes");
|
|
@@ -223,6 +230,8 @@
|
|
|
223
230
|
@source inline("custom");
|
|
224
231
|
@source inline("customise");
|
|
225
232
|
@source inline("cva");
|
|
233
|
+
@source inline("cx");
|
|
234
|
+
@source inline("cy");
|
|
226
235
|
@source inline("d");
|
|
227
236
|
@source inline("dangerouslySetInnerHTML");
|
|
228
237
|
@source inline("dark");
|
|
@@ -313,6 +322,7 @@
|
|
|
313
322
|
@source inline("divide-x");
|
|
314
323
|
@source inline("divide-y");
|
|
315
324
|
@source inline("documented");
|
|
325
|
+
@source inline("dominantBaseline");
|
|
316
326
|
@source inline("don");
|
|
317
327
|
@source inline("drawer");
|
|
318
328
|
@source inline("duration-100");
|
|
@@ -327,7 +337,6 @@
|
|
|
327
337
|
@source inline("en");
|
|
328
338
|
@source inline("enableSystem");
|
|
329
339
|
@source inline("enabled");
|
|
330
|
-
@source inline("end");
|
|
331
340
|
@source inline("end-2");
|
|
332
341
|
@source inline("endIdx");
|
|
333
342
|
@source inline("endpoint");
|
|
@@ -355,6 +364,8 @@
|
|
|
355
364
|
@source inline("file");
|
|
356
365
|
@source inline("fill");
|
|
357
366
|
@source inline("fill-(--callout-color)");
|
|
367
|
+
@source inline("fill-fd-primary");
|
|
368
|
+
@source inline("fill-fd-primary-foreground");
|
|
358
369
|
@source inline("filter");
|
|
359
370
|
@source inline("filters");
|
|
360
371
|
@source inline("finally");
|
|
@@ -424,6 +435,8 @@
|
|
|
424
435
|
@source inline("group-data-[state=active]:bg-fd-primary");
|
|
425
436
|
@source inline("group-data-[state=open]:rotate-180");
|
|
426
437
|
@source inline("group-data-[state=open]:rotate-90");
|
|
438
|
+
@source inline("group-first:[--t:--spacing(0.75)]");
|
|
439
|
+
@source inline("group-last:[--b:--spacing(0.75)]");
|
|
427
440
|
@source inline("groupListeners");
|
|
428
441
|
@source inline("guides");
|
|
429
442
|
@source inline("h");
|
|
@@ -504,8 +517,8 @@
|
|
|
504
517
|
@source inline("isActive");
|
|
505
518
|
@source inline("isLoading");
|
|
506
519
|
@source inline("isOpen");
|
|
507
|
-
@source inline("isStart");
|
|
508
520
|
@source inline("isTabActive");
|
|
521
|
+
@source inline("isUp");
|
|
509
522
|
@source inline("isWindows");
|
|
510
523
|
@source inline("it");
|
|
511
524
|
@source inline("item");
|
|
@@ -527,7 +540,6 @@
|
|
|
527
540
|
@source inline("languages");
|
|
528
541
|
@source inline("last:pb-0");
|
|
529
542
|
@source inline("last:rounded-b-xl");
|
|
530
|
-
@source inline("lastInactiveIdx");
|
|
531
543
|
@source inline("lastUpdate");
|
|
532
544
|
@source inline("layer");
|
|
533
545
|
@source inline("layout");
|
|
@@ -604,6 +616,7 @@
|
|
|
604
616
|
@source inline("mergeRefs");
|
|
605
617
|
@source inline("message");
|
|
606
618
|
@source inline("metaKey");
|
|
619
|
+
@source inline("middle");
|
|
607
620
|
@source inline("min-h-0");
|
|
608
621
|
@source inline("min-w-0");
|
|
609
622
|
@source inline("min-w-[240px]");
|
|
@@ -713,21 +726,18 @@
|
|
|
713
726
|
@source inline("overflow-auto");
|
|
714
727
|
@source inline("overflow-hidden");
|
|
715
728
|
@source inline("overflow-x-auto");
|
|
716
|
-
@source inline("overflow-x-hidden");
|
|
717
729
|
@source inline("overflow-y-auto");
|
|
718
730
|
@source inline("override");
|
|
719
731
|
@source inline("overscroll-contain");
|
|
720
732
|
@source inline("own");
|
|
721
733
|
@source inline("owner");
|
|
722
734
|
@source inline("p");
|
|
723
|
-
@source inline("p-0");
|
|
724
735
|
@source inline("p-0.5");
|
|
725
736
|
@source inline("p-1");
|
|
726
737
|
@source inline("p-1.5");
|
|
727
738
|
@source inline("p-2");
|
|
728
739
|
@source inline("p-3");
|
|
729
740
|
@source inline("p-4");
|
|
730
|
-
@source inline("pOffset");
|
|
731
741
|
@source inline("padding");
|
|
732
742
|
@source inline("paddingInlineStart");
|
|
733
743
|
@source inline("page");
|
|
@@ -763,6 +773,7 @@
|
|
|
763
773
|
@source inline("prev");
|
|
764
774
|
@source inline("previous");
|
|
765
775
|
@source inline("previousPage");
|
|
776
|
+
@source inline("previousRef");
|
|
766
777
|
@source inline("primary");
|
|
767
778
|
@source inline("primaryColor");
|
|
768
779
|
@source inline("primaryTextColor");
|
|
@@ -860,6 +871,7 @@
|
|
|
860
871
|
@source inline("rtl:rotate-180");
|
|
861
872
|
@source inline("rtl:rotate-90");
|
|
862
873
|
@source inline("s");
|
|
874
|
+
@source inline("scale");
|
|
863
875
|
@source inline("scope");
|
|
864
876
|
@source inline("scroll");
|
|
865
877
|
@source inline("scroll-into-view-if-needed");
|
|
@@ -998,6 +1010,7 @@
|
|
|
998
1010
|
@source inline("text-start");
|
|
999
1011
|
@source inline("text-xs");
|
|
1000
1012
|
@source inline("text/plain");
|
|
1013
|
+
@source inline("textAnchor");
|
|
1001
1014
|
@source inline("textContent");
|
|
1002
1015
|
@source inline("that");
|
|
1003
1016
|
@source inline("the");
|
|
@@ -1025,6 +1038,7 @@
|
|
|
1025
1038
|
@source inline("top-2.5");
|
|
1026
1039
|
@source inline("top-3");
|
|
1027
1040
|
@source inline("top-4");
|
|
1041
|
+
@source inline("top-[calc(50%-var(--t,0px)+var(--b,0px))]");
|
|
1028
1042
|
@source inline("touch");
|
|
1029
1043
|
@source inline("transform");
|
|
1030
1044
|
@source inline("transition-[clip-path]");
|
|
@@ -1060,7 +1074,9 @@
|
|
|
1060
1074
|
@source inline("updated");
|
|
1061
1075
|
@source inline("updates");
|
|
1062
1076
|
@source inline("upper");
|
|
1077
|
+
@source inline("upperBottom");
|
|
1063
1078
|
@source inline("upperOffset");
|
|
1079
|
+
@source inline("upperX");
|
|
1064
1080
|
@source inline("url");
|
|
1065
1081
|
@source inline("urlOrPath");
|
|
1066
1082
|
@source inline("urls");
|
|
@@ -1136,8 +1152,8 @@
|
|
|
1136
1152
|
@source inline("wrapElement");
|
|
1137
1153
|
@source inline("wrapInSuspense");
|
|
1138
1154
|
@source inline("wrapped");
|
|
1155
|
+
@source inline("x");
|
|
1139
1156
|
@source inline("xmlns");
|
|
1140
|
-
@source inline("y");
|
|
1141
1157
|
@source inline("you");
|
|
1142
1158
|
@source inline("your");
|
|
1143
1159
|
@source inline("z-2");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Accordion as Accordion$1, AccordionItem } from "./ui/accordion.js";
|
|
2
2
|
import { ComponentProps, ReactNode } from "react";
|
|
3
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/accordion.d.ts
|
|
6
6
|
declare function Accordions({
|
|
@@ -9,7 +9,7 @@ declare function Accordions({
|
|
|
9
9
|
className,
|
|
10
10
|
defaultValue,
|
|
11
11
|
...props
|
|
12
|
-
}: ComponentProps<typeof Accordion$1>): react_jsx_runtime0.JSX.Element;
|
|
12
|
+
}: ComponentProps<typeof Accordion$1>): _$react_jsx_runtime0.JSX.Element;
|
|
13
13
|
declare function Accordion({
|
|
14
14
|
title,
|
|
15
15
|
id,
|
|
@@ -19,6 +19,6 @@ declare function Accordion({
|
|
|
19
19
|
}: Omit<ComponentProps<typeof AccordionItem>, 'value' | 'title'> & {
|
|
20
20
|
title: string | ReactNode;
|
|
21
21
|
value?: string;
|
|
22
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
22
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { Accordion, Accordions };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes } from "react";
|
|
2
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/banner.d.ts
|
|
5
5
|
type BannerVariant = 'rainbow' | 'normal';
|
|
@@ -29,6 +29,6 @@ declare function Banner({
|
|
|
29
29
|
* @defaultValue true
|
|
30
30
|
*/
|
|
31
31
|
changeLayout?: boolean;
|
|
32
|
-
}): react_jsx_runtime0.JSX.Element | null;
|
|
32
|
+
}): _$react_jsx_runtime0.JSX.Element | null;
|
|
33
33
|
//#endregion
|
|
34
34
|
export { Banner };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentProps, ReactNode } from "react";
|
|
2
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/callout.d.ts
|
|
5
5
|
type CalloutType = 'info' | 'warn' | 'error' | 'success' | 'warning' | 'idea';
|
|
@@ -9,7 +9,7 @@ declare function Callout({
|
|
|
9
9
|
...props
|
|
10
10
|
}: {
|
|
11
11
|
title?: ReactNode;
|
|
12
|
-
} & Omit<CalloutContainerProps, 'title'>): react_jsx_runtime0.JSX.Element;
|
|
12
|
+
} & Omit<CalloutContainerProps, 'title'>): _$react_jsx_runtime0.JSX.Element;
|
|
13
13
|
interface CalloutContainerProps extends ComponentProps<'div'> {
|
|
14
14
|
/**
|
|
15
15
|
* @defaultValue info
|
|
@@ -27,16 +27,16 @@ declare function CalloutContainer({
|
|
|
27
27
|
className,
|
|
28
28
|
style,
|
|
29
29
|
...props
|
|
30
|
-
}: CalloutContainerProps): react_jsx_runtime0.JSX.Element;
|
|
30
|
+
}: CalloutContainerProps): _$react_jsx_runtime0.JSX.Element;
|
|
31
31
|
declare function CalloutTitle({
|
|
32
32
|
children,
|
|
33
33
|
className,
|
|
34
34
|
...props
|
|
35
|
-
}: ComponentProps<'p'>): react_jsx_runtime0.JSX.Element;
|
|
35
|
+
}: ComponentProps<'p'>): _$react_jsx_runtime0.JSX.Element;
|
|
36
36
|
declare function CalloutDescription({
|
|
37
37
|
children,
|
|
38
38
|
className,
|
|
39
39
|
...props
|
|
40
|
-
}: ComponentProps<'p'>): react_jsx_runtime0.JSX.Element;
|
|
40
|
+
}: ComponentProps<'p'>): _$react_jsx_runtime0.JSX.Element;
|
|
41
41
|
//#endregion
|
|
42
42
|
export { Callout, CalloutContainer, CalloutContainerProps, CalloutDescription, CalloutTitle, CalloutType };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactNode } from "react";
|
|
2
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/card.d.ts
|
|
5
|
-
declare function Cards(props: HTMLAttributes<HTMLDivElement>): react_jsx_runtime0.JSX.Element;
|
|
5
|
+
declare function Cards(props: HTMLAttributes<HTMLDivElement>): _$react_jsx_runtime0.JSX.Element;
|
|
6
6
|
type CardProps = Omit<HTMLAttributes<HTMLElement>, 'title'> & {
|
|
7
7
|
icon?: ReactNode;
|
|
8
8
|
title: ReactNode;
|
|
@@ -15,6 +15,6 @@ declare function Card({
|
|
|
15
15
|
title,
|
|
16
16
|
description,
|
|
17
17
|
...props
|
|
18
|
-
}: CardProps): react_jsx_runtime0.JSX.Element;
|
|
18
|
+
}: CardProps): _$react_jsx_runtime0.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Card, CardProps, Cards };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Tabs, TabsContent, TabsList, TabsTrigger } from "./ui/tabs.js";
|
|
2
2
|
import { ComponentProps, HTMLAttributes, ReactNode } from "react";
|
|
3
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/codeblock.d.ts
|
|
6
6
|
interface CodeBlockProps extends ComponentProps<'figure'> {
|
|
@@ -36,7 +36,7 @@ interface CodeBlockProps extends ComponentProps<'figure'> {
|
|
|
36
36
|
children?: ReactNode;
|
|
37
37
|
}) => ReactNode;
|
|
38
38
|
}
|
|
39
|
-
declare function Pre(props: ComponentProps<'pre'>): react_jsx_runtime0.JSX.Element;
|
|
39
|
+
declare function Pre(props: ComponentProps<'pre'>): _$react_jsx_runtime0.JSX.Element;
|
|
40
40
|
declare function CodeBlock({
|
|
41
41
|
ref,
|
|
42
42
|
title,
|
|
@@ -47,16 +47,16 @@ declare function CodeBlock({
|
|
|
47
47
|
children,
|
|
48
48
|
Actions,
|
|
49
49
|
...props
|
|
50
|
-
}: CodeBlockProps): react_jsx_runtime0.JSX.Element;
|
|
50
|
+
}: CodeBlockProps): _$react_jsx_runtime0.JSX.Element;
|
|
51
51
|
declare function CodeBlockTabs({
|
|
52
52
|
ref,
|
|
53
53
|
...props
|
|
54
|
-
}: ComponentProps<typeof Tabs>): react_jsx_runtime0.JSX.Element;
|
|
55
|
-
declare function CodeBlockTabsList(props: ComponentProps<typeof TabsList>): react_jsx_runtime0.JSX.Element;
|
|
54
|
+
}: ComponentProps<typeof Tabs>): _$react_jsx_runtime0.JSX.Element;
|
|
55
|
+
declare function CodeBlockTabsList(props: ComponentProps<typeof TabsList>): _$react_jsx_runtime0.JSX.Element;
|
|
56
56
|
declare function CodeBlockTabsTrigger({
|
|
57
57
|
children,
|
|
58
58
|
...props
|
|
59
|
-
}: ComponentProps<typeof TabsTrigger>): react_jsx_runtime0.JSX.Element;
|
|
60
|
-
declare function CodeBlockTab(props: ComponentProps<typeof TabsContent>): react_jsx_runtime0.JSX.Element;
|
|
59
|
+
}: ComponentProps<typeof TabsTrigger>): _$react_jsx_runtime0.JSX.Element;
|
|
60
|
+
declare function CodeBlockTab(props: ComponentProps<typeof TabsContent>): _$react_jsx_runtime0.JSX.Element;
|
|
61
61
|
//#endregion
|
|
62
62
|
export { CodeBlock, CodeBlockProps, CodeBlockTab, CodeBlockTabs, CodeBlockTabsList, CodeBlockTabsTrigger, Pre };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CodeBlockProps } from "./codeblock.js";
|
|
2
|
-
import * as react from "react";
|
|
2
|
+
import * as _$react from "react";
|
|
3
3
|
import { HighlightOptions } from "fumadocs-core/highlight";
|
|
4
4
|
|
|
5
5
|
//#region src/components/codeblock.rsc.d.ts
|
|
@@ -16,6 +16,6 @@ declare function ServerCodeBlock({
|
|
|
16
16
|
code,
|
|
17
17
|
codeblock,
|
|
18
18
|
...options
|
|
19
|
-
}: ServerCodeBlockProps): Promise<react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<react.ReactNode> | (string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<react.ReactNode> | null | undefined)>;
|
|
19
|
+
}: ServerCodeBlockProps): Promise<_$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | (string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined)>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { ServerCodeBlock, ServerCodeBlockProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SearchLink, SharedProps, TagItem } from "../../contexts/search.js";
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
import { AlgoliaOptions } from "fumadocs-core/search/client";
|
|
5
5
|
|
|
6
6
|
//#region src/components/dialog/search-algolia.d.ts
|
|
@@ -32,6 +32,6 @@ declare function AlgoliaSearchDialog({
|
|
|
32
32
|
links,
|
|
33
33
|
footer,
|
|
34
34
|
...props
|
|
35
|
-
}: AlgoliaSearchDialogProps): react_jsx_runtime0.JSX.Element;
|
|
35
|
+
}: AlgoliaSearchDialogProps): _$react_jsx_runtime0.JSX.Element;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { AlgoliaSearchDialogProps, AlgoliaSearchDialog as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SearchLink, SharedProps, TagItem } from "../../contexts/search.js";
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/dialog/search-default.d.ts
|
|
6
6
|
interface DefaultSearchDialogProps extends SharedProps {
|
|
@@ -37,6 +37,6 @@ declare function DefaultSearchDialog({
|
|
|
37
37
|
links,
|
|
38
38
|
footer,
|
|
39
39
|
...props
|
|
40
|
-
}: DefaultSearchDialogProps): react_jsx_runtime0.JSX.Element;
|
|
40
|
+
}: DefaultSearchDialogProps): _$react_jsx_runtime0.JSX.Element;
|
|
41
41
|
//#endregion
|
|
42
42
|
export { DefaultSearchDialogProps, DefaultSearchDialog as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SearchLink, SharedProps, TagItem } from "../../contexts/search.js";
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
import { OramaCloudOptions } from "fumadocs-core/search/client";
|
|
5
5
|
|
|
6
6
|
//#region src/components/dialog/search-orama.d.ts
|
|
@@ -39,6 +39,6 @@ declare function OramaSearchDialog({
|
|
|
39
39
|
footer,
|
|
40
40
|
links,
|
|
41
41
|
...props
|
|
42
|
-
}: OramaSearchDialogProps): react_jsx_runtime0.JSX.Element;
|
|
42
|
+
}: OramaSearchDialogProps): _$react_jsx_runtime0.JSX.Element;
|
|
43
43
|
//#endregion
|
|
44
44
|
export { OramaSearchDialogProps, OramaSearchDialog as default };
|