@saooti/octopus-sdk 38.0.3 → 38.0.4

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": "38.0.3",
3
+ "version": "38.0.4",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -9,18 +9,20 @@
9
9
  </div>
10
10
  <div class="d-flex flex-column page-element">
11
11
  <div class="module-box">
12
- <div class="mb-5 descriptionText">
13
- <img
14
- v-lazy="proxyImageUrl(emission.imageUrl, '250')"
15
- width="250"
16
- height="250"
17
- :alt="$t('Emission name image', { name: name })"
18
- class="img-box float-start me-3 mb-3"
19
- />
20
- <h2>{{ name }}</h2>
21
- <!-- eslint-disable vue/no-v-html -->
22
- <p class="html-wysiwyg-content" v-html="urlify(description)" />
23
- <!-- eslint-enable -->
12
+ <div class="d-flex mb-2">
13
+ <div class="w-100">
14
+ <img
15
+ v-lazy="proxyImageUrl(emission.imageUrl, '250')"
16
+ width="250"
17
+ height="250"
18
+ :alt="$t('Emission name image', { name: name })"
19
+ class="img-box img-box-podcast mb-3 flex-column justify-content-start align-items-start position-relative flex-shrink-0 float-start me-3"
20
+ />
21
+ <div class="text-uppercase h2 mb-3">{{ name }}</div>
22
+ <!-- eslint-disable vue/no-v-html -->
23
+ <p class="html-wysiwyg-content descriptionText" v-html="urlify(description)" />
24
+ <!-- eslint-enable -->
25
+ </div>
24
26
  </div>
25
27
  <EditBox
26
28
  v-if="editRight && pageParameters.isEditBox"