@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
4 lines • 366 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import{L as Log}from"./dev.utils-fab45cbc.js";const UNIQUE_LABELS=new Set;function addNavLabel(e){UNIQUE_LABELS.has(e)?Log.error(`There already is a nav element with the label "${e}"`,{forceLog:!0}):UNIQUE_LABELS.add(e)}function removeNavLabel(e){UNIQUE_LABELS.delete(e)}export{addNavLabel as a,removeNavLabel as r};