@faststore/core 2.1.90 → 2.1.93

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.
Files changed (51) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +15 -15
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/eslint/.cache_1gneedd +1 -1
  6. package/.next/cache/next-server.js.nft.json +1 -1
  7. package/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/.next/cache/webpack/client-production/index.pack +0 -0
  9. package/.next/cache/webpack/server-production/0.pack +0 -0
  10. package/.next/cache/webpack/server-production/index.pack +0 -0
  11. package/.next/next-server.js.nft.json +1 -1
  12. package/.next/prerender-manifest.json +1 -1
  13. package/.next/routes-manifest.json +1 -1
  14. package/.next/server/chunks/350.js +1 -1
  15. package/.next/server/middleware-build-manifest.js +1 -1
  16. package/.next/server/pages/404.js.nft.json +1 -1
  17. package/.next/server/pages/500.js.nft.json +1 -1
  18. package/.next/server/pages/[...slug].js +3 -2
  19. package/.next/server/pages/[...slug].js.nft.json +1 -1
  20. package/.next/server/pages/[slug]/p.js +22 -16
  21. package/.next/server/pages/[slug]/p.js.nft.json +1 -1
  22. package/.next/server/pages/_app.js.nft.json +1 -1
  23. package/.next/server/pages/_document.js.nft.json +1 -1
  24. package/.next/server/pages/account.js.nft.json +1 -1
  25. package/.next/server/pages/api/graphql.js +1 -1
  26. package/.next/server/pages/checkout.js.nft.json +1 -1
  27. package/.next/server/pages/en-US/404.html +2 -2
  28. package/.next/server/pages/en-US/500.html +2 -2
  29. package/.next/server/pages/en-US/account.html +2 -2
  30. package/.next/server/pages/en-US/checkout.html +2 -2
  31. package/.next/server/pages/en-US/login.html +2 -2
  32. package/.next/server/pages/en-US/s.html +2 -2
  33. package/.next/server/pages/en-US.html +2 -2
  34. package/.next/server/pages/index.js.nft.json +1 -1
  35. package/.next/server/pages/login.js.nft.json +1 -1
  36. package/.next/server/pages/s.js.nft.json +1 -1
  37. package/.next/server/pages-manifest.json +2 -2
  38. package/.next/static/{7SuqEgCuf5UtY9Gx-CYYB → CLTJdyHdlxA10PF9e-xnr}/_buildManifest.js +1 -1
  39. package/.next/static/chunks/pages/[slug]/{p-7bb760bb3fcfc0bb.js → p-9e2aae53cf59dd99.js} +1 -1
  40. package/.next/static/chunks/{webpack-352e624909554726.js → webpack-8e4905e5f03f2234.js} +1 -1
  41. package/.next/static/css/{4b7138899cd07c63.css → 3f6300dff11030c5.css} +1 -1
  42. package/.next/trace +80 -80
  43. package/.turbo/turbo-build.log +3 -3
  44. package/cms/faststore/sections.json +12 -0
  45. package/package.json +4 -4
  46. package/src/components/sections/ProductDetails/Overrides.tsx +4 -4
  47. package/src/components/sections/ProductDetails/ProductDetails.tsx +5 -0
  48. package/src/components/ui/ImageGallery/ImageGallery.tsx +13 -6
  49. package/src/pages/[...slug].tsx +4 -2
  50. package/src/typings/overrides.ts +5 -2
  51. /package/.next/static/{7SuqEgCuf5UtY9Gx-CYYB → CLTJdyHdlxA10PF9e-xnr}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- 7SuqEgCuf5UtY9Gx-CYYB
