@flamingo-stack/openframe-frontend-core 0.0.183 → 0.0.184-snapshot.20260515013815
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/{chunk-Z2A6RJCK.js → chunk-GXI6VMHQ.js} +9 -3
- package/dist/chunk-GXI6VMHQ.js.map +1 -0
- package/dist/{chunk-JHWVLIFZ.cjs → chunk-RH2FP2MT.cjs} +210 -204
- package/dist/chunk-RH2FP2MT.cjs.map +1 -0
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/features/video.d.ts.map +1 -1
- package/dist/components/index.cjs +2 -2
- package/dist/components/index.js +1 -1
- package/dist/components/navigation/header.d.ts.map +1 -1
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/ui/index.cjs +2 -2
- package/dist/components/ui/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/features/video.tsx +38 -1
- package/src/components/navigation/header.tsx +13 -3
- package/src/styles/ods-colors.css +57 -0
- package/dist/chunk-JHWVLIFZ.cjs.map +0 -1
- package/dist/chunk-Z2A6RJCK.js.map +0 -1
|
@@ -8304,7 +8304,7 @@ function Header({ config, platform }) {
|
|
|
8304
8304
|
ref: (el) => {
|
|
8305
8305
|
dropdownRefs.current[item.id] = el;
|
|
8306
8306
|
},
|
|
8307
|
-
|
|
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",
|
|
@@ -13246,7 +13252,7 @@ function FilePlayer({
|
|
|
13246
13252
|
playsInline: true,
|
|
13247
13253
|
muted,
|
|
13248
13254
|
preferCmcd: "header",
|
|
13249
|
-
accentColor: "var(--ods-accent)",
|
|
13255
|
+
accentColor: "var(--ods-accent, var(--color-accent-primary))",
|
|
13250
13256
|
className,
|
|
13251
13257
|
style: { width: "100%", height: "100%" },
|
|
13252
13258
|
children: captionsUrl ? /* @__PURE__ */ jsx97(
|
|
@@ -33813,4 +33819,4 @@ export {
|
|
|
33813
33819
|
TMCG_SOCIAL_PLATFORMS,
|
|
33814
33820
|
assets
|
|
33815
33821
|
};
|
|
33816
|
-
//# sourceMappingURL=chunk-
|
|
33822
|
+
//# sourceMappingURL=chunk-GXI6VMHQ.js.map
|