@stainless-api/docs-ui 0.1.0-beta.47 → 0.1.0-beta.49

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 (159) hide show
  1. package/dist/breadcrumbs-nSFZO5Gf.js +63 -0
  2. package/dist/component-DRO8kQSp.js +23 -0
  3. package/dist/{component-generics-F0_Dx7UT.js → component-generics-B6Fn47Mz.js} +1 -1
  4. package/dist/{component-generics-DrrwsjTH.d.ts → component-generics-COP53CRn.d.ts} +2 -2
  5. package/dist/component-generics-fyFHB6qA.d.ts +30 -0
  6. package/dist/components/MaskedInput.d.ts +1 -1
  7. package/dist/components/MaskedInput.js +1 -1
  8. package/dist/components/breadcrumbs.d.ts +1 -1
  9. package/dist/components/breadcrumbs.js +7 -13
  10. package/dist/components/icons.js +1 -1
  11. package/dist/components/index.d.ts +9 -10
  12. package/dist/components/index.js +16 -13
  13. package/dist/components/method.d.ts +1 -1
  14. package/dist/components/method.js +8 -13
  15. package/dist/components/overview.d.ts +1 -1
  16. package/dist/components/overview.js +9 -13
  17. package/dist/components/primitives.d.ts +1 -1
  18. package/dist/components/primitives.js +6 -13
  19. package/dist/components/properties.d.ts +1 -1
  20. package/dist/components/properties.js +7 -13
  21. package/dist/components/sdk.d.ts +1 -2
  22. package/dist/components/sdk.js +8 -13
  23. package/dist/components/sidebar.d.ts +1 -1
  24. package/dist/components/sidebar.js +9 -13
  25. package/dist/components/snippets.d.ts +2 -3
  26. package/dist/components/snippets.js +7 -13
  27. package/dist/components-D7M-BwNI.js +71 -0
  28. package/dist/contexts/component-generics.d.ts +1 -1
  29. package/dist/contexts/component-generics.js +1 -1
  30. package/dist/contexts/component-types.d.ts +10 -11
  31. package/dist/contexts/component.d.ts +13 -14
  32. package/dist/contexts/component.js +25 -13
  33. package/dist/contexts/docs.d.ts +1 -1
  34. package/dist/contexts/docs.js +1 -1
  35. package/dist/contexts/index.d.ts +16 -19
  36. package/dist/contexts/index.js +6 -14
  37. package/dist/contexts/markdown.d.ts +1 -1
  38. package/dist/contexts/markdown.js +2 -2
  39. package/dist/contexts/navigation.d.ts +1 -2
  40. package/dist/contexts/navigation.js +1 -1
  41. package/dist/contexts/use-components.d.ts +9 -10
  42. package/dist/contexts/use-components.js +2 -2
  43. package/dist/contexts-p3rRZDlM.js +39 -0
  44. package/dist/csharp-CDSxfCZE.js +283 -0
  45. package/dist/docs-yYrp-uzs.d.ts +47 -0
  46. package/dist/go-1c3S5ETL.js +303 -0
  47. package/dist/http-2QNWXH9t.js +330 -0
  48. package/dist/{index-CeFeLPGr.d.ts → index-BQpRynot.d.ts} +8 -8
  49. package/dist/index-CnilsjrJ.d.ts +274 -0
  50. package/dist/{index-CTSOZqei.d.ts → index-Ct0NcQUK.d.ts} +1 -1
  51. package/dist/{index-Bt01VI67.d.ts → index-D6NhcxHd.d.ts} +6 -7
  52. package/dist/index-LboM0f0c.d.ts +15 -0
  53. package/dist/index-avtZIGmX.d.ts +13 -0
  54. package/dist/index.d.ts +18 -20
  55. package/dist/index.js +27 -13
  56. package/dist/java-BbjF_oUI.js +403 -0
  57. package/dist/languages/csharp.d.ts +10 -11
  58. package/dist/languages/csharp.js +7 -13
  59. package/dist/languages/go.d.ts +10 -11
  60. package/dist/languages/go.js +7 -13
  61. package/dist/languages/http.d.ts +10 -11
  62. package/dist/languages/http.js +17 -13
  63. package/dist/languages/index.d.ts +10 -11
  64. package/dist/languages/index.js +24 -13
  65. package/dist/languages/java.d.ts +10 -11
  66. package/dist/languages/java.js +7 -13
  67. package/dist/languages/python.d.ts +10 -11
  68. package/dist/languages/python.js +7 -13
  69. package/dist/languages/ruby.d.ts +10 -11
  70. package/dist/languages/ruby.js +7 -13
  71. package/dist/languages/typescript.d.ts +10 -11
  72. package/dist/languages/typescript.js +7 -13
  73. package/dist/languages-BCYZjzuS.js +26 -0
  74. package/dist/markdown/index.d.ts +4 -4
  75. package/dist/markdown/index.js +103 -14
  76. package/dist/markdown/md.js +1 -1
  77. package/dist/markdown/printer.d.ts +2 -0
  78. package/dist/markdown/printer.js +28 -0
  79. package/dist/markdown/utils.d.ts +2 -3
  80. package/dist/markdown/utils.js +1 -1
  81. package/dist/{markdown-Bx-mQFEj.js → markdown-CxdeWgjV.js} +1 -1
  82. package/dist/markdown-DA2cRtlr.d.ts +22 -0
  83. package/dist/method-CE08mUME.js +115 -0
  84. package/dist/{navigation-Cg69h_9U.d.ts → navigation-BfAVGPgw.d.ts} +3 -3
  85. package/dist/navigation-CjBnMcop.d.ts +29 -0
  86. package/dist/overview-DeZSiqFa.d.ts +39 -0
  87. package/dist/overview-S2hUqPXA.js +139 -0
  88. package/dist/primitives-BIWfwN5L.js +258 -0
  89. package/dist/primitives-CbqXZ-5f.d.ts +97 -0
  90. package/dist/printer-DBw4S_Jn.d.ts +13 -0
  91. package/dist/printer-DVZVkqAr.d.ts +13 -0
  92. package/dist/printer-bNxiG6UB.js +74 -0
  93. package/dist/properties-jlGW3USi.js +131 -0
  94. package/dist/python-USOwFDv_.js +279 -0
  95. package/dist/routing-CMqh1cTZ.d.ts +54 -0
  96. package/dist/{routing-BGBmkDBL.js → routing-Wbb7YECB.js} +1 -1
  97. package/dist/routing.d.ts +1 -1
  98. package/dist/routing.js +1 -1
  99. package/dist/ruby-CSvGbSLe.js +387 -0
  100. package/dist/{sdk-Ck0IERc7.d.ts → sdk-BOwYR0k6.d.ts} +1 -1
  101. package/dist/sdk-CSCbbn3O.js +336 -0
  102. package/dist/sdk-CdhDsvo3.d.ts +118 -0
  103. package/dist/sidebar-CWyvCrJ0.js +81 -0
  104. package/dist/snippets-BQLXEIf6.js +161 -0
  105. package/dist/snippets-CbVFNmfq.d.ts +51 -0
  106. package/dist/{snippets-XTXit9Ya.d.ts → snippets-Wjo2dJNw.d.ts} +1 -1
  107. package/dist/spec.d.ts +3 -3
  108. package/dist/spec.js +2 -2
  109. package/dist/style.d.ts +1 -1
  110. package/dist/style.js +1 -1
  111. package/dist/styles/resets.css +2 -1
  112. package/dist/styles.css +1099 -1
  113. package/dist/typescript-DXG9psK3.js +449 -0
  114. package/dist/{use-components-BAHidYIO.js → use-components-RWQbviGq.js} +1 -1
  115. package/dist/{utils-CJElSUwc.d.ts → utils-CTGH5e8c.d.ts} +2 -2
  116. package/dist/utils-DNKOwa7D.d.ts +21 -0
  117. package/dist/{utils-0z34vxY4.js → utils-D_1AWSRX.js} +2 -2
  118. package/dist/utils.d.ts +1 -1
  119. package/dist/utils.js +1 -2
  120. package/package.json +6 -20
  121. package/dist/contexts/search.d.ts +0 -4
  122. package/dist/contexts/search.js +0 -15
  123. package/dist/contexts-D3ClFTt3.js +0 -4117
  124. package/dist/pagefind-BHm6c3fb.js +0 -15
  125. package/dist/search/index.d.ts +0 -26
  126. package/dist/search/index.js +0 -334
  127. package/dist/search/mcp.d.ts +0 -13
  128. package/dist/search/mcp.js +0 -45
  129. package/dist/search/providers/algolia.d.ts +0 -25
  130. package/dist/search/providers/algolia.js +0 -15
  131. package/dist/search/providers/fuse.d.ts +0 -18
  132. package/dist/search/providers/fuse.js +0 -30
  133. package/dist/search/providers/pagefind.d.ts +0 -7
  134. package/dist/search/providers/pagefind.js +0 -3
  135. package/dist/search/providers/walker.d.ts +0 -9
  136. package/dist/search/providers/walker.js +0 -34
  137. package/dist/search/types.d.ts +0 -3
  138. package/dist/search/types.js +0 -3
  139. package/dist/search-B9SJyFXg.d.ts +0 -21
  140. package/dist/types-D7Ipu1J2.d.ts +0 -91
  141. package/dist/types-mRzd9aqe.js +0 -35
  142. /package/dist/{breadcrumbs-Bg3nNgu9.d.ts → breadcrumbs-DEyC9k79.d.ts} +0 -0
  143. /package/dist/{chunk-BWfJHHBp.js → chunk-DRcLgZ1e.js} +0 -0
  144. /package/dist/{docs-DGpIHBGY.d.ts → docs-B8-nCRaa.d.ts} +0 -0
  145. /package/dist/{docs-CNvEp0VL.js → docs-CXqi26jB.js} +0 -0
  146. /package/dist/{icons-DzBceOQw.js → icons-Ckod9aod.js} +0 -0
  147. /package/dist/{markdown-COcowhve.d.ts → markdown-C8o8WrwG.d.ts} +0 -0
  148. /package/dist/{md-D5AxFoS4.js → md-oM2tUaCA.js} +0 -0
  149. /package/dist/{method-DI8ARQ3m.d.ts → method-B6eAtYl2.d.ts} +0 -0
  150. /package/dist/{navigation-bydkHNUW.js → navigation-C5TN0SgC.js} +0 -0
  151. /package/dist/{overview-Bv43Hf_w.d.ts → overview-CswoJHww.d.ts} +0 -0
  152. /package/dist/{primitives-Br-H_CYo.d.ts → primitives-Caj5rKBc.d.ts} +0 -0
  153. /package/dist/{properties-RPXKwEeY.d.ts → properties-BkUlpvU4.d.ts} +0 -0
  154. /package/dist/{routing-nN1nc0jx.d.ts → routing-Dhmv52Fd.d.ts} +0 -0
  155. /package/dist/{sidebar-b3y7VIbU.d.ts → sidebar-BXz93vSy.d.ts} +0 -0
  156. /package/dist/{style-D8hwSwrv.d.ts → style-D7RO5ymE.d.ts} +0 -0
  157. /package/dist/{style-0miv2y38.js → style-gnVEeXFj.js} +0 -0
  158. /package/dist/{utils-CiZXDoFR.js → utils-CqnL9Fc3.js} +0 -0
  159. /package/dist/{utils-BcWczffA.d.ts → utils-d8paVwKN.d.ts} +0 -0
