Files
klz-cables.com/.pnpm-store/v10/files/82/14eeeb954ef1161322767822b5112f939b5c945b1ee869b124bc51560ec5b516da88ed3f35ad0a3443af9304b7103c091dbe3cf32b37c0b07b8cbc5ebc80bc
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":["React","baseClass","NoListResults","Actions","Message","_jsxs","className","length","_jsx","map","action","index","Fragment"],"sources":["../../../src/elements/NoListResults/index.tsx"],"sourcesContent":["import React from 'react'\n\nimport './index.scss'\n\nconst baseClass = 'no-results'\n\ntype NoResultsProps = {\n Actions?: React.ReactNode[]\n Message: React.ReactNode\n}\nexport function NoListResults({ Actions, Message }: NoResultsProps) {\n return (\n <div className={baseClass}>\n {Message}\n {Actions && Actions.length > 0 && (\n <div className={`${baseClass}__actions`}>\n {Actions.map((action, index) => (\n <React.Fragment key={index}>{action}</React.Fragment>\n ))}\n </div>\n )}\n </div>\n )\n}\n"],"mappings":";AAAA,OAAOA,KAAA,MAAW;AAElB,OAAO;AAEP,MAAMC,SAAA,GAAY;AAMlB,OAAO,SAASC,cAAc;EAAEC,OAAO;EAAEC;AAAO,CAAkB;EAChE,oBACEC,KAAA,CAAC;IAAIC,SAAA,EAAWL,SAAA;eACbG,OAAA,EACAD,OAAA,IAAWA,OAAA,CAAQI,MAAM,GAAG,kBAC3BC,IAAA,CAAC;MAAIF,SAAA,EAAW,GAAGL,SAAA,WAAoB;gBACpCE,OAAA,CAAQM,GAAG,CAAC,CAACC,MAAA,EAAQC,KAAA,kBACpBH,IAAA,CAACR,KAAA,CAAMY,QAAQ;kBAAcF;SAARC,KAAA;;;AAMjC","ignoreList":[]}