@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260420120059 → 0.8.1-dev.20260420121019
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/index.js +2 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5098,6 +5098,7 @@ var Pagination_default = Pagination;
|
|
|
5098
5098
|
|
|
5099
5099
|
// src/components/pageRenderingEngine/nodes/ImageGalleryNode.tsx
|
|
5100
5100
|
var import_dynamic5 = __toESM(require("next/dynamic"));
|
|
5101
|
+
init_HlsPlayer();
|
|
5101
5102
|
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
5102
5103
|
var HlsPlayer1 = (0, import_dynamic5.default)(() => Promise.resolve().then(() => (init_HlsPlayer(), HlsPlayer_exports)), {
|
|
5103
5104
|
ssr: false
|
|
@@ -5157,7 +5158,7 @@ var ImageGalleryNode = (props) => {
|
|
|
5157
5158
|
if (img.width) styles.width = img.width;
|
|
5158
5159
|
if (img.borderRadius) styles.borderRadius = img.borderRadius;
|
|
5159
5160
|
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "max-w-full", children: isHls ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
5160
|
-
|
|
5161
|
+
HlsPlayer_default,
|
|
5161
5162
|
{
|
|
5162
5163
|
assetUrl: imageUrl,
|
|
5163
5164
|
posterUrl,
|
package/dist/index.mjs
CHANGED
|
@@ -4165,7 +4165,7 @@ var ImageGalleryNode = (props) => {
|
|
|
4165
4165
|
if (img.width) styles.width = img.width;
|
|
4166
4166
|
if (img.borderRadius) styles.borderRadius = img.borderRadius;
|
|
4167
4167
|
return /* @__PURE__ */ jsx58("div", { className: "max-w-full", children: isHls ? /* @__PURE__ */ jsx58(
|
|
4168
|
-
|
|
4168
|
+
HlsPlayer_default,
|
|
4169
4169
|
{
|
|
4170
4170
|
assetUrl: imageUrl,
|
|
4171
4171
|
posterUrl,
|
package/package.json
CHANGED