File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ export const Popover = React.forwardRef((props, ref) => {
1616 placementStyle,
1717 popoverTargetId,
1818 portalId,
19- position,
20- x,
21- y,
2219 ...restProps
2320 } = props ;
2421
@@ -66,9 +63,6 @@ Popover.defaultProps = {
6663 placementStyle : null ,
6764 popoverTargetId : null ,
6865 portalId : null ,
69- position : null ,
70- x : null ,
71- y : null ,
7266} ;
7367
7468Popover . propTypes = {
@@ -122,18 +116,6 @@ Popover.propTypes = {
122116 * If set, popover is rendered in the React Portal with that ID.
123117 */
124118 portalId : PropTypes . string ,
125- /**
126- * This sets the CSS property `position` of the popover. This is reserved for use with Floating UI.
127- */
128- position : PropTypes . string ,
129- /**
130- * This sets the CSS property `top` of the popover. This is reserved for use with Floating UI.
131- */
132- x : PropTypes . string ,
133- /**
134- * This sets the CSS property `left` of the popover. This is reserved for use with Floating UI.
135- */
136- y : PropTypes . string ,
137119} ;
138120
139121export const PopoverWithGlobalProps = withGlobalProps ( Popover , 'Popover' ) ;
You can’t perform that action at this time.
0 commit comments