turbo-themes 0.40.15 → 0.40.16
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/assets/css/site.css +5 -0
- data/assets/js/homepage-showcase.js +2 -2
- data/assets/js/homepage-showcase.js.map +1 -1
- data/assets/js/homepage-showcase.min.js +1 -1
- data/assets/js/theme-selector.min.js +1 -1
- data/lib/turbo-themes/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cdb86a811fd926bd40e9c608e83ba345dc5935d7b5b111a8245b92568631a67
|
|
4
|
+
data.tar.gz: dc3bd141a1bb747fa62f2e87ae6260e26322910364492c607e4b5b0731241afa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ef86bc2eb642d29f75291fa4b1e51f237a933017b3f35c31b48cf8689a83a4c97ba6db4916bcc16302b4192933f9da18bc3478f6cfcd0955adad7f7d30b3927
|
|
7
|
+
data.tar.gz: f1850e832731720afa640a3fb1185f10e3427e86f35a288c76277f7c89ec580b0c374a74fda55796ec9a062b84cb73d2288553323d8e4ed8437dfd9c3e3c3d92
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,12 @@ The format is based on Keep a Changelog and this project adheres to SemVer.
|
|
|
10
10
|
|
|
11
11
|
- TBD
|
|
12
12
|
|
|
13
|
+
## [0.40.16] - 2026-07-27
|
|
14
|
+
|
|
15
|
+
### 🐛 Fixed
|
|
16
|
+
|
|
17
|
+
- Stop Home nav staying active and overlapping the brand (#747)
|
|
18
|
+
|
|
13
19
|
## [0.40.15] - 2026-07-27
|
|
14
20
|
|
|
15
21
|
### 🤖 Internal
|
data/assets/css/site.css
CHANGED
|
@@ -244,6 +244,7 @@ html:root .header-content {
|
|
|
244
244
|
display: flex;
|
|
245
245
|
align-items: center;
|
|
246
246
|
justify-content: space-between;
|
|
247
|
+
gap: var(--space-lg);
|
|
247
248
|
padding: var(--space-md) var(--space-lg);
|
|
248
249
|
max-width: var(--container-wide);
|
|
249
250
|
margin: 0 auto;
|
|
@@ -257,6 +258,8 @@ html:root .logo {
|
|
|
257
258
|
display: flex;
|
|
258
259
|
align-items: center;
|
|
259
260
|
gap: var(--space-sm);
|
|
261
|
+
flex-shrink: 0;
|
|
262
|
+
white-space: nowrap;
|
|
260
263
|
}
|
|
261
264
|
|
|
262
265
|
html:root .logo:hover {
|
|
@@ -277,6 +280,8 @@ html:root .nav {
|
|
|
277
280
|
display: flex;
|
|
278
281
|
align-items: center;
|
|
279
282
|
gap: var(--space-md);
|
|
283
|
+
flex-shrink: 0;
|
|
284
|
+
min-width: 0;
|
|
280
285
|
}
|
|
281
286
|
|
|
282
287
|
html:root .nav-links {
|
|
@@ -5,8 +5,8 @@ var TurboHomepageShowcase = (function(exports) {
|
|
|
5
5
|
var tokens = {
|
|
6
6
|
$schema: "https://design-tokens.org/schema.json",
|
|
7
7
|
$description: "Turbo Themes - Flat tokens for 43 themes",
|
|
8
|
-
$version: "0.40.
|
|
9
|
-
$generated: "
|
|
8
|
+
$version: "0.40.16",
|
|
9
|
+
$generated: "50dd8a6444b6ac6a2996260cb4ba2fcc2942a0bb60be4d4b6fcf0a88dca7b96d",
|
|
10
10
|
meta: {
|
|
11
11
|
"themeIds": [
|
|
12
12
|
"ayu-dark",
|