@fixefy/fixefy-ui-components 0.3.44 → 0.3.45

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.
@@ -83,16 +83,16 @@ const PublicIcon = ({ icon, width, height, onClick, variant, fontSize, backgroun
83
83
  height: height,
84
84
  loader: ()=>{
85
85
  if (path) {
86
- //@ts-ignore
87
- return (0, _fixefyuiutils.imageLoader)({
88
- src: icon
89
- });
90
- } else {
91
86
  return (0, _fixefyuiutils.imageLoader)({
92
87
  src: icon,
93
88
  //@ts-ignore
94
89
  path
95
90
  });
91
+ } else {
92
+ //@ts-ignore
93
+ return (0, _fixefyuiutils.imageLoader)({
94
+ src: icon
95
+ });
96
96
  }
97
97
  },
98
98
  src: icon,
package/package.json CHANGED
@@ -68,5 +68,5 @@
68
68
  "require": "./dist/index.js"
69
69
  }
70
70
  },
71
- "version": "0.3.44"
71
+ "version": "0.3.45"
72
72
  }