@stainless-api/docs-ui 0.1.0-beta.7 → 0.1.0-beta.70

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 (215) hide show
  1. package/dist/breadcrumbs-BhYwbXkc.d.ts +25 -0
  2. package/dist/breadcrumbs-Cvm5Ifm7.d.ts +25 -0
  3. package/dist/breadcrumbs-DA4WgDhR.js +63 -0
  4. package/dist/chunk-BN_g-Awi.js +18 -0
  5. package/dist/cli-F3kMmeoJ.js +166 -0
  6. package/dist/component-P9sn5yyG.js +23 -0
  7. package/dist/component-generics-ByGsYTc8.d.ts +30 -0
  8. package/dist/component-generics-POFirVVb.js +45 -0
  9. package/dist/component-generics-zU0Pqx8m.d.ts +30 -0
  10. package/dist/components/MaskedInput.d.ts +14 -0
  11. package/dist/components/MaskedInput.js +76 -0
  12. package/dist/components/breadcrumbs.d.ts +2 -0
  13. package/dist/components/breadcrumbs.js +9 -0
  14. package/dist/components/icons.d.ts +60 -0
  15. package/dist/components/icons.js +3 -0
  16. package/dist/components/index.d.ts +11 -0
  17. package/dist/components/index.js +19 -0
  18. package/dist/components/method.d.ts +2 -0
  19. package/dist/components/method.js +10 -0
  20. package/dist/components/overview.d.ts +2 -0
  21. package/dist/components/overview.js +11 -0
  22. package/dist/components/primitives.d.ts +2 -0
  23. package/dist/components/primitives.js +8 -0
  24. package/dist/components/properties.d.ts +2 -0
  25. package/dist/components/properties.js +9 -0
  26. package/dist/components/sdk-sidebar.d.ts +2 -0
  27. package/dist/components/sdk-sidebar.js +10 -0
  28. package/dist/components/sdk.d.ts +2 -0
  29. package/dist/components/sdk.js +10 -0
  30. package/dist/components/snippets.d.ts +3 -0
  31. package/dist/components/snippets.js +9 -0
  32. package/dist/components/stl-sidebar.d.ts +2 -0
  33. package/dist/components/stl-sidebar.js +5 -0
  34. package/dist/components-w1JmIrB0.js +71 -0
  35. package/dist/contexts/component-generics.d.ts +2 -0
  36. package/dist/contexts/component-generics.js +3 -0
  37. package/dist/contexts/component-types.d.ts +17 -0
  38. package/dist/contexts/component-types.js +0 -0
  39. package/dist/contexts/component.d.ts +30 -0
  40. package/dist/contexts/component.js +30 -0
  41. package/dist/contexts/docs.d.ts +2 -0
  42. package/dist/contexts/docs.js +3 -0
  43. package/dist/contexts/index.d.ts +23 -0
  44. package/dist/contexts/index.js +7 -0
  45. package/dist/contexts/markdown.d.ts +2 -0
  46. package/dist/contexts/markdown.js +4 -0
  47. package/dist/contexts/navigation.d.ts +2 -0
  48. package/dist/contexts/navigation.js +3 -0
  49. package/dist/contexts/use-components.d.ts +15 -0
  50. package/dist/contexts/use-components.js +4 -0
  51. package/dist/contexts-CVj20VV4.js +41 -0
  52. package/dist/csharp-D6_jlynY.js +283 -0
  53. package/dist/docs-BmOB2f-I.js +61 -0
  54. package/dist/docs-g4IPmtZr.d.ts +48 -0
  55. package/dist/docs-z3fl2eW-.d.ts +48 -0
  56. package/dist/go-COaHV3Hc.js +303 -0
  57. package/dist/http-fOPCX17A.js +389 -0
  58. package/dist/icons-BYKn5X8E.js +885 -0
  59. package/dist/index-B8Zys1C2.d.ts +347 -0
  60. package/dist/index-C5Zmb2CI.d.ts +16 -0
  61. package/dist/index-CwjGm9zX.d.ts +1722 -0
  62. package/dist/index-D7PkxNgB.d.ts +16 -0
  63. package/dist/index-DIaM6Ync.d.ts +347 -0
  64. package/dist/index.d.ts +20 -0
  65. package/dist/index.js +32 -7542
  66. package/dist/java-CxGSJVvv.js +403 -0
  67. package/dist/languages/cli.d.ts +12 -0
  68. package/dist/languages/cli.js +21 -0
  69. package/dist/languages/csharp.d.ts +12 -0
  70. package/dist/languages/csharp.js +9 -0
  71. package/dist/languages/go.d.ts +12 -0
  72. package/dist/languages/go.js +9 -0
  73. package/dist/languages/http.d.ts +12 -0
  74. package/dist/languages/http.js +20 -0
  75. package/dist/languages/index.d.ts +12 -0
  76. package/dist/languages/index.js +29 -0
  77. package/dist/languages/java.d.ts +12 -0
  78. package/dist/languages/java.js +9 -0
  79. package/dist/languages/python.d.ts +12 -0
  80. package/dist/languages/python.js +9 -0
  81. package/dist/languages/ruby.d.ts +12 -0
  82. package/dist/languages/ruby.js +9 -0
  83. package/dist/languages/terraform.d.ts +12 -0
  84. package/dist/languages/terraform.js +9 -0
  85. package/dist/languages/typescript.d.ts +12 -0
  86. package/dist/languages/typescript.js +9 -0
  87. package/dist/languages-B6eap2M6.js +30 -0
  88. package/dist/markdown/index.d.ts +12 -0
  89. package/dist/markdown/index.js +107 -0
  90. package/dist/markdown/md.d.ts +15 -0
  91. package/dist/markdown/md.js +41 -0
  92. package/dist/markdown/printer.d.ts +13 -0
  93. package/dist/markdown/printer.js +100 -0
  94. package/dist/markdown/utils.d.ts +21 -0
  95. package/dist/markdown/utils.js +31 -0
  96. package/dist/markdown-CTKHMLVr.js +49 -0
  97. package/dist/markdown-Cdh0TSHp.d.ts +22 -0
  98. package/dist/markdown-Cibv9fDR.d.ts +22 -0
  99. package/dist/method-630cPKDl.d.ts +59 -0
  100. package/dist/method-BPDUyBlD.js +96 -0
  101. package/dist/method-BzkPRXGL.d.ts +59 -0
  102. package/dist/navigation-BW-SBvb4.d.ts +29 -0
  103. package/dist/navigation-DWYqC_HX.d.ts +29 -0
  104. package/dist/navigation-aoYZ_tl4.js +24 -0
  105. package/dist/overview-Cui1XtuC.d.ts +39 -0
  106. package/dist/overview-DFwfIK6k.js +138 -0
  107. package/dist/overview-RXc9iPzz.d.ts +39 -0
  108. package/dist/primitives-DJEqe_r1.js +250 -0
  109. package/dist/primitives-DhGxFYx6.d.ts +105 -0
  110. package/dist/primitives-MsH-h0bU.d.ts +105 -0
  111. package/dist/properties-BnbBKd5a.js +132 -0
  112. package/dist/properties-Bynmj9_H.d.ts +54 -0
  113. package/dist/properties-C9W4QJ_F.d.ts +54 -0
  114. package/dist/python-DsTuWCKE.js +269 -0
  115. package/dist/routing-C64k4fmX.js +205 -0
  116. package/dist/routing-Cm_9XJiQ.d.ts +61 -0
  117. package/dist/routing-utiR5mY3.d.ts +61 -0
  118. package/dist/routing.d.ts +2 -0
  119. package/dist/routing.js +3 -180
  120. package/dist/ruby-BncKp6hd.js +387 -0
  121. package/dist/sdk-BvZeXpsj.d.ts +122 -0
  122. package/dist/sdk-Bw99eXxA.js +399 -0
  123. package/dist/sdk-GMOw94wL.d.ts +122 -0
  124. package/dist/sdk-sidebar-NCBSWuUW.d.ts +15 -0
  125. package/dist/sdk-sidebar-VNY2-O1Y.d.ts +15 -0
  126. package/dist/sdk-sidebar-V_MTkVw8.js +50 -0
  127. package/dist/snippets-BehbU3rt.js +164 -0
  128. package/dist/snippets-Bj7Ey56K.d.ts +53 -0
  129. package/dist/snippets-CQQSDvg2.d.ts +53 -0
  130. package/dist/spec.d.ts +65 -0
  131. package/dist/spec.js +167 -0
  132. package/dist/stl-sidebar-CXzs_shz.d.ts +58 -0
  133. package/dist/stl-sidebar-DSkUHwcU.d.ts +58 -0
  134. package/dist/stl-sidebar-WtimNrk1.js +106 -0
  135. package/dist/style-HpXpcJ9v.js +172 -0
  136. package/dist/style.d.ts +171 -0
  137. package/dist/style.js +3 -0
  138. package/dist/styles/main.css +744 -754
  139. package/dist/styles/main.js +0 -0
  140. package/dist/styles/primitives.css +327 -458
  141. package/dist/styles/primitives.js +0 -0
  142. package/dist/styles/resets.css +32 -41
  143. package/dist/styles/resets.js +0 -0
  144. package/dist/styles/search.css +192 -270
  145. package/dist/styles/search.js +0 -0
  146. package/dist/styles/sidebar.css +170 -69
  147. package/dist/styles/sidebar.js +0 -0
  148. package/dist/styles/variables.css +26 -89
  149. package/dist/styles/variables.js +0 -0
  150. package/dist/styles.css +3273 -0
  151. package/dist/styles.mjs +1 -0
  152. package/dist/terraform-B95X4rNK.js +243 -0
  153. package/dist/typescript-n46M9OtL.js +449 -0
  154. package/dist/use-components-BUz3GbO4.js +7 -0
  155. package/dist/utils-DPbkW1Tz.js +54 -0
  156. package/dist/utils.d.ts +20 -0
  157. package/dist/utils.js +3 -0
  158. package/package.json +74 -22
  159. package/dist/mcp.js +0 -16003
  160. package/dist/styles/snippets.css +0 -132
  161. package/src/components/breadcrumbs.tsx +0 -94
  162. package/src/components/chat.tsx +0 -154
  163. package/src/components/dropdown.tsx +0 -91
  164. package/src/components/icons.tsx +0 -584
  165. package/src/components/index.ts +0 -9
  166. package/src/components/method.tsx +0 -144
  167. package/src/components/overview.tsx +0 -159
  168. package/src/components/primitives.tsx +0 -284
  169. package/src/components/properties.tsx +0 -130
  170. package/src/components/scripts/dropdown.ts +0 -78
  171. package/src/components/sdk.tsx +0 -402
  172. package/src/components/sidebar.tsx +0 -99
  173. package/src/components/snippets.tsx +0 -179
  174. package/src/contexts/component-generics.tsx +0 -48
  175. package/src/contexts/component-types.tsx +0 -5
  176. package/src/contexts/component.tsx +0 -32
  177. package/src/contexts/docs.tsx +0 -75
  178. package/src/contexts/index.tsx +0 -17
  179. package/src/contexts/markdown.tsx +0 -43
  180. package/src/contexts/navigation.tsx +0 -44
  181. package/src/contexts/search.tsx +0 -28
  182. package/src/contexts/use-components.tsx +0 -4
  183. package/src/index.ts +0 -6
  184. package/src/languages/go.tsx +0 -281
  185. package/src/languages/http.tsx +0 -321
  186. package/src/languages/index.ts +0 -26
  187. package/src/languages/java.tsx +0 -358
  188. package/src/languages/python.tsx +0 -255
  189. package/src/languages/ruby.tsx +0 -320
  190. package/src/languages/typescript.tsx +0 -393
  191. package/src/markdown/index.ts +0 -107
  192. package/src/markdown/md.ts +0 -45
  193. package/src/markdown/utils.ts +0 -49
  194. package/src/routing.ts +0 -238
  195. package/src/search/form.tsx +0 -127
  196. package/src/search/index.tsx +0 -1
  197. package/src/search/indexer.ts +0 -246
  198. package/src/search/mcp.ts +0 -61
  199. package/src/search/printer.tsx +0 -86
  200. package/src/search/providers/algolia.ts +0 -88
  201. package/src/search/providers/fuse.ts +0 -19
  202. package/src/search/providers/pagefind.ts +0 -17
  203. package/src/search/providers/walker.ts +0 -30
  204. package/src/search/results.tsx +0 -181
  205. package/src/search/state.ts +0 -64
  206. package/src/search/types.ts +0 -116
  207. package/src/style.ts +0 -197
  208. package/src/styles/main.css +0 -993
  209. package/src/styles/primitives.css +0 -572
  210. package/src/styles/resets.css +0 -47
  211. package/src/styles/search.css +0 -342
  212. package/src/styles/sidebar.css +0 -87
  213. package/src/styles/snippets.css +0 -132
  214. package/src/styles/variables.css +0 -90
  215. package/src/utils.ts +0 -41
