@hanzo/docs-base-ui 16.4.2 → 16.4.3

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/dist/components/accordion.d.ts +3 -3
  2. package/dist/components/accordion.d.ts.map +1 -1
  3. package/dist/components/banner.d.ts +2 -2
  4. package/dist/components/banner.d.ts.map +1 -1
  5. package/dist/components/callout.d.ts +5 -5
  6. package/dist/components/card.d.ts +3 -3
  7. package/dist/components/codeblock.d.ts +7 -7
  8. package/dist/components/dialog/search-algolia.d.ts +2 -2
  9. package/dist/components/dialog/search-default.d.ts +2 -2
  10. package/dist/components/dialog/search-orama.d.ts +2 -2
  11. package/dist/components/dialog/search.d.ts +13 -13
  12. package/dist/components/dialog/search.d.ts.map +1 -1
  13. package/dist/components/dynamic-codeblock.d.ts +2 -2
  14. package/dist/components/dynamic-codeblock.d.ts.map +1 -1
  15. package/dist/components/github-info.d.ts +2 -2
  16. package/dist/components/image-zoom.d.ts +2 -2
  17. package/dist/components/inline-toc.d.ts +2 -2
  18. package/dist/components/sidebar/base.d.ts +15 -15
  19. package/dist/components/sidebar/base.d.ts.map +1 -1
  20. package/dist/components/sidebar/link-item.d.ts +2 -2
  21. package/dist/components/sidebar/page-tree.d.ts +2 -2
  22. package/dist/components/sidebar/tabs/dropdown.d.ts +2 -2
  23. package/dist/components/steps.d.ts +3 -3
  24. package/dist/components/tabs.d.ts +7 -7
  25. package/dist/components/type-table.d.ts +2 -2
  26. package/dist/components/ui/accordion.d.ts +6 -6
  27. package/dist/components/ui/accordion.d.ts.map +1 -1
  28. package/dist/components/ui/button.js.map +1 -1
  29. package/dist/components/ui/collapsible.d.ts +6 -6
  30. package/dist/components/ui/collapsible.d.ts.map +1 -1
  31. package/dist/components/ui/navigation-menu.d.ts +7 -7
  32. package/dist/components/ui/popover.d.ts +3 -3
  33. package/dist/components/ui/popover.d.ts.map +1 -1
  34. package/dist/components/ui/scroll-area.d.ts +4 -4
  35. package/dist/components/ui/tabs.d.ts +7 -7
  36. package/dist/layouts/docs/client.d.ts +7 -7
  37. package/dist/layouts/docs/client.d.ts.map +1 -1
  38. package/dist/layouts/docs/index.d.ts +2 -2
  39. package/dist/layouts/docs/index.d.ts.map +1 -1
  40. package/dist/layouts/docs/index.js +3 -3
  41. package/dist/layouts/docs/page/client.d.ts +7 -7
  42. package/dist/layouts/docs/page/client.d.ts.map +1 -1
  43. package/dist/layouts/docs/page/index.d.ts +5 -5
  44. package/dist/layouts/docs/sidebar.d.ts +17 -17
  45. package/dist/layouts/docs/sidebar.d.ts.map +1 -1
  46. package/dist/layouts/home/client.d.ts +3 -3
  47. package/dist/layouts/home/client.d.ts.map +1 -1
  48. package/dist/layouts/home/client.js +2 -2
  49. package/dist/layouts/home/index.d.ts +2 -2
  50. package/dist/layouts/home/navbar.d.ts +7 -7
  51. package/dist/layouts/home/navbar.d.ts.map +1 -1
  52. package/dist/layouts/notebook/client.d.ts +8 -8
  53. package/dist/layouts/notebook/client.d.ts.map +1 -1
  54. package/dist/layouts/notebook/index.d.ts +2 -2
  55. package/dist/layouts/notebook/index.d.ts.map +1 -1
  56. package/dist/layouts/notebook/index.js +2 -2
  57. package/dist/layouts/notebook/page/client.d.ts +7 -7
  58. package/dist/layouts/notebook/page/client.d.ts.map +1 -1
  59. package/dist/layouts/notebook/page/index.d.ts +5 -5
  60. package/dist/layouts/notebook/page/index.d.ts.map +1 -1
  61. package/dist/layouts/notebook/sidebar.d.ts +12 -12
  62. package/dist/layouts/notebook/sidebar.d.ts.map +1 -1
  63. package/dist/layouts/shared/index.d.ts +3 -3
  64. package/dist/layouts/shared/index.d.ts.map +1 -1
  65. package/dist/layouts/shared/language-toggle.d.ts +2 -2
  66. package/dist/layouts/shared/search-toggle.d.ts +3 -3
  67. package/dist/layouts/shared/theme-toggle.d.ts +2 -2
  68. package/dist/page.d.ts +3 -3
  69. package/dist/page.d.ts.map +1 -1
  70. package/dist/provider/base.d.ts +3 -3
  71. package/dist/provider/base.js +1 -1
  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/waku.d.ts +2 -2
  76. package/dist/provider/waku.d.ts.map +1 -1
  77. package/package.json +9 -9
@@ -1,5 +1,5 @@
1
1
  import { Accordion as Accordion$1, AccordionItem } from "./ui/accordion.js";
2
- import * as react_jsx_runtime11 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime9 from "react/jsx-runtime";
3
3
  import { ComponentProps, ReactNode } from "react";
4
4
 
5
5
  //#region src/components/accordion.d.ts
@@ -8,7 +8,7 @@ declare function Accordions({
8
8
  className,
9
9
  defaultValue,
10
10
  ...props
11
- }: ComponentProps<typeof Accordion$1>): react_jsx_runtime11.JSX.Element;
11
+ }: ComponentProps<typeof Accordion$1>): react_jsx_runtime9.JSX.Element;
12
12
  declare function Accordion({
13
13
  title,
14
14
  id,
@@ -18,7 +18,7 @@ declare function Accordion({
18
18
  }: Omit<ComponentProps<typeof AccordionItem>, 'value' | 'title'> & {
19
19
  title: string | ReactNode;
20
20
  value?: string;
21
- }): react_jsx_runtime11.JSX.Element;
21
+ }): react_jsx_runtime9.JSX.Element;
22
22
  //#endregion
23
23
  export { Accordion, Accordions };
24
24
  //# sourceMappingURL=accordion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"accordion.d.ts","names":[],"sources":["../../src/components/accordion.tsx"],"sourcesContent":[],"mappings":";;;;;iBAgBgB,UAAA;;;;;GAKb,sBAAsB,eAAK,mBAAA,CAAA,GAAA,CAAA;iBAiCd,SAAA;;;;;;GAMb,KAAK,sBAAsB;kBACZ;EA7CF,KAAA,CAAA,EAAA,MAAU;CACxB,CAAA,EA8CD,mBAAA,CAAA,GAAA,CAAA,OA9CC"}
1
+ {"version":3,"file":"accordion.d.ts","names":[],"sources":["../../src/components/accordion.tsx"],"sourcesContent":[],"mappings":";;;;;iBAgBgB,UAAA;;;;;GAKb,sBAAsB,eAAK,kBAAA,CAAA,GAAA,CAAA;iBAiCd,SAAA;;;;;;GAMb,KAAK,sBAAsB;kBACZ;EA7CF,KAAA,CAAA,EAAA,MAAU;CACxB,CAAA,EA8CD,kBAAA,CAAA,GAAA,CAAA,OA9CC"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime13 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 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_runtime13.JSX.Element | null;
32
+ }): react_jsx_runtime0.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,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime16 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime11 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_runtime16.JSX.Element;
12
+ } & Omit<CalloutContainerProps, 'title'>): react_jsx_runtime11.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_runtime16.JSX.Element;
30
+ }: CalloutContainerProps): react_jsx_runtime11.JSX.Element;
31
31
  declare function CalloutTitle({
32
32
  children,
33
33
  className,
34
34
  ...props
35
- }: ComponentProps<'p'>): react_jsx_runtime16.JSX.Element;
35
+ }: ComponentProps<'p'>): react_jsx_runtime11.JSX.Element;
36
36
  declare function CalloutDescription({
37
37
  children,
38
38
  className,
39
39
  ...props
40
- }: ComponentProps<'p'>): react_jsx_runtime16.JSX.Element;
40
+ }: ComponentProps<'p'>): react_jsx_runtime11.JSX.Element;
41
41
  //#endregion
