fumadocs-ui 16.4.4 → 16.4.5

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.
Files changed (77) hide show
  1. package/css/ruby.css +1 -0
  2. package/dist/components/accordion.d.ts +3 -3
  3. package/dist/components/accordion.d.ts.map +1 -1
  4. package/dist/components/banner.d.ts +2 -2
  5. package/dist/components/banner.d.ts.map +1 -1
  6. package/dist/components/callout.d.ts +5 -5
  7. package/dist/components/callout.d.ts.map +1 -1
  8. package/dist/components/card.d.ts +3 -3
  9. package/dist/components/card.d.ts.map +1 -1
  10. package/dist/components/codeblock.d.ts +7 -7
  11. package/dist/components/codeblock.d.ts.map +1 -1
  12. package/dist/components/dialog/search-algolia.d.ts +2 -2
  13. package/dist/components/dialog/search-default.d.ts +2 -2
  14. package/dist/components/dialog/search-orama.d.ts +2 -2
  15. package/dist/components/dialog/search.d.ts +13 -13
  16. package/dist/components/dynamic-codeblock.d.ts +2 -2
  17. package/dist/components/dynamic-codeblock.d.ts.map +1 -1
  18. package/dist/components/github-info.d.ts +2 -2
  19. package/dist/components/github-info.d.ts.map +1 -1
  20. package/dist/components/image-zoom.d.ts +2 -2
  21. package/dist/components/inline-toc.d.ts +2 -2
  22. package/dist/components/sidebar/base.d.ts +15 -15
  23. package/dist/components/sidebar/link-item.d.ts +2 -2
  24. package/dist/components/sidebar/page-tree.d.ts +2 -2
  25. package/dist/components/sidebar/tabs/dropdown.d.ts +2 -2
  26. package/dist/components/sidebar/tabs/dropdown.d.ts.map +1 -1
  27. package/dist/components/steps.d.ts +3 -3
  28. package/dist/components/tabs.d.ts +4 -4
  29. package/dist/components/tabs.d.ts.map +1 -1
  30. package/dist/components/type-table.d.ts +2 -2
  31. package/dist/components/ui/accordion.d.ts +6 -6
  32. package/dist/components/ui/button.d.ts +1 -1
  33. package/dist/components/ui/button.d.ts.map +1 -1
  34. package/dist/components/ui/collapsible.d.ts +4 -4
  35. package/dist/components/ui/tabs.d.ts +6 -6
  36. package/dist/components/ui/tabs.d.ts.map +1 -1
  37. package/dist/layouts/docs/client.d.ts +7 -7
  38. package/dist/layouts/docs/index.d.ts +2 -2
  39. package/dist/layouts/docs/page/client.d.ts +9 -7
  40. package/dist/layouts/docs/page/client.d.ts.map +1 -1
  41. package/dist/layouts/docs/page/client.js +8 -8
  42. package/dist/layouts/docs/page/client.js.map +1 -1
  43. package/dist/layouts/docs/page/index.d.ts +13 -7
  44. package/dist/layouts/docs/page/index.d.ts.map +1 -1
  45. package/dist/layouts/docs/page/index.js +2 -2
  46. package/dist/layouts/docs/page/index.js.map +1 -1
  47. package/dist/layouts/docs/sidebar.d.ts +12 -12
  48. package/dist/layouts/home/client.d.ts +3 -3
  49. package/dist/layouts/home/index.d.ts +2 -2
  50. package/dist/layouts/home/navbar.d.ts +6 -6
  51. package/dist/layouts/notebook/client.d.ts +8 -8
  52. package/dist/layouts/notebook/client.d.ts.map +1 -1
  53. package/dist/layouts/notebook/index.d.ts +2 -2
  54. package/dist/layouts/notebook/index.d.ts.map +1 -1
  55. package/dist/layouts/notebook/page/client.d.ts +9 -7
  56. package/dist/layouts/notebook/page/client.d.ts.map +1 -1
  57. package/dist/layouts/notebook/page/client.js +8 -8
  58. package/dist/layouts/notebook/page/client.js.map +1 -1
  59. package/dist/layouts/notebook/page/index.d.ts +13 -7
  60. package/dist/layouts/notebook/page/index.d.ts.map +1 -1
  61. package/dist/layouts/notebook/page/index.js +2 -2
  62. package/dist/layouts/notebook/page/index.js.map +1 -1
  63. package/dist/layouts/notebook/sidebar.d.ts +17 -17
  64. package/dist/layouts/shared/index.d.ts +3 -3
  65. package/dist/layouts/shared/index.d.ts.map +1 -1
  66. package/dist/layouts/shared/language-toggle.d.ts +2 -2
  67. package/dist/layouts/shared/language-toggle.d.ts.map +1 -1
  68. package/dist/layouts/shared/search-toggle.d.ts +3 -3
  69. package/dist/layouts/shared/search-toggle.d.ts.map +1 -1
  70. package/dist/layouts/shared/theme-toggle.d.ts +2 -2
  71. package/dist/provider/base.d.ts +2 -2
  72. package/dist/provider/next.d.ts +2 -2
  73. package/dist/provider/react-router.d.ts +2 -2
  74. package/dist/provider/tanstack.d.ts +2 -2
  75. package/dist/provider/tanstack.d.ts.map +1 -1
  76. package/dist/provider/waku.d.ts +2 -2
  77. package/package.json +3 -3
package/css/ruby.css ADDED
@@ -0,0 +1 @@
1
+ @import '@fumadocs/ui/css/colors/ruby.css';
@@ -1,5 +1,5 @@
1
1
  import { Accordion as Accordion$1, AccordionItem } from "./ui/accordion.js";
2
- import * as react_jsx_runtime12 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime119 from "react/jsx-runtime";
3
3
  import { ComponentProps, ReactNode } from "react";
4
4
 
5
5
  //#region src/components/accordion.d.ts
@@ -9,7 +9,7 @@ declare function Accordions({
9
9
  className,
10
10
  defaultValue,
11
11
  ...props
12
- }: ComponentProps<typeof Accordion$1>): react_jsx_runtime12.JSX.Element;
12
+ }: ComponentProps<typeof Accordion$1>): react_jsx_runtime119.JSX.Element;
13
13
  declare function Accordion({
14
14
  title,
15
15
  id,
@@ -19,7 +19,7 @@ declare function Accordion({
19
19
  }: Omit<ComponentProps<typeof AccordionItem>, 'value' | 'title'> & {
20
20
  title: string | ReactNode;
21
21
  value?: string;
22
- }): react_jsx_runtime12.JSX.Element;
22
+ }): react_jsx_runtime119.JSX.Element;
23
23
  //#endregion
24
24
  export { Accordion, Accordions };
25
25
  //# sourceMappingURL=accordion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"accordion.d.ts","names":[],"sources":["../../src/components/accordion.tsx"],"sourcesContent":[],"mappings":";;;;;iBAgBgB,UAAA;;;;;;GAMb,sBAAsB,eAAK,mBAAA,CAAA,GAAA,CAAA;iBAoCd,SAAA;;;;;;GAMb,KAAK,sBAAsB;kBACZ;EAjDF,KAAA,CAAA,EAAA,MAAU;CACxB,CAAA,EAkDD,mBAAA,CAAA,GAAA,CAAA,OAlDC"}
