@uppy/file-input
Advanced tools
Comparing version 2.0.6 to 2.1.0
@@ -10,3 +10,3 @@ "use strict"; | ||
const packageJson = { | ||
"version": "2.0.6" | ||
"version": "2.1.0" | ||
}; | ||
@@ -86,3 +86,3 @@ | ||
return (0, _preact.h)("div", { | ||
className: "uppy-Root uppy-FileInput-container" | ||
className: "uppy-FileInput-container" | ||
}, (0, _preact.h)("input", { | ||
@@ -89,0 +89,0 @@ className: "uppy-FileInput-input", |
{ | ||
"name": "@uppy/file-input", | ||
"description": "Simple UI of a file input button that works with Uppy right out of the box", | ||
"version": "2.0.6", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -30,4 +30,4 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@uppy/core": "^2.1.9" | ||
"@uppy/core": "^2.2.0" | ||
} | ||
} |
@@ -84,3 +84,3 @@ import { UIPlugin } from '@uppy/core' | ||
return ( | ||
<div className="uppy-Root uppy-FileInput-container"> | ||
<div className="uppy-FileInput-container"> | ||
<input | ||
@@ -87,0 +87,0 @@ className="uppy-FileInput-input" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
0
19993