42
42
  export { Callout, CalloutContainer, CalloutContainerProps, CalloutDescription, CalloutTitle, CalloutType };
43
43
  //# sourceMappingURL=callout.d.ts.map
@@ -1,8 +1,8 @@
1
- import * as react_jsx_runtime14 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime78 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_runtime14.JSX.Element;
5
+ declare function Cards(props: HTMLAttributes<HTMLDivElement>): react_jsx_runtime78.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_runtime14.JSX.Element;
18
+ }: CardProps): react_jsx_runtime78.JSX.Element;
19
19
  //#endregion
20
20
  export { Card, CardProps, Cards };
21
21
  //# sourceMappingURL=card.d.ts.map
@@ -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_runtime59 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_runtime59.JSX.Element;
40
40
  declare function CodeBlock({
41
41
  ref,
42
42
  title,
@@ -47,22 +47,22 @@ declare function CodeBlock({
47
47
  children,
48
48
  Actions,
49
49
  ...props
50
- }: CodeBlockProps): react_jsx_runtime23.JSX.Element;
50
+ }: CodeBlockProps): react_jsx_runtime59.JSX.Element;
51
51
  declare function CodeBlockTabs({
52
52
  ref,
53
53
  className,
54
54
  ...props
55
- }: ComponentProps<typeof Tabs>): react_jsx_runtime23.JSX.Element;
55
+ }: ComponentProps<typeof Tabs>): react_jsx_runtime59.JSX.Element;
56
56
  declare function CodeBlockTabsList({
57
57
  className,
58
58
  ...props
59
- }: ComponentProps<typeof TabsList>): react_jsx_runtime23.JSX.Element;
59
+ }: ComponentProps<typeof TabsList>): react_jsx_runtime59.JSX.Element;
60
60
  declare function CodeBlockTabsTrigger({
61
61
  children,
62
62
  className,
63
63
  ...props
64
- }: ComponentProps<typeof TabsTrigger>): react_jsx_runtime23.JSX.Element;
65
- declare function CodeBlockTab(props: ComponentProps<typeof TabsContent>): react_jsx_runtime23.JSX.Element;
64
+ }: ComponentProps<typeof TabsTrigger>): react_jsx_runtime59.JSX.Element;
65
+ declare function CodeBlockTab(props: ComponentProps<typeof TabsContent>): react_jsx_runtime59.JSX.Element;
66
66
  //#endregion
67
67
  export { CodeBlock, CodeBlockProps, CodeBlockTab, CodeBlockTabs, CodeBlockTabsList, CodeBlockTabsTrigger, Pre };
68
68
  //# sourceMappingURL=codeblock.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_runtime79 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
4
4
  import { ReactNode } from "react";
5
5
  import { AlgoliaOptions } from "@hanzo/docs-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_runtime79.JSX.Element;
36
+ }: AlgoliaSearchDialogProps): react_jsx_runtime19.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_runtime88 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime21 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_runtime88.JSX.Element;
41
+ }: DefaultSearchDialogProps): react_jsx_runtime21.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_runtime78 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime48 from "react/jsx-runtime";
4
4
  import { ReactNode } from "react";
5
5
  import { OramaCloudOptions } from "@hanzo/docs-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_runtime78.JSX.Element;
43
+ }: OramaSearchDialogProps): react_jsx_runtime48.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_runtime114 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
3
3
  import { ComponentProps, ReactNode } from "react";
4
4
  import { Dialog } from "@base-ui/react/dialog";
5
5
  import { HighlightedText, ReactSortedResult } from "@hanzo/docs-core/search";
