@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260422073350 → 0.8.1-dev.20260422085209
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.
|
@@ -126,25 +126,6 @@ var HlsPlayer = React.memo(
|
|
|
126
126
|
))
|
|
127
127
|
}
|
|
128
128
|
),
|
|
129
|
-
fallbackPoster && !isPlaying && /* @__PURE__ */ jsxs(
|
|
130
|
-
"picture",
|
|
131
|
-
{
|
|
132
|
-
className: `absolute inset-0 transition-opacity ${!isMobile && playOptions === "playOnHover" && isHovered ? "opacity-0" : "opacity-100"}`,
|
|
133
|
-
children: [
|
|
134
|
-
posterSources.map(({ media, posterUrl: src }, i) => /* @__PURE__ */ jsx("source", { media, srcSet: src }, i)),
|
|
135
|
-
/* @__PURE__ */ jsx(
|
|
136
|
-
"img",
|
|
137
|
-
{
|
|
138
|
-
src: fallbackPoster,
|
|
139
|
-
width: intrinsicWidth,
|
|
140
|
-
height: intrinsicHeight,
|
|
141
|
-
alt: "poster",
|
|
142
|
-
className: "w-full h-full object-cover"
|
|
143
|
-
}
|
|
144
|
-
)
|
|
145
|
-
]
|
|
146
|
-
}
|
|
147
|
-
),
|
|
148
129
|
!isMobile && !isPlaying && /* @__PURE__ */ jsx(
|
|
149
130
|
"div",
|
|
150
131
|
{
|
package/dist/index.js
CHANGED
|
@@ -403,25 +403,6 @@ var init_HlsPlayer = __esm({
|
|
|
403
403
|
))
|
|
404
404
|
}
|
|
405
405
|
),
|
|
406
|
-
fallbackPoster && !isPlaying && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
407
|
-
"picture",
|
|
408
|
-
{
|
|
409
|
-
className: `absolute inset-0 transition-opacity ${!isMobile && playOptions === "playOnHover" && isHovered ? "opacity-0" : "opacity-100"}`,
|
|
410
|
-
children: [
|
|
411
|
-
posterSources.map(({ media, posterUrl: src }, i) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("source", { media, srcSet: src }, i)),
|
|
412
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
413
|
-
"img",
|
|
414
|
-
{
|
|
415
|
-
src: fallbackPoster,
|
|
416
|
-
width: intrinsicWidth,
|
|
417
|
-
height: intrinsicHeight,
|
|
418
|
-
alt: "poster",
|
|
419
|
-
className: "w-full h-full object-cover"
|
|
420
|
-
}
|
|
421
|
-
)
|
|
422
|
-
]
|
|
423
|
-
}
|
|
424
|
-
),
|
|
425
406
|
!isMobile && !isPlaying && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
426
407
|
"div",
|
|
427
408
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HlsPlayer_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-LIMBWZ6H.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Button_default,
|
|
6
6
|
ServiceClient_default,
|
|
@@ -2638,7 +2638,7 @@ var DeviceAssetSelector_default = DeviceAssetSelector;
|
|
|
2638
2638
|
|
|
2639
2639
|
// src/components/pageRenderingEngine/nodes/ImageNode.tsx
|
|
2640
2640
|
import { Fragment as Fragment3, jsx as jsx39 } from "react/jsx-runtime";
|
|
2641
|
-
var HlsPlayer = dynamic(() => import("./HlsPlayer-
|
|
2641
|
+
var HlsPlayer = dynamic(() => import("./HlsPlayer-FCDNZAZ4.mjs"), {
|
|
2642
2642
|
ssr: false
|
|
2643
2643
|
});
|
|
2644
2644
|
var getNestedValue = (obj, path) => {
|
|
@@ -4107,7 +4107,7 @@ var Pagination_default = Pagination;
|
|
|
4107
4107
|
// src/components/pageRenderingEngine/nodes/ImageGalleryNode.tsx
|
|
4108
4108
|
import dynamic5 from "next/dynamic";
|
|
4109
4109
|
import { Fragment as Fragment9, jsx as jsx58, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
4110
|
-
var HlsPlayer2 = dynamic5(() => import("./HlsPlayer-
|
|
4110
|
+
var HlsPlayer2 = dynamic5(() => import("./HlsPlayer-FCDNZAZ4.mjs"), { ssr: false });
|
|
4111
4111
|
var deviceToMediaQuery = (device) => {
|
|
4112
4112
|
switch (device) {
|
|
4113
4113
|
case "sm":
|
package/package.json
CHANGED