@stainless-api/docs-ui 0.1.0-beta.39 → 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 (59) hide show
  1. package/dist/{breadcrumbs-BJwRrIDS.d.ts → breadcrumbs-CZg0Fk4V.d.ts} +2 -2
  2. package/dist/{component-generics-v4X7l-nO.d.ts → component-generics-BLXXX1dz.d.ts} +2 -2
  3. package/dist/components/breadcrumbs.d.ts +1 -1
  4. package/dist/components/icons.d.ts +10 -10
  5. package/dist/components/index.d.ts +10 -10
  6. package/dist/components/method.d.ts +1 -1
  7. package/dist/components/overview.d.ts +1 -1
  8. package/dist/components/primitives.d.ts +1 -1
  9. package/dist/components/properties.d.ts +1 -1
  10. package/dist/components/sdk.d.ts +2 -2
  11. package/dist/components/sidebar.d.ts +1 -1
  12. package/dist/components/snippets.d.ts +3 -3
  13. package/dist/contexts/component-generics.d.ts +1 -1
  14. package/dist/contexts/component-types.d.ts +11 -11
  15. package/dist/contexts/component.d.ts +14 -14
  16. package/dist/contexts/docs.d.ts +1 -1
  17. package/dist/contexts/index.d.ts +18 -18
  18. package/dist/contexts/markdown.d.ts +1 -1
  19. package/dist/contexts/navigation.d.ts +2 -2
  20. package/dist/contexts/search.d.ts +3 -3
  21. package/dist/contexts/use-components.d.ts +10 -10
  22. package/dist/{docs-CEN4Xl5K.d.ts → docs-BeJaKOCE.d.ts} +2 -2
  23. package/dist/{index-Dxr0Oj7i.d.ts → index-CBi59jcw.d.ts} +26 -26
  24. package/dist/{index-koj-Nc-M.d.ts → index-DT1wzg21.d.ts} +8 -8
  25. package/dist/{index-BNwrwxMQ.d.ts → index-DteYqCJO.d.ts} +6 -6
  26. package/dist/index.d.ts +18 -18
  27. package/dist/languages/go.d.ts +11 -11
  28. package/dist/languages/http.d.ts +11 -11
  29. package/dist/languages/index.d.ts +11 -11
  30. package/dist/languages/java.d.ts +11 -11
  31. package/dist/languages/python.d.ts +11 -11
  32. package/dist/languages/ruby.d.ts +11 -11
  33. package/dist/languages/typescript.d.ts +11 -11
  34. package/dist/markdown/index.d.ts +3 -3
  35. package/dist/markdown/utils.d.ts +3 -3
  36. package/dist/{markdown-Cf1yLmR9.d.ts → markdown-DTVxnxGP.d.ts} +2 -2
  37. package/dist/{method-BufS4KC3.d.ts → method-DHjDGGA_.d.ts} +7 -7
  38. package/dist/{navigation-tYqZ92k_.d.ts → navigation-rt_B_1lt.d.ts} +3 -3
  39. package/dist/{overview-DdX0dlwP.d.ts → overview-CKJV2xUO.d.ts} +6 -6
  40. package/dist/{primitives-B7rqll78.d.ts → primitives-CiVFjnRA.d.ts} +9 -9
  41. package/dist/{properties-DIURiLZX.d.ts → properties-Z45x-uLZ.d.ts} +4 -4
  42. package/dist/{routing-CHvzedJA.d.ts → routing-DNN8R6bZ.d.ts} +1 -1
  43. package/dist/routing.d.ts +1 -1
  44. package/dist/{sdk-D1lxyLub.d.ts → sdk-DDWWoPPD.d.ts} +14 -14
  45. package/dist/search/index.d.ts +2 -2
  46. package/dist/search/providers/algolia.d.ts +2 -2
  47. package/dist/search/providers/fuse.d.ts +2 -2
  48. package/dist/search/providers/pagefind.d.ts +2 -2
  49. package/dist/search/providers/walker.d.ts +2 -2
  50. package/dist/search/types.d.ts +2 -2
  51. package/dist/{search-D2KsMSvq.d.ts → search-CCDWCiAd.d.ts} +3 -3
  52. package/dist/{sidebar-eox2y7Tm.d.ts → sidebar-DrtsF85U.d.ts} +5 -5
  53. package/dist/{snippets-BZcjtee5.d.ts → snippets-B2EEG7AK.d.ts} +7 -7
  54. package/dist/spec.d.ts +1 -1
  55. package/dist/styles/primitives.css +1 -1
  56. package/dist/styles.css +1 -1
  57. package/dist/{types-fEIVKcbt.d.ts → types-DNSz4kuM.d.ts} +1 -1
  58. package/dist/{utils-C9nljE8m.d.ts → utils-CA3mYNaX.d.ts} +2 -2
  59. package/package.json +5 -5
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime3 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime29 from "react/jsx-runtime";
2
2
  import * as SDKJSON from "@stainless/sdk-json";
