@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.
@@ -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-DH690yy1.mjs";
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, 50%));
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.10",
3
+ "version": "2.0.11",
4
4
  "description": "![Eluvio Logo](lib/static/images/Logo.png \"Eluvio Logo\")",
5
- "main": "lib/index.js",
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": {