UNPKG

@public-ui/components

Version:

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

4 lines 679 B
/*! * KoliBri - The accessible HTML-Standard */ import{s}from"./browser.js";const bem=s(),BEM={"kol-alert":{elements:{closer:{modifiers:null},heading:{modifiers:new Set(["h0","h1","h2","h3","h4","h5","h6"])},icon:{modifiers:null},content:{modifiers:null},container:{modifiers:null}},modifiers:new Set(["hasCloser","type-default","type-error","type-info","type-success","type-warning","variant-card","variant-msg"])}},BEM_CLASS_ALERT__CLOSER=bem("kol-alert","closer"),BEM_CLASS_ALERT__CONTENT=bem("kol-alert","content"),BEM_CLASS_ALERT__ICON=bem("kol-alert","icon");export{BEM as B,BEM_CLASS_ALERT__ICON as a,bem as b,BEM_CLASS_ALERT__CONTENT as c,BEM_CLASS_ALERT__CLOSER as d};