@digital-b2c/coreui-kit 0.3.6 → 0.3.7

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 CHANGED
@@ -508,7 +508,7 @@ var BrandsStrip = ({
508
508
  const [show, setShow] = React52.useState(false);
509
509
  const { is } = useViewPort_default();
510
510
  const isTabletBelow = is("tablet", "below");
511
- const shouldAnimate = !title && animate;
511
+ const shouldAnimate = title && animate;
512
512
  return /* @__PURE__ */ jsxRuntime.jsxs(
513
513
  "div",
514
514
  {