@faststore/core 3.82.4 → 3.83.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 +29 -29
- 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 +18 -18
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/2792.js +1 -1
- package/.next/server/chunks/8474.js +2 -2
- package/.next/server/chunks/9563.js +1 -1
- package/.next/server/chunks/9630.js +3 -3
- package/.next/server/functions-config-manifest.json +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/[...slug].js +1 -1
- package/.next/server/pages/account/orders.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/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/server/pages/s.js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/CaCKSx22-JjJUNjxZbMA8/_buildManifest.js +1 -0
- package/.next/static/chunks/{3166-785c61fd0e214905.js → 3166-7f69db4fed76486b.js} +1 -1
- package/.next/static/chunks/{6393.f13568b0fd5f52f6.js → 6393.4ad395e06f7dbbc6.js} +1 -1
- package/.next/static/chunks/7191-d91c65fe5de71dcd.js +1 -0
- package/.next/static/chunks/ProductShelf.ee5cec2ae121df87.js +1 -0
- package/.next/static/chunks/ProductTiles.90806430263e4389.js +1 -0
- package/.next/static/chunks/pages/[slug]/{p-0287b5a8ac0b92e5.js → p-6ae1f8bde471e1a6.js} +1 -1
- package/.next/static/chunks/pages/{_app-f8a8608651b3f06b.js → _app-ea25733c67653eac.js} +1 -1
- package/.next/static/chunks/pages/account/orders-b526db11817bf88f.js +1 -0
- package/.next/static/chunks/pages/s-c624c961a98a1be0.js +1 -0
- package/.next/static/chunks/{webpack-3f872192534f3b6d.js → webpack-648fd45b167c0042.js} +1 -1
- package/.next/static/css/b7fc24e8f1eb011f.css +1 -0
- package/.next/trace +136 -136
- package/.turbo/turbo-build.log +15 -15
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
- package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/ExpandButton/ExpandButton.tsx +42 -0
- package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/MyAccountListOrdersTable.tsx +166 -83
- package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/styles.scss +13 -1
- package/src/components/sections/ProductTiles/ProductTiles.tsx +15 -1
- package/src/components/templates/SearchPage/SearchPage.tsx +1 -3
- package/src/components/templates/SearchPage/SearchWrapper.tsx +1 -1
- package/src/components/ui/ProductShelf/ProductShelf.tsx +4 -7
- package/src/pages/s.tsx +5 -8
- package/src/sdk/product/useLocalizedVariables.ts +2 -6
- package/src/sdk/product/usePageProductsQuery.ts +64 -80
- package/src/utils/utilities.ts +18 -0
- package/.next/static/LQS-Y0H0OjCXmITLBQVtt/_buildManifest.js +0 -1
- package/.next/static/chunks/7191-102277856f196551.js +0 -1
- package/.next/static/chunks/ProductShelf.9f3194be577c7cce.js +0 -1
- package/.next/static/chunks/ProductTiles.e0528e72234381e6.js +0 -1
- package/.next/static/chunks/pages/account/orders-68bef823fcd81bf9.js +0 -1
- package/.next/static/chunks/pages/s-e7745eef6c834c3e.js +0 -1
- package/.next/static/css/38e3a4a55b13b062.css +0 -1
- /package/.next/static/{LQS-Y0H0OjCXmITLBQVtt → CaCKSx22-JjJUNjxZbMA8}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
CaCKSx22-JjJUNjxZbMA8
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/CaCKSx22-JjJUNjxZbMA8/_buildManifest.js",
|
|
9
|
+
"static/CaCKSx22-JjJUNjxZbMA8/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
15
15
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
16
16
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
17
17
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"static/chunks/pages/index-004d6444cfaf59cb.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
25
25
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
26
26
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
27
27
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"static/chunks/pages/404-cc5de07438cb53b5.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
35
35
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
36
36
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
37
37
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"static/chunks/pages/500-926ab913425651bc.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-648fd45b167c0042.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/d26cb0a54378b3d9.css",
|
|
49
49
|
"static/chunks/9173-912ae438e42cb222.js",
|
|
50
50
|
"static/css/8f6350925b347380.css",
|
|
51
|
-
"static/chunks/7191-
|
|
51
|
+
"static/chunks/7191-d91c65fe5de71dcd.js",
|
|
52
52
|
"static/chunks/pages/[...slug]-1e68a914dfca7da9.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
56
56
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
57
57
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
58
58
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -61,31 +61,31 @@
|
|
|
61
61
|
"static/chunks/9666-9be3f1e484eeb148.js",
|
|
62
62
|
"static/css/a3ca6a9b63f657be.css",
|
|
63
63
|
"static/css/62a5153ac7061286.css",
|
|
64
|
-
"static/chunks/3166-
|
|
64
|
+
"static/chunks/3166-7f69db4fed76486b.js",
|
|
65
65
|
"static/css/6d92375b6ee8276a.css",
|
|
66
|
-
"static/chunks/pages/[slug]/p-
|
|
66
|
+
"static/chunks/pages/[slug]/p-6ae1f8bde471e1a6.js"
|
|
67
67
|
],
|
|
68
68
|
"/_app": [
|
|
69
|
-
"static/chunks/webpack-
|
|
69
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
70
70
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
71
71
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
72
72
|
"static/css/4b8252ed2f23ac67.css",
|
|
73
|
-
"static/chunks/pages/_app-
|
|
73
|
+
"static/chunks/pages/_app-ea25733c67653eac.js"
|
|
74
74
|
],
|
|
75
75
|
"/_error": [
|
|
76
|
-
"static/chunks/webpack-
|
|
76
|
+
"static/chunks/webpack-648fd45b167c0042.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-648fd45b167c0042.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-648fd45b167c0042.js",
|
|
89
89
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
90
90
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
91
91
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"static/chunks/pages/account/403-b65f508af4df4904.js"
|
|
96
96
|
],
|
|
97
97
|
"/account/404": [
|
|
98
|
-
"static/chunks/webpack-
|
|
98
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
99
99
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
100
100
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
101
101
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -105,23 +105,23 @@
|
|
|
105
105
|
"static/chunks/pages/account/404-9a7f4c3464751182.js"
|
|
106
106
|
],
|
|
107
107
|
"/account/[...unknown]": [
|
|
108
|
-
"static/chunks/webpack-
|
|
108
|
+
"static/chunks/webpack-648fd45b167c0042.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-648fd45b167c0042.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/d26cb0a54378b3d9.css",
|
|
119
119
|
"static/chunks/9173-912ae438e42cb222.js",
|
|
120
|
-
"static/css/
|
|
121
|
-
"static/chunks/pages/account/orders-
|
|
120
|
+
"static/css/b7fc24e8f1eb011f.css",
|
|
121
|
+
"static/chunks/pages/account/orders-b526db11817bf88f.js"
|
|
122
122
|
],
|
|
123
123
|
"/account/orders/[id]": [
|
|
124
|
-
"static/chunks/webpack-
|
|
124
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
125
125
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
126
126
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
127
127
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"static/chunks/pages/account/orders/[id]-c2d355a49d409bb0.js"
|
|
132
132
|
],
|
|
133
133
|
"/account/profile": [
|
|
134
|
-
"static/chunks/webpack-
|
|
134
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
135
135
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
136
136
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
137
137
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"static/chunks/pages/account/profile-29f93f4c5a55bd87.js"
|
|
142
142
|
],
|
|
143
143
|
"/account/security": [
|
|
144
|
-
"static/chunks/webpack-
|
|
144
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
145
145
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
146
146
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
147
147
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"static/chunks/pages/account/security-7d12dd7a4ca973e6.js"
|
|
152
152
|
],
|
|
153
153
|
"/account/user-details": [
|
|
154
|
-
"static/chunks/webpack-
|
|
154
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
155
155
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
156
156
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
157
157
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"static/chunks/pages/account/user-details-143cb45d5080d1d9.js"
|
|
162
162
|
],
|
|
163
163
|
"/checkout": [
|
|
164
|
-
"static/chunks/webpack-
|
|
164
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
165
165
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
166
166
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
167
167
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"static/chunks/pages/checkout-b0637ee59b1cdca8.js"
|
|
171
171
|
],
|
|
172
172
|
"/login": [
|
|
173
|
-
"static/chunks/webpack-
|
|
173
|
+
"static/chunks/webpack-648fd45b167c0042.js",
|
|
174
174
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
175
175
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
176
176
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -180,16 +180,16 @@
|
|
|
180
180
|
"static/chunks/pages/login-3043634ec00661a8.js"
|
|
181
181
|
],
|
|
182
182
|
"/s": [
|
|
183
|
-
"static/chunks/webpack-
|
|
183
|
+
"static/chunks/webpack-648fd45b167c0042.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/d26cb0a54378b3d9.css",
|
|
188
188
|
"static/chunks/9173-912ae438e42cb222.js",
|
|
189
189
|
"static/css/8f6350925b347380.css",
|
|
190
|
-
"static/chunks/7191-
|
|
190
|
+
"static/chunks/7191-d91c65fe5de71dcd.js",
|
|
191
191
|
"static/css/2980acad3f8e1028.css",
|
|
192
|
-
"static/chunks/pages/s-
|
|
192
|
+
"static/chunks/pages/s-c624c961a98a1be0.js"
|
|
193
193
|
]
|
|
194
194
|
},
|
|
195
195
|
"ampFirstPages": []
|