@faststore/core 3.7.0 → 3.9.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 +35 -35
- 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 +12 -12
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/2082.js +4 -4
- package/.next/server/chunks/319.js +1 -1
- package/.next/server/chunks/5110.js +1 -1
- package/.next/server/chunks/5671.js +1 -1
- package/.next/server/chunks/5754.js +2 -2
- package/.next/server/chunks/9410.js +1 -1
- package/.next/server/chunks/9572.js +2 -2
- package/.next/server/chunks/9844.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/404.js +1 -1
- package/.next/server/pages/500.js +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/[slug]/p.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/404.json +1 -1
- package/.next/server/pages/en-US/500.html +1 -1
- package/.next/server/pages/en-US/500.json +1 -1
- package/.next/server/pages/en-US/account.html +1 -1
- package/.next/server/pages/en-US/account.json +1 -1
- package/.next/server/pages/en-US/checkout.html +1 -1
- package/.next/server/pages/en-US/checkout.json +1 -1
- package/.next/server/pages/en-US/login.html +1 -1
- package/.next/server/pages/en-US/login.json +1 -1
- package/.next/server/pages/en-US/s.html +1 -1
- package/.next/server/pages/en-US/s.json +1 -1
- package/.next/server/pages/en-US.html +1 -1
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages/login.js +1 -1
- package/.next/server/pages/s.js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/{1978.6d1246731da0f1b0.js → 1978.b33d8b2c02b89474.js} +1 -1
- package/.next/static/chunks/4501-effb6aa25a455116.js +1 -0
- package/.next/static/chunks/6379-5bc15c2be0861eec.js +1 -0
- package/.next/static/chunks/7563-92cb0cc92e3f616d.js +1 -0
- package/.next/static/chunks/BannerNewsletter.ee0b11fa76f97f1e.js +1 -0
- package/.next/static/chunks/BannerText.2914f18ab31cab35.js +1 -0
- package/.next/static/chunks/Newsletter.99c659682ed8b4eb.js +1 -0
- package/.next/static/chunks/ProductShelf.4aeec65ee9e7d9bc.js +1 -0
- package/.next/static/chunks/pages/404-5e3ccc26e8693eea.js +1 -0
- package/.next/static/chunks/pages/500-823cb0432a498a6a.js +1 -0
- package/.next/static/chunks/pages/[...slug]-535243edd040fc0c.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-1334ebce46042e06.js +1 -0
- package/.next/static/chunks/pages/{_app-9d791333b87e7c18.js → _app-9d35d5919aef5334.js} +1 -1
- package/.next/static/chunks/pages/{account-9db0ef5c4174c7dd.js → account-1d2b1635afa59ace.js} +1 -1
- package/.next/static/chunks/pages/{checkout-abaa6374ae946641.js → checkout-4b85659485b4500c.js} +1 -1
- package/.next/static/chunks/pages/index-01e855e8041d8ecd.js +1 -0
- package/.next/static/chunks/pages/login-ec8f707d0c577b05.js +1 -0
- package/.next/static/chunks/pages/s-a932301211f32425.js +1 -0
- package/.next/static/chunks/{webpack-0d0b6c5bc10dfaad.js → webpack-bf502499da135235.js} +1 -1
- package/.next/static/sMXa4bqsC2EIl72tw9r2B/_buildManifest.js +1 -0
- package/.next/trace +101 -98
- package/.turbo/turbo-build.log +13 -13
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +12 -0
- package/package.json +9 -9
- package/src/components/cms/RenderSections.tsx +55 -8
- package/src/components/cms/ViewportObserver.tsx +3 -1
- package/src/components/cms/global/Components.ts +2 -0
- package/src/components/cms/home/Components.ts +2 -0
- package/src/components/cms/plp/Components.ts +2 -0
- package/src/components/cms/search/Components.ts +2 -0
- package/src/components/sections/Alert/OverriddenDefaultAlert.ts +2 -0
- package/src/components/sections/BannerText/OverriddenDefaultBannerText.ts +2 -0
- package/src/components/sections/Breadcrumb/OverriddenDefaultBreadcrumb.ts +2 -0
- package/src/components/sections/CrossSellingShelf/OverriddenDefaultCrossSellingShelf.ts +2 -0
- package/src/components/sections/EmptyState/OverriddenDefaultEmptyState.ts +2 -0
- package/src/components/sections/Hero/OverriddenDefaultHero.ts +2 -0
- package/src/components/sections/Navbar/OverriddenDefaultNavbar.ts +2 -0
- package/src/components/sections/Newsletter/OverriddenDefaultNewsletter.ts +2 -0
- package/src/components/sections/ProductDetails/OverriddenDefaultProductDetails.ts +2 -0
- package/src/components/sections/ProductGallery/OverriddenDefaultProductGallery.ts +2 -0
- package/src/components/sections/ProductShelf/OverriddenDefaultProductShelf.ts +2 -0
- package/src/components/sections/RegionBar/OverriddenDefaultRegionBar.ts +2 -0
- package/src/components/templates/LandingPage/LandingPage.tsx +2 -0
- package/src/customizations/src/GlobalOverrides.tsx +6 -0
- package/src/pages/404.tsx +2 -0
- package/src/pages/500.tsx +2 -0
- package/src/pages/[slug]/p.tsx +2 -0
- package/src/pages/_app.tsx +1 -0
- package/src/pages/login.tsx +2 -0
- package/src/plugins/.gitkeep +0 -0
- package/src/plugins/index.scss +3 -0
- package/src/plugins/index.ts +2 -0
- package/src/plugins/overrides/Alert.tsx +3 -0
- package/src/plugins/overrides/BannerText.tsx +3 -0
- package/src/plugins/overrides/Breadcrumb.tsx +3 -0
- package/src/plugins/overrides/CrossSellingShelf.tsx +3 -0
- package/src/plugins/overrides/EmptyState.tsx +3 -0
- package/src/plugins/overrides/Hero.tsx +3 -0
- package/src/plugins/overrides/Navbar.tsx +3 -0
- package/src/plugins/overrides/Newsletter.tsx +3 -0
- package/src/plugins/overrides/ProductDetails.tsx +3 -0
- package/src/plugins/overrides/ProductGallery.tsx +3 -0
- package/src/plugins/overrides/ProductShelf.tsx +3 -0
- package/src/plugins/overrides/RegionBar.tsx +3 -0
- package/src/plugins/overrides/ThirdPartyScripts.tsx +3 -0
- package/src/plugins/overrides/WebFonts.tsx +3 -0
- package/src/sdk/performance/useTTI.ts +35 -0
- package/.next/static/chunks/1550-a6207993ae890714.js +0 -1
- package/.next/static/chunks/4501-7857a5a8218d9f58.js +0 -1
- package/.next/static/chunks/6379-e49fe5643b85d5b5.js +0 -1
- package/.next/static/chunks/BannerNewsletter.29403e046f34b6c1.js +0 -1
- package/.next/static/chunks/BannerText.24939a8013e30e18.js +0 -1
- package/.next/static/chunks/Newsletter.7a07fe93f98e2922.js +0 -1
- package/.next/static/chunks/ProductShelf.d40d1e693c5a302b.js +0 -1
- package/.next/static/chunks/pages/404-358f6795222bf991.js +0 -1
- package/.next/static/chunks/pages/500-7adc48c3231ccee1.js +0 -1
- package/.next/static/chunks/pages/[...slug]-0203b74377537f7d.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-c005eeb4788692e7.js +0 -1
- package/.next/static/chunks/pages/index-ad532cf8840c5d3f.js +0 -1
- package/.next/static/chunks/pages/login-8d2eb8db226d6363.js +0 -1
- package/.next/static/chunks/pages/s-ba5734fbe496d9af.js +0 -1
- package/.next/static/wTXZLYjYfhhubsnCUqtpc/_buildManifest.js +0 -1
- /package/.next/static/{wTXZLYjYfhhubsnCUqtpc → sMXa4bqsC2EIl72tw9r2B}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
sMXa4bqsC2EIl72tw9r2B
|
|
@@ -5,119 +5,119 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/sMXa4bqsC2EIl72tw9r2B/_buildManifest.js",
|
|
9
|
+
"static/sMXa4bqsC2EIl72tw9r2B/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
15
15
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
16
16
|
"static/chunks/main-209ac4974b020af1.js",
|
|
17
17
|
"static/chunks/6941-6223429b182b7109.js",
|
|
18
18
|
"static/css/93d239c461485bdf.css",
|
|
19
|
-
"static/chunks/
|
|
19
|
+
"static/chunks/7563-92cb0cc92e3f616d.js",
|
|
20
20
|
"static/css/b1806cbafd0c1f81.css",
|
|
21
|
-
"static/chunks/pages/index-
|
|
21
|
+
"static/chunks/pages/index-01e855e8041d8ecd.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
25
25
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
26
26
|
"static/chunks/main-209ac4974b020af1.js",
|
|
27
27
|
"static/chunks/6941-6223429b182b7109.js",
|
|
28
28
|
"static/css/93d239c461485bdf.css",
|
|
29
|
-
"static/chunks/
|
|
29
|
+
"static/chunks/7563-92cb0cc92e3f616d.js",
|
|
30
30
|
"static/css/2980acad3f8e1028.css",
|
|
31
|
-
"static/chunks/pages/404-
|
|
31
|
+
"static/chunks/pages/404-5e3ccc26e8693eea.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
35
35
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
36
36
|
"static/chunks/main-209ac4974b020af1.js",
|
|
37
37
|
"static/chunks/6941-6223429b182b7109.js",
|
|
38
38
|
"static/css/93d239c461485bdf.css",
|
|
39
|
-
"static/chunks/
|
|
39
|
+
"static/chunks/7563-92cb0cc92e3f616d.js",
|
|
40
40
|
"static/css/2980acad3f8e1028.css",
|
|
41
|
-
"static/chunks/pages/500-
|
|
41
|
+
"static/chunks/pages/500-823cb0432a498a6a.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
45
45
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
46
46
|
"static/chunks/main-209ac4974b020af1.js",
|
|
47
47
|
"static/chunks/6941-6223429b182b7109.js",
|
|
48
48
|
"static/css/93d239c461485bdf.css",
|
|
49
|
-
"static/chunks/
|
|
49
|
+
"static/chunks/7563-92cb0cc92e3f616d.js",
|
|
50
50
|
"static/css/6e34c6c07086e3df.css",
|
|
51
|
-
"static/chunks/4501-
|
|
52
|
-
"static/chunks/pages/[...slug]-
|
|
51
|
+
"static/chunks/4501-effb6aa25a455116.js",
|
|
52
|
+
"static/chunks/pages/[...slug]-535243edd040fc0c.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
56
56
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
57
57
|
"static/chunks/main-209ac4974b020af1.js",
|
|
58
58
|
"static/chunks/6941-6223429b182b7109.js",
|
|
59
59
|
"static/chunks/2599-67df8c38c483737b.js",
|
|
60
60
|
"static/css/93d239c461485bdf.css",
|
|
61
|
-
"static/chunks/
|
|
61
|
+
"static/chunks/7563-92cb0cc92e3f616d.js",
|
|
62
62
|
"static/chunks/7498-791ad2ef2c9fc716.js",
|
|
63
63
|
"static/css/bf1560439df2c1a1.css",
|
|
64
64
|
"static/css/e3ff5d95518a5c79.css",
|
|
65
|
-
"static/chunks/6379-
|
|
65
|
+
"static/chunks/6379-5bc15c2be0861eec.js",
|
|
66
66
|
"static/css/d92839440872e246.css",
|
|
67
|
-
"static/chunks/pages/[slug]/p-
|
|
67
|
+
"static/chunks/pages/[slug]/p-1334ebce46042e06.js"
|
|
68
68
|
],
|
|
69
69
|
"/_app": [
|
|
70
|
-
"static/chunks/webpack-
|
|
70
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
71
71
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
72
72
|
"static/chunks/main-209ac4974b020af1.js",
|
|
73
73
|
"static/css/ee0556daedda6306.css",
|
|
74
|
-
"static/chunks/pages/_app-
|
|
74
|
+
"static/chunks/pages/_app-9d35d5919aef5334.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
|
-
"static/chunks/webpack-
|
|
77
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
78
78
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
79
79
|
"static/chunks/main-209ac4974b020af1.js",
|
|
80
80
|
"static/chunks/pages/_error-85cabf0d7a5ea2f2.js"
|
|
81
81
|
],
|
|
82
82
|
"/account": [
|
|
83
|
-
"static/chunks/webpack-
|
|
83
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
84
84
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
85
85
|
"static/chunks/main-209ac4974b020af1.js",
|
|
86
86
|
"static/chunks/6941-6223429b182b7109.js",
|
|
87
87
|
"static/css/93d239c461485bdf.css",
|
|
88
|
-
"static/chunks/
|
|
89
|
-
"static/chunks/pages/account-
|
|
88
|
+
"static/chunks/7563-92cb0cc92e3f616d.js",
|
|
89
|
+
"static/chunks/pages/account-1d2b1635afa59ace.js"
|
|
90
90
|
],
|
|
91
91
|
"/checkout": [
|
|
92
|
-
"static/chunks/webpack-
|
|
92
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
93
93
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
94
94
|
"static/chunks/main-209ac4974b020af1.js",
|
|
95
95
|
"static/chunks/6941-6223429b182b7109.js",
|
|
96
96
|
"static/css/93d239c461485bdf.css",
|
|
97
|
-
"static/chunks/
|
|
98
|
-
"static/chunks/pages/checkout-
|
|
97
|
+
"static/chunks/7563-92cb0cc92e3f616d.js",
|
|
98
|
+
"static/chunks/pages/checkout-4b85659485b4500c.js"
|
|
99
99
|
],
|
|
100
100
|
"/login": [
|
|
101
|
-
"static/chunks/webpack-
|
|
101
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
102
102
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
103
103
|
"static/chunks/main-209ac4974b020af1.js",
|
|
104
104
|
"static/chunks/6941-6223429b182b7109.js",
|
|
105
105
|
"static/css/93d239c461485bdf.css",
|
|
106
|
-
"static/chunks/
|
|
106
|
+
"static/chunks/7563-92cb0cc92e3f616d.js",
|
|
107
107
|
"static/css/2980acad3f8e1028.css",
|
|
108
|
-
"static/chunks/pages/login-
|
|
108
|
+
"static/chunks/pages/login-ec8f707d0c577b05.js"
|
|
109
109
|
],
|
|
110
110
|
"/s": [
|
|
111
|
-
"static/chunks/webpack-
|
|
111
|
+
"static/chunks/webpack-bf502499da135235.js",
|
|
112
112
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
113
113
|
"static/chunks/main-209ac4974b020af1.js",
|
|
114
114
|
"static/chunks/6941-6223429b182b7109.js",
|
|
115
115
|
"static/css/93d239c461485bdf.css",
|
|
116
|
-
"static/chunks/
|
|
116
|
+
"static/chunks/7563-92cb0cc92e3f616d.js",
|
|
117
117
|
"static/css/6e34c6c07086e3df.css",
|
|
118
|
-
"static/chunks/4501-
|
|
118
|
+
"static/chunks/4501-effb6aa25a455116.js",
|
|
119
119
|
"static/css/2980acad3f8e1028.css",
|
|
120
|
-
"static/chunks/pages/s-
|
|
120
|
+
"static/chunks/pages/s-a932301211f32425.js"
|
|
121
121
|
]
|
|
122
122
|
},
|
|
123
123
|
"ampFirstPages": []
|