UNPKG

@public-ui/components

Version:

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

4 lines 413 B
/*! * KoliBri - The accessible HTML-Standard */ "use strict";const dev_utils=require("./dev.utils-58fde089.js"),UNIQUE_LABELS=new Set;function addNavLabel(e){UNIQUE_LABELS.has(e)?dev_utils.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)}exports.addNavLabel=addNavLabel,exports.removeNavLabel=removeNavLabel;