@faststore/core 3.0.91 → 3.0.94
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 +13 -13
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +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-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +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 +2 -2
- package/.next/server/pages/en-US.json +1 -1
- package/.next/static/chunks/{65.da22595d53beae76.js → 65.78da4e775f896fbd.js} +1 -1
- package/.next/static/chunks/{webpack-63df43b7e99450a0.js → webpack-91a2417668848fcd.js} +1 -1
- package/.next/trace +95 -95
- package/.turbo/turbo-build.log +2 -2
- package/.turbo/turbo-test.log +4 -4
- package/package.json +8 -8
- package/src/components/cms/SectionBoundary.tsx +16 -3
- package/src/components/common/Footer/Footer.tsx +8 -3
- package/src/components/search/SearchDropdown/SearchDropdown.tsx +8 -3
- package/src/components/search/SearchInput/SearchInput.tsx +2 -1
- package/src/components/search/Sort/Sort.tsx +9 -4
- package/src/components/templates/LandingPage/LandingPage.tsx +1 -1
- package/src/components/templates/ProductListingPage/ProductListing.tsx +1 -1
- package/src/components/ui/Image/loader.ts +6 -1
- package/src/components/ui/ImageGallery/ImageGallery.tsx +7 -1
- package/src/components/ui/Newsletter/NewsletterAddendum.tsx +2 -0
- package/src/customizations/src/dynamicContent/index.ts +1 -1
- package/src/pages/[slug]/p.tsx +1 -1
- package/src/sdk/analytics/index.tsx +1 -1
- package/src/sdk/error/ErrorBoundary/ErrorBoundary.tsx +14 -2
- package/src/sdk/overrides/overrides.ts +37 -27
- package/src/sdk/product/useProductGalleryQuery.ts +9 -1
- package/test/utils/multipleTemplates.test.ts +1 -1
- package/tsconfig.json +3 -2
- /package/.next/static/{611u5v6WsM_jVmU27RR3i → Yr9s02jekj4n4_pjuAZIX}/_buildManifest.js +0 -0
- /package/.next/static/{611u5v6WsM_jVmU27RR3i → Yr9s02jekj4n4_pjuAZIX}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Yr9s02jekj4n4_pjuAZIX
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/Yr9s02jekj4n4_pjuAZIX/_buildManifest.js",
|
|
9
|
+
"static/Yr9s02jekj4n4_pjuAZIX/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
15
15
|
"static/chunks/framework-8e279965036b6169.js",
|
|
16
16
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
17
17
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"static/chunks/pages/index-7165efe53537655d.js"
|
|
24
24
|
],
|
|
25
25
|
"/404": [
|
|
26
|
-
"static/chunks/webpack-
|
|
26
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
27
27
|
"static/chunks/framework-8e279965036b6169.js",
|
|
28
28
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
29
29
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"static/chunks/pages/404-56dd2d65b7a31cf7.js"
|
|
34
34
|
],
|
|
35
35
|
"/500": [
|
|
36
|
-
"static/chunks/webpack-
|
|
36
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
37
37
|
"static/chunks/framework-8e279965036b6169.js",
|
|
38
38
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
39
39
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"static/chunks/pages/500-b3732b7fc60d28f7.js"
|
|
44
44
|
],
|
|
45
45
|
"/[...slug]": [
|
|
46
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
47
47
|
"static/chunks/framework-8e279965036b6169.js",
|
|
48
48
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
49
49
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"static/chunks/pages/[...slug]-c83d89b6d411553c.js"
|
|
58
58
|
],
|
|
59
59
|
"/[slug]/p": [
|
|
60
|
-
"static/chunks/webpack-
|
|
60
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
61
61
|
"static/chunks/framework-8e279965036b6169.js",
|
|
62
62
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
63
63
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
@@ -69,20 +69,20 @@
|
|
|
69
69
|
"static/chunks/pages/[slug]/p-d8b733cc1a6716a4.js"
|
|
70
70
|
],
|
|
71
71
|
"/_app": [
|
|
72
|
-
"static/chunks/webpack-
|
|
72
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
73
73
|
"static/chunks/framework-8e279965036b6169.js",
|
|
74
74
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
75
75
|
"static/css/ee0556daedda6306.css",
|
|
76
76
|
"static/chunks/pages/_app-c25fabc2435c8961.js"
|
|
77
77
|
],
|
|
78
78
|
"/_error": [
|
|
79
|
-
"static/chunks/webpack-
|
|
79
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
80
80
|
"static/chunks/framework-8e279965036b6169.js",
|
|
81
81
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
82
82
|
"static/chunks/pages/_error-fbf331a03642b495.js"
|
|
83
83
|
],
|
|
84
84
|
"/account": [
|
|
85
|
-
"static/chunks/webpack-
|
|
85
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
86
86
|
"static/chunks/framework-8e279965036b6169.js",
|
|
87
87
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
88
88
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"static/chunks/pages/account-dbc5c028225cd1ac.js"
|
|
92
92
|
],
|
|
93
93
|
"/checkout": [
|
|
94
|
-
"static/chunks/webpack-
|
|
94
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
95
95
|
"static/chunks/framework-8e279965036b6169.js",
|
|
96
96
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
97
97
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"static/chunks/pages/checkout-29ae2c37eaf172e1.js"
|
|
101
101
|
],
|
|
102
102
|
"/login": [
|
|
103
|
-
"static/chunks/webpack-
|
|
103
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
104
104
|
"static/chunks/framework-8e279965036b6169.js",
|
|
105
105
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
106
106
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"static/chunks/pages/login-98fbb4cd544d7a1d.js"
|
|
111
111
|
],
|
|
112
112
|
"/s": [
|
|
113
|
-
"static/chunks/webpack-
|
|
113
|
+
"static/chunks/webpack-91a2417668848fcd.js",
|
|
114
114
|
"static/chunks/framework-8e279965036b6169.js",
|
|
115
115
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
116
116
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|