aiber-martin/www/38-es2015.js.map
Martin Donnelly a4b8625d0f init
2020-12-17 16:23:12 +00:00

1 line
1.0 KiB
Plaintext

{"version":3,"sources":["./node_modules/@ionic/core/dist/esm/ion-text.entry.js"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAA0E;AACb;AACC;;AAE9D,mCAAmC,4BAA4B;;AAE/D;AACA;AACA,QAAQ,4DAAgB;AACxB;AACA;AACA,qBAAqB,mEAAU;AAC/B,gBAAgB,4DAAC,CAAC,oDAAI,GAAG,QAAQ,4DAAkB;AACnD;AACA,aAAa,GAAG,EAAE,4DAAC;AACnB;AACA;AACA;;AAE4B","file":"38-es2015.js","sourcesContent":["import { r as registerInstance, h, H as Host } from './index-92848855.js';\nimport { b as getIonMode } from './ionic-global-23e7365a.js';\nimport { c as createColorClasses } from './theme-5641d27f.js';\n\nconst textCss = \":host(.ion-color){color:var(--ion-color-base)}\";\n\nconst Text = class {\n constructor(hostRef) {\n registerInstance(this, hostRef);\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { class: createColorClasses(this.color, {\n [mode]: true,\n }) }, h(\"slot\", null)));\n }\n};\nText.style = textCss;\n\nexport { Text as ion_text };\n"],"sourceRoot":"webpack:///"}