@flamingo-stack/openframe-frontend-core 0.0.185 → 0.0.186-snapshot.20260515031504
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-GXI6VMHQ.js → chunk-LI2C4ZCU.js} +4 -1
- package/dist/chunk-LI2C4ZCU.js.map +1 -0
- package/dist/{chunk-RH2FP2MT.cjs → chunk-SAWVZ5LA.cjs} +4 -1
- package/dist/chunk-SAWVZ5LA.cjs.map +1 -0
- package/dist/components/chat/chat-ref.types.d.ts +6 -0
- package/dist/components/chat/chat-ref.types.d.ts.map +1 -1
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +2 -2
- package/dist/components/index.js +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/chat/chat-ref.types.ts +6 -0
- package/src/components/features/video.tsx +18 -0
- package/dist/chunk-GXI6VMHQ.js.map +0 -1
- package/dist/chunk-RH2FP2MT.cjs.map +0 -1
|
@@ -13300,6 +13300,9 @@ function YouTubeFacadeInner({
|
|
|
13300
13300
|
playsinline: "1",
|
|
13301
13301
|
enablejsapi: "1"
|
|
13302
13302
|
});
|
|
13303
|
+
if (typeof window !== "undefined") {
|
|
13304
|
+
params.set("origin", window.location.origin);
|
|
13305
|
+
}
|
|
13303
13306
|
if (minimalControls) {
|
|
13304
13307
|
params.set("controls", "0");
|
|
13305
13308
|
params.set("fs", "0");
|
|
@@ -33819,4 +33822,4 @@ export {
|
|
|
33819
33822
|
TMCG_SOCIAL_PLATFORMS,
|
|
33820
33823
|
assets
|
|
33821
33824
|
};
|
|
33822
|
-
//# sourceMappingURL=chunk-
|
|
33825
|
+
//# sourceMappingURL=chunk-LI2C4ZCU.js.map
|