@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260421095450 → 0.8.1-dev.20260421105518
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5200,7 +5200,7 @@ var ImageGalleryNode = (props) => {
|
|
|
5200
5200
|
`hls-${idx}-${img.imageUrl}`
|
|
5201
5201
|
);
|
|
5202
5202
|
}),
|
|
5203
|
-
staticFallback && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "
|
|
5203
|
+
staticFallback && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "w-full", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("picture", { children: [
|
|
5204
5204
|
["sm", "md", "lg", "tv"].map((deviceKey) => {
|
|
5205
5205
|
const match = staticSources.find(
|
|
5206
5206
|
(img) => img.device === deviceKey
|
package/dist/index.mjs
CHANGED
|
@@ -4201,7 +4201,7 @@ var ImageGalleryNode = (props) => {
|
|
|
4201
4201
|
`hls-${idx}-${img.imageUrl}`
|
|
4202
4202
|
);
|
|
4203
4203
|
}),
|
|
4204
|
-
staticFallback && /* @__PURE__ */ jsx58("div", { className: "
|
|
4204
|
+
staticFallback && /* @__PURE__ */ jsx58("div", { className: "w-full", children: /* @__PURE__ */ jsxs33("picture", { children: [
|
|
4205
4205
|
["sm", "md", "lg", "tv"].map((deviceKey) => {
|
|
4206
4206
|
const match = staticSources.find(
|
|
4207
4207
|
(img) => img.device === deviceKey
|
package/package.json
CHANGED