@asd20/ui 3.2.969 → 3.2.970

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.969",
8
+ "version": "3.2.970",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -35,7 +35,7 @@
35
35
  :alt="imageCaption"
36
36
  />
37
37
  <button
38
- v-if="videoUrl"
38
+ v-if="videoUrl && !isMobile"
39
39
  class="video-toggle-btn"
40
40
  @click="toggleVideo"
41
41
  :aria-label="isPaused ? 'Play video' : 'Pause video'"
@@ -26,7 +26,7 @@
26
26
  </video>
27
27
  <img v-else class="background-image" :src="imageUrl" :alt="imageCaption" />
28
28
  <button
29
- v-if="videoUrl"
29
+ v-if="videoUrl && !isMobile"
30
30
  class="video-toggle-btn"
31
31
  @click="toggleVideo"
32
32
  :aria-label="