@faststore/core 2.2.65 → 2.2.66
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 +40 -40
- 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 +113 -61
- 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.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 +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/static/Z7PsIH45Cy7Rnzoy9ETnz/_buildManifest.js +1 -0
- package/.next/static/chunks/846-fbe704a112d163f4.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]-4fd81d8f84dd561f.js → [...slug]-c7b64458aaf57ba4.js} +1 -1
- package/.next/static/chunks/pages/[slug]/{p-551e8bbc72bab530.js → p-1b15ce4b48000425.js} +1 -1
- 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-7d0e3d61afd0a37c.js → index-9bda5b7b8c3a723e.js} +1 -1
- 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-340b017ee637c5d4.js} +1 -1
- package/.next/static/css/{f0e64672053efd0c.css → 7926db3235e499be.css} +1 -1
- package/.next/trace +82 -81
- package/.turbo/turbo-build.log +3 -3
- package/.turbo/turbo-test.log +9 -9
- package/package.json +2 -2
- package/src/components/cms/GlobalSections.tsx +1 -1
- package/src/components/region/RegionBar/RegionBar.tsx +17 -21
- package/src/components/sections/RegionBar/DefaultComponents.ts +7 -0
- package/src/components/sections/RegionBar/OverriddenDefaultRegionBar.ts +12 -0
- package/src/sdk/overrides/sections.tsx +4 -0
- package/src/typings/overrides.ts +1 -0
- package/.next/static/8bY0SvP6sqeD3bp_3Ie2r/_buildManifest.js +0 -1
- package/.next/static/chunks/875-e59a8e9803b1d863.js +0 -1
- package/src/components/sections/RegionBar/Overrides.tsx +0 -16
- /package/.next/static/{8bY0SvP6sqeD3bp_3Ie2r → Z7PsIH45Cy7Rnzoy9ETnz}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Z7PsIH45Cy7Rnzoy9ETnz
|
|
@@ -5,110 +5,110 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/Z7PsIH45Cy7Rnzoy9ETnz/_buildManifest.js",
|
|
9
|
+
"static/Z7PsIH45Cy7Rnzoy9ETnz/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-340b017ee637c5d4.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/
|
|
18
|
+
"static/css/7926db3235e499be.css",
|
|
19
|
+
"static/chunks/846-fbe704a112d163f4.js",
|
|
20
20
|
"static/css/d2e8564f2bf133d9.css",
|
|
21
|
-
"static/chunks/pages/index-
|
|
21
|
+
"static/chunks/pages/index-9bda5b7b8c3a723e.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-340b017ee637c5d4.js",
|
|
25
25
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
26
26
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
27
27
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
28
|
-
"static/css/
|
|
29
|
-
"static/chunks/
|
|
28
|
+
"static/css/7926db3235e499be.css",
|
|
29
|
+
"static/chunks/846-fbe704a112d163f4.js",
|
|
30
30
|
"static/css/df588bb98c0b0ca6.css",
|
|
31
|
-
"static/chunks/pages/404-
|
|
31
|
+
"static/chunks/pages/404-5e6c01505839ca4e.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-340b017ee637c5d4.js",
|
|
35
35
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
36
36
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
37
37
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
38
|
-
"static/css/
|
|
39
|
-
"static/chunks/
|
|
38
|
+
"static/css/7926db3235e499be.css",
|
|
39
|
+
"static/chunks/846-fbe704a112d163f4.js",
|
|
40
40
|
"static/css/df588bb98c0b0ca6.css",
|
|
41
|
-
"static/chunks/pages/500-
|
|
41
|
+
"static/chunks/pages/500-92239cdd00a581dd.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-340b017ee637c5d4.js",
|
|
45
45
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
46
46
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
47
47
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
48
|
-
"static/css/
|
|
49
|
-
"static/chunks/
|
|
48
|
+
"static/css/7926db3235e499be.css",
|
|
49
|
+
"static/chunks/846-fbe704a112d163f4.js",
|
|
50
50
|
"static/css/eababca67e15ef4b.css",
|
|
51
|
-
"static/chunks/pages/[...slug]-
|
|
51
|
+
"static/chunks/pages/[...slug]-c7b64458aaf57ba4.js"
|
|
52
52
|
],
|
|
53
53
|
"/[slug]/p": [
|
|
54
|
-
"static/chunks/webpack-
|
|
54
|
+
"static/chunks/webpack-340b017ee637c5d4.js",
|
|
55
55
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
56
56
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
57
57
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
58
|
-
"static/css/
|
|
59
|
-
"static/chunks/
|
|
58
|
+
"static/css/7926db3235e499be.css",
|
|
59
|
+
"static/chunks/846-fbe704a112d163f4.js",
|
|
60
60
|
"static/css/e67c73ff7fbc8c54.css",
|
|
61
|
-
"static/chunks/pages/[slug]/p-
|
|
61
|
+
"static/chunks/pages/[slug]/p-1b15ce4b48000425.js"
|
|
62
62
|
],
|
|
63
63
|
"/_app": [
|
|
64
|
-
"static/chunks/webpack-
|
|
64
|
+
"static/chunks/webpack-340b017ee637c5d4.js",
|
|
65
65
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
66
66
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
67
67
|
"static/css/5d1f64b61ea581f4.css",
|
|
68
68
|
"static/chunks/pages/_app-30b9666307e4b3b1.js"
|
|
69
69
|
],
|
|
70
70
|
"/_error": [
|
|
71
|
-
"static/chunks/webpack-
|
|
71
|
+
"static/chunks/webpack-340b017ee637c5d4.js",
|
|
72
72
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
73
73
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
74
74
|
"static/chunks/pages/_error-319451dea77827a6.js"
|
|
75
75
|
],
|
|
76
76
|
"/account": [
|
|
77
|
-
"static/chunks/webpack-
|
|
77
|
+
"static/chunks/webpack-340b017ee637c5d4.js",
|
|
78
78
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
79
79
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
80
80
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
81
|
-
"static/css/
|
|
82
|
-
"static/chunks/
|
|
83
|
-
"static/chunks/pages/account-
|
|
81
|
+
"static/css/7926db3235e499be.css",
|
|
82
|
+
"static/chunks/846-fbe704a112d163f4.js",
|
|
83
|
+
"static/chunks/pages/account-2d15d4e38b855872.js"
|
|
84
84
|
],
|
|
85
85
|
"/checkout": [
|
|
86
|
-
"static/chunks/webpack-
|
|
86
|
+
"static/chunks/webpack-340b017ee637c5d4.js",
|
|
87
87
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
88
88
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
89
89
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
90
|
-
"static/css/
|
|
91
|
-
"static/chunks/
|
|
92
|
-
"static/chunks/pages/checkout-
|
|
90
|
+
"static/css/7926db3235e499be.css",
|
|
91
|
+
"static/chunks/846-fbe704a112d163f4.js",
|
|
92
|
+
"static/chunks/pages/checkout-e34b1a2945839749.js"
|
|
93
93
|
],
|
|
94
94
|
"/login": [
|
|
95
|
-
"static/chunks/webpack-
|
|
95
|
+
"static/chunks/webpack-340b017ee637c5d4.js",
|
|
96
96
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
97
97
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
98
98
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
99
|
-
"static/css/
|
|
100
|
-
"static/chunks/
|
|
99
|
+
"static/css/7926db3235e499be.css",
|
|
100
|
+
"static/chunks/846-fbe704a112d163f4.js",
|
|
101
101
|
"static/css/df588bb98c0b0ca6.css",
|
|
102
|
-
"static/chunks/pages/login-
|
|
102
|
+
"static/chunks/pages/login-1b197c0b0d5ba457.js"
|
|
103
103
|
],
|
|
104
104
|
"/s": [
|
|
105
|
-
"static/chunks/webpack-
|
|
105
|
+
"static/chunks/webpack-340b017ee637c5d4.js",
|
|
106
106
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
107
107
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
108
108
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
109
|
-
"static/css/
|
|
110
|
-
"static/chunks/
|
|
111
|
-
"static/chunks/pages/s-
|
|
109
|
+
"static/css/7926db3235e499be.css",
|
|
110
|
+
"static/chunks/846-fbe704a112d163f4.js",
|
|
111
|
+
"static/chunks/pages/s-ed126d7e39eec25b.js"
|
|
112
112
|
]
|
|
113
113
|
},
|
|
114
114
|
"ampFirstPages": []
|