@eluvio/elv-player-js 2.0.28 → 2.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,5 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
5
- <circle cx="16" cy="16" r="16" fill="currentColor"/>
6
- <g>
7
- <rect x="10.4" y="9" width="4.5" height="14.1" fill="black"/>
8
- <rect x="17.5" y="9" width="4.5" height="14.1" fill="black"/>
9
- </g>
1
+ <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="15" cy="15" r="15" fill="currentColor"/>
3
+ <path d="M10 8H14V22H10V8ZM16 8H20V22H16V8Z" fill="black"/>
10
4
  </svg>
5
+
@@ -1,4 +1,4 @@
1
- console.log("Building UI Icons...\n")
1
+ console.log("Building UI Icons...\n");
2
2
 
3
3
  const fs = require("fs");
4
4
  const Path = require("path");
@@ -39,10 +39,10 @@ const iconSource = {
39
39
  ChromecastIcon: Path.resolve(__dirname, "../static/icons/svgs/cast.svg")
40
40
  };
41
41
 
42
- let iconFile = "// WARNING: Do not edit this file manually\n"
42
+ let iconFile = "// WARNING: Do not edit this file manually\n";
43
43
  iconFile += "// Built using `npm run build-icons`\n\n";
44
44
  Object.keys(iconSource).map(iconName => {
45
- iconFile += `export const ${iconName} = \`${fs.readFileSync(iconSource[iconName]).toString("utf8").replaceAll("\n", "").replaceAll("\"", "\\\"")}\`;\n`;
45
+ iconFile += `export const ${iconName} = "${fs.readFileSync(iconSource[iconName]).toString("utf8").replaceAll("\n", "").replaceAll("\"", "\\\"")}";\n`;
46
46
  });
47
47
 
48
48
  fs.writeFileSync(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-player-js",
3
- "version": "2.0.28",
3
+ "version": "2.0.30",
4
4
  "description": "![Eluvio Logo](lib/static/images/Logo.png \"Eluvio Logo\")",
5
5
  "main": "dist/elv-player-js.es.js",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "package-lock.json"
37
37
  ],
38
38
  "dependencies": {
39
- "@eluvio/elv-client-js": "^4.0.110",
39
+ "@eluvio/elv-client-js": "^4.0.111",
40
40
  "dashjs": "~4.7.0",
41
41
  "focus-visible": "^5.2.0",
42
42
  "hls.js": "~1.5.12",