* fix(popover): trigger disabled prop warning
* chore(.changeset): fix typo
* feat(dropdown): add @nextui-org/image
* feat(dropdown): add more tests for custom trigger with isDisabled
* feat(dropdown): make sure the menu can be open
---------
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* fix(ripple): lazyMotion forwardRef issue in Ripple
* feat(dropdown): add test case for LazyMotion React.forwardRef issue
* refactor(dropdown): revise the test title
* feat(modal): include console error check in modal test
* feat(popover): add "should not throw error when clicking trigger button" test
* feat(accordion): add test for lazy motion issue
* feat(navbar): add test for lazy motion issue
* feat(tabs): add test for lazy motion issue
* feat(tooltip): add test for lazy motion issue
* refactor(dropdown): remove unnecessary async
* refactor(test): move spy outside and trigger clearAllMocks after each test
* fix(popover): handle isDisabled logic for elements without isDisabled props
* chore(popover): isDisabled not necessary in restProps
* chore(changset): handle isDisabled logic for elements without isDisabled props
* fix(popover): keep all the props but isDisabled for non nextui button
* refactor(popover): move isDisabled handling to getTriggerProps
* refactor(popover): get the popover trigger styles from theme instead
* feat(theme): add isDisabled styles in popover
* chore(changeset): add patch to @nextui-org/theme
* refactor(popover): avoid re-instantiate popover styles
* fix(popover): apply filterDOMProps in popover trigger
* fix(popover): avoid conflicts with tooltip isDisabled
* chore(core): add isNextUIEl function to check if a component is a NextUI component
* chore(changeset): add system-rsc and revise message
* feat(dropdown): add tests for custom trigger with isDisabled
* fix(dropdown): incorrect User import path
* feat(dropdown): revise User and add mockRestore
* fix(dropdown): revise user import path
---------
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* fix(popover): dropdown behavior on disabled state and update popover trigger props
* chore(dropdown): add DisabledTrigger story to dropdown.stories.tsx