3
3
 
4
4
  //#region src/components/breadcrumbs.d.ts
@@ -15,6 +15,6 @@ declare function SDKBreadcrumbs({
15
15
  currentPath: string;
16
16
  basePath?: string;
17
17
  config?: BreadcrumbConfig | null;
18
- }): react_jsx_runtime3.JSX.Element | null;
18
+ }): react_jsx_runtime29.JSX.Element | null;
19
19
  //#endregion
20
20
  export { SDKBreadcrumbs as t };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime64 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime63 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_runtime64.JSX.Element;
28
+ }): react_jsx_runtime63.JSX.Element;
29
29
  //#endregion
30
30
  export { useComponents as a, useComponentContext as i, ComponentsContextType as n, customizeComponents as r, ComponentProvider as t };
@@ -1,2 +1,2 @@
1
- import { t as SDKBreadcrumbs } from "../breadcrumbs-BJwRrIDS.js";
1
+ import { t as SDKBreadcrumbs } from "../breadcrumbs-CZg0Fk4V.js";
2
2
  export { SDKBreadcrumbs };
@@ -1,50 +1,50 @@
1
- import * as react_jsx_runtime12 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/icons.d.ts
4
4
  declare function GoIcon({
5
5
  className
6
6
  }: {
7
7
  className?: string;
8
- }): react_jsx_runtime12.JSX.Element;
8
+ }): react_jsx_runtime3.JSX.Element;
9
9
  declare function JavaIcon({
10
10
  className
11
11
  }: {
12
12
  className?: string;
13
- }): react_jsx_runtime12.JSX.Element;
13
+ }): react_jsx_runtime3.JSX.Element;
14
14
  declare function KotlinIcon({
15
15
  className
16
16
  }: {
17
17
  className?: string;
18
- }): react_jsx_runtime12.JSX.Element;
18
+ }): react_jsx_runtime3.JSX.Element;
19
19
  declare function PythonIcon({
20
20
  className
21
21
  }: {
22
22
  className?: string;
23
- }): react_jsx_runtime12.JSX.Element;
23
+ }): react_jsx_runtime3.JSX.Element;
24
24
  declare function RubyIcon({
25
25
  className
26
26
  }: {
27
27
  className?: string;
28
- }): react_jsx_runtime12.JSX.Element;
28
+ }): react_jsx_runtime3.JSX.Element;
29
29
  declare function TerraformIcon({
30
30
  className
31
31
  }: {
32
32
  className?: string;
33
- }): react_jsx_runtime12.JSX.Element;
33
+ }): react_jsx_runtime3.JSX.Element;
34
34
  declare function TypescriptIcon({
35
35
  className
36
36
  }: {
37
37
  className?: string;
38
- }): react_jsx_runtime12.JSX.Element;
38
+ }): react_jsx_runtime3.JSX.Element;
39
39
  declare function CurlIcon({
40
40
  className
41
41
  }: {
42
42
  className?: string;
43
- }): react_jsx_runtime12.JSX.Element;
43
+ }): react_jsx_runtime3.JSX.Element;
44
44
  declare function PowershellIcon({
45
45
  className
46
46
  }: {
47
47
  className?: string;
48
- }): react_jsx_runtime12.JSX.Element;
48
+ }): react_jsx_runtime3.JSX.Element;
49
49
  //#endregion
50
50
  export { CurlIcon, GoIcon, JavaIcon, KotlinIcon, PowershellIcon, PythonIcon, RubyIcon, TerraformIcon, TypescriptIcon };
