react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
Part of https://github.com/github/primer/issues/3181 This Pull creates a `release_tracking` workflow that will track when releases are created and published. These will be tracked on the Deployments dashboard https://app.datadoghq.com/dashboard/ckz-5jr-6f4/primer-deployments
This reverts commit 564db1dbc6f588bee56ab4ba362771fb7c1edc1e. This reverts the changes to `Dialog` closing on backdrop click while we explore the best way to roll this out. [Context in Slack](https://github.slack.com/archives/C02NUUQ9C30/p1715278567750369) ### Changelog ####...
### Description `Stack` accepts a `justify` prop that is supposed to align with the `justify-content` CSS property. But setting it has no effect other than setting the `data-justify` attribute on...
Closes #https://github.com/github/primer/issues/3020 ### Changelog Make the component be imported from @primer/react and drafts. In next major release, we need to remove it from drafts ### Rollout strategy - [ ]...
The vast majority of the time, `TreeView` items are only one line and the content is truncated to fit. However, they can potentially wrap, as in https://github.com/github/collaboration-workflows-flex/issues/902 (internal issue). In...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
- Reported in https://github.com/github/collaboration-workflows-flex/issues/927 #### Problem Description in a disabled item should not have `color: fg.muted` but the disabled color. We set this by adding the disabled color on the...
#### Changed The existing link shown with the deprecation banner on https://primer.style/react/getting-started points to https://primer.style/design/guides/development/react which is incorrect and results in a 404 not found. This updates the replacement URL...
_This is a scheduled issue for tracking the release between Monday, May 6th and Monday, May 20th_ | Last week | Value | | :-------- | :---- | | Issue...
### Description PageLayout.Content has marginX hardcoded [here](https://github.com/primer/react/blob/8b5307daad011627fdc96fec1a6d600f479458b5/src/PageLayout/PageLayout.tsx#L450) which cannot be overridden through sx props as it is nested below the box where sx props are applied. In addition, we have...