{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Ez1hjCb65GowtjqArGbW/mmE8QWOxZe0TacAz9fuT/MapboxSearchBox.js", "ssg:https://framerusercontent.com/modules/QjPPjopC65ejnNu0Fu4P/sH084bVaPwdM3wem8u9F/FtXC_04_n.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";const LoadingComponent=()=>/*#__PURE__*/_jsx(\"div\",{children:\"Loading search box...\"});addPropertyControls(MapboxSearchBox,{language:{type:ControlType.Enum,defaultValue:\"en\",options:[\"en\",\"es\"],optionTitles:[\"English\",\"Spanish\"]}});export default function MapboxSearchBox(props){const[isClient,setIsClient]=useState(false);const[SearchBoxComponent,setSearchBoxComponent]=useState(null);useEffect(()=>{setIsClient(true);import(\"@mapbox/search-js-react\").then(module=>{setSearchBoxComponent(()=>module.SearchBox);});},[]);if(!isClient||!SearchBoxComponent){return /*#__PURE__*/_jsx(LoadingComponent,{});}const accessToken=\"pk.eyJ1Ijoic3BoZXJpY2Fsc3R1ZGlvIiwiYSI6ImNtMG16cmFmNDA4NDkybm9sbTkzaXI2eDEifQ.yA6V9bHTcOhb03HtOtKh_A\";const placeholder={en:\"Enter an address to explore\",es:\"Ingrese una direcci\\xf3n para explorar\"};const theme={cssText:\".Input:focus { border-style: none; } .SearchBox:focus-within { border-color: #F6BB45; }\",variables:{fontFamily:\"TWK Everett Regular, sans-serif\",unit:\"14px\",padding:\"14px 20px\",borderRadius:\"12px\",boxShadow:\"0 0 4px rgba(0, 0, 0, 0.1)\",border:\"2px solid #9e9d90\",colorBackdrop:\"rgba(0, 0, 0, 0.5)\",colorBackground:\"#ffffff\",colorBackgroundHover:\"#fef7e6\",colorBackgroundActive:\"#fde1a0\",colorText:\"#17181A\",fontWeight:\"normal\",fontWeightBold:\"bold\",lineHeight:\"1.5\",minWidth:\"250px\",paddingFooterLabel:\"14px 20px\"},icons:{search:`\n            <svg width=\"20\" height=\"20\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n                <path d=\"M26.9128 25.5867L21.0452 19.7203C22.7459 17.6786 23.5939 15.0598 23.4129 12.4087C23.2319 9.75761 22.0358 7.27837 20.0735 5.48671C18.1111 3.69505 15.5335 2.72891 12.8769 2.78929C10.2204 2.84966 7.68933 3.9319 5.81037 5.81086C3.93141 7.68982 2.84918 10.2208 2.7888 12.8774C2.72843 15.534 3.69456 18.1116 5.48622 20.0739C7.27788 22.0363 9.75713 23.2324 12.4082 23.4134C15.0593 23.5944 17.6781 22.7464 19.7198 21.0457L25.5863 26.9133C25.6734 27.0004 25.7768 27.0695 25.8906 27.1166C26.0044 27.1638 26.1264 27.188 26.2495 27.188C26.3727 27.188 26.4947 27.1638 26.6085 27.1166C26.7223 27.0695 26.8257 27.0004 26.9128 26.9133C26.9999 26.8262 27.069 26.7228 27.1162 26.609C27.1633 26.4952 27.1876 26.3732 27.1876 26.25C27.1876 26.1268 27.1633 26.0049 27.1162 25.8911C27.069 25.7773 26.9999 25.6738 26.9128 25.5867ZM4.68703 13.125C4.68703 11.4562 5.18189 9.82494 6.10901 8.4374C7.03613 7.04986 8.35389 5.9684 9.89564 5.32979C11.4374 4.69118 13.1339 4.52408 14.7706 4.84965C16.4073 5.17521 17.9107 5.9788 19.0907 7.15881C20.2708 8.33882 21.0744 9.84223 21.3999 11.4789C21.7255 13.1157 21.5584 14.8122 20.9198 16.3539C20.2812 17.8957 19.1997 19.2134 17.8122 20.1405C16.4246 21.0677 14.7933 21.5625 13.1245 21.5625C10.8875 21.56 8.74286 20.6703 7.16106 19.0885C5.57926 17.5067 4.68952 15.362 4.68703 13.125Z\" fill=\"#3A3D40\"/>\n            </svg>\n            `}};return /*#__PURE__*/_jsx(SearchBoxComponent,{accessToken:accessToken,placeholder:placeholder[props.language],options:{//bbox: \"-118.94470304698102,32.799595075390286,-117.64638597948208,34.82330415665878\",\ntypes:\"neighborhood,poi,place,address\",language:props.language},theme:theme,onRetrieve:startOnboarding});}const startOnboarding=retrieval=>{const feature=retrieval.features[0];const properties=feature?.properties;if(!properties)return console.error(\"No properties on autocomplete result\");const{latitude,longitude}=properties.coordinates;const searchText=properties.name||properties.address||\"\";// RudderStack tracking\nwindow.rudderanalytics.track(\"form_submitted\",{object:\"form\",event:\"submit\",action:\"start_onboarding\",location:\"home_hero\"});const onboardingUrl=`https://la.livinginfrastructure.org/onboarding/site-select?lng=${longitude}&lat=${latitude}&search=${encodeURIComponent(searchText)}`;window.location.href=onboardingUrl;};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"MapboxSearchBox\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MapboxSearchBox.map", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,FormContainer,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MapboxSearchBox from\"https://framerusercontent.com/modules/Ez1hjCb65GowtjqArGbW/mmE8QWOxZe0TacAz9fuT/MapboxSearchBox.js\";const MapboxSearchBoxFonts=getFonts(MapboxSearchBox);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const serializationHash=\"framer-ikLcj\";const variantClassNames={vKgk145CD:\"framer-v-dioyit\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:.2,mass:1,stiffness:100,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:40,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"default\":return\"en\";case\"N5adzEXBX\":return\"es\";default:return\"en\";}};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 getProps=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"vKgk145CD\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{...restProps,...gestureHandlers,__framer__presenceAnimate:animation,__framer__presenceInitial:animation1,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:1280,positionX:\"center\",positionY:\"bottom\"},className:cx(scopingClassNames,\"framer-dioyit\",className,classNames),\"data-framer-appear-id\":\"dioyit\",\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"vKgk145CD\",optimized:true,ref:refBinding,style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},children:/*#__PURE__*/_jsx(FormContainer,{className:\"framer-qzeyiv\",\"data-framer-name\":\"rd:form-initiate_onboarding_entrypoint-home_hero\",layoutDependency:layoutDependency,layoutId:\"rmIJdQ0DZ\",nodeId:\"rmIJdQ0DZ\",children:formState=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18ygz4x-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"cwfe3_SAG-container\",nodeId:\"cwfe3_SAG\",rendersWithMotion:true,scopeId:\"FtXC_04_n\",children:/*#__PURE__*/_jsx(MapboxSearchBox,{height:\"100%\",id:\"cwfe3_SAG\",language:convertFromEnum(activeLocale?.id,activeLocale),layoutId:\"cwfe3_SAG\",style:{maxWidth:\"100%\"},width:\"100%\"})})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ikLcj.framer-13ex8ig, .framer-ikLcj .framer-13ex8ig { display: block; }\",\".framer-ikLcj.framer-dioyit { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ikLcj .framer-qzeyiv { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-width: 290px; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-ikLcj .framer-18ygz4x-container { flex: none; height: auto; max-width: 100%; min-width: 100%; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ikLcj.framer-dioyit, .framer-ikLcj .framer-qzeyiv { gap: 0px; } .framer-ikLcj.framer-dioyit > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ikLcj.framer-dioyit > :first-child, .framer-ikLcj .framer-qzeyiv > :first-child { margin-top: 0px; } .framer-ikLcj.framer-dioyit > :last-child, .framer-ikLcj .framer-qzeyiv > :last-child { margin-bottom: 0px; } .framer-ikLcj .framer-qzeyiv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 290\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFtXC_04_n=withCSS(Component,css,\"framer-ikLcj\");export default FramerFtXC_04_n;FramerFtXC_04_n.displayName=\"Onboarding Entrypoint\";FramerFtXC_04_n.defaultProps={height:40,width:290};addFonts(FramerFtXC_04_n,[{explicitInter:true,fonts:[]},...MapboxSearchBoxFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFtXC_04_n\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"290\",\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["LoadingComponent", "p", "addPropertyControls", "MapboxSearchBox", "ControlType", "props", "isClient", "setIsClient", "ye", "SearchBoxComponent", "setSearchBoxComponent", "ue", "module", "accessToken", "placeholder", "theme", "startOnboarding", "retrieval", "properties", "latitude", "longitude", "searchText", "window", "onboardingUrl", "MapboxSearchBoxFonts", "getFonts", "MapboxSearchBox", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "convertFromEnum", "value", "activeLocale", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "MotionDivWithFXWithOptimizedAppearEffect", "FormContainer", "formState", "l", "ComponentViewportProvider", "SmartComponentScopedContainer", "MapboxSearchBox", "css", "FramerFtXC_04_n", "withCSS", "FtXC_04_n_default", "addFonts", "MapboxSearchBoxFonts"]
}
