@uppy/screen-capture
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -9,3 +9,3 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
const packageJson = { | ||
"version": "3.0.2" | ||
"version": "3.1.0" | ||
}; | ||
@@ -12,0 +12,0 @@ import locale from './locale.js'; // Check if screen capturing is supported. |
import { h } from 'preact'; | ||
export default (() => { | ||
return h("svg", { | ||
className: "uppy-DashboardTab-iconScreenRec", | ||
"aria-hidden": "true", | ||
@@ -10,16 +11,7 @@ focusable: "false", | ||
}, h("g", { | ||
fill: "none", | ||
fill: "currentcolor", | ||
fillRule: "evenodd" | ||
}, h("rect", { | ||
className: "uppy-ProviderIconBg", | ||
fill: "#2C3E50", | ||
width: "32", | ||
height: "32", | ||
rx: "16" | ||
}), h("path", { | ||
d: "M24.182 9H7.818C6.81 9 6 9.742 6 10.667v10c0 .916.81 1.666 1.818 1.666h4.546V24h7.272v-1.667h4.546c1 0 1.809-.75 1.809-1.666l.009-10C26 9.742 25.182 9 24.182 9zM24 21H8V11h16v10z", | ||
fill: "#FFF", | ||
fillRule: "nonzero" | ||
}, h("path", { | ||
d: "M24.182 9H7.818C6.81 9 6 9.742 6 10.667v10c0 .916.81 1.666 1.818 1.666h4.546V24h7.272v-1.667h4.546c1 0 1.809-.75 1.809-1.666l.009-10C26 9.742 25.182 9 24.182 9zM24 21H8V11h16v10z" | ||
}), h("circle", { | ||
fill: "#FFF", | ||
cx: "16", | ||
@@ -26,0 +18,0 @@ cy: "16", |
{ | ||
"name": "@uppy/screen-capture", | ||
"description": "Uppy plugin that captures video from display or application.", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
@@ -28,7 +28,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^5.1.2", | ||
"@uppy/utils": "^5.1.3", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.0.6" | ||
"@uppy/core": "^3.1.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "publishConfig": { |
@@ -5,7 +5,6 @@ import { h } from 'preact' | ||
return ( | ||
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32"> | ||
<g fill="none" fillRule="evenodd"> | ||
<rect className="uppy-ProviderIconBg" fill="#2C3E50" width="32" height="32" rx="16" /> | ||
<path d="M24.182 9H7.818C6.81 9 6 9.742 6 10.667v10c0 .916.81 1.666 1.818 1.666h4.546V24h7.272v-1.667h4.546c1 0 1.809-.75 1.809-1.666l.009-10C26 9.742 25.182 9 24.182 9zM24 21H8V11h16v10z" fill="#FFF" fillRule="nonzero" /> | ||
<circle fill="#FFF" cx="16" cy="16" r="2" /> | ||
<svg className="uppy-DashboardTab-iconScreenRec" aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32"> | ||
<g fill="currentcolor" fillRule="evenodd"> | ||
<path d="M24.182 9H7.818C6.81 9 6 9.742 6 10.667v10c0 .916.81 1.666 1.818 1.666h4.546V24h7.272v-1.667h4.546c1 0 1.809-.75 1.809-1.666l.009-10C26 9.742 25.182 9 24.182 9zM24 21H8V11h16v10z" /> | ||
<circle cx="16" cy="16" r="2" /> | ||
</g> | ||
@@ -12,0 +11,0 @@ </svg> |
Sorry, the diff of this file is not supported yet
94421
1421
Updated@uppy/utils@^5.1.3