@uppy/zoom
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -5,4 +5,6 @@ var _class, _temp; | ||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } | ||
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
var _require = require('@uppy/core'), | ||
@@ -39,3 +41,3 @@ Plugin = _require.Plugin; | ||
}, h("rect", { | ||
class: "uppy-ProviderIconBg", | ||
className: "uppy-ProviderIconBg", | ||
width: "32", | ||
@@ -47,3 +49,3 @@ height: "32", | ||
fill: "none", | ||
"fill-rule": "evenodd" | ||
fillRule: "evenodd" | ||
}, h("path", { | ||
@@ -100,2 +102,2 @@ fill: "#fff", | ||
return Zoom; | ||
}(Plugin), _class.VERSION = "0.1.14", _temp); | ||
}(Plugin), _class.VERSION = "0.1.15", _temp); |
{ | ||
"name": "@uppy/zoom", | ||
"description": "Import files from zoom, into Uppy.", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"license": "MIT", | ||
@@ -23,5 +23,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^1.8.3", | ||
"@uppy/provider-views": "^1.11.2", | ||
"@uppy/utils": "^3.4.2", | ||
"@uppy/companion-client": "^1.9.0", | ||
"@uppy/provider-views": "^1.12.0", | ||
"@uppy/utils": "^3.5.0", | ||
"preact": "8.2.9" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "4bf107236340dc98f8584f15a06e13ffa9fc31f4" | ||
"gitHead": "6771545fe70134088a5441ef5c2f7b872e32d812" | ||
} |
@@ -16,4 +16,4 @@ const { Plugin } = require('@uppy/core') | ||
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32"> | ||
<rect class="uppy-ProviderIconBg" width="32" height="32" rx="16" fill="#0E71EB" /> | ||
<g fill="none" fill-rule="evenodd"> | ||
<rect className="uppy-ProviderIconBg" width="32" height="32" rx="16" fill="#0E71EB" /> | ||
<g fill="none" fillRule="evenodd"> | ||
<path fill="#fff" d="M29,31H14c-1.657,0-3-1.343-3-3V17h15c1.657,0,3,1.343,3,3V31z" style="transform: translate(-5px, -5px) scale(0.9);" /> | ||
@@ -31,3 +31,3 @@ <polygon fill="#fff" points="37,31 31,27 31,21 37,17" style="transform: translate(-5px, -5px) scale(0.9);" /> | ||
provider: 'zoom', | ||
pluginId: this.id | ||
pluginId: this.id, | ||
}) | ||
@@ -41,3 +41,3 @@ | ||
this.view = new ProviderViews(this, { | ||
provider: this.provider | ||
provider: this.provider, | ||
}) | ||
@@ -59,3 +59,3 @@ | ||
this.provider.fetchPreAuthToken(), | ||
this.view.getFolder() | ||
this.view.getFolder(), | ||
]) | ||
@@ -62,0 +62,0 @@ } |
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
13853
149
Updated@uppy/provider-views@^1.12.0
Updated@uppy/utils@^3.5.0