@faststore/core 2.0.159-alpha.0 → 2.0.160-alpha.0
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 +41 -41
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- 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 +2 -2
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/205.js +6 -6
- package/.next/server/chunks/597.js +1 -1
- package/.next/server/chunks/644.js +1 -1
- package/.next/server/chunks/74.js +28 -34
- package/.next/server/chunks/907.js +1 -1
- 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.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js +2 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +11 -10
- 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/account.js.nft.json +1 -1
- 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 +2 -2
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +3 -3
- package/.next/static/9Z3xVhoJIqh8f9hFyGdI1/_buildManifest.js +1 -0
- package/.next/static/chunks/{0-0e3914d9fc148f74.js → 0-82274e07cb857231.js} +1 -1
- package/.next/static/chunks/{240-7cc84a2d24b5aa2d.js → 240-8e66b2892f9d8c40.js} +1 -1
- package/.next/static/chunks/377-891ff95d759cb061.js +1 -0
- package/.next/static/chunks/502.eeca300cb9a355fb.js +1 -0
- package/.next/static/chunks/597.57a8984b6a1071ae.js +1 -0
- package/.next/static/chunks/pages/[...slug]-e9d8386ff5e56d85.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-8346514a688bf869.js +1 -0
- package/.next/static/chunks/pages/index-2006be8f08ad057f.js +1 -0
- package/.next/static/chunks/{webpack-90918babbeee4949.js → webpack-e9bf82a67cc08d0f.js} +1 -1
- package/.next/static/css/{a13a9f9cd349d906.css → 28d7d73e13e2bc1d.css} +1 -1
- package/.next/static/css/{d462d9478ce00021.css → c6f97f692b2efad9.css} +1 -1
- package/.next/static/css/d4a0d9df8c6df555.css +1 -0
- package/.next/trace +69 -69
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +6 -0
- package/cypress/integration/a11y.test.js +21 -3
- package/cypress/integration/cart.test.js +18 -10
- package/cypress/integration/seo.test.js +6 -2
- package/package.json +4 -4
- package/src/components/navigation/Navbar/Navbar.tsx +4 -4
- package/src/components/navigation/NavbarSlider/NavbarSlider.tsx +1 -3
- package/src/components/search/Sort/Sort.tsx +1 -1
- package/src/components/sections/Footer/Footer.tsx +2 -4
- package/src/components/sections/Navbar/Navbar.tsx +1 -1
- package/src/components/sections/ProductDetails/ProductDetails.tsx +2 -5
- package/src/components/ui/Incentives/Incentives.tsx +2 -2
- package/src/components/ui/ProductDetails/ProductDetailsSettings.tsx +9 -4
- package/src/pages/[...slug].tsx +2 -1
- package/.next/static/YkRsbwmohQ-SD48C9HS4a/_buildManifest.js +0 -1
- package/.next/static/chunks/377-126dda10fe65d06c.js +0 -1
- package/.next/static/chunks/502.ae82de1669112b15.js +0 -1
- package/.next/static/chunks/597.c5cf3fbeae5ceb63.js +0 -1
- package/.next/static/chunks/pages/[...slug]-7e29066a2635dede.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-bea173c62718b0b6.js +0 -1
- package/.next/static/chunks/pages/index-a564ca6601caf841.js +0 -1
- package/.next/static/css/a0feab89b7648c5c.css +0 -1
- /package/.next/static/{YkRsbwmohQ-SD48C9HS4a → 9Z3xVhoJIqh8f9hFyGdI1}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9Z3xVhoJIqh8f9hFyGdI1
|
|
@@ -5,126 +5,126 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/9Z3xVhoJIqh8f9hFyGdI1/_buildManifest.js",
|
|
9
|
+
"static/9Z3xVhoJIqh8f9hFyGdI1/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-fd466221927468fd.js",
|
|
17
17
|
"static/chunks/391-47b923ef44945418.js",
|
|
18
18
|
"static/chunks/545-1d3d08edfd2ee4c6.js",
|
|
19
|
-
"static/css/
|
|
20
|
-
"static/chunks/377-
|
|
19
|
+
"static/css/28d7d73e13e2bc1d.css",
|
|
20
|
+
"static/chunks/377-891ff95d759cb061.js",
|
|
21
21
|
"static/css/287f5ba239375052.css",
|
|
22
|
-
"static/chunks/240-
|
|
22
|
+
"static/chunks/240-8e66b2892f9d8c40.js",
|
|
23
23
|
"static/css/13a4da555ff5e3be.css",
|
|
24
|
-
"static/chunks/pages/index-
|
|
24
|
+
"static/chunks/pages/index-2006be8f08ad057f.js"
|
|
25
25
|
],
|
|
26
26
|
"/404": [
|
|
27
|
-
"static/chunks/webpack-
|
|
27
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
28
28
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
29
29
|
"static/chunks/main-fd466221927468fd.js",
|
|
30
30
|
"static/chunks/391-47b923ef44945418.js",
|
|
31
31
|
"static/chunks/545-1d3d08edfd2ee4c6.js",
|
|
32
|
-
"static/css/
|
|
33
|
-
"static/chunks/377-
|
|
32
|
+
"static/css/28d7d73e13e2bc1d.css",
|
|
33
|
+
"static/chunks/377-891ff95d759cb061.js",
|
|
34
34
|
"static/css/e02cdad8fc000339.css",
|
|
35
35
|
"static/chunks/pages/404-459452495a0df278.js"
|
|
36
36
|
],
|
|
37
37
|
"/500": [
|
|
38
|
-
"static/chunks/webpack-
|
|
38
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
39
39
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
40
40
|
"static/chunks/main-fd466221927468fd.js",
|
|
41
41
|
"static/chunks/391-47b923ef44945418.js",
|
|
42
42
|
"static/chunks/545-1d3d08edfd2ee4c6.js",
|
|
43
|
-
"static/css/
|
|
44
|
-
"static/chunks/377-
|
|
43
|
+
"static/css/28d7d73e13e2bc1d.css",
|
|
44
|
+
"static/chunks/377-891ff95d759cb061.js",
|
|
45
45
|
"static/css/e02cdad8fc000339.css",
|
|
46
46
|
"static/chunks/pages/500-008e30c48eceebed.js"
|
|
47
47
|
],
|
|
48
48
|
"/[...slug]": [
|
|
49
|
-
"static/chunks/webpack-
|
|
49
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
50
50
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
51
51
|
"static/chunks/main-fd466221927468fd.js",
|
|
52
52
|
"static/chunks/391-47b923ef44945418.js",
|
|
53
53
|
"static/chunks/545-1d3d08edfd2ee4c6.js",
|
|
54
|
-
"static/css/
|
|
55
|
-
"static/chunks/377-
|
|
56
|
-
"static/css/
|
|
57
|
-
"static/chunks/0-
|
|
54
|
+
"static/css/28d7d73e13e2bc1d.css",
|
|
55
|
+
"static/chunks/377-891ff95d759cb061.js",
|
|
56
|
+
"static/css/d4a0d9df8c6df555.css",
|
|
57
|
+
"static/chunks/0-82274e07cb857231.js",
|
|
58
58
|
"static/css/6e41f1b6078c14c1.css",
|
|
59
|
-
"static/chunks/pages/[...slug]-
|
|
59
|
+
"static/chunks/pages/[...slug]-e9d8386ff5e56d85.js"
|
|
60
60
|
],
|
|
61
61
|
"/[slug]/p": [
|
|
62
|
-
"static/chunks/webpack-
|
|
62
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
63
63
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
64
64
|
"static/chunks/main-fd466221927468fd.js",
|
|
65
65
|
"static/chunks/391-47b923ef44945418.js",
|
|
66
66
|
"static/chunks/545-1d3d08edfd2ee4c6.js",
|
|
67
|
-
"static/css/
|
|
68
|
-
"static/chunks/377-
|
|
67
|
+
"static/css/28d7d73e13e2bc1d.css",
|
|
68
|
+
"static/chunks/377-891ff95d759cb061.js",
|
|
69
69
|
"static/css/287f5ba239375052.css",
|
|
70
|
-
"static/chunks/240-
|
|
71
|
-
"static/css/
|
|
72
|
-
"static/chunks/pages/[slug]/p-
|
|
70
|
+
"static/chunks/240-8e66b2892f9d8c40.js",
|
|
71
|
+
"static/css/c6f97f692b2efad9.css",
|
|
72
|
+
"static/chunks/pages/[slug]/p-8346514a688bf869.js"
|
|
73
73
|
],
|
|
74
74
|
"/_app": [
|
|
75
|
-
"static/chunks/webpack-
|
|
75
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
76
76
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
77
77
|
"static/chunks/main-fd466221927468fd.js",
|
|
78
78
|
"static/css/47d82dcec9a7dbc2.css",
|
|
79
79
|
"static/chunks/pages/_app-f06fabc4661b3348.js"
|
|
80
80
|
],
|
|
81
81
|
"/_error": [
|
|
82
|
-
"static/chunks/webpack-
|
|
82
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
83
83
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
84
84
|
"static/chunks/main-fd466221927468fd.js",
|
|
85
85
|
"static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"
|
|
86
86
|
],
|
|
87
87
|
"/account": [
|
|
88
|
-
"static/chunks/webpack-
|
|
88
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
89
89
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
90
90
|
"static/chunks/main-fd466221927468fd.js",
|
|
91
91
|
"static/chunks/391-47b923ef44945418.js",
|
|
92
92
|
"static/chunks/545-1d3d08edfd2ee4c6.js",
|
|
93
|
-
"static/css/
|
|
94
|
-
"static/chunks/377-
|
|
93
|
+
"static/css/28d7d73e13e2bc1d.css",
|
|
94
|
+
"static/chunks/377-891ff95d759cb061.js",
|
|
95
95
|
"static/chunks/pages/account-46263f0c100c3eae.js"
|
|
96
96
|
],
|
|
97
97
|
"/checkout": [
|
|
98
|
-
"static/chunks/webpack-
|
|
98
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
99
99
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
100
100
|
"static/chunks/main-fd466221927468fd.js",
|
|
101
101
|
"static/chunks/391-47b923ef44945418.js",
|
|
102
102
|
"static/chunks/545-1d3d08edfd2ee4c6.js",
|
|
103
|
-
"static/css/
|
|
104
|
-
"static/chunks/377-
|
|
103
|
+
"static/css/28d7d73e13e2bc1d.css",
|
|
104
|
+
"static/chunks/377-891ff95d759cb061.js",
|
|
105
105
|
"static/chunks/pages/checkout-20bb3710b24df3b6.js"
|
|
106
106
|
],
|
|
107
107
|
"/login": [
|
|
108
|
-
"static/chunks/webpack-
|
|
108
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
109
109
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
110
110
|
"static/chunks/main-fd466221927468fd.js",
|
|
111
111
|
"static/chunks/391-47b923ef44945418.js",
|
|
112
112
|
"static/chunks/545-1d3d08edfd2ee4c6.js",
|
|
113
|
-
"static/css/
|
|
114
|
-
"static/chunks/377-
|
|
113
|
+
"static/css/28d7d73e13e2bc1d.css",
|
|
114
|
+
"static/chunks/377-891ff95d759cb061.js",
|
|
115
115
|
"static/css/e02cdad8fc000339.css",
|
|
116
116
|
"static/chunks/pages/login-f9d316d261fcc062.js"
|
|
117
117
|
],
|
|
118
118
|
"/s": [
|
|
119
|
-
"static/chunks/webpack-
|
|
119
|
+
"static/chunks/webpack-e9bf82a67cc08d0f.js",
|
|
120
120
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
121
121
|
"static/chunks/main-fd466221927468fd.js",
|
|
122
122
|
"static/chunks/391-47b923ef44945418.js",
|
|
123
123
|
"static/chunks/545-1d3d08edfd2ee4c6.js",
|
|
124
|
-
"static/css/
|
|
125
|
-
"static/chunks/377-
|
|
126
|
-
"static/css/
|
|
127
|
-
"static/chunks/0-
|
|
124
|
+
"static/css/28d7d73e13e2bc1d.css",
|
|
125
|
+
"static/chunks/377-891ff95d759cb061.js",
|
|
126
|
+
"static/css/d4a0d9df8c6df555.css",
|
|
127
|
+
"static/chunks/0-82274e07cb857231.js",
|
|
128
128
|
"static/chunks/pages/s-1cbe740b5b781d28.js"
|
|
129
129
|
]
|
|
130
130
|
},
|