{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/AwAtbcM92MxKyxCaWYs2/3DogXEAp4ACwLLkA6R0j/Heading.js", "ssg:https://framerusercontent.com/modules/vmxL7Sx8PJF59kclPOCg/tanej7Hll4vMU5e9esCG/iUrC4jnlm.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useLayoutEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * HEADING\n * By @benjaminnathan\n *\n * @framerIntrinsicWidth 260\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */ export default function Heading(props){const{textContent,minFontSize,maxFontSize,scaler,offset,font,fontControlType,color}=props;const{// fontFamily,\n// fontWeight,\nfontStyle,textAlign,letterSpacing,lineHeight,textTransform}=font;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const clampedSize=`clamp(${minFontSize}px, ${scaler}vw, ${maxFontSize}px)`;/* Get width for canvas previewing */ const[width,setWidth]=useState(0);const ref=useRef(null);const clampedSizeOnCanvas=clamp(width*(scaler/100),minFontSize,maxFontSize);/* Grab the width on prop changes */ if(isCanvas){useLayoutEffect(()=>{setWidth(ref.current.offsetWidth);});}return /*#__PURE__*/ _jsx(\"h1\",{ref:ref,style:{color,fontFamily:\"Inter, sans-serif\",fontWeight:\"normal\",...fontControlType,fontSize:isCanvas?clampedSizeOnCanvas:clampedSize,fontStyle,textAlign,letterSpacing:`${letterSpacing/100}em`,lineHeight:isCanvas?`${clampedSizeOnCanvas*lineHeight}px`:lineHeight,textTransform,whiteSpace:\"nowrap\",margin:0,padding:0,position:\"relative\",left:`${offset}%`},children:textContent});};/* Default Properties */ Heading.defaultProps={textContent:\"Hello\",color:\"#888\"};Heading.displayName=\"Heading\";/* Property Controls */ addPropertyControls(Heading,{textContent:{type:ControlType.String,title:\"Text\",defaultValue:\"Hello\"},scaler:{type:ControlType.Number,title:\"Scaler\",min:0,max:100,displayStepper:true,step:.1,unit:\"vw\",defaultValue:20},minFontSize:{type:ControlType.Number,title:\"Min Size\",min:0,displayStepper:true,step:1,unit:\"px\",defaultValue:100},maxFontSize:{type:ControlType.Number,title:\"Max Size\",min:0,displayStepper:true,step:1,unit:\"px\",defaultValue:600},offset:{type:ControlType.Number,title:\"Offset\",min:-100,max:100,displayStepper:true,step:.25,defaultValue:0,unit:\"%\"},color:{type:ControlType.Color,defaultValue:\"#888\"},fontControlType:{type:ControlType.Font,title:\"Font\",controls:\"basic\"},font:{type:ControlType.Object,title:\"Type\",controls:{// fontFamily: {\n//     type: ControlType.String,\n//     title: \"Font\",\n//     defaultValue: \"Inter\",\n// },\n// fontWeight: {\n//     type: ControlType.Enum,\n//     title: \"Weight\",\n//     options: [100, 200, 300, 400, 500, 600, 700, 800, 900],\n//     defaultValue: 400,\n// },\nfontStyle:{type:ControlType.Enum,title:\"Style\",options:[\"normal\",\"italic\",\"oblique\"],optionTitles:[\"Normal\",\"Italic\",\"Oblique\"],defaultValue:\"normal\"},textAlign:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Align\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"],defaultValue:\"center\"},letterSpacing:{type:ControlType.Number,title:\"Letter\",min:-100,max:100,displayStepper:true,step:.1,defaultValue:-5,unit:\"%\"},lineHeight:{type:ControlType.Number,title:\"Line\",min:-100,max:100,displayStepper:true,step:.1,defaultValue:1},textTransform:{type:ControlType.Enum,title:\"Transform\",options:[\"none\",\"capitalize\",\"uppercase\",\"lowercase\"],optionTitles:[\"None\",\"Capitalize\",\"Uppercase\",\"Lowercase\"]}}}});/* Manual clamping for canvas */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Heading\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"260\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Heading.map", "// Generated by Framer (f074239)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Heading from\"https://framerusercontent.com/modules/AwAtbcM92MxKyxCaWYs2/3DogXEAp4ACwLLkA6R0j/Heading.js\";const HeadingFonts=getFonts(Heading);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"u6GbV8kVP\",\"uRG34XqTD\",\"QK2ZiCRjI\",\"xZpjen6Nh\"];const serializationHash=\"framer-Srb7j\";const variantClassNames={QK2ZiCRjI:\"framer-v-1n2yz8z\",u6GbV8kVP:\"framer-v-ul2nzs\",uRG34XqTD:\"framer-v-1tdrr1r\",xZpjen6Nh:\"framer-v-4b9p03\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition2={delay:0,duration:.6,ease:[.19,1,.22,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:150};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 humanReadableVariantMap={\"Centered Mobile\":\"xZpjen6Nh\",\"Default Mobile\":\"uRG34XqTD\",Centered:\"QK2ZiCRjI\",Default:\"u6GbV8kVP\"};const getProps=({color,height,id,link,newTab,offset,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,dnYQkL1tY:newTab!==null&&newTab!==void 0?newTab:props.dnYQkL1tY,FRQg4kvfU:link!==null&&link!==void 0?link:props.FRQg4kvfU,pabLOa_PR:(_ref=title!==null&&title!==void 0?title:props.pabLOa_PR)!==null&&_ref!==void 0?_ref:\"Title\",rmTulgqtt:(_ref1=color!==null&&color!==void 0?color:props.rmTulgqtt)!==null&&_ref1!==void 0?_ref1:\"var(--token-949aa217-4328-4a90-9079-bc6293877e69, rgb(0, 0, 0))\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"u6GbV8kVP\",YtCdIT8Kd:(_ref3=offset!==null&&offset!==void 0?offset:props.YtCdIT8Kd)!==null&&_ref3!==void 0?_ref3:-1};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,pabLOa_PR,rmTulgqtt,YtCdIT8Kd,FRQg4kvfU,dnYQkL1tY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"u6GbV8kVP\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();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__*/_jsx(Link,{href:FRQg4kvfU,nodeId:\"u6GbV8kVP\",openInNewTab:dnYQkL1tY,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-ul2nzs\",className,classNames)} framer-9x99yd`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"u6GbV8kVP\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({QK2ZiCRjI:{\"data-framer-name\":\"Centered\"},uRG34XqTD:{\"data-framer-name\":\"Default Mobile\"},xZpjen6Nh:{\"data-framer-name\":\"Centered Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-s5on6p-container\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"fPILdVhyz-container\",name:\"Heading\",children:/*#__PURE__*/_jsx(Heading,{color:rmTulgqtt,font:{fontStyle:\"normal\",letterSpacing:-4,lineHeight:1,textAlign:\"left\",textTransform:\"none\"},fontControlType:{fontFamily:'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:500},height:\"100%\",id:\"fPILdVhyz\",layoutId:\"fPILdVhyz\",maxFontSize:280,minFontSize:60,name:\"Heading\",offset:YtCdIT8Kd,scaler:15,style:{width:\"100%\"},textContent:pabLOa_PR,width:\"100%\",...addPropertyOverrides({QK2ZiCRjI:{font:{fontStyle:\"normal\",letterSpacing:-4,lineHeight:1,textAlign:\"center\",textTransform:\"none\"}},uRG34XqTD:{font:{fontStyle:\"normal\",letterSpacing:-4,lineHeight:1.1,textAlign:\"left\",textTransform:\"none\"}},xZpjen6Nh:{font:{fontStyle:\"normal\",letterSpacing:-4,lineHeight:1.1,textAlign:\"center\",textTransform:\"none\"}}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Srb7j.framer-9x99yd, .framer-Srb7j .framer-9x99yd { display: block; }\",\".framer-Srb7j.framer-ul2nzs { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1200px; }\",\".framer-Srb7j .framer-s5on6p-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Srb7j.framer-ul2nzs { gap: 0px; } .framer-Srb7j.framer-ul2nzs > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Srb7j.framer-ul2nzs > :first-child { margin-left: 0px; } .framer-Srb7j.framer-ul2nzs > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 180\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uRG34XqTD\":{\"layout\":[\"fixed\",\"auto\"]},\"QK2ZiCRjI\":{\"layout\":[\"fixed\",\"auto\"]},\"xZpjen6Nh\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"pabLOa_PR\":\"title\",\"rmTulgqtt\":\"color\",\"YtCdIT8Kd\":\"offset\",\"FRQg4kvfU\":\"link\",\"dnYQkL1tY\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriUrC4jnlm=withCSS(Component,css,\"framer-Srb7j\");export default FrameriUrC4jnlm;FrameriUrC4jnlm.displayName=\"Scaling Heading\";FrameriUrC4jnlm.defaultProps={height:180,width:1200};addPropertyControls(FrameriUrC4jnlm,{variant:{options:[\"u6GbV8kVP\",\"uRG34XqTD\",\"QK2ZiCRjI\",\"xZpjen6Nh\"],optionTitles:[\"Default\",\"Default Mobile\",\"Centered\",\"Centered Mobile\"],title:\"Variant\",type:ControlType.Enum},pabLOa_PR:{defaultValue:\"Title\",title:\"Title\",type:ControlType.String},rmTulgqtt:{defaultValue:'var(--token-949aa217-4328-4a90-9079-bc6293877e69, rgb(0, 0, 0)) /* {\"name\":\"Foreground\"} */',title:\"Color\",type:ControlType.Color},YtCdIT8Kd:{defaultValue:-1,displayStepper:true,max:100,min:-100,step:.25,title:\"Offset\",type:ControlType.Number},FRQg4kvfU:{title:\"Link\",type:ControlType.Link},dnYQkL1tY:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FrameriUrC4jnlm,[{explicitInter:true,fonts:[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"}]},...HeadingFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriUrC4jnlm\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"pabLOa_PR\\\":\\\"title\\\",\\\"rmTulgqtt\\\":\\\"color\\\",\\\"YtCdIT8Kd\\\":\\\"offset\\\",\\\"FRQg4kvfU\\\":\\\"link\\\",\\\"dnYQkL1tY\\\":\\\"newTab\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uRG34XqTD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QK2ZiCRjI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xZpjen6Nh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"180\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iUrC4jnlm.map"],
  "mappings": "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",
  "names": ["Heading", "props", "textContent", "minFontSize", "maxFontSize", "scaler", "offset", "font", "fontControlType", "color", "fontStyle", "textAlign", "letterSpacing", "lineHeight", "textTransform", "isCanvas", "RenderTarget", "clampedSize", "width", "setWidth", "ye", "ref", "pe", "clampedSizeOnCanvas", "clamp", "fe", "p", "addPropertyControls", "ControlType", "num", "min", "max", "HeadingFonts", "getFonts", "Heading", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "color", "height", "id", "link", "newTab", "offset", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Variants", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pabLOa_PR", "rmTulgqtt", "YtCdIT8Kd", "FRQg4kvfU", "dnYQkL1tY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "ComponentViewportProvider", "css", "FrameriUrC4jnlm", "withCSS", "iUrC4jnlm_default", "addPropertyControls", "ControlType", "addFonts"]
}
