@jokerized/decksmith 0.2.0 → 0.3.1

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
@@ -787,7 +787,7 @@ names the figure or equation it rests on, a later pass can ask whether the anima
787
787
  actually asserts what the source asserts. Prior art verifies that slides *look* fine;
788
788
  nothing verifies that they are *true*.
789
789
 
790
- ## The twelve archetypes
790
+ ## The thirteen archetypes
791
791
 
792
792
  The explanatory vocabulary. These came out of hand-building a real deck
793
793
  (`.planning/EXPERIMENT-002-thinksr-korean.md`), not from guessing at what might be useful.
@@ -797,6 +797,7 @@ The explanatory vocabulary. These came out of hand-building a real deck
797
797
  | `title` | opening or section break | `headline`, `eyebrow?`, `sub?` |
798
798
  | `claim-figure` | one assertion beside the figure that supports it | `claim`, `figureId` |
799
799
  | `equation-walk` | an equation explained symbol by symbol | `equationId`, `terms` (1–4) |
800
+ | `equation-morph` | one equation becoming the next, the shared terms carried across | `fromId`, `toId`, `terms` (1–4) |
800
801
  | `data-table` | a results table with rows revealed in argument order | `tableId`, `highlight` |
801
802
  | `line-chart` | a trend, with per-step deltas | `points`, `deltas?`, `readout?` |
802
803
  | `callout` | 1–3 panels of prose: definitions, contrasts, takeaways | `panels`, `note?` |