Skip to content

Commit

Permalink
Update data-instant description
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Jan 8, 2025
1 parent d12cefb commit 7991e28
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/reference/generated/menu-popup.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"description": "Present when the menu is closed."
},
"data-instant": {
"description": "Indicates the instant type of the menu popup.",
"description": "Present if animations should be instant.",
"type": "'click' | 'dismiss'"
},
"data-side": {
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/generated/popover-popup.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"description": "Present when the popup is closed."
},
"data-instant": {
"description": "Indicates the instant type of the popover popup.",
"description": "Present if animations should be instant.",
"type": "'click' | 'dismiss'"
},
"data-side": {
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/generated/tooltip-popup.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"description": "Present when the tooltip is closed."
},
"data-instant": {
"description": "Indicates the instant type of the tooltip popup.",
"description": "Present if animations should be instant.",
"type": "'delay' | 'dismiss' | 'focus'"
},
"data-side": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/menu/popup/MenuPopupDataAttributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export enum MenuPopupDataAttributes {
*/
side = 'data-side',
/**
* Indicates the instant type of the menu popup.
* Present if animations should be instant.
* @type {'click' | 'dismiss'}
*/
instant = 'data-instant',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export enum PopoverPopupDataAttributes {
*/
side = 'data-side',
/**
* Indicates the instant type of the popover popup.
* Present if animations should be instant.
* @type {'click' | 'dismiss'}
*/
instant = 'data-instant',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export enum TooltipPopupDataAttributes {
*/
side = 'data-side',
/**
* Indicates the instant type of the tooltip popup.
* Present if animations should be instant.
* @type {'delay' | 'dismiss' | 'focus'}
*/
instant = 'data-instant',
Expand Down

0 comments on commit 7991e28

Please sign in to comment.