@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.
@@ -3430,7 +3430,7 @@ function DialtribePlayer({
3430
3430
  const playerContent = /* @__PURE__ */ jsxRuntime.jsxs(
3431
3431
  "div",
3432
3432
  {
3433
- className: `bg-black rounded-lg shadow-2xl w-full max-h-full flex flex-col overflow-hidden ${className}`,
3433
+ className: `bg-black rounded-lg shadow-2xl w-full h-full max-h-full flex flex-col overflow-hidden ${className}`,
3434
3434
  children: [
3435
3435
  /* @__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: [
3436
3436
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
@@ -3486,7 +3486,7 @@ function DialtribePlayer({
3486
3486
  ) })
3487
3487
  ] }),
3488
3488
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col md:flex-row flex-1 min-h-0 overflow-hidden", children: [
3489
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "shrink-0 md:shrink md:flex-1 flex flex-col overflow-hidden", children: [
3489
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-h-0 md:flex-1 flex flex-col overflow-hidden", children: [
3490
3490
  /* @__PURE__ */ jsxRuntime.jsxs(
3491
3491
  "div",
3492
3492
  {
@@ -4566,7 +4566,7 @@ function DialtribeOverlay({
4566
4566
  role: "dialog",
4567
4567
  "aria-modal": "true",
4568
4568
  "aria-label": ariaLabel,
4569
- children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `relative w-full overflow-hidden ${styles.container}`, children: [
4569
+ children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `relative w-full h-full flex flex-col ${styles.container}`, children: [
4570
4570
  showCloseButton && /* @__PURE__ */ jsxRuntime.jsx(
4571
4571
  "button",
4572
4572
  {