@saooti/octopus-sdk 32.0.23 → 32.0.24

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
@@ -667,4 +667,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
667
667
  * 32.0.20 Playlist publique
668
668
  * 32.0.21 Amélioration List Paginate
669
669
  * 32.0.22 Popover
670
- * 32.0.23 Popover encore
670
+ * 32.0.23 Popover encore
671
+ * 32.0.24 CDI podcastmaker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "32.0.23",
3
+ "version": "32.0.24",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -208,7 +208,7 @@ export default defineComponent({
208
208
  return;
209
209
  }
210
210
  const width = (this.$el as HTMLElement).offsetWidth;
211
- const sixteen = domHelper.convertRemToPixels(this.sizeItem + 0.7);
211
+ const sixteen = domHelper.convertRemToPixels(this.sizeItem + 0.8);
212
212
  this.size = Math.floor(width / sixteen);
213
213
  },
214
214
  sortPopular(): void {