FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
components
Edit File: sc-table-cell2.js
import{proxyCustomElement,HTMLElement,h,Host}from"@stencil/core/internal/client";const scTableCellCss=":host{display:table-cell;font-size:var(--sc-font-size-medium);padding:var(--sc-table-cell-spacing, var(--sc-spacing-small)) var(--sc-table-cell-spacing, var(--sc-spacing-large)) !important;vertical-align:var(--sc-table-cell-vertical-align, middle)}:host([slot=head]){background:var(--sc-table-cell-background-color, var(--sc-color-gray-50));font-size:var(--sc-font-size-small);padding:var(--sc-table-cell-spacing, var(--sc-spacing-small));color:var(--sc-color-gray-500)}:host(:last-child){text-align:right}sc-table-cell{display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}",ScTableCellStyle0=scTableCellCss,ScTableScll=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.__attachShadow()}render(){return h(Host,{key:"189ee7360a3010270fe510d8db2aaaa57efeab13"},h("slot",{key:"b5230ef34b4c3f72c692d00c1d945dd131cdfc7f"}))}static get style(){return ScTableCellStyle0}},[1,"sc-table-cell"]);function defineCustomElement(){"undefined"!=typeof customElements&&["sc-table-cell"].forEach((e=>{"sc-table-cell"===e&&(customElements.get(e)||customElements.define(e,ScTableScll))}))}export{ScTableScll as S,defineCustomElement as d};
Save
Back