FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
components
Edit File: sc-column2.js
import{proxyCustomElement,HTMLElement,h,Host}from"@stencil/core/internal/client";const scColumnCss=":host{display:block}::slotted(:not(.wp-block-spacer):not(:last-child):not(.is-empty):not(style)){margin-bottom:var(--sc-form-row-spacing, 0.75em)}::slotted(:not(.wp-block-spacer):not(:last-child):not(.is-empty):not(style):not(.is-layout-flex)){display:block}",ScColumnStyle0=scColumnCss,ScColumn=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.__attachShadow()}render(){return h(Host,{key:"8ab96e957036e0795045a46066acda9b6688d838"},h("slot",{key:"e3aaacb8d230b2d9590a3f65053c7d4f2dc1144a"}))}static get style(){return ScColumnStyle0}},[1,"sc-column"]);function defineCustomElement(){"undefined"!=typeof customElements&&["sc-column"].forEach((t=>{"sc-column"===t&&(customElements.get(t)||customElements.define(t,ScColumn))}))}export{ScColumn as S,defineCustomElement as d};
Save
Back