You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(webapp): complete the storybook's variant coverage
Audited every component against its story by extracting the variant keys
each one declares. The gaps, now filled:
- Buttons: was missing every extra-large size, the whole docs and
ask-trigger families, secondary/small-icon and the three menu-item
variants. Rewritten to drive off the family and size lists, so all 35
variants render and the page can't drift from the component again.
- Popover: only the arrow trigger appeared. Now every trigger (custom, side
menu, both ellipse orientations, plain), all four arrow variants, the
layout options and each content side.
- Tooltip: adds the dark variant, all four sides, the delay options and
InfoIconTooltip.
- Select: all six variants plus placeholder, dropdown icon, disabled and
icon items, above the existing interactive demos.
- Table: all four variants, the chevron/menu/blank-row cell types, and
static ids in place of crypto.randomUUID() at render time.
- Switch, Badge, InlineCode, SegmentedControl, Spinner and Shortcuts:
rewritten to cover every variant, size and state.
- Smaller fills: TextLink's three variants, Checkbox button/small, Input
secondary-small, InfoPanel info, DetailCell small, CopyableText
text-below, DurationPicker medium, AnimatingArrow extra-large.
The agent gallery drops its own three-button theme toggle, now that the
header control covers all five themes.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments