@bytescale/upload-widget-angular
Advanced tools
Comparing version 9.13.0 to 9.14.0
{ | ||
"name": "@bytescale/upload-widget-angular", | ||
"version": "9.13.0", | ||
"version": "9.14.0", | ||
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", | ||
@@ -50,3 +50,3 @@ "description": "Angular File Upload UI Widget โ Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐ Comes with Cloud Storage ๐", | ||
"@angular/core": ">=13", | ||
"@bytescale/upload-widget": "^4.23.0" | ||
"@bytescale/upload-widget": "^4.24.0" | ||
}, | ||
@@ -53,0 +53,0 @@ "module": "fesm2015/bytescale-upload-widget-angular.mjs", |
@@ -258,2 +258,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: { | ||
@@ -260,0 +264,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
85770
563