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

feat(mui): Enhanced customisation in ThemedLayoutV2 #6502

Open
wants to merge 4 commits into
base: releases/december-2024
Choose a base branch
from

Conversation

aress31
Copy link

@aress31 aress31 commented Nov 18, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

See #6498.

What is the new behavior?

fixes (issue)

Notes for reviewers

I am not sure how to add the tests and where to add the doc, if you could walk me through the process for future contributions that would help.

@aress31 aress31 requested a review from a team as a code owner November 18, 2024 18:09
Copy link

changeset-bot bot commented Nov 18, 2024

🦋 Changeset detected

Latest commit: e2532c6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@refinedev/ui-types Minor
@refinedev/mui Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@aress31 aress31 changed the title Patch for #6498 feat(mui): Enhanced customisation and removed unnecessary styles in ThemedLayoutV2 Nov 18, 2024
@alicanerdurmaz alicanerdurmaz self-assigned this Nov 20, 2024
@alicanerdurmaz alicanerdurmaz linked an issue Nov 20, 2024 that may be closed by this pull request
Comment on lines +84 to +95

/**
* Additional properties for the container box.
* This type includes all properties of BoxProps, including 'sx'.
*/
containerBoxProps?: BoxProps;

/**
* Additional properties for the children box.
* This type includes all properties of BoxProps, including 'sx'.
*/
childrenBoxProps?: BoxProps;
Copy link
Member

Choose a reason for hiding this comment

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

These types should be on @refinedev/mui package because @refinedev/ui-types packages used by other UI packages and these packages don't use these props.

packages/mui/src/components/themedLayoutV2/index.tsx Outdated Show resolved Hide resolved
packages/mui/src/components/themedLayoutV2/index.tsx Outdated Show resolved Hide resolved
@BatuhanW BatuhanW changed the title feat(mui): Enhanced customisation and removed unnecessary styles in ThemedLayoutV2 feat(mui): Enhanced customisation in ThemedLayoutV2 Nov 20, 2024
@alicanerdurmaz alicanerdurmaz added this to the December '24 Release milestone Nov 21, 2024
@alicanerdurmaz alicanerdurmaz changed the base branch from master to releases/december-2024 November 25, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] ThemedLayoutV2 Control Over Children
2 participants