1
+ CLTJdyHdlxA10PF9e-xnr
@@ -5,13 +5,13 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/7SuqEgCuf5UtY9Gx-CYYB/_buildManifest.js",
9
- "static/7SuqEgCuf5UtY9Gx-CYYB/_ssgManifest.js"
8
+ "static/CLTJdyHdlxA10PF9e-xnr/_buildManifest.js",
9
+ "static/CLTJdyHdlxA10PF9e-xnr/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [],
12
12
  "pages": {
13
13
  "/": [
14
- "static/chunks/webpack-352e624909554726.js",
14
+ "static/chunks/webpack-8e4905e5f03f2234.js",
15
15
  "static/chunks/framework-dfd14d7ce6600b03.js",
16
16
  "static/chunks/main-fd466221927468fd.js",
17
17
  "static/chunks/738-67a288ca3569cdbb.js",
@@ -24,7 +24,7 @@
24
24
  "static/chunks/pages/index-d521ce4f4e2b89a6.js"
25
25
  ],
26
26
  "/404": [
27
- "static/chunks/webpack-352e624909554726.js",
27
+ "static/chunks/webpack-8e4905e5f03f2234.js",
28
28
  "static/chunks/framework-dfd14d7ce6600b03.js",
29
29
  "static/chunks/main-fd466221927468fd.js",
30
30
  "static/chunks/738-67a288ca3569cdbb.js",
@@ -34,7 +34,7 @@
34
34
  "static/chunks/pages/404-af78f7cd1d3c1f60.js"
35
35
  ],
36
36
  "/500": [
37
- "static/chunks/webpack-352e624909554726.js",
37
+ "static/chunks/webpack-8e4905e5f03f2234.js",
38
38
  "static/chunks/framework-dfd14d7ce6600b03.js",
39
39
  "static/chunks/main-fd466221927468fd.js",
40
40
  "static/chunks/738-67a288ca3569cdbb.js",
@@ -44,7 +44,7 @@
44
44
  "static/chunks/pages/500-f6346ca5f9dc4fef.js"
45
45
  ],
46
46
  "/[...slug]": [
47
- "static/chunks/webpack-352e624909554726.js",
47
+ "static/chunks/webpack-8e4905e5f03f2234.js",
48
48
  "static/chunks/framework-dfd14d7ce6600b03.js",
49
49
  "static/chunks/main-fd466221927468fd.js",
50
50
  "static/chunks/738-67a288ca3569cdbb.js",
@@ -60,7 +60,7 @@
60
60
  "static/chunks/pages/[...slug]-ca533c74c22cb787.js"
61
61
  ],
62
62
  "/[slug]/p": [
63
- "static/chunks/webpack-352e624909554726.js",
63
+ "static/chunks/webpack-8e4905e5f03f2234.js",
64
64
  "static/chunks/framework-dfd14d7ce6600b03.js",
65
65
  "static/chunks/main-fd466221927468fd.js",
66
66
  "static/chunks/738-67a288ca3569cdbb.js",
@@ -69,24 +69,24 @@
69
69
  "static/chunks/243-df6d1b248f7b4d3c.js",
70
70
  "static/css/20e4a3a45cdd65f4.css",
71
71
  "static/chunks/238-e5e4b2094f0e1df8.js",
72
- "static/css/4b7138899cd07c63.css",
73
- "static/chunks/pages/[slug]/p-7bb760bb3fcfc0bb.js"
72
+ "static/css/3f6300dff11030c5.css",
73
+ "static/chunks/pages/[slug]/p-9e2aae53cf59dd99.js"
74
74
  ],
75
75
  "/_app": [
76
- "static/chunks/webpack-352e624909554726.js",
76
+ "static/chunks/webpack-8e4905e5f03f2234.js",
77
77
  "static/chunks/framework-dfd14d7ce6600b03.js",
78
78
  "static/chunks/main-fd466221927468fd.js",
79
79
  "static/css/9e76fef1c9ca89af.css",
80
80
  "static/chunks/pages/_app-6d0e6ab9a4dd8106.js"
81
81
  ],
82
82
  "/_error": [
83
- "static/chunks/webpack-352e624909554726.js",
83
+ "static/chunks/webpack-8e4905e5f03f2234.js",
84
84
  "static/chunks/framework-dfd14d7ce6600b03.js",
85
85
  "static/chunks/main-fd466221927468fd.js",
86
86
  "static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"
87
87
  ],
88
88
  "/account": [
89
- "static/chunks/webpack-352e624909554726.js",
89
+ "static/chunks/webpack-8e4905e5f03f2234.js",
90
90
  "static/chunks/framework-dfd14d7ce6600b03.js",
91
91
  "static/chunks/main-fd466221927468fd.js",
92
92
  "static/chunks/738-67a288ca3569cdbb.js",
@@ -95,7 +95,7 @@
95
95
  "static/chunks/pages/account-05bd79fb78365e88.js"
96
96
  ],
97
97
  "/checkout": [
98
- "static/chunks/webpack-352e624909554726.js",
98
+ "static/chunks/webpack-8e4905e5f03f2234.js",
99
99
  "static/chunks/framework-dfd14d7ce6600b03.js",
100
100
  "static/chunks/main-fd466221927468fd.js",
101
101
  "static/chunks/738-67a288ca3569cdbb.js",
@@ -104,7 +104,7 @@
104
104
  "static/chunks/pages/checkout-c973786e68f25a39.js"
105
105
  ],
106
106
  "/login": [
107
- "static/chunks/webpack-352e624909554726.js",
107
+ "static/chunks/webpack-8e4905e5f03f2234.js",
108
108
  "static/chunks/framework-dfd14d7ce6600b03.js",
109
109
  "static/chunks/main-fd466221927468fd.js",
110
110
  "static/chunks/738-67a288ca3569cdbb.js",
@@ -114,7 +114,7 @@
114
114
  "static/chunks/pages/login-8deb9243376b6aa1.js"
115
115
  ],
116
116
  "/s": [
117
- "static/chunks/webpack-352e624909554726.js",
117
+ "static/chunks/webpack-8e4905e5f03f2234.js",
118
118
  "static/chunks/framework-dfd14d7ce6600b03.js",
119
119
  "static/chunks/main-fd466221927468fd.js",
120
120
  "static/chunks/738-67a288ca3569cdbb.js",