@@ -0,0 +1,63 @@
1
+ import { t as style_default } from "./style-gnVEeXFj.js";
2
+ import { n as Languages } from "./routing-Wbb7YECB.js";
3
+ import { i as Join } from "./primitives-BIWfwN5L.js";
4
+ import { jsx } from "react/jsx-runtime";
5
+ import { ChevronRight } from "lucide-react";
6
+
7
+ //#region src/components/breadcrumbs.tsx
8
+ function generateApiBreadcrumbs(fullPath, spec, basePath) {
9
+ const cleanBasePath = basePath.replace(/\/+$/, "");
10
+ const cleanPath = fullPath.replace(/\/+$/, "");
11
+ if (!cleanPath.startsWith(cleanBasePath)) return null;
12
+ const rest = cleanPath.slice(cleanBasePath.length).split("/").filter(Boolean);
13
+ const breadcrumbs = [];
14
+ let href = cleanBasePath;
15
+ let i = 0;
16
+ if (Languages.includes(rest[0])) {
17
+ href += `/${rest[0]}`;
18
+ i++;
19
+ }
20
+ breadcrumbs.push({
21
+ title: "API Reference",
22
+ href
23
+ });
24
+ let currentSpec = spec;
25
+ while (i < rest.length) {
26
+ const idType = rest[i];
27
+ const idValue = rest[i + 1];
28
+ if (!idType || !idValue || !currentSpec?.[idType]?.[idValue]) break;
29
+ currentSpec = currentSpec[idType][idValue];
30
+ href += `/${idType}/${idValue}`;
31
+ const title = (idType === "methods" ? currentSpec.summary : currentSpec.title) ?? idValue;
32
+ breadcrumbs.push({
33
+ title,
34
+ href
35
+ });
36
+ i += 2;
37
+ }
38
+ return breadcrumbs;
39
+ }
40
+ function SDKBreadcrumbs({ spec, currentPath, basePath = "/api", config = { includeCurrentPage: false } }) {
41
+ const breadcrumbs = generateApiBreadcrumbs(currentPath, spec, basePath);
42
+ if (!breadcrumbs || breadcrumbs.length === 0) return null;
43
+ if (!config?.includeCurrentPage && breadcrumbs.length > 1) breadcrumbs.pop();
44
+ const items = breadcrumbs.map((crumb, index) => /* @__PURE__ */ jsx("div", {
45
+ className: style_default.BreadcrumbsItem,
46
+ children: /* @__PURE__ */ jsx("a", {
47
+ href: crumb.href,
48
+ className: style_default.BreadcrumbsLink,
49
+ children: crumb.title
50
+ })
51
+ }, index));
52
+ return /* @__PURE__ */ jsx("div", {
53
+ className: style_default.Breadcrumbs,
54
+ children: /* @__PURE__ */ jsx(Join, {
55
+ limit: breadcrumbs.length,
56
+ items,
57
+ children: /* @__PURE__ */ jsx(ChevronRight, {})
58
+ })
59
+ });
60
+ }
61
+
62
+ //#endregion
63
+ export { SDKBreadcrumbs as t };
@@ -0,0 +1,23 @@
1
+ import { n as customizeComponents, t as ComponentProvider } from "./component-generics-B6Fn47Mz.js";
2
+ import { t as components_exports } from "./components-D7M-BwNI.js";
3
+ import { n as languages_exports } from "./languages-BCYZjzuS.js";
4
+ import React from "react";
5
+ import { jsx } from "react/jsx-runtime";
6
+
7
+ //#region src/contexts/component.tsx
8
+ const defaultContextValue = {
9
+ components: components_exports,
10
+ language: languages_exports
11
+ };
12
+ function ComponentProvider$1({ components, language, children }) {
13
+ return /* @__PURE__ */ jsx(ComponentProvider, {
14
+ value: React.useMemo(() => customizeComponents(defaultContextValue, {
15
+ components,
16
+ language
17
+ }), [components, language]),
18
+ children
19
+ });
20
+ }
21
+
22
+ //#endregion
23
+ export { defaultContextValue as n, ComponentProvider$1 as t };
@@ -42,4 +42,4 @@ function ComponentProvider({ value, children }) {
42
42
  }
