@stevederico/skateboard-ui 2.20.0 → 2.21.0

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
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ 2.21.0
4
+
5
+ Reduce sidebar width to 12rem
6
+
3
7
  2.20.0
4
8
 
5
9
  Fix hero gradient using Tailwind primary token
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stevederico/skateboard-ui",
3
3
  "private": false,
4
- "version": "2.20.0",
4
+ "version": "2.21.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./Sidebar": {
@@ -26,7 +26,7 @@ import { PanelLeftIcon } from "lucide-react"
26
26
 
27
27
  const SIDEBAR_COOKIE_NAME = "sidebar_state"
28
28
  const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7
29
- const SIDEBAR_WIDTH = "14rem"
29
+ const SIDEBAR_WIDTH = "12rem"
30
30
  const SIDEBAR_WIDTH_MOBILE = "18rem"
31
31
  const SIDEBAR_WIDTH_ICON = "3rem"
32
32
  const SIDEBAR_KEYBOARD_SHORTCUT = "b"