turbo-themes 0.38.4 → 0.38.6
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 +12 -0
- data/assets/css/home.css +14 -1
- 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: 16dba2ee5436f30614bbac6d6db7151943a497265437ace8e670bd4af83d7183
|
|
4
|
+
data.tar.gz: 4c02ade2f8e50b425e1584d18228b60b9df64622f3cb9bdbe29e922bc8031134
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 493807e451c47f284d1d794ddb21f217e9bdaa98cb5f96f39b58cfeb8c38c017c49ea4cce29d75691efcf91904b123d734a0e61b24910dd0ee0ef39caa69ef04
|
|
7
|
+
data.tar.gz: 02b288e212f2677144cc2301ac2b58b9b090c514149bd5bbf119dfbc0f656630a928019992c5396b392a8353f4e089f9922e0b96ac1f1cf7f576c12c2007115a
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,18 @@ The format is based on Keep a Changelog and this project adheres to SemVer.
|
|
|
10
10
|
|
|
11
11
|
- TBD
|
|
12
12
|
|
|
13
|
+
## [0.38.6] - 2026-07-21
|
|
14
|
+
|
|
15
|
+
### 🔧 Changed
|
|
16
|
+
|
|
17
|
+
- Upgrade Astro to 7.1.3 for XSS advisory fixes (#738)
|
|
18
|
+
|
|
19
|
+
## [0.38.5] - 2026-07-21
|
|
20
|
+
|
|
21
|
+
### 🐛 Fixed
|
|
22
|
+
|
|
23
|
+
- Stabilize homepage CLS under the 0.1 CWV budget (#739)
|
|
24
|
+
|
|
13
25
|
## [0.38.4] - 2026-07-21
|
|
14
26
|
|
|
15
27
|
### 🤖 Internal
|
data/assets/css/home.css
CHANGED
|
@@ -71,7 +71,16 @@
|
|
|
71
71
|
display: grid;
|
|
72
72
|
grid-template-columns: 1fr 1fr;
|
|
73
73
|
gap: 2rem;
|
|
74
|
-
align
|
|
74
|
+
/* Top-align so webfont metric deltas in the copy column do not vertically
|
|
75
|
+
re-center the preview card (dominant CLS source on the homepage, #729). */
|
|
76
|
+
align-items: start;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.showcase-hero-copy {
|
|
80
|
+
/* Reserve room for the clamp() headline + lede so late font metrics do not
|
|
81
|
+
push the marquees / sections below as hard when display=optional still
|
|
82
|
+
applies a face within the first paint window. */
|
|
83
|
+
min-height: 22rem;
|
|
75
84
|
}
|
|
76
85
|
|
|
77
86
|
/* .showcase-badge / .showcase-headline → site.css (#685) */
|
|
@@ -769,6 +778,10 @@
|
|
|
769
778
|
.showcase-hero-grid {
|
|
770
779
|
grid-template-columns: 1fr;
|
|
771
780
|
}
|
|
781
|
+
|
|
782
|
+
.showcase-hero-copy {
|
|
783
|
+
min-height: 0;
|
|
784
|
+
}
|
|
772
785
|
}
|
|
773
786
|
|
|
774
787
|
/* feature-grid responsive rules (incl. mobile double-border fix) → site.css (#685) */
|
|
@@ -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 37 themes",
|
|
8
|
-
$version: "0.38.
|
|
9
|
-
$generated: "
|
|
8
|
+
$version: "0.38.6",
|
|
9
|
+
$generated: "2f2b2b8d5c72c34cdd1eddb787bbe1870f4b34729cb124ebbd5fa2a858111f93",
|
|
10
10
|
meta: {
|
|
11
11
|
"themeIds": [
|
|
12
12
|
"bulma-dark",
|