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

[pickers] Migrate PickersCalendar to emotion #26334

Closed
wants to merge 2 commits into from

Conversation

siriwatknp
Copy link
Member

This PR will unblock #26326

@siriwatknp siriwatknp added the component: pickers This is the name of the generic UI component, not the React module! label May 17, 2021
@mui-pr-bot
Copy link

mui-pr-bot commented May 17, 2021

Details of bundle changes (experimental)

@material-ui/lab: parsed: +0.09% , gzip: +0.05%

Generated by 🚫 dangerJS against f15ab02

@siriwatknp siriwatknp requested a review from mnajdova May 17, 2021 03:56
@@ -58,6 +57,9 @@ export interface PickersCalendarProps<TDate> extends ExportedCalendarProps<TDate
TransitionProps?: Partial<SlideTransitionProps>;
}

const weeksContainerHeight = (DAY_SIZE + DAY_MARGIN * 4) * 6;

// TODO remove PickersCalendarClassKey in CalendarPickerSkeleton migration
export type PickersCalendarClassKey =
Copy link
Member Author

Choose a reason for hiding this comment

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

Cannot remove PickersCalendarClassKey and styles in this PR due to dependency to CalendarPickerSkeleton. will removed them in CalendarPickerSkeleton migration PR

@siriwatknp
Copy link
Member Author

include this PR in #26326 instead

@siriwatknp siriwatknp closed this May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: pickers This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants