turbo-themes 0.43.6 → 0.44.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +4 -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: 1e527d0406f1f139f47ec6e25838c367b914944dedd6c46956b7e5a491453dd7
|
|
4
|
+
data.tar.gz: 471bc891cf009d3de717868ff831550b420487cdf345649f04d783efa9c37410
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8461177edcd836ca343aab17950d74867d87393299519adfab048907b42e633200c1e157fc653644394a9fb8389827e8fe9098b365ea9e721c2f9fba616dfe1
|
|
7
|
+
data.tar.gz: 1f8afef17044366edeed1a7bc670e4ac5917c650e4f07fedd3f5bc51791dea9e7356b74f124a48eeaaf74573cfc69594108c44b8a2745906c22885779aa6ec15
|
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.44.0] - 2026-09-06
|
|
14
|
+
|
|
15
|
+
### ✨ Added
|
|
16
|
+
|
|
17
|
+
- Validate site-native theme token files against the generated token contract (#979)
|
|
18
|
+
|
|
13
19
|
## [0.43.6] - 2026-09-06
|
|
14
20
|
|
|
15
21
|
### 🔧 Changed
|
data/README.md
CHANGED
|
@@ -204,6 +204,10 @@ const script = generateBlockingScript({
|
|
|
204
204
|
See the [theme switching guide](apps/site/src/content/docs/guides/theme-switching.md)
|
|
205
205
|
for a complete walkthrough.
|
|
206
206
|
|
|
207
|
+
Maintaining your own theme token file in your repo? See the
|
|
208
|
+
[site-native themes guide](apps/site/src/content/docs/guides/site-native-themes.md) for
|
|
209
|
+
the token contract and the `turbo-themes validate-native` CLI that gates it in CI.
|
|
210
|
+
|
|
207
211
|
## Examples
|
|
208
212
|
|
|
209
213
|
Complete, working examples demonstrating Turbo Themes integration with various
|
|
@@ -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.
|
|
9
|
-
$generated: "
|
|
8
|
+
$version: "0.44.0",
|
|
9
|
+
$generated: "26a6b78901d8c1836d5220f456b46da7862fb60087c0cf861f2d83cb3f8d22d4",
|
|
10
10
|
meta: {
|
|
11
11
|
"themeIds": [
|
|
12
12
|
"ayu-dark",
|