feat(apollo-wind): apply Future theme styles to Input, Checkbox, and RadioGroup#520
Merged
1980computer merged 2 commits intomainfrom Apr 15, 2026
Merged
Conversation
CalinaCristian
approved these changes
Apr 15, 2026
…mponents New UiPath-themed variants of Input, RadioGroup, and Checkbox built on shadcn/Radix primitives using Apollo Wind semantic tokens. Includes FlowInputGroup/FlowInputAddon compound pattern for inline addons. - Add FlowInput, FlowInputGroup, FlowInputAddon with Storybook stories - Add FlowRadioGroup, FlowRadioGroupItem with Storybook stories - Add FlowCheckbox with Storybook stories - Update flow-properties-simple template to use new Flow components - Fix dark-theme scrollbar styling in tailwind.consumer.css Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
43e80b0 to
c93c4c1
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency License Review
License distribution
Excluded packages
|
…RadioGroup Adds a `@custom-variant future` to tailwind.consumer.css so components can scope styles to `.future-dark` and `.future-light` themes using the `future:` prefix. Applies Future-specific overrides (rounded-xl, surface-overlay bg, accent checked states, border-hover) to the core Input, Checkbox, and RadioGroupItem components. All other themes are unchanged. Removes the now-redundant FlowInput, FlowCheckbox, and FlowRadioGroup UiPath components along with their stories. Migrates the one internal consumer (flow-properties-simple) from FlowInput to Input. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
c93c4c1 to
33ad4f7
Compare
5 tasks
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.
Summary
@custom-variant futuretotailwind.consumer.cssscoping styles to.future-darkand.future-lightthemes via thefuture:Tailwind prefixflow-properties-simple.tsx) fromFlowInput/FlowInputGroupto the coreInputComponents updated
Wind > Components > Core > InputWind > Components > Core > CheckboxWind > Components > Core > Radio GroupComponents removed
FlowInput/FlowInputGroup/FlowInputAddonFlowCheckboxFlowRadioGroup/FlowRadioGroupItemTest plan
rounded-xl,surface-overlaybg, accent checked states)Wind > Components > UiPath > Flow Input,Flow Checkbox, andFlow Radio Groupare no longer present in the sidebar🤖 Generated with Claude Code