@uppy/dashboard
Advanced tools
Comparing version 3.7.0 to 3.7.1
# @uppy/dashboard | ||
## 3.7.1 | ||
Released: 2023-11-12 | ||
Included in: Uppy v3.19.1 | ||
- @uppy/dashboard: fix(@uppy/dashboard): fix wrong option type in index.d.ts (dzcpy / #4788) | ||
- @uppy/core,@uppy/dashboard,@uppy/react-native: Update Uppy's blue color to meet WCAG contrast requirements (Alexander Zaytsev / #4777) | ||
## 3.7.0 | ||
@@ -4,0 +12,0 @@ |
@@ -18,3 +18,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
const packageJson = { | ||
"version": "3.7.0" | ||
"version": "3.7.1" | ||
}; | ||
@@ -21,0 +21,0 @@ import locale from './locale.js'; |
{ | ||
"name": "@uppy/dashboard", | ||
"description": "Universal UI plugin for Uppy.", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"license": "MIT", | ||
@@ -48,4 +48,4 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@uppy/core": "^3.7.0" | ||
"@uppy/core": "^3.7.1" | ||
} | ||
} |
@@ -39,3 +39,3 @@ import type { | ||
closeAfterFinish?: boolean | ||
centerSingleFile?: boolean | ||
singleFileFullScreen?: boolean | ||
closeModalOnClickOutside?: boolean | ||
@@ -42,0 +42,0 @@ disableInformer?: boolean |
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
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
686045