@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260328112431 → 0.8.1-dev.20260328113654

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 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 `gurujiiiiiiiiii${base}/${path}`;
5138
+ return `${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 `gurujiiiiiiiiii${base}/${path}`;
4170
+ return `${base}/${path}`;
4171
4171
  };
4172
4172
  const resolvePosterUrl = (posterUrl) => {
4173
4173
  if (!posterUrl) return void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acoustte-digital-services/digitalstore-controls-dev",
3
- "version": "0.8.1-dev.20260328112431",
3
+ "version": "0.8.1-dev.20260328113654",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",