{"version":3,"sources":["webpack:///./node_modules/@aws-amplify/ui-components/dist/esm-es5/amplify-link.entry.js"],"names":["amplifyLinkCss","AmplifyLink","hostRef","this","role","prototype","render","class","Object","defineProperty","get","enumerable","configurable","style"],"mappings":"gHAAA,oEACIA,EAAiB,0WACjBC,EAA6B,WAC7B,SAASA,EAAYC,GACjB,eAAiBC,KAAMD,GAEvBC,KAAKC,KAAO,aAUhB,OARAH,EAAYI,UAAUC,OAAS,WAC3B,OAAQ,cAAD,CAAG,IAAK,CAAEC,MAAO,OAAQH,KAAMD,KAAKC,MAAQ,eAAE,OAAQ,QAEjEI,OAAOC,eAAeR,EAAYI,UAAW,KAAM,CAC/CK,IAAK,WAAc,OAAO,eAAWP,OACrCQ,YAAY,EACZC,cAAc,IAEXX,EAdqB,GAgBhCA,EAAYY,MAAQb","file":"js/chunk-2d22c8fe.bb0d4fea.js","sourcesContent":["import { r as registerInstance, h, g as getElement } from './index-3fb5c139.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.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":""}