@stainless-api/docs-ui 0.1.0-beta.41 → 0.1.0-beta.43
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-Z1_mou6V.d.ts → breadcrumbs-BWIz-BrA.d.ts} +2 -2
- package/dist/{component-generics-DfFp_Z46.d.ts → component-generics-CGwo6qAl.d.ts} +2 -2
- package/dist/components/breadcrumbs.d.ts +1 -1
- package/dist/components/icons.d.ts +10 -10
- package/dist/components/index.d.ts +9 -9
- package/dist/components/method.d.ts +1 -1
- package/dist/components/overview.d.ts +1 -1
- package/dist/components/primitives.d.ts +1 -1
- package/dist/components/properties.d.ts +1 -1
- package/dist/components/sdk.d.ts +1 -1
- package/dist/components/sidebar.d.ts +1 -1
- package/dist/components/snippets.d.ts +2 -2
- package/dist/contexts/component-generics.d.ts +1 -1
- package/dist/contexts/component-types.d.ts +10 -10
- package/dist/contexts/component.d.ts +13 -13
- package/dist/contexts/docs.d.ts +1 -1
- package/dist/contexts/index.d.ts +16 -16
- package/dist/contexts/markdown.d.ts +1 -1
- package/dist/contexts/navigation.d.ts +1 -1
- package/dist/contexts/search.d.ts +1 -1
- package/dist/contexts/use-components.d.ts +9 -9
- package/dist/{docs-CUWmqilf.d.ts → docs-p-xD4KzY.d.ts} +2 -2
- package/dist/{index-CYRaRTBQ.d.ts → index-C_7KDpG1.d.ts} +26 -26
- package/dist/{index-Br2W_2CV.d.ts → index-DGL0BjCB.d.ts} +6 -6
- package/dist/{index-BtNVod4J.d.ts → index-Dc_mCpy3.d.ts} +8 -8
- package/dist/index.d.ts +16 -16
- package/dist/languages/go.d.ts +10 -10
- package/dist/languages/http.d.ts +10 -10
- package/dist/languages/index.d.ts +10 -10
- package/dist/languages/java.d.ts +10 -10
- package/dist/languages/python.d.ts +10 -10
- package/dist/languages/ruby.d.ts +10 -10
- package/dist/languages/typescript.d.ts +10 -10
- package/dist/markdown/index.d.ts +2 -2
- package/dist/markdown/utils.d.ts +2 -2
- package/dist/{markdown-CX3zqo8G.d.ts → markdown-DoHkxOwV.d.ts} +2 -2
- package/dist/{method-GtaCOdt6.d.ts → method-DNAajpMU.d.ts} +7 -7
- package/dist/{navigation-DnMfGTNf.d.ts → navigation-BOpKDvv6.d.ts} +2 -2
- package/dist/{overview-Dvn9Bah6.d.ts → overview-ChiTMzxv.d.ts} +6 -6
- package/dist/{primitives-BBsDWlzg.d.ts → primitives-C5kqQjLT.d.ts} +9 -9
- package/dist/{properties-BMzQLTen.d.ts → properties-DIURiLZX.d.ts} +4 -4
- package/dist/{sdk-P6C46U_7.d.ts → sdk-B1-YJwuJ.d.ts} +13 -13
- package/dist/{search-BvGuRTyw.d.ts → search-DxQ7C8Ns.d.ts} +2 -2
- package/dist/{sidebar-C8ZsHtfT.d.ts → sidebar-CFInni_o.d.ts} +5 -5
- package/dist/{snippets-CQvnjNnG.d.ts → snippets-C4z30SFE.d.ts} +7 -7
- package/dist/{utils-B1iTYgxG.d.ts → utils-DPm7M8jE.d.ts} +1 -1
- package/package.json +6 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stainless-api/docs-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.0-beta.
|
|
4
|
+
"version": "0.1.0-beta.43",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -19,18 +19,17 @@
|
|
|
19
19
|
"clsx": "^2.1.1",
|
|
20
20
|
"fuse.js": "^7.1.0",
|
|
21
21
|
"htmlparser2": "^10.0.0",
|
|
22
|
-
"lucide-react": "^0.
|
|
23
|
-
"@stainless-api/ui-primitives": "0.1.0-beta.
|
|
22
|
+
"lucide-react": "^0.555.0",
|
|
23
|
+
"@stainless-api/ui-primitives": "0.1.0-beta.32"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "24.10.1",
|
|
27
27
|
"@types/react": "^19.2.7",
|
|
28
28
|
"@types/react-dom": "^19.2.3",
|
|
29
29
|
"dotenv": "17.2.3",
|
|
30
|
-
"react": "^19.2.
|
|
31
|
-
"react-dom": "^19.2.
|
|
32
|
-
"tsdown": "^0.16.
|
|
33
|
-
"tsx": "^4.20.6",
|
|
30
|
+
"react": "^19.2.1",
|
|
31
|
+
"react-dom": "^19.2.1",
|
|
32
|
+
"tsdown": "^0.16.8",
|
|
34
33
|
"typescript": "5.9.3",
|
|
35
34
|
"@stainless/eslint-config": "0.1.0-beta.0",
|
|
36
35
|
"@stainless/sdk-json": "^0.1.0-beta.0"
|