fix: site fixes and package corrections for 2.0.1 beta - #94
Merged
Conversation
… 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.
Deploying packets-design-system with
|
| 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 |
Deploying packets-design-system-staging with
|
| 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 |
charleshtrenholm
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Carries forward the fixes from PR #92 onto current develop (post beta.1 merge).
Site fixes:
react-docsbuild script renamed:buildnow runsstorybook build; Cloudflare entry point isbuild:cloudflare. Prevents CI from running the Cloudflare assembly script during test builds.Package corrections:
@betatag so external testers get 2.x instead of the old stable release.ui-reactpackage.json: removed dead./style.cssexport (no CSS file ships in the tarball).ui-reactREADME: fixedPktsAvatarexample props (altandbackgroundColor, notinitialsandcolor).Changeset included for beta.2 version bump.