File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@ionic/core/dist/esm/ion-text.entry.js
/*!
* (C) Ionic http://ionicframework.com - MIT License
*/
import { r as registerInstance, h, H as Host } from './index-8e692445.js';
import { b as getIonMode } from './ionic-global-c74e4951.js';
import { c as createColorClasses } from './theme-7670341c.js';
const textCss = ":host(.ion-color){color:var(--ion-color-base)}";
const Text = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
const mode = getIonMode(this);
return (h(Host, { class: createColorClasses(this.color, {
[mode]: true,
}) }, h("slot", null)));
}
};
Text.style = textCss;
export { Text as ion_text };