@@ -0,0 +1,347 @@
1
+ import { a as GoAST, b as TerraformAST, h as RubyAST, i as DeclarationNode, l as JavaAST, m as Resource$1, n as CLIAST, p as PythonAST, r as CSharpAST, s as HttpAST, x as Type$9, y as TSAST } from "./index-CwjGm9zX.js";
2
+ import { i as PropertyProps$9 } from "./properties-C9W4QJ_F.js";
3
+ import * as React$1 from "react";
4
+ import React, { ReactNode } from "react";
5
+ import * as react_jsx_runtime77 from "react/jsx-runtime";
6
+
7
+ //#region src/languages/typescript.d.ts
8
+ declare namespace typescript_d_exports {
9
+ export { Declaration$8 as Declaration, DeclarationProps$8 as DeclarationProps, MethodSignature$8 as MethodSignature, MethodSignatureProps$7 as MethodSignatureProps, Property$8 as Property, PropertyProps$8 as PropertyProps, Type$8 as Type, TypeName$8 as TypeName };
10
+ }
11
+ type TypeProps$8 = {
12
+ type: TSAST.TSType;
13
+ };
14
+ declare function TypeName$8({
15
+ type
16
+ }: TypeProps$8): string | react_jsx_runtime77.JSX.Element;
17
+ declare function Type$8({
18
+ type
19
+ }: TypeProps$8): react_jsx_runtime77.JSX.Element;
20
+ type MethodSignatureProps$7 = {
21
+ decl: TSAST.TSDeclFunction;
22
+ };
23
+ declare function MethodSignature$8({
24
+ decl
25
+ }: MethodSignatureProps$7): react_jsx_runtime77.JSX.Element;
26
+ type PropertyProps$8 = {
27
+ decl: TSAST.TSDeclaration;
28
+ children: PropertyFn;
29
+ };
30
+ declare function Property$8({
31
+ decl,
32
+ children
33
+ }: PropertyProps$8): React$1.ReactNode;
34
+ type DeclarationProps$8 = {
35
+ decl: TSAST.TSDeclaration;
36
+ };
37
+ declare function Declaration$8({
38
+ decl
39
+ }: DeclarationProps$8): react_jsx_runtime77.JSX.Element | undefined;
40
+ declare namespace java_d_exports {
41
+ export { Declaration$7 as Declaration, DeclarationProps$7 as DeclarationProps, MethodSignature$7 as MethodSignature, MethodSignatureProps$6 as MethodSignatureProps, Property$7 as Property, PropertyProps$7 as PropertyProps, Type$7 as Type, TypeName$7 as TypeName };
42
+ }
43
+ type TypeProps$7 = {
44
+ type: JavaAST.JavaType;
45
+ optional?: boolean;
46
+ };
47
+ declare function TypeName$7({
48
+ type,
49
+ optional
50
+ }: TypeProps$7): react_jsx_runtime77.JSX.Element | "List";
51
+ declare function Type$7({
52
+ type,
53
+ optional
54
+ }: TypeProps$7): react_jsx_runtime77.JSX.Element;
55
+ type MethodSignatureProps$6 = {
56
+ decl: JavaAST.JavaDeclFunction;
57
+ };
58
+ declare function MethodSignature$7({
59
+ decl
60
+ }: MethodSignatureProps$6): react_jsx_runtime77.JSX.Element;
61
+ type PropertyProps$7 = {
62
+ decl: JavaAST.JavaDeclaration;
63
+ children: PropertyFn;
64
+ };
65
+ declare function Property$7({
66
+ decl,
67
+ children
68
+ }: PropertyProps$7): React$1.ReactNode;
69
+ type DeclarationProps$7 = {
70
+ decl: JavaAST.JavaDeclaration;
71
+ };
72
+ declare function Declaration$7({
73
+ decl
74
+ }: DeclarationProps$7): react_jsx_runtime77.JSX.Element | null | undefined;
75
+ declare namespace go_d_exports {
76
+ export { Declaration$6 as Declaration, DeclarationProps$6 as DeclarationProps, MethodSignature$6 as MethodSignature, MethodSignatureProps$5 as MethodSignatureProps, Property$6 as Property, PropertyProps$6 as PropertyProps, Type$6 as Type, TypeName$6 as TypeName, TypeProps$6 as TypeProps };
77
+ }
78
+ type TypeProps$6 = {
79
+ type: GoAST.GoType;
80
+ };
81
+ declare function TypeName$6({
82
+ type
83
+ }: TypeProps$6): string | react_jsx_runtime77.JSX.Element;
84
+ declare function Type$6({
85
+ type
86
+ }: TypeProps$6): react_jsx_runtime77.JSX.Element;
87
+ type MethodSignatureProps$5 = {
88
+ decl: GoAST.GoDeclFunction;
89
+ };
90
+ declare function MethodSignature$6({
91
+ decl
92
+ }: MethodSignatureProps$5): react_jsx_runtime77.JSX.Element;
93
+ type PropertyProps$6 = {
94
+ decl: GoAST.GoDeclaration;
95
+ children: PropertyFn;
96
+ };
97
+ declare function Property$6({
98
+ decl,
99
+ children
100
+ }: PropertyProps$6): React$1.ReactNode;
101
+ type DeclarationProps$6 = {
102
+ decl: GoAST.GoDeclaration;
103
+ };
104
+ declare function Declaration$6({
105
+ decl
106
+ }: DeclarationProps$6): react_jsx_runtime77.JSX.Element | undefined;
107
+ declare namespace python_d_exports {
108
+ export { Declaration$5 as Declaration, DeclarationProps$5 as DeclarationProps, MethodSignature$5 as MethodSignature, MethodSignatureProps$4 as MethodSignatureProps, Property$5 as Property, PropertyProps$5 as PropertyProps, Type$5 as Type, TypeName$5 as TypeName };
109
+ }
110
+ type TypeProps$5 = {
111
+ type: PythonAST.PythonType;
112
+ };
113
+ declare function TypeName$5({
114
+ type
115
+ }: TypeProps$5): string | react_jsx_runtime77.JSX.Element;
116
+ declare function Type$5({
117
+ type
118
+ }: TypeProps$5): react_jsx_runtime77.JSX.Element;
119
+ type MethodSignatureProps$4 = {
120
+ decl: PythonAST.PythonDeclFunction;
121
+ };
122
+ declare function MethodSignature$5({
123
+ decl
124
+ }: MethodSignatureProps$4): react_jsx_runtime77.JSX.Element;
125
+ type PropertyProps$5 = {
126
+ decl: PythonAST.PythonDeclaration;
127
+ children: PropertyFn;
128
+ };
129
+ declare function Property$5({
130
+ decl,
131
+ children
132
+ }: PropertyProps$5): React$1.ReactNode;
133
+ type DeclarationProps$5 = {
134
+ decl: PythonAST.PythonDeclaration;
135
+ };
136
+ declare function Declaration$5({
137
+ decl
138
+ }: DeclarationProps$5): react_jsx_runtime77.JSX.Element | undefined;
139
+ declare namespace ruby_d_exports {
140
+ export { Declaration$4 as Declaration, DeclarationProps$4 as DeclarationProps, MethodSignature$4 as MethodSignature, MethodSignatureProps$3 as MethodSignatureProps, Property$4 as Property, PropertyProps$4 as PropertyProps, Type$4 as Type, TypeName$4 as TypeName };
141
+ }
142
+ type TypeProps$4 = {
143
+ type: RubyAST.RubyType;
144
+ };
145
+ declare function TypeName$4({
146
+ type
147
+ }: TypeProps$4): string | react_jsx_runtime77.JSX.Element;
148
+ declare function Type$4({
149
+ type
150
+ }: TypeProps$4): react_jsx_runtime77.JSX.Element;
151
+ type MethodSignatureProps$3 = {
152
+ decl: RubyAST.RubyDeclFunction;
153
+ };
154
+ declare function MethodSignature$4({
155
+ decl
156
+ }: MethodSignatureProps$3): react_jsx_runtime77.JSX.Element;
157
+ type PropertyProps$4 = {
158
+ decl: RubyAST.RubyDeclaration;
159
+ children: PropertyFn;
160
+ };
161
+ declare function Property$4({
162
+ decl,
163
+ children
164
+ }: PropertyProps$4): React$1.ReactNode;
165
+ type DeclarationProps$4 = {
166
+ decl: RubyAST.RubyDeclaration;
167
+ };
168
+ declare function Declaration$4({
169
+ decl
170
+ }: DeclarationProps$4): react_jsx_runtime77.JSX.Element | undefined;
171
+ declare namespace http_d_exports {
172
+ export { Declaration$3 as Declaration, DeclarationProps$3 as DeclarationProps, MethodInfo, MethodSignature$3 as MethodSignature, MethodSignatureProps$2 as MethodSignatureProps, Property$3 as Property, PropertyProps$3 as PropertyProps, Type$3 as Type, TypeName$3 as TypeName };
173
+ }
174
+ type TypeProps$3 = {
175
+ type: HttpAST.HttpType;
176
+ };
177
+ declare function TypeName$3({
178
+ type
179
+ }: TypeProps$3): string | react_jsx_runtime77.JSX.Element;
180
+ declare function Type$3({
181
+ type
182
+ }: TypeProps$3): react_jsx_runtime77.JSX.Element;
183
+ type MethodSignatureProps$2 = {
184
+ decl: HttpAST.HttpDeclFunction;
185
+ };
186
+ declare function MethodSignature$3({
187
+ decl
188
+ }: MethodSignatureProps$2): null;
189
+ declare function MethodInfo({
190
+ decl,
191
+ children
192
+ }: MethodSignatureProps$2 & {
193
+ children: React.ReactNode;
194
+ }): react_jsx_runtime77.JSX.Element;
195
+ type PropertyProps$3 = {
196
+ decl: HttpAST.HttpDeclaration;
197
+ children: PropertyFn;
198
+ };
199
+ declare function Property$3({
200
+ decl,
201
+ children
202
+ }: PropertyProps$3): React.ReactNode;
203
+ type DeclarationProps$3 = {
204
+ decl: HttpAST.HttpDeclaration;
205
+ };
206
+ declare function Declaration$3({
207
+ decl
208
+ }: DeclarationProps$3): react_jsx_runtime77.JSX.Element | undefined;
209
+ declare namespace csharp_d_exports {
210
+ export { Declaration$2 as Declaration, DeclarationProps$2 as DeclarationProps, MethodSignature$2 as MethodSignature, MethodSignatureProps$1 as MethodSignatureProps, Property$2 as Property, PropertyProps$2 as PropertyProps, Type$2 as Type, TypeName$2 as TypeName };
211
+ }
212
+ declare function TypeName$2({
213
+ type,
214
+ optional
215
+ }: TypeProps$2): react_jsx_runtime77.JSX.Element;
216
+ type TypeProps$2 = {
217
+ type: CSharpAST.CSharpType;
218
+ optional?: boolean;
219
+ };
220
+ declare function Type$2({
221
+ type
222
+ }: TypeProps$2): react_jsx_runtime77.JSX.Element;
223
+ type MethodSignatureProps$1 = {
224
+ decl: CSharpAST.CSharpDeclFunction;
225
+ };
226
+ declare function MethodSignature$2({
227
+ decl
228
+ }: MethodSignatureProps$1): react_jsx_runtime77.JSX.Element;
229
+ type PropertyProps$2 = {
230
+ decl: CSharpAST.CSharpDeclaration;
231
+ children: PropertyFn;
232
+ };
233
+ declare function Property$2({
234
+ decl,
235
+ children
236
+ }: PropertyProps$2): React$1.ReactNode;
237
+ type DeclarationProps$2 = {
238
+ decl: CSharpAST.CSharpDeclaration;
239
+ };
240
+ declare function Declaration$2({
241
+ decl
242
+ }: DeclarationProps$2): react_jsx_runtime77.JSX.Element | null | undefined;
243
+ declare namespace cli_d_exports {
244
+ export { Declaration$1 as Declaration, DeclarationProps$1 as DeclarationProps, MethodSignature$1 as MethodSignature, MethodSignatureProps, Property$1 as Property, PropertyProps$1 as PropertyProps, Type$1 as Type, TypeName$1 as TypeName };
245
+ }
246
+ type TypeProps$1 = {
247
+ type: HttpAST.HttpType;
248
+ };
249
+ declare function TypeName$1(props: TypeProps$1): string | react_jsx_runtime77.JSX.Element;
250
+ declare function Type$1({
251
+ type
252
+ }: TypeProps$1): react_jsx_runtime77.JSX.Element;
253
+ type MethodSignatureProps = {
254
+ decl: CLIAST.CLICommand;
255
+ };
256
+ declare function MethodSignature$1({
257
+ decl
258
+ }: MethodSignatureProps): react_jsx_runtime77.JSX.Element;
259
+ type PropertyProps$1 = {
260
+ decl: CLIAST.CLIDeclaration;
261
+ children: PropertyFn;
262
+ };
263
+ declare function Property$1({
264
+ decl,
265
+ children
266
+ }: PropertyProps$1): React.ReactNode;
267
+ type DeclarationProps$1 = {
268
+ decl: CLIAST.CLIDeclaration;
269
+ };
270
+ declare function Declaration$1({
271
+ decl
272
+ }: DeclarationProps$1): react_jsx_runtime77.JSX.Element | undefined;
273
+ declare namespace terraform_d_exports {
274
+ export { Declaration, DeclarationProps, MethodSignature, Property, PropertyProps, Resource, ResourceProps, TerraformSource, Type, TypeName, TypeProps };
275
+ }
276
+ type TypeProps = {
277
+ type: TerraformAST.AttributeType;
278
+ };
279
+ declare function TypeName({
280
+ type
281
+ }: TypeProps): react_jsx_runtime77.JSX.Element;
282
+ declare function Type({
283
+ type
284
+ }: TypeProps): react_jsx_runtime77.JSX.Element | undefined;
285
+ declare function MethodSignature(): null;
286
+ type PropertyProps = {
287
+ decl: TerraformAST.TerraformDeclaration;
288
+ children: PropertyFn;
289
+ };
290
+ declare function Property({
291
+ decl,
292
+ children
293
+ }: PropertyProps): React$1.ReactNode;
294
+ declare function TerraformSource({
295
+ path,
296
+ group
297
+ }: {
298
+ path: string;
299
+ group: string;
300
+ }): react_jsx_runtime77.JSX.Element | undefined;
301
+ type DeclarationProps = {
302
+ decl: TerraformAST.TerraformDeclaration;
303
+ };
304
+ declare function Declaration({
305
+ decl
306
+ }: DeclarationProps): react_jsx_runtime77.JSX.Element | undefined;
307
+ type ResourceProps = {
308
+ resource: Resource$1;
309
+ };
310
+ declare function Resource({
311
+ resource
312
+ }: ResourceProps): react_jsx_runtime77.JSX.Element;
313
+ declare namespace index_d_exports {
314
+ export { LanguageComponentDefinition, PropertyFn, cli_d_exports as cli, csharp_d_exports as csharp, 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, terraform_d_exports as terraform, typescript_d_exports as typescript };
315
+ }
316
+ declare const node: typeof typescript_d_exports;
317
+ declare const kotlin: typeof java_d_exports;
318
+ type PropertyFn = (params: PropertyProps$9) => ReactNode;
319
+ interface LanguageComponentDefinition {
320
+ Declaration(props: {
321
+ decl: DeclarationNode;
322
+ }): ReactNode;
323
+ Property(props: {
324
+ decl: DeclarationNode;
325
+ children: PropertyFn;
326
+ }): ReactNode;
327
+ TypeName(props: {
328
+ type: Type$9;
329
+ optional?: boolean;
330
+ }): ReactNode;
331
+ Type(props: {
332
+ type: Type$9;
333
+ optional?: boolean;
334
+ }): ReactNode;
335
+ MethodSignature(props: {
336
+ decl: DeclarationNode;
337
+ }): ReactNode;
338
+ MethodInfo?(props: {
339
+ decl: DeclarationNode;
340
+ children?: ReactNode;
341
+ }): ReactNode;
342
+ Resource?(props: {
343
+ resource: Resource$1;
344
+ }): ReactNode;
345
+ }
346
+ //#endregion
347
+ export { TypeName$4 as $, MethodSignatureProps$1 as A, DeclarationProps$8 as At, MethodSignatureProps$2 as B, PropertyProps$1 as C, MethodSignatureProps$6 as Ct, Declaration$2 as D, TypeName$7 as Dt, cli_d_exports as E, Type$7 as Et, csharp_d_exports as F, Type$8 as Ft, http_d_exports as G, PropertyProps$3 as H, Declaration$3 as I, TypeName$8 as It, MethodSignature$4 as J, Declaration$4 as K, DeclarationProps$3 as L, typescript_d_exports as Lt, PropertyProps$2 as M, MethodSignatureProps$7 as Mt, Type$2 as N, Property$8 as Nt, DeclarationProps$2 as O, java_d_exports as Ot, TypeName$2 as P, PropertyProps$8 as Pt, Type$4 as Q, MethodInfo as R, Property$1 as S, MethodSignature$7 as St, TypeName$1 as T, PropertyProps$7 as Tt, Type$3 as U, Property$3 as V, TypeName$3 as W, Property$4 as X, MethodSignatureProps$3 as Y, PropertyProps$4 as Z, terraform_d_exports as _, TypeName$6 as _t, node as a, Property$5 as at, MethodSignature$1 as b, Declaration$7 as bt, MethodSignature as c, TypeName$5 as ct, Resource as d, DeclarationProps$6 as dt, ruby_d_exports as et, ResourceProps as f, MethodSignature$6 as ft, TypeProps as g, Type$6 as gt, TypeName as h, PropertyProps$6 as ht, kotlin as i, MethodSignatureProps$4 as it, Property$2 as j, MethodSignature$8 as jt, MethodSignature$2 as k, Declaration$8 as kt, Property as l, python_d_exports as lt, Type as m, Property$6 as mt, PropertyFn as n, DeclarationProps$5 as nt, Declaration as o, PropertyProps$5 as ot, TerraformSource as p, MethodSignatureProps$5 as pt, DeclarationProps$4 as q, index_d_exports as r, MethodSignature$5 as rt, DeclarationProps as s, Type$5 as st, LanguageComponentDefinition as t, Declaration$5 as tt, PropertyProps as u, Declaration$6 as ut, Declaration$1 as v, TypeProps$6 as vt, Type$1 as w, Property$7 as wt, MethodSignatureProps as x, DeclarationProps$7 as xt, DeclarationProps$1 as y, go_d_exports as yt, MethodSignature$3 as z };
@@ -0,0 +1,16 @@
1
+ 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-DhGxFYx6.js";
2
+ import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "./breadcrumbs-Cvm5Ifm7.js";
3
+ import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "./method-630cPKDl.js";
4
+ import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "./properties-C9W4QJ_F.js";
5
+ import { C as SDKSnippetLanguagesType, D as useStreamingResponse, E as useReferenceNesting, S as SDKSnippetLanguages, T as usePropertyModel, _ as SDKModel, a as SDKChildren, b as SDKRequestTitle, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKMethodProps, h as SDKMethodNotImplemented, 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 SDKModelProps, w as TransformRequestSnippetFn, x as SDKRequestTitleProps, y as SDKReference } from "./sdk-BvZeXpsj.js";
6
+ import { a as SnippetContainer, c as SnippetProps, d as SnippetResponse, i as SnippetCodeProps, l as SnippetRequestContainer, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetFooter, t as Snippet, u as SnippetRequestContainerProps } from "./snippets-Bj7Ey56K.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-RXc9iPzz.js";
8
+ import { n as SDKSidebarProps, t as SDKSidebar } from "./sdk-sidebar-NCBSWuUW.js";
9
+ import { a as StlSidebarProps, i as StlSidebarLink, n as StlSidebarEntry, o as StlSidebarTarget, r as StlSidebarGroup, t as StlSidebar } from "./stl-sidebar-DSkUHwcU.js";
10
+
11
+ //#region src/components/index.d.ts
12
+ declare namespace index_d_exports {
13
+ export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodNotImplemented, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSidebar, SDKSidebarProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetFooter, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, StlSidebar, StlSidebarEntry, StlSidebarGroup, StlSidebarLink, StlSidebarProps, StlSidebarTarget, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, generateApiBreadcrumbs, usePropertyModel, useReferenceNesting, useStreamingResponse };
14
+ }
15
+ //#endregion
16
+ export { index_d_exports as t };