43
43
 
44
44
  //#endregion
45
- export { createStrictContext as a, useComponents as i, customizeComponents as n, useComponentContext as r, ComponentProvider as t };
45
+ export { useComponents as i, customizeComponents as n, useComponentContext as r, ComponentProvider as t };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime89 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/contexts/component-generics.d.ts
5
5
  type DeepPartialMap<L> = { [K in keyof L]?: Partial<L[K]> };
@@ -25,6 +25,6 @@ declare function ComponentProvider<C, L>({
25
25
  }: {
26
26
  value: ComponentsContextType<C, L>;
27
27
  children: React$1.ReactNode;
28
- }): react_jsx_runtime89.JSX.Element;
28
+ }): react_jsx_runtime0.JSX.Element;
29
29
  //#endregion
30
30
  export { useComponents as a, useComponentContext as i, ComponentsContextType as n, customizeComponents as r, ComponentProvider as t };
@@ -0,0 +1,30 @@
1
+ import * as React$1 from "react";
2
+ import * as react_jsx_runtime57 from "react/jsx-runtime";
3
+
4
+ //#region src/contexts/component-generics.d.ts
5
+ type DeepPartialMap<L> = { [K in keyof L]?: Partial<L[K]> };
6
+ type ComponentsContextType<C, L> = {
7
+ components: C;
8
+ language: L;
9
+ };
10
+ declare const useComponentContext: () => ComponentsContextType<any, any>;
11
+ declare function useComponents<C = unknown>(): C;
12
+ declare function customizeComponents<C, L>(defaults: {
13
+ components: C;
14
+ language: L;
15
+ }, overrides?: {
16
+ components?: Partial<C>;
17
+ language?: DeepPartialMap<L>;
18
+ }): {
19
+ components: C;
20
+ language: L;
21
+ };
22
+ declare function ComponentProvider<C, L>({
23
+ value,
24
+ children
25
+ }: {
26
+ value: ComponentsContextType<C, L>;
27
+ children: React$1.ReactNode;
28
+ }): react_jsx_runtime57.JSX.Element;
29
+ //#endregion
30
+ export { useComponents as a, useComponentContext as i, ComponentsContextType as n, customizeComponents as r, ComponentProvider as t };
@@ -1,4 +1,4 @@
1
- import { i as InputProps } from "../primitives-Br-H_CYo.js";
1
+ import { i as InputProps } from "../primitives-Caj5rKBc.js";
2
2
  import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/MaskedInput.d.ts
@@ -1,4 +1,4 @@
1
- import { t as style_default } from "../style-0miv2y38.js";
1
+ import { t as style_default } from "../style-gnVEeXFj.js";
2
2
  import * as React$1 from "react";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
 
