@saooti/octopus-sdk 30.0.40 → 30.0.41

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
@@ -536,4 +536,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
536
536
  * 30.0.36 LiveList
537
537
  * 30.0.37 Commentaires
538
538
  * 30.0.38 EmissionList expose
539
- * 30.0.39 Listes inline taille item
539
+ * 30.0.39 Listes inline taille item
540
+ * 30.0.41 Inline list arrow
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.40",
3
+ "version": "30.0.41",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -11,7 +11,7 @@
11
11
  :title="$t('Display previous')"
12
12
  @click="displayPrevious()"
13
13
  >
14
- <div class="saooti-arrow-left2" />
14
+ <div class="saooti-left fw-bold" />
15
15
  </button>
16
16
  <button
17
17
  class="btn admin-button m-1"
@@ -19,7 +19,7 @@
19
19
  :title="$t('Display next')"
20
20
  @click="displayNext()"
21
21
  >
22
- <div class="saooti-arrow-right2" />
22
+ <div class="saooti-right fw-bold" />
23
23
  </button>
24
24
  </div>
25
25
  </div>
@@ -31,7 +31,7 @@
31
31
  :title="$t('Display previous')"
32
32
  @click="displayPrevious()"
33
33
  >
34
- <div class="saooti-arrow-left2" />
34
+ <div class="saooti-left fw-bold" />
35
35
  </button>
36
36
  <button
37
37
  class="btn admin-button m-1"
@@ -39,7 +39,7 @@
39
39
  :title="$t('Display next')"
40
40
  @click="displayNext()"
41
41
  >
42
- <div class="saooti-arrow-right2" />
42
+ <div class="saooti-right fw-bold" />
43
43
  </button>
44
44
  </div>
45
45
  </div>
@@ -24,13 +24,6 @@
24
24
  :title="$t('Without rubric')"
25
25
  :button-text="$t('All podcast button', { name: $t('Without rubric') })"
26
26
  />
27
- <PodcastInlineList
28
- v-if="rubriqueDisplay && rubriqueDisplay.length"
29
- :no-rubriquage-id="[rubriqueDisplay[0].rubriquageId]"
30
- :rubrique-id="rubriqueId"
31
- :title="$t('Without rubric')"
32
- :button-text="$t('All podcast button', { name: $t('Without rubric') })"
33
- />
34
27
  </template>
35
28
  </div>
36
29
  </template>