@fixefy/fixefy-ui-components 0.3.84 → 0.3.86

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.
@@ -89,7 +89,7 @@ const PublicIcon = ({ icon, width, height, onClick, variant, fontSize, backgroun
89
89
  return `${baseUrl}/${url}`;
90
90
  };
91
91
  console.log('assetUrl (FXICON)', assetUrl);
92
- console.log('processed image src', processImageSrc({
92
+ console.log('processed image url', processImageSrc({
93
93
  src: icon
94
94
  }, assetUrl));
95
95
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(_image.default, {
@@ -20,6 +20,7 @@ function _interop_require_default(obj) {
20
20
  };
21
21
  }
22
22
  const FxStyledButton = ({ btnValue, btnType = 'text', disabled, onClick, startIcon, endIcon, iconSize, sx, variant, assetUrl })=>{
23
+ console.log('FxStyledButton assetUrl:', assetUrl);
23
24
  return btnType == 'text' ? /*#__PURE__*/ (0, _jsxruntime.jsx)(_Button.default, {
24
25
  disabled: disabled,
25
26
  sx: sx,
package/package.json CHANGED
@@ -71,5 +71,5 @@
71
71
  "require": "./dist/index.js"
72
72
  }
73
73
  },
74
- "version": "0.3.84"
74
+ "version": "0.3.86"
75
75
  }