Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: update SfUI to 0.7.16 (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek Spaczek authored May 28, 2020
1 parent 5b5a12d commit 68d6825
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
14 changes: 0 additions & 14 deletions packages/default-theme/components/SwCartProduct.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,6 @@
</SwButton>
</div>
</template>
<!-- TODO: Remove after update SfUI to 0.7.16 or higher-->
<template #remove="{removeHandler}">
<SfCircleIcon
icon="cross"
aria-label="Remove"
class="sf-circle-icon--small sf-collected-product__remove sf-collected-product__remove--circle-icon"
@click="removeHandler"
/>
<SwButton
class="sf-button--text sf-collected-product__remove sf-collected-product__remove--text"
@click="removeHandler"
>Remove</SwButton
>
</template>
</SfCollectedProduct>
</template>
<script>
Expand Down
8 changes: 0 additions & 8 deletions packages/default-theme/components/SwProductCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,3 @@ export default {
},
}
</script>
<style lang="scss" scoped>
@import '@/assets/scss/variables';
.sw-product-card {
::v-deep .sf-price {
flex-wrap: wrap;
}
}
</style>
2 changes: 1 addition & 1 deletion packages/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@storefront-ui/vue": "0.7.15",
"@storefront-ui/vue": "0.7.16",
"currency.js": "^1.2.2",
"dayjs": "^1.8.25",
"node-sass": "^4.14.1",
Expand Down

1 comment on commit 68d6825

@vercel
Copy link

@vercel vercel bot commented on 68d6825 May 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.