design-systems
Here are 429 public repositories matching this topic...
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
CSS classes .Mui-active and .Mui-completed are not applied to MuiStepLabel iconContainer element. As a result, it's not possible to change the iconContainer style using custom theme
Expected behavior 🤔
I would expect the `.Mui-acti
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
Jul 1, 2022 - JavaScript
-
Updated
Jun 21, 2022 - Vue
-
Updated
Jun 17, 2022
-
Updated
Jul 4, 2022
-
Updated
Jul 9, 2022 - Svelte
-
Updated
Jul 9, 2022 - JavaScript
-
Updated
Jul 6, 2022 - SCSS
-
Updated
Jun 12, 2022 - CSS
-
Updated
Jul 7, 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
Jul 9, 2022 - TypeScript
-
Updated
Jul 7, 2022 - JavaScript
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>Describe the bug
We (the Login.gov team) have implemented the checkbox and radio buttons with optional text to the Login Design System. The Login design system is built on top of USWDS.
When testing a form using a screen reader (specifically in Chrome using JAWS and NVDA), I found that when a user reads or scans the entire page, content within the label is announced twice. For example, in
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jun 20, 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
Jun 27, 2022 - JavaScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Jun 22, 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."
What problem does this feature solve?
I want to provide additional properties to a menu for example to make it better testable. This works but TS is reporting an error as the attribute 'data-test' does not exit in type ItemType.