@theguild/components 8.0.0-alpha-20241120105145-cd16661303b7d080c2fd1c50e3ed8d407c9106f7 → 8.0.0-alpha-20241120110520-c3f9e095066787ab69ed8ccc219bf96e24afaae8

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 (37) hide show
  1. package/dist/components/cookies-consent.d.mts +2 -1
  2. package/dist/components/get-your-api-game-right-section.js +2 -2
  3. package/dist/components/hive-footer/contact-us.d.mts +5 -0
  4. package/dist/components/hive-footer/contact-us.js +21 -0
  5. package/dist/components/hive-footer/index.d.mts +16 -0
  6. package/dist/components/{hive-footer.js → hive-footer/index.js} +14 -27
  7. package/dist/components/hive-navigation/index.d.mts +6 -4
  8. package/dist/components/hive-navigation/index.js +33 -27
  9. package/dist/components/icons/index.d.mts +1 -1
  10. package/dist/components/icons/index.js +50 -52
  11. package/dist/components/index.d.mts +3 -4
  12. package/dist/components/index.js +2 -6
  13. package/dist/components/schema-type.js +1 -1
  14. package/dist/components/stud.d.mts +2 -1
  15. package/dist/index.d.mts +5 -7
  16. package/dist/index.js +3 -1
  17. package/dist/logos/guild.js +1 -1
  18. package/dist/logos/index.d.mts +20 -21
  19. package/dist/logos/index.js +16 -13
  20. package/dist/products.js +1 -3
  21. package/dist/server/index.d.mts +4 -3
  22. package/dist/server/index.js +2 -1
  23. package/dist/server/mdx-components.d.mts +182 -202
  24. package/dist/server/mdx-components.js +2 -1
  25. package/dist/server/next.config.js +16 -2
  26. package/dist/server/theme-layout.d.mts +7 -1
  27. package/dist/server/theme-layout.js +31 -15
  28. package/dist/types/components.d.mts +1 -6
  29. package/package.json +2 -2
  30. package/style.css +1 -31
  31. package/dist/components/footer.d.mts +0 -9
  32. package/dist/components/footer.js +0 -116
  33. package/dist/components/guild-navbar-logo.d.mts +0 -19
  34. package/dist/components/guild-navbar-logo.js +0 -62
  35. package/dist/components/hive-footer.d.mts +0 -12
  36. package/dist/helpers/render-slot.d.mts +0 -3
  37. package/dist/helpers/render-slot.js +0 -21
@@ -1,216 +1,196 @@
1
+ import * as next_image from 'next/image';
1
2
  import * as nextra from 'nextra';
2
3
  import * as nextra_components from 'nextra/components';
3
4
  import * as nextra_mdx_components_pre_index from 'nextra/mdx-components/pre/index';
4
- import * as next_image from 'next/image';
5
- import * as next_dist_shared_lib_get_img_props from 'next/dist/shared/lib/get-img-props';
6
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
7
6
  import * as react from 'react';
8
7
 
