gestalt icon indicating copy to clipboard operation
gestalt copied to clipboard

A set of React UI components that supports Pinterest’s design language

Results 53 gestalt issues
Sort by recently updated
recently updated
newest added

### Summary #### What changed? * Converts multiple "foundation" page examples to Sandpack * Convert `hideControls` prop to `showControls` => makes it consistent with the `showEditor` prop on `SandpackExample` *...

patch release

### Summary #### What changed? Removing the old development page with a new Markdown based one. #### Why? This is part of Shipping MDX based pages for the Gestalt Docs...

minor release

### Summary Removing unused prop `justify` of `Heading` component; The following codemod help you to do the follow table replacement. To modifyPropValue, please, use ```bash yarn codemod modifyPropValue ~/path/to/your/code --component=Heading...

major release

A recent blogpost mentioned [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup), which I'd never heard of before. [This element allows for grouping/categorization within `` items](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#advanced_select_with_multiple_features). This is a great fit for SelectList, as it could allow...

major release
blog-post

### Summary #### What changed? Fix color of ellipses in Tag to correct color in dark mode by using lineClamp on Text ### Checklist - [ ] Added unit and...

React 18 flashes sheets Go to this example in Sheet https://gestalt.netlify.app/sheet#Preventing-close-on-outside-click Click on View Sheet Then close the Sheet. Now you can see after closing the sheet a flash of...

bug
to be migrated

Thanks for creating a PR! Please follow this template and delete items/sections that are not relevant to your changes, including these instructions. Please also make sure your [PR title](https://github.com/pinterest/gestalt/#releasing) matches...

minor release

Thanks for creating a PR! Please follow this template and delete items/sections that are not relevant to your changes, including these instructions. Please also make sure your [PR title](https://github.com/pinterest/gestalt/#releasing) matches...

# Problem At the moment, Masonry has built in functionality for fetching additional items on scroll through the `FetchItems` component that is rendered _after_ the grid body: https://github.com/pinterest/gestalt/blob/master/packages/gestalt/src/Masonry.js#L583 The current...

enhancement

Platform: desktop web and mobile web Steps to reproduce: 1. Use the dropdown with al least two items 2. Have a onFocus handler outside the Dropdown 3. When changing hove...

bug
to be migrated