@mt-gloss/tokens 0.1.139 → 0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mt-gloss/tokens",
3
- "version": "0.1.139",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
@@ -191,18 +191,11 @@
191
191
  --section-w: calc(3 * var(--col-width, 125.412px) + 2 * var(--grid-gap, 15px));
192
192
 
193
193
  // 7 --stage-* tokens (verbatim from spike §Stage 3D lines 1212-1218)
194
- // Phase 17.2 multi-defect fix #4 (2026-05-20): widened --stage-sway from
195
- // 2.5deg → 12deg and shortened --rot-duration from 24s → 18s so the stage
196
- // card's slow rotation is visibly perceptible. The original 2.5deg/24s
197
- // sway was perceptually static; user reported "missing slow rotation"
198
- // even though the .rotating class + @keyframes stage-spin were correctly
199
- // applied. The amplitude change makes the sway clearly visible while
200
- // keeping the cinematic "slow drift" character (~1.5°/sec average).
201
194
  --stage-perspective: 1200px;
202
195
  --stage-rotate-x: 12deg;
203
196
  --stage-rotate-y: 0deg;
204
197
  --stage-translate-y: 0px;
205
198
  --stage-translate-z: 0px;
206
- --rot-duration: 18s;
207
- --stage-sway: 12deg;
199
+ --rot-duration: 24s;
200
+ --stage-sway: 2.5deg;
208
201
  }