{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/jojPDoWbWb65rBwkaRiD/jH6gbxJByv7ZoJwGq4sR/CMS_Nav_Helper.js", "ssg:https://framerusercontent.com/modules/4o1PxleEeythaweGAs6O/6Odbd9jQXjCaBQ69cwno/rzECQXTh2.js"],
  "sourcesContent": ["import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";//import CMSNav from \"https://framer.com/m/CMS-Nav-ZBOY.js\"\nimport{addPropertyControls,ControlType}from\"framer\";import React,{useState,useEffect}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";const useStore=createStore({prev:\"\",next:\"\",current:\"\"});/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n * @framerDisableUnlink\n */export default function CMS_NAV(props){//console.log(props.layers)\nfunction EmptyState({title,description}){return /*#__PURE__*/_jsxs(\"div\",{style:{...emptyStateStyle,width:\"100%\",height:\"100%\"},children:[/*#__PURE__*/_jsx(\"h1\",{style:{...stateTitleStyle},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{...stateParagraphStyle},children:description})]});}if(props.layers.length==0||props.cms_nav.length==0){// console.log(\"no layer\")\nreturn EmptyState({title:\"CMS Nav Helper\",description:\"Connect a collection list and your navigation component that contains prev, next, listing and count variables.\"});}// const ref = React.createRef<HTMLDivElement>()\nconst[arrange,setArrange]=useState(false);useEffect(()=>{// console.log(\"hee 2\")\n// cms collection'\u0131n varolamas\u0131n\u0131 bekliyore\nsetTimeout(function(){setArrange(true);},100);return()=>{if(typeof document!==\"undefined\"){if(document.querySelector('[data-framer-name=\"Listing\"]')){// console.log(\"Anything in here is fired on component unmount.\")\n}}// Anything in here is fired on component unmount.\n};},[]);// console.log(props)\ntry{try{try{var resolved=props.layers[0].props.children.props.children.type({query:props.layers[0].props.children.props.children.props.query,children:props.layers[0].props.children.props.children.props.children});}catch(e){var resolved=props.layers[0].props.children.type({query:props.layers[0].props.children.props.query,children:props.layers[0].props.children.props.children});}}catch(e){var resolved=props.layers[0].type({query:props.layers[0].props.query,children:props.layers[0].props.children});}// console.log(props.layers[0])\n// console.log(\"resolved\", resolved)\nvar allPosts=resolved.props.children;var currentImageSrc,currentPostSlug,currentKey,dynamicKey,total,index;allPosts.forEach(function(post,key){var image=post.props.children.props.children.props.children.props.children[0].props.background;if(document.querySelector(\"img[src='\"+image.src+\"']\")){var _post_props_children_props,_post_props_children;// console.log(\"this is the current\", image, post)\nconst dynamicValue=(_post_props_children=post.props.children)===null||_post_props_children===void 0?void 0:(_post_props_children_props=_post_props_children.props)===null||_post_props_children_props===void 0?void 0:_post_props_children_props.value;dynamicKey=dynamicValue?Object.keys(dynamicValue)[0]:undefined;currentImageSrc=image.src;currentPostSlug=post.props.children.props[\"value\"][dynamicKey];currentKey=key;}});// console.log({ currentImageSrc, currentPostSlug, currentKey })\n// if you are not using \"reverse\"\n// swicth prev and next\nvar next,prev;if(currentKey==allPosts.length-1){var _allPosts__props_children_props,_allPosts__props_children;const dynamicValue=(_allPosts__props_children=allPosts[0].props.children)===null||_allPosts__props_children===void 0?void 0:(_allPosts__props_children_props=_allPosts__props_children.props)===null||_allPosts__props_children_props===void 0?void 0:_allPosts__props_children_props.value;const dynamicKey=dynamicValue?Object.keys(dynamicValue)[0]:undefined;next=allPosts[0].props.children.props[\"value\"][dynamicKey];}else{// console.log(\"hello\")\n// console.log(dynamicKey)\nnext=allPosts[currentKey+1].props.children.props[\"value\"][dynamicKey];}if(currentKey==0){prev=allPosts[allPosts.length-1].props.children.props[\"value\"][dynamicKey];}else{prev=allPosts[currentKey-1].props.children.props[\"value\"][dynamicKey];}total=parseInt(allPosts.length),index=parseInt(currentKey);//console.log({ prev, next, total, index })\n}catch(e){}var listing=`./${props.cmsPath}`;var prevLink=`./${props.cmsPath}/${prev}`;var nextLink=`./${props.cmsPath}/${next}`;var count=`${index+1} / ${total}`;if(typeof document!==\"undefined\"){if(document.querySelector(\"[data-framer-name=Prev]\")){document.onkeydown=function(event){event.stopPropagation();event.preventDefault();switch(event.keyCode){case 37:document.querySelector(\"[data-framer-name=Prev]\").click();break;case 38:document.querySelector(\"[data-framer-name=Listing]\").click();break;case 39:document.querySelector(\"[data-framer-name=Next]\").click();break;}};}}var style;if(props.fullView){style={width:\"100%\",height:\"96vh\"};}else{style={width:\"auto\"};}try{var clonedCmsNav=/*#__PURE__*/React.cloneElement(props.cms_nav[0].props.children.props.children,{prev:prevLink,next:nextLink,listing:listing,count:total?count:\"\",style:style});}catch(e){try{var clonedCmsNav=/*#__PURE__*/React.cloneElement(props.cms_nav[0].props.children,{prev:prevLink,next:nextLink,listing:listing,count:total?count:\"\",style:style});}catch(e){var clonedCmsNav=/*#__PURE__*/React.cloneElement(props.cms_nav[0],{prev:prevLink,next:nextLink,listing:listing,count:total?count:\"\",style:style});}}return /*#__PURE__*/_jsx(\"div\",{children:clonedCmsNav});}// Styles are written in object syntax\n// Learn more: https://reactjs.org/docs/dom-elements.html#style\nconst containerStyle={height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"};CMS_NAV.displayName=\"CMS Nav Helper\";addPropertyControls(CMS_NAV,{layers:{type:ControlType.ComponentInstance},cms_nav:{type:ControlType.ComponentInstance},cmsPath:{type:ControlType.String},fullView:{type:ControlType.Boolean,defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CMS_NAV\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CMS_Nav_Helper.map", "// Generated by Framer (455587d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-OvF2F\";const variantClassNames={z91dve8sC:\"framer-v-edqrzo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,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 getProps=({count,height,id,listing,next,prev,width,...props})=>{return{...props,ugiLdqCtD:next??props.ugiLdqCtD,vZBlxdWh0:count??props.vZBlxdWh0,XIeGU1gJ4:listing??props.XIeGU1gJ4,yy6hpD4c4:prev??props.yy6hpD4c4};};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,yy6hpD4c4,XIeGU1gJ4,ugiLdqCtD,vZBlxdWh0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"z91dve8sC\",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:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-edqrzo\",className,classNames),\"data-framer-name\":\"CMS Nav\",layoutDependency:layoutDependency,layoutId:\"z91dve8sC\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28)))\"},children:\"asdas\"})}),className:\"framer-29hn2f\",\"data-framer-name\":\"Photo Count\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"LqHLDwz_5\",style:{\"--extracted-tcooor\":\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(28, 28, 28))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:.5},text:vZBlxdWh0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:yy6hpD4c4,motionChild:true,nodeId:\"XZPXNmVYr\",openInNewTab:false,scopeId:\"rzECQXTh2\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-md7h9e framer-1wsqlp5\",\"data-framer-name\":\"Prev\",layoutDependency:layoutDependency,layoutId:\"XZPXNmVYr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-k22bqb\",layoutDependency:layoutDependency,layoutId:\"yChZyJKPE\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gjlgxo\",layoutDependency:layoutDependency,layoutId:\"oAMp8ilj2\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:135}})]})}),/*#__PURE__*/_jsx(Link,{href:XIeGU1gJ4,motionChild:true,nodeId:\"uUVVNOEPz\",openInNewTab:false,scopeId:\"rzECQXTh2\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1i7dj4j framer-1wsqlp5\",\"data-framer-name\":\"Listing\",layoutDependency:layoutDependency,layoutId:\"uUVVNOEPz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-twzy1e\",layoutDependency:layoutDependency,layoutId:\"YZxNPekpA\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eeq0yz\",layoutDependency:layoutDependency,layoutId:\"cEwCOn0R_\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9crry3\",layoutDependency:layoutDependency,layoutId:\"Ncb7Fcx9v\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-irnqyk\",layoutDependency:layoutDependency,layoutId:\"u2l49c9Kx\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\"}})]})}),/*#__PURE__*/_jsx(Link,{href:ugiLdqCtD,motionChild:true,nodeId:\"fwPJh4WiD\",openInNewTab:false,scopeId:\"rzECQXTh2\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-boz72d framer-1wsqlp5\",\"data-framer-name\":\"Next\",layoutDependency:layoutDependency,layoutId:\"fwPJh4WiD\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-elwe4s\",layoutDependency:layoutDependency,layoutId:\"s6EU5Wm4Y\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:135}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aen5n8\",layoutDependency:layoutDependency,layoutId:\"x9PSpCv_e\",style:{backgroundColor:\"var(--token-db9cdf3a-0570-4efe-bd37-d15c774f1e50, rgb(0, 0, 0))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:225}})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OvF2F.framer-1wsqlp5, .framer-OvF2F .framer-1wsqlp5 { display: block; }\",\".framer-OvF2F.framer-edqrzo { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 38px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 134px; }\",\".framer-OvF2F .framer-29hn2f { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 29px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OvF2F .framer-md7h9e, .framer-OvF2F .framer-boz72d { flex: none; height: 38px; overflow: visible; position: relative; text-decoration: none; width: 38px; }\",\".framer-OvF2F .framer-k22bqb { flex: none; height: 19px; left: calc(47.3684210526316% - 2px / 2); overflow: visible; position: absolute; top: 3px; width: 2px; }\",\".framer-OvF2F .framer-gjlgxo { bottom: 4px; flex: none; height: 19px; left: calc(47.3684210526316% - 2px / 2); overflow: visible; position: absolute; width: 2px; }\",\".framer-OvF2F .framer-1i7dj4j { flex: none; height: 38px; overflow: hidden; position: relative; text-decoration: none; width: 38px; }\",\".framer-OvF2F .framer-twzy1e { bottom: 13px; flex: none; height: 6px; overflow: visible; position: absolute; right: 12px; width: 6px; }\",\".framer-OvF2F .framer-1eeq0yz { bottom: 13px; flex: none; height: 6px; left: 11px; overflow: visible; position: absolute; width: 6px; }\",\".framer-OvF2F .framer-9crry3 { flex: none; height: 6px; overflow: visible; position: absolute; right: 12px; top: 10px; width: 6px; }\",\".framer-OvF2F .framer-irnqyk { flex: none; height: 6px; left: 11px; overflow: visible; position: absolute; top: 10px; width: 6px; }\",\".framer-OvF2F .framer-elwe4s { flex: none; height: 19px; left: calc(52.63157894736844% - 2px / 2); overflow: visible; position: absolute; top: 3px; width: 2px; }\",\".framer-OvF2F .framer-aen5n8 { bottom: 4px; flex: none; height: 19px; left: calc(52.63157894736844% - 2px / 2); overflow: visible; position: absolute; width: 2px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 134\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"yy6hpD4c4\":\"prev\",\"XIeGU1gJ4\":\"listing\",\"ugiLdqCtD\":\"next\",\"vZBlxdWh0\":\"count\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerrzECQXTh2=withCSS(Component,css,\"framer-OvF2F\");export default FramerrzECQXTh2;FramerrzECQXTh2.displayName=\"CMS Nav\";FramerrzECQXTh2.defaultProps={height:38,width:134};addPropertyControls(FramerrzECQXTh2,{yy6hpD4c4:{title:\"Prev\",type:ControlType.Link},XIeGU1gJ4:{title:\"Listing\",type:ControlType.Link},ugiLdqCtD:{title:\"Next\",type:ControlType.Link},vZBlxdWh0:{defaultValue:\"\",displayTextArea:false,title:\"Count\",type:ControlType.String}});addFonts(FramerrzECQXTh2,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrzECQXTh2\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"134\",\"framerIntrinsicHeight\":\"38\",\"framerVariables\":\"{\\\"yy6hpD4c4\\\":\\\"prev\\\",\\\"XIeGU1gJ4\\\":\\\"listing\\\",\\\"ugiLdqCtD\\\":\\\"next\\\",\\\"vZBlxdWh0\\\":\\\"count\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./rzECQXTh2.map"],
  "mappings": "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",
  "names": ["createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "useStore", "createStore", "CMS_NAV", "props", "EmptyState", "title", "description", "u", "emptyStateStyle", "p", "stateTitleStyle", "stateParagraphStyle", "arrange", "setArrange", "ye", "ue", "resolved", "allPosts", "currentImageSrc", "currentPostSlug", "currentKey", "dynamicKey", "total", "index", "post", "key", "image", "_post_props_children_props", "_post_props_children", "dynamicValue", "next", "prev", "_allPosts__props_children_props", "_allPosts__props_children", "listing", "prevLink", "nextLink", "count", "event", "style", "clonedCmsNav", "e", "CMS_NAV", "addPropertyControls", "ControlType", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "count", "height", "id", "listing", "next", "prev", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "yy6hpD4c4", "XIeGU1gJ4", "ugiLdqCtD", "vZBlxdWh0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "RichText", "Link", "css", "FramerrzECQXTh2", "withCSS", "rzECQXTh2_default", "addPropertyControls", "ControlType", "addFonts"]
}
