{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2Z2HiVOzu5RlkwA4jqpb/DlxhqHo10lUqk8kAQ71S/Barra_customizada_.js", "ssg:https://framerusercontent.com/modules/9FRB4tUqeSnRIYsrvh46/xfbVIkyHmVDwSYBh9uRK/Schema.js", "ssg:https://framerusercontent.com/modules/hsX7qGnfsslHphzdKW5o/V6fuejiHduMsliO6sh8u/Pixels.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerSupportedLayoutWidth auto-prefer-fixed\n * @framerSupportedLayoutHeight auto-prefer-fixed\n *//**\n * @framerDisableUnlink\n */export default function ScrollbarCustomizer(props){const{enableScrollbar,scrollbarWidth,borderRadius,trackBackground,thumbBackground,thumbHoverBackground,thumbBorderColor,thumbHoverBorderColor}=props;useEffect(()=>{const style=document.createElement(\"style\");style.innerHTML=`\n            ::-webkit-scrollbar {\n                width: ${enableScrollbar?scrollbarWidth+\"px\":\"0px\"};\n                border-radius: ${borderRadius}px;\n            }\n            ::-webkit-scrollbar-track {\n                background: ${trackBackground};\n            }\n            ::-webkit-scrollbar-thumb {\n                background: ${thumbBackground};\n                border: 3px solid ${thumbBorderColor};\n                border-radius: ${borderRadius}px;\n            }\n            ::-webkit-scrollbar-thumb:hover {\n                background: ${thumbHoverBackground};\n                border: 3px solid ${thumbHoverBorderColor};\n                border-radius: ${borderRadius}px;\n            }\n            /* Estilos para Firefox */\n            * {\n                scrollbar-width: ${enableScrollbar?scrollbarWidth+\"px\":\"none\"};\n                scrollbar-color: ${thumbBackground} ${trackBackground};\n            }\n            *::-webkit-scrollbar {\n                width: ${enableScrollbar?scrollbarWidth+\"px\":\"0px\"};\n                border-radius: ${borderRadius}px;\n            }\n            *::-webkit-scrollbar-track {\n                background: ${trackBackground};\n            }\n            *::-webkit-scrollbar-thumb {\n                background: ${thumbBackground};\n                border: 3px solid ${thumbBorderColor};\n                border-radius: ${borderRadius}px;\n            }\n            *::-webkit-scrollbar-thumb:hover {\n                background: ${thumbHoverBackground};\n                border: 3px solid ${thumbHoverBorderColor};\n                border-radius: ${borderRadius}px;\n            }\n        `;document.head.appendChild(style);// Fun\u00E7\u00E3o de limpeza para remover os estilos quando o componente for desmontado\nreturn()=>{document.head.removeChild(style);};},[enableScrollbar,scrollbarWidth,borderRadius,trackBackground,thumbBackground,thumbHoverBackground,thumbBorderColor,thumbHoverBorderColor]);return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",backgroundColor:\"transparent\"},children:\"Scrollbar Customizer\"});}// Adicionando propriedades customiz\u00E1veis no painel do Framer\naddPropertyControls(ScrollbarCustomizer,{enableScrollbar:{type:ControlType.Boolean,title:\"Enable Scrollbar\",defaultValue:true,description:\"Enable or disable the scrollbar / Habilitar ou desabilitar a barra de rolagem\"},scrollbarWidth:{type:ControlType.Number,title:\"Width\",defaultValue:14,min:0,unit:\"px\",description:\"Set the width of the scrollbar / Definir a largura da barra de rolagem\"},borderRadius:{type:ControlType.Number,title:\"Border Radius\",defaultValue:100,min:0,unit:\"px\",description:\"Set the border radius of the scrollbar / Definir o raio da borda da barra de rolagem\"},trackBackground:{type:ControlType.Color,title:\"Track Background\",defaultValue:\"#FFFFFF\",description:\"Set the background color of the scrollbar track / Definir a cor de fundo do track da barra de rolagem\"},thumbBackground:{type:ControlType.Color,title:\"Thumb Background\",defaultValue:\"#39B49E\",description:\"Set the background color of the scrollbar thumb / Definir a cor de fundo do thumb da barra de rolagem\"},thumbHoverBackground:{type:ControlType.Color,title:\"Thumb Hover Background\",defaultValue:\"#285888\",description:\"Set the hover background color of the scrollbar thumb / Definir a cor de fundo hover do thumb da barra de rolagem\"},thumbBorderColor:{type:ControlType.Color,title:\"Thumb Border Color\",defaultValue:\"#FFFFFF\",description:\"Set the border color of the scrollbar thumb / Definir a cor da borda do thumb da barra de rolagem\"},thumbHoverBorderColor:{type:ControlType.Color,title:\"Thumb Hover Border Color\",defaultValue:\"#FFFFFF\",description:\"Set the hover border color of the scrollbar thumb / Definir a cor hover da borda do thumb da barra de rolagem\"},codeBy:{type:ControlType.String,title:\" \",defaultValue:\"Code by @omatusaelhorch\",readOnly:true,description:\"This component was created by @omatusaelhorch / Este componente foi criado por @omatusaelhorch.\"}})/**\n * Code by @omatusaelhorch\n */;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ScrollbarCustomizer\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutHeight\":\"auto-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Barra_customizada_.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{addPropertyControls,ControlType,Frame}from\"framer\";// Fun\u00E7\u00E3o para gerar o script de dados estruturados\nfunction generateStructuredData({name,description,streetAddress,addressLocality,addressRegion,postalCode,addressCountry,telephone,url,sameAs,openingHours,latitude,longitude,tags}){return{\"@context\":\"https://schema.org\",\"@type\":\"LocalBusiness\",name:name,description:description,address:{\"@type\":\"PostalAddress\",streetAddress:streetAddress,addressLocality:addressLocality,addressRegion:addressRegion,postalCode:postalCode,addressCountry:addressCountry},telephone:telephone,url:url,sameAs:sameAs?sameAs.split(\",\"):[],openingHours:openingHours,geo:{\"@type\":\"GeoCoordinates\",latitude:latitude,longitude:longitude},keywords:tags};}// Componente principal\nexport default function UncodeSEO(props){const{name,description,streetAddress,addressLocality,addressRegion,postalCode,addressCountry,telephone,url,sameAs,openingHours,latitude,longitude,tags,position,width,height,background}=props;useEffect(()=>{const structuredData=generateStructuredData({name,description,streetAddress,addressLocality,addressRegion,postalCode,addressCountry,telephone,url,sameAs,openingHours,latitude,longitude,tags});const script=document.createElement(\"script\");script.type=\"application/ld+json\";script.text=JSON.stringify(structuredData);document.head.appendChild(script);const metaTag=document.createElement(\"meta\");metaTag.name=\"description\";metaTag.content=\"SEO Otimizado por UncodeSEO\";document.head.appendChild(metaTag);return()=>{document.head.removeChild(script);document.head.removeChild(metaTag);};},[name,description,streetAddress,addressLocality,addressRegion,postalCode,addressCountry,telephone,url,sameAs,openingHours,latitude,longitude,tags]);return /*#__PURE__*/_jsx(Frame,{width:width,height:height,background:background,children:/*#__PURE__*/_jsxs(\"div\",{style:{padding:10},children:[/*#__PURE__*/_jsx(\"h2\",{children:\"SEO Component\"}),/*#__PURE__*/_jsxs(\"p\",{children:[\"Name: \",name]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"Description: \",description]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"Address: \",streetAddress,\", \",addressLocality,\", \",addressRegion,\", \",postalCode,\", \",addressCountry]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"Telephone: \",telephone]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"URL: \",url]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"Social Links:\",\" \",sameAs?sameAs.split(\",\").map((link,index)=>/*#__PURE__*/_jsxs(\"span\",{children:[/*#__PURE__*/_jsx(\"a\",{href:link,children:link}),index<sameAs.split(\",\").length-1?\", \":\"\"]},index)):\"N/A\"]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"Opening Hours: \",openingHours]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"Coordinates: \",latitude,\", \",longitude]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"Tags:\",\" \",tags.map((tag,index)=>/*#__PURE__*/_jsxs(\"span\",{children:[tag,index<tags.length-1?\", \":\"\"]},index))]})]})});}// Adicionando controles de propriedade para o painel do Framer\naddPropertyControls(UncodeSEO,{name:{type:ControlType.String,title:\"Name\",defaultValue:\"FarTech Solu\\xe7\\xf5es\",description:\"Nome do neg\\xf3cio / Name of the business\"},description:{type:ControlType.String,title:\"Description\",defaultValue:\"L\\xedder em automa\\xe7\\xe3o industrial e instrumenta\\xe7\\xe3o no Brasil.\",description:\"Descri\\xe7\\xe3o do neg\\xf3cio / Business description\"},telephone:{type:ControlType.String,title:\"Telephone\",defaultValue:\"+55 31 9999-9999\",description:\"N\\xfamero de telefone de contato / Contact phone number\"},url:{type:ControlType.String,title:\"URL\",defaultValue:\"https://fartechsolucoes.com.br\",description:\"Website URL do neg\\xf3cio / Business website URL\"},streetAddress:{type:ControlType.String,title:\"Street Address\",defaultValue:\"Rua Exemplo 123\",description:\"Endere\\xe7o da rua / Street address\"},addressLocality:{type:ControlType.String,title:\"Address Locality\",defaultValue:\"Belo Horizonte\",description:\"Cidade / City\"},addressRegion:{type:ControlType.String,title:\"Address Region\",defaultValue:\"MG\",description:\"Estado / State\"},postalCode:{type:ControlType.String,title:\"Postal Code\",defaultValue:\"31000-000\",description:\"C\\xf3digo postal / Postal code\"},addressCountry:{type:ControlType.String,title:\"Address Country\",defaultValue:\"BR\",description:\"Pa\\xeds / Country\"},sameAs:{type:ControlType.String,title:\"Social Links\",defaultValue:\"https://www.facebook.com/fartechsolucoes,https://www.linkedin.com/company/fartechsolucoes\",description:\"Links das redes sociais separados por v\\xedrgula / Social media links separated by commas\"},openingHours:{type:ControlType.String,title:\"Opening Hours\",defaultValue:\"Mo-Fr 08:00-18:00\",description:\"Hor\\xe1rio de funcionamento / Opening hours\"},latitude:{type:ControlType.Number,title:\"Latitude\",defaultValue:19.919068,description:\"Latitude do local / Location latitude\"},longitude:{type:ControlType.Number,title:\"Longitude\",defaultValue:-43.938575,description:\"Longitude do local / Location longitude\"},tags:{type:ControlType.Array,title:\"Tags\",control:{type:ControlType.String,placeholder:\"Enter tag\"},defaultValue:[\"tecnologia\",\"inova\\xe7\\xe3o\",\"automa\\xe7\\xe3o\"],description:\"Tags para SEO separadas por v\\xedrgula / SEO tags separated by commas\"},position:{type:ControlType.Enum,title:\"Message Position\",options:[\"top\",\"bottom\"],optionTitles:[\"Top\",\"Bottom\"],defaultValue:\"top\",description:\"Posi\\xe7\\xe3o da mensagem no DOM / Position of the message in the DOM\"},width:{type:ControlType.Number,title:\"Width\",defaultValue:300,min:0,max:1200,unit:\"px\",description:\"Largura do componente / Component width\"},height:{type:ControlType.Number,title:\"Height\",defaultValue:300,min:0,max:1200,unit:\"px\",description:\"Altura do componente / Component height\"},background:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(255, 255, 255, 0.5)\",description:\"Cor de fundo do componente / Component background color\"},codeBy:{type:ControlType.String,title:\" \",defaultValue:\"Code by @omatusaelhorch\",readOnly:true,description:\"This component was created by @omatusaelhorch\"}})// Documenta\u00E7\u00E3o\n// Code by @omatusaelhorch\n;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"UncodeSEO\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Schema.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{Frame,addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n */// Componente invis\u00EDvel para adicionar tags de an\u00E1lise ao head do site\nexport function AnalyticsTags(props){useEffect(()=>{const head=document.head;const body=document.body;const scripts=[];// Adicionando tags de an\u00E1lise\nif(props.googleAnalytics){const gaScript=document.createElement(\"script\");gaScript.async=true;gaScript.src=`https://www.googletagmanager.com/gtag/js?id=${props.googleAnalytics}`;head.appendChild(gaScript);scripts.push(gaScript);const gaInlineScript=document.createElement(\"script\");gaInlineScript.innerHTML=`\n                window.dataLayer = window.dataLayer || [];\n                function gtag(){dataLayer.push(arguments);}\n                gtag('js', new Date());\n                gtag('config', '${props.googleAnalytics}');\n            `;head.appendChild(gaInlineScript);scripts.push(gaInlineScript);}if(props.gtm){const gtmScript=document.createElement(\"script\");gtmScript.innerHTML=`\n                (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n                new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n                j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n                'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n                })(window,document,'script','dataLayer','${props.gtm}');\n            `;head.appendChild(gtmScript);scripts.push(gtmScript);}// Adicionando tag do ActiveCampaign\nif(props.activeCampaign){const activeCampaignScript=document.createElement(\"script\");activeCampaignScript.innerHTML=`\n                (function(e,t,o,n,p,r,i){\n                    e.visitorGlobalObjectAlias = n;\n                    e[n] = e[n] || function() {\n                        (e[n].q = e[n].q || []).push(arguments)\n                    },\n                    e[n].l = 1 * new Date();\n                    r = t.createElement(\"script\"),\n                    r.async = true,\n                    r.src = \"https://trackcmp.net/visit?actid=\" + o + \"&e=\" + encodeURIComponent(e.location.href) + \"&r=\" + encodeURIComponent(t.referrer) + \"&u=\" + encodeURIComponent(n),\n                    i = t.getElementsByTagName(\"script\")[0],\n                    i.parentNode.insertBefore(r, i)\n                })(window, document, \"${props.activeCampaign}\", \"_vgo\");\n            `;head.appendChild(activeCampaignScript);scripts.push(activeCampaignScript);}if(props.fbPixel){const fbScript=document.createElement(\"script\");fbScript.innerHTML=`\n                !function(f,b,e,v,n,t,s)\n                {if(f.fbq)return;n=f.fbq=function(){n.callMethod?\n                n.callMethod.apply(n,arguments):n.queue.push(arguments)};\n                if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';\n                n.queue=[];t=b.createElement(e);t.async=!0;\n                t.src=v;s=b.getElementsByTagName(e)[0];\n                s.parentNode.insertBefore(t,s)}(window, document,'script',\n                'https://connect.facebook.net/en_US/fbevents.js');\n                fbq('init', '${props.fbPixel}');\n                fbq('track', 'PageView');\n            `;head.appendChild(fbScript);scripts.push(fbScript);}if(props.clarity){const clarityScript=document.createElement(\"script\");clarityScript.type=\"text/javascript\";clarityScript.innerHTML=`\n                (function(c,l,a,r,i,t,y){\n                    c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};\n                    t=l.createElement(r);t.async=1;t.src=\"https://www.clarity.ms/tag/\"+i;\n                    y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);\n                })(window, document, \"clarity\", \"script\", \"${props.clarity}\");\n            `;head.appendChild(clarityScript);scripts.push(clarityScript);}if(props.hotjar){const hotjarScript=document.createElement(\"script\");hotjarScript.innerHTML=`\n                (function(h,o,t,j,a,r){\n                    h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\n                    h._hjSettings={hjid:${props.hotjar},hjsv:6};\n                    a=o.getElementsByTagName('head')[0];\n                    r=o.createElement('script');r.async=1;\n                    r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\n                    a.appendChild(r);\n                })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');\n            `;head.appendChild(hotjarScript);scripts.push(hotjarScript);}if(props.linkedinAds){const linkedinScript=document.createElement(\"script\");linkedinScript.innerHTML=`\n                _linkedin_partner_id = \"${props.linkedinAds}\";\n                window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];\n                window._linkedin_data_partner_ids.push(_linkedin_partner_id);\n                (function(l) {\n                if (!l) {\n                    window.lintrk = function(a, b) {\n                    window.lintrk.q.push([a, b]);\n                    };\n                    window.lintrk.q = [];\n                }\n                var s = document.getElementsByTagName(\"script\")[0];\n                var b = document.createElement(\"script\");\n                b.type = \"text/javascript\";\n                b.async = true;\n                b.src = \"https://snap.licdn.com/li.lms-analytics/insight.min.js\";\n                s.parentNode.insertBefore(b, s);\n                })(window.lintrk);\n            `;head.appendChild(linkedinScript);scripts.push(linkedinScript);}if(props.twitterPixel){const twitterScript=document.createElement(\"script\");twitterScript.innerHTML=`\n                !function(e,t,n,s,u,a){\n                e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);\n                },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',\n                a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');\n                twq('init','${props.twitterPixel}');\n                twq('track','PageView');\n            `;head.appendChild(twitterScript);scripts.push(twitterScript);}if(props.pinterestTag){const pinterestScript=document.createElement(\"script\");pinterestScript.innerHTML=`\n                !function(e){if(!window.pintrk){window.pintrk = function () {\n                window.pintrk.queue.push(Array.prototype.slice.call(arguments))};\n                var n=window.pintrk;n.queue=[],n.version=\"3.0\";\n                var t=document.createElement(\"script\");t.async=!0,t.src=e;\n                var r=document.getElementsByTagName(\"script\")[0];\n                r.parentNode.insertBefore(t,r)}}('https://s.pinimg.com/ct/core.js');\n                pintrk('load','${props.pinterestTag}');\n                pintrk('page');\n            `;head.appendChild(pinterestScript);scripts.push(pinterestScript);}if(props.tiktokPixel){const tiktokScript=document.createElement(\"script\");tiktokScript.innerHTML=`\n                !function (w, d, t) {\n                w.TiktokAnalyticsObject = t;\n                var ttq = w[t] = w[t] || [];\n                ttq.methods = [\"page\", \"track\", \"identify\", \"instances\", \"debug\", \"on\", \"off\", \"once\", \"ready\", \"alias\", \"group\", \"enableCookie\", \"disableCookie\"], ttq.setAndDefer = function (t, e) {\n                    t[e] = function () {\n                        t.push([e].concat(Array.prototype.slice.call(arguments, 0)))\n                    }\n                };\n                for (var i = 0; i < ttq.methods.length; i++) ttq.setAndDefer(ttq, ttq.methods[i]);\n                ttq.instance = function (t) {\n                    for (var e = ttq._i[t] || [], n = 0; n < ttq.methods.length; n++\n                        )ttq.setAndDefer(e, ttq.methods[n]);\n                    return e\n                }, ttq.load = function (e, n) {\n                    var i = \"https://analytics.tiktok.com/i18n/pixel/events.js\";\n                    ttq._i = ttq._i || {}, ttq._i[e] = [], ttq._i[e]._u = i, ttq._t = ttq._t || {}, ttq._t[e] = +new Date, ttq._o = ttq._o || {}, ttq._o[e] = n || {};\n                    var o = document.createElement(\"script\");\n                    o.type = \"text/javascript\", o.async = !0, o.src = i + \"?sdkid=\" + e + \"&lib=\" + t;\n                    var a = document.getElementsByTagName(\"script\")[0];\n                    a.parentNode.insertBefore(o, a)\n                };\n\n                ttq.load('${props.tiktokPixel}');\n                ttq.page();\n                }(window, document, 'ttq');\n            `;head.appendChild(tiktokScript);scripts.push(tiktokScript);}if(props.snapchatPixel){const snapchatScript=document.createElement(\"script\");snapchatScript.innerHTML=`\n                (function(e,t,n){if(e.snaptr)return;var a=e.snaptr=function(){\n                a.handleRequest?a.handleRequest.apply(a,arguments):a.queue.push(arguments)};\n                a.queue=[];var s='script';r=t.createElement(s);r.async=!0;\n                r.src=n;var u=t.getElementsByTagName(s)[0];\n                u.parentNode.insertBefore(r,u);})(window,document,\n                'https://sc-static.net/scevent.min.js');\n                snaptr('init', '${props.snapchatPixel}');\n                snaptr('track', 'PAGE_VIEW');\n            `;head.appendChild(snapchatScript);scripts.push(snapchatScript);}if(props.googleAds){const googleAdsScript=document.createElement(\"script\");googleAdsScript.innerHTML=`\n                (function(a,e,c,f,g,h,b,d){a[h]=a[h]||[];a[h].push({event:\"gtm.js\",gtm.start:1*new Date,gtm.uniqueEventId:b}),(g=e.getElementsByTagName(f)[0],g),a.hjid=\"YOUR_HJID\",a.hjsv=\"YOUR_HJSV\",d=\"https://static.hotjar.com/c/hotjar-\",g.async=1,g.src=d+a.hjid+j+a.hjsv,g.parentNode.insertBefore(g,g))})(window,document,\"script\",\"dataLayer\",googleAds);\n            `;head.appendChild(googleAdsScript);scripts.push(googleAdsScript);}if(props.microsoftUET){const uetScript=document.createElement(\"script\");uetScript.innerHTML=`\n                (function(w,d,t,r,u){w[u]=w[u]||[];w[u].push({'projectId':'${props.microsoftUET}','properties':{'pixelId':'${props.microsoftUET}'}});var s=d.createElement(t);s.src=r;s.async=true;s.onload=s.onreadystatechange=function(){var y,n;((n=this.readyState)&&(y=n!=\"complete\")&&(y=n!=\"loaded\"))||(this.onload=this.onreadystatechange=null);if(!y){if(window.MSFTAnalytics){MSFTAnalytics.load();MSFTAnalytics.init();}}};var f=d.getElementsByTagName(t)[0];f.parentNode.insertBefore(s,f);})(window,document,'script','https://bat.bing.com/bat.js','uetq');\n            `;head.appendChild(uetScript);scripts.push(uetScript);}if(props.quoraPixel){const quoraScript=document.createElement(\"script\");quoraScript.innerHTML=`\n                !function(q,e,v,n,t,s){if(q.qp) return; n=q.qp=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!q._qp)q._qp=n;n.push=n;n.loaded=!0;n.version='1.0';n.queue=[];t=e.createElement(v);t.async=!0;t.src='https://a.quora.com/qevents.js';s=e.getElementsByTagName(v)[0];s.parentNode.insertBefore(t,s)}(window,document,'script');\n                qp('init', '${props.quoraPixel}');\n                qp('track', 'PageView');\n            `;head.appendChild(quoraScript);scripts.push(quoraScript);}if(props.redditPixel){const redditScript=document.createElement(\"script\");redditScript.innerHTML=`\n                !function(w,d,s,u,t){w[t]=w[t]||[];w[t].push({'pixelId':'${props.redditPixel}','properties':{}});var e=d.createElement(s);e.src=u;e.async=true;e.onload=e.onreadystatechange=function(){var y,n;((n=this.readyState)&&(y=n!=\"complete\")&&(y=n!=\"loaded\"))||(this.onload=this.onreadystatechange=null);if(!y){if(window.redditq){redditq.init();redditq.load();}}};var f=d.getElementsByTagName(s)[0];f.parentNode.insertBefore(e,f);}(window,document,'script','https://www.redditstatic.com/ads/pixel.js','redditq');\n            `;head.appendChild(redditScript);scripts.push(redditScript);}if(props.adrollPixel){const adrollScript=document.createElement(\"script\");adrollScript.innerHTML=`\n                adroll_adv_id = \"${props.adrollPixel}\";\n                adroll_pix_id = \"${props.adrollPixel}\";\n                (function () {\n                    var _onload = function(){\n                        if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}\n                        if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}\n                        var scr = document.createElement(\"script\");\n                        var host = ((\"https:\" == document.location.protocol) ? \"https://s.adroll.com\" : \"http://a.adroll.com\");\n                        scr.setAttribute('async', 'true');\n                        scr.type = \"text/javascript\";\n                        scr.src = host + \"/j/roundtrip.js\";\n                        ((document.getElementsByTagName('head') || [null])[0] || document.getElementsByTagName('script')[0].parentNode).appendChild(scr);\n                    };\n                    if (window.addEventListener) {window.addEventListener('load', _onload, false);}\n                    else {window.attachEvent('onload', _onload)}\n                }());\n            `;head.appendChild(adrollScript);scripts.push(adrollScript);}if(props.criteo){const criteoScript=document.createElement(\"script\");criteoScript.innerHTML=`\n                (function() {\n                    var window, document;\n                    window = window || {};\n                    document = document || {};\n                    var d = new Date();\n                    var expireDate = new Date(d.getTime() + 1000 * 60 * 60 * 24 * 30); // 30 days\n                    document.cookie = 'criteo_publish=true; expires=' + expireDate.toUTCString() + '; path=/';\n                })();\n                (function (w,d,s,u,t,f,e) {\n                    w['CriteoObject']=t;w[t]=w[t]||function(){(w[t].q=w[t].q||[]).push(arguments)};w[t].l=1*new Date();\n                    f=d.getElementsByTagName(s)[0];e=d.createElement(s);e.async=1;e.src=u;f.parentNode.insertBefore(e,f);\n                })(window,document,'script','//static.criteo.net/js/ld/ld.js','criteo_q');\n                criteo_q.push(\n                    { event: \"setAccount\", account: ${props.criteo} },\n                    { event: \"setSiteType\", type: \"d\" },\n                    { event: \"viewPage\" }\n                );\n            `;head.appendChild(criteoScript);scripts.push(criteoScript);}if(props.amazonPixel){const amazonScript=document.createElement(\"script\");amazonScript.innerHTML=`\n                !function(a9,a,p,s,t,A,g){a[s]=a[s]||function(){(a[s].q=a[s].q||[]).push(arguments)};A=p.createElement(g);A.async=1;A.src=t;g=p.getElementsByTagName(g)[0];g.parentNode.insertBefore(A,g)}(window,document,'a9','//c.amazon-adsystem.com/aax2/apstag.js');\n                apstag.init({\n                    pubID: '${props.amazonPixel}',\n                    adServer: 'dc'\n                });\n                apstag.fetchBids({\n                    slots: [{\n                        slotID: 'div-gpt-ad-1470193580936-0',\n                        sizes: [[300, 250]],\n                        slotName: 'div-gpt-ad-1470193580936-0'\n                    }],\n                    timeout: 2000\n                }, function(bids) {\n                    googletag.cmd.push(function() {\n                        apstag.setDisplayBids();\n                    });\n                });\n            `;head.appendChild(amazonScript);scripts.push(amazonScript);}if(props.salesforceDMP){const salesforceScript=document.createElement(\"script\");salesforceScript.innerHTML=`\n                !function(e,t,n,s,u,a,p){e[\"GainsightPX\"]=u,e[u]=e[u]||function(){\n                (e[u].q=e[u].q||[]).push(arguments)},e[u].s=1*new Date();a=t.createElement(n),\n                p=t.getElementsByTagName(n)[0],a.async=1,a.src=s,p.parentNode.insertBefore(a,p)\n                }(window,document,\"script\",\"https://www.gainsightpx.com/px/stable/px.js\",\"px\");\n                px(\"init\", \"${props.salesforceDMP}\");\n            `;head.appendChild(salesforceScript);scripts.push(salesforceScript);}if(props.customScript){const customTag=document.createElement(\"script\");customTag.innerHTML=props.customScript;head.appendChild(customTag);scripts.push(customTag);}// Adicionando coment\u00E1rio ao fim do head\nconst headComment=document.createComment(\"Tags otimizadas por @omatusaelhorch\");head.appendChild(headComment);// Adicionando coment\u00E1rio ao fim do body\nconst bodyComment=document.createComment(\"Tags otimizadas por @omatusaelhorch\");body.appendChild(bodyComment);// Cleanup function\nreturn()=>{scripts.forEach(script=>{if(script.parentNode){script.parentNode.removeChild(script);}});head.removeChild(headComment);body.removeChild(bodyComment);};},[props.googleAnalytics,props.gtm,props.activeCampaign,props.fbPixel,props.clarity,props.hotjar,props.linkedinAds,props.twitterPixel,props.pinterestTag,props.tiktokPixel,props.snapchatPixel,props.googleAds,props.microsoftUET,props.quoraPixel,props.redditPixel,props.adrollPixel,props.criteo,props.amazonPixel,props.salesforceDMP,props.customScript]);return /*#__PURE__*/_jsx(Frame,{size:\"100%\",style:{opacity:0}});}// Adicionar controles de propriedade no Framer\naddPropertyControls(AnalyticsTags,{googleAnalytics:{type:ControlType.String,title:\"Google Analytics ID\"},gtm:{type:ControlType.String,title:\"GTM ID\"},activeCampaign:{type:ControlType.String,title:\"ActiveCampaign ID\"},fbPixel:{type:ControlType.String,title:\"FB Pixel ID\"},clarity:{type:ControlType.String,title:\"Clarity ID\"},hotjar:{type:ControlType.String,title:\"Hotjar ID\"},linkedinAds:{type:ControlType.String,title:\"LinkedIn Ads ID\"},twitterPixel:{type:ControlType.String,title:\"Twitter Pixel ID\"},pinterestTag:{type:ControlType.String,title:\"Pinterest Tag ID\"},tiktokPixel:{type:ControlType.String,title:\"TikTok Pixel ID\"},snapchatPixel:{type:ControlType.String,title:\"Snapchat Pixel ID\"},googleAds:{type:ControlType.String,title:\"Google Ads ID\"},microsoftUET:{type:ControlType.String,title:\"Microsoft UET ID\"},quoraPixel:{type:ControlType.String,title:\"Quora Pixel ID\"},redditPixel:{type:ControlType.String,title:\"Reddit Pixel ID\"},adrollPixel:{type:ControlType.String,title:\"AdRoll Pixel ID\"},criteo:{type:ControlType.String,title:\"Criteo ID\"},amazonPixel:{type:ControlType.String,title:\"Amazon Pixel ID\"},salesforceDMP:{type:ControlType.String,title:\"Salesforce DMP ID\"},customScript:{type:ControlType.String,title:\"Custom Script\",defaultValue:\"\",displayTextArea:true},codeBy:{type:ControlType.String,title:\" \",defaultValue:\"Code by @omatusaelhorch\",readOnly:true,displaySegmentedControl:false,description:\"This component was created by @omatusaelhorch.\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"AnalyticsTags\":{\"type\":\"reactComponent\",\"name\":\"AnalyticsTags\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Pixels.map"],
  "mappings": "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",
  "names": ["ScrollbarCustomizer", "props", "enableScrollbar", "scrollbarWidth", "borderRadius", "trackBackground", "thumbBackground", "thumbHoverBackground", "thumbBorderColor", "thumbHoverBorderColor", "ue", "style", "p", "addPropertyControls", "ControlType", "generateStructuredData", "name", "description", "streetAddress", "addressLocality", "addressRegion", "postalCode", "addressCountry", "telephone", "url", "sameAs", "openingHours", "latitude", "longitude", "tags", "UncodeSEO", "props", "position", "width", "height", "background", "ue", "structuredData", "script", "metaTag", "p", "Frame", "u", "link", "index", "tag", "addPropertyControls", "ControlType", "AnalyticsTags", "props", "ue", "head", "body", "scripts", "gaScript", "gaInlineScript", "gtmScript", "activeCampaignScript", "fbScript", "clarityScript", "hotjarScript", "linkedinScript", "twitterScript", "pinterestScript", "tiktokScript", "snapchatScript", "googleAdsScript", "uetScript", "quoraScript", "redditScript", "adrollScript", "criteoScript", "amazonScript", "salesforceScript", "customTag", "headComment", "bodyComment", "script", "p", "Frame", "addPropertyControls", "ControlType"]
}
