@uploadcare/react-uploader
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -5,2 +5,3 @@ import type { ConfigType } from '@uploadcare/blocks'; | ||
import { FC } from 'react'; | ||
import { default as React_2 } from 'react'; | ||
import type { Ref } from 'react'; | ||
@@ -21,3 +22,3 @@ import { UploadCtxProvider } from '@uploadcare/blocks'; | ||
ctxName?: string; | ||
}; | ||
} & Pick<TProps_2, "fallback">; | ||
@@ -34,2 +35,8 @@ export declare type TEventsSchema = { | ||
declare type TProps_2 = { | ||
fallback?: React_2.ReactChild | React_2.ReactFragment | React_2.ReactPortal | null; | ||
condition: boolean; | ||
children: React_2.ReactNode; | ||
}; | ||
declare type TPropsWithConfig = Partial<ConfigType>; | ||
@@ -36,0 +43,0 @@ |
{ | ||
"name": "@uploadcare/react-uploader", | ||
"description": "React component for file uploads using Uploadcare", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"private": false, | ||
@@ -84,3 +84,3 @@ "type": "module", | ||
], | ||
"gitHead": "010fd47b64c0dda3be8b9435c89300136b597455" | ||
"gitHead": "1edddd9395d2d73bf92a8b9508c8df2e2aa6a89f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
1
133609
663