@farming-labs/svelte-theme 0.0.54 → 0.0.56

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 +3 -3
  2. package/styles/docs.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/svelte-theme",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "description": "Svelte UI components for @farming-labs/docs — layout, sidebar, TOC, search, and theme toggle",
5
5
  "keywords": [
6
6
  "docs",
@@ -82,8 +82,8 @@
82
82
  "dependencies": {
83
83
  "gray-matter": "^4.0.3",
84
84
  "sugar-high": "^0.9.5",
85
- "@farming-labs/svelte": "0.0.54",
86
- "@farming-labs/docs": "0.0.54"
85
+ "@farming-labs/docs": "0.0.56",
86
+ "@farming-labs/svelte": "0.0.56"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "svelte": ">=5.0.0"
package/styles/docs.css CHANGED
@@ -832,8 +832,8 @@ samp {
832
832
 
833
833
  .fd-feedback-status {
834
834
  margin: 0 !important;
835
- font-size: 0.8125rem;
836
- line-height: 1.35;
835
+ font-size: 0.75rem;
836
+ line-height: 1.3;
837
837
  color: var(--color-fd-muted-foreground);
838
838
  }
839
839