@grupo-elo-editorial/shared-ui-react 1.2.4 → 1.2.5

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
@@ -615,7 +615,7 @@ const $ = N(
615
615
  {
616
616
  className: o(
617
617
  "rounded-lg bg-[var(--muted)]",
618
- p === "horizontal" ? "h-24 w-20 shrink-0" : "aspect-square w-full"
618
+ p === "horizontal" ? "h-24 w-20 shrink-0" : "h-50 sm:h-60 lg:h-65 w-full"
619
619
  )
620
620
  }
621
621
  ),
@@ -711,7 +711,7 @@ const $ = N(
711
711
  H,
712
712
  {
713
713
  href: d,
714
- className: "relative block aspect-[3/4] w-full overflow-hidden rounded-t-lg",
714
+ className: "relative block h-50 sm:h-60 lg:h-65 w-full overflow-hidden rounded-t-lg",
715
715
  children: [
716
716
  /* @__PURE__ */ e(
717
717
  "img",
@@ -1448,7 +1448,7 @@ const He = N(
1448
1448
  2: "grid-cols-1 sm:grid-cols-2",
1449
1449
  3: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3",
1450
1450
  4: "grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4",
1451
- 5: "grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5"
1451
+ 5: "grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5"
1452
1452
  }, g = {
1453
1453
  sm: "gap-4",
1454
1454
  md: "gap-6",