{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/3IMw2Gdvy6XAdb83zEQi/KPP8zq0SV4SGjFbtohGV/UIAHufakw.js", "ssg:https://framerusercontent.com/modules/l909kPrU3EMRLM8ffJ0L/eZ6R6hMi9zOq8ZnZfcTv/Markdown.js", "ssg:https://framerusercontent.com/modules/hNya0PFHlqjpOEGOVgGn/ohPsP6bhbsGLT5PK7txi/UIAHufakw.js"],
  "sourcesContent": ["// Generated by Framer (677c5d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Link,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import HomeNav from\"#framer/local/canvasComponent/Cvt0ClPP5/Cvt0ClPP5.js\";import HomeFooterSet from\"#framer/local/canvasComponent/cz4SKj4qC/cz4SKj4qC.js\";import Markdown from\"#framer/local/codeFile/aUoS7bs/Markdown.js\";import Changelog from\"#framer/local/collection/X883e7KPu/X883e7KPu.js\";import*as sharedStyle1 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/UIAHufakw/UIAHufakw.js\";import metadataProvider from\"#framer/local/webPageMetadata/UIAHufakw/UIAHufakw.js\";const MarkdownFonts=getFonts(Markdown);const HeroFonts=getFonts(Hero);const HomeNavFonts=getFonts(HomeNav);const HomeFooterSetFonts=getFonts(HomeFooterSet);const breakpoints={J5AF8jLFi:\"(min-width: 1024px)\",NKzcxX8P0:\"(min-width: 768px) and (max-width: 1023px)\",Yr50_SD7e:\"(max-width: 767px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-c5BvM\";const variantClassNames={J5AF8jLFi:\"framer-v-foz4y0\",NKzcxX8P0:\"framer-v-9jwgye\",Yr50_SD7e:\"framer-v-wyesmj\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={backgroundColor:'var(--token-6492148d-b322-4d3c-8d33-4cca0cd0edf3, rgb(238, 240, 244)) /* {\"name\":\"G3\"} */',opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,y:-2};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"J5AF8jLFi\",Phone:\"Yr50_SD7e\",Tablet:\"NKzcxX8P0\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"J5AF8jLFi\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"UIAHufakw\",data:Changelog,type:\"Collection\"},select:[{collection:\"UIAHufakw\",name:\"bTJEptCSF\",type:\"Identifier\"},{collection:\"UIAHufakw\",name:\"UlSJOZWcw\",type:\"Identifier\"},{collection:\"UIAHufakw\",name:\"Je2YVkWS_\",type:\"Identifier\"},{collection:\"UIAHufakw\",name:\"ZCSDkZZ1A\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"UIAHufakw\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,bTJEptCSF=getFromCurrentRouteData(\"bTJEptCSF\")??\"\",Je2YVkWS_=getFromCurrentRouteData(\"Je2YVkWS_\"),UlSJOZWcw=getFromCurrentRouteData(\"UlSJOZWcw\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(Je2YVkWS_,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"J5AF8jLFi\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-foz4y0\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ouk2q\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cvwdb\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-azoqwd\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hu9hlp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Streamlining Indian Street Food with Take App\"})}),className:\"framer-mbwyg3\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:bTJEptCSF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l24pq9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a6c4d4c6-35b0-4f2c-be76-8e887fa1a5c6, rgb(112, 124, 140))\"},children:\"Jan 4, 2025\"})}),className:\"framer-1nhnwen\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-139lgui\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1knpcuz-container\",\"data-framer-name\":\"Changelog/contents\",isAuthoredByUser:true,name:\"Changelog/contents\",nodeId:\"dEAQyNNKO\",scopeId:\"UIAHufakw\",children:/*#__PURE__*/_jsx(Markdown,{content:UlSJOZWcw,height:\"100%\",id:\"dEAQyNNKO\",layoutId:\"dEAQyNNKO\",name:\"Changelog/contents\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-exw6dt\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://take.app/to/channel\",motionChild:true,nodeId:\"INa7EltWB\",scopeId:\"UIAHufakw\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-130jdv7 framer-1ghgy8q\",whileHover:animation,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eufdge\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xzinza-container\",isModuleExternal:true,nodeId:\"sz7N0yDFV\",scopeId:\"UIAHufakw\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-fae768dd-60bf-4683-8f9a-eb703a3ab19f, rgb(36, 41, 48))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Bell\",id:\"sz7N0yDFV\",layoutId:\"sz7N0yDFV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Subscribe to updates\"})}),className:\"framer-v2vuvl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o6mwb0-container\",isModuleExternal:true,nodeId:\"tya6Bvfyg\",scopeId:\"UIAHufakw\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-ae37ec31-5bda-49a1-824d-27c1d6b4b36d, rgb(71, 71, 71))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRight\",id:\"tya6Bvfyg\",layoutId:\"tya6Bvfyg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://take.canny.io/feature-requests\",motionChild:true,nodeId:\"JwggBBtKb\",scopeId:\"UIAHufakw\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1iz2n1f framer-1ghgy8q\",whileHover:animation,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ds3oq9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wlx393-container\",isModuleExternal:true,nodeId:\"KGLrJ3TVl\",scopeId:\"UIAHufakw\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-fae768dd-60bf-4683-8f9a-eb703a3ab19f, rgb(36, 41, 48))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"PaperAirplane\",id:\"KGLrJ3TVl\",layoutId:\"KGLrJ3TVl\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Request new features\"})}),className:\"framer-riidcc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1423x1o-container\",isModuleExternal:true,nodeId:\"Q51Qp8rmq\",scopeId:\"UIAHufakw\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-ae37ec31-5bda-49a1-824d-27c1d6b4b36d, rgb(71, 71, 71))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRight\",id:\"Q51Qp8rmq\",layoutId:\"Q51Qp8rmq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r2fgmo-container\",layoutScroll:true,nodeId:\"Qoc49W2bI\",scopeId:\"UIAHufakw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Yr50_SD7e:{variant:\"EhrBrgOSY\"}},children:/*#__PURE__*/_jsx(HomeNav,{height:\"100%\",id:\"Qoc49W2bI\",layoutId:\"Qoc49W2bI\",style:{height:\"100%\",width:\"100%\"},variant:\"pbGpZjyxC\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1039,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+140+638.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g9ch99-container\",nodeId:\"jd2twEMrN\",scopeId:\"UIAHufakw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NKzcxX8P0:{variant:\"mMEkVOdN2\"},Yr50_SD7e:{variant:\"kE2krb7DS\"}},children:/*#__PURE__*/_jsx(HomeFooterSet,{height:\"100%\",id:\"jd2twEMrN\",layoutId:\"jd2twEMrN\",style:{width:\"100%\"},variant:\"boaHepPpa\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-c5BvM.framer-1ghgy8q, .framer-c5BvM .framer-1ghgy8q { display: block; }\",\".framer-c5BvM.framer-foz4y0 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 140px 0px 0px 0px; position: relative; width: 1024px; }\",\".framer-c5BvM .framer-1ouk2q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 52px; height: min-content; justify-content: flex-start; max-width: 600px; padding: 0px; position: relative; width: 100%; }\",\".framer-c5BvM .framer-1cvwdb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-c5BvM .framer-azoqwd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-c5BvM .framer-hu9hlp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c5BvM .framer-mbwyg3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-c5BvM .framer-1l24pq9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c5BvM .framer-1nhnwen { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-c5BvM .framer-139lgui { background-color: var(--token-f785c132-6d31-4274-b4b9-8aa8bdba3425, #f6f7f9); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-c5BvM .framer-1knpcuz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-c5BvM .framer-exw6dt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-c5BvM .framer-130jdv7, .framer-c5BvM .framer-1iz2n1f { align-content: center; align-items: center; background-color: var(--token-f785c132-6d31-4274-b4b9-8aa8bdba3425, #f6f7f9); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 17px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-c5BvM .framer-1eufdge, .framer-c5BvM .framer-1ds3oq9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-c5BvM .framer-xzinza-container, .framer-c5BvM .framer-1o6mwb0-container, .framer-c5BvM .framer-wlx393-container, .framer-c5BvM .framer-1423x1o-container { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-c5BvM .framer-v2vuvl, .framer-c5BvM .framer-riidcc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-c5BvM .framer-r2fgmo-container { flex: none; height: 80px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-c5BvM .framer-g9ch99-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-c5BvM.framer-foz4y0, .framer-c5BvM .framer-1ouk2q, .framer-c5BvM .framer-1cvwdb, .framer-c5BvM .framer-azoqwd, .framer-c5BvM .framer-hu9hlp, .framer-c5BvM .framer-1l24pq9, .framer-c5BvM .framer-exw6dt, .framer-c5BvM .framer-130jdv7, .framer-c5BvM .framer-1eufdge, .framer-c5BvM .framer-1iz2n1f, .framer-c5BvM .framer-1ds3oq9 { gap: 0px; } .framer-c5BvM.framer-foz4y0 > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-c5BvM.framer-foz4y0 > :first-child, .framer-c5BvM .framer-1ouk2q > :first-child, .framer-c5BvM .framer-1cvwdb > :first-child, .framer-c5BvM .framer-azoqwd > :first-child, .framer-c5BvM .framer-hu9hlp > :first-child, .framer-c5BvM .framer-exw6dt > :first-child { margin-top: 0px; } .framer-c5BvM.framer-foz4y0 > :last-child, .framer-c5BvM .framer-1ouk2q > :last-child, .framer-c5BvM .framer-1cvwdb > :last-child, .framer-c5BvM .framer-azoqwd > :last-child, .framer-c5BvM .framer-hu9hlp > :last-child, .framer-c5BvM .framer-exw6dt > :last-child { margin-bottom: 0px; } .framer-c5BvM .framer-1ouk2q > * { margin: 0px; margin-bottom: calc(52px / 2); margin-top: calc(52px / 2); } .framer-c5BvM .framer-1cvwdb > *, .framer-c5BvM .framer-azoqwd > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-c5BvM .framer-hu9hlp > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-c5BvM .framer-1l24pq9 > *, .framer-c5BvM .framer-130jdv7 > *, .framer-c5BvM .framer-1eufdge > *, .framer-c5BvM .framer-1iz2n1f > *, .framer-c5BvM .framer-1ds3oq9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-c5BvM .framer-1l24pq9 > :first-child, .framer-c5BvM .framer-130jdv7 > :first-child, .framer-c5BvM .framer-1eufdge > :first-child, .framer-c5BvM .framer-1iz2n1f > :first-child, .framer-c5BvM .framer-1ds3oq9 > :first-child { margin-left: 0px; } .framer-c5BvM .framer-1l24pq9 > :last-child, .framer-c5BvM .framer-130jdv7 > :last-child, .framer-c5BvM .framer-1eufdge > :last-child, .framer-c5BvM .framer-1iz2n1f > :last-child, .framer-c5BvM .framer-1ds3oq9 > :last-child { margin-right: 0px; } .framer-c5BvM .framer-exw6dt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,\"@media (min-width: 768px) and (max-width: 1023px) { .framer-c5BvM.framer-foz4y0 { width: 768px; } .framer-c5BvM .framer-1cvwdb, .framer-c5BvM .framer-130jdv7, .framer-c5BvM .framer-1eufdge { order: 0; } .framer-c5BvM .framer-139lgui { order: 1; } .framer-c5BvM .framer-1knpcuz-container, .framer-c5BvM .framer-1o6mwb0-container, .framer-c5BvM .framer-1iz2n1f { order: 2; } .framer-c5BvM .framer-exw6dt { order: 3; }}\",\"@media (max-width: 767px) { .framer-c5BvM.framer-foz4y0 { width: 390px; } .framer-c5BvM .framer-1ouk2q { padding: 0px 20px 0px 20px; } .framer-c5BvM .framer-1cvwdb, .framer-c5BvM .framer-130jdv7, .framer-c5BvM .framer-1eufdge { order: 0; } .framer-c5BvM .framer-139lgui { order: 1; } .framer-c5BvM .framer-1knpcuz-container, .framer-c5BvM .framer-1o6mwb0-container, .framer-c5BvM .framer-1iz2n1f { order: 2; } .framer-c5BvM .framer-exw6dt { order: 3; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2050\n * @framerIntrinsicWidth 1024\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NKzcxX8P0\":{\"layout\":[\"fixed\",\"auto\"]},\"Yr50_SD7e\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerUIAHufakw=withCSS(Component,css,\"framer-c5BvM\");export default FramerUIAHufakw;FramerUIAHufakw.displayName=\"Changelog\";FramerUIAHufakw.defaultProps={height:2050,width:1024};addFonts(FramerUIAHufakw,[{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/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{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/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{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/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{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/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{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/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...MarkdownFonts,...HeroFonts,...HomeNavFonts,...HomeFooterSetFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUIAHufakw\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NKzcxX8P0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Yr50_SD7e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"2050\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1024\",\"framerScrollSections\":\"* @framerResponsiveScreen\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/docs/guides/auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function Markdown(props){const{content}=props;// Parse the markdown manually using a simple regex-based approach\n// Parse the markdown manually using a regex-based approach\nconst renderMarkdown=text=>{// Convert headers\ntext=text.replace(/^### (.+)$/gm,\"<h3 style='margin: 24px 0'>$1</h3>\").replace(/^## (.+)$/gm,\"<h2 style='margin: 32px 0'>$1</h2>\").replace(/^# (.+)$/gm,\"<h1 style='margin: 40px 0'>$1</h1>\");// Convert bold, italic, and strikethrough\ntext=text.replace(/\\*\\*\\*(.+?)\\*\\*\\*/g,\"<strong><em>$1</em></strong>\").replace(/\\*\\*(.+?)\\*\\*/g,\"<strong>$1</strong>\").replace(/\\*(.+?)\\*/g,\"<em>$1</em>\").replace(/~~(.+?)~~/g,\"<del>$1</del>\");// Convert links\ntext=text.replace(/\\[([^\\]]+)\\]\\(([^)]+)\\)/g,'<a href=\"$2\" target=\"_blank\">$1</a>');// Convert images\n// text = text.replace(\n//     /!\\[([^\\]]*)\\]\\(([^)]+)\\)/g,\n//     '<div style=\"text-align: center; width: 100%; margin: 24px 0;\"><img style=\"width: 100%; height: auto; object-fit: contain;\" src=\"$2\" alt=\"$1\" /></div>'\n// )\n// Convert images and .mp4 videos using the same markdown syntax\ntext=text.replace(/!\\[([^\\]]*)\\]\\(([^)]+)\\)/g,(match,alt,url)=>{if(url.endsWith(\".mp4\")){return`<div style=\"margin: 24px 0;\"><video controls style=\"width: 100%; border-radius: 16px;\"><source src=\"${url}\" type=\"video/mp4\">Your browser does not support the video tag.</video></div>`;}else{return`<div style=\"text-align: center; width: 100%; margin: 24px 0;\"><img style=\"width: 100%; height: auto; object-fit: contain;\" src=\"${url}\" alt=\"${alt}\" /></div>`;}});// Convert unordered lists\nconst lines=text.split(\"\\n\");let inList=false;let result=\"\";lines.forEach(line=>{const listMatch=line.match(/^\\s*[-*]\\s(.+)$/);if(listMatch){if(!inList){inList=true;result+=`<ul>`;}result+=`<li>${listMatch[1]}</li>`;}else{if(inList){inList=false;result+=`</ul>`;}result+=line;}});// Close any remaining open list\nif(inList){result+=\"</ul>\";}// Convert newlines to <br/> except within lists\nresult=result.replace(/([^>])\\n(?![<])/g,\"$1<br/>\");return result;};return /*#__PURE__*/_jsx(\"div\",{style:containerStyle,dangerouslySetInnerHTML:{__html:renderMarkdown(content)}});}// Set default values for the content\nMarkdown.defaultProps={content:`## Hello *World*\nHere's what's new and improved in Take App this week:\n\n- **Low Inventory Product Workflow**:\n  Receive WhatsApp or email alerts when your inventory is low.\n  Go to Settings > Workflow and find the \"Inventory low\" trigger.\n\n\nImage\n  ![](https://emo-s3.b-cdn.net/F08KFAF52NT.png)\n\nVideo\n  ![](https://emo-s3.b-cdn.net/F08KXTD56AE.mp4)\n\n\n### Features\n- Markdown support for *italic*, **bold**, ~~strike~~.\n- Links like [Framer](https://www.framer.com).\n- Images: ![Alt Text](https://via.placeholder.com/150)`};// Make the content an external property that can be used in the CMS\naddPropertyControls(Markdown,{content:{type:ControlType.String,title:\"Content\",displayTextArea:true}});// Styles\nconst containerStyle={width:\"100%\",overflow:\"hidden\",fontFamily:\"Inter, sans-serif\",fontWeight:\"regular\",fontSize:\"16px\",lineHeight:\"27px\",color:\"#333\"};const imageStyle={maxWidth:\"100%\",height:\"auto\",display:\"block\",marginTop:\"24px\",marginBottom:\"48px\",borderRadius:\"20px\"};const anchorStyle={color:\"#000000\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Markdown\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Markdown.map", "// Generated by Framer (677c5d1)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={asG_BmGp9:new LazyValue(()=>import(\"./UIAHufakw-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "Markdown", "props", "content", "p", "containerStyle", "text", "match", "alt", "url", "lines", "inList", "result", "line", "listMatch", "addPropertyControls", "ControlType", "init_ssg_sandbox_shims", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "MarkdownFonts", "getFonts", "Markdown", "HeroFonts", "Icon", "HomeNavFonts", "Cvt0ClPP5_default", "HomeFooterSetFonts", "cz4SKj4qC_default", "breakpoints", "serializationHash", "variantClassNames", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "transition1", "animation", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "X883e7KPu_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "bTJEptCSF", "Je2YVkWS_", "UlSJOZWcw", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "usePreloadLocalizedValues", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "RichText2", "ComponentViewportProvider", "Container", "Markdown", "Link", "Icon", "getLocalizedValue", "PropertyOverrides2", "Cvt0ClPP5_default", "cz4SKj4qC_default", "css", "FramerUIAHufakw", "withCSS", "UIAHufakw_default", "addFonts", "MarkdownFonts", "HeroFonts", "HomeNavFonts", "HomeFooterSetFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
