{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/iKUm3xBdgjvRWY1xMh2X/xKjBQ82JyIOQfN62Y16u/Image.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * This is a simple component that contains an <img /> element with objectFit.\n * This allows the user to upload images, and upon opening the overlay, the aspect ratio of the image will be preserved.\n * It will also scale down properly if the image height exceeds either the width or the height of the viewport.\n * Plus, it includes some easily customizable properties like radius and padding.\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Image(props){const{src,radius,padding,alt,style}=props;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"flex\",placeContent:\"center\",placeItems:\"center\",width:\"100%\",height:\"100%\",padding:padding},children:/*#__PURE__*/ _jsx(\"img\",{style:{maxWidth:\"100%\",maxHeight:\"100%\",objectFit:\"contain\",borderRadius:radius},alt:alt,src:src})});};Image.defaultProps={radius:10,padding:10};addPropertyControls(Image,{src:{title:\"Image\",type:ControlType.Image},radius:{title:\"Radius\",type:ControlType.Number,min:0,max:100,step:5,displayStepper:true},padding:{title:\"Padding\",type:ControlType.Number,min:0,max:100,step:5,displayStepper:true},alt:{title:\"Alt Tag\",type:ControlType.String,placeholder:\"Photo of\u2026\",defaultValue:\"Photo\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Image\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image.map"],
  "mappings": "uDAOmB,SAARA,EAAuBC,EAAM,CAAC,GAAK,CAAC,IAAAC,EAAI,OAAAC,EAAO,QAAAC,EAAQ,IAAAC,EAAI,MAAAC,CAAK,EAAEL,EAAM,OAAqBM,EAAK,MAAM,CAAC,MAAM,CAAC,QAAQ,OAAO,aAAa,SAAS,WAAW,SAAS,MAAM,OAAO,OAAO,OAAO,QAAQH,CAAO,EAAE,SAAuBG,EAAK,MAAM,CAAC,MAAM,CAAC,SAAS,OAAO,UAAU,OAAO,UAAU,UAAU,aAAaJ,CAAM,EAAE,IAAIE,EAAI,IAAIH,CAAG,CAAC,CAAC,CAAC,CAAE,CAAEF,EAAM,aAAa,CAAC,OAAO,GAAG,QAAQ,EAAE,EAAEQ,EAAoBR,EAAM,CAAC,IAAI,CAAC,MAAM,QAAQ,KAAKS,EAAY,KAAK,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,EAAE,eAAe,EAAI,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,EAAE,eAAe,EAAI,EAAE,IAAI,CAAC,MAAM,UAAU,KAAKA,EAAY,OAAO,YAAY,iBAAY,aAAa,OAAO,CAAC,CAAC",
  "names": ["Image", "props", "src", "radius", "padding", "alt", "style", "p", "addPropertyControls", "ControlType"]
}
