Files
klz-cables.com/.pnpm-store/v10/files/a0/136da19ed1ac8456deb712bde163a7893f75a9cbd27abcc6d50cb795b29d95939ee4d662a4fa71cc74c89b70c65e3fda4eac2a6efd280b0e06c38378db5524
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","Dots","ariaLabel","className","noBackground","orientation","_jsxs","filter","Boolean","join","_jsx"],"sources":["../../../src/icons/Dots/index.tsx"],"sourcesContent":["import React from 'react'\n\nimport './index.scss'\n\nconst baseClass = 'dots'\n\nexport const Dots: React.FC<{\n ariaLabel?: string\n className?: string\n noBackground?: boolean\n orientation?: 'horizontal' | 'vertical'\n}> = ({ ariaLabel, className, noBackground, orientation = 'vertical' }) => (\n <div\n aria-label={ariaLabel}\n className={[\n className,\n baseClass,\n noBackground && `${baseClass}--no-background`,\n orientation && `${baseClass}--${orientation}`,\n ]\n .filter(Boolean)\n .join(' ')}\n >\n <div />\n <div />\n <div />\n </div>\n)\n"],"mappings":";AAAA,OAAOA,KAAA,MAAW;AAElB,OAAO;AAEP,MAAMC,SAAA,GAAY;AAElB,OAAO,MAAMC,IAAA,GAKRA,CAAC;EAAEC,SAAS;EAAEC,SAAS;EAAEC,YAAY;EAAEC,WAAA,GAAc;AAAU,CAAE,kBACpEC,KAAA,CAAC;EACC,cAAYJ,SAAA;EACZC,SAAA,EAAW,CACTA,SAAA,EACAH,SAAA,EACAI,YAAA,IAAgB,GAAGJ,SAAA,iBAA0B,EAC7CK,WAAA,IAAe,GAAGL,SAAA,KAAcK,WAAA,EAAa,CAC9C,CACEE,MAAM,CAACC,OAAA,EACPC,IAAI,CAAC;0BAERC,IAAA,CAAC,Y,aACDA,IAAA,CAAC,Y,aACDA,IAAA,CAAC","ignoreList":[]}