app/assets/js/libs/tippy/index.js in coveragebook_components-0.7.9 vs app/assets/js/libs/tippy/index.js in coveragebook_components-0.7.10

- old
+ new

@@ -1,12 +1,17 @@ -import tippy, { createSingleton, followCursor, roundArrow } from "tippy.js"; +import tippy, { + createSingleton, + followCursor, + roundArrow, + hideAll, +} from "tippy.js"; import hideOnEsc from "./plugins/hide_on_esc"; tippy.setDefaultProps({ theme: null, allowHTML: true, arrow: roundArrow + roundArrow, plugins: [hideOnEsc, followCursor], }); export default tippy; -export { tippy, createSingleton, hideOnEsc, followCursor }; +export { tippy, createSingleton, hideOnEsc, followCursor, hideAll };