@faststore/core 3.35.1 → 3.37.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 +25 -15
- 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/1506.js +1 -1
- package/.next/server/chunks/8112.js +9 -0
- package/.next/server/chunks/8646.js +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +1 -1
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_document.js.nft.json +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/account/profile.js +1 -0
- package/.next/server/pages/account/profile.js.nft.json +1 -0
- package/.next/server/pages/account.js +1 -1
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js.nft.json +1 -1
- package/.next/server/pages/api/health/live.js.nft.json +1 -1
- package/.next/server/pages/api/health/ready.js.nft.json +1 -1
- package/.next/server/pages/api/preview.js.nft.json +1 -1
- package/.next/server/pages/checkout.js.nft.json +1 -1
- 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/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/index.js.nft.json +1 -1
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/pages/{_app-836e2ad874a5b36e.js → _app-012e51403727ae6a.js} +1 -1
- package/.next/static/chunks/pages/account/profile-1fdb500de8f12b3a.js +1 -0
- package/.next/static/chunks/pages/account-32bc9db3fea9b0c4.js +1 -0
- package/.next/static/chunks/webpack-1cd1c4aa7f418483.js +1 -0
- package/.next/static/css/249b9deaabc0d32d.css +1 -0
- package/.next/static/x7k-sdON67SCu4wwmB7xz/_buildManifest.js +1 -0
- package/.next/static/x7k-sdON67SCu4wwmB7xz/_ssgManifest.js +1 -0
- package/.next/trace +124 -122
- package/.turbo/turbo-build.log +18 -16
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +12 -0
- package/discovery.config.default.js +1 -0
- package/index.ts +1 -0
- package/package.json +2 -2
- package/src/components/account/MyAccountLayout/MyAccountLayout.tsx +25 -0
- package/src/components/account/MyAccountLayout/index.ts +1 -0
- package/src/components/account/MyAccountLayout/styles.scss +17 -0
- package/src/components/account/MyAccountMenu/MyAccountMenu.tsx +74 -0
- package/src/components/account/MyAccountMenu/index.ts +1 -0
- package/src/components/account/MyAccountMenu/styles.scss +124 -0
- package/src/components/account/index.ts +2 -0
- package/src/components/account/section.module.scss +3 -0
- package/src/customizations/src/myAccount/navigation.ts +3 -0
- package/src/experimental/myAccountSeverSideProps.ts +42 -0
- package/src/pages/[slug]/p.tsx +12 -0
- package/src/pages/account/index.tsx +44 -0
- package/src/pages/account/profile.tsx +48 -0
- package/src/sdk/account/getMyAccountRoutes.ts +34 -0
- package/.next/server/chunks/3117.js +0 -9
- package/.next/server/pages/en-US/account.html +0 -28
- package/.next/server/pages/en-US/account.json +0 -1
- package/.next/static/Shnxq4E8-HNxCfP-iRIQV/_buildManifest.js +0 -1
- package/.next/static/Shnxq4E8-HNxCfP-iRIQV/_ssgManifest.js +0 -1
- package/.next/static/chunks/pages/account-2123c229c3e93039.js +0 -1
- package/.next/static/chunks/webpack-045fa70c18f7d0f7.js +0 -1
- package/src/pages/account.tsx +0 -72
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
x7k-sdON67SCu4wwmB7xz
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/x7k-sdON67SCu4wwmB7xz/_buildManifest.js",
|
|
9
|
+
"static/x7k-sdON67SCu4wwmB7xz/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
15
15
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
16
16
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
17
17
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"static/chunks/pages/index-d36123e232b889d8.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
25
25
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
26
26
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
27
27
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"static/chunks/pages/404-8e61ea158e7b314c.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
35
35
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
36
36
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
37
37
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"static/chunks/pages/500-68f51177e64de6e7.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
45
45
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
46
46
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
47
47
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"static/chunks/pages/[...slug]-f4fd6c8d7dc53f8f.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
56
56
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
57
57
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
58
58
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -67,29 +67,39 @@
|
|
|
67
67
|
"static/chunks/pages/[slug]/p-2e02254149cef33d.js"
|
|
68
68
|
],
|
|
69
69
|
"/_app": [
|
|
70
|
-
"static/chunks/webpack-
|
|
70
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
71
71
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
72
72
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
73
73
|
"static/css/0a57ee6c7a57788c.css",
|
|
74
|
-
"static/chunks/pages/_app-
|
|
74
|
+
"static/chunks/pages/_app-012e51403727ae6a.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
|
-
"static/chunks/webpack-
|
|
77
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
78
78
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
79
79
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
80
80
|
"static/chunks/pages/_error-f432276d5ac8f150.js"
|
|
81
81
|
],
|
|
82
82
|
"/account": [
|
|
83
|
-
"static/chunks/webpack-
|
|
83
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
84
84
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
85
85
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
86
86
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
87
87
|
"static/css/b0c0e0632c5d7f52.css",
|
|
88
88
|
"static/chunks/6335-2bf379c0870c440e.js",
|
|
89
|
-
"static/chunks/pages/account-
|
|
89
|
+
"static/chunks/pages/account-32bc9db3fea9b0c4.js"
|
|
90
|
+
],
|
|
91
|
+
"/account/profile": [
|
|
92
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
93
|
+
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
94
|
+
"static/chunks/main-5569625b3fdd6741.js",
|
|
95
|
+
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
96
|
+
"static/css/b0c0e0632c5d7f52.css",
|
|
97
|
+
"static/chunks/6335-2bf379c0870c440e.js",
|
|
98
|
+
"static/css/249b9deaabc0d32d.css",
|
|
99
|
+
"static/chunks/pages/account/profile-1fdb500de8f12b3a.js"
|
|
90
100
|
],
|
|
91
101
|
"/checkout": [
|
|
92
|
-
"static/chunks/webpack-
|
|
102
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
93
103
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
94
104
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
95
105
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -98,7 +108,7 @@
|
|
|
98
108
|
"static/chunks/pages/checkout-0dfe0dc9cee443ba.js"
|
|
99
109
|
],
|
|
100
110
|
"/login": [
|
|
101
|
-
"static/chunks/webpack-
|
|
111
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
102
112
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
103
113
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
104
114
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -108,7 +118,7 @@
|
|
|
108
118
|
"static/chunks/pages/login-b59ea5561defc0d4.js"
|
|
109
119
|
],
|
|
110
120
|
"/s": [
|
|
111
|
-
"static/chunks/webpack-
|
|
121
|
+
"static/chunks/webpack-1cd1c4aa7f418483.js",
|
|
112
122
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
113
123
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
114
124
|
"static/chunks/6167-ecb49640dcb9d566.js",
|