@dialtribe/react-sdk 0.1.8 → 0.1.9
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/dialtribe-player.js +3 -3
- package/dist/dialtribe-player.js.map +1 -1
- package/dist/dialtribe-player.mjs +3 -3
- package/dist/dialtribe-player.mjs.map +1 -1
- package/dist/dialtribe-streamer.js +3 -3
- package/dist/dialtribe-streamer.js.map +1 -1
- package/dist/dialtribe-streamer.mjs +3 -3
- package/dist/dialtribe-streamer.mjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/dialtribe-player.js
CHANGED
|
@@ -1529,7 +1529,7 @@ function DialtribePlayer({
|
|
|
1529
1529
|
const playerContent = /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1530
1530
|
"div",
|
|
1531
1531
|
{
|
|
1532
|
-
className: `bg-black rounded-lg shadow-2xl w-full max-h-full flex flex-col overflow-hidden ${className}`,
|
|
1532
|
+
className: `bg-black rounded-lg shadow-2xl w-full h-full max-h-full flex flex-col overflow-hidden ${className}`,
|
|
1533
1533
|
children: [
|
|
1534
1534
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "bg-zinc-900/50 backdrop-blur-sm border-b border-zinc-800 px-3 sm:px-4 md:px-6 py-2 sm:py-3 md:py-4 flex justify-between items-center rounded-t-lg shrink-0", children: [
|
|
1535
1535
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
@@ -1585,7 +1585,7 @@ function DialtribePlayer({
|
|
|
1585
1585
|
) })
|
|
1586
1586
|
] }),
|
|
1587
1587
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col md:flex-row flex-1 min-h-0 overflow-hidden", children: [
|
|
1588
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "
|
|
1588
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-h-0 md:flex-1 flex flex-col overflow-hidden", children: [
|
|
1589
1589
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
1590
1590
|
"div",
|
|
1591
1591
|
{
|
|
@@ -2665,7 +2665,7 @@ function DialtribeOverlay({
|
|
|
2665
2665
|
role: "dialog",
|
|
2666
2666
|
"aria-modal": "true",
|
|
2667
2667
|
"aria-label": ariaLabel,
|
|
2668
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `relative w-full
|
|
2668
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `relative w-full h-full flex flex-col ${styles.container}`, children: [
|
|
2669
2669
|
showCloseButton && /* @__PURE__ */ jsxRuntime.jsx(
|
|
2670
2670
|
"button",
|
|
2671
2671
|
{
|