@@ -1,11 +1,11 @@
1
- import { t as SDKBreadcrumbs } from "../breadcrumbs-BJwRrIDS.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-BufS4KC3.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-B7rqll78.js";
4
- import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-DIURiLZX.js";
5
- import "../routing-CHvzedJA.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-D1lxyLub.js";
7
- 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-BZcjtee5.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-DdX0dlwP.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-eox2y7Tm.js";
10
- import "../index-koj-Nc-M.js";
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 "../routing-DNN8R6bZ.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-DDWWoPPD.js";
7
+ 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";
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-CKJV2xUO.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-DrtsF85U.js";
10
+ import "../index-DT1wzg21.js";
11
11
  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 };
@@ -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-BufS4KC3.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-DHjDGGA_.js";
2
2
  export { HTTPMethod, HttpMethodIcons, HttpMethods, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodIconBadge, MethodIconProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps };
@@ -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-DdX0dlwP.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-CKJV2xUO.js";
2
2
  export { SDKMethodSummary, SDKMethodSummaryProps, SDKOverview, SDKOverviewProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps };
@@ -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-B7rqll78.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-CiVFjnRA.js";
2
2
  export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, ToggleButton, ToggleButtonProps, Tooltip, VirtualExpander };
@@ -1,2 +1,2 @@
1
- import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-DIURiLZX.js";
1
+ import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-Z45x-uLZ.js";
2
2
  export { Property, PropertyDescription, PropertyDescriptionProps, PropertyProps, PropertyToggle, PropertyToggleProps };
@@ -1,3 +1,3 @@
1
- import "../routing-CHvzedJA.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-D1lxyLub.js";
1
+ import "../routing-DNN8R6bZ.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-DDWWoPPD.js";
3
3
  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,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-eox2y7Tm.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-DrtsF85U.js";
2
2
  export { Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps };
@@ -1,4 +1,4 @@
1
- import "../routing-CHvzedJA.js";
2
- import "../sdk-D1lxyLub.js";
3
- 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-BZcjtee5.js";
1
+ import "../routing-DNN8R6bZ.js";
2
+ import "../sdk-DDWWoPPD.js";
3
+ 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";
4
4
  export { Snippet, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse };
@@ -1,2 +1,2 @@
1
- import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-v4X7l-nO.js";
1
+ import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-BLXXX1dz.js";
2
2
  export { ComponentProvider, ComponentsContextType, customizeComponents, useComponentContext, useComponents };
@@ -1,14 +1,14 @@
1
- import "../breadcrumbs-BJwRrIDS.js";
2
- import "../method-BufS4KC3.js";
3
- import "../primitives-B7rqll78.js";
4
- import "../properties-DIURiLZX.js";
5
- import "../routing-CHvzedJA.js";
6
- import "../sdk-D1lxyLub.js";
7
- import "../snippets-BZcjtee5.js";
8
- import "../overview-DdX0dlwP.js";
9
- import "../sidebar-eox2y7Tm.js";
10
- import { t as index_d_exports } from "../index-koj-Nc-M.js";
11
- import { r as index_d_exports$1 } from "../index-Dxr0Oj7i.js";
1
+ import "../breadcrumbs-CZg0Fk4V.js";
2
+ import "../method-DHjDGGA_.js";
3
+ import "../primitives-CiVFjnRA.js";
4
+ import "../properties-Z45x-uLZ.js";
5
+ import "../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 { r as index_d_exports$1 } from "../index-CBi59jcw.js";
12
12
 
13
13
  //#region src/contexts/component-types.d.ts
14
14
  type AppComponents = typeof index_d_exports;
@@ -1,17 +1,17 @@
1
- import "../breadcrumbs-BJwRrIDS.js";
2
- import "../method-BufS4KC3.js";
3
- import "../primitives-B7rqll78.js";
4
- import "../properties-DIURiLZX.js";
5
- import "../routing-CHvzedJA.js";
6
- import "../sdk-D1lxyLub.js";
7
- import "../snippets-BZcjtee5.js";
8
- import "../overview-DdX0dlwP.js";
9
- import "../sidebar-eox2y7Tm.js";
10
- import { t as index_d_exports } from "../index-koj-Nc-M.js";
11
- import { n as ComponentsContextType } from "../component-generics-v4X7l-nO.js";
12
- import { r as index_d_exports$1 } from "../index-Dxr0Oj7i.js";
1
+ import "../breadcrumbs-CZg0Fk4V.js";
2
+ import "../method-DHjDGGA_.js";
3
+ import "../primitives-CiVFjnRA.js";
4
+ import "../properties-Z45x-uLZ.js";
5
+ import "../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 { n as ComponentsContextType } from "../component-generics-BLXXX1dz.js";
12
+ import { r as index_d_exports$1 } from "../index-CBi59jcw.js";
13
13
  import React from "react";
