design-systems
Here are 416 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
The validateArgs method in lib/router/src/utils.ts is using VALIDATION_REGEXP, NUMBER_REGEXP, HEX_REGEXP or COLOR_REGEXP pattern to determine whether the string value is validated or not, but any string which not match those pattern (like something with + prefix or some character that is not in Alphabet) will not be validated and be dropped in future actions.
-
Updated
May 11, 2022 - Vue
-
Updated
Dec 22, 2021
-
Updated
May 19, 2022
-
Updated
May 20, 2022 - JavaScript
-
Updated
Jun 17, 2021 - CSS
-
Updated
May 21, 2022 - SCSS
-
Updated
May 15, 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
May 16, 2022 - JavaScript
-
Updated
May 20, 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 19, 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 20, 2022 - TypeScript
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
May 9, 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 10, 2021 - JavaScript
-
Updated
May 18, 2022 - JavaScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 11, 2022 - C#
-
Updated
Apr 8, 2022 - JavaScript
Check that …ViewProxy functions are annotated with @RequiresApi if they were added after API 16
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