@stainless-api/docs-ui 0.1.0-beta.41 → 0.1.0-beta.42

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 (47) hide show
  1. package/dist/{breadcrumbs-Z1_mou6V.d.ts → breadcrumbs-CzclTthi.d.ts} +2 -2
  2. package/dist/{component-generics-DfFp_Z46.d.ts → component-generics-ByT1vFgt.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 +9 -9
  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 +1 -1
  11. package/dist/components/sidebar.d.ts +1 -1
  12. package/dist/components/snippets.d.ts +2 -2
  13. package/dist/contexts/component-generics.d.ts +1 -1
  14. package/dist/contexts/component-types.d.ts +10 -10
  15. package/dist/contexts/component.d.ts +13 -13
  16. package/dist/contexts/docs.d.ts +1 -1
  17. package/dist/contexts/index.d.ts +16 -16
  18. package/dist/contexts/markdown.d.ts +1 -1
  19. package/dist/contexts/navigation.d.ts +1 -1
  20. package/dist/contexts/search.d.ts +1 -1
  21. package/dist/contexts/use-components.d.ts +9 -9
  22. package/dist/{docs-CUWmqilf.d.ts → docs-DjCwGdhK.d.ts} +2 -2
  23. package/dist/{index-CYRaRTBQ.d.ts → index-BBTCk8F3.d.ts} +26 -26
  24. package/dist/{index-Br2W_2CV.d.ts → index-BchNyYyr.d.ts} +6 -6
  25. package/dist/{index-BtNVod4J.d.ts → index-DdYaNcsn.d.ts} +8 -8
  26. package/dist/index.d.ts +16 -16
  27. package/dist/languages/go.d.ts +10 -10
  28. package/dist/languages/http.d.ts +10 -10
  29. package/dist/languages/index.d.ts +10 -10
  30. package/dist/languages/java.d.ts +10 -10
  31. package/dist/languages/python.d.ts +10 -10
  32. package/dist/languages/ruby.d.ts +10 -10
  33. package/dist/languages/typescript.d.ts +10 -10
  34. package/dist/markdown/index.d.ts +2 -2
  35. package/dist/markdown/utils.d.ts +2 -2
  36. package/dist/{markdown-CX3zqo8G.d.ts → markdown-B98iHG-U.d.ts} +2 -2
  37. package/dist/{method-GtaCOdt6.d.ts → method-DigRMq69.d.ts} +7 -7
  38. package/dist/{navigation-DnMfGTNf.d.ts → navigation-Dvvk40UA.d.ts} +2 -2
  39. package/dist/{overview-Dvn9Bah6.d.ts → overview-BNHqNXZ5.d.ts} +6 -6
  40. package/dist/{primitives-BBsDWlzg.d.ts → primitives-DU9e5Y2K.d.ts} +9 -9
  41. package/dist/{properties-BMzQLTen.d.ts → properties-BK5RP5vK.d.ts} +4 -4
  42. package/dist/{sdk-P6C46U_7.d.ts → sdk-CrU50vjY.d.ts} +13 -13
  43. package/dist/{search-BvGuRTyw.d.ts → search-TTlfngs0.d.ts} +2 -2
  44. package/dist/{sidebar-C8ZsHtfT.d.ts → sidebar-C3geti3a.d.ts} +5 -5
  45. package/dist/{snippets-CQvnjNnG.d.ts → snippets-0rq2aalF.d.ts} +7 -7
  46. package/dist/{utils-B1iTYgxG.d.ts → utils-x3A8NyHj.d.ts} +1 -1
  47. package/package.json +4 -5
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime64 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime40 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_runtime64.JSX.Element | null;
18
+ }): react_jsx_runtime40.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_runtime33 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime15 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_runtime33.JSX.Element;
28
+ }): react_jsx_runtime15.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-Z1_mou6V.js";
1
+ import { t as SDKBreadcrumbs } from "../breadcrumbs-CzclTthi.js";
2
2
  export { SDKBreadcrumbs };
