/* By Stephen Paul Hassall (web: https://coderundebug.com) */import{UiInputTextas t}from"./ui-input-text.js";exportclassUiInputUrlextendst{constructor(){super("email")}}customElements.whenDefined("ui-input-text").then((()=>{customElements.define("ui-input-url",UiInputUrl)}));