Skip to content

Commit 1386ea6

Browse files
committed
chore: bump zag
1 parent 6ffcea8 commit 1386ea6

3 files changed

Lines changed: 229 additions & 275 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<ui:prop name="modal" type="boolean" optional="{true}" client="{true}" default="{false}" description="Whether the popover should be modal." />
22
<ui:prop name="portalled" type="boolean" optional="{true}" client="{true}" default="{true}" description="Whether the popover is portalled and proxies tabbing behavior regardless of DOM position." />
33
<ui:prop name="autoFocus" type="boolean" optional="{true}" client="{true}" default="{true}" description="Whether to automatically set focus on the first focusable content within the popover when opened." />
4+
<ui:prop name="restoreFocus" type="boolean" optional="{true}" client="{true}" default="{true}" description="Whether to restore focus to the element that had focus before the popover was opened." />
45
<ui:prop name="closeOnInteractOutside" type="boolean" optional="{true}" client="{true}" default="{true}" description="Whether to close the popover when the user clicks outside of the popover." />
56
<ui:prop name="closeOnEscape" type="boolean" optional="{true}" client="{true}" default="{true}" description="Whether to close the popover when the escape key is pressed." />
67
<ui:prop name="positioning" type="array" optional="{true}" client="{true}" description="The user provided options used to position the popover content." />
78
<ui:prop name="defaultOpen" type="boolean" optional="{true}" client="{true}" description="The initial open state of the popover when rendered. Use when you don't need to control the open state of the popover." />
89

9-
<f:slot />
10+
<f:slot />

0 commit comments

Comments
 (0)