@@ -1,50 +1,50 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime6 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_runtime0.JSX.Element;
8
+ }): react_jsx_runtime6.JSX.Element;
9
9
  declare function JavaIcon({
10
10
  className
11
11
  }: {
12
12
  className?: string;
13
- }): react_jsx_runtime0.JSX.Element;
13
+ }): react_jsx_runtime6.JSX.Element;
14
14
  declare function KotlinIcon({
15
15
  className
16
16
  }: {
17
17
  className?: string;
18
- }): react_jsx_runtime0.JSX.Element;
18
+ }): react_jsx_runtime6.JSX.Element;
19
19
  declare function PythonIcon({
20
20
  className
21
21
  }: {
22
22
  className?: string;
23
- }): react_jsx_runtime0.JSX.Element;
23
+ }): react_jsx_runtime6.JSX.Element;
24
24
  declare function RubyIcon({
25
25
  className
26
26
  }: {
27
27
  className?: string;
28
- }): react_jsx_runtime0.JSX.Element;
28
+ }): react_jsx_runtime6.JSX.Element;
29
29
  declare function TerraformIcon({
30
30
  className
31
31
  }: {
32
32
  className?: string;
33
- }): react_jsx_runtime0.JSX.Element;
33
+ }): react_jsx_runtime6.JSX.Element;
34
34
  declare function TypescriptIcon({
35
35
  className
36
36
  }: {
37
37
  className?: string;
38
- }): react_jsx_runtime0.JSX.Element;
38
+ }): react_jsx_runtime6.JSX.Element;
39
39
  declare function CurlIcon({
40
40
  className
41
41
  }: {
42
42
  className?: string;
43
- }): react_jsx_runtime0.JSX.Element;
43
+ }): react_jsx_runtime6.JSX.Element;
44
44
  declare function PowershellIcon({
45
45
  className
46
46
  }: {
47
47
  className?: string;
48
- }): react_jsx_runtime0.JSX.Element;
48
+ }): react_jsx_runtime6.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-Z1_mou6V.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-GtaCOdt6.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-BBsDWlzg.js";
4
- import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-BMzQLTen.js";
1
+ import { t as SDKBreadcrumbs } from "../breadcrumbs-CzclTthi.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-DigRMq69.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-DU9e5Y2K.js";
4
+ import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-BK5RP5vK.js";
5
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-P6C46U_7.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-CQvnjNnG.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-Dvn9Bah6.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-C8ZsHtfT.js";
10
- import "../index-BtNVod4J.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-CrU50vjY.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-0rq2aalF.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-BNHqNXZ5.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-C3geti3a.js";
10
+ import "../index-DdYaNcsn.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-GtaCOdt6.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-DigRMq69.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-Dvn9Bah6.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-BNHqNXZ5.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-BBsDWlzg.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-DU9e5Y2K.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-BMzQLTen.js";
1
+ import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-BK5RP5vK.js";
2
2
  export { Property, PropertyDescription, PropertyDescriptionProps, PropertyProps, PropertyToggle, PropertyToggleProps };
@@ -1,3 +1,3 @@
1
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-P6C46U_7.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-CrU50vjY.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-C8ZsHtfT.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-C3geti3a.js";
2
2
  export { Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps };
@@ -1,4 +1,4 @@
1
1
  import "../routing-CHvzedJA.js";
2
- import "../sdk-P6C46U_7.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-CQvnjNnG.js";
2
+ import "../sdk-CrU50vjY.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-0rq2aalF.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-DfFp_Z46.js";
1
+ import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-ByT1vFgt.js";
2
2
  export { ComponentProvider, ComponentsContextType, customizeComponents, useComponentContext, useComponents };
@@ -1,14 +1,14 @@
1
- import "../breadcrumbs-Z1_mou6V.js";
2
- import "../method-GtaCOdt6.js";
3
- import "../primitives-BBsDWlzg.js";
4
- import "../properties-BMzQLTen.js";
1
+ import "../breadcrumbs-CzclTthi.js";
2
+ import "../method-DigRMq69.js";
3
+ import "../primitives-DU9e5Y2K.js";
4
+ import "../properties-BK5RP5vK.js";
5
5
  import "../routing-CHvzedJA.js";
6
- import "../sdk-P6C46U_7.js";
7
- import "../snippets-CQvnjNnG.js";
8
- import "../overview-Dvn9Bah6.js";
9
- import "../sidebar-C8ZsHtfT.js";
10
- import { t as index_d_exports } from "../index-BtNVod4J.js";
11
- import { r as index_d_exports$1 } from "../index-CYRaRTBQ.js";
6
+ import "../sdk-CrU50vjY.js";
7
+ import "../snippets-0rq2aalF.js";
8
+ import "../overview-BNHqNXZ5.js";
9
+ import "../sidebar-C3geti3a.js";
10
+ import { t as index_d_exports } from "../index-DdYaNcsn.js";
11
+ import { r as index_d_exports$1 } from "../index-BBTCk8F3.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-Z1_mou6V.js";
2
- import "../method-GtaCOdt6.js";
3
- import "../primitives-BBsDWlzg.js";
4
- import "../properties-BMzQLTen.js";
1
+ import "../breadcrumbs-CzclTthi.js";
2
+ import "../method-DigRMq69.js";
3
+ import "../primitives-DU9e5Y2K.js";
4
+ import "../properties-BK5RP5vK.js";
5
5
  import "../routing-CHvzedJA.js";
