@stainless-api/docs-ui 0.1.0-beta.47 → 0.1.0-beta.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/breadcrumbs-nSFZO5Gf.js +63 -0
- package/dist/component-DRO8kQSp.js +23 -0
- package/dist/{component-generics-F0_Dx7UT.js → component-generics-B6Fn47Mz.js} +1 -1
- package/dist/{component-generics-DrrwsjTH.d.ts → component-generics-COP53CRn.d.ts} +2 -2
- package/dist/component-generics-fyFHB6qA.d.ts +30 -0
- package/dist/components/MaskedInput.d.ts +1 -1
- package/dist/components/MaskedInput.js +1 -1
- package/dist/components/breadcrumbs.d.ts +1 -1
- package/dist/components/breadcrumbs.js +7 -13
- package/dist/components/icons.js +1 -1
- package/dist/components/index.d.ts +9 -10
- package/dist/components/index.js +16 -13
- package/dist/components/method.d.ts +1 -1
- package/dist/components/method.js +8 -13
- package/dist/components/overview.d.ts +1 -1
- package/dist/components/overview.js +9 -13
- package/dist/components/primitives.d.ts +1 -1
- package/dist/components/primitives.js +6 -13
- package/dist/components/properties.d.ts +1 -1
- package/dist/components/properties.js +7 -13
- package/dist/components/sdk.d.ts +1 -2
- package/dist/components/sdk.js +8 -13
- package/dist/components/sidebar.d.ts +1 -1
- package/dist/components/sidebar.js +9 -13
- package/dist/components/snippets.d.ts +2 -3
- package/dist/components/snippets.js +7 -13
- package/dist/components-D7M-BwNI.js +71 -0
- package/dist/contexts/component-generics.d.ts +1 -1
- package/dist/contexts/component-generics.js +1 -1
- package/dist/contexts/component-types.d.ts +10 -11
- package/dist/contexts/component.d.ts +13 -14
- package/dist/contexts/component.js +25 -13
- package/dist/contexts/docs.d.ts +1 -1
- package/dist/contexts/docs.js +1 -1
- package/dist/contexts/index.d.ts +16 -19
- package/dist/contexts/index.js +6 -14
- package/dist/contexts/markdown.d.ts +1 -1
- package/dist/contexts/markdown.js +2 -2
- package/dist/contexts/navigation.d.ts +1 -2
- package/dist/contexts/navigation.js +1 -1
- package/dist/contexts/use-components.d.ts +9 -10
- package/dist/contexts/use-components.js +2 -2
- package/dist/contexts-p3rRZDlM.js +39 -0
- package/dist/csharp-CDSxfCZE.js +283 -0
- package/dist/docs-yYrp-uzs.d.ts +47 -0
- package/dist/go-1c3S5ETL.js +303 -0
- package/dist/http-2QNWXH9t.js +330 -0
- package/dist/{index-CeFeLPGr.d.ts → index-BQpRynot.d.ts} +8 -8
- package/dist/index-CnilsjrJ.d.ts +274 -0
- package/dist/{index-CTSOZqei.d.ts → index-Ct0NcQUK.d.ts} +1 -1
- package/dist/{index-Bt01VI67.d.ts → index-D6NhcxHd.d.ts} +6 -7
- package/dist/index-LboM0f0c.d.ts +15 -0
- package/dist/index-avtZIGmX.d.ts +13 -0
- package/dist/index.d.ts +18 -20
- package/dist/index.js +27 -13
- package/dist/java-BbjF_oUI.js +403 -0
- package/dist/languages/csharp.d.ts +10 -11
- package/dist/languages/csharp.js +7 -13
- package/dist/languages/go.d.ts +10 -11
- package/dist/languages/go.js +7 -13
- package/dist/languages/http.d.ts +10 -11
- package/dist/languages/http.js +17 -13
- package/dist/languages/index.d.ts +10 -11
- package/dist/languages/index.js +24 -13
- package/dist/languages/java.d.ts +10 -11
- package/dist/languages/java.js +7 -13
- package/dist/languages/python.d.ts +10 -11
- package/dist/languages/python.js +7 -13
- package/dist/languages/ruby.d.ts +10 -11
- package/dist/languages/ruby.js +7 -13
- package/dist/languages/typescript.d.ts +10 -11
- package/dist/languages/typescript.js +7 -13
- package/dist/languages-BCYZjzuS.js +26 -0
- package/dist/markdown/index.d.ts +4 -4
- package/dist/markdown/index.js +103 -14
- package/dist/markdown/md.js +1 -1
- package/dist/markdown/printer.d.ts +2 -0
- package/dist/markdown/printer.js +28 -0
- package/dist/markdown/utils.d.ts +2 -3
- package/dist/markdown/utils.js +1 -1
- package/dist/{markdown-Bx-mQFEj.js → markdown-CxdeWgjV.js} +1 -1
- package/dist/markdown-DA2cRtlr.d.ts +22 -0
- package/dist/method-CE08mUME.js +115 -0
- package/dist/{navigation-Cg69h_9U.d.ts → navigation-BfAVGPgw.d.ts} +3 -3
- package/dist/navigation-CjBnMcop.d.ts +29 -0
- package/dist/overview-DeZSiqFa.d.ts +39 -0
- package/dist/overview-S2hUqPXA.js +139 -0
- package/dist/primitives-BIWfwN5L.js +258 -0
- package/dist/primitives-CbqXZ-5f.d.ts +97 -0
- package/dist/printer-DBw4S_Jn.d.ts +13 -0
- package/dist/printer-DVZVkqAr.d.ts +13 -0
- package/dist/printer-bNxiG6UB.js +74 -0
- package/dist/properties-jlGW3USi.js +131 -0
- package/dist/python-USOwFDv_.js +279 -0
- package/dist/routing-CMqh1cTZ.d.ts +54 -0
- package/dist/{routing-BGBmkDBL.js → routing-Wbb7YECB.js} +1 -1
- package/dist/routing.d.ts +1 -1
- package/dist/routing.js +1 -1
- package/dist/ruby-CSvGbSLe.js +387 -0
- package/dist/{sdk-Ck0IERc7.d.ts → sdk-BOwYR0k6.d.ts} +1 -1
- package/dist/sdk-CSCbbn3O.js +336 -0
- package/dist/sdk-CdhDsvo3.d.ts +118 -0
- package/dist/sidebar-CWyvCrJ0.js +81 -0
- package/dist/snippets-BQLXEIf6.js +161 -0
- package/dist/snippets-CbVFNmfq.d.ts +51 -0
- package/dist/{snippets-XTXit9Ya.d.ts → snippets-Wjo2dJNw.d.ts} +1 -1
- package/dist/spec.d.ts +3 -3
- package/dist/spec.js +2 -2
- package/dist/style.d.ts +1 -1
- package/dist/style.js +1 -1
- package/dist/styles/resets.css +2 -1
- package/dist/styles.css +1099 -1
- package/dist/typescript-DXG9psK3.js +449 -0
- package/dist/{use-components-BAHidYIO.js → use-components-RWQbviGq.js} +1 -1
- package/dist/{utils-CJElSUwc.d.ts → utils-CTGH5e8c.d.ts} +2 -2
- package/dist/utils-DNKOwa7D.d.ts +21 -0
- package/dist/{utils-0z34vxY4.js → utils-D_1AWSRX.js} +2 -2
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +1 -2
- package/package.json +6 -20
- package/dist/contexts/search.d.ts +0 -4
- package/dist/contexts/search.js +0 -15
- package/dist/contexts-D3ClFTt3.js +0 -4117
- package/dist/pagefind-BHm6c3fb.js +0 -15
- package/dist/search/index.d.ts +0 -26
- package/dist/search/index.js +0 -334
- package/dist/search/mcp.d.ts +0 -13
- package/dist/search/mcp.js +0 -45
- package/dist/search/providers/algolia.d.ts +0 -25
- package/dist/search/providers/algolia.js +0 -15
- package/dist/search/providers/fuse.d.ts +0 -18
- package/dist/search/providers/fuse.js +0 -30
- package/dist/search/providers/pagefind.d.ts +0 -7
- package/dist/search/providers/pagefind.js +0 -3
- package/dist/search/providers/walker.d.ts +0 -9
- package/dist/search/providers/walker.js +0 -34
- package/dist/search/types.d.ts +0 -3
- package/dist/search/types.js +0 -3
- package/dist/search-B9SJyFXg.d.ts +0 -21
- package/dist/types-D7Ipu1J2.d.ts +0 -91
- package/dist/types-mRzd9aqe.js +0 -35
- /package/dist/{breadcrumbs-Bg3nNgu9.d.ts → breadcrumbs-DEyC9k79.d.ts} +0 -0
- /package/dist/{chunk-BWfJHHBp.js → chunk-DRcLgZ1e.js} +0 -0
- /package/dist/{docs-DGpIHBGY.d.ts → docs-B8-nCRaa.d.ts} +0 -0
- /package/dist/{docs-CNvEp0VL.js → docs-CXqi26jB.js} +0 -0
- /package/dist/{icons-DzBceOQw.js → icons-Ckod9aod.js} +0 -0
- /package/dist/{markdown-COcowhve.d.ts → markdown-C8o8WrwG.d.ts} +0 -0
- /package/dist/{md-D5AxFoS4.js → md-oM2tUaCA.js} +0 -0
- /package/dist/{method-DI8ARQ3m.d.ts → method-B6eAtYl2.d.ts} +0 -0
- /package/dist/{navigation-bydkHNUW.js → navigation-C5TN0SgC.js} +0 -0
- /package/dist/{overview-Bv43Hf_w.d.ts → overview-CswoJHww.d.ts} +0 -0
- /package/dist/{primitives-Br-H_CYo.d.ts → primitives-Caj5rKBc.d.ts} +0 -0
- /package/dist/{properties-RPXKwEeY.d.ts → properties-BkUlpvU4.d.ts} +0 -0
- /package/dist/{routing-nN1nc0jx.d.ts → routing-Dhmv52Fd.d.ts} +0 -0
- /package/dist/{sidebar-b3y7VIbU.d.ts → sidebar-BXz93vSy.d.ts} +0 -0
- /package/dist/{style-D8hwSwrv.d.ts → style-D7RO5ymE.d.ts} +0 -0
- /package/dist/{style-0miv2y38.js → style-gnVEeXFj.js} +0 -0
- /package/dist/{utils-CiZXDoFR.js → utils-CqnL9Fc3.js} +0 -0
- /package/dist/{utils-BcWczffA.d.ts → utils-d8paVwKN.d.ts} +0 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { t as style_default } from "./style-gnVEeXFj.js";
|
|
2
|
+
import { n as Languages } from "./routing-Wbb7YECB.js";
|
|
3
|
+
import { i as Join } from "./primitives-BIWfwN5L.js";
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
import { ChevronRight } from "lucide-react";
|
|
6
|
+
|
|
7
|
+
//#region src/components/breadcrumbs.tsx
|
|
8
|
+
function generateApiBreadcrumbs(fullPath, spec, basePath) {
|
|
9
|
+
const cleanBasePath = basePath.replace(/\/+$/, "");
|
|
10
|
+
const cleanPath = fullPath.replace(/\/+$/, "");
|
|
11
|
+
if (!cleanPath.startsWith(cleanBasePath)) return null;
|
|
12
|
+
const rest = cleanPath.slice(cleanBasePath.length).split("/").filter(Boolean);
|
|
13
|
+
const breadcrumbs = [];
|
|
14
|
+
let href = cleanBasePath;
|
|
15
|
+
let i = 0;
|
|
16
|
+
if (Languages.includes(rest[0])) {
|
|
17
|
+
href += `/${rest[0]}`;
|
|
18
|
+
i++;
|
|
19
|
+
}
|
|
20
|
+
breadcrumbs.push({
|
|
21
|
+
title: "API Reference",
|
|
22
|
+
href
|
|
23
|
+
});
|
|
24
|
+
let currentSpec = spec;
|
|
25
|
+
while (i < rest.length) {
|
|
26
|
+
const idType = rest[i];
|
|
27
|
+
const idValue = rest[i + 1];
|
|
28
|
+
if (!idType || !idValue || !currentSpec?.[idType]?.[idValue]) break;
|
|
29
|
+
currentSpec = currentSpec[idType][idValue];
|
|
30
|
+
href += `/${idType}/${idValue}`;
|
|
31
|
+
const title = (idType === "methods" ? currentSpec.summary : currentSpec.title) ?? idValue;
|
|
32
|
+
breadcrumbs.push({
|
|
33
|
+
title,
|
|
34
|
+
href
|
|
35
|
+
});
|
|
36
|
+
i += 2;
|
|
37
|
+
}
|
|
38
|
+
return breadcrumbs;
|
|
39
|
+
}
|
|
40
|
+
function SDKBreadcrumbs({ spec, currentPath, basePath = "/api", config = { includeCurrentPage: false } }) {
|
|
41
|
+
const breadcrumbs = generateApiBreadcrumbs(currentPath, spec, basePath);
|
|
42
|
+
if (!breadcrumbs || breadcrumbs.length === 0) return null;
|
|
43
|
+
if (!config?.includeCurrentPage && breadcrumbs.length > 1) breadcrumbs.pop();
|
|
44
|
+
const items = breadcrumbs.map((crumb, index) => /* @__PURE__ */ jsx("div", {
|
|
45
|
+
className: style_default.BreadcrumbsItem,
|
|
46
|
+
children: /* @__PURE__ */ jsx("a", {
|
|
47
|
+
href: crumb.href,
|
|
48
|
+
className: style_default.BreadcrumbsLink,
|
|
49
|
+
children: crumb.title
|
|
50
|
+
})
|
|
51
|
+
}, index));
|
|
52
|
+
return /* @__PURE__ */ jsx("div", {
|
|
53
|
+
className: style_default.Breadcrumbs,
|
|
54
|
+
children: /* @__PURE__ */ jsx(Join, {
|
|
55
|
+
limit: breadcrumbs.length,
|
|
56
|
+
items,
|
|
57
|
+
children: /* @__PURE__ */ jsx(ChevronRight, {})
|
|
58
|
+
})
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
//#endregion
|
|
63
|
+
export { SDKBreadcrumbs as t };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { n as customizeComponents, t as ComponentProvider } from "./component-generics-B6Fn47Mz.js";
|
|
2
|
+
import { t as components_exports } from "./components-D7M-BwNI.js";
|
|
3
|
+
import { n as languages_exports } from "./languages-BCYZjzuS.js";
|
|
4
|
+
import React from "react";
|
|
5
|
+
import { jsx } from "react/jsx-runtime";
|
|
6
|
+
|
|
7
|
+
//#region src/contexts/component.tsx
|
|
8
|
+
const defaultContextValue = {
|
|
9
|
+
components: components_exports,
|
|
10
|
+
language: languages_exports
|
|
11
|
+
};
|
|
12
|
+
function ComponentProvider$1({ components, language, children }) {
|
|
13
|
+
return /* @__PURE__ */ jsx(ComponentProvider, {
|
|
14
|
+
value: React.useMemo(() => customizeComponents(defaultContextValue, {
|
|
15
|
+
components,
|
|
16
|
+
language
|
|
17
|
+
}), [components, language]),
|
|
18
|
+
children
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
export { defaultContextValue as n, ComponentProvider$1 as t };
|
|
@@ -42,4 +42,4 @@ function ComponentProvider({ value, children }) {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
//#endregion
|
|
45
|
-
export {
|
|
45
|
+
export { useComponents as i, customizeComponents as n, useComponentContext as r, ComponentProvider as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
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
|
-
}):
|
|
28
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { useComponents as a, useComponentContext as i, ComponentsContextType as n, customizeComponents as r, ComponentProvider as t };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
import * as react_jsx_runtime57 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/contexts/component-generics.d.ts
|
|
5
|
+
type DeepPartialMap<L> = { [K in keyof L]?: Partial<L[K]> };
|
|
6
|
+
type ComponentsContextType<C, L> = {
|
|
7
|
+
components: C;
|
|
8
|
+
language: L;
|
|
9
|
+
};
|
|
10
|
+
declare const useComponentContext: () => ComponentsContextType<any, any>;
|
|
11
|
+
declare function useComponents<C = unknown>(): C;
|
|
12
|
+
declare function customizeComponents<C, L>(defaults: {
|
|
13
|
+
components: C;
|
|
14
|
+
language: L;
|
|
15
|
+
}, overrides?: {
|
|
16
|
+
components?: Partial<C>;
|
|
17
|
+
language?: DeepPartialMap<L>;
|
|
18
|
+
}): {
|
|
19
|
+
components: C;
|
|
20
|
+
language: L;
|
|
21
|
+
};
|
|
22
|
+
declare function ComponentProvider<C, L>({
|
|
23
|
+
value,
|
|
24
|
+
children
|
|
25
|
+
}: {
|
|
26
|
+
value: ComponentsContextType<C, L>;
|
|
27
|
+
children: React$1.ReactNode;
|
|
28
|
+
}): react_jsx_runtime57.JSX.Element;
|
|
29
|
+
//#endregion
|
|
30
|
+
export { useComponents as a, useComponentContext as i, ComponentsContextType as n, customizeComponents as r, ComponentProvider as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as SDKBreadcrumbs } from "../breadcrumbs-
|
|
1
|
+
import { t as SDKBreadcrumbs } from "../breadcrumbs-DEyC9k79.js";
|
|
2
2
|
export { SDKBreadcrumbs };
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
import "../docs-
|
|
2
|
-
import "../component-generics-
|
|
3
|
-
import "../navigation-
|
|
4
|
-
import "../markdown-
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import { pt as SDKBreadcrumbs } from "../contexts-D3ClFTt3.js";
|
|
9
|
-
import "../icons-DzBceOQw.js";
|
|
10
|
-
import "../utils-0z34vxY4.js";
|
|
11
|
-
import "../md-D5AxFoS4.js";
|
|
12
|
-
import "../utils-CiZXDoFR.js";
|
|
13
|
-
import "../types-mRzd9aqe.js";
|
|
1
|
+
import "../docs-CXqi26jB.js";
|
|
2
|
+
import "../component-generics-B6Fn47Mz.js";
|
|
3
|
+
import "../navigation-C5TN0SgC.js";
|
|
4
|
+
import "../markdown-CxdeWgjV.js";
|
|
5
|
+
import "../contexts-p3rRZDlM.js";
|
|
6
|
+
import "../primitives-BIWfwN5L.js";
|
|
7
|
+
import { t as SDKBreadcrumbs } from "../breadcrumbs-nSFZO5Gf.js";
|
|
14
8
|
|
|
15
9
|
export { SDKBreadcrumbs };
|
package/dist/components/icons.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as KotlinIcon, c as RubyIcon, i as JavaIcon, l as TerraformIcon, n as CurlIcon, o as PowershellIcon, r as GoIcon, s as PythonIcon, t as CSharpIcon, u as TypescriptIcon } from "../icons-
|
|
1
|
+
import { a as KotlinIcon, c as RubyIcon, i as JavaIcon, l as TerraformIcon, n as CurlIcon, o as PowershellIcon, r as GoIcon, s as PythonIcon, t as CSharpIcon, u as TypescriptIcon } from "../icons-Ckod9aod.js";
|
|
2
2
|
|
|
3
3
|
export { CSharpIcon, CurlIcon, GoIcon, JavaIcon, KotlinIcon, PowershellIcon, PythonIcon, RubyIcon, TerraformIcon, TypescriptIcon };
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "../primitives-
|
|
2
|
-
import { t as SDKBreadcrumbs } from "../breadcrumbs-
|
|
3
|
-
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "../method-
|
|
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 "../
|
|
6
|
-
import {
|
|
7
|
-
import { a as
|
|
8
|
-
import { a as
|
|
9
|
-
import
|
|
10
|
-
import "../index-CeFeLPGr.js";
|
|
1
|
+
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "../primitives-Caj5rKBc.js";
|
|
2
|
+
import { t as SDKBreadcrumbs } from "../breadcrumbs-DEyC9k79.js";
|
|
3
|
+
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "../method-B6eAtYl2.js";
|
|
4
|
+
import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "../properties-BkUlpvU4.js";
|
|
5
|
+
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "../sdk-BOwYR0k6.js";
|
|
6
|
+
import { a as SnippetContainer, c as SnippetRequestContainer, i as SnippetCodeProps, l as SnippetRequestContainerProps, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetProps, t as Snippet, u as SnippetResponse } from "../snippets-Wjo2dJNw.js";
|
|
7
|
+
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "../overview-CswoJHww.js";
|
|
8
|
+
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-BXz93vSy.js";
|
|
9
|
+
import "../index-BQpRynot.js";
|
|
11
10
|
export { Badge, Expander, HTTPMethod, HttpMethodIcons, HttpMethods, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodIconBadge, MethodIconProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps, Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, usePropertyModel, useReferenceNesting };
|
package/dist/components/index.js
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import "../docs-
|
|
2
|
-
import "../component-generics-
|
|
3
|
-
import "../navigation-
|
|
4
|
-
import "../markdown-
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import {
|
|
9
|
-
import "../
|
|
10
|
-
import "../
|
|
11
|
-
import "../
|
|
12
|
-
import "../
|
|
13
|
-
import "../
|
|
1
|
+
import "../docs-CXqi26jB.js";
|
|
2
|
+
import "../component-generics-B6Fn47Mz.js";
|
|
3
|
+
import "../navigation-C5TN0SgC.js";
|
|
4
|
+
import "../markdown-CxdeWgjV.js";
|
|
5
|
+
import "../contexts-p3rRZDlM.js";
|
|
6
|
+
import "../use-components-RWQbviGq.js";
|
|
7
|
+
import { i as PropertyToggle, n as PropertyDescription, r as PropertyTitle, t as Property } from "../properties-jlGW3USi.js";
|
|
8
|
+
import { a as MethodHeader, c as MethodRoute, i as MethodDescription, n as HttpMethods, o as MethodIconBadge, r as Method, s as MethodInfo, t as HttpMethodIcons } from "../method-CE08mUME.js";
|
|
9
|
+
import { a as Link, c as ToggleButton, i as Join, l as Tooltip, n as Expander, o as ListView, r as Input, s as Markdown, t as Badge, u as VirtualExpander } from "../primitives-BIWfwN5L.js";
|
|
10
|
+
import "../icons-Ckod9aod.js";
|
|
11
|
+
import { _ as useReferenceNesting, a as SDKDeclaration, c as SDKLanguageBlock, d as SDKMethodInfo, f as SDKModel, g as usePropertyModel, h as SDKSnippetLanguages, i as SDKConstraints, l as SDKMethod, m as SDKRequestTitle, n as ReferenceNestingContext, o as SDKExample, p as SDKReference, r as SDKChildren, s as SDKIcon, t as PropertyModelContext, u as SDKMethodHeader } from "../sdk-CSCbbn3O.js";
|
|
12
|
+
import { a as SnippetRequestContainer, i as SnippetContainer, n as SnippetButtons, o as SnippetResponse, r as SnippetCode, t as Snippet } from "../snippets-BQLXEIf6.js";
|
|
13
|
+
import { a as SDKRoot, i as SDKResourceHeader, n as SDKOverview, r as SDKResource, t as SDKMethodSummary } from "../overview-S2hUqPXA.js";
|
|
14
|
+
import { t as SDKBreadcrumbs } from "../breadcrumbs-nSFZO5Gf.js";
|
|
15
|
+
import { i as SidebarResource, n as SidebarExpander, r as SidebarMethod, t as Sidebar } from "../sidebar-CWyvCrJ0.js";
|
|
16
|
+
import "../components-D7M-BwNI.js";
|
|
14
17
|
|
|
15
18
|
export { Badge, Expander, HttpMethodIcons, HttpMethods, Input, Join, Link, ListView, Markdown, Method, MethodDescription, MethodHeader, MethodIconBadge, MethodInfo, MethodRoute, Property, PropertyDescription, PropertyModelContext, PropertyTitle, PropertyToggle, ReferenceNestingContext, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodSummary, SDKModel, SDKOverview, SDKReference, SDKRequestTitle, SDKResource, SDKResourceHeader, SDKRoot, SDKSnippetLanguages, Sidebar, SidebarExpander, SidebarMethod, SidebarResource, Snippet, SnippetButtons, SnippetCode, SnippetContainer, SnippetRequestContainer, SnippetResponse, ToggleButton, Tooltip, VirtualExpander, usePropertyModel, useReferenceNesting };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "../method-
|
|
1
|
+
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "../method-B6eAtYl2.js";
|
|
2
2
|
export { HTTPMethod, HttpMethodIcons, HttpMethods, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodIconBadge, MethodIconProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps };
|
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
import "../docs-
|
|
2
|
-
import "../component-generics-
|
|
3
|
-
import "../navigation-
|
|
4
|
-
import "../markdown-
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import {
|
|
9
|
-
import "../icons-DzBceOQw.js";
|
|
10
|
-
import "../utils-0z34vxY4.js";
|
|
11
|
-
import "../md-D5AxFoS4.js";
|
|
12
|
-
import "../utils-CiZXDoFR.js";
|
|
13
|
-
import "../types-mRzd9aqe.js";
|
|
1
|
+
import "../docs-CXqi26jB.js";
|
|
2
|
+
import "../component-generics-B6Fn47Mz.js";
|
|
3
|
+
import "../navigation-C5TN0SgC.js";
|
|
4
|
+
import "../markdown-CxdeWgjV.js";
|
|
5
|
+
import "../contexts-p3rRZDlM.js";
|
|
6
|
+
import "../use-components-RWQbviGq.js";
|
|
7
|
+
import "../properties-jlGW3USi.js";
|
|
8
|
+
import { a as MethodHeader, c as MethodRoute, i as MethodDescription, n as HttpMethods, o as MethodIconBadge, r as Method, s as MethodInfo, t as HttpMethodIcons } from "../method-CE08mUME.js";
|
|
14
9
|
|
|
15
10
|
export { HttpMethodIcons, HttpMethods, Method, MethodDescription, MethodHeader, MethodIconBadge, MethodInfo, MethodRoute };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "../overview-
|
|
1
|
+
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "../overview-CswoJHww.js";
|
|
2
2
|
export { SDKMethodSummary, SDKMethodSummaryProps, SDKOverview, SDKOverviewProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps };
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
import "../docs-
|
|
2
|
-
import "../component-generics-
|
|
3
|
-
import "../navigation-
|
|
4
|
-
import "../markdown-
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import
|
|
9
|
-
import "../
|
|
10
|
-
import "../utils-0z34vxY4.js";
|
|
11
|
-
import "../md-D5AxFoS4.js";
|
|
12
|
-
import "../utils-CiZXDoFR.js";
|
|
13
|
-
import "../types-mRzd9aqe.js";
|
|
1
|
+
import "../docs-CXqi26jB.js";
|
|
2
|
+
import "../component-generics-B6Fn47Mz.js";
|
|
3
|
+
import "../navigation-C5TN0SgC.js";
|
|
4
|
+
import "../markdown-CxdeWgjV.js";
|
|
5
|
+
import "../contexts-p3rRZDlM.js";
|
|
6
|
+
import "../use-components-RWQbviGq.js";
|
|
7
|
+
import "../properties-jlGW3USi.js";
|
|
8
|
+
import "../primitives-BIWfwN5L.js";
|
|
9
|
+
import { a as SDKRoot, i as SDKResourceHeader, n as SDKOverview, r as SDKResource, t as SDKMethodSummary } from "../overview-S2hUqPXA.js";
|
|
14
10
|
|
|
15
11
|
export { SDKMethodSummary, SDKOverview, SDKResource, SDKResourceHeader, SDKRoot };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "../primitives-
|
|
1
|
+
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "../primitives-Caj5rKBc.js";
|
|
2
2
|
export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, ToggleButton, ToggleButtonProps, Tooltip, VirtualExpander };
|
|
@@ -1,15 +1,8 @@
|
|
|
1
|
-
import "../docs-
|
|
2
|
-
import "../component-generics-
|
|
3
|
-
import "../navigation-
|
|
4
|
-
import "../markdown-
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../use-components-BAHidYIO.js";
|
|
8
|
-
import { Gt as Join, Ht as Badge, Jt as Markdown, Kt as Link, Ut as Expander, Wt as Input, Xt as Tooltip, Yt as ToggleButton, Zt as VirtualExpander, qt as ListView } from "../contexts-D3ClFTt3.js";
|
|
9
|
-
import "../icons-DzBceOQw.js";
|
|
10
|
-
import "../utils-0z34vxY4.js";
|
|
11
|
-
import "../md-D5AxFoS4.js";
|
|
12
|
-
import "../utils-CiZXDoFR.js";
|
|
13
|
-
import "../types-mRzd9aqe.js";
|
|
1
|
+
import "../docs-CXqi26jB.js";
|
|
2
|
+
import "../component-generics-B6Fn47Mz.js";
|
|
3
|
+
import "../navigation-C5TN0SgC.js";
|
|
4
|
+
import "../markdown-CxdeWgjV.js";
|
|
5
|
+
import "../contexts-p3rRZDlM.js";
|
|
6
|
+
import { a as Link, c as ToggleButton, i as Join, l as Tooltip, n as Expander, o as ListView, r as Input, s as Markdown, t as Badge, u as VirtualExpander } from "../primitives-BIWfwN5L.js";
|
|
14
7
|
|
|
15
8
|
export { Badge, Expander, Input, Join, Link, ListView, Markdown, ToggleButton, Tooltip, VirtualExpander };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "../properties-
|
|
1
|
+
import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "../properties-BkUlpvU4.js";
|
|
2
2
|
export { Property, PropertyDescription, PropertyDescriptionProps, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps };
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
import "../docs-
|
|
2
|
-
import "../component-generics-
|
|
3
|
-
import "../navigation-
|
|
4
|
-
import "../markdown-
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import { cn as PropertyTitle, ln as PropertyToggle, on as Property, sn as PropertyDescription } from "../contexts-D3ClFTt3.js";
|
|
9
|
-
import "../icons-DzBceOQw.js";
|
|
10
|
-
import "../utils-0z34vxY4.js";
|
|
11
|
-
import "../md-D5AxFoS4.js";
|
|
12
|
-
import "../utils-CiZXDoFR.js";
|
|
13
|
-
import "../types-mRzd9aqe.js";
|
|
1
|
+
import "../docs-CXqi26jB.js";
|
|
2
|
+
import "../component-generics-B6Fn47Mz.js";
|
|
3
|
+
import "../navigation-C5TN0SgC.js";
|
|
4
|
+
import "../markdown-CxdeWgjV.js";
|
|
5
|
+
import "../contexts-p3rRZDlM.js";
|
|
6
|
+
import "../use-components-RWQbviGq.js";
|
|
7
|
+
import { i as PropertyToggle, n as PropertyDescription, r as PropertyTitle, t as Property } from "../properties-jlGW3USi.js";
|
|
14
8
|
|
|
15
9
|
export { Property, PropertyDescription, PropertyTitle, PropertyToggle };
|
package/dist/components/sdk.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "../sdk-Ck0IERc7.js";
|
|
1
|
+
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "../sdk-BOwYR0k6.js";
|
|
3
2
|
export { PropertyModelContext, PropertyModelContextType, ReferenceNestingContext, ReferenceNestingContextType, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodProps, SDKModel, SDKModelProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKSnippetLanguages, SDKSnippetLanguagesType, TransformRequestSnippetFn, usePropertyModel, useReferenceNesting };
|
package/dist/components/sdk.js
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
import "../docs-
|
|
2
|
-
import "../component-generics-
|
|
3
|
-
import "../navigation-
|
|
4
|
-
import "../markdown-
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import {
|
|
9
|
-
import "../icons-DzBceOQw.js";
|
|
10
|
-
import "../utils-0z34vxY4.js";
|
|
11
|
-
import "../md-D5AxFoS4.js";
|
|
12
|
-
import "../utils-CiZXDoFR.js";
|
|
13
|
-
import "../types-mRzd9aqe.js";
|
|
1
|
+
import "../docs-CXqi26jB.js";
|
|
2
|
+
import "../component-generics-B6Fn47Mz.js";
|
|
3
|
+
import "../navigation-C5TN0SgC.js";
|
|
4
|
+
import "../markdown-CxdeWgjV.js";
|
|
5
|
+
import "../contexts-p3rRZDlM.js";
|
|
6
|
+
import "../use-components-RWQbviGq.js";
|
|
7
|
+
import "../icons-Ckod9aod.js";
|
|
8
|
+
import { _ as useReferenceNesting, a as SDKDeclaration, c as SDKLanguageBlock, d as SDKMethodInfo, f as SDKModel, g as usePropertyModel, h as SDKSnippetLanguages, i as SDKConstraints, l as SDKMethod, m as SDKRequestTitle, n as ReferenceNestingContext, o as SDKExample, p as SDKReference, r as SDKChildren, s as SDKIcon, t as PropertyModelContext, u as SDKMethodHeader } from "../sdk-CSCbbn3O.js";
|
|
14
9
|
|
|
15
10
|
export { PropertyModelContext, ReferenceNestingContext, SDKChildren, SDKConstraints, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKModel, SDKReference, SDKRequestTitle, SDKSnippetLanguages, usePropertyModel, useReferenceNesting };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-
|
|
1
|
+
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-BXz93vSy.js";
|
|
2
2
|
export { Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps };
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
import "../docs-
|
|
2
|
-
import "../component-generics-
|
|
3
|
-
import "../navigation-
|
|
4
|
-
import "../markdown-
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import
|
|
9
|
-
import "../
|
|
10
|
-
import "../utils-0z34vxY4.js";
|
|
11
|
-
import "../md-D5AxFoS4.js";
|
|
12
|
-
import "../utils-CiZXDoFR.js";
|
|
13
|
-
import "../types-mRzd9aqe.js";
|
|
1
|
+
import "../docs-CXqi26jB.js";
|
|
2
|
+
import "../component-generics-B6Fn47Mz.js";
|
|
3
|
+
import "../navigation-C5TN0SgC.js";
|
|
4
|
+
import "../markdown-CxdeWgjV.js";
|
|
5
|
+
import "../contexts-p3rRZDlM.js";
|
|
6
|
+
import "../use-components-RWQbviGq.js";
|
|
7
|
+
import "../properties-jlGW3USi.js";
|
|
8
|
+
import "../method-CE08mUME.js";
|
|
9
|
+
import { i as SidebarResource, n as SidebarExpander, r as SidebarMethod, t as Sidebar } from "../sidebar-CWyvCrJ0.js";
|
|
14
10
|
|
|
15
11
|
export { Sidebar, SidebarExpander, SidebarMethod, SidebarResource };
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
import "../
|
|
3
|
-
import { a as SnippetContainer, c as SnippetRequestContainer, i as SnippetCodeProps, l as SnippetRequestContainerProps, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetProps, t as Snippet, u as SnippetResponse } from "../snippets-XTXit9Ya.js";
|
|
1
|
+
import "../sdk-BOwYR0k6.js";
|
|
2
|
+
import { a as SnippetContainer, c as SnippetRequestContainer, i as SnippetCodeProps, l as SnippetRequestContainerProps, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetProps, t as Snippet, u as SnippetResponse } from "../snippets-Wjo2dJNw.js";
|
|
4
3
|
export { Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse };
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
import "../docs-
|
|
2
|
-
import "../component-generics-
|
|
3
|
-
import "../navigation-
|
|
4
|
-
import "../markdown-
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import { Ct as SnippetRequestContainer, St as SnippetContainer, bt as SnippetButtons, wt as SnippetResponse, xt as SnippetCode, yt as Snippet } from "../contexts-D3ClFTt3.js";
|
|
9
|
-
import "../icons-DzBceOQw.js";
|
|
10
|
-
import "../utils-0z34vxY4.js";
|
|
11
|
-
import "../md-D5AxFoS4.js";
|
|
12
|
-
import "../utils-CiZXDoFR.js";
|
|
13
|
-
import "../types-mRzd9aqe.js";
|
|
1
|
+
import "../docs-CXqi26jB.js";
|
|
2
|
+
import "../component-generics-B6Fn47Mz.js";
|
|
3
|
+
import "../navigation-C5TN0SgC.js";
|
|
4
|
+
import "../markdown-CxdeWgjV.js";
|
|
5
|
+
import "../contexts-p3rRZDlM.js";
|
|
6
|
+
import "../use-components-RWQbviGq.js";
|
|
7
|
+
import { a as SnippetRequestContainer, i as SnippetContainer, n as SnippetButtons, o as SnippetResponse, r as SnippetCode, t as Snippet } from "../snippets-BQLXEIf6.js";
|
|
14
8
|
|
|
15
9
|
export { Snippet, SnippetButtons, SnippetCode, SnippetContainer, SnippetRequestContainer, SnippetResponse };
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { t as __export } from "./chunk-DRcLgZ1e.js";
|
|
2
|
+
import { i as PropertyToggle, n as PropertyDescription, r as PropertyTitle, t as Property } from "./properties-jlGW3USi.js";
|
|
3
|
+
import { a as MethodHeader, c as MethodRoute, i as MethodDescription, n as HttpMethods, o as MethodIconBadge, r as Method, s as MethodInfo, t as HttpMethodIcons } from "./method-CE08mUME.js";
|
|
4
|
+
import { a as Link, c as ToggleButton, i as Join, l as Tooltip, n as Expander, o as ListView, r as Input, s as Markdown, t as Badge, u as VirtualExpander } from "./primitives-BIWfwN5L.js";
|
|
5
|
+
import { _ as useReferenceNesting, a as SDKDeclaration, c as SDKLanguageBlock, d as SDKMethodInfo, f as SDKModel, g as usePropertyModel, h as SDKSnippetLanguages, i as SDKConstraints, l as SDKMethod, m as SDKRequestTitle, n as ReferenceNestingContext, o as SDKExample, p as SDKReference, r as SDKChildren, s as SDKIcon, t as PropertyModelContext, u as SDKMethodHeader } from "./sdk-CSCbbn3O.js";
|
|
6
|
+
import { a as SnippetRequestContainer, i as SnippetContainer, n as SnippetButtons, o as SnippetResponse, r as SnippetCode, t as Snippet } from "./snippets-BQLXEIf6.js";
|
|
7
|
+
import { a as SDKRoot, i as SDKResourceHeader, n as SDKOverview, r as SDKResource, t as SDKMethodSummary } from "./overview-S2hUqPXA.js";
|
|
8
|
+
import { t as SDKBreadcrumbs } from "./breadcrumbs-nSFZO5Gf.js";
|
|
9
|
+
import { i as SidebarResource, n as SidebarExpander, r as SidebarMethod, t as Sidebar } from "./sidebar-CWyvCrJ0.js";
|
|
10
|
+
|
|
11
|
+
//#region src/components/index.ts
|
|
12
|
+
var components_exports = /* @__PURE__ */ __export({
|
|
13
|
+
Badge: () => Badge,
|
|
14
|
+
Expander: () => Expander,
|
|
15
|
+
HttpMethodIcons: () => HttpMethodIcons,
|
|
16
|
+
HttpMethods: () => HttpMethods,
|
|
17
|
+
Input: () => Input,
|
|
18
|
+
Join: () => Join,
|
|
19
|
+
Link: () => Link,
|
|
20
|
+
ListView: () => ListView,
|
|
21
|
+
Markdown: () => Markdown,
|
|
22
|
+
Method: () => Method,
|
|
23
|
+
MethodDescription: () => MethodDescription,
|
|
24
|
+
MethodHeader: () => MethodHeader,
|
|
25
|
+
MethodIconBadge: () => MethodIconBadge,
|
|
26
|
+
MethodInfo: () => MethodInfo,
|
|
27
|
+
MethodRoute: () => MethodRoute,
|
|
28
|
+
Property: () => Property,
|
|
29
|
+
PropertyDescription: () => PropertyDescription,
|
|
30
|
+
PropertyModelContext: () => PropertyModelContext,
|
|
31
|
+
PropertyTitle: () => PropertyTitle,
|
|
32
|
+
PropertyToggle: () => PropertyToggle,
|
|
33
|
+
ReferenceNestingContext: () => ReferenceNestingContext,
|
|
34
|
+
SDKBreadcrumbs: () => SDKBreadcrumbs,
|
|
35
|
+
SDKChildren: () => SDKChildren,
|
|
36
|
+
SDKConstraints: () => SDKConstraints,
|
|
37
|
+
SDKDeclaration: () => SDKDeclaration,
|
|
38
|
+
SDKExample: () => SDKExample,
|
|
39
|
+
SDKIcon: () => SDKIcon,
|
|
40
|
+
SDKLanguageBlock: () => SDKLanguageBlock,
|
|
41
|
+
SDKMethod: () => SDKMethod,
|
|
42
|
+
SDKMethodHeader: () => SDKMethodHeader,
|
|
43
|
+
SDKMethodInfo: () => SDKMethodInfo,
|
|
44
|
+
SDKMethodSummary: () => SDKMethodSummary,
|
|
45
|
+
SDKModel: () => SDKModel,
|
|
46
|
+
SDKOverview: () => SDKOverview,
|
|
47
|
+
SDKReference: () => SDKReference,
|
|
48
|
+
SDKRequestTitle: () => SDKRequestTitle,
|
|
49
|
+
SDKResource: () => SDKResource,
|
|
50
|
+
SDKResourceHeader: () => SDKResourceHeader,
|
|
51
|
+
SDKRoot: () => SDKRoot,
|
|
52
|
+
SDKSnippetLanguages: () => SDKSnippetLanguages,
|
|
53
|
+
Sidebar: () => Sidebar,
|
|
54
|
+
SidebarExpander: () => SidebarExpander,
|
|
55
|
+
SidebarMethod: () => SidebarMethod,
|
|
56
|
+
SidebarResource: () => SidebarResource,
|
|
57
|
+
Snippet: () => Snippet,
|
|
58
|
+
SnippetButtons: () => SnippetButtons,
|
|
59
|
+
SnippetCode: () => SnippetCode,
|
|
60
|
+
SnippetContainer: () => SnippetContainer,
|
|
61
|
+
SnippetRequestContainer: () => SnippetRequestContainer,
|
|
62
|
+
SnippetResponse: () => SnippetResponse,
|
|
63
|
+
ToggleButton: () => ToggleButton,
|
|
64
|
+
Tooltip: () => Tooltip,
|
|
65
|
+
VirtualExpander: () => VirtualExpander,
|
|
66
|
+
usePropertyModel: () => usePropertyModel,
|
|
67
|
+
useReferenceNesting: () => useReferenceNesting
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
//#endregion
|
|
71
|
+
export { components_exports as t };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-
|
|
1
|
+
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-fyFHB6qA.js";
|
|
2
2
|
export { ComponentProvider, ComponentsContextType, customizeComponents, useComponentContext, useComponents };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { i as useComponents, n as customizeComponents, r as useComponentContext, t as ComponentProvider } from "../component-generics-
|
|
1
|
+
import { i as useComponents, n as customizeComponents, r as useComponentContext, t as ComponentProvider } from "../component-generics-B6Fn47Mz.js";
|
|
2
2
|
|
|
3
3
|
export { ComponentProvider, customizeComponents, useComponentContext, useComponents };
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import "../primitives-
|
|
2
|
-
import "../breadcrumbs-
|
|
3
|
-
import "../method-
|
|
4
|
-
import "../properties-
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import "../
|
|
9
|
-
import "../
|
|
10
|
-
import {
|
|
11
|
-
import { r as index_d_exports$1 } from "../index-CTSOZqei.js";
|
|
1
|
+
import "../primitives-Caj5rKBc.js";
|
|
2
|
+
import "../breadcrumbs-DEyC9k79.js";
|
|
3
|
+
import "../method-B6eAtYl2.js";
|
|
4
|
+
import "../properties-BkUlpvU4.js";
|
|
5
|
+
import "../sdk-BOwYR0k6.js";
|
|
6
|
+
import "../snippets-Wjo2dJNw.js";
|
|
7
|
+
import "../overview-CswoJHww.js";
|
|
8
|
+
import "../sidebar-BXz93vSy.js";
|
|
9
|
+
import { t as index_d_exports } from "../index-BQpRynot.js";
|
|
10
|
+
import { r as index_d_exports$1 } from "../index-Ct0NcQUK.js";
|
|
12
11
|
|
|
13
12
|
//#region src/contexts/component-types.d.ts
|
|
14
13
|
type AppComponents = typeof index_d_exports;
|