Svelte 5 component library with Open Props theming
  • Svelte 46.5%
  • JavaScript 39.7%
  • MDX 11.2%
  • CSS 1.8%
  • Shell 0.4%
  • Other 0.4%
Find a file
MrPeu 8e23333fc6
Some checks failed
CI / test (push) Failing after 1m13s
Ship prebuilt dist for reliable git-dependency installs
Consuming gnark as a git dependency forced a full source build at install
time (svelte-package + the entire dev toolchain incl. esbuild). That is
fragile in clean environments (Docker/CI): unpinned dev-deps drift and
blocked build scripts (esbuild) abort the install.

Commit the built dist and stop building on install:
- un-ignore dist/ and commit the svelte-package output
- prepare -> prepack so `npm pack`/publish still rebuilds, but installing
  from git uses the committed dist instead of running the build
- pin packageManager to pnpm@9.15.9

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 11:15:33 +02:00
.forgejo/workflows Fix CI workflow: specify node:22 container image 2026-03-14 22:26:17 +01:00
.storybook feat: replace data-color-theme attribute with --accent CSS custom property 2026-03-16 12:09:07 +01:00
deploy chore: add storybook deployment files 2026-03-21 14:34:34 +01:00
dist Ship prebuilt dist for reliable git-dependency installs 2026-06-01 11:15:33 +02:00
docs/superpowers/plans docs: add dynamic accent color implementation plan 2026-03-16 22:35:34 +01:00
src feat: add FileUpload storybook story 2026-03-21 14:03:48 +01:00
.gitignore Ship prebuilt dist for reliable git-dependency installs 2026-06-01 11:15:33 +02:00
chromatic.config.json Fix Storybook onboarding, Chromatic setup prompt, and coverage NaN% 2026-03-15 07:50:53 +01:00
CLAUDE.md Fix 3 failing Storybook browser tests 2026-03-14 22:51:09 +01:00
docker-compose.storybook.yml chore: add storybook deployment files 2026-03-21 14:34:34 +01:00
Dockerfile.storybook chore: add storybook deployment files 2026-03-21 14:34:34 +01:00
entrypoint.sh chore: add storybook deployment files 2026-03-21 14:34:34 +01:00
jsconfig.json Add unit test suite for components, actions, and utils 2026-03-13 21:38:33 +01:00
package.json Ship prebuilt dist for reliable git-dependency installs 2026-06-01 11:15:33 +02:00
pnpm-lock.yaml Add theme switcher addon and documentation pages 2026-03-15 08:18:26 +01:00
svelte.config.js Initial implementation of gnark component library 2026-03-13 19:43:01 +01:00
vite.config.js Fix Storybook onboarding, Chromatic setup prompt, and coverage NaN% 2026-03-15 07:50:53 +01:00