chore: version packages#58
Merged
Merged
Conversation
|
Tip All tests passed and all changes approved!🟢 UI Tests: 52 tests unchanged |
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@code-sherpas/pharos-react@0.9.0
Minor Changes
92d84b0: Add
Spinneratom — visual loading indicator withrole="status"for assistive tech, three sizes (sm/md/lg) aligned with the form-control grid (16 / 20 / 24 px), andcurrentColorinheritance so it picks up the parent's text colour automatically (composition cases like<Button intent="primary"><Spinner /></Button>work out of the box, noButton isLoadingprop required at the atom level).Inline SVG with CSS
@keyframesrotation — zero icon-library dependencies (nolucide-react, noframer-motion). Honoursprefers-reduced-motionby slowing the rotation to 4 s instead of removing it (assistive UX still benefits from the in-progress cue).srLabelprop (default"Loading…") is rendered as visually-hidden text inside the status node; pass an action-specific label ("Saving template…","Deleting…") when relevant. Notoneaxis on the atom; consumers set the colour by settingcoloron the parent or viaclassName— same pattern Radix Themes / shadcn / Mantine use.