{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/SDy9u6Hzz1pFOMiWVStB/MaSH9uaVc52pTYrU67Ry/ProgressAnimation.js", "ssg:https://framerusercontent.com/modules/nXJBBeaZ1S8shjzkhdSY/JA3tknSeDYxPCch3doUZ/lpM0BOtLD.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function ProgressAnimation(props){const{backgroundColor,progressColor,timeAnimation,complete,empty}=props;const[height,setHeight]=useState(0);useEffect(function(){const interval=setInterval(function(){setHeight(prevHeight=>prevHeight>=100?0:prevHeight+1);},timeAnimation);return function cleanup(){clearInterval(interval);};},[timeAnimation]);const styles={container:{height:\"100%\",width:\"100%\",position:\"relative\",overflow:\"hidden\",\"border-radius\":\"12px\"},background:{position:\"absolute\",top:0,left:0,width:\"100%\",height:\"100%\",background:backgroundColor},empty:{height:`0%`},inprogress:{height:`${complete?\"100\":empty?\"0\":height}%`},complete:{height:`100%`},progress:{position:\"absolute\",top:0,left:0,width:\"100%\",\"border-radius\":\"12px\",background:progressColor,transition:`height ${timeAnimation}ms linear`}};return /*#__PURE__*/_jsxs(\"div\",{style:styles.container,children:[/*#__PURE__*/_jsx(\"div\",{style:styles.background}),/*#__PURE__*/_jsx(\"div\",{style:{...styles.progress,...styles.inprogress}})]});}addPropertyControls(ProgressAnimation,{backgroundColor:{title:\"Background Color\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.12)\"},complete:{type:ControlType.Boolean,title:\"Complete\",defaultValue:false},empty:{type:ControlType.Boolean,title:\"Empty\",defaultValue:false},progressColor:{title:\"Progress Color\",type:ControlType.Color,defaultValue:\"black\"},timeAnimation:{title:\"Animation Time (ms)\",type:ControlType.Number,defaultValue:90,min:10,max:1e3,step:10}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ProgressAnimation\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ProgressAnimation.map", "// Generated by Framer (9f68555)\nvar _componentPresets_fonts,_componentPresets_fonts1;import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ProgressAnimation from\"https://framerusercontent.com/modules/SDy9u6Hzz1pFOMiWVStB/MaSH9uaVc52pTYrU67Ry/ProgressAnimation.js\";import*as componentPresets from\"https://framerusercontent.com/modules/OWzdUeZNBjPlMbZOoQkv/1o8dnNX1N4SStHGBS0bQ/componentPresets.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/CYRxsLVLbPQS8OtYH43A/ie4aFodgEXkbdscBcH0N/bHXp82_Gy.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/y0xtokFqq6e4ubKuIZtq/PbwHeVDwXfoNnpI8VZhE/I3H_0Gpr1.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/Z6z0lcLq30pWzhHXGPnq/eF5gUvVVGV39LPyNXqPB/iGsV8U8xz.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/EL3T6W3UytnQbdv6H9Rn/dbciw4iqfv3xnpKXd3xB/K_TV3xitw.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/TXzespU6n4YQMSRsPrQJ/DN0HA3VGk38J1DJSakdc/NVxk8ylCf.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/wUhmi28rPN22RgV7x14Z/kXvXyrXiIeoDKQ0K5hPW/OA3SYeG19.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/8XYIrdn0yRnvIePkFk2o/Vvn6509QvvKbOcD2WksX/pdREw9LSw.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/QYGI16n5D0tKOLuDBlDg/YuM6seLHgfRbtccqzSqe/R79s582xG.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/PHCoHnUqGYA8Vm2anvAD/zpP02tgHMfxOvD3RdKFc/sJ2QEITYH.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/Fvclhkhl92udXDH4R0VX/zFJZc2vfZzhi4otLj7Hf/wrCQAxEqh.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/bDbQvDDfKw5QO7Y8ih8V/DqUxzI7XfrYFSy4sJIdx/yV75mmmsp.js\";const ProgressAnimationFonts=getFonts(ProgressAnimation);const cycleOrder=[\"NFQQ_73Nb\",\"NiYR5e1AM\",\"yZ1qJbxMb\"];const serializationHash=\"framer-m2Y2B\";const variantClassNames={NFQQ_73Nb:\"framer-v-yiyyld\",NiYR5e1AM:\"framer-v-12n8z4r\",yZ1qJbxMb:\"framer-v-1kb2to\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?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 humanReadableVariantMap={\"In Progress\":\"yZ1qJbxMb\",\"Variant 1\":\"NFQQ_73Nb\",Inactive:\"NiYR5e1AM\"};const getProps=({height,id,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,fMMGClLo4:(_ref=text!==null&&text!==void 0?text:props.fMMGClLo4)!==null&&_ref!==void 0?_ref:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Connect data from tools like Revit, PDF Drawings, or Spreadsheets\"})}),variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"NFQQ_73Nb\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,fMMGClLo4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NFQQ_73Nb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-yiyyld\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"NFQQ_73Nb\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({NiYR5e1AM:{\"data-framer-name\":\"Inactive\"},yZ1qJbxMb:{\"data-framer-name\":\"In Progress\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g6n4qt-container\",layoutDependency:layoutDependency,layoutId:\"e7q9KT3Hx-container\",children:/*#__PURE__*/_jsx(ProgressAnimation,{backgroundColor:\"rgba(15, 23, 42, 0.25)\",complete:true,empty:false,height:\"100%\",id:\"e7q9KT3Hx\",layoutId:\"e7q9KT3Hx\",progressColor:\"var(--token-61499991-90ba-4f12-b93e-e22d97153abf, rgb(59, 130, 246))\",style:{height:\"100%\",width:\"100%\"},timeAnimation:50,width:\"100%\",...addPropertyOverrides({NiYR5e1AM:{complete:false,empty:true},yZ1qJbxMb:{complete:false}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/9rhBPUZttCbLCWqJEL42/YouTube.js:Youtube\":componentPresets.props[\"ZhHnFe_gS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:fMMGClLo4,className:\"framer-sve7l7\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"LgsJRw4t6\",style:{\"--extracted-r6o4lv\":\"var(--token-09750e7e-451f-4dad-8e2d-ede2ac80151d, rgb(15, 23, 42))\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},stylesPresetsClassNames:{a:\"framer-styles-preset-1x5q87\",blockquote:\"framer-styles-preset-wwnlxj\",code:\"framer-styles-preset-cxtned\",h1:\"framer-styles-preset-1f0zhng\",h2:\"framer-styles-preset-1ms4vxc\",h3:\"framer-styles-preset-1gh4x3m\",h4:\"framer-styles-preset-a51vou\",h5:\"framer-styles-preset-xzsf1y\",h6:\"framer-styles-preset-1szoaiz\",img:\"framer-styles-preset-1vbr0bt\",p:\"framer-styles-preset-lqen8t\"},variants:{NiYR5e1AM:{opacity:.5}},verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-m2Y2B.framer-1ozt171, .framer-m2Y2B .framer-1ozt171 { display: block; }\",\".framer-m2Y2B.framer-yiyyld { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-m2Y2B .framer-1g6n4qt-container { align-self: stretch; flex: none; height: auto; position: relative; width: 2px; }\",\".framer-m2Y2B .framer-sve7l7 { flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-m2Y2B.framer-yiyyld { gap: 0px; } .framer-m2Y2B.framer-yiyyld > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-m2Y2B.framer-yiyyld > :first-child { margin-left: 0px; } .framer-m2Y2B.framer-yiyyld > :last-child { margin-right: 0px; } }\",\".framer-m2Y2B.framer-v-12n8z4r.framer-yiyyld { align-content: flex-start; align-items: flex-start; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NiYR5e1AM\":{\"layout\":[\"fixed\",\"auto\"]},\"yZ1qJbxMb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"fMMGClLo4\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlpM0BOtLD=withCSS(Component,css,\"framer-m2Y2B\");export default FramerlpM0BOtLD;FramerlpM0BOtLD.displayName=\"Progress Outline Item\";FramerlpM0BOtLD.defaultProps={height:72,width:400};addPropertyControls(FramerlpM0BOtLD,{variant:{options:[\"NFQQ_73Nb\",\"NiYR5e1AM\",\"yZ1qJbxMb\"],optionTitles:[\"Variant 1\",\"Inactive\",\"In Progress\"],title:\"Variant\",type:ControlType.Enum},fMMGClLo4:{defaultValue:\"<p>Connect data from tools like Revit, PDF Drawings, or Spreadsheets</p>\",title:\"Text\",type:ControlType.RichText}});addFonts(FramerlpM0BOtLD,[{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\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...ProgressAnimationFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"ZhHnFe_gS\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"ZhHnFe_gS\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlpM0BOtLD\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"72\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NiYR5e1AM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yZ1qJbxMb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"fMMGClLo4\\\":\\\"text\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lpM0BOtLD.map"],
  "mappings": "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",
  "names": ["ProgressAnimation", "props", "backgroundColor", "progressColor", "timeAnimation", "complete", "empty", "height", "setHeight", "ye", "ue", "interval", "prevHeight", "styles", "u", "p", "addPropertyControls", "ControlType", "_componentPresets_fonts", "_componentPresets_fonts1", "ProgressAnimationFonts", "getFonts", "ProgressAnimation", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "fMMGClLo4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "ComponentPresetsProvider", "RichText2", "css", "FramerlpM0BOtLD", "withCSS", "lpM0BOtLD_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset"]
}
