{"version":3,"file":"bXkTJ7AnL.C26_ASSo.mjs","names":["Component","_Fragment","className","css"],"sources":["https:/framerusercontent.com/modules/HQpw3l7oD76WSHilXK0M/cvQBf31dMlIpW1yU7qnq/BreadcrumbOverride.js","https:/framerusercontent.com/modules/o2WcHW2O68hcJFmRJUcZ/YTSjiX0yP8vd9nagVDSc/bXkTJ7AnL.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";export function withSchema(Component){return props=>{const linksArray=extractTextAndHref(props);// Generate JSON-LD for breadcrumb structured data\nconst breadcrumbData={\"@context\":\"https://schema.org\",\"@type\":\"BreadcrumbList\",itemListElement:linksArray.map((link,i)=>{return{\"@type\":\"ListItem\",\"@id\":`https://www.krauss-gmbh.com${link.href}`,position:i+1,name:link.text,item:`https://www.krauss-gmbh.com${link.href}`};})};return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"script\",{type:\"application/ld+json\",dangerouslySetInnerHTML:{__html:JSON.stringify(breadcrumbData)}}),/*#__PURE__*/_jsx(Component,{...props})]});};}function extractTextAndHref(data){const results=[];// Helper function to search for 'href' in the node recursively\nconst findHref=node=>{if(node&&typeof node===\"object\"){// Directly check for 'href' in the current object\nif(\"href\"in node)return node.href;// Recursively search nested objects\nfor(const key in node){const child=node[key];if(child&&typeof child===\"object\"){const href=findHref(child);if(href)return href;}}}return null;};// Function to traverse and extract text and href\nconst traverse=node=>{if(!node||typeof node!==\"object\")return;// Extract text and find href\nconst{text}=node;const href=text?findHref(node):null;// Store the result if both are present\nif(text&&href){results.push({text,href});}// Traverse the children only if they are objects or arrays\nfor(const key in node){const child=node[key];if(child&&(typeof child===\"object\"||Array.isArray(child))){traverse(child);}}};// Start traversal from the input data\ntraverse(data);return results;}\nexport const __FramerMetadata__ = {\"exports\":{\"withSchema\":{\"type\":\"reactHoc\",\"name\":\"withSchema\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BreadcrumbOverride.map","// Generated by Framer (9f2fb1c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withSchema}from\"https://framerusercontent.com/modules/HQpw3l7oD76WSHilXK0M/cvQBf31dMlIpW1yU7qnq/BreadcrumbOverride.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/JeowWwvOa7r886B3YRGS/CPzLUhZ1ysIpcGHxkwoN/iWdmJKb6h.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xjhZ8SS8x1OdYBJAdAUG/cqxmWJTc24a3wkfqGNu6/xV5i52TGE.js\";const MotionDivWithSchema6u5w36=withCodeBoundaryForOverrides(motion.div,{nodeId:\"n0CGEQ1xw\",override:withSchema,scopeId:\"bXkTJ7AnL\"});const serializationHash=\"framer-aYtlG\";const variantClassNames={n0CGEQ1xw:\"framer-v-6u5w36\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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.create(React.Fragment);const getProps=({height,id,level1,level11,level2,level21,level3,level31,width,...props})=>{return{...props,H5QfzCybh:level3??props.H5QfzCybh,HQfiuf1SP:level21??props.HQfiuf1SP??\"Level 2\",MUiQ2xT6L:level2??props.MUiQ2xT6L,pZ433CEvR:level1??props.pZ433CEvR,SfI00rNth:level31??props.SfI00rNth??\"Artikelstammdaten optimal verwalten: Tipps & Strategien\",vI2j3bQCm:level11??props.vI2j3bQCm??\"Level 1\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,pZ433CEvR,vI2j3bQCm,MUiQ2xT6L,HQfiuf1SP,H5QfzCybh,SfI00rNth,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"n0CGEQ1xw\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(pZ433CEvR);const visible1=isSet(MUiQ2xT6L);const visible2=isSet(H5QfzCybh);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionDivWithSchema6u5w36,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-6u5w36\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"n0CGEQ1xw\",ref:refBinding,style:{...style},children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x8tv2m\",\"data-styles-preset\":\"xV5i52TGE\",children:/*#__PURE__*/_jsx(Link,{href:pZ433CEvR,motionChild:true,nodeId:\"RAuQc077O\",openInNewTab:false,scopeId:\"bXkTJ7AnL\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n8wp4s\",\"data-styles-preset\":\"iWdmJKb6h\",children:\"Level 1\"})})})}),className:\"framer-e7470c\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RAuQc077O\",text:vI2j3bQCm,verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(153, 153, 153))\"},children:\"/\"})}),className:\"framer-1uwm7ie\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xfsx0BHhv\",style:{\"--extracted-r6o4lv\":\"rgb(153, 153, 153)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x8tv2m\",\"data-styles-preset\":\"xV5i52TGE\",children:/*#__PURE__*/_jsx(Link,{href:MUiQ2xT6L,motionChild:true,nodeId:\"gSbfYfNIu\",openInNewTab:false,scopeId:\"bXkTJ7AnL\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n8wp4s\",\"data-styles-preset\":\"iWdmJKb6h\",children:\"Level 2\"})})})}),className:\"framer-blbq9m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gSbfYfNIu\",text:HQfiuf1SP,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(153, 153, 153))\"},children:\"/\"})}),className:\"framer-15atsyp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RxLHwofSw\",style:{\"--extracted-r6o4lv\":\"rgb(153, 153, 153)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),visible2&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x8tv2m\",\"data-styles-preset\":\"xV5i52TGE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b9ffd317-0d5a-43e0-bab1-6bf465168afd, rgb(64, 120, 150)))\"},children:/*#__PURE__*/_jsx(Link,{href:H5QfzCybh,motionChild:true,nodeId:\"r717ZZxBK\",openInNewTab:false,scopeId:\"bXkTJ7AnL\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-n8wp4s\",\"data-styles-preset\":\"iWdmJKb6h\",children:\"Artikelstammdaten optimal verwalten: Tipps & Strategien\"})})})}),className:\"framer-dt991i\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r717ZZxBK\",style:{\"--extracted-r6o4lv\":\"var(--token-b9ffd317-0d5a-43e0-bab1-6bf465168afd, rgb(64, 120, 150))\"},text:SfI00rNth,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aYtlG.framer-12doizu, .framer-aYtlG .framer-12doizu { display: block; }\",\".framer-aYtlG.framer-6u5w36 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 21px; overflow: hidden; padding: 0px; position: relative; width: 625px; }\",\".framer-aYtlG .framer-e7470c, .framer-aYtlG .framer-1uwm7ie, .framer-aYtlG .framer-blbq9m, .framer-aYtlG .framer-15atsyp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aYtlG .framer-dt991i { flex: 1 0 0px; height: auto; 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-aYtlG.framer-6u5w36 { gap: 0px; } .framer-aYtlG.framer-6u5w36 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aYtlG.framer-6u5w36 > :first-child { margin-left: 0px; } .framer-aYtlG.framer-6u5w36 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 21\n * @framerIntrinsicWidth 625\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"pZ433CEvR\":\"level1\",\"vI2j3bQCm\":\"level11\",\"MUiQ2xT6L\":\"level2\",\"HQfiuf1SP\":\"level21\",\"H5QfzCybh\":\"level3\",\"SfI00rNth\":\"level31\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerbXkTJ7AnL=withCSS(Component,css,\"framer-aYtlG\");export default FramerbXkTJ7AnL;FramerbXkTJ7AnL.displayName=\"Breadcrumb\";FramerbXkTJ7AnL.defaultProps={height:21,width:625};addPropertyControls(FramerbXkTJ7AnL,{pZ433CEvR:{title:\"Level 1\",type:ControlType.Link},vI2j3bQCm:{defaultValue:\"Level 1\",displayTextArea:false,title:\"Level 1\",type:ControlType.String},MUiQ2xT6L:{title:\"Level 2\",type:ControlType.Link},HQfiuf1SP:{defaultValue:\"Level 2\",displayTextArea:false,title:\"Level 2\",type:ControlType.String},H5QfzCybh:{title:\"Level 3\",type:ControlType.Link},SfI00rNth:{defaultValue:\"Artikelstammdaten optimal verwalten: Tipps & Strategien\",title:\"Level 3\",type:ControlType.String}});addFonts(FramerbXkTJ7AnL,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbXkTJ7AnL\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"21\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"625\",\"framerVariables\":\"{\\\"pZ433CEvR\\\":\\\"level1\\\",\\\"vI2j3bQCm\\\":\\\"level11\\\",\\\"MUiQ2xT6L\\\":\\\"level2\\\",\\\"HQfiuf1SP\\\":\\\"level21\\\",\\\"H5QfzCybh\\\":\\\"level3\\\",\\\"SfI00rNth\\\":\\\"level31\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bXkTJ7AnL.map"],"mappings":"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"}