editor.js/src/components/utils/popover
Tatiana Fomina d18eeb5dc8
feat(popover): Add hint support (#2711)
* Add custom item

* Remove customcontent parameter from popover

* Tests

* Cleanup

* Cleanup

* Lint

* Cleanup

* Rename custom to html, add enum with item types

* Fix tests

* Support hint

* Rename hint content to hint

* Align hint left

* Move types and exports

* Update changelog

* Cleanup

* Add todos

* Change the way hint is disabled for mobile

* Get rid of buildItems override

* Update comment
2024-05-16 15:26:25 +03:00
..
components feat(popover): Add hint support (#2711) 2024-05-16 15:26:25 +03:00
utils feat: nested popover (#2649) 2024-04-13 17:34:26 +00:00
index.ts feat(popover): separator (#2690) 2024-04-22 22:38:20 +03:00
popover-abstract.ts feat(popover): Add hint support (#2711) 2024-05-16 15:26:25 +03:00
popover-desktop.ts feat(popover): Add hint support (#2711) 2024-05-16 15:26:25 +03:00
popover-mobile.ts feat(popover): Add hint support (#2711) 2024-05-16 15:26:25 +03:00
popover.const.ts feat(popover): custom content becomes a popover item (#2707) 2024-05-04 15:35:36 +00:00
popover.types.ts feat(popover): custom content becomes a popover item (#2707) 2024-05-04 15:35:36 +00:00