@faststore/core 3.82.3 → 3.83.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 +23 -23
- 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/routes-manifest.json +1 -1
- package/.next/server/chunks/9563.js +2 -2
- package/.next/server/middleware-build-manifest.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 +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-manifest.json +1 -1
- package/.next/static/chunks/pages/account/orders-b526db11817bf88f.js +1 -0
- package/.next/static/chunks/{webpack-3f872192534f3b6d.js → webpack-e7151d8bd72a8f2f.js} +1 -1
- package/.next/static/css/b7fc24e8f1eb011f.css +1 -0
- package/.next/static/{z9OgZX4R48DhG_lGERS6x → irlP2Y8IJEbMTGvY6bTt_}/_buildManifest.js +1 -1
- package/.next/trace +136 -136
- package/.turbo/turbo-build.log +10 -10
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +10 -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/.next/static/chunks/pages/account/orders-68bef823fcd81bf9.js +0 -1
- package/.next/static/css/38e3a4a55b13b062.css +0 -1
- /package/.next/static/{z9OgZX4R48DhG_lGERS6x → irlP2Y8IJEbMTGvY6bTt_}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
irlP2Y8IJEbMTGvY6bTt_
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/irlP2Y8IJEbMTGvY6bTt_/_buildManifest.js",
|
|
9
|
+
"static/irlP2Y8IJEbMTGvY6bTt_/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.js",
|
|
35
35
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
36
36
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
37
37
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"static/chunks/pages/500-926ab913425651bc.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-e7151d8bd72a8f2f.js",
|
|
45
45
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
46
46
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
47
47
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"static/chunks/pages/[...slug]-1e68a914dfca7da9.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-e7151d8bd72a8f2f.js",
|
|
56
56
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
57
57
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
58
58
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -66,26 +66,26 @@
|
|
|
66
66
|
"static/chunks/pages/[slug]/p-0287b5a8ac0b92e5.js"
|
|
67
67
|
],
|
|
68
68
|
"/_app": [
|
|
69
|
-
"static/chunks/webpack-
|
|
69
|
+
"static/chunks/webpack-e7151d8bd72a8f2f.js",
|
|
70
70
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
71
71
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
72
72
|
"static/css/4b8252ed2f23ac67.css",
|
|
73
73
|
"static/chunks/pages/_app-f8a8608651b3f06b.js"
|
|
74
74
|
],
|
|
75
75
|
"/_error": [
|
|
76
|
-
"static/chunks/webpack-
|
|
76
|
+
"static/chunks/webpack-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.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-e7151d8bd72a8f2f.js",
|
|
174
174
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
175
175
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
176
176
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"static/chunks/pages/login-3043634ec00661a8.js"
|
|
181
181
|
],
|
|
182
182
|
"/s": [
|
|
183
|
-
"static/chunks/webpack-
|
|
183
|
+
"static/chunks/webpack-e7151d8bd72a8f2f.js",
|
|
184
184
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
185
185
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
186
186
|
"static/chunks/6031-18797e7ebff417ab.js",
|