Skip to content

fix: site fixes and package corrections for 2.0.1 beta - #94

Merged
FreddKM merged 3 commits into
developfrom
fix/packets-site-fixes-v2
Jul 21, 2026
Merged

fix: site fixes and package corrections for 2.0.1 beta#94
FreddKM merged 3 commits into
developfrom
fix/packets-site-fixes-v2

Conversation

@FreddKM

@FreddKM FreddKM commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Carries forward the fixes from PR #92 onto current develop (post beta.1 merge).

Site fixes:

  • react-docs build script renamed: build now runs storybook build; Cloudflare entry point is build:cloudflare. Prevents CI from running the Cloudflare assembly script during test builds.
  • Dockerfile updated to match.

Package corrections:

  • All three READMEs: install commands include @beta tag so external testers get 2.x instead of the old stable release.
  • ui-react package.json: removed dead ./style.css export (no CSS file ships in the tarball).
  • ui-react README: fixed PktsAvatar example props (alt and backgroundColor, not initials and color).

Changeset included for beta.2 version bump.

FreddKM added 3 commits July 21, 2026 14:12
… example

- All three READMEs: install commands now include @beta tag so external testers
  get 2.x instead of the old stable 0.x/1.x release
- ui-react package.json: removed ./style.css export (no CSS file ships in the
  tarball) and ./src/* export (src/ is not in the published files list); both
  caused MODULE_NOT_FOUND for any consumer who imported them
- ui-react README: fixed PktsAvatar usage example — initials and color are not
  props; correct props are alt (drives the fallback label) and backgroundColor
pnpm build (via Turborepo) was calling the Cloudflare assembly script instead
of the standard Storybook build, crashing CI. Renamed the scripts so build
runs storybook build everywhere consistently, and build:cloudflare is the
Cloudflare-specific entry point. Dockerfile updated to match.
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying packets-design-system with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2871d82
Status: ✅  Deploy successful!
Preview URL: https://1a5e51b8.packets-design-system.pages.dev
Branch Preview URL: https://fix-packets-site-fixes-v2.packets-design-system.pages.dev

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying packets-design-system-staging with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2871d82
Status: ✅  Deploy successful!
Preview URL: https://b048ad22.packets-design-system-staging.pages.dev
Branch Preview URL: https://fix-packets-site-fixes-v2.packets-design-system-staging.pages.dev

View logs

@FreddKM
FreddKM merged commit a0afd8e into develop Jul 21, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants