@faststore/core 3.11.3 → 3.12.0
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 +16 -16
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- 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 +11 -11
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/371.js +1 -1
- package/.next/server/chunks/5430.js +1 -1
- package/.next/server/chunks/5754.js +2 -2
- package/.next/server/chunks/8640.js +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/api/graphql.js +1 -1
- package/.next/server/pages/en-US/404.html +1 -1
- package/.next/server/pages/en-US/500.html +1 -1
- package/.next/server/pages/en-US/account.html +1 -1
- package/.next/server/pages/en-US/checkout.html +1 -1
- package/.next/server/pages/en-US/login.html +1 -1
- package/.next/server/pages/en-US/s.html +1 -1
- package/.next/server/pages/en-US.html +1 -1
- package/.next/server/pages/s.js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/{1153.7f616071da309cf5.js → 1153.d7522522b6c917ed.js} +1 -1
- package/.next/static/chunks/1978.8bdcdd4ec5c7ac88.js +1 -0
- package/.next/static/chunks/{5156.fe20405ee7a0d2d5.js → 5156.d1a2bac5ee6f64ac.js} +1 -1
- package/.next/static/chunks/7498-745c09c46899ea49.js +1 -0
- package/.next/static/chunks/pages/{_app-e0cf85dd2f4d858c.js → _app-cf18278fd3aa3fb4.js} +1 -1
- package/.next/static/chunks/pages/{s-e609aea0cbb6c9fd.js → s-f7e39acf5e07a979.js} +1 -1
- package/.next/static/chunks/{webpack-0b036af6daba5815.js → webpack-3dba1df37fe304db.js} +1 -1
- package/.next/static/{qw1fhkTKJwfp3KmckYsWd → v5UhyNsAVzYnMe1CDjNkx}/_buildManifest.js +1 -1
- package/.next/trace +102 -102
- package/.turbo/turbo-build.log +6 -6
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +10 -0
- package/codegen.ts +1 -1
- package/discovery.config.default.js +2 -1
- package/next-seo.config.ts +1 -1
- package/package.json +6 -6
- package/src/components/auth/ProfileChallenge/ProfileChallenge.tsx +1 -1
- package/src/components/cart/CartSidebar/CartSidebar.tsx +1 -1
- package/src/components/cart/OrderSummary/OrderSummary.tsx +1 -1
- package/src/components/cms/GlobalSections.tsx +2 -2
- package/src/components/cms/RenderSections.tsx +4 -4
- package/src/components/cms/SectionBoundary.tsx +1 -1
- package/src/components/cms/global/Components.ts +1 -1
- package/src/components/cms/home/Components.ts +1 -1
- package/src/components/cms/plp/Components.ts +1 -1
- package/src/components/cms/search/Components.ts +1 -1
- package/src/components/common/Alert/Alert.tsx +1 -1
- package/src/components/common/Footer/Footer.tsx +1 -1
- package/src/components/product/NotAvailableButton/NotAvailableButton.tsx +1 -1
- package/src/components/product/ProductCard/ProductCard.tsx +1 -1
- package/src/components/product/ProductGrid/ProductGrid.tsx +1 -1
- package/src/components/region/RegionModal/RegionModal.tsx +1 -1
- package/src/components/search/Filter/FilterDesktop.tsx +1 -1
- package/src/components/search/SearchDropdown/SearchDropdown.tsx +2 -2
- package/src/components/search/SearchInput/SearchInput.tsx +1 -1
- package/src/components/search/SearchTop/SearchTop.tsx +1 -1
- package/src/components/sections/BannerText/BannerText.tsx +1 -1
- package/src/components/sections/Breadcrumb/Breadcrumb.tsx +4 -4
- package/src/components/sections/Hero/Hero.tsx +2 -2
- package/src/components/sections/Newsletter/Newsletter.tsx +1 -1
- package/src/components/sections/ProductGallery/ProductGallery.tsx +5 -5
- package/src/components/sections/ProductShelf/ProductShelf.tsx +1 -1
- package/src/components/sections/RegionBar/RegionBar.tsx +3 -1
- package/src/components/templates/ProductListingPage/ProductListing.tsx +2 -2
- package/src/components/templates/SearchPage/SearchPage.tsx +5 -3
- package/src/components/ui/Image/Image.tsx +1 -1
- package/src/components/ui/Image/loader.ts +1 -1
- package/src/components/ui/Link/Link.tsx +1 -1
- package/src/components/ui/ProductGallery/ProductGallery.tsx +5 -5
- package/src/components/ui/ProductGallery/ProductGalleryPage.tsx +1 -1
- package/src/components/ui/ShippingSimulation/ShippingSimulation.tsx +1 -1
- package/src/components/ui/SkuSelector/Selectors.tsx +2 -2
- package/src/customizations/src/components/overrides/Alert.tsx +1 -1
- package/src/customizations/src/components/overrides/BannerText.tsx +1 -1
- package/src/customizations/src/components/overrides/Breadcrumb.tsx +1 -1
- package/src/customizations/src/components/overrides/CrossSellingShelf.tsx +1 -1
- package/src/customizations/src/components/overrides/EmptyState.tsx +1 -1
- package/src/customizations/src/components/overrides/Hero.tsx +1 -1
- package/src/customizations/src/components/overrides/Navbar.tsx +1 -1
- package/src/customizations/src/components/overrides/Newsletter.tsx +1 -1
- package/src/customizations/src/components/overrides/ProductDetails.tsx +1 -1
- package/src/customizations/src/components/overrides/ProductGallery.tsx +1 -1
- package/src/customizations/src/components/overrides/ProductShelf.tsx +1 -1
- package/src/customizations/src/components/overrides/RegionBar.tsx +1 -1
- package/src/experimental/searchServerSideFunctions/getServerSideProps.ts +4 -4
- package/src/experimental/searchServerSideFunctions/getStaticProps.ts +4 -4
- package/src/pages/404.tsx +4 -4
- package/src/pages/500.tsx +4 -4
- package/src/pages/[...slug].tsx +6 -6
- package/src/pages/[slug]/p.tsx +6 -6
- package/src/pages/account.tsx +3 -3
- package/src/pages/api/preview.ts +12 -6
- package/src/pages/checkout.tsx +3 -3
- package/src/pages/index.tsx +1 -1
- package/src/pages/login.tsx +4 -4
- package/src/pages/s.tsx +5 -3
- package/src/sdk/analytics/platform/vtex/rc.ts +3 -3
- package/src/sdk/analytics/types.ts +2 -2
- package/src/sdk/error/ErrorBoundary/ErrorBoundary.tsx +1 -1
- package/src/sdk/error/MissingContentError/MissingContentError.ts +1 -1
- package/src/sdk/error/MultipleContentError/MultipleContentError.ts +1 -1
- package/src/sdk/graphql/request.ts +2 -2
- package/src/sdk/overrides/OverrideContext.tsx +3 -3
- package/src/sdk/overrides/PageProvider.tsx +3 -4
- package/src/sdk/overrides/getOverriddenSection.tsx +2 -2
- package/src/sdk/overrides/overrides.ts +1 -1
- package/src/sdk/product/useAllVariantProducts.ts +1 -1
- package/src/sdk/product/useLocalizedVariables.ts +1 -1
- package/src/sdk/product/usePageProductsQuery.ts +1 -1
- package/src/sdk/product/useProductGalleryQuery.ts +1 -1
- package/src/sdk/product/useProductsPrefetch.ts +1 -1
- package/src/sdk/search/useFilter.ts +10 -7
- package/src/sdk/shipping/useShippingSimulation.ts +2 -2
- package/src/server/cms/index.ts +1 -1
- package/src/server/cms/pdp.ts +2 -2
- package/src/server/cms/plp.ts +4 -4
- package/src/typings/global.d.ts +6 -6
- package/src/typings/overrides.ts +25 -25
- package/src/typings/overridesDefinition.ts +4 -4
- package/src/utils/multipleTemplates.ts +3 -3
- package/test/server/cms/index.test.ts +1 -1
- package/.next/static/chunks/1978.b33d8b2c02b89474.js +0 -1
- package/.next/static/chunks/7498-304bc236a51fc94c.js +0 -1
- /package/.next/static/{qw1fhkTKJwfp3KmckYsWd → v5UhyNsAVzYnMe1CDjNkx}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
v5UhyNsAVzYnMe1CDjNkx
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/v5UhyNsAVzYnMe1CDjNkx/_buildManifest.js",
|
|
9
|
+
"static/v5UhyNsAVzYnMe1CDjNkx/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
15
15
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
16
16
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
17
17
|
"static/chunks/6941-691e0f68baf2036e.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"static/chunks/pages/index-01e855e8041d8ecd.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
25
25
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
26
26
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
27
27
|
"static/chunks/6941-691e0f68baf2036e.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"static/chunks/pages/404-5e3ccc26e8693eea.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
35
35
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
36
36
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
37
37
|
"static/chunks/6941-691e0f68baf2036e.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"static/chunks/pages/500-823cb0432a498a6a.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
45
45
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
46
46
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
47
47
|
"static/chunks/6941-691e0f68baf2036e.js",
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"static/chunks/pages/[...slug]-ea558b39fbfcc27f.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
56
56
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
57
57
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
58
58
|
"static/chunks/6941-691e0f68baf2036e.js",
|
|
59
59
|
"static/chunks/2599-67df8c38c483737b.js",
|
|
60
60
|
"static/css/93d239c461485bdf.css",
|
|
61
61
|
"static/chunks/7563-53ce4ad626d93f7e.js",
|
|
62
|
-
"static/chunks/7498-
|
|
62
|
+
"static/chunks/7498-745c09c46899ea49.js",
|
|
63
63
|
"static/css/bf1560439df2c1a1.css",
|
|
64
64
|
"static/css/e3ff5d95518a5c79.css",
|
|
65
65
|
"static/chunks/6379-5bc15c2be0861eec.js",
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"static/chunks/pages/[slug]/p-9f818242d4684d7b.js"
|
|
68
68
|
],
|
|
69
69
|
"/_app": [
|
|
70
|
-
"static/chunks/webpack-
|
|
70
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
71
71
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
72
72
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
73
73
|
"static/css/ee0556daedda6306.css",
|
|
74
|
-
"static/chunks/pages/_app-
|
|
74
|
+
"static/chunks/pages/_app-cf18278fd3aa3fb4.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
|
-
"static/chunks/webpack-
|
|
77
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
78
78
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
79
79
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
80
80
|
"static/chunks/pages/_error-6a4b9b22c63bd9d7.js"
|
|
81
81
|
],
|
|
82
82
|
"/account": [
|
|
83
|
-
"static/chunks/webpack-
|
|
83
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
84
84
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
85
85
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
86
86
|
"static/chunks/6941-691e0f68baf2036e.js",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"static/chunks/pages/account-1d2b1635afa59ace.js"
|
|
90
90
|
],
|
|
91
91
|
"/checkout": [
|
|
92
|
-
"static/chunks/webpack-
|
|
92
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
93
93
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
94
94
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
95
95
|
"static/chunks/6941-691e0f68baf2036e.js",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"static/chunks/pages/checkout-4b85659485b4500c.js"
|
|
99
99
|
],
|
|
100
100
|
"/login": [
|
|
101
|
-
"static/chunks/webpack-
|
|
101
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
102
102
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
103
103
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
104
104
|
"static/chunks/6941-691e0f68baf2036e.js",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"static/chunks/pages/login-ec8f707d0c577b05.js"
|
|
109
109
|
],
|
|
110
110
|
"/s": [
|
|
111
|
-
"static/chunks/webpack-
|
|
111
|
+
"static/chunks/webpack-3dba1df37fe304db.js",
|
|
112
112
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
113
113
|
"static/chunks/main-48d1188fa94dad34.js",
|
|
114
114
|
"static/chunks/6941-691e0f68baf2036e.js",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"static/css/6e34c6c07086e3df.css",
|
|
118
118
|
"static/chunks/4501-effb6aa25a455116.js",
|
|
119
119
|
"static/css/2980acad3f8e1028.css",
|
|
120
|
-
"static/chunks/pages/s-
|
|
120
|
+
"static/chunks/pages/s-f7e39acf5e07a979.js"
|
|
121
121
|
]
|
|
122
122
|
},
|
|
123
123
|
"ampFirstPages": []
|