@@ -28,24 +28,24 @@ declare function SearchDialog({
28
28
  isLoading,
29
29
  onSelect: onSelectProp,
30
30
  children
31
- }: SearchDialogProps): react_jsx_runtime114.JSX.Element;
32
- declare function SearchDialogHeader(props: ComponentProps<'div'>): react_jsx_runtime114.JSX.Element;
33
- declare function SearchDialogInput(props: ComponentProps<'input'>): react_jsx_runtime114.JSX.Element;
31
+ }: SearchDialogProps): react_jsx_runtime27.JSX.Element;
32
+ declare function SearchDialogHeader(props: ComponentProps<'div'>): react_jsx_runtime27.JSX.Element;
33
+ declare function SearchDialogInput(props: ComponentProps<'input'>): react_jsx_runtime27.JSX.Element;
34
34
  declare function SearchDialogClose({
35
35
  children,
36
36
  className,
37
37
  ...props
38
- }: ComponentProps<'button'>): react_jsx_runtime114.JSX.Element;
39
- declare function SearchDialogFooter(props: ComponentProps<'div'>): react_jsx_runtime114.JSX.Element;
38
+ }: ComponentProps<'button'>): react_jsx_runtime27.JSX.Element;
39
+ declare function SearchDialogFooter(props: ComponentProps<'div'>): react_jsx_runtime27.JSX.Element;
40
40
  declare function SearchDialogOverlay({
41
41
  className,
42
42
  ...props
43
- }: ComponentProps<typeof Dialog.Backdrop>): react_jsx_runtime114.JSX.Element;
43
+ }: ComponentProps<typeof Dialog.Backdrop>): react_jsx_runtime27.JSX.Element;
44
44
  declare function SearchDialogContent({
45
45
  children,
46
46
  className,
47
47
  ...props
48
- }: ComponentProps<typeof Dialog.Popup>): react_jsx_runtime114.JSX.Element;
48
+ }: ComponentProps<typeof Dialog.Popup>): react_jsx_runtime27.JSX.Element;
49
49
  declare function SearchDialogList({
50
50
  items,
51
51
  Empty,
@@ -64,7 +64,7 @@ declare function SearchDialogList({
64
64
  item: SearchItemType;
65
65
  onClick: () => void;
66
66
  }) => ReactNode;
67
- }): react_jsx_runtime114.JSX.Element;
67
+ }): react_jsx_runtime27.JSX.Element;
68
68
  declare function SearchDialogListItem({
69
69
  item,
70
70
  className,
@@ -74,8 +74,8 @@ declare function SearchDialogListItem({
74
74
  }: ComponentProps<'button'> & {
75
75
  renderHighlights?: typeof renderHighlights;
76
76
  item: SearchItemType;
77
- }): react_jsx_runtime114.JSX.Element;
78
- declare function SearchDialogIcon(props: ComponentProps<'svg'>): react_jsx_runtime114.JSX.Element;
77
+ }): react_jsx_runtime27.JSX.Element;
78
+ declare function SearchDialogIcon(props: ComponentProps<'svg'>): react_jsx_runtime27.JSX.Element;
79
79
  interface TagsListProps extends ComponentProps<'div'> {
80
80
  tag?: string;
81
81
  onTagChange: (tag: string | undefined) => void;
@@ -86,14 +86,14 @@ declare function TagsList({
86
86
  onTagChange,
87
87
  allowClear,
88
88
  ...props
89
- }: TagsListProps): react_jsx_runtime114.JSX.Element;
89
+ }: TagsListProps): react_jsx_runtime27.JSX.Element;
90
90
  declare function TagsListItem({
91
91
  value,
92
92
  className,
93
93
  ...props
94
94
  }: ComponentProps<'button'> & {
95
95
  value: string;
96
- }): react_jsx_runtime114.JSX.Element;
96
+ }): react_jsx_runtime27.JSX.Element;
97
97
  declare function renderHighlights(highlights: HighlightedText<ReactNode>[]): ReactNode;
98
98
  declare function useSearch(): {
99
99
  open: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"search.d.ts","names":[],"sources":["../../../src/components/dialog/search.tsx"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"search.d.ts","names":[],"sources":["../../../src/components/dialog/search.tsx"],"sourcesContent":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { CodeBlockProps } from "./codeblock.js";
2
- import * as react_jsx_runtime10 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime123 from "react/jsx-runtime";
3
3
  import { HighlightOptionsCommon, HighlightOptionsThemes } from "@hanzo/docs-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_runtime10.JSX.Element;
29
+ }: DynamicCodeblockProps): react_jsx_runtime123.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_runtime22 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime17 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_runtime22.JSX.Element>;
16
+ }): Promise<react_jsx_runtime17.JSX.Element>;
17
17
  //#endregion
