@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/index.js
CHANGED
|
@@ -1552,7 +1552,7 @@ function DialtribePlayer({
|
|
|
1552
1552
|
const playerContent = /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1553
1553
|
"div",
|
|
1554
1554
|
{
|
|
1555
|
-
className: `bg-black rounded-lg shadow-2xl w-full max-h-full flex flex-col overflow-hidden ${className}`,
|
|
1555
|
+
className: `bg-black rounded-lg shadow-2xl w-full h-full max-h-full flex flex-col overflow-hidden ${className}`,
|
|
1556
1556
|
children: [
|
|
1557
1557
|
/* @__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: [
|
|
1558
1558
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
@@ -1608,7 +1608,7 @@ function DialtribePlayer({
|
|
|
1608
1608
|
) })
|
|
1609
1609
|
] }),
|
|
1610
1610
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col md:flex-row flex-1 min-h-0 overflow-hidden", children: [
|
|
1611
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "
|
|
1611
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-h-0 md:flex-1 flex flex-col overflow-hidden", children: [
|
|
1612
1612
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
1613
1613
|
"div",
|
|
1614
1614
|
{
|
|
@@ -2688,7 +2688,7 @@ function DialtribeOverlay({
|
|
|
2688
2688
|
role: "dialog",
|
|
2689
2689
|
"aria-modal": "true",
|
|
2690
2690
|
"aria-label": ariaLabel,
|
|
2691
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `relative w-full
|
|
2691
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `relative w-full h-full flex flex-col ${styles.container}`, children: [
|
|
2692
2692
|
showCloseButton && /* @__PURE__ */ jsxRuntime.jsx(
|
|
2693
2693
|
"button",
|
|
2694
2694
|
{
|