@saooti/octopus-sdk 35.2.13 → 35.2.15

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": "35.2.13",
3
+ "version": "35.2.15",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div
3
3
  v-if="live"
4
- class="d-flex w-100"
4
+ class="d-flex-column live-item-container w-100"
5
5
  >
6
6
  <router-link
7
7
  class="live-date-box"
@@ -29,7 +29,7 @@
29
29
  }"
30
30
  >
31
31
  <PodcastImage
32
- class="me-3"
32
+ class="me-3 flex-shrink-"
33
33
  :class="
34
34
  fetchConference &&
35
35
  'null' !== fetchConference &&
@@ -44,7 +44,7 @@
44
44
  :is-animator-live="organisationRight"
45
45
  />
46
46
  </router-link>
47
- <div class="d-flex flex-column live-special-width">
47
+ <div class="d-flex flex-column">
48
48
  <router-link
49
49
  class="text-uppercase fw-bold text-truncate"
50
50
  :to="{
@@ -253,36 +253,38 @@ export default defineComponent({
253
253
 
254
254
  <style lang="scss">
255
255
  .octopus-app{
256
- .live-date-box {
257
- width: 200px;
258
- display: flex;
259
- flex-shrink: 0;
260
- flex-direction: column;
261
- }
262
- .font-size-smaller {
263
- font-size: smaller;
264
- }
265
- .live-description-container {
266
- overflow: hidden;
267
- margin-top: 0.5em;
268
- word-break: break-word;
269
- max-height: 6rem;
270
- position: relative;
271
- &.after-live-description:after {
272
- content: '...';
273
- position: absolute;
274
- padding-left: 1rem;
275
- right: 0;
276
- bottom: 0;
277
- width: 100%;
278
- font-size: 1rem;
279
- font-weight: bolder;
280
- background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f3f3f3 40%);
256
+ .live-item-container{
257
+ @media (max-width: 960px) {
258
+ align-items: center;
259
+ justify-content: center;
260
+ }
261
+ }
262
+ .live-date-box {
263
+ width: 200px;
264
+ display: flex;
265
+ flex-shrink: 0;
266
+ flex-direction: column;
267
+ }
268
+ .font-size-smaller {
269
+ font-size: smaller;
270
+ }
271
+ .live-description-container {
272
+ overflow: hidden;
273
+ margin-top: 0.5em;
274
+ word-break: break-word;
275
+ max-height: 6rem;
276
+ position: relative;
277
+ &.after-live-description:after {
278
+ content: '...';
279
+ position: absolute;
280
+ padding-left: 1rem;
281
+ right: 0;
282
+ bottom: 0;
283
+ width: 100%;
284
+ font-size: 1rem;
285
+ font-weight: bolder;
286
+ background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f3f3f3 40%);
287
+ }
281
288
  }
282
- }
283
- .live-special-width {
284
- width: 0;
285
- flex-grow: 1;
286
- }
287
289
  }
288
290
  </style>
@@ -71,10 +71,10 @@
71
71
  :title="$t('More episodes of this emission')"
72
72
  :button-text="$t('All podcast emission button')"
73
73
  />
74
- <PodcastInlineList
74
+ <!-- <PodcastInlineList
75
75
  :podcast-id="podcastId"
76
76
  :title="$t('Suggested listening')"
77
- />
77
+ /> -->
78
78
  <PodcastInlineList
79
79
  v-for="c in categories"
80
80
  :key="c.id"
@@ -16,7 +16,7 @@ const state:ParamStore = {
16
16
  podcastmaker: false,
17
17
  buttonPlus: true,
18
18
  allCategories: [],
19
- isLiveTab: false,
19
+ isLiveTab: true,
20
20
  isCaptchaTest: true,
21
21
  podcastItem:13,
22
22
  isInlineAnimation:true,