FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
components
Edit File: sc-spacing2.js
import{proxyCustomElement,HTMLElement,h,Host}from"@stencil/core/internal/client";const scSpacingCss=":host{display:block}::slotted(*:not(:last-child)){margin-bottom:var(--spacing)}",ScSpacingStyle0=scSpacingCss,ScSpacing=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.__attachShadow()}render(){return h(Host,{key:"9478ffa08b32dc9dbdd8667bdecec2ff947d55dc"},h("slot",{key:"ac61dc23b39a33987db6584638017800525d8fec"}))}static get style(){return ScSpacingStyle0}},[1,"sc-spacing"]);function defineCustomElement(){"undefined"!=typeof customElements&&["sc-spacing"].forEach((e=>{"sc-spacing"===e&&(customElements.get(e)||customElements.define(e,ScSpacing))}))}export{ScSpacing as S,defineCustomElement as d};
Save
Back