{"version":3,"file":"fqwP7zkmy.BzxiJ9yY.mjs","names":["useState","useMemo","Right","React.useContext","React.useMemo","React.Fragment","useRef","React.useId"],"sources":["https:/framerusercontent.com/modules/Nf6ZZNdEhYqHQERvx4co/E0zDNhfTuf07oGHPhPCJ/TextWithImageVariables.js","https:/framerusercontent.com/modules/ULYJeNQM1ye7jV93JJaD/0etCfW19P5UsLFI1Z3V5/fqwP7zkmy.js"],"sourcesContent":["// Text and Image Slot Generator: supports [] for up to 3 text variables (manual or CMS) and unlimited [img] slots for canvas frames.\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useMemo,useState}from\"react\";/**\n * Text and Image Slot Generator\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight auto\n */export default function TextWithImageVariables(props){const{template,text1,text2,text3,images=[],imagePadding,font,textColor,hoverColor,enableHover,textAlign,tag,style}=props;const[isHovered,setIsHovered]=useState(false);// Replace [] and [img] in template and handle newlines\nconst parts=useMemo(()=>{let textIndex=0;let imageIndex=0;// Split by [] and [img] tokens\nconst regex=/(\\[img\\]|\\[\\])/g;// Process the template\nconst processedTemplate=template;return processedTemplate.split(regex).map((part,i)=>{if(part===\"[]\"){const textVars=[text1,text2,text3];const value=textVars[textIndex]||\"\";textIndex++;return{type:\"text\",value,key:`txt-${i}`};}if(part===\"[img]\"){const img=images[imageIndex]||null;imageIndex++;return{type:\"img\",value:img,key:`img-${i}`};}return{type:\"plain\",value:part,key:`plain-${i}`};});},[template,text1,text2,text3,images]);const Tag=tag;return /*#__PURE__*/_jsx(Tag,{style:{margin:0,whiteSpace:\"pre-wrap\",width:\"100%\",color:enableHover&&isHovered?hoverColor:textColor,display:\"flex\",flexWrap:\"wrap\",alignItems:\"center\",textAlign:textAlign,justifyContent:textAlign===\"center\"?\"center\":textAlign===\"right\"?\"flex-end\":\"flex-start\",transition:\"color 0.2s ease\",cursor:enableHover?\"pointer\":\"inherit\",...font,...style},onMouseEnter:()=>setIsHovered(true),onMouseLeave:()=>setIsHovered(false),children:parts.map(({type,value,key})=>{if(type===\"img\"&&value){return /*#__PURE__*/_jsx(\"span\",{style:{display:\"inline-flex\",alignItems:\"center\",paddingLeft:imagePadding,paddingRight:imagePadding},children:value},key);}if(type===\"text\"){return /*#__PURE__*/_jsx(\"span\",{style:{wordBreak:\"break-word\",display:\"inline-block\"},children:value},key);}return /*#__PURE__*/_jsx(\"span\",{style:{display:\"inline-block\"},children:value},key);})});}addPropertyControls(TextWithImageVariables,{template:{type:ControlType.String,title:\"Template\",defaultValue:\"This is [] text [img], [img] [], and [] [img]!\",displayTextArea:true,description:\"Use [] for text variables (max 3) and [img] for image slots\"},text1:{type:ControlType.String,title:\"Text Variable 1\",defaultValue:\"нет\"},text2:{type:ControlType.String,title:\"Text Variable 2\",defaultValue:\"нет\"},text3:{type:ControlType.String,title:\"Text Variable 3\",defaultValue:\"нет\"},images:{type:ControlType.Array,title:\"Images\",control:{type:ControlType.ComponentInstance},defaultValue:[null]},imagePadding:{type:ControlType.Number,title:\"Image Padding\",defaultValue:8,min:0,max:100,unit:\"px\",step:1},font:{type:ControlType.Font,title:\"Font\",defaultValue:{fontSize:\"16px\",lineHeight:\"1.5em\",variant:\"Regular\"},controls:\"extended\",defaultFontType:\"sans-serif\"},textColor:{type:ControlType.Color,title:\"Text Color\",defaultValue:\"#000000\"},textAlign:{type:ControlType.Enum,title:\"Text Align\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"left\",displaySegmentedControl:true},enableHover:{type:ControlType.Boolean,title:\"Enable Hover\",defaultValue:false},hoverColor:{type:ControlType.Color,title:\"Hover Color\",defaultValue:\"#0099ff\",hidden:({enableHover})=>!enableHover},tag:{type:ControlType.Enum,title:\"HTML Tag\",options:[\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"p\",\"span\",\"div\"],defaultValue:\"p\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TextWithImageVariables\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TextWithImageVariables.map","// Generated by Framer (14b65b1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TextWithImageVariables from\"https://framerusercontent.com/modules/Nf6ZZNdEhYqHQERvx4co/E0zDNhfTuf07oGHPhPCJ/TextWithImageVariables.js\";import Right from\"https://framerusercontent.com/modules/GCq7Dey9oYD7PQW6cYDM/ceeFzPejqkTQ8lCA2MMo/s9a198PQI.js\";const RightFonts=getFonts(Right);const TextWithImageVariablesFonts=getFonts(TextWithImageVariables);const enabledGestures={mkJd2kbKf:{pressed:true}};const cycleOrder=[\"C8ZE7GHyO\",\"Jn6iyZhcb\",\"mkJd2kbKf\"];const serializationHash=\"framer-QWgXZ\";const variantClassNames={C8ZE7GHyO:\"framer-v-cpoz9o\",Jn6iyZhcb:\"framer-v-11okkkk\",mkJd2kbKf:\"framer-v-1yrxie4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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 humanReadableVariantMap={Desktop:\"C8ZE7GHyO\",Phone:\"mkJd2kbKf\",Tablet:\"Jn6iyZhcb\"};const getProps=({height,id,link,newTab,title,tracking,width,...props})=>{return{...props,CHzlMFV9t:tracking??props.CHzlMFV9t,LPf0PJ0af:link??props.LPf0PJ0af,ORZ3WOn4p:title??props.ORZ3WOn4p??\"Header text\",TwoE8PMZT:newTab??props.TwoE8PMZT,variant:humanReadableVariantMap[props.variant]??props.variant??\"C8ZE7GHyO\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,LPf0PJ0af,ORZ3WOn4p,TwoE8PMZT,CHzlMFV9t,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"C8ZE7GHyO\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"mkJd2kbKf-pressed\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{clickTrackingId:CHzlMFV9t,href:LPf0PJ0af,motionChild:true,nodeId:\"C8ZE7GHyO\",openInNewTab:TwoE8PMZT,scopeId:\"fqwP7zkmy\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-cpoz9o\",className,classNames)} framer-1gxsa5z`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"C8ZE7GHyO\",ref:refBinding,style:{...style},...addPropertyOverrides({\"mkJd2kbKf-pressed\":{\"data-framer-name\":undefined},Jn6iyZhcb:{\"data-framer-name\":\"Tablet\"},mkJd2kbKf:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7786gc-container\",\"data-code-component-plugin-id\":\"84d4c1\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ctBc9RQ3E-container\",nodeId:\"ctBc9RQ3E\",rendersWithMotion:true,scopeId:\"fqwP7zkmy\",children:/*#__PURE__*/_jsx(TextWithImageVariables,{enableHover:true,font:{fontFamily:'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',fontSize:\"24px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",hoverColor:\"var(--token-927c9d31-eac1-4c95-a8d2-aea9d7f24e4c, rgb(237, 223, 92))\",id:\"ctBc9RQ3E\",imagePadding:4,images:[/*#__PURE__*/_jsx(Right,{animated:true,className:\"framer-11sos5u\",layoutDependency:layoutDependency,layoutId:\"jRW036Zt8\",style:{\"--1scwbby\":\"var(--token-6d487664-1cf7-44e5-9c0a-ccb3ada08f8f, rgb(209, 254, 106))\"}})],layoutId:\"ctBc9RQ3E\",tag:\"h2\",template:\"[] [img]\",text1:ORZ3WOn4p,text2:\"\",text3:\"\",textAlign:\"left\",textColor:\"var(--token-becb42c0-aa64-448e-81be-7411ad798c95, rgb(247, 247, 247))\",width:\"100%\",...addPropertyOverrides({Jn6iyZhcb:{font:{fontFamily:'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',fontSize:\"20px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1.5em\"}},mkJd2kbKf:{font:{fontFamily:'\"Unbounded\", \"Unbounded Placeholder\", sans-serif',fontSize:\"18px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1.5em\"}}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QWgXZ.framer-1gxsa5z, .framer-QWgXZ .framer-1gxsa5z { display: block; }\",\".framer-QWgXZ.framer-cpoz9o { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; text-decoration: none; width: 300px; }\",\".framer-QWgXZ .framer-7786gc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-QWgXZ .framer-11sos5u { height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-QWgXZ.framer-v-1yrxie4.framer-cpoz9o { cursor: pointer; padding: 0px 16px 0px 16px; }\",\".framer-QWgXZ.framer-v-1yrxie4.pressed.framer-cpoz9o { min-height: 27px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Jn6iyZhcb\":{\"layout\":[\"fixed\",\"auto\"]},\"mkJd2kbKf\":{\"layout\":[\"fixed\",\"auto\"]},\"jzt2NvDua\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"LPf0PJ0af\":\"link\",\"ORZ3WOn4p\":\"title\",\"TwoE8PMZT\":\"newTab\",\"CHzlMFV9t\":\"tracking\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerfqwP7zkmy=withCSS(Component,css,\"framer-QWgXZ\");export default FramerfqwP7zkmy;FramerfqwP7zkmy.displayName=\"Links/H2+Arrow\";FramerfqwP7zkmy.defaultProps={height:36,width:300};addPropertyControls(FramerfqwP7zkmy,{variant:{options:[\"C8ZE7GHyO\",\"Jn6iyZhcb\",\"mkJd2kbKf\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},LPf0PJ0af:{title:\"Link\",type:ControlType.Link},ORZ3WOn4p:{defaultValue:\"Header text\",displayTextArea:true,title:\"Title\",type:ControlType.String},TwoE8PMZT:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},CHzlMFV9t:{title:\"Tracking\",type:ControlType.TrackingId}});addFonts(FramerfqwP7zkmy,[{explicitInter:true,fonts:[{family:\"Unbounded\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG68b204jHgP6LR0Y.woff2\",weight:\"600\"}]},...RightFonts,...TextWithImageVariablesFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfqwP7zkmy\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"LPf0PJ0af\\\":\\\"link\\\",\\\"ORZ3WOn4p\\\":\\\"title\\\",\\\"TwoE8PMZT\\\":\\\"newTab\\\",\\\"CHzlMFV9t\\\":\\\"tracking\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"36\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Jn6iyZhcb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mkJd2kbKf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jzt2NvDua\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"300\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fqwP7zkmy.map"],"mappings":"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"}