@wral/hsot-data 0.1.13 → 0.1.15

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/README.md CHANGED
@@ -13,9 +13,12 @@ exactly one of these elements.
13
13
  | `<hsot-standings>` | Standings, every conference for a sport | `sport`, `season` |
14
14
  | `<hsot-rankings>` | The weekly Top 25 with movement + rank history | `sport`, `gender` (poll family), `season`, deep link `?poll=YYYY-MM-DD` |
15
15
  | `<hsot-school>` | School hub: hero, team tabs, schedule, roster (headed by the season's roster photo when one is set; positions render as a list, "WR/CB"; a College column appears when a player carries a commitment), honors | `school-id`, `sport` (initial tab, deep link `?sport=`), `season` |
16
- | `<hsot-boxscore>` | Game detail: line score, coverage, season context | `game-id`, `refresh-interval` |
16
+ | `<hsot-boxscore>` | Game detail: line score (stored `periodScores`, or derived from the scoring plays when nothing wrote one — `src/lib/line-score.mjs`, shown only when it reconciles with the score), the desk's scoring-play log when a game carries one (period, clock, play, running score), coverage, season context; game notes keep their line breaks | `game-id`, `refresh-interval` |
17
17
  | `<hsot-school-search>` | "Find Your School" typeahead for the right rail (standalone: fetches `GET /schools?q=` itself, no injected client) | `api`, `school-href`, `limit`, `placeholder` |
18
18
 
19
+ The live status pill on every component reads the game clock beside the
20
+ period when the desk has typed one ("Live · 3Q 6:54", api-hsot v1.13.0-draft).
21
+
19
22
  `hsot-scores` lists live games first, then matchups featuring ranked teams
20
23
  (#1 at the top, using the poll in effect on the game date), then the rest in
21
24
  schedule order.
package/dist/define.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { c as e, H as n, b as c, a, e as i, d as h } from "./hsot-school-search-Cv_ZdUOs.js";
1
+ import { c as e, H as n, b as c, a, e as i, d as h } from "./hsot-school-search-CPsDpIgS.js";
2
2
  const r = {
3
3
  "hsot-scores": h,
4
4
  "hsot-standings": i,