@faststore/core 2.2.68 → 2.2.69
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 +52 -55
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/next-server.js.nft.json +1 -1
- 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/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/350.js +87 -0
- package/.next/server/chunks/74.js +577 -28
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.js +7 -0
- package/.next/server/pages/500.js +7 -0
- package/.next/server/pages/[...slug].js +7 -7
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +5 -5
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/account.js +7 -0
- package/.next/server/pages/checkout.js +7 -0
- 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.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 +6 -6
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js +7 -0
- package/.next/server/pages/s.js +7 -0
- package/.next/server/pages-manifest.json +2 -2
- package/.next/static/JNkl1RxkhVPSzLAsRUxC6/_buildManifest.js +1 -0
- package/.next/static/chunks/557-4f8a963d7e07e582.js +1 -0
- package/.next/static/chunks/846-c59a0f158089800c.js +1 -0
- package/.next/static/chunks/pages/{404-5e6c01505839ca4e.js → 404-e44d7103a9c6781f.js} +1 -1
- package/.next/static/chunks/pages/{500-92239cdd00a581dd.js → 500-2ddd76fa11c851e4.js} +1 -1
- package/.next/static/chunks/pages/[...slug]-f7f47afa6dce5abf.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-27a9a4ef5d07a4ce.js +1 -0
- package/.next/static/chunks/pages/{account-2d15d4e38b855872.js → account-1963c084b0b6e597.js} +1 -1
- package/.next/static/chunks/pages/{checkout-e34b1a2945839749.js → checkout-d66a352e910607dd.js} +1 -1
- package/.next/static/chunks/pages/index-9e98f2fc42dec7c1.js +1 -0
- package/.next/static/chunks/pages/{login-1b197c0b0d5ba457.js → login-349e1406a3a98968.js} +1 -1
- package/.next/static/chunks/pages/{s-ed126d7e39eec25b.js → s-9b771eb03d589ee6.js} +1 -1
- package/.next/static/chunks/{webpack-6c4b31200fed6646.js → webpack-3beeb2f9a51fccf6.js} +1 -1
- package/.next/static/css/0c844be3b8585e70.css +1 -0
- package/.next/static/css/280c254f1f559956.css +1 -0
- package/.next/static/css/a6bcc59f42b42f36.css +1 -0
- package/.next/static/css/{4ee95588f27a8b6b.css → ecdecb8d639a8311.css} +1 -1
- package/.next/trace +82 -82
- package/.turbo/turbo-build.log +14 -13
- package/.turbo/turbo-test.log +11 -11
- package/package.json +9 -9
- package/src/components/sections/BannerNewsletter/BannerNewsletter.tsx +5 -2
- package/src/components/sections/Newsletter/DefaultComponents.ts +25 -0
- package/src/components/sections/Newsletter/Newsletter.tsx +1 -2
- package/src/components/sections/Newsletter/OverriddenDefaultNewsletter.ts +12 -0
- package/src/components/templates/LandingPage/LandingPage.tsx +3 -3
- package/src/components/ui/Newsletter/Newsletter.tsx +15 -13
- package/src/components/ui/Newsletter/index.ts +3 -0
- package/src/pages/index.tsx +2 -2
- package/src/sdk/overrides/sections.tsx +4 -0
- package/src/typings/overrides.ts +1 -0
- package/.next/server/chunks/796.js +0 -554
- package/.next/static/UqOs8JLqk-fWN0wuNR3He/_buildManifest.js +0 -1
- package/.next/static/chunks/762-1e3db91e2888dca7.js +0 -1
- package/.next/static/chunks/846-d7c6a8d1d102ccf3.js +0 -1
- package/.next/static/chunks/897-b07932d813bb7dac.js +0 -1
- package/.next/static/chunks/pages/[...slug]-36dce5cc96853b94.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-039e11d837033561.js +0 -1
- package/.next/static/chunks/pages/index-a5448a22526e3ea8.js +0 -1
- package/.next/static/css/527e334fa69cf40a.css +0 -1
- package/.next/static/css/563a68087e4de59c.css +0 -1
- package/.next/static/css/c33c62a3d0c77436.css +0 -1
- package/src/components/sections/Newsletter/Overrides.tsx +0 -58
- /package/.next/static/{UqOs8JLqk-fWN0wuNR3He → JNkl1RxkhVPSzLAsRUxC6}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
JNkl1RxkhVPSzLAsRUxC6
|
|
@@ -5,113 +5,110 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/JNkl1RxkhVPSzLAsRUxC6/_buildManifest.js",
|
|
9
|
+
"static/JNkl1RxkhVPSzLAsRUxC6/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
17
|
-
"static/chunks/
|
|
18
|
-
"static/css/
|
|
19
|
-
"static/chunks/846-
|
|
20
|
-
"static/css/
|
|
21
|
-
"static/chunks/
|
|
22
|
-
"static/chunks/pages/index-a5448a22526e3ea8.js"
|
|
17
|
+
"static/chunks/557-4f8a963d7e07e582.js",
|
|
18
|
+
"static/css/280c254f1f559956.css",
|
|
19
|
+
"static/chunks/846-c59a0f158089800c.js",
|
|
20
|
+
"static/css/ecdecb8d639a8311.css",
|
|
21
|
+
"static/chunks/pages/index-9e98f2fc42dec7c1.js"
|
|
23
22
|
],
|
|
24
23
|
"/404": [
|
|
25
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
26
25
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
27
26
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
28
|
-
"static/chunks/
|
|
29
|
-
"static/css/
|
|
30
|
-
"static/chunks/846-
|
|
27
|
+
"static/chunks/557-4f8a963d7e07e582.js",
|
|
28
|
+
"static/css/280c254f1f559956.css",
|
|
29
|
+
"static/chunks/846-c59a0f158089800c.js",
|
|
31
30
|
"static/css/df588bb98c0b0ca6.css",
|
|
32
|
-
"static/chunks/pages/404-
|
|
31
|
+
"static/chunks/pages/404-e44d7103a9c6781f.js"
|
|
33
32
|
],
|
|
34
33
|
"/500": [
|
|
35
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
36
35
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
37
36
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
38
|
-
"static/chunks/
|
|
39
|
-
"static/css/
|
|
40
|
-
"static/chunks/846-
|
|
37
|
+
"static/chunks/557-4f8a963d7e07e582.js",
|
|
38
|
+
"static/css/280c254f1f559956.css",
|
|
39
|
+
"static/chunks/846-c59a0f158089800c.js",
|
|
41
40
|
"static/css/df588bb98c0b0ca6.css",
|
|
42
|
-
"static/chunks/pages/500-
|
|
41
|
+
"static/chunks/pages/500-2ddd76fa11c851e4.js"
|
|
43
42
|
],
|
|
44
43
|
"/[...slug]": [
|
|
45
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
46
45
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
47
46
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
48
|
-
"static/chunks/
|
|
49
|
-
"static/css/
|
|
50
|
-
"static/chunks/846-
|
|
51
|
-
"static/css/
|
|
52
|
-
"static/chunks/
|
|
53
|
-
"static/css/527e334fa69cf40a.css",
|
|
54
|
-
"static/chunks/pages/[...slug]-36dce5cc96853b94.js"
|
|
47
|
+
"static/chunks/557-4f8a963d7e07e582.js",
|
|
48
|
+
"static/css/280c254f1f559956.css",
|
|
49
|
+
"static/chunks/846-c59a0f158089800c.js",
|
|
50
|
+
"static/css/0c844be3b8585e70.css",
|
|
51
|
+
"static/chunks/pages/[...slug]-f7f47afa6dce5abf.js"
|
|
55
52
|
],
|
|
56
53
|
"/[slug]/p": [
|
|
57
|
-
"static/chunks/webpack-
|
|
54
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
58
55
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
59
56
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
60
|
-
"static/chunks/
|
|
61
|
-
"static/css/
|
|
62
|
-
"static/chunks/846-
|
|
63
|
-
"static/css/
|
|
64
|
-
"static/chunks/pages/[slug]/p-
|
|
57
|
+
"static/chunks/557-4f8a963d7e07e582.js",
|
|
58
|
+
"static/css/280c254f1f559956.css",
|
|
59
|
+
"static/chunks/846-c59a0f158089800c.js",
|
|
60
|
+
"static/css/a6bcc59f42b42f36.css",
|
|
61
|
+
"static/chunks/pages/[slug]/p-27a9a4ef5d07a4ce.js"
|
|
65
62
|
],
|
|
66
63
|
"/_app": [
|
|
67
|
-
"static/chunks/webpack-
|
|
64
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
68
65
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
69
66
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
70
67
|
"static/css/5d1f64b61ea581f4.css",
|
|
71
68
|
"static/chunks/pages/_app-30b9666307e4b3b1.js"
|
|
72
69
|
],
|
|
73
70
|
"/_error": [
|
|
74
|
-
"static/chunks/webpack-
|
|
71
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
75
72
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
76
73
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
77
74
|
"static/chunks/pages/_error-319451dea77827a6.js"
|
|
78
75
|
],
|
|
79
76
|
"/account": [
|
|
80
|
-
"static/chunks/webpack-
|
|
77
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
81
78
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
82
79
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
83
|
-
"static/chunks/
|
|
84
|
-
"static/css/
|
|
85
|
-
"static/chunks/846-
|
|
86
|
-
"static/chunks/pages/account-
|
|
80
|
+
"static/chunks/557-4f8a963d7e07e582.js",
|
|
81
|
+
"static/css/280c254f1f559956.css",
|
|
82
|
+
"static/chunks/846-c59a0f158089800c.js",
|
|
83
|
+
"static/chunks/pages/account-1963c084b0b6e597.js"
|
|
87
84
|
],
|
|
88
85
|
"/checkout": [
|
|
89
|
-
"static/chunks/webpack-
|
|
86
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
90
87
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
91
88
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
92
|
-
"static/chunks/
|
|
93
|
-
"static/css/
|
|
94
|
-
"static/chunks/846-
|
|
95
|
-
"static/chunks/pages/checkout-
|
|
89
|
+
"static/chunks/557-4f8a963d7e07e582.js",
|
|
90
|
+
"static/css/280c254f1f559956.css",
|
|
91
|
+
"static/chunks/846-c59a0f158089800c.js",
|
|
92
|
+
"static/chunks/pages/checkout-d66a352e910607dd.js"
|
|
96
93
|
],
|
|
97
94
|
"/login": [
|
|
98
|
-
"static/chunks/webpack-
|
|
95
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
99
96
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
100
97
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
101
|
-
"static/chunks/
|
|
102
|
-
"static/css/
|
|
103
|
-
"static/chunks/846-
|
|
98
|
+
"static/chunks/557-4f8a963d7e07e582.js",
|
|
99
|
+
"static/css/280c254f1f559956.css",
|
|
100
|
+
"static/chunks/846-c59a0f158089800c.js",
|
|
104
101
|
"static/css/df588bb98c0b0ca6.css",
|
|
105
|
-
"static/chunks/pages/login-
|
|
102
|
+
"static/chunks/pages/login-349e1406a3a98968.js"
|
|
106
103
|
],
|
|
107
104
|
"/s": [
|
|
108
|
-
"static/chunks/webpack-
|
|
105
|
+
"static/chunks/webpack-3beeb2f9a51fccf6.js",
|
|
109
106
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
110
107
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
111
|
-
"static/chunks/
|
|
112
|
-
"static/css/
|
|
113
|
-
"static/chunks/846-
|
|
114
|
-
"static/chunks/pages/s-
|
|
108
|
+
"static/chunks/557-4f8a963d7e07e582.js",
|
|
109
|
+
"static/css/280c254f1f559956.css",
|
|
110
|
+
"static/chunks/846-c59a0f158089800c.js",
|
|
111
|
+
"static/chunks/pages/s-9b771eb03d589ee6.js"
|
|
115
112
|
]
|
|
116
113
|
},
|
|
117
114
|
"ampFirstPages": []
|