Files
klz-cables.com/.pnpm-store/v10/files/1a/4ad43ea336d987a52a756fdad110dcd79abbea6491e4d70bd8d449da0fe997c3ba69a0765d494bf3f7c8ae3af95c71c70a5f9645d5a5b7fd7290839c36c040
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
604 B
Plaintext

{"version":3,"file":"types.js","names":[],"sources":["../../../../src/elements/DraggableSortable/useDraggableSortable/types.ts"],"sourcesContent":["import type { SyntheticListenerMap } from '@dnd-kit/core/dist/hooks/utilities'\nimport type { HTMLAttributes } from 'react'\n\nexport type UseDraggableSortableReturn = {\n readonly attributes: HTMLAttributes<unknown>\n readonly isDragging?: boolean\n readonly listeners: SyntheticListenerMap\n readonly setNodeRef: (node: HTMLElement | null) => void\n readonly transform: string\n readonly transition: string\n}\n"],"mappings":"AAGA","ignoreList":[]}