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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41b0d1e4abf0397d3ffc9ca2f519c27f7c51e73d5c921b9d8abfb73904c60c50
4
- data.tar.gz: 1834b675eaec8fe4bc136eb69f5b4d96d97b3b76da6f3814d54c6fb348b9c01d
3
+ metadata.gz: 16dba2ee5436f30614bbac6d6db7151943a497265437ace8e670bd4af83d7183
4
+ data.tar.gz: 4c02ade2f8e50b425e1584d18228b60b9df64622f3cb9bdbe29e922bc8031134
5
5
  SHA512:
6
- metadata.gz: 67f3dd37416eb42e5ed449c49f86588e0ea054701c2a4331a74786b99c7db3ca1f25df1453e4a33e2ab71801ad280d14a1016435699238dd117176e0f71a8f8c
7
- data.tar.gz: 27d1eea01e56018ed23662dc5b95b527ffe922906fd662fce35deeee2f1ffea84827c82b73e52284d9b9d44518d80951c9273dc6ccd28b7c796f81ede2f54d35
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-items: center;
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.4",
9
- $generated: "9963efc554a4578f03ef1f99fd8c8a322bdfc78a85609fd546d3b27964885336",
8
+ $version: "0.38.6",
9
+ $generated: "2f2b2b8d5c72c34cdd1eddb787bbe1870f4b34729cb124ebbd5fa2a858111f93",
10
10
  meta: {
11
11
  "themeIds": [
12
12
  "bulma-dark",