@viur/shop-components 0.6.2 → 0.7.1

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": "@viur/shop-components",
3
- "version": "0.6.2",
3
+ "version": "0.7.1",
4
4
  "description": "Frontend Vue components for the shop module of ViUR",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@viur/ignite": "^5.1.2",
27
27
  "@viur/shoelace": "^1.0.10-v2.20.0",
28
- "@viur/vue-utils": "^3.1.3",
28
+ "@viur/vue-utils": "^3.1.4",
29
29
  "@vueuse/core": "^13.1.0",
30
30
  "pinia": "^2.3.1",
31
31
  "vue": "^3.5.13",
@@ -285,7 +285,8 @@ function removeArticle(){
285
285
 
286
286
  .viur-shop-cart-leaf-quantity {
287
287
  align-self: center;
288
- @media (max-width: 600px) {
288
+ grid-column: span 5;
289
+ @media (min-width: 600px) {
289
290
  grid-column: span 2;
290
291
  }
291
292
  }
@@ -36,7 +36,7 @@ export default {
36
36
  'summary_headline': 'Résumé',
37
37
  'summary_subtotal': 'Sous-total',
38
38
  'summary_shipping_total': 'Emballage et envoi',
39
- 'summary_delivery_time': 'Délai de livraison',
39
+ 'summary_delivery_time': 'Délai de livraison estimé',
40
40
  'summary_discount': 'Vous économisez sur votre achat',
41
41
  'summary_checkout': 'Acheter cet article',
42
42
  'summary_total': 'Montant total',