Katie Langerman
Katie Langerman
Placeholder text came up during the v8 color staff ship. It looks like the selector wasn't properly selecting, which could lead to unexpected results. ### Rollout strategy - [ ]...
Adds a `loading` state to both `Button` and `IconButton`. The markup follows the recommended path forward from accessibility design, and mirrors the implementation from the `Export CSV` button as part...
I have a use case for this in `Button`, and we have this [same component](https://github.com/primer/view_components/blob/main/app/components/primer/conditional_wrapper.rb) in PVC. I renamed it to match up with PVC, but no changes beyond that....
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Update the font-weight of the Dialog subtitle component to be normal This PR was created with Copilot Workspace (v0.6). For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/gh/primer/react?shareId=cac4098e-a794-405b-a65a-f7808e1c18fe).
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
_Authors: Please fill out this form carefully and completely._ _Reviewers: By approving this Pull Request you are approving the code change, as well as its deployment and mitigation plans._ _Please...
_Authors: Please fill out this form carefully and completely._ _Reviewers: By approving this Pull Request you are approving the code change, as well as its deployment and mitigation plans._ _Please...
### Banner stuff Displaying a Banner inside a Dialog is a common pattern. We should just offer a slot for it so we can control the spacing/alignment. ### Dialog -...