1
+ {"version":3,"file":"accordion.d.ts","names":[],"sources":["../../src/components/accordion.tsx"],"sourcesContent":[],"mappings":";;;;;iBAgBgB,UAAA;;;;;;GAMb,sBAAsB,eAAK,oBAAA,CAAA,GAAA,CAAA;iBAoCd,SAAA;;;;;;GAMb,KAAK,sBAAsB;kBACZ;EAjDF,KAAA,CAAA,EAAA,MAAU;CACxB,CAAA,EAkDD,oBAAA,CAAA,GAAA,CAAA,OAlDC"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime14 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime131 from "react/jsx-runtime";
2
2
  import { HTMLAttributes } from "react";
3
3
 
4
4
  //#region src/components/banner.d.ts
@@ -29,7 +29,7 @@ declare function Banner({
29
29
  * @defaultValue true
30
30
  */
31
31
  changeLayout?: boolean;
32
- }): react_jsx_runtime14.JSX.Element | null;
32
+ }): react_jsx_runtime131.JSX.Element | null;
33
33
  //#endregion
34
34
  export { Banner };
35
35
  //# sourceMappingURL=banner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"banner.d.ts","names":[],"sources":["../../src/components/banner.tsx"],"sourcesContent":[],"mappings":";;;;KAOK,aAAA;iBAEW,MAAA;;;;;;;GAYb,eAAe;;AAnB+C;AAOjE;EACE,MAAA,CAAA,EAAA,MAAA;EACA;;;EAGA,OAAA,CAAA,EAgBU,aAhBV;EAOgB;;;EAsBjB,aAAA,CAAA,EAAA,MAAA,EAAA;EAAA;;;;;;IAAA,mBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"banner.d.ts","names":[],"sources":["../../src/components/banner.tsx"],"sourcesContent":[],"mappings":";;;;KAOK,aAAA;iBAEW,MAAA;;;;;;;GAYb,eAAe;;AAnB+C;AAOjE;EACE,MAAA,CAAA,EAAA,MAAA;EACA;;;EAGA,OAAA,CAAA,EAgBU,aAhBV;EAOgB;;;EAsBjB,aAAA,CAAA,EAAA,MAAA,EAAA;EAAA;;;;;;IAAA,oBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime15 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime122 from "react/jsx-runtime";
2
2
  import { ComponentProps, ReactNode } from "react";
3
3
 
4
4
  //#region src/components/callout.d.ts