@@ -1,2 +1,2 @@
1
- import { t as SDKBreadcrumbs } from "../breadcrumbs-Bg3nNgu9.js";
1
+ import { t as SDKBreadcrumbs } from "../breadcrumbs-DEyC9k79.js";
2
2
  export { SDKBreadcrumbs };
@@ -1,15 +1,9 @@
1
- import "../docs-CNvEp0VL.js";
2
- import "../component-generics-F0_Dx7UT.js";
3
- import "../navigation-bydkHNUW.js";
4
- import "../markdown-Bx-mQFEj.js";
5
- import "../routing-BGBmkDBL.js";
6
- import "../style-0miv2y38.js";
7
- import "../use-components-BAHidYIO.js";
8
- import { pt as SDKBreadcrumbs } from "../contexts-D3ClFTt3.js";
9
- import "../icons-DzBceOQw.js";
10
- import "../utils-0z34vxY4.js";
11
- import "../md-D5AxFoS4.js";
12
- import "../utils-CiZXDoFR.js";
13
- import "../types-mRzd9aqe.js";
1
+ import "../docs-CXqi26jB.js";
2
+ import "../component-generics-B6Fn47Mz.js";
3
+ import "../navigation-C5TN0SgC.js";
4
+ import "../markdown-CxdeWgjV.js";
5
+ import "../contexts-p3rRZDlM.js";
6
+ import "../primitives-BIWfwN5L.js";
7
+ import { t as SDKBreadcrumbs } from "../breadcrumbs-nSFZO5Gf.js";
14
8
 
15
9
  export { SDKBreadcrumbs };
@@ -1,3 +1,3 @@
1
- import { a as KotlinIcon, c as RubyIcon, i as JavaIcon, l as TerraformIcon, n as CurlIcon, o as PowershellIcon, r as GoIcon, s as PythonIcon, t as CSharpIcon, u as TypescriptIcon } from "../icons-DzBceOQw.js";
1
+ import { a as KotlinIcon, c as RubyIcon, i as JavaIcon, l as TerraformIcon, n as CurlIcon, o as PowershellIcon, r as GoIcon, s as PythonIcon, t as CSharpIcon, u as TypescriptIcon } from "../icons-Ckod9aod.js";
2
2
 
3
3
  export { CSharpIcon, CurlIcon, GoIcon, JavaIcon, KotlinIcon, PowershellIcon, PythonIcon, RubyIcon, TerraformIcon, TypescriptIcon };
@@ -1,11 +1,10 @@
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-Br-H_CYo.js";
2
- import { t as SDKBreadcrumbs } from "../breadcrumbs-Bg3nNgu9.js";
3
- 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-DI8ARQ3m.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-RPXKwEeY.js";
5
- import "../routing-nN1nc0jx.js";
6
- 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-Ck0IERc7.js";
7
- import { a as SnippetContainer, c as SnippetRequestContainer, i as SnippetCodeProps, l as SnippetRequestContainerProps, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetProps, t as Snippet, u as SnippetResponse } from "../snippets-XTXit9Ya.js";
8
- 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-Bv43Hf_w.js";
9
- import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-b3y7VIbU.js";
10
- import "../index-CeFeLPGr.js";
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-Caj5rKBc.js";
2
+ import { t as SDKBreadcrumbs } from "../breadcrumbs-DEyC9k79.js";
3
+ 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-B6eAtYl2.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-BkUlpvU4.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-BOwYR0k6.js";
6
+ import { a as SnippetContainer, c as SnippetRequestContainer, i as SnippetCodeProps, l as SnippetRequestContainerProps, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetProps, t as Snippet, u as SnippetResponse } from "../snippets-Wjo2dJNw.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-CswoJHww.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-BXz93vSy.js";
9
+ import "../index-BQpRynot.js";
11
10
  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, PropertyTitle, PropertyTitleProps, 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, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, usePropertyModel, useReferenceNesting };
@@ -1,15 +1,18 @@
1
- import "../docs-CNvEp0VL.js";
2
- import "../component-generics-F0_Dx7UT.js";
3
- import "../navigation-bydkHNUW.js";
4
- import "../markdown-Bx-mQFEj.js";
5
- import "../routing-BGBmkDBL.js";
6
- import "../style-0miv2y38.js";
7
- import "../use-components-BAHidYIO.js";
8
- import { $t as HttpMethods, At as SDKExample, Bt as usePropertyModel, Ct as SnippetRequestContainer, Dt as SDKChildren, Et as ReferenceNestingContext, Ft as SDKMethodInfo, Gt as Join, Ht as Badge, It as SDKModel, Jt as Markdown, Kt as Link, Lt as SDKReference, Mt as SDKLanguageBlock, Nt as SDKMethod, Ot as SDKConstraints, Pt as SDKMethodHeader, Qt as HttpMethodIcons, Rt as SDKRequestTitle, St as SnippetContainer, Tt as PropertyModelContext, Ut as Expander, Vt as useReferenceNesting, Wt as Input, Xt as Tooltip, Yt as ToggleButton, Zt as VirtualExpander, _t as SDKResourceHeader, an as MethodRoute, bt as SnippetButtons, cn as PropertyTitle, dt as SidebarMethod, en as Method, ft as SidebarResource, gt as SDKResource, ht as SDKOverview, in as MethodInfo, jt as SDKIcon, kt as SDKDeclaration, ln as PropertyToggle, lt as Sidebar, mt as SDKMethodSummary, nn as MethodHeader, on as Property, pt as SDKBreadcrumbs, qt as ListView, rn as MethodIconBadge, sn as PropertyDescription, tn as MethodDescription, ut as SidebarExpander, vt as SDKRoot, wt as SnippetResponse, xt as SnippetCode, yt as Snippet, zt as SDKSnippetLanguages } from "../contexts-D3ClFTt3.js";
9
- import "../icons-DzBceOQw.js";
10
- import "../utils-0z34vxY4.js";
11
- import "../md-D5AxFoS4.js";
12
- import "../utils-CiZXDoFR.js";
13
- import "../types-mRzd9aqe.js";
1
+ import "../docs-CXqi26jB.js";
2
+ import "../component-generics-B6Fn47Mz.js";
3
+ import "../navigation-C5TN0SgC.js";
4
+ import "../markdown-CxdeWgjV.js";
5
+ import "../contexts-p3rRZDlM.js";
6
+ import "../use-components-RWQbviGq.js";
7
+ import { i as PropertyToggle, n as PropertyDescription, r as PropertyTitle, t as Property } from "../properties-jlGW3USi.js";
8
+ import { a as MethodHeader, c as MethodRoute, i as MethodDescription, n as HttpMethods, o as MethodIconBadge, r as Method, s as MethodInfo, t as HttpMethodIcons } from "../method-CE08mUME.js";
9
+ import { a as Link, c as ToggleButton, i as Join, l as Tooltip, n as Expander, o as ListView, r as Input, s as Markdown, t as Badge, u as VirtualExpander } from "../primitives-BIWfwN5L.js";
10
+ import "../icons-Ckod9aod.js";
11
+ import { _ as useReferenceNesting, a as SDKDeclaration, c as SDKLanguageBlock, d as SDKMethodInfo, f as SDKModel, g as usePropertyModel, h as SDKSnippetLanguages, i as SDKConstraints, l as SDKMethod, m as SDKRequestTitle, n as ReferenceNestingContext, o as SDKExample, p as SDKReference, r as SDKChildren, s as SDKIcon, t as PropertyModelContext, u as SDKMethodHeader } from "../sdk-CSCbbn3O.js";
12
+ import { a as SnippetRequestContainer, i as SnippetContainer, n as SnippetButtons, o as SnippetResponse, r as SnippetCode, t as Snippet } from "../snippets-BQLXEIf6.js";
13
+ import { a as SDKRoot, i as SDKResourceHeader, n as SDKOverview, r as SDKResource, t as SDKMethodSummary } from "../overview-S2hUqPXA.js";
14
+ import { t as SDKBreadcrumbs } from "../breadcrumbs-nSFZO5Gf.js";
15
+ import { i as SidebarResource, n as SidebarExpander, r as SidebarMethod, t as Sidebar } from "../sidebar-CWyvCrJ0.js";
16
+ import "../components-D7M-BwNI.js";
14
17
 
15
18
  export { Badge, Expander, HttpMethodIcons, HttpMethods, Input, Join, Link, ListView, Markdown, Method, MethodDescription, MethodHeader, MethodIconBadge, MethodInfo, MethodRoute, Property, PropertyDescription, PropertyModelContext, PropertyTitle, PropertyToggle, ReferenceNestingContext, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodSummary, SDKModel, SDKOverview, SDKReference, SDKRequestTitle, SDKResource, SDKResourceHeader, SDKRoot, SDKSnippetLanguages, Sidebar, SidebarExpander, SidebarMethod, SidebarResource, Snippet, SnippetButtons, SnippetCode, SnippetContainer, SnippetRequestContainer, SnippetResponse, ToggleButton, Tooltip, VirtualExpander, usePropertyModel, useReferenceNesting };
@@ -1,2 +1,2 @@
1
- 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-DI8ARQ3m.js";
1
+ 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-B6eAtYl2.js";
2
2
  export { HTTPMethod, HttpMethodIcons, HttpMethods, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodIconBadge, MethodIconProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps };
@@ -1,15 +1,10 @@
1
- import "../docs-CNvEp0VL.js";
2
- import "../component-generics-F0_Dx7UT.js";
3
- import "../navigation-bydkHNUW.js";
4
- import "../markdown-Bx-mQFEj.js";
5
- import "../routing-BGBmkDBL.js";
6
- import "../style-0miv2y38.js";
7
- import "../use-components-BAHidYIO.js";
8
- import { $t as HttpMethods, Qt as HttpMethodIcons, an as MethodRoute, en as Method, in as MethodInfo, nn as MethodHeader, rn as MethodIconBadge, tn as MethodDescription } from "../contexts-D3ClFTt3.js";
9
- import "../icons-DzBceOQw.js";
10
- import "../utils-0z34vxY4.js";
11
- import "../md-D5AxFoS4.js";
12
- import "../utils-CiZXDoFR.js";
13
- import "../types-mRzd9aqe.js";
1
+ import "../docs-CXqi26jB.js";
2
+ import "../component-generics-B6Fn47Mz.js";
3
+ import "../navigation-C5TN0SgC.js";
4
+ import "../markdown-CxdeWgjV.js";
5
+ import "../contexts-p3rRZDlM.js";
6
+ import "../use-components-RWQbviGq.js";
7
+ import "../properties-jlGW3USi.js";
8
+ import { a as MethodHeader, c as MethodRoute, i as MethodDescription, n as HttpMethods, o as MethodIconBadge, r as Method, s as MethodInfo, t as HttpMethodIcons } from "../method-CE08mUME.js";
14
9
 
15
10
  export { HttpMethodIcons, HttpMethods, Method, MethodDescription, MethodHeader, MethodIconBadge, MethodInfo, MethodRoute };
@@ -1,2 +1,2 @@
1
- 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-Bv43Hf_w.js";
1
+ 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-CswoJHww.js";
2
2
  export { SDKMethodSummary, SDKMethodSummaryProps, SDKOverview, SDKOverviewProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps };
@@ -1,15 +1,11 @@
1
- import "../docs-CNvEp0VL.js";
2
- import "../component-generics-F0_Dx7UT.js";
3
- import "../navigation-bydkHNUW.js";
4
- import "../markdown-Bx-mQFEj.js";
5
- import "../routing-BGBmkDBL.js";
6
- import "../style-0miv2y38.js";
7
- import "../use-components-BAHidYIO.js";
8
- import { _t as SDKResourceHeader, gt as SDKResource, ht as SDKOverview, mt as SDKMethodSummary, vt as SDKRoot } from "../contexts-D3ClFTt3.js";
9
- import "../icons-DzBceOQw.js";
10
- import "../utils-0z34vxY4.js";
11
- import "../md-D5AxFoS4.js";
12
- import "../utils-CiZXDoFR.js";
13
- import "../types-mRzd9aqe.js";
1
+ import "../docs-CXqi26jB.js";
2
+ import "../component-generics-B6Fn47Mz.js";
3
+ import "../navigation-C5TN0SgC.js";
4
+ import "../markdown-CxdeWgjV.js";
5
+ import "../contexts-p3rRZDlM.js";
6
+ import "../use-components-RWQbviGq.js";
7
+ import "../properties-jlGW3USi.js";
8
+ import "../primitives-BIWfwN5L.js";
9
+ import { a as SDKRoot, i as SDKResourceHeader, n as SDKOverview, r as SDKResource, t as SDKMethodSummary } from "../overview-S2hUqPXA.js";
14
10
 
