(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".title-input{background:transparent;border-top:none;border-right:none;border-left:none;text-align:center;border-bottom-width:2px;border-bottom-color:transparent}.title-input:focus{outline:none;border-bottom-color:#8a2be2}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})(); import{r as u,j as o}from"../../jsx-runtime-2e2d9038.js";function p({style:r,default_value:s,on_validated:a}){const[e,l]=u.useState(s),n=u.useRef(null);return o.jsx("input",{className:"title-input",ref:n,style:r,type:"text",value:e,onChange:t=>l(t.target.value),onBlur:t=>a(e),onKeyUp:t=>{t.key=="Enter"&&n.current?.blur()}})}export{p as default};