14
- import * as react_jsx_runtime51 from "react/jsx-runtime";
14
+ import * as react_jsx_runtime54 from "react/jsx-runtime";
15
15
 
16
16
  //#region src/contexts/component.d.ts
17
17
  type AppComponents = typeof index_d_exports;
@@ -25,6 +25,6 @@ declare function ComponentProvider({
25
25
  components?: Partial<AppComponents>;
26
26
  language?: { [K in keyof AppLanguage]?: Partial<AppLanguage[K]> };
27
27
  children: React.ReactNode;
28
- }): react_jsx_runtime51.JSX.Element;
28
+ }): react_jsx_runtime54.JSX.Element;
29
29
  //#endregion
30
30
  export { AppComponents, AppLanguage, ComponentProvider, defaultContextValue };
@@ -1,2 +1,2 @@
1
- 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-CEN4Xl5K.js";
1
+ 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";
2
2
  export { ContentPanelLayout, DocsContextType, DocsProvider, DocsProviderProps, PropertySettingsType, useContentPanelLayout, useDeclaration, useDocs, useLanguage, useResource, useSettings, useSnippet, useSpec };
@@ -1,19 +1,19 @@
1
- import "../breadcrumbs-BJwRrIDS.js";
2
- import "../method-BufS4KC3.js";
3
- import "../primitives-B7rqll78.js";
4
- import "../properties-DIURiLZX.js";
5
- import "../routing-CHvzedJA.js";
6
- import "../sdk-D1lxyLub.js";
7
- import "../snippets-BZcjtee5.js";
8
- import "../overview-DdX0dlwP.js";
9
- import "../sidebar-eox2y7Tm.js";
10
- import "../index-koj-Nc-M.js";
11
- import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-v4X7l-nO.js";
12
- import "../index-Dxr0Oj7i.js";
13
- 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-CEN4Xl5K.js";
14
- import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-tYqZ92k_.js";
15
- import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-Cf1yLmR9.js";
16
- import "../types-fEIVKcbt.js";
17
- import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-D2KsMSvq.js";
18
- import { n as useLanguageComponents } from "../index-BNwrwxMQ.js";
1
+ import "../breadcrumbs-CZg0Fk4V.js";
2
+ import "../method-DHjDGGA_.js";
3
+ import "../primitives-CiVFjnRA.js";
4
+ import "../properties-Z45x-uLZ.js";
5
+ import "../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 "../index-DT1wzg21.js";
11
+ import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-BLXXX1dz.js";
12
+ import "../index-CBi59jcw.js";
13
+ 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";
14
+ import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-rt_B_1lt.js";
15
+ import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-DTVxnxGP.js";
16
+ import "../types-DNSz4kuM.js";
17
+ import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-CCDWCiAd.js";
18
+ import { n as useLanguageComponents } from "../index-DteYqCJO.js";
19
19
  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 };
@@ -1,2 +1,2 @@
1
- import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-Cf1yLmR9.js";
1
+ import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-DTVxnxGP.js";
2
2
  export { MarkdownContext, MarkdownProvider, MarkdownProviderProps, useHighlight, useMarkdownContext, useRenderMarkdown };
@@ -1,3 +1,3 @@
1
- import "../routing-CHvzedJA.js";
2
- import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-tYqZ92k_.js";
1
+ import "../routing-DNN8R6bZ.js";
2
+ import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-rt_B_1lt.js";
3
3
  export { NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, useNavigation };
@@ -1,4 +1,4 @@
1
- import "../routing-CHvzedJA.js";
2
- import "../types-fEIVKcbt.js";
3
- import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-D2KsMSvq.js";
1
+ import "../routing-DNN8R6bZ.js";
2
+ import "../types-DNSz4kuM.js";
3
+ import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-CCDWCiAd.js";
4
4
  export { SearchContextType, SearchProvider, SearchProviderProps, useSearch, useSearchContext };
@@ -1,13 +1,13 @@
1
- import "../breadcrumbs-BJwRrIDS.js";
2
- import "../method-BufS4KC3.js";
3
- import "../primitives-B7rqll78.js";
4
- import "../properties-DIURiLZX.js";
5
- import "../routing-CHvzedJA.js";
6
- import "../sdk-D1lxyLub.js";
7
- import "../snippets-BZcjtee5.js";
8
- import "../overview-DdX0dlwP.js";
9
- import "../sidebar-eox2y7Tm.js";
10
- import { t as index_d_exports } from "../index-koj-Nc-M.js";
1
+ import "../breadcrumbs-CZg0Fk4V.js";
2
+ import "../method-DHjDGGA_.js";
3
+ import "../primitives-CiVFjnRA.js";
4
+ import "../properties-Z45x-uLZ.js";
5
+ import "../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
11
 
12
12
  //#region src/contexts/use-components.d.ts
13
13
  declare const useComponents: () => typeof index_d_exports;
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime63 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime62 from "react/jsx-runtime";
3
3
  import * as _stainless_sdk_json0 from "@stainless/sdk-json";
4
4
  import { LanguageDeclNodes, Spec, SpecLanguage } from "@stainless/sdk-json";
5
5
 
@@ -41,6 +41,6 @@ declare function DocsProvider({
41
41
  language,
42
42
  settings,
43
43
  children
44
- }: DocsProviderProps): react_jsx_runtime63.JSX.Element;
44
+ }: DocsProviderProps): react_jsx_runtime62.JSX.Element;
45
45
  //#endregion
46
46
  export { PropertySettingsType as a, useDocs as c, useSettings as d, useSnippet as f, DocsProviderProps as i, useLanguage as l, DocsContextType as n, useContentPanelLayout as o, useSpec as p, DocsProvider as r, useDeclaration as s, ContentPanelLayout as t, useResource as u };
@@ -1,7 +1,7 @@
1
- import { i as PropertyProps } from "./properties-DIURiLZX.js";
1
+ import { i as PropertyProps } from "./properties-Z45x-uLZ.js";
2
2
  import * as React$1 from "react";
3
3
  import React, { ReactNode } from "react";
4
- import * as react_jsx_runtime28 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
5
5
  import { DeclarationNode, GoAST, HttpAST, JavaAST, PythonAST, RubyAST, TSAST, Type } from "@stainless/sdk-json";
6
6
 
7
7
  //#region src/languages/typescript.d.ts
@@ -13,16 +13,16 @@ type TypeProps$5 = {
13
13
  };
14
14
  declare function TypeName$5({
15
15
  type
16
- }: TypeProps$5): string | react_jsx_runtime28.JSX.Element;
16
+ }: TypeProps$5): string | react_jsx_runtime30.JSX.Element;
17
17
  declare function Type$6({
18
18
  type
19
- }: TypeProps$5): react_jsx_runtime28.JSX.Element;
19
+ }: TypeProps$5): react_jsx_runtime30.JSX.Element;
20
20
  type MethodSignatureProps$5 = {
21
21
  decl: TSAST.TSDeclFunction;
22
22
  };
23
23
  declare function MethodSignature$5({
24
24
  decl
25
- }: MethodSignatureProps$5): react_jsx_runtime28.JSX.Element;
25
+ }: MethodSignatureProps$5): react_jsx_runtime30.JSX.Element;
26
26
  type PropertyProps$6 = {
27
27
  decl: TSAST.TSDeclaration;
28
28
  children: PropertyFn;
@@ -36,7 +36,7 @@ type DeclarationProps$5 = {
36
36
  };
37
37
  declare function Declaration$5({
38
38
  decl
39
- }: DeclarationProps$5): react_jsx_runtime28.JSX.Element | undefined;
39
+ }: DeclarationProps$5): react_jsx_runtime30.JSX.Element | undefined;
40
40
  declare namespace java_d_exports {
41
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
42
  }
