@kolkrabbi/kol-theme 0.118.0 → 0.119.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.
@@ -354,8 +354,15 @@
354
354
  text-transform: uppercase;
355
355
  }
356
356
 
357
+ /* sans-narrow BY NAME, not --kol-font-family-heading
358
+ * (ChessHeadingFontVarUndefined, kol-chess 2026-09-01): `heading` is a
359
+ * framework-tier brand seam (kol-brand-color.css) the theme never ships, so
360
+ * an app-shell consumer resolved it to nothing and every hero metric, title
361
+ * and chart heading fell to the inherited body font. sans-narrow is what the
362
+ * brand seam bound it to — same face where it worked, fixed where it did not.
363
+ * This applies to all 10 heading rules in this pack. */
357
364
  .board-playback__title {
358
- font-family: var(--kol-font-family-heading);
365
+ font-family: var(--kol-font-family-sans-narrow);
359
366
  font-size: 1.2rem;
360
367
  letter-spacing: 0.06em;
361
368
  margin: 6px 0 4px;
@@ -422,7 +429,7 @@
422
429
  }
423
430
 
424
431
  .board-playback__value {
425
- font-family: var(--kol-font-family-heading);
432
+ font-family: var(--kol-font-family-sans-narrow);
426
433
  font-size: 1.1rem;
427
434
  letter-spacing: 0.04em;
428
435
  }
@@ -530,7 +537,7 @@
530
537
  }
531
538
 
532
539
  .board-playback__avatar-name {
533
- font-family: var(--kol-font-family-heading);
540
+ font-family: var(--kol-font-family-sans-narrow);
534
541
  font-size: 0.9rem;
535
542
  letter-spacing: 0.06em;
536
543
  }
@@ -590,7 +597,7 @@
590
597
  }
591
598
 
592
599
  .analysis-table__result {
593
- font-family: var(--kol-font-family-heading);
600
+ font-family: var(--kol-font-family-sans-narrow);
594
601
  font-size: 0.85rem;
595
602
  letter-spacing: 0.08em;
596
603
  text-transform: uppercase;
@@ -750,7 +757,7 @@
750
757
  }
751
758
 
752
759
  .chess-hero-metric__value {
753
- font-family: var(--kol-font-family-heading);
760
+ font-family: var(--kol-font-family-sans-narrow);
754
761
  font-size: 2rem;
755
762
  font-weight: 600;
756
763
  letter-spacing: -0.02em;
@@ -810,7 +817,7 @@
810
817
  }
811
818
 
812
819
  .chess-hero__title {
813
- font-family: var(--kol-font-family-heading);
820
+ font-family: var(--kol-font-family-sans-narrow);
814
821
  font-size: 1rem;
815
822
  letter-spacing: 0.08em;
816
823
  text-transform: uppercase;
@@ -825,7 +832,7 @@
825
832
  }
826
833
 
827
834
  .chess-hero__value {
828
- font-family: var(--kol-font-family-heading);
835
+ font-family: var(--kol-font-family-sans-narrow);
829
836
  font-size: 2.25rem;
830
837
  font-weight: 600;
831
838
  letter-spacing: -0.02em;
@@ -939,7 +946,7 @@
939
946
  }
940
947
 
941
948
  .chess-hero__side-value {
942
- font-family: var(--kol-font-family-heading);
949
+ font-family: var(--kol-font-family-sans-narrow);
943
950
  font-size: 1.75rem;
944
951
  font-weight: 600;
945
952
  letter-spacing: -0.02em;
@@ -1065,7 +1072,7 @@
1065
1072
  }
1066
1073
 
1067
1074
  .chess-donut-chart__title {
1068
- font-family: var(--kol-font-family-heading);
1075
+ font-family: var(--kol-font-family-sans-narrow);
1069
1076
  font-size: 0.85rem;
1070
1077
  letter-spacing: 0.08em;
1071
1078
  text-transform: capitalize;
@@ -1199,7 +1206,7 @@
1199
1206
  }
1200
1207
 
1201
1208
  .chess-stacked-bar-chart__title {
1202
- font-family: var(--kol-font-family-heading);
1209
+ font-family: var(--kol-font-family-sans-narrow);
1203
1210
  font-size: 1.5rem;
1204
1211
  font-weight: 600;
1205
1212
  letter-spacing: -0.02em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.118.0",
3
+ "version": "0.119.0",
4
4
  "description": "KOL (Kolkrabbi) design-system tokens + base CSS — brand-neutral. The canonical token/cascade layer every other KOL package and consumer builds on.",
5
5
  "license": "MIT",
6
6
  "type": "module",