@faststore/core 2.2.13 → 2.2.15
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 +36 -36
- 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/required-server-files.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/390.js +2 -2
- package/.next/server/chunks/398.js +2 -2
- package/.next/server/chunks/732.js +2 -2
- package/.next/server/chunks/74.js +194 -92
- package/.next/server/chunks/863.js +2 -2
- package/.next/server/chunks/979.js +6 -6
- 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 +2 -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/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/404.json +1 -1
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/500.json +1 -1
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/account.json +1 -1
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/checkout.json +1 -1
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/login.json +1 -1
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US/s.json +1 -1
- package/.next/server/pages/en-US.html +3 -3
- package/.next/server/pages/en-US.json +1 -1
- 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 +0 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +5 -5
- package/.next/static/cFoZnnZTCNBP27r9ASmWF/_buildManifest.js +1 -0
- package/.next/static/chunks/{400-7ce14b0f942135d1.js → 400-a09ccc622ec96daa.js} +1 -1
- package/.next/static/chunks/469-7259b855711d4ad3.js +1 -0
- package/.next/static/chunks/{783-864ba18fdcdc2649.js → 783-a67df4e98c1ac27b.js} +1 -1
- package/.next/static/chunks/pages/{404-d186c22d910fecbb.js → 404-6763ce07878a1456.js} +1 -1
- package/.next/static/chunks/pages/{500-c6f28e1de16c5aab.js → 500-0f4374f30595d27c.js} +1 -1
- package/.next/static/chunks/pages/{[...slug]-c7c8e53be9021135.js → [...slug]-111f89162eff5029.js} +1 -1
- package/.next/static/chunks/pages/[slug]/{p-fc8a69c60752c685.js → p-0b6789ab8718bdf0.js} +1 -1
- package/.next/static/chunks/pages/{account-46edcd73944d7924.js → account-9eb6fab139286c66.js} +1 -1
- package/.next/static/chunks/pages/{checkout-49faa1acf04be10c.js → checkout-7cd7b110c7cf2f10.js} +1 -1
- package/.next/static/chunks/pages/{index-5088cf4fabfe4812.js → index-3d5c756be5ce8fc7.js} +1 -1
- package/.next/static/chunks/pages/{login-e944d38d65d2eea5.js → login-5fd09e6402f47896.js} +1 -1
- package/.next/static/chunks/pages/{s-b8b561b006b5056f.js → s-8e32a9b170819fa9.js} +1 -1
- package/.next/static/chunks/{webpack-66a77a46f9162613.js → webpack-bc34484a5f5f8214.js} +1 -1
- package/.next/trace +78 -77
- package/.turbo/turbo-build.log +7 -7
- package/.turbo/turbo-test.log +10 -10
- package/index.ts +1 -0
- package/package.json +2 -2
- package/src/components/cms/GlobalSections.tsx +1 -1
- package/src/components/common/Alert/Alert.tsx +3 -1
- package/src/components/sections/Alert/Alert.tsx +8 -17
- package/src/components/sections/Alert/DefaultComponents.ts +6 -0
- package/src/components/sections/Alert/OverriddenDefaultAlert.ts +12 -0
- package/src/components/sections/BannerText/Overrides.tsx +3 -3
- package/src/components/sections/Breadcrumb/Overrides.tsx +3 -3
- package/src/components/sections/EmptyState/Overrides.tsx +3 -3
- package/src/components/sections/Hero/Overrides.tsx +3 -3
- package/src/components/sections/Navbar/Overrides.tsx +3 -3
- package/src/components/sections/Newsletter/Overrides.tsx +3 -3
- package/src/components/sections/ProductDetails/Overrides.tsx +3 -3
- package/src/components/sections/ProductGallery/Overrides.tsx +3 -3
- package/src/components/sections/ProductShelf/Overrides.tsx +3 -3
- package/src/components/sections/RegionBar/Overrides.tsx +3 -3
- package/src/components/sections/Section/Section.tsx +8 -1
- package/src/pages/s.tsx +1 -1
- package/src/sdk/overrides/OverrideContext.tsx +27 -0
- package/src/sdk/overrides/getOverriddenSection.tsx +70 -0
- package/src/{utils → sdk/overrides}/overrides.ts +13 -14
- package/src/sdk/overrides/sections.tsx +18 -0
- package/src/typings/overrides.ts +25 -68
- package/src/typings/overridesDefinition.ts +52 -0
- package/.next/static/OJh9lsnAreNh11S0nldSP/_buildManifest.js +0 -1
- package/.next/static/chunks/520-5a9ae7339f19a163.js +0 -1
- package/src/components/sections/Alert/Overrides.tsx +0 -15
- package/src/typings/overrideDefinitionUtils.ts +0 -40
- /package/.next/static/{OJh9lsnAreNh11S0nldSP → cFoZnnZTCNBP27r9ASmWF}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
cFoZnnZTCNBP27r9ASmWF
|
|
@@ -5,121 +5,121 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/cFoZnnZTCNBP27r9ASmWF/_buildManifest.js",
|
|
9
|
+
"static/cFoZnnZTCNBP27r9ASmWF/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
17
17
|
"static/chunks/742-e32d18d91fe6f08b.js",
|
|
18
18
|
"static/css/8f93a4630936c20b.css",
|
|
19
|
-
"static/chunks/
|
|
19
|
+
"static/chunks/469-7259b855711d4ad3.js",
|
|
20
20
|
"static/css/dfbdb0f27fd64782.css",
|
|
21
|
-
"static/chunks/783-
|
|
21
|
+
"static/chunks/783-a67df4e98c1ac27b.js",
|
|
22
22
|
"static/css/a2eefb25a4608343.css",
|
|
23
|
-
"static/chunks/pages/index-
|
|
23
|
+
"static/chunks/pages/index-3d5c756be5ce8fc7.js"
|
|
24
24
|
],
|
|
25
25
|
"/404": [
|
|
26
|
-
"static/chunks/webpack-
|
|
26
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
27
27
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
28
28
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
29
29
|
"static/chunks/742-e32d18d91fe6f08b.js",
|
|
30
30
|
"static/css/8f93a4630936c20b.css",
|
|
31
|
-
"static/chunks/
|
|
31
|
+
"static/chunks/469-7259b855711d4ad3.js",
|
|
32
32
|
"static/css/df588bb98c0b0ca6.css",
|
|
33
|
-
"static/chunks/pages/404-
|
|
33
|
+
"static/chunks/pages/404-6763ce07878a1456.js"
|
|
34
34
|
],
|
|
35
35
|
"/500": [
|
|
36
|
-
"static/chunks/webpack-
|
|
36
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
37
37
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
38
38
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
39
39
|
"static/chunks/742-e32d18d91fe6f08b.js",
|
|
40
40
|
"static/css/8f93a4630936c20b.css",
|
|
41
|
-
"static/chunks/
|
|
41
|
+
"static/chunks/469-7259b855711d4ad3.js",
|
|
42
42
|
"static/css/df588bb98c0b0ca6.css",
|
|
43
|
-
"static/chunks/pages/500-
|
|
43
|
+
"static/chunks/pages/500-0f4374f30595d27c.js"
|
|
44
44
|
],
|
|
45
45
|
"/[...slug]": [
|
|
46
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
47
47
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
48
48
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
49
49
|
"static/chunks/742-e32d18d91fe6f08b.js",
|
|
50
50
|
"static/css/8f93a4630936c20b.css",
|
|
51
|
-
"static/chunks/
|
|
51
|
+
"static/chunks/469-7259b855711d4ad3.js",
|
|
52
52
|
"static/css/dfbdb0f27fd64782.css",
|
|
53
|
-
"static/chunks/783-
|
|
53
|
+
"static/chunks/783-a67df4e98c1ac27b.js",
|
|
54
54
|
"static/css/723835bce380750d.css",
|
|
55
|
-
"static/chunks/400-
|
|
55
|
+
"static/chunks/400-a09ccc622ec96daa.js",
|
|
56
56
|
"static/css/a2eefb25a4608343.css",
|
|
57
57
|
"static/css/527e334fa69cf40a.css",
|
|
58
|
-
"static/chunks/pages/[...slug]-
|
|
58
|
+
"static/chunks/pages/[...slug]-111f89162eff5029.js"
|
|
59
59
|
],
|
|
60
60
|
"/[slug]/p": [
|
|
61
|
-
"static/chunks/webpack-
|
|
61
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
62
62
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
63
63
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
64
64
|
"static/chunks/742-e32d18d91fe6f08b.js",
|
|
65
65
|
"static/css/8f93a4630936c20b.css",
|
|
66
|
-
"static/chunks/
|
|
66
|
+
"static/chunks/469-7259b855711d4ad3.js",
|
|
67
67
|
"static/css/dfbdb0f27fd64782.css",
|
|
68
|
-
"static/chunks/783-
|
|
68
|
+
"static/chunks/783-a67df4e98c1ac27b.js",
|
|
69
69
|
"static/css/d7bbfbd552f407e9.css",
|
|
70
|
-
"static/chunks/pages/[slug]/p-
|
|
70
|
+
"static/chunks/pages/[slug]/p-0b6789ab8718bdf0.js"
|
|
71
71
|
],
|
|
72
72
|
"/_app": [
|
|
73
|
-
"static/chunks/webpack-
|
|
73
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
74
74
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
75
75
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
76
76
|
"static/css/5d1f64b61ea581f4.css",
|
|
77
77
|
"static/chunks/pages/_app-48d56037a2534a44.js"
|
|
78
78
|
],
|
|
79
79
|
"/_error": [
|
|
80
|
-
"static/chunks/webpack-
|
|
80
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
81
81
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
82
82
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
83
83
|
"static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"
|
|
84
84
|
],
|
|
85
85
|
"/account": [
|
|
86
|
-
"static/chunks/webpack-
|
|
86
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
87
87
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
88
88
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
89
89
|
"static/chunks/742-e32d18d91fe6f08b.js",
|
|
90
90
|
"static/css/8f93a4630936c20b.css",
|
|
91
|
-
"static/chunks/
|
|
92
|
-
"static/chunks/pages/account-
|
|
91
|
+
"static/chunks/469-7259b855711d4ad3.js",
|
|
92
|
+
"static/chunks/pages/account-9eb6fab139286c66.js"
|
|
93
93
|
],
|
|
94
94
|
"/checkout": [
|
|
95
|
-
"static/chunks/webpack-
|
|
95
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
96
96
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
97
97
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
98
98
|
"static/chunks/742-e32d18d91fe6f08b.js",
|
|
99
99
|
"static/css/8f93a4630936c20b.css",
|
|
100
|
-
"static/chunks/
|
|
101
|
-
"static/chunks/pages/checkout-
|
|
100
|
+
"static/chunks/469-7259b855711d4ad3.js",
|
|
101
|
+
"static/chunks/pages/checkout-7cd7b110c7cf2f10.js"
|
|
102
102
|
],
|
|
103
103
|
"/login": [
|
|
104
|
-
"static/chunks/webpack-
|
|
104
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
105
105
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
106
106
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
107
107
|
"static/chunks/742-e32d18d91fe6f08b.js",
|
|
108
108
|
"static/css/8f93a4630936c20b.css",
|
|
109
|
-
"static/chunks/
|
|
109
|
+
"static/chunks/469-7259b855711d4ad3.js",
|
|
110
110
|
"static/css/df588bb98c0b0ca6.css",
|
|
111
|
-
"static/chunks/pages/login-
|
|
111
|
+
"static/chunks/pages/login-5fd09e6402f47896.js"
|
|
112
112
|
],
|
|
113
113
|
"/s": [
|
|
114
|
-
"static/chunks/webpack-
|
|
114
|
+
"static/chunks/webpack-bc34484a5f5f8214.js",
|
|
115
115
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
116
116
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
117
117
|
"static/chunks/742-e32d18d91fe6f08b.js",
|
|
118
118
|
"static/css/8f93a4630936c20b.css",
|
|
119
|
-
"static/chunks/
|
|
119
|
+
"static/chunks/469-7259b855711d4ad3.js",
|
|
120
120
|
"static/css/723835bce380750d.css",
|
|
121
|
-
"static/chunks/400-
|
|
122
|
-
"static/chunks/pages/s-
|
|
121
|
+
"static/chunks/400-a09ccc622ec96daa.js",
|
|
122
|
+
"static/chunks/pages/s-8e32a9b170819fa9.js"
|
|
123
123
|
]
|
|
124
124
|
},
|
|
125
125
|
"ampFirstPages": []
|