@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
4 lines • 424 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import{w as watchValidator}from"./common-7RW_NFNf.js";import{h as headingLevelOptions}from"./label-DAfXJvJZ.js";const validateLevel=(e,a)=>{watchValidator(e,"_level",(e=>"number"==typeof e&&headingLevelOptions.includes(e)),new Set(headingLevelOptions.map(String)),a,{defaultValue:1,required:!0})},watchHeadingLevel=(e,a)=>{validateLevel(e,a)};export{watchHeadingLevel as w};