analytica-frontend-lib 1.1.32 → 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.
- package/dist/Accordation/index.js +11 -8
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +11 -8
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Card/index.js +11 -8
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +11 -8
- package/dist/Card/index.mjs.map +1 -1
- package/dist/CheckBox/index.d.mts +1 -1
- package/dist/CheckBox/index.d.ts +1 -1
- package/dist/Quiz/index.js +11 -8
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +11 -8
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/Radio/index.d.mts +2 -2
- package/dist/Radio/index.d.ts +2 -2
- package/dist/Search/index.d.mts +1 -1
- package/dist/Search/index.d.ts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +11 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4859,12 +4859,12 @@ var CardAudio = forwardRef12(
|
|
|
4859
4859
|
};
|
|
4860
4860
|
const getVolumeIcon = () => {
|
|
4861
4861
|
if (volume === 0) {
|
|
4862
|
-
return /* @__PURE__ */ jsx27(SpeakerSimpleX, {});
|
|
4862
|
+
return /* @__PURE__ */ jsx27(SpeakerSimpleX, { size: 24 });
|
|
4863
4863
|
}
|
|
4864
4864
|
if (volume < 0.5) {
|
|
4865
|
-
return /* @__PURE__ */ jsx27(SpeakerLow, {});
|
|
4865
|
+
return /* @__PURE__ */ jsx27(SpeakerLow, { size: 24 });
|
|
4866
4866
|
}
|
|
4867
|
-
return /* @__PURE__ */ jsx27(SpeakerHigh, {});
|
|
4867
|
+
return /* @__PURE__ */ jsx27(SpeakerHigh, { size: 24 });
|
|
4868
4868
|
};
|
|
4869
4869
|
return /* @__PURE__ */ jsxs21(
|
|
4870
4870
|
CardBase,
|
|
@@ -4873,7 +4873,10 @@ var CardAudio = forwardRef12(
|
|
|
4873
4873
|
layout: "horizontal",
|
|
4874
4874
|
padding: "medium",
|
|
4875
4875
|
minHeight: "none",
|
|
4876
|
-
className: cn(
|
|
4876
|
+
className: cn(
|
|
4877
|
+
"flex flex-row w-auto h-14 items-center gap-2",
|
|
4878
|
+
className
|
|
4879
|
+
),
|
|
4877
4880
|
...props,
|
|
4878
4881
|
children: [
|
|
4879
4882
|
/* @__PURE__ */ jsx27(
|
|
@@ -4923,7 +4926,7 @@ var CardAudio = forwardRef12(
|
|
|
4923
4926
|
] }) }) : /* @__PURE__ */ jsx27(Play, { size: 24 })
|
|
4924
4927
|
}
|
|
4925
4928
|
),
|
|
4926
|
-
/* @__PURE__ */ jsx27("p", { className: "text-text-800 text-
|
|
4929
|
+
/* @__PURE__ */ jsx27("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime2(currentTime) }),
|
|
4927
4930
|
/* @__PURE__ */ jsx27("div", { className: "flex-1 relative", "data-testid": "progress-bar", children: /* @__PURE__ */ jsx27(
|
|
4928
4931
|
"button",
|
|
4929
4932
|
{
|
|
@@ -4950,8 +4953,8 @@ var CardAudio = forwardRef12(
|
|
|
4950
4953
|
)
|
|
4951
4954
|
}
|
|
4952
4955
|
) }),
|
|
4953
|
-
/* @__PURE__ */ jsx27("p", { className: "text-text-800 text-
|
|
4954
|
-
/* @__PURE__ */ jsxs21("div", { className: "relative", children: [
|
|
4956
|
+
/* @__PURE__ */ jsx27("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime2(duration) }),
|
|
4957
|
+
/* @__PURE__ */ jsxs21("div", { className: "relative h-6", children: [
|
|
4955
4958
|
/* @__PURE__ */ jsx27(
|
|
4956
4959
|
"button",
|
|
4957
4960
|
{
|
|
@@ -5013,7 +5016,7 @@ var CardAudio = forwardRef12(
|
|
|
5013
5016
|
}
|
|
5014
5017
|
)
|
|
5015
5018
|
] }),
|
|
5016
|
-
/* @__PURE__ */ jsxs21("div", { className: "relative", children: [
|
|
5019
|
+
/* @__PURE__ */ jsxs21("div", { className: "relative h-6", children: [
|
|
5017
5020
|
/* @__PURE__ */ jsx27(
|
|
5018
5021
|
"button",
|
|
5019
5022
|
{
|