FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
components
Edit File: sc-secure-notice2.js
import{proxyCustomElement,HTMLElement,h}from"@stencil/core/internal/client";const scSecureNoticeCss=":host{display:block;--sc-secure-notice-icon-color:var(--sc-color-gray-300);--sc-secure-notice-font-size:var(--sc-font-size-small);--sc-secure-notice-color:var(--sc-color-gray-500)}.notice{color:var(--sc-secure-notice-color);font-size:var(--sc-secure-notice-font-size);display:flex;align-items:center;gap:5px}.notice__text{flex:1;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.notice__icon{color:var(--sc-secure-notice-icon-color);margin-right:5px}",ScSecureNoticeStyle0=scSecureNoticeCss,ScSecureNotice=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.__attachShadow()}render(){return h("div",{key:"9a776a9fc012b8a5dcdd9018f4cca3f49b39f41e",class:"notice",part:"base"},h("svg",{key:"eb0e240d06b36f3d3b96dacdd4d2d2bdfcd9d05f",class:"notice__icon",part:"icon",xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 512 512",fill:"currentColor"},h("path",{key:"9f3e808047d05b0c88a6c84e82b36393e97453f9",d:"M368,192H352V112a96,96,0,1,0-192,0v80H144a64.07,64.07,0,0,0-64,64V432a64.07,64.07,0,0,0,64,64H368a64.07,64.07,0,0,0,64-64V256A64.07,64.07,0,0,0,368,192Zm-48,0H192V112a64,64,0,1,1,128,0Z"})),h("span",{key:"b808f5e3c91689ec1bc2ce590ceb835199c33573",class:"notice__text",part:"text"},h("slot",{key:"dec95922ff945cc845e8b5c4fedd2019e711cc47",name:"prefix"}),h("slot",{key:"ba41e8236f35cd79f06d2a5191c6889e26187cd2"}),h("slot",{key:"d835ccfd1c53c23f9bfae56f12e1a593e2d40e6c",name:"suffix"})))}static get style(){return ScSecureNoticeStyle0}},[1,"sc-secure-notice"]);function defineCustomElement(){"undefined"!=typeof customElements&&["sc-secure-notice"].forEach((e=>{"sc-secure-notice"===e&&(customElements.get(e)||customElements.define(e,ScSecureNotice))}))}export{ScSecureNotice as S,defineCustomElement as d};
Save
Back