@eluvio/elv-player-js 2.0.10 → 2.0.11
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.
- package/README.md +16 -2
- package/dist/.vite/manifest.json +17 -17
- package/dist/{Analytics-_RraLs1Y.js → Analytics-BPKZD_vd.js} +1 -1
- package/dist/{Analytics-DSGc4x0x.mjs → Analytics-DBJBLGax.mjs} +1 -1
- package/dist/{dash.all.min-DDF1OUb3.js → dash.all.min-0VUCd9DG.js} +1 -1
- package/dist/{dash.all.min-12B52EnU.mjs → dash.all.min-CDxJpT7V.mjs} +1 -1
- package/dist/elv-player-js.cjs.js +1 -1
- package/dist/elv-player-js.css +1 -1
- package/dist/elv-player-js.es.js +1 -1
- package/dist/{index-CLXo7KyT.js → index-B-yuaO7J.js} +1 -1
- package/dist/{index-DH690yy1.mjs → index-DPqGO1Oq.mjs} +29 -29
- package/dist/{index-CIjCdMyr.js → index-DtlgF0Xh.js} +2 -2
- package/dist/{index-DRFm2mW0.mjs → index-ISOiRmd3.mjs} +1 -1
- package/lib/static/stylesheets/controls-web.module.scss +6 -6
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as cI, e as CI, r as vA, a as eI, b as fA, i as dA, s as xA, g as wI } from "./index-
|
|
1
|
+
import { c as cI, e as CI, r as vA, a as eI, b as fA, i as dA, s as xA, g as wI } from "./index-DPqGO1Oq.mjs";
|
|
2
2
|
class EA {
|
|
3
3
|
constructor(I) {
|
|
4
4
|
this.wasm = I;
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
align-items: center;
|
|
66
66
|
color: var(--color-button);
|
|
67
67
|
display: flex;
|
|
68
|
-
height: 30px;
|
|
69
68
|
padding: 4px;
|
|
70
69
|
transition: color 0.15s ease;
|
|
70
|
+
height: 30px;
|
|
71
71
|
width: 30px;
|
|
72
72
|
|
|
73
73
|
svg {
|
|
@@ -167,8 +167,8 @@
|
|
|
167
167
|
|
|
168
168
|
.center-play-button {
|
|
169
169
|
height: 100px;
|
|
170
|
-
margin-bottom: 30px;
|
|
171
170
|
transition: opacity 0.5s ease;
|
|
171
|
+
margin-bottom: 30px;
|
|
172
172
|
width: 100px;
|
|
173
173
|
z-index: var(--layer-center-button);
|
|
174
174
|
|
|
@@ -334,12 +334,12 @@
|
|
|
334
334
|
|
|
335
335
|
.icon-button {
|
|
336
336
|
border: 1px solid transparent;
|
|
337
|
-
padding: 0;
|
|
338
337
|
transition: background-color 0.25s ease, color 0.25s ease;
|
|
338
|
+
padding: 0;
|
|
339
339
|
|
|
340
340
|
&-active,
|
|
341
341
|
&:focus-visible {
|
|
342
|
-
filter: drop-shadow(0 0 3px rgba(255, 255, 255,
|
|
342
|
+
filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
}
|
|
@@ -385,8 +385,8 @@
|
|
|
385
385
|
|
|
386
386
|
.icon-button {
|
|
387
387
|
height: 25px;
|
|
388
|
-
min-width: 25px;
|
|
389
388
|
width: 25px;
|
|
389
|
+
min-width: 25px;
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
.controls {
|
|
@@ -397,8 +397,8 @@
|
|
|
397
397
|
|
|
398
398
|
.center-play-button {
|
|
399
399
|
height: 50px;
|
|
400
|
-
margin-bottom: 15px;
|
|
401
400
|
width: 50px;
|
|
401
|
+
margin-bottom: 15px;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
/* Position menus relative to whole player */
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eluvio/elv-player-js",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "
|
|
5
|
+
"main": "dist/elv-player-js.es.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/eluv-io/elv-player-js",
|
|
8
8
|
"scripts": {
|