@stainless-api/docs-ui 0.1.0-beta.42 → 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-CzclTthi.d.ts → breadcrumbs-BWIz-BrA.d.ts} +2 -2
- package/dist/{component-generics-ByT1vFgt.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-DjCwGdhK.d.ts → docs-p-xD4KzY.d.ts} +2 -2
- package/dist/{index-BBTCk8F3.d.ts → index-C_7KDpG1.d.ts} +26 -26
- package/dist/{index-BchNyYyr.d.ts → index-DGL0BjCB.d.ts} +6 -6
- package/dist/{index-DdYaNcsn.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-B98iHG-U.d.ts → markdown-DoHkxOwV.d.ts} +2 -2
- package/dist/{method-DigRMq69.d.ts → method-DNAajpMU.d.ts} +7 -7
- package/dist/{navigation-Dvvk40UA.d.ts → navigation-BOpKDvv6.d.ts} +2 -2
- package/dist/{overview-BNHqNXZ5.d.ts → overview-ChiTMzxv.d.ts} +6 -6
- package/dist/{primitives-DU9e5Y2K.d.ts → primitives-C5kqQjLT.d.ts} +9 -9
- package/dist/{properties-BK5RP5vK.d.ts → properties-DIURiLZX.d.ts} +4 -4
- package/dist/{sdk-CrU50vjY.d.ts → sdk-B1-YJwuJ.d.ts} +13 -13
- package/dist/{search-TTlfngs0.d.ts → search-DxQ7C8Ns.d.ts} +2 -2
- package/dist/{sidebar-C3geti3a.d.ts → sidebar-CFInni_o.d.ts} +5 -5
- package/dist/{snippets-0rq2aalF.d.ts → snippets-C4z30SFE.d.ts} +7 -7
- package/dist/{utils-x3A8NyHj.d.ts → utils-DPm7M8jE.d.ts} +1 -1
- package/package.json +4 -4
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
|
},
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"fuse.js": "^7.1.0",
|
|
21
21
|
"htmlparser2": "^10.0.0",
|
|
22
22
|
"lucide-react": "^0.555.0",
|
|
23
|
-
"@stainless-api/ui-primitives": "0.1.0-beta.
|
|
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.
|
|
30
|
+
"react": "^19.2.1",
|
|
31
|
+
"react-dom": "^19.2.1",
|
|
32
32
|
"tsdown": "^0.16.8",
|
|
33
33
|
"typescript": "5.9.3",
|
|
34
34
|
"@stainless/eslint-config": "0.1.0-beta.0",
|