@@ -47,17 +47,17 @@ type TypeProps$4 = {
47
47
  declare function TypeName$4({
48
48
  type,
49
49
  optional
50
- }: TypeProps$4): react_jsx_runtime28.JSX.Element | "List";
50
+ }: TypeProps$4): react_jsx_runtime30.JSX.Element | "List";
51
51
  declare function Type$5({
52
52
  type,
53
53
  optional
54
- }: TypeProps$4): react_jsx_runtime28.JSX.Element;
54
+ }: TypeProps$4): react_jsx_runtime30.JSX.Element;
55
55
  type MethodSignatureProps$4 = {
56
56
  decl: JavaAST.JavaDeclFunction;
57
57
  };
58
58
  declare function MethodSignature$4({
59
59
  decl
60
- }: MethodSignatureProps$4): react_jsx_runtime28.JSX.Element;
60
+ }: MethodSignatureProps$4): react_jsx_runtime30.JSX.Element;
61
61
  type PropertyProps$5 = {
62
62
  decl: JavaAST.JavaDeclaration;
63
63
  children: PropertyFn;
@@ -71,7 +71,7 @@ type DeclarationProps$4 = {
71
71
  };
72
72
  declare function Declaration$4({
73
73
  decl
74
- }: DeclarationProps$4): react_jsx_runtime28.JSX.Element | null | undefined;
74
+ }: DeclarationProps$4): react_jsx_runtime30.JSX.Element | null | undefined;
75
75
  declare namespace go_d_exports {
76
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
77
  }
@@ -80,16 +80,16 @@ type TypeProps$3 = {
80
80
  };
81
81
  declare function TypeName$3({
82
82
  type
83
- }: TypeProps$3): string | react_jsx_runtime28.JSX.Element;
83
+ }: TypeProps$3): string | react_jsx_runtime30.JSX.Element;
84
84
  declare function Type$4({
85
85
  type
86
- }: TypeProps$3): react_jsx_runtime28.JSX.Element;
86
+ }: TypeProps$3): react_jsx_runtime30.JSX.Element;
87
87
  type MethodSignatureProps$3 = {
88
88
  decl: GoAST.GoDeclFunction;
89
89
  };
90
90
  declare function MethodSignature$3({
91
91
  decl
92
- }: MethodSignatureProps$3): react_jsx_runtime28.JSX.Element;
92
+ }: MethodSignatureProps$3): react_jsx_runtime30.JSX.Element;
93
93
  type PropertyProps$4 = {
94
94
  decl: GoAST.GoDeclaration;
95
95
  children: PropertyFn;
@@ -103,7 +103,7 @@ type DeclarationProps$3 = {
103
103
  };
104
104
  declare function Declaration$3({
105
105
  decl
106
- }: DeclarationProps$3): react_jsx_runtime28.JSX.Element | undefined;
106
+ }: DeclarationProps$3): react_jsx_runtime30.JSX.Element | undefined;
107
107
  declare namespace python_d_exports {
108
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
109
  }
@@ -112,16 +112,16 @@ type TypeProps$2 = {
112
112
  };
113
113
  declare function TypeName$2({
114
114
  type
115
- }: TypeProps$2): string | react_jsx_runtime28.JSX.Element;
115
+ }: TypeProps$2): string | react_jsx_runtime30.JSX.Element;
116
116
  declare function Type$3({
117
117
  type
118
- }: TypeProps$2): react_jsx_runtime28.JSX.Element;
118
+ }: TypeProps$2): react_jsx_runtime30.JSX.Element;
119
119
  type MethodSignatureProps$2 = {
120
120
  decl: PythonAST.PythonDeclFunction;
121
121
  };
122
122
  declare function MethodSignature$2({
123
123
  decl
124
- }: MethodSignatureProps$2): react_jsx_runtime28.JSX.Element;
124
+ }: MethodSignatureProps$2): react_jsx_runtime30.JSX.Element;
125
125
  type PropertyProps$3 = {
126
126
  decl: PythonAST.PythonDeclaration;
127
127
  children: PropertyFn;
@@ -135,7 +135,7 @@ type DeclarationProps$2 = {
135
135
  };
136
136
  declare function Declaration$2({
137
137
  decl
138
- }: DeclarationProps$2): react_jsx_runtime28.JSX.Element | undefined;
138
+ }: DeclarationProps$2): react_jsx_runtime30.JSX.Element | undefined;
139
139
  declare namespace ruby_d_exports {
140
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
141
  }
