Skip to content

Commit

Permalink
feat(is-prop-valid): add support for popover api
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoAlbornoz committed Jan 13, 2025
1 parent cce67ec commit ec64338
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-doors-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/is-prop-valid': minor
---

Add support for Popover API
4 changes: 4 additions & 0 deletions packages/is-prop-valid/src/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ const props = {
pattern: true,
placeholder: true,
playsInline: true,
// Popover API - Baseline 2024
popover: true,
popoverTarget: true,
popoverTargetAction: true,
poster: true,
preload: true,
profile: true,
Expand Down

0 comments on commit ec64338

Please sign in to comment.