Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[joy-ui][Accordion] Fix incorrect display of classname #38695

Merged
merged 6 commits into from
Sep 5, 2023

Conversation

sai6855
Copy link
Contributor

@sai6855 sai6855 commented Aug 29, 2023

closes one of issue reported in #38688

@sai6855 sai6855 added bug 🐛 Something doesn't work component: accordion This is the name of the generic UI component, not the React module! package: joy-ui Specific to @mui/joy labels Aug 29, 2023
@mui-bot
Copy link

mui-bot commented Aug 29, 2023

Netlify deploy preview

https://deploy-preview-38695--material-ui.netlify.app/

Bundle size report

Details of bundle changes (Toolpad)
Details of bundle changes

Generated by 🚫 dangerJS against 5dc7bc6

@sai6855 sai6855 changed the title [joy-ui][Accordion] Fix incorrect disaply of classname [joy-ui][Accordion] Fix incorrect display of classname Aug 29, 2023
@sai6855 sai6855 requested a review from siriwatknp August 29, 2023 05:48
@@ -3,6 +3,12 @@ import { generateUtilityClass, generateUtilityClasses } from '../className';
export interface AccordionGroupClasses {
/** Class name applied to the root element. */
root: string;
/** Class name applied to the root element if `size="sm"`. */
sizeSm: string;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i also notice variant and color classes are missing here. I'll add them in follow-up PR as it's beyond scope of this PR.

@sai6855 sai6855 requested a review from DiegoAndai August 30, 2023 16:03
Copy link
Member

@siriwatknp siriwatknp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks @sai6855

@sai6855 sai6855 removed the request for review from DiegoAndai September 1, 2023 03:15
@brijeshb42 brijeshb42 merged commit 6aabcd0 into mui:master Sep 5, 2023
8 checks passed
mnajdova pushed a commit to mnajdova/material-ui that referenced this pull request Sep 8, 2023
mnajdova pushed a commit to mnajdova/material-ui that referenced this pull request Sep 8, 2023
xcode-it pushed a commit to xcode-it/material-ui that referenced this pull request Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: accordion This is the name of the generic UI component, not the React module! package: joy-ui Specific to @mui/joy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants