@faststore/core 3.51.0 → 3.52.1
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 +36 -36
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- 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/prerender-manifest.js +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/7178.js +1 -1
- package/.next/server/chunks/948.js +2 -2
- package/.next/server/chunks/9563.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/api/graphql.js +1 -1
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/404.json +1 -1
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/500.json +1 -1
- package/.next/server/pages/en-US/account/403.html +2 -2
- package/.next/server/pages/en-US/account/403.json +1 -1
- package/.next/server/pages/en-US/account/404.html +2 -2
- package/.next/server/pages/en-US/account/404.json +1 -1
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/checkout.json +1 -1
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/login.json +1 -1
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US/s.json +1 -1
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/{1552.8751332da83cadc5.js → 1552.2705dd1ff3aee879.js} +1 -1
- package/.next/static/chunks/2284.abe693ea8fc2cb2d.js +1 -0
- package/.next/static/chunks/9173-f1dbeccc6eaecda7.js +1 -0
- package/.next/static/chunks/{webpack-100cd28c010132c0.js → webpack-b2d921b9d06db874.js} +1 -1
- package/.next/static/{l_OKvtuRMknVS0oTb5aLb → tpAEjQ5nDxLrA2DooSVfx}/_buildManifest.js +1 -1
- package/.next/trace +129 -129
- package/.turbo/turbo-build.log +9 -9
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
- package/src/components/account/MyAccountDrawer/OrganizationDrawer/OrganizationDrawer.tsx +5 -4
- package/src/components/search/SearchDropdown/SearchDropdown.tsx +6 -6
- package/src/components/search/SearchInput/SearchInput.tsx +0 -1
- package/src/components/search/SearchProductItem/SearchProductItem.tsx +7 -7
- package/.next/static/chunks/2284.6539f77c530719e0.js +0 -1
- package/.next/static/chunks/9173-9757bbbc291d900c.js +0 -1
- /package/.next/static/{l_OKvtuRMknVS0oTb5aLb → tpAEjQ5nDxLrA2DooSVfx}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
tpAEjQ5nDxLrA2DooSVfx
|
|
@@ -5,59 +5,59 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/tpAEjQ5nDxLrA2DooSVfx/_buildManifest.js",
|
|
9
|
+
"static/tpAEjQ5nDxLrA2DooSVfx/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
15
15
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
16
16
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
17
17
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
18
18
|
"static/css/1fef663a0519dddf.css",
|
|
19
|
-
"static/chunks/9173-
|
|
19
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
20
20
|
"static/css/b1806cbafd0c1f81.css",
|
|
21
21
|
"static/chunks/pages/index-6e68be53d1fef20e.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
25
25
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
26
26
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
27
27
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
28
28
|
"static/css/1fef663a0519dddf.css",
|
|
29
|
-
"static/chunks/9173-
|
|
29
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
30
30
|
"static/css/2980acad3f8e1028.css",
|
|
31
31
|
"static/chunks/pages/404-3582ed9196afdf1e.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
35
35
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
36
36
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
37
37
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
38
38
|
"static/css/1fef663a0519dddf.css",
|
|
39
|
-
"static/chunks/9173-
|
|
39
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
40
40
|
"static/css/2980acad3f8e1028.css",
|
|
41
41
|
"static/chunks/pages/500-1b4eca062588da7f.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
45
45
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
46
46
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
47
47
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
48
48
|
"static/css/1fef663a0519dddf.css",
|
|
49
|
-
"static/chunks/9173-
|
|
49
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
50
50
|
"static/css/2841bab51b99dd53.css",
|
|
51
51
|
"static/chunks/4965-ec3d107320d2c4f8.js",
|
|
52
52
|
"static/chunks/pages/[...slug]-8430650764bc7f0a.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
56
56
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
57
57
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
58
58
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
59
59
|
"static/css/1fef663a0519dddf.css",
|
|
60
|
-
"static/chunks/9173-
|
|
60
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
61
61
|
"static/chunks/7498-5246b607527180dd.js",
|
|
62
62
|
"static/css/a3ca6a9b63f657be.css",
|
|
63
63
|
"static/css/62a5153ac7061286.css",
|
|
@@ -66,126 +66,126 @@
|
|
|
66
66
|
"static/chunks/pages/[slug]/p-6fff274a4d271328.js"
|
|
67
67
|
],
|
|
68
68
|
"/_app": [
|
|
69
|
-
"static/chunks/webpack-
|
|
69
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
70
70
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
71
71
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
72
72
|
"static/css/0a57ee6c7a57788c.css",
|
|
73
73
|
"static/chunks/pages/_app-eb6edb0ba4b4be67.js"
|
|
74
74
|
],
|
|
75
75
|
"/_error": [
|
|
76
|
-
"static/chunks/webpack-
|
|
76
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
77
77
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
78
78
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
79
79
|
"static/chunks/pages/_error-d820b4586477c368.js"
|
|
80
80
|
],
|
|
81
81
|
"/account": [
|
|
82
|
-
"static/chunks/webpack-
|
|
82
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
83
83
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
84
84
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
85
85
|
"static/chunks/pages/account-377dfe7a5276ceca.js"
|
|
86
86
|
],
|
|
87
87
|
"/account/403": [
|
|
88
|
-
"static/chunks/webpack-
|
|
88
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
89
89
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
90
90
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
91
91
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
92
92
|
"static/css/1fef663a0519dddf.css",
|
|
93
|
-
"static/chunks/9173-
|
|
93
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
94
94
|
"static/css/b7bba8fce075688b.css",
|
|
95
95
|
"static/chunks/pages/account/403-5037929d6d9f6ae3.js"
|
|
96
96
|
],
|
|
97
97
|
"/account/404": [
|
|
98
|
-
"static/chunks/webpack-
|
|
98
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
99
99
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
100
100
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
101
101
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
102
102
|
"static/css/1fef663a0519dddf.css",
|
|
103
|
-
"static/chunks/9173-
|
|
103
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
104
104
|
"static/css/5347dbc8b71de47d.css",
|
|
105
105
|
"static/chunks/pages/account/404-1deb28189263c93c.js"
|
|
106
106
|
],
|
|
107
107
|
"/account/[...unknown]": [
|
|
108
|
-
"static/chunks/webpack-
|
|
108
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
109
109
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
110
110
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
111
111
|
"static/chunks/pages/account/[...unknown]-aad8638fc7323b61.js"
|
|
112
112
|
],
|
|
113
113
|
"/account/orders": [
|
|
114
|
-
"static/chunks/webpack-
|
|
114
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
115
115
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
116
116
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
117
117
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
118
118
|
"static/css/1fef663a0519dddf.css",
|
|
119
|
-
"static/chunks/9173-
|
|
119
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
120
120
|
"static/css/24ae9ad548165362.css",
|
|
121
121
|
"static/chunks/pages/account/orders-d4751ce0296dd64c.js"
|
|
122
122
|
],
|
|
123
123
|
"/account/orders/[id]": [
|
|
124
|
-
"static/chunks/webpack-
|
|
124
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
125
125
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
126
126
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
127
127
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
128
128
|
"static/css/1fef663a0519dddf.css",
|
|
129
|
-
"static/chunks/9173-
|
|
129
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
130
130
|
"static/css/506442c818624bd2.css",
|
|
131
131
|
"static/chunks/pages/account/orders/[id]-82dc3dda9809ea0d.js"
|
|
132
132
|
],
|
|
133
133
|
"/account/profile": [
|
|
134
|
-
"static/chunks/webpack-
|
|
134
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
135
135
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
136
136
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
137
137
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
138
138
|
"static/css/1fef663a0519dddf.css",
|
|
139
|
-
"static/chunks/9173-
|
|
139
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
140
140
|
"static/css/84d35f475d0dc928.css",
|
|
141
141
|
"static/chunks/pages/account/profile-294f44b0ab99b7e3.js"
|
|
142
142
|
],
|
|
143
143
|
"/account/security": [
|
|
144
|
-
"static/chunks/webpack-
|
|
144
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
145
145
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
146
146
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
147
147
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
148
148
|
"static/css/1fef663a0519dddf.css",
|
|
149
|
-
"static/chunks/9173-
|
|
149
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
150
150
|
"static/css/84d35f475d0dc928.css",
|
|
151
151
|
"static/chunks/pages/account/security-d38403ae57b09a68.js"
|
|
152
152
|
],
|
|
153
153
|
"/account/user-details": [
|
|
154
|
-
"static/chunks/webpack-
|
|
154
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
155
155
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
156
156
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
157
157
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
158
158
|
"static/css/1fef663a0519dddf.css",
|
|
159
|
-
"static/chunks/9173-
|
|
159
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
160
160
|
"static/css/84d35f475d0dc928.css",
|
|
161
161
|
"static/chunks/pages/account/user-details-106d6064b64410d3.js"
|
|
162
162
|
],
|
|
163
163
|
"/checkout": [
|
|
164
|
-
"static/chunks/webpack-
|
|
164
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
165
165
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
166
166
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
167
167
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
168
168
|
"static/css/1fef663a0519dddf.css",
|
|
169
|
-
"static/chunks/9173-
|
|
169
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
170
170
|
"static/chunks/pages/checkout-3a4983b22625c4e3.js"
|
|
171
171
|
],
|
|
172
172
|
"/login": [
|
|
173
|
-
"static/chunks/webpack-
|
|
173
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
174
174
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
175
175
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
176
176
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
177
177
|
"static/css/1fef663a0519dddf.css",
|
|
178
|
-
"static/chunks/9173-
|
|
178
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
179
179
|
"static/css/2980acad3f8e1028.css",
|
|
180
180
|
"static/chunks/pages/login-de3dd10c6b35159a.js"
|
|
181
181
|
],
|
|
182
182
|
"/s": [
|
|
183
|
-
"static/chunks/webpack-
|
|
183
|
+
"static/chunks/webpack-b2d921b9d06db874.js",
|
|
184
184
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
185
185
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
186
186
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
187
187
|
"static/css/1fef663a0519dddf.css",
|
|
188
|
-
"static/chunks/9173-
|
|
188
|
+
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
189
189
|
"static/css/2841bab51b99dd53.css",
|
|
190
190
|
"static/chunks/4965-ec3d107320d2c4f8.js",
|
|
191
191
|
"static/css/2980acad3f8e1028.css",
|