@stainless-api/docs-ui 0.1.0-beta.3 → 0.1.0-beta.30
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-wJ7A9MGt.d.ts +20 -0
- package/dist/chunk-DsStOjWQ.js +13 -0
- package/dist/component-generics--y1IC_M-.d.ts +30 -0
- package/dist/component-generics-D3ybuN5r.js +45 -0
- package/dist/components/breadcrumbs.d.ts +2 -0
- package/dist/components/breadcrumbs.js +15 -0
- package/dist/components/chat.d.ts +14 -0
- package/dist/components/chat.js +142 -0
- package/dist/components/icons.d.ts +50 -0
- package/dist/components/icons.js +3 -0
- package/dist/components/index.d.ts +11 -0
- package/dist/components/index.js +15 -0
- package/dist/components/method.d.ts +2 -0
- package/dist/components/method.js +15 -0
- package/dist/components/overview.d.ts +2 -0
- package/dist/components/overview.js +15 -0
- package/dist/components/primitives.d.ts +2 -0
- package/dist/components/primitives.js +15 -0
- package/dist/components/properties.d.ts +2 -0
- package/dist/components/properties.js +15 -0
- package/dist/components/sdk.d.ts +3 -0
- package/dist/components/sdk.js +15 -0
- package/dist/components/sidebar.d.ts +2 -0
- package/dist/components/sidebar.js +15 -0
- package/dist/components/snippets.d.ts +4 -0
- package/dist/components/snippets.js +15 -0
- package/dist/contexts/component-generics.d.ts +2 -0
- package/dist/contexts/component-generics.js +3 -0
- package/dist/contexts/component-types.d.ts +17 -0
- package/dist/contexts/component-types.js +0 -0
- package/dist/contexts/component.d.ts +30 -0
- package/dist/contexts/component.js +15 -0
- package/dist/contexts/docs.d.ts +2 -0
- package/dist/contexts/docs.js +3 -0
- package/dist/contexts/index.d.ts +19 -0
- package/dist/contexts/index.js +15 -0
- package/dist/contexts/markdown.d.ts +2 -0
- package/dist/contexts/markdown.js +4 -0
- package/dist/contexts/navigation.d.ts +3 -0
- package/dist/contexts/navigation.js +3 -0
- package/dist/contexts/search.d.ts +4 -0
- package/dist/contexts/search.js +15 -0
- package/dist/contexts/use-components.d.ts +15 -0
- package/dist/contexts/use-components.js +4 -0
- package/dist/contexts-CMNI3ctP.js +3799 -0
- package/dist/docs-BvahWQ28.d.ts +46 -0
- package/dist/docs-CopwX9a7.js +54 -0
- package/dist/icons-yb-Jhkmg.js +753 -0
- package/dist/index-BmPNhnpe.d.ts +14 -0
- package/dist/index-D5NMSAld.d.ts +240 -0
- package/dist/index-rVFBdVz8.d.ts +15 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.js +15 -7542
- package/dist/languages/go.d.ts +12 -0
- package/dist/languages/go.js +15 -0
- package/dist/languages/http.d.ts +12 -0
- package/dist/languages/http.js +15 -0
- package/dist/languages/index.d.ts +12 -0
- package/dist/languages/index.js +15 -0
- package/dist/languages/java.d.ts +12 -0
- package/dist/languages/java.js +15 -0
- package/dist/languages/python.d.ts +12 -0
- package/dist/languages/python.js +15 -0
- package/dist/languages/ruby.d.ts +12 -0
- package/dist/languages/ruby.js +15 -0
- package/dist/languages/typescript.d.ts +12 -0
- package/dist/languages/typescript.js +15 -0
- package/dist/markdown/index.d.ts +12 -0
- package/dist/markdown/index.js +15 -0
- package/dist/markdown/md.d.ts +15 -0
- package/dist/markdown/md.js +3 -0
- package/dist/markdown/utils.d.ts +4 -0
- package/dist/markdown/utils.js +3 -0
- package/dist/markdown-BmpyokB7.js +43 -0
- package/dist/markdown-w5UpIiGc.d.ts +22 -0
- package/dist/md-DxiV1_vy.js +41 -0
- package/dist/method-CLpRObBV.d.ts +71 -0
- package/dist/navigation-Blr3LaES.d.ts +29 -0
- package/dist/navigation-CGr5_w6z.js +24 -0
- package/dist/overview-DBnqhjAg.d.ts +39 -0
- package/dist/pagefind-BaK1krMe.js +15 -0
- package/dist/primitives-BFubD3w8.d.ts +99 -0
- package/dist/properties-DeQRa6VK.d.ts +46 -0
- package/dist/routing-8itEXLx6.js +189 -0
- package/dist/routing-DNN8R6bZ.d.ts +54 -0
- package/dist/routing.d.ts +2 -0
- package/dist/routing.js +3 -180
- package/dist/sdk-BVQyp5Dw.d.ts +119 -0
- package/dist/search/index.d.ts +26 -0
- package/dist/search/index.js +334 -0
- package/dist/search/providers/algolia.d.ts +24 -0
- package/dist/search/providers/algolia.js +15 -0
- package/dist/search/providers/fuse.d.ts +18 -0
- package/dist/search/providers/fuse.js +30 -0
- package/dist/search/providers/pagefind.d.ts +7 -0
- package/dist/search/providers/pagefind.js +3 -0
- package/dist/search/providers/walker.d.ts +9 -0
- package/dist/search/providers/walker.js +34 -0
- package/dist/search/types.d.ts +3 -0
- package/dist/search/types.js +3 -0
- package/dist/search-CPp6HpUy.d.ts +21 -0
- package/dist/sidebar-BoPLeaxp.d.ts +36 -0
- package/dist/snippets-DLHH_Voi.d.ts +46 -0
- package/dist/style-BEMLtSIK.d.ts +172 -0
- package/dist/style-CPgcT0Fw.js +173 -0
- package/dist/style.d.ts +2 -0
- package/dist/style.js +3 -0
- package/dist/styles/main.css +763 -736
- package/dist/styles/main.js +0 -0
- package/dist/styles/primitives.css +285 -464
- package/dist/styles/primitives.js +0 -0
- package/dist/styles/resets.css +34 -41
- package/dist/styles/resets.js +0 -0
- package/dist/styles/search.css +266 -248
- package/dist/styles/search.js +0 -0
- package/dist/styles/sidebar.css +59 -60
- package/dist/styles/sidebar.js +0 -0
- package/dist/styles/snippets.css +87 -88
- package/dist/styles/snippets.js +0 -0
- package/dist/styles/variables.css +87 -89
- package/dist/styles/variables.js +0 -0
- package/dist/types-DNSz4kuM.d.ts +83 -0
- package/dist/types-__XoFvJ_.js +34 -0
- package/dist/use-components-BHEwm0mE.js +7 -0
- package/dist/utils-2FmcHPHp.js +32 -0
- package/dist/utils-BCfb0F9R.js +30 -0
- package/dist/utils-D43p_yTd.d.ts +14 -0
- package/dist/utils-DVi3gJLL.d.ts +21 -0
- package/dist/utils.d.ts +2 -0
- package/dist/utils.js +4 -0
- package/package.json +78 -16
- package/dist/mcp.js +0 -16003
- package/src/components/breadcrumbs.tsx +0 -94
- package/src/components/chat.tsx +0 -154
- package/src/components/dropdown.tsx +0 -91
- package/src/components/icons.tsx +0 -584
- package/src/components/index.ts +0 -9
- package/src/components/method.tsx +0 -144
- package/src/components/overview.tsx +0 -159
- package/src/components/primitives.tsx +0 -284
- package/src/components/properties.tsx +0 -130
- package/src/components/scripts/dropdown.ts +0 -78
- package/src/components/sdk.tsx +0 -402
- package/src/components/sidebar.tsx +0 -99
- package/src/components/snippets.tsx +0 -179
- package/src/contexts/component-generics.tsx +0 -48
- package/src/contexts/component-types.tsx +0 -5
- package/src/contexts/component.tsx +0 -32
- package/src/contexts/docs.tsx +0 -75
- package/src/contexts/index.tsx +0 -17
- package/src/contexts/markdown.tsx +0 -43
- package/src/contexts/navigation.tsx +0 -44
- package/src/contexts/search.tsx +0 -28
- package/src/contexts/use-components.tsx +0 -4
- package/src/index.ts +0 -6
- package/src/languages/go.tsx +0 -281
- package/src/languages/http.tsx +0 -321
- package/src/languages/index.ts +0 -26
- package/src/languages/java.tsx +0 -358
- package/src/languages/python.tsx +0 -255
- package/src/languages/ruby.tsx +0 -320
- package/src/languages/typescript.tsx +0 -393
- package/src/markdown/index.ts +0 -107
- package/src/markdown/md.ts +0 -45
- package/src/markdown/utils.ts +0 -49
- package/src/routing.ts +0 -238
- package/src/search/form.tsx +0 -127
- package/src/search/index.tsx +0 -1
- package/src/search/indexer.ts +0 -246
- package/src/search/mcp.ts +0 -61
- package/src/search/printer.tsx +0 -86
- package/src/search/providers/algolia.ts +0 -88
- package/src/search/providers/fuse.ts +0 -19
- package/src/search/providers/pagefind.ts +0 -17
- package/src/search/providers/walker.ts +0 -30
- package/src/search/results.tsx +0 -181
- package/src/search/state.ts +0 -64
- package/src/search/types.ts +0 -116
- package/src/style.ts +0 -197
- package/src/styles/main.css +0 -993
- package/src/styles/primitives.css +0 -572
- package/src/styles/resets.css +0 -47
- package/src/styles/search.css +0 -342
- package/src/styles/sidebar.css +0 -87
- package/src/styles/snippets.css +0 -132
- package/src/styles/variables.css +0 -90
- package/src/utils.ts +0 -41
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import "../breadcrumbs-wJ7A9MGt.js";
|
|
2
|
+
import "../method-CLpRObBV.js";
|
|
3
|
+
import "../primitives-BFubD3w8.js";
|
|
4
|
+
import "../properties-DeQRa6VK.js";
|
|
5
|
+
import "../routing-DNN8R6bZ.js";
|
|
6
|
+
import "../sdk-BVQyp5Dw.js";
|
|
7
|
+
import "../snippets-DLHH_Voi.js";
|
|
8
|
+
import "../overview-DBnqhjAg.js";
|
|
9
|
+
import "../sidebar-BoPLeaxp.js";
|
|
10
|
+
import "../index-rVFBdVz8.js";
|
|
11
|
+
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics--y1IC_M-.js";
|
|
12
|
+
import "../index-D5NMSAld.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-BvahWQ28.js";
|
|
14
|
+
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-Blr3LaES.js";
|
|
15
|
+
import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-w5UpIiGc.js";
|
|
16
|
+
import "../types-DNSz4kuM.js";
|
|
17
|
+
import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-CPp6HpUy.js";
|
|
18
|
+
import { n as useLanguageComponents } from "../index-BmPNhnpe.js";
|
|
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 };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { a as useLanguage, c as useSnippet, i as useDocs, l as useSpec, n as useContentPanelLayout, o as useResource, r as useDeclaration, s as useSettings, t as DocsProvider } from "../docs-CopwX9a7.js";
|
|
2
|
+
import { i as useComponents, n as customizeComponents, r as useComponentContext, t as ComponentProvider } from "../component-generics-D3ybuN5r.js";
|
|
3
|
+
import { n as useNavigation, t as NavigationProvider } from "../navigation-CGr5_w6z.js";
|
|
4
|
+
import { a as useRenderMarkdown, i as useMarkdownContext, n as MarkdownProvider, r as useHighlight, t as MarkdownContext } from "../markdown-BmpyokB7.js";
|
|
5
|
+
import "../routing-8itEXLx6.js";
|
|
6
|
+
import "../style-CPgcT0Fw.js";
|
|
7
|
+
import "../use-components-BHEwm0mE.js";
|
|
8
|
+
import { a as useSearchContext, i as useSearch, n as useLanguageComponents, r as SearchProvider } from "../contexts-CMNI3ctP.js";
|
|
9
|
+
import "../icons-yb-Jhkmg.js";
|
|
10
|
+
import "../utils-2FmcHPHp.js";
|
|
11
|
+
import "../md-DxiV1_vy.js";
|
|
12
|
+
import "../utils-BCfb0F9R.js";
|
|
13
|
+
import "../types-__XoFvJ_.js";
|
|
14
|
+
|
|
15
|
+
export { ComponentProvider, DocsProvider, MarkdownContext, MarkdownProvider, NavigationProvider, SearchProvider, customizeComponents, useComponentContext, useComponents, useContentPanelLayout, useDeclaration, useDocs, useHighlight, useLanguage, useLanguageComponents, useMarkdownContext, useNavigation, useRenderMarkdown, useResource, useSearch, useSearchContext, useSettings, useSnippet, useSpec };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-w5UpIiGc.js";
|
|
2
|
+
export { MarkdownContext, MarkdownProvider, MarkdownProviderProps, useHighlight, useMarkdownContext, useRenderMarkdown };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import "../docs-CopwX9a7.js";
|
|
2
|
+
import { a as useRenderMarkdown, i as useMarkdownContext, n as MarkdownProvider, r as useHighlight, t as MarkdownContext } from "../markdown-BmpyokB7.js";
|
|
3
|
+
|
|
4
|
+
export { MarkdownContext, MarkdownProvider, useHighlight, useMarkdownContext, useRenderMarkdown };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import "../routing-DNN8R6bZ.js";
|
|
2
|
+
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-Blr3LaES.js";
|
|
3
|
+
export { NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, useNavigation };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import "../routing-DNN8R6bZ.js";
|
|
2
|
+
import "../types-DNSz4kuM.js";
|
|
3
|
+
import { a as useSearchContext, i as useSearch, n as SearchProvider, r as SearchProviderProps, t as SearchContextType } from "../search-CPp6HpUy.js";
|
|
4
|
+
export { SearchContextType, SearchProvider, SearchProviderProps, useSearch, useSearchContext };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import "../docs-CopwX9a7.js";
|
|
2
|
+
import "../component-generics-D3ybuN5r.js";
|
|
3
|
+
import "../navigation-CGr5_w6z.js";
|
|
4
|
+
import "../markdown-BmpyokB7.js";
|
|
5
|
+
import "../routing-8itEXLx6.js";
|
|
6
|
+
import "../style-CPgcT0Fw.js";
|
|
7
|
+
import "../use-components-BHEwm0mE.js";
|
|
8
|
+
import { a as useSearchContext, i as useSearch, r as SearchProvider } from "../contexts-CMNI3ctP.js";
|
|
9
|
+
import "../icons-yb-Jhkmg.js";
|
|
10
|
+
import "../utils-2FmcHPHp.js";
|
|
11
|
+
import "../md-DxiV1_vy.js";
|
|
12
|
+
import "../utils-BCfb0F9R.js";
|
|
13
|
+
import "../types-__XoFvJ_.js";
|
|
14
|
+
|
|
15
|
+
export { SearchProvider, useSearch, useSearchContext };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import "../breadcrumbs-wJ7A9MGt.js";
|
|
2
|
+
import "../method-CLpRObBV.js";
|
|
3
|
+
import "../primitives-BFubD3w8.js";
|
|
4
|
+
import "../properties-DeQRa6VK.js";
|
|
5
|
+
import "../routing-DNN8R6bZ.js";
|
|
6
|
+
import "../sdk-BVQyp5Dw.js";
|
|
7
|
+
import "../snippets-DLHH_Voi.js";
|
|
8
|
+
import "../overview-DBnqhjAg.js";
|
|
9
|
+
import "../sidebar-BoPLeaxp.js";
|
|
10
|
+
import { t as index_d_exports } from "../index-rVFBdVz8.js";
|
|
11
|
+
|
|
12
|
+
//#region src/contexts/use-components.d.ts
|
|
13
|
+
declare const useComponents: () => typeof index_d_exports;
|
|
14
|
+
//#endregion
|
|
15
|
+
export { useComponents };
|