@@ -9,7 +9,7 @@ declare function Callout({
9
9
  ...props
10
10
  }: {
11
11
  title?: ReactNode;
12
- } & Omit<CalloutContainerProps, 'title'>): react_jsx_runtime15.JSX.Element;
12
+ } & Omit<CalloutContainerProps, 'title'>): react_jsx_runtime122.JSX.Element;
13
13
  interface CalloutContainerProps extends ComponentProps<'div'> {
14
14
  /**
15
15
  * @defaultValue info
@@ -27,17 +27,17 @@ declare function CalloutContainer({
27
27
  className,
28
28
  style,
29
29
  ...props
30
- }: CalloutContainerProps): react_jsx_runtime15.JSX.Element;
30
+ }: CalloutContainerProps): react_jsx_runtime122.JSX.Element;
31
31
  declare function CalloutTitle({
32
32
  children,
33
33
  className,
34
34
  ...props
35
- }: ComponentProps<'p'>): react_jsx_runtime15.JSX.Element;
35
+ }: ComponentProps<'p'>): react_jsx_runtime122.JSX.Element;
36
36
  declare function CalloutDescription({
37
37
  children,
38
38
  className,
39
39
  ...props
40
- }: ComponentProps<'p'>): react_jsx_runtime15.JSX.Element;
40
+ }: ComponentProps<'p'>): react_jsx_runtime122.JSX.Element;
41
41
  //#endregion
42
42
  export { Callout, CalloutContainer, CalloutContainerProps, CalloutDescription, CalloutTitle, CalloutType };
43
43
  //# sourceMappingURL=callout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"callout.d.ts","names":[],"sources":["../../src/components/callout.tsx"],"sourcesContent":[],"mappings":";;;;KAIY,WAAA;iBAII,OAAA;;;;AAJO;UAQV;AARb,CAAA,GAQ2B,IARf,CAQoB,qBART,EAAA,OAAA,CAAA,CAAA,EAQwC,mBAAA,CAAA,GAAA,CAAA,OARxC;AAIP,UAaC,qBAAA,SAA8B,cAbxB,CAAA,KAAA,CAAA,CAAA;EACrB;;;EAG8B,IAAA,CAAA,EAavB,WAbuB;EAAL;;;EASV,IAAA,CAAA,EASR,SATQ;;AASR,iBASO,gBAAA,CATP;EAAA,IAAA,EAUD,SAVC;EAAA,IAAA;EAAA,QAAA;EAAA,SAAA;EAAA,KAAA;EAAA,GAAA;AAAA,CAAA,EAgBN,qBAhBM,CAAA,EAgBe,mBAAA,CAAA,GAAA,CAAA,OAhBf;AATsC,iBA0D/B,YAAA,CA1D+B;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0DiB,cA1DjB,CAAA,GAAA,CAAA,CAAA,EA0DoC,mBAAA,CAAA,GAAA,CAAA,OA1DpC;AAAc,iBAkE7C,kBAAA,CAlE6C;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAkES,cAlET,CAAA,GAAA,CAAA,CAAA,EAkE4B,mBAAA,CAAA,GAAA,CAAA,OAlE5B"}
1
+ {"version":3,"file":"callout.d.ts","names":[],"sources":["../../src/components/callout.tsx"],"sourcesContent":[],"mappings":";;;;KAIY,WAAA;iBAII,OAAA;;;;AAJO;UAQV;AARb,CAAA,GAQ2B,IARf,CAQoB,qBART,EAAA,OAAA,CAAA,CAAA,EAQwC,oBAAA,CAAA,GAAA,CAAA,OARxC;AAIP,UAaC,qBAAA,SAA8B,cAbxB,CAAA,KAAA,CAAA,CAAA;EACrB;;;EAG8B,IAAA,CAAA,EAavB,WAbuB;EAAL;;;EASV,IAAA,CAAA,EASR,SATQ;;AASR,iBASO,gBAAA,CATP;EAAA,IAAA,EAUD,SAVC;EAAA,IAAA;EAAA,QAAA;EAAA,SAAA;EAAA,KAAA;EAAA,GAAA;AAAA,CAAA,EAgBN,qBAhBM,CAAA,EAgBe,oBAAA,CAAA,GAAA,CAAA,OAhBf;AATsC,iBA0D/B,YAAA,CA1D+B;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0DiB,cA1DjB,CAAA,GAAA,CAAA,CAAA,EA0DoC,oBAAA,CAAA,GAAA,CAAA,OA1DpC;AAAc,iBAkE7C,kBAAA,CAlE6C;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAkES,cAlET,CAAA,GAAA,CAAA,CAAA,EAkE4B,oBAAA,CAAA,GAAA,CAAA,OAlE5B"}
@@ -1,8 +1,8 @@
1
- import * as react_jsx_runtime21 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime129 from "react/jsx-runtime";
2
2
  import { HTMLAttributes, ReactNode } from "react";
3
3
 
4
4
  //#region src/components/card.d.ts
5
- declare function Cards(props: HTMLAttributes<HTMLDivElement>): react_jsx_runtime21.JSX.Element;
5
+ declare function Cards(props: HTMLAttributes<HTMLDivElement>): react_jsx_runtime129.JSX.Element;
6
6
  type CardProps = Omit<HTMLAttributes<HTMLElement>, 'title'> & {
7
7
  icon?: ReactNode;
8
8
  title: ReactNode;
@@ -15,7 +15,7 @@ declare function Card({
15
15
  title,
16
16
  description,
17
17
  ...props
18
- }: CardProps): react_jsx_runtime21.JSX.Element;
18
+ }: CardProps): react_jsx_runtime129.JSX.Element;
19
19
  //#endregion
20
20
  export { Card, CardProps, Cards };
21
21
  //# sourceMappingURL=card.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"card.d.ts","names":[],"sources":["../../src/components/card.tsx"],"sourcesContent":[],"mappings":";;;;iBAIgB,KAAA,QAAa,eAAe,kBAAe,mBAAA,CAAA,GAAA,CAAA;KAQ/C,SAAA,GAAY,KAAK,eAAe;SACnC;EATO,KAAA,EAUP,SAVY;EAAuB,WAAA,CAAA,EAW5B,SAX4B;EAAf,IAAA,CAAA,EAAA,MAAA;EAA8B,QAAA,CAAA,EAAA,OAAA;CAAA;AAQ/C,iBASI,IAAA,CATK;EAAA,IAAA;EAAA,KAAA;EAAA,WAAA;EAAA,GAAA;AAAA,CAAA,EASwC,SATxC,CAAA,EASiD,mBAAA,CAAA,GAAA,CAAA,OATjD"}
1
+ {"version":3,"file":"card.d.ts","names":[],"sources":["../../src/components/card.tsx"],"sourcesContent":[],"mappings":";;;;iBAIgB,KAAA,QAAa,eAAe,kBAAe,oBAAA,CAAA,GAAA,CAAA;KAQ/C,SAAA,GAAY,KAAK,eAAe;SACnC;EATO,KAAA,EAUP,SAVY;EAAuB,WAAA,CAAA,EAW5B,SAX4B;EAAf,IAAA,CAAA,EAAA,MAAA;EAA8B,QAAA,CAAA,EAAA,OAAA;CAAA;AAQ/C,iBASI,IAAA,CATK;EAAA,IAAA;EAAA,KAAA;EAAA,WAAA;EAAA,GAAA;AAAA,CAAA,EASwC,SATxC,CAAA,EASiD,oBAAA,CAAA,GAAA,CAAA,OATjD"}
@@ -1,5 +1,5 @@
1
1
  import { Tabs, TabsContent, TabsList, TabsTrigger } from "./ui/tabs.js";
2
- import * as react_jsx_runtime23 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime132 from "react/jsx-runtime";
3
3
  import { ComponentProps, HTMLAttributes, ReactNode } from "react";
4
4
 
5
5
  //#region src/components/codeblock.d.ts
@@ -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_runtime23.JSX.Element;
39
+ declare function Pre(props: ComponentProps<'pre'>): react_jsx_runtime132.JSX.Element;
40
40
  declare function CodeBlock({
41
41
  ref,
42
42
  title,
@@ -47,17 +47,17 @@ declare function CodeBlock({
47
47
  children,
48
48
  Actions,
49
49
  ...props
50
- }: CodeBlockProps): react_jsx_runtime23.JSX.Element;
50
+ }: CodeBlockProps): react_jsx_runtime132.JSX.Element;
51
51
  declare function CodeBlockTabs({
52
52
  ref,
53
53
  ...props
54
- }: ComponentProps<typeof Tabs>): react_jsx_runtime23.JSX.Element;
55
- declare function CodeBlockTabsList(props: ComponentProps<typeof TabsList>): react_jsx_runtime23.JSX.Element;
54
+ }: ComponentProps<typeof Tabs>): react_jsx_runtime132.JSX.Element;
55
+ declare function CodeBlockTabsList(props: ComponentProps<typeof TabsList>): react_jsx_runtime132.JSX.Element;
56
56
  declare function CodeBlockTabsTrigger({
57
57
  children,
58
58
  ...props
59
- }: ComponentProps<typeof TabsTrigger>): react_jsx_runtime23.JSX.Element;
60
- declare function CodeBlockTab(props: ComponentProps<typeof TabsContent>): react_jsx_runtime23.JSX.Element;
59
+ }: ComponentProps<typeof TabsTrigger>): react_jsx_runtime132.JSX.Element;
60
+ declare function CodeBlockTab(props: ComponentProps<typeof TabsContent>): react_jsx_runtime132.JSX.Element;
61
61
  //#endregion
62
62
  export { CodeBlock, CodeBlockProps, CodeBlockTab, CodeBlockTabs, CodeBlockTabsList, CodeBlockTabsTrigger, Pre };
63
63
  //# sourceMappingURL=codeblock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"codeblock.d.ts","names":[],"sources":["../../src/components/codeblock.tsx"],"sourcesContent":[],"mappings":";;;;;UAkBiB,cAAA,SAAuB;;;AAAxC;;;EAsBkB,IAAA,CAAA,EAhBT,SAgBS;EAYmC;;;;AAQrD;EAQgB,SAAA,CAAA,EAAS,OAAA;EACvB;;;;;EAKA,cAAA,CAAA,EAAA,OAAA;EACA,aAAA,CAAA,EAnCgB,cAmChB,CAnC+B,WAmC/B,CAAA;EACA;;;EAEe,mBAAA,CAAA,EAAA,OAAA;EA4GD;;;EAAiC,yBAAA,CAAA,EAAA,MAAA;EAA2B,OAAA,CAAA,EAAA,CAAA,KAAA,EAAA;IAAA,SAAA,CAAA,EAAA,MAAA;IAyB5D,QAAA,CAAA,EA/JqC,SA+JpB;EAA8B,CAAA,EAAA,GA/JM,SA+JN;;AAAS,iBAvJxD,GAAA,CAuJwD,KAAA,EAvJ7C,cAuJ6C,CAAA,KAAA,CAAA,CAAA,EAvJxB,mBAAA,CAAA,GAAA,CAAA,OAuJwB;AAAA,iBA/IxD,SAAA,CA+IwD;EAAA,GAAA;EAAA,KAAA;EAAA,SAAA;EAAA,cAAA;EAAA,IAAA;EAAA,aAAA;EAAA,QAAA;EAAA,OAAA;EAAA,GAAA;AAAA,CAAA,EArIrE,cAqIqE,CAAA,EArIvD,mBAAA,CAAA,GAAA,CAAA,OAqIuD;AAWxD,iBApCA,aAAA,CAoCoB;EAAA,GAAA;EAAA,GAAA;AAAA,CAAA,EApCa,cAoCb,CAAA,OApCmC,IAoCnC,CAAA,CAAA,EApCwC,mBAAA,CAAA,GAAA,CAAA,OAoCxC;AAAG,iBAXvB,iBAAA,CAWuB,KAAA,EAXE,cAWF,CAAA,OAXwB,QAWxB,CAAA,CAAA,EAXiC,mBAAA,CAAA,GAAA,CAAA,OAWjC;AAA4C,iBAAnE,oBAAA,CAAmE;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAtB,cAAsB,CAAA,OAAA,WAAA,CAAA,CAAA,EAAY,mBAAA,CAAA,GAAA,CAAA,OAAZ;AAAtB,iBAe7C,YAAA,CAf6C,KAAA,EAezB,cAfyB,CAAA,OAeH,WAfG,CAAA,CAAA,EAeS,mBAAA,CAAA,GAAA,CAAA,OAfT"}
1
+ {"version":3,"file":"codeblock.d.ts","names":[],"sources":["../../src/components/codeblock.tsx"],"sourcesContent":[],"mappings":";;;;;UAkBiB,cAAA,SAAuB;;;AAAxC;;;EAsBkB,IAAA,CAAA,EAhBT,SAgBS;EAYmC;;;;AAQrD;EAQgB,SAAA,CAAA,EAAS,OAAA;EACvB;;;;;EAKA,cAAA,CAAA,EAAA,OAAA;EACA,aAAA,CAAA,EAnCgB,cAmChB,CAnC+B,WAmC/B,CAAA;EACA;;;EAEe,mBAAA,CAAA,EAAA,OAAA;EA4GD;;;EAAiC,yBAAA,CAAA,EAAA,MAAA;EAA2B,OAAA,CAAA,EAAA,CAAA,KAAA,EAAA;IAAA,SAAA,CAAA,EAAA,MAAA;IAyB5D,QAAA,CAAA,EA/JqC,SA+JpB;EAA8B,CAAA,EAAA,GA/JM,SA+JN;;AAAS,iBAvJxD,GAAA,CAuJwD,KAAA,EAvJ7C,cAuJ6C,CAAA,KAAA,CAAA,CAAA,EAvJxB,oBAAA,CAAA,GAAA,CAAA,OAuJwB;AAAA,iBA/IxD,SAAA,CA+IwD;EAAA,GAAA;EAAA,KAAA;EAAA,SAAA;EAAA,cAAA;EAAA,IAAA;EAAA,aAAA;EAAA,QAAA;EAAA,OAAA;EAAA,GAAA;AAAA,CAAA,EArIrE,cAqIqE,CAAA,EArIvD,oBAAA,CAAA,GAAA,CAAA,OAqIuD;AAWxD,iBApCA,aAAA,CAoCoB;EAAA,GAAA;EAAA,GAAA;AAAA,CAAA,EApCa,cAoCb,CAAA,OApCmC,IAoCnC,CAAA,CAAA,EApCwC,oBAAA,CAAA,GAAA,CAAA,OAoCxC;AAAG,iBAXvB,iBAAA,CAWuB,KAAA,EAXE,cAWF,CAAA,OAXwB,QAWxB,CAAA,CAAA,EAXiC,oBAAA,CAAA,GAAA,CAAA,OAWjC;AAA4C,iBAAnE,oBAAA,CAAmE;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAtB,cAAsB,CAAA,OAAA,WAAA,CAAA,CAAA,EAAY,oBAAA,CAAA,GAAA,CAAA,OAAZ;AAAtB,iBAe7C,YAAA,CAf6C,KAAA,EAezB,cAfyB,CAAA,OAeH,WAfG,CAAA,CAAA,EAeS,oBAAA,CAAA,GAAA,CAAA,OAfT"}
@@ -1,6 +1,6 @@
1
1
  import { search_d_exports } from "../../contexts/search.js";
2
2
  import "./search.js";
3
- import * as react_jsx_runtime35 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
4
4
  import { ReactNode } from "react";
5
5
  import { AlgoliaOptions } from "fumadocs-core/search/client";
6
6
 
@@ -33,7 +33,7 @@ declare function AlgoliaSearchDialog({
33
33
  links,
34
34
  footer,
35
35
  ...props
36
- }: AlgoliaSearchDialogProps): react_jsx_runtime35.JSX.Element;
36
+ }: AlgoliaSearchDialogProps): react_jsx_runtime30.JSX.Element;
37
37
  //#endregion
38
38
  export { AlgoliaSearchDialogProps, AlgoliaSearchDialog as default };
39
39
  //# sourceMappingURL=search-algolia.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { search_d_exports } from "../../contexts/search.js";
2
2
  import "./search.js";
3
- import * as react_jsx_runtime32 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
4
4
  import { ReactNode } from "react";
5
5
 
6
6
  //#region src/components/dialog/search-default.d.ts
@@ -38,7 +38,7 @@ declare function DefaultSearchDialog({
38
38
  links,
39
39
  footer,
40
40
  ...props
41
- }: DefaultSearchDialogProps): react_jsx_runtime32.JSX.Element;
41
+ }: DefaultSearchDialogProps): react_jsx_runtime17.JSX.Element;
42
42
  //#endregion
43
43
  export { DefaultSearchDialogProps, DefaultSearchDialog as default };
44
44
  //# sourceMappingURL=search-default.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { search_d_exports } from "../../contexts/search.js";
2
2
  import "./search.js";
3
- import * as react_jsx_runtime34 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
4
4
  import { ReactNode } from "react";
5
5
  import { OramaCloudOptions } from "fumadocs-core/search/client";
6
6
 
@@ -40,7 +40,7 @@ declare function OramaSearchDialog({
40
40
  footer,
41
41
  links,
42
42
  ...props
43
- }: OramaSearchDialogProps): react_jsx_runtime34.JSX.Element;
43
+ }: OramaSearchDialogProps): react_jsx_runtime15.JSX.Element;
44
44
  //#endregion
45
45
  export { OramaSearchDialogProps, OramaSearchDialog as default };
46
46
  //# sourceMappingURL=search-orama.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { search_d_exports } from "../../contexts/search.js";
2
- import * as react_jsx_runtime77 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
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";
@@ -28,20 +28,20 @@ declare function SearchDialog({
28
28
  isLoading,
29
29
  onSelect: onSelectProp,
30
30
  children
31
- }: SearchDialogProps): react_jsx_runtime77.JSX.Element;
32
- declare function SearchDialogHeader(props: ComponentProps<'div'>): react_jsx_runtime77.JSX.Element;
33
- declare function SearchDialogInput(props: ComponentProps<'input'>): react_jsx_runtime77.JSX.Element;
31
+ }: SearchDialogProps): react_jsx_runtime18.JSX.Element;
32
+ declare function SearchDialogHeader(props: ComponentProps<'div'>): react_jsx_runtime18.JSX.Element;
33
+ declare function SearchDialogInput(props: ComponentProps<'input'>): react_jsx_runtime18.JSX.Element;
34
34
  declare function SearchDialogClose({
35
35
  children,
36
36
  className,
37
37
  ...props
38
- }: ComponentProps<'button'>): react_jsx_runtime77.JSX.Element;
39
- declare function SearchDialogFooter(props: ComponentProps<'div'>): react_jsx_runtime77.JSX.Element;
40
- declare function SearchDialogOverlay(props: ComponentProps<typeof DialogOverlay>): react_jsx_runtime77.JSX.Element;
38
+ }: ComponentProps<'button'>): react_jsx_runtime18.JSX.Element;
39
+ declare function SearchDialogFooter(props: ComponentProps<'div'>): react_jsx_runtime18.JSX.Element;
40
+ declare function SearchDialogOverlay(props: ComponentProps<typeof DialogOverlay>): react_jsx_runtime18.JSX.Element;
41
41
  declare function SearchDialogContent({
42
42
  children,
43
43
  ...props
44
- }: ComponentProps<typeof DialogContent>): react_jsx_runtime77.JSX.Element;
44
+ }: ComponentProps<typeof DialogContent>): react_jsx_runtime18.JSX.Element;
45
45
  declare function SearchDialogList({
46
46
  items,
47
47
  Empty,
@@ -60,7 +60,7 @@ declare function SearchDialogList({
60
60
  item: SearchItemType;
61
61
  onClick: () => void;
62
62
  }) => ReactNode;
63
- }): react_jsx_runtime77.JSX.Element;
63
+ }): react_jsx_runtime18.JSX.Element;
64
64
  declare function SearchDialogListItem({
65
65
  item,
66
66
  className,
@@ -70,8 +70,8 @@ declare function SearchDialogListItem({
70
70
  }: ComponentProps<'button'> & {
71
71
  renderHighlights?: typeof renderHighlights;
72
72
  item: SearchItemType;
73
- }): react_jsx_runtime77.JSX.Element;
74
- declare function SearchDialogIcon(props: ComponentProps<'svg'>): react_jsx_runtime77.JSX.Element;
73
+ }): react_jsx_runtime18.JSX.Element;
74
+ declare function SearchDialogIcon(props: ComponentProps<'svg'>): react_jsx_runtime18.JSX.Element;
75
75
  interface TagsListProps extends ComponentProps<'div'> {
76
76
  tag?: string;
77
77
  onTagChange: (tag: string | undefined) => void;
@@ -82,14 +82,14 @@ declare function TagsList({
82
82
  onTagChange,
83
83
  allowClear,
84
84
  ...props
85
- }: TagsListProps): react_jsx_runtime77.JSX.Element;
85
+ }: TagsListProps): react_jsx_runtime18.JSX.Element;
86
86
  declare function TagsListItem({
87
87
  value,
88
88
  className,
89
89
  ...props
90
90
  }: ComponentProps<'button'> & {
91
91
  value: string;
92
- }): react_jsx_runtime77.JSX.Element;
92
+ }): react_jsx_runtime18.JSX.Element;
93
93
  declare function renderHighlights(highlights: HighlightedText<ReactNode>[]): ReactNode;
94
94
  declare function useSearch(): {
95
95
  open: boolean;
@@ -1,5 +1,5 @@
1
1
  import { CodeBlockProps } from "./codeblock.js";
2
- import * as react_jsx_runtime29 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime112 from "react/jsx-runtime";
3
3
  import { HighlightOptionsCommon, HighlightOptionsThemes } from "fumadocs-core/highlight";
4
4
 
5
5
  //#region src/components/dynamic-codeblock.d.ts
@@ -26,7 +26,7 @@ declare function DynamicCodeBlock({
26
26
  codeblock,
27
27
  options,
28
28
  wrapInSuspense
29
- }: DynamicCodeblockProps): react_jsx_runtime29.JSX.Element;
29
+ }: DynamicCodeblockProps): react_jsx_runtime112.JSX.Element;
30
30
  //#endregion
31
31
  export { DynamicCodeBlock, DynamicCodeblockProps };
32
32
  //# sourceMappingURL=dynamic-codeblock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dynamic-codeblock.d.ts","names":[],"sources":["../../src/components/dynamic-codeblock.tsx"],"sourcesContent":[],"mappings":";;;;;UAmBiB,qBAAA;;;EAAA;;;;;EAewD,SAAA,CAAA,EAP3D,cAO2D;EAmBzD;;;;;EAKd,cAAA,CAAA,EAAA,OAAA;EACC,OAAA,CAAA,EAzBS,IAyBT,CAzBc,sBAyBd,EAAA,MAAA,CAAA,GAzBgD,sBAyBhD;;AAAqB,iBANR,gBAAA,CAMQ;EAAA,IAAA;EAAA,IAAA;EAAA,SAAA;EAAA,OAAA;EAAA;AAAA,CAAA,EAArB,qBAAqB,CAAA,EAAA,mBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"dynamic-codeblock.d.ts","names":[],"sources":["../../src/components/dynamic-codeblock.tsx"],"sourcesContent":[],"mappings":";;;;;UAmBiB,qBAAA;;;EAAA;;;;;EAewD,SAAA,CAAA,EAP3D,cAO2D;EAmBzD;;;;;EAKd,cAAA,CAAA,EAAA,OAAA;EACC,OAAA,CAAA,EAzBS,IAyBT,CAzBc,sBAyBd,EAAA,MAAA,CAAA,GAzBgD,sBAyBhD;;AAAqB,iBANR,gBAAA,CAMQ;EAAA,IAAA;EAAA,IAAA;EAAA,SAAA;EAAA,OAAA;EAAA;AAAA,CAAA,EAArB,qBAAqB,CAAA,EAAA,oBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime19 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime113 from "react/jsx-runtime";
2
2
  import { AnchorHTMLAttributes } from "react";
3
3
 
4
4
  //#region src/components/github-info.d.ts
@@ -13,7 +13,7 @@ declare function GithubInfo({
13
13
  repo: string;
14
14
  token?: string;
15
15
  baseUrl?: string;
16
- }): Promise<react_jsx_runtime19.JSX.Element>;
16
+ }): Promise<react_jsx_runtime113.JSX.Element>;
17
17
  //#endregion
18
18
  export { GithubInfo };
19
19
  //# sourceMappingURL=github-info.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"github-info.d.ts","names":[],"sources":["../../src/components/github-info.tsx"],"sourcesContent":[],"mappings":";;;;iBAwCsB,UAAA;;;;;;GAMnB,qBAAqB;;;EANF,KAAA,CAAA,EAAA,MAAU;EAC9B,OAAA,CAAA,EAAA,MAAA;CACA,CAAA,EASD,OATC,CASD,mBAAA,CAAA,GAAA,CAAA,OAAA,CATC"}
1
+ {"version":3,"file":"github-info.d.ts","names":[],"sources":["../../src/components/github-info.tsx"],"sourcesContent":[],"mappings":";;;;iBAwCsB,UAAA;;;;;;GAMnB,qBAAqB;;;EANF,KAAA,CAAA,EAAA,MAAU;EAC9B,OAAA,CAAA,EAAA,MAAA;CACA,CAAA,EASD,OATC,CASD,oBAAA,CAAA,GAAA,CAAA,OAAA,CATC"}
@@ -1,5 +1,5 @@
1
1
  import { ImageProps } from "fumadocs-core/framework";
2
- import * as react_jsx_runtime39 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime97 from "react/jsx-runtime";
3
3
  import { ComponentProps } from "react";
4
4
  import { UncontrolledProps } from "react-medium-image-zoom";
5
5
 
@@ -19,7 +19,7 @@ declare function ImageZoom({
19
19
  children,
20
20
  rmiz,
21
21
  ...props
22
- }: ImageZoomProps): react_jsx_runtime39.JSX.Element;
22
+ }: ImageZoomProps): react_jsx_runtime97.JSX.Element;
23
23
  //#endregion
24
24
  export { ImageZoom, ImageZoomProps };
25
25
  //# sourceMappingURL=image-zoom.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { Collapsible } from "./ui/collapsible.js";
2
- import * as react_jsx_runtime20 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime49 from "react/jsx-runtime";
3
3
  import { ComponentProps } from "react";
4
4
  import { TOCItemType } from "fumadocs-core/toc";
5
5
 
@@ -10,7 +10,7 @@ interface InlineTocProps extends ComponentProps<typeof Collapsible> {
10
10
  declare function InlineTOC({
11
11
  items,
12
12
  ...props
13
- }: InlineTocProps): react_jsx_runtime20.JSX.Element;
13
+ }: InlineTocProps): react_jsx_runtime49.JSX.Element;
14
14
  //#endregion
15
15
  export { InlineTOC, InlineTocProps };
16
16
  //# sourceMappingURL=inline-toc.d.ts.map
@@ -1,8 +1,8 @@
1
1
  import { CollapsibleContentProps, CollapsibleTriggerProps } from "../ui/collapsible.js";
2
2
  import { ScrollAreaProps } from "../ui/scroll-area.js";
3
3
  import { LinkProps } from "fumadocs-core/link";
4
- import * as react_jsx_runtime41 from "react/jsx-runtime";
5
- import * as react0 from "react";
4
+ import * as react_jsx_runtime31 from "react/jsx-runtime";
5
+ import * as react6 from "react";
6
6
  import { ComponentProps, PointerEvent, ReactNode, RefObject } from "react";
7
7
 
8
8
  //#region src/components/sidebar/base.d.ts
@@ -37,12 +37,12 @@ interface SidebarProviderProps {
37
37
  children?: ReactNode;
38
38
  }
39
39
  type Mode = 'drawer' | 'full';
40
- declare const SidebarContext: react0.Context<SidebarContext | null>;
40
+ declare const SidebarContext: react6.Context<SidebarContext | null>;
41
41
  declare function SidebarProvider({
42
42
  defaultOpenLevel,
43
43
  prefetch,
44
44
  children
45
- }: SidebarProviderProps): react_jsx_runtime41.JSX.Element;
45
+ }: SidebarProviderProps): react_jsx_runtime31.JSX.Element;
46
46
  declare function useSidebar(): SidebarContext;
47
47
  declare function useFolder(): {
48
48
  open: boolean;
@@ -62,21 +62,21 @@ declare function SidebarContent({
62
62
  onPointerLeave: (event: PointerEvent) => void;
63
63
  }) => ReactNode;
64
64
  }): ReactNode;
65
- declare function SidebarDrawerOverlay(props: ComponentProps<'div'>): react_jsx_runtime41.JSX.Element | undefined;
65
+ declare function SidebarDrawerOverlay(props: ComponentProps<'div'>): react_jsx_runtime31.JSX.Element | undefined;
66
66
  declare function SidebarDrawerContent({
67
67
  className,
68
68
  children,
69
69
  ...props
70
- }: ComponentProps<'aside'>): react_jsx_runtime41.JSX.Element | undefined;
71
- declare function SidebarViewport(props: ScrollAreaProps): react_jsx_runtime41.JSX.Element;
72
- declare function SidebarSeparator(props: ComponentProps<'p'>): react_jsx_runtime41.JSX.Element;
70
+ }: ComponentProps<'aside'>): react_jsx_runtime31.JSX.Element | undefined;
71
+ declare function SidebarViewport(props: ScrollAreaProps): react_jsx_runtime31.JSX.Element;
72
+ declare function SidebarSeparator(props: ComponentProps<'p'>): react_jsx_runtime31.JSX.Element;
73
73
  declare function SidebarItem({
74
74
  icon,
75
75
  children,
76
76
  ...props
77
77
  }: LinkProps & {
78
78
  icon?: ReactNode;
79
- }): react_jsx_runtime41.JSX.Element;
79
+ }): react_jsx_runtime31.JSX.Element;
80
80
  declare function SidebarFolder({
81
81
  defaultOpen: defaultOpenProp,
82
82
  collapsible,
@@ -87,21 +87,21 @@ declare function SidebarFolder({
87
87
  active?: boolean;
88
88
  defaultOpen?: boolean;
89
89
  collapsible?: boolean;
90
- }): react_jsx_runtime41.JSX.Element;
90
+ }): react_jsx_runtime31.JSX.Element;
91
91
  declare function SidebarFolderTrigger({
92
92
  children,
93
93
  ...props
94
- }: CollapsibleTriggerProps): react_jsx_runtime41.JSX.Element;
94
+ }: CollapsibleTriggerProps): react_jsx_runtime31.JSX.Element;
95
95
  declare function SidebarFolderLink({
96
96
  children,
97
97
  ...props
98
- }: LinkProps): react_jsx_runtime41.JSX.Element;
99
- declare function SidebarFolderContent(props: CollapsibleContentProps): react_jsx_runtime41.JSX.Element;
98
+ }: LinkProps): react_jsx_runtime31.JSX.Element;
99
+ declare function SidebarFolderContent(props: CollapsibleContentProps): react_jsx_runtime31.JSX.Element;
100
100
  declare function SidebarTrigger({
101
101
  children,
102
102
  ...props
103
- }: ComponentProps<'button'>): react_jsx_runtime41.JSX.Element;
104
- declare function SidebarCollapseTrigger(props: ComponentProps<'button'>): react_jsx_runtime41.JSX.Element;
103
+ }: ComponentProps<'button'>): react_jsx_runtime31.JSX.Element;
104
+ declare function SidebarCollapseTrigger(props: ComponentProps<'button'>): react_jsx_runtime31.JSX.Element;
105
105
  /**
106
106
  * scroll to the element if `active` is true
107
107
  */
@@ -1,5 +1,5 @@
1
1
  import { base_d_exports } from "./base.js";
2
- import * as react_jsx_runtime40 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime43 from "react/jsx-runtime";
3
3
  import { HTMLAttributes } from "react";
4
4
  import { LinkItemType } from "@fumadocs/ui/link-item";
5
5
 
@@ -18,7 +18,7 @@ declare function createLinkItemRenderer({
18
18
  item: Exclude<LinkItemType, {
19
19
  type: "icon";
20
20
  }>;
21
- }) => react_jsx_runtime40.JSX.Element;
21
+ }) => react_jsx_runtime43.JSX.Element;
22
22
  //#endregion
