@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260527053736 → 0.8.1-dev.20260527055155
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.
|
@@ -310,7 +310,7 @@ var HlsPlayer = React.memo(
|
|
|
310
310
|
"video",
|
|
311
311
|
{
|
|
312
312
|
ref: videoRef,
|
|
313
|
-
className: "w-full h-full object-
|
|
313
|
+
className: "w-full h-full object-cover",
|
|
314
314
|
poster: fallbackPoster,
|
|
315
315
|
controls: showControls && (isMobile || isPlaying),
|
|
316
316
|
muted: startsMuted,
|
package/dist/index.js
CHANGED
|
@@ -474,7 +474,7 @@ var init_HlsPlayer = __esm({
|
|
|
474
474
|
"video",
|
|
475
475
|
{
|
|
476
476
|
ref: videoRef,
|
|
477
|
-
className: "w-full h-full object-
|
|
477
|
+
className: "w-full h-full object-cover",
|
|
478
478
|
poster: fallbackPoster,
|
|
479
479
|
controls: showControls && (isMobile || isPlaying),
|
|
480
480
|
muted: startsMuted,
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HlsPlayer_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-GG2OSSQZ.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Button_default,
|
|
6
6
|
ClientButton_default,
|
|
@@ -2049,7 +2049,7 @@ import React30 from "react";
|
|
|
2049
2049
|
// src/components/pageRenderingEngine/nodes/ImageNode.tsx
|
|
2050
2050
|
import dynamic3 from "next/dynamic";
|
|
2051
2051
|
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
2052
|
-
var HlsPlayer = dynamic3(() => import("./HlsPlayer-
|
|
2052
|
+
var HlsPlayer = dynamic3(() => import("./HlsPlayer-TJGNEU53.mjs"), { ssr: false });
|
|
2053
2053
|
var getNestedValue = (obj, path) => {
|
|
2054
2054
|
if (!obj || !path) return void 0;
|
|
2055
2055
|
return path.split(".").reduce((current, key) => {
|
|
@@ -3709,7 +3709,7 @@ var Pagination_default = Pagination;
|
|
|
3709
3709
|
// src/components/pageRenderingEngine/nodes/ImageGalleryNode.tsx
|
|
3710
3710
|
import dynamic7 from "next/dynamic";
|
|
3711
3711
|
import { Fragment as Fragment7, jsx as jsx58, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
3712
|
-
var HlsPlayer2 = dynamic7(() => import("./HlsPlayer-
|
|
3712
|
+
var HlsPlayer2 = dynamic7(() => import("./HlsPlayer-TJGNEU53.mjs"), { ssr: false });
|
|
3713
3713
|
var deviceToMediaQuery = (device) => {
|
|
3714
3714
|
switch (device) {
|
|
3715
3715
|
case "sm":
|
package/package.json
CHANGED