18
18
  export { GithubInfo };
19
19
  //# sourceMappingURL=github-info.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { ImageProps } from "@hanzo/docs-core/framework";
2
- import * as react_jsx_runtime20 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime46 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_runtime20.JSX.Element;
22
+ }: ImageZoomProps): react_jsx_runtime46.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_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime42 from "react/jsx-runtime";
3
3
  import { ComponentProps } from "react";
4
4
  import { TOCItemType } from "@hanzo/docs-core/toc";
5
5
 
@@ -11,7 +11,7 @@ declare function InlineTOC({
11
11
  items,
12
12
  className,
13
13
  ...props
14
- }: InlineTocProps): react_jsx_runtime21.JSX.Element;
14
+ }: InlineTocProps): react_jsx_runtime42.JSX.Element;
15
15
  //#endregion
16
16
  export { InlineTOC, InlineTocProps };
17
17
  //# 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 "@hanzo/docs-core/link";
4
- import * as react_jsx_runtime45 from "react/jsx-runtime";
5
- import * as react3 from "react";
4
+ import * as react_jsx_runtime124 from "react/jsx-runtime";
5
+ import * as react16 from "react";
6
6
  import { ComponentProps, PointerEvent, ReactNode, RefObject } from "react";
7
7
 
8
8
  //#region src/components/sidebar/base.d.ts
@@ -39,12 +39,12 @@ interface SidebarProviderProps {
39
39
  children?: ReactNode;
40
40
  }
41
41
  type Mode = 'drawer' | 'full';
42
- declare const SidebarContext: react3.Context<SidebarContext | null>;
42
+ declare const SidebarContext: react16.Context<SidebarContext | null>;
43
43
  declare function SidebarProvider({
44
44
  defaultOpenLevel,
45
45
  prefetch,
46
46
  children
47
- }: SidebarProviderProps): react_jsx_runtime45.JSX.Element;
47
+ }: SidebarProviderProps): react_jsx_runtime124.JSX.Element;
48
48
  declare function useSidebar(): SidebarContext;
49
49
  declare function useFolder(): {
50
50
  open: boolean;
@@ -64,24 +64,24 @@ declare function SidebarContent({
64
64
  onPointerLeave: (event: PointerEvent) => void;
65
65
  }) => ReactNode;
66
66
  }): ReactNode;
67
- declare function SidebarDrawerOverlay(props: ComponentProps<'div'>): react_jsx_runtime45.JSX.Element | undefined;
67
+ declare function SidebarDrawerOverlay(props: ComponentProps<'div'>): react_jsx_runtime124.JSX.Element | undefined;
68
68
  declare function SidebarDrawerContent({
69
69
  className,
70
70
  children,
71
71
  ...props
72
- }: ComponentProps<'aside'>): react_jsx_runtime45.JSX.Element | undefined;
72
+ }: ComponentProps<'aside'>): react_jsx_runtime124.JSX.Element | undefined;
73
73
  declare function SidebarViewport({
74
74
  className,
75
75
  ...props
76
- }: ScrollAreaProps): react_jsx_runtime45.JSX.Element;
77
- declare function SidebarSeparator(props: ComponentProps<'p'>): react_jsx_runtime45.JSX.Element;
76
+ }: ScrollAreaProps): react_jsx_runtime124.JSX.Element;
77
+ declare function SidebarSeparator(props: ComponentProps<'p'>): react_jsx_runtime124.JSX.Element;
78
78
  declare function SidebarItem({
79
79
  icon,
80
80
  children,
81
81
  ...props
82
82
  }: LinkProps & {
83
83
  icon?: ReactNode;
84
- }): react_jsx_runtime45.JSX.Element;
84
+ }): react_jsx_runtime124.JSX.Element;
85
85
  declare function SidebarFolder({
86
86
  defaultOpen: defaultOpenProp,
87
87
  collapsible,
@@ -92,21 +92,21 @@ declare function SidebarFolder({
92
92
  active?: boolean;
93
93
  defaultOpen?: boolean;
94
94
  collapsible?: boolean;
95
- }): react_jsx_runtime45.JSX.Element;
95
+ }): react_jsx_runtime124.JSX.Element;
96
96
  declare function SidebarFolderTrigger({
97
97
  children,
98
98
  ...props
99
- }: CollapsibleTriggerProps): react_jsx_runtime45.JSX.Element;
99
+ }: CollapsibleTriggerProps): react_jsx_runtime124.JSX.Element;
100
100
  declare function SidebarFolderLink({
101
101
  children,
102
102
  ...props
103
- }: LinkProps): react_jsx_runtime45.JSX.Element;
104
- declare function SidebarFolderContent(props: CollapsibleContentProps): react_jsx_runtime45.JSX.Element;
103
+ }: LinkProps): react_jsx_runtime124.JSX.Element;
104
+ declare function SidebarFolderContent(props: CollapsibleContentProps): react_jsx_runtime124.JSX.Element;
105
105
  declare function SidebarTrigger({
106
106
  children,
107
107
  ...props
108
- }: ComponentProps<'button'>): react_jsx_runtime45.JSX.Element;
109
- declare function SidebarCollapseTrigger(props: ComponentProps<'button'>): react_jsx_runtime45.JSX.Element;
108
+ }: ComponentProps<'button'>): react_jsx_runtime124.JSX.Element;
109
+ declare function SidebarCollapseTrigger(props: ComponentProps<'button'>): react_jsx_runtime124.JSX.Element;
110
110
  //#endregion
