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.
@@ -3496,12 +3496,12 @@ var CardAudio = (0, import_react7.forwardRef)(
3496
3496
  };
3497
3497
  const getVolumeIcon = () => {
3498
3498
  if (volume === 0) {
3499
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_phosphor_react5.SpeakerSimpleX, {});
3499
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_phosphor_react5.SpeakerSimpleX, { size: 24 });
3500
3500
  }
3501
3501
  if (volume < 0.5) {
3502
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_phosphor_react5.SpeakerLow, {});
3502
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_phosphor_react5.SpeakerLow, { size: 24 });
3503
3503
  }
3504
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_phosphor_react5.SpeakerHigh, {});
3504
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_phosphor_react5.SpeakerHigh, { size: 24 });
3505
3505
  };
3506
3506
  return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
3507
3507
  CardBase,
@@ -3510,7 +3510,10 @@ var CardAudio = (0, import_react7.forwardRef)(
3510
3510
  layout: "horizontal",
3511
3511
  padding: "medium",
3512
3512
  minHeight: "none",
3513
- className: cn("w-auto h-14 items-center gap-2", className),
3513
+ className: cn(
3514
+ "flex flex-row w-auto h-14 items-center gap-2",
3515
+ className
3516
+ ),
3514
3517
  ...props,
3515
3518
  children: [
3516
3519
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
@@ -3560,7 +3563,7 @@ var CardAudio = (0, import_react7.forwardRef)(
3560
3563
  ] }) }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_phosphor_react5.Play, { size: 24 })
3561
3564
  }
3562
3565
  ),
3563
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { className: "text-text-800 text-sm font-medium min-w-[2.5rem]", children: formatTime(currentTime) }),
3566
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime(currentTime) }),
3564
3567
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "flex-1 relative", "data-testid": "progress-bar", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
3565
3568
  "button",
3566
3569
  {
@@ -3587,8 +3590,8 @@ var CardAudio = (0, import_react7.forwardRef)(
3587
3590
  )
3588
3591
  }
3589
3592
  ) }),
3590
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { className: "text-text-800 text-sm font-medium min-w-[2.5rem]", children: formatTime(duration) }),
3591
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "relative", children: [
3593
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime(duration) }),
3594
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "relative h-6", children: [
3592
3595
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
3593
3596
  "button",
3594
3597
  {
@@ -3650,7 +3653,7 @@ var CardAudio = (0, import_react7.forwardRef)(
3650
3653
  }
3651
3654
  )
3652
3655
  ] }),
3653
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "relative", children: [
3656
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "relative h-6", children: [
3654
3657
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
3655
3658
  "button",
3656
3659
  {