react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
The new `Dialog` component has a `width` prop: https://github.com/primer/react/blob/f9eae58360ebaac9f3ada777e11f954d3013782a/packages/react/src/Dialog/Dialog.tsx#L114-L121 These size names do not match the [Primer overlay primitives](https://primer.style/foundations/primitives/size#overlay). It should be: - xsmall: 192px - small: 320px - medium:...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Closes #https://github.com/github/primer/issues/3132 This makes use of new capability in ActionMenu to have Submenus. We can use it to make sure that menus are supported with IconButton trigger in the ActionBar....
There are multiple tests that wrap the rendered component with ThemeProvider: https://github.com/search?q=repo%3Aprimer%2Freact+%3CThemeProvider+path%3Atest.tsx&type=code We do not have to do this anymore because [we already wrap all stories in a ThemeProvider in...
Running one time unpublish commands
`Dialog` V2 does not work when stacked over `Overlay`s or other components using `useOnClickOutside`
### Description The new draft `Dialog` component does not use `useOnClickOutside` under the hood, because it has its own backdrop element that it could handle clicks on if necessary. This...
Add a custom action to run the "arethetypeswrong" CLI along with publint. This should help to verify that the way we publish types are compatible with all the various ways...
Closes https://github.com/primer/react/issues/4503 ### Changelog #### New Export utils under a nicer path #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [x] Minor release - [...