design-systems
Here are 421 public repositories matching this topic...
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Summary 💡
Emotion-js added a new feature 'insertionPoint' to createCache in this pull request and marked previous 'prepend' option as deprecated.
But Mui's next.js example uses prepend. [You can find It he
Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.
Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.
-
Updated
Mar 12, 2022 - JavaScript
-
Updated
Mar 2, 2022 - Vue
-
Updated
Dec 22, 2021
-
Updated
Apr 28, 2022
-
Updated
May 5, 2022 - JavaScript
-
Updated
Jun 17, 2021 - CSS
-
Updated
May 6, 2022 - SCSS
-
Updated
May 5, 2022 - Svelte
-
Updated
Apr 14, 2022 - HTML
<Select /> and <DatePicker /> don't offer the option of accessing name, id and other props once the onChange handler triggers. An event object with this information is accessible in the onChange handler for <Input />.
Feature description
Provide access to these variables for Select and DatePicker. It is needed when the component is being passed handler functions from an
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
May 7, 2022 - TypeScript
I believe the comparison operator used in the IsBroken method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.
🐛 Bug Report
In my next.js where I'm adding in React Spectrum, I placed the <Provider/> in my /pages/_app.tsx:
<SSRProvider>
<Provider>
{/* ... */}
</Provider>
</SSRProvider>-
Updated
May 6, 2022 - SCSS
Issue summary
When rendering a list page in the web admin using Filters and promoted filters, the UI 'jumps' after re-hydration.
<img width="1425" alt="Screen Shot 2020-04-28 at 9 32 13 AM" src="https://user-images.gi
-
Updated
May 6, 2022 - TypeScript
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Apr 23, 2022 - Vue
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
-
Updated
Apr 22, 2021 - CSS
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
May 5, 2022 - JavaScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 11, 2022 - C#
Improve this page
Add a description, image, and links to the design-systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the design-systems topic, visit your repo's landing page and select "manage topics."


Reproduction link
Steps to reproduce