@stainless-api/docs-ui 0.1.0-beta.4 → 0.1.0-beta.40

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 (188) hide show
  1. package/dist/breadcrumbs-CZg0Fk4V.d.ts +20 -0
  2. package/dist/chunk-Bf_Gc_jT.js +18 -0
  3. package/dist/component-generics-BLXXX1dz.d.ts +30 -0
  4. package/dist/component-generics-D3ybuN5r.js +45 -0
  5. package/dist/components/breadcrumbs.d.ts +2 -0
  6. package/dist/components/breadcrumbs.js +15 -0
  7. package/dist/components/icons.d.ts +50 -0
  8. package/dist/components/icons.js +3 -0
  9. package/dist/components/index.d.ts +11 -0
  10. package/dist/components/index.js +15 -0
  11. package/dist/components/method.d.ts +2 -0
  12. package/dist/components/method.js +15 -0
  13. package/dist/components/overview.d.ts +2 -0
  14. package/dist/components/overview.js +15 -0
  15. package/dist/components/primitives.d.ts +2 -0
  16. package/dist/components/primitives.js +15 -0
  17. package/dist/components/properties.d.ts +2 -0
  18. package/dist/components/properties.js +15 -0
  19. package/dist/components/sdk.d.ts +3 -0
  20. package/dist/components/sdk.js +15 -0
  21. package/dist/components/sidebar.d.ts +2 -0
  22. package/dist/components/sidebar.js +15 -0
  23. package/dist/components/snippets.d.ts +4 -0
  24. package/dist/components/snippets.js +15 -0
  25. package/dist/contexts/component-generics.d.ts +2 -0
  26. package/dist/contexts/component-generics.js +3 -0
  27. package/dist/contexts/component-types.d.ts +17 -0
  28. package/dist/contexts/component-types.js +0 -0
  29. package/dist/contexts/component.d.ts +30 -0
  30. package/dist/contexts/component.js +15 -0
  31. package/dist/contexts/docs.d.ts +2 -0
  32. package/dist/contexts/docs.js +3 -0
  33. package/dist/contexts/index.d.ts +19 -0
  34. package/dist/contexts/index.js +15 -0
  35. package/dist/contexts/markdown.d.ts +2 -0
  36. package/dist/contexts/markdown.js +4 -0
  37. package/dist/contexts/navigation.d.ts +3 -0
  38. package/dist/contexts/navigation.js +3 -0
  39. package/dist/contexts/search.d.ts +4 -0
  40. package/dist/contexts/search.js +15 -0
  41. package/dist/contexts/use-components.d.ts +15 -0
  42. package/dist/contexts/use-components.js +4 -0
  43. package/dist/contexts-B-OYzYpz.js +3837 -0
  44. package/dist/docs-BeJaKOCE.d.ts +46 -0
  45. package/dist/docs-CopwX9a7.js +54 -0
  46. package/dist/icons-yb-Jhkmg.js +753 -0
  47. package/dist/index-CBi59jcw.d.ts +240 -0
  48. package/dist/index-DT1wzg21.d.ts +15 -0
  49. package/dist/index-DteYqCJO.d.ts +14 -0
  50. package/dist/index.d.ts +21 -0
  51. package/dist/index.js +15 -7542
  52. package/dist/languages/go.d.ts +12 -0
  53. package/dist/languages/go.js +15 -0
  54. package/dist/languages/http.d.ts +12 -0
  55. package/dist/languages/http.js +15 -0
  56. package/dist/languages/index.d.ts +12 -0
  57. package/dist/languages/index.js +15 -0
  58. package/dist/languages/java.d.ts +12 -0
  59. package/dist/languages/java.js +15 -0
  60. package/dist/languages/python.d.ts +12 -0
  61. package/dist/languages/python.js +15 -0
  62. package/dist/languages/ruby.d.ts +12 -0
  63. package/dist/languages/ruby.js +15 -0
  64. package/dist/languages/typescript.d.ts +12 -0
  65. package/dist/languages/typescript.js +15 -0
  66. package/dist/markdown/index.d.ts +12 -0
  67. package/dist/markdown/index.js +15 -0
  68. package/dist/markdown/md.d.ts +15 -0
  69. package/dist/markdown/md.js +3 -0
  70. package/dist/markdown/utils.d.ts +4 -0
  71. package/dist/markdown/utils.js +3 -0
  72. package/dist/markdown-DTVxnxGP.d.ts +22 -0
  73. package/dist/markdown-Diyg-eof.js +48 -0
  74. package/dist/md-DxiV1_vy.js +41 -0
  75. package/dist/method-DHjDGGA_.d.ts +71 -0
  76. package/dist/navigation-CGr5_w6z.js +24 -0
  77. package/dist/navigation-rt_B_1lt.d.ts +29 -0
  78. package/dist/overview-CKJV2xUO.d.ts +39 -0
  79. package/dist/pagefind-BaK1krMe.js +15 -0
  80. package/dist/primitives-CiVFjnRA.d.ts +99 -0
  81. package/dist/properties-Z45x-uLZ.d.ts +46 -0
  82. package/dist/routing-DNN8R6bZ.d.ts +54 -0
  83. package/dist/routing-qs2YNG9o.js +189 -0
  84. package/dist/routing.d.ts +2 -0
  85. package/dist/routing.js +3 -180
  86. package/dist/sdk-DDWWoPPD.d.ts +119 -0
  87. package/dist/search/index.d.ts +26 -0
  88. package/dist/search/index.js +334 -0
  89. package/dist/search/providers/algolia.d.ts +24 -0
  90. package/dist/search/providers/algolia.js +15 -0
  91. package/dist/search/providers/fuse.d.ts +18 -0
  92. package/dist/search/providers/fuse.js +30 -0
  93. package/dist/search/providers/pagefind.d.ts +7 -0
  94. package/dist/search/providers/pagefind.js +3 -0
  95. package/dist/search/providers/walker.d.ts +9 -0
  96. package/dist/search/providers/walker.js +34 -0
  97. package/dist/search/types.d.ts +3 -0
  98. package/dist/search/types.js +3 -0
  99. package/dist/search-CCDWCiAd.d.ts +21 -0
  100. package/dist/sidebar-DrtsF85U.d.ts +36 -0
  101. package/dist/snippets-B2EEG7AK.d.ts +46 -0
  102. package/dist/spec.d.ts +65 -0
  103. package/dist/spec.js +167 -0
  104. package/dist/style-BhhgPVF6.js +165 -0
  105. package/dist/style-p4qTfnmO.d.ts +164 -0
  106. package/dist/style.d.ts +2 -0
  107. package/dist/style.js +3 -0
  108. package/dist/styles/main.css +724 -754
  109. package/dist/styles/main.js +0 -0
  110. package/dist/styles/primitives.css +287 -466
  111. package/dist/styles/primitives.js +0 -0
  112. package/dist/styles/resets.css +31 -41
  113. package/dist/styles/resets.js +0 -0
  114. package/dist/styles/search.css +175 -274
  115. package/dist/styles/search.js +0 -0
  116. package/dist/styles/sidebar.css +59 -60
  117. package/dist/styles/sidebar.js +0 -0
  118. package/dist/styles/variables.css +26 -89
  119. package/dist/styles/variables.js +0 -0
  120. package/dist/styles.css +1753 -0
  121. package/dist/styles.mjs +1 -0
  122. package/dist/types-DNSz4kuM.d.ts +83 -0
  123. package/dist/types-__XoFvJ_.js +34 -0
  124. package/dist/use-components-BHEwm0mE.js +7 -0
  125. package/dist/utils-CA3mYNaX.d.ts +21 -0
  126. package/dist/utils-D43p_yTd.d.ts +14 -0
  127. package/dist/utils-FnJ4tyuN.js +32 -0
  128. package/dist/utils-Jo_o4DX9.js +31 -0
  129. package/dist/utils.d.ts +2 -0
  130. package/dist/utils.js +4 -0
  131. package/package.json +84 -19
  132. package/dist/mcp.js +0 -16003
  133. package/dist/styles/snippets.css +0 -132
  134. package/src/components/breadcrumbs.tsx +0 -94
  135. package/src/components/chat.tsx +0 -154
  136. package/src/components/dropdown.tsx +0 -91
  137. package/src/components/icons.tsx +0 -584
  138. package/src/components/index.ts +0 -9
  139. package/src/components/method.tsx +0 -144
  140. package/src/components/overview.tsx +0 -159
  141. package/src/components/primitives.tsx +0 -284
  142. package/src/components/properties.tsx +0 -130
  143. package/src/components/scripts/dropdown.ts +0 -78
  144. package/src/components/sdk.tsx +0 -402
  145. package/src/components/sidebar.tsx +0 -99
  146. package/src/components/snippets.tsx +0 -179
  147. package/src/contexts/component-generics.tsx +0 -48
  148. package/src/contexts/component-types.tsx +0 -5
  149. package/src/contexts/component.tsx +0 -32
  150. package/src/contexts/docs.tsx +0 -75
  151. package/src/contexts/index.tsx +0 -17
  152. package/src/contexts/markdown.tsx +0 -43
  153. package/src/contexts/navigation.tsx +0 -44
  154. package/src/contexts/search.tsx +0 -28
  155. package/src/contexts/use-components.tsx +0 -4
  156. package/src/index.ts +0 -6
  157. package/src/languages/go.tsx +0 -281
  158. package/src/languages/http.tsx +0 -321
  159. package/src/languages/index.ts +0 -26
  160. package/src/languages/java.tsx +0 -358
  161. package/src/languages/python.tsx +0 -255
  162. package/src/languages/ruby.tsx +0 -320
  163. package/src/languages/typescript.tsx +0 -393
  164. package/src/markdown/index.ts +0 -107
  165. package/src/markdown/md.ts +0 -45
  166. package/src/markdown/utils.ts +0 -49
  167. package/src/routing.ts +0 -238
  168. package/src/search/form.tsx +0 -127
  169. package/src/search/index.tsx +0 -1
  170. package/src/search/indexer.ts +0 -246
  171. package/src/search/mcp.ts +0 -61
  172. package/src/search/printer.tsx +0 -86
  173. package/src/search/providers/algolia.ts +0 -88
  174. package/src/search/providers/fuse.ts +0 -19
  175. package/src/search/providers/pagefind.ts +0 -17
  176. package/src/search/providers/walker.ts +0 -30
  177. package/src/search/results.tsx +0 -181
  178. package/src/search/state.ts +0 -64
  179. package/src/search/types.ts +0 -116
  180. package/src/style.ts +0 -197
  181. package/src/styles/main.css +0 -993
  182. package/src/styles/primitives.css +0 -572
  183. package/src/styles/resets.css +0 -47
  184. package/src/styles/search.css +0 -342
  185. package/src/styles/sidebar.css +0 -87
  186. package/src/styles/snippets.css +0 -132
  187. package/src/styles/variables.css +0 -90
  188. package/src/utils.ts +0 -41
