Converted to 2 space indentation
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ root = true
|
|||||||
[*]
|
[*]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
indent_size = 4
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"tabWidth": 4,
|
"tabWidth": 2,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
"printWidth": 120
|
"printWidth": 120
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"string-no-newline": null,
|
"string-no-newline": null,
|
||||||
"indentation": 4,
|
"indentation": 2,
|
||||||
"string-quotes": "single",
|
"string-quotes": "single",
|
||||||
"max-nesting-depth": 2,
|
"max-nesting-depth": 2,
|
||||||
"plugin/selector-bem-pattern": {
|
"plugin/selector-bem-pattern": {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
@@ -21299,19 +21299,19 @@ typeof navigator === "object" && (function () {
|
|||||||
return (current / max * 100).toFixed(2);
|
return (current / max * 100).toFixed(2);
|
||||||
} // Replace all occurances of a string in a string
|
} // Replace all occurances of a string in a string
|
||||||
|
|
||||||
function replaceAll() {
|
var replaceAll = function replaceAll() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
var find = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
var find = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
||||||
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
||||||
return input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
return input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
||||||
} // Convert to title case
|
}; // Convert to title case
|
||||||
|
|
||||||
function toTitleCase() {
|
var toTitleCase = function toTitleCase() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
return input.toString().replace(/\w\S*/g, function (text) {
|
return input.toString().replace(/\w\S*/g, function (text) {
|
||||||
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
||||||
});
|
});
|
||||||
} // Convert string to pascalCase
|
}; // Convert string to pascalCase
|
||||||
|
|
||||||
function toPascalCase() {
|
function toPascalCase() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+4
-13
@@ -18,10 +18,7 @@
|
|||||||
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.plyr.io/static/icons/180x180.png" />
|
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.plyr.io/static/icons/180x180.png" />
|
||||||
|
|
||||||
<!-- Open Graph -->
|
<!-- Open Graph -->
|
||||||
<meta
|
<meta property="og:title" content="Plyr - A simple, customizable HTML5 Video, Audio, YouTube and Vimeo player" />
|
||||||
property="og:title"
|
|
||||||
content="Plyr - A simple, customizable HTML5 Video, Audio, YouTube and Vimeo player"
|
|
||||||
/>
|
|
||||||
<meta property="og:site_name" content="Plyr" />
|
<meta property="og:site_name" content="Plyr" />
|
||||||
<meta property="og:url" content="https://plyr.io" />
|
<meta property="og:url" content="https://plyr.io" />
|
||||||
<meta property="og:image" content="https://cdn.plyr.io/static/icons/1200x630.png" />
|
<meta property="og:image" content="https://cdn.plyr.io/static/icons/1200x630.png" />
|
||||||
@@ -176,9 +173,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Fallback for browsers that don't support the <video> element -->
|
<!-- Fallback for browsers that don't support the <video> element -->
|
||||||
<a href="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4" download
|
<a href="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4" download>Download</a>
|
||||||
>Download</a
|
|
||||||
>
|
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -191,9 +186,7 @@
|
|||||||
d="M14.738.326C14.548.118 14.28 0 14 0H2c-.28 0-.55.118-.738.326S.98.81 1.004 1.09l1 11c.03.317.208.603.48.767l5 3c.16.095.338.143.516.143s.356-.048.515-.143l5-3c.273-.164.452-.45.48-.767l1-11c.026-.28-.067-.557-.257-.764zM12 4H6v2h6v5.72l-4 1.334-4-1.333V9h2v1.28l2 .666 2-.667V8H4V2h8v2z"
|
d="M14.738.326C14.548.118 14.28 0 14 0H2c-.28 0-.55.118-.738.326S.98.81 1.004 1.09l1 11c.03.317.208.603.48.767l5 3c.16.095.338.143.516.143s.356-.048.515-.143l5-3c.273-.164.452-.45.48-.767l1-11c.026-.28-.067-.557-.257-.764zM12 4H6v2h6v5.72l-4 1.334-4-1.333V9h2v1.28l2 .666 2-.667V8H4V2h8v2z"
|
||||||
></path>
|
></path>
|
||||||
</svg>
|
</svg>
|
||||||
<a
|
<a href="https://itunes.apple.com/au/movie/view-from-a-blue-moon/id1041586323" target="_blank"
|
||||||
href="https://itunes.apple.com/au/movie/view-from-a-blue-moon/id1041586323"
|
|
||||||
target="_blank"
|
|
||||||
>View From A Blue Moon</a
|
>View From A Blue Moon</a
|
||||||
>
|
>
|
||||||
© Brainfarm
|
© Brainfarm
|
||||||
@@ -215,9 +208,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="plyr__cite plyr__cite--youtube" hidden>
|
<li class="plyr__cite plyr__cite--youtube" hidden>
|
||||||
<small>
|
<small>
|
||||||
<a href="https://www.youtube.com/watch?v=bTqVqk7FSmY" target="_blank"
|
<a href="https://www.youtube.com/watch?v=bTqVqk7FSmY" target="_blank">View From A Blue Moon</a>
|
||||||
>View From A Blue Moon</a
|
|
||||||
>
|
|
||||||
on
|
on
|
||||||
<span class="color--youtube">
|
<span class="color--youtube">
|
||||||
<svg class="icon" role="presentation">
|
<svg class="icon" role="presentation">
|
||||||
|
|||||||
+1
-4
@@ -59,10 +59,7 @@ import toggleClass from './toggle-class';
|
|||||||
},
|
},
|
||||||
previewThumbnails: {
|
previewThumbnails: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
src: [
|
src: ['https://cdn.plyr.io/static/demo/thumbs/100p.vtt', 'https://cdn.plyr.io/static/demo/thumbs/240p.vtt'],
|
||||||
'https://cdn.plyr.io/static/demo/thumbs/100p.vtt',
|
|
||||||
'https://cdn.plyr.io/static/demo/thumbs/240p.vtt',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
vimeo: {
|
vimeo: {
|
||||||
// Prevent Vimeo blocking plyr.io demo site
|
// Prevent Vimeo blocking plyr.io demo site
|
||||||
|
|||||||
@@ -2,16 +2,17 @@
|
|||||||
// Plyr Settings
|
// Plyr Settings
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
// Font
|
// Font sizes
|
||||||
$plyr-font-family: inherit;
|
|
||||||
|
|
||||||
// Sizes
|
|
||||||
$plyr-font-size-base: 13px;
|
$plyr-font-size-base: 13px;
|
||||||
$plyr-font-size-small: 12px;
|
$plyr-font-size-small: 12px;
|
||||||
$plyr-font-size-time: 11px;
|
$plyr-font-size-time: 11px;
|
||||||
$plyr-font-size-badges: 9px;
|
$plyr-font-size-badges: 9px;
|
||||||
|
|
||||||
// Other
|
// Font weight
|
||||||
|
$plyr-font-weight-regular: 500;
|
||||||
|
$plyr-font-weight-bold: 600;
|
||||||
|
|
||||||
|
// Font smoothing
|
||||||
$plyr-font-smoothing: true;
|
$plyr-font-smoothing: true;
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
@@ -1334,19 +1334,19 @@ typeof navigator === "object" && (function (global, factory) {
|
|||||||
return (current / max * 100).toFixed(2);
|
return (current / max * 100).toFixed(2);
|
||||||
} // Replace all occurances of a string in a string
|
} // Replace all occurances of a string in a string
|
||||||
|
|
||||||
function replaceAll() {
|
var replaceAll = function replaceAll() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
var find = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
var find = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
||||||
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
||||||
return input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
return input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
||||||
} // Convert to title case
|
}; // Convert to title case
|
||||||
|
|
||||||
function toTitleCase() {
|
var toTitleCase = function toTitleCase() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
return input.toString().replace(/\w\S*/g, function (text) {
|
return input.toString().replace(/\w\S*/g, function (text) {
|
||||||
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
||||||
});
|
});
|
||||||
} // Convert string to pascalCase
|
}; // Convert string to pascalCase
|
||||||
|
|
||||||
function toPascalCase() {
|
function toPascalCase() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
@@ -1328,19 +1328,19 @@ function getPercentage(current, max) {
|
|||||||
return (current / max * 100).toFixed(2);
|
return (current / max * 100).toFixed(2);
|
||||||
} // Replace all occurances of a string in a string
|
} // Replace all occurances of a string in a string
|
||||||
|
|
||||||
function replaceAll() {
|
var replaceAll = function replaceAll() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
var find = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
var find = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
||||||
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
||||||
return input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
return input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
||||||
} // Convert to title case
|
}; // Convert to title case
|
||||||
|
|
||||||
function toTitleCase() {
|
var toTitleCase = function toTitleCase() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
return input.toString().replace(/\w\S*/g, function (text) {
|
return input.toString().replace(/\w\S*/g, function (text) {
|
||||||
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
||||||
});
|
});
|
||||||
} // Convert string to pascalCase
|
}; // Convert string to pascalCase
|
||||||
|
|
||||||
function toPascalCase() {
|
function toPascalCase() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
|
|||||||
Vendored
+4
-4
@@ -7640,19 +7640,19 @@ typeof navigator === "object" && (function (global, factory) {
|
|||||||
return (current / max * 100).toFixed(2);
|
return (current / max * 100).toFixed(2);
|
||||||
} // Replace all occurances of a string in a string
|
} // Replace all occurances of a string in a string
|
||||||
|
|
||||||
function replaceAll() {
|
var replaceAll = function replaceAll() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
var find = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
var find = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
||||||
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
||||||
return input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
return input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
||||||
} // Convert to title case
|
}; // Convert to title case
|
||||||
|
|
||||||
function toTitleCase() {
|
var toTitleCase = function toTitleCase() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
return input.toString().replace(/\w\S*/g, function (text) {
|
return input.toString().replace(/\w\S*/g, function (text) {
|
||||||
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
||||||
});
|
});
|
||||||
} // Convert string to pascalCase
|
}; // Convert string to pascalCase
|
||||||
|
|
||||||
function toPascalCase() {
|
function toPascalCase() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
@@ -7634,19 +7634,19 @@ function getPercentage(current, max) {
|
|||||||
return (current / max * 100).toFixed(2);
|
return (current / max * 100).toFixed(2);
|
||||||
} // Replace all occurances of a string in a string
|
} // Replace all occurances of a string in a string
|
||||||
|
|
||||||
function replaceAll() {
|
var replaceAll = function replaceAll() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
var find = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
var find = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
||||||
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
||||||
return input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
return input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
||||||
} // Convert to title case
|
}; // Convert to title case
|
||||||
|
|
||||||
function toTitleCase() {
|
var toTitleCase = function toTitleCase() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
return input.toString().replace(/\w\S*/g, function (text) {
|
return input.toString().replace(/\w\S*/g, function (text) {
|
||||||
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
return text.charAt(0).toUpperCase() + text.substr(1).toLowerCase();
|
||||||
});
|
});
|
||||||
} // Convert string to pascalCase
|
}; // Convert string to pascalCase
|
||||||
|
|
||||||
function toPascalCase() {
|
function toPascalCase() {
|
||||||
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
|
|||||||
+4
-4
@@ -35,12 +35,12 @@
|
|||||||
"lint:fix": "eslint --fix src/js",
|
"lint:fix": "eslint --fix src/js",
|
||||||
"remark": "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'",
|
"remark": "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'",
|
||||||
"deploy": "yarn lint && gulp version && gulp build && gulp deploy",
|
"deploy": "yarn lint && gulp version && gulp build && gulp deploy",
|
||||||
"format": "prettier --write ./src/js/**/*.js"
|
"format": "prettier --write \"./{src,demo/src}/**/*.{js,scss}\""
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ansi-colors": "^4.1.1",
|
"ansi-colors": "^4.1.1",
|
||||||
"autoprefixer": "^9.7.5",
|
"autoprefixer": "^9.7.5",
|
||||||
"aws-sdk": "^2.648.0",
|
"aws-sdk": "^2.649.0",
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.9.0",
|
||||||
"@babel/preset-env": "^7.9.0",
|
"@babel/preset-env": "^7.9.0",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
@@ -75,9 +75,9 @@
|
|||||||
"postcss-custom-properties": "^9.1.1",
|
"postcss-custom-properties": "^9.1.1",
|
||||||
"prettier-eslint": "^9.0.1",
|
"prettier-eslint": "^9.0.1",
|
||||||
"prettier-stylelint": "^0.4.2",
|
"prettier-stylelint": "^0.4.2",
|
||||||
"remark-cli": "^7.0.1",
|
"remark-cli": "^8.0.0",
|
||||||
"remark-validate-links": "^10.0.0",
|
"remark-validate-links": "^10.0.0",
|
||||||
"rollup": "^2.2.0",
|
"rollup": "^2.3.1",
|
||||||
"rollup-plugin-babel": "^4.4.0",
|
"rollup-plugin-babel": "^4.4.0",
|
||||||
"rollup-plugin-commonjs": "^10.1.0",
|
"rollup-plugin-commonjs": "^10.1.0",
|
||||||
"rollup-plugin-node-resolve": "^5.2.0",
|
"rollup-plugin-node-resolve": "^5.2.0",
|
||||||
|
|||||||
Vendored
+1
-3
@@ -84,9 +84,7 @@ const controls = {
|
|||||||
|
|
||||||
// Seek tooltip
|
// Seek tooltip
|
||||||
if (is.element(this.elements.progress)) {
|
if (is.element(this.elements.progress)) {
|
||||||
this.elements.display.seekTooltip = this.elements.progress.querySelector(
|
this.elements.display.seekTooltip = this.elements.progress.querySelector(`.${this.config.classNames.tooltip}`);
|
||||||
`.${this.config.classNames.tooltip}`,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
@@ -202,10 +202,7 @@ class Fullscreen {
|
|||||||
|
|
||||||
// Get the current focused element
|
// Get the current focused element
|
||||||
const focused = document.activeElement;
|
const focused = document.activeElement;
|
||||||
const focusable = getElements.call(
|
const focusable = getElements.call(this.player, 'a[href], button:not(:disabled), input:not(:disabled), [tabindex]');
|
||||||
this.player,
|
|
||||||
'a[href], button:not(:disabled), input:not(:disabled), [tabindex]',
|
|
||||||
);
|
|
||||||
const [first] = focusable;
|
const [first] = focusable;
|
||||||
const last = focusable[focusable.length - 1];
|
const last = focusable[focusable.length - 1];
|
||||||
|
|
||||||
|
|||||||
@@ -417,8 +417,7 @@ class PreviewThumbnails {
|
|||||||
this.player.debug.log(`Loading image: ${thumbUrl}`);
|
this.player.debug.log(`Loading image: ${thumbUrl}`);
|
||||||
|
|
||||||
// For some reason, passing the named function directly causes it to execute immediately. So I've wrapped it in an anonymous function...
|
// For some reason, passing the named function directly causes it to execute immediately. So I've wrapped it in an anonymous function...
|
||||||
previewImage.onload = () =>
|
previewImage.onload = () => this.showImage(previewImage, frame, qualityIndex, thumbNum, thumbFilename, true);
|
||||||
this.showImage(previewImage, frame, qualityIndex, thumbNum, thumbFilename, true);
|
|
||||||
this.loadingImage = previewImage;
|
this.loadingImage = previewImage;
|
||||||
this.removeOldImages(previewImage);
|
this.removeOldImages(previewImage);
|
||||||
} else {
|
} else {
|
||||||
@@ -512,8 +511,7 @@ class PreviewThumbnails {
|
|||||||
previewImage.src = thumbURL;
|
previewImage.src = thumbURL;
|
||||||
previewImage.onload = () => {
|
previewImage.onload = () => {
|
||||||
this.player.debug.log(`Preloaded thumb filename: ${newThumbFilename}`);
|
this.player.debug.log(`Preloaded thumb filename: ${newThumbFilename}`);
|
||||||
if (!this.loadedImages.includes(newThumbFilename))
|
if (!this.loadedImages.includes(newThumbFilename)) this.loadedImages.push(newThumbFilename);
|
||||||
this.loadedImages.push(newThumbFilename);
|
|
||||||
|
|
||||||
// We don't resolve until the thumb is loaded
|
// We don't resolve until the thumb is loaded
|
||||||
resolve();
|
resolve();
|
||||||
@@ -628,10 +626,7 @@ class PreviewThumbnails {
|
|||||||
}
|
}
|
||||||
|
|
||||||
determineContainerAutoSizing() {
|
determineContainerAutoSizing() {
|
||||||
if (
|
if (this.elements.thumb.imageContainer.clientHeight > 20 || this.elements.thumb.imageContainer.clientWidth > 20) {
|
||||||
this.elements.thumb.imageContainer.clientHeight > 20 ||
|
|
||||||
this.elements.thumb.imageContainer.clientWidth > 20
|
|
||||||
) {
|
|
||||||
// This will prevent auto sizing in this.setThumbContainerSizeAndPos()
|
// This will prevent auto sizing in this.setThumbContainerSizeAndPos()
|
||||||
this.sizeSpecifiedInCSS = true;
|
this.sizeSpecifiedInCSS = true;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-6
@@ -264,12 +264,7 @@ const ui = {
|
|||||||
// Show controls if force, loading, paused, button interaction, or recent seek, otherwise hide
|
// Show controls if force, loading, paused, button interaction, or recent seek, otherwise hide
|
||||||
this.toggleControls(
|
this.toggleControls(
|
||||||
Boolean(
|
Boolean(
|
||||||
force ||
|
force || this.loading || this.paused || controlsElement.pressed || controlsElement.hover || recentTouchSeek,
|
||||||
this.loading ||
|
|
||||||
this.paused ||
|
|
||||||
controlsElement.pressed ||
|
|
||||||
controlsElement.hover ||
|
|
||||||
recentTouchSeek,
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,17 +28,12 @@ export function getPercentage(current, max) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Replace all occurances of a string in a string
|
// Replace all occurances of a string in a string
|
||||||
export function replaceAll(input = '', find = '', replace = '') {
|
export const replaceAll = (input = '', find = '', replace = '') =>
|
||||||
return input.replace(
|
input.replace(new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'), replace.toString());
|
||||||
new RegExp(find.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g, '\\$1'), 'g'),
|
|
||||||
replace.toString(),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Convert to title case
|
// Convert to title case
|
||||||
export function toTitleCase(input = '') {
|
export const toTitleCase = (input = '') =>
|
||||||
return input.toString().replace(/\w\S*/g, text => text.charAt(0).toUpperCase() + text.substr(1).toLowerCase());
|
input.toString().replace(/\w\S*/g, text => text.charAt(0).toUpperCase() + text.substr(1).toLowerCase());
|
||||||
}
|
|
||||||
|
|
||||||
// Convert string to pascalCase
|
// Convert string to pascalCase
|
||||||
export function toPascalCase(input = '') {
|
export function toPascalCase(input = '') {
|
||||||
|
|||||||
+3
-3
@@ -9,11 +9,11 @@
|
|||||||
direction: ltr;
|
direction: ltr;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-family: var(--plyr-font-family);
|
font-family: $plyr-font-family;
|
||||||
font-variant-numeric: tabular-nums; // Force monosace-esque number widths
|
font-variant-numeric: tabular-nums; // Force monosace-esque number widths
|
||||||
font-weight: var(--plyr-font-weight-regular);
|
font-weight: $plyr-font-weight-regular;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
line-height: var(--plyr-line-height);
|
line-height: $plyr-line-height;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
|
|
||||||
.plyr__badge {
|
.plyr__badge {
|
||||||
background: var(--plyr-badge-background, $plyr-badge-background);
|
background: $plyr-badge-background;
|
||||||
border-radius: 2px;
|
border-radius: $plyr-badge-border-radius;
|
||||||
color: var(--plyr-badge-color, $plyr-badge-color);
|
color: $plyr-badge-color;
|
||||||
font-size: var(--plyr-font-size-badge, $plyr-font-size-badge);
|
font-size: $plyr-font-size-badge;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 3px 4px;
|
padding: 3px 4px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,11 +21,9 @@
|
|||||||
|
|
||||||
.plyr__caption {
|
.plyr__caption {
|
||||||
background: $plyr-captions-background;
|
background: $plyr-captions-background;
|
||||||
background: var(--plyr-captions-background, $plyr-captions-background);
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-decoration-break: clone;
|
box-decoration-break: clone;
|
||||||
color: $plyr-captions-text-color;
|
color: $plyr-captions-text-color;
|
||||||
color: var(--plyr-captions-text-color, $plyr-captions-text-color);
|
|
||||||
line-height: 185%;
|
line-height: 185%;
|
||||||
padding: 0.2em 0.5em;
|
padding: 0.2em 0.5em;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
@@ -42,7 +40,7 @@
|
|||||||
|
|
||||||
@media (min-width: $plyr-bp-sm) {
|
@media (min-width: $plyr-bp-sm) {
|
||||||
font-size: $plyr-font-size-captions-base;
|
font-size: $plyr-font-size-captions-base;
|
||||||
padding: ($plyr-control-spacing * 2);
|
padding: calc(#{$plyr-control-spacing} * 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: $plyr-bp-md) {
|
@media (min-width: $plyr-bp-md) {
|
||||||
@@ -56,5 +54,5 @@
|
|||||||
|
|
||||||
// If the lower controls are shown and not empty
|
// If the lower controls are shown and not empty
|
||||||
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
|
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
|
||||||
transform: translateY(-($plyr-control-spacing * 4));
|
transform: translateY(calc(#{$plyr-control-spacing} * -4));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,21 +6,20 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: $plyr-control-radius;
|
border-radius: $plyr-control-radius;
|
||||||
border-radius: var(--plyr-control-radius, $plyr-control-radius);
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
overflow: visible; // IE11
|
overflow: visible; // IE11
|
||||||
padding: var(--plyr-control-padding, $plyr-control-padding);
|
padding: $plyr-control-padding;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
display: block;
|
display: block;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
height: var(--plyr-control-icon-size, $plyr-control-icon-size);
|
height: $plyr-control-icon-size;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
width: var(--plyr-control-icon-size, $plyr-control-icon-size);
|
width: $plyr-control-icon-size;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default focus
|
// Default focus
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
// Spacing
|
// Spacing
|
||||||
.plyr__controls__item {
|
.plyr__controls__item {
|
||||||
margin-left: ($plyr-control-spacing / 4);
|
margin-left: calc(#{$plyr-control-spacing} / 4);
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
@@ -29,11 +29,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.plyr__progress__container {
|
&.plyr__progress__container {
|
||||||
padding-left: ($plyr-control-spacing / 4);
|
padding-left: calc(#{$plyr-control-spacing} / 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.plyr__time {
|
&.plyr__time {
|
||||||
padding: 0 ($plyr-control-spacing / 2);
|
padding: 0 calc(#{$plyr-control-spacing} / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.plyr__progress__container:first-child,
|
&.plyr__progress__container:first-child,
|
||||||
|
|||||||
@@ -73,7 +73,10 @@
|
|||||||
color: $plyr-menu-color;
|
color: $plyr-menu-color;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: $plyr-font-size-menu;
|
font-size: $plyr-font-size-menu;
|
||||||
padding: ceil($plyr-control-padding / 2) ceil($plyr-control-padding * 1.5);
|
padding-bottom: calc(#{$plyr-control-padding} / 1.5);
|
||||||
|
padding-left: calc(#{$plyr-control-padding} * 1.5);
|
||||||
|
padding-right: calc(#{$plyr-control-padding} * 1.5);
|
||||||
|
padding-top: calc(#{$plyr-control-padding} / 1.5);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@@ -92,10 +95,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--forward {
|
&--forward {
|
||||||
padding-right: ceil($plyr-control-padding * 4);
|
padding-right: calc(#{$plyr-control-padding} * 4);
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
border-left-color: rgba($plyr-menu-color, 0.8);
|
border-left-color: $plyr-menu-arrow-color;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -106,16 +109,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--back {
|
&--back {
|
||||||
$horizontal-padding: ($plyr-control-padding * 2);
|
|
||||||
font-weight: $plyr-font-weight-regular;
|
font-weight: $plyr-font-weight-regular;
|
||||||
margin: $plyr-control-padding;
|
margin: $plyr-control-padding;
|
||||||
margin-bottom: floor($plyr-control-padding / 2);
|
margin-bottom: calc(#{$plyr-control-padding} / 2);
|
||||||
padding-left: ceil($plyr-control-padding * 4);
|
padding-left: calc(#{$plyr-control-padding} * 4);
|
||||||
position: relative;
|
position: relative;
|
||||||
width: calc(100% - #{$horizontal-padding});
|
width: calc(100% - (#{$plyr-control-padding} * 2));
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
border-right-color: rgba($plyr-menu-color, 0.8);
|
border-right-color: $plyr-menu-arrow-color;
|
||||||
left: $plyr-control-padding;
|
left: $plyr-control-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -125,7 +127,7 @@
|
|||||||
content: '';
|
content: '';
|
||||||
height: 1px;
|
height: 1px;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-top: ceil($plyr-control-padding / 2);
|
margin-top: calc(#{$plyr-control-padding} / 2);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
@@ -172,7 +174,7 @@
|
|||||||
|
|
||||||
&[aria-checked='true'] {
|
&[aria-checked='true'] {
|
||||||
&::before {
|
&::before {
|
||||||
background: var(--plyr-color-main, $plyr-color-main);
|
background: $plyr-control-toggle-checked-background;
|
||||||
}
|
}
|
||||||
&::after {
|
&::after {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@@ -182,7 +184,7 @@
|
|||||||
|
|
||||||
&.plyr__tab-focus::before,
|
&.plyr__tab-focus::before,
|
||||||
&:hover::before {
|
&:hover::before {
|
||||||
background: rgba(#000, 0.1);
|
background: rgba($plyr-color-gray-900, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -191,9 +193,9 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: -($plyr-control-padding - 2);
|
margin-right: calc((#{$plyr-control-padding} - 2) * -1);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-left: ceil($plyr-control-padding * 3.5);
|
padding-left: calc(#{$plyr-control-padding} * 3.5);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,14 +6,14 @@
|
|||||||
$plyr-progress-offset: $plyr-range-thumb-height;
|
$plyr-progress-offset: $plyr-range-thumb-height;
|
||||||
|
|
||||||
.plyr__progress {
|
.plyr__progress {
|
||||||
left: $plyr-progress-offset / 2;
|
left: calc(#{$plyr-progress-offset} * 0.5);
|
||||||
margin-right: $plyr-progress-offset;
|
margin-right: $plyr-progress-offset;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
input[type='range'],
|
input[type='range'],
|
||||||
&__buffer {
|
&__buffer {
|
||||||
margin-left: -($plyr-progress-offset / 2);
|
margin-left: calc(#{$plyr-progress-offset} * -0.5);
|
||||||
margin-right: -($plyr-progress-offset / 2);
|
margin-right: calc(#{$plyr-progress-offset} * -0.5);
|
||||||
width: calc(100% + #{$plyr-progress-offset});
|
width: calc(100% + #{$plyr-progress-offset});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ $plyr-progress-offset: $plyr-range-thumb-height;
|
|||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
height: $plyr-range-track-height;
|
height: $plyr-range-track-height;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-top: -($plyr-range-track-height / 2);
|
margin-top: calc((#{$plyr-range-track-height} / 2) * -1);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
@@ -72,11 +72,11 @@ $plyr-progress-offset: $plyr-range-thumb-height;
|
|||||||
animation: plyr-progress 1s linear infinite;
|
animation: plyr-progress 1s linear infinite;
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
-45deg,
|
-45deg,
|
||||||
var(--plyr-progress-loading-background, $plyr-progress-loading-background) 25%,
|
$plyr-progress-loading-background 25%,
|
||||||
transparent 25%,
|
transparent 25%,
|
||||||
transparent 50%,
|
transparent 50%,
|
||||||
var(--plyr-progress-loading-background, $plyr-progress-loading-background) 50%,
|
$plyr-progress-loading-background 50%,
|
||||||
var(--plyr-progress-loading-background, $plyr-progress-loading-background) 75%,
|
$plyr-progress-loading-background 75%,
|
||||||
transparent 75%,
|
transparent 75%,
|
||||||
transparent
|
transparent
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
-webkit-appearance: none; /* stylelint-disable-line */
|
-webkit-appearance: none; /* stylelint-disable-line */
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: ($plyr-range-thumb-height * 2);
|
border-radius: calc(#{$plyr-range-thumb-height} * 2);
|
||||||
// color is used in JS to populate lower fill for WebKit
|
// color is used in JS to populate lower fill for WebKit
|
||||||
color: $plyr-range-fill-background;
|
color: $plyr-range-fill-background;
|
||||||
display: block;
|
display: block;
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
&::-webkit-slider-thumb {
|
&::-webkit-slider-thumb {
|
||||||
@include plyr-range-thumb();
|
@include plyr-range-thumb();
|
||||||
-webkit-appearance: none; /* stylelint-disable-line */
|
-webkit-appearance: none; /* stylelint-disable-line */
|
||||||
margin-top: -(($plyr-range-thumb-height - $plyr-range-track-height) / 2);
|
margin-top: calc(((#{$plyr-range-thumb-height} - #{$plyr-range-track-height}) / 2) * -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mozilla
|
// Mozilla
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
&::-moz-range-progress {
|
&::-moz-range-progress {
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
border-radius: ($plyr-range-track-height / 2);
|
border-radius: calc(#{$plyr-range-track-height} / 2);
|
||||||
height: $plyr-range-track-height;
|
height: $plyr-range-track-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
margin-right: $plyr-control-spacing;
|
margin-right: $plyr-control-spacing;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $plyr-bp-sm-max) {
|
@media (max-width: calc(#{$plyr-bp-md} - 1)) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,9 +12,9 @@
|
|||||||
font-weight: $plyr-font-weight-regular;
|
font-weight: $plyr-font-weight-regular;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
margin-bottom: ($plyr-tooltip-padding * 2);
|
margin-bottom: calc(#{$plyr-tooltip-padding} * 2);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
padding: $plyr-tooltip-padding ($plyr-tooltip-padding * 1.5);
|
padding: $plyr-tooltip-padding calc(#{$plyr-tooltip-padding} * 1.5);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform: translate(-50%, 10px) scale(0.8);
|
transform: translate(-50%, 10px) scale(0.8);
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
border-left: $plyr-tooltip-arrow-size solid transparent;
|
border-left: $plyr-tooltip-arrow-size solid transparent;
|
||||||
border-right: $plyr-tooltip-arrow-size solid transparent;
|
border-right: $plyr-tooltip-arrow-size solid transparent;
|
||||||
border-top: $plyr-tooltip-arrow-size solid $plyr-tooltip-background;
|
border-top: $plyr-tooltip-arrow-size solid $plyr-tooltip-background;
|
||||||
bottom: -$plyr-tooltip-arrow-size;
|
bottom: calc(#{$plyr-tooltip-arrow-size} * -1);
|
||||||
content: '';
|
content: '';
|
||||||
height: 0;
|
height: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
transform-origin: 0 100%;
|
transform-origin: 0 100%;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
left: ($plyr-control-icon-size / 2) + $plyr-control-padding;
|
left: calc((#{$plyr-control-icon-size} / 2) + #{$plyr-control-padding});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: ($plyr-control-icon-size / 2) + $plyr-control-padding;
|
right: calc((#{$plyr-control-icon-size} / 2) + #{$plyr-control-padding});
|
||||||
transform: translateX(50%);
|
transform: translateX(50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
width: 20%;
|
width: 20%;
|
||||||
|
|
||||||
input[type='range'] {
|
input[type='range'] {
|
||||||
margin-left: ($plyr-control-spacing / 2);
|
margin-left: calc(#{$plyr-control-spacing} / 2);
|
||||||
margin-right: ($plyr-control-spacing / 2);
|
margin-right: calc(#{$plyr-control-spacing} / 2);
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,10 +4,8 @@
|
|||||||
|
|
||||||
// Nicer focus styles
|
// Nicer focus styles
|
||||||
// ---------------------------------------
|
// ---------------------------------------
|
||||||
@mixin plyr-tab-focus() {
|
@mixin plyr-tab-focus($color: $plyr-tab-focus-default-color) {
|
||||||
// box-shadow: 0 0 0 5px rgba($color, 0.5);
|
outline-color: $color;
|
||||||
// outline: 0;
|
|
||||||
outline-color: var(--plyr-color-main);
|
|
||||||
outline-offset: 2px;
|
outline-offset: 2px;
|
||||||
outline-style: dotted;
|
outline-style: dotted;
|
||||||
outline-width: 3px;
|
outline-width: 3px;
|
||||||
@@ -30,7 +28,7 @@
|
|||||||
@mixin plyr-range-track() {
|
@mixin plyr-range-track() {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: ($plyr-range-track-height / 2);
|
border-radius: calc(#{$plyr-range-track-height} / 2);
|
||||||
height: $plyr-range-track-height;
|
height: $plyr-range-track-height;
|
||||||
transition: box-shadow 0.3s ease;
|
transition: box-shadow 0.3s ease;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
@@ -47,7 +45,7 @@
|
|||||||
width: $plyr-range-thumb-height;
|
width: $plyr-range-thumb-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin plyr-range-thumb-active($color: rgba($plyr-range-thumb-background, 0.5)) {
|
@mixin plyr-range-thumb-active($color: $plyr-range-thumb-active-shadow-color) {
|
||||||
box-shadow: $plyr-range-thumb-shadow, 0 0 0 $plyr-range-thumb-active-shadow-width $color;
|
box-shadow: $plyr-range-thumb-shadow, 0 0 0 $plyr-range-thumb-active-shadow-width $color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
// The countdown label
|
// The countdown label
|
||||||
&::after {
|
&::after {
|
||||||
background: rgba($plyr-color-gray-900, 0.8);
|
background: $plyr-color-gray-900;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
bottom: $plyr-control-spacing;
|
bottom: $plyr-control-spacing;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@@ -1,118 +0,0 @@
|
|||||||
// --------------------------------------------------------------
|
|
||||||
// Preview Thumbnails
|
|
||||||
// --------------------------------------------------------------
|
|
||||||
|
|
||||||
$plyr-preview-padding: $plyr-tooltip-padding !default;
|
|
||||||
$plyr-preview-background: $plyr-tooltip-background !default;
|
|
||||||
$plyr-preview-radius: $plyr-tooltip-radius !default;
|
|
||||||
$plyr-preview-shadow: $plyr-tooltip-shadow !default;
|
|
||||||
$plyr-preview-arrow-size: $plyr-tooltip-arrow-size !default;
|
|
||||||
$plyr-preview-image-background: $plyr-color-gray-200 !default;
|
|
||||||
$plyr-preview-time-font-size: $plyr-font-size-time !default;
|
|
||||||
$plyr-preview-time-padding: 3px 6px !default;
|
|
||||||
$plyr-preview-time-background: rgba(0, 0, 0, 0.55);
|
|
||||||
$plyr-preview-time-color: #fff;
|
|
||||||
$plyr-preview-time-bottom-offset: 6px;
|
|
||||||
|
|
||||||
.plyr__preview-thumb {
|
|
||||||
background-color: $plyr-preview-background;
|
|
||||||
border-radius: 3px;
|
|
||||||
bottom: 100%;
|
|
||||||
box-shadow: $plyr-preview-shadow;
|
|
||||||
margin-bottom: $plyr-preview-padding * 2;
|
|
||||||
opacity: 0;
|
|
||||||
padding: $plyr-preview-radius;
|
|
||||||
pointer-events: none;
|
|
||||||
position: absolute;
|
|
||||||
transform: translate(0, 10px) scale(0.8);
|
|
||||||
transform-origin: 50% 100%;
|
|
||||||
transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
|
|
||||||
z-index: 2;
|
|
||||||
|
|
||||||
&--is-shown {
|
|
||||||
opacity: 1;
|
|
||||||
transform: translate(0, 0) scale(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
// The background triangle
|
|
||||||
&::before {
|
|
||||||
border-left: $plyr-preview-arrow-size solid transparent;
|
|
||||||
border-right: $plyr-preview-arrow-size solid transparent;
|
|
||||||
border-top: $plyr-preview-arrow-size solid $plyr-preview-background;
|
|
||||||
bottom: -$plyr-preview-arrow-size;
|
|
||||||
content: '';
|
|
||||||
height: 0;
|
|
||||||
left: 50%;
|
|
||||||
position: absolute;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
width: 0;
|
|
||||||
z-index: 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__image-container {
|
|
||||||
background: $plyr-preview-image-background;
|
|
||||||
border-radius: ($plyr-preview-radius - 1px);
|
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
|
||||||
z-index: 0;
|
|
||||||
|
|
||||||
img {
|
|
||||||
height: 100%; // Non sprite images are 100%. Sprites will have their size applied by JavaScript
|
|
||||||
left: 0;
|
|
||||||
max-height: none;
|
|
||||||
max-width: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Seek time text
|
|
||||||
&__time-container {
|
|
||||||
bottom: $plyr-preview-time-bottom-offset;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 3;
|
|
||||||
|
|
||||||
span {
|
|
||||||
background-color: $plyr-preview-time-background;
|
|
||||||
border-radius: ($plyr-preview-radius - 1px);
|
|
||||||
color: $plyr-preview-time-color;
|
|
||||||
font-size: $plyr-preview-time-font-size;
|
|
||||||
padding: $plyr-preview-time-padding;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.plyr__preview-scrubbing {
|
|
||||||
bottom: 0;
|
|
||||||
filter: blur(1px);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
margin: auto; // Required when video is different dimensions to container (e.g. fullscreen)
|
|
||||||
opacity: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
top: 0;
|
|
||||||
transition: opacity 0.3s ease;
|
|
||||||
width: 100%;
|
|
||||||
z-index: 1;
|
|
||||||
|
|
||||||
&--is-shown {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
max-height: none;
|
|
||||||
max-width: none;
|
|
||||||
object-fit: contain;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,108 @@
|
|||||||
|
// --------------------------------------------------------------
|
||||||
|
// Preview Thumbnails
|
||||||
|
// --------------------------------------------------------------
|
||||||
|
|
||||||
|
@import './settings.scss';
|
||||||
|
|
||||||
|
.plyr__preview-thumb {
|
||||||
|
background-color: $plyr-preview-background;
|
||||||
|
border-radius: 3px;
|
||||||
|
bottom: 100%;
|
||||||
|
box-shadow: $plyr-preview-shadow;
|
||||||
|
margin-bottom: calc(#{$plyr-preview-padding} * 2);
|
||||||
|
opacity: 0;
|
||||||
|
padding: $plyr-preview-radius;
|
||||||
|
pointer-events: none;
|
||||||
|
position: absolute;
|
||||||
|
transform: translate(0, 10px) scale(0.8);
|
||||||
|
transform-origin: 50% 100%;
|
||||||
|
transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
|
&--is-shown {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translate(0, 0) scale(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
// The background triangle
|
||||||
|
&::before {
|
||||||
|
border-left: $plyr-preview-arrow-size solid transparent;
|
||||||
|
border-right: $plyr-preview-arrow-size solid transparent;
|
||||||
|
border-top: $plyr-preview-arrow-size solid $plyr-preview-background;
|
||||||
|
bottom: calc(#{$plyr-preview-arrow-size} * -1);
|
||||||
|
content: '';
|
||||||
|
height: 0;
|
||||||
|
left: 50%;
|
||||||
|
position: absolute;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
width: 0;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__image-container {
|
||||||
|
background: $plyr-preview-image-background;
|
||||||
|
border-radius: calc(#{$plyr-preview-radius} - 1px);
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
z-index: 0;
|
||||||
|
|
||||||
|
img {
|
||||||
|
height: 100%; // Non sprite images are 100%. Sprites will have their size applied by JavaScript
|
||||||
|
left: 0;
|
||||||
|
max-height: none;
|
||||||
|
max-width: none;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Seek time text
|
||||||
|
&__time-container {
|
||||||
|
bottom: $plyr-preview-time-bottom-offset;
|
||||||
|
left: 0;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
z-index: 3;
|
||||||
|
|
||||||
|
span {
|
||||||
|
background-color: $plyr-preview-time-background;
|
||||||
|
border-radius: ($plyr-preview-radius - 1px);
|
||||||
|
color: $plyr-preview-time-color;
|
||||||
|
font-size: $plyr-preview-time-font-size;
|
||||||
|
padding: $plyr-preview-time-padding;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.plyr__preview-scrubbing {
|
||||||
|
bottom: 0;
|
||||||
|
filter: blur(1px);
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
margin: auto; // Required when video is different dimensions to container (e.g. fullscreen)
|
||||||
|
opacity: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
transition: opacity 0.3s ease;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
|
&--is-shown {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
max-height: none;
|
||||||
|
max-width: none;
|
||||||
|
object-fit: contain;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
// --------------------------------------------------------------
|
||||||
|
// Preview Thumbnails
|
||||||
|
// --------------------------------------------------------------
|
||||||
|
|
||||||
|
$plyr-preview-padding: $plyr-tooltip-padding !default;
|
||||||
|
$plyr-preview-background: $plyr-tooltip-background !default;
|
||||||
|
$plyr-preview-radius: $plyr-tooltip-radius !default;
|
||||||
|
$plyr-preview-shadow: $plyr-tooltip-shadow !default;
|
||||||
|
$plyr-preview-arrow-size: $plyr-tooltip-arrow-size !default;
|
||||||
|
$plyr-preview-image-background: $plyr-color-gray-200 !default;
|
||||||
|
$plyr-preview-time-font-size: $plyr-font-size-time !default;
|
||||||
|
$plyr-preview-time-padding: 3px 6px !default;
|
||||||
|
$plyr-preview-time-background: rgba(0, 0, 0, 0.55);
|
||||||
|
$plyr-preview-time-color: #fff;
|
||||||
|
$plyr-preview-time-bottom-offset: 6px;
|
||||||
+1
-1
@@ -46,7 +46,7 @@ $css-vars-use-native: true;
|
|||||||
@import 'states/fullscreen';
|
@import 'states/fullscreen';
|
||||||
|
|
||||||
@import 'plugins/ads';
|
@import 'plugins/ads';
|
||||||
@import 'plugins/preview-thumbnails';
|
@import 'plugins/preview-thumbnails/index';
|
||||||
|
|
||||||
@import 'utils/animation';
|
@import 'utils/animation';
|
||||||
@import 'utils/hidden';
|
@import 'utils/hidden';
|
||||||
|
|||||||
@@ -2,5 +2,6 @@
|
|||||||
// Badges
|
// Badges
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
$plyr-badge-background: $plyr-color-gray-700 !default;
|
$plyr-badge-background: var(--plyr-badge-background, $plyr-color-gray-700) !default;
|
||||||
$plyr-badge-color: #fff !default;
|
$plyr-badge-color: var(--plyr-badge-color, #fff) !default;
|
||||||
|
$plyr-badge-border-radius: var(--plyr-badge-border-radius, 2px) !default;
|
||||||
|
|||||||
@@ -1,12 +1,9 @@
|
|||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
// Breakpoints
|
// Breakpoints
|
||||||
|
// NOTE: we can't use CSS variables for breakpoints unfortunately
|
||||||
|
// https://www.w3.org/TR/css-variables-1/#using-variables
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
$plyr-bp-sm: 480px !default;
|
$plyr-bp-sm: 480px !default;
|
||||||
$plyr-bp-md: 768px !default;
|
$plyr-bp-md: 768px !default;
|
||||||
$plyr-bp-lg: 1024px !default;
|
$plyr-bp-lg: 1024px !default;
|
||||||
|
|
||||||
// Max-width media queries
|
|
||||||
$plyr-bp-xs-max: ($plyr-bp-sm - 1);
|
|
||||||
$plyr-bp-sm-max: ($plyr-bp-md - 1);
|
|
||||||
$plyr-bp-md-max: ($plyr-bp-lg - 1);
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
// Captions
|
// Captions
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
$plyr-captions-background: rgba(#000, 0.8) !default;
|
$plyr-captions-background: var(--plyr-captions-background, rgba(#000, 0.8)) !default;
|
||||||
$plyr-captions-text-color: #fff !default;
|
$plyr-captions-text-color: var(--plyr-captions-text-color, #fff) !default;
|
||||||
|
|
||||||
$plyr-font-size-captions-base: $plyr-font-size-base !default;
|
$plyr-font-size-captions-base: var(--plyr-font-size-captions-base, $plyr-font-size-base) !default;
|
||||||
$plyr-font-size-captions-small: $plyr-font-size-small !default;
|
$plyr-font-size-captions-small: var(--plyr-font-size-captions-small, $plyr-font-size-small) !default;
|
||||||
$plyr-font-size-captions-medium: $plyr-font-size-large !default;
|
$plyr-font-size-captions-medium: var(--plyr-font-size-captions-medium, $plyr-font-size-large) !default;
|
||||||
$plyr-font-size-captions-large: $plyr-font-size-xlarge !default;
|
$plyr-font-size-captions-large: var(--plyr-font-size-captions-large, $plyr-font-size-xlarge) !default;
|
||||||
|
|||||||
@@ -2,32 +2,16 @@
|
|||||||
// Colors
|
// Colors
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
$plyr-color-main: hsl(198, 100%, 50%) !default;
|
$plyr-color-main: var(--plyr-color-main, hsl(198, 100%, 50%)) !default;
|
||||||
|
|
||||||
// Grayscale
|
// Grayscale
|
||||||
$plyr-color-gray-900: hsl(210, 15%, 16%);
|
$plyr-color-gray-900: hsl(216, 15%, 16%) !default;
|
||||||
$plyr-color-gray-800: lighten($plyr-color-gray-900, 9%);
|
$plyr-color-gray-800: hsl(216, 15%, 25%) !default;
|
||||||
$plyr-color-gray-700: lighten($plyr-color-gray-800, 9%);
|
$plyr-color-gray-700: hsl(216, 15%, 34%) !default;
|
||||||
$plyr-color-gray-600: lighten($plyr-color-gray-700, 9%);
|
$plyr-color-gray-600: hsl(216, 15%, 43%) !default;
|
||||||
$plyr-color-gray-500: lighten($plyr-color-gray-600, 9%);
|
$plyr-color-gray-500: hsl(216, 15%, 52%) !default;
|
||||||
$plyr-color-gray-400: lighten($plyr-color-gray-500, 9%);
|
$plyr-color-gray-400: hsl(216, 15%, 61%) !default;
|
||||||
$plyr-color-gray-300: lighten($plyr-color-gray-400, 9%);
|
$plyr-color-gray-300: hsl(216, 15%, 70%) !default;
|
||||||
$plyr-color-gray-200: lighten($plyr-color-gray-300, 9%);
|
$plyr-color-gray-200: hsl(216, 15%, 79%) !default;
|
||||||
$plyr-color-gray-100: lighten($plyr-color-gray-200, 9%);
|
$plyr-color-gray-100: hsl(216, 15%, 88%) !default;
|
||||||
$plyr-color-gray-50: lighten($plyr-color-gray-100, 9%);
|
$plyr-color-gray-50: hsl(216, 15%, 97%) !default;
|
||||||
|
|
||||||
@include css-vars(
|
|
||||||
(
|
|
||||||
--plyr-color-main: $plyr-color-main,
|
|
||||||
--plyr-color-gray-900: $plyr-color-gray-900,
|
|
||||||
--plyr-color-gray-800: $plyr-color-gray-800,
|
|
||||||
--plyr-color-gray-700: $plyr-color-gray-700,
|
|
||||||
--plyr-color-gray-600: $plyr-color-gray-600,
|
|
||||||
--plyr-color-gray-500: $plyr-color-gray-500,
|
|
||||||
--plyr-color-gray-400: $plyr-color-gray-400,
|
|
||||||
--plyr-color-gray-300: $plyr-color-gray-300,
|
|
||||||
--plyr-color-gray-200: $plyr-color-gray-200,
|
|
||||||
--plyr-color-gray-100: $plyr-color-gray-100,
|
|
||||||
--plyr-color-gray-50: $plyr-color-gray-50
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|||||||
@@ -2,17 +2,31 @@
|
|||||||
// Controls
|
// Controls
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
$plyr-control-icon-size: 18px !default;
|
$plyr-control-icon-size: var(--plyr-control-icon-size, 18px) !default;
|
||||||
$plyr-control-spacing: 10px !default;
|
$plyr-control-spacing: var(--plyr-control-spacing, 10px) !default;
|
||||||
$plyr-control-padding: ($plyr-control-spacing * 0.7) !default;
|
$plyr-control-padding: var(--plyr-control-padding, calc(#{$plyr-control-spacing} * 0.7)) !default;
|
||||||
$plyr-control-radius: 3px !default;
|
$plyr-control-radius: var(--plyr-control-radius, 3px) !default;
|
||||||
|
|
||||||
$plyr-video-controls-background: linear-gradient(rgba(#000, 0), rgba(#000, 0.75)) !default;
|
$plyr-control-toggle-checked-background: var(
|
||||||
$plyr-video-control-color: #fff !default;
|
--plyr-control-toggle-checked-background,
|
||||||
$plyr-video-control-color-hover: #fff !default;
|
var(--plyr-color-main, $plyr-color-main)
|
||||||
$plyr-video-control-background-hover: $plyr-color-main !default;
|
) !default;
|
||||||
|
|
||||||
$plyr-audio-controls-background: #fff !default;
|
$plyr-video-controls-background: var(
|
||||||
$plyr-audio-control-color: $plyr-color-gray-700 !default;
|
--plyr-video-controls-background,
|
||||||
$plyr-audio-control-color-hover: #fff !default;
|
linear-gradient(rgba(#000, 0), rgba(#000, 0.75))
|
||||||
$plyr-audio-control-background-hover: $plyr-color-main !default;
|
) !default;
|
||||||
|
$plyr-video-control-color: var(--plyr-video-control-color, #fff) !default;
|
||||||
|
$plyr-video-control-color-hover: var(--plyr-video-control-color-hover, #fff) !default;
|
||||||
|
$plyr-video-control-background-hover: var(
|
||||||
|
--plyr-video-control-background-hover,
|
||||||
|
var(--plyr-color-main, $plyr-color-main)
|
||||||
|
) !default;
|
||||||
|
|
||||||
|
$plyr-audio-controls-background: var(--plyr-audio-controls-background, #fff) !default;
|
||||||
|
$plyr-audio-control-color: var(--plyr-audio-control-color, $plyr-color-gray-700) !default;
|
||||||
|
$plyr-audio-control-color-hover: var(--plyr-audio-control-color-hover, #fff) !default;
|
||||||
|
$plyr-audio-control-background-hover: var(
|
||||||
|
--plyr-audio-control-background-hover,
|
||||||
|
var(--plyr-color-main, $plyr-color-main)
|
||||||
|
) !default;
|
||||||
|
|||||||
@@ -2,6 +2,4 @@
|
|||||||
// Cosmetic
|
// Cosmetic
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
$plyr-tab-focus-default-color: $plyr-color-main !default;
|
$plyr-tab-focus-default-color: var(--plyr-tab-focus-default-color, var(--plyr-color-main, $plyr-color-main)) !default;
|
||||||
|
|
||||||
@include css-vars((--plyr-tab-focus-default-color: $plyr-tab-focus-default-color));
|
|
||||||
|
|||||||
@@ -2,9 +2,14 @@
|
|||||||
// Menus
|
// Menus
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
$plyr-menu-background: rgba(#fff, 0.9) !default;
|
$plyr-menu-background: var(--plyr-menu-background, rgba(#fff, 0.9)) !default;
|
||||||
$plyr-menu-color: $plyr-color-gray-700 !default;
|
$plyr-menu-color: var(--plyr-menu-color, $plyr-color-gray-700) !default;
|
||||||
$plyr-menu-arrow-size: 6px !default;
|
|
||||||
$plyr-menu-border-color: rgba($plyr-color-gray-500, 0.2) !default;
|
$plyr-menu-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba($plyr-color-gray-900, 0.15)) !default;
|
||||||
$plyr-menu-border-shadow-color: #fff !default;
|
|
||||||
$plyr-menu-shadow: 0 1px 2px rgba(#000, 0.15) !default;
|
$plyr-menu-arrow-size: var(--plyr-menu-arrow-size, 6px) !default;
|
||||||
|
$plyr-menu-arrow-color: var(--plyr-menu-arrow-color, $plyr-color-gray-500) !default;
|
||||||
|
|
||||||
|
// Border seperators
|
||||||
|
$plyr-menu-border-color: var(--plyr-menu-border-color, $plyr-color-gray-100) !default;
|
||||||
|
$plyr-menu-border-shadow-color: var(--plyr-menu-border-shadow-color, #fff) !default;
|
||||||
|
|||||||
@@ -3,9 +3,12 @@
|
|||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
// Loading
|
// Loading
|
||||||
$plyr-progress-loading-size: 25px !default;
|
$plyr-progress-loading-size: var(--plyr-progress-loading-size, 25px) !default;
|
||||||
$plyr-progress-loading-background: rgba($plyr-color-gray-900, 0.6) !default;
|
$plyr-progress-loading-background: var(--plyr-progress-loading-background, rgba($plyr-color-gray-900, 0.6)) !default;
|
||||||
|
|
||||||
// Buffered
|
// Buffered
|
||||||
$plyr-video-progress-buffered-background: rgba(#fff, 0.25) !default;
|
$plyr-video-progress-buffered-background: var(--plyr-video-progress-buffered-background, rgba(#fff, 0.25)) !default;
|
||||||
$plyr-audio-progress-buffered-background: rgba($plyr-color-gray-200, 0.66) !default;
|
$plyr-audio-progress-buffered-background: var(
|
||||||
|
--plyr-audio-progress-buffered-background,
|
||||||
|
rgba($plyr-color-gray-200, 0.66)
|
||||||
|
) !default;
|
||||||
|
|||||||
@@ -2,23 +2,40 @@
|
|||||||
// Sliders
|
// Sliders
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
// Active state
|
|
||||||
$plyr-range-thumb-active-shadow-width: 3px !default;
|
|
||||||
|
|
||||||
// Thumb
|
// Thumb
|
||||||
$plyr-range-thumb-height: 13px !default;
|
$plyr-range-thumb-height: var(--plyr-range-thumb-height, 13px) !default;
|
||||||
$plyr-range-thumb-background: #fff !default;
|
$plyr-range-thumb-background: var(--plyr-range-thumb-background, #fff) !default;
|
||||||
$plyr-range-thumb-border: 2px solid transparent !default;
|
$plyr-range-thumb-border: var(--plyr-range-thumb-border, 2px solid transparent) !default;
|
||||||
$plyr-range-thumb-shadow: 0 1px 1px rgba(#000, 0.15), 0 0 0 1px rgba($plyr-color-gray-900, 0.2) !default;
|
$plyr-range-thumb-shadow: var(
|
||||||
|
--plyr-range-thumb-shadow,
|
||||||
|
0 1px 1px rgba($plyr-color-gray-900, 0.15),
|
||||||
|
0 0 0 1px rgba($plyr-color-gray-900, 0.2)
|
||||||
|
) !default;
|
||||||
|
|
||||||
|
// Active state
|
||||||
|
$plyr-range-thumb-active-shadow-color: var(--plyr-range-thumb-active-shadow-color, rgba(#fff, 0.5));
|
||||||
|
$plyr-range-thumb-active-shadow-width: var(--plyr-range-thumb-active-shadow-width, 3px) !default;
|
||||||
|
|
||||||
// Track
|
// Track
|
||||||
$plyr-range-track-height: 5px !default;
|
$plyr-range-track-height: var(--plyr-range-track-height, 5px) !default;
|
||||||
$plyr-range-max-height: ($plyr-range-thumb-active-shadow-width * 2) + $plyr-range-thumb-height !default;
|
$plyr-range-max-height: var(
|
||||||
|
--plyr-range-max-height,
|
||||||
|
calc((#{$plyr-range-thumb-active-shadow-width} * 2) + #{$plyr-range-thumb-height})
|
||||||
|
) !default;
|
||||||
|
|
||||||
// Fill
|
// Fill
|
||||||
$plyr-range-fill-background: var(--plyr-color-main);
|
$plyr-range-fill-background: var(--plyr-range-fill-background, var(--plyr-color-main, $plyr-color-main)) !default;
|
||||||
|
|
||||||
// Type specific
|
// Type specific
|
||||||
$plyr-video-range-track-background: $plyr-video-progress-buffered-background !default;
|
$plyr-video-range-track-background: var(
|
||||||
$plyr-audio-range-track-background: $plyr-audio-progress-buffered-background !default;
|
--plyr-video-range-track-background,
|
||||||
$plyr-audio-range-thumb-shadow-color: rgba(#000, 0.1) !default;
|
$plyr-video-progress-buffered-background
|
||||||
|
) !default;
|
||||||
|
$plyr-audio-range-track-background: var(
|
||||||
|
--plyr-audio-range-track-background,
|
||||||
|
$plyr-audio-progress-buffered-background
|
||||||
|
) !default;
|
||||||
|
$plyr-audio-range-thumb-shadow-color: var(
|
||||||
|
--plyr-audio-range-thumb-shadow-color,
|
||||||
|
rgba($plyr-color-gray-900, 0.1)
|
||||||
|
) !default;
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
// Tooltips
|
// Tooltips
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
$plyr-tooltip-background: rgba(#fff, 0.9) !default;
|
$plyr-tooltip-background: var(--plyr-tooltip-background, rgba(#fff, 0.9)) !default;
|
||||||
$plyr-tooltip-color: $plyr-color-gray-700 !default;
|
$plyr-tooltip-color: var(--plyr-tooltip-color, $plyr-color-gray-700) !default;
|
||||||
$plyr-tooltip-padding: ($plyr-control-spacing / 2) !default;
|
$plyr-tooltip-padding: var(--plyr-tooltip-padding, calc(#{$plyr-control-spacing} / 2)) !default;
|
||||||
$plyr-tooltip-arrow-size: 4px !default;
|
$plyr-tooltip-arrow-size: var(--plyr-tooltip-arrow-size, 4px) !default;
|
||||||
$plyr-tooltip-radius: 3px !default;
|
$plyr-tooltip-radius: var(--plyr-tooltip-radius, 3px) !default;
|
||||||
$plyr-tooltip-shadow: 0 1px 2px rgba(#000, 0.15) !default;
|
$plyr-tooltip-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba($plyr-color-gray-900, 0.15)) !default;
|
||||||
|
|||||||
+12
-27
@@ -2,35 +2,20 @@
|
|||||||
// Typography
|
// Typography
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
$plyr-font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif !default;
|
$plyr-font-family: var(--plyr-font-family) !default;
|
||||||
$plyr-font-size-base: 16px !default;
|
$plyr-font-size-base: var(--plyr-font-size-base, 15px) !default;
|
||||||
$plyr-font-size-small: 14px !default;
|
$plyr-font-size-small: var(--plyr-font-size-small, 13px) !default;
|
||||||
$plyr-font-size-large: 18px !default;
|
$plyr-font-size-large: var(--plyr-font-size-large, 18px) !default;
|
||||||
$plyr-font-size-xlarge: 21px !default;
|
$plyr-font-size-xlarge: var(--plyr-font-size-xlarge, 21px) !default;
|
||||||
|
|
||||||
$plyr-font-size-time: var(--plyr-font-size-small) !default;
|
$plyr-font-size-time: var(--plyr-font-size-time, $plyr-font-size-small) !default;
|
||||||
$plyr-font-size-badge: 9px !default;
|
$plyr-font-size-menu: var(--plyr-font-size-time, $plyr-font-size-small) !default;
|
||||||
$plyr-font-size-menu: var(--plyr-font-size-small) !default;
|
$plyr-font-size-badge: var(--plyr-font-size-badge, 9px) !default;
|
||||||
|
$plyr-font-size-menu: var(--plyr-font-size-menu, $plyr-font-size-small) !default;
|
||||||
|
|
||||||
$plyr-font-weight-regular: 500 !default;
|
$plyr-font-weight-regular: var(--plyr-font-weight-regular, 400) !default;
|
||||||
$plyr-font-weight-bold: 600 !default;
|
$plyr-font-weight-bold: var(--plyr-font-weight-bold, 600) !default;
|
||||||
|
|
||||||
$plyr-line-height: 1.7 !default;
|
$plyr-line-height: var(--plyr-line-height, 1.7) !default;
|
||||||
|
|
||||||
$plyr-font-smoothing: false !default;
|
$plyr-font-smoothing: false !default;
|
||||||
|
|
||||||
@include css-vars(
|
|
||||||
(
|
|
||||||
--plyr-font-family: $plyr-font-family,
|
|
||||||
--plyr-font-size-base: $plyr-font-size-base,
|
|
||||||
--plyr-font-size-small: $plyr-font-size-small,
|
|
||||||
--plyr-font-size-large: $plyr-font-size-large,
|
|
||||||
--plyr-font-size-xlarge: $plyr-font-size-xlarge,
|
|
||||||
--plyr-font-size-time: $plyr-font-size-time,
|
|
||||||
--plyr-font-size-badge: $plyr-font-size-badge,
|
|
||||||
--plyr-font-size-menu: $plyr-font-size-menu,
|
|
||||||
--plyr-font-weight-regular: $plyr-font-weight-regular,
|
|
||||||
--plyr-font-weight-bold: $plyr-font-weight-bold,
|
|
||||||
--plyr-line-height: $plyr-line-height
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
// Controls container
|
// Controls container
|
||||||
.plyr--audio .plyr__controls {
|
.plyr--audio .plyr__controls {
|
||||||
background: var(--plyr-audio-controls-background, $plyr-audio-controls-background);
|
background: $plyr-audio-controls-background;
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
color: var(--plyr-audio-control-color, $plyr-audio-control-color);
|
color: $plyr-audio-control-color;
|
||||||
padding: $plyr-control-spacing;
|
padding: $plyr-control-spacing;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -20,26 +20,23 @@
|
|||||||
&.plyr__tab-focus,
|
&.plyr__tab-focus,
|
||||||
&:hover,
|
&:hover,
|
||||||
&[aria-expanded='true'] {
|
&[aria-expanded='true'] {
|
||||||
background: var(
|
background: $plyr-audio-control-background-hover;
|
||||||
--plyr-audio-control-background-hover,
|
color: $plyr-audio-control-color-hover;
|
||||||
var(--plyr-color-main, $plyr-audio-control-background-hover)
|
|
||||||
);
|
|
||||||
color: var(--plyr-audio-control-color-hover, $plyr-audio-control-color-hover);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Range inputs
|
// Range inputs
|
||||||
.plyr--full-ui.plyr--audio input[type='range'] {
|
.plyr--full-ui.plyr--audio input[type='range'] {
|
||||||
&::-webkit-slider-runnable-track {
|
&::-webkit-slider-runnable-track {
|
||||||
background-color: var(--plyr-audio-range-track-background, $plyr-audio-range-track-background);
|
background-color: $plyr-audio-range-track-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-moz-range-track {
|
&::-moz-range-track {
|
||||||
background-color: var(--plyr-audio-range-track-background, $plyr-audio-range-track-background);
|
background-color: $plyr-audio-range-track-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-ms-track {
|
&::-ms-track {
|
||||||
background-color: var(--plyr-audio-range-track-background, $plyr-audio-range-track-background);
|
background-color: $plyr-audio-range-track-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pressed styles
|
// Pressed styles
|
||||||
@@ -60,5 +57,5 @@
|
|||||||
|
|
||||||
// Progress
|
// Progress
|
||||||
.plyr--audio .plyr__progress__buffer {
|
.plyr--audio .plyr__progress__buffer {
|
||||||
color: var(--plyr-audio-progress-buffered-background, $plyr-audio-progress-buffered-background);
|
color: $plyr-audio-progress-buffered-background;
|
||||||
}
|
}
|
||||||
|
|||||||
+13
-17
@@ -56,16 +56,18 @@ $embed-padding: ((100 / 16) * 9);
|
|||||||
border-bottom-left-radius: inherit;
|
border-bottom-left-radius: inherit;
|
||||||
border-bottom-right-radius: inherit;
|
border-bottom-right-radius: inherit;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
color: var(--plyr-video-control-color, $plyr-video-control-color);
|
color: $plyr-video-control-color;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: ($plyr-control-spacing * 2) ($plyr-control-spacing / 2) ($plyr-control-spacing / 2);
|
padding: calc(#{$plyr-control-spacing} / 2);
|
||||||
|
padding-top: calc(#{$plyr-control-spacing} * 2);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
|
transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
|
||||||
@media (min-width: $plyr-bp-sm) {
|
@media (min-width: $plyr-bp-sm) {
|
||||||
padding: ($plyr-control-spacing * 3.5) $plyr-control-spacing $plyr-control-spacing;
|
padding: $plyr-control-spacing;
|
||||||
|
padding-top: calc(#{$plyr-control-spacing} * 3.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -82,27 +84,21 @@ $embed-padding: ((100 / 16) * 9);
|
|||||||
&.plyr__tab-focus,
|
&.plyr__tab-focus,
|
||||||
&:hover,
|
&:hover,
|
||||||
&[aria-expanded='true'] {
|
&[aria-expanded='true'] {
|
||||||
background: var(
|
background: $plyr-video-control-background-hover;
|
||||||
--plyr-video-control-background-hover,
|
color: $plyr-video-control-color-hover;
|
||||||
var(--plyr-color-main, $plyr-video-control-background-hover)
|
|
||||||
);
|
|
||||||
color: var(--plyr-video-control-color-hover, $plyr-video-control-color-hover);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Large play button (video only)
|
// Large play button (video only)
|
||||||
.plyr__control--overlaid {
|
.plyr__control--overlaid {
|
||||||
background: var(
|
background: $plyr-video-control-background-hover;
|
||||||
--plyr-video-control-background-hover,
|
|
||||||
var(--plyr-color-main, $plyr-video-control-background-hover)
|
|
||||||
);
|
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
color: $plyr-video-control-color;
|
color: $plyr-video-control-color;
|
||||||
display: none;
|
display: none;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
padding: ceil($plyr-control-spacing * 1.5);
|
padding: calc(#{$plyr-control-spacing} * 1.5);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
@@ -133,15 +129,15 @@ $embed-padding: ((100 / 16) * 9);
|
|||||||
// Video range inputs
|
// Video range inputs
|
||||||
.plyr--full-ui.plyr--video input[type='range'] {
|
.plyr--full-ui.plyr--video input[type='range'] {
|
||||||
&::-webkit-slider-runnable-track {
|
&::-webkit-slider-runnable-track {
|
||||||
background-color: var(--plyr-video-range-track-background, $plyr-video-range-track-background);
|
background-color: $plyr-video-range-track-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-moz-range-track {
|
&::-moz-range-track {
|
||||||
background-color: var(--plyr-video-range-track-background, $plyr-video-range-track-background);
|
background-color: $plyr-video-range-track-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-ms-track {
|
&::-ms-track {
|
||||||
background-color: var(--plyr-video-range-track-background, $plyr-video-range-track-background);
|
background-color: $plyr-video-range-track-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pressed styles
|
// Pressed styles
|
||||||
@@ -162,5 +158,5 @@ $embed-padding: ((100 / 16) * 9);
|
|||||||
|
|
||||||
// Progress
|
// Progress
|
||||||
.plyr--video .plyr__progress__buffer {
|
.plyr--video .plyr__progress__buffer {
|
||||||
color: var(--plyr-video-progress-buffered-background, $plyr-video-progress-buffered-background);
|
color: $plyr-video-progress-buffered-background;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ const size = require('gulp-size');
|
|||||||
const sourcemaps = require('gulp-sourcemaps');
|
const sourcemaps = require('gulp-sourcemaps');
|
||||||
const browserSync = require('browser-sync').create();
|
const browserSync = require('browser-sync').create();
|
||||||
// Configs
|
// Configs
|
||||||
const pkg = require('../package.json');
|
|
||||||
const build = require('../build.json');
|
const build = require('../build.json');
|
||||||
// Info from package
|
// Info from package
|
||||||
const minSuffix = '.min';
|
const minSuffix = '.min';
|
||||||
|
|||||||
@@ -1397,7 +1397,7 @@ autoprefixer@^9.7.4, autoprefixer@^9.7.5:
|
|||||||
postcss "^7.0.27"
|
postcss "^7.0.27"
|
||||||
postcss-value-parser "^4.0.3"
|
postcss-value-parser "^4.0.3"
|
||||||
|
|
||||||
aws-sdk@^2.389.0, aws-sdk@^2.648.0:
|
aws-sdk@^2.389.0:
|
||||||
version "2.648.0"
|
version "2.648.0"
|
||||||
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.648.0.tgz#6cbea887b98c3ee8316870e9eead659194e35094"
|
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.648.0.tgz#6cbea887b98c3ee8316870e9eead659194e35094"
|
||||||
integrity sha512-b+PdZmCFvZBisqXEH68jO4xB30LrDHQMWrEX6MJoZaOlxPJfpOqRFUH3zsiAXF5Q2jTdjYLtS5bs3vcIwRzi3Q==
|
integrity sha512-b+PdZmCFvZBisqXEH68jO4xB30LrDHQMWrEX6MJoZaOlxPJfpOqRFUH3zsiAXF5Q2jTdjYLtS5bs3vcIwRzi3Q==
|
||||||
@@ -1412,6 +1412,21 @@ aws-sdk@^2.389.0, aws-sdk@^2.648.0:
|
|||||||
uuid "3.3.2"
|
uuid "3.3.2"
|
||||||
xml2js "0.4.19"
|
xml2js "0.4.19"
|
||||||
|
|
||||||
|
aws-sdk@^2.649.0:
|
||||||
|
version "2.656.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.656.0.tgz#0d74664ddbf30701073be9f9913ee7266afef3b4"
|
||||||
|
integrity sha512-UzqDvvt6i7gpuzEdK0GT/JOfBJcsCPranzZWdQ9HR4+5E0m5kf5gybZ6OX+UseIAE2/WND6Dv0aHgiI21AKenw==
|
||||||
|
dependencies:
|
||||||
|
buffer "4.9.1"
|
||||||
|
events "1.1.1"
|
||||||
|
ieee754 "1.1.13"
|
||||||
|
jmespath "0.15.0"
|
||||||
|
querystring "0.2.0"
|
||||||
|
sax "1.2.1"
|
||||||
|
url "0.10.3"
|
||||||
|
uuid "3.3.2"
|
||||||
|
xml2js "0.4.19"
|
||||||
|
|
||||||
aws-sign2@~0.7.0:
|
aws-sign2@~0.7.0:
|
||||||
version "0.7.0"
|
version "0.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
|
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
|
||||||
@@ -2070,11 +2085,6 @@ chokidar@^3.0.0:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.1.2"
|
fsevents "~2.1.2"
|
||||||
|
|
||||||
chownr@^1.1.1:
|
|
||||||
version "1.1.4"
|
|
||||||
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
|
|
||||||
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
|
|
||||||
|
|
||||||
ci-info@^1.5.0:
|
ci-info@^1.5.0:
|
||||||
version "1.6.0"
|
version "1.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
|
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
|
||||||
@@ -2632,7 +2642,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
|
|||||||
dependencies:
|
dependencies:
|
||||||
ms "2.0.0"
|
ms "2.0.0"
|
||||||
|
|
||||||
debug@3.X, debug@^3.0.0, debug@^3.0.1, debug@^3.1.0, debug@^3.2.6:
|
debug@3.X, debug@^3.0.0, debug@^3.0.1, debug@^3.1.0:
|
||||||
version "3.2.6"
|
version "3.2.6"
|
||||||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
|
||||||
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
|
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
|
||||||
@@ -2821,11 +2831,6 @@ detect-file@^1.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
|
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
|
||||||
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
|
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
|
||||||
|
|
||||||
detect-libc@^1.0.2:
|
|
||||||
version "1.0.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
|
|
||||||
integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
|
|
||||||
|
|
||||||
detect-newline@2.X:
|
detect-newline@2.X:
|
||||||
version "2.1.0"
|
version "2.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
|
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
|
||||||
@@ -3727,6 +3732,11 @@ fd-slicer@~1.1.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
pend "~1.2.0"
|
pend "~1.2.0"
|
||||||
|
|
||||||
|
figgy-pudding@^3.5.1:
|
||||||
|
version "3.5.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
|
||||||
|
integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==
|
||||||
|
|
||||||
figures@^1.3.5:
|
figures@^1.3.5:
|
||||||
version "1.7.0"
|
version "1.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
|
resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
|
||||||
@@ -3969,11 +3979,6 @@ flush-write-stream@^1.0.2:
|
|||||||
inherits "^2.0.3"
|
inherits "^2.0.3"
|
||||||
readable-stream "^2.3.6"
|
readable-stream "^2.3.6"
|
||||||
|
|
||||||
fn-name@^2.0.1:
|
|
||||||
version "2.0.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
|
|
||||||
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
|
|
||||||
|
|
||||||
follow-redirects@1.5.10:
|
follow-redirects@1.5.10:
|
||||||
version "1.5.10"
|
version "1.5.10"
|
||||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
|
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
|
||||||
@@ -4053,13 +4058,6 @@ fs-extra@3.0.1:
|
|||||||
jsonfile "^3.0.0"
|
jsonfile "^3.0.0"
|
||||||
universalify "^0.1.0"
|
universalify "^0.1.0"
|
||||||
|
|
||||||
fs-minipass@^1.2.5:
|
|
||||||
version "1.2.7"
|
|
||||||
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
|
|
||||||
integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==
|
|
||||||
dependencies:
|
|
||||||
minipass "^2.6.0"
|
|
||||||
|
|
||||||
fs-mkdirp-stream@^1.0.0:
|
fs-mkdirp-stream@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz#0b7815fc3201c6a69e14db98ce098c16935259eb"
|
resolved "https://registry.yarnpkg.com/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz#0b7815fc3201c6a69e14db98ce098c16935259eb"
|
||||||
@@ -4934,7 +4932,7 @@ http-signature@~1.2.0:
|
|||||||
jsprim "^1.2.2"
|
jsprim "^1.2.2"
|
||||||
sshpk "^1.7.0"
|
sshpk "^1.7.0"
|
||||||
|
|
||||||
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
|
iconv-lite@0.4.24, iconv-lite@^0.4.24:
|
||||||
version "0.4.24"
|
version "0.4.24"
|
||||||
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
||||||
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
|
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
|
||||||
@@ -4946,13 +4944,6 @@ ieee754@1.1.13, ieee754@^1.1.4:
|
|||||||
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
|
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
|
||||||
integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
|
integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
|
||||||
|
|
||||||
ignore-walk@^3.0.1:
|
|
||||||
version "3.0.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37"
|
|
||||||
integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==
|
|
||||||
dependencies:
|
|
||||||
minimatch "^3.0.4"
|
|
||||||
|
|
||||||
ignore@^3.3.3, ignore@^3.3.5:
|
ignore@^3.3.3, ignore@^3.3.5:
|
||||||
version "3.3.10"
|
version "3.3.10"
|
||||||
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
|
||||||
@@ -5429,11 +5420,6 @@ is-hexadecimal@^1.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
|
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
|
||||||
integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==
|
integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==
|
||||||
|
|
||||||
is-hidden@^1.0.1:
|
|
||||||
version "1.1.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/is-hidden/-/is-hidden-1.1.3.tgz#82e84cc7dbfffae42424d72037f80417f3b5e103"
|
|
||||||
integrity sha512-FFzhGKA9h59OFxeaJl0W5ILTYetI8WsdqdofKr69uLKZdV6hbDKxj8vkpG3L9uS/6Q/XYh1tkXm6xwRGFweETA==
|
|
||||||
|
|
||||||
is-installed-globally@^0.1.0:
|
is-installed-globally@^0.1.0:
|
||||||
version "0.1.0"
|
version "0.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80"
|
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80"
|
||||||
@@ -5944,6 +5930,15 @@ levn@^0.3.0, levn@~0.3.0:
|
|||||||
prelude-ls "~1.1.2"
|
prelude-ls "~1.1.2"
|
||||||
type-check "~0.3.2"
|
type-check "~0.3.2"
|
||||||
|
|
||||||
|
libnpmconfig@^1.0.0:
|
||||||
|
version "1.2.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/libnpmconfig/-/libnpmconfig-1.2.1.tgz#c0c2f793a74e67d4825e5039e7a02a0044dfcbc0"
|
||||||
|
integrity sha512-9esX8rTQAHqarx6qeZqmGQKBNZR5OIbl/Ayr0qQDy3oXja2iFVQQI81R6GZ2a02bSNZ9p3YOGX1O6HHCb1X7kA==
|
||||||
|
dependencies:
|
||||||
|
figgy-pudding "^3.5.1"
|
||||||
|
find-up "^3.0.0"
|
||||||
|
ini "^1.3.5"
|
||||||
|
|
||||||
liftoff@^3.1.0:
|
liftoff@^3.1.0:
|
||||||
version "3.1.0"
|
version "3.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/liftoff/-/liftoff-3.1.0.tgz#c9ba6081f908670607ee79062d700df062c52ed3"
|
resolved "https://registry.yarnpkg.com/liftoff/-/liftoff-3.1.0.tgz#c9ba6081f908670607ee79062d700df062c52ed3"
|
||||||
@@ -5999,12 +5994,12 @@ load-json-file@^4.0.0:
|
|||||||
pify "^3.0.0"
|
pify "^3.0.0"
|
||||||
strip-bom "^3.0.0"
|
strip-bom "^3.0.0"
|
||||||
|
|
||||||
load-plugin@^2.0.0:
|
load-plugin@^3.0.0:
|
||||||
version "2.3.1"
|
version "3.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/load-plugin/-/load-plugin-2.3.1.tgz#8024739afb4aa04de1e602e15e5b1a678c443d00"
|
resolved "https://registry.yarnpkg.com/load-plugin/-/load-plugin-3.0.0.tgz#8f3ce57cf4e5111639911012487bc1c2ba3d0e6c"
|
||||||
integrity sha512-dYB1lbwqHgPTrruy9glukCu8Ya9vzj6TMfouCtj2H/GuJ+8syioisgKTBPxnCi6m8K8jINKfTOxOHngFkUYqHw==
|
integrity sha512-od7eKCCZ62ITvFf8nHHrIiYmgOHb4xVNDRDqxBWSaao5FZyyZVX8OmRCbwjDGPrSrgIulwPNyBsWCGnhiDC0oQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
npm-prefix "^1.2.0"
|
libnpmconfig "^1.0.0"
|
||||||
resolve-from "^5.0.0"
|
resolve-from "^5.0.0"
|
||||||
|
|
||||||
loadjs@^4.2.0:
|
loadjs@^4.2.0:
|
||||||
@@ -6342,6 +6337,13 @@ markdown-table@^1.1.0:
|
|||||||
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.3.tgz#9fcb69bcfdb8717bfd0398c6ec2d93036ef8de60"
|
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.3.tgz#9fcb69bcfdb8717bfd0398c6ec2d93036ef8de60"
|
||||||
integrity sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==
|
integrity sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==
|
||||||
|
|
||||||
|
markdown-table@^2.0.0:
|
||||||
|
version "2.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b"
|
||||||
|
integrity sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==
|
||||||
|
dependencies:
|
||||||
|
repeat-string "^1.0.0"
|
||||||
|
|
||||||
matchdep@^2.0.0:
|
matchdep@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/matchdep/-/matchdep-2.0.0.tgz#c6f34834a0d8dbc3b37c27ee8bbcb27c7775582e"
|
resolved "https://registry.yarnpkg.com/matchdep/-/matchdep-2.0.0.tgz#c6f34834a0d8dbc3b37c27ee8bbcb27c7775582e"
|
||||||
@@ -6369,6 +6371,13 @@ mdast-util-compact@^1.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
unist-util-visit "^1.1.0"
|
unist-util-visit "^1.1.0"
|
||||||
|
|
||||||
|
mdast-util-compact@^2.0.0:
|
||||||
|
version "2.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/mdast-util-compact/-/mdast-util-compact-2.0.1.tgz#cabc69a2f43103628326f35b1acf735d55c99490"
|
||||||
|
integrity sha512-7GlnT24gEwDrdAwEHrU4Vv5lLWrEer4KOkAiKT9nYstsTad7Oc1TwqT2zIMKRdZF7cTuaf+GA1E4Kv7jJh8mPA==
|
||||||
|
dependencies:
|
||||||
|
unist-util-visit "^2.0.0"
|
||||||
|
|
||||||
mdast-util-to-string@^1.0.0:
|
mdast-util-to-string@^1.0.0:
|
||||||
version "1.1.0"
|
version "1.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz#27055500103f51637bd07d01da01eb1967a43527"
|
resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz#27055500103f51637bd07d01da01eb1967a43527"
|
||||||
@@ -6567,21 +6576,6 @@ minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
|
|||||||
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
||||||
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
||||||
|
|
||||||
minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
|
|
||||||
version "2.9.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
|
|
||||||
integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==
|
|
||||||
dependencies:
|
|
||||||
safe-buffer "^5.1.2"
|
|
||||||
yallist "^3.0.0"
|
|
||||||
|
|
||||||
minizlib@^1.2.1:
|
|
||||||
version "1.3.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
|
|
||||||
integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==
|
|
||||||
dependencies:
|
|
||||||
minipass "^2.9.0"
|
|
||||||
|
|
||||||
mitt@^1.1.3:
|
mitt@^1.1.3:
|
||||||
version "1.2.0"
|
version "1.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/mitt/-/mitt-1.2.0.tgz#cb24e6569c806e31bd4e3995787fe38a04fdf90d"
|
resolved "https://registry.yarnpkg.com/mitt/-/mitt-1.2.0.tgz#cb24e6569c806e31bd4e3995787fe38a04fdf90d"
|
||||||
@@ -6674,15 +6668,6 @@ natural-compare@^1.4.0:
|
|||||||
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
||||||
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
|
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
|
||||||
|
|
||||||
needle@^2.2.1:
|
|
||||||
version "2.3.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/needle/-/needle-2.3.3.tgz#a041ad1d04a871b0ebb666f40baaf1fb47867117"
|
|
||||||
integrity sha512-EkY0GeSq87rWp1hoq/sH/wnTWgFVhYlnIkbJ0YJFfRgEFlz2RraCjBpFQ+vrEgEdp0ThfyHADmkChEhcb7PKyw==
|
|
||||||
dependencies:
|
|
||||||
debug "^3.2.6"
|
|
||||||
iconv-lite "^0.4.4"
|
|
||||||
sax "^1.2.4"
|
|
||||||
|
|
||||||
negotiator@0.6.2:
|
negotiator@0.6.2:
|
||||||
version "0.6.2"
|
version "0.6.2"
|
||||||
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
|
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
|
||||||
@@ -6728,22 +6713,6 @@ node-gyp@^3.8.0:
|
|||||||
tar "^2.0.0"
|
tar "^2.0.0"
|
||||||
which "1"
|
which "1"
|
||||||
|
|
||||||
node-pre-gyp@*:
|
|
||||||
version "0.14.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.14.0.tgz#9a0596533b877289bcad4e143982ca3d904ddc83"
|
|
||||||
integrity sha512-+CvDC7ZttU/sSt9rFjix/P05iS43qHCOOGzcr3Ry99bXG7VX953+vFyEuph/tfqoYu8dttBkE86JSKBO2OzcxA==
|
|
||||||
dependencies:
|
|
||||||
detect-libc "^1.0.2"
|
|
||||||
mkdirp "^0.5.1"
|
|
||||||
needle "^2.2.1"
|
|
||||||
nopt "^4.0.1"
|
|
||||||
npm-packlist "^1.1.6"
|
|
||||||
npmlog "^4.0.2"
|
|
||||||
rc "^1.2.7"
|
|
||||||
rimraf "^2.6.1"
|
|
||||||
semver "^5.3.0"
|
|
||||||
tar "^4.4.2"
|
|
||||||
|
|
||||||
node-releases@^1.1.52:
|
node-releases@^1.1.52:
|
||||||
version "1.1.53"
|
version "1.1.53"
|
||||||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz#2d821bfa499ed7c5dffc5e2f28c88e78a08ee3f4"
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz#2d821bfa499ed7c5dffc5e2f28c88e78a08ee3f4"
|
||||||
@@ -6779,14 +6748,6 @@ node-sass@^4.8.3:
|
|||||||
dependencies:
|
dependencies:
|
||||||
abbrev "1"
|
abbrev "1"
|
||||||
|
|
||||||
nopt@^4.0.1:
|
|
||||||
version "4.0.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48"
|
|
||||||
integrity sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==
|
|
||||||
dependencies:
|
|
||||||
abbrev "1"
|
|
||||||
osenv "^0.1.4"
|
|
||||||
|
|
||||||
normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0:
|
normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0:
|
||||||
version "2.5.0"
|
version "2.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
||||||
@@ -6835,13 +6796,6 @@ now-and-later@^2.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
once "^1.3.2"
|
once "^1.3.2"
|
||||||
|
|
||||||
npm-bundled@^1.0.1:
|
|
||||||
version "1.1.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.1.tgz#1edd570865a94cdb1bc8220775e29466c9fb234b"
|
|
||||||
integrity sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA==
|
|
||||||
dependencies:
|
|
||||||
npm-normalize-package-bin "^1.0.1"
|
|
||||||
|
|
||||||
npm-conf@^1.1.0:
|
npm-conf@^1.1.0:
|
||||||
version "1.1.3"
|
version "1.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/npm-conf/-/npm-conf-1.1.3.tgz#256cc47bd0e218c259c4e9550bf413bc2192aff9"
|
resolved "https://registry.yarnpkg.com/npm-conf/-/npm-conf-1.1.3.tgz#256cc47bd0e218c259c4e9550bf413bc2192aff9"
|
||||||
@@ -6850,29 +6804,6 @@ npm-conf@^1.1.0:
|
|||||||
config-chain "^1.1.11"
|
config-chain "^1.1.11"
|
||||||
pify "^3.0.0"
|
pify "^3.0.0"
|
||||||
|
|
||||||
npm-normalize-package-bin@^1.0.1:
|
|
||||||
version "1.0.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2"
|
|
||||||
integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==
|
|
||||||
|
|
||||||
npm-packlist@^1.1.6:
|
|
||||||
version "1.4.8"
|
|
||||||
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.8.tgz#56ee6cc135b9f98ad3d51c1c95da22bbb9b2ef3e"
|
|
||||||
integrity sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==
|
|
||||||
dependencies:
|
|
||||||
ignore-walk "^3.0.1"
|
|
||||||
npm-bundled "^1.0.1"
|
|
||||||
npm-normalize-package-bin "^1.0.1"
|
|
||||||
|
|
||||||
npm-prefix@^1.2.0:
|
|
||||||
version "1.2.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/npm-prefix/-/npm-prefix-1.2.0.tgz#e619455f7074ba54cc66d6d0d37dd9f1be6bcbc0"
|
|
||||||
integrity sha1-5hlFX3B0ulTMZtbQ033Z8b5ry8A=
|
|
||||||
dependencies:
|
|
||||||
rc "^1.1.0"
|
|
||||||
shellsubstitute "^1.1.0"
|
|
||||||
untildify "^2.1.0"
|
|
||||||
|
|
||||||
npm-run-path@^2.0.0:
|
npm-run-path@^2.0.0:
|
||||||
version "2.0.2"
|
version "2.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
|
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
|
||||||
@@ -6880,7 +6811,7 @@ npm-run-path@^2.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
path-key "^2.0.0"
|
path-key "^2.0.0"
|
||||||
|
|
||||||
"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0, npmlog@^4.0.2:
|
"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0:
|
||||||
version "4.1.2"
|
version "4.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
|
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
|
||||||
integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
|
integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
|
||||||
@@ -7131,7 +7062,7 @@ os-tmpdir@^1.0.0, os-tmpdir@~1.0.2:
|
|||||||
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
||||||
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
|
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
|
||||||
|
|
||||||
osenv@0, osenv@^0.1.4:
|
osenv@0:
|
||||||
version "0.1.5"
|
version "0.1.5"
|
||||||
resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410"
|
resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410"
|
||||||
integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==
|
integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==
|
||||||
@@ -7290,6 +7221,18 @@ parse-entities@^1.0.2, parse-entities@^1.1.0:
|
|||||||
is-decimal "^1.0.0"
|
is-decimal "^1.0.0"
|
||||||
is-hexadecimal "^1.0.0"
|
is-hexadecimal "^1.0.0"
|
||||||
|
|
||||||
|
parse-entities@^2.0.0:
|
||||||
|
version "2.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-2.0.0.tgz#53c6eb5b9314a1f4ec99fa0fdf7ce01ecda0cbe8"
|
||||||
|
integrity sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==
|
||||||
|
dependencies:
|
||||||
|
character-entities "^1.0.0"
|
||||||
|
character-entities-legacy "^1.0.0"
|
||||||
|
character-reference-invalid "^1.0.0"
|
||||||
|
is-alphanumerical "^1.0.0"
|
||||||
|
is-decimal "^1.0.0"
|
||||||
|
is-hexadecimal "^1.0.0"
|
||||||
|
|
||||||
parse-filepath@^1.0.1:
|
parse-filepath@^1.0.1:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/parse-filepath/-/parse-filepath-1.0.2.tgz#a632127f53aaf3d15876f5872f3ffac763d6c891"
|
resolved "https://registry.yarnpkg.com/parse-filepath/-/parse-filepath-1.0.2.tgz#a632127f53aaf3d15876f5872f3ffac763d6c891"
|
||||||
@@ -8029,7 +7972,7 @@ raw-body@^2.3.2:
|
|||||||
iconv-lite "0.4.24"
|
iconv-lite "0.4.24"
|
||||||
unpipe "1.0.0"
|
unpipe "1.0.0"
|
||||||
|
|
||||||
rc@^1.0.1, rc@^1.1.0, rc@^1.1.6, rc@^1.2.7:
|
rc@^1.0.1, rc@^1.1.6:
|
||||||
version "1.2.8"
|
version "1.2.8"
|
||||||
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
|
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
|
||||||
integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
|
integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
|
||||||
@@ -8262,14 +8205,14 @@ regjsparser@^0.6.4:
|
|||||||
dependencies:
|
dependencies:
|
||||||
jsesc "~0.5.0"
|
jsesc "~0.5.0"
|
||||||
|
|
||||||
remark-cli@^7.0.1:
|
remark-cli@^8.0.0:
|
||||||
version "7.0.1"
|
version "8.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-7.0.1.tgz#2d19d77674e20ea20a3f8ae31694ac30fddb1f52"
|
resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-8.0.0.tgz#0cb405080d320de539656b181908b796c369f37d"
|
||||||
integrity sha512-CUjBLLSbEay0mNwOO+pptnLIoS8UB6cHlhZVpTRKbtbIcw6YEzEfD7jGjW1HCA8lZK87IfY3/DuWE6DlXu+hfg==
|
integrity sha512-5iRrk8ad+dU4espDl60H7ANhXqoaEXYsIyL8Mau0lDN6pP7QMAZsZTCX2XdoCfKfKEpiOggA7CHv43HkyVEppA==
|
||||||
dependencies:
|
dependencies:
|
||||||
markdown-extensions "^1.1.0"
|
markdown-extensions "^1.1.0"
|
||||||
remark "^11.0.0"
|
remark "^12.0.0"
|
||||||
unified-args "^7.0.0"
|
unified-args "^8.0.0"
|
||||||
|
|
||||||
remark-parse@^4.0.0:
|
remark-parse@^4.0.0:
|
||||||
version "4.0.0"
|
version "4.0.0"
|
||||||
@@ -8313,25 +8256,26 @@ remark-parse@^6.0.0:
|
|||||||
vfile-location "^2.0.0"
|
vfile-location "^2.0.0"
|
||||||
xtend "^4.0.1"
|
xtend "^4.0.1"
|
||||||
|
|
||||||
remark-parse@^7.0.0:
|
remark-parse@^8.0.0:
|
||||||
version "7.0.2"
|
version "8.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-7.0.2.tgz#41e7170d9c1d96c3d32cf1109600a9ed50dba7cf"
|
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.0.tgz#0aaae4b49e607ee7e972a6cf688026f46bbf6d1a"
|
||||||
integrity sha512-9+my0lQS80IQkYXsMA8Sg6m9QfXYJBnXjWYN5U+kFc5/n69t+XZVXU/ZBYr3cYH8FheEGf1v87rkFDhJ8bVgMA==
|
integrity sha512-Ck14G1Ns/GEPXhSw6m1Uv28kMtVk63e59NyL+QlhBBwBdIUXROM6MPfBehPhW6TW2d73batMdZsKwuxl5i3tEA==
|
||||||
dependencies:
|
dependencies:
|
||||||
|
ccount "^1.0.0"
|
||||||
collapse-white-space "^1.0.2"
|
collapse-white-space "^1.0.2"
|
||||||
is-alphabetical "^1.0.0"
|
is-alphabetical "^1.0.0"
|
||||||
is-decimal "^1.0.0"
|
is-decimal "^1.0.0"
|
||||||
is-whitespace-character "^1.0.0"
|
is-whitespace-character "^1.0.0"
|
||||||
is-word-character "^1.0.0"
|
is-word-character "^1.0.0"
|
||||||
markdown-escapes "^1.0.0"
|
markdown-escapes "^1.0.0"
|
||||||
parse-entities "^1.1.0"
|
parse-entities "^2.0.0"
|
||||||
repeat-string "^1.5.4"
|
repeat-string "^1.5.4"
|
||||||
state-toggle "^1.0.0"
|
state-toggle "^1.0.0"
|
||||||
trim "0.0.1"
|
trim "0.0.1"
|
||||||
trim-trailing-lines "^1.0.0"
|
trim-trailing-lines "^1.0.0"
|
||||||
unherit "^1.0.4"
|
unherit "^1.0.4"
|
||||||
unist-util-remove-position "^1.0.0"
|
unist-util-remove-position "^2.0.0"
|
||||||
vfile-location "^2.0.0"
|
vfile-location "^3.0.0"
|
||||||
xtend "^4.0.1"
|
xtend "^4.0.1"
|
||||||
|
|
||||||
remark-stringify@^4.0.0:
|
remark-stringify@^4.0.0:
|
||||||
@@ -8374,10 +8318,10 @@ remark-stringify@^6.0.0:
|
|||||||
unherit "^1.0.4"
|
unherit "^1.0.4"
|
||||||
xtend "^4.0.1"
|
xtend "^4.0.1"
|
||||||
|
|
||||||
remark-stringify@^7.0.0:
|
remark-stringify@^8.0.0:
|
||||||
version "7.0.4"
|
version "8.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-7.0.4.tgz#3de1e3f93853288d3407da1cd44f2212321dd548"
|
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-8.0.0.tgz#33423ab8bf3076fb197f4cf582aaaf866b531625"
|
||||||
integrity sha512-qck+8NeA1D0utk1ttKcWAoHRrJxERYQzkHDyn+pF5Z4whX1ug98uCNPPSeFgLSaNERRxnD6oxIug6DzZQth6Pg==
|
integrity sha512-cABVYVloFH+2ZI5bdqzoOmemcz/ZuhQSH6W6ZNYnLojAUUn3xtX7u+6BpnYp35qHoGr2NFBsERV14t4vCIeW8w==
|
||||||
dependencies:
|
dependencies:
|
||||||
ccount "^1.0.0"
|
ccount "^1.0.0"
|
||||||
is-alphanumeric "^1.0.0"
|
is-alphanumeric "^1.0.0"
|
||||||
@@ -8385,12 +8329,12 @@ remark-stringify@^7.0.0:
|
|||||||
is-whitespace-character "^1.0.0"
|
is-whitespace-character "^1.0.0"
|
||||||
longest-streak "^2.0.1"
|
longest-streak "^2.0.1"
|
||||||
markdown-escapes "^1.0.0"
|
markdown-escapes "^1.0.0"
|
||||||
markdown-table "^1.1.0"
|
markdown-table "^2.0.0"
|
||||||
mdast-util-compact "^1.0.0"
|
mdast-util-compact "^2.0.0"
|
||||||
parse-entities "^1.0.2"
|
parse-entities "^2.0.0"
|
||||||
repeat-string "^1.5.4"
|
repeat-string "^1.5.4"
|
||||||
state-toggle "^1.0.0"
|
state-toggle "^1.0.0"
|
||||||
stringify-entities "^2.0.0"
|
stringify-entities "^3.0.0"
|
||||||
unherit "^1.0.4"
|
unherit "^1.0.4"
|
||||||
xtend "^4.0.1"
|
xtend "^4.0.1"
|
||||||
|
|
||||||
@@ -8417,14 +8361,14 @@ remark@^10.0.1:
|
|||||||
remark-stringify "^6.0.0"
|
remark-stringify "^6.0.0"
|
||||||
unified "^7.0.0"
|
unified "^7.0.0"
|
||||||
|
|
||||||
remark@^11.0.0:
|
remark@^12.0.0:
|
||||||
version "11.0.2"
|
version "12.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/remark/-/remark-11.0.2.tgz#12b90ea100ac3362b1976fa87a6e4e0ab5968202"
|
resolved "https://registry.yarnpkg.com/remark/-/remark-12.0.0.tgz#d1c145c07341c9232f93b2f8539d56da15a2548c"
|
||||||
integrity sha512-bh+eJgn8wgmbHmIBOuwJFdTVRVpl3fcVP6HxmpPWO0ULGP9Qkh6INJh0N5Uy7GqlV7DQYGoqaKiEIpM5LLvJ8w==
|
integrity sha512-oX4lMIS0csgk8AEbzY0h2jdR0ngiCHOpwwpxjmRa5TqAkeknY+tkhjRJGZqnCmvyuWh55/0SW5WY3R3nn3PH9A==
|
||||||
dependencies:
|
dependencies:
|
||||||
remark-parse "^7.0.0"
|
remark-parse "^8.0.0"
|
||||||
remark-stringify "^7.0.0"
|
remark-stringify "^8.0.0"
|
||||||
unified "^8.2.0"
|
unified "^9.0.0"
|
||||||
|
|
||||||
remark@^8.0.0:
|
remark@^8.0.0:
|
||||||
version "8.0.0"
|
version "8.0.0"
|
||||||
@@ -8462,7 +8406,7 @@ repeat-element@^1.1.2:
|
|||||||
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce"
|
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce"
|
||||||
integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==
|
integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==
|
||||||
|
|
||||||
repeat-string@^1.5.0, repeat-string@^1.5.2, repeat-string@^1.5.4, repeat-string@^1.6.1:
|
repeat-string@^1.0.0, repeat-string@^1.5.0, repeat-string@^1.5.2, repeat-string@^1.5.4, repeat-string@^1.6.1:
|
||||||
version "1.6.1"
|
version "1.6.1"
|
||||||
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
|
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
|
||||||
integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
|
integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
|
||||||
@@ -8638,7 +8582,7 @@ reusify@^1.0.4:
|
|||||||
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
|
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
|
||||||
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
||||||
|
|
||||||
rimraf@2, rimraf@^2.5.4, rimraf@^2.6.1:
|
rimraf@2, rimraf@^2.5.4:
|
||||||
version "2.7.1"
|
version "2.7.1"
|
||||||
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
|
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
|
||||||
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
|
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
|
||||||
@@ -8696,10 +8640,10 @@ rollup-pluginutils@^2.8.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
estree-walker "^0.6.1"
|
estree-walker "^0.6.1"
|
||||||
|
|
||||||
rollup@^2.2.0:
|
rollup@^2.3.1:
|
||||||
version "2.3.0"
|
version "2.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.3.0.tgz#0b9e1c19bea22464958854dae646b8b40d2d3ed5"
|
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.4.0.tgz#b136a4d701d24dd79ec9551ee0330e7f632ee9d2"
|
||||||
integrity sha512-nIq2Z9YwNbEfqTlAXe/tVl8CwUsjX/8Q5Jxlx+JRoYCu5keKLc6k0zyt11sM6WtCDxhmmJEIosFy9y26ZFRx6w==
|
integrity sha512-dYE2ZKl9+kxuFKDaaSuauZjIPa8hcKDqI7WrOq1pTXYG4GJw+6ypLifGIvCKw5yJpSmuFohuimYpg0wfRXTCLw==
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.1.2"
|
fsevents "~2.1.2"
|
||||||
|
|
||||||
@@ -8771,7 +8715,7 @@ sax@1.2.1:
|
|||||||
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.1.tgz#7b8e656190b228e81a66aea748480d828cd2d37a"
|
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.1.tgz#7b8e656190b228e81a66aea748480d828cd2d37a"
|
||||||
integrity sha1-e45lYZCyKOgaZq6nSEgNgozS03o=
|
integrity sha1-e45lYZCyKOgaZq6nSEgNgozS03o=
|
||||||
|
|
||||||
sax@>=0.6.0, sax@^1.2.4, sax@~1.2.4:
|
sax@>=0.6.0, sax@~1.2.4:
|
||||||
version "1.2.4"
|
version "1.2.4"
|
||||||
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
|
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
|
||||||
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
|
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
|
||||||
@@ -8926,11 +8870,6 @@ shebang-regex@^1.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
||||||
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
|
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
|
||||||
|
|
||||||
shellsubstitute@^1.1.0:
|
|
||||||
version "1.2.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/shellsubstitute/-/shellsubstitute-1.2.0.tgz#e4f702a50c518b0f6fe98451890d705af29b6b70"
|
|
||||||
integrity sha1-5PcCpQxRiw9v6YRRiQ1wWvKba3A=
|
|
||||||
|
|
||||||
signal-exit@^3.0.0, signal-exit@^3.0.2:
|
signal-exit@^3.0.0, signal-exit@^3.0.2:
|
||||||
version "3.0.3"
|
version "3.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
|
||||||
@@ -9384,10 +9323,10 @@ stringify-entities@^1.0.1:
|
|||||||
is-alphanumerical "^1.0.0"
|
is-alphanumerical "^1.0.0"
|
||||||
is-hexadecimal "^1.0.0"
|
is-hexadecimal "^1.0.0"
|
||||||
|
|
||||||
stringify-entities@^2.0.0:
|
stringify-entities@^3.0.0:
|
||||||
version "2.0.0"
|
version "3.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-2.0.0.tgz#fa7ca6614b355fb6c28448140a20c4ede7462827"
|
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-3.0.0.tgz#455abe501f8b7859ba5726a25a8872333c65b0a7"
|
||||||
integrity sha512-fqqhZzXyAM6pGD9lky/GOPq6V4X0SeTAFBl0iXb/BzOegl40gpf/bV3QQP7zULNYvjr6+Dx8SCaDULjVoOru0A==
|
integrity sha512-h7NJJIssprqlyjHT2eQt2W1F+MCcNmwPGlKb0bWEdET/3N44QN3QbUF/ueKCgAssyKRZ3Br9rQ7FcXjHr0qLHw==
|
||||||
dependencies:
|
dependencies:
|
||||||
character-entities-html4 "^1.0.0"
|
character-entities-html4 "^1.0.0"
|
||||||
character-entities-legacy "^1.0.0"
|
character-entities-legacy "^1.0.0"
|
||||||
@@ -9768,19 +9707,6 @@ tar@^2.0.0:
|
|||||||
fstream "^1.0.12"
|
fstream "^1.0.12"
|
||||||
inherits "2"
|
inherits "2"
|
||||||
|
|
||||||
tar@^4.4.2:
|
|
||||||
version "4.4.13"
|
|
||||||
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
|
|
||||||
integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==
|
|
||||||
dependencies:
|
|
||||||
chownr "^1.1.1"
|
|
||||||
fs-minipass "^1.2.5"
|
|
||||||
minipass "^2.8.6"
|
|
||||||
minizlib "^1.2.1"
|
|
||||||
mkdirp "^0.5.0"
|
|
||||||
safe-buffer "^5.1.2"
|
|
||||||
yallist "^3.0.3"
|
|
||||||
|
|
||||||
temp-dir@^1.0.0:
|
temp-dir@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
|
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
|
||||||
@@ -10187,45 +10113,42 @@ unicode-property-aliases-ecmascript@^1.0.4:
|
|||||||
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4"
|
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4"
|
||||||
integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==
|
integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==
|
||||||
|
|
||||||
unified-args@^7.0.0:
|
unified-args@^8.0.0:
|
||||||
version "7.1.0"
|
version "8.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/unified-args/-/unified-args-7.1.0.tgz#cd87a0ee54aa88d2308b5e0616dc1d289f1c351d"
|
resolved "https://registry.yarnpkg.com/unified-args/-/unified-args-8.0.0.tgz#c74d92a2b2ab43ed95c22c61d0ef81b4eed1bd80"
|
||||||
integrity sha512-soi9Rn7l5c1g0RfElSCHMwaxeiclSI0EsS3uZmMPUOfwMeeeZjLpNmHAowV9iSlQh59iiZhSMyQu9lB8WnIz5g==
|
integrity sha512-224jfXOL0Xu0e52fJTfxmAaNTuW1zopPmnXh/5GDAxx4Z6NbcZpjgQPBmo1xoLAhGih0rWVG2+a2kodzrEHfHw==
|
||||||
dependencies:
|
dependencies:
|
||||||
camelcase "^5.0.0"
|
camelcase "^5.0.0"
|
||||||
chalk "^2.0.0"
|
chalk "^3.0.0"
|
||||||
chokidar "^3.0.0"
|
chokidar "^3.0.0"
|
||||||
fault "^1.0.2"
|
fault "^1.0.2"
|
||||||
json5 "^2.0.0"
|
json5 "^2.0.0"
|
||||||
minimist "^1.2.0"
|
minimist "^1.2.0"
|
||||||
text-table "^0.2.0"
|
text-table "^0.2.0"
|
||||||
unified-engine "^7.0.0"
|
unified-engine "^8.0.0"
|
||||||
|
|
||||||
unified-engine@^7.0.0:
|
unified-engine@^8.0.0:
|
||||||
version "7.0.0"
|
version "8.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/unified-engine/-/unified-engine-7.0.0.tgz#37df3a0369d94435fa5a233d8cb40de23f89e476"
|
resolved "https://registry.yarnpkg.com/unified-engine/-/unified-engine-8.0.0.tgz#e3996ff6eaecc6ca3408af92b70e25691192d17d"
|
||||||
integrity sha512-zH/MvcISpWg3JZtCoY/GYBw1WnVHkhnPoMBWpmuvAifCPSS9mzT9EbtimesJp6t2nnr/ojI0mg3TmkO1CjIwVA==
|
integrity sha512-vLUezxCnjzz+ya4pYouRQVMT8k82Rk4fIj406UidRnSFJdGXFaQyQklAnalsQHJrLqAlaYPkXPUa1upfVSHGCA==
|
||||||
dependencies:
|
dependencies:
|
||||||
concat-stream "^2.0.0"
|
concat-stream "^2.0.0"
|
||||||
debug "^4.0.0"
|
debug "^4.0.0"
|
||||||
fault "^1.0.0"
|
fault "^1.0.0"
|
||||||
figures "^3.0.0"
|
figures "^3.0.0"
|
||||||
fn-name "^2.0.1"
|
|
||||||
glob "^7.0.3"
|
glob "^7.0.3"
|
||||||
ignore "^5.0.0"
|
ignore "^5.0.0"
|
||||||
|
is-buffer "^2.0.0"
|
||||||
is-empty "^1.0.0"
|
is-empty "^1.0.0"
|
||||||
is-hidden "^1.0.1"
|
is-plain-obj "^2.0.0"
|
||||||
is-object "^1.0.1"
|
|
||||||
js-yaml "^3.6.1"
|
js-yaml "^3.6.1"
|
||||||
load-plugin "^2.0.0"
|
load-plugin "^3.0.0"
|
||||||
parse-json "^4.0.0"
|
parse-json "^5.0.0"
|
||||||
to-vfile "^6.0.0"
|
to-vfile "^6.0.0"
|
||||||
trough "^1.0.0"
|
trough "^1.0.0"
|
||||||
unist-util-inspect "^4.1.2"
|
unist-util-inspect "^5.0.0"
|
||||||
vfile-reporter "^6.0.0"
|
vfile-reporter "^6.0.0"
|
||||||
vfile-statistics "^1.1.0"
|
vfile-statistics "^1.1.0"
|
||||||
x-is-string "^0.1.0"
|
|
||||||
xtend "^4.0.1"
|
|
||||||
|
|
||||||
unified@^6.0.0:
|
unified@^6.0.0:
|
||||||
version "6.2.0"
|
version "6.2.0"
|
||||||
@@ -10253,13 +10176,14 @@ unified@^7.0.0:
|
|||||||
vfile "^3.0.0"
|
vfile "^3.0.0"
|
||||||
x-is-string "^0.1.0"
|
x-is-string "^0.1.0"
|
||||||
|
|
||||||
unified@^8.2.0:
|
unified@^9.0.0:
|
||||||
version "8.4.2"
|
version "9.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/unified/-/unified-8.4.2.tgz#13ad58b4a437faa2751a4a4c6a16f680c500fff1"
|
resolved "https://registry.yarnpkg.com/unified/-/unified-9.0.0.tgz#12b099f97ee8b36792dbad13d278ee2f696eed1d"
|
||||||
integrity sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA==
|
integrity sha512-ssFo33gljU3PdlWLjNp15Inqb77d6JnJSfyplGJPT/a+fNRNyCBeveBAYJdO5khKdF6WVHa/yYCC7Xl6BDwZUQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
bail "^1.0.0"
|
bail "^1.0.0"
|
||||||
extend "^3.0.0"
|
extend "^3.0.0"
|
||||||
|
is-buffer "^2.0.0"
|
||||||
is-plain-obj "^2.0.0"
|
is-plain-obj "^2.0.0"
|
||||||
trough "^1.0.0"
|
trough "^1.0.0"
|
||||||
vfile "^4.0.0"
|
vfile "^4.0.0"
|
||||||
@@ -10301,10 +10225,10 @@ unist-util-find-all-after@^1.0.1, unist-util-find-all-after@^1.0.2:
|
|||||||
dependencies:
|
dependencies:
|
||||||
unist-util-is "^3.0.0"
|
unist-util-is "^3.0.0"
|
||||||
|
|
||||||
unist-util-inspect@^4.1.2:
|
unist-util-inspect@^5.0.0:
|
||||||
version "4.1.4"
|
version "5.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/unist-util-inspect/-/unist-util-inspect-4.1.4.tgz#fefc4794445d0f79bffea7a2421c6f556e73a37c"
|
resolved "https://registry.yarnpkg.com/unist-util-inspect/-/unist-util-inspect-5.0.1.tgz#168c8770a99902318ca268f8c391e294bcf44540"
|
||||||
integrity sha512-7xxyvKiZ1SC9vL5qrMqKub1T31gRHfau4242F69CcaOrXt//5PmRVOmDZ36UAEgiT+tZWzmQmbNZn+mVtnR9HQ==
|
integrity sha512-fPNWewS593JSmg49HbnE86BJKuBi1/nMWhDSccBvbARfxezEuJV85EaARR9/VplveiwCoLm2kWq+DhP8TBaDpw==
|
||||||
dependencies:
|
dependencies:
|
||||||
is-empty "^1.0.0"
|
is-empty "^1.0.0"
|
||||||
|
|
||||||
@@ -10325,6 +10249,13 @@ unist-util-remove-position@^1.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
unist-util-visit "^1.1.0"
|
unist-util-visit "^1.1.0"
|
||||||
|
|
||||||
|
unist-util-remove-position@^2.0.0:
|
||||||
|
version "2.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz#5d19ca79fdba712301999b2b73553ca8f3b352cc"
|
||||||
|
integrity sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==
|
||||||
|
dependencies:
|
||||||
|
unist-util-visit "^2.0.0"
|
||||||
|
|
||||||
unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
|
unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
|
||||||
version "1.1.2"
|
version "1.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6"
|
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6"
|
||||||
@@ -10391,13 +10322,6 @@ unset-value@^1.0.0:
|
|||||||
has-value "^0.3.1"
|
has-value "^0.3.1"
|
||||||
isobject "^3.0.0"
|
isobject "^3.0.0"
|
||||||
|
|
||||||
untildify@^2.1.0:
|
|
||||||
version "2.1.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/untildify/-/untildify-2.1.0.tgz#17eb2807987f76952e9c0485fc311d06a826a2e0"
|
|
||||||
integrity sha1-F+soB5h/dpUunASF/DEdBqgmouA=
|
|
||||||
dependencies:
|
|
||||||
os-homedir "^1.0.0"
|
|
||||||
|
|
||||||
unzip-response@^2.0.1:
|
unzip-response@^2.0.1:
|
||||||
version "2.0.1"
|
version "2.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
|
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
|
||||||
@@ -10562,6 +10486,11 @@ vfile-location@^2.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.6.tgz#8a274f39411b8719ea5728802e10d9e0dff1519e"
|
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.6.tgz#8a274f39411b8719ea5728802e10d9e0dff1519e"
|
||||||
integrity sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==
|
integrity sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==
|
||||||
|
|
||||||
|
vfile-location@^3.0.0:
|
||||||
|
version "3.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.0.1.tgz#d78677c3546de0f7cd977544c367266764d31bb3"
|
||||||
|
integrity sha512-yYBO06eeN/Ki6Kh1QAkgzYpWT1d3Qln+ZCtSbJqFExPl1S3y2qqotJQXoh6qEvl/jDlgpUJolBn3PItVnnZRqQ==
|
||||||
|
|
||||||
vfile-message@*, vfile-message@^2.0.0:
|
vfile-message@*, vfile-message@^2.0.0:
|
||||||
version "2.0.4"
|
version "2.0.4"
|
||||||
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a"
|
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a"
|
||||||
@@ -10838,7 +10767,7 @@ yallist@^2.1.2:
|
|||||||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
|
||||||
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
|
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
|
||||||
|
|
||||||
yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
|
yallist@^3.0.2:
|
||||||
version "3.1.1"
|
version "3.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
|
||||||
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
|
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
|
||||||
|
|||||||
Reference in New Issue
Block a user