Files
klz-cables.com/.pnpm-store/v10/files/4f/1ad47580371cecdd5bd52e779d47e11c0b68a69ec43129a0505ffedfce329798343f14495994d6115b226a4f26347929585f827ca3daa3a13c491a6004605b
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

41 lines
842 B
Plaintext

'use client';
import { c as _c } from "react/compiler-runtime";
import { jsx as _jsx } from "react/jsx-runtime";
import { useDroppable } from '@dnd-kit/core';
import React from 'react';
import './index.scss';
const baseClass = 'toolbar-area';
export const ToolbarArea = props => {
const $ = _c(4);
const {
children
} = props;
let t0;
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
t0 = {
id: "live-preview-area"
};
$[0] = t0;
} else {
t0 = $[0];
}
const {
setNodeRef
} = useDroppable(t0);
let t1;
if ($[1] !== children || $[2] !== setNodeRef) {
t1 = _jsx("div", {
className: baseClass,
ref: setNodeRef,
children
});
$[1] = children;
$[2] = setNodeRef;
$[3] = t1;
} else {
t1 = $[3];
}
return t1;
};
//# sourceMappingURL=index.js.map