@gemka/core 0.5.0 → 0.5.1

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.
package/chrome.css CHANGED
@@ -425,6 +425,7 @@
425
425
  .theme-vintage .dd-bar-fill.completed { background: var(--gk-accent); }
426
426
  .theme-vintage .dd-bar-fill.sustaining,
427
427
  .theme-vintage .dd-bar-fill.created { background: var(--gk-ink); }
428
+ .theme-vintage .dd-bar-fill.checkpoint { background: var(--gk-checkpoint-bar); }
428
429
  .theme-vintage .dd-bar-value {
429
430
  min-width: var(--dd-bar-value-w, 16px);
430
431
  font-size: var(--dd-bar-value-size, 0.72rem);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemka/core",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Canonical GemKa design tokens (cream paper, oxblood accent, warm neutrals, Inter + Fraunces).",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
package/tokens.css CHANGED
@@ -25,6 +25,9 @@
25
25
  /* Shared row-hover tint */
26
26
  --gk-hover-cream: #f0ece0;
27
27
 
28
+ /* Neutral magnitude bars */
29
+ --gk-checkpoint-bar: #7C766B; /* warm taupe grey — neutral magnitude bars, distinct from oxblood (deep) and ink (sustaining) */
30
+
28
31
  /* Type */
29
32
  --gk-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
30
33
  --gk-font-serif: "Fraunces", Georgia, "Times New Roman", serif;