23
23
  export { createLinkItemRenderer };
24
24
  //# sourceMappingURL=link-item.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { base_d_exports } from "./base.js";
2
- import * as react_jsx_runtime53 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime44 from "react/jsx-runtime";
3
3
  import { FC, ReactNode } from "react";
4
4
  import * as PageTree from "fumadocs-core/page-tree";
5
5
 
@@ -24,7 +24,7 @@ declare function createPageTreeRenderer({
24
24
  SidebarFolderTrigger,
25
25
  SidebarSeparator,
26
26
  SidebarItem
27
- }: InternalComponents): (components: Partial<SidebarPageTreeComponents>) => react_jsx_runtime53.JSX.Element;
27
+ }: InternalComponents): (components: Partial<SidebarPageTreeComponents>) => react_jsx_runtime44.JSX.Element;
28
28
  //#endregion
29
29
  export { SidebarPageTreeComponents, createPageTreeRenderer };
30
30
  //# sourceMappingURL=page-tree.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { SidebarTab } from "./index.js";
2
- import * as react_jsx_runtime120 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime52 from "react/jsx-runtime";
3
3
  import { ComponentProps, ReactNode } from "react";
4
4
 
5
5
  //#region src/components/sidebar/tabs/dropdown.d.ts
@@ -13,7 +13,7 @@ declare function SidebarTabsDropdown({
13
13
  }: {
14
14
  placeholder?: ReactNode;
15
15
  options: SidebarTabWithProps[];
16
- } & ComponentProps<'button'>): react_jsx_runtime120.JSX.Element;
16
+ } & ComponentProps<'button'>): react_jsx_runtime52.JSX.Element;
17
17
  declare function isTabActive(tab: SidebarTab, pathname: string): boolean;
