@stainless-api/docs-ui 0.1.0-beta.41 → 0.1.0-beta.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{breadcrumbs-Z1_mou6V.d.ts → breadcrumbs-CzclTthi.d.ts} +2 -2
- package/dist/{component-generics-DfFp_Z46.d.ts → component-generics-ByT1vFgt.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-DjCwGdhK.d.ts} +2 -2
- package/dist/{index-CYRaRTBQ.d.ts → index-BBTCk8F3.d.ts} +26 -26
- package/dist/{index-Br2W_2CV.d.ts → index-BchNyYyr.d.ts} +6 -6
- package/dist/{index-BtNVod4J.d.ts → index-DdYaNcsn.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-B98iHG-U.d.ts} +2 -2
- package/dist/{method-GtaCOdt6.d.ts → method-DigRMq69.d.ts} +7 -7
- package/dist/{navigation-DnMfGTNf.d.ts → navigation-Dvvk40UA.d.ts} +2 -2
- package/dist/{overview-Dvn9Bah6.d.ts → overview-BNHqNXZ5.d.ts} +6 -6
- package/dist/{primitives-BBsDWlzg.d.ts → primitives-DU9e5Y2K.d.ts} +9 -9
- package/dist/{properties-BMzQLTen.d.ts → properties-BK5RP5vK.d.ts} +4 -4
- package/dist/{sdk-P6C46U_7.d.ts → sdk-CrU50vjY.d.ts} +13 -13
- package/dist/{search-BvGuRTyw.d.ts → search-TTlfngs0.d.ts} +2 -2
- package/dist/{sidebar-C8ZsHtfT.d.ts → sidebar-C3geti3a.d.ts} +5 -5
- package/dist/{snippets-CQvnjNnG.d.ts → snippets-0rq2aalF.d.ts} +7 -7
- package/dist/{utils-B1iTYgxG.d.ts → utils-x3A8NyHj.d.ts} +1 -1
- package/package.json +4 -5
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.42",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -19,8 +19,8 @@
|
|
|
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.31"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "24.10.1",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
"dotenv": "17.2.3",
|
|
30
30
|
"react": "^19.2.0",
|
|
31
31
|
"react-dom": "^19.2.0",
|
|
32
|
-
"tsdown": "^0.16.
|
|
33
|
-
"tsx": "^4.20.6",
|
|
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"
|