Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/playground-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tooltip": "1.2.7",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@scalar/api-reference-react": "^0.7.42",
"@scalar/api-reference-react": "^0.8.70",
"@tanstack/react-query": "5.81.5",
"@thirdweb-dev/ai-sdk-provider": "workspace:*",
"@workspace/ui": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export function ScalarApiReference(props: { spec: OpenAPIV3.Document }) {
hideDarkModeToggle: true,
hideDownloadButton: false,
hideTestRequestButton: false,
agent: { disabled: true },
}}
/>
);
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "1.2.7",
"@scalar/api-reference-react": "^0.7.42",
"@scalar/api-reference-react": "^0.8.70",
"@tanstack/react-query": "5.81.5",
"@tryghost/content-api": "^1.11.28",
"class-variance-authority": "^0.7.1",
Expand Down
1 change: 1 addition & 0 deletions apps/portal/src/app/reference/ScalarClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export function ScalarApiReference(props: { spec: OpenAPIV3.Document }) {
hideDarkModeToggle: true,
hideDownloadButton: false,
hideTestRequestButton: false,
agent: { disabled: true },
}}
/>
);
Expand Down
12 changes: 1 addition & 11 deletions apps/portal/src/app/reference/scalar.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
.scalar-app {
--scalar-background-1: hsl(var(--background));
--scalar-background-2: hsl(var(--card));
}

/* fixes sticky sidebar and header on mobile */
.scalar-app .references-navigation-list,
.scalar-app .references-header {
position: sticky;
top: var(--sticky-top-height);
}

.scalar-app .references-navigation-list {
height: calc(100vh - var(--sticky-top-height));
--scalar-custom-header-height: var(--sticky-top-height);
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"decode-uri-component@<0.5.0": "0.5.0",
"socks@^2.0.0": "2.8.10",
"jayson@<4.3.0": "4.1.3",
"ts-deepmerge@^7.0.0": "8.0.0"
"ts-deepmerge@^7.0.0": "8.0.0",
"@ai-sdk/provider-utils@>=4.0.0 <4.0.33": "4.0.33"
}
},
"private": true,
Expand Down
1,179 changes: 701 additions & 478 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading