{"version":3,"sources":["webpack:///./node_modules/@aws-amplify/ui-components/dist/esm-es5/amplify-link.entry.js"],"names":["amplifyLinkCss","AmplifyLink","hostRef","this","role","prototype","componentWillLoad","console","warn","render","class","Object","defineProperty","get","enumerable","configurable","style"],"mappings":"gHAAA,oEACIA,EAAiB,0WACjBC,EAA6B,WAC7B,SAASA,EAAYC,GACjB,eAAiBC,KAAMD,GAEvBC,KAAKC,KAAO,aAahB,OAXAH,EAAYI,UAAUC,kBAAoB,WACtCC,QAAQC,KAAK,qMAEjBP,EAAYI,UAAUI,OAAS,WAC3B,OAAQ,cAAD,CAAG,IAAK,CAAEC,MAAO,OAAQN,KAAMD,KAAKC,MAAQ,eAAE,OAAQ,QAEjEO,OAAOC,eAAeX,EAAYI,UAAW,KAAM,CAC/CQ,IAAK,WAAc,OAAO,eAAWV,OACrCW,YAAY,EACZC,cAAc,IAEXd,EAjBqB,GAmBhCA,EAAYe,MAAQhB","file":"js/chunk-2d22c8fe.e97d5cd5.js","sourcesContent":["import { r as registerInstance, h, g as getElement } from './index-83f2275b.js';\nvar amplifyLinkCss = \":host{--link-color:var(--amplify-primary-color);--link-hover:var(--amplify-primary-tint);--link-active:var(--amplify-primary-shade)}.link{color:var(--link-color);cursor:pointer}.link:link{color:var(--link-color);text-decoration:none}.link:hover{color:var(--link-hover);text-decoration:underline}.link:active{color:var(--link-active);text-decoration:underline}\";\nvar AmplifyLink = /** @class */ (function () {\n function AmplifyLink(hostRef) {\n registerInstance(this, hostRef);\n /** The link role is used to identify an element that creates a hyperlink to a resource that is in the application or external */\n this.role = 'navigation';\n }\n AmplifyLink.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 AmplifyLink.prototype.render = function () {\n return (h(\"a\", { class: \"link\", role: this.role }, h(\"slot\", null)));\n };\n Object.defineProperty(AmplifyLink.prototype, \"el\", {\n get: function () { return getElement(this); },\n enumerable: false,\n configurable: true\n });\n return AmplifyLink;\n}());\nAmplifyLink.style = amplifyLinkCss;\nexport { AmplifyLink as amplify_link };\n"],"sourceRoot":""}