@fixefy/fixefy-ui-components 0.3.95 → 0.3.96

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.
@@ -1,6 +1,7 @@
1
- export declare const FxUserImage: ({ bucketAddress, user, loading, setLoading }: {
1
+ export declare const FxUserImage: ({ bucketAddress, user, loading, setLoading, assetUrl }: {
2
2
  bucketAddress: string;
3
3
  user: any;
4
4
  loading: boolean;
5
5
  setLoading: (loading: boolean) => void;
6
+ assetUrl?: string;
6
7
  }) => any;
@@ -92,7 +92,7 @@ function _interop_require_wildcard(obj, nodeInterop) {
92
92
  }
93
93
  return newObj;
94
94
  }
95
- const FxUserImage = ({ bucketAddress, user, loading, setLoading })=>{
95
+ const FxUserImage = ({ bucketAddress, user, loading, setLoading, assetUrl })=>{
96
96
  const getRandomColor = (0, _fixefyhooks.useRandomColor)();
97
97
  const { listS3Bucket } = (0, _nexts3upload.useS3ListBucket)();
98
98
  const { downloadFromS3 } = (0, _nexts3upload.useS3Download)('download-bytearray');
package/package.json CHANGED
@@ -72,5 +72,5 @@
72
72
  "require": "./dist/index.js"
73
73
  }
74
74
  },
75
- "version": "0.3.95"
75
+ "version": "0.3.96"
76
76
  }