Connor Larsen
Connor Larsen
### Background ### `ButtonIcon` component was found to have three distinct use cases: 1. Standard `Button` functionality 2. `ButtonDropdown` functionality 3. Toggle functionality, though used for distinctly different use cases...
### Background Incorporating `details` onto menu items is currently managed by the `DropdownMenu` component, however it should be a prop on the `MenuItem` component since all other properties are managed...
To make understanding how our components are connected easier for engineers, we need to a section to the bottom of each component's code section called "Realted Components". Within it add...
Implementation specs saved [here](https://www.figma.com/file/EaRifXLFs54XTjO1Mlszkg/Science-Design-System-Reference?type=design&node-id=3139%3A19517&mode=design&t=C6s9oy6dZogkhu3X-1)
The current hover and pressed states for Button – Minimal are too subtle and when the component is used on backgrounds other than white, can be visually jarring (specifically the...
Consolidate Checkbox and Checkbox Lockup Figma components into a single component with three variants: without label, with label, with label + caption.
The documentation for InputDropdown isn't entirely clear for how to use Label vs Value variants. Docs currently say: "Before a selection has been made, the input should display a prompt...