@@ -144,16 +144,16 @@ type TypeProps$1 = {
144
144
  };
145
145
  declare function TypeName$1({
146
146
  type
147
- }: TypeProps$1): string | react_jsx_runtime28.JSX.Element;
147
+ }: TypeProps$1): string | react_jsx_runtime30.JSX.Element;
148
148
  declare function Type$2({
149
149
  type
150
- }: TypeProps$1): react_jsx_runtime28.JSX.Element;
150
+ }: TypeProps$1): react_jsx_runtime30.JSX.Element;
151
151
  type MethodSignatureProps$1 = {
152
152
  decl: RubyAST.RubyDeclFunction;
153
153
  };
154
154
  declare function MethodSignature$1({
155
155
  decl
156
- }: MethodSignatureProps$1): react_jsx_runtime28.JSX.Element;
156
+ }: MethodSignatureProps$1): react_jsx_runtime30.JSX.Element;
157
157
  type PropertyProps$2 = {
158
158
  decl: RubyAST.RubyDeclaration;
159
159
  children: PropertyFn;
@@ -167,7 +167,7 @@ type DeclarationProps$1 = {
167
167
  };
168
168
  declare function Declaration$1({
169
169
  decl
170
- }: DeclarationProps$1): react_jsx_runtime28.JSX.Element | undefined;
170
+ }: DeclarationProps$1): react_jsx_runtime30.JSX.Element | undefined;
171
171
  declare namespace http_d_exports {
172
172
  export { Declaration, DeclarationProps, MethodInfo, MethodSignature, MethodSignatureProps, Property, PropertyProps$1 as PropertyProps, Type$1 as Type, TypeName };
173
173
  }
@@ -176,10 +176,10 @@ type TypeProps = {
176
176
  };
177
177
  declare function TypeName({
178
178
  type
179
- }: TypeProps): string | react_jsx_runtime28.JSX.Element;
179
+ }: TypeProps): string | react_jsx_runtime30.JSX.Element;
180
180
  declare function Type$1({
181
181
  type
182
- }: TypeProps): react_jsx_runtime28.JSX.Element | undefined;
182
+ }: TypeProps): react_jsx_runtime30.JSX.Element | undefined;
183
183
  type MethodSignatureProps = {
184
184
  decl: HttpAST.HttpDeclFunction;
185
185
  };
@@ -191,7 +191,7 @@ declare function MethodInfo({
191
191
  children
192
192
  }: MethodSignatureProps & {
193
193
  children: React.ReactNode;
194
- }): react_jsx_runtime28.JSX.Element;
194
+ }): react_jsx_runtime30.JSX.Element;
195
195
  type PropertyProps$1 = {
196
196
  decl: HttpAST.HttpDeclaration;
197
197
  children: PropertyFn;
@@ -205,7 +205,7 @@ type DeclarationProps = {
205
205
  };
206
206
  declare function Declaration({
207
207
  decl
208
- }: DeclarationProps): react_jsx_runtime28.JSX.Element | undefined;
208
+ }: DeclarationProps): react_jsx_runtime30.JSX.Element | undefined;
209
209
  declare namespace index_d_exports {
210
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
211
  }
@@ -1,11 +1,11 @@
1
- import { t as SDKBreadcrumbs } from "./breadcrumbs-BJwRrIDS.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-BufS4KC3.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-B7rqll78.js";
4
- import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "./properties-DIURiLZX.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-D1lxyLub.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-BZcjtee5.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-DdX0dlwP.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-eox2y7Tm.js";
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
9
 
10
10
  //#region src/components/index.d.ts
11
11
  declare namespace index_d_exports {
@@ -1,9 +1,9 @@
1
- import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "./component-generics-v4X7l-nO.js";
2
- import { t as LanguageComponentDefinition } from "./index-Dxr0Oj7i.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-CEN4Xl5K.js";
4
- import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "./navigation-tYqZ92k_.js";
5
- import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "./markdown-Cf1yLmR9.js";
6
- import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "./search-D2KsMSvq.js";
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
7
 
8
8
  //#region src/contexts/index.d.ts
9
9
  declare namespace index_d_exports {