@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.js CHANGED
@@ -4839,7 +4839,7 @@ const HashTableVisualizerComponent = ({
4839
4839
  children: buckets.map((bucket, idx) => /* @__PURE__ */ jsxs(
4840
4840
  "div",
4841
4841
  {
4842
- className: `p-2 rounded border-2 min-h-[60px] transition-all ${getBucketStyle(idx)}`,
4842
+ className: `p-2 rounded border-2 min-h-[60px] transition-colors ${getBucketStyle(idx)}`,
4843
4843
  children: [
4844
4844
  /* @__PURE__ */ jsxs("div", { className: "text-xs font-mono text-gray-500 mb-1", children: [
4845
4845
  "[",