{"version":3,"file":"rzECQXTh2.CsFVfSEg.mjs","names":["useStore","e","dynamicKey"],"sources":["https:/framer.com/m/framer/store.js@^1.0.0","https:/framerusercontent.com/modules/jojPDoWbWb65rBwkaRiD/jH6gbxJByv7ZoJwGq4sR/CMS_Nav_Helper.js","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'ın varolamasını 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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"}