@uppy/dashboard
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0
# @uppy/dashboard | ||
## 3.0.0 | ||
Released: 2022-08-22 | ||
Included in: Uppy v3.0.0 | ||
- @uppy/core,@uppy/dashboard,@uppy/status-bar: Style tweaks: use all: initial + other resets (Artur Paikin / #3983) | ||
## 3.0.0-beta.3 | ||
@@ -4,0 +11,0 @@ |
@@ -179,3 +179,3 @@ let _Symbol$for; | ||
type: "button", | ||
className: "uppy-u-reset uppy-Dashboard-browse", | ||
className: "uppy-u-reset uppy-c-btn uppy-Dashboard-browse", | ||
onClick: onClickFn, | ||
@@ -182,0 +182,0 @@ "data-uppy-super-focusable": numberOfAcquirers === 0 |
@@ -22,3 +22,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.0.0-beta.4" | ||
"version": "3.0.0" | ||
}; | ||
@@ -25,0 +25,0 @@ import locale from './locale.js'; |
{ | ||
"name": "@uppy/dashboard", | ||
"description": "Universal UI plugin for Uppy.", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0", | ||
"license": "MIT", | ||
@@ -27,7 +27,7 @@ "main": "lib/index.js", | ||
"@transloadit/prettier-bytes": "0.0.7", | ||
"@uppy/informer": "^3.0.0-beta.3", | ||
"@uppy/provider-views": "^3.0.0-beta.3", | ||
"@uppy/status-bar": "^3.0.0-beta.3", | ||
"@uppy/thumbnail-generator": "^3.0.0-beta.2", | ||
"@uppy/utils": "^5.0.0-beta.1", | ||
"@uppy/informer": "^3.0.0", | ||
"@uppy/provider-views": "^3.0.0", | ||
"@uppy/status-bar": "^3.0.0", | ||
"@uppy/thumbnail-generator": "^3.0.0", | ||
"@uppy/utils": "^5.0.0", | ||
"classnames": "^2.2.6", | ||
@@ -42,9 +42,9 @@ "is-shallow-equal": "^1.0.1", | ||
"@jest/globals": "^28.0.0", | ||
"@uppy/google-drive": "^3.0.0-beta.2", | ||
"@uppy/status-bar": "^3.0.0-beta.3", | ||
"@uppy/google-drive": "^3.0.0", | ||
"@uppy/status-bar": "^3.0.0", | ||
"resize-observer-polyfill": "^1.5.0" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.0.0-beta.4" | ||
"@uppy/core": "^3.0.0" | ||
} | ||
} |
@@ -154,3 +154,3 @@ import { h, Component, Fragment } from 'preact' | ||
type="button" | ||
className="uppy-u-reset uppy-Dashboard-browse" | ||
className="uppy-u-reset uppy-c-btn uppy-Dashboard-browse" | ||
onClick={onClickFn} | ||
@@ -157,0 +157,0 @@ data-uppy-super-focusable={numberOfAcquirers === 0} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
661158
9519
0
Updated@uppy/informer@^3.0.0
Updated@uppy/provider-views@^3.0.0
Updated@uppy/status-bar@^3.0.0
Updated@uppy/utils@^5.0.0