Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Aug 7, 2024
2 parents 0ef8898 + 72cfab5 commit 74ad671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ownego/polaris-vue",
"version": "2.1.4",
"version": "2.1.5",
"polaris_version": "13.5.0",
"description": "Shopify Polaris 12 - UI library for Vue 3",
"author": "Ownego Team",
Expand Down
4 changes: 2 additions & 2 deletions src/components/VideoThumbnail/VideoThumbnail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ div(:class="styles.ThumbnailContainer")
:class="styles.Thumbnail",
:style="{ backgroundImage: `url(${thumbnailUrl})` }",
)
Button(
button(
type="button",
:class="styles.PlayButton",
:aria-label="buttonLabel",
Expand Down Expand Up @@ -43,7 +43,7 @@ div(:class="styles.ThumbnailContainer")

<script setup lang="ts">
import { computed, inject } from 'vue';
import { Button, LegacyStack, Text, Icon } from '@/components';
import { LegacyStack, Text, Icon } from '@/components';
import {
secondsToTimeComponents,
secondsToDurationTranslationKey,
Expand Down

0 comments on commit 74ad671

Please sign in to comment.