@faststore/core 3.97.0-dev.1 → 3.97.0-dev.2
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 +24 -24
- 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 +7 -7
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/9630.js +1 -1
- 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/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/pvt/account/orders/[id].js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/{2927.5a79877943a6bf7c.js → 2927.23bae2c79f0ac0f3.js} +1 -1
- package/.next/static/chunks/CartSidebar.f0c16e2bc6f96e9e.js +1 -0
- package/.next/static/chunks/{UIToast.19a8664c01a00d3a.js → UIToast.de15325248043ce5.js} +1 -1
- package/.next/static/chunks/pages/{_app-dbee0add24c249fe.js → _app-5875d79041a9064f.js} +1 -1
- package/.next/static/chunks/pages/pvt/account/orders/[id]-ef8aad8a6be9fb80.js +1 -0
- package/.next/static/chunks/{webpack-c6f7dbc72e738310.js → webpack-5269d37fda85c9f2.js} +1 -1
- package/.next/static/css/{5eecefd2c6deeee4.css → edb7b00b99fe13ed.css} +1 -1
- package/.next/static/{TfWAwIRiLLmgPy8iyBQtG → hjIUsireAvfvMDagHWk9A}/_buildManifest.js +1 -1
- package/.next/trace +140 -139
- package/.turbo/turbo-build.log +12 -12
- package/.turbo/turbo-test.log +6 -5
- package/CHANGELOG.md +6 -0
- package/package.json +7 -7
- package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActions/MyAccountOrderActions.tsx +19 -6
- package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderActions/styles.scss +10 -0
- package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderDetails.tsx +10 -5
- package/src/components/account/orders/MyAccountOrderDetails/MyAccountReorderButton/MyAccountReorderButton.tsx +37 -0
- package/src/components/account/orders/MyAccountOrderDetails/MyAccountReorderButton/index.ts +2 -0
- package/src/components/account/orders/MyAccountOrderDetails/MyAccountReorderButton/styles.scss +10 -0
- package/src/components/account/orders/MyAccountOrderDetails/section.module.scss +41 -17
- package/src/sdk/account/useReorder.ts +148 -0
- package/src/sdk/cart/redirectToCheckout.ts +15 -0
- package/src/sdk/cart/useCheckoutButton.ts +2 -9
- package/src/sdk/error/ReorderError/ReorderError.ts +6 -0
- package/.next/static/chunks/CartSidebar.3342e22b115732a3.js +0 -1
- package/.next/static/chunks/pages/pvt/account/orders/[id]-dc662a778c5b8876.js +0 -1
- /package/.next/static/{TfWAwIRiLLmgPy8iyBQtG → hjIUsireAvfvMDagHWk9A}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
hjIUsireAvfvMDagHWk9A
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/hjIUsireAvfvMDagHWk9A/_buildManifest.js",
|
|
9
|
+
"static/hjIUsireAvfvMDagHWk9A/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
15
15
|
"static/chunks/framework-d514426edf885c68.js",
|
|
16
16
|
"static/chunks/main-ec03882c4375091d.js",
|
|
17
17
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"static/chunks/pages/index-1f8bf0fb351b90f4.js"
|
|
23
23
|
],
|
|
24
24
|
"/404": [
|
|
25
|
-
"static/chunks/webpack-
|
|
25
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
26
26
|
"static/chunks/framework-d514426edf885c68.js",
|
|
27
27
|
"static/chunks/main-ec03882c4375091d.js",
|
|
28
28
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"static/chunks/pages/404-4b3f1e22c77f849a.js"
|
|
33
33
|
],
|
|
34
34
|
"/500": [
|
|
35
|
-
"static/chunks/webpack-
|
|
35
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
36
36
|
"static/chunks/framework-d514426edf885c68.js",
|
|
37
37
|
"static/chunks/main-ec03882c4375091d.js",
|
|
38
38
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"static/chunks/pages/500-bb2de0c11524b2b8.js"
|
|
43
43
|
],
|
|
44
44
|
"/[...slug]": [
|
|
45
|
-
"static/chunks/webpack-
|
|
45
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
46
46
|
"static/chunks/framework-d514426edf885c68.js",
|
|
47
47
|
"static/chunks/main-ec03882c4375091d.js",
|
|
48
48
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"static/chunks/pages/[...slug]-3579b3b8b8309552.js"
|
|
54
54
|
],
|
|
55
55
|
"/[slug]/p": [
|
|
56
|
-
"static/chunks/webpack-
|
|
56
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
57
57
|
"static/chunks/framework-d514426edf885c68.js",
|
|
58
58
|
"static/chunks/main-ec03882c4375091d.js",
|
|
59
59
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -66,20 +66,20 @@
|
|
|
66
66
|
"static/chunks/pages/[slug]/p-7ac98274c47b0ff4.js"
|
|
67
67
|
],
|
|
68
68
|
"/_app": [
|
|
69
|
-
"static/chunks/webpack-
|
|
69
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
70
70
|
"static/chunks/framework-d514426edf885c68.js",
|
|
71
71
|
"static/chunks/main-ec03882c4375091d.js",
|
|
72
72
|
"static/css/0f070d03aacd9cc5.css",
|
|
73
|
-
"static/chunks/pages/_app-
|
|
73
|
+
"static/chunks/pages/_app-5875d79041a9064f.js"
|
|
74
74
|
],
|
|
75
75
|
"/_error": [
|
|
76
|
-
"static/chunks/webpack-
|
|
76
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
77
77
|
"static/chunks/framework-d514426edf885c68.js",
|
|
78
78
|
"static/chunks/main-ec03882c4375091d.js",
|
|
79
79
|
"static/chunks/pages/_error-2b0148be56a716e9.js"
|
|
80
80
|
],
|
|
81
81
|
"/checkout": [
|
|
82
|
-
"static/chunks/webpack-
|
|
82
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
83
83
|
"static/chunks/framework-d514426edf885c68.js",
|
|
84
84
|
"static/chunks/main-ec03882c4375091d.js",
|
|
85
85
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"static/chunks/pages/checkout-dc07d72b3514c83d.js"
|
|
89
89
|
],
|
|
90
90
|
"/login": [
|
|
91
|
-
"static/chunks/webpack-
|
|
91
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
92
92
|
"static/chunks/framework-d514426edf885c68.js",
|
|
93
93
|
"static/chunks/main-ec03882c4375091d.js",
|
|
94
94
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -98,13 +98,13 @@
|
|
|
98
98
|
"static/chunks/pages/login-e97ef92769456bf6.js"
|
|
99
99
|
],
|
|
100
100
|
"/pvt/account": [
|
|
101
|
-
"static/chunks/webpack-
|
|
101
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
102
102
|
"static/chunks/framework-d514426edf885c68.js",
|
|
103
103
|
"static/chunks/main-ec03882c4375091d.js",
|
|
104
104
|
"static/chunks/pages/pvt/account-65fefcc699344bdb.js"
|
|
105
105
|
],
|
|
106
106
|
"/pvt/account/403": [
|
|
107
|
-
"static/chunks/webpack-
|
|
107
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
108
108
|
"static/chunks/framework-d514426edf885c68.js",
|
|
109
109
|
"static/chunks/main-ec03882c4375091d.js",
|
|
110
110
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"static/chunks/pages/pvt/account/403-91597100f8956385.js"
|
|
115
115
|
],
|
|
116
116
|
"/pvt/account/404": [
|
|
117
|
-
"static/chunks/webpack-
|
|
117
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
118
118
|
"static/chunks/framework-d514426edf885c68.js",
|
|
119
119
|
"static/chunks/main-ec03882c4375091d.js",
|
|
120
120
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -124,13 +124,13 @@
|
|
|
124
124
|
"static/chunks/pages/pvt/account/404-c68124bed7cb7c48.js"
|
|
125
125
|
],
|
|
126
126
|
"/pvt/account/[...unknown]": [
|
|
127
|
-
"static/chunks/webpack-
|
|
127
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
128
128
|
"static/chunks/framework-d514426edf885c68.js",
|
|
129
129
|
"static/chunks/main-ec03882c4375091d.js",
|
|
130
130
|
"static/chunks/pages/pvt/account/[...unknown]-f80f645594d2740c.js"
|
|
131
131
|
],
|
|
132
132
|
"/pvt/account/orders": [
|
|
133
|
-
"static/chunks/webpack-
|
|
133
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
134
134
|
"static/chunks/framework-d514426edf885c68.js",
|
|
135
135
|
"static/chunks/main-ec03882c4375091d.js",
|
|
136
136
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -140,17 +140,17 @@
|
|
|
140
140
|
"static/chunks/pages/pvt/account/orders-12a215899ae6f3eb.js"
|
|
141
141
|
],
|
|
142
142
|
"/pvt/account/orders/[id]": [
|
|
143
|
-
"static/chunks/webpack-
|
|
143
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
144
144
|
"static/chunks/framework-d514426edf885c68.js",
|
|
145
145
|
"static/chunks/main-ec03882c4375091d.js",
|
|
146
146
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
147
147
|
"static/css/9d403a1bee48c9fc.css",
|
|
148
148
|
"static/chunks/9173-ab3c4d9d8f978c4b.js",
|
|
149
|
-
"static/css/
|
|
150
|
-
"static/chunks/pages/pvt/account/orders/[id]-
|
|
149
|
+
"static/css/edb7b00b99fe13ed.css",
|
|
150
|
+
"static/chunks/pages/pvt/account/orders/[id]-ef8aad8a6be9fb80.js"
|
|
151
151
|
],
|
|
152
152
|
"/pvt/account/profile": [
|
|
153
|
-
"static/chunks/webpack-
|
|
153
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
154
154
|
"static/chunks/framework-d514426edf885c68.js",
|
|
155
155
|
"static/chunks/main-ec03882c4375091d.js",
|
|
156
156
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"static/chunks/pages/pvt/account/profile-b6cdbf02d4682544.js"
|
|
161
161
|
],
|
|
162
162
|
"/pvt/account/security": [
|
|
163
|
-
"static/chunks/webpack-
|
|
163
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
164
164
|
"static/chunks/framework-d514426edf885c68.js",
|
|
165
165
|
"static/chunks/main-ec03882c4375091d.js",
|
|
166
166
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"static/chunks/pages/pvt/account/security-e6289a40e745d3c4.js"
|
|
171
171
|
],
|
|
172
172
|
"/pvt/account/user-details": [
|
|
173
|
-
"static/chunks/webpack-
|
|
173
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
174
174
|
"static/chunks/framework-d514426edf885c68.js",
|
|
175
175
|
"static/chunks/main-ec03882c4375091d.js",
|
|
176
176
|
"static/chunks/6031-b0b111f48a7d504d.js",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"static/chunks/pages/pvt/account/user-details-fba1822e52e7de26.js"
|
|
181
181
|
],
|
|
182
182
|
"/s": [
|
|
183
|
-
"static/chunks/webpack-
|
|
183
|
+
"static/chunks/webpack-5269d37fda85c9f2.js",
|
|
184
184
|
"static/chunks/framework-d514426edf885c68.js",
|
|
185
185
|
"static/chunks/main-ec03882c4375091d.js",
|
|
186
186
|
"static/chunks/6031-b0b111f48a7d504d.js",
|