analytica-frontend-lib 1.1.32 → 1.1.34

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.
@@ -1604,12 +1604,12 @@ var CardAudio = forwardRef(
1604
1604
  };
1605
1605
  const getVolumeIcon = () => {
1606
1606
  if (volume === 0) {
1607
- return /* @__PURE__ */ jsx6(SpeakerSimpleX, {});
1607
+ return /* @__PURE__ */ jsx6(SpeakerSimpleX, { size: 24 });
1608
1608
  }
1609
1609
  if (volume < 0.5) {
1610
- return /* @__PURE__ */ jsx6(SpeakerLow, {});
1610
+ return /* @__PURE__ */ jsx6(SpeakerLow, { size: 24 });
1611
1611
  }
1612
- return /* @__PURE__ */ jsx6(SpeakerHigh, {});
1612
+ return /* @__PURE__ */ jsx6(SpeakerHigh, { size: 24 });
1613
1613
  };
1614
1614
  return /* @__PURE__ */ jsxs5(
1615
1615
  CardBase,
@@ -1618,7 +1618,10 @@ var CardAudio = forwardRef(
1618
1618
  layout: "horizontal",
1619
1619
  padding: "medium",
1620
1620
  minHeight: "none",
1621
- className: cn("w-auto h-14 items-center gap-2", className),
1621
+ className: cn(
1622
+ "flex flex-row w-auto h-14 items-center gap-2",
1623
+ className
1624
+ ),
1622
1625
  ...props,
1623
1626
  children: [
1624
1627
  /* @__PURE__ */ jsx6(
@@ -1668,7 +1671,7 @@ var CardAudio = forwardRef(
1668
1671
  ] }) }) : /* @__PURE__ */ jsx6(Play, { size: 24 })
1669
1672
  }
1670
1673
  ),
1671
- /* @__PURE__ */ jsx6("p", { className: "text-text-800 text-sm font-medium min-w-[2.5rem]", children: formatTime(currentTime) }),
1674
+ /* @__PURE__ */ jsx6("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime(currentTime) }),
1672
1675
  /* @__PURE__ */ jsx6("div", { className: "flex-1 relative", "data-testid": "progress-bar", children: /* @__PURE__ */ jsx6(
1673
1676
  "button",
1674
1677
  {
@@ -1695,8 +1698,8 @@ var CardAudio = forwardRef(
1695
1698
  )
1696
1699
  }
1697
1700
  ) }),
1698
- /* @__PURE__ */ jsx6("p", { className: "text-text-800 text-sm font-medium min-w-[2.5rem]", children: formatTime(duration) }),
1699
- /* @__PURE__ */ jsxs5("div", { className: "relative", children: [
1701
+ /* @__PURE__ */ jsx6("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime(duration) }),
1702
+ /* @__PURE__ */ jsxs5("div", { className: "relative h-6", children: [
1700
1703
  /* @__PURE__ */ jsx6(
1701
1704
  "button",
1702
1705
  {
@@ -1758,7 +1761,7 @@ var CardAudio = forwardRef(
1758
1761
  }
1759
1762
  )
1760
1763
  ] }),
1761
- /* @__PURE__ */ jsxs5("div", { className: "relative", children: [
1764
+ /* @__PURE__ */ jsxs5("div", { className: "relative h-6", children: [
1762
1765
  /* @__PURE__ */ jsx6(
1763
1766
  "button",
1764
1767
  {