@farming-labs/nuxt-theme 0.0.3-beta.7 → 0.0.3-beta.8

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/nuxt-theme",
3
- "version": "0.0.3-beta.7",
3
+ "version": "0.0.3-beta.8",
4
4
  "description": "Nuxt/Vue UI components for @farming-labs/docs — layout, sidebar, TOC, search, and theme toggle",
5
5
  "keywords": [
6
6
  "docs",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "sugar-high": "^0.9.5",
63
- "@farming-labs/docs": "0.0.3-beta.7"
63
+ "@farming-labs/docs": "0.0.3-beta.8"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "nuxt": ">=3.0.0",
@@ -182,15 +182,14 @@
182
182
  }
183
183
 
184
184
  .fd-ai-floating-btn:hover {
185
- box-shadow: 0 10px 40px rgba(180, 140, 20, 0.4);
185
+ box-shadow: 0 2px 30px rgba(180, 140, 20, 0.4);
186
186
  }
187
187
 
188
188
  .fd-ai-floating-trigger .ask-ai-trigger {
189
189
  font-family: var(--fd-font-sans, inherit);
190
190
  border-radius: 26px !important;
191
- box-shadow: 0 8px 32px rgba(180, 140, 20, 0.3) !important;
192
191
  }
193
192
 
194
193
  .fd-ai-floating-trigger .ask-ai-trigger:hover {
195
- box-shadow: 0 10px 40px rgba(180, 140, 20, 0.4);
194
+ box-shadow: 0 2px 30px rgba(180, 140, 20, 0.4);
196
195
  }