@smart-factor/gem-ui-components 0.0.87 → 0.0.88
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/SignEditor.js +1 -1
- package/dist/hooks/index.d.ts +0 -1
- package/dist/main.js +879 -910
- package/dist/{theme-_Tij8K1r.js → theme-BdJB2D9d.js} +3 -1
- package/package.json +1 -1
|
@@ -211766,8 +211766,10 @@ function noop$1() {
|
|
|
211766
211766
|
const useGetFileUrl = (x) => {
|
|
211767
211767
|
const [B, N] = useState(null);
|
|
211768
211768
|
return useEffect(() => {
|
|
211769
|
-
if (!x)
|
|
211769
|
+
if (!x) {
|
|
211770
|
+
N(null);
|
|
211770
211771
|
return;
|
|
211772
|
+
}
|
|
211771
211773
|
const r0 = new FileReader();
|
|
211772
211774
|
r0.onloadend = () => {
|
|
211773
211775
|
N(r0.result);
|