@faststore/core 2.1.94 → 2.1.96
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 +44 -44
- 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 +3 -3
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/183.js +1 -0
- package/.next/server/chunks/350.js +1 -1
- package/.next/server/chunks/530.js +58 -36
- package/.next/server/chunks/574.js +42 -23
- package/.next/server/chunks/576.js +1 -0
- package/.next/server/chunks/74.js +31 -9
- package/.next/server/chunks/907.js +25 -3
- package/.next/server/chunks/98.js +42 -23
- 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.nft.json +1 -1
- 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/api/graphql.js +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.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 +4 -4
- package/.next/static/8EkJazrZDz4rsTIa4IP5R/_buildManifest.js +1 -0
- package/.next/static/chunks/148.3bb7e05cc5d1c1c4.js +1 -0
- package/.next/static/chunks/238-2ad31f382e7c6f14.js +1 -0
- package/.next/static/chunks/243-8c394e91ccf75fdb.js +1 -0
- package/.next/static/chunks/{530.ec68de379130c11e.js → 530.da3ec94477af00a4.js} +1 -1
- package/.next/static/chunks/548-ab84e9e8b49413ab.js +1 -0
- package/.next/static/chunks/{574.d13dd0afe15cd635.js → 574.70612be06fd1365f.js} +1 -1
- package/.next/static/chunks/603-be78b9dfb8fa6c49.js +1 -0
- package/.next/static/chunks/{738-a5ff304828f20cbf.js → 738-67a288ca3569cdbb.js} +1 -1
- package/.next/static/chunks/98.40c7e17d9de4eb8f.js +1 -0
- package/.next/static/chunks/988.d10040040cdfebbb.js +1 -0
- package/.next/static/chunks/pages/{[...slug]-3f4e5f74ff9436ec.js → [...slug]-ca533c74c22cb787.js} +1 -1
- package/.next/static/chunks/pages/[slug]/p-3383e9b97bffafdd.js +1 -0
- package/.next/static/chunks/pages/{_app-6d0e6ab9a4dd8106.js → _app-40cff0982559d0b8.js} +1 -1
- package/.next/static/chunks/pages/{index-73110361a184aa10.js → index-d521ce4f4e2b89a6.js} +1 -1
- package/.next/static/chunks/pages/s-1f885639c2605ace.js +1 -0
- package/.next/static/chunks/{webpack-92f756189996e763.js → webpack-fac5a4eeea429971.js} +1 -1
- package/.next/trace +80 -80
- package/.turbo/turbo-build.log +5 -5
- package/@generated/graphql/index.ts +8 -0
- package/@generated/graphql/persisted.json +3 -3
- package/README.md +3 -3
- package/cypress/global.js +8 -0
- package/cypress/integration/a11y.test.js +7 -24
- package/cypress/integration/analytics.test.js +78 -87
- package/cypress/integration/cart.test.js +4 -4
- package/cypress/integration/plp.test.js +6 -6
- package/cypress/integration/search.test.js +1 -1
- package/cypress/integration/seo.test.js +14 -14
- package/cypress.config.ts +19 -0
- package/faststore.config.js +1 -0
- package/package.json +8 -8
- package/src/components/cart/CartSidebar/CartSidebar.tsx +41 -27
- package/src/components/sections/ProductGallery/useGalleryQuery.ts +31 -2
- package/src/sdk/analytics/platform/vtex/search.ts +53 -21
- package/src/sdk/analytics/types.ts +14 -0
- package/src/sdk/search/useSuggestions.ts +41 -7
- package/.next/static/chunks/148.582eaa81293ee470.js +0 -1
- package/.next/static/chunks/238-15fad228a6c8b1b5.js +0 -1
- package/.next/static/chunks/243-b4f8e506d156ee41.js +0 -1
- package/.next/static/chunks/548-4ee971bf7bdb3e81.js +0 -1
- package/.next/static/chunks/603-072c8fb73ac35775.js +0 -1
- package/.next/static/chunks/98.1632997dfd4d3a52.js +0 -1
- package/.next/static/chunks/988.afda042dd9ba11d1.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-c36fb1ebf1df3462.js +0 -1
- package/.next/static/chunks/pages/s-51ec424952b59bd0.js +0 -1
- package/.next/static/i157UtW0mfErYKy2acCzJ/_buildManifest.js +0 -1
- package/cypress.json +0 -9
- /package/.next/static/{i157UtW0mfErYKy2acCzJ → 8EkJazrZDz4rsTIa4IP5R}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
8EkJazrZDz4rsTIa4IP5R
|
|
@@ -5,124 +5,124 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/8EkJazrZDz4rsTIa4IP5R/_buildManifest.js",
|
|
9
|
+
"static/8EkJazrZDz4rsTIa4IP5R/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-fac5a4eeea429971.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-fd466221927468fd.js",
|
|
17
|
-
"static/chunks/738-
|
|
18
|
-
"static/chunks/548-
|
|
17
|
+
"static/chunks/738-67a288ca3569cdbb.js",
|
|
18
|
+
"static/chunks/548-ab84e9e8b49413ab.js",
|
|
19
19
|
"static/css/e3b039e8f5daf95f.css",
|
|
20
|
-
"static/chunks/243-
|
|
20
|
+
"static/chunks/243-8c394e91ccf75fdb.js",
|
|
21
21
|
"static/css/373ae96b742c3694.css",
|
|
22
|
-
"static/chunks/238-
|
|
22
|
+
"static/chunks/238-2ad31f382e7c6f14.js",
|
|
23
23
|
"static/css/a2eefb25a4608343.css",
|
|
24
|
-
"static/chunks/pages/index-
|
|
24
|
+
"static/chunks/pages/index-d521ce4f4e2b89a6.js"
|
|
25
25
|
],
|
|
26
26
|
"/404": [
|
|
27
|
-
"static/chunks/webpack-
|
|
27
|
+
"static/chunks/webpack-fac5a4eeea429971.js",
|
|
28
28
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
29
29
|
"static/chunks/main-fd466221927468fd.js",
|
|
30
|
-
"static/chunks/738-
|
|
30
|
+
"static/chunks/738-67a288ca3569cdbb.js",
|
|
31
31
|
"static/css/e3b039e8f5daf95f.css",
|
|
32
|
-
"static/chunks/243-
|
|
32
|
+
"static/chunks/243-8c394e91ccf75fdb.js",
|
|
33
33
|
"static/css/df588bb98c0b0ca6.css",
|
|
34
34
|
"static/chunks/pages/404-af78f7cd1d3c1f60.js"
|
|
35
35
|
],
|
|
36
36
|
"/500": [
|
|
37
|
-
"static/chunks/webpack-
|
|
37
|
+
"static/chunks/webpack-fac5a4eeea429971.js",
|
|
38
38
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
39
39
|
"static/chunks/main-fd466221927468fd.js",
|
|
40
|
-
"static/chunks/738-
|
|
40
|
+
"static/chunks/738-67a288ca3569cdbb.js",
|
|
41
41
|
"static/css/e3b039e8f5daf95f.css",
|
|
42
|
-
"static/chunks/243-
|
|
42
|
+
"static/chunks/243-8c394e91ccf75fdb.js",
|
|
43
43
|
"static/css/df588bb98c0b0ca6.css",
|
|
44
44
|
"static/chunks/pages/500-f6346ca5f9dc4fef.js"
|
|
45
45
|
],
|
|
46
46
|
"/[...slug]": [
|
|
47
|
-
"static/chunks/webpack-
|
|
47
|
+
"static/chunks/webpack-fac5a4eeea429971.js",
|
|
48
48
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
49
49
|
"static/chunks/main-fd466221927468fd.js",
|
|
50
|
-
"static/chunks/738-
|
|
51
|
-
"static/chunks/548-
|
|
50
|
+
"static/chunks/738-67a288ca3569cdbb.js",
|
|
51
|
+
"static/chunks/548-ab84e9e8b49413ab.js",
|
|
52
52
|
"static/css/e3b039e8f5daf95f.css",
|
|
53
|
-
"static/chunks/243-
|
|
53
|
+
"static/chunks/243-8c394e91ccf75fdb.js",
|
|
54
54
|
"static/css/373ae96b742c3694.css",
|
|
55
|
-
"static/chunks/238-
|
|
55
|
+
"static/chunks/238-2ad31f382e7c6f14.js",
|
|
56
56
|
"static/css/f0e2d1b8832e935d.css",
|
|
57
|
-
"static/chunks/603-
|
|
57
|
+
"static/chunks/603-be78b9dfb8fa6c49.js",
|
|
58
58
|
"static/css/a2eefb25a4608343.css",
|
|
59
59
|
"static/css/527e334fa69cf40a.css",
|
|
60
|
-
"static/chunks/pages/[...slug]-
|
|
60
|
+
"static/chunks/pages/[...slug]-ca533c74c22cb787.js"
|
|
61
61
|
],
|
|
62
62
|
"/[slug]/p": [
|
|
63
|
-
"static/chunks/webpack-
|
|
63
|
+
"static/chunks/webpack-fac5a4eeea429971.js",
|
|
64
64
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
65
65
|
"static/chunks/main-fd466221927468fd.js",
|
|
66
|
-
"static/chunks/738-
|
|
67
|
-
"static/chunks/548-
|
|
66
|
+
"static/chunks/738-67a288ca3569cdbb.js",
|
|
67
|
+
"static/chunks/548-ab84e9e8b49413ab.js",
|
|
68
68
|
"static/css/e3b039e8f5daf95f.css",
|
|
69
|
-
"static/chunks/243-
|
|
69
|
+
"static/chunks/243-8c394e91ccf75fdb.js",
|
|
70
70
|
"static/css/373ae96b742c3694.css",
|
|
71
|
-
"static/chunks/238-
|
|
71
|
+
"static/chunks/238-2ad31f382e7c6f14.js",
|
|
72
72
|
"static/css/7ca374e5534a3f68.css",
|
|
73
|
-
"static/chunks/pages/[slug]/p-
|
|
73
|
+
"static/chunks/pages/[slug]/p-3383e9b97bffafdd.js"
|
|
74
74
|
],
|
|
75
75
|
"/_app": [
|
|
76
|
-
"static/chunks/webpack-
|
|
76
|
+
"static/chunks/webpack-fac5a4eeea429971.js",
|
|
77
77
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
78
78
|
"static/chunks/main-fd466221927468fd.js",
|
|
79
79
|
"static/css/9e76fef1c9ca89af.css",
|
|
80
|
-
"static/chunks/pages/_app-
|
|
80
|
+
"static/chunks/pages/_app-40cff0982559d0b8.js"
|
|
81
81
|
],
|
|
82
82
|
"/_error": [
|
|
83
|
-
"static/chunks/webpack-
|
|
83
|
+
"static/chunks/webpack-fac5a4eeea429971.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-
|
|
89
|
+
"static/chunks/webpack-fac5a4eeea429971.js",
|
|
90
90
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
91
91
|
"static/chunks/main-fd466221927468fd.js",
|
|
92
|
-
"static/chunks/738-
|
|
92
|
+
"static/chunks/738-67a288ca3569cdbb.js",
|
|
93
93
|
"static/css/e3b039e8f5daf95f.css",
|
|
94
|
-
"static/chunks/243-
|
|
94
|
+
"static/chunks/243-8c394e91ccf75fdb.js",
|
|
95
95
|
"static/chunks/pages/account-05bd79fb78365e88.js"
|
|
96
96
|
],
|
|
97
97
|
"/checkout": [
|
|
98
|
-
"static/chunks/webpack-
|
|
98
|
+
"static/chunks/webpack-fac5a4eeea429971.js",
|
|
99
99
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
100
100
|
"static/chunks/main-fd466221927468fd.js",
|
|
101
|
-
"static/chunks/738-
|
|
101
|
+
"static/chunks/738-67a288ca3569cdbb.js",
|
|
102
102
|
"static/css/e3b039e8f5daf95f.css",
|
|
103
|
-
"static/chunks/243-
|
|
103
|
+
"static/chunks/243-8c394e91ccf75fdb.js",
|
|
104
104
|
"static/chunks/pages/checkout-c973786e68f25a39.js"
|
|
105
105
|
],
|
|
106
106
|
"/login": [
|
|
107
|
-
"static/chunks/webpack-
|
|
107
|
+
"static/chunks/webpack-fac5a4eeea429971.js",
|
|
108
108
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
109
109
|
"static/chunks/main-fd466221927468fd.js",
|
|
110
|
-
"static/chunks/738-
|
|
110
|
+
"static/chunks/738-67a288ca3569cdbb.js",
|
|
111
111
|
"static/css/e3b039e8f5daf95f.css",
|
|
112
|
-
"static/chunks/243-
|
|
112
|
+
"static/chunks/243-8c394e91ccf75fdb.js",
|
|
113
113
|
"static/css/df588bb98c0b0ca6.css",
|
|
114
114
|
"static/chunks/pages/login-8deb9243376b6aa1.js"
|
|
115
115
|
],
|
|
116
116
|
"/s": [
|
|
117
|
-
"static/chunks/webpack-
|
|
117
|
+
"static/chunks/webpack-fac5a4eeea429971.js",
|
|
118
118
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
119
119
|
"static/chunks/main-fd466221927468fd.js",
|
|
120
|
-
"static/chunks/738-
|
|
120
|
+
"static/chunks/738-67a288ca3569cdbb.js",
|
|
121
121
|
"static/css/e3b039e8f5daf95f.css",
|
|
122
|
-
"static/chunks/243-
|
|
122
|
+
"static/chunks/243-8c394e91ccf75fdb.js",
|
|
123
123
|
"static/css/f0e2d1b8832e935d.css",
|
|
124
|
-
"static/chunks/603-
|
|
125
|
-
"static/chunks/pages/s-
|
|
124
|
+
"static/chunks/603-be78b9dfb8fa6c49.js",
|
|
125
|
+
"static/chunks/pages/s-1f885639c2605ace.js"
|
|
126
126
|
]
|
|
127
127
|
},
|
|
128
128
|
"ampFirstPages": []
|