@@ -0,0 +1,240 @@
1
+ import { i as PropertyProps } from "./properties-Z45x-uLZ.js";
2
+ import * as React$1 from "react";
3
+ import React, { ReactNode } from "react";
4
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
5
+ import { DeclarationNode, GoAST, HttpAST, JavaAST, PythonAST, RubyAST, TSAST, Type } from "@stainless/sdk-json";
6
+
7
+ //#region src/languages/typescript.d.ts
8
+ declare namespace typescript_d_exports {
9
+ export { Declaration$5 as Declaration, DeclarationProps$5 as DeclarationProps, MethodSignature$5 as MethodSignature, MethodSignatureProps$5 as MethodSignatureProps, Property$5 as Property, PropertyProps$6 as PropertyProps, Type$6 as Type, TypeName$5 as TypeName };
10
+ }
11
+ type TypeProps$5 = {
12
+ type: TSAST.TSType;
13
+ };
14
+ declare function TypeName$5({
15
+ type
16
+ }: TypeProps$5): string | react_jsx_runtime30.JSX.Element;
17
+ declare function Type$6({
18
+ type
19
+ }: TypeProps$5): react_jsx_runtime30.JSX.Element;
20
+ type MethodSignatureProps$5 = {
21
+ decl: TSAST.TSDeclFunction;
22
+ };
23
+ declare function MethodSignature$5({
24
+ decl
25
+ }: MethodSignatureProps$5): react_jsx_runtime30.JSX.Element;
26
+ type PropertyProps$6 = {
27
+ decl: TSAST.TSDeclaration;
28
+ children: PropertyFn;
29
+ };
30
+ declare function Property$5({
31
+ decl,
32
+ children
33
+ }: PropertyProps$6): React$1.ReactNode;
34
+ type DeclarationProps$5 = {
35
+ decl: TSAST.TSDeclaration;
36
+ };
37
+ declare function Declaration$5({
38
+ decl
39
+ }: DeclarationProps$5): react_jsx_runtime30.JSX.Element | undefined;
40
+ declare namespace java_d_exports {
41
+ export { Declaration$4 as Declaration, DeclarationProps$4 as DeclarationProps, MethodSignature$4 as MethodSignature, MethodSignatureProps$4 as MethodSignatureProps, Property$4 as Property, PropertyProps$5 as PropertyProps, Type$5 as Type, TypeName$4 as TypeName };
42
+ }
43
+ type TypeProps$4 = {
44
+ type: JavaAST.JavaType;
45
+ optional?: boolean;
46
+ };
47
+ declare function TypeName$4({
48
+ type,
49
+ optional
50
+ }: TypeProps$4): react_jsx_runtime30.JSX.Element | "List";
51
+ declare function Type$5({
52
+ type,
53
+ optional
54
+ }: TypeProps$4): react_jsx_runtime30.JSX.Element;
55
+ type MethodSignatureProps$4 = {
56
+ decl: JavaAST.JavaDeclFunction;
57
+ };
58
+ declare function MethodSignature$4({
59
+ decl
60
+ }: MethodSignatureProps$4): react_jsx_runtime30.JSX.Element;
61
+ type PropertyProps$5 = {
62
+ decl: JavaAST.JavaDeclaration;
63
+ children: PropertyFn;
64
+ };
65
+ declare function Property$4({
66
+ decl,
67
+ children
68
+ }: PropertyProps$5): React$1.ReactNode;
69
+ type DeclarationProps$4 = {
70
+ decl: JavaAST.JavaDeclaration;
71
+ };
72
+ declare function Declaration$4({
73
+ decl
74
+ }: DeclarationProps$4): react_jsx_runtime30.JSX.Element | null | undefined;
75
+ declare namespace go_d_exports {
76
+ export { Declaration$3 as Declaration, DeclarationProps$3 as DeclarationProps, MethodSignature$3 as MethodSignature, MethodSignatureProps$3 as MethodSignatureProps, Property$3 as Property, PropertyProps$4 as PropertyProps, Type$4 as Type, TypeName$3 as TypeName, TypeProps$3 as TypeProps };
77
+ }
78
+ type TypeProps$3 = {
79
+ type: GoAST.GoType;
80
+ };
81
+ declare function TypeName$3({
82
+ type
83
+ }: TypeProps$3): string | react_jsx_runtime30.JSX.Element;
84
+ declare function Type$4({
85
+ type
86
+ }: TypeProps$3): react_jsx_runtime30.JSX.Element;
87
+ type MethodSignatureProps$3 = {
88
+ decl: GoAST.GoDeclFunction;
89
+ };
90
+ declare function MethodSignature$3({
91
+ decl
92
+ }: MethodSignatureProps$3): react_jsx_runtime30.JSX.Element;
93
+ type PropertyProps$4 = {
94
+ decl: GoAST.GoDeclaration;
95
+ children: PropertyFn;
96
+ };
97
+ declare function Property$3({
98
+ decl,
99
+ children
100
+ }: PropertyProps$4): React$1.ReactNode;
101
+ type DeclarationProps$3 = {
102
+ decl: GoAST.GoDeclaration;
103
+ };
104
+ declare function Declaration$3({
105
+ decl
106
+ }: DeclarationProps$3): react_jsx_runtime30.JSX.Element | undefined;
107
+ declare namespace python_d_exports {
108
+ export { Declaration$2 as Declaration, DeclarationProps$2 as DeclarationProps, MethodSignature$2 as MethodSignature, MethodSignatureProps$2 as MethodSignatureProps, Property$2 as Property, PropertyProps$3 as PropertyProps, Type$3 as Type, TypeName$2 as TypeName };
109
+ }
110
+ type TypeProps$2 = {
111
+ type: PythonAST.PythonType;
112
+ };
113
+ declare function TypeName$2({
114
+ type
115
+ }: TypeProps$2): string | react_jsx_runtime30.JSX.Element;
116
+ declare function Type$3({
117
+ type
118
+ }: TypeProps$2): react_jsx_runtime30.JSX.Element;
119
+ type MethodSignatureProps$2 = {
120
+ decl: PythonAST.PythonDeclFunction;
121
+ };
122
+ declare function MethodSignature$2({
123
+ decl
124
+ }: MethodSignatureProps$2): react_jsx_runtime30.JSX.Element;
125
+ type PropertyProps$3 = {
126
+ decl: PythonAST.PythonDeclaration;
127
+ children: PropertyFn;
128
+ };
129
+ declare function Property$2({
130
+ decl,
131
+ children
132
+ }: PropertyProps$3): React$1.ReactNode;
133
+ type DeclarationProps$2 = {
134
+ decl: PythonAST.PythonDeclaration;
135
+ };
136
+ declare function Declaration$2({
137
+ decl
138
+ }: DeclarationProps$2): react_jsx_runtime30.JSX.Element | undefined;
139
+ declare namespace ruby_d_exports {
140
+ export { Declaration$1 as Declaration, DeclarationProps$1 as DeclarationProps, MethodSignature$1 as MethodSignature, MethodSignatureProps$1 as MethodSignatureProps, Property$1 as Property, PropertyProps$2 as PropertyProps, Type$2 as Type, TypeName$1 as TypeName };
141
+ }
142
+ type TypeProps$1 = {
143
+ type: RubyAST.RubyType;
144
+ };
145
+ declare function TypeName$1({
146
+ type
147
+ }: TypeProps$1): string | react_jsx_runtime30.JSX.Element;
148
+ declare function Type$2({
149
+ type
150
+ }: TypeProps$1): react_jsx_runtime30.JSX.Element;
151
+ type MethodSignatureProps$1 = {
152
+ decl: RubyAST.RubyDeclFunction;
153
+ };
154
+ declare function MethodSignature$1({
155
+ decl
156
+ }: MethodSignatureProps$1): react_jsx_runtime30.JSX.Element;
157
+ type PropertyProps$2 = {
158
+ decl: RubyAST.RubyDeclaration;
159
+ children: PropertyFn;
160
+ };
161
+ declare function Property$1({
162
+ decl,
163
+ children
164
+ }: PropertyProps$2): React$1.ReactNode;
165
+ type DeclarationProps$1 = {
166
+ decl: RubyAST.RubyDeclaration;
167
+ };
168
+ declare function Declaration$1({
169
+ decl
170
+ }: DeclarationProps$1): react_jsx_runtime30.JSX.Element | undefined;
171
+ declare namespace http_d_exports {
172
+ export { Declaration, DeclarationProps, MethodInfo, MethodSignature, MethodSignatureProps, Property, PropertyProps$1 as PropertyProps, Type$1 as Type, TypeName };
173
+ }
174
+ type TypeProps = {
175
+ type: HttpAST.HttpType;
176
+ };
177
+ declare function TypeName({
178
+ type
179
+ }: TypeProps): string | react_jsx_runtime30.JSX.Element;
180
+ declare function Type$1({
181
+ type
182
+ }: TypeProps): react_jsx_runtime30.JSX.Element | undefined;
183
+ type MethodSignatureProps = {
184
+ decl: HttpAST.HttpDeclFunction;
185
+ };
186
+ declare function MethodSignature({
187
+ decl
188
+ }: MethodSignatureProps): null;
189
+ declare function MethodInfo({
190
+ decl,
191
+ children
192
+ }: MethodSignatureProps & {
193
+ children: React.ReactNode;
194
+ }): react_jsx_runtime30.JSX.Element;
195
+ type PropertyProps$1 = {
196
+ decl: HttpAST.HttpDeclaration;
197
+ children: PropertyFn;
198
+ };
199
+ declare function Property({
200
+ decl,
201
+ children
202
+ }: PropertyProps$1): React.ReactNode;
203
+ type DeclarationProps = {
204
+ decl: HttpAST.HttpDeclaration;
205
+ };
206
+ declare function Declaration({
207
+ decl
208
+ }: DeclarationProps): react_jsx_runtime30.JSX.Element | undefined;
209
+ declare namespace index_d_exports {
210
+ export { LanguageComponentDefinition, PropertyFn, go_d_exports as go, http_d_exports as http, java_d_exports as java, kotlin, node, python_d_exports as python, ruby_d_exports as ruby, typescript_d_exports as typescript };
211
+ }
212
+ declare const node: typeof typescript_d_exports;
213
+ declare const kotlin: typeof java_d_exports;
214
+ type PropertyFn = (params: PropertyProps) => ReactNode;
215
+ interface LanguageComponentDefinition {
216
+ Declaration(props: {
217
+ decl: DeclarationNode;
218
+ }): ReactNode;
219
+ Property(props: {
220
+ decl: DeclarationNode;
221
+ children: PropertyFn;
222
+ }): ReactNode;
223
+ TypeName(props: {
224
+ type: Type;
225
+ optional?: boolean;
226
+ }): ReactNode;
227
+ Type(props: {
228
+ type: Type;
229
+ optional?: boolean;
230
+ }): ReactNode;
231
+ MethodSignature(props: {
232
+ decl: DeclarationNode;
233
+ }): ReactNode;
234
+ MethodInfo?(props: {
235
+ decl: DeclarationNode;
236
+ children?: ReactNode;
237
+ }): ReactNode;
238
+ }
239
+ //#endregion
240
+ export { Declaration$5 as $, PropertyProps$3 as A, Type$4 as B, TypeName$1 as C, MethodSignature$2 as D, DeclarationProps$2 as E, DeclarationProps$3 as F, DeclarationProps$4 as G, TypeProps$3 as H, MethodSignature$3 as I, Property$4 as J, MethodSignature$4 as K, MethodSignatureProps$3 as L, TypeName$2 as M, python_d_exports as N, MethodSignatureProps$2 as O, Declaration$3 as P, java_d_exports as Q, Property$3 as R, Type$2 as S, Declaration$2 as T, go_d_exports as U, TypeName$3 as V, Declaration$4 as W, Type$5 as X, PropertyProps$5 as Y, TypeName$4 as Z, DeclarationProps$1 as _, node as a, Type$6 as at, Property$1 as b, MethodInfo as c, Property as d, DeclarationProps$5 as et, PropertyProps$1 as f, Declaration$1 as g, http_d_exports as h, kotlin as i, PropertyProps$6 as it, Type$3 as j, Property$2 as k, MethodSignature as l, TypeName as m, PropertyFn as n, MethodSignatureProps$5 as nt, Declaration as o, TypeName$5 as ot, Type$1 as p, MethodSignatureProps$4 as q, index_d_exports as r, Property$5 as rt, DeclarationProps as s, typescript_d_exports as st, LanguageComponentDefinition as t, MethodSignature$5 as tt, MethodSignatureProps as u, MethodSignature$1 as v, ruby_d_exports as w, PropertyProps$2 as x, MethodSignatureProps$1 as y, PropertyProps$4 as z };
@@ -0,0 +1,15 @@
1
+ import { t as SDKBreadcrumbs } from "./breadcrumbs-CZg0Fk4V.js";
2
+ import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "./method-DHjDGGA_.js";
3
+ import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "./primitives-CiVFjnRA.js";
4
+ import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "./properties-Z45x-uLZ.js";
5
+ import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "./sdk-DDWWoPPD.js";
6
+ import { a as SnippetContainerProps, c as SnippetRequestContainerProps, i as SnippetContainer, l as SnippetResponse, n as SnippetCode, o as SnippetProps, r as SnippetCodeProps, s as SnippetRequestContainer, t as Snippet } from "./snippets-B2EEG7AK.js";
7
+ import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "./overview-CKJV2xUO.js";
8
+ import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "./sidebar-DrtsF85U.js";
9
+
10
+ //#region src/components/index.d.ts
11
+ declare namespace index_d_exports {
12
+ export { Badge, Expander, HTTPMethod, HttpMethodIcons, HttpMethods, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodIconBadge, MethodIconProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps, Snippet, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, usePropertyModel, useReferenceNesting };
13
+ }
14
+ //#endregion
15
+ export { index_d_exports as t };
@@ -0,0 +1,14 @@
1
+ import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "./component-generics-BLXXX1dz.js";
2
+ import { t as LanguageComponentDefinition } from "./index-CBi59jcw.js";
3
+ import { a as PropertySettingsType, c as useDocs, d as useSettings, f as useSnippet, i as DocsProviderProps, l as useLanguage, n as DocsContextType, o as useContentPanelLayout, p as useSpec, r as DocsProvider, s as useDeclaration, t as ContentPanelLayout, u as useResource } from "./docs-BeJaKOCE.js";
4
+ import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "./navigation-rt_B_1lt.js";
5
+ import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "./markdown-DTVxnxGP.js";
6
+ import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "./search-CCDWCiAd.js";
7
+
8
+ //#region src/contexts/index.d.ts
9
+ declare namespace index_d_exports {
10
+ export { ComponentProvider, ComponentsContextType, ContentPanelLayout, DocsContextType, DocsProvider, DocsProviderProps, MarkdownContext, MarkdownProvider, MarkdownProviderProps, NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, PropertySettingsType, SearchContextType, SearchProvider, SearchProviderProps, customizeComponents, useComponentContext, useComponents, useContentPanelLayout, useDeclaration, useDocs, useHighlight, useLanguage, useLanguageComponents, useMarkdownContext, useNavigation, useRenderMarkdown, useResource, useSearch, useSearchContext, useSettings, useSnippet, useSpec };
11
+ }
12
+ declare function useLanguageComponents(): LanguageComponentDefinition;
13
+ //#endregion
14
+ export { useLanguageComponents as n, index_d_exports as t };
@@ -0,0 +1,21 @@
1
+ import "./breadcrumbs-CZg0Fk4V.js";
2
+ import "./method-DHjDGGA_.js";
3
+ import "./primitives-CiVFjnRA.js";
4
+ import "./properties-Z45x-uLZ.js";
5
+ import { _ as routing_d_exports } from "./routing-DNN8R6bZ.js";
6
+ import "./sdk-DDWWoPPD.js";
7
+ import "./snippets-B2EEG7AK.js";
8
+ import "./overview-CKJV2xUO.js";
9
+ import "./sidebar-DrtsF85U.js";
10
+ import { t as index_d_exports } from "./index-DT1wzg21.js";
11
+ import "./component-generics-BLXXX1dz.js";
12
+ import { r as index_d_exports$2 } from "./index-CBi59jcw.js";
13
+ import "./docs-BeJaKOCE.js";
14
+ import "./navigation-rt_B_1lt.js";
15
+ import "./markdown-DTVxnxGP.js";
16
+ import "./types-DNSz4kuM.js";
17
+ import "./search-CCDWCiAd.js";
18
+ import { t as index_d_exports$1 } from "./index-DteYqCJO.js";
19
+ import { i as utils_d_exports } from "./utils-D43p_yTd.js";
20
+ import { t as _default } from "./style-p4qTfnmO.js";
21
+ export { index_d_exports as components, index_d_exports$1 as contexts, index_d_exports$2 as languages, routing_d_exports as routing, _default as style, utils_d_exports as utils };