chore: bump version (#2162)

This commit is contained in:
Himself65
2023-04-27 00:23:34 -05:00
committed by GitHub
parent afff15c435
commit 606f6652ac
9 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
import type { ModalUnstyledOwnProps } from '@mui/base/ModalUnstyled';
import type { ModalProps as ModalUnstyledOwnProps } from '@mui/base/Modal';
import Fade from '@mui/material/Fade';
import { StyledBackdrop, StyledModal } from './styles';

View File

@@ -1,4 +1,4 @@
import ModalUnstyled from '@mui/base/ModalUnstyled';
import ModalUnstyled from '@mui/base/Modal';
import type { CSSProperties } from 'react';
import { styled } from '../../styles';

View File

@@ -1,5 +1,5 @@
import ClickAwayListener from '@mui/base/ClickAwayListener';
import PopperUnstyled from '@mui/base/PopperUnstyled';
import PopperUnstyled from '@mui/base/Popper';
import Grow from '@mui/material/Grow';
import type { CSSProperties, PointerEvent } from 'react';
import {

View File

@@ -1,4 +1,4 @@
import type { PopperUnstyledProps } from '@mui/base/PopperUnstyled';
import type { PopperProps as PopperUnstyledProps } from '@mui/base/Popper';
import Grow from '@mui/material/Grow';
import type { CSSProperties, PropsWithChildren } from 'react';
import { useState } from 'react';

View File

@@ -1,7 +1,7 @@
import {
type PopperPlacementType,
type PopperUnstyledProps,
} from '@mui/base/PopperUnstyled';
type PopperProps as PopperUnstyledProps,
} from '@mui/base/Popper';
import type { CSSProperties, ReactElement, ReactNode, Ref } from 'react';
export type VirtualElement = {
getBoundingClientRect: () => ClientRect | DOMRect;