react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
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).
### Description The dropdown does not move along with the page when it is open and we scroll the page. ### Steps to reproduce have code in https://gist.github.com/surishubham/4c2cf935e082e5c53678911a0793b5ea 1- Click...
### Description When using `aria-label` on a `ActionMenu.Overlay` ```jsx ... ``` the aria-label is rendered onto the dialog:  but when using ```jsx ... ``` The `aria-labelledby` is rendered onto...
### Description The popover for `UnderlineNav` is clipped in mobile viewports ### Steps to reproduce I noticed this when using the latest repo beta opt-in 👀 1. Visit a repo:...
Remembered this when reviewing #4225 that we have dedicated subfolders for TypeScript types to resolve correctly and that the `package.json` files in these folders have a link to an issue....
### Description The `CheckboxGroup` and `Checkbox` components have an [`aria-conditional-attr` violation](https://dequeuniversity.com/rules/axe/4.8/aria-conditional-attr?application=AxeChrome) from axe due to usage of `aria-checked` The value of `aria-checked` should mirror the value of the input's `checked`...
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 7.0.1. Release notes Sourced from actions/github-script's releases. v7.0.1 What's Changed Avoid setting baseUrl to undefined when input is not provided by @joshmgross in actions/github-script#439 Full...
_This is a scheduled issue for tracking the release between Monday, February 12th and Monday, February 26th_ | Last week | Value | | :-------- | :---- | | Issue...
### Description Using `` within `` affects the group's styling. #### Expected:  #### Actual:  ### Steps to reproduce ```typescript 😜 😳 😭...
Closes #4194 ### Changelog - Updated the handling of keyboard events within the ActionListItem component. Previously, `onKeyPress` was used. This has been replaced with `onKeyDown` to move away from now...