@farming-labs/theme 0.0.57 → 0.0.59

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.57",
3
+ "version": "0.0.59",
4
4
  "description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
5
5
  "keywords": [
6
6
  "docs",
@@ -115,7 +115,7 @@
115
115
  "tsdown": "^0.20.3",
116
116
  "typescript": "^5.9.3",
117
117
  "vitest": "^3.2.4",
118
- "@farming-labs/docs": "0.0.57"
118
+ "@farming-labs/docs": "0.0.59"
119
119
  },
120
120
  "peerDependencies": {
121
121
  "@farming-labs/docs": ">=0.0.1",
@@ -162,6 +162,29 @@ code:not(pre code) {
162
162
  }
163
163
  }
164
164
 
165
+ @media (min-width: 1024px) {
166
+ #nd-docs-layout.grid {
167
+ grid-template:
168
+ "sidebar header toc"
169
+ "sidebar toc-popover toc"
170
+ "sidebar main toc" 1fr /
171
+ var(--fd-sidebar-col) minmax(0, 1fr) var(--fd-toc-width) !important;
172
+ }
173
+
174
+ #nd-docs-layout [data-sidebar-placeholder] {
175
+ justify-self: stretch;
176
+ }
177
+
178
+ #nd-docs-layout article#nd-page {
179
+ max-width: none;
180
+ margin-inline: 0;
181
+ }
182
+
183
+ #nd-docs-layout article#nd-page > .prose {
184
+ max-width: none;
185
+ }
186
+ }
187
+
165
188
  /* ─── Mobile: ensure sidebar drawer/content isn't clipped ───────────────── */
166
189
  @media (max-width: 767px) {
167
190
  #nd-docs-layout aside#nd-sidebar {