@stainless-api/docs-ui 0.1.0-beta.90 → 0.1.0-beta.91
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.
- package/dist/{breadcrumbs-DC2_z7nh.d.ts → breadcrumbs-BaNU4WsC.d.ts} +2 -2
- package/dist/{component-generics-q-ujwX4P.d.ts → component-generics-D9XaPlr8.d.ts} +2 -2
- package/dist/components/MaskedInput.d.ts +3 -3
- package/dist/components/breadcrumbs.d.ts +1 -1
- package/dist/components/breadcrumbs.js +0 -1
- package/dist/components/icons.d.ts +14 -14
- package/dist/components/index.d.ts +9 -9
- package/dist/components/index.js +0 -1
- package/dist/components/method.d.ts +1 -1
- package/dist/components/method.js +0 -1
- package/dist/components/overview.d.ts +1 -1
- package/dist/components/overview.js +0 -1
- package/dist/components/primitives.d.ts +1 -1
- package/dist/components/primitives.js +0 -1
- package/dist/components/properties.d.ts +1 -1
- package/dist/components/properties.js +0 -1
- package/dist/components/sdk-sidebar.d.ts +1 -1
- package/dist/components/sdk-sidebar.js +0 -1
- package/dist/components/sdk.d.ts +1 -1
- package/dist/components/sdk.js +0 -1
- package/dist/components/snippets.d.ts +1 -1
- package/dist/components/snippets.js +0 -1
- package/dist/components/stl-sidebar.d.ts +1 -1
- package/dist/components/stl-sidebar.js +0 -1
- package/dist/contexts/component-generics.d.ts +1 -1
- package/dist/contexts/component-types.d.ts +2 -1
- package/dist/contexts/component.d.ts +4 -4
- package/dist/contexts/docs.d.ts +1 -1
- package/dist/contexts/index.d.ts +5 -5
- package/dist/contexts/markdown.d.ts +1 -1
- package/dist/contexts/navigation.d.ts +1 -1
- package/dist/contexts/use-components.d.ts +2 -1
- package/dist/{docs-DSjdvCh5.d.ts → docs-D0qzNoXq.d.ts} +2 -2
- package/dist/{index-gGDaf6FK.d.ts → index-Dt9uPKZP.d.ts} +61 -61
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -1
- package/dist/languages/cli.d.ts +1 -1
- package/dist/languages/cli.js +0 -1
- package/dist/languages/csharp.d.ts +1 -1
- package/dist/languages/csharp.js +0 -1
- package/dist/languages/go.d.ts +1 -1
- package/dist/languages/go.js +0 -1
- package/dist/languages/http.d.ts +1 -1
- package/dist/languages/http.js +4 -8
- package/dist/languages/index.d.ts +1 -1
- package/dist/languages/index.js +0 -1
- package/dist/languages/java.d.ts +1 -1
- package/dist/languages/java.js +0 -1
- package/dist/languages/php.d.ts +1 -1
- package/dist/languages/php.js +0 -1
- package/dist/languages/python.d.ts +1 -1
- package/dist/languages/python.js +0 -1
- package/dist/languages/ruby.d.ts +1 -1
- package/dist/languages/ruby.js +0 -1
- package/dist/languages/terraform.d.ts +1 -1
- package/dist/languages/terraform.js +0 -1
- package/dist/languages/typescript.d.ts +1 -1
- package/dist/languages/typescript.js +0 -1
- package/dist/markdown/index.js +0 -1
- package/dist/markdown/printer.js +0 -1
- package/dist/markdown/utils.d.ts +1 -1
- package/dist/{markdown-Cwdboi_V.d.ts → markdown-B30HO-Vy.d.ts} +4 -4
- package/dist/{method-CNRMOUfn.d.ts → method-BKJnP-rW.d.ts} +6 -6
- package/dist/{navigation-C9ckAfpV.d.ts → navigation-DGl8lR6w.d.ts} +2 -2
- package/dist/{overview-CDvh184n.d.ts → overview-iH1evPEF.d.ts} +6 -6
- package/dist/{primitives-DFE_4MvV.d.ts → primitives-BHt-BuLf.d.ts} +12 -12
- package/dist/{properties-CVwrzWVa.d.ts → properties-CCbMRhSX.d.ts} +5 -5
- package/dist/{sdk-BkW3MDco.d.ts → sdk-BengV7mg.d.ts} +14 -14
- package/dist/{sdk-sidebar-BpDlOMat.d.ts → sdk-sidebar-CRqLm3YO.d.ts} +2 -2
- package/dist/{stl-sidebar-CKrR5ZGs.d.ts → stl-sidebar-Pra9uCYo.d.ts} +2 -2
- package/package.json +6 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { v as Spec } from "./index-DFr9Mesr.js";
|
|
2
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/breadcrumbs.d.ts
|
|
5
5
|
type Breadcrumb = {
|
|
@@ -20,6 +20,6 @@ declare function SDKBreadcrumbs({
|
|
|
20
20
|
currentPath: string;
|
|
21
21
|
basePath?: string;
|
|
22
22
|
config?: BreadcrumbConfig | null;
|
|
23
|
-
}): react_jsx_runtime0.JSX.Element | null;
|
|
23
|
+
}): _$react_jsx_runtime0.JSX.Element | null;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { generateApiBreadcrumbs as n, SDKBreadcrumbs as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/contexts/component-generics.d.ts
|
|
5
5
|
type DeepPartialMap<L> = { [K in keyof L]?: Partial<L[K]> };
|
|
@@ -25,6 +25,6 @@ declare function ComponentProvider<C, L>({
|
|
|
25
25
|
}: {
|
|
26
26
|
value: ComponentsContextType<C, L>;
|
|
27
27
|
children: React$1.ReactNode;
|
|
28
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
28
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { useComponents as a, useComponentContext as i, ComponentsContextType as n, customizeComponents as r, ComponentProvider as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as InputProps } from "../primitives-
|
|
2
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
1
|
+
import { i as InputProps } from "../primitives-BHt-BuLf.js";
|
|
2
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/MaskedInput.d.ts
|
|
5
5
|
declare const MaskedInput: ({
|
|
@@ -9,6 +9,6 @@ declare const MaskedInput: ({
|
|
|
9
9
|
value,
|
|
10
10
|
ref,
|
|
11
11
|
...props
|
|
12
|
-
}: InputProps) => react_jsx_runtime0.JSX.Element;
|
|
12
|
+
}: InputProps) => _$react_jsx_runtime0.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { MaskedInput };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "../breadcrumbs-
|
|
1
|
+
import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "../breadcrumbs-BaNU4WsC.js";
|
|
2
2
|
export { SDKBreadcrumbs, generateApiBreadcrumbs };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
1
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/icons.d.ts
|
|
4
4
|
declare function GithubIcon({
|
|
@@ -7,66 +7,66 @@ declare function GithubIcon({
|
|
|
7
7
|
}: {
|
|
8
8
|
className?: string;
|
|
9
9
|
size?: number;
|
|
10
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
10
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
11
11
|
declare function CSharpIcon({
|
|
12
12
|
className
|
|
13
13
|
}: {
|
|
14
14
|
className?: string;
|
|
15
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
15
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
16
16
|
declare function GoIcon({
|
|
17
17
|
className
|
|
18
18
|
}: {
|
|
19
19
|
className?: string;
|
|
20
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
20
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
21
21
|
declare function JavaIcon({
|
|
22
22
|
className
|
|
23
23
|
}: {
|
|
24
24
|
className?: string;
|
|
25
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
25
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
26
26
|
declare function KotlinIcon({
|
|
27
27
|
className
|
|
28
28
|
}: {
|
|
29
29
|
className?: string;
|
|
30
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
30
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
31
31
|
declare function PythonIcon({
|
|
32
32
|
className
|
|
33
33
|
}: {
|
|
34
34
|
className?: string;
|
|
35
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
35
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
36
36
|
declare function RubyIcon({
|
|
37
37
|
className
|
|
38
38
|
}: {
|
|
39
39
|
className?: string;
|
|
40
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
40
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
41
41
|
declare function TerraformIcon({
|
|
42
42
|
className
|
|
43
43
|
}: {
|
|
44
44
|
className?: string;
|
|
45
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
45
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
46
46
|
declare function TypescriptIcon({
|
|
47
47
|
className
|
|
48
48
|
}: {
|
|
49
49
|
className?: string;
|
|
50
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
50
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
51
51
|
declare function CurlIcon({
|
|
52
52
|
className
|
|
53
53
|
}: {
|
|
54
54
|
className?: string;
|
|
55
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
55
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
56
56
|
declare function PowershellIcon({
|
|
57
57
|
className
|
|
58
58
|
}: {
|
|
59
59
|
className?: string;
|
|
60
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
60
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
61
61
|
declare function CLIIcon({
|
|
62
62
|
className
|
|
63
63
|
}: {
|
|
64
64
|
className?: string;
|
|
65
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
65
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
66
66
|
declare function PHPIcon({
|
|
67
67
|
className
|
|
68
68
|
}: {
|
|
69
69
|
className?: string;
|
|
70
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
70
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
71
71
|
//#endregion
|
|
72
72
|
export { CLIIcon, CSharpIcon, CurlIcon, GithubIcon, GoIcon, JavaIcon, KotlinIcon, PHPIcon, PowershellIcon, PythonIcon, RubyIcon, TerraformIcon, TypescriptIcon };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "../primitives-
|
|
2
|
-
import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "../breadcrumbs-
|
|
3
|
-
import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "../method-
|
|
4
|
-
import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "../properties-
|
|
5
|
-
import { A as useStreamingResponse, C as SDKRequestTitleProps, D as useDeclarationParents, E as TransformRequestSnippetFn, O as usePropertyModel, S as SDKRequestTitle, T as SDKSnippetLanguagesType, _ as SDKMethodNotImplemented, a as ReferenceNestingContextType, b as SDKModelProps, c as SDKConstraintsProps, d as SDKIcon, f as SDKLanguageBlock, g as SDKMethodInfoContent, h as SDKMethodInfo, i as ReferenceNestingContext, k as useReferenceNesting, l as SDKDeclaration, m as SDKMethodHeader, n as PropertyModelContext, o as SDKChildren, p as SDKMethod, r as PropertyModelContextType, s as SDKConstraints, t as DeclarationParentsContextType, u as SDKExample, v as SDKMethodProps, w as SDKSnippetLanguages, x as SDKReference, y as SDKModel } from "../sdk-
|
|
6
|
-
import { a as SnippetButtons, c as SnippetContainer, d as SnippetProps, f as SnippetRequestContainer, i as Snippet, l as SnippetContainerProps, m as SnippetResponse, n as MultiSnippets, o as SnippetCode, p as SnippetRequestContainerProps, r as MultiSnippetsProps, s as SnippetCodeProps, u as SnippetFooter } from "../index-
|
|
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-
|
|
8
|
-
import { n as SDKSidebarProps, t as SDKSidebar } from "../sdk-sidebar-
|
|
9
|
-
import { a as StlSidebarProps, i as StlSidebarLink, n as StlSidebarEntry, o as StlSidebarTarget, r as StlSidebarGroup, t as StlSidebar } from "../stl-sidebar-
|
|
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-BHt-BuLf.js";
|
|
2
|
+
import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "../breadcrumbs-BaNU4WsC.js";
|
|
3
|
+
import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "../method-BKJnP-rW.js";
|
|
4
|
+
import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "../properties-CCbMRhSX.js";
|
|
5
|
+
import { A as useStreamingResponse, C as SDKRequestTitleProps, D as useDeclarationParents, E as TransformRequestSnippetFn, O as usePropertyModel, S as SDKRequestTitle, T as SDKSnippetLanguagesType, _ as SDKMethodNotImplemented, a as ReferenceNestingContextType, b as SDKModelProps, c as SDKConstraintsProps, d as SDKIcon, f as SDKLanguageBlock, g as SDKMethodInfoContent, h as SDKMethodInfo, i as ReferenceNestingContext, k as useReferenceNesting, l as SDKDeclaration, m as SDKMethodHeader, n as PropertyModelContext, o as SDKChildren, p as SDKMethod, r as PropertyModelContextType, s as SDKConstraints, t as DeclarationParentsContextType, u as SDKExample, v as SDKMethodProps, w as SDKSnippetLanguages, x as SDKReference, y as SDKModel } from "../sdk-BengV7mg.js";
|
|
6
|
+
import { a as SnippetButtons, c as SnippetContainer, d as SnippetProps, f as SnippetRequestContainer, i as Snippet, l as SnippetContainerProps, m as SnippetResponse, n as MultiSnippets, o as SnippetCode, p as SnippetRequestContainerProps, r as MultiSnippetsProps, s as SnippetCodeProps, u as SnippetFooter } from "../index-Dt9uPKZP.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-iH1evPEF.js";
|
|
8
|
+
import { n as SDKSidebarProps, t as SDKSidebar } from "../sdk-sidebar-CRqLm3YO.js";
|
|
9
|
+
import { a as StlSidebarProps, i as StlSidebarLink, n as StlSidebarEntry, o as StlSidebarTarget, r as StlSidebarGroup, t as StlSidebar } from "../stl-sidebar-Pra9uCYo.js";
|
|
10
10
|
export { Badge, DeclarationParentsContextType, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, MultiSnippets, MultiSnippetsProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodInfoContent, SDKMethodNotImplemented, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSidebar, SDKSidebarProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetFooter, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, StlSidebar, StlSidebarEntry, StlSidebarGroup, StlSidebarLink, StlSidebarProps, StlSidebarTarget, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, generateApiBreadcrumbs, useDeclarationParents, usePropertyModel, useReferenceNesting, useStreamingResponse };
|
package/dist/components/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { t as __exportAll } from "../chunk-pbuEa-1d.js";
|
|
2
|
-
import "../component-generics-DYxBWv1v.js";
|
|
3
2
|
import { Property, PropertyDescription, PropertyTitle, PropertyToggle } from "./properties.js";
|
|
4
3
|
import { Method, MethodDescription, MethodHeader, MethodInfo, MethodRoute } from "./method.js";
|
|
5
4
|
import { Badge, Expander, Input, Join, Link, ListView, Markdown, ToggleButton, Tooltip, VirtualExpander } from "./primitives.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "../method-
|
|
1
|
+
import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "../method-BKJnP-rW.js";
|
|
2
2
|
export { Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, 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-
|
|
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-iH1evPEF.js";
|
|
2
2
|
export { SDKMethodSummary, SDKMethodSummaryProps, SDKOverview, SDKOverviewProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { useDeclaration, useLanguage, useSpec } from "../contexts/docs.js";
|
|
2
|
-
import "../component-generics-DYxBWv1v.js";
|
|
3
2
|
import { useLanguageComponents } from "../contexts/index.js";
|
|
4
3
|
import { useComponents } from "../contexts/use-components.js";
|
|
5
4
|
import style_default from "../style.js";
|
|
@@ -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-
|
|
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-BHt-BuLf.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 PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "../properties-
|
|
1
|
+
import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "../properties-CCbMRhSX.js";
|
|
2
2
|
export { Property, PropertyDescription, PropertyDescriptionProps, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as SDKSidebarProps, t as SDKSidebar } from "../sdk-sidebar-
|
|
1
|
+
import { n as SDKSidebarProps, t as SDKSidebar } from "../sdk-sidebar-CRqLm3YO.js";
|
|
2
2
|
export { SDKSidebar, SDKSidebarProps };
|
package/dist/components/sdk.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as useStreamingResponse, C as SDKRequestTitleProps, D as useDeclarationParents, E as TransformRequestSnippetFn, O as usePropertyModel, S as SDKRequestTitle, T as SDKSnippetLanguagesType, _ as SDKMethodNotImplemented, a as ReferenceNestingContextType, b as SDKModelProps, c as SDKConstraintsProps, d as SDKIcon, f as SDKLanguageBlock, g as SDKMethodInfoContent, h as SDKMethodInfo, i as ReferenceNestingContext, k as useReferenceNesting, l as SDKDeclaration, m as SDKMethodHeader, n as PropertyModelContext, o as SDKChildren, p as SDKMethod, r as PropertyModelContextType, s as SDKConstraints, t as DeclarationParentsContextType, u as SDKExample, v as SDKMethodProps, w as SDKSnippetLanguages, x as SDKReference, y as SDKModel } from "../sdk-
|
|
1
|
+
import { A as useStreamingResponse, C as SDKRequestTitleProps, D as useDeclarationParents, E as TransformRequestSnippetFn, O as usePropertyModel, S as SDKRequestTitle, T as SDKSnippetLanguagesType, _ as SDKMethodNotImplemented, a as ReferenceNestingContextType, b as SDKModelProps, c as SDKConstraintsProps, d as SDKIcon, f as SDKLanguageBlock, g as SDKMethodInfoContent, h as SDKMethodInfo, i as ReferenceNestingContext, k as useReferenceNesting, l as SDKDeclaration, m as SDKMethodHeader, n as PropertyModelContext, o as SDKChildren, p as SDKMethod, r as PropertyModelContextType, s as SDKConstraints, t as DeclarationParentsContextType, u as SDKExample, v as SDKMethodProps, w as SDKSnippetLanguages, x as SDKReference, y as SDKModel } from "../sdk-BengV7mg.js";
|
|
2
2
|
export { DeclarationParentsContextType, PropertyModelContext, PropertyModelContextType, ReferenceNestingContext, ReferenceNestingContextType, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodInfoContent, SDKMethodNotImplemented, SDKMethodProps, SDKModel, SDKModelProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKSnippetLanguages, SDKSnippetLanguagesType, TransformRequestSnippetFn, useDeclarationParents, usePropertyModel, useReferenceNesting, useStreamingResponse };
|
package/dist/components/sdk.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { useAvailableLanguages, useContentPanelLayout, useDeclaration, useLanguage, useSettings, useSnippetIds, useSnippetResponse, useSpec } from "../contexts/docs.js";
|
|
2
|
-
import "../component-generics-DYxBWv1v.js";
|
|
3
2
|
import { useNavigation } from "../contexts/navigation.js";
|
|
4
3
|
import { useLanguageComponents } from "../contexts/index.js";
|
|
5
4
|
import { useComponents } from "../contexts/use-components.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as SnippetButtons, c as SnippetContainer, d as SnippetProps, f as SnippetRequestContainer, i as Snippet, l as SnippetContainerProps, m as SnippetResponse, n as MultiSnippets, o as SnippetCode, p as SnippetRequestContainerProps, r as MultiSnippetsProps, s as SnippetCodeProps, u as SnippetFooter } from "../index-
|
|
1
|
+
import { a as SnippetButtons, c as SnippetContainer, d as SnippetProps, f as SnippetRequestContainer, i as Snippet, l as SnippetContainerProps, m as SnippetResponse, n as MultiSnippets, o as SnippetCode, p as SnippetRequestContainerProps, r as MultiSnippetsProps, s as SnippetCodeProps, u as SnippetFooter } from "../index-Dt9uPKZP.js";
|
|
2
2
|
export { MultiSnippets, MultiSnippetsProps, Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetFooter, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { useDeclaration, useLanguage, useSnippet, useSnippetIds, useSnippetResponse } from "../contexts/docs.js";
|
|
2
|
-
import "../component-generics-DYxBWv1v.js";
|
|
3
2
|
import { useHighlight } from "../contexts/markdown.js";
|
|
4
3
|
import "../contexts/index.js";
|
|
5
4
|
import { useComponents } from "../contexts/use-components.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as StlSidebarProps, i as StlSidebarLink, n as StlSidebarEntry, o as StlSidebarTarget, r as StlSidebarGroup, t as StlSidebar } from "../stl-sidebar-
|
|
1
|
+
import { a as StlSidebarProps, i as StlSidebarLink, n as StlSidebarEntry, o as StlSidebarTarget, r as StlSidebarGroup, t as StlSidebar } from "../stl-sidebar-Pra9uCYo.js";
|
|
2
2
|
export { StlSidebar, StlSidebarEntry, StlSidebarGroup, StlSidebarLink, StlSidebarProps, StlSidebarTarget };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-
|
|
1
|
+
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-D9XaPlr8.js";
|
|
2
2
|
export { ComponentProvider, ComponentsContextType, customizeComponents, useComponentContext, useComponents };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { t as index_d_exports, y as index_d_exports$1 } from "../index-
|
|
1
|
+
import { t as index_d_exports, y as index_d_exports$1 } from "../index-Dt9uPKZP.js";
|
|
2
|
+
|
|
2
3
|
//#region src/contexts/component-types.d.ts
|
|
3
4
|
type AppComponents = typeof index_d_exports;
|
|
4
5
|
type AppLanguage = typeof index_d_exports$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as index_d_exports, y as index_d_exports$1 } from "../index-
|
|
2
|
-
import { n as ComponentsContextType } from "../component-generics-
|
|
1
|
+
import { t as index_d_exports, y as index_d_exports$1 } from "../index-Dt9uPKZP.js";
|
|
2
|
+
import { n as ComponentsContextType } from "../component-generics-D9XaPlr8.js";
|
|
3
3
|
import React from "react";
|
|
4
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/contexts/component.d.ts
|
|
7
7
|
type AppComponents = typeof index_d_exports;
|
|
@@ -15,6 +15,6 @@ declare function ComponentProvider({
|
|
|
15
15
|
components?: Partial<AppComponents>;
|
|
16
16
|
language?: { [K in keyof AppLanguage]?: Partial<AppLanguage[K]> };
|
|
17
17
|
children: React.ReactNode;
|
|
18
|
-
}): react_jsx_runtime0.JSX.Element;
|
|
18
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { AppComponents, AppLanguage, ComponentProvider, defaultContextValue };
|
package/dist/contexts/docs.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as useSnippetResponse, a as DocsProviderProps, c as useContentPanelLayout, d as useIgnoredResources, f as useLanguage, g as useSnippetIds, h as useSnippet, i as DocsProvider, l as useDeclaration, m as useSettings, n as Declaration, o as PropertySettingsType, p as useResource, r as DocsContextType, s as useAvailableLanguages, t as ContentPanelLayout, u as useDocs, v as useSnippets, y as useSpec } from "../docs-
|
|
1
|
+
import { _ as useSnippetResponse, a as DocsProviderProps, c as useContentPanelLayout, d as useIgnoredResources, f as useLanguage, g as useSnippetIds, h as useSnippet, i as DocsProvider, l as useDeclaration, m as useSettings, n as Declaration, o as PropertySettingsType, p as useResource, r as DocsContextType, s as useAvailableLanguages, t as ContentPanelLayout, u as useDocs, v as useSnippets, y as useSpec } from "../docs-D0qzNoXq.js";
|
|
2
2
|
export { ContentPanelLayout, Declaration, DocsContextType, DocsProvider, DocsProviderProps, PropertySettingsType, useAvailableLanguages, useContentPanelLayout, useDeclaration, useDocs, useIgnoredResources, useLanguage, useResource, useSettings, useSnippet, useSnippetIds, useSnippetResponse, useSnippets, useSpec };
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as useLanguageComponents } from "../index-
|
|
2
|
-
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-
|
|
3
|
-
import { a as SuspensefulMarkdownProvider, c as useRenderMarkdown, i as MarkdownProviderProps, n as MarkdownContextValue, o as useHighlight, r as MarkdownProvider, s as useMarkdownContext, t as MarkdownContext } from "../markdown-
|
|
4
|
-
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-
|
|
5
|
-
import { _ as useSnippetResponse, a as DocsProviderProps, c as useContentPanelLayout, d as useIgnoredResources, f as useLanguage, g as useSnippetIds, h as useSnippet, i as DocsProvider, l as useDeclaration, m as useSettings, n as Declaration, o as PropertySettingsType, p as useResource, r as DocsContextType, s as useAvailableLanguages, t as ContentPanelLayout, u as useDocs, v as useSnippets, y as useSpec } from "../docs-
|
|
1
|
+
import { g as useLanguageComponents } from "../index-Dt9uPKZP.js";
|
|
2
|
+
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-DGl8lR6w.js";
|
|
3
|
+
import { a as SuspensefulMarkdownProvider, c as useRenderMarkdown, i as MarkdownProviderProps, n as MarkdownContextValue, o as useHighlight, r as MarkdownProvider, s as useMarkdownContext, t as MarkdownContext } from "../markdown-B30HO-Vy.js";
|
|
4
|
+
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-D9XaPlr8.js";
|
|
5
|
+
import { _ as useSnippetResponse, a as DocsProviderProps, c as useContentPanelLayout, d as useIgnoredResources, f as useLanguage, g as useSnippetIds, h as useSnippet, i as DocsProvider, l as useDeclaration, m as useSettings, n as Declaration, o as PropertySettingsType, p as useResource, r as DocsContextType, s as useAvailableLanguages, t as ContentPanelLayout, u as useDocs, v as useSnippets, y as useSpec } from "../docs-D0qzNoXq.js";
|
|
6
6
|
export { ComponentProvider, ComponentsContextType, ContentPanelLayout, Declaration, DocsContextType, DocsProvider, DocsProviderProps, MarkdownContext, MarkdownContextValue, MarkdownProvider, MarkdownProviderProps, NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, PropertySettingsType, SuspensefulMarkdownProvider, customizeComponents, useAvailableLanguages, useComponentContext, useComponents, useContentPanelLayout, useDeclaration, useDocs, useHighlight, useIgnoredResources, useLanguage, useLanguageComponents, useMarkdownContext, useNavigation, useRenderMarkdown, useResource, useSettings, useSnippet, useSnippetIds, useSnippetResponse, useSnippets, useSpec };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as SuspensefulMarkdownProvider, c as useRenderMarkdown, i as MarkdownProviderProps, n as MarkdownContextValue, o as useHighlight, r as MarkdownProvider, s as useMarkdownContext, t as MarkdownContext } from "../markdown-
|
|
1
|
+
import { a as SuspensefulMarkdownProvider, c as useRenderMarkdown, i as MarkdownProviderProps, n as MarkdownContextValue, o as useHighlight, r as MarkdownProvider, s as useMarkdownContext, t as MarkdownContext } from "../markdown-B30HO-Vy.js";
|
|
2
2
|
export { MarkdownContext, MarkdownContextValue, MarkdownProvider, MarkdownProviderProps, SuspensefulMarkdownProvider, useHighlight, useMarkdownContext, useRenderMarkdown };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-
|
|
1
|
+
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-DGl8lR6w.js";
|
|
2
2
|
export { NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, useNavigation };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h as Resource, u as LanguageDeclNodes, v as Spec, y as SpecLanguage } from "./index-DFr9Mesr.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/contexts/docs.d.ts
|
|
6
6
|
type ContentPanelLayout = 'double-pane' | 'single-pane';
|
|
@@ -57,6 +57,6 @@ declare function DocsProvider({
|
|
|
57
57
|
language,
|
|
58
58
|
settings,
|
|
59
59
|
children
|
|
60
|
-
}: DocsProviderProps): react_jsx_runtime0.JSX.Element;
|
|
60
|
+
}: DocsProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
61
61
|
//#endregion
|
|
62
62
|
export { useSnippetResponse as _, DocsProviderProps as a, useContentPanelLayout as c, useIgnoredResources as d, useLanguage as f, useSnippetIds as g, useSnippet as h, DocsProvider as i, useDeclaration as l, useSettings as m, Declaration as n, PropertySettingsType as o, useResource as p, DocsContextType as r, useAvailableLanguages as s, ContentPanelLayout as t, useDocs as u, useSnippets as v, useSpec as y };
|