@faststore/core 3.47.0 → 3.48.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 +39 -39
- 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 +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/4559.js +1 -1
- package/.next/server/chunks/5636.js +2 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/account/orders/[id].js +1 -1
- package/.next/server/pages/account/orders.js +1 -1
- package/.next/server/pages/api/graphql.js +2 -2
- 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/403.html +2 -2
- package/.next/server/pages/en-US/account/404.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-manifest.json +1 -1
- package/.next/static/chunks/{1552.2705dd1ff3aee879.js → 1552.8751332da83cadc5.js} +1 -1
- package/.next/static/chunks/pages/account/orders/[id]-1b9f63221f8ac232.js +1 -0
- package/.next/static/chunks/pages/account/orders-6fe9b7be784abbbc.js +1 -0
- package/.next/static/chunks/{webpack-5eeb0e7a0a92b041.js → webpack-323ef2a537a2c00d.js} +1 -1
- package/.next/static/css/3aa693541804727c.css +1 -0
- package/.next/static/css/42dee7d8309ef26a.css +1 -0
- package/.next/static/iAS1zZeCjQJ2NXHxtNGNI/_buildManifest.js +1 -0
- package/.next/trace +129 -129
- package/.turbo/turbo-build.log +10 -10
- package/.turbo/turbo-test.log +5 -5
- package/@generated/gql.ts +2 -2
- package/@generated/graphql.ts +8 -1
- package/@generated/persisted-documents.json +1 -1
- package/@generated/schema.graphql +1 -0
- package/CHANGELOG.md +10 -0
- package/package.json +4 -4
- package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/MyAccountListOrdersTable.tsx +127 -64
- package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/styles.scss +27 -3
- package/src/components/account/orders/MyAccountListOrders/MyAccountSelectedTags/MyAccountSelectedTags.tsx +9 -13
- package/src/components/account/orders/MyAccountListOrders/MyAccountSelectedTags/styles.scss +15 -16
- package/src/components/account/orders/MyAccountOrderDetails/MyAccountDeliveryOptionAccordion/MyAccountDeliveryOptionAccordion.tsx +3 -3
- package/src/pages/account/orders/index.tsx +6 -0
- package/.next/static/chunks/pages/account/orders/[id]-987267efe897728e.js +0 -1
- package/.next/static/chunks/pages/account/orders-41bc5ef76c592a64.js +0 -1
- package/.next/static/css/25ded555cb9a704f.css +0 -1
- package/.next/static/css/9d1abf05f9ffaf8f.css +0 -1
- package/.next/static/qls88JfGKl9N9ILYbbCWR/_buildManifest.js +0 -1
- /package/.next/static/{qls88JfGKl9N9ILYbbCWR → iAS1zZeCjQJ2NXHxtNGNI}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
iAS1zZeCjQJ2NXHxtNGNI
|
|
@@ -5,58 +5,58 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/iAS1zZeCjQJ2NXHxtNGNI/_buildManifest.js",
|
|
9
|
+
"static/iAS1zZeCjQJ2NXHxtNGNI/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
15
15
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
16
16
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
17
17
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
18
|
-
"static/css/
|
|
18
|
+
"static/css/42dee7d8309ef26a.css",
|
|
19
19
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
20
20
|
"static/css/b1806cbafd0c1f81.css",
|
|
21
21
|
"static/chunks/pages/index-e79b4e1ce52a8ea0.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
25
25
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
26
26
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
27
27
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
28
|
-
"static/css/
|
|
28
|
+
"static/css/42dee7d8309ef26a.css",
|
|
29
29
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
30
30
|
"static/css/2980acad3f8e1028.css",
|
|
31
31
|
"static/chunks/pages/404-e89b928faf6b9125.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
35
35
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
36
36
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
37
37
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
38
|
-
"static/css/
|
|
38
|
+
"static/css/42dee7d8309ef26a.css",
|
|
39
39
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
40
40
|
"static/css/2980acad3f8e1028.css",
|
|
41
41
|
"static/chunks/pages/500-604704ba70e1e80a.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
45
45
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
46
46
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
47
47
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
48
|
-
"static/css/
|
|
48
|
+
"static/css/42dee7d8309ef26a.css",
|
|
49
49
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
50
50
|
"static/css/2841bab51b99dd53.css",
|
|
51
51
|
"static/chunks/4625-a77d5db94b3a2b8f.js",
|
|
52
52
|
"static/chunks/pages/[...slug]-f80d7d8c8c7948a4.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
56
56
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
57
57
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
58
58
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
59
|
-
"static/css/
|
|
59
|
+
"static/css/42dee7d8309ef26a.css",
|
|
60
60
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
61
61
|
"static/chunks/7498-9b4ed9d4a65914cc.js",
|
|
62
62
|
"static/css/a3ca6a9b63f657be.css",
|
|
@@ -66,125 +66,125 @@
|
|
|
66
66
|
"static/chunks/pages/[slug]/p-748d6a1dbe59a2c8.js"
|
|
67
67
|
],
|
|
68
68
|
"/_app": [
|
|
69
|
-
"static/chunks/webpack-
|
|
69
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
70
70
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
71
71
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
72
72
|
"static/css/0a57ee6c7a57788c.css",
|
|
73
73
|
"static/chunks/pages/_app-e5a4d3ef47f1b5c3.js"
|
|
74
74
|
],
|
|
75
75
|
"/_error": [
|
|
76
|
-
"static/chunks/webpack-
|
|
76
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
77
77
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
78
78
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
79
79
|
"static/chunks/pages/_error-f432276d5ac8f150.js"
|
|
80
80
|
],
|
|
81
81
|
"/account": [
|
|
82
|
-
"static/chunks/webpack-
|
|
82
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
83
83
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
84
84
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
85
85
|
"static/chunks/pages/account-963cd6d42498ff28.js"
|
|
86
86
|
],
|
|
87
87
|
"/account/403": [
|
|
88
|
-
"static/chunks/webpack-
|
|
88
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
89
89
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
90
90
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
91
91
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
92
|
-
"static/css/
|
|
92
|
+
"static/css/42dee7d8309ef26a.css",
|
|
93
93
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
94
94
|
"static/css/b7bba8fce075688b.css",
|
|
95
95
|
"static/chunks/pages/account/403-e4e6145815eeef01.js"
|
|
96
96
|
],
|
|
97
97
|
"/account/404": [
|
|
98
|
-
"static/chunks/webpack-
|
|
98
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
99
99
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
100
100
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
101
101
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
102
|
-
"static/css/
|
|
102
|
+
"static/css/42dee7d8309ef26a.css",
|
|
103
103
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
104
104
|
"static/css/5347dbc8b71de47d.css",
|
|
105
105
|
"static/chunks/pages/account/404-ecfebfad41d655e9.js"
|
|
106
106
|
],
|
|
107
107
|
"/account/[...unknown]": [
|
|
108
|
-
"static/chunks/webpack-
|
|
108
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
109
109
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
110
110
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
111
111
|
"static/chunks/pages/account/[...unknown]-b233f92b64bd80cb.js"
|
|
112
112
|
],
|
|
113
113
|
"/account/orders": [
|
|
114
|
-
"static/chunks/webpack-
|
|
114
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
115
115
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
116
116
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
117
117
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
118
|
-
"static/css/
|
|
118
|
+
"static/css/42dee7d8309ef26a.css",
|
|
119
119
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
120
|
-
"static/css/
|
|
121
|
-
"static/chunks/pages/account/orders-
|
|
120
|
+
"static/css/3aa693541804727c.css",
|
|
121
|
+
"static/chunks/pages/account/orders-6fe9b7be784abbbc.js"
|
|
122
122
|
],
|
|
123
123
|
"/account/orders/[id]": [
|
|
124
|
-
"static/chunks/webpack-
|
|
124
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
125
125
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
126
126
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
127
127
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
128
|
-
"static/css/
|
|
128
|
+
"static/css/42dee7d8309ef26a.css",
|
|
129
129
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
130
130
|
"static/css/2557aa3eaecf6ef0.css",
|
|
131
|
-
"static/chunks/pages/account/orders/[id]-
|
|
131
|
+
"static/chunks/pages/account/orders/[id]-1b9f63221f8ac232.js"
|
|
132
132
|
],
|
|
133
133
|
"/account/profile": [
|
|
134
|
-
"static/chunks/webpack-
|
|
134
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
135
135
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
136
136
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
137
137
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
138
|
-
"static/css/
|
|
138
|
+
"static/css/42dee7d8309ef26a.css",
|
|
139
139
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
140
140
|
"static/css/84d35f475d0dc928.css",
|
|
141
141
|
"static/chunks/pages/account/profile-2f501aabce910508.js"
|
|
142
142
|
],
|
|
143
143
|
"/account/security": [
|
|
144
|
-
"static/chunks/webpack-
|
|
144
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
145
145
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
146
146
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
147
147
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
148
|
-
"static/css/
|
|
148
|
+
"static/css/42dee7d8309ef26a.css",
|
|
149
149
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
150
150
|
"static/css/84d35f475d0dc928.css",
|
|
151
151
|
"static/chunks/pages/account/security-10e9e41318110950.js"
|
|
152
152
|
],
|
|
153
153
|
"/account/user-details": [
|
|
154
|
-
"static/chunks/webpack-
|
|
154
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
155
155
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
156
156
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
157
157
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
158
|
-
"static/css/
|
|
158
|
+
"static/css/42dee7d8309ef26a.css",
|
|
159
159
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
160
160
|
"static/css/84d35f475d0dc928.css",
|
|
161
161
|
"static/chunks/pages/account/user-details-5a7f30c290c25ec9.js"
|
|
162
162
|
],
|
|
163
163
|
"/checkout": [
|
|
164
|
-
"static/chunks/webpack-
|
|
164
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
165
165
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
166
166
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
167
167
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
168
|
-
"static/css/
|
|
168
|
+
"static/css/42dee7d8309ef26a.css",
|
|
169
169
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
170
170
|
"static/chunks/pages/checkout-cf3d3c3669a5e50b.js"
|
|
171
171
|
],
|
|
172
172
|
"/login": [
|
|
173
|
-
"static/chunks/webpack-
|
|
173
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
174
174
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
175
175
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
176
176
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
177
|
-
"static/css/
|
|
177
|
+
"static/css/42dee7d8309ef26a.css",
|
|
178
178
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
179
179
|
"static/css/2980acad3f8e1028.css",
|
|
180
180
|
"static/chunks/pages/login-013b1f7a2b4bb9e0.js"
|
|
181
181
|
],
|
|
182
182
|
"/s": [
|
|
183
|
-
"static/chunks/webpack-
|
|
183
|
+
"static/chunks/webpack-323ef2a537a2c00d.js",
|
|
184
184
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
185
185
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
186
186
|
"static/chunks/9770-6f30493e3f7ab51b.js",
|
|
187
|
-
"static/css/
|
|
187
|
+
"static/css/42dee7d8309ef26a.css",
|
|
188
188
|
"static/chunks/6335-1380989b5cc84425.js",
|
|
189
189
|
"static/css/2841bab51b99dd53.css",
|
|
190
190
|
"static/chunks/4625-a77d5db94b3a2b8f.js",
|