{"kind":"javascript-module","path":"src/components/fhi-tooltip/fhi-tooltip.component.ts","declarations":[{"kind":"class","description":"## FHI Tooltip\n\nhttps://designsystem.fhi.no/?path=/docs/komponenter-tooltip--docs\n\nThe `<fhi-tooltip>` component provides contextual information when users hover over or focus on an element.\nIt is designed to enhance user experience by offering additional details without cluttering the interface.","name":"FhiTooltip","slots":[{"description":"The content that will trigger the tooltip.","name":""}],"members":[{"kind":"field","name":"__handlePotentialEscapeKeyPress","privacy":"private"},{"kind":"field","name":"_anchor","type":{"text":"HTMLElement"},"privacy":"private"},{"kind":"method","name":"_handleClick","privacy":"private"},{"kind":"method","name":"_handleMouseEnter","privacy":"private"},{"kind":"method","name":"_handleMouseLeave","privacy":"private"},{"kind":"field","name":"_handlePotentialClickOutside","privacy":"private"},{"kind":"method","name":"_hideTooltip","privacy":"private"},{"kind":"method","name":"_positionTooltip","privacy":"private","parameters":[{"name":"placement","type":{"text":"TooltipPlacement"}}]},{"kind":"method","name":"_showTooltip","privacy":"private"},{"kind":"field","name":"_tooltip","type":{"text":"HTMLElement"},"privacy":"private"},{"kind":"field","name":"delay","type":{"text":"number"},"default":"500","description":"The delay in milliseconds before the tooltip appears on hover.","attribute":"delay"},{"kind":"field","name":"maxWidth","type":{"text":"string"},"default":"'18.75rem'","description":"The maximum width of the tooltip.","attribute":"max-width"},{"kind":"field","name":"message","type":{"text":"string"},"default":"''","description":"The content displayed inside the tooltip. This should be a brief, informative message.","attribute":"message"},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\" | \"right\" | \"right-start\" | \"right-end\""},"default":"'top'","description":"The placement of the tooltip relative to its trigger element.","attribute":"placement"},{"kind":"field","name":"trigger","type":{"text":"'click' | 'hover'"},"default":"'hover'","description":"The event that triggers the tooltip to show. Can be 'hover' or 'click'.","attribute":"trigger"}],"attributes":[{"name":"delay","type":{"text":"number"},"default":"500","description":"The delay in milliseconds before the tooltip appears on hover.","fieldName":"delay"},{"name":"max-width","type":{"text":"string"},"default":"'18.75rem'","description":"The maximum width of the tooltip.","fieldName":"maxWidth"},{"name":"message","type":{"text":"string"},"default":"''","description":"The content displayed inside the tooltip. This should be a brief, informative message.","fieldName":"message"},{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\" | \"right\" | \"right-start\" | \"right-end\""},"default":"'top'","description":"The placement of the tooltip relative to its trigger element.","fieldName":"placement"},{"name":"trigger","type":{"text":"'click' | 'hover'"},"default":"'hover'","description":"The event that triggers the tooltip to show. Can be 'hover' or 'click'.","fieldName":"trigger"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"fhi-tooltip","customElement":true},{"kind":"variable","name":"FhiTooltipSelector","type":{"text":"string"},"default":"'fhi-tooltip'"}]}