@dogsbay/docs-layout 0.2.0-beta.86 → 0.2.0-beta.87

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dogsbay/docs-layout",
3
- "version": "0.2.0-beta.86",
3
+ "version": "0.2.0-beta.87",
4
4
  "description": "Standard documentation layout components for Dogsbay",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,8 +29,8 @@
29
29
  "./json-ld": "./src/json-ld.ts"
30
30
  },
31
31
  "dependencies": {
32
- "@dogsbay/ui": "0.2.0-beta.86",
33
- "@dogsbay/primitives": "0.2.0-beta.86"
32
+ "@dogsbay/ui": "0.2.0-beta.87",
33
+ "@dogsbay/primitives": "0.2.0-beta.87"
34
34
  },
35
35
  "devDependencies": {
36
36
  "vitest": "^3.0.0"
@@ -1012,7 +1012,7 @@ const siteIcon = '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
1012
1012
  Hidden when nothing fills it (see the empty-rail style below). */}
1013
1013
  {tocPlacement.regionRail && (
1014
1014
  <aside
1015
- class="dba-right-rail sticky top-12 hidden h-[calc(100vh-3rem)] w-56 shrink-0 overflow-y-auto border-l p-4 lg:block"
1015
+ class="dba-right-rail sticky top-12 hidden h-[calc(100vh-3rem)] w-80 shrink-0 overflow-y-auto border-l p-4 lg:block xl:w-96"
1016
1016
  data-right-rail
1017
1017
  >
1018
1018
  <slot name="right-rail" />