111
111
  export { SidebarCollapseTrigger, SidebarContent, SidebarDrawerContent, SidebarDrawerOverlay, SidebarFolder, SidebarFolderContent, SidebarFolderLink, SidebarFolderTrigger, SidebarItem, SidebarProvider, SidebarProviderProps, SidebarSeparator, SidebarTrigger, SidebarViewport, base_d_exports, useFolder, useFolderDepth, useSidebar };
112
112
  //# sourceMappingURL=base.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","names":[],"sources":["../../../src/components/sidebar/base.tsx"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"base.d.ts","names":[],"sources":["../../../src/components/sidebar/base.tsx"],"sourcesContent":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { base_d_exports } from "./base.js";
2
- import * as react_jsx_runtime58 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
3
  import { HTMLAttributes } from "react";
4
4
  import { LinkItemType } from "@hanzo/docs-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_runtime58.JSX.Element;
21
+ }) => react_jsx_runtime18.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_runtime61 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime39 from "react/jsx-runtime";
3
3
  import { FC, ReactNode } from "react";
4
4
  import * as PageTree from "@hanzo/docs-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_runtime61.JSX.Element;
27
+ }: InternalComponents): (components: Partial<SidebarPageTreeComponents>) => react_jsx_runtime39.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_runtime39 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime80 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_runtime39.JSX.Element;
16
+ } & ComponentProps<'button'>): react_jsx_runtime80.JSX.Element;
17
17
  declare function isTabActive(tab: SidebarTab, pathname: string): boolean;
18
18
  //#endregion
19
19
  export { SidebarTabWithProps, SidebarTabsDropdown, isTabActive };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime34 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime40 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_runtime34.JSX.Element;
9
+ }): react_jsx_runtime40.JSX.Element;
10
10
  declare function Step({
11
11
  children
12
12
  }: {
13
13
  children: ReactNode;
14
- }): react_jsx_runtime34.JSX.Element;
14
+ }): react_jsx_runtime40.JSX.Element;
15
15
  //#endregion
16
16
  export { Step, Steps };
17
17
  //# sourceMappingURL=steps.d.ts.map
@@ -1,8 +1,8 @@
1
1
  import { Tabs as Tabs$1, TabsContent as TabsContent$1 } from "./ui/tabs.js";
2
- import * as react_jsx_runtime29 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime49 from "react/jsx-runtime";
3
3
  import * as React from "react";
4
4
  import { ComponentProps, ReactNode } from "react";
5
- import * as _base_ui_react0 from "@base-ui/react";
5
+ import * as _base_ui_react1 from "@base-ui/react";
6
6
 
