{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cagny0cM5McoWxjfXtHU/ce85NHrLsvGCAVIyZshk/h4RTyU2U_.js"],
  "sourcesContent": ["// Generated by Framer (241a4b4)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, Link, RichText, useLocaleInfo, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nimport Image from \"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/73UsIpa97froefZwqzz9/Image.js\";\nconst ImageFonts = getFonts(Image);\nconst enabledGestures = {\n  w5bm9BkFp: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"w5bm9BkFp\", \"sphrCyGz_\"];\nconst variantClassNames = {\n  sphrCyGz_: \"framer-v-1j86mda\",\n  w5bm9BkFp: \"framer-v-5nkigc\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst transitions = {\n  default: {\n    delay: .1,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    type: \"tween\"\n  }\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst transformTemplate = (_, t) => `perspective(1200px) ${t}`;\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst humanReadableVariantMap = {\n  Desktop: \"w5bm9BkFp\",\n  Phone: \"sphrCyGz_\"\n};\nconst getProps = ({\n  height,\n  id,\n  image,\n  link,\n  title,\n  width,\n  ...props\n}) => {\n  var ref, ref1, _variant, ref2;\n  return {\n    ...props,\n    BS79JqKOS: (ref = image !== null && image !== void 0 ? image : props.BS79JqKOS) !== null && ref !== void 0 ? ref : {\n      src: new URL(\"https://framerusercontent.com/images/bSE0majc0YcyqKRj8wVix9km8.jpg?scale-down-to=1024\").href,\n      srcSet: `${new URL(\"https://framerusercontent.com/images/bSE0majc0YcyqKRj8wVix9km8.jpg?scale-down-to=512\").href} 340w, ${new URL(\"https://framerusercontent.com/images/bSE0majc0YcyqKRj8wVix9km8.jpg?scale-down-to=1024\").href} 681w, ${new URL(\"https://framerusercontent.com/images/bSE0majc0YcyqKRj8wVix9km8.jpg?scale-down-to=2048\").href} 1362w, ${new URL(\"https://framerusercontent.com/images/bSE0majc0YcyqKRj8wVix9km8.jpg?scale-down-to=4096\").href} 2725w, ${new URL(\"https://framerusercontent.com/images/bSE0majc0YcyqKRj8wVix9km8.jpg\").href} 4024w`\n    },\n    l3udzJYTU: link !== null && link !== void 0 ? link : props.l3udzJYTU,\n    mVp63y32C: (ref1 = title !== null && title !== void 0 ? title : props.mVp63y32C) !== null && ref1 !== void 0 ? ref1 : \"Project\",\n    variant: (ref2 = (_variant = humanReadableVariantMap[props.variant]) !== null && _variant !== void 0 ? _variant : props.variant) !== null && ref2 !== void 0 ? ref2 : \"w5bm9BkFp\"\n  };\n};\nconst createLayoutDependency = (props, variants) => variants.join(\"-\") + props.layoutDependency;\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    mVp63y32C,\n    BS79JqKOS,\n    l3udzJYTU,\n    ...restProps\n  } = getProps(props);\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"w5bm9BkFp\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = createLayoutDependency(props, variants);\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-wGmbk\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(Link, {\n          href: l3udzJYTU,\n          openInNewTab: false,\n          smoothScroll: true,\n          children: /*#__PURE__*/_jsxs(motion.a, {\n            ...restProps,\n            className: `${cx(\"framer-5nkigc\", className)} framer-xbkta2`,\n            \"data-framer-name\": \"Desktop\",\n            layoutDependency: layoutDependency,\n            layoutId: \"w5bm9BkFp\",\n            ref: ref,\n            style: {\n              borderBottomLeftRadius: 3,\n              borderBottomRightRadius: 3,\n              borderTopLeftRadius: 3,\n              borderTopRightRadius: 3,\n              ...style\n            },\n            ...addPropertyOverrides({\n              \"w5bm9BkFp-hover\": {\n                \"data-framer-name\": undefined\n              },\n              sphrCyGz_: {\n                \"data-framer-name\": \"Phone\"\n              }\n            }, baseVariant, gestureVariant),\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1ih970v\",\n              \"data-framer-name\": \"Black Overlay\",\n              layoutDependency: layoutDependency,\n              layoutId: \"hxNxT6Rgd\",\n              style: {\n                backgroundColor: \"var(--token-f5048536-acbe-4a75-9c3a-3dffe267aad9, rgba(0, 0, 0, 0.2))\",\n                opacity: 0\n              },\n              variants: {\n                \"w5bm9BkFp-hover\": {\n                  opacity: 1\n                },\n                sphrCyGz_: {\n                  background: 'linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0%, var(--token-f5048536-acbe-4a75-9c3a-3dffe267aad9, rgba(0, 0, 0, 0.2)) /* {\"name\":\"20% True Black\"} */ 100%)',\n                  opacity: 1\n                }\n              },\n              children: /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    style: {\n                      \"--font-selector\": \"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\n                      \"--framer-font-family\": '\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Hello\"\n                  })\n                }),\n                className: \"framer-ev1iro\",\n                fonts: [\"GF;Inter Tight-regular\"],\n                layoutDependency: layoutDependency,\n                layoutId: \"IGfuHiCO5\",\n                style: {\n                  \"--extracted-r6o4lv\": \"var(--token-39969313-d2b6-4fbf-9960-4fb2f3d8e689, rgb(255, 255, 255)) \",\n                  \"--framer-link-text-color\": \"rgb(0, 153, 255)\",\n                  \"--framer-link-text-decoration\": \"underline\",\n                  \"--framer-paragraph-spacing\": \"0px\"\n                },\n                text: mVp63y32C,\n                variants: {\n                  \"w5bm9BkFp-hover\": {\n                    \"--extracted-r6o4lv\": \"var(--token-39969313-d2b6-4fbf-9960-4fb2f3d8e689, rgb(255, 255, 255))\"\n                  }\n                },\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              })\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-19f49hd-container\",\n              layoutDependency: layoutDependency,\n              layoutId: \"TAnQr5nOK-container\",\n              ...addPropertyOverrides({\n                \"w5bm9BkFp-hover\": {\n                  transformTemplate\n                }\n              }, baseVariant, gestureVariant),\n              children: /*#__PURE__*/_jsx(Image, {\n                alt: \"\",\n                height: \"100%\",\n                id: \"TAnQr5nOK\",\n                image: toResponsiveImage(BS79JqKOS),\n                layoutId: \"TAnQr5nOK\",\n                newTab: true,\n                padding: 0,\n                radius: 0,\n                shadowOptions: {\n                  shadowBlur: 4,\n                  shadowColor: \"rgba(0, 0, 0, 0.2)\",\n                  shadowEnabled: false,\n                  shadowX: 0,\n                  shadowY: 2\n                },\n                style: {\n                  width: \"100%\"\n                },\n                width: \"100%\"\n              })\n            })]\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-wGmbk [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-wGmbk .framer-xbkta2 { display: block; }\", \".framer-wGmbk .framer-5nkigc { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 370px; will-change: var(--framer-will-change-override, transform); }\", \".framer-wGmbk .framer-1ih970v { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-end; left: 0px; overflow: hidden; padding: 10px 10px 10px 10px; position: absolute; top: 0px; width: 100%; z-index: 2; }\", \".framer-wGmbk .framer-ev1iro { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 3; }\", \".framer-wGmbk .framer-19f49hd-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-wGmbk .framer-v-5nkigc .framer-5nkigc { cursor: pointer; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wGmbk .framer-5nkigc, .framer-wGmbk .framer-1ih970v { gap: 0px; } .framer-wGmbk .framer-5nkigc > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-wGmbk .framer-5nkigc > :first-child, .framer-wGmbk .framer-1ih970v > :first-child { margin-top: 0px; } .framer-wGmbk .framer-5nkigc > :last-child, .framer-wGmbk .framer-1ih970v > :last-child { margin-bottom: 0px; } .framer-wGmbk .framer-1ih970v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\", \".framer-wGmbk.framer-v-1j86mda .framer-1ih970v { bottom: 0px; height: min-content; padding: 40px 10px 10px 10px; right: 0px; top: unset; width: unset; }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           * @framerIntrinsicHeight 556\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           * @framerIntrinsicWidth 370\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sphrCyGz_\":{\"layout\":[\"fixed\",\"auto\"]},\"hJJy3SolQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           * @framerVariables {\"mVp63y32C\":\"title\",\"BS79JqKOS\":\"image\",\"l3udzJYTU\":\"link\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           */\nconst Framerh4RTyU2U_ = withCSS(Component, css, \"framer-wGmbk\");\nexport default Framerh4RTyU2U_;\nFramerh4RTyU2U_.displayName = \"Project Details\";\nFramerh4RTyU2U_.defaultProps = {\n  height: 556,\n  width: 370\n};\naddPropertyControls(Framerh4RTyU2U_, {\n  variant: {\n    options: [\"w5bm9BkFp\", \"sphrCyGz_\"],\n    optionTitles: [\"Desktop\", \"Phone\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  mVp63y32C: {\n    defaultValue: \"Project\",\n    title: \"Title\",\n    type: ControlType.String\n  },\n  BS79JqKOS: {\n    __defaultAssetReference: \"data:framer/asset-reference,bSE0majc0YcyqKRj8wVix9km8.jpg?originalFilename=girl-with-red-hat-xn5TsHnJd4o-unsplash.jpg&preferredSize=auto\",\n    title: \"Image\",\n    type: ControlType.ResponsiveImage\n  },\n  l3udzJYTU: {\n    title: \"Link\",\n    type: ControlType.Link\n  }\n});\naddFonts(Framerh4RTyU2U_, [{\n  family: \"Inter Tight\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:canvasComponent/h4RTyU2U_:default\",\n    url: \"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qXCRToK8EPg.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qXCRToK8EPg.ttf\",\n  weight: \"400\"\n}, ...ImageFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Framerh4RTyU2U_\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerVariables\": \"{\\\"mVp63y32C\\\":\\\"title\\\",\\\"BS79JqKOS\\\":\\\"image\\\",\\\"l3udzJYTU\\\":\\\"link\\\"}\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sphrCyGz_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hJJy3SolQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"370\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"556\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./h4RTyU2U_.map"],
  "mappings": "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",
  "names": ["ImageFonts", "getFonts", "Image", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "transformTemplate", "_", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "image", "link", "title", "width", "props", "ref", "ref1", "_variant", "ref2", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "mVp63y32C", "BS79JqKOS", "l3udzJYTU", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "x", "css", "Framerh4RTyU2U_", "withCSS", "h4RTyU2U_default", "addPropertyControls", "ControlType", "addFonts"]
}
