@tomaszjarosz/react-visualizers 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4841,7 +4841,7 @@ const HashTableVisualizerComponent = ({
|
|
|
4841
4841
|
children: buckets.map((bucket, idx) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4842
4842
|
"div",
|
|
4843
4843
|
{
|
|
4844
|
-
className: `p-2 rounded border-2 min-h-[60px] transition-
|
|
4844
|
+
className: `p-2 rounded border-2 min-h-[60px] transition-colors ${getBucketStyle(idx)}`,
|
|
4845
4845
|
children: [
|
|
4846
4846
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "text-xs font-mono text-gray-500 mb-1", children: [
|
|
4847
4847
|
"[",
|