15
11
  export { SDKMethodSummary, SDKOverview, SDKResource, SDKResourceHeader, SDKRoot };
@@ -1,2 +1,2 @@
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-Br-H_CYo.js";
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-Caj5rKBc.js";
2
2
  export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, ToggleButton, ToggleButtonProps, Tooltip, VirtualExpander };
@@ -1,15 +1,8 @@
1
- import "../docs-CNvEp0VL.js";
2
- import "../component-generics-F0_Dx7UT.js";
3
- import "../navigation-bydkHNUW.js";
4
- import "../markdown-Bx-mQFEj.js";
5
- import "../routing-BGBmkDBL.js";
6
- import "../style-0miv2y38.js";
7
- import "../use-components-BAHidYIO.js";
8
- import { Gt as Join, Ht as Badge, Jt as Markdown, Kt as Link, Ut as Expander, Wt as Input, Xt as Tooltip, Yt as ToggleButton, Zt as VirtualExpander, qt as ListView } from "../contexts-D3ClFTt3.js";
9
- import "../icons-DzBceOQw.js";
10
- import "../utils-0z34vxY4.js";
11
- import "../md-D5AxFoS4.js";
12
- import "../utils-CiZXDoFR.js";
13
- import "../types-mRzd9aqe.js";
1
+ import "../docs-CXqi26jB.js";
2
+ import "../component-generics-B6Fn47Mz.js";
3
+ import "../navigation-C5TN0SgC.js";
4
+ import "../markdown-CxdeWgjV.js";
5
+ import "../contexts-p3rRZDlM.js";
6
+ import { a as Link, c as ToggleButton, i as Join, l as Tooltip, n as Expander, o as ListView, r as Input, s as Markdown, t as Badge, u as VirtualExpander } from "../primitives-BIWfwN5L.js";
14
7
 
15
8
  export { Badge, Expander, Input, Join, Link, ListView, Markdown, ToggleButton, Tooltip, VirtualExpander };
@@ -1,2 +1,2 @@
1
- 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-RPXKwEeY.js";
1
+ 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-BkUlpvU4.js";
2
2
  export { Property, PropertyDescription, PropertyDescriptionProps, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps };
@@ -1,15 +1,9 @@
1
- import "../docs-CNvEp0VL.js";
2
- import "../component-generics-F0_Dx7UT.js";
3
- import "../navigation-bydkHNUW.js";
4
- import "../markdown-Bx-mQFEj.js";
5
- import "../routing-BGBmkDBL.js";
6
- import "../style-0miv2y38.js";
7
- import "../use-components-BAHidYIO.js";
8
- import { cn as PropertyTitle, ln as PropertyToggle, on as Property, sn as PropertyDescription } from "../contexts-D3ClFTt3.js";
9
- import "../icons-DzBceOQw.js";
10
- import "../utils-0z34vxY4.js";
11
- import "../md-D5AxFoS4.js";
12
- import "../utils-CiZXDoFR.js";
13
- import "../types-mRzd9aqe.js";
1
+ import "../docs-CXqi26jB.js";
2
+ import "../component-generics-B6Fn47Mz.js";
3
+ import "../navigation-C5TN0SgC.js";
4
+ import "../markdown-CxdeWgjV.js";
5
+ import "../contexts-p3rRZDlM.js";
6
+ import "../use-components-RWQbviGq.js";
7
+ import { i as PropertyToggle, n as PropertyDescription, r as PropertyTitle, t as Property } from "../properties-jlGW3USi.js";
14
8
 
15
9
  export { Property, PropertyDescription, PropertyTitle, PropertyToggle };
@@ -1,3 +1,2 @@
1
- import "../routing-nN1nc0jx.js";
2
- 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-Ck0IERc7.js";
1
+ 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-BOwYR0k6.js";
3
2
  export { PropertyModelContext, PropertyModelContextType, ReferenceNestingContext, ReferenceNestingContextType, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodProps, SDKModel, SDKModelProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKSnippetLanguages, SDKSnippetLanguagesType, TransformRequestSnippetFn, usePropertyModel, useReferenceNesting };
@@ -1,15 +1,10 @@
1
- import "../docs-CNvEp0VL.js";
2
- import "../component-generics-F0_Dx7UT.js";
3
- import "../navigation-bydkHNUW.js";
4
- import "../markdown-Bx-mQFEj.js";
5
- import "../routing-BGBmkDBL.js";
6
- import "../style-0miv2y38.js";
7
- import "../use-components-BAHidYIO.js";
8
- import { At as SDKExample, Bt as usePropertyModel, Dt as SDKChildren, Et as ReferenceNestingContext, Ft as SDKMethodInfo, It as SDKModel, Lt as SDKReference, Mt as SDKLanguageBlock, Nt as SDKMethod, Ot as SDKConstraints, Pt as SDKMethodHeader, Rt as SDKRequestTitle, Tt as PropertyModelContext, Vt as useReferenceNesting, jt as SDKIcon, kt as SDKDeclaration, zt as SDKSnippetLanguages } from "../contexts-D3ClFTt3.js";
9
- import "../icons-DzBceOQw.js";
10
- import "../utils-0z34vxY4.js";
11
- import "../md-D5AxFoS4.js";
12
- import "../utils-CiZXDoFR.js";
13
- import "../types-mRzd9aqe.js";
1
+ import "../docs-CXqi26jB.js";
2
+ import "../component-generics-B6Fn47Mz.js";
3
+ import "../navigation-C5TN0SgC.js";
4
+ import "../markdown-CxdeWgjV.js";
5
+ import "../contexts-p3rRZDlM.js";
6
+ import "../use-components-RWQbviGq.js";
7
+ import "../icons-Ckod9aod.js";
8
+ import { _ as useReferenceNesting, a as SDKDeclaration, c as SDKLanguageBlock, d as SDKMethodInfo, f as SDKModel, g as usePropertyModel, h as SDKSnippetLanguages, i as SDKConstraints, l as SDKMethod, m as SDKRequestTitle, n as ReferenceNestingContext, o as SDKExample, p as SDKReference, r as SDKChildren, s as SDKIcon, t as PropertyModelContext, u as SDKMethodHeader } from "../sdk-CSCbbn3O.js";
14
9
 
