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.
@@ -3492,12 +3492,12 @@ var CardAudio = forwardRef6(
3492
3492
  };
3493
3493
  const getVolumeIcon = () => {
3494
3494
  if (volume === 0) {
3495
- return /* @__PURE__ */ jsx12(SpeakerSimpleX, {});
3495
+ return /* @__PURE__ */ jsx12(SpeakerSimpleX, { size: 24 });
3496
3496
  }
3497
3497
  if (volume < 0.5) {
3498
- return /* @__PURE__ */ jsx12(SpeakerLow, {});
3498
+ return /* @__PURE__ */ jsx12(SpeakerLow, { size: 24 });
3499
3499
  }
3500
- return /* @__PURE__ */ jsx12(SpeakerHigh, {});
3500
+ return /* @__PURE__ */ jsx12(SpeakerHigh, { size: 24 });
3501
3501
  };
3502
3502
  return /* @__PURE__ */ jsxs10(
3503
3503
  CardBase,
@@ -3506,7 +3506,10 @@ var CardAudio = forwardRef6(
3506
3506
  layout: "horizontal",
3507
3507
  padding: "medium",
3508
3508
  minHeight: "none",
3509
- className: cn("w-auto h-14 items-center gap-2", className),
3509
+ className: cn(
3510
+ "flex flex-row w-auto h-14 items-center gap-2",
3511
+ className
3512
+ ),
3510
3513
  ...props,
3511
3514
  children: [
3512
3515
  /* @__PURE__ */ jsx12(
@@ -3556,7 +3559,7 @@ var CardAudio = forwardRef6(
3556
3559
  ] }) }) : /* @__PURE__ */ jsx12(Play, { size: 24 })
3557
3560
  }
3558
3561
  ),
3559
- /* @__PURE__ */ jsx12("p", { className: "text-text-800 text-sm font-medium min-w-[2.5rem]", children: formatTime(currentTime) }),
3562
+ /* @__PURE__ */ jsx12("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime(currentTime) }),
3560
3563
  /* @__PURE__ */ jsx12("div", { className: "flex-1 relative", "data-testid": "progress-bar", children: /* @__PURE__ */ jsx12(
3561
3564
  "button",
3562
3565
  {
@@ -3583,8 +3586,8 @@ var CardAudio = forwardRef6(
3583
3586
  )
3584
3587
  }
3585
3588
  ) }),
3586
- /* @__PURE__ */ jsx12("p", { className: "text-text-800 text-sm font-medium min-w-[2.5rem]", children: formatTime(duration) }),
3587
- /* @__PURE__ */ jsxs10("div", { className: "relative", children: [
3589
+ /* @__PURE__ */ jsx12("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime(duration) }),
3590
+ /* @__PURE__ */ jsxs10("div", { className: "relative h-6", children: [
3588
3591
  /* @__PURE__ */ jsx12(
3589
3592
  "button",
3590
3593
  {
@@ -3646,7 +3649,7 @@ var CardAudio = forwardRef6(
3646
3649
  }
3647
3650
  )
3648
3651
  ] }),
3649
- /* @__PURE__ */ jsxs10("div", { className: "relative", children: [
3652
+ /* @__PURE__ */ jsxs10("div", { className: "relative h-6", children: [
3650
3653
  /* @__PURE__ */ jsx12(
3651
3654
  "button",
3652
3655
  {