@saooti/octopus-sdk 36.0.9 → 36.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "36.0.9",
3
+ "version": "36.0.10",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -13,10 +13,12 @@
13
13
  />
14
14
  <template v-if="playerMedia">
15
15
  <div
16
+ v-if="mediaCueInPercent > 0"
16
17
  class="octopus-progress-bar bg-complementary"
17
18
  :style="{'width': + mediaCueInPercent + '%'}"
18
19
  />
19
20
  <div
21
+ v-if="mediaCueOutPercent < 100"
20
22
  class="octopus-progress-bar end-0 bg-complementary"
21
23
  :style="{'width': + 100- mediaCueOutPercent + '%'}"
22
24
  />
@@ -31,10 +33,12 @@
31
33
  />
32
34
  <template v-if="playerMedia">
33
35
  <div
36
+ v-if="mediaCueInPercent > 0"
34
37
  class="octopus-progress-bar octopus-progress-bar-duration bg-complementary"
35
38
  :style="{'left': + mediaCueInPercent + '%'}"
36
39
  />
37
40
  <div
41
+ v-if="mediaCueOutPercent < 100"
38
42
  class="octopus-progress-bar end-0 octopus-progress-bar-duration bg-complementary"
39
43
  :style="{'right': + 100- mediaCueOutPercent + '%'}"
40
44
  />