18
18
  //#endregion
19
19
  export { SidebarTabWithProps, SidebarTabsDropdown, isTabActive };
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.d.ts","names":[],"sources":["../../../../src/components/sidebar/tabs/dropdown.tsx"],"sourcesContent":[],"mappings":";;;;;UAWiB,mBAAA,SAA4B;UACnC;;AADO,iBAID,mBAAA,CAHN;EAAA,OAAA;EADmC,WAAU;EAAA,GAAA;AAMrD,CANqD,EAAA;EAIvC,WAAA,CAAA,EAKA,SALmB;EACjC,OAAA,EAKS,mBALT,EAAA;CACA,GAKE,cALF,CAAA,QAAA,CAAA,CAAA,EAK0B,oBAAA,CAAA,GAAA,CAAA,OAL1B;AAGc,iBAkFA,WAAA,CAlFA,GAAA,EAkFiB,UAlFjB,EAAA,QAAA,EAAA,MAAA,CAAA,EAAA,OAAA"}
1
+ {"version":3,"file":"dropdown.d.ts","names":[],"sources":["../../../../src/components/sidebar/tabs/dropdown.tsx"],"sourcesContent":[],"mappings":";;;;;UAWiB,mBAAA,SAA4B;UACnC;;AADO,iBAID,mBAAA,CAHN;EAAA,OAAA;EADmC,WAAU;EAAA,GAAA;AAMrD,CANqD,EAAA;EAIvC,WAAA,CAAA,EAKA,SALmB;EACjC,OAAA,EAKS,mBALT,EAAA;CACA,GAKE,cALF,CAAA,QAAA,CAAA,CAAA,EAK0B,mBAAA,CAAA,GAAA,CAAA,OAL1B;AAGc,iBAkFA,WAAA,CAlFA,GAAA,EAkFiB,UAlFjB,EAAA,QAAA,EAAA,MAAA,CAAA,EAAA,OAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime10 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime50 from "react/jsx-runtime";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/components/steps.d.ts
@@ -6,12 +6,12 @@ declare function Steps({
6
6
  children
7
7
  }: {
8
8
  children: ReactNode;
9
- }): react_jsx_runtime10.JSX.Element;
9
+ }): react_jsx_runtime50.JSX.Element;
10
10
  declare function Step({
11
11
  children
12
12
  }: {
13
13
  children: ReactNode;
14
- }): react_jsx_runtime10.JSX.Element;
14
+ }): react_jsx_runtime50.JSX.Element;
15
15
  //#endregion