7
7
  //#region src/components/tabs.d.ts
8
8
  interface TabsProps extends Omit<ComponentProps<typeof Tabs$1>, 'value' | 'onValueChange'> {
@@ -21,8 +21,8 @@ interface TabsProps extends Omit<ComponentProps<typeof Tabs$1>, 'value' | 'onVal
21
21
  */
22
22
  label?: ReactNode;
23
23
  }
24
- declare const TabsList: React.ForwardRefExoticComponent<Omit<_base_ui_react0.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
25
- declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<_base_ui_react0.TabsTabProps & React.RefAttributes<Element>, "ref"> & React.RefAttributes<Element>>;
24
+ declare const TabsList: React.ForwardRefExoticComponent<Omit<_base_ui_react1.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
25
+ declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<_base_ui_react1.TabsTabProps & React.RefAttributes<Element>, "ref"> & React.RefAttributes<Element>>;
26
26
  declare function Tabs({
27
27
  ref,
28
28
  className,
@@ -31,7 +31,7 @@ declare function Tabs({
31
31
  defaultIndex,
32
32
  defaultValue,
33
33
  ...props
34
- }: TabsProps): react_jsx_runtime29.JSX.Element;
34
+ }: TabsProps): react_jsx_runtime49.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_runtime29.JSX.Element;
44
+ }: TabProps): react_jsx_runtime49.JSX.Element;
45
45
  declare function TabsContent({
46
46
  value,
47
47
  className,
48
48
  ...props
49
- }: ComponentProps<typeof TabsContent$1>): react_jsx_runtime29.JSX.Element;
49
+ }: ComponentProps<typeof TabsContent$1>): react_jsx_runtime49.JSX.Element;
50
50
  //#endregion
51
51
  export { Tab, TabProps, Tabs, TabsContent, TabsList, TabsProps, TabsTrigger };
52
52
  //# sourceMappingURL=tabs.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime32 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime56 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_runtime32.JSX.Element;
36
+ }): react_jsx_runtime56.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_runtime109 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
2
2
  import { ComponentProps } from "react";
3
3
  import { Accordion as Accordion$1 } from "@base-ui/react/accordion";
4
4
 
@@ -6,26 +6,26 @@ import { Accordion as Accordion$1 } from "@base-ui/react/accordion";
6
6
  declare function Accordion({
7
7
  className,
8
8
  ...props
9
- }: ComponentProps<typeof Accordion$1.Root>): react_jsx_runtime109.JSX.Element;
9
+ }: ComponentProps<typeof Accordion$1.Root>): react_jsx_runtime22.JSX.Element;
10
10
  declare function AccordionItem({
11
11
  children,
12
12
  ...props
13
- }: ComponentProps<typeof Accordion$1.Item>): react_jsx_runtime109.JSX.Element;
13
+ }: ComponentProps<typeof Accordion$1.Item>): react_jsx_runtime22.JSX.Element;
14
14
  declare function AccordionHeader({
15
15
  className,
16
16
  children,
17
17
  ...props
18
- }: ComponentProps<typeof Accordion$1.Header>): react_jsx_runtime109.JSX.Element;
18
+ }: ComponentProps<typeof Accordion$1.Header>): react_jsx_runtime22.JSX.Element;
19
19
  declare function AccordionTrigger({
20
20
  className,
21
21
  children,
22
22
  ...props
23
- }: ComponentProps<typeof Accordion$1.Trigger>): react_jsx_runtime109.JSX.Element;
23
+ }: ComponentProps<typeof Accordion$1.Trigger>): react_jsx_runtime22.JSX.Element;
24
24
  declare function AccordionContent({
25
25
  className,
26
26
  children,
27
27
  ...props
28
- }: ComponentProps<typeof Accordion$1.Panel>): react_jsx_runtime109.JSX.Element;
28
+ }: ComponentProps<typeof Accordion$1.Panel>): react_jsx_runtime22.JSX.Element;
29
29
  //#endregion
30
30
  export { Accordion, AccordionContent, AccordionHeader, AccordionItem, AccordionTrigger };
31
31
  //# sourceMappingURL=accordion.d.ts.map