@faststore/core 3.0.155 → 3.0.158
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 +25 -25
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +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-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +13 -7
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/3202.js +1 -1
- package/.next/server/chunks/5484.js +1 -1
- package/.next/server/chunks/5754.js +2 -2
- package/.next/server/chunks/7917.js +1 -1
- package/.next/server/chunks/8419.js +1 -1
- package/.next/server/chunks/9572.js +2 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/api/graphql.js +1 -1
- package/.next/server/pages/en-US/404.html +1 -1
- package/.next/server/pages/en-US/500.html +1 -1
- package/.next/server/pages/en-US/account.html +1 -1
- package/.next/server/pages/en-US/checkout.html +1 -1
- package/.next/server/pages/en-US/login.html +1 -1
- package/.next/server/pages/en-US/s.html +1 -1
- package/.next/server/pages/en-US.html +1 -1
- package/.next/static/chunks/1550-48e8637718c2dd74.js +1 -0
- package/.next/static/chunks/{3202.2bdeba847ce9ecd4.js → 3202.d7d5a83625bed7aa.js} +1 -1
- package/.next/static/chunks/3523.7b396bcd952800b9.js +1 -0
- package/.next/static/chunks/{5484.50796e8843ec9dad.js → 5484.4fe23adb8755a0dd.js} +1 -1
- package/.next/static/chunks/{6999-7b2e114edc42cc1c.js → 6999-911baa50692c1b5c.js} +1 -1
- package/.next/static/chunks/{ProductShelf.44b90c6f4e1c13d6.js → ProductShelf.0493dbf6e9982f10.js} +1 -1
- package/.next/static/chunks/{ProductTiles.b3c7bd3a52226529.js → ProductTiles.aa45bacca6c0044d.js} +1 -1
- package/.next/static/chunks/pages/[slug]/{p-eee2b539c749f442.js → p-9f8337097f0e7258.js} +1 -1
- package/.next/static/chunks/{webpack-909c48392196dcdf.js → webpack-9c6d1ba53f8caf2c.js} +1 -1
- package/.next/static/{S8L_8hrpu7sErrztJSYCX → gxJyuR6uuwUtbNvozKfXD}/_buildManifest.js +1 -1
- package/.next/trace +97 -97
- package/.turbo/turbo-build.log +4 -4
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +5 -5
- package/@generated/gql.ts +4 -4
- package/@generated/graphql.ts +4 -1
- package/@generated/persisted-documents.json +1 -1
- package/@generated/schema.graphql +2 -0
- package/cms/faststore/sections.json +406 -109
- package/package.json +3 -3
- package/src/components/search/SearchDropdown/SearchDropdown.tsx +27 -6
- package/src/components/search/SearchDropdown/index.ts +1 -0
- package/src/components/search/SearchProductItem/SearchProductItem.tsx +7 -0
- package/src/customizations/src/fragments/ClientManyProducts.ts +2 -0
- package/src/sdk/analytics/platform/vtex/search.ts +21 -0
- package/src/sdk/analytics/types.ts +12 -0
- package/src/sdk/product/useLocalizedVariables.ts +12 -1
- package/src/sdk/product/usePageProductsQuery.ts +2 -0
- package/src/sdk/product/useProductsPrefetch.ts +3 -1
- package/src/sdk/product/useProductsQuery.ts +2 -0
- package/.next/static/chunks/1550-f05e702b3204bd0a.js +0 -1
- package/.next/static/chunks/3523.9c4d94172a1336ac.js +0 -1
- /package/.next/static/{S8L_8hrpu7sErrztJSYCX → gxJyuR6uuwUtbNvozKfXD}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
gxJyuR6uuwUtbNvozKfXD
|
|
@@ -5,115 +5,115 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/gxJyuR6uuwUtbNvozKfXD/_buildManifest.js",
|
|
9
|
+
"static/gxJyuR6uuwUtbNvozKfXD/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
15
15
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
16
16
|
"static/chunks/main-209ac4974b020af1.js",
|
|
17
17
|
"static/chunks/6941-6223429b182b7109.js",
|
|
18
18
|
"static/css/93d239c461485bdf.css",
|
|
19
|
-
"static/chunks/1550-
|
|
19
|
+
"static/chunks/1550-48e8637718c2dd74.js",
|
|
20
20
|
"static/css/b1806cbafd0c1f81.css",
|
|
21
21
|
"static/chunks/pages/index-8c1d9f19fd83e58b.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
25
25
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
26
26
|
"static/chunks/main-209ac4974b020af1.js",
|
|
27
27
|
"static/chunks/6941-6223429b182b7109.js",
|
|
28
28
|
"static/css/93d239c461485bdf.css",
|
|
29
|
-
"static/chunks/1550-
|
|
29
|
+
"static/chunks/1550-48e8637718c2dd74.js",
|
|
30
30
|
"static/css/2980acad3f8e1028.css",
|
|
31
31
|
"static/chunks/pages/404-358f6795222bf991.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
35
35
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
36
36
|
"static/chunks/main-209ac4974b020af1.js",
|
|
37
37
|
"static/chunks/6941-6223429b182b7109.js",
|
|
38
38
|
"static/css/93d239c461485bdf.css",
|
|
39
|
-
"static/chunks/1550-
|
|
39
|
+
"static/chunks/1550-48e8637718c2dd74.js",
|
|
40
40
|
"static/css/2980acad3f8e1028.css",
|
|
41
41
|
"static/chunks/pages/500-7adc48c3231ccee1.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
45
45
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
46
46
|
"static/chunks/main-209ac4974b020af1.js",
|
|
47
47
|
"static/chunks/6941-6223429b182b7109.js",
|
|
48
48
|
"static/css/93d239c461485bdf.css",
|
|
49
|
-
"static/chunks/1550-
|
|
49
|
+
"static/chunks/1550-48e8637718c2dd74.js",
|
|
50
50
|
"static/css/cba7600898edb684.css",
|
|
51
|
-
"static/chunks/6999-
|
|
51
|
+
"static/chunks/6999-911baa50692c1b5c.js",
|
|
52
52
|
"static/chunks/pages/[...slug]-dcd9dbc989fa6d96.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
56
56
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
57
57
|
"static/chunks/main-209ac4974b020af1.js",
|
|
58
58
|
"static/chunks/6941-6223429b182b7109.js",
|
|
59
59
|
"static/css/93d239c461485bdf.css",
|
|
60
|
-
"static/chunks/1550-
|
|
60
|
+
"static/chunks/1550-48e8637718c2dd74.js",
|
|
61
61
|
"static/chunks/459-e4b75fb35a56e812.js",
|
|
62
62
|
"static/css/bd9313ce4313a00a.css",
|
|
63
63
|
"static/chunks/6379-1578190b254c09a6.js",
|
|
64
64
|
"static/css/9718991cd57978e9.css",
|
|
65
|
-
"static/chunks/pages/[slug]/p-
|
|
65
|
+
"static/chunks/pages/[slug]/p-9f8337097f0e7258.js"
|
|
66
66
|
],
|
|
67
67
|
"/_app": [
|
|
68
|
-
"static/chunks/webpack-
|
|
68
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
69
69
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
70
70
|
"static/chunks/main-209ac4974b020af1.js",
|
|
71
71
|
"static/css/ee0556daedda6306.css",
|
|
72
72
|
"static/chunks/pages/_app-e419b2062065ccf0.js"
|
|
73
73
|
],
|
|
74
74
|
"/_error": [
|
|
75
|
-
"static/chunks/webpack-
|
|
75
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
76
76
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
77
77
|
"static/chunks/main-209ac4974b020af1.js",
|
|
78
78
|
"static/chunks/pages/_error-85cabf0d7a5ea2f2.js"
|
|
79
79
|
],
|
|
80
80
|
"/account": [
|
|
81
|
-
"static/chunks/webpack-
|
|
81
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
82
82
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
83
83
|
"static/chunks/main-209ac4974b020af1.js",
|
|
84
84
|
"static/chunks/6941-6223429b182b7109.js",
|
|
85
85
|
"static/css/93d239c461485bdf.css",
|
|
86
|
-
"static/chunks/1550-
|
|
86
|
+
"static/chunks/1550-48e8637718c2dd74.js",
|
|
87
87
|
"static/chunks/pages/account-9db0ef5c4174c7dd.js"
|
|
88
88
|
],
|
|
89
89
|
"/checkout": [
|
|
90
|
-
"static/chunks/webpack-
|
|
90
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
91
91
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
92
92
|
"static/chunks/main-209ac4974b020af1.js",
|
|
93
93
|
"static/chunks/6941-6223429b182b7109.js",
|
|
94
94
|
"static/css/93d239c461485bdf.css",
|
|
95
|
-
"static/chunks/1550-
|
|
95
|
+
"static/chunks/1550-48e8637718c2dd74.js",
|
|
96
96
|
"static/chunks/pages/checkout-abaa6374ae946641.js"
|
|
97
97
|
],
|
|
98
98
|
"/login": [
|
|
99
|
-
"static/chunks/webpack-
|
|
99
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
100
100
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
101
101
|
"static/chunks/main-209ac4974b020af1.js",
|
|
102
102
|
"static/chunks/6941-6223429b182b7109.js",
|
|
103
103
|
"static/css/93d239c461485bdf.css",
|
|
104
|
-
"static/chunks/1550-
|
|
104
|
+
"static/chunks/1550-48e8637718c2dd74.js",
|
|
105
105
|
"static/css/2980acad3f8e1028.css",
|
|
106
106
|
"static/chunks/pages/login-8d2eb8db226d6363.js"
|
|
107
107
|
],
|
|
108
108
|
"/s": [
|
|
109
|
-
"static/chunks/webpack-
|
|
109
|
+
"static/chunks/webpack-9c6d1ba53f8caf2c.js",
|
|
110
110
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
111
111
|
"static/chunks/main-209ac4974b020af1.js",
|
|
112
112
|
"static/chunks/6941-6223429b182b7109.js",
|
|
113
113
|
"static/css/93d239c461485bdf.css",
|
|
114
|
-
"static/chunks/1550-
|
|
114
|
+
"static/chunks/1550-48e8637718c2dd74.js",
|
|
115
115
|
"static/css/cba7600898edb684.css",
|
|
116
|
-
"static/chunks/6999-
|
|
116
|
+
"static/chunks/6999-911baa50692c1b5c.js",
|
|
117
117
|
"static/css/2980acad3f8e1028.css",
|
|
118
118
|
"static/chunks/pages/s-67ecf818f7c63b16.js"
|
|
119
119
|
]
|