@farming-labs/theme 0.0.2-beta.14 → 0.0.2-beta.15

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": "@farming-labs/theme",
3
- "version": "0.0.2-beta.14",
3
+ "version": "0.0.2-beta.15",
4
4
  "description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -74,7 +74,7 @@
74
74
  "next": ">=14.0.0",
75
75
  "tsdown": "^0.20.3",
76
76
  "typescript": "^5.9.3",
77
- "@farming-labs/docs": "0.0.2-beta.14"
77
+ "@farming-labs/docs": "0.0.2-beta.15"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "@farming-labs/docs": ">=0.0.1",
@@ -137,6 +137,11 @@ code:not(pre code) {
137
137
  * Pixel-border theme — better-auth inspired sidebar, clean dark UI
138
138
  * ═══════════════════════════════════════════════════════════════════ */
139
139
 
140
+ /* ─── Wider content area on desktop ──────────────────────────────── */
141
+ /* :root {
142
+ --fd-layout-width: 1400px;
143
+ } */
144
+
140
145
  /* ─── Docs grid: pin sidebar left, TOC right, content fills middle ── */
141
146
  @media (min-width: 768px) {
142
147
  #nd-docs-layout {