UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

4 lines 353 B
/*! * KoliBri - The accessible HTML-Standard */ let openTooltips=0;const tooltipOpened=()=>{openTooltips++},tooltipClosed=()=>{openTooltips=Math.max(0,openTooltips-1)},handleCancelOverlay=o=>{openTooltips>0&&o.preventDefault()},isTooltipOpen=()=>openTooltips>0;export{tooltipClosed as a,handleCancelOverlay as h,isTooltipOpen as i,tooltipOpened as t};