@farming-labs/theme 0.0.11 → 0.0.12

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.11",
3
+ "version": "0.0.12",
4
4
  "description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
5
5
  "keywords": [
6
6
  "docs",
@@ -103,7 +103,7 @@
103
103
  "next": ">=14.0.0",
104
104
  "tsdown": "^0.20.3",
105
105
  "typescript": "^5.9.3",
106
- "@farming-labs/docs": "0.0.11"
106
+ "@farming-labs/docs": "0.0.12"
107
107
  },
108
108
  "peerDependencies": {
109
109
  "@farming-labs/docs": ">=0.0.1",
@@ -259,6 +259,8 @@ aside button.text-fd-muted-foreground:hover {
259
259
  aside a[data-active="true"]::before {
260
260
  background-color: var(--color-fd-primary) !important;
261
261
  width: 2px !important;
262
+ height: 40% !important;
263
+ margin-top: -1.5px !important;
262
264
  margin-left: 0.6rem !important;
263
265
  inset-inline-start: 0.5rem !important;
264
266
  }