@webstudio-is/sdk-components-react 0.173.0 → 0.174.0

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/lib/components.js CHANGED
@@ -404,6 +404,14 @@ var Image = forwardRef19(
404
404
  if (src.startsWith(assetBaseUrl)) {
405
405
  assetName = src.slice(assetBaseUrl.length);
406
406
  }
407
+ console.info(
408
+ "assetName",
409
+ assetName,
410
+ "src",
411
+ src,
412
+ "assetBaseUrl",
413
+ assetBaseUrl
414
+ );
407
415
  return /* @__PURE__ */ jsx18(
408
416
  WebstudioImage,
409
417
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-react",
3
- "version": "0.173.0",
3
+ "version": "0.174.0",
4
4
  "description": "Webstudio default library for react",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -41,9 +41,9 @@
41
41
  "dependencies": {
42
42
  "@react-aria/utils": "^3.21.0",
43
43
  "colord": "^2.9.3",
44
- "@webstudio-is/icons": "0.173.0",
45
- "@webstudio-is/react-sdk": "0.173.0",
46
- "@webstudio-is/image": "0.173.0"
44
+ "@webstudio-is/icons": "0.174.0",
45
+ "@webstudio-is/image": "0.174.0",
46
+ "@webstudio-is/react-sdk": "0.174.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@jest/globals": "^29.7.0",