{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/uw8FEUObAHMFz9qxwtvV/atNcbqesKSCIDET3UCJb/Github_button.js", "ssg:https://framerusercontent.com/modules/3uR8gSMsUigVfa5B10ab/ZDsnAc5ZdUz5axFoyhGk/KKfWVOf_4-0.js", "ssg:https://framerusercontent.com/modules/3uR8gSMsUigVfa5B10ab/ZDsnAc5ZdUz5axFoyhGk/KKfWVOf_4.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";export function withGithubButtonZora(Component){return props=>{const{amount}=props;const[newAmount,setNewAmout]=useState(amount);console.log(amount);useEffect(()=>{fetch(\"https://api.github.com/repos/undistro/zora\").then(response=>response.json()).then(({stargazers_count})=>setNewAmout(stargazers_count)).catch(()=>setNewAmout(amount));},[]);return /*#__PURE__*/_jsx(Component,{...props,amount:newAmount});};}export function withGithubButtonMarvin(Component){return props=>{const{amount}=props;const[newAmount,setNewAmout]=useState(amount);console.log(amount);console.log(newAmount);useEffect(()=>{fetch(\"https://api.github.com/repos/undistro/marvin\").then(response=>response.json()).then(({stargazers_count})=>setNewAmout(stargazers_count)).catch(()=>setNewAmout(amount));},[]);return /*#__PURE__*/_jsx(Component,{...props,amount:newAmount});};}export function withGithubButtonCEL(Component){return props=>{const{amount}=props;const[newAmount,setNewAmout]=useState(amount);console.log(amount);useEffect(()=>{fetch(\"https://api.github.com/repos/undistro/cel-playground\").then(response=>response.json()).then(({stargazers_count})=>setNewAmout(stargazers_count)).catch(()=>setNewAmout(amount));},[]);return /*#__PURE__*/_jsx(Component,{...props,amount:newAmount});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withGithubButtonZora\":{\"type\":\"reactHoc\",\"name\":\"withGithubButtonZora\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withGithubButtonMarvin\":{\"type\":\"reactHoc\",\"name\":\"withGithubButtonMarvin\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withGithubButtonCEL\":{\"type\":\"reactHoc\",\"name\":\"withGithubButtonCEL\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Github_button.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJjaGl2by02MDA=\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(11, 12, 14))\"},children:\"Join our community\"})});export const v1=\"Slack channel\";\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ButtonLarge from\"https://framerusercontent.com/modules/m3W6nfZiZfwCyEDcGTAq/ZEwoIJWqNOy8lL0PQatQ/BNXQcm1y9.js\";import*as localizedValues from\"./KKfWVOf_4-0.js\";const ButtonLargeFonts=getFonts(ButtonLarge);const cycleOrder=[\"Qh5qisd4Y\",\"YhaPiNOoH\",\"RYPfqq_26\"];const serializationHash=\"framer-66LQ9\";const variantClassNames={Qh5qisd4Y:\"framer-v-1wzhdr8\",RYPfqq_26:\"framer-v-iynqbe\",YhaPiNOoH:\"framer-v-eei90s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={xtvRy7HLo:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={FHD:\"Qh5qisd4Y\",HD:\"YhaPiNOoH\",MOBILE:\"RYPfqq_26\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Qh5qisd4Y\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Qh5qisd4Y\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1wzhdr8\",className,classNames),\"data-framer-name\":\"FHD\",layoutDependency:layoutDependency,layoutId:\"Qh5qisd4Y\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:\"linear-gradient(124deg, rgb(210, 212, 219) 0%, rgb(209, 212, 218) 100%)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},...addPropertyOverrides({RYPfqq_26:{\"data-framer-name\":\"MOBILE\"},YhaPiNOoH:{\"data-framer-name\":\"HD\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-dy2j1n\",\"data-framer-name\":\"TEXT\",layoutDependency:layoutDependency,layoutId:\"TuRX_o7gZ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QXJjaGl2by02MDA=\",\"--framer-font-family\":'\"Archivo\", \"Archivo Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(11, 12, 14))\"},children:\"Junte-se a nossa comunidade\"})}),className:\"framer-fzul0o\",\"data-framer-name\":\"Feel invited to join our Slack community and contribute to us.\",fonts:[\"GF;Archivo-600\"],layoutDependency:layoutDependency,layoutId:\"vaB4Mno5B\",style:{\"--extracted-r6o4lv\":\"rgb(11, 12, 14)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 112px)`,...addPropertyOverrides({RYPfqq_26:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px)`},YhaPiNOoH:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 96px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15c238i-container\",layoutDependency:layoutDependency,layoutId:\"i8bS0L9TJ-container\",children:/*#__PURE__*/_jsx(ButtonLarge,{dtLkIBtSk:false,height:\"100%\",id:\"i8bS0L9TJ\",J2XdLs8n4:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Canal no Slack\",layoutId:\"i8bS0L9TJ\",Mh6yJJQwh:\"https://join.slack.com/t/undistrocommunity/shared_invite/zt-21slyrao4-dTW_XtOB90QVj05txOX6rA\",mWGlurUmg:true,NRP0u51ft:true,S4jNc_8Cw:true,style:{width:\"100%\"},variant:\"Vt9tCjLZg\",width:\"100%\",z1ILSuKdM:\"ArrowDown\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-66LQ9.framer-b3cyiu, .framer-66LQ9 .framer-b3cyiu { display: block; }\",\".framer-66LQ9.framer-1wzhdr8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 32px; height: 306px; justify-content: center; padding: 24px 56px 24px 56px; position: relative; width: 432px; }\",\".framer-66LQ9 .framer-dy2j1n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-66LQ9 .framer-fzul0o { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-66LQ9 .framer-15c238i-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-66LQ9.framer-1wzhdr8, .framer-66LQ9 .framer-dy2j1n { gap: 0px; } .framer-66LQ9.framer-1wzhdr8 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-66LQ9.framer-1wzhdr8 > :first-child { margin-left: 0px; } .framer-66LQ9.framer-1wzhdr8 > :last-child { margin-right: 0px; } .framer-66LQ9 .framer-dy2j1n > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-66LQ9 .framer-dy2j1n > :first-child { margin-top: 0px; } .framer-66LQ9 .framer-dy2j1n > :last-child { margin-bottom: 0px; } }\",\".framer-66LQ9.framer-v-eei90s.framer-1wzhdr8 { padding: 0px 48px 0px 48px; }\",\".framer-66LQ9.framer-v-iynqbe.framer-1wzhdr8 { padding: 32px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 306\n * @framerIntrinsicWidth 432\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"YhaPiNOoH\":{\"layout\":[\"fixed\",\"fixed\"]},\"RYPfqq_26\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKKfWVOf_4=withCSS(Component,css,\"framer-66LQ9\");export default FramerKKfWVOf_4;FramerKKfWVOf_4.displayName=\"CTA - SLACK COMMUNITY\";FramerKKfWVOf_4.defaultProps={height:306,width:432};addPropertyControls(FramerKKfWVOf_4,{variant:{options:[\"Qh5qisd4Y\",\"YhaPiNOoH\",\"RYPfqq_26\"],optionTitles:[\"FHD\",\"HD\",\"MOBILE\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKKfWVOf_4,[{explicitInter:true,fonts:[{family:\"Archivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT6jRp9R1oJ0vyVQ.woff2\",weight:\"600\"}]},...ButtonLargeFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKKfWVOf_4\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YhaPiNOoH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RYPfqq_26\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"306\",\"framerIntrinsicWidth\":\"432\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["withGithubButtonZora", "Component", "props", "amount", "newAmount", "setNewAmout", "ye", "ue", "response", "stargazers_count", "p", "withGithubButtonMarvin", "withGithubButtonCEL", "KKfWVOf_4_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "ButtonLargeFonts", "getFonts", "BNXQcm1y9_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "KKfWVOf_4_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerKKfWVOf_4", "withCSS", "KKfWVOf_4_default", "addPropertyControls", "ControlType", "addFonts"]
}
