{"version":3,"file":"WebsiteView.BKbfslJc.mjs","names":[],"sources":["https:/framerusercontent.com/modules/JyAdZyTaIUAiDyYjTe9L/ItCMjuXy2cbbsMYT1lkk/WebsiteView.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{Frame,addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";/**\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export function WebsiteFrame(props){const[isLoading,setIsLoading]=React.useState(true);const Spinner=/*#__PURE__*/ _jsx(motion.div,{style:{borderRadius:\"50%\",width:50,height:50,border:`5px solid ${props.trackColor}`,borderTop:`5px solid ${props.loaderColor}`,boxSizing:\"border-box\"},animate:{rotate:360},transition:{ease:\"linear\",repeat:Infinity,duration:1}});return /*#__PURE__*/ _jsxs(Frame,{width:\"100%\",height:\"100%\",background:props.backgroundColor,children:[isLoading&&/*#__PURE__*/ _jsx(Frame,{background:\"\",center:true,children:/*#__PURE__*/ _jsx(\"div\",{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",height:\"100%\"},children:Spinner})}),/*#__PURE__*/ _jsx(\"iframe\",{src:props.websiteUrl,style:{width:\"100%\",height:\"100%\",border:\"none\"},onLoad:()=>setIsLoading(false)})]});}WebsiteFrame.defaultProps={websiteUrl:\"https://www.example.com\",loaderColor:\"#3498db\",trackColor:\"#e9e9e9\",backgroundColor:\"#fff\"};addPropertyControls(WebsiteFrame,{websiteUrl:{title:\"URL\",type:ControlType.String,defaultValue:\"https://www.example.com\",description:\"Format: https://www... (Not all websites will allow embedding)\"},loaderColor:{title:\"Loader\",type:ControlType.Color,defaultValue:\"#3498db\"},trackColor:{title:\"Spinner BG\",type:ControlType.Color,defaultValue:\"#e9e9e9\"},backgroundColor:{title:\"BG\",type:ControlType.Color,defaultValue:\"#fff\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"WebsiteFrame\":{\"type\":\"reactComponent\",\"name\":\"WebsiteFrame\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WebsiteView.map"],"mappings":"yTAMW,SAAS,EAAa,EAAM,CAAoD,GAA9C,CAAC,EAAU,EAAa,CAAC,GAAe,EAAK,CAAO,EAAsB,EAAK,EAAO,IAAI,CAAC,MAAM,CAAC,aAAa,MAAM,MAAM,GAAG,OAAO,GAAG,QAAQ,YAAY,EAAM,WAAW,EAAE,WAAW,YAAY,EAAM,YAAY,EAAE,UAAU,YAAa,EAAC,QAAQ,CAAC,OAAO,GAAI,EAAC,WAAW,CAAC,KAAK,SAAS,OAAO,IAAS,SAAS,CAAE,CAAC,EAAC,CAAC,MAAqB,GAAM,EAAM,CAAC,MAAM,OAAO,OAAO,OAAO,WAAW,EAAM,gBAAgB,SAAS,CAAC,GAAyB,EAAK,EAAM,CAAC,WAAW,GAAG,QAAO,EAAK,SAAuB,EAAK,MAAM,CAAC,MAAM,CAAC,QAAQ,OAAO,WAAW,SAAS,eAAe,SAAS,OAAO,MAAO,EAAC,SAAS,CAAQ,EAAC,AAAC,EAAC,CAAe,EAAK,SAAS,CAAC,IAAI,EAAM,WAAW,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,OAAO,MAAO,EAAC,OAAO,IAAI,GAAa,EAAM,AAAC,EAAC,AAAC,CAAC,EAAC,AAAE,cAAmI,AANv6B,GAAyD,IAA4B,IAA0D,IAAkC,CAMmnB,EAAa,aAAa,CAAC,WAAW,0BAA0B,YAAY,UAAU,WAAW,UAAU,gBAAgB,MAAO,EAAC,EAAoB,EAAa,CAAC,WAAW,CAAC,MAAM,MAAM,KAAK,EAAY,OAAO,aAAa,0BAA0B,YAAY,gEAAiE,EAAC,YAAY,CAAC,MAAM,SAAS,KAAK,EAAY,MAAM,aAAa,SAAU,EAAC,WAAW,CAAC,MAAM,aAAa,KAAK,EAAY,MAAM,aAAa,SAAU,EAAC,gBAAgB,CAAC,MAAM,KAAK,KAAK,EAAY,MAAM,aAAa,MAAO,CAAC,EAAC"}