15
10
  export { PropertyModelContext, ReferenceNestingContext, SDKChildren, SDKConstraints, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKModel, SDKReference, SDKRequestTitle, SDKSnippetLanguages, usePropertyModel, useReferenceNesting };
@@ -1,2 +1,2 @@
1
- import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-b3y7VIbU.js";
1
+ import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-BXz93vSy.js";
2
2
  export { Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps };
@@ -1,15 +1,11 @@
1
- import "../docs-CNvEp0VL.js";
2
- import "../component-generics-F0_Dx7UT.js";
3
- import "../navigation-bydkHNUW.js";
4
- import "../markdown-Bx-mQFEj.js";
5
- import "../routing-BGBmkDBL.js";
6
- import "../style-0miv2y38.js";
7
- import "../use-components-BAHidYIO.js";
8
- import { dt as SidebarMethod, ft as SidebarResource, lt as Sidebar, ut as SidebarExpander } from "../contexts-D3ClFTt3.js";
9
- import "../icons-DzBceOQw.js";
10
- import "../utils-0z34vxY4.js";
11
- import "../md-D5AxFoS4.js";
12
- import "../utils-CiZXDoFR.js";
13
- import "../types-mRzd9aqe.js";
1
+ import "../docs-CXqi26jB.js";
2
+ import "../component-generics-B6Fn47Mz.js";
3
+ import "../navigation-C5TN0SgC.js";
4
+ import "../markdown-CxdeWgjV.js";
5
+ import "../contexts-p3rRZDlM.js";
6
+ import "../use-components-RWQbviGq.js";
7
+ import "../properties-jlGW3USi.js";
8
+ import "../method-CE08mUME.js";
9
+ import { i as SidebarResource, n as SidebarExpander, r as SidebarMethod, t as Sidebar } from "../sidebar-CWyvCrJ0.js";
14
10
 
15
11
  export { Sidebar, SidebarExpander, SidebarMethod, SidebarResource };
@@ -1,4 +1,3 @@
1
- import "../routing-nN1nc0jx.js";
2
- import "../sdk-Ck0IERc7.js";
3
- import { a as SnippetContainer, c as SnippetRequestContainer, i as SnippetCodeProps, l as SnippetRequestContainerProps, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetProps, t as Snippet, u as SnippetResponse } from "../snippets-XTXit9Ya.js";
1
+ import "../sdk-BOwYR0k6.js";
2
+ import { a as SnippetContainer, c as SnippetRequestContainer, i as SnippetCodeProps, l as SnippetRequestContainerProps, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetProps, t as Snippet, u as SnippetResponse } from "../snippets-Wjo2dJNw.js";
4
3
  export { Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse };
@@ -1,15 +1,9 @@
1
- import "../docs-CNvEp0VL.js";
2
- import "../component-generics-F0_Dx7UT.js";
3
- import "../navigation-bydkHNUW.js";
4
- import "../markdown-Bx-mQFEj.js";
5
- import "../routing-BGBmkDBL.js";
6
- import "../style-0miv2y38.js";
7
- import "../use-components-BAHidYIO.js";
8
- import { Ct as SnippetRequestContainer, St as SnippetContainer, bt as SnippetButtons, wt as SnippetResponse, xt as SnippetCode, yt as Snippet } from "../contexts-D3ClFTt3.js";
9
- import "../icons-DzBceOQw.js";
10
- import "../utils-0z34vxY4.js";
11
- import "../md-D5AxFoS4.js";
12
- import "../utils-CiZXDoFR.js";
13
- import "../types-mRzd9aqe.js";
1
+ import "../docs-CXqi26jB.js";
2
+ import "../component-generics-B6Fn47Mz.js";
3
+ import "../navigation-C5TN0SgC.js";
4
+ import "../markdown-CxdeWgjV.js";
5
+ import "../contexts-p3rRZDlM.js";
6
+ import "../use-components-RWQbviGq.js";
7
+ import { a as SnippetRequestContainer, i as SnippetContainer, n as SnippetButtons, o as SnippetResponse, r as SnippetCode, t as Snippet } from "../snippets-BQLXEIf6.js";
14
8
 
15
9
  export { Snippet, SnippetButtons, SnippetCode, SnippetContainer, SnippetRequestContainer, SnippetResponse };
