Files
klz-cables.com/.pnpm-store/v10/files/e8/81875cbc1f4e1b8b0c1f514bb5ead0379e86dd523ca8721b8649b7c0673ba24326ce78b9b6460bab16573cc93392798daa9763716b12f32a42739c3e75a35d
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
937 B
Plaintext

{"version":3,"file":"OrderableRowDragPreview.js","names":["OrderableRowDragPreview","children","className","rowId","_jsx","cellPadding","cellSpacing"],"sources":["../../../src/elements/Table/OrderableRowDragPreview.tsx"],"sourcesContent":["import type { ReactNode } from 'react'\n\nexport type Props = {\n readonly children: ReactNode\n readonly className?: string\n readonly rowId?: number | string\n}\n\nexport const OrderableRowDragPreview = ({ children, className, rowId }: Props) =>\n typeof rowId === 'undefined' ? null : (\n <div className={className}>\n <table cellPadding={0} cellSpacing={0}>\n <tbody>{children}</tbody>\n </table>\n </div>\n )\n"],"mappings":";AAQA,OAAO,MAAMA,uBAAA,GAA0BA,CAAC;EAAEC,QAAQ;EAAEC,SAAS;EAAEC;AAAK,CAAS,KAC3E,OAAOA,KAAA,KAAU,cAAc,oBAC7BC,IAAA,CAAC;EAAIF,SAAA,EAAWA,SAAA;YACd,aAAAE,IAAA,CAAC;IAAMC,WAAA,EAAa;IAAGC,WAAA,EAAa;cAClC,aAAAF,IAAA,CAAC;gBAAOH","ignoreList":[]}