9
8
  declare const useMDXComponents: (components: object) => {
10
- a: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>;
11
- abbr?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
12
- address?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
13
- area?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>> | undefined;
14
- article?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
15
- aside?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
16
- audio?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>> | undefined;
17
- b?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
18
- base?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>> | undefined;
19
- bdi?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
20
- bdo?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
21
- big?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
22
- blockquote: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
23
- body?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>> | undefined;
24
- br?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLBRElement>, HTMLBRElement>> | undefined;
25
- button?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>> | undefined;
26
- canvas?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>> | undefined;
27
- caption?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
28
- center?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
29
- cite?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
30
- code: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | react.FC<react.ClassAttributes<HTMLElement> & react.HTMLAttributes<HTMLElement> & {
9
+ symbol?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGSymbolElement>, "ref">> | undefined;
10
+ object?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>, "ref">> | undefined;
11
+ map?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>, "ref">> | undefined;
12
+ filter?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFilterElement>, "ref">> | undefined;
13
+ footer?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
14
+ article?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
15
+ title?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>, "ref">> | undefined;
16
+ menu?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.MenuHTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
17
+ search?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
18
+ big?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
19
+ link?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>, "ref">> | undefined;
20
+ small?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
21
+ sub?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
22
+ sup?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
23
+ div?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">> | undefined;
24
+ slot?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>, "ref">> | undefined;
25
+ style?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>, "ref">> | undefined;
26
+ span?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">> | undefined;
27
+ button?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">> | undefined;
28
+ dialog?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>, "ref">> | undefined;
29
+ figure?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
30
+ form?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "ref">> | undefined;
31
+ main?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
32
+ menuitem?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
33
+ option?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>, "ref">> | undefined;
34
+ switch?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGSwitchElement>, "ref">> | undefined;
35
+ table: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref">> | (({ className, ...props }: Omit<react.DetailedHTMLProps<react.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref">) => react_jsx_runtime.JSX.Element);
36
+ text?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGTextElementAttributes<SVGTextElement>, "ref">> | undefined;
37
+ time?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>, "ref">> | undefined;
38
+ code: keyof react.JSX.IntrinsicElements | react.FC<react.ClassAttributes<HTMLElement> & react.HTMLAttributes<HTMLElement> & {
31
39
  "data-language"?: string;
32
- }>;
33
- col?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>> | undefined;
34
- colgroup?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>> | undefined;
35
- data?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>> | undefined;
36
- datalist?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>> | undefined;
37
- dd?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
38
- del?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.DelHTMLAttributes<HTMLModElement>, HTMLModElement>> | undefined;
39
- details: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>>;
40
- dfn?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
41
- dialog?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>> | undefined;
42
- div?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>> | undefined;
43
- dl?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDListElement>, HTMLDListElement>> | undefined;
44
- dt?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
45
- em?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
46
- embed?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>> | undefined;
47
- fieldset?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>> | undefined;
48
- figcaption?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
49
- figure?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
50
- footer?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
51
- form?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>> | undefined;
52
- h1: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
53
- h2: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
54
- h3: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
55
- h4: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
56
- h5: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
57
- h6: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
58
- head?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>> | undefined;
59
- header?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
60
- hgroup?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
61
- hr: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHRElement>, HTMLHRElement>> | ((props: react.DetailedHTMLProps<react.HTMLAttributes<HTMLHRElement>, HTMLHRElement>) => react_jsx_runtime.JSX.Element);
62
- html?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>> | undefined;
63
- i?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
64
- iframe?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>> | undefined;
65
- img: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>> | ((props: react.DetailedHTMLProps<react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>) => react.ReactElement<Omit<react.DetailedHTMLProps<react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref" | "src" | "height" | "width" | "loading" | "alt" | "srcSet"> & {
66
- src: string | next_dist_shared_lib_get_img_props.StaticImport;
67
- alt: string;
68
- width?: number | `${number}`;
69
- height?: number | `${number}`;
70
- fill?: boolean;
71
- loader?: next_image.ImageLoader;
72
- quality?: number | `${number}`;
73
- priority?: boolean;
74
- loading?: "eager" | "lazy" | undefined;
75
- placeholder?: next_dist_shared_lib_get_img_props.PlaceholderValue;
76
- blurDataURL?: string;
77
- unoptimized?: boolean;
78
- overrideSrc?: string;
79
- onLoadingComplete?: next_dist_shared_lib_get_img_props.OnLoadingComplete;
80
- layout?: string;
81
- objectFit?: string;
82
- objectPosition?: string;
83
- lazyBoundary?: string;
84
- lazyRoot?: string;
85
- } & react.RefAttributes<HTMLImageElement | null>, string | react.JSXElementConstructor<any>>);
86
- input?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>> | undefined;
87
- ins?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.InsHTMLAttributes<HTMLModElement>, HTMLModElement>> | undefined;
88
- kbd?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
89
- keygen?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.KeygenHTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
90
- label?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>> | undefined;
91
- legend?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>> | undefined;
92
- li: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>> | ((props: react.DetailedHTMLProps<react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>) => react_jsx_runtime.JSX.Element);
93
- link?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>> | undefined;
94
- main?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
95
- map?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>> | undefined;
96
- mark?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
97
- menu?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.MenuHTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
98
- menuitem?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
99
- meta?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>> | undefined;
100
- meter?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>> | undefined;
101
- nav?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
102
- noindex?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
103
- noscript?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
104
- object?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>> | undefined;
105
- ol: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>> | ((props: react.DetailedHTMLProps<react.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>) => react_jsx_runtime.JSX.Element);
106
- optgroup?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>> | undefined;
107
- option?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>> | undefined;
108
- output?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>> | undefined;
109
- p: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>> | ((props: react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>) => react_jsx_runtime.JSX.Element);
110
- param?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>> | undefined;
111
- picture?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
112
- pre: keyof react.JSX.IntrinsicElements | react.FC<nextra_mdx_components_pre_index.PreProps> | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLPreElement>, HTMLPreElement>>;
113
- progress?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>> | undefined;
114
- q?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>> | undefined;
115
- rp?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
116
- rt?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
117
- ruby?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
118
- s?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
119
- samp?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
120
- search?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
121
- slot?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>> | undefined;
122
- script?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>> | undefined;
123
- section?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
124
- select?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>> | undefined;
125
- small?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
126
- source?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>> | undefined;
127
- span?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>> | undefined;
128
- strong?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
129
- style?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>> | undefined;
130
- sub?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
131
- summary: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | typeof nextra_components.Summary;
132
- sup?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
133
- table: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>> | (({ className, ...props }: react.DetailedHTMLProps<react.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>) => react_jsx_runtime.JSX.Element);
134
- template?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>> | undefined;
135
- tbody?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>> | undefined;
136
- td: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>>;
137
- textarea?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>> | undefined;
138
- tfoot?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>> | undefined;
139
- th: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>>;
140
- thead?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>> | undefined;
141
- time?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>> | undefined;
142
- title?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>> | undefined;
143
- tr: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>>;
144
- track?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>> | undefined;
145
- u?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
146
- ul: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLUListElement>, HTMLUListElement>> | ((props: react.DetailedHTMLProps<react.HTMLAttributes<HTMLUListElement>, HTMLUListElement>) => react_jsx_runtime.JSX.Element);
147
- var?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
148
- video?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>> | undefined;
149
- wbr?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
150
- webview?: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>> | undefined;
151
- svg?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGSVGElement>> | undefined;
152
- animate?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGElement>> | undefined;
153
- animateMotion?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGElement>> | undefined;
154
- animateTransform?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGElement>> | undefined;
155
- circle?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGCircleElement>> | undefined;
156
- clipPath?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGClipPathElement>> | undefined;
157
- defs?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGDefsElement>> | undefined;
158
- desc?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGDescElement>> | undefined;
159
- ellipse?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGEllipseElement>> | undefined;
160
- feBlend?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEBlendElement>> | undefined;
161
- feColorMatrix?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEColorMatrixElement>> | undefined;
162
- feComponentTransfer?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEComponentTransferElement>> | undefined;
163
- feComposite?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFECompositeElement>> | undefined;
164
- feConvolveMatrix?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEConvolveMatrixElement>> | undefined;
165
- feDiffuseLighting?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEDiffuseLightingElement>> | undefined;
166
- feDisplacementMap?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEDisplacementMapElement>> | undefined;
167
- feDistantLight?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEDistantLightElement>> | undefined;
168
- feDropShadow?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEDropShadowElement>> | undefined;
169
- feFlood?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEFloodElement>> | undefined;
170
- feFuncA?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEFuncAElement>> | undefined;
171
- feFuncB?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEFuncBElement>> | undefined;
172
- feFuncG?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEFuncGElement>> | undefined;
173
- feFuncR?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEFuncRElement>> | undefined;
174
- feGaussianBlur?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEGaussianBlurElement>> | undefined;
175
- feImage?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEImageElement>> | undefined;
176
- feMerge?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEMergeElement>> | undefined;
177
- feMergeNode?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEMergeNodeElement>> | undefined;
178
- feMorphology?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEMorphologyElement>> | undefined;
179
- feOffset?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEOffsetElement>> | undefined;
180
- fePointLight?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFEPointLightElement>> | undefined;
181
- feSpecularLighting?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFESpecularLightingElement>> | undefined;
182
- feSpotLight?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFESpotLightElement>> | undefined;
183
- feTile?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFETileElement>> | undefined;
184
- feTurbulence?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFETurbulenceElement>> | undefined;
185
- filter?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGFilterElement>> | undefined;
186
- foreignObject?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGForeignObjectElement>> | undefined;
187
- g?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGGElement>> | undefined;
188
- image?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGImageElement>> | undefined;
189
- line?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGLineElementAttributes<SVGLineElement>> | undefined;
190
- linearGradient?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGLinearGradientElement>> | undefined;
191
- marker?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGMarkerElement>> | undefined;
192
- mask?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGMaskElement>> | undefined;
193
- metadata?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGMetadataElement>> | undefined;
194
- mpath?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGElement>> | undefined;
195
- path?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGPathElement>> | undefined;
196
- pattern?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGPatternElement>> | undefined;
197
- polygon?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGPolygonElement>> | undefined;
198
- polyline?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGPolylineElement>> | undefined;
199
- radialGradient?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGRadialGradientElement>> | undefined;
200
- rect?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGRectElement>> | undefined;
201
- set?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGSetElement>> | undefined;
202
- stop?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGStopElement>> | undefined;
203
- switch?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGSwitchElement>> | undefined;
204
- symbol?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGSymbolElement>> | undefined;
205
- text?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGTextElementAttributes<SVGTextElement>> | undefined;
206
- textPath?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGTextPathElement>> | undefined;
207
- tspan?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGTSpanElement>> | undefined;
208
- use?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGUseElement>> | undefined;
209
- view?: keyof react.JSX.IntrinsicElements | react.FC<react.SVGProps<SVGViewElement>> | undefined;
40
+ }> | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">>;
41
+ path?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGPathElement>, "ref">> | undefined;
42
+ set?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGSetElement>, "ref">> | undefined;
43
+ a: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">>;
44
+ abbr?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
45
+ address?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
46
+ area?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>, "ref">> | undefined;
47
+ aside?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
48
+ audio?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>, "ref">> | undefined;
49
+ b?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
50
+ base?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>, "ref">> | undefined;
51
+ bdi?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
52
+ bdo?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
53
+ blockquote: keyof react.JSX.IntrinsicElements | react.FunctionComponent<react.DetailedHTMLProps<react.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>> | react.FC<Omit<react.DetailedHTMLProps<react.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, "ref">>;
54
+ body?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>, "ref">> | undefined;
55
+ br?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLBRElement>, HTMLBRElement>, "ref">> | undefined;
56
+ canvas?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>, "ref">> | undefined;
57
+ caption?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
58
+ center?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
59
+ cite?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
60
+ col?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, "ref">> | undefined;
61
+ colgroup?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, "ref">> | undefined;
62
+ data?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>, "ref">> | undefined;
63
+ datalist?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>, "ref">> | undefined;
64
+ dd?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
65
+ del?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.DelHTMLAttributes<HTMLModElement>, HTMLModElement>, "ref">> | undefined;
66
+ details: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>> | react.FC<Omit<react.DetailedHTMLProps<react.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>, "ref">>;
67
+ dfn?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
68
+ dl?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDListElement>, HTMLDListElement>, "ref">> | undefined;
69
+ dt?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
70
+ em?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
71
+ embed?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>, "ref">> | undefined;
72
+ fieldset?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, "ref">> | undefined;
73
+ figcaption?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
74
+ h1: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>> | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
75
+ h2: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>> | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
76
+ h3: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>> | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
77
+ h4: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>> | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
78
+ h5: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>> | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
79
+ h6: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>> | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
80
+ head?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>, "ref">> | undefined;
81
+ header?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
82
+ hgroup?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
83
+ hr: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref">> | ((props: Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref">) => react_jsx_runtime.JSX.Element);
84
+ html?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>, "ref">> | undefined;
85
+ i?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
86
+ iframe?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, "ref">> | undefined;
87
+ input?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">> | undefined;
88
+ ins?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.InsHTMLAttributes<HTMLModElement>, HTMLModElement>, "ref">> | undefined;
89
+ kbd?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
90
+ keygen?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.KeygenHTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
91
+ label?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref">> | undefined;
92
+ legend?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, "ref">> | undefined;
93
+ li: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref">> | ((props: Omit<react.DetailedHTMLProps<react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref">) => react_jsx_runtime.JSX.Element);
94
+ mark?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
95
+ meta?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>, "ref">> | undefined;
96
+ meter?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>, "ref">> | undefined;
97
+ nav?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
98
+ noindex?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
99
+ noscript?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
100
+ ol: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "ref">> | ((props: Omit<react.DetailedHTMLProps<react.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "ref">) => react_jsx_runtime.JSX.Element);
101
+ optgroup?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>, "ref">> | undefined;
102
+ output?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>, "ref">> | undefined;
103
+ p: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">> | ((props: Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">) => react_jsx_runtime.JSX.Element);
104
+ param?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>, "ref">> | undefined;
105
+ picture?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
106
+ pre: keyof react.JSX.IntrinsicElements | react.FC<nextra_mdx_components_pre_index.PreProps> | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLPreElement>, HTMLPreElement>, "ref">>;
107
+ progress?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>, "ref">> | undefined;
108
+ q?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, "ref">> | undefined;
109
+ rp?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
110
+ rt?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
111
+ ruby?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
112
+ s?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
113
+ samp?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
114
+ script?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>, "ref">> | undefined;
115
+ section?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
116
+ select?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, "ref">> | undefined;
117
+ source?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>, "ref">> | undefined;
118
+ strong?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
119
+ summary: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | typeof nextra_components.Summary;
120
+ template?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>, "ref">> | undefined;
121
+ tbody?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref">> | undefined;
122
+ td: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>> | react.FC<Omit<react.DetailedHTMLProps<react.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "ref">>;
123
+ textarea?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref">> | undefined;
124
+ tfoot?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref">> | undefined;
125
+ th: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>> | react.FC<Omit<react.DetailedHTMLProps<react.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, "ref">>;
126
+ thead?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref">> | undefined;
127
+ tr: keyof react.JSX.IntrinsicElements | react.FC<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>> | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref">>;
128
+ track?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>, "ref">> | undefined;
129
+ u?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
130
+ ul: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref">> | ((props: Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref">) => react_jsx_runtime.JSX.Element);
131
+ var?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
132
+ video?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, "ref">> | undefined;
133
+ wbr?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref">> | undefined;
134
+ webview?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.DetailedHTMLProps<react.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>, "ref">> | undefined;
135
+ svg?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGSVGElement>, "ref">> | undefined;
136
+ animate?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGElement>, "ref">> | undefined;
137
+ animateMotion?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGElement>, "ref">> | undefined;
138
+ animateTransform?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGElement>, "ref">> | undefined;
139
+ circle?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGCircleElement>, "ref">> | undefined;
140
+ clipPath?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGClipPathElement>, "ref">> | undefined;
141
+ defs?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGDefsElement>, "ref">> | undefined;
142
+ desc?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGDescElement>, "ref">> | undefined;
143
+ ellipse?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGEllipseElement>, "ref">> | undefined;
144
+ feBlend?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEBlendElement>, "ref">> | undefined;
145
+ feColorMatrix?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEColorMatrixElement>, "ref">> | undefined;
146
+ feComponentTransfer?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEComponentTransferElement>, "ref">> | undefined;
147
+ feComposite?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFECompositeElement>, "ref">> | undefined;
148
+ feConvolveMatrix?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEConvolveMatrixElement>, "ref">> | undefined;
149
+ feDiffuseLighting?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEDiffuseLightingElement>, "ref">> | undefined;
150
+ feDisplacementMap?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEDisplacementMapElement>, "ref">> | undefined;
151
+ feDistantLight?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEDistantLightElement>, "ref">> | undefined;
152
+ feDropShadow?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEDropShadowElement>, "ref">> | undefined;
153
+ feFlood?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEFloodElement>, "ref">> | undefined;
154
+ feFuncA?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEFuncAElement>, "ref">> | undefined;
155
+ feFuncB?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEFuncBElement>, "ref">> | undefined;
156
+ feFuncG?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEFuncGElement>, "ref">> | undefined;
157
+ feFuncR?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEFuncRElement>, "ref">> | undefined;
158
+ feGaussianBlur?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEGaussianBlurElement>, "ref">> | undefined;
159
+ feImage?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEImageElement>, "ref">> | undefined;
160
+ feMerge?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEMergeElement>, "ref">> | undefined;
161
+ feMergeNode?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEMergeNodeElement>, "ref">> | undefined;
162
+ feMorphology?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEMorphologyElement>, "ref">> | undefined;
163
+ feOffset?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEOffsetElement>, "ref">> | undefined;
164
+ fePointLight?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFEPointLightElement>, "ref">> | undefined;
165
+ feSpecularLighting?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFESpecularLightingElement>, "ref">> | undefined;
166
+ feSpotLight?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFESpotLightElement>, "ref">> | undefined;
167
+ feTile?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFETileElement>, "ref">> | undefined;
168
+ feTurbulence?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGFETurbulenceElement>, "ref">> | undefined;
169
+ foreignObject?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGForeignObjectElement>, "ref">> | undefined;
170
+ g?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGGElement>, "ref">> | undefined;
171
+ image?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGImageElement>, "ref">> | undefined;
172
+ line?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGLineElementAttributes<SVGLineElement>, "ref">> | undefined;
173
+ linearGradient?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGLinearGradientElement>, "ref">> | undefined;
174
+ marker?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGMarkerElement>, "ref">> | undefined;
175
+ mask?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGMaskElement>, "ref">> | undefined;
176
+ metadata?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGMetadataElement>, "ref">> | undefined;
177
+ mpath?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGElement>, "ref">> | undefined;
178
+ pattern?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGPatternElement>, "ref">> | undefined;
179
+ polygon?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGPolygonElement>, "ref">> | undefined;
180
+ polyline?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGPolylineElement>, "ref">> | undefined;
181
+ radialGradient?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGRadialGradientElement>, "ref">> | undefined;
182
+ rect?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGRectElement>, "ref">> | undefined;
183
+ stop?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGStopElement>, "ref">> | undefined;
184
+ textPath?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGTextPathElement>, "ref">> | undefined;
185
+ tspan?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGTSpanElement>, "ref">> | undefined;
186
+ use?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGUseElement>, "ref">> | undefined;
187
+ view?: keyof react.JSX.IntrinsicElements | react.FC<Omit<react.SVGProps<SVGViewElement>, "ref">> | undefined;
210
188
  wrapper: nextra.MDXWrapper | (({ toc, children, ...props }: {
211
189
  toc: nextra.Heading[];
212
190
  children: react.ReactNode;
213
- } & nextra.PageOpts) => react_jsx_runtime.JSX.Element);
191
+ metadata: nextra.NextraMetadata;
192
+ }) => react_jsx_runtime.JSX.Element);
193
+ img: react.FC<next_image.ImageProps>;
214
194
  };