6
- import "../sdk-P6C46U_7.js";
7
- import "../snippets-CQvnjNnG.js";
8
- import "../overview-Dvn9Bah6.js";
9
- import "../sidebar-C8ZsHtfT.js";
10
- import { t as index_d_exports } from "../index-BtNVod4J.js";
11
- import { n as ComponentsContextType } from "../component-generics-DfFp_Z46.js";
12
- import { r as index_d_exports$1 } from "../index-CYRaRTBQ.js";
6
+ import "../sdk-CrU50vjY.js";
7
+ import "../snippets-0rq2aalF.js";
8
+ import "../overview-BNHqNXZ5.js";
9
+ import "../sidebar-C3geti3a.js";
10
+ import { t as index_d_exports } from "../index-DdYaNcsn.js";
11
+ import { n as ComponentsContextType } from "../component-generics-ByT1vFgt.js";
12
+ import { r as index_d_exports$1 } from "../index-BBTCk8F3.js";
13
13
  import React from "react";
14
- import * as react_jsx_runtime8 from "react/jsx-runtime";
14
+ import * as react_jsx_runtime21 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_runtime8.JSX.Element;
28
+ }): react_jsx_runtime21.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-CUWmqilf.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-DjCwGdhK.js";
2
2
  export { ContentPanelLayout, DocsContextType, DocsProvider, DocsProviderProps, PropertySettingsType, useContentPanelLayout, useDeclaration, useDocs, useLanguage, useResource, useSettings, useSnippet, useSpec };
@@ -1,19 +1,19 @@
1
- import "../breadcrumbs-Z1_mou6V.js";
2
- import "../method-GtaCOdt6.js";
3
- import "../primitives-BBsDWlzg.js";
4
- import "../properties-BMzQLTen.js";
1
+ import "../breadcrumbs-CzclTthi.js";
2
+ import "../method-DigRMq69.js";
3
+ import "../primitives-DU9e5Y2K.js";
4
+ import "../properties-BK5RP5vK.js";
5
5
  import "../routing-CHvzedJA.js";
6
- import "../sdk-P6C46U_7.js";
7
- import "../snippets-CQvnjNnG.js";
8
- import "../overview-Dvn9Bah6.js";
9
- import "../sidebar-C8ZsHtfT.js";
10
- import "../index-BtNVod4J.js";
11
- import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-DfFp_Z46.js";
12
- import "../index-CYRaRTBQ.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-CUWmqilf.js";
14
- import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-DnMfGTNf.js";
15
- import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-CX3zqo8G.js";
6
+ import "../sdk-CrU50vjY.js";
7
+ import "../snippets-0rq2aalF.js";
8
+ import "../overview-BNHqNXZ5.js";
9
+ import "../sidebar-C3geti3a.js";
10
+ import "../index-DdYaNcsn.js";
11
+ import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-ByT1vFgt.js";
12
+ import "../index-BBTCk8F3.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-DjCwGdhK.js";
14
+ import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-Dvvk40UA.js";
15
+ import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-B98iHG-U.js";
16
16
  import "../types-fEIVKcbt.js";
17
- import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-BvGuRTyw.js";
18
- import { n as useLanguageComponents } from "../index-Br2W_2CV.js";
17
+ import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-TTlfngs0.js";
18
+ import { n as useLanguageComponents } from "../index-BchNyYyr.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-CX3zqo8G.js";
1
+ import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-B98iHG-U.js";
2
2
  export { MarkdownContext, MarkdownProvider, MarkdownProviderProps, useHighlight, useMarkdownContext, useRenderMarkdown };
@@ -1,3 +1,3 @@
1
1
  import "../routing-CHvzedJA.js";
2
- import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-DnMfGTNf.js";
2
+ import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-Dvvk40UA.js";
3
3
  export { NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, useNavigation };
@@ -1,4 +1,4 @@
1
1
  import "../routing-CHvzedJA.js";
2
2
  import "../types-fEIVKcbt.js";
3
- import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-BvGuRTyw.js";
3
+ import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-TTlfngs0.js";
4
4
  export { SearchContextType, SearchProvider, SearchProviderProps, useSearch, useSearchContext };
