analytica-frontend-lib 1.1.31 → 1.1.33

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.
@@ -1618,12 +1618,12 @@ var CardAudio = (0, import_react.forwardRef)(
1618
1618
  };
1619
1619
  const getVolumeIcon = () => {
1620
1620
  if (volume === 0) {
1621
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerSimpleX, {});
1621
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerSimpleX, { size: 24 });
1622
1622
  }
1623
1623
  if (volume < 0.5) {
1624
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerLow, {});
1624
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerLow, { size: 24 });
1625
1625
  }
1626
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerHigh, {});
1626
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerHigh, { size: 24 });
1627
1627
  };
1628
1628
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
1629
1629
  CardBase,
@@ -1632,7 +1632,10 @@ var CardAudio = (0, import_react.forwardRef)(
1632
1632
  layout: "horizontal",
1633
1633
  padding: "medium",
1634
1634
  minHeight: "none",
1635
- className: cn("w-auto h-14 items-center gap-2", className),
1635
+ className: cn(
1636
+ "flex flex-row w-auto h-14 items-center gap-2",
1637
+ className
1638
+ ),
1636
1639
  ...props,
1637
1640
  children: [
1638
1641
  /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
@@ -1682,7 +1685,7 @@ var CardAudio = (0, import_react.forwardRef)(
1682
1685
  ] }) }) : /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.Play, { size: 24 })
1683
1686
  }
1684
1687
  ),
1685
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: "text-text-800 text-sm font-medium min-w-[2.5rem]", children: formatTime(currentTime) }),
1688
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime(currentTime) }),
1686
1689
  /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", { className: "flex-1 relative", "data-testid": "progress-bar", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1687
1690
  "button",
1688
1691
  {
@@ -1709,8 +1712,8 @@ var CardAudio = (0, import_react.forwardRef)(
1709
1712
  )
1710
1713
  }
1711
1714
  ) }),
1712
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: "text-text-800 text-sm font-medium min-w-[2.5rem]", children: formatTime(duration) }),
1713
- /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "relative", children: [
1715
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime(duration) }),
1716
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "relative h-6", children: [
1714
1717
  /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1715
1718
  "button",
1716
1719
  {
@@ -1772,7 +1775,7 @@ var CardAudio = (0, import_react.forwardRef)(
1772
1775
  }
1773
1776
  )
1774
1777
  ] }),
1775
- /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "relative", children: [
1778
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "relative h-6", children: [
1776
1779
  /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1777
1780
  "button",
1778
1781
  {