{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kZPD4oU7ZUKMhux1jqCv/MmXtMJ9eDpwhtLDkjjKp/ContentScheduling.js", "ssg:https://framerusercontent.com/modules/jam0FS3Vb8pQycoa0lQr/qdarquXUFaXdNnZ4xTcq/zVqB1TnvO.js"],
  "sourcesContent": ["import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 400\n */export default function ContentScheduler(props){const[isVisible,setIsVisible]=useState(false);useEffect(()=>{const checkVisibility=()=>{const now=new Date;const scheduleDate=new Date(props.scheduleDate);scheduleDate.setUTCHours(...props.scheduleTime.split(\":\").map(Number));setIsVisible(now>=scheduleDate);};checkVisibility();const timer=setInterval(checkVisibility,6e4)// Check every minute\n;return()=>clearInterval(timer);},[props.scheduleDate,props.scheduleTime]);if(!isVisible)return null;return /*#__PURE__*/_jsx(_Fragment,{children:props.content});}ContentScheduler.defaultProps={scheduleDate:new Date().toISOString().split(\"T\")[0],scheduleTime:\"00:00\",content:null};addPropertyControls(ContentScheduler,{scheduleDate:{type:ControlType.Date,title:\"Schedule Date\"},scheduleTime:{type:ControlType.String,title:\"Schedule Time (UTC)\",defaultValue:\"00:00\"},content:{type:ControlType.ComponentInstance,title:\"Content\",description:\"Please note the date and time is in UTC\\n\\nv1.0 \\n[via SegmentUI](https://www.segmentUI.com)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ContentScheduler\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"400\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth any-prefer-fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ContentScheduling.map", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import ContentScheduler from\"#framer/local/codeFile/IThU_5Q/ContentScheduling.js\";import*as sharedStyle3 from\"#framer/local/css/ALeoHd2zM/ALeoHd2zM.js\";import*as sharedStyle2 from\"#framer/local/css/djDPEUwhH/djDPEUwhH.js\";import*as sharedStyle from\"#framer/local/css/V5nk717xE/V5nk717xE.js\";import*as sharedStyle1 from\"#framer/local/css/yA7fVgwLn/yA7fVgwLn.js\";import metadataProvider from\"#framer/local/webPageMetadata/zVqB1TnvO/zVqB1TnvO.js\";const ContentSchedulerFonts=getFonts(ContentScheduler);const breakpoints={j7BqJMnxv:\"(min-width: 810px) and (max-width: 1247px)\",KH6LgTZdD:\"(min-width: 1248px)\",ot1JFU2mr:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-c8Q3e\";const variantClassNames={j7BqJMnxv:\"framer-v-pig4ll\",KH6LgTZdD:\"framer-v-zz8c4x\",ot1JFU2mr:\"framer-v-1puedg3\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"KH6LgTZdD\",Phone:\"ot1JFU2mr\",Tablet:\"j7BqJMnxv\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"KH6LgTZdD\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-c8Q3e`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-c8Q3e`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"KH6LgTZdD\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-zz8c4x\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2zt0sw\",\"data-framer-name\":\"Hero/1.CenterAligned\",name:\"Hero/1.CenterAligned\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e7v5k0\",\"data-framer-name\":\"Content Container\",name:\"Content Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1pz4uok\",\"data-styles-preset\":\"V5nk717xE\",style:{\"--framer-text-alignment\":\"center\"},children:\"Content Scheduling\"})}),className:\"framer-drya6z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nhr962\",\"data-styles-preset\":\"yA7fVgwLn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Set the time to show the component in UTC date and time. The connected connected layer will show after the set time and date has passed.\"})}),className:\"framer-1c4q2us\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sefepj-container\",children:/*#__PURE__*/_jsx(ContentScheduler,{content:[],height:\"100%\",id:\"G0P0purXl\",layoutId:\"G0P0purXl\",scheduleDate:\"2024-12-09\",scheduleTime:\"08:30\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1azllkj-container\",children:/*#__PURE__*/_jsx(ContentScheduler,{content:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nv0ef1\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3e10tb\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:218.18181345285473,intrinsicWidth:218.18181345285473,pixelHeight:480,pixelWidth:480,src:\"https://framerusercontent.com/images/aGdG9vYxAJTZuyLMeyVrWFdk.png\"},className:\"framer-qjzx4r\",\"data-framer-name\":\"image\",name:\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:218.18181345285473,intrinsicWidth:218.18181345285473,pixelHeight:480,pixelWidth:480,sizes:\"40px\",src:\"https://framerusercontent.com/images/Yki8lvUyN23ityLNKlJdLIs9sks.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Yki8lvUyN23ityLNKlJdLIs9sks.png?scale-down-to=512 512w,https://framerusercontent.com/images/Yki8lvUyN23ityLNKlJdLIs9sks.png 1024w\"},className:\"framer-1tucmzl\",\"data-framer-name\":\"image\",name:\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:218.18181345285473,intrinsicWidth:218.18181345285473,pixelHeight:211,pixelWidth:239,sizes:\"40px\",src:\"https://framerusercontent.com/images/rWsS60rBDnCvJr6TDBIceZCBT8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rWsS60rBDnCvJr6TDBIceZCBT8.png?scale-down-to=512 512w,https://framerusercontent.com/images/rWsS60rBDnCvJr6TDBIceZCBT8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rWsS60rBDnCvJr6TDBIceZCBT8.png 1280w\"},className:\"framer-18oi88e\",\"data-framer-name\":\"image\",name:\"image\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a325cv\",\"data-framer-name\":\"Content Container\",name:\"Content Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-z8z57u\",\"data-styles-preset\":\"djDPEUwhH\",style:{\"--framer-text-alignment\":\"center\"},children:\"This is a Scheduled Component\"})}),className:\"framer-1749rg4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rbq60l\",\"data-styles-preset\":\"ALeoHd2zM\",style:{\"--framer-text-alignment\":\"center\"},children:\"This component will be toggled to visible once the set time has passed\"})}),className:\"framer-1luytr3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})],height:\"100%\",id:\"wXOpzxSee\",layoutId:\"wXOpzxSee\",scheduleDate:\"2024-08-19T00:00:00.000Z\",scheduleTime:\"10:21\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-c8Q3e { background: white; }`,\".framer-c8Q3e.framer-1ye4swl, .framer-c8Q3e .framer-1ye4swl { display: block; }\",\".framer-c8Q3e.framer-zz8c4x { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1248px; }\",\".framer-c8Q3e .framer-2zt0sw { align-content: center; align-items: center; background-color: var(--token-2546f2ec-502d-4b32-8634-ef8a4d8c3ed0, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; min-height: 100vh; overflow: hidden; padding: 120px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-c8Q3e .framer-1e7v5k0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-c8Q3e .framer-drya6z, .framer-c8Q3e .framer-1749rg4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-c8Q3e .framer-1c4q2us, .framer-c8Q3e .framer-1luytr3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-c8Q3e .framer-sefepj-container, .framer-c8Q3e .framer-1azllkj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-c8Q3e .framer-1nv0ef1 { --border-bottom-width: 1px; --border-color: #d5db8c; --border-left-width: 1px; --border-right-width: 1px; --border-style: dashed; --border-top-width: 1px; align-content: center; align-items: center; background-color: #fffcf0; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: visible; padding: 40px 24px 40px 24px; position: relative; width: 360px; }\",\".framer-c8Q3e .framer-3e10tb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-c8Q3e .framer-qjzx4r, .framer-c8Q3e .framer-1tucmzl, .framer-c8Q3e .framer-18oi88e { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 40px; }\",\".framer-c8Q3e .framer-a325cv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-c8Q3e.framer-zz8c4x, .framer-c8Q3e .framer-2zt0sw, .framer-c8Q3e .framer-1e7v5k0, .framer-c8Q3e .framer-1nv0ef1, .framer-c8Q3e .framer-3e10tb, .framer-c8Q3e .framer-a325cv { gap: 0px; } .framer-c8Q3e.framer-zz8c4x > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-c8Q3e.framer-zz8c4x > :first-child, .framer-c8Q3e .framer-2zt0sw > :first-child, .framer-c8Q3e .framer-1e7v5k0 > :first-child, .framer-c8Q3e .framer-1nv0ef1 > :first-child, .framer-c8Q3e .framer-a325cv > :first-child { margin-top: 0px; } .framer-c8Q3e.framer-zz8c4x > :last-child, .framer-c8Q3e .framer-2zt0sw > :last-child, .framer-c8Q3e .framer-1e7v5k0 > :last-child, .framer-c8Q3e .framer-1nv0ef1 > :last-child, .framer-c8Q3e .framer-a325cv > :last-child { margin-bottom: 0px; } .framer-c8Q3e .framer-2zt0sw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-c8Q3e .framer-1e7v5k0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-c8Q3e .framer-1nv0ef1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-c8Q3e .framer-3e10tb > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-c8Q3e .framer-3e10tb > :first-child { margin-left: 0px; } .framer-c8Q3e .framer-3e10tb > :last-child { margin-right: 0px; } .framer-c8Q3e .framer-a325cv > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",`@media (min-width: 810px) and (max-width: 1247px) { .${metadata.bodyClassName}-framer-c8Q3e { background: white; } .framer-c8Q3e.framer-zz8c4x { width: 810px; } .framer-c8Q3e .framer-2zt0sw { padding: 100px 24px 64px 24px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-c8Q3e { background: white; } .framer-c8Q3e.framer-zz8c4x { width: 390px; } .framer-c8Q3e .framer-2zt0sw { padding: 100px 24px 48px 24px; }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-c8Q3e[data-border=\"true\"]::after, .framer-c8Q3e [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1248\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"j7BqJMnxv\":{\"layout\":[\"fixed\",\"auto\"]},\"ot1JFU2mr\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerzVqB1TnvO=withCSS(Component,css,\"framer-c8Q3e\");export default FramerzVqB1TnvO;FramerzVqB1TnvO.displayName=\"Resize\";FramerzVqB1TnvO.defaultProps={height:800,width:1248};addFonts(FramerzVqB1TnvO,[{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\"}]},...ContentSchedulerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzVqB1TnvO\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"800\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1248\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j7BqJMnxv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ot1JFU2mr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ContentScheduler", "props", "isVisible", "setIsVisible", "ye", "ue", "checkVisibility", "now", "scheduleDate", "timer", "p", "l", "addPropertyControls", "ControlType", "ContentSchedulerFonts", "getFonts", "ContentScheduler", "breakpoints", "serializationHash", "variantClassNames", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "RichText", "x", "ComponentViewportProvider", "Container", "ContentScheduler", "Image2", "css", "FramerzVqB1TnvO", "withCSS", "zVqB1TnvO_default", "addFonts", "ContentSchedulerFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
