{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/92f3mFZjAhTRoRVIHvjZ/MB1N8Cuu6LYgQfQlBbe9/S1.js", "ssg:https://framerusercontent.com/modules/9Lj3qbQpBw6vKuIaQohj/rUntI2NIn1QVNuMQv7Zp/APgMzFzXc.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export function ShareLink({text,slug,domain,platform,icon,fontSize,fontColor,fontFamily,fontWeight,iconSize,linkColor,imageToShare}){// \u0424\u0443\u043D\u043A\u0446\u0438\u044F \u0434\u043B\u044F \u0444\u043E\u0440\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u043B\u043D\u043E\u0433\u043E URL \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 slug \u0438 \u0434\u043E\u043C\u0435\u043D\u0430\nconst fullUrlToShare=`${domain}/${slug}`;// URL \u0448\u0430\u0431\u043B\u043E\u043D\u044B \u0434\u043B\u044F \u0440\u0430\u0437\u043D\u044B\u0445 \u0441\u043E\u0446\u0441\u0435\u0442\u0435\u0439\nconst platforms={facebook:`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(fullUrlToShare)}`,twitter:`https://twitter.com/intent/tweet?url=${encodeURIComponent(fullUrlToShare)}`,linkedin:`https://www.linkedin.com/shareArticle?mini=true&url=${encodeURIComponent(fullUrlToShare)}`,pinterest:`https://pinterest.com/pin/create/button/?url=${encodeURIComponent(fullUrlToShare)}&media=${encodeURIComponent(imageToShare)}`,telegram:`https://t.me/share/url?url=${encodeURIComponent(fullUrlToShare)}`};const shareURL=platforms[platform];return /*#__PURE__*/_jsxs(\"a\",{href:shareURL,target:\"_blank\",rel:\"noopener noreferrer\",style:{display:\"flex\",alignItems:\"center\",textDecoration:\"none\",color:linkColor,fontSize:fontSize,fontFamily:fontFamily,fontWeight:fontWeight},children:[icon&&/*#__PURE__*/_jsx(\"img\",{src:icon,alt:`${platform} icon`,style:{width:iconSize,height:iconSize,marginRight:8}}),/*#__PURE__*/_jsx(\"span\",{style:{color:fontColor},children:text})]});}// \u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0434\u043B\u044F \u043F\u0430\u043D\u0435\u043B\u0438 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F Framer\naddPropertyControls(ShareLink,{text:{type:ControlType.String,title:\"Text\",defaultValue:\"Share this!\"},slug:{type:ControlType.String,title:\"Slug\",defaultValue:\"my-post\"},domain:{type:ControlType.String,title:\"Domain\",defaultValue:\"https://example.com\"},platform:{type:ControlType.Enum,title:\"Platform\",options:[\"facebook\",\"twitter\",\"linkedin\",\"pinterest\",\"telegram\"],optionTitles:[\"Facebook\",\"Twitter\",\"LinkedIn\",\"Pinterest\",\"Telegram\"]},icon:{type:ControlType.Image,title:\"Icon\"},fontSize:{type:ControlType.Number,title:\"Font Size\",defaultValue:16,min:10,max:36},fontColor:{type:ControlType.Color,title:\"Font Color\",defaultValue:\"#000\"},fontFamily:{type:ControlType.String,title:\"Font Family\",defaultValue:\"Arial, sans-serif\"},fontWeight:{type:ControlType.Enum,title:\"Font Weight\",options:[\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"],optionTitles:[\"Thin\",\"Extra Light\",\"Light\",\"Normal\",\"Medium\",\"Semi Bold\",\"Bold\",\"Extra Bold\",\"Black\"],defaultValue:\"400\"},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:24,min:16,max:48},linkColor:{type:ControlType.Color,title:\"Link Color\",defaultValue:\"#007bff\"},imageToShare:{type:ControlType.Image,title:\"Image to Share\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"ShareLink\":{\"type\":\"reactComponent\",\"name\":\"ShareLink\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./S1.map", "// Generated by Framer (92d6359)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{ShareLink}from\"https://framerusercontent.com/modules/92f3mFZjAhTRoRVIHvjZ/MB1N8Cuu6LYgQfQlBbe9/S1.js\";const ShareLinkFonts=getFonts(ShareLink);const ShareLinkControls=getPropertyControls(ShareLink);const enabledGestures={aGm_3u4k5:{hover:true}};const serializationHash=\"framer-euhdi\";const variantClassNames={aGm_3u4k5:\"framer-v-s9bo5u\"};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 transition1={bounce:0,delay:0,duration:.7,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.create(React.Fragment);const humanReadableEnumMap={Facebook:\"facebook\",LinkedIn:\"linkedin\",Pinterest:\"pinterest\",Telegram:\"telegram\",Twitter:\"twitter\"};const getProps=({domain,height,id,pinterest,platform,slug,width,...props})=>{var _humanReadableEnumMap_platform,_ref,_ref1,_ref2,_ref3,_ref4;return{...props,cD4vQWO6m:(_ref1=(_ref=(_humanReadableEnumMap_platform=humanReadableEnumMap[platform])!==null&&_humanReadableEnumMap_platform!==void 0?_humanReadableEnumMap_platform:platform)!==null&&_ref!==void 0?_ref:props.cD4vQWO6m)!==null&&_ref1!==void 0?_ref1:\"pinterest\",GvYDwS6q7:(_ref2=domain!==null&&domain!==void 0?domain:props.GvYDwS6q7)!==null&&_ref2!==void 0?_ref2:\"balsak.framer.website\",suHGjVp4Y:(_ref3=slug!==null&&slug!==void 0?slug:props.suHGjVp4Y)!==null&&_ref3!==void 0?_ref3:\"jaguar\",ZDs77pOAy:(_ref4=pinterest!==null&&pinterest!==void 0?pinterest:props.ZDs77pOAy)!==null&&_ref4!==void 0?_ref4:\"Pinterest\"};};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,suHGjVp4Y,ZDs77pOAy,cD4vQWO6m,GvYDwS6q7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"aGm_3u4k5\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();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-s9bo5u\",className,classNames),\"data-framer-name\":\"Share\",layoutDependency:layoutDependency,layoutId:\"aGm_3u4k5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"aGm_3u4k5-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-no4o9t-container\",layoutDependency:layoutDependency,layoutId:\"IKIwB4Lcm-container\",children:/*#__PURE__*/_jsx(ShareLink,{domain:GvYDwS6q7,fontColor:\"var(--token-f81bdd53-0cb0-4797-8dd6-60b913fedc45, rgb(255, 255, 255))\",fontFamily:\"Switzer\",fontSize:14,fontWeight:\"500\",height:\"100%\",iconSize:24,id:\"IKIwB4Lcm\",layoutId:\"IKIwB4Lcm\",linkColor:\"rgb(255, 255, 255)\",platform:cD4vQWO6m,slug:suHGjVp4Y,text:ZDs77pOAy,width:\"100%\",...addPropertyOverrides({\"aGm_3u4k5-hover\":{fontColor:\"var(--token-93a4230d-dd8e-4b26-bdbe-bd7469402040, rgb(0, 0, 0))\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12lrec7\",\"data-framer-name\":\"Background\",layoutDependency:layoutDependency,layoutId:\"JojPIBasM\",style:{backgroundColor:\"var(--token-f81bdd53-0cb0-4797-8dd6-60b913fedc45, rgb(255, 255, 255))\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-euhdi.framer-1dhhquv, .framer-euhdi .framer-1dhhquv { display: block; }\",\".framer-euhdi.framer-s9bo5u { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 21px; justify-content: center; overflow: hidden; padding: 0px 4px 0px 4px; position: relative; width: min-content; }\",\".framer-euhdi .framer-no4o9t-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-euhdi .framer-12lrec7 { flex: none; height: 100%; left: -3px; overflow: visible; position: absolute; top: 0px; width: 2%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-euhdi.framer-s9bo5u { gap: 0px; } .framer-euhdi.framer-s9bo5u > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-euhdi.framer-s9bo5u > :first-child { margin-left: 0px; } .framer-euhdi.framer-s9bo5u > :last-child { margin-right: 0px; } }\",\".framer-euhdi.framer-v-s9bo5u.hover .framer-12lrec7 { left: 0px; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 21\n * @framerIntrinsicWidth 65\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"bFVXV17fX\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"suHGjVp4Y\":\"slug\",\"ZDs77pOAy\":\"pinterest\",\"cD4vQWO6m\":\"platform\",\"GvYDwS6q7\":\"domain\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAPgMzFzXc=withCSS(Component,css,\"framer-euhdi\");export default FramerAPgMzFzXc;FramerAPgMzFzXc.displayName=\"Buttom/Buttom share\";FramerAPgMzFzXc.defaultProps={height:21,width:65};addPropertyControls(FramerAPgMzFzXc,{suHGjVp4Y:{defaultValue:\"jaguar\",title:\"Slug\",type:ControlType.String},ZDs77pOAy:{defaultValue:\"Pinterest\",title:\"Pinterest\",type:ControlType.String},cD4vQWO6m:(ShareLinkControls===null||ShareLinkControls===void 0?void 0:ShareLinkControls[\"platform\"])&&{...ShareLinkControls[\"platform\"],defaultValue:\"pinterest\",description:undefined,hidden:undefined,title:\"Platform\"},GvYDwS6q7:{defaultValue:\"balsak.framer.website\",title:\"Domain\",type:ControlType.String}});addFonts(FramerAPgMzFzXc,[{explicitInter:true,fonts:[]},...ShareLinkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAPgMzFzXc\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"65\",\"framerIntrinsicHeight\":\"21\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"bFVXV17fX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"suHGjVp4Y\\\":\\\"slug\\\",\\\"ZDs77pOAy\\\":\\\"pinterest\\\",\\\"cD4vQWO6m\\\":\\\"platform\\\",\\\"GvYDwS6q7\\\":\\\"domain\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./APgMzFzXc.map"],
  "mappings": "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",
  "names": ["ShareLink", "text", "slug", "domain", "platform", "icon", "fontSize", "fontColor", "fontFamily", "fontWeight", "iconSize", "linkColor", "imageToShare", "fullUrlToShare", "shareURL", "u", "p", "addPropertyControls", "ControlType", "ShareLinkFonts", "getFonts", "ShareLink", "ShareLinkControls", "getPropertyControls", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "domain", "height", "id", "pinterest", "platform", "slug", "width", "props", "_humanReadableEnumMap_platform", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "suHGjVp4Y", "ZDs77pOAy", "cD4vQWO6m", "GvYDwS6q7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerAPgMzFzXc", "withCSS", "APgMzFzXc_default", "addPropertyControls", "ControlType", "addFonts"]
}
