File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
packages/react/src/Popover Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 227227 & : where ([data-width-auto ]) {
228228 width : auto;
229229 }
230-
230+
231231 & : where ([data-height-xsmall ]) {
232232 height : 192px ;
233233 }
234234 & : where ([data-height-small ]) {
235235 height : 256px ;
236236 }
237237 & : where ([data-height-medium ]) {
238- height : 320px ;
238+ height : 320px ;
239239 }
240240 & : where ([data-height-large ]) {
241241 height : 432px ;
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ Playground.args = {
3333 caret : 'top' ,
3434 open : true ,
3535 relative : true ,
36- width : 'auto ' ,
37- height : 'auto ' ,
36+ width : 'small ' ,
37+ height : 'fit-content ' ,
3838}
3939
4040Playground . argTypes = {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Popover.displayName = 'Popover'
5656
5757export type PopoverContentProps = {
5858 className ?: string
59- width ?: 'small' | 'large' | 'medium' | 'auto' | 'xlarge'
59+ width ?: 'small' | 'large' | 'medium' | 'auto' | 'xlarge' | 'xxlarge'
6060 height ?: 'xsmall' | 'small' | 'large' | 'medium' | 'auto' | 'xlarge' | 'fit-content'
6161 overflow ?: 'auto' | 'hidden' | 'scroll' | 'visible'
6262} & StyledPopoverProps &
You can’t perform that action at this time.
0 commit comments