Rez
Rez
### What are you trying to accomplish? Restore the contribution info to the docs footer 👇  ### What approach did you choose and why? Gatsby couldn't authenticate with...
Restores contributor stats to the documentation footer: 
**Describe the bug** Type definitions for `Button` are not being exported correctly in the transpiled output. E.g: `variant` is being reported as a generic string type, rather than the `VariantType`...
## Summary Adds logosuite to f2 template 🔗 [See slack for full details](https://github.slack.com/archives/C04E44ZPNEA/p1714056946250149) Resolves https://github.com/github/primer/issues/3098 ## List of notable changes: - adds logosuite to F2 templates ## What should reviewers...
## Summary Upgrades Storybook from v7.0 to v7.6 ## List of notable changes: - - ## What should reviewers focus on? - - ## Steps to test: 1. 1. 1....
The following snippet: ```jsx Day Please select at least one day ``` Produces this:  This happens because of `row-reverse` flex layout...
## Summary 🚧 Work in progress ## List of notable changes: - - ## What should reviewers focus on? - - ## Steps to test: 1. 1. 1. ## Supporting...
## Summary 🚧 WIP 🔗 [Preview](https://primer-aa68e05ee9-26139705.drafts.github.io/storybook/?path=/story/components-bento-features--custom-visual) ## List of notable changes: - - ## What should reviewers focus on? - - ## Steps to test: 1. 1. 1. ## Supporting...
We are unintentionally publishing `Component.visual.spec.d.ts` files in the published packages. These aren't relevant to our users. We should consider removing them, particularly as they require manual maintenance in the monolith....
### Problem statement Next.js encourage using the `Link` component declaratively to wrap any `` tags. E.g. ```jsx About Us ``` The Hero doesn't use a composable API, which makes composition...