{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Nf6ZZNdEhYqHQERvx4co/E0zDNhfTuf07oGHPhPCJ/TextWithImageVariables.js", "ssg:https://framerusercontent.com/modules/ULYJeNQM1ye7jV93JJaD/0YTeCWnYwDkC9WZ7U6oU/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:\"\u043D\u0435\u0442\"},text2:{type:ControlType.String,title:\"Text Variable 2\",defaultValue:\"\u043D\u0435\u0442\"},text3:{type:ControlType.String,title:\"Text Variable 3\",defaultValue:\"\u043D\u0435\u0442\"},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 (4f3879e)\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-9Im3A\";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-9Im3A.framer-1gxsa5z, .framer-9Im3A .framer-1gxsa5z { display: block; }\",\".framer-9Im3A.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-9Im3A .framer-7786gc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-9Im3A .framer-11sos5u { height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-9Im3A.framer-v-1yrxie4.framer-cpoz9o { cursor: pointer; padding: 0px 16px 0px 16px; }\",\".framer-9Im3A.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-9Im3A\");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\":{\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"LPf0PJ0af\\\":\\\"link\\\",\\\"ORZ3WOn4p\\\":\\\"title\\\",\\\"TwoE8PMZT\\\":\\\"newTab\\\",\\\"CHzlMFV9t\\\":\\\"tracking\\\"}\",\"framerIntrinsicHeight\":\"36\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Jn6iyZhcb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mkJd2kbKf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jzt2NvDua\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"300\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fqwP7zkmy.map"],
  "mappings": "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",
  "names": ["TextWithImageVariables", "props", "template", "text1", "text2", "text3", "images", "imagePadding", "font", "textColor", "hoverColor", "enableHover", "textAlign", "tag", "style", "isHovered", "setIsHovered", "ye", "parts", "se", "textIndex", "imageIndex", "regex", "part", "i", "value", "img", "p", "type", "key", "addPropertyControls", "ControlType", "RightFonts", "getFonts", "s9a198PQI_default", "TextWithImageVariablesFonts", "TextWithImageVariables", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "newTab", "title", "tracking", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "LPf0PJ0af", "ORZ3WOn4p", "TwoE8PMZT", "CHzlMFV9t", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerfqwP7zkmy", "withCSS", "fqwP7zkmy_default", "addPropertyControls", "ControlType", "addFonts"]
}
