@saooti/octopus-sdk 37.0.38 → 37.0.40

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.38",
3
+ "version": "37.0.40",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -1,4 +1,3 @@
1
- $newLightenColor:lighten($octopus-primary-color, 55%);
2
1
  .octopus-app{
3
2
  .page-box-absolute{
4
3
  position: absolute;
@@ -286,19 +285,19 @@ $newLightenColor:lighten($octopus-primary-color, 55%);
286
285
  font-size: 1.8rem;
287
286
  color: white;
288
287
  }
289
- &.hover-type-audio, &.hover-type-video{
288
+ /* &.hover-type-audio, &.hover-type-video{
290
289
  color: $newLightenColor;
291
290
  .bloc-paddle > span{
292
291
  background: $newLightenColor !important;
293
292
  }
294
- }
293
+ } */
295
294
  &.hover-type-video{
296
- .saooti-play{
295
+ /*.saooti-play{
297
296
  color: white;
298
297
  }
299
298
  .saooti-play-video{
300
299
  color: $newLightenColor;
301
- }
300
+ } */
302
301
  &.has-video{
303
302
  .saooti-play-video{
304
303
  font-size: 2.5rem;
@@ -306,12 +305,12 @@ $newLightenColor:lighten($octopus-primary-color, 55%);
306
305
  }
307
306
  }
308
307
  &.hover-type-audio{
309
- .saooti-play{
308
+ /* .saooti-play{
310
309
  color: $newLightenColor;
311
310
  }
312
311
  .saooti-play-video{
313
312
  color: white;
314
- }
313
+ } */
315
314
  &.has-video{
316
315
  .saooti-play{
317
316
  font-size: 2.5rem;
@@ -250,7 +250,7 @@ export default defineComponent({
250
250
  iFrameHeight(): string {
251
251
  switch (this.iFrameModel) {
252
252
  case "video":
253
- return "auto";
253
+ return "281px";
254
254
  case "large":
255
255
  if (this.podcast) return "140px";
256
256
  return "350px";