@bytescale/upload-widget
Advanced tools
Comparing version 4.23.0 to 4.24.0
import { UploadWidgetColors, UploaderColorOptionsRequired } from "../config/UploadWidgetColors"; | ||
import { UploadWidgetFontSize, UploadWidgetFontSizeRequired } from "../config/UploadWidgetFontSize"; | ||
import { UploadWidgetFontFamily, UploadWidgetFontFamilyRequired } from "../config/UploadWidgetFontFamily"; | ||
import { UploadWidgetBreakpoints, UploadWidgetBreakpointsRequired } from "../config/UploadWidgetBreakpoints"; | ||
export interface UploadWidgetStyles { | ||
breakpoints?: UploadWidgetBreakpoints; | ||
colors?: UploadWidgetColors; | ||
@@ -10,2 +12,3 @@ fontFamilies?: UploadWidgetFontFamily; | ||
export interface UploadWidgetStylesRequired { | ||
breakpoints: UploadWidgetBreakpointsRequired; | ||
colors: UploaderColorOptionsRequired; | ||
@@ -12,0 +15,0 @@ fontFamilies: UploadWidgetFontFamilyRequired; |
{ | ||
"name": "@bytescale/upload-widget", | ||
"version": "4.23.0", | ||
"version": "4.24.0", | ||
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", | ||
@@ -75,3 +75,3 @@ "description": "File Upload UI Widget โ Lightweight & supports: drag and drop, multiple file uploads, image cropping, customization, and more ๐ Comes with Cloud Storage ๐", | ||
"babel-plugin-transform-async-to-promises": "0.8.15", | ||
"chromedriver": "^119.0.0", | ||
"chromedriver": "^121.0.0", | ||
"css-loader": "5.0.1", | ||
@@ -78,0 +78,0 @@ "eslint": "7.32.0", |
@@ -241,2 +241,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: { | ||
@@ -243,0 +247,0 @@ primary: "#377dff", // Primary buttons & links |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
301180
79
4958
546