@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260328111811 → 0.8.1-dev.20260328112431
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
|
@@ -5135,7 +5135,7 @@ var ImageGalleryNode = (props) => {
|
|
|
5135
5135
|
if (imageUrl.startsWith("http")) return imageUrl;
|
|
5136
5136
|
const base = props.assetBaseUrl.replace(/\/$/, "");
|
|
5137
5137
|
const path = imageUrl.replace(/^\//, "");
|
|
5138
|
-
return
|
|
5138
|
+
return `gurujiiiiiiiiii${base}/${path}`;
|
|
5139
5139
|
};
|
|
5140
5140
|
const resolvePosterUrl = (posterUrl) => {
|
|
5141
5141
|
if (!posterUrl) return void 0;
|
package/dist/index.mjs
CHANGED
|
@@ -4167,7 +4167,7 @@ var ImageGalleryNode = (props) => {
|
|
|
4167
4167
|
if (imageUrl.startsWith("http")) return imageUrl;
|
|
4168
4168
|
const base = props.assetBaseUrl.replace(/\/$/, "");
|
|
4169
4169
|
const path = imageUrl.replace(/^\//, "");
|
|
4170
|
-
return
|
|
4170
|
+
return `gurujiiiiiiiiii${base}/${path}`;
|
|
4171
4171
|
};
|
|
4172
4172
|
const resolvePosterUrl = (posterUrl) => {
|
|
4173
4173
|
if (!posterUrl) return void 0;
|
package/package.json
CHANGED