Remove with Text
Remove GetEngineeringSpcReview Better error message EnforceCodeStyleInBuild NginxFileSystem Remove Reactors and Working Directory AppSettings Delete self contained Thunder Tests Back to .net8.0 api/v4/InfinityQS ApiExplorerSettings Wafer Counter
This commit is contained in:
18
Server/wwwroot/package/dist/esm/ifx-number-indicator.entry.js
vendored
Normal file
18
Server/wwwroot/package/dist/esm/ifx-number-indicator.entry.js
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
import { r as registerInstance, h } from './index-38bfff87.js';
|
||||
|
||||
const numberIndicatorCss = ":root{--ifx-font-family:\"Source Sans 3\";font-family:var(--ifx-font-family, sans-serif)}:host{display:inline-flex}.numberIndicator__container{display:inline-flex;padding:0px 4px;justify-content:center;align-items:center;border-radius:100px;background-color:#0A8276;font-family:var(--ifx-font-family)}.numberIndicator__container span{color:#FFFFFF;text-align:center;font-size:0.875rem;font-style:normal;font-weight:600;line-height:15px}.numberIndicator__container.inverted{background-color:#FFFFFF}.numberIndicator__container.inverted span{color:#0A8276}";
|
||||
|
||||
const NumberIndicator = class {
|
||||
constructor(hostRef) {
|
||||
registerInstance(this, hostRef);
|
||||
this.inverted = false;
|
||||
}
|
||||
render() {
|
||||
return (h("div", { "aria-label": 'a number indicator', class: `numberIndicator__container ${this.inverted ? 'inverted' : ""}` }, h("span", null, h("slot", null))));
|
||||
}
|
||||
};
|
||||
NumberIndicator.style = numberIndicatorCss;
|
||||
|
||||
export { NumberIndicator as ifx_number_indicator };
|
||||
|
||||
//# sourceMappingURL=ifx-number-indicator.entry.js.map
|
Reference in New Issue
Block a user