@birdapi/velinstyle 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/README.de.md +150 -24
  2. package/README.md +155 -33
  3. package/cli/__fixtures__/atelier-library/showcases/01-login/app.css +1 -0
  4. package/cli/__fixtures__/atelier-library/showcases/01-login/app.js +2 -0
  5. package/cli/__fixtures__/atelier-library/showcases/01-login/index.html +5 -0
  6. package/cli/__fixtures__/atelier-library/showcases/04-pricing/app.css +1 -0
  7. package/cli/__fixtures__/atelier-library/showcases/04-pricing/app.js +2 -0
  8. package/cli/__fixtures__/atelier-library/showcases/04-pricing/index.html +5 -0
  9. package/cli/__fixtures__/atelier-library/showcases/36-calendar/app.css +1 -0
  10. package/cli/__fixtures__/atelier-library/showcases/36-calendar/app.js +2 -0
  11. package/cli/__fixtures__/atelier-library/showcases/36-calendar/index.html +5 -0
  12. package/cli/atelier-catalog.json +1267 -0
  13. package/cli/atelier-formats.js +159 -0
  14. package/cli/atelier.js +382 -0
  15. package/cli/blueprints/empty-state.html +3 -5
  16. package/cli/cli-manifest.json +23 -10
  17. package/cli/docgen/extract-attributes.js +2 -0
  18. package/cli/docgen/extract-cli.js +1 -1
  19. package/cli/index.js +181 -6
  20. package/cli/production/component-graph.json +166 -0
  21. package/cli/production/explain.js +52 -0
  22. package/cli/production/extract.js +238 -0
  23. package/cli/production/graph.js +102 -0
  24. package/cli/production/report.js +78 -0
  25. package/cli/production/run.js +312 -0
  26. package/cli/production/trim-css.js +177 -0
  27. package/cli/production/trim-fonts.js +23 -0
  28. package/cli/production/trim-icons.js +38 -0
  29. package/cli/production/trim-js.js +48 -0
  30. package/cli/production/trim-motion.js +22 -0
  31. package/cli/production/trim-themes.js +50 -0
  32. package/cli/production/watch.js +38 -0
  33. package/cli/review.js +48 -1
  34. package/cli/scripts/write-atelier-fixtures.mjs +33 -0
  35. package/cli/transparency.js +221 -0
  36. package/components/index.js +3 -0
  37. package/components/runtime/component-loaders.js +3 -0
  38. package/components/velin-drawer.js +43 -4
  39. package/components/velin-empty-state.js +83 -0
  40. package/components/velin-modal.js +76 -15
  41. package/components/velin-otp-input.js +220 -0
  42. package/components/velin-password-strength.js +147 -0
  43. package/components/velin-sheet.js +49 -4
  44. package/core/a11y/component-contracts.json +23 -4
  45. package/core/attributes/registry.js +14 -0
  46. package/core/meta/knowledge/components.json +75 -3
  47. package/core/meta/schema.js +10 -0
  48. package/core/transparency/attach.js +74 -0
  49. package/core/transparency/claims.js +97 -0
  50. package/core/transparency/doctor.js +142 -0
  51. package/core/transparency/engine.js +75 -0
  52. package/core/transparency/export.js +98 -0
  53. package/core/transparency/index.js +30 -0
  54. package/core/transparency/migrate.js +130 -0
  55. package/core/transparency/normalize.js +125 -0
  56. package/core/transparency/policy.js +105 -0
  57. package/core/transparency/providers.js +235 -0
  58. package/core/transparency/registry.js +104 -0
  59. package/core/transparency/renderer.js +111 -0
  60. package/core/transparency/reporter.js +113 -0
  61. package/core/transparency/validator.js +112 -0
  62. package/dist/chunks/attach-H2ZSEAE6.js +365 -0
  63. package/dist/chunks/attributes-2ORR27KA.js +404 -0
  64. package/dist/chunks/attributes-DZCXX2RZ.js +404 -0
  65. package/dist/chunks/chunk-CQMTCEI6.js +113 -0
  66. package/dist/chunks/chunk-Y6HN7HWX.js +116 -0
  67. package/dist/chunks/runtime-entry.js +1 -1
  68. package/dist/chunks/velin-drawer-A7Q7EBOS.js +162 -0
  69. package/dist/chunks/velin-empty-state-3NTUH2RF.js +81 -0
  70. package/dist/chunks/velin-modal-3MV4FYBK.js +231 -0
  71. package/dist/chunks/velin-otp-input-PSK42MM6.js +207 -0
  72. package/dist/chunks/velin-password-strength-TAXMLSED.js +136 -0
  73. package/dist/chunks/velin-sheet-N2VVYXFP.js +157 -0
  74. package/dist/llms.txt +5 -4
  75. package/dist/search-index.json +94 -5
  76. package/dist/velin-agent.json +290 -23
  77. package/dist/velinstyle-components.iife.js +3189 -2202
  78. package/dist/velinstyle-components.js +3187 -2196
  79. package/dist/velinstyle-components.min.js +261 -119
  80. package/dist/velinstyle.css +214 -6
  81. package/dist/velinstyle.d.ts +3 -0
  82. package/dist/velinstyle.min.css +1 -1
  83. package/package.json +143 -142
  84. package/packages/velinstyle-skills/catalog.json +1 -1
  85. package/src/components/data-table.css +19 -0
  86. package/src/components/empty-auth.css +33 -0
  87. package/src/components/table.css +16 -6
  88. package/src/components/transparency.css +138 -0
  89. package/src/velinstyle.css +2 -0
@@ -1,9 +1,18 @@
1
- var Ac=Object.defineProperty;var p=(r,e)=>()=>(r&&(e=r(r=0)),e);var y=(r,e)=>{for(var t in e)Ac(r,t,{get:e[t],enumerable:!0})};function kc(r){if(r.hasAttribute("disabled")||r.getAttribute("aria-hidden")==="true"||r.closest("[inert]"))return!1;let e=r.ownerDocument.defaultView?.getComputedStyle(r);return e&&(e.visibility==="hidden"||e.display==="none")?!1:r.getClientRects().length>0}function fe(r){return[...r.querySelectorAll(Ec)].filter(kc)}function ee(r,e){if(e.key!=="Tab")return;let t=fe(r);if(t.length===0)return;let i=t[0],n=t[t.length-1],o=r.getRootNode().activeElement;e.shiftKey&&o===i?(e.preventDefault(),n.focus()):!e.shiftKey&&o===n&&(e.preventDefault(),i.focus())}function te(r,e,t){let i=e.indexOf(t.target);if(i===-1)return;let n;switch(t.key){case"ArrowDown":case"ArrowRight":t.preventDefault(),n=(i+1)%e.length;break;case"ArrowUp":case"ArrowLeft":t.preventDefault(),n=(i-1+e.length)%e.length;break;case"Home":t.preventDefault(),n=0;break;case"End":t.preventDefault(),n=e.length-1;break;default:return}e.forEach((o,a)=>{o.setAttribute("tabindex",a===n?"0":"-1")}),e[n].focus()}function ae(){return document.activeElement}function le(r){r&&typeof r.focus=="function"&&r.focus()}function Sc(){let r=new Set;for(let e of Ye)for(let t of e.siblings)r.add(t);return r}function ce(r){let e=r instanceof HTMLElement?r:null;if(!e)return;let t=new Set;for(let i of document.body.children)i===e||i.contains(e)||i.hasAttribute("inert")||(i.setAttribute("inert",""),t.add(i));Ye.push({host:e,siblings:t}),pt===0&&(yr=document.body.style.overflow,document.body.style.overflow="hidden"),pt+=1}function G(r){let e=-1;if(r instanceof HTMLElement?e=Ye.findLastIndex(n=>n.host===r):Ye.length&&(e=Ye.length-1),e===-1)return;let{siblings:t}=Ye.splice(e,1)[0],i=Sc();for(let n of t)i.has(n)||n.removeAttribute("inert");pt=Math.max(0,pt-1),pt===0&&(document.body.style.overflow=yr,yr="")}var Ec,Ye,pt,yr,Z=p(()=>{Ec=["a[href]","button:not([disabled])","input:not([disabled])","select:not([disabled])","textarea:not([disabled])",'[tabindex]:not([tabindex="-1"])',"summary","details"].join(", ");Ye=[],pt=0,yr=""});function Do(r,e){(e==null||e>r.length)&&(e=r.length);for(var t=0,i=Array(e);t<e;t++)i[t]=r[t];return i}function Tc(r){if(Array.isArray(r))return r}function Lc(r,e){var t=r==null?null:typeof Symbol<"u"&&r[Symbol.iterator]||r["@@iterator"];if(t!=null){var i,n,o,a,c=[],u=!0,f=!1;try{if(o=(t=t.call(r)).next,e!==0)for(;!(u=(i=o.call(t)).done)&&(c.push(i.value),c.length!==e);u=!0);}catch(_){f=!0,n=_}finally{try{if(!u&&t.return!=null&&(a=t.return(),Object(a)!==a))return}finally{if(f)throw n}}return c}}function Cc(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
2
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Rc(r,e){return Tc(r)||Lc(r,e)||Mc(r,e)||Cc()}function Mc(r,e){if(r){if(typeof r=="string")return Do(r,e);var t={}.toString.call(r).slice(8,-1);return t==="Object"&&r.constructor&&(t=r.constructor.name),t==="Map"||t==="Set"?Array.from(r):t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?Do(r,e):void 0}}function F(r){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var t=arguments.length,i=new Array(t>1?t-1:0),n=1;n<t;n++)i[n-1]=arguments[n];return kr(r,e,i)}}function Pc(r){return function(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return Sr(r,t)}}function E(r,e){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:bt;if(Oo&&Oo(r,null),!Te(e))return r;let i=e.length;for(;i--;){let n=e[i];if(typeof n=="string"){let o=t(n);o!==n&&(Ic(e)||(e[i]=o),n=o)}r[n]=!0}return r}function qc(r){for(let e=0;e<r.length;e++)q(r,e)||(r[e]=null);return r}function V(r){let e=Ze(null);for(let i of Yo(r)){var t=Rc(i,2);let n=t[0],o=t[1];q(r,n)&&(Te(o)?e[n]=qc(o):o&&typeof o=="object"&&o.constructor===Object?e[n]=V(o):e[n]=o)}return e}function Bc(r){switch(typeof r){case"string":return r;case"number":return Fc(r);case"boolean":return Hc(r);case"bigint":return Fo?Fo(r):"0";case"symbol":return Ho?Ho(r):"Symbol()";case"undefined":return ft(r);case"function":case"object":{if(r===null)return ft(r);let e=r,t=be(e,"toString");if(typeof t=="function"){let i=t(e);return typeof i=="string"?i:ft(i)}return ft(r)}default:return ft(r)}}function be(r,e){for(;r!==null;){let i=Oc(r,e);if(i){if(i.get)return F(i.get);if(typeof i.value=="function")return F(i.value)}r=Dc(r)}function t(){return null}return t}function Uc(r){try{return P(r,""),!0}catch{return!1}}function Xo(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:rd(),e=h=>Xo(h);if(e.version="3.4.12",e.removed=[],!r||!r.document||r.document.nodeType!==ie.document||!r.Element)return e.isSupported=!1,e;let t=r.document,i=t,n=i.currentScript;r.DocumentFragment;let o=r.HTMLTemplateElement,a=r.Node,c=r.Element,u=r.NodeFilter,f=r.NamedNodeMap;f===void 0&&(r.NamedNodeMap||r.MozNamedAttrMap),r.HTMLFormElement;let _=r.DOMParser,b=r.trustedTypes,g=c.prototype,R=be(g,"cloneNode"),k=be(g,"remove"),A=be(g,"nextSibling"),S=be(g,"childNodes"),j=be(g,"parentNode"),ue=be(g,"shadowRoot"),Nt=be(g,"attributes"),z=a&&a.prototype?be(a.prototype,"nodeType"):null,re=a&&a.prototype?be(a.prototype,"nodeName"):null;if(typeof o=="function"){let h=t.createElement("template");h.content&&h.content.ownerDocument&&(t=h.content.ownerDocument)}let K,ge="",xe,no=!1,ct=0,oo=function(){if(ct>0)throw ze('A configured TRUSTED_TYPES_POLICY callback (createHTML or createScriptURL) must not call DOMPurify.sanitize, as that causes infinite recursion. Do not pass a policy whose callbacks wrap DOMPurify as TRUSTED_TYPES_POLICY; see the "DOMPurify and Trusted Types" section of the README.')},Be=function(s){oo(),ct++;try{return K.createHTML(s)}finally{ct--}},Vl=function(s){oo(),ct++;try{return K.createScriptURL(s)}finally{ct--}},Xl=function(){return no||(xe=nd(b,n),no=!0),xe},zt=t,tr=zt.implementation,so=zt.createNodeIterator,Zl=zt.createDocumentFragment,Jl=zt.getElementsByTagName,Ql=i.importNode,M=Go();e.isSupported=typeof Yo=="function"&&typeof j=="function"&&tr&&tr.createHTMLDocument!==void 0;let ec=Wc,tc=Gc,ic=Yc,rc=Vc,nc=Xc,oc=Zc,ao=Jc,sc=ed,lo=jo,I=null,co=E({},[...Po,...xr,...wr,...Ar,...qo]),D=null,uo=E({},[...Bo,...Er,...Uo,...Kt]),O=Object.seal(Ze(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),dt=null,ho=null,we=Object.seal(Ze(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),po=!0,ir=!0,mo=!1,fo=!0,Ae=!1,Ee=!0,Oe=!1,rr=!1,nr=null,or=null,sr=!1,Ue=!1,$t=!1,Ft=!1,bo=!0,vo=!1,go="user-content-",ar=!0,lr=!1,je={},he=null,cr=E({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","selectedcontent","style","svg","template","thead","title","video","xmp"]),yo=null,_o=E({},["audio","video","img","source","image","track"]),dr=null,xo=E({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ht="http://www.w3.org/1998/Math/MathML",Pt="http://www.w3.org/2000/svg",pe="http://www.w3.org/1999/xhtml",Ke=pe,ur=!1,hr=null,ac=E({},[Ht,Pt,pe],_r),wo=B(["mi","mo","mn","ms","mtext"]),pr=E({},wo),Ao=B(["annotation-xml"]),mr=E({},Ao),lc=E({},["title","style","font","a","script"]),ut=null,cc=["application/xhtml+xml","text/html"],dc="text/html",L=null,We=null,uc=t.createElement("form"),Eo=function(s){return s instanceof RegExp||s instanceof Function},fr=function(){let s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(We&&We===s)return;(!s||typeof s!="object")&&(s={}),s=V(s),ut=cc.indexOf(s.PARSER_MEDIA_TYPE)===-1?dc:s.PARSER_MEDIA_TYPE,L=ut==="application/xhtml+xml"?_r:bt,I=Se(s,"ALLOWED_TAGS",co,{transform:L}),D=Se(s,"ALLOWED_ATTR",uo,{transform:L}),hr=Se(s,"ALLOWED_NAMESPACES",ac,{transform:_r}),dr=Se(s,"ADD_URI_SAFE_ATTR",xo,{transform:L,base:xo}),yo=Se(s,"ADD_DATA_URI_TAGS",_o,{transform:L,base:_o}),he=Se(s,"FORBID_CONTENTS",cr,{transform:L}),dt=Se(s,"FORBID_TAGS",V({}),{transform:L}),ho=Se(s,"FORBID_ATTR",V({}),{transform:L}),je=q(s,"USE_PROFILES")?s.USE_PROFILES&&typeof s.USE_PROFILES=="object"?V(s.USE_PROFILES):s.USE_PROFILES:!1,po=s.ALLOW_ARIA_ATTR!==!1,ir=s.ALLOW_DATA_ATTR!==!1,mo=s.ALLOW_UNKNOWN_PROTOCOLS||!1,fo=s.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Ae=s.SAFE_FOR_TEMPLATES||!1,Ee=s.SAFE_FOR_XML!==!1,Oe=s.WHOLE_DOCUMENT||!1,Ue=s.RETURN_DOM||!1,$t=s.RETURN_DOM_FRAGMENT||!1,Ft=s.RETURN_TRUSTED_TYPE||!1,sr=s.FORCE_BODY||!1,bo=s.SANITIZE_DOM!==!1,vo=s.SANITIZE_NAMED_PROPS||!1,ar=s.KEEP_CONTENT!==!1,lr=s.IN_PLACE||!1,lo=Uc(s.ALLOWED_URI_REGEXP)?s.ALLOWED_URI_REGEXP:jo,Ke=typeof s.NAMESPACE=="string"?s.NAMESPACE:pe,pr=q(s,"MATHML_TEXT_INTEGRATION_POINTS")&&s.MATHML_TEXT_INTEGRATION_POINTS&&typeof s.MATHML_TEXT_INTEGRATION_POINTS=="object"?V(s.MATHML_TEXT_INTEGRATION_POINTS):E({},wo),mr=q(s,"HTML_INTEGRATION_POINTS")&&s.HTML_INTEGRATION_POINTS&&typeof s.HTML_INTEGRATION_POINTS=="object"?V(s.HTML_INTEGRATION_POINTS):E({},Ao);let l=q(s,"CUSTOM_ELEMENT_HANDLING")&&s.CUSTOM_ELEMENT_HANDLING&&typeof s.CUSTOM_ELEMENT_HANDLING=="object"?V(s.CUSTOM_ELEMENT_HANDLING):Ze(null);if(O=Ze(null),q(l,"tagNameCheck")&&Eo(l.tagNameCheck)&&(O.tagNameCheck=l.tagNameCheck),q(l,"attributeNameCheck")&&Eo(l.attributeNameCheck)&&(O.attributeNameCheck=l.attributeNameCheck),q(l,"allowCustomizedBuiltInElements")&&typeof l.allowCustomizedBuiltInElements=="boolean"&&(O.allowCustomizedBuiltInElements=l.allowCustomizedBuiltInElements),U(O),Ae&&(ir=!1),$t&&(Ue=!0),je&&(I=E({},qo),D=Ze(null),je.html===!0&&(E(I,Po),E(D,Bo)),je.svg===!0&&(E(I,xr),E(D,Er),E(D,Kt)),je.svgFilters===!0&&(E(I,wr),E(D,Er),E(D,Kt)),je.mathMl===!0&&(E(I,Ar),E(D,Uo),E(D,Kt))),we.tagCheck=null,we.attributeCheck=null,q(s,"ADD_TAGS")&&(typeof s.ADD_TAGS=="function"?we.tagCheck=s.ADD_TAGS:Te(s.ADD_TAGS)&&(I===co&&(I=V(I)),E(I,s.ADD_TAGS,L))),q(s,"ADD_ATTR")&&(typeof s.ADD_ATTR=="function"?we.attributeCheck=s.ADD_ATTR:Te(s.ADD_ATTR)&&(D===uo&&(D=V(D)),E(D,s.ADD_ATTR,L))),q(s,"ADD_URI_SAFE_ATTR")&&Te(s.ADD_URI_SAFE_ATTR)&&E(dr,s.ADD_URI_SAFE_ATTR,L),q(s,"FORBID_CONTENTS")&&Te(s.FORBID_CONTENTS)&&(he===cr&&(he=V(he)),E(he,s.FORBID_CONTENTS,L)),q(s,"ADD_FORBID_CONTENTS")&&Te(s.ADD_FORBID_CONTENTS)&&(he===cr&&(he=V(he)),E(he,s.ADD_FORBID_CONTENTS,L)),ar&&(I["#text"]=!0),Oe&&E(I,["html","head","body"]),I.table&&(E(I,["tbody"]),delete dt.tbody),s.TRUSTED_TYPES_POLICY){if(typeof s.TRUSTED_TYPES_POLICY.createHTML!="function")throw ze('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof s.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw ze('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');let d=K;K=s.TRUSTED_TYPES_POLICY;try{ge=Be("")}catch(v){throw K=d,v}}else s.TRUSTED_TYPES_POLICY===null?(K=void 0,ge=""):(K===void 0&&(K=Xl()),K&&typeof ge=="string"&&(ge=Be("")));B&&B(s),We=s},ko=E({},[...xr,...wr,...jc]),So=E({},[...Ar,...Kc]),hc=function(s,l,d){return l.namespaceURI===pe?s==="svg":l.namespaceURI===Ht?s==="svg"&&(d==="annotation-xml"||pr[d]):!!ko[s]},pc=function(s,l,d){return l.namespaceURI===pe?s==="math":l.namespaceURI===Pt?s==="math"&&mr[d]:!!So[s]},mc=function(s,l,d){return l.namespaceURI===Pt&&!mr[d]||l.namespaceURI===Ht&&!pr[d]?!1:!So[s]&&(lc[s]||!ko[s])},fc=function(s){let l=j(s);(!l||!l.tagName)&&(l={namespaceURI:Ke,tagName:"template"});let d=bt(s.tagName),v=bt(l.tagName);return hr[s.namespaceURI]?s.namespaceURI===Pt?hc(d,l,v):s.namespaceURI===Ht?pc(d,l,v):s.namespaceURI===pe?mc(d,l,v):!!(ut==="application/xhtml+xml"&&hr[s.namespaceURI]):!1},ke=function(s){Xe(e.removed,{element:s});try{j(s).removeChild(s)}catch{if(k(s),!j(s))throw ze("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},qt=function(s){br(s);let l=S(s);if(l){let v=[];Ve(l,x=>{Xe(v,x)}),Ve(v,x=>{try{k(x)}catch{}})}let d=Nt(s);if(d)for(let v=d.length-1;v>=0;--v){let x=d[v],w=x&&x.name;if(typeof w=="string")try{s.removeAttribute(w)}catch{}}},Ne=function(s,l){try{Xe(e.removed,{attribute:l.getAttributeNode(s),from:l})}catch{Xe(e.removed,{attribute:null,from:l})}if(l.removeAttribute(s),s==="is")if(Ue||$t)try{ke(l)}catch{}else try{l.setAttribute(s,"")}catch{}},bc=function(s){let l=Nt(s);if(l)for(let d=l.length-1;d>=0;--d){let v=l[d],x=v&&v.name;if(!(typeof x!="string"||D[L(x)]))try{s.removeAttribute(x)}catch{}}},br=function(s){let l=[s];for(;l.length>0;){let d=l.pop();(z?z(d):d.nodeType)===ie.element&&bc(d);let x=S(d);if(x)for(let w=x.length-1;w>=0;--w)l.push(x[w])}},vc=function(s){if(!Ee)return;let l=[s];for(;l.length>0;){let d=l.pop(),v=z?z(d):d.nodeType;if(v===ie.processingInstruction||v===ie.comment&&P(Wo,d.data)){try{k(d)}catch{}continue}if(v===ie.element){let w=d,N=L(re?re(d):d.nodeName);try{w.hasAttribute&&w.hasAttribute("patchsrc")&&w.removeAttribute("patchsrc"),w.hasAttribute&&w.hasAttribute("for")&&N!=="label"&&N!=="output"&&w.removeAttribute("for")}catch{}}let x=S(d);if(x)for(let w=x.length-1;w>=0;--w)l.push(x[w])}},To=function(s){let l=null,d=null;if(sr)s="<remove></remove>"+s;else{let w=zo(s,/^[\r\n\t ]+/);d=w&&w[0]}ut==="application/xhtml+xml"&&Ke===pe&&(s='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+s+"</body></html>");let v=K?Be(s):s;if(Ke===pe)try{l=new _().parseFromString(v,ut)}catch{}if(!l||!l.documentElement){l=tr.createDocument(Ke,"template",null);try{l.documentElement.innerHTML=ur?ge:v}catch{}}let x=l.body||l.documentElement;return s&&d&&x.insertBefore(t.createTextNode(d),x.childNodes[0]||null),Ke===pe?Jl.call(l,Oe?"html":"body")[0]:Oe?l.documentElement:x},Lo=function(s){return so.call(s.ownerDocument||s,s,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},Bt=function(s){return s=mt(s,ec," "),s=mt(s,tc," "),s=mt(s,ic," "),s},vr=function(s){var l;s.normalize();let d=so.call(s.ownerDocument||s,s,u.SHOW_TEXT|u.SHOW_COMMENT|u.SHOW_CDATA_SECTION|u.SHOW_PROCESSING_INSTRUCTION,null),v=d.nextNode();for(;v;)v.data=Bt(v.data),v=d.nextNode();let x=(l=s.querySelectorAll)===null||l===void 0?void 0:l.call(s,"template");x&&Ve(x,w=>{Ge(w.content)&&vr(w.content)})},Ut=function(s){let l=re?re(s):null;return typeof l!="string"||L(l)!=="form"?!1:typeof s.nodeName!="string"||typeof s.textContent!="string"||typeof s.removeChild!="function"||s.attributes!==Nt(s)||typeof s.removeAttribute!="function"||typeof s.setAttribute!="function"||typeof s.namespaceURI!="string"||typeof s.insertBefore!="function"||typeof s.hasChildNodes!="function"||s.nodeType!==z(s)||s.childNodes!==S(s)},Ge=function(s){if(!z||typeof s!="object"||s===null)return!1;try{return z(s)===ie.documentFragment}catch{return!1}},ht=function(s){if(!z||typeof s!="object"||s===null)return!1;try{return typeof z(s)=="number"}catch{return!1}};function me(h,s,l){h.length!==0&&Ve(h,d=>{d.call(e,s,l,We)})}let gc=function(s,l){return!!(Ee&&s.hasChildNodes()&&!ht(s.firstElementChild)&&P(Ko,s.textContent)&&P(Ko,s.innerHTML)||Ee&&s.namespaceURI===pe&&l==="style"&&ht(s.firstElementChild)||s.nodeType===ie.processingInstruction||Ee&&s.nodeType===ie.comment&&P(Wo,s.data))},yc=function(s,l){if(!dt[l]&&Mo(l)&&(O.tagNameCheck instanceof RegExp&&P(O.tagNameCheck,l)||O.tagNameCheck instanceof Function&&O.tagNameCheck(l)))return!1;if(ar&&!he[l]){let d=j(s),v=S(s);if(v&&d){let x=v.length;for(let w=x-1;w>=0;--w){let N=lr?v[w]:R(v[w],!0);d.insertBefore(N,A(s))}}}return ke(s),!0},Co=function(s,l){if(me(M.beforeSanitizeElements,s,null),s!==l&&j(s)===null)return!0;if(Ut(s))return ke(s),!0;let d=L(re?re(s):s.nodeName);if(me(M.uponSanitizeElement,s,{tagName:d,allowedTags:I}),s!==l&&j(s)===null)return!0;if(gc(s,d))return ke(s),!0;if(dt[d]||!(we.tagCheck instanceof Function&&we.tagCheck(d))&&!I[d]){let x=yc(s,d);return x===!1&&me(M.afterSanitizeElements,s,null),x}if((z?z(s):s.nodeType)===ie.element&&!fc(s)||(d==="noscript"||d==="noembed"||d==="noframes")&&P(td,s.innerHTML))return ke(s),!0;if(Ae&&s.nodeType===ie.text){let x=Bt(s.textContent);s.textContent!==x&&(Xe(e.removed,{element:s.cloneNode()}),s.textContent=x)}return me(M.afterSanitizeElements,s,null),!1},Ro=function(s,l,d){if(ho[l]||Ee&&l==="patchsrc"||Ee&&l==="for"&&s!=="label"&&s!=="output"||bo&&(l==="id"||l==="name")&&(d in t||d in uc))return!1;let v=D[l]||we.attributeCheck instanceof Function&&we.attributeCheck(l,s);if(!(ir&&P(rc,l))){if(!(po&&P(nc,l))){if(v){if(!dr[l]){if(!P(lo,mt(d,ao,""))){if(!((l==="src"||l==="xlink:href"||l==="href")&&s!=="script"&&$o(d,"data:")===0&&yo[s])){if(!(mo&&!P(oc,mt(d,ao,"")))){if(d)return!1}}}}}else if(!(Mo(s)&&(O.tagNameCheck instanceof RegExp&&P(O.tagNameCheck,s)||O.tagNameCheck instanceof Function&&O.tagNameCheck(s))&&(O.attributeNameCheck instanceof RegExp&&P(O.attributeNameCheck,l)||O.attributeNameCheck instanceof Function&&O.attributeNameCheck(l,s))||l==="is"&&O.allowCustomizedBuiltInElements&&(O.tagNameCheck instanceof RegExp&&P(O.tagNameCheck,d)||O.tagNameCheck instanceof Function&&O.tagNameCheck(d))))return!1}}return!0},_c=E({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),Mo=function(s){return!_c[bt(s)]&&P(sc,s)},xc=function(s,l,d,v){if(K&&typeof b=="object"&&typeof b.getAttributeType=="function"&&!d)switch(b.getAttributeType(s,l)){case"TrustedHTML":return Be(v);case"TrustedScriptURL":return Vl(v)}return v},wc=function(s,l,d,v){try{d?s.setAttributeNS(d,l,v):s.setAttribute(l,v),Ut(s)?ke(s):No(e.removed)}catch{Ne(l,s)}},Io=function(s){me(M.beforeSanitizeAttributes,s,null);let l=s.attributes;if(!l||Ut(s))return;let d={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:D,forceKeepAttr:void 0},v=l.length,x=L(s.nodeName);for(;v--;){let w=l[v],N=w.name,W=w.namespaceURI,oe=w.value,X=L(N),se=oe,Y=N==="value"?se:$c(se);if(d.attrName=X,d.attrValue=Y,d.keepAttr=!0,d.forceKeepAttr=void 0,me(M.uponSanitizeAttribute,s,d),Y=d.attrValue,vo&&(X==="id"||X==="name")&&$o(Y,go)!==0&&(Ne(N,s),Y=go+Y),Ee&&P(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,Y)){Ne(N,s);continue}if(X==="attributename"&&zo(Y,"href")){Ne(N,s);continue}if(!d.forceKeepAttr){if(!d.keepAttr){Ne(N,s);continue}if(!fo&&P(id,Y)){Ne(N,s);continue}if(Ae&&(Y=Bt(Y)),!Ro(x,X,Y)){Ne(N,s);continue}Y=xc(x,X,W,Y),Y!==se&&wc(s,N,W,Y)}}me(M.afterSanitizeAttributes,s,null)},jt=function(s){let l=null,d=Lo(s);for(me(M.beforeSanitizeShadowDOM,s,null);l=d.nextNode();)if(me(M.uponSanitizeShadowNode,l,null),Co(l,s),Io(l),Ge(l.content)&&jt(l.content),(z?z(l):l.nodeType)===ie.element){let x=ue(l);Ge(x)&&(gr(x),jt(x))}me(M.afterSanitizeShadowDOM,s,null)},gr=function(s){let l=[{node:s,shadow:null}];for(;l.length>0;){let d=l.pop();if(d.shadow){jt(d.shadow);continue}let v=d.node,w=(z?z(v):v.nodeType)===ie.element,N=S(v);if(N)for(let W=N.length-1;W>=0;--W)l.push({node:N[W],shadow:null});if(w){let W=re?re(v):null;if(typeof W=="string"&&L(W)==="template"){let oe=v.content;Ge(oe)&&l.push({node:oe,shadow:null})}}if(w){let W=ue(v);Ge(W)&&l.push({node:null,shadow:W},{node:W,shadow:null})}}};return e.sanitize=function(h){let s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},l=null,d=null,v=null,x=null;if(ur=!h,ur&&(h="<!-->"),typeof h!="string"&&!ht(h)&&(h=Bc(h),typeof h!="string"))throw ze("dirty is not a string, aborting");if(!e.isSupported)return h;rr?(I=nr,D=or):fr(s),(M.uponSanitizeElement.length>0||M.uponSanitizeAttribute.length>0)&&(I=V(I)),M.uponSanitizeAttribute.length>0&&(D=V(D)),e.removed=[];let w=lr&&typeof h!="string"&&ht(h);if(w){vc(h);let X=re?re(h):h.nodeName;if(typeof X=="string"){let se=L(X);if(!I[se]||dt[se])throw qt(h),ze("root node is forbidden and cannot be sanitized in-place")}if(Ut(h))throw qt(h),ze("root node is clobbered and cannot be sanitized in-place");try{gr(h)}catch(se){throw qt(h),se}}else if(ht(h))l=To("<!---->"),d=l.ownerDocument.importNode(h,!0),d.nodeType===ie.element&&d.nodeName==="BODY"||d.nodeName==="HTML"?l=d:l.appendChild(d),gr(d);else{if(!Ue&&!Ae&&!Oe&&h.indexOf("<")===-1)return K&&Ft?Be(h):h;if(l=To(h),!l)return Ue?null:Ft?ge:""}l&&sr&&ke(l.firstChild);let N=w?h:l,W=Lo(N);try{for(;v=W.nextNode();)Co(v,N),Io(v),Ge(v.content)&&jt(v.content)}catch(X){throw w&&(qt(h),Ve(e.removed,se=>{se.element&&br(se.element)})),X}if(w)return Ve(e.removed,X=>{X.element&&br(X.element)}),Ae&&vr(h),h;if(Ue){if(Ae&&vr(l),$t)for(x=Zl.call(l.ownerDocument);l.firstChild;)x.appendChild(l.firstChild);else x=l;return(D.shadowroot||D.shadowrootmode)&&(x=Ql.call(i,x,!0)),x}let oe=Oe?l.outerHTML:l.innerHTML;return Oe&&I["!doctype"]&&l.ownerDocument&&l.ownerDocument.doctype&&l.ownerDocument.doctype.name&&P(Qc,l.ownerDocument.doctype.name)&&(oe="<!DOCTYPE "+l.ownerDocument.doctype.name+`>
3
- `+oe),Ae&&(oe=Bt(oe)),K&&Ft?Be(oe):oe},e.setConfig=function(){let h=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};fr(h),rr=!0,nr=I,or=D},e.clearConfig=function(){We=null,rr=!1,nr=null,or=null,K=xe,ge=""},e.isValidAttribute=function(h,s,l){We||fr({});let d=L(h),v=L(s);return Ro(d,v,l)},e.addHook=function(h,s){typeof s=="function"&&q(M,h)&&Xe(M[h],s)},e.removeHook=function(h,s){if(q(M,h)){if(s!==void 0){let l=Nc(M[h],s);return l===-1?void 0:zc(M[h],l,1)[0]}return No(M[h])}},e.removeHooks=function(h){q(M,h)&&(M[h]=[])},e.removeAllHooks=function(){M=Go()},e}var Yo,Oo,Ic,Dc,Oc,B,U,Ze,Vo,kr,Sr,Ve,Nc,No,Xe,zc,Te,bt,_r,zo,mt,$o,$c,Fc,Hc,Fo,Ho,q,ft,P,ze,Po,xr,wr,jc,Ar,Kc,qo,Bo,Er,Uo,Kt,Wc,Gc,Yc,Vc,Xc,jo,Zc,Jc,Qc,ed,Ko,Wo,td,id,ie,rd,nd,Go,Se,$,Zo=p(()=>{Yo=Object.entries,Oo=Object.setPrototypeOf,Ic=Object.isFrozen,Dc=Object.getPrototypeOf,Oc=Object.getOwnPropertyDescriptor,B=Object.freeze,U=Object.seal,Ze=Object.create,Vo=typeof Reflect<"u"&&Reflect,kr=Vo.apply,Sr=Vo.construct;B||(B=function(e){return e});U||(U=function(e){return e});kr||(kr=function(e,t){for(var i=arguments.length,n=new Array(i>2?i-2:0),o=2;o<i;o++)n[o-2]=arguments[o];return e.apply(t,n)});Sr||(Sr=function(e){for(var t=arguments.length,i=new Array(t>1?t-1:0),n=1;n<t;n++)i[n-1]=arguments[n];return new e(...i)});Ve=F(Array.prototype.forEach),Nc=F(Array.prototype.lastIndexOf),No=F(Array.prototype.pop),Xe=F(Array.prototype.push),zc=F(Array.prototype.splice),Te=Array.isArray,bt=F(String.prototype.toLowerCase),_r=F(String.prototype.toString),zo=F(String.prototype.match),mt=F(String.prototype.replace),$o=F(String.prototype.indexOf),$c=F(String.prototype.trim),Fc=F(Number.prototype.toString),Hc=F(Boolean.prototype.toString),Fo=typeof BigInt>"u"?null:F(BigInt.prototype.toString),Ho=typeof Symbol>"u"?null:F(Symbol.prototype.toString),q=F(Object.prototype.hasOwnProperty),ft=F(Object.prototype.toString),P=F(RegExp.prototype.test),ze=Pc(TypeError);Po=B(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),xr=B(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),wr=B(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),jc=B(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Ar=B(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Kc=B(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),qo=B(["#text"]),Bo=B(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","command","commandfor","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),Er=B(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dominant-baseline","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-orientation","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Uo=B(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Kt=B(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Wc=U(/{{[\w\W]*|^[\w\W]*}}/g),Gc=U(/<%[\w\W]*|^[\w\W]*%>/g),Yc=U(/\${[\w\W]*/g),Vc=U(/^data-[\-\w.\u00B7-\uFFFF]+$/),Xc=U(/^aria-[\-\w]+$/),jo=U(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Zc=U(/^(?:\w+script|data):/i),Jc=U(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Qc=U(/^html$/i),ed=U(/^[a-z][.\w]*(-[.\w]+)+$/i),Ko=U(/<[/\w!]/g),Wo=U(/<[/\w]/g),td=U(/<\/no(script|embed|frames)/i),id=U(/\/>/i),ie={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,processingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},rd=function(){return typeof window>"u"?null:window},nd=function(e,t){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let i=null,n="data-tt-policy-suffix";t&&t.hasAttribute(n)&&(i=t.getAttribute(n));let o="dompurify"+(i?"#"+i:"");try{return e.createPolicy(o,{createHTML(a){return a},createScriptURL(a){return a}})}catch{return console.warn("TrustedTypes policy "+o+" could not be created."),null}},Go=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},Se=function(e,t,i,n){return q(e,t)&&Te(e[t])?E(n.base?V(n.base):{},e[t],n.transform):i};$=Xo()});var Jo={};y(Jo,{addHook:()=>ld,clearConfig:()=>pd,clearWindow:()=>vd,default:()=>od,isSupported:()=>ad,isValidAttribute:()=>md,removeAllHooks:()=>ud,removeHook:()=>cd,removeHooks:()=>dd,removed:()=>bd,sanitize:()=>sd,setConfig:()=>hd,version:()=>fd});function vd(){}var od,sd,ad,ld,cd,dd,ud,hd,pd,md,fd,bd,Qo=p(()=>{Zo();od=$,sd=$.sanitize.bind($),ad=$.isSupported,ld=$.addHook.bind($),cd=$.removeHook.bind($),dd=$.removeHooks.bind($),ud=$.removeAllHooks.bind($),hd=$.setConfig.bind($),pd=$.clearConfig.bind($),md=$.isValidAttribute.bind($),fd=$.version,bd=$.removed});function m(r){return typeof r!="string"?"":r.replace(yd,e=>gd[e])}function Tr(r){return typeof r!="string"?"":r.replace(_d,"")}function ye(r){return m(Tr(r))}function $e(r,e){if(typeof r!="string")return"";let t=r.trim();if(!t||/^\s*javascript:/i.test(t)||/^\s*vbscript:/i.test(t)||wd.test(t)||/^data:/i.test(t)&&!es.test(t))return"";try{let i=new URL(t,e||(typeof location<"u"?location.href:"https://example.invalid/"));return!xd.has(i.protocol)||i.protocol==="data:"&&!es.test(i.href)?"":i.href}catch{return t.startsWith("#")||t.startsWith("/")?t:""}}function ts(r,e){if(typeof r!="string")return"#";let t=r.trim();return t?t.startsWith("#")||t.startsWith("/")&&!t.startsWith("//")?t:/^https?:\/\//i.test(t)?$e(t,e)||"#":/^\s*javascript:/i.test(t)||/^\s*vbscript:/i.test(t)?"#":t:"#"}function is(r){let e=String(r||"text").toLowerCase();return Ad.has(e)?e:"text"}async function Ed(){if(vt)return vt;try{let r=await Promise.resolve().then(()=>(Qo(),Jo));vt=r.default||r}catch{vt=null}return vt}async function rs(r){if(typeof r!="string")return"";let e=await Ed();return e?.sanitize?e.sanitize(r,{USE_PROFILES:{svg:!0,svgFilters:!0},ADD_TAGS:kd,ADD_ATTR:Sd,FORBID_TAGS:["script","foreignObject","iframe","object","embed"],FORBID_ATTR:["onload","onerror","onclick","onmouseover"]}):r.replace(/<script[\s\S]*?<\/script>/gi,"").replace(/\s+on\w+\s*=\s*("[^"]*"|'[^']*'|[^\s>]+)/gi,"").replace(/<foreignObject[\s\S]*?<\/foreignObject>/gi,"")}function ns(){return Wt||(typeof window<"u"&&window.trustedTypes?.createPolicy&&(Wt=window.trustedTypes.createPolicy("velinstyle",{createHTML:r=>m(r)})),Wt)}function Td(r){let e=ns(),t=m(Tr(r));return e?.createHTML?e.createHTML(t):t}var gd,yd,_d,xd,wd,es,Ad,vt,kd,Sd,Wt,T=p(()=>{gd={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},yd=/[&<>"']/g,_d=/[\u0000-\u0008\u000B\u000C\u000E-\u001F\u007F]/g,xd=new Set(["http:","https:","data:","mailto:","tel:"]),wd=/^data:(?:text\/html|image\/svg\+xml|application\/xml)/i,es=/^data:image\/(png|jpeg|jpg|gif|webp|avif);base64,/i,Ad=new Set(["text","password","email","search","tel","url","number"]);vt=null;kd=["svg","g","path","circle","rect","line","polyline","polygon","ellipse","defs","use","symbol","title","desc","clipPath","mask","linearGradient","radialGradient","stop","pattern","text","tspan"],Sd=["viewBox","xmlns","fill","stroke","stroke-width","stroke-linecap","stroke-linejoin","d","cx","cy","r","rx","ry","x","y","width","height","x1","y1","x2","y2","points","transform","opacity","class","id","href","xlink:href","aria-hidden","aria-label","aria-labelledby","role","focusable","clip-path","mask","offset","stop-color","stop-opacity","gradientUnits","gradientTransform","spreadMethod","fx","fy","patternUnits","patternContentUnits","preserveAspectRatio"];Wt=null});var ss={};y(ss,{default:()=>os});var Ld,Gt,os,Lr=p(()=>{Z();T();Ld=`
1
+ var nd=Object.defineProperty;var h=(i,e)=>()=>(i&&(e=i(i=0)),e);var v=(i,e)=>{for(var t in e)nd(i,t,{get:e[t],enumerable:!0})};function sd(i){if(i.hasAttribute("disabled")||i.getAttribute("aria-hidden")==="true"||i.closest("[inert]"))return!1;let e=i.ownerDocument.defaultView?.getComputedStyle(i);return e&&(e.visibility==="hidden"||e.display==="none")?!1:i.getClientRects().length>0}function be(i){return[...i.querySelectorAll(od)].filter(sd)}function te(i,e){if(e.key!=="Tab")return;let t=be(i);if(t.length===0)return;let r=t[0],n=t[t.length-1],o=i.getRootNode().activeElement;e.shiftKey&&o===r?(e.preventDefault(),n.focus()):!e.shiftKey&&o===n&&(e.preventDefault(),r.focus())}function ie(i,e,t){let r=e.indexOf(t.target);if(r===-1)return;let n;switch(t.key){case"ArrowDown":case"ArrowRight":t.preventDefault(),n=(r+1)%e.length;break;case"ArrowUp":case"ArrowLeft":t.preventDefault(),n=(r-1+e.length)%e.length;break;case"Home":t.preventDefault(),n=0;break;case"End":t.preventDefault(),n=e.length-1;break;default:return}e.forEach((o,a)=>{o.setAttribute("tabindex",a===n?"0":"-1")}),e[n].focus()}function le(){return document.activeElement}function ce(i){i&&typeof i.focus=="function"&&i.focus()}function ad(){let i=new Set;for(let e of Ve)for(let t of e.siblings)i.add(t);return i}function de(i){let e=i instanceof HTMLElement?i:null;if(!e)return;let t=new Set;for(let r of document.body.children)r===e||r.contains(e)||r.hasAttribute("inert")||(r.setAttribute("inert",""),t.add(r));Ve.push({host:e,siblings:t}),pt===0&&(Ar=document.body.style.overflow,document.body.style.overflow="hidden"),pt+=1}function Y(i){let e=-1;if(i instanceof HTMLElement?e=Ve.findLastIndex(n=>n.host===i):Ve.length&&(e=Ve.length-1),e===-1)return;let{siblings:t}=Ve.splice(e,1)[0],r=ad();for(let n of t)r.has(n)||n.removeAttribute("inert");pt=Math.max(0,pt-1),pt===0&&(document.body.style.overflow=Ar,Ar="")}var od,Ve,pt,Ar,Z=h(()=>{od=["a[href]","button:not([disabled])","input:not([disabled])","select:not([disabled])","textarea:not([disabled])",'[tabindex]:not([tabindex="-1"])',"summary","details"].join(", ");Ve=[],pt=0,Ar=""});var Yo={};v(Yo,{default:()=>Wo});var ld,Kt,Wo,Er=h(()=>{Z();ld=`
4
2
  :host {
5
3
  display: contents;
6
4
  }
5
+ .sr-only {
6
+ position: absolute;
7
+ inline-size: 1px;
8
+ block-size: 1px;
9
+ padding: 0;
10
+ margin: -1px;
11
+ overflow: hidden;
12
+ clip: rect(0, 0, 0, 0);
13
+ white-space: nowrap;
14
+ border: 0;
15
+ }
7
16
  .overlay {
8
17
  position: fixed;
9
18
  inset: 0;
@@ -82,19 +91,22 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
82
91
  @media (prefers-reduced-motion: reduce) {
83
92
  .overlay, .dialog { transition: none; }
84
93
  }
85
- `,Gt=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._previouslyFocused=null,this._onKeydown=this._onKeydown.bind(this)}connectedCallback(){let e=(this.getAttribute("title")||"").trim(),t=m(e),i=e?'aria-labelledby="velin-modal-title"':`aria-label="${m(this.getAttribute("aria-label")||"Dialog")}"`;this.shadowRoot.innerHTML=`
86
- <style>${Ld}</style>
94
+ `,Kt=class extends HTMLElement{static get observedAttributes(){return["open","title"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._previouslyFocused=null,this._onKeydown=this._onKeydown.bind(this),this._onTitleSlot=this._onTitleSlot.bind(this)}connectedCallback(){this.shadowRoot.querySelector(".dialog")||(this.shadowRoot.innerHTML=`
95
+ <style>${ld}</style>
87
96
  <div class="overlay" part="overlay">
88
- <div class="dialog" role="dialog" aria-modal="true" ${i} part="dialog">
97
+ <div class="dialog" role="dialog" aria-modal="true" part="dialog">
89
98
  <div class="header" part="header">
90
- <h2 class="title" id="velin-modal-title"${e?"":' class="velin-sr-only"'}>${t||"Dialog"}</h2>
99
+ <h2 class="title" id="velin-modal-title" part="title">
100
+ <slot name="title"></slot>
101
+ <span class="title-fallback"></span>
102
+ </h2>
91
103
  <button class="close-btn" aria-label="Close" part="close">&#215;</button>
92
104
  </div>
93
105
  <div class="body" part="body"><slot></slot></div>
94
106
  <div class="footer" part="footer"><slot name="footer"></slot></div>
95
107
  </div>
96
108
  </div>
97
- `,this.shadowRoot.querySelector(".close-btn").addEventListener("click",()=>this.close()),this.shadowRoot.querySelector(".overlay").addEventListener("click",n=>{n.target===n.currentTarget&&this.close()})}attributeChangedCallback(e,t,i){e==="open"&&(i!==null?this._open():this._close())}open(){this.setAttribute("open","")}close(){this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}_open(){this._previouslyFocused=ae(),ce(this),document.addEventListener("keydown",this._onKeydown),requestAnimationFrame(()=>{let e=fe(this.shadowRoot);e.length>0&&e[0].focus()})}_close(){document.removeEventListener("keydown",this._onKeydown),G(this),le(this._previouslyFocused)}_onKeydown(e){if(e.key==="Escape"){this.close();return}ee(this.shadowRoot,e)}disconnectedCallback(){document.removeEventListener("keydown",this._onKeydown),G(this)}};customElements.define("velin-modal",Gt);os=Gt});var ls={};y(ls,{default:()=>as});var Cd,Yt,as,Cr=p(()=>{Z();Cd=`
109
+ `,this.shadowRoot.querySelector(".close-btn").addEventListener("click",()=>this.close()),this.shadowRoot.querySelector(".overlay").addEventListener("click",e=>{e.target===e.currentTarget&&this.close()}),this.shadowRoot.querySelector('slot[name="title"]').addEventListener("slotchange",this._onTitleSlot),this._syncTitle())}attributeChangedCallback(e){e==="open"&&(this.hasAttribute("open")?this._open():this._close()),e==="title"&&this._syncTitle()}open(){this.setAttribute("open","")}close(){this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}_syncTitle(){let e=this.shadowRoot?.querySelector(".title-fallback"),t=this.shadowRoot?.querySelector(".title"),r=this.shadowRoot?.querySelector('[role="dialog"]');if(!e||!t||!r)return;if(this._hasTitleSlot()){e.hidden=!0,t.classList.remove("sr-only");return}e.hidden=!1;let n=(this.getAttribute("title")||"").trim();e.textContent=n||"Dialog",t.classList.toggle("sr-only",!n),n?(r.setAttribute("aria-labelledby","velin-modal-title"),r.removeAttribute("aria-label")):(r.removeAttribute("aria-labelledby"),r.setAttribute("aria-label",this.getAttribute("aria-label")||"Dialog"))}_hasTitleSlot(){let e=this.shadowRoot?.querySelector('slot[name="title"]');return e?e.assignedNodes({flatten:!0}).some(t=>t.nodeType===Node.TEXT_NODE?!!t.textContent.trim():t.nodeType===Node.ELEMENT_NODE):!1}_onTitleSlot(){let e=this.shadowRoot?.querySelector('slot[name="title"]'),t=this.shadowRoot?.querySelector('[role="dialog"]'),r=this.shadowRoot?.querySelector(".title"),n=this.shadowRoot?.querySelector(".title-fallback");if(!(!e||!t||!r||!n))if(this._hasTitleSlot()){n.hidden=!0,r.classList.remove("sr-only"),t.removeAttribute("aria-labelledby");let o=e.assignedNodes({flatten:!0}).map(a=>a.textContent||"").join(" ").trim();o&&t.setAttribute("aria-label",o)}else this._syncTitle()}_open(){this._previouslyFocused=le(),de(this),document.addEventListener("keydown",this._onKeydown),requestAnimationFrame(()=>{let e=be(this.shadowRoot);e.length>0&&e[0].focus()})}_close(){document.removeEventListener("keydown",this._onKeydown),Y(this),ce(this._previouslyFocused)}_onKeydown(e){if(e.key==="Escape"){this.close();return}te(this.shadowRoot,e)}disconnectedCallback(){document.removeEventListener("keydown",this._onKeydown),Y(this)}};customElements.define("velin-modal",Kt);Wo=Kt});var Vo={};v(Vo,{default:()=>Go});var cd,Wt,Go,Sr=h(()=>{Z();cd=`
98
110
  :host {
99
111
  display: inline-block;
100
112
  position: relative;
@@ -144,13 +156,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
144
156
  @media (prefers-reduced-motion: reduce) {
145
157
  .menu { transition: none; }
146
158
  }
147
- `,Yt=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onDocClick=this._onDocClick.bind(this),this._onKeydown=this._onKeydown.bind(this),this._typeahead="",this._typeaheadTimer=null}connectedCallback(){let e=this.getAttribute("align")||"start";this.shadowRoot.innerHTML=`
148
- <style>${Cd}</style>
159
+ `,Wt=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onDocClick=this._onDocClick.bind(this),this._onKeydown=this._onKeydown.bind(this),this._typeahead="",this._typeaheadTimer=null}connectedCallback(){let e=this.getAttribute("align")||"start";this.shadowRoot.innerHTML=`
160
+ <style>${cd}</style>
149
161
  <slot name="trigger"></slot>
150
162
  <div class="menu ${e==="end"?"menu-end":""}" role="menu" part="menu">
151
163
  <slot></slot>
152
164
  </div>
153
- `;let t=this.shadowRoot.querySelector('slot[name="trigger"]'),i=this.shadowRoot.querySelector("slot:not([name])");t.addEventListener("click",()=>this.toggle()),t.addEventListener("slotchange",()=>{let n=t.assignedElements()[0];if(n){n.setAttribute("aria-haspopup","menu"),n.setAttribute("aria-expanded",this.hasAttribute("open")?"true":"false");let o=this._menuId||(this._menuId=`velin-dropdown-menu-${Math.random().toString(36).slice(2,9)}`);n.setAttribute("aria-controls",o),this.shadowRoot.querySelector(".menu")?.setAttribute("id",o)}}),i?.addEventListener("slotchange",()=>this._normalizeMenuItems()),this._normalizeMenuItems(),this.addEventListener("keydown",this._onKeydown)}_normalizeMenuItems(){this._getMenuItems().forEach((t,i)=>{t.hasAttribute("role")||t.setAttribute("role","menuitem"),t.setAttribute("tabindex",i===0?"0":"-1")})}toggle(){this.hasAttribute("open")?this.close():this.open()}open(){this.setAttribute("open","");let e=this.querySelector('[slot="trigger"]');e&&e.setAttribute("aria-expanded","true"),document.addEventListener("click",this._onDocClick,!0),requestAnimationFrame(()=>{let t=this._getMenuItems();t.length>0&&t[0].focus()})}close(){this.removeAttribute("open");let e=this.querySelector('[slot="trigger"]');e&&e.setAttribute("aria-expanded","false"),document.removeEventListener("click",this._onDocClick,!0),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}_getMenuItems(){let e=this.shadowRoot.querySelector("slot:not([name])");return e?e.assignedElements().filter(t=>!t.hasAttribute("disabled")):[]}_onDocClick(e){this.contains(e.target)||this.close()}_onKeydown(e){if(e.key==="Escape"){this.close();let i=this.querySelector('[slot="trigger"]');i&&i.focus();return}let t=this._getMenuItems();if(t.length!==0){if(e.key.length===1&&/[a-z0-9]/i.test(e.key)){clearTimeout(this._typeaheadTimer),this._typeahead+=e.key.toLowerCase(),this._typeaheadTimer=setTimeout(()=>{this._typeahead=""},500);let i=t.find(n=>(n.textContent?.trim().toLowerCase()||"").startsWith(this._typeahead));i&&(e.preventDefault(),t.forEach(n=>n.setAttribute("tabindex",n===i?"0":"-1")),i.focus());return}te(this,t,e)}}disconnectedCallback(){document.removeEventListener("click",this._onDocClick,!0)}};customElements.define("velin-dropdown",Yt);as=Yt});var us={};y(us,{default:()=>ds});function Id(){if(typeof document>"u"||document.getElementById(cs))return;let r=document.createElement("style");r.id=cs,r.textContent=Rd,document.head.appendChild(r)}var cs,Rd,Md,Vt,ds,Rr=p(()=>{cs="velin-accordion-light-css",Rd=`
165
+ `;let t=this.shadowRoot.querySelector('slot[name="trigger"]'),r=this.shadowRoot.querySelector("slot:not([name])");t.addEventListener("click",()=>this.toggle()),t.addEventListener("slotchange",()=>{let n=t.assignedElements()[0];if(n){n.setAttribute("aria-haspopup","menu"),n.setAttribute("aria-expanded",this.hasAttribute("open")?"true":"false");let o=this._menuId||(this._menuId=`velin-dropdown-menu-${Math.random().toString(36).slice(2,9)}`);n.setAttribute("aria-controls",o),this.shadowRoot.querySelector(".menu")?.setAttribute("id",o)}}),r?.addEventListener("slotchange",()=>this._normalizeMenuItems()),this._normalizeMenuItems(),this.addEventListener("keydown",this._onKeydown)}_normalizeMenuItems(){this._getMenuItems().forEach((t,r)=>{t.hasAttribute("role")||t.setAttribute("role","menuitem"),t.setAttribute("tabindex",r===0?"0":"-1")})}toggle(){this.hasAttribute("open")?this.close():this.open()}open(){this.setAttribute("open","");let e=this.querySelector('[slot="trigger"]');e&&e.setAttribute("aria-expanded","true"),document.addEventListener("click",this._onDocClick,!0),requestAnimationFrame(()=>{let t=this._getMenuItems();t.length>0&&t[0].focus()})}close(){this.removeAttribute("open");let e=this.querySelector('[slot="trigger"]');e&&e.setAttribute("aria-expanded","false"),document.removeEventListener("click",this._onDocClick,!0),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}_getMenuItems(){let e=this.shadowRoot.querySelector("slot:not([name])");return e?e.assignedElements().filter(t=>!t.hasAttribute("disabled")):[]}_onDocClick(e){this.contains(e.target)||this.close()}_onKeydown(e){if(e.key==="Escape"){this.close();let r=this.querySelector('[slot="trigger"]');r&&r.focus();return}let t=this._getMenuItems();if(t.length!==0){if(e.key.length===1&&/[a-z0-9]/i.test(e.key)){clearTimeout(this._typeaheadTimer),this._typeahead+=e.key.toLowerCase(),this._typeaheadTimer=setTimeout(()=>{this._typeahead=""},500);let r=t.find(n=>(n.textContent?.trim().toLowerCase()||"").startsWith(this._typeahead));r&&(e.preventDefault(),t.forEach(n=>n.setAttribute("tabindex",n===r?"0":"-1")),r.focus());return}ie(this,t,e)}}disconnectedCallback(){document.removeEventListener("click",this._onDocClick,!0)}};customElements.define("velin-dropdown",Wt);Go=Wt});var Jo={};v(Jo,{default:()=>Zo});function hd(){if(typeof document>"u"||document.getElementById(Xo))return;let i=document.createElement("style");i.id=Xo,i.textContent=dd,document.head.appendChild(i)}var Xo,dd,ud,Yt,Zo,kr=h(()=>{Xo="velin-accordion-light-css",dd=`
154
166
  velin-accordion {
155
167
  display: block;
156
168
  border: 1px solid var(--velin-color-border, #ddd);
@@ -204,14 +216,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
204
216
  line-height: 1.6;
205
217
  border-block-start: 1px solid var(--velin-color-border, #e2e8f0);
206
218
  }
207
- `,Md=`
219
+ `,ud=`
208
220
  :host {
209
221
  display: block;
210
222
  }
211
- `;Vt=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._onToggle=this._onToggle.bind(this),this._onKeydown=this._onKeydown.bind(this)}connectedCallback(){Id(),this.shadowRoot.innerHTML=`
212
- <style>${Md}</style>
223
+ `;Yt=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._onToggle=this._onToggle.bind(this),this._onKeydown=this._onKeydown.bind(this)}connectedCallback(){hd(),this.shadowRoot.innerHTML=`
224
+ <style>${ud}</style>
213
225
  <slot></slot>
214
- `,this._exclusive=this.hasAttribute("exclusive"),this._wireDetails(),this.addEventListener("toggle",this._onToggle,!0),this.addEventListener("keydown",this._onKeydown)}_wireDetails(){let e=0;for(let t of this.querySelectorAll("details")){let i=t.querySelector("summary"),n=t.querySelector(":scope > :not(summary)"),o=n?.id||`velin-accordion-panel-${++e}`;n&&!n.id&&(n.id=o),i&&n&&(i.setAttribute("aria-controls",o),i.setAttribute("aria-expanded",t.open?"true":"false")),i&&!i.hasAttribute("tabindex")&&i.setAttribute("tabindex","0")}}_onToggle(e){let t=e.target;if(!(t instanceof HTMLDetailsElement))return;let i=t.querySelector("summary");if(i&&i.setAttribute("aria-expanded",t.open?"true":"false"),!this._exclusive||!t.open)return;[...this.querySelectorAll("details")].forEach(o=>{o!==t&&o.open&&(o.open=!1)})}_onKeydown(e){let t=[...this.querySelectorAll("summary")],i=t.indexOf(e.target);if(i===-1)return;let n;switch(e.key){case"ArrowDown":e.preventDefault(),n=(i+1)%t.length;break;case"ArrowUp":e.preventDefault(),n=(i-1+t.length)%t.length;break;case"Home":e.preventDefault(),n=0;break;case"End":e.preventDefault(),n=t.length-1;break;case"Enter":case" ":return;default:return}t[n].focus()}disconnectedCallback(){this.removeEventListener("toggle",this._onToggle,!0),this.removeEventListener("keydown",this._onKeydown)}};customElements.define("velin-accordion",Vt);ds=Vt});var ps={};y(ps,{default:()=>hs});var Dd,Xt,hs,Mr=p(()=>{Z();Dd=`
226
+ `,this._exclusive=this.hasAttribute("exclusive"),this._wireDetails(),this.addEventListener("toggle",this._onToggle,!0),this.addEventListener("keydown",this._onKeydown)}_wireDetails(){let e=0;for(let t of this.querySelectorAll("details")){let r=t.querySelector("summary"),n=t.querySelector(":scope > :not(summary)"),o=n?.id||`velin-accordion-panel-${++e}`;n&&!n.id&&(n.id=o),r&&n&&(r.setAttribute("aria-controls",o),r.setAttribute("aria-expanded",t.open?"true":"false")),r&&!r.hasAttribute("tabindex")&&r.setAttribute("tabindex","0")}}_onToggle(e){let t=e.target;if(!(t instanceof HTMLDetailsElement))return;let r=t.querySelector("summary");if(r&&r.setAttribute("aria-expanded",t.open?"true":"false"),!this._exclusive||!t.open)return;[...this.querySelectorAll("details")].forEach(o=>{o!==t&&o.open&&(o.open=!1)})}_onKeydown(e){let t=[...this.querySelectorAll("summary")],r=t.indexOf(e.target);if(r===-1)return;let n;switch(e.key){case"ArrowDown":e.preventDefault(),n=(r+1)%t.length;break;case"ArrowUp":e.preventDefault(),n=(r-1+t.length)%t.length;break;case"Home":e.preventDefault(),n=0;break;case"End":e.preventDefault(),n=t.length-1;break;case"Enter":case" ":return;default:return}t[n].focus()}disconnectedCallback(){this.removeEventListener("toggle",this._onToggle,!0),this.removeEventListener("keydown",this._onKeydown)}};customElements.define("velin-accordion",Yt);Zo=Yt});var es={};v(es,{default:()=>Qo});var pd,Gt,Qo,Tr=h(()=>{Z();pd=`
215
227
  :host {
216
228
  display: block;
217
229
  }
@@ -253,15 +265,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
253
265
  ::slotted([role="tabpanel"][hidden]) {
254
266
  display: none;
255
267
  }
256
- `,Xt=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onTabClick=this._onTabClick.bind(this),this._onKeydown=this._onKeydown.bind(this)}connectedCallback(){this.shadowRoot.innerHTML=`
257
- <style>${Dd}</style>
268
+ `,Gt=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onTabClick=this._onTabClick.bind(this),this._onKeydown=this._onKeydown.bind(this)}connectedCallback(){this.shadowRoot.innerHTML=`
269
+ <style>${pd}</style>
258
270
  <div class="tablist" role="tablist" part="tablist">
259
271
  <slot name="tab"></slot>
260
272
  </div>
261
273
  <div class="panels" part="panels">
262
274
  <slot name="panel"></slot>
263
275
  </div>
264
- `,this.addEventListener("click",this._onTabClick),this.addEventListener("keydown",this._onKeydown),requestAnimationFrame(()=>this._initTabs())}_initTabs(){let e=this._getTabs(),t=this._getPanels();e.forEach((n,o)=>{n.setAttribute("role","tab"),n.setAttribute("slot","tab"),n.id||(n.id=`velin-tab-${o}`);let a=t[o];a&&(a.setAttribute("role","tabpanel"),a.setAttribute("slot","panel"),a.id||(a.id=`velin-panel-${o}`),n.setAttribute("aria-controls",a.id),a.setAttribute("aria-labelledby",n.id))});let i=e.find(n=>n.getAttribute("aria-selected")==="true")||e[0];i&&this._selectTab(i)}_getTabs(){return[...this.querySelectorAll('[role="tab"], [slot="tab"]')]}_getPanels(){return[...this.querySelectorAll('[role="tabpanel"], [slot="panel"]')]}_onTabClick(e){let t=e.target.closest('[role="tab"]');t&&this.contains(t)&&this._selectTab(t)}_selectTab(e){let t=this._getTabs(),i=this._getPanels();t.forEach((n,o)=>{let a=n===e;n.setAttribute("aria-selected",String(a)),n.setAttribute("tabindex",a?"0":"-1"),i[o]&&(i[o].hidden=!a)}),this.dispatchEvent(new CustomEvent("velin-tab-change",{bubbles:!0,detail:{tab:e}}))}_onKeydown(e){let t=this._getTabs();if(t.includes(e.target)&&(te(this,t,e),e.key==="ArrowRight"||e.key==="ArrowLeft"||e.key==="Home"||e.key==="End")){let i=t.find(n=>n.getAttribute("tabindex")==="0");i&&this._selectTab(i)}}disconnectedCallback(){this.removeEventListener("click",this._onTabClick),this.removeEventListener("keydown",this._onKeydown)}};customElements.define("velin-tabs",Xt);hs=Xt});var fs={};y(fs,{default:()=>ms});var Od,Zt,ms,Ir=p(()=>{T();Od=`
276
+ `,this.addEventListener("click",this._onTabClick),this.addEventListener("keydown",this._onKeydown),requestAnimationFrame(()=>this._initTabs())}_initTabs(){let e=this._getTabs(),t=this._getPanels();e.forEach((n,o)=>{n.setAttribute("role","tab"),n.setAttribute("slot","tab"),n.id||(n.id=`velin-tab-${o}`);let a=t[o];a&&(a.setAttribute("role","tabpanel"),a.setAttribute("slot","panel"),a.id||(a.id=`velin-panel-${o}`),n.setAttribute("aria-controls",a.id),a.setAttribute("aria-labelledby",n.id))});let r=e.find(n=>n.getAttribute("aria-selected")==="true")||e[0];r&&this._selectTab(r)}_getTabs(){return[...this.querySelectorAll('[role="tab"], [slot="tab"]')]}_getPanels(){return[...this.querySelectorAll('[role="tabpanel"], [slot="panel"]')]}_onTabClick(e){let t=e.target.closest('[role="tab"]');t&&this.contains(t)&&this._selectTab(t)}_selectTab(e){let t=this._getTabs(),r=this._getPanels();t.forEach((n,o)=>{let a=n===e;n.setAttribute("aria-selected",String(a)),n.setAttribute("tabindex",a?"0":"-1"),r[o]&&(r[o].hidden=!a)}),this.dispatchEvent(new CustomEvent("velin-tab-change",{bubbles:!0,detail:{tab:e}}))}_onKeydown(e){let t=this._getTabs();if(t.includes(e.target)&&(ie(this,t,e),e.key==="ArrowRight"||e.key==="ArrowLeft"||e.key==="Home"||e.key==="End")){let r=t.find(n=>n.getAttribute("tabindex")==="0");r&&this._selectTab(r)}}disconnectedCallback(){this.removeEventListener("click",this._onTabClick),this.removeEventListener("keydown",this._onKeydown)}};customElements.define("velin-tabs",Gt);Qo=Gt});function ts(i,e){(e==null||e>i.length)&&(e=i.length);for(var t=0,r=Array(e);t<e;t++)r[t]=i[t];return r}function md(i){if(Array.isArray(i))return i}function fd(i,e){var t=i==null?null:typeof Symbol<"u"&&i[Symbol.iterator]||i["@@iterator"];if(t!=null){var r,n,o,a,c=[],d=!0,m=!1;try{if(o=(t=t.call(i)).next,e!==0)for(;!(d=(r=o.call(t)).done)&&(c.push(r.value),c.length!==e);d=!0);}catch(_){m=!0,n=_}finally{try{if(!d&&t.return!=null&&(a=t.return(),Object(a)!==a))return}finally{if(m)throw n}}return c}}function bd(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
277
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function vd(i,e){return md(i)||fd(i,e)||gd(i,e)||bd()}function gd(i,e){if(i){if(typeof i=="string")return ts(i,e);var t={}.toString.call(i).slice(8,-1);return t==="Object"&&i.constructor&&(t=i.constructor.name),t==="Map"||t==="Set"?Array.from(i):t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?ts(i,e):void 0}}function F(i){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return Dr(i,e,r)}}function Td(i){return function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return Nr(i,t)}}function E(i,e){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:bt;if(is&&is(i,null),!Te(e))return i;let r=e.length;for(;r--;){let n=e[r];if(typeof n=="string"){let o=t(n);o!==n&&(yd(e)||(e[r]=o),n=o)}i[n]=!0}return i}function Ld(i){for(let e=0;e<i.length;e++)P(i,e)||(i[e]=null);return i}function V(i){let e=Je(null);for(let r of bs(i)){var t=vd(r,2);let n=t[0],o=t[1];P(i,n)&&(Te(o)?e[n]=Ld(o):o&&typeof o=="object"&&o.constructor===Object?e[n]=V(o):e[n]=o)}return e}function Cd(i){switch(typeof i){case"string":return i;case"number":return Sd(i);case"boolean":return kd(i);case"bigint":return ss?ss(i):"0";case"symbol":return as?as(i):"Symbol()";case"undefined":return ft(i);case"function":case"object":{if(i===null)return ft(i);let e=i,t=ve(e,"toString");if(typeof t=="function"){let r=t(e);return typeof r=="string"?r:ft(r)}return ft(i)}default:return ft(i)}}function ve(i,e){for(;i!==null;){let r=xd(i,e);if(r){if(r.get)return F(r.get);if(typeof r.value=="function")return F(r.value)}i=_d(i)}function t(){return null}return t}function Rd(i){try{return q(i,""),!0}catch{return!1}}function gs(){let i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:jd(),e=p=>gs(p);if(e.version="3.4.12",e.removed=[],!i||!i.document||i.document.nodeType!==re.document||!i.Element)return e.isSupported=!1,e;let t=i.document,r=t,n=r.currentScript;i.DocumentFragment;let o=i.HTMLTemplateElement,a=i.Node,c=i.Element,d=i.NodeFilter,m=i.NamedNodeMap;m===void 0&&(i.NamedNodeMap||i.MozNamedAttrMap),i.HTMLFormElement;let _=i.DOMParser,f=i.trustedTypes,b=c.prototype,L=ve(b,"cloneNode"),S=ve(b,"remove"),A=ve(b,"nextSibling"),k=ve(b,"childNodes"),j=ve(b,"parentNode"),he=ve(b,"shadowRoot"),Ot=ve(b,"attributes"),z=a&&a.prototype?ve(a.prototype,"nodeType"):null,ne=a&&a.prototype?ve(a.prototype,"nodeName"):null;if(typeof o=="function"){let p=t.createElement("template");p.content&&p.content.ownerDocument&&(t=p.content.ownerDocument)}let K,ge="",xe,go=!1,ct=0,yo=function(){if(ct>0)throw $e('A configured TRUSTED_TYPES_POLICY callback (createHTML or createScriptURL) must not call DOMPurify.sanitize, as that causes infinite recursion. Do not pass a policy whose callbacks wrap DOMPurify as TRUSTED_TYPES_POLICY; see the "DOMPurify and Trusted Types" section of the README.')},Ue=function(s){yo(),ct++;try{return K.createHTML(s)}finally{ct--}},Rc=function(s){yo(),ct++;try{return K.createScriptURL(s)}finally{ct--}},Mc=function(){return go||(xe=Kd(f,n),go=!0),xe},zt=t,or=zt.implementation,_o=zt.createNodeIterator,Ic=zt.createDocumentFragment,Dc=zt.getElementsByTagName,Nc=r.importNode,M=fs();e.isSupported=typeof bs=="function"&&typeof j=="function"&&or&&or.createHTMLDocument!==void 0;let Oc=Dd,zc=Nd,$c=Od,Fc=zd,Hc=$d,qc=Fd,xo=Hd,Pc=Pd,wo=hs,I=null,Ao=E({},[...ls,...Cr,...Rr,...Mr,...cs]),D=null,Eo=E({},[...ds,...Ir,...us,...Vt]),N=Object.seal(Je(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),dt=null,So=null,we=Object.seal(Je(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),ko=!0,sr=!0,To=!1,Lo=!0,Ae=!1,Ee=!0,Oe=!1,ar=!1,lr=null,cr=null,dr=!1,je=!1,$t=!1,Ft=!1,Co=!0,Ro=!1,Mo="user-content-",ur=!0,hr=!1,Ke={},pe=null,pr=E({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","selectedcontent","style","svg","template","thead","title","video","xmp"]),Io=null,Do=E({},["audio","video","img","source","image","track"]),mr=null,No=E({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ht="http://www.w3.org/1998/Math/MathML",qt="http://www.w3.org/2000/svg",me="http://www.w3.org/1999/xhtml",We=me,fr=!1,br=null,Bc=E({},[Ht,qt,me],Lr),Oo=B(["mi","mo","mn","ms","mtext"]),vr=E({},Oo),zo=B(["annotation-xml"]),gr=E({},zo),Uc=E({},["title","style","font","a","script"]),ut=null,jc=["application/xhtml+xml","text/html"],Kc="text/html",R=null,Ye=null,Wc=t.createElement("form"),$o=function(s){return s instanceof RegExp||s instanceof Function},yr=function(){let s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(Ye&&Ye===s)return;(!s||typeof s!="object")&&(s={}),s=V(s),ut=jc.indexOf(s.PARSER_MEDIA_TYPE)===-1?Kc:s.PARSER_MEDIA_TYPE,R=ut==="application/xhtml+xml"?Lr:bt,I=ke(s,"ALLOWED_TAGS",Ao,{transform:R}),D=ke(s,"ALLOWED_ATTR",Eo,{transform:R}),br=ke(s,"ALLOWED_NAMESPACES",Bc,{transform:Lr}),mr=ke(s,"ADD_URI_SAFE_ATTR",No,{transform:R,base:No}),Io=ke(s,"ADD_DATA_URI_TAGS",Do,{transform:R,base:Do}),pe=ke(s,"FORBID_CONTENTS",pr,{transform:R}),dt=ke(s,"FORBID_TAGS",V({}),{transform:R}),So=ke(s,"FORBID_ATTR",V({}),{transform:R}),Ke=P(s,"USE_PROFILES")?s.USE_PROFILES&&typeof s.USE_PROFILES=="object"?V(s.USE_PROFILES):s.USE_PROFILES:!1,ko=s.ALLOW_ARIA_ATTR!==!1,sr=s.ALLOW_DATA_ATTR!==!1,To=s.ALLOW_UNKNOWN_PROTOCOLS||!1,Lo=s.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Ae=s.SAFE_FOR_TEMPLATES||!1,Ee=s.SAFE_FOR_XML!==!1,Oe=s.WHOLE_DOCUMENT||!1,je=s.RETURN_DOM||!1,$t=s.RETURN_DOM_FRAGMENT||!1,Ft=s.RETURN_TRUSTED_TYPE||!1,dr=s.FORCE_BODY||!1,Co=s.SANITIZE_DOM!==!1,Ro=s.SANITIZE_NAMED_PROPS||!1,ur=s.KEEP_CONTENT!==!1,hr=s.IN_PLACE||!1,wo=Rd(s.ALLOWED_URI_REGEXP)?s.ALLOWED_URI_REGEXP:hs,We=typeof s.NAMESPACE=="string"?s.NAMESPACE:me,vr=P(s,"MATHML_TEXT_INTEGRATION_POINTS")&&s.MATHML_TEXT_INTEGRATION_POINTS&&typeof s.MATHML_TEXT_INTEGRATION_POINTS=="object"?V(s.MATHML_TEXT_INTEGRATION_POINTS):E({},Oo),gr=P(s,"HTML_INTEGRATION_POINTS")&&s.HTML_INTEGRATION_POINTS&&typeof s.HTML_INTEGRATION_POINTS=="object"?V(s.HTML_INTEGRATION_POINTS):E({},zo);let l=P(s,"CUSTOM_ELEMENT_HANDLING")&&s.CUSTOM_ELEMENT_HANDLING&&typeof s.CUSTOM_ELEMENT_HANDLING=="object"?V(s.CUSTOM_ELEMENT_HANDLING):Je(null);if(N=Je(null),P(l,"tagNameCheck")&&$o(l.tagNameCheck)&&(N.tagNameCheck=l.tagNameCheck),P(l,"attributeNameCheck")&&$o(l.attributeNameCheck)&&(N.attributeNameCheck=l.attributeNameCheck),P(l,"allowCustomizedBuiltInElements")&&typeof l.allowCustomizedBuiltInElements=="boolean"&&(N.allowCustomizedBuiltInElements=l.allowCustomizedBuiltInElements),U(N),Ae&&(sr=!1),$t&&(je=!0),Ke&&(I=E({},cs),D=Je(null),Ke.html===!0&&(E(I,ls),E(D,ds)),Ke.svg===!0&&(E(I,Cr),E(D,Ir),E(D,Vt)),Ke.svgFilters===!0&&(E(I,Rr),E(D,Ir),E(D,Vt)),Ke.mathMl===!0&&(E(I,Mr),E(D,us),E(D,Vt))),we.tagCheck=null,we.attributeCheck=null,P(s,"ADD_TAGS")&&(typeof s.ADD_TAGS=="function"?we.tagCheck=s.ADD_TAGS:Te(s.ADD_TAGS)&&(I===Ao&&(I=V(I)),E(I,s.ADD_TAGS,R))),P(s,"ADD_ATTR")&&(typeof s.ADD_ATTR=="function"?we.attributeCheck=s.ADD_ATTR:Te(s.ADD_ATTR)&&(D===Eo&&(D=V(D)),E(D,s.ADD_ATTR,R))),P(s,"ADD_URI_SAFE_ATTR")&&Te(s.ADD_URI_SAFE_ATTR)&&E(mr,s.ADD_URI_SAFE_ATTR,R),P(s,"FORBID_CONTENTS")&&Te(s.FORBID_CONTENTS)&&(pe===pr&&(pe=V(pe)),E(pe,s.FORBID_CONTENTS,R)),P(s,"ADD_FORBID_CONTENTS")&&Te(s.ADD_FORBID_CONTENTS)&&(pe===pr&&(pe=V(pe)),E(pe,s.ADD_FORBID_CONTENTS,R)),ur&&(I["#text"]=!0),Oe&&E(I,["html","head","body"]),I.table&&(E(I,["tbody"]),delete dt.tbody),s.TRUSTED_TYPES_POLICY){if(typeof s.TRUSTED_TYPES_POLICY.createHTML!="function")throw $e('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof s.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw $e('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');let u=K;K=s.TRUSTED_TYPES_POLICY;try{ge=Ue("")}catch(y){throw K=u,y}}else s.TRUSTED_TYPES_POLICY===null?(K=void 0,ge=""):(K===void 0&&(K=Mc()),K&&typeof ge=="string"&&(ge=Ue("")));B&&B(s),Ye=s},Fo=E({},[...Cr,...Rr,...Md]),Ho=E({},[...Mr,...Id]),Yc=function(s,l,u){return l.namespaceURI===me?s==="svg":l.namespaceURI===Ht?s==="svg"&&(u==="annotation-xml"||vr[u]):!!Fo[s]},Gc=function(s,l,u){return l.namespaceURI===me?s==="math":l.namespaceURI===qt?s==="math"&&gr[u]:!!Ho[s]},Vc=function(s,l,u){return l.namespaceURI===qt&&!gr[u]||l.namespaceURI===Ht&&!vr[u]?!1:!Ho[s]&&(Uc[s]||!Fo[s])},Xc=function(s){let l=j(s);(!l||!l.tagName)&&(l={namespaceURI:We,tagName:"template"});let u=bt(s.tagName),y=bt(l.tagName);return br[s.namespaceURI]?s.namespaceURI===qt?Yc(u,l,y):s.namespaceURI===Ht?Gc(u,l,y):s.namespaceURI===me?Vc(u,l,y):!!(ut==="application/xhtml+xml"&&br[s.namespaceURI]):!1},Se=function(s){Ze(e.removed,{element:s});try{j(s).removeChild(s)}catch{if(S(s),!j(s))throw $e("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},Pt=function(s){_r(s);let l=k(s);if(l){let y=[];Xe(l,x=>{Ze(y,x)}),Xe(y,x=>{try{S(x)}catch{}})}let u=Ot(s);if(u)for(let y=u.length-1;y>=0;--y){let x=u[y],w=x&&x.name;if(typeof w=="string")try{s.removeAttribute(w)}catch{}}},ze=function(s,l){try{Ze(e.removed,{attribute:l.getAttributeNode(s),from:l})}catch{Ze(e.removed,{attribute:null,from:l})}if(l.removeAttribute(s),s==="is")if(je||$t)try{Se(l)}catch{}else try{l.setAttribute(s,"")}catch{}},Zc=function(s){let l=Ot(s);if(l)for(let u=l.length-1;u>=0;--u){let y=l[u],x=y&&y.name;if(!(typeof x!="string"||D[R(x)]))try{s.removeAttribute(x)}catch{}}},_r=function(s){let l=[s];for(;l.length>0;){let u=l.pop();(z?z(u):u.nodeType)===re.element&&Zc(u);let x=k(u);if(x)for(let w=x.length-1;w>=0;--w)l.push(x[w])}},Jc=function(s){if(!Ee)return;let l=[s];for(;l.length>0;){let u=l.pop(),y=z?z(u):u.nodeType;if(y===re.processingInstruction||y===re.comment&&q(ms,u.data)){try{S(u)}catch{}continue}if(y===re.element){let w=u,O=R(ne?ne(u):u.nodeName);try{w.hasAttribute&&w.hasAttribute("patchsrc")&&w.removeAttribute("patchsrc"),w.hasAttribute&&w.hasAttribute("for")&&O!=="label"&&O!=="output"&&w.removeAttribute("for")}catch{}}let x=k(u);if(x)for(let w=x.length-1;w>=0;--w)l.push(x[w])}},qo=function(s){let l=null,u=null;if(dr)s="<remove></remove>"+s;else{let w=ns(s,/^[\r\n\t ]+/);u=w&&w[0]}ut==="application/xhtml+xml"&&We===me&&(s='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+s+"</body></html>");let y=K?Ue(s):s;if(We===me)try{l=new _().parseFromString(y,ut)}catch{}if(!l||!l.documentElement){l=or.createDocument(We,"template",null);try{l.documentElement.innerHTML=fr?ge:y}catch{}}let x=l.body||l.documentElement;return s&&u&&x.insertBefore(t.createTextNode(u),x.childNodes[0]||null),We===me?Dc.call(l,Oe?"html":"body")[0]:Oe?l.documentElement:x},Po=function(s){return _o.call(s.ownerDocument||s,s,d.SHOW_ELEMENT|d.SHOW_COMMENT|d.SHOW_TEXT|d.SHOW_PROCESSING_INSTRUCTION|d.SHOW_CDATA_SECTION,null)},Bt=function(s){return s=mt(s,Oc," "),s=mt(s,zc," "),s=mt(s,$c," "),s},xr=function(s){var l;s.normalize();let u=_o.call(s.ownerDocument||s,s,d.SHOW_TEXT|d.SHOW_COMMENT|d.SHOW_CDATA_SECTION|d.SHOW_PROCESSING_INSTRUCTION,null),y=u.nextNode();for(;y;)y.data=Bt(y.data),y=u.nextNode();let x=(l=s.querySelectorAll)===null||l===void 0?void 0:l.call(s,"template");x&&Xe(x,w=>{Ge(w.content)&&xr(w.content)})},Ut=function(s){let l=ne?ne(s):null;return typeof l!="string"||R(l)!=="form"?!1:typeof s.nodeName!="string"||typeof s.textContent!="string"||typeof s.removeChild!="function"||s.attributes!==Ot(s)||typeof s.removeAttribute!="function"||typeof s.setAttribute!="function"||typeof s.namespaceURI!="string"||typeof s.insertBefore!="function"||typeof s.hasChildNodes!="function"||s.nodeType!==z(s)||s.childNodes!==k(s)},Ge=function(s){if(!z||typeof s!="object"||s===null)return!1;try{return z(s)===re.documentFragment}catch{return!1}},ht=function(s){if(!z||typeof s!="object"||s===null)return!1;try{return typeof z(s)=="number"}catch{return!1}};function fe(p,s,l){p.length!==0&&Xe(p,u=>{u.call(e,s,l,Ye)})}let Qc=function(s,l){return!!(Ee&&s.hasChildNodes()&&!ht(s.firstElementChild)&&q(ps,s.textContent)&&q(ps,s.innerHTML)||Ee&&s.namespaceURI===me&&l==="style"&&ht(s.firstElementChild)||s.nodeType===re.processingInstruction||Ee&&s.nodeType===re.comment&&q(ms,s.data))},ed=function(s,l){if(!dt[l]&&jo(l)&&(N.tagNameCheck instanceof RegExp&&q(N.tagNameCheck,l)||N.tagNameCheck instanceof Function&&N.tagNameCheck(l)))return!1;if(ur&&!pe[l]){let u=j(s),y=k(s);if(y&&u){let x=y.length;for(let w=x-1;w>=0;--w){let O=hr?y[w]:L(y[w],!0);u.insertBefore(O,A(s))}}}return Se(s),!0},Bo=function(s,l){if(fe(M.beforeSanitizeElements,s,null),s!==l&&j(s)===null)return!0;if(Ut(s))return Se(s),!0;let u=R(ne?ne(s):s.nodeName);if(fe(M.uponSanitizeElement,s,{tagName:u,allowedTags:I}),s!==l&&j(s)===null)return!0;if(Qc(s,u))return Se(s),!0;if(dt[u]||!(we.tagCheck instanceof Function&&we.tagCheck(u))&&!I[u]){let x=ed(s,u);return x===!1&&fe(M.afterSanitizeElements,s,null),x}if((z?z(s):s.nodeType)===re.element&&!Xc(s)||(u==="noscript"||u==="noembed"||u==="noframes")&&q(Bd,s.innerHTML))return Se(s),!0;if(Ae&&s.nodeType===re.text){let x=Bt(s.textContent);s.textContent!==x&&(Ze(e.removed,{element:s.cloneNode()}),s.textContent=x)}return fe(M.afterSanitizeElements,s,null),!1},Uo=function(s,l,u){if(So[l]||Ee&&l==="patchsrc"||Ee&&l==="for"&&s!=="label"&&s!=="output"||Co&&(l==="id"||l==="name")&&(u in t||u in Wc))return!1;let y=D[l]||we.attributeCheck instanceof Function&&we.attributeCheck(l,s);if(!(sr&&q(Fc,l))){if(!(ko&&q(Hc,l))){if(y){if(!mr[l]){if(!q(wo,mt(u,xo,""))){if(!((l==="src"||l==="xlink:href"||l==="href")&&s!=="script"&&os(u,"data:")===0&&Io[s])){if(!(To&&!q(qc,mt(u,xo,"")))){if(u)return!1}}}}}else if(!(jo(s)&&(N.tagNameCheck instanceof RegExp&&q(N.tagNameCheck,s)||N.tagNameCheck instanceof Function&&N.tagNameCheck(s))&&(N.attributeNameCheck instanceof RegExp&&q(N.attributeNameCheck,l)||N.attributeNameCheck instanceof Function&&N.attributeNameCheck(l,s))||l==="is"&&N.allowCustomizedBuiltInElements&&(N.tagNameCheck instanceof RegExp&&q(N.tagNameCheck,u)||N.tagNameCheck instanceof Function&&N.tagNameCheck(u))))return!1}}return!0},td=E({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),jo=function(s){return!td[bt(s)]&&q(Pc,s)},id=function(s,l,u,y){if(K&&typeof f=="object"&&typeof f.getAttributeType=="function"&&!u)switch(f.getAttributeType(s,l)){case"TrustedHTML":return Ue(y);case"TrustedScriptURL":return Rc(y)}return y},rd=function(s,l,u,y){try{u?s.setAttributeNS(u,l,y):s.setAttribute(l,y),Ut(s)?Se(s):rs(e.removed)}catch{ze(l,s)}},Ko=function(s){fe(M.beforeSanitizeAttributes,s,null);let l=s.attributes;if(!l||Ut(s))return;let u={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:D,forceKeepAttr:void 0},y=l.length,x=R(s.nodeName);for(;y--;){let w=l[y],O=w.name,W=w.namespaceURI,se=w.value,X=R(O),ae=se,G=O==="value"?ae:Ed(ae);if(u.attrName=X,u.attrValue=G,u.keepAttr=!0,u.forceKeepAttr=void 0,fe(M.uponSanitizeAttribute,s,u),G=u.attrValue,Ro&&(X==="id"||X==="name")&&os(G,Mo)!==0&&(ze(O,s),G=Mo+G),Ee&&q(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,G)){ze(O,s);continue}if(X==="attributename"&&ns(G,"href")){ze(O,s);continue}if(!u.forceKeepAttr){if(!u.keepAttr){ze(O,s);continue}if(!Lo&&q(Ud,G)){ze(O,s);continue}if(Ae&&(G=Bt(G)),!Uo(x,X,G)){ze(O,s);continue}G=id(x,X,W,G),G!==ae&&rd(s,O,W,G)}}fe(M.afterSanitizeAttributes,s,null)},jt=function(s){let l=null,u=Po(s);for(fe(M.beforeSanitizeShadowDOM,s,null);l=u.nextNode();)if(fe(M.uponSanitizeShadowNode,l,null),Bo(l,s),Ko(l),Ge(l.content)&&jt(l.content),(z?z(l):l.nodeType)===re.element){let x=he(l);Ge(x)&&(wr(x),jt(x))}fe(M.afterSanitizeShadowDOM,s,null)},wr=function(s){let l=[{node:s,shadow:null}];for(;l.length>0;){let u=l.pop();if(u.shadow){jt(u.shadow);continue}let y=u.node,w=(z?z(y):y.nodeType)===re.element,O=k(y);if(O)for(let W=O.length-1;W>=0;--W)l.push({node:O[W],shadow:null});if(w){let W=ne?ne(y):null;if(typeof W=="string"&&R(W)==="template"){let se=y.content;Ge(se)&&l.push({node:se,shadow:null})}}if(w){let W=he(y);Ge(W)&&l.push({node:null,shadow:W},{node:W,shadow:null})}}};return e.sanitize=function(p){let s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},l=null,u=null,y=null,x=null;if(fr=!p,fr&&(p="<!-->"),typeof p!="string"&&!ht(p)&&(p=Cd(p),typeof p!="string"))throw $e("dirty is not a string, aborting");if(!e.isSupported)return p;ar?(I=lr,D=cr):yr(s),(M.uponSanitizeElement.length>0||M.uponSanitizeAttribute.length>0)&&(I=V(I)),M.uponSanitizeAttribute.length>0&&(D=V(D)),e.removed=[];let w=hr&&typeof p!="string"&&ht(p);if(w){Jc(p);let X=ne?ne(p):p.nodeName;if(typeof X=="string"){let ae=R(X);if(!I[ae]||dt[ae])throw Pt(p),$e("root node is forbidden and cannot be sanitized in-place")}if(Ut(p))throw Pt(p),$e("root node is clobbered and cannot be sanitized in-place");try{wr(p)}catch(ae){throw Pt(p),ae}}else if(ht(p))l=qo("<!---->"),u=l.ownerDocument.importNode(p,!0),u.nodeType===re.element&&u.nodeName==="BODY"||u.nodeName==="HTML"?l=u:l.appendChild(u),wr(u);else{if(!je&&!Ae&&!Oe&&p.indexOf("<")===-1)return K&&Ft?Ue(p):p;if(l=qo(p),!l)return je?null:Ft?ge:""}l&&dr&&Se(l.firstChild);let O=w?p:l,W=Po(O);try{for(;y=W.nextNode();)Bo(y,O),Ko(y),Ge(y.content)&&jt(y.content)}catch(X){throw w&&(Pt(p),Xe(e.removed,ae=>{ae.element&&_r(ae.element)})),X}if(w)return Xe(e.removed,X=>{X.element&&_r(X.element)}),Ae&&xr(p),p;if(je){if(Ae&&xr(l),$t)for(x=Ic.call(l.ownerDocument);l.firstChild;)x.appendChild(l.firstChild);else x=l;return(D.shadowroot||D.shadowrootmode)&&(x=Nc.call(r,x,!0)),x}let se=Oe?l.outerHTML:l.innerHTML;return Oe&&I["!doctype"]&&l.ownerDocument&&l.ownerDocument.doctype&&l.ownerDocument.doctype.name&&q(qd,l.ownerDocument.doctype.name)&&(se="<!DOCTYPE "+l.ownerDocument.doctype.name+`>
278
+ `+se),Ae&&(se=Bt(se)),K&&Ft?Ue(se):se},e.setConfig=function(){let p=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};yr(p),ar=!0,lr=I,cr=D},e.clearConfig=function(){Ye=null,ar=!1,lr=null,cr=null,K=xe,ge=""},e.isValidAttribute=function(p,s,l){Ye||yr({});let u=R(p),y=R(s);return Uo(u,y,l)},e.addHook=function(p,s){typeof s=="function"&&P(M,p)&&Ze(M[p],s)},e.removeHook=function(p,s){if(P(M,p)){if(s!==void 0){let l=wd(M[p],s);return l===-1?void 0:Ad(M[p],l,1)[0]}return rs(M[p])}},e.removeHooks=function(p){P(M,p)&&(M[p]=[])},e.removeAllHooks=function(){M=fs()},e}var bs,is,yd,_d,xd,B,U,Je,vs,Dr,Nr,Xe,wd,rs,Ze,Ad,Te,bt,Lr,ns,mt,os,Ed,Sd,kd,ss,as,P,ft,q,$e,ls,Cr,Rr,Md,Mr,Id,cs,ds,Ir,us,Vt,Dd,Nd,Od,zd,$d,hs,Fd,Hd,qd,Pd,ps,ms,Bd,Ud,re,jd,Kd,fs,ke,$,ys=h(()=>{bs=Object.entries,is=Object.setPrototypeOf,yd=Object.isFrozen,_d=Object.getPrototypeOf,xd=Object.getOwnPropertyDescriptor,B=Object.freeze,U=Object.seal,Je=Object.create,vs=typeof Reflect<"u"&&Reflect,Dr=vs.apply,Nr=vs.construct;B||(B=function(e){return e});U||(U=function(e){return e});Dr||(Dr=function(e,t){for(var r=arguments.length,n=new Array(r>2?r-2:0),o=2;o<r;o++)n[o-2]=arguments[o];return e.apply(t,n)});Nr||(Nr=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return new e(...r)});Xe=F(Array.prototype.forEach),wd=F(Array.prototype.lastIndexOf),rs=F(Array.prototype.pop),Ze=F(Array.prototype.push),Ad=F(Array.prototype.splice),Te=Array.isArray,bt=F(String.prototype.toLowerCase),Lr=F(String.prototype.toString),ns=F(String.prototype.match),mt=F(String.prototype.replace),os=F(String.prototype.indexOf),Ed=F(String.prototype.trim),Sd=F(Number.prototype.toString),kd=F(Boolean.prototype.toString),ss=typeof BigInt>"u"?null:F(BigInt.prototype.toString),as=typeof Symbol>"u"?null:F(Symbol.prototype.toString),P=F(Object.prototype.hasOwnProperty),ft=F(Object.prototype.toString),q=F(RegExp.prototype.test),$e=Td(TypeError);ls=B(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),Cr=B(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Rr=B(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Md=B(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Mr=B(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Id=B(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),cs=B(["#text"]),ds=B(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","command","commandfor","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),Ir=B(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dominant-baseline","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-orientation","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),us=B(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Vt=B(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Dd=U(/{{[\w\W]*|^[\w\W]*}}/g),Nd=U(/<%[\w\W]*|^[\w\W]*%>/g),Od=U(/\${[\w\W]*/g),zd=U(/^data-[\-\w.\u00B7-\uFFFF]+$/),$d=U(/^aria-[\-\w]+$/),hs=U(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Fd=U(/^(?:\w+script|data):/i),Hd=U(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),qd=U(/^html$/i),Pd=U(/^[a-z][.\w]*(-[.\w]+)+$/i),ps=U(/<[/\w!]/g),ms=U(/<[/\w]/g),Bd=U(/<\/no(script|embed|frames)/i),Ud=U(/\/>/i),re={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,processingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},jd=function(){return typeof window>"u"?null:window},Kd=function(e,t){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let r=null,n="data-tt-policy-suffix";t&&t.hasAttribute(n)&&(r=t.getAttribute(n));let o="dompurify"+(r?"#"+r:"");try{return e.createPolicy(o,{createHTML(a){return a},createScriptURL(a){return a}})}catch{return console.warn("TrustedTypes policy "+o+" could not be created."),null}},fs=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},ke=function(e,t,r,n){return P(e,t)&&Te(e[t])?E(n.base?V(n.base):{},e[t],n.transform):r};$=gs()});var _s={};v(_s,{addHook:()=>Vd,clearConfig:()=>eu,clearWindow:()=>nu,default:()=>Wd,isSupported:()=>Gd,isValidAttribute:()=>tu,removeAllHooks:()=>Jd,removeHook:()=>Xd,removeHooks:()=>Zd,removed:()=>ru,sanitize:()=>Yd,setConfig:()=>Qd,version:()=>iu});function nu(){}var Wd,Yd,Gd,Vd,Xd,Zd,Jd,Qd,eu,tu,iu,ru,xs=h(()=>{ys();Wd=$,Yd=$.sanitize.bind($),Gd=$.isSupported,Vd=$.addHook.bind($),Xd=$.removeHook.bind($),Zd=$.removeHooks.bind($),Jd=$.removeAllHooks.bind($),Qd=$.setConfig.bind($),eu=$.clearConfig.bind($),tu=$.isValidAttribute.bind($),iu=$.version,ru=$.removed});function g(i){return typeof i!="string"?"":i.replace(su,e=>ou[e])}function Or(i){return typeof i!="string"?"":i.replace(au,"")}function ye(i){return g(Or(i))}function Fe(i,e){if(typeof i!="string")return"";let t=i.trim();if(!t||/^\s*javascript:/i.test(t)||/^\s*vbscript:/i.test(t)||cu.test(t)||/^data:/i.test(t)&&!ws.test(t))return"";try{let r=new URL(t,e||(typeof location<"u"?location.href:"https://example.invalid/"));return!lu.has(r.protocol)||r.protocol==="data:"&&!ws.test(r.href)?"":r.href}catch{return t.startsWith("#")||t.startsWith("/")?t:""}}function As(i,e){if(typeof i!="string")return"#";let t=i.trim();return t?t.startsWith("#")||t.startsWith("/")&&!t.startsWith("//")?t:/^https?:\/\//i.test(t)?Fe(t,e)||"#":/^\s*javascript:/i.test(t)||/^\s*vbscript:/i.test(t)?"#":t:"#"}function Es(i){let e=String(i||"text").toLowerCase();return du.has(e)?e:"text"}async function uu(){if(vt)return vt;try{let i=await Promise.resolve().then(()=>(xs(),_s));vt=i.default||i}catch{vt=null}return vt}async function Ss(i){if(typeof i!="string")return"";let e=await uu();return e?.sanitize?e.sanitize(i,{USE_PROFILES:{svg:!0,svgFilters:!0},ADD_TAGS:hu,ADD_ATTR:pu,FORBID_TAGS:["script","foreignObject","iframe","object","embed"],FORBID_ATTR:["onload","onerror","onclick","onmouseover"]}):i.replace(/<script[\s\S]*?<\/script>/gi,"").replace(/\s+on\w+\s*=\s*("[^"]*"|'[^']*'|[^\s>]+)/gi,"").replace(/<foreignObject[\s\S]*?<\/foreignObject>/gi,"")}function ks(){return Xt||(typeof window<"u"&&window.trustedTypes?.createPolicy&&(Xt=window.trustedTypes.createPolicy("velinstyle",{createHTML:i=>g(i)})),Xt)}function mu(i){let e=ks(),t=g(Or(i));return e?.createHTML?e.createHTML(t):t}var ou,su,au,lu,cu,ws,du,vt,hu,pu,Xt,C=h(()=>{ou={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},su=/[&<>"']/g,au=/[\u0000-\u0008\u000B\u000C\u000E-\u001F\u007F]/g,lu=new Set(["http:","https:","data:","mailto:","tel:"]),cu=/^data:(?:text\/html|image\/svg\+xml|application\/xml)/i,ws=/^data:image\/(png|jpeg|jpg|gif|webp|avif);base64,/i,du=new Set(["text","password","email","search","tel","url","number"]);vt=null;hu=["svg","g","path","circle","rect","line","polyline","polygon","ellipse","defs","use","symbol","title","desc","clipPath","mask","linearGradient","radialGradient","stop","pattern","text","tspan"],pu=["viewBox","xmlns","fill","stroke","stroke-width","stroke-linecap","stroke-linejoin","d","cx","cy","r","rx","ry","x","y","width","height","x1","y1","x2","y2","points","transform","opacity","class","id","href","xlink:href","aria-hidden","aria-label","aria-labelledby","role","focusable","clip-path","mask","offset","stop-color","stop-opacity","gradientUnits","gradientTransform","spreadMethod","fx","fy","patternUnits","patternContentUnits","preserveAspectRatio"];Xt=null});var Ls={};v(Ls,{default:()=>Ts});var fu,Zt,Ts,zr=h(()=>{C();fu=`
265
279
  :host {
266
280
  position: fixed;
267
281
  z-index: var(--velin-z-toast, 600);
@@ -323,10 +337,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
323
337
  @media (prefers-reduced-motion: reduce) {
324
338
  .toast, .toast--out { animation: none; }
325
339
  }
326
- `,Zt=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._container=null}connectedCallback(){this.shadowRoot.innerHTML=`<style>${Od}</style>`,this._container=this.shadowRoot,this.setAttribute("role","status"),this.setAttribute("aria-live","polite"),this.setAttribute("aria-atomic","true")}show({message:e,type:t="info",duration:i=5e3}={}){let n=t==="error"||t==="danger";this.setAttribute("role",n?"alert":"status"),this.setAttribute("aria-live",n?"assertive":"polite");let o=document.createElement("div");return o.className=`toast toast--${t}`,o.setAttribute("role",n?"alert":"status"),o.innerHTML=`
327
- <div class="toast-content">${m(e)}</div>
340
+ `,Zt=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._container=null}connectedCallback(){this.shadowRoot.innerHTML=`<style>${fu}</style>`,this._container=this.shadowRoot,this.setAttribute("role","status"),this.setAttribute("aria-live","polite"),this.setAttribute("aria-atomic","true")}show({message:e,type:t="info",duration:r=5e3}={}){let n=t==="error"||t==="danger";this.setAttribute("role",n?"alert":"status"),this.setAttribute("aria-live",n?"assertive":"polite");let o=document.createElement("div");return o.className=`toast toast--${t}`,o.setAttribute("role",n?"alert":"status"),o.innerHTML=`
341
+ <div class="toast-content">${g(e)}</div>
328
342
  <button class="toast-close" aria-label="Close">&#215;</button>
329
- `,o.querySelector(".toast-close").addEventListener("click",()=>{this._dismiss(o)}),this._container.appendChild(o),i>0&&setTimeout(()=>this._dismiss(o),i),o}_dismiss(e){!e||!e.parentNode||(e.classList.add("toast--out"),e.addEventListener("animationend",()=>e.remove(),{once:!0}),setTimeout(()=>e.remove(),300))}};customElements.define("velin-toast",Zt);ms=Zt});var vs={};y(vs,{default:()=>bs});function Nd(r,e){let t=Qt[r];return e&&t?.[e]?t[e]:Jt[r]}function zd(){if(typeof document<"u"){let t=document.querySelector('meta[name="velin-icon-sprite"]')?.getAttribute("content")?.trim();if(t)return t;let i=document.documentElement?.getAttribute("data-velin-icon-sprite")?.trim();if(i)return i}return(typeof Je.defaultSprite=="string"?Je.defaultSprite.trim():"")||Or}var Jt,Qt,Dr,Or,Je,bs,Nr=p(()=>{T();Jt={lucide:"https://unpkg.com/lucide-static@latest/icons/{name}.svg",heroicons:"https://unpkg.com/heroicons@2/24/outline/{name}.svg",bootstrap:"https://unpkg.com/bootstrap-icons@latest/icons/{name}.svg",material:"https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsoutlined/{name}/default/24px.svg",fontawesome:"https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/svgs/solid/{name}.svg"},Qt={fontawesome:{regular:"https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/svgs/regular/{name}.svg",solid:"https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/svgs/solid/{name}.svg",brands:"https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/svgs/brands/{name}.svg"},heroicons:{outline:"https://unpkg.com/heroicons@2/24/outline/{name}.svg",solid:"https://unpkg.com/heroicons@2/24/solid/{name}.svg",mini:"https://unpkg.com/heroicons@2/20/solid/{name}.svg"}};Dr=new Map,Or="velin-icons.svg";Je=class extends HTMLElement{static defaultSprite=Or;static get observedAttributes(){return["name","size","label","provider","variant","sprite"]}constructor(){super(),this._rendered=!1}connectedCallback(){this._render()}attributeChangedCallback(){this._rendered&&this._render()}_render(){let e=this.getAttribute("name"),t=this.getAttribute("size")||"24",i=this._resolveA11y(),n=this.getAttribute("provider"),o=this.getAttribute("variant");if(!e){this.innerHTML="";return}if(n&&(Jt[n]||Qt[n])){this._renderFromCDN(e,t,i,n,o);return}this._renderFromSprite(e,t,i)}_resolveA11y(){let e=(this.getAttribute("label")||this.getAttribute("aria-label")||"").trim();return e?{label:e,hidden:!1}:{label:"",hidden:this.getAttribute("aria-hidden")!=="false"}}_renderFromSprite(e,t,i){let n="http://www.w3.org/2000/svg",o=document.createElementNS(n,"svg");o.setAttribute("width",t),o.setAttribute("height",t),o.setAttribute("viewBox","0 0 24 24"),o.setAttribute("fill","none"),o.setAttribute("stroke","currentColor"),o.setAttribute("stroke-width","2"),o.setAttribute("stroke-linecap","round"),o.setAttribute("stroke-linejoin","round"),this._applyStyle(o);let a=document.createElementNS(n,"use"),c=this.getAttribute("sprite"),u=document.getElementById(e),f=u&&u.tagName&&u.tagName.toLowerCase()==="symbol",_;if(c===""||c==null&&f)_=`#${e}`;else{let b=zd();_=`${$e(c||b)||b||Or}#${e}`}a.setAttribute("href",_),o.appendChild(a),this._applyA11y(o,i),this.innerHTML="",this.appendChild(o),this._rendered=!0}async _renderFromCDN(e,t,i,n,o){let a=`${n}:${o||"default"}:${e}`;if(Dr.has(a)){this._injectSVG(Dr.get(a),t,i);return}let c=Nd(n,o);if(!c){this._renderFromSprite(e,t,i);return}let u=$e(c.replace("{name}",e));if(!u){this._renderFromSprite(e,t,i);return}try{let f=await fetch(u);if(!f.ok)throw new Error(`${f.status}`);let _=await f.text();if(!_.includes("<svg"))throw new Error("Not SVG");let b=await rs(_);Dr.set(a,b),this._injectSVG(b,t,i)}catch{this._renderFromSprite(e,t,i)}}_stripForeignA11y(e){e.removeAttribute("role"),e.removeAttribute("aria-label"),e.removeAttribute("aria-labelledby"),e.removeAttribute("aria-hidden"),e.querySelector("title")?.remove(),e.querySelector("desc")?.remove()}_injectSVG(e,t,i){let a=new DOMParser().parseFromString(e,"image/svg+xml").querySelector("svg");if(!a){this.innerHTML="";return}this._stripForeignA11y(a),a.setAttribute("width",t),a.setAttribute("height",t),a.getAttribute("viewBox")||a.setAttribute("viewBox","0 0 24 24"),this._applyStyle(a),this._applyA11y(a,i),this.innerHTML="",this.appendChild(document.importNode(a,!0)),this._rendered=!0}_applyStyle(e){e.style.display="inline-block",e.style.verticalAlign="middle",e.style.flexShrink="0"}_applyA11y(e,t){let{label:i,hidden:n}=t,o=e.querySelector("use");i?(e.setAttribute("role","img"),e.setAttribute("aria-label",i),e.removeAttribute("aria-hidden"),e.removeAttribute("focusable"),o&&o.removeAttribute("aria-hidden")):n&&(e.setAttribute("role","presentation"),e.setAttribute("aria-hidden","true"),e.setAttribute("focusable","false"),e.removeAttribute("aria-label"),o&&(o.setAttribute("aria-hidden","true"),o.setAttribute("focusable","false")))}static get providers(){return Object.keys(Jt)}static registerProvider(e,t,i){Jt[e]=t,i&&Qt[e]&&Object.assign(Qt[e],i)}};customElements.define("velin-icon",Je);bs=Je});var ys={};y(ys,{default:()=>gs});var $d,ei,gs,zr=p(()=>{Z();T();$d=`
343
+ `,o.querySelector(".toast-close").addEventListener("click",()=>{this._dismiss(o)}),this._container.appendChild(o),r>0&&setTimeout(()=>this._dismiss(o),r),o}_dismiss(e){!e||!e.parentNode||(e.classList.add("toast--out"),e.addEventListener("animationend",()=>e.remove(),{once:!0}),setTimeout(()=>e.remove(),300))}};customElements.define("velin-toast",Zt);Ts=Zt});var Rs={};v(Rs,{default:()=>Cs});function bu(i,e){let t=Qt[i];return e&&t?.[e]?t[e]:Jt[i]}function vu(){if(typeof document<"u"){let t=document.querySelector('meta[name="velin-icon-sprite"]')?.getAttribute("content")?.trim();if(t)return t;let r=document.documentElement?.getAttribute("data-velin-icon-sprite")?.trim();if(r)return r}return(typeof Qe.defaultSprite=="string"?Qe.defaultSprite.trim():"")||Fr}var Jt,Qt,$r,Fr,Qe,Cs,Hr=h(()=>{C();Jt={lucide:"https://unpkg.com/lucide-static@latest/icons/{name}.svg",heroicons:"https://unpkg.com/heroicons@2/24/outline/{name}.svg",bootstrap:"https://unpkg.com/bootstrap-icons@latest/icons/{name}.svg",material:"https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsoutlined/{name}/default/24px.svg",fontawesome:"https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/svgs/solid/{name}.svg"},Qt={fontawesome:{regular:"https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/svgs/regular/{name}.svg",solid:"https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/svgs/solid/{name}.svg",brands:"https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/svgs/brands/{name}.svg"},heroicons:{outline:"https://unpkg.com/heroicons@2/24/outline/{name}.svg",solid:"https://unpkg.com/heroicons@2/24/solid/{name}.svg",mini:"https://unpkg.com/heroicons@2/20/solid/{name}.svg"}};$r=new Map,Fr="velin-icons.svg";Qe=class extends HTMLElement{static defaultSprite=Fr;static get observedAttributes(){return["name","size","label","provider","variant","sprite"]}constructor(){super(),this._rendered=!1}connectedCallback(){this._render()}attributeChangedCallback(){this._rendered&&this._render()}_render(){let e=this.getAttribute("name"),t=this.getAttribute("size")||"24",r=this._resolveA11y(),n=this.getAttribute("provider"),o=this.getAttribute("variant");if(!e){this.innerHTML="";return}if(n&&(Jt[n]||Qt[n])){this._renderFromCDN(e,t,r,n,o);return}this._renderFromSprite(e,t,r)}_resolveA11y(){let e=(this.getAttribute("label")||this.getAttribute("aria-label")||"").trim();return e?{label:e,hidden:!1}:{label:"",hidden:this.getAttribute("aria-hidden")!=="false"}}_renderFromSprite(e,t,r){let n="http://www.w3.org/2000/svg",o=document.createElementNS(n,"svg");o.setAttribute("width",t),o.setAttribute("height",t),o.setAttribute("viewBox","0 0 24 24"),o.setAttribute("fill","none"),o.setAttribute("stroke","currentColor"),o.setAttribute("stroke-width","2"),o.setAttribute("stroke-linecap","round"),o.setAttribute("stroke-linejoin","round"),this._applyStyle(o);let a=document.createElementNS(n,"use"),c=this.getAttribute("sprite"),d=document.getElementById(e),m=d&&d.tagName&&d.tagName.toLowerCase()==="symbol",_;if(c===""||c==null&&m)_=`#${e}`;else{let f=vu();_=`${Fe(c||f)||f||Fr}#${e}`}a.setAttribute("href",_),o.appendChild(a),this._applyA11y(o,r),this.innerHTML="",this.appendChild(o),this._rendered=!0}async _renderFromCDN(e,t,r,n,o){let a=`${n}:${o||"default"}:${e}`;if($r.has(a)){this._injectSVG($r.get(a),t,r);return}let c=bu(n,o);if(!c){this._renderFromSprite(e,t,r);return}let d=Fe(c.replace("{name}",e));if(!d){this._renderFromSprite(e,t,r);return}try{let m=await fetch(d);if(!m.ok)throw new Error(`${m.status}`);let _=await m.text();if(!_.includes("<svg"))throw new Error("Not SVG");let f=await Ss(_);$r.set(a,f),this._injectSVG(f,t,r)}catch{this._renderFromSprite(e,t,r)}}_stripForeignA11y(e){e.removeAttribute("role"),e.removeAttribute("aria-label"),e.removeAttribute("aria-labelledby"),e.removeAttribute("aria-hidden"),e.querySelector("title")?.remove(),e.querySelector("desc")?.remove()}_injectSVG(e,t,r){let a=new DOMParser().parseFromString(e,"image/svg+xml").querySelector("svg");if(!a){this.innerHTML="";return}this._stripForeignA11y(a),a.setAttribute("width",t),a.setAttribute("height",t),a.getAttribute("viewBox")||a.setAttribute("viewBox","0 0 24 24"),this._applyStyle(a),this._applyA11y(a,r),this.innerHTML="",this.appendChild(document.importNode(a,!0)),this._rendered=!0}_applyStyle(e){e.style.display="inline-block",e.style.verticalAlign="middle",e.style.flexShrink="0"}_applyA11y(e,t){let{label:r,hidden:n}=t,o=e.querySelector("use");r?(e.setAttribute("role","img"),e.setAttribute("aria-label",r),e.removeAttribute("aria-hidden"),e.removeAttribute("focusable"),o&&o.removeAttribute("aria-hidden")):n&&(e.setAttribute("role","presentation"),e.setAttribute("aria-hidden","true"),e.setAttribute("focusable","false"),e.removeAttribute("aria-label"),o&&(o.setAttribute("aria-hidden","true"),o.setAttribute("focusable","false")))}static get providers(){return Object.keys(Jt)}static registerProvider(e,t,r){Jt[e]=t,r&&Qt[e]&&Object.assign(Qt[e],r)}};customElements.define("velin-icon",Qe);Cs=Qe});var Is={};v(Is,{default:()=>Ms});var gu,ei,Ms,qr=h(()=>{Z();gu=`
330
344
  :host { display: contents; }
331
345
  .overlay {
332
346
  position: fixed;
@@ -371,17 +385,20 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
371
385
  .close-btn:hover { background: var(--velin-color-surface-dim, #eee); color: var(--velin-color-text, #111); }
372
386
  .body { flex: 1; padding: var(--velin-space-5, 1.25rem); overflow-y: auto; }
373
387
  @media (prefers-reduced-motion: reduce) { .overlay, .drawer { transition: none; } }
374
- `,ei=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._prev=null,this._onKey=this._onKey.bind(this)}connectedCallback(){let e=this.getAttribute("title")||"",t=m(e),i="velin-drawer-title";this.shadowRoot.innerHTML=`
375
- <style>${$d}</style>
388
+ `,ei=class extends HTMLElement{static get observedAttributes(){return["open","title"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._prev=null,this._onKey=this._onKey.bind(this),this._onTitleSlot=this._onTitleSlot.bind(this)}connectedCallback(){if(this.shadowRoot.querySelector(".drawer"))return;let e="velin-drawer-title";this.shadowRoot.innerHTML=`
389
+ <style>${gu}</style>
376
390
  <div class="overlay" part="overlay"></div>
377
- <div class="drawer" role="dialog" aria-modal="true" aria-labelledby="${i}" part="drawer">
391
+ <div class="drawer" role="dialog" aria-modal="true" aria-labelledby="${e}" part="drawer">
378
392
  <div class="header" part="header">
379
- <h2 class="title" id="${i}">${t}</h2>
393
+ <h2 class="title" id="${e}" part="title">
394
+ <slot name="title"></slot>
395
+ <span class="title-fallback"></span>
396
+ </h2>
380
397
  <button class="close-btn" aria-label="Close" part="close">&#215;</button>
381
398
  </div>
382
399
  <div class="body" part="body"><slot></slot></div>
383
400
  </div>
384
- `,this.shadowRoot.querySelector(".close-btn").addEventListener("click",()=>this.close()),this.shadowRoot.querySelector(".overlay").addEventListener("click",()=>this.close())}attributeChangedCallback(e){e==="open"&&(this.hasAttribute("open")?this._open():this._close())}open(){this.setAttribute("open","")}close(){this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}_open(){this._prev=ae(),ce(this),document.addEventListener("keydown",this._onKey),requestAnimationFrame(()=>{let e=fe(this.shadowRoot);e.length&&e[0].focus()})}_close(){document.removeEventListener("keydown",this._onKey),G(this),le(this._prev)}_onKey(e){if(e.key==="Escape"){this.close();return}ee(this.shadowRoot,e)}disconnectedCallback(){document.removeEventListener("keydown",this._onKey),G(this)}};customElements.define("velin-drawer",ei);gs=ei});var xs={};y(xs,{default:()=>_s});function Pd(r,e){if(!r||Hd.has(r)||$r.has(r))return;if(document.querySelector(`link[data-velin-theme-css="${r}"]`)){$r.add(r);return}let i=document.createElement("link");i.rel="stylesheet",i.href=`${e.replace(/\/$/,"")}/${r}.min.css`,i.setAttribute("data-velin-theme-css",r),document.head.appendChild(i),$r.add(r)}var Fd,Hd,$r,qd,ti,_s,Fr=p(()=>{Fd=[{slug:"",label:"Default (Light)"},{slug:"dark",label:"Dark"},{slug:"brutalist",label:"Brutalist"},{slug:"corporate",label:"Corporate"},{slug:"earth",label:"Earth"},{slug:"forest",label:"Forest"},{slug:"midnight",label:"Midnight"},{slug:"neon",label:"Neon"},{slug:"nordic",label:"Nordic"},{slug:"ocean",label:"Ocean"},{slug:"pastel",label:"Pastel"},{slug:"retro",label:"Retro"},{slug:"sharp",label:"Sharp"},{slug:"soft",label:"Soft"},{slug:"sunset",label:"Sunset"}],Hd=new Set(["","dark"]),$r=new Set;qd=`
401
+ `,this.shadowRoot.querySelector(".close-btn").addEventListener("click",()=>this.close()),this.shadowRoot.querySelector(".overlay").addEventListener("click",()=>this.close()),this.shadowRoot.querySelector('slot[name="title"]').addEventListener("slotchange",this._onTitleSlot),this._syncTitle()}attributeChangedCallback(e){e==="open"&&(this.hasAttribute("open")?this._open():this._close()),e==="title"&&this._syncTitle()}open(){this.setAttribute("open","")}close(){this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}_syncTitle(){let e=this.shadowRoot?.querySelector(".title-fallback");e&&(e.textContent=this.getAttribute("title")||"")}_hasTitleSlot(){let e=this.shadowRoot?.querySelector('slot[name="title"]');return e?e.assignedNodes({flatten:!0}).some(t=>t.nodeType===Node.TEXT_NODE?!!t.textContent.trim():t.nodeType===Node.ELEMENT_NODE):!1}_onTitleSlot(){let e=this.shadowRoot?.querySelector('[role="dialog"]'),t=this.shadowRoot?.querySelector(".title-fallback");if(!(!e||!t))if(this._hasTitleSlot()){t.hidden=!0,e.removeAttribute("aria-labelledby");let n=this.shadowRoot.querySelector('slot[name="title"]').assignedNodes({flatten:!0}).map(o=>o.textContent||"").join(" ").trim();n&&e.setAttribute("aria-label",n)}else t.hidden=!1,e.removeAttribute("aria-label"),e.setAttribute("aria-labelledby","velin-drawer-title"),this._syncTitle()}_open(){this._prev=le(),de(this),document.addEventListener("keydown",this._onKey),requestAnimationFrame(()=>{let e=be(this.shadowRoot);e.length&&e[0].focus()})}_close(){document.removeEventListener("keydown",this._onKey),Y(this),ce(this._prev)}_onKey(e){if(e.key==="Escape"){this.close();return}te(this.shadowRoot,e)}disconnectedCallback(){document.removeEventListener("keydown",this._onKey),Y(this)}};customElements.define("velin-drawer",ei);Ms=ei});var Ns={};v(Ns,{default:()=>Ds});function xu(i,e){if(!i||_u.has(i)||Pr.has(i))return;if(document.querySelector(`link[data-velin-theme-css="${i}"]`)){Pr.add(i);return}let r=document.createElement("link");r.rel="stylesheet",r.href=`${e.replace(/\/$/,"")}/${i}.min.css`,r.setAttribute("data-velin-theme-css",i),document.head.appendChild(r),Pr.add(i)}var yu,_u,Pr,wu,ti,Ds,Br=h(()=>{yu=[{slug:"",label:"Default (Light)"},{slug:"dark",label:"Dark"},{slug:"brutalist",label:"Brutalist"},{slug:"corporate",label:"Corporate"},{slug:"earth",label:"Earth"},{slug:"forest",label:"Forest"},{slug:"midnight",label:"Midnight"},{slug:"neon",label:"Neon"},{slug:"nordic",label:"Nordic"},{slug:"ocean",label:"Ocean"},{slug:"pastel",label:"Pastel"},{slug:"retro",label:"Retro"},{slug:"sharp",label:"Sharp"},{slug:"soft",label:"Soft"},{slug:"sunset",label:"Sunset"}],_u=new Set(["","dark"]),Pr=new Set;wu=`
385
402
  :host { display: inline-flex; position: relative; }
386
403
  .group {
387
404
  display: inline-flex; align-items: stretch;
@@ -461,7 +478,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
461
478
  border: 1px solid var(--velin-color-border, #ddd);
462
479
  }
463
480
  `,ti=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._onDocClick=this._onDocClick.bind(this),this._onKeyDown=this._onKeyDown.bind(this)}connectedCallback(){this.shadowRoot.innerHTML=`
464
- <style>${qd}</style>
481
+ <style>${wu}</style>
465
482
  <div class="group" part="group">
466
483
  <button class="toggle" part="button" aria-label="Toggle dark mode" aria-pressed="false">
467
484
  <svg class="sun" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" aria-hidden="true" focusable="false">
@@ -481,14 +498,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
481
498
  </button>
482
499
  </div>
483
500
  <ul class="menu" role="menu" aria-label="Theme selection" hidden></ul>
484
- `,this._target=document.querySelector(this.getAttribute("target")||"html"),this._themesBase=this.getAttribute("themes-base")||"dist/themes",this._menu=this.shadowRoot.querySelector(".menu"),this._toggleBtn=this.shadowRoot.querySelector(".toggle"),this._pickerBtn=this.shadowRoot.querySelector(".picker"),this._renderMenu(),this._initPreference(),this._syncTogglePressed(),this._toggleBtn.addEventListener("click",()=>this._toggleDarkMode()),this._pickerBtn.addEventListener("click",t=>{t.stopPropagation(),this._toggleMenu()}),document.addEventListener("click",this._onDocClick),this.shadowRoot.addEventListener("keydown",this._onKeyDown),window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",()=>this._applyFromPreference()),window.addEventListener("storage",t=>{t.key==="velin-theme"&&this._readStorage()})}disconnectedCallback(){document.removeEventListener("click",this._onDocClick)}_renderMenu(){this._menu.innerHTML=Fd.map(e=>`
501
+ `,this._target=document.querySelector(this.getAttribute("target")||"html"),this._themesBase=this.getAttribute("themes-base")||"dist/themes",this._menu=this.shadowRoot.querySelector(".menu"),this._toggleBtn=this.shadowRoot.querySelector(".toggle"),this._pickerBtn=this.shadowRoot.querySelector(".picker"),this._renderMenu(),this._initPreference(),this._syncTogglePressed(),this._toggleBtn.addEventListener("click",()=>this._toggleDarkMode()),this._pickerBtn.addEventListener("click",t=>{t.stopPropagation(),this._toggleMenu()}),document.addEventListener("click",this._onDocClick),this.shadowRoot.addEventListener("keydown",this._onKeyDown),window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",()=>this._applyFromPreference()),window.addEventListener("storage",t=>{t.key==="velin-theme"&&this._readStorage()})}disconnectedCallback(){document.removeEventListener("click",this._onDocClick)}_renderMenu(){this._menu.innerHTML=yu.map(e=>`
485
502
  <li role="none">
486
503
  <button type="button" role="menuitem" data-theme="${e.slug}">
487
504
  <span class="swatch" aria-hidden="true" data-theme-swatch="${e.slug}"></span>
488
505
  ${e.label}
489
506
  </button>
490
507
  </li>
491
- `).join(""),this._menu.removeAttribute("hidden"),this._menu.querySelectorAll("button[data-theme]").forEach(e=>{e.addEventListener("click",()=>{let t=e.getAttribute("data-theme");this._applyTheme(t,{persist:!0}),this._closeMenu()})})}_toggleMenu(){this.hasAttribute("menu-open")?this._closeMenu():this._openMenu()}_openMenu(){this.setAttribute("menu-open",""),this._pickerBtn.setAttribute("aria-expanded","true"),this._highlightActive();let e=this._menu.querySelector("button[data-theme]");e&&e.focus()}_closeMenu(){this.removeAttribute("menu-open"),this._pickerBtn.setAttribute("aria-expanded","false")}_onDocClick(e){this.hasAttribute("menu-open")&&(e.composedPath().includes(this)||this._closeMenu())}_onKeyDown(e){if(this.hasAttribute("menu-open")){if(e.key==="Escape"){e.preventDefault(),this._closeMenu(),this._pickerBtn.focus();return}if(e.key==="ArrowDown"||e.key==="ArrowUp"){e.preventDefault();let t=Array.from(this._menu.querySelectorAll("button[data-theme]")),i=t.indexOf(this.shadowRoot.activeElement);(e.key==="ArrowDown"?t[(i+1)%t.length]:t[(i-1+t.length)%t.length])?.focus()}}}_highlightActive(){let e=this._currentSlug();this._menu.querySelectorAll("button[data-theme]").forEach(t=>{t.getAttribute("data-theme")===e?t.setAttribute("aria-current","true"):t.removeAttribute("aria-current")})}_currentSlug(){if(!this._target)return"";let e=this._target.getAttribute("data-velin-theme");return!e||e==="light"?"":e}_initPreference(){let e=localStorage.getItem("velin-theme");if(e){this._applyTheme(e,{persist:!1});return}this._applyFromPreference()}_readStorage(){let e=localStorage.getItem("velin-theme");this._applyTheme(e||"",{persist:!1})}_applyFromPreference(){if(localStorage.getItem("velin-theme"))return;let e=window.matchMedia("(prefers-color-scheme: dark)").matches;this._applyTheme(e?"dark":"",{persist:!1})}_applyTheme(e,{persist:t}){let i=!e||e==="light"?"":e;this._target&&(i?(this._target.setAttribute("data-velin-theme",i),this.setAttribute("theme",i==="dark"?"dark":i),Pd(i,this._themesBase)):(this._target.removeAttribute("data-velin-theme"),this.removeAttribute("theme")),t&&(i?localStorage.setItem("velin-theme",i):localStorage.removeItem("velin-theme")),this._highlightActive(),this.dispatchEvent(new CustomEvent("velin-theme-change",{bubbles:!0,detail:{theme:i||"light",dark:i==="dark",slug:i}})))}_syncTogglePressed(){let e=this._currentSlug()==="dark";this._toggleBtn?.setAttribute("aria-pressed",e?"true":"false")}_toggleDarkMode(){let t=this._currentSlug()==="dark"?"":"dark";this._applyTheme(t,{persist:!0}),this._syncTogglePressed()}};customElements.define("velin-theme-toggle",ti);_s=ti});var As={};y(As,{default:()=>ws});var Bd,Ud,ii,ws,Hr=p(()=>{T();Z();Bd=`
508
+ `).join(""),this._menu.removeAttribute("hidden"),this._menu.querySelectorAll("button[data-theme]").forEach(e=>{e.addEventListener("click",()=>{let t=e.getAttribute("data-theme");this._applyTheme(t,{persist:!0}),this._closeMenu()})})}_toggleMenu(){this.hasAttribute("menu-open")?this._closeMenu():this._openMenu()}_openMenu(){this.setAttribute("menu-open",""),this._pickerBtn.setAttribute("aria-expanded","true"),this._highlightActive();let e=this._menu.querySelector("button[data-theme]");e&&e.focus()}_closeMenu(){this.removeAttribute("menu-open"),this._pickerBtn.setAttribute("aria-expanded","false")}_onDocClick(e){this.hasAttribute("menu-open")&&(e.composedPath().includes(this)||this._closeMenu())}_onKeyDown(e){if(this.hasAttribute("menu-open")){if(e.key==="Escape"){e.preventDefault(),this._closeMenu(),this._pickerBtn.focus();return}if(e.key==="ArrowDown"||e.key==="ArrowUp"){e.preventDefault();let t=Array.from(this._menu.querySelectorAll("button[data-theme]")),r=t.indexOf(this.shadowRoot.activeElement);(e.key==="ArrowDown"?t[(r+1)%t.length]:t[(r-1+t.length)%t.length])?.focus()}}}_highlightActive(){let e=this._currentSlug();this._menu.querySelectorAll("button[data-theme]").forEach(t=>{t.getAttribute("data-theme")===e?t.setAttribute("aria-current","true"):t.removeAttribute("aria-current")})}_currentSlug(){if(!this._target)return"";let e=this._target.getAttribute("data-velin-theme");return!e||e==="light"?"":e}_initPreference(){let e=localStorage.getItem("velin-theme");if(e){this._applyTheme(e,{persist:!1});return}this._applyFromPreference()}_readStorage(){let e=localStorage.getItem("velin-theme");this._applyTheme(e||"",{persist:!1})}_applyFromPreference(){if(localStorage.getItem("velin-theme"))return;let e=window.matchMedia("(prefers-color-scheme: dark)").matches;this._applyTheme(e?"dark":"",{persist:!1})}_applyTheme(e,{persist:t}){let r=!e||e==="light"?"":e;this._target&&(r?(this._target.setAttribute("data-velin-theme",r),this.setAttribute("theme",r==="dark"?"dark":r),xu(r,this._themesBase)):(this._target.removeAttribute("data-velin-theme"),this.removeAttribute("theme")),t&&(r?localStorage.setItem("velin-theme",r):localStorage.removeItem("velin-theme")),this._highlightActive(),this.dispatchEvent(new CustomEvent("velin-theme-change",{bubbles:!0,detail:{theme:r||"light",dark:r==="dark",slug:r}})))}_syncTogglePressed(){let e=this._currentSlug()==="dark";this._toggleBtn?.setAttribute("aria-pressed",e?"true":"false")}_toggleDarkMode(){let t=this._currentSlug()==="dark"?"":"dark";this._applyTheme(t,{persist:!0}),this._syncTogglePressed()}};customElements.define("velin-theme-toggle",ti);Ds=ti});var zs={};v(zs,{default:()=>Os});var Au,Eu,ii,Os,Ur=h(()=>{C();Z();Au=`
492
509
  :host { position: relative; display: inline-block; }
493
510
  .popover {
494
511
  position: absolute; z-index: var(--velin-z-dropdown, 200);
@@ -513,14 +530,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
513
530
  border-bottom: 1px solid var(--velin-color-border, #ddd);
514
531
  }
515
532
  @media (prefers-reduced-motion: reduce) { .popover { transition: none; } }
516
- `,Ud=0,ii=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open"}),this._popoverId=`velin-popover-${++Ud}`,this._onOutside=this._onOutside.bind(this),this._onKey=this._onKey.bind(this),this._prevFocus=null,this._isDialog=!1}connectedCallback(){let e=this.getAttribute("placement")||"bottom",t=this.getAttribute("trigger")||"click",i=this.getAttribute("title")||"",n=t==="hover"?"tooltip":"dialog";this._isDialog=n==="dialog";let o=i?`${this._popoverId}-title`:"";this.shadowRoot.innerHTML=`
517
- <style>${Bd}</style>
533
+ `,Eu=0,ii=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open"}),this._popoverId=`velin-popover-${++Eu}`,this._onOutside=this._onOutside.bind(this),this._onKey=this._onKey.bind(this),this._prevFocus=null,this._isDialog=!1}connectedCallback(){let e=this.getAttribute("placement")||"bottom",t=this.getAttribute("trigger")||"click",r=this.getAttribute("title")||"",n=t==="hover"?"tooltip":"dialog";this._isDialog=n==="dialog";let o=r?`${this._popoverId}-title`:"";this.shadowRoot.innerHTML=`
534
+ <style>${Au}</style>
518
535
  <slot name="trigger"></slot>
519
536
  <div class="popover popover--${e}" id="${this._popoverId}" role="${n}" part="popover"${o?` aria-labelledby="${o}"`:""}>
520
- ${i?`<div class="popover__title" id="${o}" part="title">${m(i)}</div>`:""}
537
+ ${r?`<div class="popover__title" id="${o}" part="title">${g(r)}</div>`:""}
521
538
  <slot></slot>
522
539
  </div>
523
- `;let a=this.shadowRoot.querySelector(".popover");if(!i&&a){let u=this.getAttribute("aria-label")||(n==="tooltip"?"Tooltip":"Popover");a.setAttribute("aria-label",u)}this.shadowRoot.querySelector('slot[name="trigger"]').addEventListener("slotchange",()=>this._wireTrigger(t)),this._wireTrigger(t)}_ensureTriggerInteractive(e){let t=e.tagName;t!=="BUTTON"&&t!=="A"&&e.getAttribute("role")!=="button"&&(e.setAttribute("role","button"),e.hasAttribute("tabindex")||e.setAttribute("tabindex","0"))}_onTriggerKey(e){if(e.key==="Escape"){this.close();return}(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),this.toggle())}_wireTrigger(e){let t=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];if(!t)return;this._ensureTriggerInteractive(t);let i=e==="hover";t.setAttribute("aria-haspopup",i?"true":"dialog"),t.setAttribute("aria-expanded",this.hasAttribute("open")?"true":"false"),this._isDialog&&t.setAttribute("aria-controls",this._popoverId),t.removeEventListener("keydown",this._onTriggerKeyBound),this._onTriggerKeyBound=this._onTriggerKeyBound||this._onTriggerKey.bind(this),t.addEventListener("keydown",this._onTriggerKeyBound),e==="click"?t.onclick=()=>this.toggle():e==="hover"?(this.onmouseenter=()=>this.open(),this.onmouseleave=()=>this.close(),this.onfocusin=()=>this.open(),this.onfocusout=n=>{this.contains(n.relatedTarget)||this.close()}):e==="focus"&&(t.onfocusin=()=>this.open(),t.onfocusout=()=>this.close())}open(){this.setAttribute("open","");let e=this.querySelector('[slot="trigger"]');e&&e.setAttribute("aria-expanded","true"),document.addEventListener("click",this._onOutside,!0),document.addEventListener("keydown",this._onKey),this._isDialog&&(this._prevFocus=ae(),requestAnimationFrame(()=>{let t=fe(this.shadowRoot.querySelector(".popover"));t.length?t[0].focus():this.shadowRoot.querySelector(".popover")?.focus()}))}close(){this.removeAttribute("open");let e=this.querySelector('[slot="trigger"]');e&&e.setAttribute("aria-expanded","false"),document.removeEventListener("click",this._onOutside,!0),document.removeEventListener("keydown",this._onKey),this._isDialog&&this._prevFocus&&(le(this._prevFocus),this._prevFocus=null)}toggle(){this.hasAttribute("open")?this.close():this.open()}_onOutside(e){this.contains(e.target)||this.close()}_onKey(e){if(e.key==="Escape"){this.close();let t=this.querySelector('[slot="trigger"]');t&&t.focus();return}this._isDialog&&this.hasAttribute("open")&&ee(this.shadowRoot.querySelector(".popover"),e)}disconnectedCallback(){document.removeEventListener("click",this._onOutside,!0),document.removeEventListener("keydown",this._onKey)}};customElements.define("velin-popover",ii);ws=ii});var ks={};y(ks,{default:()=>Es});var jd,ri,Es,Pr=p(()=>{T();jd=`
540
+ `;let a=this.shadowRoot.querySelector(".popover");if(!r&&a){let d=this.getAttribute("aria-label")||(n==="tooltip"?"Tooltip":"Popover");a.setAttribute("aria-label",d)}this.shadowRoot.querySelector('slot[name="trigger"]').addEventListener("slotchange",()=>this._wireTrigger(t)),this._wireTrigger(t)}_ensureTriggerInteractive(e){let t=e.tagName;t!=="BUTTON"&&t!=="A"&&e.getAttribute("role")!=="button"&&(e.setAttribute("role","button"),e.hasAttribute("tabindex")||e.setAttribute("tabindex","0"))}_onTriggerKey(e){if(e.key==="Escape"){this.close();return}(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),this.toggle())}_wireTrigger(e){let t=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];if(!t)return;this._ensureTriggerInteractive(t);let r=e==="hover";t.setAttribute("aria-haspopup",r?"true":"dialog"),t.setAttribute("aria-expanded",this.hasAttribute("open")?"true":"false"),this._isDialog&&t.setAttribute("aria-controls",this._popoverId),t.removeEventListener("keydown",this._onTriggerKeyBound),this._onTriggerKeyBound=this._onTriggerKeyBound||this._onTriggerKey.bind(this),t.addEventListener("keydown",this._onTriggerKeyBound),e==="click"?t.onclick=()=>this.toggle():e==="hover"?(this.onmouseenter=()=>this.open(),this.onmouseleave=()=>this.close(),this.onfocusin=()=>this.open(),this.onfocusout=n=>{this.contains(n.relatedTarget)||this.close()}):e==="focus"&&(t.onfocusin=()=>this.open(),t.onfocusout=()=>this.close())}open(){this.setAttribute("open","");let e=this.querySelector('[slot="trigger"]');e&&e.setAttribute("aria-expanded","true"),document.addEventListener("click",this._onOutside,!0),document.addEventListener("keydown",this._onKey),this._isDialog&&(this._prevFocus=le(),requestAnimationFrame(()=>{let t=be(this.shadowRoot.querySelector(".popover"));t.length?t[0].focus():this.shadowRoot.querySelector(".popover")?.focus()}))}close(){this.removeAttribute("open");let e=this.querySelector('[slot="trigger"]');e&&e.setAttribute("aria-expanded","false"),document.removeEventListener("click",this._onOutside,!0),document.removeEventListener("keydown",this._onKey),this._isDialog&&this._prevFocus&&(ce(this._prevFocus),this._prevFocus=null)}toggle(){this.hasAttribute("open")?this.close():this.open()}_onOutside(e){this.contains(e.target)||this.close()}_onKey(e){if(e.key==="Escape"){this.close();let t=this.querySelector('[slot="trigger"]');t&&t.focus();return}this._isDialog&&this.hasAttribute("open")&&te(this.shadowRoot.querySelector(".popover"),e)}disconnectedCallback(){document.removeEventListener("click",this._onOutside,!0),document.removeEventListener("keydown",this._onKey)}};customElements.define("velin-popover",ii);Os=ii});var Fs={};v(Fs,{default:()=>$s});var Su,ri,$s,jr=h(()=>{C();Su=`
524
541
  :host { display: inline-flex; }
525
542
  button {
526
543
  display: inline-flex; align-items: center; justify-content: center; gap: 0.375rem;
@@ -540,8 +557,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
540
557
  button[data-copied] .copy-icon { display: none; }
541
558
  button[data-copied] .check { display: block; }
542
559
  @media (prefers-reduced-motion: reduce) { button { transition: none; } }
543
- `,ri=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){let e=m(this.getAttribute("label")||"");this.shadowRoot.innerHTML=`
544
- <style>${jd}</style>
560
+ `,ri=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){let e=g(this.getAttribute("label")||"");this.shadowRoot.innerHTML=`
561
+ <style>${Su}</style>
545
562
  <button part="button" aria-label="Copy">
546
563
  <svg class="copy-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
547
564
  <rect x="9" y="9" width="13" height="13" rx="2" ry="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/>
@@ -551,7 +568,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
551
568
  </svg>
552
569
  ${e?`<span>${e}</span>`:""}
553
570
  </button>
554
- `,this.shadowRoot.querySelector("button").addEventListener("click",()=>this._copy())}_getCopyText(){return this.getAttribute("value")||this.getAttribute("text")||this.dataset.source||""}async _copy(){let e=this._getCopyText();if(!e)return;try{await navigator.clipboard.writeText(e)}catch{let i=document.createElement("textarea");i.value=e,i.style.cssText="position:fixed;opacity:0",document.body.appendChild(i),i.select(),document.execCommand("copy"),i.remove()}let t=this.shadowRoot.querySelector("button");t.setAttribute("data-copied",""),t.setAttribute("aria-label","Copied"),this.dispatchEvent(new CustomEvent("velin-copied",{bubbles:!0,detail:{value:e}})),setTimeout(()=>{t.removeAttribute("data-copied"),t.setAttribute("aria-label","Copy")},2e3)}};customElements.get("velin-copy")||customElements.define("velin-copy",ri);Es=ri});var Ts={};y(Ts,{default:()=>Ss});var Kd,ni,Ss,qr=p(()=>{Kd=`
571
+ `,this.shadowRoot.querySelector("button").addEventListener("click",()=>this._copy())}_getCopyText(){return this.getAttribute("value")||this.getAttribute("text")||this.dataset.source||""}async _copy(){let e=this._getCopyText();if(!e)return;try{await navigator.clipboard.writeText(e)}catch{let r=document.createElement("textarea");r.value=e,r.style.cssText="position:fixed;opacity:0",document.body.appendChild(r),r.select(),document.execCommand("copy"),r.remove()}let t=this.shadowRoot.querySelector("button");t.setAttribute("data-copied",""),t.setAttribute("aria-label","Copied"),this.dispatchEvent(new CustomEvent("velin-copied",{bubbles:!0,detail:{value:e}})),setTimeout(()=>{t.removeAttribute("data-copied"),t.setAttribute("aria-label","Copy")},2e3)}};customElements.get("velin-copy")||customElements.define("velin-copy",ri);$s=ri});var qs={};v(qs,{default:()=>Hs});var ku,ni,Hs,Kr=h(()=>{ku=`
555
572
  :host { position: fixed; inset-block-end: var(--velin-scroll-top-bottom, var(--velin-space-4, 1rem)); inset-inline-end: var(--velin-scroll-top-end, var(--velin-space-4, 1rem)); z-index: var(--velin-z-fixed, 300); }
556
573
  button {
557
574
  display: inline-flex; align-items: center; justify-content: center;
@@ -568,13 +585,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
568
585
  svg { width: 1.25rem; height: 1.25rem; }
569
586
  @media (prefers-reduced-motion: reduce) { button { transition: none; } }
570
587
  `,ni=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._onScroll=this._onScroll.bind(this)}connectedCallback(){let e=parseInt(this.getAttribute("threshold")||"300",10);this._threshold=e,this.shadowRoot.innerHTML=`
571
- <style>${Kd}</style>
588
+ <style>${ku}</style>
572
589
  <button part="button" aria-label="Scroll to top">
573
590
  <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" focusable="false">
574
591
  <line x1="12" y1="19" x2="12" y2="5"/><polyline points="5 12 12 5 19 12"/>
575
592
  </svg>
576
593
  </button>
577
- `,this.shadowRoot.querySelector("button").addEventListener("click",()=>{let t=window.matchMedia("(prefers-reduced-motion: reduce)").matches;window.scrollTo({top:0,behavior:t?"auto":"smooth"})}),window.addEventListener("scroll",this._onScroll,{passive:!0}),this._onScroll()}_onScroll(){window.scrollY>this._threshold?this.setAttribute("visible",""):this.removeAttribute("visible")}disconnectedCallback(){window.removeEventListener("scroll",this._onScroll)}};customElements.define("velin-scroll-top",ni);Ss=ni});var Cs={};y(Cs,{default:()=>Ls});var Wd,oi,Ls,Br=p(()=>{Wd=`
594
+ `,this.shadowRoot.querySelector("button").addEventListener("click",()=>{let t=window.matchMedia("(prefers-reduced-motion: reduce)").matches;window.scrollTo({top:0,behavior:t?"auto":"smooth"})}),window.addEventListener("scroll",this._onScroll,{passive:!0}),this._onScroll()}_onScroll(){window.scrollY>this._threshold?this.setAttribute("visible",""):this.removeAttribute("visible")}disconnectedCallback(){window.removeEventListener("scroll",this._onScroll)}};customElements.define("velin-scroll-top",ni);Hs=ni});var Bs={};v(Bs,{default:()=>Ps});var Tu,oi,Ps,Wr=h(()=>{Tu=`
578
595
  :host { display: block; position: relative; overflow: hidden; }
579
596
  .track {
580
597
  display: flex; transition: transform 400ms ease;
@@ -626,7 +643,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
626
643
  .dot:focus-visible { outline: 2px solid var(--velin-color-focus, #2563eb); outline-offset: 2px; }
627
644
  @media (prefers-reduced-motion: reduce) { .track { transition: none; } }
628
645
  `,oi=class extends HTMLElement{static get observedAttributes(){return["autoplay","interval"]}constructor(){super(),this.attachShadow({mode:"open"}),this._index=0,this._timer=null,this._startX=0,this._autoplayPaused=!1}connectedCallback(){this.shadowRoot.innerHTML=`
629
- <style>${Wd}</style>
646
+ <style>${Tu}</style>
630
647
  <div class="track" role="group" aria-roledescription="carousel" part="track"><slot></slot></div>
631
648
  <div class="controls" part="controls">
632
649
  <button class="prev" aria-label="Previous slide" part="prev">
@@ -637,7 +654,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
637
654
  </button>
638
655
  </div>
639
656
  <div class="indicators" role="group" aria-label="Slide indicators" part="indicators"></div>
640
- `,this.shadowRoot.querySelector(".prev").addEventListener("click",()=>this.prev()),this.shadowRoot.querySelector(".next").addEventListener("click",()=>this.next());let e=this.shadowRoot.querySelector(".track");e.addEventListener("touchstart",i=>{this._startX=i.touches[0].clientX},{passive:!0}),e.addEventListener("touchend",i=>{let n=this._startX-i.changedTouches[0].clientX;Math.abs(n)>50&&(n>0?this.next():this.prev())}),this.addEventListener("mouseenter",()=>this._pause()),this.addEventListener("mouseleave",()=>this._resume()),this.addEventListener("focusin",()=>this._pause()),this.addEventListener("focusout",()=>this._resume()),this.addEventListener("keydown",i=>{i.key==="ArrowLeft"?(this.prev(),i.preventDefault()):i.key==="ArrowRight"?(this.next(),i.preventDefault()):i.key==="Home"?(this.goTo(0),i.preventDefault()):i.key==="End"&&(this.goTo(this._count-1),i.preventDefault())}),this.hasAttribute("role")||this.setAttribute("role","region"),this.setAttribute("aria-roledescription","carousel"),this.shadowRoot.querySelector("slot").addEventListener("slotchange",()=>{this._buildDots(),this._update()}),this.hasAttribute("autoplay")&&this._startAutoplay()}get _slides(){return this.shadowRoot.querySelector("slot").assignedElements()}get _count(){return this._slides.length}prev(){this._index=(this._index-1+this._count)%this._count,this._update(),this._emit()}next(){this._index=(this._index+1)%this._count,this._update(),this._emit()}goTo(e){this._index=Math.max(0,Math.min(e,this._count-1)),this._update(),this._emit()}_update(){let e=this.shadowRoot.querySelector(".track");e.style.transform=`translateX(-${this._index*100}%)`,this._slides.forEach((t,i)=>{t.setAttribute("aria-hidden",i!==this._index?"true":"false"),t.inert=i!==this._index,t.setAttribute("aria-roledescription","slide"),t.setAttribute("aria-label",`Slide ${i+1} of ${this._count}`)}),this.shadowRoot.querySelectorAll(".dot").forEach((t,i)=>{t.setAttribute("aria-current",i===this._index?"true":"false")})}_buildDots(){let e=this.shadowRoot.querySelector(".indicators");if(e.innerHTML="",this._slides.forEach((t,i)=>{let n=document.createElement("button");n.type="button",n.className="dot",n.setAttribute("aria-label",`Go to slide ${i+1}`),n.addEventListener("click",()=>this.goTo(i)),e.appendChild(n)}),this.hasAttribute("autoplay")){let t=document.createElement("button");t.type="button",t.className="pause-btn",t.setAttribute("aria-pressed","false"),t.setAttribute("aria-label","Pause automatic slide show"),t.textContent="Pause",t.addEventListener("click",()=>this._toggleAutoplayPause(t)),e.appendChild(t)}this._update()}_toggleAutoplayPause(e){this._autoplayPaused=!this._autoplayPaused,this._autoplayPaused?(this._pause(),e.setAttribute("aria-pressed","true"),e.setAttribute("aria-label","Resume automatic slide show"),e.textContent="Play"):(this._resume(),e.setAttribute("aria-pressed","false"),e.setAttribute("aria-label","Pause automatic slide show"),e.textContent="Pause")}_emit(){this.dispatchEvent(new CustomEvent("velin-slide-change",{bubbles:!0,detail:{index:this._index}}))}_startAutoplay(){let e=parseInt(this.getAttribute("interval")||"5000",10);this._timer=setInterval(()=>this.next(),e)}_pause(){this._timer&&(clearInterval(this._timer),this._timer=null)}_resume(){this.hasAttribute("autoplay")&&!this._timer&&!this._autoplayPaused&&this._startAutoplay()}disconnectedCallback(){this._pause()}};customElements.define("velin-carousel",oi);Ls=oi});var Ms={};y(Ms,{default:()=>Rs});function Vd(r){let e=r.tagName;return e==="BUTTON"||e==="A"&&r.hasAttribute("href")||r.getAttribute("role")==="button"}var Gd,Yd,si,Rs,Ur=p(()=>{Gd=`
657
+ `,this.shadowRoot.querySelector(".prev").addEventListener("click",()=>this.prev()),this.shadowRoot.querySelector(".next").addEventListener("click",()=>this.next());let e=this.shadowRoot.querySelector(".track");e.addEventListener("touchstart",r=>{this._startX=r.touches[0].clientX},{passive:!0}),e.addEventListener("touchend",r=>{let n=this._startX-r.changedTouches[0].clientX;Math.abs(n)>50&&(n>0?this.next():this.prev())}),this.addEventListener("mouseenter",()=>this._pause()),this.addEventListener("mouseleave",()=>this._resume()),this.addEventListener("focusin",()=>this._pause()),this.addEventListener("focusout",()=>this._resume()),this.addEventListener("keydown",r=>{r.key==="ArrowLeft"?(this.prev(),r.preventDefault()):r.key==="ArrowRight"?(this.next(),r.preventDefault()):r.key==="Home"?(this.goTo(0),r.preventDefault()):r.key==="End"&&(this.goTo(this._count-1),r.preventDefault())}),this.hasAttribute("role")||this.setAttribute("role","region"),this.setAttribute("aria-roledescription","carousel"),this.shadowRoot.querySelector("slot").addEventListener("slotchange",()=>{this._buildDots(),this._update()}),this.hasAttribute("autoplay")&&this._startAutoplay()}get _slides(){return this.shadowRoot.querySelector("slot").assignedElements()}get _count(){return this._slides.length}prev(){this._index=(this._index-1+this._count)%this._count,this._update(),this._emit()}next(){this._index=(this._index+1)%this._count,this._update(),this._emit()}goTo(e){this._index=Math.max(0,Math.min(e,this._count-1)),this._update(),this._emit()}_update(){let e=this.shadowRoot.querySelector(".track");e.style.transform=`translateX(-${this._index*100}%)`,this._slides.forEach((t,r)=>{t.setAttribute("aria-hidden",r!==this._index?"true":"false"),t.inert=r!==this._index,t.setAttribute("aria-roledescription","slide"),t.setAttribute("aria-label",`Slide ${r+1} of ${this._count}`)}),this.shadowRoot.querySelectorAll(".dot").forEach((t,r)=>{t.setAttribute("aria-current",r===this._index?"true":"false")})}_buildDots(){let e=this.shadowRoot.querySelector(".indicators");if(e.innerHTML="",this._slides.forEach((t,r)=>{let n=document.createElement("button");n.type="button",n.className="dot",n.setAttribute("aria-label",`Go to slide ${r+1}`),n.addEventListener("click",()=>this.goTo(r)),e.appendChild(n)}),this.hasAttribute("autoplay")){let t=document.createElement("button");t.type="button",t.className="pause-btn",t.setAttribute("aria-pressed","false"),t.setAttribute("aria-label","Pause automatic slide show"),t.textContent="Pause",t.addEventListener("click",()=>this._toggleAutoplayPause(t)),e.appendChild(t)}this._update()}_toggleAutoplayPause(e){this._autoplayPaused=!this._autoplayPaused,this._autoplayPaused?(this._pause(),e.setAttribute("aria-pressed","true"),e.setAttribute("aria-label","Resume automatic slide show"),e.textContent="Play"):(this._resume(),e.setAttribute("aria-pressed","false"),e.setAttribute("aria-label","Pause automatic slide show"),e.textContent="Pause")}_emit(){this.dispatchEvent(new CustomEvent("velin-slide-change",{bubbles:!0,detail:{index:this._index}}))}_startAutoplay(){let e=parseInt(this.getAttribute("interval")||"5000",10);this._timer=setInterval(()=>this.next(),e)}_pause(){this._timer&&(clearInterval(this._timer),this._timer=null)}_resume(){this.hasAttribute("autoplay")&&!this._timer&&!this._autoplayPaused&&this._startAutoplay()}disconnectedCallback(){this._pause()}};customElements.define("velin-carousel",oi);Ps=oi});var js={};v(js,{default:()=>Us});function Ru(i){let e=i.tagName;return e==="BUTTON"||e==="A"&&i.hasAttribute("href")||i.getAttribute("role")==="button"}var Lu,Cu,si,Us,Yr=h(()=>{Lu=`
641
658
  :host { display: block; }
642
659
  .content {
643
660
  overflow: hidden;
@@ -648,7 +665,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
648
665
  :host([open]) .content { grid-template-rows: 1fr; }
649
666
  .inner { min-height: 0; }
650
667
  @media (prefers-reduced-motion: reduce) { .content { transition: none; } }
651
- `,Yd=0;si=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open"}),this._contentId=`velin-collapse-panel-${++Yd}`,this._onTriggerKey=this._onTriggerKey.bind(this)}connectedCallback(){let e=this._contentId;this.shadowRoot.innerHTML="<style>"+Gd+'</style><slot name="trigger"></slot><div class="content" id="'+e+'" part="content"><div class="inner"><slot></slot></div></div>',this.shadowRoot.querySelector('slot[name="trigger"]').addEventListener("slotchange",()=>this._wireTrigger()),this._wireTrigger()}_wireTrigger(){let e=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];e&&(Vd(e)||(e.setAttribute("role","button"),e.hasAttribute("tabindex")||e.setAttribute("tabindex","0")),e.setAttribute("aria-controls",this._contentId),e.setAttribute("aria-expanded",this.hasAttribute("open")?"true":"false"),e.removeEventListener("click",this._onClick),e.removeEventListener("keydown",this._onTriggerKey),this._onClick=()=>this.toggle(),e.addEventListener("click",this._onClick),e.addEventListener("keydown",this._onTriggerKey))}_onTriggerKey(e){(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),this.toggle())}attributeChangedCallback(e){if(e==="open"){let t=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];t&&t.setAttribute("aria-expanded",this.hasAttribute("open")?"true":"false")}}toggle(){this.hasAttribute("open")?this.close():this.open()}open(){this.setAttribute("open",""),this.dispatchEvent(new CustomEvent("velin-open",{bubbles:!0}))}close(){this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}};customElements.define("velin-collapse",si);Rs=si});var Ds={};y(Ds,{default:()=>Is});var ai,Is,jr=p(()=>{ai=class extends HTMLElement{constructor(){super(),this._observer=null,this._activeId=null}connectedCallback(){let e=this.getAttribute("target")||"section[id]",t=this.getAttribute("nav")||"a",i=this.getAttribute("root-margin")||"-20% 0px -60% 0px",n=document.querySelectorAll(e);n.length&&(this._observer=new IntersectionObserver(o=>{for(let a of o)a.isIntersecting&&this._activate(a.target.id,t)},{rootMargin:i,threshold:0}),n.forEach(o=>this._observer.observe(o)))}_activate(e,t){if(this._activeId===e)return;this._activeId=e,this.querySelectorAll(t).forEach(n=>{n.getAttribute("href")===`#${e}`?(n.classList.add("velin-doc-sidebar__link--active"),n.setAttribute("aria-current","true")):(n.classList.remove("velin-doc-sidebar__link--active"),n.removeAttribute("aria-current"))}),this.dispatchEvent(new CustomEvent("velin-spy-change",{bubbles:!0,detail:{id:e}}))}disconnectedCallback(){this._observer&&this._observer.disconnect()}};customElements.define("velin-scrollspy",ai);Is=ai});var Kr={};y(Kr,{VelinTooltip:()=>Qe,VelinTooltipWC:()=>gt,default:()=>Os});var Xd,Zd,Qe,gt,Os,li=p(()=>{T();Xd=`
668
+ `,Cu=0;si=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open"}),this._contentId=`velin-collapse-panel-${++Cu}`,this._onTriggerKey=this._onTriggerKey.bind(this)}connectedCallback(){let e=this._contentId;this.shadowRoot.innerHTML="<style>"+Lu+'</style><slot name="trigger"></slot><div class="content" id="'+e+'" part="content"><div class="inner"><slot></slot></div></div>',this.shadowRoot.querySelector('slot[name="trigger"]').addEventListener("slotchange",()=>this._wireTrigger()),this._wireTrigger()}_wireTrigger(){let e=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];e&&(Ru(e)||(e.setAttribute("role","button"),e.hasAttribute("tabindex")||e.setAttribute("tabindex","0")),e.setAttribute("aria-controls",this._contentId),e.setAttribute("aria-expanded",this.hasAttribute("open")?"true":"false"),e.removeEventListener("click",this._onClick),e.removeEventListener("keydown",this._onTriggerKey),this._onClick=()=>this.toggle(),e.addEventListener("click",this._onClick),e.addEventListener("keydown",this._onTriggerKey))}_onTriggerKey(e){(e.key==="Enter"||e.key===" ")&&(e.preventDefault(),this.toggle())}attributeChangedCallback(e){if(e==="open"){let t=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];t&&t.setAttribute("aria-expanded",this.hasAttribute("open")?"true":"false")}}toggle(){this.hasAttribute("open")?this.close():this.open()}open(){this.setAttribute("open",""),this.dispatchEvent(new CustomEvent("velin-open",{bubbles:!0}))}close(){this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}};customElements.define("velin-collapse",si);Us=si});var Ws={};v(Ws,{default:()=>Ks});var ai,Ks,Gr=h(()=>{ai=class extends HTMLElement{constructor(){super(),this._observer=null,this._activeId=null}connectedCallback(){let e=this.getAttribute("target")||"section[id]",t=this.getAttribute("nav")||"a",r=this.getAttribute("root-margin")||"-20% 0px -60% 0px",n=document.querySelectorAll(e);n.length&&(this._observer=new IntersectionObserver(o=>{for(let a of o)a.isIntersecting&&this._activate(a.target.id,t)},{rootMargin:r,threshold:0}),n.forEach(o=>this._observer.observe(o)))}_activate(e,t){if(this._activeId===e)return;this._activeId=e,this.querySelectorAll(t).forEach(n=>{n.getAttribute("href")===`#${e}`?(n.classList.add("velin-doc-sidebar__link--active"),n.setAttribute("aria-current","true")):(n.classList.remove("velin-doc-sidebar__link--active"),n.removeAttribute("aria-current"))}),this.dispatchEvent(new CustomEvent("velin-spy-change",{bubbles:!0,detail:{id:e}}))}disconnectedCallback(){this._observer&&this._observer.disconnect()}};customElements.define("velin-scrollspy",ai);Ks=ai});var Vr={};v(Vr,{VelinTooltip:()=>et,VelinTooltipWC:()=>gt,default:()=>Ys});var Mu,Iu,et,gt,Ys,li=h(()=>{C();Mu=`
652
669
  :host { position: relative; display: inline-block; }
653
670
  .tip {
654
671
  position: absolute; z-index: var(--velin-z-tooltip, 700);
@@ -667,11 +684,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
667
684
  .tip[data-placement="start"] { right: calc(100% + 6px); top: 50%; transform: translateY(-50%); }
668
685
  .tip[data-placement="end"] { left: calc(100% + 6px); top: 50%; transform: translateY(-50%); }
669
686
  @media (prefers-reduced-motion: reduce) { .tip { transition: none; } }
670
- `,Zd=0,Qe=class extends HTMLElement{static get observedAttributes(){return["content","placement"]}constructor(){super(),this.attachShadow({mode:"open"}),this._tipId=`velin-tooltip-${++Zd}`}connectedCallback(){let e=this.getAttribute("placement")||"top",t="div";this.shadowRoot.innerHTML=`
671
- <style>${Xd}</style>
687
+ `,Iu=0,et=class extends HTMLElement{static get observedAttributes(){return["content","placement"]}constructor(){super(),this.attachShadow({mode:"open"}),this._tipId=`velin-tooltip-${++Iu}`}connectedCallback(){let e=this.getAttribute("placement")||"top",t="div";this.shadowRoot.innerHTML=`
688
+ <style>${Mu}</style>
672
689
  <slot></slot>
673
- <${t} class="tip" id="${this._tipId}" role="tooltip" data-placement="${m(e)}" part="tip">${m(this.getAttribute("content")||"")}</${t}>
674
- `,this.addEventListener("mouseenter",()=>this._show()),this.addEventListener("mouseleave",()=>this._hide()),this.addEventListener("focusin",()=>this._show()),this.addEventListener("focusout",()=>this._hide()),this.addEventListener("keydown",n=>{n.key==="Escape"&&this._hide()}),this.shadowRoot.querySelector("slot").addEventListener("slotchange",()=>this._linkTrigger()),this._linkTrigger()}_linkTrigger(){let e=this.shadowRoot.querySelector("slot")?.assignedElements()[0];e&&(this.hasAttribute("visible")?e.setAttribute("aria-describedby",this._tipId):e.removeAttribute("aria-describedby"))}_show(){this.setAttribute("visible","");let e=this.shadowRoot.querySelector("slot")?.assignedElements()[0];e&&e.setAttribute("aria-describedby",this._tipId),this._flip()}_hide(){this.removeAttribute("visible");let e=this.shadowRoot.querySelector("slot")?.assignedElements()[0];e&&e.removeAttribute("aria-describedby")}_flip(){let e=this.shadowRoot.querySelector(".tip");if(!e)return;let t=e.getBoundingClientRect(),i=this.getAttribute("placement")||"top";i==="top"&&t.top<0?e.setAttribute("data-placement","bottom"):i==="bottom"&&t.bottom>window.innerHeight?e.setAttribute("data-placement","top"):e.setAttribute("data-placement",i)}attributeChangedCallback(e,t,i){let n=this.shadowRoot?.querySelector(".tip");n&&(e==="content"&&(n.textContent=i),e==="placement"&&n.setAttribute("data-placement",i))}},gt=class r extends Qe{static _warned=!1;connectedCallback(){!r._warned&&typeof console<"u"&&console.warn&&(r._warned=!0,console.warn("[velinstyle] <velin-tooltip-wc> is deprecated; use <velin-tooltip> instead.")),super.connectedCallback()}};customElements.get("velin-tooltip")||customElements.define("velin-tooltip",Qe);customElements.get("velin-tooltip-wc")||customElements.define("velin-tooltip-wc",gt);Os=Qe});var Ns={};y(Ns,{announce:()=>ne,ensureAriaLabel:()=>Qd,getAnnouncer:()=>et,liveDotLabel:()=>Wr,respectReducedMotion:()=>eu,syncExpanded:()=>Jd});function et(){return typeof document>"u"?null:(Fe?.isConnected||(Fe=document.querySelector("velin-announcer"),Fe||(Fe=document.createElement("velin-announcer"),document.body.appendChild(Fe))),Fe)}function ne(r,e="polite"){let t=et();!t||typeof t.announce!="function"||t.announce(r,{assertive:e==="assertive"})}function Jd(r,e){if(!r||!e)return;let t=r.getAttribute("aria-expanded")==="true";e.hidden=!t,e.id&&r.setAttribute("aria-controls",e.id)}function Qd(r,e){!r||!e||r.getAttribute("aria-label")?.trim()||r.setAttribute("aria-label",e)}function eu(r,e){typeof matchMedia=="function"&&matchMedia("(prefers-reduced-motion: reduce)").matches&&e?e():r()}function Wr(r){return{live:"Live",idle:"Idle",error:"Error",offline:"Offline",connecting:"Connecting"}[String(r||"live").toLowerCase()]||r||"Live"}var Fe,Le=p(()=>{});var $s={};y($s,{default:()=>zs});var tu,ci,zs,Gr=p(()=>{Z();Le();T();tu=`
690
+ <${t} class="tip" id="${this._tipId}" role="tooltip" data-placement="${g(e)}" part="tip">${g(this.getAttribute("content")||"")}</${t}>
691
+ `,this.addEventListener("mouseenter",()=>this._show()),this.addEventListener("mouseleave",()=>this._hide()),this.addEventListener("focusin",()=>this._show()),this.addEventListener("focusout",()=>this._hide()),this.addEventListener("keydown",n=>{n.key==="Escape"&&this._hide()}),this.shadowRoot.querySelector("slot").addEventListener("slotchange",()=>this._linkTrigger()),this._linkTrigger()}_linkTrigger(){let e=this.shadowRoot.querySelector("slot")?.assignedElements()[0];e&&(this.hasAttribute("visible")?e.setAttribute("aria-describedby",this._tipId):e.removeAttribute("aria-describedby"))}_show(){this.setAttribute("visible","");let e=this.shadowRoot.querySelector("slot")?.assignedElements()[0];e&&e.setAttribute("aria-describedby",this._tipId),this._flip()}_hide(){this.removeAttribute("visible");let e=this.shadowRoot.querySelector("slot")?.assignedElements()[0];e&&e.removeAttribute("aria-describedby")}_flip(){let e=this.shadowRoot.querySelector(".tip");if(!e)return;let t=e.getBoundingClientRect(),r=this.getAttribute("placement")||"top";r==="top"&&t.top<0?e.setAttribute("data-placement","bottom"):r==="bottom"&&t.bottom>window.innerHeight?e.setAttribute("data-placement","top"):e.setAttribute("data-placement",r)}attributeChangedCallback(e,t,r){let n=this.shadowRoot?.querySelector(".tip");n&&(e==="content"&&(n.textContent=r),e==="placement"&&n.setAttribute("data-placement",r))}},gt=class i extends et{static _warned=!1;connectedCallback(){!i._warned&&typeof console<"u"&&console.warn&&(i._warned=!0,console.warn("[velinstyle] <velin-tooltip-wc> is deprecated; use <velin-tooltip> instead.")),super.connectedCallback()}};customElements.get("velin-tooltip")||customElements.define("velin-tooltip",et);customElements.get("velin-tooltip-wc")||customElements.define("velin-tooltip-wc",gt);Ys=et});var Gs={};v(Gs,{announce:()=>oe,ensureAriaLabel:()=>Nu,getAnnouncer:()=>tt,liveDotLabel:()=>Xr,respectReducedMotion:()=>Ou,syncExpanded:()=>Du});function tt(){return typeof document>"u"?null:(He?.isConnected||(He=document.querySelector("velin-announcer"),He||(He=document.createElement("velin-announcer"),document.body.appendChild(He))),He)}function oe(i,e="polite"){let t=tt();!t||typeof t.announce!="function"||t.announce(i,{assertive:e==="assertive"})}function Du(i,e){if(!i||!e)return;let t=i.getAttribute("aria-expanded")==="true";e.hidden=!t,e.id&&i.setAttribute("aria-controls",e.id)}function Nu(i,e){!i||!e||i.getAttribute("aria-label")?.trim()||i.setAttribute("aria-label",e)}function Ou(i,e){typeof matchMedia=="function"&&matchMedia("(prefers-reduced-motion: reduce)").matches&&e?e():i()}function Xr(i){return{live:"Live",idle:"Idle",error:"Error",offline:"Offline",connecting:"Connecting"}[String(i||"live").toLowerCase()]||i||"Live"}var He,Le=h(()=>{});var Xs={};v(Xs,{default:()=>Vs});var zu,ci,Vs,Zr=h(()=>{Z();Le();C();zu=`
675
692
  :host { display: contents; }
676
693
  .overlay {
677
694
  position: fixed; inset: 0; z-index: var(--velin-z-modal, 500);
@@ -710,8 +727,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
710
727
  .nav--prev { left: 0.5rem; }
711
728
  .nav--next { right: 0.5rem; }
712
729
  }
713
- `,ci=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._index=0,this._items=[],this._previousFocus=null,this._onTrapKey=e=>{e.key==="Tab"&&ee(this.shadowRoot,e)}}connectedCallback(){this.shadowRoot.innerHTML=`
714
- <style>${tu}</style>
730
+ `,ci=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._index=0,this._items=[],this._previousFocus=null,this._onTrapKey=e=>{e.key==="Tab"&&te(this.shadowRoot,e)}}connectedCallback(){this.shadowRoot.innerHTML=`
731
+ <style>${zu}</style>
715
732
  <slot></slot>
716
733
  <div class="overlay" role="dialog" aria-modal="true" aria-label="Image lightbox" aria-roledescription="lightbox" part="overlay">
717
734
  <button class="nav nav--prev" aria-label="Previous">&#8249;</button>
@@ -720,7 +737,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
720
737
  <button class="close" aria-label="Close">&times;</button>
721
738
  <div class="counter" part="counter" aria-live="polite" aria-atomic="true"></div>
722
739
  </div>
723
- `;let e=this.shadowRoot.querySelector("slot");e.addEventListener("slotchange",()=>{this._items=e.assignedElements().filter(t=>t.tagName==="IMG"||t.tagName==="VIDEO"||t.dataset.velinLightbox),this._items.forEach((t,i)=>{t.style.cursor="pointer",t.addEventListener("click",()=>this.open(i))})}),this.shadowRoot.querySelector(".close").addEventListener("click",()=>this.close()),this.shadowRoot.querySelector(".nav--prev").addEventListener("click",()=>this._prev()),this.shadowRoot.querySelector(".nav--next").addEventListener("click",()=>this._next()),this.shadowRoot.querySelector(".overlay").addEventListener("click",t=>{t.target.classList.contains("overlay")&&this.close()}),this.shadowRoot.querySelector(".overlay").addEventListener("keydown",t=>{t.key==="Escape"&&this.close(),t.key==="ArrowLeft"&&this._prev(),t.key==="ArrowRight"&&this._next()})}open(e=0){this._previousFocus=document.activeElement,this._index=e,this.setAttribute("open",""),ce(this),this._render();let t=this.shadowRoot.querySelector(".overlay");t.removeEventListener("keydown",this._onTrapKey),t.addEventListener("keydown",this._onTrapKey),this.shadowRoot.querySelector(".close").focus()}close(){this.removeAttribute("open"),G(this),this._previousFocus&&(this._previousFocus.focus(),this._previousFocus=null),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}disconnectedCallback(){G(this)}_prev(){this._index=(this._index-1+this._items.length)%this._items.length,this._render()}_next(){this._index=(this._index+1)%this._items.length,this._render()}_render(){let e=this.shadowRoot.querySelector(".content"),t=this._items[this._index];if(!t)return;let i=$e(t.dataset.velinLightbox||t.src),n=m(t.alt||"");t.tagName==="VIDEO"?e.innerHTML=`<video src="${m(i)}" controls autoplay></video>`:e.innerHTML=`<img src="${m(i)}" alt="${n}">`;let o=this.shadowRoot.querySelector(".counter"),a=`${this._index+1} / ${this._items.length}`;o.textContent=a,ne(`Slide ${a}`,"polite")}};customElements.define("velin-lightbox",ci);zs=ci});var Yr={};y(Yr,{VelinStepper:()=>tt,VelinStepperWC:()=>yt,default:()=>Fs});var iu,tt,yt,Fs,di=p(()=>{T();iu=`
740
+ `;let e=this.shadowRoot.querySelector("slot");e.addEventListener("slotchange",()=>{this._items=e.assignedElements().filter(t=>t.tagName==="IMG"||t.tagName==="VIDEO"||t.dataset.velinLightbox),this._items.forEach((t,r)=>{t.style.cursor="pointer",t.addEventListener("click",()=>this.open(r))})}),this.shadowRoot.querySelector(".close").addEventListener("click",()=>this.close()),this.shadowRoot.querySelector(".nav--prev").addEventListener("click",()=>this._prev()),this.shadowRoot.querySelector(".nav--next").addEventListener("click",()=>this._next()),this.shadowRoot.querySelector(".overlay").addEventListener("click",t=>{t.target.classList.contains("overlay")&&this.close()}),this.shadowRoot.querySelector(".overlay").addEventListener("keydown",t=>{t.key==="Escape"&&this.close(),t.key==="ArrowLeft"&&this._prev(),t.key==="ArrowRight"&&this._next()})}open(e=0){this._previousFocus=document.activeElement,this._index=e,this.setAttribute("open",""),de(this),this._render();let t=this.shadowRoot.querySelector(".overlay");t.removeEventListener("keydown",this._onTrapKey),t.addEventListener("keydown",this._onTrapKey),this.shadowRoot.querySelector(".close").focus()}close(){this.removeAttribute("open"),Y(this),this._previousFocus&&(this._previousFocus.focus(),this._previousFocus=null),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}disconnectedCallback(){Y(this)}_prev(){this._index=(this._index-1+this._items.length)%this._items.length,this._render()}_next(){this._index=(this._index+1)%this._items.length,this._render()}_render(){let e=this.shadowRoot.querySelector(".content"),t=this._items[this._index];if(!t)return;let r=Fe(t.dataset.velinLightbox||t.src),n=g(t.alt||"");t.tagName==="VIDEO"?e.innerHTML=`<video src="${g(r)}" controls autoplay></video>`:e.innerHTML=`<img src="${g(r)}" alt="${n}">`;let o=this.shadowRoot.querySelector(".counter"),a=`${this._index+1} / ${this._items.length}`;o.textContent=a,oe(`Slide ${a}`,"polite")}};customElements.define("velin-lightbox",ci);Vs=ci});var Jr={};v(Jr,{VelinStepper:()=>it,VelinStepperWC:()=>yt,default:()=>Zs});var $u,it,yt,Zs,di=h(()=>{C();$u=`
724
741
  :host { display: block; }
725
742
  .steps {
726
743
  display: flex; gap: var(--velin-space-2, 0.5rem);
@@ -773,11 +790,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
773
790
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
774
791
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
775
792
  }
776
- `,tt=class extends HTMLElement{static get observedAttributes(){return["active","aria-label","labels"]}constructor(){super(),this.attachShadow({mode:"open"}),this._current=0}connectedCallback(){this._current=parseInt(this.getAttribute("active")||"0",10),this._buildSteps()}_buildSteps(){let e=(this.getAttribute("labels")||"").split(",").map(n=>n.trim()),t=this.getAttribute("aria-label")||"Progress",i=e.map((n,o)=>{let a=o<this._current?"completed":o===this._current?"active":"",c=o<this._current?"completed":o===this._current?"current step":"upcoming",u=o<this._current?'<span class="velin-sr-only">Completed</span><span aria-hidden="true">&#10003;</span>':`<span aria-hidden="true">${o+1}</span>`,f=o===this._current?' aria-current="step"':"",_=n?`${n}, ${c}`:`Step ${o+1}, ${c}`;return`<div class="step ${a}" role="listitem" aria-label="${m(_)}"${f}><span class="step__marker">${u}</span><span class="step__label">${m(n)}</span></div>`}).join("");this.shadowRoot.innerHTML=`
777
- <style>${iu}</style>
778
- <div class="steps" role="list" aria-label="${m(t)}" part="steps">${i}</div>
793
+ `,it=class extends HTMLElement{static get observedAttributes(){return["active","aria-label","labels"]}constructor(){super(),this.attachShadow({mode:"open"}),this._current=0}connectedCallback(){this._current=parseInt(this.getAttribute("active")||"0",10),this._buildSteps()}_buildSteps(){let e=(this.getAttribute("labels")||"").split(",").map(n=>n.trim()),t=this.getAttribute("aria-label")||"Progress",r=e.map((n,o)=>{let a=o<this._current?"completed":o===this._current?"active":"",c=o<this._current?"completed":o===this._current?"current step":"upcoming",d=o<this._current?'<span class="velin-sr-only">Completed</span><span aria-hidden="true">&#10003;</span>':`<span aria-hidden="true">${o+1}</span>`,m=o===this._current?' aria-current="step"':"",_=n?`${n}, ${c}`:`Step ${o+1}, ${c}`;return`<div class="step ${a}" role="listitem" aria-label="${g(_)}"${m}><span class="step__marker">${d}</span><span class="step__label">${g(n)}</span></div>`}).join("");this.shadowRoot.innerHTML=`
794
+ <style>${$u}</style>
795
+ <div class="steps" role="list" aria-label="${g(t)}" part="steps">${r}</div>
779
796
  <div class="panels" part="panels"><slot></slot></div>
780
- `}_updatePanels(){(this.shadowRoot.querySelector("slot")?.assignedElements()||[]).forEach((t,i)=>{i===this._current?t.setAttribute("data-active",""):t.removeAttribute("data-active")})}next(){let e=(this.getAttribute("labels")||"").split(",");this._current<e.length-1&&(this._current++,this.setAttribute("active",this._current),this._buildSteps(),this.dispatchEvent(new CustomEvent("velin-step-change",{bubbles:!0,detail:{step:this._current}})))}prev(){this._current>0&&(this._current--,this.setAttribute("active",this._current),this._buildSteps(),this.dispatchEvent(new CustomEvent("velin-step-change",{bubbles:!0,detail:{step:this._current}})))}goTo(e){this._current=e,this.setAttribute("active",this._current),this._buildSteps(),this.dispatchEvent(new CustomEvent("velin-step-change",{bubbles:!0,detail:{step:this._current}}))}attributeChangedCallback(e,t,i){e==="active"&&t!==null&&t!==i&&(this._current=parseInt(i,10),this._buildSteps())}},yt=class r extends tt{static _warned=!1;connectedCallback(){!r._warned&&typeof console<"u"&&console.warn&&(r._warned=!0,console.warn("[velinstyle] <velin-stepper-wc> is deprecated; use <velin-stepper> instead.")),super.connectedCallback()}};customElements.get("velin-stepper")||customElements.define("velin-stepper",tt);customElements.get("velin-stepper-wc")||customElements.define("velin-stepper-wc",yt);Fs=tt});var Ps={};y(Ps,{default:()=>Hs});var ru,ui,Hs,Vr=p(()=>{T();ru=`
797
+ `}_updatePanels(){(this.shadowRoot.querySelector("slot")?.assignedElements()||[]).forEach((t,r)=>{r===this._current?t.setAttribute("data-active",""):t.removeAttribute("data-active")})}next(){let e=(this.getAttribute("labels")||"").split(",");this._current<e.length-1&&(this._current++,this.setAttribute("active",this._current),this._buildSteps(),this.dispatchEvent(new CustomEvent("velin-step-change",{bubbles:!0,detail:{step:this._current}})))}prev(){this._current>0&&(this._current--,this.setAttribute("active",this._current),this._buildSteps(),this.dispatchEvent(new CustomEvent("velin-step-change",{bubbles:!0,detail:{step:this._current}})))}goTo(e){this._current=e,this.setAttribute("active",this._current),this._buildSteps(),this.dispatchEvent(new CustomEvent("velin-step-change",{bubbles:!0,detail:{step:this._current}}))}attributeChangedCallback(e,t,r){e==="active"&&t!==null&&t!==r&&(this._current=parseInt(r,10),this._buildSteps())}},yt=class i extends it{static _warned=!1;connectedCallback(){!i._warned&&typeof console<"u"&&console.warn&&(i._warned=!0,console.warn("[velinstyle] <velin-stepper-wc> is deprecated; use <velin-stepper> instead.")),super.connectedCallback()}};customElements.get("velin-stepper")||customElements.define("velin-stepper",it);customElements.get("velin-stepper-wc")||customElements.define("velin-stepper-wc",yt);Zs=it});var Qs={};v(Qs,{default:()=>Js});var Fu,ui,Js,Qr=h(()=>{C();Fu=`
781
798
  :host { display: contents; }
782
799
  dialog {
783
800
  border: none; border-radius: var(--velin-radius-lg, 0.75rem);
@@ -834,12 +851,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
834
851
  color: var(--velin-color-text, #1a1a2e);
835
852
  }
836
853
  .input:focus { outline: 3px solid var(--velin-color-focus, #2563eb); outline-offset: 0; border-color: var(--velin-color-primary, #2563eb); }
837
- `,ui=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._resolve=null,this._previousFocus=null}connectedCallback(){this.shadowRoot.innerHTML=`<style>${ru}</style><dialog part="dialog"></dialog>`;let e=this.shadowRoot.querySelector("dialog");e&&e.setAttribute("aria-label",this.getAttribute("aria-label")||"Dialog")}alert(e,{title:t="Alert",confirmText:i="OK"}={}){return this._show("alert",e,{title:t,confirmText:i})}confirm(e,{title:t="Confirm",confirmText:i="Confirm",cancelText:n="Cancel",danger:o=!1}={}){return this._show("confirm",e,{title:t,confirmText:i,cancelText:n,danger:o})}prompt(e,{title:t="Input",confirmText:i="Submit",cancelText:n="Cancel",placeholder:o="",defaultValue:a=""}={}){return this._show("prompt",e,{title:t,confirmText:i,cancelText:n,placeholder:o,defaultValue:a})}_show(e,t,i){let n=this.shadowRoot.querySelector("dialog");this._previousFocus=document.activeElement;let o=m(i.title),a=m(t),c=m(i.confirmText),u=m(i.cancelText||""),f=m(i.placeholder||""),_=m(i.defaultValue||""),b=e==="alert"?`<button class="btn btn--primary" data-action="confirm">${c}</button>`:`<button class="btn" data-action="cancel">${u}</button>
838
- <button class="btn ${i.danger?"btn--danger":"btn--primary"}" data-action="confirm">${c}</button>`,g=e==="prompt"?`<input class="input" placeholder="${f}" value="${_}" part="input">`:"",R=`velin-dialog-title-${Math.random().toString(36).slice(2,9)}`;if(n.innerHTML=`
839
- <div class="header"><h3 class="title" id="${R}">${o}</h3><button class="close" aria-label="Close">&times;</button></div>
840
- <div class="body"><p>${a}</p>${g}</div>
841
- <div class="footer">${b}</div>
842
- `,n.setAttribute("aria-modal","true"),n.removeAttribute("aria-label"),n.setAttribute("aria-labelledby",R),n.showModal(),e!=="prompt"){let k=n.querySelector("[data-action]");k&&k.focus()}return new Promise(k=>{if(this._resolve=k,n.querySelector(".close").addEventListener("click",()=>this._dismiss(e,!1,n)),n.querySelectorAll("[data-action]").forEach(A=>{A.addEventListener("click",()=>this._dismiss(e,A.dataset.action==="confirm",n))}),n.addEventListener("cancel",A=>{A.preventDefault(),this._dismiss(e,!1,n)}),e==="prompt"){let A=n.querySelector(".input");A.focus(),A.addEventListener("keydown",S=>{S.key==="Enter"&&this._dismiss(e,!0,n)})}})}_dismiss(e,t,i){if(!this._resolve)return;let n;e==="alert"?n=!0:e==="confirm"?n=t:n=t?i.querySelector(".input")?.value??"":null,i.close(),this._previousFocus&&(this._previousFocus.focus(),this._previousFocus=null),this._resolve(n),this._resolve=null;let o={value:n};this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0,detail:o})),this.dispatchEvent(new CustomEvent("velin-dialog-close",{bubbles:!0,detail:o}))}};customElements.define("velin-dialog",ui);Hs=ui});var Bs={};y(Bs,{default:()=>qs});var nu,hi,qs,Xr=p(()=>{T();nu=`
854
+ `,ui=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._resolve=null,this._previousFocus=null}connectedCallback(){this.shadowRoot.innerHTML=`<style>${Fu}</style><dialog part="dialog"></dialog>`;let e=this.shadowRoot.querySelector("dialog");e&&e.setAttribute("aria-label",this.getAttribute("aria-label")||"Dialog")}alert(e,{title:t="Alert",confirmText:r="OK"}={}){return this._show("alert",e,{title:t,confirmText:r})}confirm(e,{title:t="Confirm",confirmText:r="Confirm",cancelText:n="Cancel",danger:o=!1}={}){return this._show("confirm",e,{title:t,confirmText:r,cancelText:n,danger:o})}prompt(e,{title:t="Input",confirmText:r="Submit",cancelText:n="Cancel",placeholder:o="",defaultValue:a=""}={}){return this._show("prompt",e,{title:t,confirmText:r,cancelText:n,placeholder:o,defaultValue:a})}_show(e,t,r){let n=this.shadowRoot.querySelector("dialog");this._previousFocus=document.activeElement;let o=g(r.title),a=g(t),c=g(r.confirmText),d=g(r.cancelText||""),m=g(r.placeholder||""),_=g(r.defaultValue||""),f=e==="alert"?`<button class="btn btn--primary" data-action="confirm">${c}</button>`:`<button class="btn" data-action="cancel">${d}</button>
855
+ <button class="btn ${r.danger?"btn--danger":"btn--primary"}" data-action="confirm">${c}</button>`,b=e==="prompt"?`<input class="input" placeholder="${m}" value="${_}" part="input">`:"",L=`velin-dialog-title-${Math.random().toString(36).slice(2,9)}`;if(n.innerHTML=`
856
+ <div class="header"><h3 class="title" id="${L}">${o}</h3><button class="close" aria-label="Close">&times;</button></div>
857
+ <div class="body"><p>${a}</p>${b}</div>
858
+ <div class="footer">${f}</div>
859
+ `,n.setAttribute("aria-modal","true"),n.removeAttribute("aria-label"),n.setAttribute("aria-labelledby",L),n.showModal(),e!=="prompt"){let S=n.querySelector("[data-action]");S&&S.focus()}return new Promise(S=>{if(this._resolve=S,n.querySelector(".close").addEventListener("click",()=>this._dismiss(e,!1,n)),n.querySelectorAll("[data-action]").forEach(A=>{A.addEventListener("click",()=>this._dismiss(e,A.dataset.action==="confirm",n))}),n.addEventListener("cancel",A=>{A.preventDefault(),this._dismiss(e,!1,n)}),e==="prompt"){let A=n.querySelector(".input");A.focus(),A.addEventListener("keydown",k=>{k.key==="Enter"&&this._dismiss(e,!0,n)})}})}_dismiss(e,t,r){if(!this._resolve)return;let n;e==="alert"?n=!0:e==="confirm"?n=t:n=t?r.querySelector(".input")?.value??"":null,r.close(),this._previousFocus&&(this._previousFocus.focus(),this._previousFocus=null),this._resolve(n),this._resolve=null;let o={value:n};this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0,detail:o})),this.dispatchEvent(new CustomEvent("velin-dialog-close",{bubbles:!0,detail:o}))}};customElements.define("velin-dialog",ui);Js=ui});var ta={};v(ta,{default:()=>ea});var Hu,hi,ea,en=h(()=>{C();Hu=`
843
860
  :host { display: inline-flex; font-variant-numeric: tabular-nums; }
844
861
  .wrap { display: inline-flex; gap: var(--velin-space-3, 0.75rem); align-items: flex-start; }
845
862
  .segment {
@@ -869,7 +886,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
869
886
  :host([size="sm"]) .value { font-size: var(--velin-text-xl, 1.25rem); }
870
887
  :host([size="sm"]) .segment { min-width: 2.5rem; }
871
888
  :host([size="lg"]) .value { font-size: var(--velin-text-5xl, 3.052rem); }
872
- `,hi=class extends HTMLElement{static get observedAttributes(){return["datetime"]}constructor(){super(),this.attachShadow({mode:"open"}),this._timer=null}connectedCallback(){this.shadowRoot.innerHTML=`<style>${nu}</style><div class="wrap"></div>`,this._wrap=this.shadowRoot.querySelector(".wrap"),this.setAttribute("role","timer"),this.setAttribute("aria-live","polite"),this.setAttribute("aria-atomic","true"),this._start()}_start(){this._update(),this._timer=setInterval(()=>this._update(),1e3)}_update(){let e=new Date(this.getAttribute("datetime")).getTime(),t=Date.now(),i=Math.max(0,e-t),n=Math.floor(i/864e5),o=Math.floor(i%864e5/36e5),a=Math.floor(i%36e5/6e4),c=Math.floor(i%6e4/1e3),u=S=>String(S).padStart(2,"0"),f=this.getAttribute("show-days")!=="false",_=m(this.getAttribute("label-days")||"Days"),b=m(this.getAttribute("label-hours")||"Hours"),g=m(this.getAttribute("label-minutes")||"Min"),R=m(this.getAttribute("label-seconds")||"Sec"),k="";f&&(k+=`<div class="segment" part="days"><span class="value">${u(n)}</span><span class="label">${_}</span></div><span class="separator">:</span>`),k+=`<div class="segment" part="hours"><span class="value">${u(o)}</span><span class="label">${b}</span></div><span class="separator">:</span>`,k+=`<div class="segment" part="minutes"><span class="value">${u(a)}</span><span class="label">${g}</span></div><span class="separator">:</span>`,k+=`<div class="segment" part="seconds"><span class="value">${u(c)}</span><span class="label">${R}</span></div>`,this._wrap&&(this._wrap.innerHTML=k);let A=`${n} days, ${o} hours, ${a} minutes, ${c} seconds remaining`;this.setAttribute("aria-label",A),i<=0&&(clearInterval(this._timer),this.dispatchEvent(new CustomEvent("velin-countdown-end",{bubbles:!0})))}disconnectedCallback(){this._timer&&clearInterval(this._timer)}attributeChangedCallback(){this._timer&&(clearInterval(this._timer),this._start())}};customElements.define("velin-countdown",hi);qs=hi});var js={};y(js,{default:()=>Us});var ou,pi,Us,Zr=p(()=>{ou=`
889
+ `,hi=class extends HTMLElement{static get observedAttributes(){return["datetime"]}constructor(){super(),this.attachShadow({mode:"open"}),this._timer=null}connectedCallback(){this.shadowRoot.innerHTML=`<style>${Hu}</style><div class="wrap"></div>`,this._wrap=this.shadowRoot.querySelector(".wrap"),this.setAttribute("role","timer"),this.setAttribute("aria-live","polite"),this.setAttribute("aria-atomic","true"),this._start()}_start(){this._update(),this._timer=setInterval(()=>this._update(),1e3)}_update(){let e=new Date(this.getAttribute("datetime")).getTime(),t=Date.now(),r=Math.max(0,e-t),n=Math.floor(r/864e5),o=Math.floor(r%864e5/36e5),a=Math.floor(r%36e5/6e4),c=Math.floor(r%6e4/1e3),d=k=>String(k).padStart(2,"0"),m=this.getAttribute("show-days")!=="false",_=g(this.getAttribute("label-days")||"Days"),f=g(this.getAttribute("label-hours")||"Hours"),b=g(this.getAttribute("label-minutes")||"Min"),L=g(this.getAttribute("label-seconds")||"Sec"),S="";m&&(S+=`<div class="segment" part="days"><span class="value">${d(n)}</span><span class="label">${_}</span></div><span class="separator">:</span>`),S+=`<div class="segment" part="hours"><span class="value">${d(o)}</span><span class="label">${f}</span></div><span class="separator">:</span>`,S+=`<div class="segment" part="minutes"><span class="value">${d(a)}</span><span class="label">${b}</span></div><span class="separator">:</span>`,S+=`<div class="segment" part="seconds"><span class="value">${d(c)}</span><span class="label">${L}</span></div>`,this._wrap&&(this._wrap.innerHTML=S);let A=`${n} days, ${o} hours, ${a} minutes, ${c} seconds remaining`;this.setAttribute("aria-label",A),r<=0&&(clearInterval(this._timer),this.dispatchEvent(new CustomEvent("velin-countdown-end",{bubbles:!0})))}disconnectedCallback(){this._timer&&clearInterval(this._timer)}attributeChangedCallback(){this._timer&&(clearInterval(this._timer),this._start())}};customElements.define("velin-countdown",hi);ea=hi});var ra={};v(ra,{default:()=>ia});var qu,pi,ia,tn=h(()=>{qu=`
873
890
  :host { display: inline-flex; align-items: center; justify-content: center; }
874
891
  svg { transform: rotate(-90deg); }
875
892
  .track { fill: none; stroke: var(--velin-color-border, #e5e5e5); }
@@ -887,16 +904,16 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
887
904
  }
888
905
  :host { position: relative; }
889
906
  @media (prefers-reduced-motion: reduce) { .fill { transition: none; } }
890
- `,pi=class extends HTMLElement{static get observedAttributes(){return["value","size","stroke","color"]}constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){this._render()}_render(){let e=Math.min(100,Math.max(0,parseInt(this.getAttribute("value")||"0",10))),t=parseInt(this.getAttribute("size")||"120",10),i=parseInt(this.getAttribute("stroke")||"8",10),n=(t-i)/2,o=2*Math.PI*n,a=o-e/100*o,c=this.getAttribute("color"),u=c?`stroke: var(--velin-color-${c}, ${c});`:"",f=this.getAttribute("label")!=="false";this.shadowRoot.innerHTML=`
891
- <style>${ou}</style>
907
+ `,pi=class extends HTMLElement{static get observedAttributes(){return["value","size","stroke","color"]}constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){this._render()}_render(){let e=Math.min(100,Math.max(0,parseInt(this.getAttribute("value")||"0",10))),t=parseInt(this.getAttribute("size")||"120",10),r=parseInt(this.getAttribute("stroke")||"8",10),n=(t-r)/2,o=2*Math.PI*n,a=o-e/100*o,c=this.getAttribute("color"),d=c?`stroke: var(--velin-color-${c}, ${c});`:"",m=this.getAttribute("label")!=="false";this.shadowRoot.innerHTML=`
908
+ <style>${qu}</style>
892
909
  <svg width="${t}" height="${t}" viewBox="0 0 ${t} ${t}" part="svg" role="progressbar" aria-valuenow="${e}" aria-valuemin="0" aria-valuemax="100">
893
- <circle class="track" cx="${t/2}" cy="${t/2}" r="${n}" stroke-width="${i}" />
894
- <circle class="fill" cx="${t/2}" cy="${t/2}" r="${n}" stroke-width="${i}"
910
+ <circle class="track" cx="${t/2}" cy="${t/2}" r="${n}" stroke-width="${r}" />
911
+ <circle class="fill" cx="${t/2}" cy="${t/2}" r="${n}" stroke-width="${r}"
895
912
  stroke-dasharray="${o}" stroke-dashoffset="${a}"
896
- style="${u}" part="fill" />
913
+ style="${d}" part="fill" />
897
914
  </svg>
898
- ${f?`<span class="label" part="label">${e}%</span>`:""}
899
- `,this.setAttribute("role","progressbar"),this.setAttribute("aria-valuenow",e),this.setAttribute("aria-valuemin","0"),this.setAttribute("aria-valuemax","100"),this.setAttribute("aria-label",this.getAttribute("aria-label")||`${e}%`)}attributeChangedCallback(){this._render()}};customElements.define("velin-progress-ring",pi);Us=pi});var Ws={};y(Ws,{default:()=>Ks});var su,mi,Ks,Jr=p(()=>{su=/^[a-zA-Z0-9_-]{1,64}$/,mi=class extends HTMLElement{static get observedAttributes(){return["key","storage"]}constructor(){super(),this._debounceTimer=null,this._onInput=this._onInput.bind(this),this._onSubmit=this._onSubmit.bind(this),this._onReset=this._onReset.bind(this)}get storageKey(){let e=this.getAttribute("key")||"default";return`velin-persist-${su.test(e)?e:"default"}`}get _storage(){return this.getAttribute("storage")==="session"?sessionStorage:localStorage}connectedCallback(){this.style.display="contents",this.addEventListener("input",this._onInput),this.addEventListener("change",this._onInput),this.addEventListener("submit",this._onSubmit),this.addEventListener("reset",this._onReset),requestAnimationFrame(()=>this._restore())}disconnectedCallback(){this.removeEventListener("input",this._onInput),this.removeEventListener("change",this._onInput),this.removeEventListener("submit",this._onSubmit),this.removeEventListener("reset",this._onReset),this._debounceTimer&&clearTimeout(this._debounceTimer)}_onInput(){this._debounceTimer&&clearTimeout(this._debounceTimer),this._debounceTimer=setTimeout(()=>this._save(),300)}_onSubmit(e){this.clear()}_onReset(){requestAnimationFrame(()=>this.clear())}_getFields(){return this.querySelectorAll("input[name], textarea[name], select[name]")}_save(){let e={};this._getFields().forEach(t=>{let i=t.name;i&&(t.type==="password"||t.type==="file"||(t.type==="checkbox"?e[i]=t.checked:t.type==="radio"?t.checked&&(e[i]=t.value):e[i]=t.value))});try{let t=JSON.stringify(e);if(t.length>65536)return;this._storage.setItem(this.storageKey,t)}catch(t){(t.name==="QuotaExceededError"||t.code===22)&&this.dispatchEvent(new CustomEvent("velin-persist-error",{bubbles:!0,detail:{error:"quota"}}))}}_restore(){let e;try{let t=this._storage.getItem(this.storageKey);if(!t||t.length>65536||(e=JSON.parse(t),typeof e!="object"||e===null))return}catch{return}this._getFields().forEach(t=>{let i=t.name;i in e&&(t.type==="checkbox"?t.checked=!!e[i]:t.type==="radio"?t.checked=t.value===e[i]:t.value=e[i])}),this.dispatchEvent(new CustomEvent("velin-persist-restore",{bubbles:!0,detail:{data:e}}))}clear(){try{this._storage.removeItem(this.storageKey)}catch{}this.dispatchEvent(new CustomEvent("velin-persist-clear",{bubbles:!0}))}};customElements.define("velin-persist",mi);Ks=mi});var Ys={};y(Ys,{default:()=>Gs});var au,fi,Gs,Qr=p(()=>{Z();T();au=`
915
+ ${m?`<span class="label" part="label">${e}%</span>`:""}
916
+ `,this.setAttribute("role","progressbar"),this.setAttribute("aria-valuenow",e),this.setAttribute("aria-valuemin","0"),this.setAttribute("aria-valuemax","100"),this.setAttribute("aria-label",this.getAttribute("aria-label")||`${e}%`)}attributeChangedCallback(){this._render()}};customElements.define("velin-progress-ring",pi);ia=pi});var oa={};v(oa,{default:()=>na});var Pu,mi,na,rn=h(()=>{Pu=/^[a-zA-Z0-9_-]{1,64}$/,mi=class extends HTMLElement{static get observedAttributes(){return["key","storage"]}constructor(){super(),this._debounceTimer=null,this._onInput=this._onInput.bind(this),this._onSubmit=this._onSubmit.bind(this),this._onReset=this._onReset.bind(this)}get storageKey(){let e=this.getAttribute("key")||"default";return`velin-persist-${Pu.test(e)?e:"default"}`}get _storage(){return this.getAttribute("storage")==="session"?sessionStorage:localStorage}connectedCallback(){this.style.display="contents",this.addEventListener("input",this._onInput),this.addEventListener("change",this._onInput),this.addEventListener("submit",this._onSubmit),this.addEventListener("reset",this._onReset),requestAnimationFrame(()=>this._restore())}disconnectedCallback(){this.removeEventListener("input",this._onInput),this.removeEventListener("change",this._onInput),this.removeEventListener("submit",this._onSubmit),this.removeEventListener("reset",this._onReset),this._debounceTimer&&clearTimeout(this._debounceTimer)}_onInput(){this._debounceTimer&&clearTimeout(this._debounceTimer),this._debounceTimer=setTimeout(()=>this._save(),300)}_onSubmit(e){this.clear()}_onReset(){requestAnimationFrame(()=>this.clear())}_getFields(){return this.querySelectorAll("input[name], textarea[name], select[name]")}_save(){let e={};this._getFields().forEach(t=>{let r=t.name;r&&(t.type==="password"||t.type==="file"||(t.type==="checkbox"?e[r]=t.checked:t.type==="radio"?t.checked&&(e[r]=t.value):e[r]=t.value))});try{let t=JSON.stringify(e);if(t.length>65536)return;this._storage.setItem(this.storageKey,t)}catch(t){(t.name==="QuotaExceededError"||t.code===22)&&this.dispatchEvent(new CustomEvent("velin-persist-error",{bubbles:!0,detail:{error:"quota"}}))}}_restore(){let e;try{let t=this._storage.getItem(this.storageKey);if(!t||t.length>65536||(e=JSON.parse(t),typeof e!="object"||e===null))return}catch{return}this._getFields().forEach(t=>{let r=t.name;r in e&&(t.type==="checkbox"?t.checked=!!e[r]:t.type==="radio"?t.checked=t.value===e[r]:t.value=e[r])}),this.dispatchEvent(new CustomEvent("velin-persist-restore",{bubbles:!0,detail:{data:e}}))}clear(){try{this._storage.removeItem(this.storageKey)}catch{}this.dispatchEvent(new CustomEvent("velin-persist-clear",{bubbles:!0}))}};customElements.define("velin-persist",mi);na=mi});var aa={};v(aa,{default:()=>sa});var Bu,fi,sa,nn=h(()=>{Z();C();Bu=`
900
917
  :host { display: inline-block; position: relative; }
901
918
  .listbox {
902
919
  position: absolute; z-index: var(--velin-z-dropdown, 100);
@@ -921,11 +938,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
921
938
  ::slotted([role="option"][aria-selected="true"]) {
922
939
  background: var(--velin-color-surface-dim, #eee);
923
940
  }
924
- `,fi=class extends HTMLElement{static get observedAttributes(){return["open","aria-label"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onDocClick=this._onDocClick.bind(this),this._onKey=this._onKey.bind(this)}connectedCallback(){let e=`velin-combobox-list-${Math.random().toString(36).slice(2,9)}`;this._listId=e;let t=m(this.getAttribute("aria-label")||"Options");this.shadowRoot.innerHTML=`
925
- <style>${au}</style>
941
+ `,fi=class extends HTMLElement{static get observedAttributes(){return["open","aria-label"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onDocClick=this._onDocClick.bind(this),this._onKey=this._onKey.bind(this)}connectedCallback(){let e=`velin-combobox-list-${Math.random().toString(36).slice(2,9)}`;this._listId=e;let t=g(this.getAttribute("aria-label")||"Options");this.shadowRoot.innerHTML=`
942
+ <style>${Bu}</style>
926
943
  <slot name="trigger"></slot>
927
944
  <div class="listbox" id="${e}" role="listbox" aria-label="${t}" part="listbox"><slot></slot></div>
928
- `,this.shadowRoot.querySelector('slot[name="trigger"]').addEventListener("slotchange",()=>this._wireTrigger()),this.shadowRoot.querySelector("slot:not([name])")?.addEventListener("slotchange",()=>this._wireOptions()),this._wireTrigger(),this._wireOptions(),this.addEventListener("keydown",this._onKey)}_wireTrigger(){let e=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];if(!e)return;e.setAttribute("role","combobox"),e.setAttribute("aria-expanded",this.hasAttribute("open")?"true":"false"),e.setAttribute("aria-controls",this._listId),e.setAttribute("aria-autocomplete","list"),e.id||(e.id=`velin-combobox-trigger-${Math.random().toString(36).slice(2,9)}`);let t=this.shadowRoot.querySelector(".listbox");t&&t.setAttribute("aria-labelledby",e.id),e.dataset.velinComboWired||(e.dataset.velinComboWired="1",e.addEventListener("click",()=>this.toggle()),e.addEventListener("keydown",i=>{(i.key==="ArrowDown"||i.key==="Enter")&&(i.preventDefault(),this.open())}))}_wireOptions(){this._getOptions().forEach((t,i)=>{t.setAttribute("role","option"),t.setAttribute("aria-selected",t.hasAttribute("selected")?"true":"false"),t.setAttribute("tabindex",i===0?"0":"-1")})}_getOptions(){let e=this.shadowRoot.querySelector("slot:not([name])");return e?e.assignedElements().filter(t=>!t.hidden):[]}toggle(){this.hasAttribute("open")?this.close():this.open()}open(){this.setAttribute("open","");let e=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];e&&e.setAttribute("aria-expanded","true"),document.addEventListener("click",this._onDocClick,!0),requestAnimationFrame(()=>{let t=this._getOptions();t.length&&t[0].focus()})}close(){this.removeAttribute("open");let e=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];e&&(e.setAttribute("aria-expanded","false"),e.focus()),document.removeEventListener("click",this._onDocClick,!0),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}_onDocClick(e){this.contains(e.target)||this.close()}_onKey(e){if(!this.hasAttribute("open"))return;if(e.key==="Escape"){this.close();return}let t=this._getOptions();t.length&&(te(this,t,e),e.key==="Enter"&&t.includes(e.target)&&(this._selectOption(e.target),this.close()))}_selectOption(e){this._getOptions().forEach(i=>i.setAttribute("aria-selected",i===e?"true":"false"));let t=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];t&&"value"in t&&(t.value=e.textContent?.trim()||""),this.dispatchEvent(new CustomEvent("velin-select",{bubbles:!0,detail:{option:e}}))}attributeChangedCallback(e){if(e==="open"&&this._wireTrigger(),e==="aria-label"){let t=this.shadowRoot?.querySelector(".listbox");t&&t.setAttribute("aria-label",m(this.getAttribute("aria-label")||"Options"))}}disconnectedCallback(){document.removeEventListener("click",this._onDocClick,!0)}};customElements.define("velin-combobox",fi);Gs=fi});var Xs={};y(Xs,{default:()=>Vs});var lu,bi,Vs,en=p(()=>{T();lu=`
945
+ `,this.shadowRoot.querySelector('slot[name="trigger"]').addEventListener("slotchange",()=>this._wireTrigger()),this.shadowRoot.querySelector("slot:not([name])")?.addEventListener("slotchange",()=>this._wireOptions()),this._wireTrigger(),this._wireOptions(),this.addEventListener("keydown",this._onKey)}_wireTrigger(){let e=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];if(!e)return;e.setAttribute("role","combobox"),e.setAttribute("aria-expanded",this.hasAttribute("open")?"true":"false"),e.setAttribute("aria-controls",this._listId),e.setAttribute("aria-autocomplete","list"),e.id||(e.id=`velin-combobox-trigger-${Math.random().toString(36).slice(2,9)}`);let t=this.shadowRoot.querySelector(".listbox");t&&t.setAttribute("aria-labelledby",e.id),e.dataset.velinComboWired||(e.dataset.velinComboWired="1",e.addEventListener("click",()=>this.toggle()),e.addEventListener("keydown",r=>{(r.key==="ArrowDown"||r.key==="Enter")&&(r.preventDefault(),this.open())}))}_wireOptions(){this._getOptions().forEach((t,r)=>{t.setAttribute("role","option"),t.setAttribute("aria-selected",t.hasAttribute("selected")?"true":"false"),t.setAttribute("tabindex",r===0?"0":"-1")})}_getOptions(){let e=this.shadowRoot.querySelector("slot:not([name])");return e?e.assignedElements().filter(t=>!t.hidden):[]}toggle(){this.hasAttribute("open")?this.close():this.open()}open(){this.setAttribute("open","");let e=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];e&&e.setAttribute("aria-expanded","true"),document.addEventListener("click",this._onDocClick,!0),requestAnimationFrame(()=>{let t=this._getOptions();t.length&&t[0].focus()})}close(){this.removeAttribute("open");let e=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];e&&(e.setAttribute("aria-expanded","false"),e.focus()),document.removeEventListener("click",this._onDocClick,!0),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}_onDocClick(e){this.contains(e.target)||this.close()}_onKey(e){if(!this.hasAttribute("open"))return;if(e.key==="Escape"){this.close();return}let t=this._getOptions();t.length&&(ie(this,t,e),e.key==="Enter"&&t.includes(e.target)&&(this._selectOption(e.target),this.close()))}_selectOption(e){this._getOptions().forEach(r=>r.setAttribute("aria-selected",r===e?"true":"false"));let t=this.shadowRoot.querySelector('slot[name="trigger"]')?.assignedElements()[0];t&&"value"in t&&(t.value=e.textContent?.trim()||""),this.dispatchEvent(new CustomEvent("velin-select",{bubbles:!0,detail:{option:e}}))}attributeChangedCallback(e){if(e==="open"&&this._wireTrigger(),e==="aria-label"){let t=this.shadowRoot?.querySelector(".listbox");t&&t.setAttribute("aria-label",g(this.getAttribute("aria-label")||"Options"))}}disconnectedCallback(){document.removeEventListener("click",this._onDocClick,!0)}};customElements.define("velin-combobox",fi);sa=fi});var ca={};v(ca,{default:()=>la});var Uu,bi,la,on=h(()=>{C();Uu=`
929
946
  :host { display: block; }
930
947
  nav {
931
948
  display: flex;
@@ -955,10 +972,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
955
972
  color: var(--velin-color-primary, #2563eb);
956
973
  font-weight: var(--velin-weight-semibold, 600);
957
974
  }
958
- `,bi=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._onSlot=this._onSlot.bind(this)}connectedCallback(){let e=m(this.getAttribute("aria-label")||"Bottom navigation");this.shadowRoot.innerHTML=`
959
- <style>${lu}</style>
975
+ `,bi=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"}),this._onSlot=this._onSlot.bind(this)}connectedCallback(){let e=g(this.getAttribute("aria-label")||"Bottom navigation");this.shadowRoot.innerHTML=`
976
+ <style>${Uu}</style>
960
977
  <nav role="navigation" aria-label="${e}"><slot></slot></nav>
961
- `,this.shadowRoot.querySelector("slot").addEventListener("slotchange",this._onSlot),this._onSlot()}_onSlot(){this._syncCurrent(),this._syncSlotLabels()}_syncSlotLabels(){let e=this.shadowRoot?.querySelector("slot");e&&e.assignedElements().forEach(t=>{if(!t.textContent?.replace(/\s+/g," ").trim()&&!t.getAttribute("aria-label")){let n=t.getAttribute("data-nav")||t.getAttribute("title")||t.getAttribute("aria-labelledby");n&&t.setAttribute("aria-label",n)}t.tagName==="A"&&!t.getAttribute("href")&&(t.setAttribute("role","button"),t.hasAttribute("tabindex")||t.setAttribute("tabindex","0"),t._velinBottomNavKey||(t._velinBottomNavKey=n=>{(n.key==="Enter"||n.key===" ")&&(n.preventDefault(),t.click())},t.addEventListener("keydown",t._velinBottomNavKey)))})}_syncCurrent(){let e=this.shadowRoot?.querySelector("slot");if(!e)return;let t=this.getAttribute("current");e.assignedElements().forEach(i=>{i.hasAttribute("current")||t&&(i.dataset.nav===t||i.getAttribute("data-nav")===t)?(i.setAttribute("current",""),i.setAttribute("aria-current","page")):(i.removeAttribute("current"),i.removeAttribute("aria-current"))})}static get observedAttributes(){return["aria-label","current"]}attributeChangedCallback(e){if(e==="aria-label"){let t=this.shadowRoot?.querySelector("nav");t&&t.setAttribute("aria-label",m(this.getAttribute("aria-label")||"Bottom navigation"))}e==="current"&&this._syncCurrent()}};customElements.define("velin-bottom-nav",bi);Vs=bi});var ve,it=p(()=>{ve=`
978
+ `,this.shadowRoot.querySelector("slot").addEventListener("slotchange",this._onSlot),this._onSlot()}_onSlot(){this._syncCurrent(),this._syncSlotLabels()}_syncSlotLabels(){let e=this.shadowRoot?.querySelector("slot");e&&e.assignedElements().forEach(t=>{if(!t.textContent?.replace(/\s+/g," ").trim()&&!t.getAttribute("aria-label")){let n=t.getAttribute("data-nav")||t.getAttribute("title")||t.getAttribute("aria-labelledby");n&&t.setAttribute("aria-label",n)}t.tagName==="A"&&!t.getAttribute("href")&&(t.setAttribute("role","button"),t.hasAttribute("tabindex")||t.setAttribute("tabindex","0"),t._velinBottomNavKey||(t._velinBottomNavKey=n=>{(n.key==="Enter"||n.key===" ")&&(n.preventDefault(),t.click())},t.addEventListener("keydown",t._velinBottomNavKey)))})}_syncCurrent(){let e=this.shadowRoot?.querySelector("slot");if(!e)return;let t=this.getAttribute("current");e.assignedElements().forEach(r=>{r.hasAttribute("current")||t&&(r.dataset.nav===t||r.getAttribute("data-nav")===t)?(r.setAttribute("current",""),r.setAttribute("aria-current","page")):(r.removeAttribute("current"),r.removeAttribute("aria-current"))})}static get observedAttributes(){return["aria-label","current"]}attributeChangedCallback(e){if(e==="aria-label"){let t=this.shadowRoot?.querySelector("nav");t&&t.setAttribute("aria-label",g(this.getAttribute("aria-label")||"Bottom navigation"))}e==="current"&&this._syncCurrent()}};customElements.define("velin-bottom-nav",bi);la=bi});var J,Ce=h(()=>{J=`
962
979
  :host { display: block; }
963
980
  button, [role="button"] {
964
981
  min-inline-size: 2.75rem;
@@ -974,8 +991,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
974
991
  border: 1px solid ButtonText;
975
992
  }
976
993
  }
977
- `});var Js={};y(Js,{default:()=>Zs});var cu,vi,Zs,tn=p(()=>{Z();T();it();cu=`
978
- ${ve}
994
+ `});var ua={};v(ua,{default:()=>da});var ju,vi,da,sn=h(()=>{Z();Ce();ju=`
995
+ ${J}
979
996
  :host { display: contents; }
980
997
  .overlay {
981
998
  position: fixed; inset: 0; z-index: var(--velin-z-overlay, 400);
@@ -1003,20 +1020,29 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1003
1020
  border-bottom: 1px solid var(--velin-color-border, #ddd);
1004
1021
  }
1005
1022
  .title { font-size: var(--velin-text-lg, 1.25rem); font-weight: 600; margin: 0; }
1023
+ .close-btn {
1024
+ min-width: 2.75rem; min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center;
1025
+ background: none; border: none; border-radius: var(--velin-radius-md, 0.5rem); cursor: pointer;
1026
+ color: var(--velin-color-text-muted, #666); font-size: 1.5rem; line-height: 1;
1027
+ }
1028
+ .close-btn:hover { background: var(--velin-color-surface-dim, #eee); color: var(--velin-color-text, #111); }
1006
1029
  .body { flex: 1; overflow-y: auto; padding: var(--velin-space-5, 1.25rem); }
1007
1030
  @media (prefers-reduced-motion: reduce) { .overlay, .sheet { transition: none; } }
1008
- `,vi=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._prev=null,this._onKey=this._onKey.bind(this)}connectedCallback(){let e=m(this.getAttribute("title")||this.getAttribute("label")||""),t="velin-sheet-title";this.shadowRoot.innerHTML=`
1009
- <style>${cu}</style>
1031
+ `,vi=class extends HTMLElement{static get observedAttributes(){return["open","title","label"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._prev=null,this._onKey=this._onKey.bind(this),this._onTitleSlot=this._onTitleSlot.bind(this)}connectedCallback(){if(this.shadowRoot.querySelector(".sheet"))return;let e="velin-sheet-title";this.shadowRoot.innerHTML=`
1032
+ <style>${ju}</style>
1010
1033
  <div class="overlay" part="overlay"></div>
1011
- <div class="sheet" role="dialog" aria-modal="true" aria-labelledby="${t}" part="sheet">
1034
+ <div class="sheet" role="dialog" aria-modal="true" aria-labelledby="${e}" part="sheet">
1012
1035
  <div class="header" part="header">
1013
- <h2 class="title" id="${t}">${e}</h2>
1036
+ <h2 class="title" id="${e}" part="title">
1037
+ <slot name="title"></slot>
1038
+ <span class="title-fallback"></span>
1039
+ </h2>
1014
1040
  <button class="close-btn" aria-label="Close" part="close">&#215;</button>
1015
1041
  </div>
1016
1042
  <div class="body" part="body"><slot></slot></div>
1017
1043
  </div>
1018
- `,this.shadowRoot.querySelector(".close-btn").addEventListener("click",()=>this.close()),this.shadowRoot.querySelector(".overlay").addEventListener("click",()=>this.close()),this.hasAttribute("open")&&this._open()}attributeChangedCallback(e){e==="open"&&(this.hasAttribute("open")?this._open():this._close())}open(){this.setAttribute("open","")}close(){this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}_open(){this._prev=ae(),ce(this),document.addEventListener("keydown",this._onKey),requestAnimationFrame(()=>{let e=fe(this.shadowRoot);e.length&&e[0].focus()})}_close(){document.removeEventListener("keydown",this._onKey),G(this),le(this._prev)}_onKey(e){if(e.key==="Escape"){this.close();return}ee(this.shadowRoot,e)}disconnectedCallback(){document.removeEventListener("keydown",this._onKey),G(this)}};customElements.define("velin-sheet",vi);Zs=vi});var ea={};y(ea,{default:()=>Qs});var du,gi,Qs,rn=p(()=>{Z();T();it();du=`
1019
- ${ve}
1044
+ `,this.shadowRoot.querySelector(".close-btn").addEventListener("click",()=>this.close()),this.shadowRoot.querySelector(".overlay").addEventListener("click",()=>this.close()),this.shadowRoot.querySelector('slot[name="title"]').addEventListener("slotchange",this._onTitleSlot),this._syncTitle(),this.hasAttribute("open")&&this._open()}attributeChangedCallback(e){e==="open"&&(this.hasAttribute("open")?this._open():this._close()),(e==="title"||e==="label")&&this._syncTitle()}open(){this.setAttribute("open","")}close(){this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}_syncTitle(){let e=this.shadowRoot?.querySelector(".title-fallback");e&&(e.textContent=this.getAttribute("title")||this.getAttribute("label")||"")}_hasTitleSlot(){let e=this.shadowRoot?.querySelector('slot[name="title"]');return e?e.assignedNodes({flatten:!0}).some(t=>t.nodeType===Node.TEXT_NODE?!!t.textContent.trim():t.nodeType===Node.ELEMENT_NODE):!1}_onTitleSlot(){let e=this.shadowRoot?.querySelector('[role="dialog"]'),t=this.shadowRoot?.querySelector(".title-fallback");if(!(!e||!t))if(this._hasTitleSlot()){t.hidden=!0,e.removeAttribute("aria-labelledby");let n=this.shadowRoot.querySelector('slot[name="title"]').assignedNodes({flatten:!0}).map(o=>o.textContent||"").join(" ").trim();n&&e.setAttribute("aria-label",n)}else t.hidden=!1,e.removeAttribute("aria-label"),e.setAttribute("aria-labelledby","velin-sheet-title"),this._syncTitle()}_open(){this._prev=le(),de(this),document.addEventListener("keydown",this._onKey),requestAnimationFrame(()=>{let e=be(this.shadowRoot);e.length&&e[0].focus()})}_close(){document.removeEventListener("keydown",this._onKey),Y(this),ce(this._prev)}_onKey(e){if(e.key==="Escape"){this.close();return}te(this.shadowRoot,e)}disconnectedCallback(){document.removeEventListener("keydown",this._onKey),Y(this)}};customElements.define("velin-sheet",vi);da=vi});var pa={};v(pa,{default:()=>ha});var Ku,gi,ha,an=h(()=>{Z();C();Ce();Ku=`
1045
+ ${J}
1020
1046
  :host { display: block; }
1021
1047
  .group {
1022
1048
  display: inline-flex;
@@ -1042,11 +1068,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1042
1068
  font-weight: var(--velin-weight-semibold, 600);
1043
1069
  box-shadow: var(--velin-shadow-sm, 0 1px 2px rgba(0,0,0,0.06));
1044
1070
  }
1045
- `,gi=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onClick=this._onClick.bind(this),this._onKey=this._onKey.bind(this)}connectedCallback(){let e=m(this.getAttribute("aria-label")||"Segmented control");this.shadowRoot.innerHTML=`
1046
- <style>${du}</style>
1071
+ `,gi=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onClick=this._onClick.bind(this),this._onKey=this._onKey.bind(this)}connectedCallback(){let e=g(this.getAttribute("aria-label")||"Segmented control");this.shadowRoot.innerHTML=`
1072
+ <style>${Ku}</style>
1047
1073
  <div class="group" role="group" aria-label="${e}"><slot></slot></div>
1048
- `,this.addEventListener("click",this._onClick),this.addEventListener("keydown",this._onKey),this.shadowRoot.querySelector("slot")?.addEventListener("slotchange",()=>this._init()),this._init()}_getButtons(){let e=this.shadowRoot.querySelector("slot");return e?e.assignedElements().filter(t=>t.tagName==="BUTTON"):[]}_init(){let e=this._getButtons(),t=e.find(i=>i.hasAttribute("selected"))||e[0];e.forEach((i,n)=>{i.setAttribute("aria-pressed",i===t?"true":"false"),i.setAttribute("tabindex",i===t?"0":"-1")})}_onClick(e){let t=e.target.closest("button");!t||!this.contains(t)||this._select(t)}_select(e){this._getButtons().forEach(t=>{t.setAttribute("aria-pressed",t===e?"true":"false"),t.setAttribute("tabindex",t===e?"0":"-1")}),this.dispatchEvent(new CustomEvent("velin-change",{bubbles:!0,detail:{value:e.value||e.textContent?.trim()}}))}_onKey(e){let t=this._getButtons();if(t.includes(e.target)&&(te(this,t,e),["ArrowLeft","ArrowRight","Home","End"].includes(e.key))){let i=t.find(n=>n.getAttribute("tabindex")==="0");i&&this._select(i)}}static get observedAttributes(){return["aria-label"]}attributeChangedCallback(e){if(e==="aria-label"){let t=this.shadowRoot?.querySelector(".group");t&&t.setAttribute("aria-label",m(this.getAttribute("aria-label")||"Segmented control"))}}disconnectedCallback(){this.removeEventListener("click",this._onClick),this.removeEventListener("keydown",this._onKey)}};customElements.define("velin-segmented-control",gi);Qs=gi});var ra={};y(ra,{default:()=>ia});var uu,ta,yi,ia,nn=p(()=>{Z();T();it();uu=`
1049
- ${ve}
1074
+ `,this.addEventListener("click",this._onClick),this.addEventListener("keydown",this._onKey),this.shadowRoot.querySelector("slot")?.addEventListener("slotchange",()=>this._init()),this._init()}_getButtons(){let e=this.shadowRoot.querySelector("slot");return e?e.assignedElements().filter(t=>t.tagName==="BUTTON"):[]}_init(){let e=this._getButtons(),t=e.find(r=>r.hasAttribute("selected"))||e[0];e.forEach((r,n)=>{r.setAttribute("aria-pressed",r===t?"true":"false"),r.setAttribute("tabindex",r===t?"0":"-1")})}_onClick(e){let t=e.target.closest("button");!t||!this.contains(t)||this._select(t)}_select(e){this._getButtons().forEach(t=>{t.setAttribute("aria-pressed",t===e?"true":"false"),t.setAttribute("tabindex",t===e?"0":"-1")}),this.dispatchEvent(new CustomEvent("velin-change",{bubbles:!0,detail:{value:e.value||e.textContent?.trim()}}))}_onKey(e){let t=this._getButtons();if(t.includes(e.target)&&(ie(this,t,e),["ArrowLeft","ArrowRight","Home","End"].includes(e.key))){let r=t.find(n=>n.getAttribute("tabindex")==="0");r&&this._select(r)}}static get observedAttributes(){return["aria-label"]}attributeChangedCallback(e){if(e==="aria-label"){let t=this.shadowRoot?.querySelector(".group");t&&t.setAttribute("aria-label",g(this.getAttribute("aria-label")||"Segmented control"))}}disconnectedCallback(){this.removeEventListener("click",this._onClick),this.removeEventListener("keydown",this._onKey)}};customElements.define("velin-segmented-control",gi);ha=gi});var ba={};v(ba,{default:()=>fa});var Wu,ma,yi,fa,ln=h(()=>{Z();C();Ce();Wu=`
1075
+ ${J}
1050
1076
  :host { display: inline-block; }
1051
1077
  .stars { display: inline-flex; gap: var(--velin-space-1, 0.25rem); }
1052
1078
  button {
@@ -1055,8 +1081,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1055
1081
  color: var(--velin-color-border, #ccc);
1056
1082
  }
1057
1083
  button[aria-checked="true"] { color: var(--velin-color-warning, #f59e0b); }
1058
- `,ta=5,yi=class extends HTMLElement{static get observedAttributes(){return["value"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onClick=this._onClick.bind(this),this._onKey=this._onKey.bind(this)}connectedCallback(){this.shadowRoot.innerHTML=`<style>${uu}</style><div class="stars" role="radiogroup"></div>`,this._render(),this.shadowRoot.querySelector(".stars").addEventListener("click",this._onClick),this.shadowRoot.querySelector(".stars").addEventListener("keydown",this._onKey)}_value(){let e=parseInt(this.getAttribute("value")||"0",10);return Math.min(ta,Math.max(0,Number.isNaN(e)?0:e))}_render(){let e=this.shadowRoot.querySelector(".stars"),t=this._value(),i=m(this.getAttribute("aria-label")||"Rating");e.setAttribute("aria-label",i),e.innerHTML="";for(let n=1;n<=ta;n++){let o=document.createElement("button");o.type="button",o.setAttribute("role","radio"),o.setAttribute("aria-checked",n<=t?"true":"false"),o.setAttribute("aria-label",m(`${n} star${n>1?"s":""}`)),o.setAttribute("tabindex",n===(t||1)?"0":"-1"),o.dataset.value=String(n),o.textContent=n<=t?"\u2605":"\u2606",e.appendChild(o)}}_getButtons(){return[...this.shadowRoot.querySelectorAll('button[role="radio"]')]}_onClick(e){let t=e.target.closest("button");t&&this._setValue(parseInt(t.dataset.value,10))}_onKey(e){let t=this._getButtons();if(t.includes(e.target)&&(te(this,t,e),["ArrowLeft","ArrowRight","Home","End"].includes(e.key))){let i=t.find(n=>n.getAttribute("tabindex")==="0");i&&this._setValue(parseInt(i.dataset.value,10))}}_setValue(e){this.setAttribute("value",String(e)),this.dispatchEvent(new CustomEvent("velin-change",{bubbles:!0,detail:{value:e}}))}attributeChangedCallback(e){e==="value"&&this.shadowRoot?.querySelector(".stars")&&this._render()}};customElements.define("velin-rating",yi);ia=yi});var oa={};y(oa,{default:()=>na});var hu,_i,na,on=p(()=>{Z();T();it();hu=`
1059
- ${ve}
1084
+ `,ma=5,yi=class extends HTMLElement{static get observedAttributes(){return["value"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onClick=this._onClick.bind(this),this._onKey=this._onKey.bind(this)}connectedCallback(){this.shadowRoot.innerHTML=`<style>${Wu}</style><div class="stars" role="radiogroup"></div>`,this._render(),this.shadowRoot.querySelector(".stars").addEventListener("click",this._onClick),this.shadowRoot.querySelector(".stars").addEventListener("keydown",this._onKey)}_value(){let e=parseInt(this.getAttribute("value")||"0",10);return Math.min(ma,Math.max(0,Number.isNaN(e)?0:e))}_render(){let e=this.shadowRoot.querySelector(".stars"),t=this._value(),r=g(this.getAttribute("aria-label")||"Rating");e.setAttribute("aria-label",r),e.innerHTML="";for(let n=1;n<=ma;n++){let o=document.createElement("button");o.type="button",o.setAttribute("role","radio"),o.setAttribute("aria-checked",n<=t?"true":"false"),o.setAttribute("aria-label",g(`${n} star${n>1?"s":""}`)),o.setAttribute("tabindex",n===(t||1)?"0":"-1"),o.dataset.value=String(n),o.textContent=n<=t?"\u2605":"\u2606",e.appendChild(o)}}_getButtons(){return[...this.shadowRoot.querySelectorAll('button[role="radio"]')]}_onClick(e){let t=e.target.closest("button");t&&this._setValue(parseInt(t.dataset.value,10))}_onKey(e){let t=this._getButtons();if(t.includes(e.target)&&(ie(this,t,e),["ArrowLeft","ArrowRight","Home","End"].includes(e.key))){let r=t.find(n=>n.getAttribute("tabindex")==="0");r&&this._setValue(parseInt(r.dataset.value,10))}}_setValue(e){this.setAttribute("value",String(e)),this.dispatchEvent(new CustomEvent("velin-change",{bubbles:!0,detail:{value:e}}))}attributeChangedCallback(e){e==="value"&&this.shadowRoot?.querySelector(".stars")&&this._render()}};customElements.define("velin-rating",yi);fa=yi});var ga={};v(ga,{default:()=>va});var Yu,_i,va,cn=h(()=>{Z();C();Ce();Yu=`
1085
+ ${J}
1060
1086
  :host { display: block; }
1061
1087
  .menubar {
1062
1088
  display: flex;
@@ -1080,11 +1106,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1080
1106
  ::slotted([role="menuitem"]:hover) {
1081
1107
  background: var(--velin-color-surface-dim, #eee);
1082
1108
  }
1083
- `,_i=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onKey=this._onKey.bind(this)}connectedCallback(){let e=m(this.getAttribute("aria-label")||"Menu bar");this.shadowRoot.innerHTML=`
1084
- <style>${hu}</style>
1109
+ `,_i=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._onKey=this._onKey.bind(this)}connectedCallback(){let e=g(this.getAttribute("aria-label")||"Menu bar");this.shadowRoot.innerHTML=`
1110
+ <style>${Yu}</style>
1085
1111
  <div class="menubar" role="menubar" aria-label="${e}"><slot></slot></div>
1086
- `,this.addEventListener("keydown",this._onKey),this.shadowRoot.querySelector("slot")?.addEventListener("slotchange",()=>this._init()),this._init()}_getItems(){let e=this.shadowRoot.querySelector("slot");return e?e.assignedElements().filter(t=>!t.hasAttribute("disabled")):[]}_init(){this._getItems().forEach((t,i)=>{t.hasAttribute("role")||t.setAttribute("role","menuitem"),t.setAttribute("tabindex",i===0?"0":"-1")})}_onKey(e){let t=this._getItems();t.includes(e.target)&&te(this,t,e)}static get observedAttributes(){return["aria-label"]}attributeChangedCallback(e){if(e==="aria-label"){let t=this.shadowRoot?.querySelector(".menubar");t&&t.setAttribute("aria-label",m(this.getAttribute("aria-label")||"Menu bar"))}}disconnectedCallback(){this.removeEventListener("keydown",this._onKey)}};customElements.define("velin-menubar",_i);na=_i});var aa={};y(aa,{default:()=>sa});var pu,xi,sa,sn=p(()=>{Z();T();it();pu=`
1087
- ${ve}
1112
+ `,this.addEventListener("keydown",this._onKey),this.shadowRoot.querySelector("slot")?.addEventListener("slotchange",()=>this._init()),this._init()}_getItems(){let e=this.shadowRoot.querySelector("slot");return e?e.assignedElements().filter(t=>!t.hasAttribute("disabled")):[]}_init(){this._getItems().forEach((t,r)=>{t.hasAttribute("role")||t.setAttribute("role","menuitem"),t.setAttribute("tabindex",r===0?"0":"-1")})}_onKey(e){let t=this._getItems();t.includes(e.target)&&ie(this,t,e)}static get observedAttributes(){return["aria-label"]}attributeChangedCallback(e){if(e==="aria-label"){let t=this.shadowRoot?.querySelector(".menubar");t&&t.setAttribute("aria-label",g(this.getAttribute("aria-label")||"Menu bar"))}}disconnectedCallback(){this.removeEventListener("keydown",this._onKey)}};customElements.define("velin-menubar",_i);va=_i});var _a={};v(_a,{default:()=>ya});var Gu,xi,ya,dn=h(()=>{Z();C();Ce();Gu=`
1113
+ ${J}
1088
1114
  :host { display: contents; }
1089
1115
  .overlay {
1090
1116
  position: fixed; inset: 0; z-index: var(--velin-z-modal, 500);
@@ -1127,17 +1153,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1127
1153
  ::slotted(button:focus-visible) {
1128
1154
  background: var(--velin-color-surface-dim, #eee);
1129
1155
  }
1130
- `,xi=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._prev=null,this._onKey=this._onKey.bind(this),this._onInput=this._onInput.bind(this)}connectedCallback(){let e=m(this.getAttribute("placeholder")||"Search commands\u2026");this.shadowRoot.innerHTML=`
1131
- <style>${pu}</style>
1156
+ `,xi=class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.attachShadow({mode:"open",delegatesFocus:!0}),this._prev=null,this._onKey=this._onKey.bind(this),this._onInput=this._onInput.bind(this)}connectedCallback(){let e=g(this.getAttribute("placeholder")||"Search commands\u2026");this.shadowRoot.innerHTML=`
1157
+ <style>${Gu}</style>
1132
1158
  <div class="overlay" part="overlay">
1133
1159
  <div class="panel" role="dialog" aria-modal="true" aria-label="Command palette" part="panel">
1134
1160
  <input class="search" type="search" autocomplete="off" placeholder="${e}" aria-label="Search" part="search" />
1135
1161
  <div class="results" part="results"><slot></slot></div>
1136
1162
  </div>
1137
1163
  </div>
1138
- `,this.shadowRoot.querySelector(".search").addEventListener("input",this._onInput),this.shadowRoot.querySelector(".overlay")?.addEventListener("click",this._onOverlayClick),this.shadowRoot.querySelector("slot")?.addEventListener("slotchange",()=>this._filter("")),this._filter("")}attributeChangedCallback(e){e==="open"&&(this.hasAttribute("open")?this._open():this._close())}open(){this.setAttribute("open","")}close(){this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}toggle(){this.hasAttribute("open")?this.close():this.open()}_onOverlayClick=e=>{e.target===e.currentTarget&&this.close()};_open(){this._prev=ae(),ce(this),document.addEventListener("keydown",this._onKey),requestAnimationFrame(()=>{this.shadowRoot.querySelector(".search")?.focus(),this._filter("")})}_close(){document.removeEventListener("keydown",this._onKey),G(this),le(this._prev);let e=this.shadowRoot.querySelector(".search");e&&(e.value=""),this._filter("")}_onInput(e){this._filter(e.target.value)}_filter(e){let t=e.trim().toLowerCase();this.shadowRoot.querySelector("slot")?.assignedElements().forEach(n=>{let o=n.textContent?.trim().toLowerCase()||"",a=!t||o.includes(t);n.hidden=!a})}_visibleItems(){return this.shadowRoot.querySelector("slot")?.assignedElements().filter(t=>t.tagName==="BUTTON"&&!t.hidden)||[]}_onKey(e){if(e.key==="Escape"){this.close();return}let t=this._visibleItems();if(t.length&&(e.key==="ArrowDown"||e.key==="ArrowUp")){e.preventDefault();let i=t.indexOf(document.activeElement);(e.key==="ArrowDown"?t[(i+1)%t.length]:t[(i<=0?t.length:i)-1])?.focus();return}ee(this.shadowRoot,e)}disconnectedCallback(){document.removeEventListener("keydown",this._onKey),this.shadowRoot?.querySelector(".overlay")?.removeEventListener("click",this._onOverlayClick),this.hasAttribute("open")&&G(this)}};customElements.define("velin-command",xi);sa=xi});var ca={};y(ca,{default:()=>la});var mu,wi,la,an=p(()=>{mu=`
1164
+ `,this.shadowRoot.querySelector(".search").addEventListener("input",this._onInput),this.shadowRoot.querySelector(".overlay")?.addEventListener("click",this._onOverlayClick),this.shadowRoot.querySelector("slot")?.addEventListener("slotchange",()=>this._filter("")),this._filter("")}attributeChangedCallback(e){e==="open"&&(this.hasAttribute("open")?this._open():this._close())}open(){this.setAttribute("open","")}close(){this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("velin-close",{bubbles:!0}))}toggle(){this.hasAttribute("open")?this.close():this.open()}_onOverlayClick=e=>{e.target===e.currentTarget&&this.close()};_open(){this._prev=le(),de(this),document.addEventListener("keydown",this._onKey),requestAnimationFrame(()=>{this.shadowRoot.querySelector(".search")?.focus(),this._filter("")})}_close(){document.removeEventListener("keydown",this._onKey),Y(this),ce(this._prev);let e=this.shadowRoot.querySelector(".search");e&&(e.value=""),this._filter("")}_onInput(e){this._filter(e.target.value)}_filter(e){let t=e.trim().toLowerCase();this.shadowRoot.querySelector("slot")?.assignedElements().forEach(n=>{let o=n.textContent?.trim().toLowerCase()||"",a=!t||o.includes(t);n.hidden=!a})}_visibleItems(){return this.shadowRoot.querySelector("slot")?.assignedElements().filter(t=>t.tagName==="BUTTON"&&!t.hidden)||[]}_onKey(e){if(e.key==="Escape"){this.close();return}let t=this._visibleItems();if(t.length&&(e.key==="ArrowDown"||e.key==="ArrowUp")){e.preventDefault();let r=t.indexOf(document.activeElement);(e.key==="ArrowDown"?t[(r+1)%t.length]:t[(r<=0?t.length:r)-1])?.focus();return}te(this.shadowRoot,e)}disconnectedCallback(){document.removeEventListener("keydown",this._onKey),this.shadowRoot?.querySelector(".overlay")?.removeEventListener("click",this._onOverlayClick),this.hasAttribute("open")&&Y(this)}};customElements.define("velin-command",xi);ya=xi});var wa={};v(wa,{default:()=>xa});var Vu,wi,xa,un=h(()=>{Vu=`
1139
1165
  :host { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
1140
- `,wi=class extends HTMLElement{connectedCallback(){this.shadowRoot||this.attachShadow({mode:"open"});let e=this.getAttribute("polite")==="false"?"assertive":"polite";this.shadowRoot.innerHTML="<style>"+mu+'</style><div role="status" aria-live="'+e+'" aria-atomic="true" part="region"></div>',this._region=this.shadowRoot.querySelector('[role="status"]')}announce(e,{assertive:t=!1}={}){this._region||this.connectedCallback(),this._region.setAttribute("aria-live",t?"assertive":"polite"),this._region.textContent="",requestAnimationFrame(()=>{this._region.textContent=typeof e=="string"?e:""})}static announceGlobal(e,t){let i=document.querySelector("velin-announcer");i||(i=document.createElement("velin-announcer"),document.body.appendChild(i)),i.announce(e,t)}};customElements.define("velin-announcer",wi);la=wi});var ha={};y(ha,{default:()=>ua});function fu(r,e){if(!r)return"";if(e==="rot13")return r.replace(/[a-zA-Z]/g,t=>{let i=t<="Z"?65:97;return String.fromCharCode((t.charCodeAt(0)-i+13)%26+i)});try{return atob(r)}catch{return r}}var da,Ai,ua,Ei=p(()=>{T();da=`
1166
+ `,wi=class extends HTMLElement{connectedCallback(){this.shadowRoot||this.attachShadow({mode:"open"});let e=this.getAttribute("polite")==="false"?"assertive":"polite";this.shadowRoot.innerHTML="<style>"+Vu+'</style><div role="status" aria-live="'+e+'" aria-atomic="true" part="region"></div>',this._region=this.shadowRoot.querySelector('[role="status"]')}announce(e,{assertive:t=!1}={}){this._region||this.connectedCallback(),this._region.setAttribute("aria-live",t?"assertive":"polite"),this._region.textContent="",requestAnimationFrame(()=>{this._region.textContent=typeof e=="string"?e:""})}static announceGlobal(e,t){let r=document.querySelector("velin-announcer");r||(r=document.createElement("velin-announcer"),document.body.appendChild(r)),r.announce(e,t)}};customElements.define("velin-announcer",wi);xa=wi});var Sa={};v(Sa,{default:()=>Ea});function Xu(i,e){if(!i)return"";if(e==="rot13")return i.replace(/[a-zA-Z]/g,t=>{let r=t<="Z"?65:97;return String.fromCharCode((t.charCodeAt(0)-r+13)%26+r)});try{return atob(i)}catch{return i}}var Aa,Ai,Ea,Ei=h(()=>{C();Aa=`
1141
1167
  :host { display: inline; }
1142
1168
  button {
1143
1169
  font: inherit;
@@ -1157,13 +1183,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1157
1183
  border-radius: 2px;
1158
1184
  }
1159
1185
  .revealed { text-decoration: none; user-select: text; }
1160
- `;Ai=class extends HTMLElement{static get observedAttributes(){return["value","obfuscate","label"]}constructor(){super(),this.attachShadow({mode:"open"}),this._revealed=!1}connectedCallback(){this.render()}attributeChangedCallback(){this.isConnected&&this.render()}get email(){let e=this.getAttribute("obfuscate")||"",t=this.getAttribute("value")||"";return e?fu(t,e):t}render(){let e=this.getAttribute("label")||"Show email address",t=this.email,i=m(t);if(this._revealed){this.shadowRoot.innerHTML=`
1161
- <style>${da}</style>
1162
- <span class="revealed" part="email"><a href="mailto:${ye(t)}">${i}</a></span>
1186
+ `;Ai=class extends HTMLElement{static get observedAttributes(){return["value","obfuscate","label"]}constructor(){super(),this.attachShadow({mode:"open"}),this._revealed=!1}connectedCallback(){this.render()}attributeChangedCallback(){this.isConnected&&this.render()}get email(){let e=this.getAttribute("obfuscate")||"",t=this.getAttribute("value")||"";return e?Xu(t,e):t}render(){let e=this.getAttribute("label")||"Show email address",t=this.email,r=g(t);if(this._revealed){this.shadowRoot.innerHTML=`
1187
+ <style>${Aa}</style>
1188
+ <span class="revealed" part="email"><a href="mailto:${ye(t)}">${r}</a></span>
1163
1189
  `;return}this.shadowRoot.innerHTML=`
1164
- <style>${da}</style>
1165
- <button type="button" part="reveal" aria-label="${ye(e)}">${m(e)}</button>
1166
- `,this.shadowRoot.querySelector("button").addEventListener("click",()=>{this._revealed=!0,this.render(),this.dispatchEvent(new CustomEvent("velin-email-reveal",{bubbles:!0,detail:{email:t}}))})}};customElements.get("velin-email")||customElements.define("velin-email",Ai);ua=Ai});var ma={};y(ma,{default:()=>pa});function Ce(r){let e=r.getFullYear(),t=String(r.getMonth()+1).padStart(2,"0"),i=String(r.getDate()).padStart(2,"0");return`${e}-${t}-${i}`}function He(r){if(!r)return null;let e=String(r).match(/^(\d{4})-(\d{2})-(\d{2})$/);if(!e)return null;let t=new Date(Number(e[1]),Number(e[2])-1,Number(e[3]));return Number.isNaN(t.getTime())?null:t}var bu,ki,pa,ln=p(()=>{T();bu=`
1190
+ <style>${Aa}</style>
1191
+ <button type="button" part="reveal" aria-label="${ye(e)}">${g(e)}</button>
1192
+ `,this.shadowRoot.querySelector("button").addEventListener("click",()=>{this._revealed=!0,this.render(),this.dispatchEvent(new CustomEvent("velin-email-reveal",{bubbles:!0,detail:{email:t}}))})}};customElements.get("velin-email")||customElements.define("velin-email",Ai);Ea=Ai});var Ta={};v(Ta,{default:()=>ka});function Re(i){let e=i.getFullYear(),t=String(i.getMonth()+1).padStart(2,"0"),r=String(i.getDate()).padStart(2,"0");return`${e}-${t}-${r}`}function qe(i){if(!i)return null;let e=String(i).match(/^(\d{4})-(\d{2})-(\d{2})$/);if(!e)return null;let t=new Date(Number(e[1]),Number(e[2])-1,Number(e[3]));return Number.isNaN(t.getTime())?null:t}var Zu,Si,ka,hn=h(()=>{C();Zu=`
1167
1193
  :host { display: block; max-inline-size: 100%; }
1168
1194
  .cal {
1169
1195
  box-sizing: border-box;
@@ -1217,19 +1243,62 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1217
1243
  }
1218
1244
  .day:focus-visible { outline: 2px solid var(--velin-color-focus, #2563eb); outline-offset: 1px; }
1219
1245
  .out { color: var(--velin-color-text-muted, #94a3b8); }
1220
- `;ki=class extends HTMLElement{static get observedAttributes(){return["value","min","max","label"]}constructor(){super(),this.attachShadow({mode:"open"}),this._view=new Date,this._view.setDate(1),this._onKey=this._onKey.bind(this)}connectedCallback(){let e=He(this.getAttribute("value"))||new Date;this._view=new Date(e.getFullYear(),e.getMonth(),1),this._render()}attributeChangedCallback(e,t,i){if(!(t===i||!this.shadowRoot?.querySelector(".cal"))){if(e==="value"&&i){let n=He(i);n&&(this._view=new Date(n.getFullYear(),n.getMonth(),1))}this._render()}}get value(){return this.getAttribute("value")||""}set value(e){e?this.setAttribute("value",e):this.removeAttribute("value")}_inRange(e){let t=He(this.getAttribute("min")),i=He(this.getAttribute("max"));return!(t&&e<t||i&&e>i)}_select(e){if(!this._inRange(e))return;let t=Ce(e);this.setAttribute("value",t),this.dispatchEvent(new CustomEvent("velin-change",{bubbles:!0,detail:{value:t,date:e}})),this._render()}_shiftMonth(e){this._view=new Date(this._view.getFullYear(),this._view.getMonth()+e,1),this._render()}_onKey(e){let t=He(this.getAttribute("value"))||new Date,i=new Date(t);switch(e.key){case"ArrowLeft":i.setDate(i.getDate()-1);break;case"ArrowRight":i.setDate(i.getDate()+1);break;case"ArrowUp":i.setDate(i.getDate()-7);break;case"ArrowDown":i.setDate(i.getDate()+7);break;case"Home":i=new Date(i.getFullYear(),i.getMonth(),1);break;case"End":i=new Date(i.getFullYear(),i.getMonth()+1,0);break;case"PageUp":i=new Date(i.getFullYear(),i.getMonth()-1,i.getDate());break;case"PageDown":i=new Date(i.getFullYear(),i.getMonth()+1,i.getDate());break;case"Enter":case" ":e.preventDefault(),this._select(t);return;default:return}e.preventDefault(),this._inRange(i)&&(this._view=new Date(i.getFullYear(),i.getMonth(),1),this.setAttribute("value",Ce(i)),this.dispatchEvent(new CustomEvent("velin-change",{bubbles:!0,detail:{value:Ce(i),date:i}})),this._render(),this.shadowRoot.querySelector(`[data-iso="${Ce(i)}"]`)?.focus())}_render(){let e=m(this.getAttribute("label")||"Choose date"),t=He(this.getAttribute("value")),i=this._view.getFullYear(),n=this._view.getMonth(),o=this._view.toLocaleString(void 0,{month:"long",year:"numeric"}),c=(new Date(i,n,1).getDay()+6)%7,u=new Date(i,n+1,0).getDate(),_=["Mo","Tu","We","Th","Fr","Sa","Su"].map(b=>`<div class="dow" aria-hidden="true">${b}</div>`).join("");for(let b=0;b<c;b+=1){let g=new Date(i,n,-c+b+1);_+=`<button type="button" class="day out" tabindex="-1" data-iso="${Ce(g)}" aria-label="${Ce(g)}">${g.getDate()}</button>`}for(let b=1;b<=u;b+=1){let g=new Date(i,n,b),R=Ce(g),k=t&&Ce(t)===R,A=!this._inRange(g);_+=`<button type="button" class="day" data-iso="${R}" aria-label="${R}" aria-selected="${k?"true":"false"}" aria-disabled="${A?"true":"false"}" tabindex="${k?"0":"-1"}">${b}</button>`}this.shadowRoot.innerHTML=`
1221
- <style>${bu}</style>
1246
+ `;Si=class extends HTMLElement{static get observedAttributes(){return["value","min","max","label"]}constructor(){super(),this.attachShadow({mode:"open"}),this._view=new Date,this._view.setDate(1),this._onKey=this._onKey.bind(this)}connectedCallback(){let e=qe(this.getAttribute("value"))||new Date;this._view=new Date(e.getFullYear(),e.getMonth(),1),this._render()}attributeChangedCallback(e,t,r){if(!(t===r||!this.shadowRoot?.querySelector(".cal"))){if(e==="value"&&r){let n=qe(r);n&&(this._view=new Date(n.getFullYear(),n.getMonth(),1))}this._render()}}get value(){return this.getAttribute("value")||""}set value(e){e?this.setAttribute("value",e):this.removeAttribute("value")}_inRange(e){let t=qe(this.getAttribute("min")),r=qe(this.getAttribute("max"));return!(t&&e<t||r&&e>r)}_select(e){if(!this._inRange(e))return;let t=Re(e);this.setAttribute("value",t),this.dispatchEvent(new CustomEvent("velin-change",{bubbles:!0,detail:{value:t,date:e}})),this._render()}_shiftMonth(e){this._view=new Date(this._view.getFullYear(),this._view.getMonth()+e,1),this._render()}_onKey(e){let t=qe(this.getAttribute("value"))||new Date,r=new Date(t);switch(e.key){case"ArrowLeft":r.setDate(r.getDate()-1);break;case"ArrowRight":r.setDate(r.getDate()+1);break;case"ArrowUp":r.setDate(r.getDate()-7);break;case"ArrowDown":r.setDate(r.getDate()+7);break;case"Home":r=new Date(r.getFullYear(),r.getMonth(),1);break;case"End":r=new Date(r.getFullYear(),r.getMonth()+1,0);break;case"PageUp":r=new Date(r.getFullYear(),r.getMonth()-1,r.getDate());break;case"PageDown":r=new Date(r.getFullYear(),r.getMonth()+1,r.getDate());break;case"Enter":case" ":e.preventDefault(),this._select(t);return;default:return}e.preventDefault(),this._inRange(r)&&(this._view=new Date(r.getFullYear(),r.getMonth(),1),this.setAttribute("value",Re(r)),this.dispatchEvent(new CustomEvent("velin-change",{bubbles:!0,detail:{value:Re(r),date:r}})),this._render(),this.shadowRoot.querySelector(`[data-iso="${Re(r)}"]`)?.focus())}_render(){let e=g(this.getAttribute("label")||"Choose date"),t=qe(this.getAttribute("value")),r=this._view.getFullYear(),n=this._view.getMonth(),o=this._view.toLocaleString(void 0,{month:"long",year:"numeric"}),c=(new Date(r,n,1).getDay()+6)%7,d=new Date(r,n+1,0).getDate(),_=["Mo","Tu","We","Th","Fr","Sa","Su"].map(f=>`<div class="dow" aria-hidden="true">${f}</div>`).join("");for(let f=0;f<c;f+=1){let b=new Date(r,n,-c+f+1);_+=`<button type="button" class="day out" tabindex="-1" data-iso="${Re(b)}" aria-label="${Re(b)}">${b.getDate()}</button>`}for(let f=1;f<=d;f+=1){let b=new Date(r,n,f),L=Re(b),S=t&&Re(t)===L,A=!this._inRange(b);_+=`<button type="button" class="day" data-iso="${L}" aria-label="${L}" aria-selected="${S?"true":"false"}" aria-disabled="${A?"true":"false"}" tabindex="${S?"0":"-1"}">${f}</button>`}this.shadowRoot.innerHTML=`
1247
+ <style>${Zu}</style>
1222
1248
  <div class="cal" role="group" aria-label="${e}">
1223
1249
  <div class="head">
1224
1250
  <button type="button" class="nav" data-nav="-1" aria-label="Previous month">\u2039</button>
1225
- <p class="title" id="cal-title">${m(o)}</p>
1251
+ <p class="title" id="cal-title">${g(o)}</p>
1226
1252
  <button type="button" class="nav" data-nav="1" aria-label="Next month">\u203A</button>
1227
1253
  </div>
1228
1254
  <div class="grid" role="grid" aria-labelledby="cal-title">${_}</div>
1229
1255
  </div>
1230
- `,this.shadowRoot.querySelectorAll("[data-nav]").forEach(b=>{b.addEventListener("click",()=>this._shiftMonth(Number(b.getAttribute("data-nav"))))}),this.shadowRoot.querySelectorAll(".day").forEach(b=>{b.addEventListener("click",()=>{if(b.getAttribute("aria-disabled")==="true")return;let g=He(b.getAttribute("data-iso"));g&&this._select(g)}),b.addEventListener("keydown",this._onKey)})}};customElements.define("velin-calendar",ki);pa=ki});function H(r,e){let t=[],i=0;for(;i<r.length;){let n=!1;for(let{type:o,re:a}of e){a.lastIndex=i;let c=a.exec(r);if(c&&c.index===i){t.push({type:o,value:c[0]}),i+=c[0].length,n=!0;break}}if(!n){let o=t[t.length-1];o?.type==="plain"?o.value+=r[i]:t.push({type:"plain",value:r[i]}),i+=1}}return t}function Re(r,e,t){let i=[...t,{type:"keyword",re:new RegExp(`\\b(${Object.keys(e).join("|")})\\b`,"y")},{type:"identifier",re:/\b[A-Za-z_$][\w$]*\b/y}];return H(r,i)}var J=p(()=>{});var cn={};y(cn,{default:()=>rt});function rt(r){return Re(r,vu,gu)}var vu,gu,_t=p(()=>{J();vu={const:1,let:1,var:1,function:1,return:1,if:1,else:1,for:1,while:1,do:1,switch:1,case:1,break:1,continue:1,new:1,class:1,extends:1,import:1,export:1,from:1,default:1,async:1,await:1,try:1,catch:1,finally:1,throw:1,typeof:1,instanceof:1,in:1,of:1,true:1,false:1,null:1,undefined:1,void:1,this:1},gu=[{type:"comment",re:/\/\/[^\n]*/y},{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:\\.|[^'\\])*'/y},{type:"string",re:/`(?:\\.|[^`\\])*`/y},{type:"number",re:/\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/y},{type:"operator",re:/[+\-*/%=<>!&|^~?:]+/y},{type:"punctuation",re:/[{}[\]();,.]/y}]});var dn={};y(dn,{default:()=>fa});function fa(r){return rt(r).map(e=>e.type==="identifier"&&yu.has(e.value)?{type:"keyword",value:e.value}:e)}var yu,un=p(()=>{_t();yu=new Set(["type","interface","enum","implements","declare","namespace","readonly","public","private","protected","abstract","as","satisfies","keyof"])});var Si={};y(Si,{default:()=>ba});function ba(r){return H(r,_u)}var _u,Ti=p(()=>{J();_u=[{type:"comment",re:/<!--[\s\S]*?-->/y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:\\.|[^'\\])*'/y},{type:"tag",re:/<\/?[\w-]+/y},{type:"punctuation",re:/[<>/=]/y},{type:"attr-name",re:/\s[\w-]+(?==)/y},{type:"attr-value",re:/=(?:"[^"]*"|'[^']*'|[^\s>]+)/y}]});var ga={};y(ga,{default:()=>va});function va(r){return Re(r,xu,wu)}var xu,wu,ya=p(()=>{J();xu={important:1,inherit:1,initial:1,unset:1,revert:1},wu=[{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:\\.|[^'\\])*'/y},{type:"number",re:/#[\da-fA-F]{3,8}\b|\b\d+(?:\.\d+)?(?:%|[a-z]+)?\b/y},{type:"tag",re:/\.[\w-]+|#[\w-]+/y},{type:"attr-name",re:/[\w-]+(?=\s*:)/y},{type:"punctuation",re:/[{}:;,()]/y},{type:"operator",re:/[+\-*/>~]/y}]});var xa={};y(xa,{default:()=>_a});function _a(r){return H(r,Au)}var Au,wa=p(()=>{J();Au=[{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"number",re:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/y},{type:"keyword",re:/\b(true|false|null)\b/y},{type:"punctuation",re:/[{}[\]:,]/y}]});var hn={};y(hn,{default:()=>Aa});function Aa(r){return H(r,Eu)}var Eu,pn=p(()=>{J();Eu=[{type:"comment",re:/<!--[\s\S]*?-->/y},{type:"string",re:/```[\s\S]*?```/y},{type:"string",re:/`[^`\n]+`/y},{type:"keyword",re:/#{1,6}\s[^\n]+/y},{type:"tag",re:/\[[^\]]+\]\([^)]+\)/y},{type:"operator",re:/[*_~]/y}]});var Li={};y(Li,{default:()=>Ea});function Ea(r){return Re(r,ku,Su)}var ku,Su,Ci=p(()=>{J();ku={if:1,then:1,else:1,fi:1,for:1,do:1,done:1,while:1,case:1,esac:1,function:1,return:1,export:1,local:1},Su=[{type:"comment",re:/#[^\n]*/y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'[^']*'/y},{type:"number",re:/\b\d+\b/y},{type:"operator",re:/[|&<>]/y},{type:"punctuation",re:/[();]/y}]});var Sa={};y(Sa,{default:()=>ka});function ka(r){return H(r,Tu)}var Tu,Ta=p(()=>{J();Tu=[{type:"comment",re:/--[^\n]*/y},{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/'(?:''|[^'])*'/y},{type:"number",re:/\b\d+(?:\.\d+)?\b/y},{type:"keyword",re:/\b(?:SELECT|FROM|WHERE|INSERT|INTO|VALUES|UPDATE|SET|DELETE|JOIN|LEFT|RIGHT|INNER|OUTER|ON|AND|OR|NOT|NULL|AS|ORDER|BY|GROUP|HAVING|LIMIT|CREATE|TABLE|INDEX)\b/yi},{type:"operator",re:/[=<>!]+|,/y},{type:"punctuation",re:/[();]/y}]});var xt={};y(xt,{default:()=>La});function La(r){return r?[{type:"plain",value:r}]:[]}var wt=p(()=>{});var Ra={};y(Ra,{default:()=>Ca});function Ca(r){return Re(r,Lu,Cu)}var Lu,Cu,Ma=p(()=>{J();Lu={function:1,return:1,if:1,else:1,elseif:1,foreach:1,while:1,class:1,new:1,public:1,private:1,protected:1,static:1,namespace:1,use:1,true:1,false:1,null:1},Cu=[{type:"comment",re:/\/\/[^\n]*/y},{type:"comment",re:/#[^\n]*/y},{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:\\.|[^'\\])*'/y},{type:"number",re:/\b\d+(?:\.\d+)?\b/y},{type:"operator",re:/=>|\+\+|--|===|!==|==|!=|<=|>=|->|\?\?|[=+\-*/%.<>!&|^~?:]/y},{type:"punctuation",re:/[{}[\]();,.]/y}]});var Da={};y(Da,{default:()=>Ia});function Ia(r){return H(r,Ru)}var Ru,Oa=p(()=>{J();Ru=[{type:"comment",re:/{{--[\s\S]*?--}}/y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:\\.|[^'\\])*'/y},{type:"keyword",re:/@(?:vite|csrf|auth|guest|section|endsection|yield|extends|include|push|endpush|stack|once|endonce|forelse|empty|endempty|can|endcan|cannot|endcannot)\b/y},{type:"operator",re:/{{|}}|{!!|!!}|@[{}]/y},{type:"punctuation",re:/[()[\],]/y}]});var mn={};y(mn,{default:()=>Na});function Na(r){return H(r,Mu)}var Mu,fn=p(()=>{J();Mu=[{type:"comment",re:/#[^\n]*/y},{type:"string",re:/[rbfu]{0,2}"""[\s\S]*?"""/y},{type:"string",re:/[rbfu]{0,2}'''[\s\S]*?'''/y},{type:"string",re:/[rbfu]{0,2}"(?:\\.|[^"\\\n])*"/y},{type:"string",re:/[rbfu]{0,2}'(?:\\.|[^'\\\n])*'/y},{type:"number",re:/\b0[xX][\da-fA-F_]+\b|\b\d[\d_]*(?:\.[\d_]+)?(?:[eE][+-]?\d+)?j?\b/y},{type:"keyword",re:/\b(?:and|as|assert|async|await|break|class|continue|def|del|elif|else|except|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|raise|return|try|while|with|yield)\b/y},{type:"builtin",re:/\b(?:None|True|False|self|cls|abs|all|any|bool|bytes|dict|dir|enumerate|filter|float|format|frozenset|getattr|hasattr|int|isinstance|issubclass|iter|len|list|map|max|min|next|object|open|print|range|repr|reversed|round|set|setattr|sorted|str|sum|super|tuple|type|zip)\b/y},{type:"operator",re:/->|:=|\*\*=?|\/\/=?|<<=?|>>=?|[-+*/%&|^~<>!=]=?/y},{type:"punctuation",re:/[[\]{}(),:;.@]/y},{type:"identifier",re:/\b[A-Za-z_]\w*\b/y}]});var bn={};y(bn,{default:()=>za});function za(r){return H(r,Iu)}var Iu,vn=p(()=>{J();Iu=[{type:"comment",re:/#[^\n]*/y},{type:"punctuation",re:/^(?:---|\.\.\.)$/my},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:''|[^'])*'/y},{type:"attr-name",re:/^[ \t]*-?[ \t]*[\w.$-]+(?=[ \t]*:(?:[ \t]|$))/my},{type:"punctuation",re:/^[ \t]*-(?=[ \t]|$)/my},{type:"keyword",re:/\b(?:true|false|null|yes|no|on|off|~)\b/yi},{type:"number",re:/\b-?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b/y},{type:"operator",re:/[&*]\w+|![\w/!-]*|[|>][+-]?\d*(?=\s*$)/my},{type:"punctuation",re:/[:,[\]{}]/y}]});var gn={};y(gn,{default:()=>$a});function $a(r){return H(r,Du)}var Du,yn=p(()=>{J();Du=[{type:"comment",re:/\/\/[^\n]*/y},{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/`[^`]*`/y},{type:"string",re:/"(?:\\.|[^"\\\n])*"/y},{type:"string",re:/'(?:\\.|[^'\\\n])*'/y},{type:"number",re:/\b0[xX][\da-fA-F_]+\b|\b\d[\d_]*(?:\.[\d_]*)?(?:[eE][+-]?\d+)?i?\b/y},{type:"keyword",re:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go|goto|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/y},{type:"builtin",re:/\b(?:append|bool|byte|cap|clear|close|complex|complex64|complex128|copy|delete|error|float32|float64|imag|int|int8|int16|int32|int64|len|make|max|min|new|nil|panic|print|println|real|recover|rune|string|true|false|iota|uint|uint8|uint16|uint32|uint64|uintptr|any)\b/y},{type:"operator",re:/:=|\.\.\.|&&|\|\||<-|\+\+|--|<<=?|>>=?|&\^=?|[-+*/%&|^<>!=]=?|~/y},{type:"punctuation",re:/[[\]{}(),;:.]/y},{type:"identifier",re:/\b[A-Za-z_]\w*\b/y}]});var _n={};y(_n,{default:()=>Fa});function Fa(r){return H(r,Ou)}var Ou,xn=p(()=>{J();Ou=[{type:"comment",re:/\/\/\/?[^\n]*/y},{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/b?r(#*)"[\s\S]*?"\1/y},{type:"string",re:/b?"(?:\\.|[^"\\])*"/y},{type:"string",re:/b?'(?:\\.|[^'\\])'/y},{type:"builtin",re:/#!?\[[^\]]*\]/y},{type:"number",re:/\b0[xXbo][\da-fA-F_]+\b|\b\d[\d_]*(?:\.[\d_]+)?(?:[eE][+-]?\d+)?(?:[iuf](?:8|16|32|64|128|size))?\b/y},{type:"keyword",re:/\b(?:as|async|await|break|const|continue|crate|dyn|else|enum|extern|fn|for|if|impl|in|let|loop|match|mod|move|mut|pub|ref|return|self|Self|static|struct|super|trait|type|unsafe|use|where|while)\b/y},{type:"builtin",re:/\b(?:bool|char|f32|f64|i8|i16|i32|i64|i128|isize|str|u8|u16|u32|u64|u128|usize|String|Vec|Option|Result|Some|None|Ok|Err|Box|Rc|Arc|true|false)\b/y},{type:"operator",re:/'[a-z_]\w*\b/y},{type:"operator",re:/=>|->|::|\.\.=?|&&|\|\||<<=?|>>=?|[-+*/%&|^<>!=]=?|[?@]/y},{type:"punctuation",re:/[[\]{}(),;:.#]/y},{type:"identifier",re:/\b[A-Za-z_]\w*!?\b/y}]});function _e(r){let e=(r||"").trim().toLowerCase();return e?e.startsWith("language-")?_e(e.slice(9)):{javascript:"js",jsx:"js",typescript:"ts",tsx:"ts",markup:"html",xml:"html",svg:"html",bash:"shell",sh:"shell",zsh:"shell",md:"markdown",plaintext:"text","plain-text":"text",yml:"yaml",toml:"text",ini:"text",php8:"php",py:"python",python3:"python",golang:"go",rs:"rust"}[e]||e:""}function ot(r,e){nt.set(_e(r),e)}function At(r){return nt.get(_e(r))}async function Me(r){let e=_e(r);if(!e)return;if(nt.has(e))return nt.get(e);if(Ri.has(e))return Ri.get(e);let t=Ha[e];if(!t)return;let i=t().then(n=>{let o=n.default;return nt.set(e,o),Ri.delete(e),o});return Ri.set(e,i),i}function Mi(){return[...new Set([...nt.keys(),...Object.keys(Ha)])]}var nt,Ri,Ha,Ii=p(()=>{_t();nt=new Map,Ri=new Map,Ha={js:()=>Promise.resolve().then(()=>(_t(),cn)),javascript:()=>Promise.resolve().then(()=>(_t(),cn)),ts:()=>Promise.resolve().then(()=>(un(),dn)),typescript:()=>Promise.resolve().then(()=>(un(),dn)),html:()=>Promise.resolve().then(()=>(Ti(),Si)),xml:()=>Promise.resolve().then(()=>(Ti(),Si)),css:()=>Promise.resolve().then(()=>(ya(),ga)),json:()=>Promise.resolve().then(()=>(wa(),xa)),md:()=>Promise.resolve().then(()=>(pn(),hn)),markdown:()=>Promise.resolve().then(()=>(pn(),hn)),shell:()=>Promise.resolve().then(()=>(Ci(),Li)),bash:()=>Promise.resolve().then(()=>(Ci(),Li)),sh:()=>Promise.resolve().then(()=>(Ci(),Li)),sql:()=>Promise.resolve().then(()=>(Ta(),Sa)),text:()=>Promise.resolve().then(()=>(wt(),xt)),plain:()=>Promise.resolve().then(()=>(wt(),xt)),txt:()=>Promise.resolve().then(()=>(wt(),xt)),markup:()=>Promise.resolve().then(()=>(Ti(),Si)),console:()=>Promise.resolve().then(()=>(wt(),xt)),php:()=>Promise.resolve().then(()=>(Ma(),Ra)),blade:()=>Promise.resolve().then(()=>(Oa(),Da)),python:()=>Promise.resolve().then(()=>(fn(),mn)),py:()=>Promise.resolve().then(()=>(fn(),mn)),yaml:()=>Promise.resolve().then(()=>(vn(),bn)),yml:()=>Promise.resolve().then(()=>(vn(),bn)),go:()=>Promise.resolve().then(()=>(yn(),gn)),golang:()=>Promise.resolve().then(()=>(yn(),gn)),rust:()=>Promise.resolve().then(()=>(xn(),_n)),rs:()=>Promise.resolve().then(()=>(xn(),_n))};ot("js",rt)});function wn(r){return r.replace(/[&<>"]/g,e=>Nu[e]||e)}function Di(r){return r.map(e=>{let t=e.type==="plain"?"":e.type;return`<span class="${t?`velin-token velin-token--${t}`:"velin-token"}">${wn(e.value)}</span>`}).join("")}function Oi(r,e){r.innerHTML=Di(e),r.classList.add("velin-syntax-ready"),r.closest("pre")?.classList.add("velin-syntax-ready"),r.closest(".velin-code-block")?.classList.add("velin-syntax-ready")}var Nu,An=p(()=>{Nu={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"}});function En(r){let e=r.tagName==="PRE"?r:r.closest("pre"),t=r.tagName==="CODE"?r:e?.querySelector("code")||r,i=e||t,n=i.getAttribute("language")||i.getAttribute("data-language")||i.getAttribute("velin-code")||"";if(n&&n!=="true")return _e(n);let a=(t?.className||"").match(/\blanguage-([\w-]+)\b/i);return a?_e(a[1]):""}function Ni(r){let t=(r.tagName==="CODE"?r:r.querySelector("code"))||r;if(t.dataset.velinSource!=null)return t.dataset.velinSource;let i=t.innerHTML;if(i&&/&lt;|&gt;|&amp;/.test(i)){let n=document.createElement("textarea");if(n.innerHTML=i.replace(/<br\s*\/?>/gi,`
1231
- `),n.value)return n.value}return t.textContent||""}async function de(r,e={}){if(r.dataset.velinHighlighted==="1")return;let t=r.tagName==="PRE"?r:r.closest("pre")||r,i=r.tagName==="CODE"?r:t.querySelector("code")||document.createElement("code");if(!t.querySelector("code")&&i!==r){let c=Ni(t);i.textContent=c,t.textContent="",t.appendChild(i)}i.dataset.velinSource||(i.dataset.velinSource=i.textContent||"");let n=e.language||En(t);if(!n)return;t.classList.add("velin-syntax-pending"),i.classList.add("velin-syntax-pending");let o=e.lexer||At(n);o||(o=await Me(n)),o||(o=At("text")||await Me("text"));let a=i.dataset.velinSource||Ni(i)||"";if(!o){i.textContent=a,t.classList.remove("velin-syntax-pending"),i.classList.remove("velin-syntax-pending"),t.classList.add("velin-syntax-ready"),i.classList.add("velin-syntax-ready");return}try{let c=o(a);Oi(i,c),i.dataset.velinHighlighted="1",t.dataset.velinHighlighted="1"}catch(c){console.warn("[velin-highlight]",n,c),i.textContent=a}t.classList.remove("velin-syntax-pending"),i.classList.remove("velin-syntax-pending"),t.classList.add("velin-syntax-ready"),i.classList.add("velin-syntax-ready")}async function Et(r=document){let e=r.querySelectorAll('pre[velin-code], pre[data-language], pre code[class*="language-"], [velin-code-block] pre, .velin-doc-example__code pre');await Promise.all([...e].map(t=>de(t)))}var zi=p(()=>{Ii();An()});function Tn(r){kn.add(r),Sn||(Sn=requestAnimationFrame(()=>{Sn=0;let e=[...kn];kn.clear(),e.forEach(t=>t())}))}function zu(r={}){return typeof IntersectionObserver>"u"?null:(Pe||(Pe=new IntersectionObserver(e=>{for(let t of e){if(!t.isIntersecting)continue;let i=Ln.get(t.target);i&&Tn(()=>i(t.target)),t.target.dataset.velinOnce!=="false"&&Pe.unobserve(t.target)}},{threshold:r.threshold??.1,rootMargin:r.rootMargin??"0px 0px -40px 0px"})),Pe)}function kt(r,e,t={}){let i=typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches,n=r.closest('[data-velin-motion="off"]')||r.dataset.velinMotion==="off";if(i||n)return Tn(()=>e(r,!0)),()=>{};let o=zu(t);return o?(Ln.set(r,e),o.observe(r),()=>{Ln.delete(r),o.unobserve(r)}):(Tn(()=>e(r,!0)),()=>{})}function Pa(){Pe&&(Pe.disconnect(),Pe=null)}var kn,Sn,Pe,Ln,Cn=p(()=>{kn=new Set,Sn=0;Pe=null,Ln=new WeakMap});function Ie(r=document,e={}){if(typeof document>"u")return()=>{};let t=e.selector||["pre[velin-code]","pre[language]","pre[data-language]",'pre code[class*="language-"]',"velin-code-block pre",".velin-doc-example__code pre"].join(","),i=r.querySelectorAll(t),n=[],o=typeof matchMedia<"u"&&matchMedia("(prefers-reduced-motion: reduce)").matches;for(let a of i){let c=a.tagName==="PRE"?a:a.closest("pre");if(!c||c.dataset.velinObserve==="1")continue;if(c.dataset.velinObserve="1",o||e.immediate){de(c);continue}c.classList.add("velin-syntax-pending");let u=kt(c,async f=>{await de(f)});n.push(u)}return()=>n.forEach(a=>a())}var St,Rn=p(()=>{zi();Cn();St=Ie});var Mn={};y(Mn,{applyHighlight:()=>Oi,escapeHtml:()=>wn,getLanguage:()=>At,getSourceText:()=>Ni,highlightAll:()=>Et,highlightElement:()=>de,initHighlight:()=>Ie,lazyLoadLanguage:()=>Me,listLanguages:()=>Mi,normalizeLanguage:()=>_e,observeCodeBlocks:()=>St,registerLanguage:()=>ot,renderTokens:()=>Di,resolveLanguage:()=>En,velinSyntax:()=>qa});var qa,Tt=p(()=>{Ii();An();zi();Rn();zi();Rn();Ii();qa={highlightElement:de,highlightAll:Et,initHighlight:Ie,observeCodeBlocks:St,registerLanguage:ot,lazyLoadLanguage:Me,listLanguages:Mi}});var Ua={};y(Ua,{default:()=>Ba});function $u(r){let e=new Set;if(!r)return e;for(let t of r.split(",")){let i=t.trim();if(i)if(i.includes("-")){let[n,o]=i.split("-").map(a=>parseInt(a,10));if(!Number.isNaN(n)&&!Number.isNaN(o))for(let a=Math.min(n,o);a<=Math.max(n,o);a+=1)e.add(a)}else{let n=parseInt(i,10);Number.isNaN(n)||e.add(n)}}return e}var $i,Ba,In=p(()=>{Tt();$i=class extends HTMLElement{static get observedAttributes(){return["language","highlight","line-numbers","collapsed"]}connectedCallback(){this._built||(this._built=!0,this.classList.add("velin-code-block"),this._render(),this._setupHighlight())}attributeChangedCallback(){this._built&&(this._render(),this._setupHighlight())}_render(){let e=this.getAttribute("language")||"",t=this.hasAttribute("line-numbers"),i=this.hasAttribute("collapsed"),n=$u(this.getAttribute("highlight")||""),o=this.textContent.trim();this.textContent="";let a=document.createElement("div");a.className="velin-code-block__toolbar",a.innerHTML="";let c=document.createElement("velin-copy");c.setAttribute("value",o),c.setAttribute("label","Copy"),a.appendChild(c);let u=`velin-code-panel-${Math.random().toString(36).slice(2,9)}`,f=document.createElement("div");if(f.id=u,f.className=t?"velin-code-block__gutter":"",i){let g=document.createElement("button");g.type="button",g.className="velin-btn velin-btn--sm velin-btn--ghost",g.textContent="Expand",g.setAttribute("aria-expanded","false"),g.setAttribute("aria-controls",u),g.setAttribute("aria-label","Expand code block"),g.addEventListener("click",()=>{this.hasAttribute("data-collapsed")?(this.removeAttribute("data-collapsed"),g.textContent="Collapse",g.setAttribute("aria-expanded","true"),g.setAttribute("aria-label","Collapse code block")):(this.setAttribute("data-collapsed",""),g.textContent="Expand",g.setAttribute("aria-expanded","false"),g.setAttribute("aria-label","Expand code block"))}),this.setAttribute("data-collapsed",""),a.appendChild(g)}if(t){let g=document.createElement("div");g.className="velin-code-block__line-numbers";let k=o.split(`
1232
- `).length;g.textContent="";for(let A=0;A<k;A+=1){let S=A+1,j=document.createElement("span");n.has(S)&&(j.className="velin-code-block__line--highlight"),j.textContent=String(S),g.appendChild(j)}f.appendChild(g)}let _=document.createElement("pre");e&&(_.setAttribute("language",e),_.dataset.language=e);let b=document.createElement("code");e&&(b.className=`language-${e}`),b.textContent=o,_.appendChild(b),f.appendChild(_),this.appendChild(a),this.appendChild(f),this._pre=_}async _setupHighlight(){if(!this._pre)return;delete this._pre.dataset.velinHighlighted,delete this._pre.dataset.velinObserve,typeof matchMedia<"u"&&matchMedia("(prefers-reduced-motion: reduce)").matches?await de(this._pre):Ie(this,{root:this})}};customElements.define("velin-code-block",$i);Ba=$i});var Ka={};y(Ka,{default:()=>ja});function Hu(r){let e=(r.getAttribute("format")||"number").toLowerCase(),t=r.getAttribute("locale")||void 0,i=r.getAttribute("decimals"),n=i!=null?Math.max(0,Number.parseInt(i,10)||0):null,o={};n!=null&&(o.minimumFractionDigits=n,o.maximumFractionDigits=n),e==="currency"?(o.style="currency",o.currency=r.getAttribute("currency")||"EUR"):e==="percent"&&(o.style="percent");try{return new Intl.NumberFormat(t,o)}catch{return new Intl.NumberFormat(void 0,o)}}var Fu,Fi,ja,Hi=p(()=>{Fu=r=>r===1?1:1-Math.pow(2,-10*r);Fi=class extends HTMLElement{static get observedAttributes(){return["from","to","duration","decimals","prefix","suffix","format","currency","locale"]}constructor(){super(),this._rafId=0,this._started=!1,this._observer=null}connectedCallback(){this.setAttribute("role","status"),this.setAttribute("aria-live","polite"),this.setAttribute("aria-atomic","true"),this._render(this._fromValue()),this.getAttribute("autostart")!=="false"&&this._scheduleStart()}disconnectedCallback(){cancelAnimationFrame(this._rafId),this._observer?.disconnect()}attributeChangedCallback(e){this.isConnected&&(e==="to"||e==="from"?this.start():this._render(this._lastValue??this._toValue()))}_fromValue(){return Number.parseFloat(this.getAttribute("from"))||0}_toValue(){return Number.parseFloat(this.getAttribute("to"))||0}_duration(){return Math.max(0,Number.parseFloat(this.getAttribute("duration"))||900)}_scheduleStart(){if(!this._started){if(typeof IntersectionObserver>"u"){this.start();return}this._observer=new IntersectionObserver(e=>{for(let t of e)if(t.isIntersecting){this.start(),this._observer.disconnect(),this._observer=null;break}},{threshold:.2}),this._observer.observe(this)}}start(){cancelAnimationFrame(this._rafId),this._started=!0;let e=this._fromValue(),t=this._toValue(),i=this._duration();if(typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches||i===0){this._render(t);return}let o=performance.now(),a=c=>{let u=Math.min(1,(c-o)/i),f=e+(t-e)*Fu(u);this._render(f),u<1&&(this._rafId=requestAnimationFrame(a))};this._rafId=requestAnimationFrame(a)}reset(){cancelAnimationFrame(this._rafId),this._started=!1,this._render(this._fromValue())}_render(e){this._lastValue=e;let t=Hu(this),i=this.getAttribute("prefix")||"",n=this.getAttribute("suffix")||"";this.textContent=`${i}${t.format(e)}${n}`}};typeof customElements<"u"&&!customElements.get("velin-counter")&&customElements.define("velin-counter",Fi);ja=Fi});var Va={};y(Va,{default:()=>Ya});function Ga(r,e){let i=(r?.dataset?.sortValue??r?.textContent??"").trim();if(e==="number"){let n=Number.parseFloat(i.replace(/[^\d.,-]/g,"").replace(",","."));return Number.isNaN(n)?Number.NEGATIVE_INFINITY:n}if(e==="date"){let n=Date.parse(i);return Number.isNaN(n)?Number.NEGATIVE_INFINITY:n}return i.toLowerCase()}var Pu,Wa,Pi,Ya,Dn=p(()=>{Le();Pu=new Set(["text","number","date"]),Wa=!1;Pi=class extends HTMLElement{static get observedAttributes(){return["page-size","filter-input","empty-text","label","editable"]}constructor(){super(),this._table=null,this._page=1,this._query="",this._sortIndex=-1,this._sortDirection="ascending",this._filterEl=null,this._pagination=null,this._emptyRow=null,this._filterTimer=null,this._onFilterInput=this._onFilterInput.bind(this)}connectedCallback(){this.classList.add("velin-data-table"),requestAnimationFrame(()=>this._init())}disconnectedCallback(){this._filterEl&&this._filterEl.removeEventListener("input",this._onFilterInput),this._filterTimer&&clearTimeout(this._filterTimer)}attributeChangedCallback(e,t,i){t===i||!this._table||(e==="page-size"?(this._page=1,this._render()):e==="filter-input"?this._bindFilterInput():e==="label"&&this._ensureAccessibleName())}get rows(){let e=this._table?.tBodies?.[0];return e?[...e.rows].filter(t=>t!==this._emptyRow):[]}get matchingRows(){return this.rows.filter(e=>!e.dataset.velinFiltered)}get visibleRows(){return this.matchingRows.filter(e=>!e.hidden)}get page(){return this._page}get pageSize(){let e=Number.parseInt(this.getAttribute("page-size")||"",10);return Number.isFinite(e)&&e>0?e:0}get pageCount(){let e=this.pageSize;return e?Math.max(1,Math.ceil(this.matchingRows.length/e)):1}sort(e,t){let n=this._headers()[e];if(!n)return;let o=this._sortType(n);if(o==="none")return;this._sortDirection=t||(this._sortIndex===e&&this._sortDirection==="ascending"?"descending":"ascending"),this._sortIndex=e;let a=this._sortDirection==="ascending"?1:-1,c=this._table.tBodies[0],u=this.rows.slice().sort((_,b)=>{let g=Ga(_.cells[e],o),R=Ga(b.cells[e],o);return g<R?-1*a:g>R?1*a:0});for(let _ of u)c.appendChild(_);this._syncSortState(),this._page=1,this._render();let f=n.dataset.sortLabel||n.textContent.trim();ne(`${f} sorted ${this._sortDirection}`),this.dispatchEvent(new CustomEvent("velin-data-table-sort",{bubbles:!0,detail:{index:e,direction:this._sortDirection,column:f}}))}filter(e){this._query=String(e||"").trim().toLowerCase();for(let i of this.rows)!this._query||this._rowText(i).includes(this._query)?delete i.dataset.velinFiltered:i.dataset.velinFiltered="true";this._page=1,this._render();let t=this.matchingRows.length;ne(t===1?"1 row matches":`${t} rows match`),this.dispatchEvent(new CustomEvent("velin-data-table-filter",{bubbles:!0,detail:{query:this._query,count:t}}))}goToPage(e){let t=Math.min(Math.max(1,Math.trunc(e)||1),this.pageCount);t!==this._page&&(this._page=t,this._render(),ne(`Page ${this._page} of ${this.pageCount}`),this.dispatchEvent(new CustomEvent("velin-data-table-page",{bubbles:!0,detail:{page:this._page,pageCount:this.pageCount}})))}_init(){this._table=this.querySelector("table"),!(!this._table||!this._table.tBodies.length)&&(this._ensureAccessibleName(),this._setupSorting(),this._setupEditable(),this._bindFilterInput(),this._render())}_headers(){let e=this._table.tHead?.rows?.[0];return e?[...e.cells]:[]}_sortType(e){let t=(e.dataset.sort||"").toLowerCase();return t==="none"?"none":Pu.has(t)?t:this.hasAttribute("sortable")?"text":"none"}_ensureAccessibleName(){let e=this._table;if(!e)return;let t=this.getAttribute("label"),i=e.caption?.textContent.trim()||e.getAttribute("aria-label")?.trim()||e.getAttribute("aria-labelledby")?.trim();if(!i&&t){e.setAttribute("aria-label",t);return}!i&&!Wa&&(Wa=!0,console.warn("[velinstyle] <velin-data-table> needs a <caption>, aria-label, or a label attribute."))}_setupSorting(){this._headers().forEach((e,t)=>{if(this._sortType(e)==="none"||e.querySelector(".velin-data-table__sort"))return;let i=e.textContent.trim();e.dataset.sortLabel=i,e.setAttribute("aria-sort","none"),e.classList.add("velin-data-table__th");let n=document.createElement("button");n.type="button",n.className="velin-data-table__sort",n.textContent=i;let o=document.createElement("span");o.className="velin-data-table__sort-icon",o.setAttribute("aria-hidden","true"),n.appendChild(o),n.addEventListener("click",()=>this.sort(t)),e.textContent="",e.appendChild(n)})}_setupEditable(){if(!this.hasAttribute("editable")&&!this.querySelector("[data-editable]"))return;let e=this._table.tBodies[0];if(!(!e||e.dataset.velinEditBound)){e.dataset.velinEditBound="true",e.addEventListener("dblclick",t=>{let i=t.target.closest("td");!i||!e.contains(i)||!this.hasAttribute("editable")&&!i.hasAttribute("data-editable")||this._beginEdit(i)}),e.addEventListener("keydown",t=>{let i=t.target.closest("td");if(!(!i||t.target!==i)&&(t.key==="Enter"||t.key==="F2")){if(!this.hasAttribute("editable")&&!i.hasAttribute("data-editable"))return;t.preventDefault(),this._beginEdit(i)}});for(let t of e.querySelectorAll("td[data-editable], td"))!this.hasAttribute("editable")&&!t.hasAttribute("data-editable")||t.hasAttribute("tabindex")||t.setAttribute("tabindex","0")}}_beginEdit(e){if(e.querySelector("input"))return;let t=e.textContent.trim(),i=document.createElement("input");i.className="velin-input velin-data-table__edit",i.value=t,i.setAttribute("aria-label","Edit cell"),e.textContent="",e.appendChild(i),i.focus(),i.select();let n=o=>{let a=o?i.value.trim():t;e.textContent=a,o&&a!==t&&(this.dispatchEvent(new CustomEvent("velin-data-table-edit",{bubbles:!0,detail:{cell:e,row:e.parentElement,previous:t,value:a,columnIndex:e.cellIndex}})),ne("Cell updated"))};i.addEventListener("keydown",o=>{o.key==="Enter"?(o.preventDefault(),n(!0)):o.key==="Escape"&&(o.preventDefault(),n(!1))}),i.addEventListener("blur",()=>n(!0))}_syncSortState(){this._headers().forEach((e,t)=>{if(this._sortType(e)==="none")return;let i=t===this._sortIndex;e.setAttribute("aria-sort",i?this._sortDirection:"none"),e.querySelector(".velin-data-table__sort")?.classList.toggle("velin-data-table__sort--active",i)})}_bindFilterInput(){this._filterEl&&this._filterEl.removeEventListener("input",this._onFilterInput);let e=this.getAttribute("filter-input");this._filterEl=e?document.querySelector(e):null,this._filterEl&&this._filterEl.addEventListener("input",this._onFilterInput)}_onFilterInput(e){this._filterTimer&&clearTimeout(this._filterTimer);let t=e.target.value;this._filterTimer=setTimeout(()=>this.filter(t),150)}_rowText(e){let t=[...e.cells].filter(n=>n.hasAttribute("data-filter"));return(t.length?t:[...e.cells]).map(n=>n.textContent||"").join(" ").toLowerCase()}_render(){let e=this.pageSize;this._page=Math.min(this._page,this.pageCount);let t=this.matchingRows,i=e?(this._page-1)*e:0,n=e?i+e:t.length;for(let o of this.rows){let a=t.indexOf(o);o.hidden=a===-1||a<i||a>=n}this._renderEmptyState(t.length===0),this._renderPagination()}_renderEmptyState(e){if(!e){this._emptyRow?.remove(),this._emptyRow=null;return}if(this._emptyRow?.isConnected)return;let t=this._headers().length||1,i=document.createElement("tr");i.className="velin-data-table__empty";let n=document.createElement("td");n.colSpan=t,n.textContent=this.getAttribute("empty-text")||"No matching rows",i.appendChild(n),this._table.tBodies[0].appendChild(i),this._emptyRow=i}_renderPagination(){if(!this.pageSize||this.pageCount<=1){this._pagination?.remove(),this._pagination=null;return}if(!this._pagination?.isConnected){let n=document.createElement("nav");n.className="velin-data-table__pagination",n.setAttribute("aria-label",this.getAttribute("pagination-label")||"Table pagination");let o=document.createElement("button");o.type="button",o.className="velin-btn velin-btn--outline velin-btn--sm",o.dataset.velinPage="previous",o.textContent=this.getAttribute("previous-text")||"Previous",o.addEventListener("click",()=>this.goToPage(this._page-1));let a=document.createElement("p");a.className="velin-data-table__page-status",a.dataset.velinPage="status";let c=document.createElement("button");c.type="button",c.className="velin-btn velin-btn--outline velin-btn--sm",c.dataset.velinPage="next",c.textContent=this.getAttribute("next-text")||"Next",c.addEventListener("click",()=>this.goToPage(this._page+1)),n.append(o,a,c),this.appendChild(n),this._pagination=n}let e=this._pagination.querySelector('[data-velin-page="status"]');e&&(e.textContent=`Page ${this._page} of ${this.pageCount}`);let t=this._pagination.querySelector('[data-velin-page="previous"]'),i=this._pagination.querySelector('[data-velin-page="next"]');t&&(t.disabled=this._page<=1),i&&(i.disabled=this._page>=this.pageCount)}};customElements.define("velin-data-table",Pi);Ya=Pi});var Za={};y(Za,{default:()=>Xa});var qu,qi,Xa,On=p(()=>{T();qu=`
1256
+ `,this.shadowRoot.querySelectorAll("[data-nav]").forEach(f=>{f.addEventListener("click",()=>this._shiftMonth(Number(f.getAttribute("data-nav"))))}),this.shadowRoot.querySelectorAll(".day").forEach(f=>{f.addEventListener("click",()=>{if(f.getAttribute("aria-disabled")==="true")return;let b=qe(f.getAttribute("data-iso"));b&&this._select(b)}),f.addEventListener("keydown",this._onKey)})}};customElements.define("velin-calendar",Si);ka=Si});function H(i,e){let t=[],r=0;for(;r<i.length;){let n=!1;for(let{type:o,re:a}of e){a.lastIndex=r;let c=a.exec(i);if(c&&c.index===r){t.push({type:o,value:c[0]}),r+=c[0].length,n=!0;break}}if(!n){let o=t[t.length-1];o?.type==="plain"?o.value+=i[r]:t.push({type:"plain",value:i[r]}),r+=1}}return t}function Me(i,e,t){let r=[...t,{type:"keyword",re:new RegExp(`\\b(${Object.keys(e).join("|")})\\b`,"y")},{type:"identifier",re:/\b[A-Za-z_$][\w$]*\b/y}];return H(i,r)}var Q=h(()=>{});var pn={};v(pn,{default:()=>rt});function rt(i){return Me(i,Ju,Qu)}var Ju,Qu,_t=h(()=>{Q();Ju={const:1,let:1,var:1,function:1,return:1,if:1,else:1,for:1,while:1,do:1,switch:1,case:1,break:1,continue:1,new:1,class:1,extends:1,import:1,export:1,from:1,default:1,async:1,await:1,try:1,catch:1,finally:1,throw:1,typeof:1,instanceof:1,in:1,of:1,true:1,false:1,null:1,undefined:1,void:1,this:1},Qu=[{type:"comment",re:/\/\/[^\n]*/y},{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:\\.|[^'\\])*'/y},{type:"string",re:/`(?:\\.|[^`\\])*`/y},{type:"number",re:/\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/y},{type:"operator",re:/[+\-*/%=<>!&|^~?:]+/y},{type:"punctuation",re:/[{}[\]();,.]/y}]});var mn={};v(mn,{default:()=>La});function La(i){return rt(i).map(e=>e.type==="identifier"&&eh.has(e.value)?{type:"keyword",value:e.value}:e)}var eh,fn=h(()=>{_t();eh=new Set(["type","interface","enum","implements","declare","namespace","readonly","public","private","protected","abstract","as","satisfies","keyof"])});var ki={};v(ki,{default:()=>Ca});function Ca(i){return H(i,th)}var th,Ti=h(()=>{Q();th=[{type:"comment",re:/<!--[\s\S]*?-->/y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:\\.|[^'\\])*'/y},{type:"tag",re:/<\/?[\w-]+/y},{type:"punctuation",re:/[<>/=]/y},{type:"attr-name",re:/\s[\w-]+(?==)/y},{type:"attr-value",re:/=(?:"[^"]*"|'[^']*'|[^\s>]+)/y}]});var Ma={};v(Ma,{default:()=>Ra});function Ra(i){return Me(i,ih,rh)}var ih,rh,Ia=h(()=>{Q();ih={important:1,inherit:1,initial:1,unset:1,revert:1},rh=[{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:\\.|[^'\\])*'/y},{type:"number",re:/#[\da-fA-F]{3,8}\b|\b\d+(?:\.\d+)?(?:%|[a-z]+)?\b/y},{type:"tag",re:/\.[\w-]+|#[\w-]+/y},{type:"attr-name",re:/[\w-]+(?=\s*:)/y},{type:"punctuation",re:/[{}:;,()]/y},{type:"operator",re:/[+\-*/>~]/y}]});var Na={};v(Na,{default:()=>Da});function Da(i){return H(i,nh)}var nh,Oa=h(()=>{Q();nh=[{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"number",re:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/y},{type:"keyword",re:/\b(true|false|null)\b/y},{type:"punctuation",re:/[{}[\]:,]/y}]});var bn={};v(bn,{default:()=>za});function za(i){return H(i,oh)}var oh,vn=h(()=>{Q();oh=[{type:"comment",re:/<!--[\s\S]*?-->/y},{type:"string",re:/```[\s\S]*?```/y},{type:"string",re:/`[^`\n]+`/y},{type:"keyword",re:/#{1,6}\s[^\n]+/y},{type:"tag",re:/\[[^\]]+\]\([^)]+\)/y},{type:"operator",re:/[*_~]/y}]});var Li={};v(Li,{default:()=>$a});function $a(i){return Me(i,sh,ah)}var sh,ah,Ci=h(()=>{Q();sh={if:1,then:1,else:1,fi:1,for:1,do:1,done:1,while:1,case:1,esac:1,function:1,return:1,export:1,local:1},ah=[{type:"comment",re:/#[^\n]*/y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'[^']*'/y},{type:"number",re:/\b\d+\b/y},{type:"operator",re:/[|&<>]/y},{type:"punctuation",re:/[();]/y}]});var Ha={};v(Ha,{default:()=>Fa});function Fa(i){return H(i,lh)}var lh,qa=h(()=>{Q();lh=[{type:"comment",re:/--[^\n]*/y},{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/'(?:''|[^'])*'/y},{type:"number",re:/\b\d+(?:\.\d+)?\b/y},{type:"keyword",re:/\b(?:SELECT|FROM|WHERE|INSERT|INTO|VALUES|UPDATE|SET|DELETE|JOIN|LEFT|RIGHT|INNER|OUTER|ON|AND|OR|NOT|NULL|AS|ORDER|BY|GROUP|HAVING|LIMIT|CREATE|TABLE|INDEX)\b/yi},{type:"operator",re:/[=<>!]+|,/y},{type:"punctuation",re:/[();]/y}]});var xt={};v(xt,{default:()=>Pa});function Pa(i){return i?[{type:"plain",value:i}]:[]}var wt=h(()=>{});var Ua={};v(Ua,{default:()=>Ba});function Ba(i){return Me(i,ch,dh)}var ch,dh,ja=h(()=>{Q();ch={function:1,return:1,if:1,else:1,elseif:1,foreach:1,while:1,class:1,new:1,public:1,private:1,protected:1,static:1,namespace:1,use:1,true:1,false:1,null:1},dh=[{type:"comment",re:/\/\/[^\n]*/y},{type:"comment",re:/#[^\n]*/y},{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:\\.|[^'\\])*'/y},{type:"number",re:/\b\d+(?:\.\d+)?\b/y},{type:"operator",re:/=>|\+\+|--|===|!==|==|!=|<=|>=|->|\?\?|[=+\-*/%.<>!&|^~?:]/y},{type:"punctuation",re:/[{}[\]();,.]/y}]});var Wa={};v(Wa,{default:()=>Ka});function Ka(i){return H(i,uh)}var uh,Ya=h(()=>{Q();uh=[{type:"comment",re:/{{--[\s\S]*?--}}/y},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:\\.|[^'\\])*'/y},{type:"keyword",re:/@(?:vite|csrf|auth|guest|section|endsection|yield|extends|include|push|endpush|stack|once|endonce|forelse|empty|endempty|can|endcan|cannot|endcannot)\b/y},{type:"operator",re:/{{|}}|{!!|!!}|@[{}]/y},{type:"punctuation",re:/[()[\],]/y}]});var gn={};v(gn,{default:()=>Ga});function Ga(i){return H(i,hh)}var hh,yn=h(()=>{Q();hh=[{type:"comment",re:/#[^\n]*/y},{type:"string",re:/[rbfu]{0,2}"""[\s\S]*?"""/y},{type:"string",re:/[rbfu]{0,2}'''[\s\S]*?'''/y},{type:"string",re:/[rbfu]{0,2}"(?:\\.|[^"\\\n])*"/y},{type:"string",re:/[rbfu]{0,2}'(?:\\.|[^'\\\n])*'/y},{type:"number",re:/\b0[xX][\da-fA-F_]+\b|\b\d[\d_]*(?:\.[\d_]+)?(?:[eE][+-]?\d+)?j?\b/y},{type:"keyword",re:/\b(?:and|as|assert|async|await|break|class|continue|def|del|elif|else|except|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|raise|return|try|while|with|yield)\b/y},{type:"builtin",re:/\b(?:None|True|False|self|cls|abs|all|any|bool|bytes|dict|dir|enumerate|filter|float|format|frozenset|getattr|hasattr|int|isinstance|issubclass|iter|len|list|map|max|min|next|object|open|print|range|repr|reversed|round|set|setattr|sorted|str|sum|super|tuple|type|zip)\b/y},{type:"operator",re:/->|:=|\*\*=?|\/\/=?|<<=?|>>=?|[-+*/%&|^~<>!=]=?/y},{type:"punctuation",re:/[[\]{}(),:;.@]/y},{type:"identifier",re:/\b[A-Za-z_]\w*\b/y}]});var _n={};v(_n,{default:()=>Va});function Va(i){return H(i,ph)}var ph,xn=h(()=>{Q();ph=[{type:"comment",re:/#[^\n]*/y},{type:"punctuation",re:/^(?:---|\.\.\.)$/my},{type:"string",re:/"(?:\\.|[^"\\])*"/y},{type:"string",re:/'(?:''|[^'])*'/y},{type:"attr-name",re:/^[ \t]*-?[ \t]*[\w.$-]+(?=[ \t]*:(?:[ \t]|$))/my},{type:"punctuation",re:/^[ \t]*-(?=[ \t]|$)/my},{type:"keyword",re:/\b(?:true|false|null|yes|no|on|off|~)\b/yi},{type:"number",re:/\b-?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b/y},{type:"operator",re:/[&*]\w+|![\w/!-]*|[|>][+-]?\d*(?=\s*$)/my},{type:"punctuation",re:/[:,[\]{}]/y}]});var wn={};v(wn,{default:()=>Xa});function Xa(i){return H(i,mh)}var mh,An=h(()=>{Q();mh=[{type:"comment",re:/\/\/[^\n]*/y},{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/`[^`]*`/y},{type:"string",re:/"(?:\\.|[^"\\\n])*"/y},{type:"string",re:/'(?:\\.|[^'\\\n])*'/y},{type:"number",re:/\b0[xX][\da-fA-F_]+\b|\b\d[\d_]*(?:\.[\d_]*)?(?:[eE][+-]?\d+)?i?\b/y},{type:"keyword",re:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go|goto|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/y},{type:"builtin",re:/\b(?:append|bool|byte|cap|clear|close|complex|complex64|complex128|copy|delete|error|float32|float64|imag|int|int8|int16|int32|int64|len|make|max|min|new|nil|panic|print|println|real|recover|rune|string|true|false|iota|uint|uint8|uint16|uint32|uint64|uintptr|any)\b/y},{type:"operator",re:/:=|\.\.\.|&&|\|\||<-|\+\+|--|<<=?|>>=?|&\^=?|[-+*/%&|^<>!=]=?|~/y},{type:"punctuation",re:/[[\]{}(),;:.]/y},{type:"identifier",re:/\b[A-Za-z_]\w*\b/y}]});var En={};v(En,{default:()=>Za});function Za(i){return H(i,fh)}var fh,Sn=h(()=>{Q();fh=[{type:"comment",re:/\/\/\/?[^\n]*/y},{type:"comment",re:/\/\*[\s\S]*?\*\//y},{type:"string",re:/b?r(#*)"[\s\S]*?"\1/y},{type:"string",re:/b?"(?:\\.|[^"\\])*"/y},{type:"string",re:/b?'(?:\\.|[^'\\])'/y},{type:"builtin",re:/#!?\[[^\]]*\]/y},{type:"number",re:/\b0[xXbo][\da-fA-F_]+\b|\b\d[\d_]*(?:\.[\d_]+)?(?:[eE][+-]?\d+)?(?:[iuf](?:8|16|32|64|128|size))?\b/y},{type:"keyword",re:/\b(?:as|async|await|break|const|continue|crate|dyn|else|enum|extern|fn|for|if|impl|in|let|loop|match|mod|move|mut|pub|ref|return|self|Self|static|struct|super|trait|type|unsafe|use|where|while)\b/y},{type:"builtin",re:/\b(?:bool|char|f32|f64|i8|i16|i32|i64|i128|isize|str|u8|u16|u32|u64|u128|usize|String|Vec|Option|Result|Some|None|Ok|Err|Box|Rc|Arc|true|false)\b/y},{type:"operator",re:/'[a-z_]\w*\b/y},{type:"operator",re:/=>|->|::|\.\.=?|&&|\|\||<<=?|>>=?|[-+*/%&|^<>!=]=?|[?@]/y},{type:"punctuation",re:/[[\]{}(),;:.#]/y},{type:"identifier",re:/\b[A-Za-z_]\w*!?\b/y}]});function _e(i){let e=(i||"").trim().toLowerCase();return e?e.startsWith("language-")?_e(e.slice(9)):{javascript:"js",jsx:"js",typescript:"ts",tsx:"ts",markup:"html",xml:"html",svg:"html",bash:"shell",sh:"shell",zsh:"shell",md:"markdown",plaintext:"text","plain-text":"text",yml:"yaml",toml:"text",ini:"text",php8:"php",py:"python",python3:"python",golang:"go",rs:"rust"}[e]||e:""}function ot(i,e){nt.set(_e(i),e)}function At(i){return nt.get(_e(i))}async function Ie(i){let e=_e(i);if(!e)return;if(nt.has(e))return nt.get(e);if(Ri.has(e))return Ri.get(e);let t=Ja[e];if(!t)return;let r=t().then(n=>{let o=n.default;return nt.set(e,o),Ri.delete(e),o});return Ri.set(e,r),r}function Mi(){return[...new Set([...nt.keys(),...Object.keys(Ja)])]}var nt,Ri,Ja,Ii=h(()=>{_t();nt=new Map,Ri=new Map,Ja={js:()=>Promise.resolve().then(()=>(_t(),pn)),javascript:()=>Promise.resolve().then(()=>(_t(),pn)),ts:()=>Promise.resolve().then(()=>(fn(),mn)),typescript:()=>Promise.resolve().then(()=>(fn(),mn)),html:()=>Promise.resolve().then(()=>(Ti(),ki)),xml:()=>Promise.resolve().then(()=>(Ti(),ki)),css:()=>Promise.resolve().then(()=>(Ia(),Ma)),json:()=>Promise.resolve().then(()=>(Oa(),Na)),md:()=>Promise.resolve().then(()=>(vn(),bn)),markdown:()=>Promise.resolve().then(()=>(vn(),bn)),shell:()=>Promise.resolve().then(()=>(Ci(),Li)),bash:()=>Promise.resolve().then(()=>(Ci(),Li)),sh:()=>Promise.resolve().then(()=>(Ci(),Li)),sql:()=>Promise.resolve().then(()=>(qa(),Ha)),text:()=>Promise.resolve().then(()=>(wt(),xt)),plain:()=>Promise.resolve().then(()=>(wt(),xt)),txt:()=>Promise.resolve().then(()=>(wt(),xt)),markup:()=>Promise.resolve().then(()=>(Ti(),ki)),console:()=>Promise.resolve().then(()=>(wt(),xt)),php:()=>Promise.resolve().then(()=>(ja(),Ua)),blade:()=>Promise.resolve().then(()=>(Ya(),Wa)),python:()=>Promise.resolve().then(()=>(yn(),gn)),py:()=>Promise.resolve().then(()=>(yn(),gn)),yaml:()=>Promise.resolve().then(()=>(xn(),_n)),yml:()=>Promise.resolve().then(()=>(xn(),_n)),go:()=>Promise.resolve().then(()=>(An(),wn)),golang:()=>Promise.resolve().then(()=>(An(),wn)),rust:()=>Promise.resolve().then(()=>(Sn(),En)),rs:()=>Promise.resolve().then(()=>(Sn(),En))};ot("js",rt)});function kn(i){return i.replace(/[&<>"]/g,e=>bh[e]||e)}function Di(i){return i.map(e=>{let t=e.type==="plain"?"":e.type;return`<span class="${t?`velin-token velin-token--${t}`:"velin-token"}">${kn(e.value)}</span>`}).join("")}function Ni(i,e){i.innerHTML=Di(e),i.classList.add("velin-syntax-ready"),i.closest("pre")?.classList.add("velin-syntax-ready"),i.closest(".velin-code-block")?.classList.add("velin-syntax-ready")}var bh,Tn=h(()=>{bh={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"}});function Ln(i){let e=i.tagName==="PRE"?i:i.closest("pre"),t=i.tagName==="CODE"?i:e?.querySelector("code")||i,r=e||t,n=r.getAttribute("language")||r.getAttribute("data-language")||r.getAttribute("velin-code")||"";if(n&&n!=="true")return _e(n);let a=(t?.className||"").match(/\blanguage-([\w-]+)\b/i);return a?_e(a[1]):""}function Oi(i){let t=(i.tagName==="CODE"?i:i.querySelector("code"))||i;if(t.dataset.velinSource!=null)return t.dataset.velinSource;let r=t.innerHTML;if(r&&/&lt;|&gt;|&amp;/.test(r)){let n=document.createElement("textarea");if(n.innerHTML=r.replace(/<br\s*\/?>/gi,`
1257
+ `),n.value)return n.value}return t.textContent||""}async function ue(i,e={}){if(i.dataset.velinHighlighted==="1")return;let t=i.tagName==="PRE"?i:i.closest("pre")||i,r=i.tagName==="CODE"?i:t.querySelector("code")||document.createElement("code");if(!t.querySelector("code")&&r!==i){let c=Oi(t);r.textContent=c,t.textContent="",t.appendChild(r)}r.dataset.velinSource||(r.dataset.velinSource=r.textContent||"");let n=e.language||Ln(t);if(!n)return;t.classList.add("velin-syntax-pending"),r.classList.add("velin-syntax-pending");let o=e.lexer||At(n);o||(o=await Ie(n)),o||(o=At("text")||await Ie("text"));let a=r.dataset.velinSource||Oi(r)||"";if(!o){r.textContent=a,t.classList.remove("velin-syntax-pending"),r.classList.remove("velin-syntax-pending"),t.classList.add("velin-syntax-ready"),r.classList.add("velin-syntax-ready");return}try{let c=o(a);Ni(r,c),r.dataset.velinHighlighted="1",t.dataset.velinHighlighted="1"}catch(c){console.warn("[velin-highlight]",n,c),r.textContent=a}t.classList.remove("velin-syntax-pending"),r.classList.remove("velin-syntax-pending"),t.classList.add("velin-syntax-ready"),r.classList.add("velin-syntax-ready")}async function Et(i=document){let e=i.querySelectorAll('pre[velin-code], pre[data-language], pre code[class*="language-"], [velin-code-block] pre, .velin-doc-example__code pre');await Promise.all([...e].map(t=>ue(t)))}var zi=h(()=>{Ii();Tn()});function Mn(i){Cn.add(i),Rn||(Rn=requestAnimationFrame(()=>{Rn=0;let e=[...Cn];Cn.clear(),e.forEach(t=>t())}))}function vh(i={}){return typeof IntersectionObserver>"u"?null:(Pe||(Pe=new IntersectionObserver(e=>{for(let t of e){if(!t.isIntersecting)continue;let r=In.get(t.target);r&&Mn(()=>r(t.target)),t.target.dataset.velinOnce!=="false"&&Pe.unobserve(t.target)}},{threshold:i.threshold??.1,rootMargin:i.rootMargin??"0px 0px -40px 0px"})),Pe)}function St(i,e,t={}){let r=typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches,n=i.closest('[data-velin-motion="off"]')||i.dataset.velinMotion==="off";if(r||n)return Mn(()=>e(i,!0)),()=>{};let o=vh(t);return o?(In.set(i,e),o.observe(i),()=>{In.delete(i),o.unobserve(i)}):(Mn(()=>e(i,!0)),()=>{})}function Qa(){Pe&&(Pe.disconnect(),Pe=null)}var Cn,Rn,Pe,In,Dn=h(()=>{Cn=new Set,Rn=0;Pe=null,In=new WeakMap});function De(i=document,e={}){if(typeof document>"u")return()=>{};let t=e.selector||["pre[velin-code]","pre[language]","pre[data-language]",'pre code[class*="language-"]',"velin-code-block pre",".velin-doc-example__code pre"].join(","),r=i.querySelectorAll(t),n=[],o=typeof matchMedia<"u"&&matchMedia("(prefers-reduced-motion: reduce)").matches;for(let a of r){let c=a.tagName==="PRE"?a:a.closest("pre");if(!c||c.dataset.velinObserve==="1")continue;if(c.dataset.velinObserve="1",o||e.immediate){ue(c);continue}c.classList.add("velin-syntax-pending");let d=St(c,async m=>{await ue(m)});n.push(d)}return()=>n.forEach(a=>a())}var kt,Nn=h(()=>{zi();Dn();kt=De});var On={};v(On,{applyHighlight:()=>Ni,escapeHtml:()=>kn,getLanguage:()=>At,getSourceText:()=>Oi,highlightAll:()=>Et,highlightElement:()=>ue,initHighlight:()=>De,lazyLoadLanguage:()=>Ie,listLanguages:()=>Mi,normalizeLanguage:()=>_e,observeCodeBlocks:()=>kt,registerLanguage:()=>ot,renderTokens:()=>Di,resolveLanguage:()=>Ln,velinSyntax:()=>el});var el,Tt=h(()=>{Ii();Tn();zi();Nn();zi();Nn();Ii();el={highlightElement:ue,highlightAll:Et,initHighlight:De,observeCodeBlocks:kt,registerLanguage:ot,lazyLoadLanguage:Ie,listLanguages:Mi}});var il={};v(il,{default:()=>tl});function gh(i){let e=new Set;if(!i)return e;for(let t of i.split(",")){let r=t.trim();if(r)if(r.includes("-")){let[n,o]=r.split("-").map(a=>parseInt(a,10));if(!Number.isNaN(n)&&!Number.isNaN(o))for(let a=Math.min(n,o);a<=Math.max(n,o);a+=1)e.add(a)}else{let n=parseInt(r,10);Number.isNaN(n)||e.add(n)}}return e}var $i,tl,zn=h(()=>{Tt();$i=class extends HTMLElement{static get observedAttributes(){return["language","highlight","line-numbers","collapsed"]}connectedCallback(){this._built||(this._built=!0,this.classList.add("velin-code-block"),this._render(),this._setupHighlight())}attributeChangedCallback(){this._built&&(this._render(),this._setupHighlight())}_render(){let e=this.getAttribute("language")||"",t=this.hasAttribute("line-numbers"),r=this.hasAttribute("collapsed"),n=gh(this.getAttribute("highlight")||""),o=this.textContent.trim();this.textContent="";let a=document.createElement("div");a.className="velin-code-block__toolbar",a.innerHTML="";let c=document.createElement("velin-copy");c.setAttribute("value",o),c.setAttribute("label","Copy"),a.appendChild(c);let d=`velin-code-panel-${Math.random().toString(36).slice(2,9)}`,m=document.createElement("div");if(m.id=d,m.className=t?"velin-code-block__gutter":"",r){let b=document.createElement("button");b.type="button",b.className="velin-btn velin-btn--sm velin-btn--ghost",b.textContent="Expand",b.setAttribute("aria-expanded","false"),b.setAttribute("aria-controls",d),b.setAttribute("aria-label","Expand code block"),b.addEventListener("click",()=>{this.hasAttribute("data-collapsed")?(this.removeAttribute("data-collapsed"),b.textContent="Collapse",b.setAttribute("aria-expanded","true"),b.setAttribute("aria-label","Collapse code block")):(this.setAttribute("data-collapsed",""),b.textContent="Expand",b.setAttribute("aria-expanded","false"),b.setAttribute("aria-label","Expand code block"))}),this.setAttribute("data-collapsed",""),a.appendChild(b)}if(t){let b=document.createElement("div");b.className="velin-code-block__line-numbers";let S=o.split(`
1258
+ `).length;b.textContent="";for(let A=0;A<S;A+=1){let k=A+1,j=document.createElement("span");n.has(k)&&(j.className="velin-code-block__line--highlight"),j.textContent=String(k),b.appendChild(j)}m.appendChild(b)}let _=document.createElement("pre");e&&(_.setAttribute("language",e),_.dataset.language=e);let f=document.createElement("code");e&&(f.className=`language-${e}`),f.textContent=o,_.appendChild(f),m.appendChild(_),this.appendChild(a),this.appendChild(m),this._pre=_}async _setupHighlight(){if(!this._pre)return;delete this._pre.dataset.velinHighlighted,delete this._pre.dataset.velinObserve,typeof matchMedia<"u"&&matchMedia("(prefers-reduced-motion: reduce)").matches?await ue(this._pre):De(this,{root:this})}};customElements.define("velin-code-block",$i);tl=$i});var nl={};v(nl,{default:()=>rl});function _h(i){let e=(i.getAttribute("format")||"number").toLowerCase(),t=i.getAttribute("locale")||void 0,r=i.getAttribute("decimals"),n=r!=null?Math.max(0,Number.parseInt(r,10)||0):null,o={};n!=null&&(o.minimumFractionDigits=n,o.maximumFractionDigits=n),e==="currency"?(o.style="currency",o.currency=i.getAttribute("currency")||"EUR"):e==="percent"&&(o.style="percent");try{return new Intl.NumberFormat(t,o)}catch{return new Intl.NumberFormat(void 0,o)}}var yh,Fi,rl,Hi=h(()=>{yh=i=>i===1?1:1-Math.pow(2,-10*i);Fi=class extends HTMLElement{static get observedAttributes(){return["from","to","duration","decimals","prefix","suffix","format","currency","locale"]}constructor(){super(),this._rafId=0,this._started=!1,this._observer=null}connectedCallback(){this.setAttribute("role","status"),this.setAttribute("aria-live","polite"),this.setAttribute("aria-atomic","true"),this._render(this._fromValue()),this.getAttribute("autostart")!=="false"&&this._scheduleStart()}disconnectedCallback(){cancelAnimationFrame(this._rafId),this._observer?.disconnect()}attributeChangedCallback(e){this.isConnected&&(e==="to"||e==="from"?this.start():this._render(this._lastValue??this._toValue()))}_fromValue(){return Number.parseFloat(this.getAttribute("from"))||0}_toValue(){return Number.parseFloat(this.getAttribute("to"))||0}_duration(){return Math.max(0,Number.parseFloat(this.getAttribute("duration"))||900)}_scheduleStart(){if(!this._started){if(typeof IntersectionObserver>"u"){this.start();return}this._observer=new IntersectionObserver(e=>{for(let t of e)if(t.isIntersecting){this.start(),this._observer.disconnect(),this._observer=null;break}},{threshold:.2}),this._observer.observe(this)}}start(){cancelAnimationFrame(this._rafId),this._started=!0;let e=this._fromValue(),t=this._toValue(),r=this._duration();if(typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches||r===0){this._render(t);return}let o=performance.now(),a=c=>{let d=Math.min(1,(c-o)/r),m=e+(t-e)*yh(d);this._render(m),d<1&&(this._rafId=requestAnimationFrame(a))};this._rafId=requestAnimationFrame(a)}reset(){cancelAnimationFrame(this._rafId),this._started=!1,this._render(this._fromValue())}_render(e){this._lastValue=e;let t=_h(this),r=this.getAttribute("prefix")||"",n=this.getAttribute("suffix")||"";this.textContent=`${r}${t.format(e)}${n}`}};typeof customElements<"u"&&!customElements.get("velin-counter")&&customElements.define("velin-counter",Fi);rl=Fi});var ll={};v(ll,{default:()=>al});function sl(i,e){let r=(i?.dataset?.sortValue??i?.textContent??"").trim();if(e==="number"){let n=Number.parseFloat(r.replace(/[^\d.,-]/g,"").replace(",","."));return Number.isNaN(n)?Number.NEGATIVE_INFINITY:n}if(e==="date"){let n=Date.parse(r);return Number.isNaN(n)?Number.NEGATIVE_INFINITY:n}return r.toLowerCase()}var xh,ol,qi,al,$n=h(()=>{Le();xh=new Set(["text","number","date"]),ol=!1;qi=class extends HTMLElement{static get observedAttributes(){return["page-size","filter-input","empty-text","label","editable"]}constructor(){super(),this._table=null,this._page=1,this._query="",this._sortIndex=-1,this._sortDirection="ascending",this._filterEl=null,this._pagination=null,this._emptyRow=null,this._filterTimer=null,this._onFilterInput=this._onFilterInput.bind(this)}connectedCallback(){this.classList.add("velin-data-table"),requestAnimationFrame(()=>this._init())}disconnectedCallback(){this._filterEl&&this._filterEl.removeEventListener("input",this._onFilterInput),this._filterTimer&&clearTimeout(this._filterTimer)}attributeChangedCallback(e,t,r){t===r||!this._table||(e==="page-size"?(this._page=1,this._render()):e==="filter-input"?this._bindFilterInput():e==="label"&&this._ensureAccessibleName())}get rows(){let e=this._table?.tBodies?.[0];return e?[...e.rows].filter(t=>t!==this._emptyRow):[]}get matchingRows(){return this.rows.filter(e=>!e.dataset.velinFiltered)}get visibleRows(){return this.matchingRows.filter(e=>!e.hidden)}get page(){return this._page}get pageSize(){let e=Number.parseInt(this.getAttribute("page-size")||"",10);return Number.isFinite(e)&&e>0?e:0}get pageCount(){let e=this.pageSize;return e?Math.max(1,Math.ceil(this.matchingRows.length/e)):1}sort(e,t){let n=this._headers()[e];if(!n)return;let o=this._sortType(n);if(o==="none")return;this._sortDirection=t||(this._sortIndex===e&&this._sortDirection==="ascending"?"descending":"ascending"),this._sortIndex=e;let a=this._sortDirection==="ascending"?1:-1,c=this._table.tBodies[0],d=this.rows.slice().sort((_,f)=>{let b=sl(_.cells[e],o),L=sl(f.cells[e],o);return b<L?-1*a:b>L?1*a:0});for(let _ of d)c.appendChild(_);this._syncSortState(),this._page=1,this._render();let m=n.dataset.sortLabel||n.textContent.trim();oe(`${m} sorted ${this._sortDirection}`),this.dispatchEvent(new CustomEvent("velin-data-table-sort",{bubbles:!0,detail:{index:e,direction:this._sortDirection,column:m}}))}filter(e){this._query=String(e||"").trim().toLowerCase();for(let r of this.rows)!this._query||this._rowText(r).includes(this._query)?delete r.dataset.velinFiltered:r.dataset.velinFiltered="true";this._page=1,this._render();let t=this.matchingRows.length;oe(t===1?"1 row matches":`${t} rows match`),this.dispatchEvent(new CustomEvent("velin-data-table-filter",{bubbles:!0,detail:{query:this._query,count:t}}))}goToPage(e){let t=Math.min(Math.max(1,Math.trunc(e)||1),this.pageCount);t!==this._page&&(this._page=t,this._render(),oe(`Page ${this._page} of ${this.pageCount}`),this.dispatchEvent(new CustomEvent("velin-data-table-page",{bubbles:!0,detail:{page:this._page,pageCount:this.pageCount}})))}_init(){this._table=this.querySelector("table"),!(!this._table||!this._table.tBodies.length)&&(this._ensureAccessibleName(),this._setupSorting(),this._setupEditable(),this._bindFilterInput(),this._render())}_headers(){let e=this._table.tHead?.rows?.[0];return e?[...e.cells]:[]}_sortType(e){let t=(e.dataset.sort||"").toLowerCase();return t==="none"?"none":xh.has(t)?t:this.hasAttribute("sortable")?"text":"none"}_ensureAccessibleName(){let e=this._table;if(!e)return;let t=this.getAttribute("label"),r=e.caption?.textContent.trim()||e.getAttribute("aria-label")?.trim()||e.getAttribute("aria-labelledby")?.trim();if(!r&&t){e.setAttribute("aria-label",t);return}!r&&!ol&&(ol=!0,console.warn("[velinstyle] <velin-data-table> needs a <caption>, aria-label, or a label attribute."))}_setupSorting(){this._headers().forEach((e,t)=>{if(this._sortType(e)==="none"||e.querySelector(".velin-data-table__sort"))return;let r=e.textContent.trim();e.dataset.sortLabel=r,e.setAttribute("aria-sort","none"),e.classList.add("velin-data-table__th");let n=document.createElement("button");n.type="button",n.className="velin-data-table__sort",n.textContent=r;let o=document.createElement("span");o.className="velin-data-table__sort-icon",o.setAttribute("aria-hidden","true"),n.appendChild(o),n.addEventListener("click",()=>this.sort(t)),e.textContent="",e.appendChild(n)})}_setupEditable(){if(!this.hasAttribute("editable")&&!this.querySelector("[data-editable]"))return;let e=this._table.tBodies[0];if(!(!e||e.dataset.velinEditBound)){e.dataset.velinEditBound="true",e.addEventListener("dblclick",t=>{let r=t.target.closest("td");!r||!e.contains(r)||!this.hasAttribute("editable")&&!r.hasAttribute("data-editable")||this._beginEdit(r)}),e.addEventListener("keydown",t=>{let r=t.target.closest("td");if(!(!r||t.target!==r)&&(t.key==="Enter"||t.key==="F2")){if(!this.hasAttribute("editable")&&!r.hasAttribute("data-editable"))return;t.preventDefault(),this._beginEdit(r)}});for(let t of e.querySelectorAll("td[data-editable], td"))!this.hasAttribute("editable")&&!t.hasAttribute("data-editable")||t.hasAttribute("tabindex")||t.setAttribute("tabindex","0")}}_beginEdit(e){if(e.querySelector("input"))return;let t=e.textContent.trim(),r=document.createElement("input");r.className="velin-input velin-data-table__edit",r.value=t,r.setAttribute("aria-label","Edit cell"),e.textContent="",e.appendChild(r),r.focus(),r.select();let n=o=>{let a=o?r.value.trim():t;e.textContent=a,o&&a!==t&&(this.dispatchEvent(new CustomEvent("velin-data-table-edit",{bubbles:!0,detail:{cell:e,row:e.parentElement,previous:t,value:a,columnIndex:e.cellIndex}})),oe("Cell updated"))};r.addEventListener("keydown",o=>{o.key==="Enter"?(o.preventDefault(),n(!0)):o.key==="Escape"&&(o.preventDefault(),n(!1))}),r.addEventListener("blur",()=>n(!0))}_syncSortState(){this._headers().forEach((e,t)=>{if(this._sortType(e)==="none")return;let r=t===this._sortIndex;e.setAttribute("aria-sort",r?this._sortDirection:"none"),e.querySelector(".velin-data-table__sort")?.classList.toggle("velin-data-table__sort--active",r)})}_bindFilterInput(){this._filterEl&&this._filterEl.removeEventListener("input",this._onFilterInput);let e=this.getAttribute("filter-input");this._filterEl=e?document.querySelector(e):null,this._filterEl&&this._filterEl.addEventListener("input",this._onFilterInput)}_onFilterInput(e){this._filterTimer&&clearTimeout(this._filterTimer);let t=e.target.value;this._filterTimer=setTimeout(()=>this.filter(t),150)}_rowText(e){let t=[...e.cells].filter(n=>n.hasAttribute("data-filter"));return(t.length?t:[...e.cells]).map(n=>n.textContent||"").join(" ").toLowerCase()}_render(){let e=this.pageSize;this._page=Math.min(this._page,this.pageCount);let t=this.matchingRows,r=e?(this._page-1)*e:0,n=e?r+e:t.length;for(let o of this.rows){let a=t.indexOf(o);o.hidden=a===-1||a<r||a>=n}this._renderEmptyState(t.length===0),this._renderPagination()}_renderEmptyState(e){if(!e){this._emptyRow?.remove(),this._emptyRow=null;return}if(this._emptyRow?.isConnected)return;let t=this._headers().length||1,r=document.createElement("tr");r.className="velin-data-table__empty";let n=document.createElement("td");n.colSpan=t,n.textContent=this.getAttribute("empty-text")||"No matching rows",r.appendChild(n),this._table.tBodies[0].appendChild(r),this._emptyRow=r}_renderPagination(){if(!this.pageSize||this.pageCount<=1){this._pagination?.remove(),this._pagination=null;return}if(!this._pagination?.isConnected){let n=document.createElement("nav");n.className="velin-data-table__pagination",n.setAttribute("aria-label",this.getAttribute("pagination-label")||"Table pagination");let o=document.createElement("button");o.type="button",o.className="velin-btn velin-btn--outline velin-btn--sm",o.dataset.velinPage="previous",o.textContent=this.getAttribute("previous-text")||"Previous",o.addEventListener("click",()=>this.goToPage(this._page-1));let a=document.createElement("p");a.className="velin-data-table__page-status",a.dataset.velinPage="status";let c=document.createElement("button");c.type="button",c.className="velin-btn velin-btn--outline velin-btn--sm",c.dataset.velinPage="next",c.textContent=this.getAttribute("next-text")||"Next",c.addEventListener("click",()=>this.goToPage(this._page+1)),n.append(o,a,c),this.appendChild(n),this._pagination=n}let e=this._pagination.querySelector('[data-velin-page="status"]');e&&(e.textContent=`Page ${this._page} of ${this.pageCount}`);let t=this._pagination.querySelector('[data-velin-page="previous"]'),r=this._pagination.querySelector('[data-velin-page="next"]');t&&(t.disabled=this._page<=1),r&&(r.disabled=this._page>=this.pageCount)}};customElements.define("velin-data-table",qi);al=qi});var dl={};v(dl,{default:()=>cl});var wh,Pi,cl,Fn=h(()=>{wh=`
1259
+ :host {
1260
+ display: block;
1261
+ text-align: center;
1262
+ padding: var(--velin-space-8, 2rem) var(--velin-space-4, 1rem);
1263
+ }
1264
+ .illustration {
1265
+ display: flex;
1266
+ justify-content: center;
1267
+ margin-block-end: var(--velin-space-4, 1rem);
1268
+ color: var(--velin-color-text-muted, #666);
1269
+ }
1270
+ .title {
1271
+ margin: 0 0 var(--velin-space-2, 0.5rem);
1272
+ font-size: var(--velin-text-xl, 1.25rem);
1273
+ font-weight: var(--velin-weight-bold, 700);
1274
+ color: var(--velin-color-text, #111);
1275
+ }
1276
+ .description {
1277
+ margin: 0 0 var(--velin-space-4, 1rem);
1278
+ color: var(--velin-color-text-muted, #666);
1279
+ max-inline-size: 36rem;
1280
+ margin-inline: auto;
1281
+ }
1282
+ .actions {
1283
+ display: flex;
1284
+ flex-wrap: wrap;
1285
+ gap: var(--velin-space-3, 0.75rem);
1286
+ justify-content: center;
1287
+ }
1288
+ `,Pi=class extends HTMLElement{static get observedAttributes(){return["heading","description"]}constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){if(this.shadowRoot.querySelector(".root")){this._syncText();return}let e="velin-empty-title";this.shadowRoot.innerHTML=`
1289
+ <style>${wh}</style>
1290
+ <section class="root" part="root" role="status" aria-labelledby="${e}">
1291
+ <div class="illustration" part="illustration"><slot name="illustration"></slot></div>
1292
+ <h2 class="title" id="${e}" part="title">
1293
+ <slot name="title"><span class="heading-fallback"></span></slot>
1294
+ </h2>
1295
+ <div class="description" part="description">
1296
+ <slot name="description"><span class="description-fallback"></span></slot>
1297
+ </div>
1298
+ <div class="actions" part="actions"><slot name="actions"></slot></div>
1299
+ <slot></slot>
1300
+ </section>
1301
+ `,this._syncText()}attributeChangedCallback(){this._syncText()}_syncText(){let e=this.shadowRoot?.querySelector(".heading-fallback"),t=this.shadowRoot?.querySelector(".description-fallback");if(e&&(e.textContent=this.getAttribute("heading")||"Nothing here yet"),t){let r=this.getAttribute("description")||"";t.textContent=r,t.hidden=!r}}};customElements.define("velin-empty-state",Pi);cl=Pi});var hl={};v(hl,{default:()=>ul});var Ah,Bi,ul,Hn=h(()=>{C();Ah=`
1233
1302
  :host { display: block; }
1234
1303
  .zone {
1235
1304
  border: 2px dashed var(--velin-color-border, #cbd5e1);
@@ -1278,19 +1347,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1278
1347
  }
1279
1348
  .status { margin: var(--velin-space-2, 0.5rem) 0 0; font-size: var(--velin-text-sm, 0.875rem); }
1280
1349
  .status[data-tone="error"] { color: var(--velin-color-danger, #b91c1c); }
1281
- `,qi=class extends HTMLElement{static get observedAttributes(){return["accept","multiple","label","progress"]}constructor(){super(),this.attachShadow({mode:"open"}),this._files=[]}connectedCallback(){this._render()}attributeChangedCallback(){this.shadowRoot?.querySelector(".zone")&&this._render()}get files(){return this._files.slice()}_emitFiles(e){let t=this.getAttribute("accept"),i=[...e];if(t){let n=t.split(",").map(a=>a.trim().toLowerCase()),o=i.find(a=>{let c=a.name.toLowerCase(),u=(a.type||"").toLowerCase();return!n.some(f=>f.startsWith(".")?c.endsWith(f):u===f||u.startsWith(f.replace("/*","/")))});if(o){this._setStatus(`File type not allowed: ${o.name}`,"error"),this.dispatchEvent(new CustomEvent("velin-error",{bubbles:!0,detail:{message:"accept",file:o}}));return}}this._files=i,this._setStatus(i.length?`${i.length} file(s) ready`:"","ok"),this.dispatchEvent(new CustomEvent("velin-files",{bubbles:!0,detail:{files:i}})),this._renderList()}_setStatus(e,t="ok"){let i=this.shadowRoot?.querySelector(".status");i&&(i.textContent=e,i.dataset.tone=t)}_renderList(){let e=this.shadowRoot?.querySelector(".list");e&&(e.innerHTML=this._files.map(t=>`<li><span>${m(t.name)}</span><span>${Math.round(t.size/1024)} KB</span></li>`).join(""))}_render(){let e=m(this.getAttribute("label")||"Upload files"),t=this.getAttribute("accept")||"",i=this.hasAttribute("multiple"),n=Math.max(0,Math.min(100,Number(this.getAttribute("progress")||0)));this.shadowRoot.innerHTML=`
1282
- <style>${qu}</style>
1350
+ `,Bi=class extends HTMLElement{static get observedAttributes(){return["accept","multiple","label","progress"]}constructor(){super(),this.attachShadow({mode:"open"}),this._files=[]}connectedCallback(){this._render()}attributeChangedCallback(){this.shadowRoot?.querySelector(".zone")&&this._render()}get files(){return this._files.slice()}_emitFiles(e){let t=this.getAttribute("accept"),r=[...e];if(t){let n=t.split(",").map(a=>a.trim().toLowerCase()),o=r.find(a=>{let c=a.name.toLowerCase(),d=(a.type||"").toLowerCase();return!n.some(m=>m.startsWith(".")?c.endsWith(m):d===m||d.startsWith(m.replace("/*","/")))});if(o){this._setStatus(`File type not allowed: ${o.name}`,"error"),this.dispatchEvent(new CustomEvent("velin-error",{bubbles:!0,detail:{message:"accept",file:o}}));return}}this._files=r,this._setStatus(r.length?`${r.length} file(s) ready`:"","ok"),this.dispatchEvent(new CustomEvent("velin-files",{bubbles:!0,detail:{files:r}})),this._renderList()}_setStatus(e,t="ok"){let r=this.shadowRoot?.querySelector(".status");r&&(r.textContent=e,r.dataset.tone=t)}_renderList(){let e=this.shadowRoot?.querySelector(".list");e&&(e.innerHTML=this._files.map(t=>`<li><span>${g(t.name)}</span><span>${Math.round(t.size/1024)} KB</span></li>`).join(""))}_render(){let e=g(this.getAttribute("label")||"Upload files"),t=this.getAttribute("accept")||"",r=this.hasAttribute("multiple"),n=Math.max(0,Math.min(100,Number(this.getAttribute("progress")||0)));this.shadowRoot.innerHTML=`
1351
+ <style>${Ah}</style>
1283
1352
  <div class="zone" role="group" aria-label="${e}">
1284
1353
  <p class="hint">Drag and drop files here, or browse. Client-side only \u2014 wire <code>velin-files</code> to your upload API.</p>
1285
1354
  <button type="button" class="browse">Browse files</button>
1286
- <input type="file" ${t?`accept="${m(t)}"`:""} ${i?"multiple":""} />
1355
+ <input type="file" ${t?`accept="${g(t)}"`:""} ${r?"multiple":""} />
1287
1356
  <div class="progress" hidden="${n<=0?"true":"false"}" aria-hidden="${n<=0?"true":"false"}">
1288
1357
  <div class="bar" style="inline-size:${n}%"></div>
1289
1358
  </div>
1290
1359
  <p class="status" role="status" aria-live="polite"></p>
1291
1360
  <ul class="list"></ul>
1292
1361
  </div>
1293
- `;let o=this.shadowRoot.querySelector("input"),a=this.shadowRoot.querySelector(".browse"),c=this.shadowRoot.querySelector(".zone");a.addEventListener("click",()=>o.click()),o.addEventListener("change",()=>{o.files?.length&&this._emitFiles(o.files)}),["dragenter","dragover"].forEach(u=>{c.addEventListener(u,f=>{f.preventDefault(),this.setAttribute("dragging","")})}),["dragleave","drop"].forEach(u=>{c.addEventListener(u,f=>{f.preventDefault(),this.removeAttribute("dragging")})}),c.addEventListener("drop",u=>{let f=u.dataTransfer?.files;f?.length&&this._emitFiles(f)}),this._renderList()}};customElements.define("velin-file-dropzone",qi);Xa=qi});var Qa={};y(Qa,{default:()=>Ja});function Nn(r){let e=String(r??"");return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(e):e.replace(/[^\w-]/g,t=>`\\${t}`)}function Ku(r){let e=r.getAttribute("data-error-label");if(e)return e;let t=r.getAttribute("aria-label");if(t?.trim())return t.trim();let i=r.getAttribute("aria-labelledby");if(i){let o=i.split(/\s+/).map(a=>r.ownerDocument.getElementById(a)?.textContent?.trim()||"").filter(Boolean).join(" ");if(o)return o}if(r.id){let o=r.ownerDocument.querySelector(`label[for="${Nn(r.id)}"]`);if(o?.textContent.trim())return o.textContent.trim()}let n=r.closest("label");return n?.textContent.trim()?n.textContent.trim():r.name||"This field"}function Wu(r){return r.getAttribute("data-error-message")?.trim()||r.validationMessage||"Invalid value"}function Gu(r,e){let t=(r.getAttribute("aria-describedby")||"").split(/\s+/).filter(Boolean);t.includes(e)||(t.push(e),r.setAttribute("aria-describedby",t.join(" ")))}function Yu(r,e){let i=(r.getAttribute("aria-describedby")||"").split(/\s+/).filter(Boolean).filter(n=>n!==e);i.length?r.setAttribute("aria-describedby",i.join(" ")):r.removeAttribute("aria-describedby")}var Bu,Uu,ju,Bi,Ja,zn=p(()=>{Le();Bu="input, select, textarea",Uu=new Set(["submit","reset","button","image","hidden"]),ju=0;Bi=class extends HTMLElement{static get observedAttributes(){return["for","heading"]}constructor(){super(),this._form=null,this._panel=null,this._errors=[],this._onSubmit=this._onSubmit.bind(this),this._onFieldChange=this._onFieldChange.bind(this),this._onReset=this._onReset.bind(this)}connectedCallback(){this.classList.add("velin-form-summary"),requestAnimationFrame(()=>this._bindForm())}disconnectedCallback(){this._unbindForm()}attributeChangedCallback(e,t,i){if(t!==i){if(e==="for"&&this.isConnected)this._unbindForm(),this._bindForm();else if(e==="heading"&&this._panel){let n=this._panel.querySelector(".velin-form-summary__heading");n&&(n.textContent=this.headingText)}}}get form(){return this._form}get errors(){return this._errors.slice()}get headingText(){return this.getAttribute("heading")||"There is a problem"}validate(){if(!this._form)return!0;let e=[];for(let t of this._fields()){if(t.checkValidity()){this._clearFieldError(t);continue}let i={field:t,label:Ku(t),message:Wu(t)};this._markFieldError(t,i.message),e.push(i)}return this._errors=e,this._render(),e.length===0}clear(){for(let e of this._fields())this._clearFieldError(e);this._errors=[],this._render()}focusFirstError(){let e=this._errors[0];e&&this._focusField(e.field)}_bindForm(){let e=this.getAttribute("for");this._form=e?this.ownerDocument.getElementById(e):this.closest("form"),this._form&&(this.hasAttribute("native-validation")||(this._form.noValidate=!0),this._form.addEventListener("submit",this._onSubmit),this._form.addEventListener("reset",this._onReset),this._form.addEventListener("input",this._onFieldChange),this._form.addEventListener("change",this._onFieldChange))}_unbindForm(){this._form&&(this._form.removeEventListener("submit",this._onSubmit),this._form.removeEventListener("reset",this._onReset),this._form.removeEventListener("input",this._onFieldChange),this._form.removeEventListener("change",this._onFieldChange),this._form=null)}_fields(){if(!this._form)return[];let e=new Set;return[...this._form.querySelectorAll(Bu)].filter(t=>{if(Uu.has(t.type)||t.disabled||t.hasAttribute("data-error-ignore")||typeof t.checkValidity!="function")return!1;if(t.type==="radio"&&t.name){if(e.has(t.name))return!1;e.add(t.name)}return!0})}_onSubmit(e){this.validate()||(e.preventDefault(),this._announceErrors(),this._focusPanel(),this.dispatchEvent(new CustomEvent("velin-form-invalid",{bubbles:!0,detail:{errors:this.errors.map(({label:t,message:i})=>({label:t,message:i}))}})))}_onReset(){requestAnimationFrame(()=>this.clear())}_onFieldChange(e){let t=e.target;!t||!this._errors.some(i=>i.field===t)||t.checkValidity()&&(this._clearFieldError(t),this._errors=this._errors.filter(i=>i.field!==t),this._render(),this._errors.length===0&&this.dispatchEvent(new CustomEvent("velin-form-valid",{bubbles:!0})))}_errorId(e){return e.id||(e.id=`velin-field-${++ju}`),`${e.id}-error`}_markFieldError(e,t){let i=this._errorId(e);e.setAttribute("aria-invalid","true");let n=this.ownerDocument.getElementById(i);n||(n=this._form.querySelector(`[data-velin-error-for="${Nn(e.name||e.id)}"]`)),n||(n=this.ownerDocument.createElement("p"),n.dataset.velinErrorGenerated="true",e.insertAdjacentElement("afterend",n)),n.id=i,n.classList.add("velin-field-error"),n.textContent=t,Gu(e,i)}_clearFieldError(e){if(!e.id)return;let t=`${e.id}-error`;e.removeAttribute("aria-invalid"),Yu(e,t);let i=this.ownerDocument.getElementById(t);i&&(i.dataset.velinErrorGenerated?i.remove():i.textContent="")}_focusField(e){let t=e.type==="radio"&&e.name&&this._form.querySelector(`input[type="radio"][name="${Nn(e.name)}"]`)||e;t.focus(),this.dispatchEvent(new CustomEvent("velin-form-error-focus",{bubbles:!0,detail:{name:t.name||t.id}}))}_render(){if(!this._errors.length){this._panel?.remove(),this._panel=null,this.hidden=!0;return}if(this.hidden=!1,!this._panel?.isConnected){let t=this.ownerDocument.createElement("div");t.className="velin-form-summary__panel velin-alert velin-alert--danger",t.setAttribute("role","alert"),t.tabIndex=-1;let i=this.ownerDocument.createElement("p");i.className="velin-form-summary__heading",i.textContent=this.headingText;let n=this.ownerDocument.createElement("ul");n.className="velin-form-summary__list",t.append(i,n),this.appendChild(t),this._panel=t}let e=this._panel.querySelector(".velin-form-summary__list");e.textContent="";for(let t of this._errors){let i=this.ownerDocument.createElement("li"),n=this.ownerDocument.createElement("a");n.href=`#${this._errorId(t.field).replace(/-error$/,"")}`,n.textContent=`${t.label}: ${t.message}`,n.addEventListener("click",o=>{o.preventDefault(),this._focusField(t.field)}),i.appendChild(n),e.appendChild(i)}}_focusPanel(){this._panel?.focus()}_announceErrors(){let e=this._errors.length;ne(e===1?"1 field needs attention":`${e} fields need attention`,"assertive")}};customElements.define("velin-form-summary",Bi);Ja=Bi});var il={};y(il,{default:()=>tl});var el,Vu,Xu,Ui,tl,ji=p(()=>{Le();el={live:"var(--velin-color-success, oklch(60% 0.16 145))",paused:"var(--velin-color-text-muted, oklch(60% 0.02 240))",warning:"var(--velin-color-warning, oklch(75% 0.16 80))",error:"var(--velin-color-danger, oklch(60% 0.2 25))",muted:"var(--velin-color-border, oklch(85% 0.01 240))"},Vu=`
1362
+ `;let o=this.shadowRoot.querySelector("input"),a=this.shadowRoot.querySelector(".browse"),c=this.shadowRoot.querySelector(".zone");a.addEventListener("click",()=>o.click()),o.addEventListener("change",()=>{o.files?.length&&this._emitFiles(o.files)}),["dragenter","dragover"].forEach(d=>{c.addEventListener(d,m=>{m.preventDefault(),this.setAttribute("dragging","")})}),["dragleave","drop"].forEach(d=>{c.addEventListener(d,m=>{m.preventDefault(),this.removeAttribute("dragging")})}),c.addEventListener("drop",d=>{let m=d.dataTransfer?.files;m?.length&&this._emitFiles(m)}),this._renderList()}};customElements.define("velin-file-dropzone",Bi);ul=Bi});var ml={};v(ml,{default:()=>pl});function qn(i){let e=String(i??"");return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(e):e.replace(/[^\w-]/g,t=>`\\${t}`)}function Th(i){let e=i.getAttribute("data-error-label");if(e)return e;let t=i.getAttribute("aria-label");if(t?.trim())return t.trim();let r=i.getAttribute("aria-labelledby");if(r){let o=r.split(/\s+/).map(a=>i.ownerDocument.getElementById(a)?.textContent?.trim()||"").filter(Boolean).join(" ");if(o)return o}if(i.id){let o=i.ownerDocument.querySelector(`label[for="${qn(i.id)}"]`);if(o?.textContent.trim())return o.textContent.trim()}let n=i.closest("label");return n?.textContent.trim()?n.textContent.trim():i.name||"This field"}function Lh(i){return i.getAttribute("data-error-message")?.trim()||i.validationMessage||"Invalid value"}function Ch(i,e){let t=(i.getAttribute("aria-describedby")||"").split(/\s+/).filter(Boolean);t.includes(e)||(t.push(e),i.setAttribute("aria-describedby",t.join(" ")))}function Rh(i,e){let r=(i.getAttribute("aria-describedby")||"").split(/\s+/).filter(Boolean).filter(n=>n!==e);r.length?i.setAttribute("aria-describedby",r.join(" ")):i.removeAttribute("aria-describedby")}var Eh,Sh,kh,Ui,pl,Pn=h(()=>{Le();Eh="input, select, textarea",Sh=new Set(["submit","reset","button","image","hidden"]),kh=0;Ui=class extends HTMLElement{static get observedAttributes(){return["for","heading"]}constructor(){super(),this._form=null,this._panel=null,this._errors=[],this._onSubmit=this._onSubmit.bind(this),this._onFieldChange=this._onFieldChange.bind(this),this._onReset=this._onReset.bind(this)}connectedCallback(){this.classList.add("velin-form-summary"),requestAnimationFrame(()=>this._bindForm())}disconnectedCallback(){this._unbindForm()}attributeChangedCallback(e,t,r){if(t!==r){if(e==="for"&&this.isConnected)this._unbindForm(),this._bindForm();else if(e==="heading"&&this._panel){let n=this._panel.querySelector(".velin-form-summary__heading");n&&(n.textContent=this.headingText)}}}get form(){return this._form}get errors(){return this._errors.slice()}get headingText(){return this.getAttribute("heading")||"There is a problem"}validate(){if(!this._form)return!0;let e=[];for(let t of this._fields()){if(t.checkValidity()){this._clearFieldError(t);continue}let r={field:t,label:Th(t),message:Lh(t)};this._markFieldError(t,r.message),e.push(r)}return this._errors=e,this._render(),e.length===0}clear(){for(let e of this._fields())this._clearFieldError(e);this._errors=[],this._render()}focusFirstError(){let e=this._errors[0];e&&this._focusField(e.field)}_bindForm(){let e=this.getAttribute("for");this._form=e?this.ownerDocument.getElementById(e):this.closest("form"),this._form&&(this.hasAttribute("native-validation")||(this._form.noValidate=!0),this._form.addEventListener("submit",this._onSubmit),this._form.addEventListener("reset",this._onReset),this._form.addEventListener("input",this._onFieldChange),this._form.addEventListener("change",this._onFieldChange))}_unbindForm(){this._form&&(this._form.removeEventListener("submit",this._onSubmit),this._form.removeEventListener("reset",this._onReset),this._form.removeEventListener("input",this._onFieldChange),this._form.removeEventListener("change",this._onFieldChange),this._form=null)}_fields(){if(!this._form)return[];let e=new Set;return[...this._form.querySelectorAll(Eh)].filter(t=>{if(Sh.has(t.type)||t.disabled||t.hasAttribute("data-error-ignore")||typeof t.checkValidity!="function")return!1;if(t.type==="radio"&&t.name){if(e.has(t.name))return!1;e.add(t.name)}return!0})}_onSubmit(e){this.validate()||(e.preventDefault(),this._announceErrors(),this._focusPanel(),this.dispatchEvent(new CustomEvent("velin-form-invalid",{bubbles:!0,detail:{errors:this.errors.map(({label:t,message:r})=>({label:t,message:r}))}})))}_onReset(){requestAnimationFrame(()=>this.clear())}_onFieldChange(e){let t=e.target;!t||!this._errors.some(r=>r.field===t)||t.checkValidity()&&(this._clearFieldError(t),this._errors=this._errors.filter(r=>r.field!==t),this._render(),this._errors.length===0&&this.dispatchEvent(new CustomEvent("velin-form-valid",{bubbles:!0})))}_errorId(e){return e.id||(e.id=`velin-field-${++kh}`),`${e.id}-error`}_markFieldError(e,t){let r=this._errorId(e);e.setAttribute("aria-invalid","true");let n=this.ownerDocument.getElementById(r);n||(n=this._form.querySelector(`[data-velin-error-for="${qn(e.name||e.id)}"]`)),n||(n=this.ownerDocument.createElement("p"),n.dataset.velinErrorGenerated="true",e.insertAdjacentElement("afterend",n)),n.id=r,n.classList.add("velin-field-error"),n.textContent=t,Ch(e,r)}_clearFieldError(e){if(!e.id)return;let t=`${e.id}-error`;e.removeAttribute("aria-invalid"),Rh(e,t);let r=this.ownerDocument.getElementById(t);r&&(r.dataset.velinErrorGenerated?r.remove():r.textContent="")}_focusField(e){let t=e.type==="radio"&&e.name&&this._form.querySelector(`input[type="radio"][name="${qn(e.name)}"]`)||e;t.focus(),this.dispatchEvent(new CustomEvent("velin-form-error-focus",{bubbles:!0,detail:{name:t.name||t.id}}))}_render(){if(!this._errors.length){this._panel?.remove(),this._panel=null,this.hidden=!0;return}if(this.hidden=!1,!this._panel?.isConnected){let t=this.ownerDocument.createElement("div");t.className="velin-form-summary__panel velin-alert velin-alert--danger",t.setAttribute("role","alert"),t.tabIndex=-1;let r=this.ownerDocument.createElement("p");r.className="velin-form-summary__heading",r.textContent=this.headingText;let n=this.ownerDocument.createElement("ul");n.className="velin-form-summary__list",t.append(r,n),this.appendChild(t),this._panel=t}let e=this._panel.querySelector(".velin-form-summary__list");e.textContent="";for(let t of this._errors){let r=this.ownerDocument.createElement("li"),n=this.ownerDocument.createElement("a");n.href=`#${this._errorId(t.field).replace(/-error$/,"")}`,n.textContent=`${t.label}: ${t.message}`,n.addEventListener("click",o=>{o.preventDefault(),this._focusField(t.field)}),r.appendChild(n),e.appendChild(r)}}_focusPanel(){this._panel?.focus()}_announceErrors(){let e=this._errors.length;oe(e===1?"1 field needs attention":`${e} fields need attention`,"assertive")}};customElements.define("velin-form-summary",Ui);pl=Ui});var vl={};v(vl,{default:()=>bl});var fl,Mh,Ih,ji,bl,Ki=h(()=>{Le();fl={live:"var(--velin-color-success, oklch(60% 0.16 145))",paused:"var(--velin-color-text-muted, oklch(60% 0.02 240))",warning:"var(--velin-color-warning, oklch(75% 0.16 80))",error:"var(--velin-color-danger, oklch(60% 0.2 25))",muted:"var(--velin-color-border, oklch(85% 0.01 240))"},Mh=`
1294
1363
  :host {
1295
1364
  display: inline-flex;
1296
1365
  align-items: center;
@@ -1311,15 +1380,88 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1311
1380
  @media (prefers-reduced-motion: reduce) {
1312
1381
  .dot { animation: none !important; }
1313
1382
  }
1314
- `,Xu=`
1383
+ `,Ih=`
1315
1384
  @keyframes velin-live-pulse {
1316
1385
  0% { box-shadow: 0 0 0 0 color-mix(in oklch, var(--velin-live-color) 65%, transparent); }
1317
1386
  70% { box-shadow: 0 0 0 0.6rem color-mix(in oklch, var(--velin-live-color) 0%, transparent); }
1318
1387
  100% { box-shadow: 0 0 0 0 transparent; }
1319
- }`,Ui=class extends HTMLElement{static get observedAttributes(){return["status","pulse"]}constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){this._render()}attributeChangedCallback(){this.shadowRoot&&this._render()}_render(){let e=this.getAttribute("status")||"live",t=el[e]||el.live,i=this.getAttribute("aria-label")||Wr(e);this.setAttribute("role","status"),this.setAttribute("aria-label",i),this.style.setProperty("--velin-live-color",t),this.shadowRoot.innerHTML=`
1320
- <style>${Vu}${Xu}</style>
1388
+ }`,ji=class extends HTMLElement{static get observedAttributes(){return["status","pulse"]}constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){this._render()}attributeChangedCallback(){this.shadowRoot&&this._render()}_render(){let e=this.getAttribute("status")||"live",t=fl[e]||fl.live,r=this.getAttribute("aria-label")||Xr(e);this.setAttribute("role","status"),this.setAttribute("aria-label",r),this.style.setProperty("--velin-live-color",t),this.shadowRoot.innerHTML=`
1389
+ <style>${Mh}${Ih}</style>
1321
1390
  <span class="dot" aria-hidden="true"></span><slot></slot>
1322
- `}};typeof customElements<"u"&&!customElements.get("velin-live-dot")&&customElements.define("velin-live-dot",Ui);tl=Ui});function Ki(r){if(!r||typeof r!="object")return null;let e=r,t=String(e.id||e.url||e.title||"").trim(),i=String(e.title||"").trim(),n=String(e.url||"").trim();if(!t||!i)return null;let o=Array.isArray(e.keywords)?e.keywords.map(u=>String(u)):typeof e.keywords=="string"?e.keywords.split(/\s+/).filter(Boolean):[],a=Lt.includes(e.category)?e.category:"docs";!e.category&&typeof e.url=="string"&&(e.url.includes("/components/")?a="components":e.url.includes("/cli/")||e.url.includes("/api/")?a="api":(e.url.includes("samples/")||e.url.includes("examples/"))&&(a="examples"));let c=n?ts(n):`#${t}`;return{id:t,title:i,excerpt:String(e.excerpt||e.section||"").slice(0,200),url:c,category:a,keywords:o,weight:typeof e.weight=="number"?e.weight:1}}var Lt,$n,Fn=p(()=>{T();Lt=["docs","components","api","examples"],$n={components:1.25,api:1.15,docs:1,examples:.9}});function Zu(r,e,t){let i=r.title.toLowerCase(),n=(r.excerpt||"").toLowerCase(),o=(r.keywords||[]).join(" ").toLowerCase(),a=($n[r.category]||1)*(r.weight||1),c=0;if(i===e)c=100;else if(i.startsWith(e))c=70;else if(i.includes(e))c=50;else if(o.includes(e))c=35;else if(n.includes(e))c=25;else if(t>0&&Wi(i,e,t))c=40;else if(t>0&&Wi(o,e,t))c=28;else if(t>0&&Wi(n,e,t))c=18;else if(rl(i,e))c=22;else if(t>0){for(let u of i.split(/[^a-z0-9]+/))if(u.length>=3&&Wi(u,e,t)){c=32;break}}return c>0?c*a:0}function rl(r,e){let t=0;for(let i=0;i<r.length&&t<e.length;i++)r[i]===e[t]&&t++;return t===e.length}function Wi(r,e,t){if(!r||!e)return!1;if(r.includes(e)||rl(r,e))return!0;let i=Math.max(1,Math.floor(e.length*t*2));return Ju(r.slice(0,Math.min(r.length,e.length+8)),e)<=i}function Ju(r,e){let t=r.length,i=e.length;if(t===0)return i;if(i===0)return t;let n=new Uint16Array((i+1)*(t+1));for(let o=0;o<=i;o++)n[o]=o;for(let o=1;o<=t;o++){n[o*(i+1)]=o;for(let a=1;a<=i;a++){let c=r[o-1]===e[a-1]?0:1;n[o*(i+1)+a]=Math.min(n[(o-1)*(i+1)+a]+1,n[o*(i+1)+(a-1)]+1,n[(o-1)*(i+1)+(a-1)]+c)}}return n[t*(i+1)+i]}var Ct,nl=p(()=>{Fn();Ct=class{constructor(){this._entries=[]}setEntries(e){this._entries=e.map(t=>Ki(t)).filter(Boolean)}addEntries(e){let t=e.map(n=>Ki(n)).filter(Boolean),i=new Set(this._entries.map(n=>n.id));for(let n of t)i.has(n.id)||(this._entries.push(n),i.add(n.id))}query(e,t={}){let i=String(e||"").trim().toLowerCase(),n=t.minChars??2,o=t.limit??12,a=t.fuzzy??.2,c=t.categories;if(i.length<n)return{results:[],groups:{}};let u=[];for(let b of this._entries){if(c&&c.length&&!c.includes(b.category))continue;let g=Zu(b,i,a);g>0&&u.push({entry:b,score:g})}u.sort((b,g)=>g.score-b.score);let f=u.slice(0,o).map(b=>({...b.entry,_score:b.score})),_={};for(let b of f)_[b.category]||(_[b.category]=[]),_[b.category].push(b);return{results:f,groups:_}}}});function sl(r,e){if(!r||typeof e!="function")throw new Error("registerSearchProvider(id, fn) requires a non-empty id and function");ol.set(r,e)}async function Hn(){let r=[];for(let e of ol.values()){let t=await e();Array.isArray(t)&&r.push(...t)}return r}var ol,Pn=p(()=>{ol=new Map});function Gi(r,e){let t=String(r||""),i=String(e||"").trim();if(!i||i.length<2)return Rt(t);let n=t.toLowerCase(),o=i.toLowerCase(),a=n.indexOf(o),c=i.length;if(a===-1){if(a=Qu(n,o),a===-1)return Rt(t);c=Math.min(i.length,t.length-a)}return Rt(t.slice(0,a))+'<mark class="velin-search-hit">'+Rt(t.slice(a,a+c))+"</mark>"+Rt(t.slice(a+c))}function Rt(r){return r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Qu(r,e){let t=0,i=-1;for(let n=0;n<r.length&&t<e.length;n++)r[n]===e[t]&&(t===0&&(i=n),t++);return t===e.length?i:-1}var al=p(()=>{});function cl(){if(typeof document>"u")return"https://example.invalid/docs/";let r=document.querySelector('script[src*="doc-search"]');if(r?.src){let i=new URL(r.src),n=i.pathname.indexOf(st);if(n!==-1)return i.origin+i.pathname.slice(0,n+st.length)}let e=window.location.pathname.replace(/\\/g,"/"),t=e.indexOf(st);return t>=0?new URL(e.slice(0,t+st.length),window.location.origin).href:new URL("./",window.location.href).href}function eh(r){let e=r.indexOf("#");return e===-1?{path:r,hash:""}:{path:r.slice(0,e),hash:r.slice(e)}}function dl(r){let e=r.indexOf(st);if(e<0)return null;let t=r.slice(e+st.length),i=t.split("/").filter(Boolean);return i.length>=2&&ll.has(i[0])&&ll.has(i[1])&&i[0]!==i[1]?i.slice(1).join("/"):t}function Yi(r){if(!r||r==="#")return"";if(typeof window>"u")return r;let{path:e,hash:t}=eh(r);if(!e)return t||"";let i=e;if(/^https?:\/\//i.test(e))try{i=dl(new URL(e).pathname)??e}catch{return""}try{let n=new URL(i||"",cl());return n.href+(t&&!n.href.includes("#")?t:"")}catch{return""}}var st,ll,ul=p(()=>{st="/docs/",ll=new Set(["getting-started","extend","guides","utilities","components","forms","layout","content","customize","animations","about","helpers","generated","migration"])});var hl={};y(hl,{createSearchWorker:()=>ih});function ih(r){if(typeof Worker>"u"||!r)return null;let e=r,t;try{t=new Worker(e,{type:"module"})}catch{return null}let i=new Map;t.onmessage=o=>{let{id:a,ok:c,result:u,error:f}=o.data||{},_=i.get(a);_&&(i.delete(a),c?_.resolve(u):_.reject(new Error(f||"Worker error")))},t.onerror=()=>{for(let o of i.values())o.reject(new Error("Worker failed"));i.clear()};function n(o,a){let c=++th;return new Promise((u,f)=>{i.set(c,{resolve:u,reject:f}),t.postMessage({id:c,type:o,payload:a})})}return{setEntries(o){return n("setEntries",{entries:o})},query(o,a){return n("query",{query:o,options:a})},terminate(){t.terminate()}}}var th,pl=p(()=>{th=0});function ml(r){return Array.isArray(r)?r:r&&Array.isArray(r.entries)?r.entries:[]}function Bn(r={}){let e=new Ct,t=r.worker===!0,i=null;async function n(){if(!t||i)return i;if(typeof Worker>"u")return null;let{createSearchWorker:o}=await Promise.resolve().then(()=>(pl(),hl));return i=o(r.workerUrl),i}return{engine:e,async loadIndex(o){let a=[];if(typeof o=="string"){let u=await fetch(o);a=ml(await u.json())}else Array.isArray(o)&&(a=o);e.setEntries(a);let c=await n();return c&&await c.setEntries(e._entries),a.length},async query(o,a){let c=await n();return c?c.query(o,a):e.query(o,a)},addEntries(o){e.addEntries(o),n().then(a=>a?.setEntries(e._entries))}}}var De,qn,rh,Un=p(()=>{nl();Pn();al();Pn();Fn();ul();De=new Ct,qn=!1;rh={engine:De,async loadIndex(r){let e=[];if(typeof r=="string"){let i=await fetch(r);if(!i.ok)throw new Error(`Failed to load search index: ${i.status}`);e=ml(await i.json())}else Array.isArray(r)&&(e=r);De.setEntries(e);let t=await Hn();return t.length&&De.addEntries(t),qn=!0,e.length},addEntries(r){De.addEntries(r)},async refreshProviders(){let r=await Hn();return r.length&&De.addEntries(r),r.length},async query(r,e={}){return!qn&&De._entries.length===0&&await this.refreshProviders(),De.query(r,e)},isReady(){return qn||De._entries.length>0}}});var jn={};y(jn,{bindDeclarativeSearch:()=>bl,default:()=>fl});function bl(r=document){r.querySelectorAll("[velin-search-input]").forEach(e=>{if(e.dataset.velinSearchBound)return;e.dataset.velinSearchBound="1";let t=e.closest("velin-search");if(!t){t=document.createElement("velin-search"),t.setAttribute("index",e.getAttribute("data-search-index")||"/search-index.json");let i=e.parentElement?.querySelector("[velin-search-results]");e.before(t),t.appendChild(e),i&&t.appendChild(i)}})}var nh,Vi,fl,Mt=p(()=>{Un();T();nh={docs:"Documentation",components:"Components",api:"API",examples:"Examples"},Vi=class extends HTMLElement{static get observedAttributes(){return["index","categories","min-chars","fuzzy","placeholder","debounce"]}constructor(){super(),this._search=Bn(),this._debounceTimer=null,this._activeIndex=-1,this._flatResults=[],this._indexLoaded=!1,this._listId=`velin-search-listbox-${Math.random().toString(36).slice(2,9)}`,this._mounted=!1}connectedCallback(){this._mounted||(this._mounted=!0,this._ensureMarkup(),this._loadIndex(),this._bindEvents())}disconnectedCallback(){this._teardown?.(),this._mounted=!1}get indexUrl(){return this.getAttribute("index")||"/search-index.json"}get minChars(){return parseInt(this.getAttribute("min-chars")||"2",10)}get fuzzy(){let e=this.getAttribute("fuzzy");return e===null?.2:parseFloat(e)||0}get categories(){let e=this.getAttribute("categories");return e?e.split(",").map(t=>t.trim()).filter(t=>Lt.includes(t)):null}get debounceMs(){return parseInt(this.getAttribute("debounce")||"120",10)}_ensureMarkup(){if(this.querySelector("[data-velin-search-input]"))return;let e=ye(this.getAttribute("placeholder")||"Search\u2026"),t=ye(this.getAttribute("aria-label")||"Search");this.innerHTML=`
1391
+ `}};typeof customElements<"u"&&!customElements.get("velin-live-dot")&&customElements.define("velin-live-dot",ji);bl=ji});var yl={};v(yl,{default:()=>gl});function Wi(i){return String(i||"").replace(/\D/g,"")}var Dh,Yi,gl,Bn=h(()=>{C();Ce();Dh=`
1392
+ ${J}
1393
+ :host { display: block; }
1394
+ .group {
1395
+ display: inline-flex;
1396
+ flex-wrap: wrap;
1397
+ gap: var(--velin-space-2, 0.5rem);
1398
+ }
1399
+ input {
1400
+ inline-size: 2.75rem;
1401
+ block-size: 2.75rem;
1402
+ text-align: center;
1403
+ font: inherit;
1404
+ font-size: var(--velin-text-lg, 1.25rem);
1405
+ font-weight: var(--velin-weight-semibold, 600);
1406
+ color: var(--velin-color-text, #111);
1407
+ background: var(--velin-color-surface-bright, #fff);
1408
+ border: 1px solid var(--velin-color-border, #ddd);
1409
+ border-radius: var(--velin-radius-md, 0.5rem);
1410
+ padding: 0;
1411
+ }
1412
+ input:focus-visible {
1413
+ outline: 3px solid var(--velin-color-focus, #2563eb);
1414
+ outline-offset: 2px;
1415
+ }
1416
+ input:disabled {
1417
+ opacity: 0.55;
1418
+ cursor: not-allowed;
1419
+ }
1420
+ @media (forced-colors: active) {
1421
+ input { border: 1px solid ButtonText; }
1422
+ }
1423
+ `;Yi=class extends HTMLElement{static get observedAttributes(){return["length","value","disabled","name","autocomplete","label"]}constructor(){super(),this.attachShadow({mode:"open"}),this._onInput=this._onInput.bind(this),this._onKeydown=this._onKeydown.bind(this),this._onPaste=this._onPaste.bind(this),this._onFocus=this._onFocus.bind(this)}connectedCallback(){this.shadowRoot.querySelector(".group")||this._render()}attributeChangedCallback(e,t,r){t!==r&&this.shadowRoot.querySelector(".group")&&(e==="length"?this._render():e==="value"?this._applyValue(this.getAttribute("value")||"",!1):e==="disabled"?this._syncDisabled():(e==="label"||e==="autocomplete"||e==="name")&&this._syncMeta())}get value(){return this._readValue()}set value(e){this.setAttribute("value",Wi(e).slice(0,this._length()))}focus(){let e=this._inputs();(e.find(r=>!r.value)||e[0])?.focus()}_length(){let e=parseInt(this.getAttribute("length")||"6",10);return Number.isFinite(e)&&e>0?Math.min(e,12):6}_inputs(){return[...this.shadowRoot?.querySelectorAll("input")||[]]}_readValue(){return this._inputs().map(e=>e.value).join("")}_render(){let e=this._length(),t=g(this.getAttribute("label")||"One-time password");this.shadowRoot.innerHTML=`
1424
+ <style>${Dh}</style>
1425
+ <div class="group" role="group" aria-label="${t}" part="group"></div>
1426
+ `;let r=this.shadowRoot.querySelector(".group");for(let n=0;n<e;n++){let o=document.createElement("input");o.type="text",o.inputMode="numeric",o.pattern="[0-9]*",o.maxLength=1,o.setAttribute("aria-label",`Digit ${n+1} of ${e}`),o.dataset.index=String(n),o.part="digit",o.addEventListener("input",this._onInput),o.addEventListener("keydown",this._onKeydown),o.addEventListener("paste",this._onPaste),o.addEventListener("focus",this._onFocus),r.appendChild(o)}this._syncMeta(),this._syncDisabled(),this._applyValue(this.getAttribute("value")||"",!1)}_syncMeta(){let e=this.shadowRoot?.querySelector(".group");if(!e)return;e.setAttribute("aria-label",this.getAttribute("label")||"One-time password");let t=this.getAttribute("autocomplete")||"one-time-code",r=this.getAttribute("name")||"";this._inputs().forEach((n,o)=>{n.autocomplete=o===0?t:"off",n.name=r?`${r}-${o+1}`:""})}_syncDisabled(){let e=this.hasAttribute("disabled");this._inputs().forEach(t=>{t.disabled=e})}_applyValue(e,t){let r=Wi(e).slice(0,this._length()).split("");this._inputs().forEach((o,a)=>{o.value=r[a]||""}),t&&this._emit()}_emit(){let e=this._readValue();this.getAttribute("value")!==e&&this.setAttribute("value",e),this.dispatchEvent(new CustomEvent("velin-change",{bubbles:!0,composed:!0,detail:{value:e}})),e.length===this._length()&&this.dispatchEvent(new CustomEvent("velin-complete",{bubbles:!0,composed:!0,detail:{value:e}}))}_onInput(e){let t=e.target,r=Wi(t.value).slice(-1);t.value=r;let n=Number(t.dataset.index),o=this._inputs();r&&n<o.length-1&&o[n+1].focus(),this._emit()}_onKeydown(e){let t=e.target,r=Number(t.dataset.index),n=this._inputs();e.key==="Backspace"&&!t.value&&r>0?(n[r-1].focus(),n[r-1].value="",this._emit(),e.preventDefault()):e.key==="ArrowLeft"&&r>0?(n[r-1].focus(),e.preventDefault()):e.key==="ArrowRight"&&r<n.length-1&&(n[r+1].focus(),e.preventDefault())}_onPaste(e){e.preventDefault();let t=Wi(e.clipboardData?.getData("text")||"");if(!t)return;let r=Number(e.target.dataset.index),n=this._inputs(),o=t.split("");for(let c=0;c<o.length&&r+c<n.length;c++)n[r+c].value=o[c];let a=Math.min(r+o.length,n.length-1);n[a]?.focus(),this._emit()}_onFocus(e){e.target.select?.()}};customElements.define("velin-otp-input",Yi);gl=Yi});var xl={};v(xl,{default:()=>_l,scorePassword:()=>Un});function Un(i){let e=String(i||""),t=0;return e.length>=8&&(t+=1),e.length>=12&&(t+=1),/[A-Z]/.test(e)&&/[a-z]/.test(e)&&(t+=1),/\d/.test(e)&&(t+=1),/[^A-Za-z0-9]/.test(e)&&(t+=1),{score:t,label:["Too weak","Weak","Okay","Strong","Excellent","Excellent"][t]||"Too weak",pct:Math.min(100,t*20)}}var Nh,Gi,_l,jn=h(()=>{Ce();Nh=`
1427
+ ${J}
1428
+ :host { display: block; }
1429
+ .wrap { display: grid; gap: var(--velin-space-2, 0.5rem); }
1430
+ .meter {
1431
+ inline-size: 100%;
1432
+ block-size: 0.5rem;
1433
+ background: var(--velin-color-surface-dim, #eee);
1434
+ border-radius: var(--velin-radius-full, 999px);
1435
+ overflow: hidden;
1436
+ }
1437
+ .bar {
1438
+ block-size: 100%;
1439
+ inline-size: 0%;
1440
+ border-radius: inherit;
1441
+ background: var(--velin-color-danger, #dc2626);
1442
+ transition: inline-size 160ms ease, background-color 160ms ease;
1443
+ }
1444
+ :host([data-score="2"]) .bar,
1445
+ :host([data-score="3"]) .bar { background: var(--velin-color-warning, #f59e0b); }
1446
+ :host([data-score="4"]) .bar,
1447
+ :host([data-score="5"]) .bar { background: var(--velin-color-success, #16a34a); }
1448
+ .label {
1449
+ margin: 0;
1450
+ font-size: var(--velin-text-sm, 0.875rem);
1451
+ color: var(--velin-color-text-muted, #666);
1452
+ }
1453
+ @media (prefers-reduced-motion: reduce) {
1454
+ .bar { transition: none; }
1455
+ }
1456
+ `,Gi=class extends HTMLElement{static get observedAttributes(){return["for","value","label"]}constructor(){super(),this.attachShadow({mode:"open"}),this._onTargetInput=this._onTargetInput.bind(this),this._target=null}connectedCallback(){this.shadowRoot.querySelector(".wrap")||(this.shadowRoot.innerHTML=`
1457
+ <style>${Nh}</style>
1458
+ <div class="wrap" part="wrap">
1459
+ <div class="meter" part="meter" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0">
1460
+ <div class="bar" part="bar"></div>
1461
+ </div>
1462
+ <p class="label" part="label" aria-live="polite"></p>
1463
+ </div>
1464
+ `),this._bindTarget(),this._render(this._currentValue())}disconnectedCallback(){this._unbindTarget()}attributeChangedCallback(e,t,r){t!==r&&(e==="for"?(this._bindTarget(),this._render(this._currentValue())):(e==="value"||e==="label")&&this._render(this._currentValue()))}_currentValue(){return this._target?this._target.value||"":this.getAttribute("value")||""}_unbindTarget(){this._target&&(this._target.removeEventListener("input",this._onTargetInput),this._target=null)}_bindTarget(){this._unbindTarget();let e=this.getAttribute("for");if(!e||typeof document>"u")return;let t=document.getElementById(e);t&&"value"in t&&(this._target=t,this._target.addEventListener("input",this._onTargetInput))}_onTargetInput(e){this._render(e.target.value||"")}_render(e){let t=Un(e),r=this.shadowRoot?.querySelector(".meter"),n=this.shadowRoot?.querySelector(".bar"),o=this.shadowRoot?.querySelector(".label");if(!r||!n||!o)return;n.style.inlineSize=`${t.pct}%`,r.setAttribute("aria-valuenow",String(t.pct)),r.setAttribute("aria-valuetext",t.label);let a=this.getAttribute("label");o.textContent=a?`${a}: ${t.label}`:t.label,this.setAttribute("data-score",String(t.score)),this.dispatchEvent(new CustomEvent("velin-strength",{bubbles:!0,composed:!0,detail:t}))}};customElements.define("velin-password-strength",Gi);_l=Gi});function Vi(i){if(!i||typeof i!="object")return null;let e=i,t=String(e.id||e.url||e.title||"").trim(),r=String(e.title||"").trim(),n=String(e.url||"").trim();if(!t||!r)return null;let o=Array.isArray(e.keywords)?e.keywords.map(d=>String(d)):typeof e.keywords=="string"?e.keywords.split(/\s+/).filter(Boolean):[],a=Lt.includes(e.category)?e.category:"docs";!e.category&&typeof e.url=="string"&&(e.url.includes("/components/")?a="components":e.url.includes("/cli/")||e.url.includes("/api/")?a="api":(e.url.includes("samples/")||e.url.includes("examples/"))&&(a="examples"));let c=n?As(n):`#${t}`;return{id:t,title:r,excerpt:String(e.excerpt||e.section||"").slice(0,200),url:c,category:a,keywords:o,weight:typeof e.weight=="number"?e.weight:1}}var Lt,Kn,Wn=h(()=>{C();Lt=["docs","components","api","examples"],Kn={components:1.25,api:1.15,docs:1,examples:.9}});function Oh(i,e,t){let r=i.title.toLowerCase(),n=(i.excerpt||"").toLowerCase(),o=(i.keywords||[]).join(" ").toLowerCase(),a=(Kn[i.category]||1)*(i.weight||1),c=0;if(r===e)c=100;else if(r.startsWith(e))c=70;else if(r.includes(e))c=50;else if(o.includes(e))c=35;else if(n.includes(e))c=25;else if(t>0&&Xi(r,e,t))c=40;else if(t>0&&Xi(o,e,t))c=28;else if(t>0&&Xi(n,e,t))c=18;else if(wl(r,e))c=22;else if(t>0){for(let d of r.split(/[^a-z0-9]+/))if(d.length>=3&&Xi(d,e,t)){c=32;break}}return c>0?c*a:0}function wl(i,e){let t=0;for(let r=0;r<i.length&&t<e.length;r++)i[r]===e[t]&&t++;return t===e.length}function Xi(i,e,t){if(!i||!e)return!1;if(i.includes(e)||wl(i,e))return!0;let r=Math.max(1,Math.floor(e.length*t*2));return zh(i.slice(0,Math.min(i.length,e.length+8)),e)<=r}function zh(i,e){let t=i.length,r=e.length;if(t===0)return r;if(r===0)return t;let n=new Uint16Array((r+1)*(t+1));for(let o=0;o<=r;o++)n[o]=o;for(let o=1;o<=t;o++){n[o*(r+1)]=o;for(let a=1;a<=r;a++){let c=i[o-1]===e[a-1]?0:1;n[o*(r+1)+a]=Math.min(n[(o-1)*(r+1)+a]+1,n[o*(r+1)+(a-1)]+1,n[(o-1)*(r+1)+(a-1)]+c)}}return n[t*(r+1)+r]}var Ct,Al=h(()=>{Wn();Ct=class{constructor(){this._entries=[]}setEntries(e){this._entries=e.map(t=>Vi(t)).filter(Boolean)}addEntries(e){let t=e.map(n=>Vi(n)).filter(Boolean),r=new Set(this._entries.map(n=>n.id));for(let n of t)r.has(n.id)||(this._entries.push(n),r.add(n.id))}query(e,t={}){let r=String(e||"").trim().toLowerCase(),n=t.minChars??2,o=t.limit??12,a=t.fuzzy??.2,c=t.categories;if(r.length<n)return{results:[],groups:{}};let d=[];for(let f of this._entries){if(c&&c.length&&!c.includes(f.category))continue;let b=Oh(f,r,a);b>0&&d.push({entry:f,score:b})}d.sort((f,b)=>b.score-f.score);let m=d.slice(0,o).map(f=>({...f.entry,_score:f.score})),_={};for(let f of m)_[f.category]||(_[f.category]=[]),_[f.category].push(f);return{results:m,groups:_}}}});function Sl(i,e){if(!i||typeof e!="function")throw new Error("registerSearchProvider(id, fn) requires a non-empty id and function");El.set(i,e)}async function Yn(){let i=[];for(let e of El.values()){let t=await e();Array.isArray(t)&&i.push(...t)}return i}var El,Gn=h(()=>{El=new Map});function Zi(i,e){let t=String(i||""),r=String(e||"").trim();if(!r||r.length<2)return Rt(t);let n=t.toLowerCase(),o=r.toLowerCase(),a=n.indexOf(o),c=r.length;if(a===-1){if(a=$h(n,o),a===-1)return Rt(t);c=Math.min(r.length,t.length-a)}return Rt(t.slice(0,a))+'<mark class="velin-search-hit">'+Rt(t.slice(a,a+c))+"</mark>"+Rt(t.slice(a+c))}function Rt(i){return i.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function $h(i,e){let t=0,r=-1;for(let n=0;n<i.length&&t<e.length;n++)i[n]===e[t]&&(t===0&&(r=n),t++);return t===e.length?r:-1}var kl=h(()=>{});function Ll(){if(typeof document>"u")return"https://example.invalid/docs/";let i=document.querySelector('script[src*="doc-search"]');if(i?.src){let r=new URL(i.src),n=r.pathname.indexOf(st);if(n!==-1)return r.origin+r.pathname.slice(0,n+st.length)}let e=window.location.pathname.replace(/\\/g,"/"),t=e.indexOf(st);return t>=0?new URL(e.slice(0,t+st.length),window.location.origin).href:new URL("./",window.location.href).href}function Fh(i){let e=i.indexOf("#");return e===-1?{path:i,hash:""}:{path:i.slice(0,e),hash:i.slice(e)}}function Cl(i){let e=i.indexOf(st);if(e<0)return null;let t=i.slice(e+st.length),r=t.split("/").filter(Boolean);return r.length>=2&&Tl.has(r[0])&&Tl.has(r[1])&&r[0]!==r[1]?r.slice(1).join("/"):t}function Ji(i){if(!i||i==="#")return"";if(typeof window>"u")return i;let{path:e,hash:t}=Fh(i);if(!e)return t||"";let r=e;if(/^https?:\/\//i.test(e))try{r=Cl(new URL(e).pathname)??e}catch{return""}try{let n=new URL(r||"",Ll());return n.href+(t&&!n.href.includes("#")?t:"")}catch{return""}}var st,Tl,Rl=h(()=>{st="/docs/",Tl=new Set(["getting-started","extend","guides","utilities","components","forms","layout","content","customize","animations","about","helpers","generated","migration"])});var Ml={};v(Ml,{createSearchWorker:()=>qh});function qh(i){if(typeof Worker>"u"||!i)return null;let e=i,t;try{t=new Worker(e,{type:"module"})}catch{return null}let r=new Map;t.onmessage=o=>{let{id:a,ok:c,result:d,error:m}=o.data||{},_=r.get(a);_&&(r.delete(a),c?_.resolve(d):_.reject(new Error(m||"Worker error")))},t.onerror=()=>{for(let o of r.values())o.reject(new Error("Worker failed"));r.clear()};function n(o,a){let c=++Hh;return new Promise((d,m)=>{r.set(c,{resolve:d,reject:m}),t.postMessage({id:c,type:o,payload:a})})}return{setEntries(o){return n("setEntries",{entries:o})},query(o,a){return n("query",{query:o,options:a})},terminate(){t.terminate()}}}var Hh,Il=h(()=>{Hh=0});function Dl(i){return Array.isArray(i)?i:i&&Array.isArray(i.entries)?i.entries:[]}function Xn(i={}){let e=new Ct,t=i.worker===!0,r=null;async function n(){if(!t||r)return r;if(typeof Worker>"u")return null;let{createSearchWorker:o}=await Promise.resolve().then(()=>(Il(),Ml));return r=o(i.workerUrl),r}return{engine:e,async loadIndex(o){let a=[];if(typeof o=="string"){let d=await fetch(o);a=Dl(await d.json())}else Array.isArray(o)&&(a=o);e.setEntries(a);let c=await n();return c&&await c.setEntries(e._entries),a.length},async query(o,a){let c=await n();return c?c.query(o,a):e.query(o,a)},addEntries(o){e.addEntries(o),n().then(a=>a?.setEntries(e._entries))}}}var Ne,Vn,Ph,Zn=h(()=>{Al();Gn();kl();Gn();Wn();Rl();Ne=new Ct,Vn=!1;Ph={engine:Ne,async loadIndex(i){let e=[];if(typeof i=="string"){let r=await fetch(i);if(!r.ok)throw new Error(`Failed to load search index: ${r.status}`);e=Dl(await r.json())}else Array.isArray(i)&&(e=i);Ne.setEntries(e);let t=await Yn();return t.length&&Ne.addEntries(t),Vn=!0,e.length},addEntries(i){Ne.addEntries(i)},async refreshProviders(){let i=await Yn();return i.length&&Ne.addEntries(i),i.length},async query(i,e={}){return!Vn&&Ne._entries.length===0&&await this.refreshProviders(),Ne.query(i,e)},isReady(){return Vn||Ne._entries.length>0}}});var Jn={};v(Jn,{bindDeclarativeSearch:()=>Ol,default:()=>Nl});function Ol(i=document){i.querySelectorAll("[velin-search-input]").forEach(e=>{if(e.dataset.velinSearchBound)return;e.dataset.velinSearchBound="1";let t=e.closest("velin-search");if(!t){t=document.createElement("velin-search"),t.setAttribute("index",e.getAttribute("data-search-index")||"/search-index.json");let r=e.parentElement?.querySelector("[velin-search-results]");e.before(t),t.appendChild(e),r&&t.appendChild(r)}})}var Bh,Qi,Nl,Mt=h(()=>{Zn();C();Bh={docs:"Documentation",components:"Components",api:"API",examples:"Examples"},Qi=class extends HTMLElement{static get observedAttributes(){return["index","categories","min-chars","fuzzy","placeholder","debounce"]}constructor(){super(),this._search=Xn(),this._debounceTimer=null,this._activeIndex=-1,this._flatResults=[],this._indexLoaded=!1,this._listId=`velin-search-listbox-${Math.random().toString(36).slice(2,9)}`,this._mounted=!1}connectedCallback(){this._mounted||(this._mounted=!0,this._ensureMarkup(),this._loadIndex(),this._bindEvents())}disconnectedCallback(){this._teardown?.(),this._mounted=!1}get indexUrl(){return this.getAttribute("index")||"/search-index.json"}get minChars(){return parseInt(this.getAttribute("min-chars")||"2",10)}get fuzzy(){let e=this.getAttribute("fuzzy");return e===null?.2:parseFloat(e)||0}get categories(){let e=this.getAttribute("categories");return e?e.split(",").map(t=>t.trim()).filter(t=>Lt.includes(t)):null}get debounceMs(){return parseInt(this.getAttribute("debounce")||"120",10)}_ensureMarkup(){if(this.querySelector("[data-velin-search-input]"))return;let e=ye(this.getAttribute("placeholder")||"Search\u2026"),t=ye(this.getAttribute("aria-label")||"Search");this.innerHTML=`
1323
1465
  <div class="velin-search">
1324
1466
  <div class="velin-search__field">
1325
1467
  <input type="search" class="velin-search__input" data-velin-search-input
@@ -1330,7 +1472,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1330
1472
  <div class="velin-search__results" data-velin-search-results role="listbox"
1331
1473
  id="${this._listId}" hidden></div>
1332
1474
  </div>
1333
- `}_inputEl(){return this.querySelector("[data-velin-search-input]")}_resultsEl(){return this.querySelector("[data-velin-search-results]")}async _loadIndex(){try{await this._search.loadIndex(this.indexUrl),this._indexLoaded=!0}catch{this._indexLoaded=!1}}_bindEvents(){let e=this._inputEl(),t=this._resultsEl();if(!e||!t)return;e.addEventListener("input",()=>{clearTimeout(this._debounceTimer),this._debounceTimer=setTimeout(()=>this._runQuery(e.value),this.debounceMs)}),e.addEventListener("focus",()=>{e.value.trim().length>=this.minChars&&this._runQuery(e.value)}),e.addEventListener("keydown",n=>this._onKeydown(n,e,t));let i=n=>{this.contains(n.target)||this._hide(t,e)};document.addEventListener("click",i),this._teardown=()=>{document.removeEventListener("click",i),clearTimeout(this._debounceTimer)}}async _runQuery(e){let t=this._inputEl(),i=this._resultsEl();if(!t||!i)return;let n=e.trim();if(n.length<this.minChars){this._hide(i,t);return}this._indexLoaded||await this._loadIndex();let{groups:o}=await this._search.query(n,{minChars:this.minChars,fuzzy:this.fuzzy,categories:this.categories||void 0,limit:12});this._activeIndex=-1,this._renderResults(i,t,n,o),this._flatResults.length?(i.hidden=!1,i.classList.add("velin-search__results--open"),t.setAttribute("aria-expanded","true")):this._hide(i,t)}_renderResults(e,t,i,n){e.innerHTML="";let o=this.categories||[...Lt];this._flatResults=[];let a=0;for(let u of o){let f=n[u];if(!f?.length)continue;let _=`${this._listId}-group-${u}`,b=document.createElement("div");b.setAttribute("role","group"),b.setAttribute("aria-labelledby",_);let g=document.createElement("div");g.className="velin-search__group-label",g.id=_,g.textContent=nh[u]||u,b.appendChild(g);for(let R of f){let k=document.createElement("a"),A=Yi(R.url);A&&(k.href=A),k.className="velin-search__item",k.setAttribute("role","option"),k.id=`velin-search-opt-${a}`,k.innerHTML=`<span class="velin-search__title">${Gi(R.title,i)}</span><span class="velin-search__excerpt">${Gi(R.excerpt||"",i)}</span>`,k.addEventListener("click",S=>{S.preventDefault(),A&&window.location.assign(A)},!0),k.addEventListener("mouseenter",()=>this._setActive(a,e,t)),b.appendChild(k),this._flatResults.push(R),a++}e.appendChild(b)}let c=this._statusEl();c&&(c.textContent=this._flatResults.length?`${this._flatResults.length} results`:"No results")}_statusEl(){return this.querySelector("[data-velin-search-status]")}_setActive(e,t,i){this._activeIndex=e,t.querySelectorAll(".velin-search__item").forEach((n,o)=>{n.classList.toggle("velin-search__item--active",o===e),o===e&&(i.setAttribute("aria-activedescendant",n.id),n.scrollIntoView({block:"nearest"}))})}_onKeydown(e,t,i){if(e.key==="Escape"){this._hide(i,t);return}if(this._flatResults.length){if(e.key==="ArrowDown"){e.preventDefault();let n=this._activeIndex<this._flatResults.length-1?this._activeIndex+1:0;this._setActive(n,i,t)}else if(e.key==="ArrowUp"){e.preventDefault();let n=this._activeIndex>0?this._activeIndex-1:this._flatResults.length-1;this._setActive(n,i,t)}else if(e.key==="Enter"){let n=this._activeIndex>=0?this._flatResults[this._activeIndex]:this._flatResults[0],o=n?.url?Yi(n.url):"";o&&(e.preventDefault(),window.location.assign(o))}}}_hide(e,t){e.hidden=!0,e.classList.remove("velin-search__results--open"),t.setAttribute("aria-expanded","false"),t.removeAttribute("aria-activedescendant"),this._activeIndex=-1}},fl=Vi;typeof HTMLElement<"u"&&typeof customElements<"u"&&!customElements.get("velin-search")&&customElements.define("velin-search",Vi)});var vl={};y(vl,{default:()=>ah});async function sh(r,e){if(e!=="aes-gcm"||!globalThis.crypto?.subtle)return JSON.stringify({encoding:"base64",payload:btoa(unescape(encodeURIComponent(r)))});let t=crypto.getRandomValues(new Uint8Array(12)),i=await crypto.subtle.generateKey({name:"AES-GCM",length:256},!1,["encrypt"]),n=new TextEncoder().encode(r),o=await crypto.subtle.encrypt({name:"AES-GCM",iv:t},i,n);return JSON.stringify({encoding:"aes-gcm",iv:Array.from(t),cipher:Array.from(new Uint8Array(o))})}var oh,Xi,ah,gl=p(()=>{T();oh=`
1475
+ `}_inputEl(){return this.querySelector("[data-velin-search-input]")}_resultsEl(){return this.querySelector("[data-velin-search-results]")}async _loadIndex(){try{await this._search.loadIndex(this.indexUrl),this._indexLoaded=!0}catch{this._indexLoaded=!1}}_bindEvents(){let e=this._inputEl(),t=this._resultsEl();if(!e||!t)return;e.addEventListener("input",()=>{clearTimeout(this._debounceTimer),this._debounceTimer=setTimeout(()=>this._runQuery(e.value),this.debounceMs)}),e.addEventListener("focus",()=>{e.value.trim().length>=this.minChars&&this._runQuery(e.value)}),e.addEventListener("keydown",n=>this._onKeydown(n,e,t));let r=n=>{this.contains(n.target)||this._hide(t,e)};document.addEventListener("click",r),this._teardown=()=>{document.removeEventListener("click",r),clearTimeout(this._debounceTimer)}}async _runQuery(e){let t=this._inputEl(),r=this._resultsEl();if(!t||!r)return;let n=e.trim();if(n.length<this.minChars){this._hide(r,t);return}this._indexLoaded||await this._loadIndex();let{groups:o}=await this._search.query(n,{minChars:this.minChars,fuzzy:this.fuzzy,categories:this.categories||void 0,limit:12});this._activeIndex=-1,this._renderResults(r,t,n,o),this._flatResults.length?(r.hidden=!1,r.classList.add("velin-search__results--open"),t.setAttribute("aria-expanded","true")):this._hide(r,t)}_renderResults(e,t,r,n){e.innerHTML="";let o=this.categories||[...Lt];this._flatResults=[];let a=0;for(let d of o){let m=n[d];if(!m?.length)continue;let _=`${this._listId}-group-${d}`,f=document.createElement("div");f.setAttribute("role","group"),f.setAttribute("aria-labelledby",_);let b=document.createElement("div");b.className="velin-search__group-label",b.id=_,b.textContent=Bh[d]||d,f.appendChild(b);for(let L of m){let S=document.createElement("a"),A=Ji(L.url);A&&(S.href=A),S.className="velin-search__item",S.setAttribute("role","option"),S.id=`velin-search-opt-${a}`,S.innerHTML=`<span class="velin-search__title">${Zi(L.title,r)}</span><span class="velin-search__excerpt">${Zi(L.excerpt||"",r)}</span>`,S.addEventListener("click",k=>{k.preventDefault(),A&&window.location.assign(A)},!0),S.addEventListener("mouseenter",()=>this._setActive(a,e,t)),f.appendChild(S),this._flatResults.push(L),a++}e.appendChild(f)}let c=this._statusEl();c&&(c.textContent=this._flatResults.length?`${this._flatResults.length} results`:"No results")}_statusEl(){return this.querySelector("[data-velin-search-status]")}_setActive(e,t,r){this._activeIndex=e,t.querySelectorAll(".velin-search__item").forEach((n,o)=>{n.classList.toggle("velin-search__item--active",o===e),o===e&&(r.setAttribute("aria-activedescendant",n.id),n.scrollIntoView({block:"nearest"}))})}_onKeydown(e,t,r){if(e.key==="Escape"){this._hide(r,t);return}if(this._flatResults.length){if(e.key==="ArrowDown"){e.preventDefault();let n=this._activeIndex<this._flatResults.length-1?this._activeIndex+1:0;this._setActive(n,r,t)}else if(e.key==="ArrowUp"){e.preventDefault();let n=this._activeIndex>0?this._activeIndex-1:this._flatResults.length-1;this._setActive(n,r,t)}else if(e.key==="Enter"){let n=this._activeIndex>=0?this._flatResults[this._activeIndex]:this._flatResults[0],o=n?.url?Ji(n.url):"";o&&(e.preventDefault(),window.location.assign(o))}}}_hide(e,t){e.hidden=!0,e.classList.remove("velin-search__results--open"),t.setAttribute("aria-expanded","false"),t.removeAttribute("aria-activedescendant"),this._activeIndex=-1}},Nl=Qi;typeof HTMLElement<"u"&&typeof customElements<"u"&&!customElements.get("velin-search")&&customElements.define("velin-search",Qi)});var zl={};v(zl,{default:()=>Kh});async function jh(i,e){if(e!=="aes-gcm"||!globalThis.crypto?.subtle)return JSON.stringify({encoding:"base64",payload:btoa(unescape(encodeURIComponent(i)))});let t=crypto.getRandomValues(new Uint8Array(12)),r=await crypto.subtle.generateKey({name:"AES-GCM",length:256},!1,["encrypt"]),n=new TextEncoder().encode(i),o=await crypto.subtle.encrypt({name:"AES-GCM",iv:t},r,n);return JSON.stringify({encoding:"aes-gcm",iv:Array.from(t),cipher:Array.from(new Uint8Array(o))})}var Uh,er,Kh,$l=h(()=>{C();Uh=`
1334
1476
  :host { display: block; }
1335
1477
  label { display: block; font-size: var(--velin-text-sm); margin-block-end: var(--velin-space-1); }
1336
1478
  input {
@@ -1350,12 +1492,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1350
1492
  color: var(--velin-color-text-muted);
1351
1493
  margin-block-start: var(--velin-space-1);
1352
1494
  }
1353
- `;Xi=class extends HTMLElement{static get observedAttributes(){return["type","name","label","mode","autocomplete"]}constructor(){super(),this.attachShadow({mode:"open"}),this._onChange=null}connectedCallback(){this._onChange||this.render()}disconnectedCallback(){let e=this.shadowRoot?.querySelector("input");e&&this._onChange&&e.removeEventListener("change",this._onChange),this._onChange=null}attributeChangedCallback(){this.isConnected&&this.render()}render(){let e=is(this.getAttribute("type")),t=this.getAttribute("name")||"secure",i=this.getAttribute("label")||"Secure field",n=ye(this.getAttribute("autocomplete")||"off"),o=`velin-secure-${Math.random().toString(36).slice(2,9)}`,a=this.shadowRoot?.querySelector("input");a&&this._onChange&&a.removeEventListener("change",this._onChange),this.shadowRoot.innerHTML=`
1354
- <style>${oh}</style>
1355
- <label for="${o}">${m(i)}</label>
1495
+ `;er=class extends HTMLElement{static get observedAttributes(){return["type","name","label","mode","autocomplete"]}constructor(){super(),this.attachShadow({mode:"open"}),this._onChange=null}connectedCallback(){this._onChange||this.render()}disconnectedCallback(){let e=this.shadowRoot?.querySelector("input");e&&this._onChange&&e.removeEventListener("change",this._onChange),this._onChange=null}attributeChangedCallback(){this.isConnected&&this.render()}render(){let e=Es(this.getAttribute("type")),t=this.getAttribute("name")||"secure",r=this.getAttribute("label")||"Secure field",n=ye(this.getAttribute("autocomplete")||"off"),o=`velin-secure-${Math.random().toString(36).slice(2,9)}`,a=this.shadowRoot?.querySelector("input");a&&this._onChange&&a.removeEventListener("change",this._onChange),this.shadowRoot.innerHTML=`
1496
+ <style>${Uh}</style>
1497
+ <label for="${o}">${g(r)}</label>
1356
1498
  <input id="${o}" type="${e}" autocomplete="${n}" part="input" />
1357
1499
  <p class="velin-field-help">Demo-only client encoding \u2014 use HTTPS and server-side crypto for real secrets.</p>
1358
- `;let c=this.shadowRoot.querySelector("input");this._onChange=async()=>{let u=this.getAttribute("mode")||"aes-gcm",f=await sh(c.value,u);this.dispatchEvent(new CustomEvent("velin-secure-submit",{bubbles:!0,detail:{name:t,payload:f}}))},c.addEventListener("change",this._onChange)}};customElements.get("velin-secure-field")||customElements.define("velin-secure-field",Xi);ah=Xi});var xl={};y(xl,{default:()=>_l});function lh(r){if(!r)return[];let e=String(r).trim();if(e.startsWith("["))try{let t=JSON.parse(e);return Array.isArray(t)?t.map(Number).filter(i=>Number.isFinite(i)):[]}catch{return[]}return e.split(/[\s,]+/).map(t=>Number.parseFloat(t)).filter(t=>Number.isFinite(t))}function ch(r,e,t,i,n){let o=r.length;if(o===0)return[];if(o===1)return[[0,t/2],[e,t/2]];let a=Math.max(n-i,1e-6),c=e/(o-1);return r.map((u,f)=>{let _=f*c,b=t-(u-i)/a*t;return[_,b]})}function yl(r){return r.length?r.map(([e,t],i)=>`${i===0?"M":"L"}${e.toFixed(2)},${t.toFixed(2)}`).join(" "):""}function dh(r,e){if(!r.length)return"";let t=yl(r),i=r[r.length-1][0],n=r[0][0];return`${t} L${i.toFixed(2)},${e} L${n.toFixed(2)},${e} Z`}var at,Zi,_l,Ji=p(()=>{at="http://www.w3.org/2000/svg";Zi=class extends HTMLElement{static get observedAttributes(){return["values","width","height","min","max","area","glow","animate","label"]}constructor(){super(),this._values=[],this._gradientId=`velin-spark-grad-${Math.random().toString(36).slice(2,8)}`}connectedCallback(){this._render()}attributeChangedCallback(){this.isConnected&&this._render()}get values(){return this._values.slice()}set values(e){Array.isArray(e)&&(this._values=e.filter(t=>Number.isFinite(Number(t))).map(Number),this.setAttribute("values",this._values.join(",")))}update(e){Array.isArray(e)&&(this._values=e.filter(t=>Number.isFinite(Number(t))).map(Number),this._render({tick:!0}))}_render({tick:e=!1}={}){let t=Number.parseFloat(this.getAttribute("width"))||320,i=Number.parseFloat(this.getAttribute("height"))||96,n=this._values.length?this._values:lh(this.getAttribute("values"));if(this._values=n,!n.length){this.innerHTML="";return}let o=Number.parseFloat(this.getAttribute("min")),a=Number.parseFloat(this.getAttribute("max")),c=Number.isFinite(o)?o:Math.min(...n),u=Number.isFinite(a)?a:Math.max(...n),f=this.hasAttribute("area")&&this.getAttribute("area")!=="false",_=this.hasAttribute("glow")&&this.getAttribute("glow")!=="false",b=(this.getAttribute("animate")||"draw").toLowerCase(),g=ch(n,t,i,c,u),R=yl(g),k=f?dh(g,i):"";this.innerHTML="";let A=document.createElementNS(at,"svg");if(A.setAttribute("viewBox",`0 0 ${t} ${i}`),A.setAttribute("preserveAspectRatio","none"),A.style.display="block",A.style.width="100%",A.style.height="100%",this._applyA11y(A),f){let j=document.createElementNS(at,"defs"),ue=document.createElementNS(at,"linearGradient");ue.setAttribute("id",this._gradientId),ue.setAttribute("x1","0"),ue.setAttribute("x2","0"),ue.setAttribute("y1","0"),ue.setAttribute("y2","1"),[["0%","currentColor","0.35"],["100%","currentColor","0"]].forEach(([re,K,ge])=>{let xe=document.createElementNS(at,"stop");xe.setAttribute("offset",re),xe.setAttribute("stop-color",K),xe.setAttribute("stop-opacity",ge),ue.appendChild(xe)}),j.appendChild(ue),A.appendChild(j);let z=document.createElementNS(at,"path");z.setAttribute("d",k),z.setAttribute("fill",`url(#${this._gradientId})`),z.setAttribute("stroke","none"),z.classList.add("velin-chart-area"),A.appendChild(z)}let S=document.createElementNS(at,"path");if(S.setAttribute("d",R),S.setAttribute("fill","none"),S.setAttribute("stroke","currentColor"),S.setAttribute("stroke-width","2"),S.setAttribute("stroke-linecap","round"),S.setAttribute("stroke-linejoin","round"),S.setAttribute("vector-effect","non-scaling-stroke"),A.appendChild(S),_&&A.classList.add("velin-chart-glow"),this.appendChild(A),b!=="none"){let j=typeof S.getTotalLength=="function"&&S.getTotalLength()||t;S.style.setProperty("--velin-chart-len",j.toFixed(2)),S.classList.add("velin-chart-line")}else S.style.strokeDasharray="",S.style.strokeDashoffset="";e&&(this.classList.remove("velin-spark-tick"),this.offsetWidth,this.classList.add("velin-spark-tick"))}_applyA11y(e){let t=(this.getAttribute("label")||this.getAttribute("aria-label")||"").trim();if(t){e.setAttribute("role","img"),e.setAttribute("aria-label",t),e.removeAttribute("aria-hidden"),e.removeAttribute("aria-labelledby");return}let i=this.closest("figure")?.querySelector("figcaption");if(i?.textContent?.trim()){i.id||(i.id=`velin-sparkline-cap-${Math.random().toString(36).slice(2,9)}`),e.setAttribute("role","img"),e.setAttribute("aria-labelledby",i.id),e.removeAttribute("aria-hidden"),e.removeAttribute("aria-label");return}e.setAttribute("role","presentation"),e.setAttribute("aria-hidden","true"),e.setAttribute("focusable","false"),e.removeAttribute("aria-label"),e.removeAttribute("aria-labelledby")}};typeof customElements<"u"&&!customElements.get("velin-sparkline")&&customElements.define("velin-sparkline",Zi);_l=Zi});var Kn,wl=p(()=>{Kn={"velin-accordion":()=>Promise.resolve().then(()=>(Rr(),us)),"velin-announcer":()=>Promise.resolve().then(()=>(an(),ca)),"velin-bottom-nav":()=>Promise.resolve().then(()=>(en(),Xs)),"velin-calendar":()=>Promise.resolve().then(()=>(ln(),ma)),"velin-carousel":()=>Promise.resolve().then(()=>(Br(),Cs)),"velin-code-block":()=>Promise.resolve().then(()=>(In(),Ua)),"velin-collapse":()=>Promise.resolve().then(()=>(Ur(),Ms)),"velin-combobox":()=>Promise.resolve().then(()=>(Qr(),Ys)),"velin-command":()=>Promise.resolve().then(()=>(sn(),aa)),"velin-copy":()=>Promise.resolve().then(()=>(Pr(),ks)),"velin-countdown":()=>Promise.resolve().then(()=>(Xr(),Bs)),"velin-counter":()=>Promise.resolve().then(()=>(Hi(),Ka)),"velin-data-table":()=>Promise.resolve().then(()=>(Dn(),Va)),"velin-dialog":()=>Promise.resolve().then(()=>(Vr(),Ps)),"velin-drawer":()=>Promise.resolve().then(()=>(zr(),ys)),"velin-dropdown":()=>Promise.resolve().then(()=>(Cr(),ls)),"velin-email":()=>Promise.resolve().then(()=>(Ei(),ha)),"velin-file-dropzone":()=>Promise.resolve().then(()=>(On(),Za)),"velin-form-summary":()=>Promise.resolve().then(()=>(zn(),Qa)),"velin-icon":()=>Promise.resolve().then(()=>(Nr(),vs)),"velin-lightbox":()=>Promise.resolve().then(()=>(Gr(),$s)),"velin-live-dot":()=>Promise.resolve().then(()=>(ji(),il)),"velin-menubar":()=>Promise.resolve().then(()=>(on(),oa)),"velin-modal":()=>Promise.resolve().then(()=>(Lr(),ss)),"velin-persist":()=>Promise.resolve().then(()=>(Jr(),Ws)),"velin-popover":()=>Promise.resolve().then(()=>(Hr(),As)),"velin-progress-ring":()=>Promise.resolve().then(()=>(Zr(),js)),"velin-rating":()=>Promise.resolve().then(()=>(nn(),ra)),"velin-scroll-top":()=>Promise.resolve().then(()=>(qr(),Ts)),"velin-scrollspy":()=>Promise.resolve().then(()=>(jr(),Ds)),"velin-search":()=>Promise.resolve().then(()=>(Mt(),jn)),"velin-secure-field":()=>Promise.resolve().then(()=>(gl(),vl)),"velin-segmented-control":()=>Promise.resolve().then(()=>(rn(),ea)),"velin-sheet":()=>Promise.resolve().then(()=>(tn(),Js)),"velin-sparkline":()=>Promise.resolve().then(()=>(Ji(),xl)),"velin-stepper":()=>Promise.resolve().then(()=>(di(),Yr)),"velin-stepper-wc":()=>Promise.resolve().then(()=>(di(),Yr)),"velin-tabs":()=>Promise.resolve().then(()=>(Mr(),ps)),"velin-theme-toggle":()=>Promise.resolve().then(()=>(Fr(),xs)),"velin-toast":()=>Promise.resolve().then(()=>(Ir(),fs)),"velin-tooltip":()=>Promise.resolve().then(()=>(li(),Kr)),"velin-tooltip-wc":()=>Promise.resolve().then(()=>(li(),Kr))}});function El(r,e={}){let t=new Set;for(let[i,n]of Object.entries(e)){if(n==="false"||n==="off")continue;let o=Al[i];if(o&&o.forEach(a=>t.add(a)),i==="slide"&&n&&n!=="true"&&n!==""){let a=`slide-${n}`;Al[a]?.forEach(c=>t.add(c))}}return t.forEach(i=>r.classList.add(i)),!r.classList.contains("velin-animate-on-scroll")&&e.reveal!==void 0&&r.classList.add("velin-animate-on-scroll"),[...t]}function Qi(r){r.classList.add(Wn),r.dataset.velinVisible="true"}function kl(){return typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches}var Wn,Al,Sl=p(()=>{Wn="velin-in-view",Al={reveal:["velin-animate-on-scroll"],fade:["velin-animate-on-scroll","velin-animate-on-scroll--fade"],slide:["velin-animate-on-scroll","velin-animate-on-scroll--slide-up"],"slide-up":["velin-animate-on-scroll","velin-animate-on-scroll--slide-up"],"slide-down":["velin-animate-on-scroll","velin-animate-on-scroll--slide-down"],"slide-left":["velin-animate-on-scroll","velin-animate-on-scroll--slide-left"],"slide-right":["velin-animate-on-scroll","velin-animate-on-scroll--slide-right"],scale:["velin-animate-on-scroll","velin-animate-on-scroll--scale"],parallax:["velin-parallax"],"parallax-slow":["velin-parallax","velin-parallax--slow"],hover:["velin-animate-hover"],"hover-lift":["velin-animate-hover"],flip:["velin-animate-scale-in"],blur:["velin-animate-fade-in"]}});function uh(r,e="true"){let t=e==="true"||e===""?60:parseInt(e,10)||60;[...r.children].forEach((n,o)=>{n.style.setProperty("--velin-stagger-delay",`${o*t}ms`),n.classList.add("velin-stagger-item")}),r.classList.add("velin-stagger")}function Ll(r=document){r.querySelectorAll(`[${Tl}]`).forEach(e=>{e.dataset.velinStaggerDone||(e.dataset.velinStaggerDone="1",uh(e,e.getAttribute(Tl)||"true"))})}var Tl,Cl=p(()=>{Tl="velin-stagger"});function hh(r,e={}){let t=typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches,i=typeof r=="string"?document.querySelector(r):r;i&&(i.scrollIntoView({behavior:t||e.instant?"auto":"smooth",block:e.block||"start",inline:e.inline||"nearest"}),i.tabIndex<0&&!i.hasAttribute("tabindex")&&i.setAttribute("tabindex","-1"),i.focus({preventScroll:!0}))}function Rl(r=document){r.querySelectorAll("[velin-scroll]").forEach(e=>{e.dataset.velinScrollBound||(e.dataset.velinScrollBound="1",e.addEventListener("click",t=>{let i=e.getAttribute("href");if(!i||!i.startsWith("#"))return;let n=document.querySelector(i);n&&(t.preventDefault(),hh(n))}))})}var Ml=p(()=>{});function qe(r={}){let e=r.root||(typeof document<"u"?document:null);if(!e)return()=>{};let t=r.selector||["[velin-reveal]","[velin-fade]","[velin-slide]","[velin-scale]","[velin-parallax]","[velin-hover]",".velin-animate-on-scroll"].join(","),i=e.querySelectorAll(t),n=kl();for(let o of i){if(o.dataset.velinMotionInit)continue;o.dataset.velinMotionInit="1";let a={};for(let u of ph)o.hasAttribute(u)&&(a[u.replace("velin-","")]=o.getAttribute(u)||"true");if(El(o,a),n){Qi(o);continue}let c=kt(o,u=>Qi(u));Gn.push(c)}return Ll(e),Rl(e),()=>{Gn.forEach(o=>o()),Gn=[],Pa()}}function Il(r={}){return qe({root:typeof document<"u"?document:null,selector:r.selector||".velin-animate-on-scroll"})}var ph,Gn,Dl,Yn=p(()=>{Cn();Sl();Cl();Ml();ph=["velin-reveal","velin-fade","velin-slide","velin-scale","velin-parallax","velin-hover"],Gn=[];Dl={init:qe,observe:kt,markVisible:Qi,VISIBLE_CLASS:Wn}});function C(r,e){lt.set(r,e)}function Nl(r){return lt.get(r)}function It(r,e,t={}){r.setAttribute("data-velin-component",e);for(let[i,n]of Object.entries(t))n!=null&&r.setAttribute(i,n);return Q(e)}function mh(){C("velin-modal",{enhance(r){It(r,"velin-modal",{open:r.getAttribute("velin-modal")||""})}}),C("velin-tabs",{enhance:r=>It(r,"velin-tabs")}),C("velin-accordion",{enhance:r=>It(r,"velin-accordion")}),C("velin-tooltip",{enhance(r){let e=r.getAttribute("velin-tooltip")||r.getAttribute("title")||"";if(e&&r.hasAttribute("title")&&r.removeAttribute("title"),r.tagName==="VELIN-TOOLTIP"||r.tagName==="VELIN-TOOLTIP-WC")return r.setAttribute("content",e),Q("velin-tooltip");let t=document.createElement("velin-tooltip");t.setAttribute("content",e);let i=r.parentElement;return i&&(i.insertBefore(t,r),t.appendChild(r)),Q("velin-tooltip")}}),C("velin-copy",{enhance(r){let e=r.getAttribute("velin-copy")||r.textContent?.trim()||"";if(!r.querySelector("velin-copy")){let t=document.createElement("velin-copy");if(t.setAttribute("value",e),r.tagName==="BUTTON")return t.append(...r.childNodes),r.replaceWith(t),Q("velin-copy");r.appendChild(t)}return Q("velin-copy")}}),C("velin-counter",{enhance(r){It(r,"velin-counter",{value:r.getAttribute("velin-counter")||"0"})}}),C("velin-notify",{async enhance(r){await Q("velin-toast"),r.addEventListener("click",()=>{let e=r.getAttribute("velin-notify")||r.textContent||"";document.dispatchEvent(new CustomEvent("velin-toast-show",{detail:{message:e,variant:r.dataset.variant||"info"}}))})}}),C("velin-theme",{enhance(r){let e=r.getAttribute("velin-theme")||"toggle";if(e==="toggle")return r.querySelector("velin-theme-toggle")||r.appendChild(document.createElement("velin-theme-toggle")),Q("velin-theme-toggle");document.documentElement.setAttribute("data-velin-theme",e)}}),C("velin-scroll-top",{enhance(r){let e=r.getAttribute("velin-scroll-top"),t=e&&e!=="true"?e:"300";if(r.tagName==="VELIN-SCROLL-TOP")return e&&e!=="true"&&r.setAttribute("threshold",t),Q("velin-scroll-top");let i=document.querySelector("velin-scroll-top");return i||(i=document.createElement("velin-scroll-top"),i.setAttribute("threshold",t),(r===document.body||r===document.documentElement?document.body:r).appendChild(i)),Q("velin-scroll-top")}}),C("velin-progress",{enhance(r){if(r.hasAttribute("ring"))return It(r,"velin-progress-ring");r.classList.add("velin-progress");let t=parseInt(r.getAttribute("velin-progress")||"0",10);r.setAttribute("role","progressbar"),r.setAttribute("aria-valuenow",String(t)),r.style.setProperty("--velin-progress",`${Math.min(100,t)}%`)}}),C("velin-search",{async enhance(r){if(r.tagName!=="VELIN-SEARCH"){let e=document.createElement("velin-search");e.setAttribute("index",r.getAttribute("data-search-index")||"/search-index.json"),r.replaceWith(e),e.appendChild(r)}return Q("velin-search")}}),C("velin-lazy",{enhance(r){r.tagName==="IMG"&&(r.loading="lazy",r.decoding="async",(r.hasAttribute("velin-skeleton")||r.dataset.velinSkeleton)&&(r.classList.add("velin-skeleton","velin-skeleton--image"),r.addEventListener("load",()=>r.classList.remove("velin-skeleton","velin-skeleton--image"),{once:!0})))}}),C("velin-skeleton",{enhance(r){let e=r.getAttribute("velin-skeleton")||"text";r.classList.add("velin-skeleton",`velin-skeleton--${e}`),!(!!r.textContent?.trim()&&r.children.length>0)&&!r.textContent?.trim()&&r.setAttribute("aria-hidden","true")}}),C("velin-loading",{enhance(r){r.classList.add("velin-spinner"),r.setAttribute("aria-busy","true"),r.setAttribute("role","status"),r.getAttribute("aria-label")?.trim()||r.setAttribute("aria-label","Loading")}}),C("velin-grid",{enhance(r){let e=r.getAttribute("velin-grid")||"auto";r.classList.add("velin-grid"),e!=="auto"&&r.style.setProperty("--velin-grid-cols",e)}}),C("velin-anchor",{enhance(r){!r.id&&r.getAttribute("velin-anchor")&&(r.id=r.getAttribute("velin-anchor")),r.setAttribute("tabindex","-1")}}),C("velin-code",{async enhance(r){let e=r.getAttribute("velin-code")||r.getAttribute("language")||r.getAttribute("data-language")||"";if(r.classList.add("velin-code-block"),e&&e!=="true"&&(r.dataset.language=e,r.getAttribute("language")||r.setAttribute("language",e)),!r.querySelector("[data-velin-copy]")){let o=document.createElement("button");o.type="button",o.className="velin-code-block__copy velin-btn velin-btn--sm",o.textContent="Copy",o.setAttribute("data-velin-copy",""),o.setAttribute("velin-copy",r.querySelector("code")?.textContent||r.textContent||""),r.style.position="relative",r.appendChild(o)}await Q("velin-copy");let{initHighlight:t,highlightElement:i}=await Promise.resolve().then(()=>(Tt(),Mn));r.getAttribute("data-velin-highlight")==="immediate"||typeof matchMedia<"u"&&matchMedia("(prefers-reduced-motion: reduce)").matches?await i(r):t(r,{root:r})}}),C("velin-quote",{enhance(r){(r.tagName==="BLOCKQUOTE"||r.tagName==="Q")&&r.classList.add("velin-quote")}}),C("velin-highlight",{enhance(r){r.classList.add("velin-highlight")}});for(let r of["velin-reveal","velin-fade","velin-slide","velin-scale","velin-parallax","velin-hover","velin-stagger","velin-scroll"])C(r,{enhance(){}})}async function Vn(r=document){let e=[...lt.keys()].map(i=>`[${i}]`).join(","),t=r.querySelectorAll(e);for(let i of t)if(!Ol.has(i)){for(let n of lt.keys()){if(!i.hasAttribute(n))continue;let o=lt.get(n);o?.enhance&&await o.enhance(i)}Ol.add(i)}if(qe({root:r}),typeof HTMLElement<"u"){let{bindDeclarativeSearch:i}=await Promise.resolve().then(()=>(Mt(),jn));if(i(r),!document.querySelector("velin-announcer")){let{getAnnouncer:n}=await Promise.resolve().then(()=>(Le(),Ns));n()}}}function Xn(){return[...lt.keys()]}var lt,Ol,zl=p(()=>{Zn();Yn();lt=new Map;mh();Ol=new WeakSet});var $l={};y($l,{bootAttributes:()=>Vn,getAttributeHandler:()=>Nl,listRegisteredAttributes:()=>Xn,registerAttribute:()=>C});var Jn=p(()=>{zl()});var Fl={};y(Fl,{PATTERNS:()=>er,VelinHapticObserver:()=>Ot,applyHaptic:()=>Dt,default:()=>fh,vibrate:()=>Qn});function Qn(r){if(typeof navigator>"u"||!navigator.vibrate||window.matchMedia?.("(prefers-reduced-motion: reduce)")?.matches)return;let t=typeof r=="string"?er[r]||er.tap:r;navigator.vibrate(t)}function Dt(r){let e=r.getAttribute("haptic")||"tap";r.addEventListener("click",()=>Qn(e))}var er,Ot,fh,eo=p(()=>{er={tap:[10],"double-tap":[10,50,10],success:[50],error:[100,30,100],warning:[30,20,30],long:[200]};Ot=class{constructor(){this._observer=null}start(e=document.body){e.querySelectorAll("[haptic]").forEach(Dt),this._observer=new MutationObserver(i=>{for(let n of i)for(let o of n.addedNodes)o.nodeType===1&&(o.hasAttribute?.("haptic")&&Dt(o),o.querySelectorAll?.("[haptic]").forEach(Dt))}),this._observer.observe(e,{childList:!0,subtree:!0})}stop(){this._observer?.disconnect()}},fh=Ot});function vh(r){return typeof customElements>"u"?Promise.reject(new Error("customElements not available")):customElements.whenDefined(r)}async function Q(r){let e=Kn[r];if(!e)throw new Error(`Unknown Velin component: ${r}`);if(to.has(r))return to.get(r);let t=e().then(i=>{let n=i.default;return n&&!customElements.get(r)&&customElements.define(r,n),n});return to.set(r,t),t}async function Hl(r){return Promise.all(r.map(e=>Q(e)))}function gh(r){let e=new Set;r.querySelectorAll("[data-velin-component]").forEach(t=>{let i=t.getAttribute("data-velin-component");i&&e.add(i.startsWith("velin-")?i:`velin-${i}`)});for(let t of r.querySelectorAll("*")){let i=t.tagName?.toLowerCase();i&&bh.test(i)&&Kn[i]&&e.add(i)}return e}async function yh(r=document,e={}){let t=e.tags?.length?new Set(e.tags):gh(r),i=Hl([...t]);if(e.attributes){let{bootAttributes:n}=await Promise.resolve().then(()=>(Jn(),$l));await n(r)}if(e.highlight){let{initHighlight:n}=await Promise.resolve().then(()=>(Tt(),Mn));n(r)}if(e.haptic){let{VelinHapticObserver:n}=await Promise.resolve().then(()=>(eo(),Fl));new n().start(r instanceof Document?r.body:r)}return i}var to,bh,Zn=p(()=>{wl();to=new Map,bh=/^velin-[a-z0-9-]+$/});Lr();Cr();Rr();Mr();Ir();Nr();zr();Fr();Hr();Pr();qr();Br();Ur();jr();li();Gr();di();Vr();Xr();Zr();Jr();Qr();en();tn();rn();nn();on();sn();an();Ei();Zn();Ji();Hi();ji();In();Dn();zn();ln();On();Mt();Mt();Yn();var _h=Il;if(typeof document<"u"){let r=()=>{document.documentElement?.hasAttribute("data-velin-reveal-auto")&&qe()};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",r,{once:!0}):r()}Le();Le();function xh(r={}){if(typeof document>"u")return;let{announcer:e=!0,scrollPadding:t=!0,skipLink:i=!1}=r;if(e&&et(),t){let n=document.querySelector(".velin-nav, .velin-doc-header, .site-nav, [data-velin-fixed-nav]");if(n){let o=n.getBoundingClientRect().height;document.documentElement.style.setProperty("--velin-nav-height",`${Math.ceil(o)}px`),document.documentElement.classList.add("velin-scroll-pt-nav")}}if(i&&!document.querySelector(".velin-skip-link")&&document.getElementById("main")){let n=document.createElement("a");n.href="#main",n.className="velin-skip-link",n.textContent="Skip to main content",document.body.prepend(n)}}Un();Jn();Tt();var Pl=typeof window<"u"&&window.matchMedia?window.matchMedia("(prefers-reduced-motion: reduce)"):null,Wl={duration:250,easing:"var(--velin-ease-expo-out, cubic-bezier(0.16, 1, 0.3, 1))",itemSelector:":scope > *"};function io(r,e){return Array.from(r.querySelectorAll(e))}function Gl(r,e,t={}){if(!r||typeof e!="function")return;let i={...Wl,...t},n=Pl&&Pl.matches,o=io(r,i.itemSelector),a=new Map;if(o.forEach(u=>{u.hidden||a.set(u,u.getBoundingClientRect())}),e(),n)return;io(r,i.itemSelector).forEach(u=>{if(u.hidden)return;let f=a.get(u),_=u.getBoundingClientRect();if(!f){if(typeof u.animate!="function")return;u.animate([{opacity:0,transform:"scale(0.96)"},{opacity:1,transform:"scale(1)"}],{duration:i.duration,easing:i.easing,fill:"both"});return}let b=f.left-_.left,g=f.top-_.top;b===0&&g===0||typeof u.animate=="function"&&u.animate([{transform:`translate(${b}px, ${g}px)`},{transform:"translate(0, 0)"}],{duration:i.duration,easing:i.easing,fill:"both"})})}function Yl(r,e,t={}){if(!r||typeof e!="function")return;let i={...Wl,...t};Gl(r,()=>{io(r,i.itemSelector).forEach(n=>{n.hidden=!e(n)})},i)}function ql(r){return r?String(r).toLowerCase().split(/[\s,|]+/).map(e=>e.trim()).filter(Boolean):[]}function wh(r,e,t){return e.length?t==="all"?e.every(i=>r.includes(i)):e.some(i=>r.includes(i)):!0}function Ah(r,e){return e?((r.getAttribute("data-tags")||"")+" "+(r.getAttribute("data-search")||"")+" "+(r.textContent||"")).toLowerCase().includes(e.toLowerCase()):!0}var ro=class{constructor(e){this.container=e,this.tag="",this.search="",this.matchMode=e.getAttribute("data-velin-filter-mode")==="all"?"all":"any",this.itemSelector=e.getAttribute("data-velin-filter-item")||":scope > *"}apply(){let e=ql(this.tag),t=this.search;Yl(this.container,i=>{let n=ql(i.getAttribute("data-tags"));return wh(n,e,this.matchMode)&&Ah(i,t)},{itemSelector:this.itemSelector})}},Bl=new WeakMap;function Ul(r){let e=Bl.get(r);return e||(e=new ro(r),Bl.set(r,e)),e}function jl(r){let e=r.getAttribute("data-velin-filter-target");if(!e)return null;try{return document.querySelector(e)}catch{return null}}function Eh(r,e){r&&r.querySelectorAll("[data-velin-filter-value]").forEach(t=>{t===e?t.setAttribute("data-velin-filter-active",""):t.removeAttribute("data-velin-filter-active")})}function Kl(){if(typeof document>"u")return;document.addEventListener("click",e=>{let t=e.target.closest("[data-velin-filter-value]");if(!t)return;let i=jl(t);if(!i)return;let n=t.closest("[data-velin-filter-group]")||t.parentElement;Eh(n,t);let o=Ul(i);o.tag=t.getAttribute("data-velin-filter-value")||"",(o.tag.toLowerCase()==="all"||o.tag==="*")&&(o.tag=""),o.apply()});let r=e=>{let t=e.target.closest("[data-velin-filter-input]");if(!t)return;let i=jl(t);if(!i)return;let n=Ul(i),o=t.value||(typeof t.getAttribute=="function"?t.getAttribute("value"):"");n.search=(o||"").trim(),n.apply()};document.addEventListener("input",r),document.addEventListener("change",r)}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Kl,{once:!0}):Kl());T();eo();Z();Ji();Hi();ji();Ei();export{er as HapticPatterns,ds as VelinAccordion,la as VelinAnnouncer,Vs as VelinBottomNav,pa as VelinCalendar,Ls as VelinCarousel,Ba as VelinCodeBlock,Rs as VelinCollapse,Gs as VelinCombobox,sa as VelinCommand,Es as VelinCopy,qs as VelinCountdown,ja as VelinCounter,Ya as VelinDataTable,Hs as VelinDialog,gs as VelinDrawer,as as VelinDropdown,ua as VelinEmail,Xa as VelinFileDropzone,Ja as VelinFormSummary,Ot as VelinHapticObserver,bs as VelinIcon,zs as VelinLightbox,tl as VelinLiveDot,na as VelinMenubar,os as VelinModal,Ks as VelinPersist,ws as VelinPopover,Us as VelinProgressRing,ia as VelinRating,Ss as VelinScrollTop,Is as VelinScrollspy,fl as VelinSearch,Qs as VelinSegmentedControl,Zs as VelinSheet,_l as VelinSparkline,Fs as VelinStepper,yt as VelinStepperWC,hs as VelinTabs,_s as VelinThemeToggle,ms as VelinToast,Os as VelinTooltip,gt as VelinTooltipWC,ne as announce,Dt as applyHaptic,bl as bindDeclarativeSearch,Vn as bootAttributes,yh as bootFromDOM,G as clearBackgroundInert,Td as createSafeHTML,Bn as createSearch,m as escapeHTML,ye as escapeHTMLAttribute,Yl as filterList,Gl as flipReorder,et as getAnnouncer,fe as getFocusableElements,ns as getTrustedPolicy,Et as highlightAll,de as highlightElement,xh as initA11y,Ie as initHighlight,qe as initMotion,_h as initReveal,Q as lazyDefine,Me as lazyLoadLanguage,Xn as listRegisteredAttributes,St as observeCodeBlocks,Hl as register,C as registerAttribute,ot as registerLanguage,sl as registerSearchProvider,Di as renderTokens,le as restoreFocus,te as rovingTabindex,$e as sanitizeURL,ae as saveFocus,ce as setBackgroundInert,Tr as stripControlChars,ee as trapFocus,Dl as velinMotion,rh as velinSearch,qa as velinSyntax,Qn as vibrate,vh as whenDefined};
1500
+ `;let c=this.shadowRoot.querySelector("input");this._onChange=async()=>{let d=this.getAttribute("mode")||"aes-gcm",m=await jh(c.value,d);this.dispatchEvent(new CustomEvent("velin-secure-submit",{bubbles:!0,detail:{name:t,payload:m}}))},c.addEventListener("change",this._onChange)}};customElements.get("velin-secure-field")||customElements.define("velin-secure-field",er);Kh=er});var ql={};v(ql,{default:()=>Hl});function Wh(i){if(!i)return[];let e=String(i).trim();if(e.startsWith("["))try{let t=JSON.parse(e);return Array.isArray(t)?t.map(Number).filter(r=>Number.isFinite(r)):[]}catch{return[]}return e.split(/[\s,]+/).map(t=>Number.parseFloat(t)).filter(t=>Number.isFinite(t))}function Yh(i,e,t,r,n){let o=i.length;if(o===0)return[];if(o===1)return[[0,t/2],[e,t/2]];let a=Math.max(n-r,1e-6),c=e/(o-1);return i.map((d,m)=>{let _=m*c,f=t-(d-r)/a*t;return[_,f]})}function Fl(i){return i.length?i.map(([e,t],r)=>`${r===0?"M":"L"}${e.toFixed(2)},${t.toFixed(2)}`).join(" "):""}function Gh(i,e){if(!i.length)return"";let t=Fl(i),r=i[i.length-1][0],n=i[0][0];return`${t} L${r.toFixed(2)},${e} L${n.toFixed(2)},${e} Z`}var at,tr,Hl,ir=h(()=>{at="http://www.w3.org/2000/svg";tr=class extends HTMLElement{static get observedAttributes(){return["values","width","height","min","max","area","glow","animate","label"]}constructor(){super(),this._values=[],this._gradientId=`velin-spark-grad-${Math.random().toString(36).slice(2,8)}`}connectedCallback(){this._render()}attributeChangedCallback(){this.isConnected&&this._render()}get values(){return this._values.slice()}set values(e){Array.isArray(e)&&(this._values=e.filter(t=>Number.isFinite(Number(t))).map(Number),this.setAttribute("values",this._values.join(",")))}update(e){Array.isArray(e)&&(this._values=e.filter(t=>Number.isFinite(Number(t))).map(Number),this._render({tick:!0}))}_render({tick:e=!1}={}){let t=Number.parseFloat(this.getAttribute("width"))||320,r=Number.parseFloat(this.getAttribute("height"))||96,n=this._values.length?this._values:Wh(this.getAttribute("values"));if(this._values=n,!n.length){this.innerHTML="";return}let o=Number.parseFloat(this.getAttribute("min")),a=Number.parseFloat(this.getAttribute("max")),c=Number.isFinite(o)?o:Math.min(...n),d=Number.isFinite(a)?a:Math.max(...n),m=this.hasAttribute("area")&&this.getAttribute("area")!=="false",_=this.hasAttribute("glow")&&this.getAttribute("glow")!=="false",f=(this.getAttribute("animate")||"draw").toLowerCase(),b=Yh(n,t,r,c,d),L=Fl(b),S=m?Gh(b,r):"";this.innerHTML="";let A=document.createElementNS(at,"svg");if(A.setAttribute("viewBox",`0 0 ${t} ${r}`),A.setAttribute("preserveAspectRatio","none"),A.style.display="block",A.style.width="100%",A.style.height="100%",this._applyA11y(A),m){let j=document.createElementNS(at,"defs"),he=document.createElementNS(at,"linearGradient");he.setAttribute("id",this._gradientId),he.setAttribute("x1","0"),he.setAttribute("x2","0"),he.setAttribute("y1","0"),he.setAttribute("y2","1"),[["0%","currentColor","0.35"],["100%","currentColor","0"]].forEach(([ne,K,ge])=>{let xe=document.createElementNS(at,"stop");xe.setAttribute("offset",ne),xe.setAttribute("stop-color",K),xe.setAttribute("stop-opacity",ge),he.appendChild(xe)}),j.appendChild(he),A.appendChild(j);let z=document.createElementNS(at,"path");z.setAttribute("d",S),z.setAttribute("fill",`url(#${this._gradientId})`),z.setAttribute("stroke","none"),z.classList.add("velin-chart-area"),A.appendChild(z)}let k=document.createElementNS(at,"path");if(k.setAttribute("d",L),k.setAttribute("fill","none"),k.setAttribute("stroke","currentColor"),k.setAttribute("stroke-width","2"),k.setAttribute("stroke-linecap","round"),k.setAttribute("stroke-linejoin","round"),k.setAttribute("vector-effect","non-scaling-stroke"),A.appendChild(k),_&&A.classList.add("velin-chart-glow"),this.appendChild(A),f!=="none"){let j=typeof k.getTotalLength=="function"&&k.getTotalLength()||t;k.style.setProperty("--velin-chart-len",j.toFixed(2)),k.classList.add("velin-chart-line")}else k.style.strokeDasharray="",k.style.strokeDashoffset="";e&&(this.classList.remove("velin-spark-tick"),this.offsetWidth,this.classList.add("velin-spark-tick"))}_applyA11y(e){let t=(this.getAttribute("label")||this.getAttribute("aria-label")||"").trim();if(t){e.setAttribute("role","img"),e.setAttribute("aria-label",t),e.removeAttribute("aria-hidden"),e.removeAttribute("aria-labelledby");return}let r=this.closest("figure")?.querySelector("figcaption");if(r?.textContent?.trim()){r.id||(r.id=`velin-sparkline-cap-${Math.random().toString(36).slice(2,9)}`),e.setAttribute("role","img"),e.setAttribute("aria-labelledby",r.id),e.removeAttribute("aria-hidden"),e.removeAttribute("aria-label");return}e.setAttribute("role","presentation"),e.setAttribute("aria-hidden","true"),e.setAttribute("focusable","false"),e.removeAttribute("aria-label"),e.removeAttribute("aria-labelledby")}};typeof customElements<"u"&&!customElements.get("velin-sparkline")&&customElements.define("velin-sparkline",tr);Hl=tr});var Qn,Pl=h(()=>{Qn={"velin-accordion":()=>Promise.resolve().then(()=>(kr(),Jo)),"velin-announcer":()=>Promise.resolve().then(()=>(un(),wa)),"velin-bottom-nav":()=>Promise.resolve().then(()=>(on(),ca)),"velin-calendar":()=>Promise.resolve().then(()=>(hn(),Ta)),"velin-carousel":()=>Promise.resolve().then(()=>(Wr(),Bs)),"velin-code-block":()=>Promise.resolve().then(()=>(zn(),il)),"velin-collapse":()=>Promise.resolve().then(()=>(Yr(),js)),"velin-combobox":()=>Promise.resolve().then(()=>(nn(),aa)),"velin-command":()=>Promise.resolve().then(()=>(dn(),_a)),"velin-copy":()=>Promise.resolve().then(()=>(jr(),Fs)),"velin-countdown":()=>Promise.resolve().then(()=>(en(),ta)),"velin-counter":()=>Promise.resolve().then(()=>(Hi(),nl)),"velin-data-table":()=>Promise.resolve().then(()=>($n(),ll)),"velin-dialog":()=>Promise.resolve().then(()=>(Qr(),Qs)),"velin-drawer":()=>Promise.resolve().then(()=>(qr(),Is)),"velin-dropdown":()=>Promise.resolve().then(()=>(Sr(),Vo)),"velin-email":()=>Promise.resolve().then(()=>(Ei(),Sa)),"velin-empty-state":()=>Promise.resolve().then(()=>(Fn(),dl)),"velin-file-dropzone":()=>Promise.resolve().then(()=>(Hn(),hl)),"velin-form-summary":()=>Promise.resolve().then(()=>(Pn(),ml)),"velin-icon":()=>Promise.resolve().then(()=>(Hr(),Rs)),"velin-lightbox":()=>Promise.resolve().then(()=>(Zr(),Xs)),"velin-live-dot":()=>Promise.resolve().then(()=>(Ki(),vl)),"velin-menubar":()=>Promise.resolve().then(()=>(cn(),ga)),"velin-modal":()=>Promise.resolve().then(()=>(Er(),Yo)),"velin-otp-input":()=>Promise.resolve().then(()=>(Bn(),yl)),"velin-password-strength":()=>Promise.resolve().then(()=>(jn(),xl)),"velin-persist":()=>Promise.resolve().then(()=>(rn(),oa)),"velin-popover":()=>Promise.resolve().then(()=>(Ur(),zs)),"velin-progress-ring":()=>Promise.resolve().then(()=>(tn(),ra)),"velin-rating":()=>Promise.resolve().then(()=>(ln(),ba)),"velin-scroll-top":()=>Promise.resolve().then(()=>(Kr(),qs)),"velin-scrollspy":()=>Promise.resolve().then(()=>(Gr(),Ws)),"velin-search":()=>Promise.resolve().then(()=>(Mt(),Jn)),"velin-secure-field":()=>Promise.resolve().then(()=>($l(),zl)),"velin-segmented-control":()=>Promise.resolve().then(()=>(an(),pa)),"velin-sheet":()=>Promise.resolve().then(()=>(sn(),ua)),"velin-sparkline":()=>Promise.resolve().then(()=>(ir(),ql)),"velin-stepper":()=>Promise.resolve().then(()=>(di(),Jr)),"velin-stepper-wc":()=>Promise.resolve().then(()=>(di(),Jr)),"velin-tabs":()=>Promise.resolve().then(()=>(Tr(),es)),"velin-theme-toggle":()=>Promise.resolve().then(()=>(Br(),Ns)),"velin-toast":()=>Promise.resolve().then(()=>(zr(),Ls)),"velin-tooltip":()=>Promise.resolve().then(()=>(li(),Vr)),"velin-tooltip-wc":()=>Promise.resolve().then(()=>(li(),Vr))}});function Ul(i,e={}){let t=new Set;for(let[r,n]of Object.entries(e)){if(n==="false"||n==="off")continue;let o=Bl[r];if(o&&o.forEach(a=>t.add(a)),r==="slide"&&n&&n!=="true"&&n!==""){let a=`slide-${n}`;Bl[a]?.forEach(c=>t.add(c))}}return t.forEach(r=>i.classList.add(r)),!i.classList.contains("velin-animate-on-scroll")&&e.reveal!==void 0&&i.classList.add("velin-animate-on-scroll"),[...t]}function rr(i){i.classList.add(eo),i.dataset.velinVisible="true"}function jl(){return typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches}var eo,Bl,Kl=h(()=>{eo="velin-in-view",Bl={reveal:["velin-animate-on-scroll"],fade:["velin-animate-on-scroll","velin-animate-on-scroll--fade"],slide:["velin-animate-on-scroll","velin-animate-on-scroll--slide-up"],"slide-up":["velin-animate-on-scroll","velin-animate-on-scroll--slide-up"],"slide-down":["velin-animate-on-scroll","velin-animate-on-scroll--slide-down"],"slide-left":["velin-animate-on-scroll","velin-animate-on-scroll--slide-left"],"slide-right":["velin-animate-on-scroll","velin-animate-on-scroll--slide-right"],scale:["velin-animate-on-scroll","velin-animate-on-scroll--scale"],parallax:["velin-parallax"],"parallax-slow":["velin-parallax","velin-parallax--slow"],hover:["velin-animate-hover"],"hover-lift":["velin-animate-hover"],flip:["velin-animate-scale-in"],blur:["velin-animate-fade-in"]}});function Vh(i,e="true"){let t=e==="true"||e===""?60:parseInt(e,10)||60;[...i.children].forEach((n,o)=>{n.style.setProperty("--velin-stagger-delay",`${o*t}ms`),n.classList.add("velin-stagger-item")}),i.classList.add("velin-stagger")}function Yl(i=document){i.querySelectorAll(`[${Wl}]`).forEach(e=>{e.dataset.velinStaggerDone||(e.dataset.velinStaggerDone="1",Vh(e,e.getAttribute(Wl)||"true"))})}var Wl,Gl=h(()=>{Wl="velin-stagger"});function Xh(i,e={}){let t=typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-reduced-motion: reduce)").matches,r=typeof i=="string"?document.querySelector(i):i;r&&(r.scrollIntoView({behavior:t||e.instant?"auto":"smooth",block:e.block||"start",inline:e.inline||"nearest"}),r.tabIndex<0&&!r.hasAttribute("tabindex")&&r.setAttribute("tabindex","-1"),r.focus({preventScroll:!0}))}function Vl(i=document){i.querySelectorAll("[velin-scroll]").forEach(e=>{e.dataset.velinScrollBound||(e.dataset.velinScrollBound="1",e.addEventListener("click",t=>{let r=e.getAttribute("href");if(!r||!r.startsWith("#"))return;let n=document.querySelector(r);n&&(t.preventDefault(),Xh(n))}))})}var Xl=h(()=>{});function Be(i={}){let e=i.root||(typeof document<"u"?document:null);if(!e)return()=>{};let t=i.selector||["[velin-reveal]","[velin-fade]","[velin-slide]","[velin-scale]","[velin-parallax]","[velin-hover]",".velin-animate-on-scroll"].join(","),r=e.querySelectorAll(t),n=jl();for(let o of r){if(o.dataset.velinMotionInit)continue;o.dataset.velinMotionInit="1";let a={};for(let d of Zh)o.hasAttribute(d)&&(a[d.replace("velin-","")]=o.getAttribute(d)||"true");if(Ul(o,a),n){rr(o);continue}let c=St(o,d=>rr(d));to.push(c)}return Yl(e),Vl(e),()=>{to.forEach(o=>o()),to=[],Qa()}}function Zl(i={}){return Be({root:typeof document<"u"?document:null,selector:i.selector||".velin-animate-on-scroll"})}var Zh,to,Jl,io=h(()=>{Dn();Kl();Gl();Xl();Zh=["velin-reveal","velin-fade","velin-slide","velin-scale","velin-parallax","velin-hover"],to=[];Jl={init:Be,observe:St,markVisible:rr,VISIBLE_CLASS:eo}});function ec({status:i,review:e,license:t,claims:r=[]}={}){let n=new Set(Array.isArray(r)?r.filter(Boolean):[]),o=Qh[String(i||"").toLowerCase()];o&&n.add(o);let a=ep[String(e||"").toLowerCase()];if(a&&n.add(a),t){let c=String(t).toLowerCase().trim(),d=tp[c]||(c.startsWith("cc")?"license.cc-by":null);d&&n.add(d)}return[...n]}function Ql(i,e="en"){let t=Jh[i];return t&&(t.label[e]||t.label.en)||i}function tc(i=[],e="en"){let t=["ai.generated","ai.assisted","review.human","review.verified","trust.official","license.cc-by","license.mit"];for(let r of t)if(i.includes(r))return Ql(r,e);return i[0]?Ql(i[0],e):e==="de"?"Transparenz":"Transparency"}var Jh,Qh,ep,tp,ic=h(()=>{Jh={"ai.generated":{pillar:"ai",label:{en:"AI generated",de:"KI-generiert"}},"ai.assisted":{pillar:"ai",label:{en:"AI assisted",de:"KI-unterst\xFCtzt"}},"review.human":{pillar:"ai",label:{en:"Human reviewed",de:"Mensch gepr\xFCft"}},"review.verified":{pillar:"trust",label:{en:"Verified",de:"Verifiziert"}},"security.checked":{pillar:"trust",label:{en:"Security checked",de:"Security gepr\xFCft"}},"accessibility.checked":{pillar:"trust",label:{en:"Accessibility checked",de:"Barrierefreiheit gepr\xFCft"}},"trust.official":{pillar:"trust",label:{en:"Official",de:"Offiziell"}},"trust.signed":{pillar:"trust",label:{en:"Signed",de:"Signiert"}},"trust.opensource":{pillar:"trust",label:{en:"Open source",de:"Open Source"}},"privacy.gdpr":{pillar:"compliance",label:{en:"GDPR",de:"DSGVO"}},"license.cc-by":{pillar:"compliance",label:{en:"CC BY",de:"CC BY"}},"license.mit":{pillar:"compliance",label:{en:"MIT",de:"MIT"}},"license.apache-2":{pillar:"compliance",label:{en:"Apache-2.0",de:"Apache-2.0"}},"content.updated":{pillar:"metadata",label:{en:"Updated",de:"Aktualisiert"}},"content.author":{pillar:"metadata",label:{en:"Author",de:"Autor"}},"content.source":{pillar:"metadata",label:{en:"Source",de:"Quelle"}},"content.language":{pillar:"metadata",label:{en:"Language",de:"Sprache"}},"version.current":{pillar:"metadata",label:{en:"Version",de:"Version"}},"provenance.complete":{pillar:"provenance",label:{en:"Provenance complete",de:"Nachweis vollst\xE4ndig"}}},Qh={generated:"ai.generated",assisted:"ai.assisted","ai-assisted":"ai.assisted","human-reviewed":"review.human","human-edited":"review.human",verified:"review.verified",edited:"review.human",draft:null},ep={human:"review.human","human-reviewed":"review.human",verified:"review.verified",none:null},tp={"cc by 4.0":"license.cc-by","cc-by":"license.cc-by","cc-by-4.0":"license.cc-by",mit:"license.mit","apache-2.0":"license.apache-2",apache:"license.apache-2"}});function nc(){let i=new Map;return{register(e){if(!e?.id)throw new Error("DisclosureRecord requires id");return i.set(e.id,rc(e)),i.get(e.id)},get(e){return i.get(e)||null},has(e){return i.has(e)},remove(e){return i.delete(e)},list(){return[...i.values()].map(e=>rc(e))},query(e){return this.list().filter(e)},clear(){i.clear()},size(){return i.size},export(){return{schema:"velinstyle.transparency.registry",version:1,items:this.list()}},diff(e=[]){let t=new Map(e.map(a=>[a.id,a])),r=[],n=[],o=[];for(let a of i.values())t.has(a.id)?JSON.stringify(a)!==JSON.stringify(t.get(a.id))&&o.push(a.id):r.push(a.id);for(let a of t.keys())i.has(a)||n.push(a);return{added:r,removed:n,changed:o}}}}function rc(i){return JSON.parse(JSON.stringify(i))}function oc(i={}){if(i.id)return String(i.id).trim();let e=[i.file||"",i.selector||"",i.src||"",i.tag||"",i.type||""].join("|").toLowerCase(),t=2166136261;for(let r=0;r<e.length;r+=1)t^=e.charCodeAt(r),t=Math.imul(t,16777619);return`tx-${(t>>>0).toString(16)}`}var ro=h(()=>{});function sc(i={},e={}){let t=String(i.provider||e.provider||"api"),r=String(i.type||"ai").toLowerCase(),n=i.status!=null?String(i.status).toLowerCase():void 0,o=i.review!=null?String(i.review).toLowerCase():void 0,a=rp(i.provenance||i);i.license&&!a.license&&(a.license=String(i.license)),i.model&&!a.source&&(a.source=`model:${i.model}`),i.generated;let c=n||(i.generated===!0?"generated":void 0),d=ec({status:c,review:o,license:a.license,claims:i.claims}),m={selector:i.target?.selector||i.selector||void 0,tag:i.target?.tag||i.tag||void 0,src:i.target?.src||i.src||void 0,file:i.target?.file||e.file||i.file||void 0},_=oc({id:i.id||i.velinTransparencyId,selector:m.selector,src:m.src,tag:m.tag,type:r,file:m.file}),f=e.lang==="de"?"de":"en",b=i.label?String(i.label):tc(d,f),L=i.updated||a.publishedAt||a.reviewedAt||a.createdAt||void 0;return{id:_,type:r,status:c,review:o,provider:t,claims:d,provenance:a,updated:L,label:b,description:i.description?String(i.description):void 0,renderer:i.renderer||i.overlay||"badge",tone:i.tone||np(d),position:i.position||"top-right",target:m,meta:i.meta&&typeof i.meta=="object"?i.meta:void 0}}function rp(i={}){let e={};for(let t of ip){let r=i[t]??i[t.replace(/[A-Z]/g,n=>`-${n.toLowerCase()}`)];r!=null&&String(r).trim()&&(e[t]=String(r).trim())}return i["created-by"]&&(e.createdBy=String(i["created-by"])),i["created-at"]&&(e.createdAt=String(i["created-at"])),i["reviewed-at"]&&(e.reviewedAt=String(i["reviewed-at"])),i["approved-by"]&&(e.approvedBy=String(i["approved-by"])),i["published-at"]&&(e.publishedAt=String(i["published-at"])),e}function np(i){return i.includes("ai.generated")?"generated":i.includes("review.verified")||i.includes("trust.official")?"verified":i.includes("review.human")?"human":i.includes("ai.assisted")?"mixed":"neutral"}var ip,ac=h(()=>{ic();ro();ip=["createdBy","createdAt","reviewedAt","approvedBy","source","license","version","publishedAt"]});function op(i,e){cc.set(i,e)}function dc(i,e){if(typeof document>"u"||!i)return null;let t=e.renderer||"badge",r=cc.get(t);return r?(r(i,e),i.querySelector(".velin-transparency")):uc(i,e)}function uc(i,e){getComputedStyle(i).position==="static"&&(i.style.position="relative");let r=i.querySelector(":scope > .velin-transparency");r||(r=document.createElement("div"),i.prepend(r));let n=e.renderer||"badge",o=e.tone||"neutral",a=e.position||"top-right";r.className=["velin-transparency",`velin-transparency--${n}`,`velin-transparency--tone-${o}`,`velin-transparency--pos-${a}`].join(" "),r.setAttribute("data-velin-transparency-id",e.id),r.setAttribute("role","note");let c=(e.claims||[]).join(", "),d=e.provenance||{},m=document.createElement("span");m.className="velin-sr-only";let _=(i.closest("[lang]")?.getAttribute("lang")||document.documentElement.lang||"en").startsWith("de")?"de":"en";m.textContent=_==="de"?`Transparenzhinweis: ${e.label}. ${c}. ${lc(d,"de")}`:`Transparency notice: ${e.label}. ${c}. ${lc(d,"en")}`;let f=document.createElement("span");f.className="velin-transparency__label",f.textContent=e.label||"Transparency";let b=document.createElement("span");return b.className="velin-transparency__details",b.hidden=n==="badge"||n==="icon",b.textContent=sp(e,_),r.replaceChildren(m,f,b),e.description?r.title=e.description:b.textContent&&(r.title=b.textContent),i.setAttribute("data-velin-transparency",e.id),r}function lc(i,e){let t=[];return i.createdBy&&t.push(e==="de"?`Erstellt von ${i.createdBy}`:`Created by ${i.createdBy}`),i.createdAt&&t.push(e==="de"?`am ${i.createdAt}`:`on ${i.createdAt}`),i.approvedBy&&t.push(e==="de"?`Freigegeben von ${i.approvedBy}`:`Approved by ${i.approvedBy}`),i.license&&t.push(i.license),i.version&&t.push(`v${i.version}`),t.join(". ")}function sp(i,e){let t=i.provenance||{},r=[];return t.approvedBy&&r.push(e==="de"?`Freigabe: ${t.approvedBy}`:`Approved: ${t.approvedBy}`),t.license&&r.push(t.license),t.version&&r.push(`v${t.version}`),(t.updated||i.updated)&&r.push(i.updated||t.publishedAt||""),r.filter(Boolean).join(" \xB7 ")}function ap(i){return i==="corner-badge"||i==="stamp"?"badge":i==="floating-card"||i==="sidebar"?"panel":i==="banner"?"footer":i}var cc,hc=h(()=>{cc=new Map;for(let i of["overlay","badge","inline","tooltip","footer","ribbon","panel","icon","corner-badge","stamp","sidebar","floating-card","banner"])op(i,(e,t)=>{uc(e,{...t,renderer:ap(i)})})});var so={};v(so,{VelinTransparency:()=>lp,attach:()=>oo,enhanceAll:()=>pc,getDefaultRegistry:()=>mc});function oo(i,e={},t={}){if(!i)throw new Error("VelinTransparency.attach requires an element");let r=t.registry||no,n={...e,tag:i.tagName,src:i.getAttribute?.("src")||i.getAttribute?.("href")||e.src,selector:i.id?`#${i.id}`:e.selector,id:e.id||i.getAttribute?.("velin-transparency-id")||i.id,provider:e.provider||"api"};(i.hasAttribute?.("velin-transparency")||i.hasAttribute?.("velin-disclosure"))&&(n.type=n.type||i.getAttribute("velin-type")||"ai",n.status=n.status||i.getAttribute("velin-status"),n.review=n.review||i.getAttribute("velin-review"),n.license=n.license||i.getAttribute("velin-license"),n.label=n.label||i.getAttribute("velin-label"),n.description=n.description||i.getAttribute("velin-description"),n.overlay=n.overlay||i.getAttribute("velin-overlay")||i.getAttribute("velin-renderer"),n.provenance={createdBy:i.getAttribute("velin-created-by"),createdAt:i.getAttribute("velin-created-at"),reviewedAt:i.getAttribute("velin-reviewed-at"),approvedBy:i.getAttribute("velin-approved-by"),source:i.getAttribute("velin-source"),license:i.getAttribute("velin-license"),version:i.getAttribute("velin-version"),publishedAt:i.getAttribute("velin-published-at"),...e.provenance||{}});let o=sc(n,{provider:n.provider,lang:t.lang});return r.register(o),i.hasAttribute("velin-transparency")||i.setAttribute("velin-transparency",""),i.hasAttribute("velin-transparency-id")||i.setAttribute("velin-transparency-id",o.id),dc(i,o),o}function pc(i=typeof document<"u"?document:null){if(!i?.querySelectorAll)return[];let e=[];return i.querySelectorAll("[velin-transparency], [velin-disclosure]").forEach(t=>{e.push(oo(t,{},{registry:no}))}),e}function mc(){return no}var no,lp,ao=h(()=>{ac();hc();ro();no=nc();lp={attach:oo,enhanceAll:pc,getRegistry:mc}});function T(i,e){lt.set(i,e)}function bc(i){return lt.get(i)}function It(i,e,t={}){i.setAttribute("data-velin-component",e);for(let[r,n]of Object.entries(t))n!=null&&i.setAttribute(r,n);return ee(e)}function cp(){T("velin-modal",{enhance(i){It(i,"velin-modal",{open:i.getAttribute("velin-modal")||""})}}),T("velin-tabs",{enhance:i=>It(i,"velin-tabs")}),T("velin-accordion",{enhance:i=>It(i,"velin-accordion")}),T("velin-tooltip",{enhance(i){let e=i.getAttribute("velin-tooltip")||i.getAttribute("title")||"";if(e&&i.hasAttribute("title")&&i.removeAttribute("title"),i.tagName==="VELIN-TOOLTIP"||i.tagName==="VELIN-TOOLTIP-WC")return i.setAttribute("content",e),ee("velin-tooltip");let t=document.createElement("velin-tooltip");t.setAttribute("content",e);let r=i.parentElement;return r&&(r.insertBefore(t,i),t.appendChild(i)),ee("velin-tooltip")}}),T("velin-copy",{enhance(i){let e=i.getAttribute("velin-copy")||i.textContent?.trim()||"";if(!i.querySelector("velin-copy")){let t=document.createElement("velin-copy");if(t.setAttribute("value",e),i.tagName==="BUTTON")return t.append(...i.childNodes),i.replaceWith(t),ee("velin-copy");i.appendChild(t)}return ee("velin-copy")}}),T("velin-counter",{enhance(i){It(i,"velin-counter",{value:i.getAttribute("velin-counter")||"0"})}}),T("velin-notify",{async enhance(i){await ee("velin-toast"),i.addEventListener("click",()=>{let e=i.getAttribute("velin-notify")||i.textContent||"";document.dispatchEvent(new CustomEvent("velin-toast-show",{detail:{message:e,variant:i.dataset.variant||"info"}}))})}}),T("velin-theme",{enhance(i){let e=i.getAttribute("velin-theme")||"toggle";if(e==="toggle")return i.querySelector("velin-theme-toggle")||i.appendChild(document.createElement("velin-theme-toggle")),ee("velin-theme-toggle");document.documentElement.setAttribute("data-velin-theme",e)}}),T("velin-scroll-top",{enhance(i){let e=i.getAttribute("velin-scroll-top"),t=e&&e!=="true"?e:"300";if(i.tagName==="VELIN-SCROLL-TOP")return e&&e!=="true"&&i.setAttribute("threshold",t),ee("velin-scroll-top");let r=document.querySelector("velin-scroll-top");return r||(r=document.createElement("velin-scroll-top"),r.setAttribute("threshold",t),(i===document.body||i===document.documentElement?document.body:i).appendChild(r)),ee("velin-scroll-top")}}),T("velin-progress",{enhance(i){if(i.hasAttribute("ring"))return It(i,"velin-progress-ring");i.classList.add("velin-progress");let t=parseInt(i.getAttribute("velin-progress")||"0",10);i.setAttribute("role","progressbar"),i.setAttribute("aria-valuenow",String(t)),i.style.setProperty("--velin-progress",`${Math.min(100,t)}%`)}}),T("velin-search",{async enhance(i){if(i.tagName!=="VELIN-SEARCH"){let e=document.createElement("velin-search");e.setAttribute("index",i.getAttribute("data-search-index")||"/search-index.json"),i.replaceWith(e),e.appendChild(i)}return ee("velin-search")}}),T("velin-lazy",{enhance(i){i.tagName==="IMG"&&(i.loading="lazy",i.decoding="async",(i.hasAttribute("velin-skeleton")||i.dataset.velinSkeleton)&&(i.classList.add("velin-skeleton","velin-skeleton--image"),i.addEventListener("load",()=>i.classList.remove("velin-skeleton","velin-skeleton--image"),{once:!0})))}}),T("velin-skeleton",{enhance(i){let e=i.getAttribute("velin-skeleton")||"text";i.classList.add("velin-skeleton",`velin-skeleton--${e}`),!(!!i.textContent?.trim()&&i.children.length>0)&&!i.textContent?.trim()&&i.setAttribute("aria-hidden","true")}}),T("velin-loading",{enhance(i){i.classList.add("velin-spinner"),i.setAttribute("aria-busy","true"),i.setAttribute("role","status"),i.getAttribute("aria-label")?.trim()||i.setAttribute("aria-label","Loading")}}),T("velin-grid",{enhance(i){let e=i.getAttribute("velin-grid")||"auto";i.classList.add("velin-grid"),e!=="auto"&&i.style.setProperty("--velin-grid-cols",e)}}),T("velin-anchor",{enhance(i){!i.id&&i.getAttribute("velin-anchor")&&(i.id=i.getAttribute("velin-anchor")),i.setAttribute("tabindex","-1")}}),T("velin-code",{async enhance(i){let e=i.getAttribute("velin-code")||i.getAttribute("language")||i.getAttribute("data-language")||"";if(i.classList.add("velin-code-block"),e&&e!=="true"&&(i.dataset.language=e,i.getAttribute("language")||i.setAttribute("language",e)),!i.querySelector("[data-velin-copy]")){let o=document.createElement("button");o.type="button",o.className="velin-code-block__copy velin-btn velin-btn--sm",o.textContent="Copy",o.setAttribute("data-velin-copy",""),o.setAttribute("velin-copy",i.querySelector("code")?.textContent||i.textContent||""),i.style.position="relative",i.appendChild(o)}await ee("velin-copy");let{initHighlight:t,highlightElement:r}=await Promise.resolve().then(()=>(Tt(),On));i.getAttribute("data-velin-highlight")==="immediate"||typeof matchMedia<"u"&&matchMedia("(prefers-reduced-motion: reduce)").matches?await r(i):t(i,{root:i})}}),T("velin-quote",{enhance(i){(i.tagName==="BLOCKQUOTE"||i.tagName==="Q")&&i.classList.add("velin-quote")}}),T("velin-highlight",{enhance(i){i.classList.add("velin-highlight")}}),T("velin-transparency",{async enhance(i){let{attach:e}=await Promise.resolve().then(()=>(ao(),so));e(i)}}),T("velin-disclosure",{async enhance(i){let{attach:e}=await Promise.resolve().then(()=>(ao(),so));i.hasAttribute("velin-transparency")||i.setAttribute("velin-transparency",""),e(i)}});for(let i of["velin-reveal","velin-fade","velin-slide","velin-scale","velin-parallax","velin-hover","velin-stagger","velin-scroll"])T(i,{enhance(){}})}async function lo(i=document){let e=[...lt.keys()].map(r=>`[${r}]`).join(","),t=i.querySelectorAll(e);for(let r of t)if(!fc.has(r)){for(let n of lt.keys()){if(!r.hasAttribute(n))continue;let o=lt.get(n);o?.enhance&&await o.enhance(r)}fc.add(r)}if(Be({root:i}),typeof HTMLElement<"u"){let{bindDeclarativeSearch:r}=await Promise.resolve().then(()=>(Mt(),Jn));if(r(i),!document.querySelector("velin-announcer")){let{getAnnouncer:n}=await Promise.resolve().then(()=>(Le(),Gs));n()}}}function co(){return[...lt.keys()]}var lt,fc,vc=h(()=>{uo();io();lt=new Map;cp();fc=new WeakSet});var gc={};v(gc,{bootAttributes:()=>lo,getAttributeHandler:()=>bc,listRegisteredAttributes:()=>co,registerAttribute:()=>T});var ho=h(()=>{vc()});var yc={};v(yc,{PATTERNS:()=>nr,VelinHapticObserver:()=>Nt,applyHaptic:()=>Dt,default:()=>dp,vibrate:()=>po});function po(i){if(typeof navigator>"u"||!navigator.vibrate||window.matchMedia?.("(prefers-reduced-motion: reduce)")?.matches)return;let t=typeof i=="string"?nr[i]||nr.tap:i;navigator.vibrate(t)}function Dt(i){let e=i.getAttribute("haptic")||"tap";i.addEventListener("click",()=>po(e))}var nr,Nt,dp,mo=h(()=>{nr={tap:[10],"double-tap":[10,50,10],success:[50],error:[100,30,100],warning:[30,20,30],long:[200]};Nt=class{constructor(){this._observer=null}start(e=document.body){e.querySelectorAll("[haptic]").forEach(Dt),this._observer=new MutationObserver(r=>{for(let n of r)for(let o of n.addedNodes)o.nodeType===1&&(o.hasAttribute?.("haptic")&&Dt(o),o.querySelectorAll?.("[haptic]").forEach(Dt))}),this._observer.observe(e,{childList:!0,subtree:!0})}stop(){this._observer?.disconnect()}},dp=Nt});function hp(i){return typeof customElements>"u"?Promise.reject(new Error("customElements not available")):customElements.whenDefined(i)}async function ee(i){let e=Qn[i];if(!e)throw new Error(`Unknown Velin component: ${i}`);if(fo.has(i))return fo.get(i);let t=e().then(r=>{let n=r.default;return n&&!customElements.get(i)&&customElements.define(i,n),n});return fo.set(i,t),t}async function _c(i){return Promise.all(i.map(e=>ee(e)))}function pp(i){let e=new Set;i.querySelectorAll("[data-velin-component]").forEach(t=>{let r=t.getAttribute("data-velin-component");r&&e.add(r.startsWith("velin-")?r:`velin-${r}`)});for(let t of i.querySelectorAll("*")){let r=t.tagName?.toLowerCase();r&&up.test(r)&&Qn[r]&&e.add(r)}return e}async function mp(i=document,e={}){let t=e.tags?.length?new Set(e.tags):pp(i),r=_c([...t]);if(e.attributes){let{bootAttributes:n}=await Promise.resolve().then(()=>(ho(),gc));await n(i)}if(e.highlight){let{initHighlight:n}=await Promise.resolve().then(()=>(Tt(),On));n(i)}if(e.haptic){let{VelinHapticObserver:n}=await Promise.resolve().then(()=>(mo(),yc));new n().start(i instanceof Document?i.body:i)}return r}var fo,up,uo=h(()=>{Pl();fo=new Map,up=/^velin-[a-z0-9-]+$/});Er();Sr();kr();Tr();zr();Hr();qr();Br();Ur();jr();Kr();Wr();Yr();Gr();li();Zr();di();Qr();en();tn();rn();nn();on();sn();an();ln();cn();dn();un();Ei();uo();ir();Hi();Ki();zn();$n();Pn();hn();Hn();Mt();Bn();jn();Fn();Mt();io();var fp=Zl;if(typeof document<"u"){let i=()=>{document.documentElement?.hasAttribute("data-velin-reveal-auto")&&Be()};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",i,{once:!0}):i()}Le();Le();function bp(i={}){if(typeof document>"u")return;let{announcer:e=!0,scrollPadding:t=!0,skipLink:r=!1}=i;if(e&&tt(),t){let n=document.querySelector(".velin-nav, .velin-doc-header, .site-nav, [data-velin-fixed-nav]");if(n){let o=n.getBoundingClientRect().height;document.documentElement.style.setProperty("--velin-nav-height",`${Math.ceil(o)}px`),document.documentElement.classList.add("velin-scroll-pt-nav")}}if(r&&!document.querySelector(".velin-skip-link")&&document.getElementById("main")){let n=document.createElement("a");n.href="#main",n.className="velin-skip-link",n.textContent="Skip to main content",document.body.prepend(n)}}Zn();ho();Tt();var xc=typeof window<"u"&&window.matchMedia?window.matchMedia("(prefers-reduced-motion: reduce)"):null,Tc={duration:250,easing:"var(--velin-ease-expo-out, cubic-bezier(0.16, 1, 0.3, 1))",itemSelector:":scope > *"};function bo(i,e){return Array.from(i.querySelectorAll(e))}function Lc(i,e,t={}){if(!i||typeof e!="function")return;let r={...Tc,...t},n=xc&&xc.matches,o=bo(i,r.itemSelector),a=new Map;if(o.forEach(d=>{d.hidden||a.set(d,d.getBoundingClientRect())}),e(),n)return;bo(i,r.itemSelector).forEach(d=>{if(d.hidden)return;let m=a.get(d),_=d.getBoundingClientRect();if(!m){if(typeof d.animate!="function")return;d.animate([{opacity:0,transform:"scale(0.96)"},{opacity:1,transform:"scale(1)"}],{duration:r.duration,easing:r.easing,fill:"both"});return}let f=m.left-_.left,b=m.top-_.top;f===0&&b===0||typeof d.animate=="function"&&d.animate([{transform:`translate(${f}px, ${b}px)`},{transform:"translate(0, 0)"}],{duration:r.duration,easing:r.easing,fill:"both"})})}function Cc(i,e,t={}){if(!i||typeof e!="function")return;let r={...Tc,...t};Lc(i,()=>{bo(i,r.itemSelector).forEach(n=>{n.hidden=!e(n)})},r)}function wc(i){return i?String(i).toLowerCase().split(/[\s,|]+/).map(e=>e.trim()).filter(Boolean):[]}function vp(i,e,t){return e.length?t==="all"?e.every(r=>i.includes(r)):e.some(r=>i.includes(r)):!0}function gp(i,e){return e?((i.getAttribute("data-tags")||"")+" "+(i.getAttribute("data-search")||"")+" "+(i.textContent||"")).toLowerCase().includes(e.toLowerCase()):!0}var vo=class{constructor(e){this.container=e,this.tag="",this.search="",this.matchMode=e.getAttribute("data-velin-filter-mode")==="all"?"all":"any",this.itemSelector=e.getAttribute("data-velin-filter-item")||":scope > *"}apply(){let e=wc(this.tag),t=this.search;Cc(this.container,r=>{let n=wc(r.getAttribute("data-tags"));return vp(n,e,this.matchMode)&&gp(r,t)},{itemSelector:this.itemSelector})}},Ac=new WeakMap;function Ec(i){let e=Ac.get(i);return e||(e=new vo(i),Ac.set(i,e)),e}function Sc(i){let e=i.getAttribute("data-velin-filter-target");if(!e)return null;try{return document.querySelector(e)}catch{return null}}function yp(i,e){i&&i.querySelectorAll("[data-velin-filter-value]").forEach(t=>{t===e?t.setAttribute("data-velin-filter-active",""):t.removeAttribute("data-velin-filter-active")})}function kc(){if(typeof document>"u")return;document.addEventListener("click",e=>{let t=e.target.closest("[data-velin-filter-value]");if(!t)return;let r=Sc(t);if(!r)return;let n=t.closest("[data-velin-filter-group]")||t.parentElement;yp(n,t);let o=Ec(r);o.tag=t.getAttribute("data-velin-filter-value")||"",(o.tag.toLowerCase()==="all"||o.tag==="*")&&(o.tag=""),o.apply()});let i=e=>{let t=e.target.closest("[data-velin-filter-input]");if(!t)return;let r=Sc(t);if(!r)return;let n=Ec(r),o=t.value||(typeof t.getAttribute=="function"?t.getAttribute("value"):"");n.search=(o||"").trim(),n.apply()};document.addEventListener("input",i),document.addEventListener("change",i)}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",kc,{once:!0}):kc());C();mo();Z();ir();Hi();Ki();Ei();export{nr as HapticPatterns,Zo as VelinAccordion,xa as VelinAnnouncer,la as VelinBottomNav,ka as VelinCalendar,Ps as VelinCarousel,tl as VelinCodeBlock,Us as VelinCollapse,sa as VelinCombobox,ya as VelinCommand,$s as VelinCopy,ea as VelinCountdown,rl as VelinCounter,al as VelinDataTable,Js as VelinDialog,Ms as VelinDrawer,Go as VelinDropdown,Ea as VelinEmail,cl as VelinEmptyState,ul as VelinFileDropzone,pl as VelinFormSummary,Nt as VelinHapticObserver,Cs as VelinIcon,Vs as VelinLightbox,bl as VelinLiveDot,va as VelinMenubar,Wo as VelinModal,gl as VelinOtpInput,_l as VelinPasswordStrength,na as VelinPersist,Os as VelinPopover,ia as VelinProgressRing,fa as VelinRating,Hs as VelinScrollTop,Ks as VelinScrollspy,Nl as VelinSearch,ha as VelinSegmentedControl,da as VelinSheet,Hl as VelinSparkline,Zs as VelinStepper,yt as VelinStepperWC,Qo as VelinTabs,Ds as VelinThemeToggle,Ts as VelinToast,Ys as VelinTooltip,gt as VelinTooltipWC,oe as announce,Dt as applyHaptic,Ol as bindDeclarativeSearch,lo as bootAttributes,mp as bootFromDOM,Y as clearBackgroundInert,mu as createSafeHTML,Xn as createSearch,g as escapeHTML,ye as escapeHTMLAttribute,Cc as filterList,Lc as flipReorder,tt as getAnnouncer,be as getFocusableElements,ks as getTrustedPolicy,Et as highlightAll,ue as highlightElement,bp as initA11y,De as initHighlight,Be as initMotion,fp as initReveal,ee as lazyDefine,Ie as lazyLoadLanguage,co as listRegisteredAttributes,kt as observeCodeBlocks,_c as register,T as registerAttribute,ot as registerLanguage,Sl as registerSearchProvider,Di as renderTokens,ce as restoreFocus,ie as rovingTabindex,Fe as sanitizeURL,le as saveFocus,Un as scorePassword,de as setBackgroundInert,Or as stripControlChars,te as trapFocus,Jl as velinMotion,Ph as velinSearch,el as velinSyntax,po as vibrate,hp as whenDefined};
1359
1501
  /*! Bundled license information:
1360
1502
 
1361
1503
  dompurify/dist/purify.es.mjs: