Release v0.3.1#4
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Audited every component against its Figma UI Library node (dev-mode HTML/CSS + screenshot) and verified each fix with a Storybook + Playwright render diff. Corrected visual-fidelity gaps in the pre-v0.3.0 components: - ArchiveProgress: restore the 45° diagonal hatch fill texture and the "Replace archive" caption + name color - ArchiveView: error caption now wraps to two card-width lines - Callout: message text stays text.default in all variants (accent color scoped to icon + dismiss X); info icon→system.info; X is a bare glyph - Search: add Field controls (clear/counter/carets), secondary border, filled-icon darken, 6px gap, Focus story - TextField: padding on box, typed/suggestion border+shadow, error/disabled text color, affix divider - Checkbox/Radio: remove spurious borders, correct focus ring & hover, 16px tick, defaultChecked fix - Switch: resize 44×24→32×19, thumb 12px, travel 12px - Select: trigger/item padding 16px, trailing caret, panel py - Toolbar: divider color, 16px tool gap, set-de-datos padding - ToolButton: composite "ALL" badge on todo/todas variants - ButtonLink: fix size-S double caret - BigIconButton: disabled/hover border colors, tertiary hover no fill - CheckCircle/Spinner: gradient stops & geometry - Logo: wordmark viewBox no longer clips the "u"; iso/container sizing - Player: icon colors, transport-row gap, 99px bar - Tag: 80% bg opacity, label fontVariationSettings - StatusBar: fix traffic-light dots (Panda dynamic-bg extraction bug); Chrome raster assets intentionally left as placeholders - Avatar/Stepper/Tooltip: stories + token hygiene Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
`npm version` expanded the sideEffects/files arrays to multi-line; biome formats them inline. Fixes the failing lint CI step. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Release v0.3.0
Bumps
package.json0.2.1 → 0.3.0 and folds in a full Figma fidelity audit of the component library.Fidelity audit
Every component was checked against its Figma UI Library node (dev-mode HTML/CSS + screenshot) and each fix verified with a Storybook + Playwright render diff. 22 components corrected — highlights:
bgextraction bug)Out of scope: Card/Dialog/Popover/Suggestion (generic primitives, no Figma source).
Deferred follow-ups: token-promotion cleanup (escape-hatch literals → preset tokens); StatusBar Chrome raster assets; verify Tooltip/Toast by hovering in Storybook (Radix portals aren't statically capturable).
After merge
Tag
v0.3.0on the merge commit to triggerrelease.yml(it verifies the tag matchespackage.json).🤖 Generated with Claude Code