Initial commit after recreate

This commit is contained in:
2026-04-11 09:21:22 +02:00
commit 02704133f4
378 changed files with 93091 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
import{j as e}from"./index-D2K-duz6.js";function o({props:n,paused:t}){const i=n,a=String(i.header??i.eyebrow??"Definition"),r=String(i.term??"Crystallization"),d=String(i.definition??"An interactive talk becomes a fixed video."),s=String(i.example??"Same source. Cleaner final cut.");return e.jsx("article",{className:`definition-card ${t?"definition-card--paused":""}`,children:e.jsxs("div",{className:"definition-card__content",children:[e.jsx("p",{className:"definition-card__eyebrow",children:a}),e.jsx("h2",{className:"definition-card__term",children:r}),e.jsx("p",{className:"definition-card__definition",children:d}),e.jsx("p",{className:"definition-card__example",children:s})]})})}export{o as default};