@shopbite-de/storefront 1.9.0 → 1.9.2

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.
@@ -66,7 +66,7 @@ jobs:
66
66
  - name: Install pnpm
67
67
  uses: pnpm/action-setup@v4
68
68
  with:
69
- version: 10.26.2
69
+ version: 10.29.2
70
70
 
71
71
  - name: Install dependencies
72
72
  run: pnpm install --frozen-lockfile
@@ -37,6 +37,7 @@ const searchCriteria = {
37
37
  },
38
38
  },
39
39
  },
40
+ limit: 100,
40
41
  } as operations["searchPage post /search"]["body"];
41
42
 
42
43
  const {
@@ -28,19 +28,15 @@ defineProps<{
28
28
  <template #body>
29
29
  <UCarousel
30
30
  v-slot="{ item, index }"
31
- :items="images"
32
- class="mx-auto w-full"
33
- auto-height
34
31
  arrows
35
- loop
32
+ :items="images"
33
+ class="w-full max-w-2xl mx-auto"
36
34
  >
37
35
  <img
38
- v-if="item"
39
- :loading="index === 0 ? 'eager' : 'lazy'"
40
- :fetchpriority="index === 0 ? 'high' : 'low'"
41
36
  :src="item.image"
42
37
  :alt="item.alt"
43
- class="rounded-lg w-full max-h-screen object-contain"
38
+ :fetchpriority="index === 0 ? 'high' : 'auto'"
39
+ class="rounded-lg"
44
40
  >
45
41
  </UCarousel>
46
42
  </template>
@@ -83,7 +83,7 @@ async function handlePasswordRecovery(payload: FormSubmitEvent<Schema>) {
83
83
  >
84
84
  <template #description>
85
85
  <p>
86
- Geben Sie Ihre E-Mail-Adresse ein um Ihr Passwort zurückzusetzten.
86
+ Geben Sie Ihre E-Mail-Adresse ein um Ihr Passwort zurück zusetzten.
87
87
  </p>
88
88
  <p>
89
89
  Wenn Sie bei uns ein Kundenkonto mit dieser Adresse angelegt haben
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopbite-de/storefront",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "main": "nuxt.config.ts",
5
5
  "description": "Shopware storefront for food delivery shops",
6
6
  "keywords": [
@@ -44,8 +44,8 @@
44
44
  "@playwright/test": "^1.57.0",
45
45
  "@types/node": "^25.0.3",
46
46
  "@vitejs/plugin-vue": "^6.0.1",
47
- "@vitest/coverage-v8": "4.0.16",
48
- "@vitest/ui": "4.0.16",
47
+ "@vitest/coverage-v8": "4.0.18",
48
+ "@vitest/ui": "4.0.18",
49
49
  "@vue/compiler-dom": "^3.5.26",
50
50
  "@vue/server-renderer": "^3.5.26",
51
51
  "@vue/test-utils": "^2.4.6",