@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.mjs CHANGED
@@ -501,7 +501,7 @@ var BrandsStrip = ({
501
501
  const [show, setShow] = useState(false);
502
502
  const { is } = useViewPort_default();
503
503
  const isTabletBelow = is("tablet", "below");
504
- const shouldAnimate = !title && animate;
504
+ const shouldAnimate = title && animate;
505
505
  return /* @__PURE__ */ jsxs(
506
506
  "div",
507
507
  {