@saooti/octopus-sdk 32.0.7 → 32.0.8

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
@@ -649,3 +649,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
649
649
  * 32.0.5 update icones
650
650
  * 32.0.6 Update icones
651
651
  * 32.0.7 Améliorations
652
+ * 32.0.8 Navigation clavier podcastmaker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "32.0.7",
3
+ "version": "32.0.8",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -92,7 +92,7 @@
92
92
  </router-link>
93
93
  <PodcastPlayBar :podcast="p" />
94
94
  </div>
95
- <div
95
+ <button
96
96
  v-if="
97
97
  $store.state.player.podcast !== p ||
98
98
  ($store.state.player.podcast === p &&
@@ -105,8 +105,8 @@
105
105
  class="text-light saooti-play"
106
106
  :title="$t('Play')"
107
107
  />
108
- </div>
109
- <div
108
+ </button>
109
+ <button
110
110
  v-else
111
111
  class="play-button-box bg-secondary"
112
112
  @click="pause(p)"
@@ -115,7 +115,7 @@
115
115
  class="text-light saooti-pause"
116
116
  :title="$t('Pause')"
117
117
  />
118
- </div>
118
+ </button>
119
119
  </div>
120
120
  </div>
121
121
  <div