@huluvu424242/honey-webcomponents
Version:
Text to Speech component wich is reading texts from DOM elements.
21 lines (15 loc) • 1.13 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-15276d1f.js');
const honeyWebcomponentsCss = ":host>svg{padding:var(--honey-webcomponents-padding, 5px);font-size:var(--honey-webcomponents-font-size, medium);border:var(--honey-webcomponents-border, 0);width:var(--honey-webcomponents-width, 36px);height:var(--honey-webcomponents-height, 36px)}:host>svg>path{stroke-width:5}.speakerimage{stroke:var(--honey-webcomponents-color, blue);fill:var(--honey-webcomponents-color, blue);background:var(--honey-webcomponents-background, transparent)}.speakerimage-disabled{stroke:var(--honey-disabled-color, gray);fill:var(--honey-disabled-color, gray);background:var(--honey-disabled-background, lightgrey);cursor:var(--honey-disabled-cursor, not-allowed)}";
const HoneyWebcomponents = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, null));
}
static get assetsDirs() { return ["assets"]; }
};
HoneyWebcomponents.style = honeyWebcomponentsCss;
exports.honey_webcomponents = HoneyWebcomponents;