@saooti/octopus-sdk 30.0.35 → 30.0.36

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 CHANGED
@@ -532,4 +532,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
532
532
  * 30.0.32 Amélioration interface
533
533
  * 30.0.33 Pb categories list
534
534
  * 30.0.34 Bouton css
535
- * 30.0.35 Commentaires
535
+ * 30.0.35 Commentaires
536
+ * 30.0.36 LiveList
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.35",
3
+ "version": "30.0.36",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -179,7 +179,7 @@ export default defineComponent({
179
179
  });
180
180
  }else if("PENDING"===this.livesArray[i].status){
181
181
  dataLivesToBe = dataLives;
182
- for (let index = 0, len = this.livesArray[i].lives.length; index < len; index++) {
182
+ for (let index = 0, len = dataLives.length; index < len; index++) {
183
183
  if (moment(dataLives[index].date).isBefore(moment())) {
184
184
  this.livesArray[i].lives.push(dataLives[index]);
185
185
  indexPast = index + 1;
@@ -26,7 +26,6 @@ $octopus-secondary-color : #ddd;
26
26
  $octopus-primary-linear-background: #7fd8ab;
27
27
  $octopus-third-color: #fdff7b;
28
28
  $octopus-primary-dark : #32815C;
29
- $primaryColorReallyTransparent : #05050593;
30
29
 
31
30
  $primaryColorTransparent : #40a37193;
32
31
  $primaryColorMoreTransparent : #40a37154;