@mt-gloss/tokens 0.1.92 → 0.1.94

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.92",
3
+ "version": "0.1.94",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
@@ -181,6 +181,15 @@
181
181
  --panel-header-line: #f1f3f5;
182
182
  --panel-shadow-inset: inset 0 1px 0 rgba(0,0,0,0.08);
183
183
 
184
+ // Panel mount geometry (Spike §2.2) — added quick-260514-gpr.
185
+ // --tb-h aliases the canonical bottom-toolbar height so PanelMount and any
186
+ // future consumer share one source of truth (reconciles spike's 64px target
187
+ // with gloss-bottom-toolbar's 36px default — production is 36px).
188
+ // --section-w is the locked panel width: 3 grid cols + 2 col-gaps. Consumers
189
+ // can override per-host via `--section-w: calc(2 * var(--col-width)...)` etc.
190
+ --tb-h: var(--gloss-bottom-toolbar-height, 36px);
191
+ --section-w: calc(3 * var(--col-width, 125.412px) + 2 * var(--grid-gap, 15px));
192
+
184
193
  // 7 --stage-* tokens (verbatim from spike §Stage 3D lines 1212-1218)
185
194
  --stage-perspective: 1200px;
186
195
  --stage-rotate-x: 12deg;