fast
fast copied to clipboard
Adaptive UI: added a recipe helper for interactive color sets
Pull Request
📖 Description
I'd like some feedback on this. I'm adjusting the token structure a bit and am looking for a way to make it less error-prone and less reliant on copy and paste. This new helper method sets up a common relationship between a recipe, set (new), and css tokens for rest, hover, active, and focus.
This will pave the way for introducing set and eventually migrating a disabled color into the set and tokens.
✅ Checklist
General
- [ ] I have included a change request file using
$ yarn change - [ ] I have added tests for my changes.
- [ ] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [ ] I have read the CONTRIBUTING documentation and followed the standards for this project.