@knowcode/doc-builder 1.3.0 → 1.3.1

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
@@ -5,6 +5,18 @@ All notable changes to @knowcode/doc-builder will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.3.1] - 2025-07-19
9
+
10
+ ### Fixed
11
+ - Reduced excessive top spacing from ~104px to 80px total
12
+ - Adjusted header height from 64px to 50px
13
+ - Adjusted breadcrumb height from 40px to 30px
14
+ - Applied changes to both style.css and notion-style.css for consistency
15
+
16
+ ### Improved
17
+ - More compact header design for better content visibility
18
+ - Better use of vertical space on all screen sizes
19
+
8
20
  ## [1.3.0] - 2025-07-19
9
21
 
10
22
  ### BREAKING CHANGE
@@ -125,8 +125,8 @@
125
125
  /* Layout */
126
126
  --container-padding-mobile: 20px;
127
127
  --container-padding-desktop: 40px;
128
- --header-height: 64px;
129
- --breadcrumb-height: 40px;
128
+ --header-height: 50px;
129
+ --breadcrumb-height: 30px;
130
130
  --sidebar-width: 280px;
131
131
  }
132
132
 
@@ -44,8 +44,8 @@
44
44
  /* Layout */
45
45
  --sidebar-width: 280px;
46
46
  --content-max-width: 65rem;
47
- --header-height: 64px;
48
- --breadcrumb-height: 40px;
47
+ --header-height: 50px;
48
+ --breadcrumb-height: 30px;
49
49
  --banner-offset: 0rem;
50
50
 
51
51
  /* Transitions */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowcode/doc-builder",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Reusable documentation builder for markdown-based sites with Vercel deployment support",
5
5
  "main": "index.js",
6
6
  "bin": {