Commit Graph
17 Commits
Author SHA1 Message Date
Rahim 3108dd25ce chore(skin): remove legacy migration files 2026-06-17 21:31:10 -07:00
Rahim d562279df1 chore(skin): park constrained-JSX skin migration under __old__
The in-flight compiler skin migration refactored the shared Tailwind token
modules from main's function API (`root = (isShadowDOM) => cn(...)`, flat
exports) into a string-aggregate API (`video`/`audio` nested objects) that
the constrained-JSX skins consume. Since then, main built 16 runtime skin
files on the function API — including the new live-video / live-audio
presets — which the new token shape cannot satisfy without porting.

Rather than regress main's skins or break the build, park the authored
migration sources (constrained-JSX skins + refactored token layer +
tailwind.css) under packages/skins/__old__, a sibling of src/ that sits
outside the package tsconfig include, tsdown globs, and (via biome ignore)
linting. Main remains the source of truth for live skins.

The full migration snapshot (build wiring, generated React skins/CSS, core
manifests, icons generate config, html/react edits) is preserved in the
git tag backup/pre-rebase-2b2bbfad. The audit and port backlog live in
.claude/plans/compiler-rebase-audit.md.
2026-06-17 17:13:40 -07:00
Sam PottsandGitHub 17d44a5d32 chore(ci): configure noUnknownProperty to allow corner-shape (#1502) 2026-05-04 17:46:57 -07:00
Sam PottsandGitHub 8e2b7e4f6d fix(ci): use biome to sort CSS properties (#1490) 2026-04-29 16:04:20 +10:00
rahimandGitHub 1792bae3b4 fix(react): add missing destroy cleanups (#1096) 2026-03-23 16:59:37 -07:00
rahimandGitHub 221bcc975a chore(root): migrate build scripts and plugins to TypeScript (#1052) 2026-03-19 22:58:38 -07:00
rahimandGitHub bd4e47b783 chore: fix repo biome lint errors (#804) 2026-03-09 21:10:18 -07:00
rahimandGitHub d37dc3d900 chore(packages): remove tech-preview package (#793) 2026-03-09 16:39:26 -07:00
351a3e8bda feat(site): new home page, docs, and design system (#566)
Co-authored-by: Darius Cepulis <dcepulis@mux.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 16:19:27 -06:00
6a1eddadd0 feat(react): port volume popover and slider styling into skin presets (#667)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 10:27:53 +11:00
8763a57360 feat(react): add Tailwind ejected video skins (#589)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 12:19:27 +11:00
rahimandGitHub 33b21906cd feat(element): add lightweight reactive element base (#513) 2026-02-13 00:41:49 +11:00
Darius Cepulis 48364f17fd fix(ci): work around false-positive biome / astro errors
see https://biomejs.dev/internals/language-support/#html-super-languages-support
2026-02-05 15:25:02 -06:00
Darius Cepulis e3267fcfa6 chore(ci): format astro with biome 2026-02-05 09:42:20 -06:00
Rahim d0b79ef588 refactor(store): clean up 2026-01-24 00:29:29 +11:00
rahimandGitHub 1363f766a4 refactor(store): flatten store/queue state (#326) 2026-01-23 23:19:01 +11:00
Sam PottsandGitHub bf76dfa593 chore(ci): eslint + prettier → biome (#325) 2026-01-23 11:33:04 +00:00