juxscript 1.0.39 → 1.0.40

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.
@@ -2053,5 +2053,5 @@
2053
2053
  }
2054
2054
  ],
2055
2055
  "version": "1.0.0",
2056
- "lastUpdated": "2026-01-28T17:24:41.869Z"
2056
+ "lastUpdated": "2026-01-28T18:18:13.181Z"
2057
2057
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "lib/jux.js",
@@ -105,6 +105,15 @@ body {
105
105
  cursor: pointer;
106
106
  }
107
107
 
108
+ /* ✅ Fix h1 inside logo - reset default heading styles */
109
+ #appheader-logo h1 {
110
+ font-size: 1.25rem;
111
+ font-weight: 700;
112
+ margin: 0;
113
+ line-height: 1;
114
+ letter-spacing: -0.02em;
115
+ }
116
+
108
117
  #appheader-nav {
109
118
  flex: 1;
110
119
  display: flex;