UNPKG

@public-ui/components

Version:

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

4 lines 348 B
/*! * KoliBri - The accessible HTML-Standard */ import{L as Log}from"./common-7RW_NFNf.js";const UNIQUE_LABELS=new Set;function addNavLabel(a){UNIQUE_LABELS.has(a)?Log.warn(`There already is a nav element with the label "${a}"`):UNIQUE_LABELS.add(a)}function removeNavLabel(a){UNIQUE_LABELS.delete(a)}export{addNavLabel as a,removeNavLabel as r};