@faststore/core 2.2.65 → 2.2.67
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 +46 -43
- 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/74.js +125 -76
- package/.next/server/chunks/796.js +143 -84
- 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.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +4 -2
- 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/_error.js.nft.json +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/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/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 +4 -4
- 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/static/bjKPEUMtAwRNUNjBl_iEY/_buildManifest.js +1 -0
- package/.next/static/chunks/762-1e3db91e2888dca7.js +1 -0
- package/.next/static/chunks/846-d7c6a8d1d102ccf3.js +1 -0
- package/.next/static/chunks/pages/{404-419470fcedcaba54.js → 404-5e6c01505839ca4e.js} +1 -1
- package/.next/static/chunks/pages/{500-337a57eb2c9da6ba.js → 500-92239cdd00a581dd.js} +1 -1
- package/.next/static/chunks/pages/[...slug]-36dce5cc96853b94.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-039e11d837033561.js +1 -0
- package/.next/static/chunks/pages/{account-acd169fb6e00021f.js → account-2d15d4e38b855872.js} +1 -1
- package/.next/static/chunks/pages/{checkout-5de711ccb807644b.js → checkout-e34b1a2945839749.js} +1 -1
- package/.next/static/chunks/pages/index-a5448a22526e3ea8.js +1 -0
- package/.next/static/chunks/pages/{login-c38b2107d504199c.js → login-1b197c0b0d5ba457.js} +1 -1
- package/.next/static/chunks/pages/{s-a6e95c34a89ccbfb.js → s-ed126d7e39eec25b.js} +1 -1
- package/.next/static/chunks/{webpack-adf61d0bc3a8dbb3.js → webpack-6c4b31200fed6646.js} +1 -1
- package/.next/static/css/{d2e8564f2bf133d9.css → 4ee95588f27a8b6b.css} +1 -1
- package/.next/static/css/527e334fa69cf40a.css +1 -0
- package/.next/static/css/563a68087e4de59c.css +1 -0
- package/.next/static/css/c33c62a3d0c77436.css +1 -0
- package/.next/trace +82 -81
- package/.turbo/turbo-build.log +9 -10
- package/.turbo/turbo-test.log +9 -9
- package/cms/faststore/sections.json +21 -11
- package/package.json +4 -4
- package/src/components/cms/GlobalSections.tsx +1 -1
- package/src/components/region/RegionBar/RegionBar.tsx +17 -21
- package/src/components/sections/BannerNewsletter/BannerNewsletter.tsx +4 -2
- package/src/components/sections/BannerText/BannerText.tsx +17 -19
- package/src/components/sections/Footer/Footer.tsx +3 -1
- package/src/components/sections/Footer/section.module.scss +2 -0
- package/src/components/sections/Newsletter/Newsletter.tsx +46 -20
- package/src/components/sections/Newsletter/Overrides.tsx +21 -4
- package/src/components/sections/Newsletter/section.module.scss +0 -2
- package/src/components/sections/RegionBar/DefaultComponents.ts +7 -0
- package/src/components/sections/RegionBar/OverriddenDefaultRegionBar.ts +12 -0
- package/src/components/ui/Newsletter/Newsletter.tsx +131 -180
- package/src/components/ui/Newsletter/NewsletterAddendum.tsx +7 -8
- package/src/sdk/overrides/sections.tsx +4 -0
- package/src/typings/overrides.ts +23 -5
- package/.next/static/8bY0SvP6sqeD3bp_3Ie2r/_buildManifest.js +0 -1
- package/.next/static/chunks/875-e59a8e9803b1d863.js +0 -1
- package/.next/static/chunks/pages/[...slug]-4fd81d8f84dd561f.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-551e8bbc72bab530.js +0 -1
- package/.next/static/chunks/pages/index-7d0e3d61afd0a37c.js +0 -1
- package/.next/static/css/e67c73ff7fbc8c54.css +0 -1
- package/.next/static/css/eababca67e15ef4b.css +0 -1
- package/.next/static/css/f0e64672053efd0c.css +0 -1
- package/src/components/sections/RegionBar/Overrides.tsx +0 -16
- /package/.next/static/{8bY0SvP6sqeD3bp_3Ie2r → bjKPEUMtAwRNUNjBl_iEY}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
bjKPEUMtAwRNUNjBl_iEY
|
|
@@ -5,110 +5,113 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/bjKPEUMtAwRNUNjBl_iEY/_buildManifest.js",
|
|
9
|
+
"static/bjKPEUMtAwRNUNjBl_iEY/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
17
17
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
18
|
-
"static/css/
|
|
19
|
-
"static/chunks/
|
|
20
|
-
"static/css/
|
|
21
|
-
"static/chunks/
|
|
18
|
+
"static/css/563a68087e4de59c.css",
|
|
19
|
+
"static/chunks/846-d7c6a8d1d102ccf3.js",
|
|
20
|
+
"static/css/4ee95588f27a8b6b.css",
|
|
21
|
+
"static/chunks/762-1e3db91e2888dca7.js",
|
|
22
|
+
"static/chunks/pages/index-a5448a22526e3ea8.js"
|
|
22
23
|
],
|
|
23
24
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
25
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
25
26
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
26
27
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
27
28
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
28
|
-
"static/css/
|
|
29
|
-
"static/chunks/
|
|
29
|
+
"static/css/563a68087e4de59c.css",
|
|
30
|
+
"static/chunks/846-d7c6a8d1d102ccf3.js",
|
|
30
31
|
"static/css/df588bb98c0b0ca6.css",
|
|
31
|
-
"static/chunks/pages/404-
|
|
32
|
+
"static/chunks/pages/404-5e6c01505839ca4e.js"
|
|
32
33
|
],
|
|
33
34
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
35
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
35
36
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
36
37
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
37
38
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
38
|
-
"static/css/
|
|
39
|
-
"static/chunks/
|
|
39
|
+
"static/css/563a68087e4de59c.css",
|
|
40
|
+
"static/chunks/846-d7c6a8d1d102ccf3.js",
|
|
40
41
|
"static/css/df588bb98c0b0ca6.css",
|
|
41
|
-
"static/chunks/pages/500-
|
|
42
|
+
"static/chunks/pages/500-92239cdd00a581dd.js"
|
|
42
43
|
],
|
|
43
44
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
45
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
45
46
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
46
47
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
47
48
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
48
|
-
"static/css/
|
|
49
|
-
"static/chunks/
|
|
50
|
-
"static/css/
|
|
51
|
-
"static/chunks/
|
|
49
|
+
"static/css/563a68087e4de59c.css",
|
|
50
|
+
"static/chunks/846-d7c6a8d1d102ccf3.js",
|
|
51
|
+
"static/css/4ee95588f27a8b6b.css",
|
|
52
|
+
"static/chunks/762-1e3db91e2888dca7.js",
|
|
53
|
+
"static/css/527e334fa69cf40a.css",
|
|
54
|
+
"static/chunks/pages/[...slug]-36dce5cc96853b94.js"
|
|
52
55
|
],
|
|
53
56
|
"/[slug]/p": [
|
|
54
|
-
"static/chunks/webpack-
|
|
57
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
55
58
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
56
59
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
57
60
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
58
|
-
"static/css/
|
|
59
|
-
"static/chunks/
|
|
60
|
-
"static/css/
|
|
61
|
-
"static/chunks/pages/[slug]/p-
|
|
61
|
+
"static/css/563a68087e4de59c.css",
|
|
62
|
+
"static/chunks/846-d7c6a8d1d102ccf3.js",
|
|
63
|
+
"static/css/c33c62a3d0c77436.css",
|
|
64
|
+
"static/chunks/pages/[slug]/p-039e11d837033561.js"
|
|
62
65
|
],
|
|
63
66
|
"/_app": [
|
|
64
|
-
"static/chunks/webpack-
|
|
67
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
65
68
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
66
69
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
67
70
|
"static/css/5d1f64b61ea581f4.css",
|
|
68
71
|
"static/chunks/pages/_app-30b9666307e4b3b1.js"
|
|
69
72
|
],
|
|
70
73
|
"/_error": [
|
|
71
|
-
"static/chunks/webpack-
|
|
74
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
72
75
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
73
76
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
74
77
|
"static/chunks/pages/_error-319451dea77827a6.js"
|
|
75
78
|
],
|
|
76
79
|
"/account": [
|
|
77
|
-
"static/chunks/webpack-
|
|
80
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
78
81
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
79
82
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
80
83
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
81
|
-
"static/css/
|
|
82
|
-
"static/chunks/
|
|
83
|
-
"static/chunks/pages/account-
|
|
84
|
+
"static/css/563a68087e4de59c.css",
|
|
85
|
+
"static/chunks/846-d7c6a8d1d102ccf3.js",
|
|
86
|
+
"static/chunks/pages/account-2d15d4e38b855872.js"
|
|
84
87
|
],
|
|
85
88
|
"/checkout": [
|
|
86
|
-
"static/chunks/webpack-
|
|
89
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
87
90
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
88
91
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
89
92
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
90
|
-
"static/css/
|
|
91
|
-
"static/chunks/
|
|
92
|
-
"static/chunks/pages/checkout-
|
|
93
|
+
"static/css/563a68087e4de59c.css",
|
|
94
|
+
"static/chunks/846-d7c6a8d1d102ccf3.js",
|
|
95
|
+
"static/chunks/pages/checkout-e34b1a2945839749.js"
|
|
93
96
|
],
|
|
94
97
|
"/login": [
|
|
95
|
-
"static/chunks/webpack-
|
|
98
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
96
99
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
97
100
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
98
101
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
99
|
-
"static/css/
|
|
100
|
-
"static/chunks/
|
|
102
|
+
"static/css/563a68087e4de59c.css",
|
|
103
|
+
"static/chunks/846-d7c6a8d1d102ccf3.js",
|
|
101
104
|
"static/css/df588bb98c0b0ca6.css",
|
|
102
|
-
"static/chunks/pages/login-
|
|
105
|
+
"static/chunks/pages/login-1b197c0b0d5ba457.js"
|
|
103
106
|
],
|
|
104
107
|
"/s": [
|
|
105
|
-
"static/chunks/webpack-
|
|
108
|
+
"static/chunks/webpack-6c4b31200fed6646.js",
|
|
106
109
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
107
110
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
108
111
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
109
|
-
"static/css/
|
|
110
|
-
"static/chunks/
|
|
111
|
-
"static/chunks/pages/s-
|
|
112
|
+
"static/css/563a68087e4de59c.css",
|
|
113
|
+
"static/chunks/846-d7c6a8d1d102ccf3.js",
|
|
114
|
+
"static/chunks/pages/s-ed126d7e39eec25b.js"
|
|
112
115
|
]
|
|
113
116
|
},
|
|
114
117
|
"ampFirstPages": []
|