@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.
package/dist/FxIcon/FxIcon.js
CHANGED
|
@@ -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
|
|
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