@btravstack/theme 1.1.0 → 1.2.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.
Files changed (2) hide show
  1. package/dist/tokens.css +10 -6
  2. package/package.json +1 -1
package/dist/tokens.css CHANGED
@@ -55,6 +55,10 @@
55
55
  --text-accent: #E0589A;
56
56
  --text-green: #46B86C;
57
57
 
58
+ /* Display accent — the brand pink as the LARGE display wordmark color in
59
+ both schemes (large text only needs 3:1, so it can stay fully vibrant). */
60
+ --display-accent: #E0589A;
61
+
58
62
  /* ── Glass (frosted sticky headers) ──────────────────────────── */
59
63
  --glass: rgba(21, 16, 28, 0.66);
60
64
 
@@ -137,17 +141,17 @@
137
141
  --bg: #FBF7F9;
138
142
  --bg-grad: #FCEDF4;
139
143
  --card: #FFFFFF;
140
- --card-soft: #F6EDF2;
144
+ --card-soft: #F0E6EC;
141
145
 
142
- --border: rgba(26, 12, 20, 0.10);
143
- --border-2: rgba(26, 12, 20, 0.17);
146
+ --border: rgba(26, 12, 20, 0.16);
147
+ --border-2: rgba(26, 12, 20, 0.24);
144
148
 
145
149
  --text: #1F0E18;
146
- --muted: #6A5965;
147
- --faint: #978996;
150
+ --muted: #5E5159; /* ~7.1:1 on white */
151
+ --faint: #766678; /* ~5.0:1 on white (was #978996, 3.1:1 — failed AA) */
148
152
 
149
153
  --accent: #E0589A; /* fill unchanged (dark ink on top) */
150
- --text-accent: #A52260; /* ~5.6:1 on white — links, eyebrows, wordmark */
154
+ --text-accent: #D6246F; /* small labels / links — vivid raspberry, ~4.6:1 AA on white */
151
155
  --text-green: #15683A; /* ~5.2:1 on white — affirmative text */
152
156
 
153
157
  --accent-wash: rgba(224, 88, 154, 0.12);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@btravstack/theme",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Shared VitePress theme and design tokens for btravstack sites",
5
5
  "license": "MIT",
6
6
  "author": "Benoit TRAVERS",