{"version":3,"sources":["webpack:///./node_modules/@aws-amplify/ui-components/dist/esm-es5/amplify-link.entry.js"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAgF;AAChF,4BAA4B,0CAA0C,yCAAyC,2CAA2C,MAAM,wBAAwB,eAAe,WAAW,wBAAwB,qBAAqB,YAAY,wBAAwB,0BAA0B,aAAa,yBAAyB,0BAA0B;AAC7X;AACA;AACA,QAAQ,4DAAgB;AACxB;AACA;AACA;AACA;AACA,gBAAgB,4DAAC,OAAO,iCAAiC,EAAE,4DAAC;AAC5D;AACA;AACA,0BAA0B,QAAQ,4DAAU,OAAO,EAAE;AACrD;AACA;AACA,KAAK;AACL;AACA,CAAC;AACD;AACuC","file":"js/26.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.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":""}