1 line
1006 B
Plaintext
1 line
1006 B
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,IAAI,4DAAgB;AACpB;AACA;AACA,iBAAiB,mEAAU;AAC3B,YAAY,4DAAC,CAAC,oDAAI,GAAG,QAAQ,4DAAkB;AAC/C;AACA,OAAO,GAAG,EAAE,4DAAC;AACb;AACA;AACA;;AAE4B","file":"38-es2015.js","sourcesContent":["import { r as registerInstance, h, H as Host } from './index-e806d1f6.js';\nimport { b as getIonMode } from './ionic-global-9d5c8ee3.js';\nimport { c as createColorClasses } from './theme-ff3fc52f.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:///"} |