design-systems
Here are 397 public repositories matching this topic...
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
LoadingButton properly renders the styles set in MuiButton.styleOverrides
, however the console throws an Invalid Prop Type Value
error. I'd guess that this is also a
Expected behavior 🤔
I don't think this used to throw an error? Regardless, this
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
Dec 28, 2021 - Vue
-
Updated
Jan 12, 2022 - JavaScript
-
Updated
Dec 22, 2021
-
Updated
Dec 21, 2021
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jun 17, 2021 - CSS
-
Updated
Jan 27, 2022 - SCSS
-
Updated
Jan 25, 2022 - Vue
<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
Jan 13, 2022 - JavaScript
-
Updated
Jan 26, 2022
-
Updated
Jan 26, 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.
-
Updated
Jan 27, 2022 - SCSS
-
Updated
Dec 16, 2021 - TypeScript
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Jan 27, 2022 - TypeScript
-
Updated
Jan 25, 2022 - TypeScript
-
Updated
Jan 26, 2022 - Vue
-
Updated
Apr 22, 2021 - CSS
Hi,
I looked into the CLI part of style-dictonary to construct a similar thing and I found a bug when I run the command style-dictionary test
or npx -p style-dictionary style-dictionary test
in my case:
npx : 43 installé(s) en 3.911s
/Users/xzalawa/.npm/_npx/19473/lib/node_modules/style-dictionary/bin/style-dictionary:75
console.error('Invalid command: %s\nSee --help for a list o
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Jan 23, 2022 - JavaScript
-
Updated
Sep 20, 2021 - JavaScript
-
Updated
Nov 25, 2021 - 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