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/Card/index.js
CHANGED
|
@@ -1629,12 +1629,12 @@ var CardAudio = (0, import_react.forwardRef)(
|
|
|
1629
1629
|
};
|
|
1630
1630
|
const getVolumeIcon = () => {
|
|
1631
1631
|
if (volume === 0) {
|
|
1632
|
-
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerSimpleX, {});
|
|
1632
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerSimpleX, { size: 24 });
|
|
1633
1633
|
}
|
|
1634
1634
|
if (volume < 0.5) {
|
|
1635
|
-
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerLow, {});
|
|
1635
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerLow, { size: 24 });
|
|
1636
1636
|
}
|
|
1637
|
-
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerHigh, {});
|
|
1637
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.SpeakerHigh, { size: 24 });
|
|
1638
1638
|
};
|
|
1639
1639
|
return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
|
|
1640
1640
|
CardBase,
|
|
@@ -1643,7 +1643,10 @@ var CardAudio = (0, import_react.forwardRef)(
|
|
|
1643
1643
|
layout: "horizontal",
|
|
1644
1644
|
padding: "medium",
|
|
1645
1645
|
minHeight: "none",
|
|
1646
|
-
className: cn(
|
|
1646
|
+
className: cn(
|
|
1647
|
+
"flex flex-row w-auto h-14 items-center gap-2",
|
|
1648
|
+
className
|
|
1649
|
+
),
|
|
1647
1650
|
...props,
|
|
1648
1651
|
children: [
|
|
1649
1652
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
@@ -1693,7 +1696,7 @@ var CardAudio = (0, import_react.forwardRef)(
|
|
|
1693
1696
|
] }) }) : /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_phosphor_react2.Play, { size: 24 })
|
|
1694
1697
|
}
|
|
1695
1698
|
),
|
|
1696
|
-
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: "text-text-800 text-
|
|
1699
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime(currentTime) }),
|
|
1697
1700
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", { className: "flex-1 relative", "data-testid": "progress-bar", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1698
1701
|
"button",
|
|
1699
1702
|
{
|
|
@@ -1720,8 +1723,8 @@ var CardAudio = (0, import_react.forwardRef)(
|
|
|
1720
1723
|
)
|
|
1721
1724
|
}
|
|
1722
1725
|
) }),
|
|
1723
|
-
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: "text-text-800 text-
|
|
1724
|
-
/* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "relative", children: [
|
|
1726
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: "text-text-800 text-md font-medium min-w-[2.5rem]", children: formatTime(duration) }),
|
|
1727
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "relative h-6", children: [
|
|
1725
1728
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1726
1729
|
"button",
|
|
1727
1730
|
{
|
|
@@ -1783,7 +1786,7 @@ var CardAudio = (0, import_react.forwardRef)(
|
|
|
1783
1786
|
}
|
|
1784
1787
|
)
|
|
1785
1788
|
] }),
|
|
1786
|
-
/* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "relative", children: [
|
|
1789
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "relative h-6", children: [
|
|
1787
1790
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
1788
1791
|
"button",
|
|
1789
1792
|
{
|