215
195
 
216
196
  export { useMDXComponents };
@@ -3,6 +3,7 @@ import fs from "fs/promises";
3
3
  import path from "path";
4
4
  import clsx from "clsx";
5
5
  import { useMDXComponents as getDocsMDXComponents } from "nextra-theme-docs";
6
+ import { addBasePath } from "next/dist/client/add-base-path";
6
7
  const docsComponents = getDocsMDXComponents({
7
8
  async source({ src, type, ...props }) {
8
9
  if (!src) {
@@ -24,7 +25,7 @@ const docsComponents = getDocsMDXComponents({
24
25
  if (ext === "mov") {
25
26
  ext = "quicktime";
26
27
  }
27
- return /* @__PURE__ */ jsx("source", { ...props, src, type: type || `video/${ext}` });
28
+ return /* @__PURE__ */ jsx("source", { ...props, src: addBasePath(src), type: type || `video/${ext}` });
28
29
  },
29
30
  video: ({ className, children, ...props }) => /* @__PURE__ */ jsxs("video", { className: clsx("mt-6 w-full", className), autoPlay: true, loop: true, muted: true, ...props, children: [
30
31
  children,
@@ -5,10 +5,21 @@ import nextBundleAnalyzer from "@next/bundle-analyzer";
5
5
  import { applyUnderscoreRedirects } from "./underscore-redirects.js";
6
6
  const warnings = /* @__PURE__ */ new Set();
7
7
  const require2 = createRequire(import.meta.url);
8
- const rehypeCheckFrontMatter = () => (_ast, file) => {
8
+ function getFrontMatterASTObject(node) {
9
+ const [n] = node.data.estree.body;
10
+ return n.declaration.declarations[0].init.properties;
11
+ }
12
+ function isExportNode(node, varName) {
13
+ if (node.type !== "mdxjsEsm") return false;
14
+ const [n] = node.data.estree.body;
15
+ if (n.type !== "ExportNamedDeclaration") return false;
16
+ const name = n.declaration?.declarations?.[0].id.name;
17
+ if (!name) return false;
18
+ return name === varName;
19
+ }
20
+ const rehypeCheckFrontMatter = () => (ast, file) => {
9
21
  const [filePath] = file.history;
10
22
  if (!filePath) return;
11
- const { description } = file.data.frontMatter;
12
23
  const relativePath = path.relative(process.cwd(), filePath);
13
24
  const fileName = path.parse(relativePath).name;
14
25
  const isPage = relativePath.startsWith("app/") && fileName === "page" || relativePath.startsWith("/content/");
@@ -20,6 +31,9 @@ const rehypeCheckFrontMatter = () => (_ast, file) => {
20
31
  console.warn(msg);
21
32
  }
22
33
  }
34
+ const frontMatterNode = ast.children.find((node) => isExportNode(node, "metadata"));
35
+ const frontMatter = getFrontMatterASTObject(frontMatterNode);
36
+ const description = frontMatter.find((o) => o.key.value === "description")?.value.value;
23
37
  if (!description) {
24
38
  warnOnce("The description is missing");
25
39
  } else if (description.length > 160) {
@@ -2,9 +2,15 @@ import { FC, ReactNode, ComponentProps } from 'react';
2
2
  import { Metadata } from 'next';
3
3
  import { Navbar, Layout } from 'nextra-theme-docs';
4
4
  import { Head } from 'nextra/components';
5
+ import { HiveNavigation } from '../components/hive-navigation/index.mjs';
6
+ import 'react/jsx-runtime';
7
+ import '../components/hive-navigation/graphql-conf-card.mjs';
8
+ import 'next/image';
5
9
 
6
10
  type LP = ComponentProps<typeof Layout>;
7
11
  type LayoutProps = Omit<LP, 'navbar' | 'footer' | 'children' | 'docsRepositoryBase' | 'pageMap'> & Partial<Pick<LP, 'navbar' | 'footer' | 'pageMap'>> & Required<Pick<LP, 'docsRepositoryBase'>>;
12
+ type NP = ComponentProps<typeof HiveNavigation>;
13
+ type NavbarProps = Omit<NP, 'productName'> & Partial<Pick<NP, 'productName'>>;
8
14
  declare const GuildLayout: FC<{
9
15
  children: ReactNode;
10
16
  websiteName: string;
@@ -28,7 +34,7 @@ declare const GuildLayout: FC<{
28
34
  /**
29
35
  * Nextra's Docs Theme `<Navbar>` component props
30
36
  */
31
- navbarProps?: LayoutProps;
37
+ navbarProps?: NavbarProps;
32
38
  }>;
33
39
  declare function getDefaultMetadata({ websiteName, description, productName, ...additionalMetadata }: {
34
40
  description?: string;