@farming-labs/nuxt-theme 0.1.107 → 0.1.109

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/styles/docs.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/nuxt-theme",
3
- "version": "0.1.107",
3
+ "version": "0.1.109",
4
4
  "description": "Nuxt/Vue UI components for @farming-labs/docs — layout, sidebar, TOC, search, and theme toggle",
5
5
  "keywords": [
6
6
  "docs",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "sugar-high": "^0.9.5",
91
- "@farming-labs/docs": "0.1.107"
91
+ "@farming-labs/docs": "0.1.109"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "nuxt": ">=3.0.0",
package/styles/docs.css CHANGED
@@ -1059,7 +1059,7 @@ samp {
1059
1059
  }
1060
1060
 
1061
1061
  .fd-prompt-description {
1062
- margin: 0.25rem 0 0;
1062
+ margin: -0.05rem 0 0;
1063
1063
  color: var(--color-fd-muted-foreground);
1064
1064
  font-size: 0.875rem;
1065
1065
  line-height: 1.55;