@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
|
@@ -1523,7 +1523,7 @@ function DialtribePlayer({
|
|
|
1523
1523
|
const playerContent = /* @__PURE__ */ jsxs(
|
|
1524
1524
|
"div",
|
|
1525
1525
|
{
|
|
1526
|
-
className: `bg-black rounded-lg shadow-2xl w-full max-h-full flex flex-col overflow-hidden ${className}`,
|
|
1526
|
+
className: `bg-black rounded-lg shadow-2xl w-full h-full max-h-full flex flex-col overflow-hidden ${className}`,
|
|
1527
1527
|
children: [
|
|
1528
1528
|
/* @__PURE__ */ 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: [
|
|
1529
1529
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
@@ -1579,7 +1579,7 @@ function DialtribePlayer({
|
|
|
1579
1579
|
) })
|
|
1580
1580
|
] }),
|
|
1581
1581
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col md:flex-row flex-1 min-h-0 overflow-hidden", children: [
|
|
1582
|
-
/* @__PURE__ */ jsxs("div", { className: "
|
|
1582
|
+
/* @__PURE__ */ jsxs("div", { className: "min-h-0 md:flex-1 flex flex-col overflow-hidden", children: [
|
|
1583
1583
|
/* @__PURE__ */ jsxs(
|
|
1584
1584
|
"div",
|
|
1585
1585
|
{
|
|
@@ -2659,7 +2659,7 @@ function DialtribeOverlay({
|
|
|
2659
2659
|
role: "dialog",
|
|
2660
2660
|
"aria-modal": "true",
|
|
2661
2661
|
"aria-label": ariaLabel,
|
|
2662
|
-
children: /* @__PURE__ */ jsxs("div", { className: `relative w-full
|
|
2662
|
+
children: /* @__PURE__ */ jsxs("div", { className: `relative w-full h-full flex flex-col ${styles.container}`, children: [
|
|
2663
2663
|
showCloseButton && /* @__PURE__ */ jsx(
|
|
2664
2664
|
"button",
|
|
2665
2665
|
{
|