@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
4 lines • 435 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
;var common=require("./common-1pTy2kta.js"),label=require("./label-6ELpV3zN.js");const validateLevel=(e,a)=>{common.watchValidator(e,"_level",e=>"number"==typeof e&&label.headingLevelOptions.includes(e),new Set(label.headingLevelOptions.map(String)),a,{defaultValue:1,required:!0})},watchHeadingLevel=(e,a)=>{validateLevel(e,a)};exports.watchHeadingLevel=watchHeadingLevel;