@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260324170629 → 0.8.1-dev.20260324172014

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
@@ -3073,7 +3073,7 @@ var AssetUtility = class {
3073
3073
  if (!url) return void 0;
3074
3074
  if (url.startsWith("http")) return url;
3075
3075
  if (!apiBaseUrl) return url;
3076
- return `${apiBaseUrl}/digitalassets-management/${url}`;
3076
+ return `${apiBaseUrl}/${url}`;
3077
3077
  }
3078
3078
  };
3079
3079
  var AssetUtility_default = AssetUtility;
@@ -4813,7 +4813,8 @@ var DivContainer = async (props) => {
4813
4813
  apiBaseUrl: props2.apiBaseUrl,
4814
4814
  breadcrumb: props2.breadcrumb,
4815
4815
  dataitem,
4816
- href
4816
+ href,
4817
+ assetBaseUrl: props2.assetBaseUrl
4817
4818
  }
4818
4819
  ) }, key);
4819
4820
  }
package/dist/index.mjs CHANGED
@@ -3038,7 +3038,7 @@ var AssetUtility = class {
3038
3038
  if (!url) return void 0;
3039
3039
  if (url.startsWith("http")) return url;
3040
3040
  if (!apiBaseUrl) return url;
3041
- return `${apiBaseUrl}/digitalassets-management/${url}`;
3041
+ return `${apiBaseUrl}/${url}`;
3042
3042
  }
3043
3043
  };
3044
3044
  var AssetUtility_default = AssetUtility;
@@ -4778,7 +4778,8 @@ var DivContainer = async (props) => {
4778
4778
  apiBaseUrl: props2.apiBaseUrl,
4779
4779
  breadcrumb: props2.breadcrumb,
4780
4780
  dataitem,
4781
- href
4781
+ href,
4782
+ assetBaseUrl: props2.assetBaseUrl
4782
4783
  }
4783
4784
  ) }, key);
4784
4785
  }
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.20260324170629",
3
+ "version": "0.8.1-dev.20260324172014",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",