@bytescale/upload-widget-react
Advanced tools
Comparing version 4.17.0 to 4.18.0
{ | ||
"name": "@bytescale/upload-widget-react", | ||
"version": "4.17.0", | ||
"version": "4.18.0", | ||
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", | ||
@@ -78,3 +78,3 @@ "description": "React File Upload UI Widget โ Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐ Comes with Cloud Storage ๐", | ||
"dependencies": { | ||
"@bytescale/upload-widget": "^4.23.0", | ||
"@bytescale/upload-widget": "^4.24.0", | ||
"lodash.isequal": "^4.5.0" | ||
@@ -81,0 +81,0 @@ }, |
@@ -226,2 +226,6 @@ <h1 align="center"> | ||
styles: { | ||
breakpoints: { | ||
fullScreenWidth: 750, // Full-screen mode activates when the screen is at or below this width. | ||
fullScreenHeight: 420 // Full-screen mode activates when the screen is at or below this height. | ||
}, | ||
colors: { | ||
@@ -228,0 +232,0 @@ primary: "#377dff", // Primary buttons & links |
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
43827
531