{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/NftlaXqMPF0NfcS2d6S4/p3ptlQfLGFV98UWWl58e/NegativeGap.js", "ssg:https://framerusercontent.com/modules/slmTFq59mPcmttIjkfJD/OboR3YWzsggftGgrsrll/T7Ky1cThV.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 100\n * @framerIntrinsicHeight 100\n */export default function NegativeGap(props){const{gap,connection,direction,distribution,alignment,stacking,...rest}=props;const containerRef=React.useRef(null);// Calculate total size including negative gap\nReact.useEffect(()=>{if(containerRef.current&&connection.length>0){let totalWidth=0;let totalHeight=0;const children=containerRef.current.children;for(let i=0;i<children.length;i++){const child=children[i];if(direction===\"horizontal\"){totalWidth+=child.offsetWidth+(i<children.length-1?gap:0);totalHeight=Math.max(totalHeight,child.offsetHeight);}else{totalWidth=Math.max(totalWidth,child.offsetWidth);totalHeight+=child.offsetHeight+(i<children.length-1?gap:0);}}containerRef.current.style.minWidth=`${totalWidth}px`;containerRef.current.style.minHeight=`${totalHeight}px`;}},[gap,connection.length,direction]);const containerStyle=React.useMemo(()=>({display:\"flex\",flexDirection:direction===\"horizontal\"?\"row\":\"column\",justifyContent:direction===\"horizontal\"?distribution===\"start\"?\"flex-start\":distribution===\"center\"?\"center\":\"flex-end\":alignment===\"top\"?\"flex-start\":alignment===\"center\"?\"center\":\"flex-end\",alignItems:direction===\"horizontal\"?alignment===\"top\"?\"flex-start\":alignment===\"center\"?\"center\":\"flex-end\":distribution===\"start\"?\"flex-start\":distribution===\"center\"?\"center\":\"flex-end\"}),[direction,distribution,alignment]);return /*#__PURE__*/_jsx(\"div\",{ref:containerRef,style:{...containerStyle,width:\"100%\",height:\"100%\"},children:connection.map((child,index)=>{const zIndex=stacking===\"firstOnTop\"?connection.length-index:index;return /*#__PURE__*/React.cloneElement(child,{key:index,style:{...child.props.style,zIndex,marginRight:direction===\"horizontal\"&&index<connection.length-1?gap:0,marginBottom:direction===\"vertical\"&&index<connection.length-1?gap:0}});})});}NegativeGap.defaultProps={gap:-10,direction:\"vertical\",distribution:\"start\",alignment:\"top\",stacking:\"lastOnTop\"};NegativeGap.displayName=\"Negative Gap\";addPropertyControls(NegativeGap,{gap:{type:ControlType.Number,title:\"Gap\",min:-100,max:50,defaultValue:-10},direction:{type:ControlType.SegmentedEnum,options:[\"vertical\",\"horizontal\"],optionTitles:[\"Vertical\",\"Horizontal\"],defaultValue:\"vertical\"},distribution:{type:ControlType.SegmentedEnum,options:[\"start\",\"center\",\"end\"],optionTitles:[\"Start\",\"Center\",\"End\"],defaultValue:\"start\"},alignment:{type:ControlType.SegmentedEnum,options:[\"top\",\"center\",\"bottom\"],optionTitles:[\"Top\",\"Center\",\"Bottom\"],defaultValue:\"top\"},stacking:{type:ControlType.Enum,title:\"Stacking\",options:[\"firstOnTop\",\"lastOnTop\"],optionTitles:[\"First on Top\",\"Last on Top\"],defaultValue:\"lastOnTop\"},connection:{type:ControlType.Array,title:\"Connect\",propertyControl:{type:ControlType.ComponentInstance}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"NegativeGap\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"100\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NegativeGap.map", "// Generated by Framer (4175fb7)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NegativeGap from\"https://framerusercontent.com/modules/NftlaXqMPF0NfcS2d6S4/p3ptlQfLGFV98UWWl58e/NegativeGap.js\";import V2ProfileImage from\"https://framerusercontent.com/modules/hwGL2qwwr1WbIFBwINYR/Uvz4q1o8gsZehOihkdAQ/JY83aldHm.js\";const V2ProfileImageFonts=getFonts(V2ProfileImage);const NegativeGapFonts=getFonts(NegativeGap);const cycleOrder=[\"i200sFEeo\"];const serializationHash=\"framer-jYGbD\";const variantClassNames={i200sFEeo:\"framer-v-za6441\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"i200sFEeo\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-za6441\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"i200sFEeo\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i6nx8h-container\",\"data-framer-name\":\"Negative Gap\",layoutDependency:layoutDependency,layoutId:\"sR8pMgaN4-container\",name:\"Negative Gap\",children:/*#__PURE__*/_jsx(NegativeGap,{alignment:\"center\",connection:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"36px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n79ey2-container\",\"data-framer-name\":\"Nandi\",layoutDependency:layoutDependency,layoutId:\"KI_OfrHrC-container\",name:\"Nandi\",children:/*#__PURE__*/_jsx(V2ProfileImage,{height:\"100%\",id:\"KI_OfrHrC\",layoutId:\"KI_OfrHrC\",name:\"Nandi\",style:{height:\"100%\",width:\"100%\"},variant:\"cmVApQHVA\",width:\"100%\",Wjyp5fgkd:\"New Name\"})})})],direction:\"horizontal\",distribution:\"start\",gap:-4,height:\"100%\",id:\"sR8pMgaN4\",layoutId:\"sR8pMgaN4\",name:\"Negative Gap\",stacking:\"lastOnTop\",width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jYGbD.framer-1pkigyq, .framer-jYGbD .framer-1pkigyq { display: block; }\",\".framer-jYGbD.framer-za6441 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-jYGbD .framer-i6nx8h-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-jYGbD .framer-1n79ey2-container { height: 36px; position: relative; width: 36px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jYGbD.framer-za6441 { gap: 0px; } .framer-jYGbD.framer-za6441 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-jYGbD.framer-za6441 > :first-child { margin-left: 0px; } .framer-jYGbD.framer-za6441 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 36\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerT7Ky1cThV=withCSS(Component,css,\"framer-jYGbD\");export default FramerT7Ky1cThV;FramerT7Ky1cThV.displayName=\"v2/Profiles Wrap - 1\";FramerT7Ky1cThV.defaultProps={height:36,width:36};addFonts(FramerT7Ky1cThV,[{explicitInter:true,fonts:[]},...V2ProfileImageFonts,...NegativeGapFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerT7Ky1cThV\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"36\",\"framerIntrinsicWidth\":\"36\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NegativeGap", "props", "gap", "connection", "direction", "distribution", "alignment", "stacking", "rest", "containerRef", "pe", "ue", "totalWidth", "totalHeight", "children", "i", "child", "containerStyle", "se", "p", "index", "zIndex", "q", "addPropertyControls", "ControlType", "V2ProfileImageFonts", "getFonts", "JY83aldHm_default", "NegativeGapFonts", "NegativeGap", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ComponentViewportProvider", "NegativeGap", "JY83aldHm_default", "css", "FramerT7Ky1cThV", "withCSS", "T7Ky1cThV_default", "addFonts", "V2ProfileImageFonts", "NegativeGapFonts"]
}
