mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
1 line
2.2 KiB
JSON
1 line
2.2 KiB
JSON
{"ast":null,"code":"import { r as registerInstance, h, H as Host } from './index-7a8b7a1c.js';\nimport { b as getIonMode } from './ionic-global-63a97a32.js';\nimport { c as createColorClasses } from './theme-ff3fc52f.js';\nconst textCss = \":host(.ion-color){color:var(--ion-color-base)}\";\nconst Text = class {\n constructor(hostRef) {\n registerInstance(this, hostRef);\n }\n render() {\n const mode = getIonMode(this);\n return h(Host, {\n class: createColorClasses(this.color, {\n [mode]: true\n })\n }, h(\"slot\", null));\n }\n};\nText.style = textCss;\nexport { Text as ion_text };","map":{"version":3,"names":["r","registerInstance","h","H","Host","b","getIonMode","c","createColorClasses","textCss","Text","constructor","hostRef","render","mode","class","color","style","ion_text"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@ionic/core/dist/esm/ion-text.entry.js"],"sourcesContent":["import { r as registerInstance, h, H as Host } from './index-7a8b7a1c.js';\nimport { b as getIonMode } from './ionic-global-63a97a32.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"],"mappings":"AAAA,SAASA,CAAC,IAAIC,gBAAgB,EAAEC,CAAC,EAAEC,CAAC,IAAIC,IAAI,QAAQ,qBAAqB;AACzE,SAASC,CAAC,IAAIC,UAAU,QAAQ,4BAA4B;AAC5D,SAASC,CAAC,IAAIC,kBAAkB,QAAQ,qBAAqB;AAE7D,MAAMC,OAAO,GAAG,gDAAgD;AAEhE,MAAMC,IAAI,GAAG,MAAM;EACjBC,WAAWA,CAACC,OAAO,EAAE;IACnBX,gBAAgB,CAAC,IAAI,EAAEW,OAAO,CAAC;EACjC;EACAC,MAAMA,CAAA,EAAG;IACP,MAAMC,IAAI,GAAGR,UAAU,CAAC,IAAI,CAAC;IAC7B,OAAQJ,CAAC,CAACE,IAAI,EAAE;MAAEW,KAAK,EAAEP,kBAAkB,CAAC,IAAI,CAACQ,KAAK,EAAE;QACpD,CAACF,IAAI,GAAG;MACV,CAAC;IAAE,CAAC,EAAEZ,CAAC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EAC1B;AACF,CAAC;AACDQ,IAAI,CAACO,KAAK,GAAGR,OAAO;AAEpB,SAASC,IAAI,IAAIQ,QAAQ"},"metadata":{},"sourceType":"module"} |