@flamingo-stack/openframe-frontend-core 0.0.183 → 0.0.184
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-JHWVLIFZ.cjs → chunk-3OVOM5WT.cjs} +2 -2
- package/dist/{chunk-JHWVLIFZ.cjs.map → chunk-3OVOM5WT.cjs.map} +1 -1
- package/dist/{chunk-Z2A6RJCK.js → chunk-G7HSS5WZ.js} +2 -2
- package/dist/chunk-G7HSS5WZ.js.map +1 -0
- 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/features/video.tsx +8 -1
- package/src/styles/ods-colors.css +57 -0
- package/dist/chunk-Z2A6RJCK.js.map +0 -1
|
@@ -13246,7 +13246,7 @@ function FilePlayer({
|
|
|
13246
13246
|
playsInline: true,
|
|
13247
13247
|
muted,
|
|
13248
13248
|
preferCmcd: "header",
|
|
13249
|
-
accentColor: "var(--ods-accent)",
|
|
13249
|
+
accentColor: "var(--ods-accent, var(--color-accent-primary))",
|
|
13250
13250
|
className,
|
|
13251
13251
|
style: { width: "100%", height: "100%" },
|
|
13252
13252
|
children: captionsUrl ? /* @__PURE__ */ jsx97(
|
|
@@ -33813,4 +33813,4 @@ export {
|
|
|
33813
33813
|
TMCG_SOCIAL_PLATFORMS,
|
|
33814
33814
|
assets
|
|
33815
33815
|
};
|
|
33816
|
-
//# sourceMappingURL=chunk-
|
|
33816
|
+
//# sourceMappingURL=chunk-G7HSS5WZ.js.map
|