Skip to content

Commit 74ad671

Browse files
committed
Merge remote-tracking branch 'origin/master' into docs
2 parents 0ef8898 + 72cfab5 commit 74ad671

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownego/polaris-vue",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"polaris_version": "13.5.0",
55
"description": "Shopify Polaris 12 - UI library for Vue 3",
66
"author": "Ownego Team",

src/components/VideoThumbnail/VideoThumbnail.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ div(:class="styles.ThumbnailContainer")
44
:class="styles.Thumbnail",
55
:style="{ backgroundImage: `url(${thumbnailUrl})` }",
66
)
7-
Button(
7+
button(
88
type="button",
99
:class="styles.PlayButton",
1010
:aria-label="buttonLabel",
@@ -43,7 +43,7 @@ div(:class="styles.ThumbnailContainer")
4343

4444
<script setup lang="ts">
4545
import { computed, inject } from 'vue';
46-
import { Button, LegacyStack, Text, Icon } from '@/components';
46+
import { LegacyStack, Text, Icon } from '@/components';
4747
import {
4848
secondsToTimeComponents,
4949
secondsToDurationTranslationKey,

0 commit comments

Comments
 (0)