16
16
  export { Step, Steps };
17
17
  //# sourceMappingURL=steps.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { Tabs as Tabs$1, TabsContent as TabsContent$1 } from "./ui/tabs.js";
2
- import * as react_jsx_runtime138 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime46 from "react/jsx-runtime";
3
3
  import * as React from "react";
4
4
  import { ComponentProps, ReactNode } from "react";
5
5
  import * as _radix_ui_react_tabs0 from "@radix-ui/react-tabs";
@@ -31,7 +31,7 @@ declare function Tabs({
31
31
  defaultIndex,
32
32
  defaultValue,
33
33
  ...props
34
- }: TabsProps): react_jsx_runtime138.JSX.Element;
34
+ }: TabsProps): react_jsx_runtime46.JSX.Element;
35
35
  interface TabProps extends Omit<ComponentProps<typeof TabsContent$1>, 'value'> {
36
36
  /**
37
37
  * Value of tab, detect from index if unspecified.
@@ -41,12 +41,12 @@ interface TabProps extends Omit<ComponentProps<typeof TabsContent$1>, 'value'> {
41
41
  declare function Tab({
42
42
  value,
43
43
  ...props
44
- }: TabProps): react_jsx_runtime138.JSX.Element;
44
+ }: TabProps): react_jsx_runtime46.JSX.Element;
45
45
  declare function TabsContent({
46
46
  value,
47
47
  className,
48
48
  ...props
49
- }: ComponentProps<typeof TabsContent$1>): react_jsx_runtime138.JSX.Element;
49
+ }: ComponentProps<typeof TabsContent$1>): react_jsx_runtime46.JSX.Element;
50
50
  //#endregion
51
51
  export { Tab, TabProps, Tabs, TabsContent, TabsList, TabsProps, TabsTrigger };
52
52
  //# sourceMappingURL=tabs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tabs.d.ts","names":[],"sources":["../../src/components/tabs.tsx"],"sourcesContent":[],"mappings":";;;;;;;UAkBiB,SAAA,SAAkB,KACjC,sBAAsB;;;;EADP,KAAA,CAAA,EAAA,MAAU,EAAA;EACH;;;;;EAgCX,YAYX,CAAA,EAAA,MAAA;EAAA;;;EAZmB,KAAA,CAAA,EAdX,SAcW;;AAAA,cAAR,QAAQ,EAAA,KAAA,CAAA,yBAAA,CAAA,IAAA,CAYnB,qBAAA,CAZmB,aAAA,GAAA,KAAA,CAAA,aAAA,CAAA,cAAA,CAAA,EAAA,KAAA,CAAA,GAAA,KAAA,CAAA,aAAA,CAAA,cAAA,CAAA,CAAA;AAAA,cAeR,WAfQ,EAeG,KAAA,CAAA,yBAfH,CAeG,IAfH,CA2BnB,qBAAA,CAZsB,gBAAA,GAAA,KAAA,CAAA,aAfH,CAeG,iBAfH,CAAA,EAAA,KAAA,CAAA,GAeG,KAAA,CAAA,aAfH,CAeG,iBAfH,CAAA,CAAA;AAAA,iBA8BL,IAAA,CA9BK;EAAA,GAAA;EAAA,SAAA;EAAA,KAAA;EAAA,KAAA;EAAA,YAAA;EAAA,YAAA;EAAA,GAAA;AAAA,CAAA,EAsClB,SAtCkB,CAAA,EAsCT,oBAAA,CAAA,GAAA,CAAA,OAtCS;AAeR,UA0DI,QAAA,SAAiB,IA9ChC,CA8CqC,cA9CrC,CAAA,OA8C2D,aA9C3D,CAAA,EAAA,OAAA,CAAA,CAAA;EAAA;;;EAZsB,KAAA,CAAA,EAAA,MAAA;;AAAA,iBAiER,GAAA,CAjEQ;EAAA,KAAA;EAAA,GAAA;AAAA,CAAA,EAiEiB,QAjEjB,CAAA,EAiEyB,oBAAA,CAAA,GAAA,CAAA,OAjEzB;AAAA,iBAmFR,WAAA,CAnFQ;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuFrB,cAvFqB,CAAA,OAuFC,aAvFD,CAAA,CAAA,EAuFsB,oBAAA,CAAA,GAAA,CAAA,OAvFtB"}
1
+ {"version":3,"file":"tabs.d.ts","names":[],"sources":["../../src/components/tabs.tsx"],"sourcesContent":[],"mappings":";;;;;;;UAkBiB,SAAA,SAAkB,KACjC,sBAAsB;;;;EADP,KAAA,CAAA,EAAA,MAAU,EAAA;EACH;;;;;EAgCX,YAYX,CAAA,EAAA,MAAA;EAAA;;;EAZmB,KAAA,CAAA,EAdX,SAcW;;AAAA,cAAR,QAAQ,EAAA,KAAA,CAAA,yBAAA,CAAA,IAAA,CAYnB,qBAAA,CAZmB,aAAA,GAAA,KAAA,CAAA,aAAA,CAAA,cAAA,CAAA,EAAA,KAAA,CAAA,GAAA,KAAA,CAAA,aAAA,CAAA,cAAA,CAAA,CAAA;AAAA,cAeR,WAfQ,EAeG,KAAA,CAAA,yBAfH,CAeG,IAfH,CA2BnB,qBAAA,CAZsB,gBAAA,GAAA,KAAA,CAAA,aAfH,CAeG,iBAfH,CAAA,EAAA,KAAA,CAAA,GAeG,KAAA,CAAA,aAfH,CAeG,iBAfH,CAAA,CAAA;AAAA,iBA8BL,IAAA,CA9BK;EAAA,GAAA;EAAA,SAAA;EAAA,KAAA;EAAA,KAAA;EAAA,YAAA;EAAA,YAAA;EAAA,GAAA;AAAA,CAAA,EAsClB,SAtCkB,CAAA,EAsCT,mBAAA,CAAA,GAAA,CAAA,OAtCS;AAeR,UA0DI,QAAA,SAAiB,IA9ChC,CA8CqC,cA9CrC,CAAA,OA8C2D,aA9C3D,CAAA,EAAA,OAAA,CAAA,CAAA;EAAA;;;EAZsB,KAAA,CAAA,EAAA,MAAA;;AAAA,iBAiER,GAAA,CAjEQ;EAAA,KAAA;EAAA,GAAA;AAAA,CAAA,EAiEiB,QAjEjB,CAAA,EAiEyB,mBAAA,CAAA,GAAA,CAAA,OAjEzB;AAAA,iBAmFR,WAAA,CAnFQ;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuFrB,cAvFqB,CAAA,OAuFC,aAvFD,CAAA,CAAA,EAuFsB,mBAAA,CAAA,GAAA,CAAA,OAvFtB"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime30 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime45 from "react/jsx-runtime";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/components/type-table.d.ts
@@ -33,7 +33,7 @@ declare function TypeTable({
33
33
  type
34
34
  }: {
35
35
  type: Record<string, TypeNode>;
36
- }): react_jsx_runtime30.JSX.Element;
36
+ }): react_jsx_runtime45.JSX.Element;
37
37
  //#endregion
38
38
  export { ParameterNode, TypeNode, TypeTable };
39
39
  //# sourceMappingURL=type-table.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime89 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
2
2
  import { ComponentProps } from "react";
3
3
  import * as Primitive from "@radix-ui/react-accordion";
4
4
 
@@ -6,27 +6,27 @@ import * as Primitive from "@radix-ui/react-accordion";
6
6
  declare function Accordion({
7
7
  className,
8
8
  ...props
9
- }: ComponentProps<typeof Primitive.Root>): react_jsx_runtime89.JSX.Element;
9
+ }: ComponentProps<typeof Primitive.Root>): react_jsx_runtime10.JSX.Element;
10
10
  declare function AccordionItem({
11
11
  className,
12
12
  children,
13
13
  ...props
14
- }: ComponentProps<typeof Primitive.Item>): react_jsx_runtime89.JSX.Element;
14
+ }: ComponentProps<typeof Primitive.Item>): react_jsx_runtime10.JSX.Element;
15
15
  declare function AccordionHeader({
16
16
  className,
17
17
  children,
18
18
  ...props
19
- }: ComponentProps<typeof Primitive.Header>): react_jsx_runtime89.JSX.Element;
19
+ }: ComponentProps<typeof Primitive.Header>): react_jsx_runtime10.JSX.Element;
20
20
  declare function AccordionTrigger({
21
21
  className,
22
22
  children,
23
23
  ...props
24
- }: ComponentProps<typeof Primitive.Trigger>): react_jsx_runtime89.JSX.Element;
24
+ }: ComponentProps<typeof Primitive.Trigger>): react_jsx_runtime10.JSX.Element;
25
25
  declare function AccordionContent({
26
26
  className,
27
27
  children,
28
28
  ...props
29
- }: ComponentProps<typeof Primitive.Content>): react_jsx_runtime89.JSX.Element;
29
+ }: ComponentProps<typeof Primitive.Content>): react_jsx_runtime10.JSX.Element;
30
30
  //#endregion
31
31
  export { Accordion, AccordionContent, AccordionHeader, AccordionItem, AccordionTrigger };
32
32
  //# sourceMappingURL=accordion.d.ts.map