@stainless-api/docs 0.1.0-beta.116 → 0.1.0-beta.117

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @stainless-api/docs
2
2
 
3
+ ## 0.1.0-beta.117
4
+
5
+ ### Patch Changes
6
+
7
+ - af60696: ensure splash pages aren't uncentered from ghost sidebar
8
+
3
9
  ## 0.1.0-beta.116
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stainless-api/docs",
3
- "version": "0.1.0-beta.116",
3
+ "version": "0.1.0-beta.117",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -72,8 +72,8 @@
72
72
  "typescript": "5.9.3",
73
73
  "vite": "^7.3.1",
74
74
  "zod": "^4.3.6",
75
- "@stainless/sdk-json": "^0.1.0-beta.9",
76
- "@stainless/eslint-config": "0.1.0-beta.1"
75
+ "@stainless/eslint-config": "0.1.0-beta.1",
76
+ "@stainless/sdk-json": "^0.1.0-beta.9"
77
77
  },
78
78
  "scripts": {
79
79
  "vendor-deps": "tsx scripts/vendor_deps.ts",
@@ -46,3 +46,6 @@
46
46
  /* Note: on mobile, this will be overridden to display: contents; in order to show the mobile menu */
47
47
  display: none;
48
48
  }
49
+ :root:has(.page > .sidebar.hidden) {
50
+ --stl-sidebar-width: 0px;
51
+ }