Files
klz-cables.com/.pnpm-store/v10/files/6a/7c8b1085806dbc42359af9a2accc734c0e1bba9dfa0c31f9b30292bd1001eb9d575e9f5669fb4cf2962e65af8febb289f483c404592dc542291bd2bc5591e6
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

1 line
1.2 KiB
Plaintext

{"version":3,"file":"index.js","names":["c","_c","React","createContext","use","EditDepthContext","EditDepthProvider","t0","$","children","parentDepth","useEditDepth","depth","t1","_jsx","value"],"sources":["../../../src/providers/EditDepth/index.tsx"],"sourcesContent":["'use client'\nimport React, { createContext, use } from 'react'\n\nexport const EditDepthContext = createContext(0)\n\nexport const EditDepthProvider: React.FC<{ children: React.ReactNode }> = ({ children }) => {\n const parentDepth = useEditDepth()\n const depth = parentDepth + 1\n\n return <EditDepthContext value={depth}>{children}</EditDepthContext>\n}\n\nexport const useEditDepth = (): number => use(EditDepthContext)\n"],"mappings":"AAAA;;AAAA,SAAAA,CAAA,IAAAC,EAAA;;AACA,OAAOC,KAAA,IAASC,aAAa,EAAEC,GAAG,QAAQ;AAE1C,OAAO,MAAMC,gBAAA,gBAAmBF,aAAA,CAAc;AAE9C,OAAO,MAAMG,iBAAA,GAA6DC,EAAA;EAAA,MAAAC,CAAA,GAAAP,EAAA;EAAC;IAAAQ;EAAA,IAAAF,EAAY;EACrF,MAAAG,WAAA,GAAoBC,YAAA;EACpB,MAAAC,KAAA,GAAcF,WAAA,IAAc;EAAA,IAAAG,EAAA;EAAA,IAAAL,CAAA,QAAAC,QAAA,IAAAD,CAAA,QAAAI,KAAA;IAErBC,EAAA,GAAAC,IAAA,CAAAT,gBAAA;MAAAU,KAAA,EAAyBH,KAAA;MAAAH;IAAA,C;;;;;;;SAAzBI,E;CACT;AAEA,OAAO,MAAMF,YAAA,GAAeA,CAAA,KAAcP,GAAA,CAAIC,gBAAA","ignoreList":[]}