Files
klz-cables.com/.pnpm-store/v10/files/fc/ec272f4604189e82a9c04d2fc70986b8e02f3d054d857ad924dbd6764f35a29e9b71fedd47cc9959841ab32710d1cc39abda888d2dfed924ac5ca1ec04efe9
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
891 B
Plaintext

{"version":3,"file":"provider.js","names":["React","createContext","use","Context","RowProvider","children","withinRow","_jsx","value","useRow"],"sources":["../../../src/fields/Row/provider.tsx"],"sourcesContent":["'use client'\nimport React, { createContext, use } from 'react'\n\nexport const Context = createContext(false)\n\nexport const RowProvider: React.FC<{ children?: React.ReactNode; withinRow?: boolean }> = ({\n children,\n withinRow = true,\n}) => {\n return <Context value={withinRow}>{children}</Context>\n}\n\nexport const useRow = (): boolean => use(Context)\n"],"mappings":"AAAA;;;AACA,OAAOA,KAAA,IAASC,aAAa,EAAEC,GAAG,QAAQ;AAE1C,OAAO,MAAMC,OAAA,gBAAUF,aAAA,CAAc;AAErC,OAAO,MAAMG,WAAA,GAA6EA,CAAC;EACzFC,QAAQ;EACRC,SAAA,GAAY;AAAI,CACjB;EACC,oBAAOC,IAAA,CAACJ,OAAA;IAAQK,KAAA,EAAOF,SAAA;cAAYD;;AACrC;AAEA,OAAO,MAAMI,MAAA,GAASA,CAAA,KAAeP,GAAA,CAAIC,OAAA","ignoreList":[]}