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.
- 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/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/Whiteboard/index.js +2 -2
- package/dist/Whiteboard/index.js.map +1 -1
- package/dist/Whiteboard/index.mjs +3 -3
- package/dist/Whiteboard/index.mjs.map +1 -1
- package/dist/index.js +13 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/Quiz/index.js
CHANGED
|
@@ -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(
|
|
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-
|
|
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-
|
|
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
|
{
|