@gemka/core 0.5.2 → 0.5.3

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/package.json +1 -1
  2. package/tokens.css +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemka/core",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
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
@@ -35,7 +35,14 @@
35
35
  /* Chrome primitives: non-color dimensions consumed by chrome.css */
36
36
  --gk-nav-rule: 1px; /* nav / dd-nav oxblood underline (base 2px folds to the vintage 1px) */
37
37
  --gk-avatar: 30px; /* auth-avatar diameter */
38
- --gk-clock-half: 5.5rem; /* nav clock date/time half width */
38
+ --gk-clock-half: 7rem; /* nav clock date/time half width — must hold the widest
39
+ zero-padded 10-char date (pt/de dd?dd?yyyy ~108px at the
40
+ 14px/0.18em nav clock). At 5.5rem the date text overflowed
41
+ the fixed box rightward into the middle, eating the flex
42
+ gap (pt collided at ~0px). Sized so the date fits inside
43
+ the box, text-align:right seats it at the inner edge, and
44
+ chrome.css's gap:1.25rem reads as a real ~20px gap for
45
+ every locale; en (short 7/7/2026 date) is unchanged. */
39
46
  --gk-heatmap-cell: 14px; /* deep-dive heatmap cell + day-label row height */
40
47
  --gk-stat-card-pad: 0.5rem 0.65rem; /* deep-dive stat / peak-hour card padding */
41
48
  }