sdocs 0.0.37 → 0.0.38

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/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.0.38] - 2026-07-04
11
+
12
+ ### Changed
13
+
14
+ - Names in the API tables are slightly larger (14px), giving each row a
15
+ clearer anchor.
16
+
10
17
  ## [0.0.37] - 2026-07-03
11
18
 
12
19
  ### Changed
@@ -97,6 +97,7 @@
97
97
  font-size: 13px;
98
98
  }
99
99
  .sdocs-api-name {
100
+ font-size: 14px;
100
101
  font-weight: 600;
101
102
  color: var(--color-base-900);
102
103
  overflow-wrap: break-word;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdocs",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "A lightweight documentation tool for Svelte 5 components",
5
5
  "type": "module",
6
6
  "license": "MIT",