@flamingo-stack/openframe-frontend-core 0.0.184 → 0.0.185-snapshot.20260515020546

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.
@@ -8304,7 +8304,7 @@ function Header({ config, platform }) {
8304
8304
  ref: (el) => {
8305
8305
  dropdownRefs.current[item.id] = el;
8306
8306
  },
8307
- "aria-hidden": !isOpen,
8307
+ inert: !isOpen,
8308
8308
  className: cn(
8309
8309
  "absolute top-full left-0 mt-1",
8310
8310
  item.dropdownClassName ? "" : "bg-ods-card border border-ods-border",
@@ -13143,6 +13143,12 @@ import { useState as useState30, useRef as useRef19, useEffect as useEffect23, m
13143
13143
  import { useEffect as useEffect22, useMemo as useMemo12, useRef as useRef18, useState as useState29 } from "react";
13144
13144
  import MuxPlayer from "@mux/mux-player-react";
13145
13145
  import { jsx as jsx97, jsxs as jsxs78 } from "react/jsx-runtime";
13146
+ if (typeof window !== "undefined") {
13147
+ const w = window;
13148
+ if (!w.chrome?.cast) {
13149
+ w.chrome = { ...w.chrome ?? {}, cast: { isAvailable: false } };
13150
+ }
13151
+ }
13146
13152
  var YT_HOSTS = /* @__PURE__ */ new Set([
13147
13153
  "youtube.com",
13148
13154
  "www.youtube.com",
@@ -13294,6 +13300,9 @@ function YouTubeFacadeInner({
13294
13300
  playsinline: "1",
13295
13301
  enablejsapi: "1"
13296
13302
  });
13303
+ if (typeof window !== "undefined") {
13304
+ params.set("origin", window.location.origin);
13305
+ }
13297
13306
  if (minimalControls) {
13298
13307
  params.set("controls", "0");
13299
13308
  params.set("fs", "0");
@@ -33813,4 +33822,4 @@ export {
33813
33822
  TMCG_SOCIAL_PLATFORMS,
33814
33823
  assets
33815
33824
  };
33816
- //# sourceMappingURL=chunk-G7HSS5WZ.js.map
33825
+ //# sourceMappingURL=chunk-LI2C4ZCU.js.map