Andrew Holloway
Andrew Holloway
This is a little different than most enhancement requests, but figured this was the best place to ask. A few years ago, I created a very minimal ESLint plugin to...
The documentation lists the format for [`json`](https://amzn.github.io/style-dictionary/#/formats?id=json) to have the following structure: ```json { "color": { "base": { "red": { "value": "#ff0000" } } } } ``` The code uses...
### Test Plan: - [ ] apply tokens to where color tokens should be used - [x] Wrote [automated tests](https://czi.atlassian.net/wiki/x/Hbl1H) - [ ] CI tests / new tests are not...
## Request summary When new major versions are released, there are often changes that require adapting the current code to the new constraints, component names, etc. Documenting the process is...
It appears that this addon is not compatible with Component Storybook Format (CSF) 3.0 : https://storybook.js.org/blog/component-story-format-3-0/ In my project, none of the examples work, which all are in this format....
## Summary **Structural Element (Base, Gene, DNA, Chromosome or Cell)** Github issue: #728 - WIP, support API for modifying home image, links, and responsiveness ## Checklist - [x] Default Story...
A component in Science Design System needs to be flexible enough that it can be used across a wide range of scenarios and shouldn't be constrained to a specific number...
- new component for complex data-based table content - add in types, layouts, and test - add in snapshots - make use of newly-added tokens ### Test Plan: - [x]...
Consider the following scenario: - There exists a Storybook story which also has a complex `.play` function. - When axe-storybook-testing is running, it completes its testing before the `.play` function...
- add in the new prop to use, instead of color - add in assertion to check if color is used - mark color as deprecated - update tests and...