@@ -1,13 +1,13 @@
1
- import "../breadcrumbs-Z1_mou6V.js";
2
- import "../method-GtaCOdt6.js";
3
- import "../primitives-BBsDWlzg.js";
4
- import "../properties-BMzQLTen.js";
1
+ import "../breadcrumbs-CzclTthi.js";
2
+ import "../method-DigRMq69.js";
3
+ import "../primitives-DU9e5Y2K.js";
4
+ import "../properties-BK5RP5vK.js";
5
5
  import "../routing-CHvzedJA.js";
6
- import "../sdk-P6C46U_7.js";
7
- import "../snippets-CQvnjNnG.js";
8
- import "../overview-Dvn9Bah6.js";
9
- import "../sidebar-C8ZsHtfT.js";
10
- import { t as index_d_exports } from "../index-BtNVod4J.js";
6
+ import "../sdk-CrU50vjY.js";
7
+ import "../snippets-0rq2aalF.js";
8
+ import "../overview-BNHqNXZ5.js";
9
+ import "../sidebar-C3geti3a.js";
10
+ import { t as index_d_exports } from "../index-DdYaNcsn.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_runtime17 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime23 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_runtime17.JSX.Element;
44
+ }: DocsProviderProps): react_jsx_runtime23.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-BMzQLTen.js";
1
+ import { i as PropertyProps } from "./properties-BK5RP5vK.js";
2
2
  import * as React$1 from "react";
3
3
  import React, { ReactNode } from "react";
4
- import * as react_jsx_runtime13 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime74 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_runtime13.JSX.Element;
16
+ }: TypeProps$5): string | react_jsx_runtime74.JSX.Element;
17
17
  declare function Type$6({
18
18
  type
19
- }: TypeProps$5): react_jsx_runtime13.JSX.Element;
19
+ }: TypeProps$5): react_jsx_runtime74.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_runtime13.JSX.Element;
25
+ }: MethodSignatureProps$5): react_jsx_runtime74.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_runtime13.JSX.Element | undefined;
39
+ }: DeclarationProps$5): react_jsx_runtime74.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_runtime13.JSX.Element | "List";
50
+ }: TypeProps$4): react_jsx_runtime74.JSX.Element | "List";
51
51
  declare function Type$5({
52
52
  type,
53
53
  optional
54
- }: TypeProps$4): react_jsx_runtime13.JSX.Element;
54
+ }: TypeProps$4): react_jsx_runtime74.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_runtime13.JSX.Element;
60
+ }: MethodSignatureProps$4): react_jsx_runtime74.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_runtime13.JSX.Element | null | undefined;
74
+ }: DeclarationProps$4): react_jsx_runtime74.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_runtime13.JSX.Element;
83
+ }: TypeProps$3): string | react_jsx_runtime74.JSX.Element;
84
84
  declare function Type$4({
85
85
  type
86
- }: TypeProps$3): react_jsx_runtime13.JSX.Element;
86
+ }: TypeProps$3): react_jsx_runtime74.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_runtime13.JSX.Element;
92
+ }: MethodSignatureProps$3): react_jsx_runtime74.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_runtime13.JSX.Element | undefined;
106
+ }: DeclarationProps$3): react_jsx_runtime74.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_runtime13.JSX.Element;
115
+ }: TypeProps$2): string | react_jsx_runtime74.JSX.Element;
116
116
  declare function Type$3({
117
117
  type
118
- }: TypeProps$2): react_jsx_runtime13.JSX.Element;
118
+ }: TypeProps$2): react_jsx_runtime74.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_runtime13.JSX.Element;
124
+ }: MethodSignatureProps$2): react_jsx_runtime74.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_runtime13.JSX.Element | undefined;
138
+ }: DeclarationProps$2): react_jsx_runtime74.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_runtime13.JSX.Element;
147
+ }: TypeProps$1): string | react_jsx_runtime74.JSX.Element;
148
148
  declare function Type$2({
149
149
  type
150
- }: TypeProps$1): react_jsx_runtime13.JSX.Element;
150
+ }: TypeProps$1): react_jsx_runtime74.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_runtime13.JSX.Element;
156
+ }: MethodSignatureProps$1): react_jsx_runtime74.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_runtime13.JSX.Element | undefined;
170
+ }: DeclarationProps$1): react_jsx_runtime74.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_runtime13.JSX.Element;
179
+ }: TypeProps): string | react_jsx_runtime74.JSX.Element;
180
180
  declare function Type$1({
181
181
  type
182
- }: TypeProps): react_jsx_runtime13.JSX.Element | undefined;
182
+ }: TypeProps): react_jsx_runtime74.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_runtime13.JSX.Element;
194
+ }): react_jsx_runtime74.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_runtime13.JSX.Element | undefined;
208
+ }: DeclarationProps): react_jsx_runtime74.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,9 +1,9 @@
1
- import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "./component-generics-DfFp_Z46.js";
2
- import { t as LanguageComponentDefinition } from "./index-CYRaRTBQ.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-CUWmqilf.js";
4
- import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "./navigation-DnMfGTNf.js";
5
- import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "./markdown-CX3zqo8G.js";
6
- import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "./search-BvGuRTyw.js";
1
+ import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "./component-generics-ByT1vFgt.js";
2
+ import { t as LanguageComponentDefinition } from "./index-BBTCk8F3.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-DjCwGdhK.js";
4
+ import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "./navigation-Dvvk40UA.js";
5
+ import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "./markdown-B98iHG-U.js";
6
+ import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "./search-TTlfngs0.js";
7
7
 
8
8
  //#region src/contexts/index.d.ts
9
9
  declare namespace index_d_exports {
@@ -1,11 +1,11 @@
1
- import { t as SDKBreadcrumbs } from "./breadcrumbs-Z1_mou6V.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-GtaCOdt6.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-BBsDWlzg.js";
4
- import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "./properties-BMzQLTen.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-P6C46U_7.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-CQvnjNnG.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-Dvn9Bah6.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-C8ZsHtfT.js";
1
+ import { t as SDKBreadcrumbs } from "./breadcrumbs-CzclTthi.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-DigRMq69.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-DU9e5Y2K.js";
4
+ import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "./properties-BK5RP5vK.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-CrU50vjY.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-0rq2aalF.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-BNHqNXZ5.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-C3geti3a.js";
9
9
 
10
10
  //#region src/components/index.d.ts
11
11
  declare namespace index_d_exports {
package/dist/index.d.ts CHANGED
@@ -1,21 +1,21 @@
1
- import "./breadcrumbs-Z1_mou6V.js";
2
- import "./method-GtaCOdt6.js";
3
- import "./primitives-BBsDWlzg.js";
4
- import "./properties-BMzQLTen.js";
1
+ import "./breadcrumbs-CzclTthi.js";
2
+ import "./method-DigRMq69.js";
3
+ import "./primitives-DU9e5Y2K.js";
4
+ import "./properties-BK5RP5vK.js";
5
5
  import { _ as routing_d_exports } from "./routing-CHvzedJA.js";
6
- import "./sdk-P6C46U_7.js";
7
- import "./snippets-CQvnjNnG.js";
8
- import "./overview-Dvn9Bah6.js";
9
- import "./sidebar-C8ZsHtfT.js";
10
- import { t as index_d_exports } from "./index-BtNVod4J.js";
11
- import "./component-generics-DfFp_Z46.js";
12
- import { r as index_d_exports$2 } from "./index-CYRaRTBQ.js";
13
- import "./docs-CUWmqilf.js";
14
- import "./navigation-DnMfGTNf.js";
15
- import "./markdown-CX3zqo8G.js";
6
+ import "./sdk-CrU50vjY.js";
7
+ import "./snippets-0rq2aalF.js";
8
+ import "./overview-BNHqNXZ5.js";
9
+ import "./sidebar-C3geti3a.js";
10
+ import { t as index_d_exports } from "./index-DdYaNcsn.js";
11
+ import "./component-generics-ByT1vFgt.js";
12
+ import { r as index_d_exports$2 } from "./index-BBTCk8F3.js";
13
+ import "./docs-DjCwGdhK.js";
14
+ import "./navigation-Dvvk40UA.js";
15
+ import "./markdown-B98iHG-U.js";
16
16
  import "./types-fEIVKcbt.js";
17
- import "./search-BvGuRTyw.js";
18
- import { t as index_d_exports$1 } from "./index-Br2W_2CV.js";
17
+ import "./search-TTlfngs0.js";
18
+ import { t as index_d_exports$1 } from "./index-BchNyYyr.js";
19
19
  import { i as utils_d_exports } from "./utils-D43p_yTd.js";
20
20
  import { t as _default } from "./style-p4qTfnmO.js";
21
21
  export { index_d_exports as components, index_d_exports$1 as contexts, index_d_exports$2 as languages, routing_d_exports as routing, _default as style, utils_d_exports as utils };