@@ -0,0 +1,71 @@
1
+ import { t as __export } from "./chunk-DRcLgZ1e.js";
2
+ import { i as PropertyToggle, n as PropertyDescription, r as PropertyTitle, t as Property } from "./properties-jlGW3USi.js";
3
+ import { a as MethodHeader, c as MethodRoute, i as MethodDescription, n as HttpMethods, o as MethodIconBadge, r as Method, s as MethodInfo, t as HttpMethodIcons } from "./method-CE08mUME.js";
4
+ import { a as Link, c as ToggleButton, i as Join, l as Tooltip, n as Expander, o as ListView, r as Input, s as Markdown, t as Badge, u as VirtualExpander } from "./primitives-BIWfwN5L.js";
5
+ import { _ as useReferenceNesting, a as SDKDeclaration, c as SDKLanguageBlock, d as SDKMethodInfo, f as SDKModel, g as usePropertyModel, h as SDKSnippetLanguages, i as SDKConstraints, l as SDKMethod, m as SDKRequestTitle, n as ReferenceNestingContext, o as SDKExample, p as SDKReference, r as SDKChildren, s as SDKIcon, t as PropertyModelContext, u as SDKMethodHeader } from "./sdk-CSCbbn3O.js";
6
+ import { a as SnippetRequestContainer, i as SnippetContainer, n as SnippetButtons, o as SnippetResponse, r as SnippetCode, t as Snippet } from "./snippets-BQLXEIf6.js";
7
+ import { a as SDKRoot, i as SDKResourceHeader, n as SDKOverview, r as SDKResource, t as SDKMethodSummary } from "./overview-S2hUqPXA.js";
8
+ import { t as SDKBreadcrumbs } from "./breadcrumbs-nSFZO5Gf.js";
9
+ import { i as SidebarResource, n as SidebarExpander, r as SidebarMethod, t as Sidebar } from "./sidebar-CWyvCrJ0.js";
10
+
11
+ //#region src/components/index.ts
12
+ var components_exports = /* @__PURE__ */ __export({
13
+ Badge: () => Badge,
14
+ Expander: () => Expander,
15
+ HttpMethodIcons: () => HttpMethodIcons,
16
+ HttpMethods: () => HttpMethods,
17
+ Input: () => Input,
18
+ Join: () => Join,
19
+ Link: () => Link,
20
+ ListView: () => ListView,
21
+ Markdown: () => Markdown,
22
+ Method: () => Method,
23
+ MethodDescription: () => MethodDescription,
24
+ MethodHeader: () => MethodHeader,
25
+ MethodIconBadge: () => MethodIconBadge,
26
+ MethodInfo: () => MethodInfo,
27
+ MethodRoute: () => MethodRoute,
28
+ Property: () => Property,
29
+ PropertyDescription: () => PropertyDescription,
30
+ PropertyModelContext: () => PropertyModelContext,
31
+ PropertyTitle: () => PropertyTitle,
32
+ PropertyToggle: () => PropertyToggle,
33
+ ReferenceNestingContext: () => ReferenceNestingContext,
34
+ SDKBreadcrumbs: () => SDKBreadcrumbs,
35
+ SDKChildren: () => SDKChildren,
36
+ SDKConstraints: () => SDKConstraints,
37
+ SDKDeclaration: () => SDKDeclaration,
38
+ SDKExample: () => SDKExample,
39
+ SDKIcon: () => SDKIcon,
40
+ SDKLanguageBlock: () => SDKLanguageBlock,
41
+ SDKMethod: () => SDKMethod,
42
+ SDKMethodHeader: () => SDKMethodHeader,
43
+ SDKMethodInfo: () => SDKMethodInfo,
44
+ SDKMethodSummary: () => SDKMethodSummary,
45
+ SDKModel: () => SDKModel,
46
+ SDKOverview: () => SDKOverview,
47
+ SDKReference: () => SDKReference,
48
+ SDKRequestTitle: () => SDKRequestTitle,
49
+ SDKResource: () => SDKResource,
50
+ SDKResourceHeader: () => SDKResourceHeader,
51
+ SDKRoot: () => SDKRoot,
52
+ SDKSnippetLanguages: () => SDKSnippetLanguages,
53
+ Sidebar: () => Sidebar,
54
+ SidebarExpander: () => SidebarExpander,
55
+ SidebarMethod: () => SidebarMethod,
56
+ SidebarResource: () => SidebarResource,
57
+ Snippet: () => Snippet,
58
+ SnippetButtons: () => SnippetButtons,
59
+ SnippetCode: () => SnippetCode,
60
+ SnippetContainer: () => SnippetContainer,
61
+ SnippetRequestContainer: () => SnippetRequestContainer,
62
+ SnippetResponse: () => SnippetResponse,
63
+ ToggleButton: () => ToggleButton,
64
+ Tooltip: () => Tooltip,
65
+ VirtualExpander: () => VirtualExpander,
66
+ usePropertyModel: () => usePropertyModel,
67
+ useReferenceNesting: () => useReferenceNesting
68
+ });
69
+
70
+ //#endregion
71
+ export { components_exports as t };
@@ -1,2 +1,2 @@
1
- import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-DrrwsjTH.js";
1
+ import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-fyFHB6qA.js";
2
2
  export { ComponentProvider, ComponentsContextType, customizeComponents, useComponentContext, useComponents };
@@ -1,3 +1,3 @@
1
- import { i as useComponents, n as customizeComponents, r as useComponentContext, t as ComponentProvider } from "../component-generics-F0_Dx7UT.js";
1
+ import { i as useComponents, n as customizeComponents, r as useComponentContext, t as ComponentProvider } from "../component-generics-B6Fn47Mz.js";
2
2
 
3
3
  export { ComponentProvider, customizeComponents, useComponentContext, useComponents };
@@ -1,14 +1,13 @@
1
- import "../primitives-Br-H_CYo.js";
2
- import "../breadcrumbs-Bg3nNgu9.js";
3
- import "../method-DI8ARQ3m.js";
4
- import "../properties-RPXKwEeY.js";
5
- import "../routing-nN1nc0jx.js";
6
- import "../sdk-Ck0IERc7.js";
7
- import "../snippets-XTXit9Ya.js";
8
- import "../overview-Bv43Hf_w.js";
9
- import "../sidebar-b3y7VIbU.js";
10
- import { t as index_d_exports } from "../index-CeFeLPGr.js";
11
- import { r as index_d_exports$1 } from "../index-CTSOZqei.js";
1
+ import "../primitives-Caj5rKBc.js";
2
+ import "../breadcrumbs-DEyC9k79.js";
3
+ import "../method-B6eAtYl2.js";
4
+ import "../properties-BkUlpvU4.js";
5
+ import "../sdk-BOwYR0k6.js";
6
+ import "../snippets-Wjo2dJNw.js";
7
+ import "../overview-CswoJHww.js";
8
+ import "../sidebar-BXz93vSy.js";
9
+ import { t as index_d_exports } from "../index-BQpRynot.js";
10
+ import { r as index_d_exports$1 } from "../index-Ct0NcQUK.js";
12
11
 
13
12
  //#region src/contexts/component-types.d.ts
14
13
  type AppComponents = typeof index_d_exports;