@saooti/octopus-sdk 37.0.36 → 37.0.37

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": "37.0.36",
3
+ "version": "37.0.37",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -2,6 +2,7 @@
2
2
  <button
3
3
  v-if="!hidePlay || recordingLive"
4
4
  class="image-play-button"
5
+ :class="classicPodcastPlay ? '' : 'transparent-background'"
5
6
  @mouseenter="hoverType='audio'"
6
7
  @mouseleave="hoverType=''"
7
8
  @click="play(false)"
@@ -211,6 +212,9 @@ export default defineComponent({
211
212
  position: absolute;
212
213
  top: 0;
213
214
  }
215
+ .transparent-background {
216
+ background-color: #ffffff80;
217
+ }
214
218
 
215
219
  .big-icon-error {
216
220
  font-size: 1.5rem;