@faststore/core 2.1.0 → 2.1.3
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +43 -43
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +7 -0
- package/.next/cache/eslint/.cache_1gneedd +1 -0
- package/.next/cache/next-server.js.nft.json +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +5 -5
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/184.js +61 -0
- package/.next/server/chunks/205.js +1 -1
- package/.next/server/chunks/{280.js → 269.js} +233 -41
- package/.next/server/chunks/289.js +22 -9
- package/.next/server/chunks/350.js +1 -1
- package/.next/server/chunks/378.js +6 -6
- package/.next/server/chunks/74.js +54 -3
- package/.next/server/chunks/907.js +334 -180
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.js +0 -7
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js +0 -7
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js +1 -9
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +948 -907
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_document.js.nft.json +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/account.js +0 -7
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js +1 -1
- package/.next/server/pages/checkout.js +0 -7
- package/.next/server/pages/checkout.js.nft.json +1 -1
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages/index.js +1 -9
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js +0 -7
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js +1 -8
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +4 -4
- package/.next/static/chunks/64.7ea3677ac3a10e00.js +1 -0
- package/.next/static/chunks/{682-dc059ce3e47eb9e1.js → 682-5cfea9ed52851ed1.js} +1 -1
- package/.next/static/chunks/738-a5ff304828f20cbf.js +1 -0
- package/.next/static/chunks/791-727eda8f766aa791.js +1 -0
- package/.next/static/chunks/pages/{404-e7a1846b72ad3430.js → 404-c3b320b915df45bb.js} +1 -1
- package/.next/static/chunks/pages/{500-0f4d738fa1caac78.js → 500-d37a3a2e931f6995.js} +1 -1
- package/.next/static/chunks/pages/[...slug]-d4e0a671c6248369.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-2ad8b84fd5d98814.js +1 -0
- package/.next/static/chunks/pages/{account-bbe1795b8566f75a.js → account-86a1b6e7db03bab6.js} +1 -1
- package/.next/static/chunks/pages/{checkout-4321004c6cdaf5c7.js → checkout-c77dbc66c0b35ec3.js} +1 -1
- package/.next/static/chunks/pages/{index-949a5393471484d5.js → index-2912eeade1da43bf.js} +1 -1
- package/.next/static/chunks/pages/{login-b09e2dd0941c8882.js → login-bbf85bc59afce37c.js} +1 -1
- package/.next/static/chunks/pages/{s-e603b0c6e5eef0a7.js → s-dd486933e8ba7fbf.js} +1 -1
- package/.next/static/chunks/webpack-c5cf5350bcb7f6f4.js +1 -0
- package/.next/static/css/{8988ac07eb0af0ca.css → 0f8ce5203de8ae6f.css} +1 -1
- package/.next/static/hHM-WaPbC6D9MU3Qh2tZ1/_buildManifest.js +1 -0
- package/.next/trace +72 -72
- package/.turbo/turbo-build.log +14 -8
- package/.turbo/turbo-lint.log +2 -0
- package/package.json +8 -8
- package/src/components/product/ProductGrid/ProductGrid.tsx +22 -6
- package/src/components/search/Filter/Filter.tsx +12 -3
- package/src/components/sections/ProductDetails/Overrides.tsx +38 -2
- package/src/components/sections/ProductDetails/ProductDetails.tsx +45 -16
- package/src/components/sections/ProductDetails/section.module.scss +1 -0
- package/src/components/sections/ProductGallery/Overrides.tsx +52 -0
- package/src/components/ui/ImageGallery/ImageGallery.tsx +25 -14
- package/src/components/ui/ProductDetails/ProductDetailsSettings.tsx +32 -18
- package/src/components/ui/ProductGallery/ProductGallery.tsx +77 -37
- package/src/components/ui/ProductShelf/ProductShelf.tsx +1 -1
- package/src/components/ui/ShippingSimulation/ShippingSimulation.tsx +1 -2
- package/src/customizations/components/overrides/ProductDetails.tsx +15 -1
- package/src/customizations/components/overrides/ProductGallery.tsx +24 -0
- package/src/typings/overrides.d.ts +23 -0
- package/.next/cache/eslint/.cache_abdhua +0 -1
- package/.next/server/chunks/368.js +0 -253
- package/.next/static/chunks/21-5b0c50a44b0ed6ce.js +0 -1
- package/.next/static/chunks/460-08f41a79ff49f7be.js +0 -1
- package/.next/static/chunks/64.ebbe1d2b40f980c7.js +0 -1
- package/.next/static/chunks/pages/[...slug]-119a323292c7e3af.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-3c424924080d88cb.js +0 -1
- package/.next/static/chunks/webpack-9ba6546d294eb768.js +0 -1
- package/.next/static/eLm2Cd_zypP0KQaj5UlQ2/_buildManifest.js +0 -1
- /package/.next/static/{eLm2Cd_zypP0KQaj5UlQ2 → hHM-WaPbC6D9MU3Qh2tZ1}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
hHM-WaPbC6D9MU3Qh2tZ1
|
|
@@ -5,118 +5,118 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/hHM-WaPbC6D9MU3Qh2tZ1/_buildManifest.js",
|
|
9
|
+
"static/hHM-WaPbC6D9MU3Qh2tZ1/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-fd466221927468fd.js",
|
|
17
|
-
"static/chunks/
|
|
17
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
18
18
|
"static/css/23a9d5dfc051ec6e.css",
|
|
19
|
-
"static/chunks/682-
|
|
19
|
+
"static/chunks/682-5cfea9ed52851ed1.js",
|
|
20
20
|
"static/css/287f5ba239375052.css",
|
|
21
21
|
"static/chunks/234-7d72b0ee52936c13.js",
|
|
22
22
|
"static/css/c7fc1f563fa33060.css",
|
|
23
|
-
"static/chunks/pages/index-
|
|
23
|
+
"static/chunks/pages/index-2912eeade1da43bf.js"
|
|
24
24
|
],
|
|
25
25
|
"/404": [
|
|
26
|
-
"static/chunks/webpack-
|
|
26
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
27
27
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
28
28
|
"static/chunks/main-fd466221927468fd.js",
|
|
29
|
-
"static/chunks/
|
|
29
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
30
30
|
"static/css/23a9d5dfc051ec6e.css",
|
|
31
|
-
"static/chunks/682-
|
|
31
|
+
"static/chunks/682-5cfea9ed52851ed1.js",
|
|
32
32
|
"static/css/e02cdad8fc000339.css",
|
|
33
|
-
"static/chunks/pages/404-
|
|
33
|
+
"static/chunks/pages/404-c3b320b915df45bb.js"
|
|
34
34
|
],
|
|
35
35
|
"/500": [
|
|
36
|
-
"static/chunks/webpack-
|
|
36
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
37
37
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
38
38
|
"static/chunks/main-fd466221927468fd.js",
|
|
39
|
-
"static/chunks/
|
|
39
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
40
40
|
"static/css/23a9d5dfc051ec6e.css",
|
|
41
|
-
"static/chunks/682-
|
|
41
|
+
"static/chunks/682-5cfea9ed52851ed1.js",
|
|
42
42
|
"static/css/e02cdad8fc000339.css",
|
|
43
|
-
"static/chunks/pages/500-
|
|
43
|
+
"static/chunks/pages/500-d37a3a2e931f6995.js"
|
|
44
44
|
],
|
|
45
45
|
"/[...slug]": [
|
|
46
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
47
47
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
48
48
|
"static/chunks/main-fd466221927468fd.js",
|
|
49
|
-
"static/chunks/
|
|
49
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
50
50
|
"static/css/23a9d5dfc051ec6e.css",
|
|
51
|
-
"static/chunks/682-
|
|
51
|
+
"static/chunks/682-5cfea9ed52851ed1.js",
|
|
52
52
|
"static/css/d4a0d9df8c6df555.css",
|
|
53
|
-
"static/chunks/
|
|
53
|
+
"static/chunks/791-727eda8f766aa791.js",
|
|
54
54
|
"static/css/6e41f1b6078c14c1.css",
|
|
55
|
-
"static/chunks/pages/[...slug]-
|
|
55
|
+
"static/chunks/pages/[...slug]-d4e0a671c6248369.js"
|
|
56
56
|
],
|
|
57
57
|
"/[slug]/p": [
|
|
58
|
-
"static/chunks/webpack-
|
|
58
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
59
59
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
60
60
|
"static/chunks/main-fd466221927468fd.js",
|
|
61
|
-
"static/chunks/
|
|
61
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
62
62
|
"static/css/23a9d5dfc051ec6e.css",
|
|
63
|
-
"static/chunks/682-
|
|
63
|
+
"static/chunks/682-5cfea9ed52851ed1.js",
|
|
64
64
|
"static/css/287f5ba239375052.css",
|
|
65
65
|
"static/chunks/234-7d72b0ee52936c13.js",
|
|
66
|
-
"static/css/
|
|
67
|
-
"static/chunks/pages/[slug]/p-
|
|
66
|
+
"static/css/0f8ce5203de8ae6f.css",
|
|
67
|
+
"static/chunks/pages/[slug]/p-2ad8b84fd5d98814.js"
|
|
68
68
|
],
|
|
69
69
|
"/_app": [
|
|
70
|
-
"static/chunks/webpack-
|
|
70
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
71
71
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
72
72
|
"static/chunks/main-fd466221927468fd.js",
|
|
73
73
|
"static/css/104f0f3ce3be32c6.css",
|
|
74
74
|
"static/chunks/pages/_app-79d333aa6001a806.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
|
-
"static/chunks/webpack-
|
|
77
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
78
78
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
79
79
|
"static/chunks/main-fd466221927468fd.js",
|
|
80
80
|
"static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"
|
|
81
81
|
],
|
|
82
82
|
"/account": [
|
|
83
|
-
"static/chunks/webpack-
|
|
83
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
84
84
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
85
85
|
"static/chunks/main-fd466221927468fd.js",
|
|
86
|
-
"static/chunks/
|
|
86
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
87
87
|
"static/css/23a9d5dfc051ec6e.css",
|
|
88
|
-
"static/chunks/682-
|
|
89
|
-
"static/chunks/pages/account-
|
|
88
|
+
"static/chunks/682-5cfea9ed52851ed1.js",
|
|
89
|
+
"static/chunks/pages/account-86a1b6e7db03bab6.js"
|
|
90
90
|
],
|
|
91
91
|
"/checkout": [
|
|
92
|
-
"static/chunks/webpack-
|
|
92
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
93
93
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
94
94
|
"static/chunks/main-fd466221927468fd.js",
|
|
95
|
-
"static/chunks/
|
|
95
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
96
96
|
"static/css/23a9d5dfc051ec6e.css",
|
|
97
|
-
"static/chunks/682-
|
|
98
|
-
"static/chunks/pages/checkout-
|
|
97
|
+
"static/chunks/682-5cfea9ed52851ed1.js",
|
|
98
|
+
"static/chunks/pages/checkout-c77dbc66c0b35ec3.js"
|
|
99
99
|
],
|
|
100
100
|
"/login": [
|
|
101
|
-
"static/chunks/webpack-
|
|
101
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
102
102
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
103
103
|
"static/chunks/main-fd466221927468fd.js",
|
|
104
|
-
"static/chunks/
|
|
104
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
105
105
|
"static/css/23a9d5dfc051ec6e.css",
|
|
106
|
-
"static/chunks/682-
|
|
106
|
+
"static/chunks/682-5cfea9ed52851ed1.js",
|
|
107
107
|
"static/css/e02cdad8fc000339.css",
|
|
108
|
-
"static/chunks/pages/login-
|
|
108
|
+
"static/chunks/pages/login-bbf85bc59afce37c.js"
|
|
109
109
|
],
|
|
110
110
|
"/s": [
|
|
111
|
-
"static/chunks/webpack-
|
|
111
|
+
"static/chunks/webpack-c5cf5350bcb7f6f4.js",
|
|
112
112
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
113
113
|
"static/chunks/main-fd466221927468fd.js",
|
|
114
|
-
"static/chunks/
|
|
114
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
115
115
|
"static/css/23a9d5dfc051ec6e.css",
|
|
116
|
-
"static/chunks/682-
|
|
116
|
+
"static/chunks/682-5cfea9ed52851ed1.js",
|
|
117
117
|
"static/css/d4a0d9df8c6df555.css",
|
|
118
|
-
"static/chunks/
|
|
119
|
-
"static/chunks/pages/s-
|
|
118
|
+
"static/chunks/791-727eda8f766aa791.js",
|
|
119
|
+
"static/chunks/pages/s-dd486933e8ba7fbf.js"
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
122
|
"ampFirstPages": []
|