FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-addons
/
cozy-blocks
/
dist
/
social-share
/
build
Edit File: index.js
(()=>{"use strict";var o,e={280:()=>{const o=window.wp.blocks,e=window.wp.i18n,l=window.wp.blockEditor,n=window.wp.components,a=window.wp.element,t=window.ReactJSXRuntime,s=()=>(0,t.jsx)(t.Fragment,{children:(0,t.jsxs)("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",padding:"16px",marginBottom:"10px"},children:[(0,t.jsx)("p",{children:(0,t.jsxs)("svg",{width:"41",height:"48",viewBox:"0 0 41 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,t.jsx)("path",{d:"M0 34.7721L6.88004 38.677V15.8055L20.4542 7.80977L23.9872 9.4833L30.4953 5.57841L20.4542 -7.62939e-06L0 11.9006V34.7721Z",fill:"#38DAC7"}),(0,t.jsx)("path",{d:"M32.9284 6.87939L34.2126 7.61318L12.3825 19.904L12.1991 40.45L20.6376 45.8616L41.0001 33.6625V35.4969L20.6376 47.6043L10.8232 41.2755V18.9868L32.9284 6.87939Z",fill:"#5566CA"}),(0,t.jsx)("path",{d:"M37.6063 9.53936L36.2305 8.71385L14.217 21.3716V38.9824L20.5459 43.5685L41.0001 31.3694V29.5349L20.5459 41.8258L15.5928 38.2486V22.1054L37.6063 9.53936Z",fill:"#5566CA"}),(0,t.jsx)("path",{d:"M41.0001 11.3738L39.5325 10.5483L17.3356 23.2061V37.2397L20.5459 39.6244L41.0001 27.4253V25.6826L20.5459 37.79L18.9866 36.5976V24.1233L41.0001 11.3738Z",fill:"#5566CA"})]})}),(0,t.jsx)("h2",{style:{fontSize:"18px",fontFamily:"Inter",marginTop:"-5px",marginBottom:"15px"},children:(0,e.__)("Access Without Limits!","cozy-addons")}),(0,t.jsx)("p",{style:{textAlign:"center",lineHeight:"20px"},children:(0,e.__)("Access more blocks and advanced features for effortless design. Upgrade today for a richer web-building experience!","cozy-addons")}),(0,t.jsx)("a",{href:"https://cozythemes.com/pricing-and-plans/",target:"_blank",children:(0,t.jsx)("button",{className:"cozy-block-premium-button",style:{backgroundColor:"#5566ca",borderRadius:"20px",padding:"10px",border:"none",color:"#fff",fontFamily:"Inter",fontSize:"10px",fontWeight:"500",cursor:"pointer"},children:(0,t.jsxs)("div",{style:{display:"flex",gap:"5px",margin:"0"},children:[(0,t.jsx)("div",{children:(0,t.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,t.jsx)("path",{d:"M9.29768 0.0630875L0.24397 5.2847C-0.109583 5.48778 -0.0646564 5.97987 0.286944 6.12828L2.36334 6.99919L7.97527 2.05487C8.0827 1.95919 8.23506 2.10565 8.14325 2.21695L3.43767 7.94822V9.52017C3.43767 9.98102 3.99437 10.1626 4.26784 9.8287L5.50821 8.31924L7.94206 9.33857C8.21943 9.45573 8.53588 9.28194 8.58666 8.98317L9.99306 0.547365C10.0595 0.152913 9.6356 -0.132186 9.29768 0.0630875Z",fill:"white"})})}),(0,t.jsx)("div",{children:(0,e.__)("Upgrade to Pro","cozy-addons")})]})})})]})}),i=(0,a.memo)((({attributes:o,blockId:e})=>{const l=`\n #${e}.horizontal ul li .inline-block{\n margin-right: ${o.iconGap}px; \n }\n #${e}.vertical.left ul{\n left: ${o.iconDisplay.left}px;\n }\n #${e}.vertical.right ul{\n right: ${o.iconDisplay.right}px;\n }\n #${e} ul li .inline-block{\n padding: ${o.boxStyles.padding.top}px ${o.boxStyles.padding.right}px ${o.boxStyles.padding.bottom}px ${o.boxStyles.padding.left}px;\n border: ${o.boxStyles.borderWidth}px ${o.boxStyles.borderType} ${o.boxStyles.borderColor};\n border-radius: ${o.boxStyles.borderRadius}px;\n background-color: ${o.boxStyles.bgColor};\n font: ${o.typography.fontWeight} ${o.typography.fontSize}px ${o.typography.fontFamily};\n color: ${o.typography.color};\n }\n #${e} ul li .inline-block p:before {\n background-color: ${o.typography.color};\n }\n #${e} ul li .inline-block:hover {\n background-color: ${o.boxStyles.bgColorHover};\n color: ${o.typography.colorHover};\n }\n #${e} ul li .inline-block:hover p:before {\n background-color: ${o.typography.colorHover};\n }\n #${e} ul li svg path{\n fill: ${o.iconColor} !important;\n }\n #${e} ul li:hover svg path{\n fill: ${o.iconColorHover} !important;\n }\n `;return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("style",{dangerouslySetInnerHTML:{__html:l}}),(0,t.jsx)("div",{className:`cozy-block-social-share ${o.iconDisplay.orientation} ${o.iconDisplay.alignment}`,id:e,children:(0,t.jsx)("ul",{children:o.selectedSocialList.map(((l,n)=>{const a=l.value,s=`\n .${e}.${a} {\n background-color: ${l.bgColor} !important;\n }\n .${e}.${a}:hover {\n background-color: ${l.bgColorHover} !important;\n }\n .${e}.${a} svg path{\n fill: ${l.iconColor} !important;\n }\n .${e}.${a} svg:hover path{\n fill: ${l.iconColorHover} !important;\n }\n .${e}.${a} svg{\n width: ${o.iconSize}px !important;\n height: ${o.iconSize}px !important;\n }\n .${e}.${a} .inline-block{\n height: calc(${o.iconSize}+20)px;\n }\n `;if(l.enabled)return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("style",{dangerouslySetInnerHTML:{__html:s}}),(0,t.jsx)("li",{className:`${a} ${e}`,children:(0,t.jsx)("div",{className:"inline-block",children:(0,t.jsxs)("div",{className:"flex",children:[(0,t.jsx)("i",{dangerouslySetInnerHTML:{__html:cozySocialIcons.collection[a].logo}}),o.enableLabel&&"horizontal"===o.iconDisplay.orientation&&(0,t.jsx)("p",{children:" "+l.label})]})})})]})}))})})]})})),r=JSON.parse('{"UU":"cozy-block/social-share","DD":"Social Shares","h_":"Encourage seamless content sharing with our \'Social Shares\' block, featuring eye-catching social media icons for enhanced engagement and wider reach."}'),d=(0,t.jsxs)("svg",{width:"27",height:"21",viewBox:"0 0 27 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,t.jsx)("rect",{fill:"none",x:"1",y:"1",width:"25",height:"19",stroke:"#0C50FF",strokeWidth:"2"}),(0,t.jsx)("path",{d:"M14.3838 13.2322L10.9771 11.4904C10.6501 11.7947 10.2344 12.0014 9.7822 12.0845C9.33005 12.1676 8.86178 12.1234 8.43642 11.9573C8.01107 11.7913 7.64767 11.5109 7.39204 11.1515C7.13641 10.7921 7 10.3698 7 9.93787C7 9.50592 7.13641 9.08363 7.39204 8.72424C7.64767 8.36486 8.01107 8.08448 8.43642 7.91844C8.86178 7.7524 9.33005 7.70814 9.7822 7.79123C10.2344 7.87433 10.6501 8.08106 10.9771 8.38537L14.3838 6.6435C14.267 6.12958 14.3514 5.59341 14.6215 5.13303C14.8917 4.67265 15.3296 4.31883 15.8552 4.13627C16.3808 3.95371 16.9589 3.95461 17.4838 4.1388C18.0087 4.323 18.4454 4.67818 18.7139 5.1394C18.9825 5.60062 19.065 6.13705 18.9463 6.6506C18.8277 7.16414 18.5158 7.62049 18.0677 7.93619C17.6197 8.25188 17.0654 8.40583 16.5062 8.36987C15.947 8.33392 15.4204 8.11046 15.0225 7.74037L11.6158 9.48225C11.6839 9.78243 11.6839 10.0927 11.6158 10.3929L15.0225 12.1354C15.4204 11.7653 15.947 11.5418 16.5062 11.5059C17.0654 11.4699 17.6197 11.6239 18.0677 11.9396C18.5158 12.2553 18.8277 12.7116 18.9463 13.2252C19.065 13.7387 18.9825 14.2751 18.7139 14.7364C18.4454 15.1976 18.0087 15.5527 17.4838 15.7369C16.9589 15.9211 16.3808 15.922 15.8552 15.7395C15.3296 15.5569 14.8917 15.2031 14.6215 14.7427C14.3514 14.2823 14.267 13.7462 14.3838 13.2322Z",fill:"#0C50FF"})]});(0,o.registerBlockType)(r.UU,{title:(0,e.__)(r.DD,"cozy-addons"),description:(0,e.__)(r.h_,"cozy-addons"),icon:{src:d},edit:function({attributes:o,setAttributes:r,clientId:d}){o.blockClientId=d;const c=(0,l.useBlockProps)({className:"cozy-block-wrapper"}),y=`cozyBlock_${d.replace(/-/gi,"_")}`,[b,p]=(0,a.useState)(!0),[h,g]=(0,a.useState)("general");return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{...c,children:(0,t.jsx)(i,{attributes:o,blockId:y})}),(0,t.jsxs)(l.InspectorControls,{group:"settings",children:[(0,t.jsx)(n.PanelBody,{title:(0,e.__)("General","cozy-addons"),opened:"general"===h,onToggle:()=>g("general"),children:o.selectedSocialList.map(((l,a)=>(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.ToggleControl,{label:(0,e.__)(l.value.charAt(0).toUpperCase()+l.value.slice(1),"cozy-addons"),checked:l.enabled,onChange:e=>{const l=[...o.selectedSocialList];l[a]={...l[a],enabled:e},r({...o,selectedSocialList:l})}},l.label),o.enableLabel&&l.enabled&&(0,t.jsx)("div",{style:{margin:"-18px 0 20px 15px"},children:(0,t.jsx)(n.TextControl,{label:(0,e.__)("Label","cozy-addons"),type:"text",value:l.label,onChange:e=>{const l=[...o.selectedSocialList];l[a]={...l[a],label:e},r({...o,selectedSocialList:l})}})})]})))}),(0,t.jsxs)(n.PanelBody,{title:(0,e.__)("Additional Settings","cozy-addons"),opened:"additional-settings"===h,onToggle:()=>g("additional-settings"),children:[(0,t.jsx)(n.SelectControl,{label:(0,e.__)("Orientation","cozy-addons"),options:[{label:(0,e.__)("Horizontal","cozy-addons"),value:"horizontal"},{label:(0,e.__)("Vertical","cozy-addons"),value:"vertical"}],value:o.iconDisplay.orientation,onChange:e=>r({...o,iconDisplay:{...o.iconDisplay,orientation:e}})}),"vertical"===o.iconDisplay.orientation&&(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.SelectControl,{label:(0,e.__)("Alignment","cozy-addons"),options:[{label:(0,e.__)("Left","cozy-addons"),value:"left"},{label:(0,e.__)("Right","cozy-addons"),value:"right"}],value:o.iconDisplay.alignment,onChange:e=>r({...o,iconDisplay:{...o.iconDisplay,alignment:e}})}),"left"===o.iconDisplay.alignment&&(0,t.jsx)(n.RangeControl,{label:(0,e.__)("Gap","cozy-addons"),min:10,max:300,step:1,value:o.iconDisplay.left,onChange:e=>r({...o,iconDisplay:{...o.iconDisplay,left:Math.abs(e)}})}),"right"===o.iconDisplay.alignment&&(0,t.jsx)(n.RangeControl,{label:(0,e.__)("Gap","cozy-addons"),min:-30,max:300,step:1,value:o.iconDisplay.right,onChange:e=>r({...o,iconDisplay:{...o.iconDisplay,right:e}})})]}),"horizontal"===o.iconDisplay.orientation&&(0,t.jsx)(n.ToggleControl,{label:(0,e.__)("Enable Label","cozy-addons"),checked:o.enableLabel,onChange:e=>r({...o,enableLabel:e})}),(0,t.jsx)(n.RangeControl,{label:(0,e.__)("Icon Size","cozy-addons"),min:10,max:100,step:1,value:o.iconSize,onChange:e=>r({...o,iconSize:Math.abs(e)})}),"horizontal"===o.iconDisplay.orientation&&(0,t.jsx)(n.RangeControl,{label:(0,e.__)("Gap","cozy-addons"),min:0,max:100,step:1,value:o.iconGap,onChange:e=>r({...o,iconGap:Math.abs(e)})})]}),!cozyBlockAssets.isPremium&&(0,t.jsx)(s,{})]},"setting"),(0,t.jsxs)(l.InspectorControls,{group:"styles",children:[(0,t.jsxs)(n.PanelBody,{title:(0,e.__)("Box Styles","cozy-addons"),opened:"box-styles"===h,onToggle:()=>g("box-styles"),children:[(0,t.jsxs)(n.BaseControl,{children:[(0,t.jsx)(n.BaseControl.VisualLabel,{children:(0,e.__)("Padding","cozy-addons")}),(0,t.jsxs)("div",{style:{display:"flex",gap:"5px",height:"50px",position:"relative"},children:[(0,t.jsx)("button",{className:"cozy-link-styles "+(b?"":"cozy-attr-link-disabled"),onClick:()=>p(!b),children:(0,t.jsxs)("svg",{width:"10",height:"16",viewBox:"0 0 15 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,t.jsx)("path",{d:"M6.18931 9.59516L6.18931 19.3466H8.70581V9.59516H6.18931Z",fill:"black"}),(0,t.jsx)("path",{d:"M0.0553284 7.88029L0.0553284 13.2126H2.53381L2.53381 7.88029C2.82201 4.53678 5.6079 3.53757 6.94321 3.4415C10.9203 3.15534 12.1019 6.00678 12.3901 7.88029V13.2126L14.8398 13.2126V7.88029C14.1251 1.90809 9.2776 0.780139 6.94321 0.962687C1.84791 1.30857 0.0553284 5.92031 0.0553284 7.88029Z",fill:"black"}),(0,t.jsx)("path",{d:"M0.0553284 20.9042L0.0553284 15.5718H2.53381L2.53381 20.9042C2.82201 24.2477 5.6079 25.2469 6.94321 25.343C10.9203 25.6291 12.1019 22.7777 12.3901 20.9042V15.5718L14.8398 15.5718V20.9042C14.1251 26.8764 9.2776 28.0043 6.94321 27.8218C1.84791 27.4759 0.0553284 22.8641 0.0553284 20.9042Z",fill:"black"})]})}),(0,t.jsx)(n.TextControl,{type:"number",step:1,min:0,label:(0,e.__)("Top","cozy-addons"),value:o.boxStyles.padding.top,onChange:e=>{let l={...o.boxStyles.padding};l={...l,top:Math.abs(e),right:Math.abs(e),bottom:Math.abs(e),left:Math.abs(e)},r(b?{...o,boxStyles:{...o.boxStyles,padding:l}}:{...o,boxStyles:{...o.boxStyles,padding:{...o.boxStyles.padding,top:Math.abs(e)}}})}}),(0,t.jsx)(n.TextControl,{type:"number",step:1,min:0,label:(0,e.__)("Right","cozy-addons"),value:o.boxStyles.padding.right,onChange:e=>{let l={...o.boxStyles.padding};l={...l,top:Math.abs(e),right:Math.abs(e),bottom:Math.abs(e),left:Math.abs(e)},r(b?{...o,boxStyles:{...o.boxStyles,padding:l}}:{...o,boxStyles:{...o.boxStyles,padding:{...o.boxStyles.padding,right:Math.abs(e)}}})}}),(0,t.jsx)(n.TextControl,{type:"number",step:1,min:0,label:(0,e.__)("Bottom","cozy-addons"),value:o.boxStyles.padding.bottom,onChange:e=>{let l={...o.boxStyles.padding};l={...l,top:Math.abs(e),right:Math.abs(e),bottom:Math.abs(e),left:Math.abs(e)},r(b?{...o,boxStyles:{...o.boxStyles,padding:l}}:{...o,boxStyles:{...o.boxStyles,padding:{...o.boxStyles.padding,bottom:Math.abs(e)}}})}}),(0,t.jsx)(n.TextControl,{type:"number",step:1,min:0,label:(0,e.__)("Left","cozy-addons"),value:o.boxStyles.padding.left,onChange:e=>{let l={...o.boxStyles.padding};l={...l,top:Math.abs(e),right:Math.abs(e),bottom:Math.abs(e),left:Math.abs(e)},r(b?{...o,boxStyles:{...o.boxStyles,padding:l}}:{...o,boxStyles:{...o.boxStyles,padding:{...o.boxStyles.padding,left:Math.abs(e)}}})}})]})]}),(0,t.jsx)(n.SelectControl,{label:(0,e.__)("Border Type","cozy-addons"),value:o.boxStyles.borderType,options:[{label:(0,e.__)("None","cozy-addons"),value:"none"},{label:(0,e.__)("Solid","cozy-addons"),value:"solid"},{label:(0,e.__)("Double","cozy-addons"),value:"double"},{label:(0,e.__)("Dotted","cozy-addons"),value:"dotted"},{label:(0,e.__)("Dashed","cozy-addons"),value:"dashed"},{label:(0,e.__)("Groove","cozy-addons"),value:"groove"}],onChange:e=>r({...o,boxStyles:{...o.boxStyles,borderType:e}})}),"none"!==o.boxStyles.borderType&&(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.RangeControl,{label:(0,e.__)("Border Width","cozy-addons"),min:1,max:50,step:1,value:o.boxStyles.borderWidth,onChange:e=>r({...o,boxStyles:{...o.boxStyles,borderWidth:Math.abs(e)}})}),(0,t.jsx)(l.PanelColorSettings,{className:"cozy-color-control",enableAlpha:!0,title:(0,e.__)("Border Color","cozy-addons"),colorSettings:[{label:(0,e.__)("Normal","cozy-addons"),value:o.boxStyles.borderColor,onChange:e=>r({...o,boxStyles:{...o.boxStyles,borderColor:e}})},{label:(0,e.__)("Hover","cozy-addons"),value:o.boxStyles.borderColorHover,onChange:e=>r({...o,boxStyles:{...o.boxStyles,borderColorHover:e}})}]})]}),(0,t.jsx)(n.RangeControl,{label:(0,e.__)("Border Radius","cozy-addons"),min:1,max:100,step:1,value:o.boxStyles.borderRadius,onChange:e=>r({...o,boxStyles:{...o.boxStyles,borderRadius:Math.abs(e)}})}),(0,t.jsx)(l.PanelColorSettings,{className:"cozy-color-control",enableAlpha:!0,title:(0,e.__)("Color","cozy-addons"),colorSettings:[{label:(0,e.__)("Icon (Normal)","cozy-addons"),value:o.iconColor,onChange:e=>r({...o,iconColor:e})},{label:(0,e.__)("Icon (Hover)","cozy-addons"),value:o.iconColorHover,onChange:e=>r({...o,iconColorHover:e})},{label:(0,e.__)("Background (Normal)","cozy-addons"),value:o.boxStyles.bgColor,onChange:e=>r({...o,boxStyles:{...o.boxStyles,bgColor:e}})},{label:(0,e.__)("Background (Hover)","cozy-addons"),value:o.boxStyles.bgColorHover,onChange:e=>r({...o,boxStyles:{...o.boxStyles,bgColorHover:e}})}]})]}),(0,t.jsxs)(n.PanelBody,{title:(0,e.__)("Typography","cozy-addons"),opened:"typography"===h,onToggle:()=>g("typography"),children:[(0,t.jsx)(n.SelectControl,{label:(0,e.__)("Font","cozy-addons"),options:cozyBlockAssets.fonts,value:o.typography.fontFamily,onChange:e=>r({...o,typography:{...o.typography,fontFamily:e}})}),(0,t.jsx)(n.TextControl,{label:(0,e.__)("Font Size","cozy-addons"),type:"number",min:10,value:o.typography.fontSize,onChange:e=>r({...o,typography:{...o.typography,fontSize:Math.abs(e)}})}),(0,t.jsx)(n.SelectControl,{label:(0,e.__)("Font Weight","cozy-addons"),options:[{label:(0,e.__)("Thin","cozy-addons"),value:100},{label:(0,e.__)("Extra Light","cozy-addons"),value:200},{label:(0,e.__)("Light","cozy-addons"),value:300},{label:(0,e.__)("Normal","cozy-addons"),value:400},{label:(0,e.__)("Medium","cozy-addons"),value:500},{label:(0,e.__)("Semi Bold","cozy-addons"),value:600},{label:(0,e.__)("Bold","cozy-addons"),value:700},{label:(0,e.__)("Extra Bold","cozy-addons"),value:800}],value:o.typography.fontWeight,onChange:e=>r({...o,typography:{...o.typography,fontWeight:e}})}),(0,t.jsx)(l.PanelColorSettings,{className:"cozy-color-control",enableAlpha:!0,title:(0,e.__)("Color","cozy-addons"),colorSettings:[{label:(0,e.__)("Normal","cozy-addons"),value:o.typography.color,onChange:e=>r({...o,typography:{...o.typography,color:e}})},{label:(0,e.__)("Hover","cozy-addons"),value:o.typography.colorHover,onChange:e=>r({...o,typography:{...o.typography,colorHover:e}})}]})]}),o.selectedSocialList.map(((a,s)=>{if(a.enabled)return(0,t.jsx)(n.PanelBody,{title:(0,e.__)(a.value.charAt(0).toUpperCase()+a.value.slice(1),"cozy-addons"),initialOpen:!1,children:(0,t.jsx)(l.PanelColorSettings,{className:"cozy-color-control",enableAlpha:!0,title:(0,e.__)("Color","cozy-addons"),colorSettings:[{label:(0,e.__)("Icon (Normal)","cozy-addons"),value:a.iconColor,onChange:e=>{const l=[...o.selectedSocialList];l[s]={...l[s],iconColor:e},r({...o,selectedSocialList:l})}},{label:(0,e.__)("Icon (Hover)","cozy-addons"),value:a.iconColorHover,onChange:e=>{const l=[...o.selectedSocialList];l[s]={...l[s],iconColorHover:e},r({...o,selectedSocialList:l})}},{label:(0,e.__)("Background (Normal)","cozy-addons"),value:a.bgColor,onChange:e=>{const l=[...o.selectedSocialList];l[s]={...l[s],bgColor:e},r({...o,selectedSocialList:l})}},{label:(0,e.__)("Background (Hover)","cozy-addons"),value:a.bgColorHover,onChange:e=>{const l=[...o.selectedSocialList];l[s]={...l[s],bgColorHover:e},r({...o,selectedSocialList:l})}}]})})}))]},"style")]})},save:function({attributes:o}){}})}},l={};function n(o){var a=l[o];if(void 0!==a)return a.exports;var t=l[o]={exports:{}};return e[o](t,t.exports,n),t.exports}n.m=e,o=[],n.O=(e,l,a,t)=>{if(!l){var s=1/0;for(c=0;c<o.length;c++){for(var[l,a,t]=o[c],i=!0,r=0;r<l.length;r++)(!1&t||s>=t)&&Object.keys(n.O).every((o=>n.O[o](l[r])))?l.splice(r--,1):(i=!1,t<s&&(s=t));if(i){o.splice(c--,1);var d=a();void 0!==d&&(e=d)}}return e}t=t||0;for(var c=o.length;c>0&&o[c-1][2]>t;c--)o[c]=o[c-1];o[c]=[l,a,t]},n.o=(o,e)=>Object.prototype.hasOwnProperty.call(o,e),(()=>{var o={57:0,350:0};n.O.j=e=>0===o[e];var e=(e,l)=>{var a,t,[s,i,r]=l,d=0;if(s.some((e=>0!==o[e]))){for(a in i)n.o(i,a)&&(n.m[a]=i[a]);if(r)var c=r(n)}for(e&&e(l);d<s.length;d++)t=s[d],n.o(o,t)&&o[t]&&o[t][0](),o[t]=0;return n.O(c)},l=globalThis.webpackChunksocial_share=globalThis.webpackChunksocial_share||[];l.forEach(e.bind(null,0)),l.push=e.bind(null,l.push.bind(l))})();var a=n.O(void 0,[350],(()=>n(280)));a=n.O(a)})();
Save
Back