{"version":3,"sources":["webpack:///./node_modules/@aws-amplify/ui-components/dist/esm-es5/amplify-auth-container.entry.js"],"names":["AmplifyAuthContainer","hostRef","this","prototype","componentWillLoad","console","warn","render","autoComplete","hidden","name","type"],"mappings":"kHAAA,8EACIA,EAAsC,WACtC,SAASA,EAAqBC,GAC1B,eAAiBC,KAAMD,GAQ3B,OANAD,EAAqBG,UAAUC,kBAAoB,WAC/CC,QAAQC,KAAK,qMAEjBN,EAAqBG,UAAUI,OAAS,WACpC,OAAQ,cAAD,CAAG,OAAM,KAAM,eAAE,OAAQ,CAAEC,aAAc,KAAMC,QAAQ,GAAQ,eAAE,QAAS,CAAEC,KAAM,aAAe,eAAE,QAAS,CAAEA,KAAM,WAAYC,KAAM,aAAe,eAAE,QAAS,CAAEA,KAAM,YAAc,eAAE,OAAQ,QAEpMX,EAV8B","file":"js/chunk-2d0bad0a.49bb107e.js","sourcesContent":["import { r as registerInstance, h, H as Host } from './index-83f2275b.js';\nvar AmplifyAuthContainer = /** @class */ (function () {\n function AmplifyAuthContainer(hostRef) {\n registerInstance(this, hostRef);\n }\n AmplifyAuthContainer.prototype.componentWillLoad = function () {\n console.warn('Version `1.x` of Amplify UI has been deprecated and will be removed in a future major version of `aws-amplify`. Please visit https://ui.docs.amplify.aws/ for the current version of Amplify UI.');\n };\n AmplifyAuthContainer.prototype.render = function () {\n return (h(Host, null, h(\"form\", { autoComplete: \"on\", hidden: true }, h(\"input\", { name: \"username\" }), h(\"input\", { name: \"password\", type: \"password\" }), h(\"input\", { type: \"submit\" })), h(\"slot\", null)));\n };\n return AmplifyAuthContainer;\n}());\nexport { AmplifyAuthContainer as amplify_auth_container };\n"],"sourceRoot":""}