{"version":3,"sources":["components/breadcrumb/breadcrumb-link.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,OAAO,MAAM,MAAM,cAAc,CAAC;AAKlC;;;GAGG;AACH,cACM,gBAAiB,SAAQ,MAAM;IACnC,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,gBAAgB,CAAC","file":"breadcrumb-link.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2020\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { customElement } from 'lit-element';\nimport settings from 'carbon-components/es/globals/js/settings';\nimport BXLink from '../link/link';\nimport styles from './breadcrumb.scss';\n\nconst { prefix } = settings;\n\n/**\n * Link in breadcrumb.\n * @element bx-breadcrumb-link\n */\n@customElement(`${prefix}-breadcrumb-link`)\nclass BXBreadcrumbLink extends BXLink {\n  static styles = styles;\n}\n\nexport default BXBreadcrumbLink;\n"]}