@faststore/core 2.0.173-alpha.0 → 2.0.176-alpha.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 +38 -38
- 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/205.js +145 -115
- package/.next/server/chunks/{874.js → 253.js} +70 -22
- package/.next/server/chunks/350.js +1 -1
- package/.next/server/chunks/{82.js → 378.js} +68 -113
- package/.next/server/chunks/{970.js → 513.js} +69 -12
- package/.next/server/chunks/74.js +294 -214
- 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 +3 -3
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +335 -542
- 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 +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 +76 -16
- 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 +2 -2
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +5 -5
- package/.next/static/chunks/21-5b0c50a44b0ed6ce.js +1 -0
- package/.next/static/chunks/234-7d72b0ee52936c13.js +1 -0
- package/.next/static/chunks/682-87e51207e723f53f.js +1 -0
- package/.next/static/chunks/pages/{404-1d46047d84c70397.js → 404-e7a1846b72ad3430.js} +1 -1
- package/.next/static/chunks/pages/{500-e0780a8c9c2b95b9.js → 500-0f4d738fa1caac78.js} +1 -1
- package/.next/static/chunks/pages/[...slug]-119a323292c7e3af.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-3c424924080d88cb.js +1 -0
- package/.next/static/chunks/pages/{account-e2c5451023a787be.js → account-bbe1795b8566f75a.js} +1 -1
- package/.next/static/chunks/pages/{checkout-4f9386de28fa9bab.js → checkout-4321004c6cdaf5c7.js} +1 -1
- package/.next/static/chunks/pages/index-949a5393471484d5.js +1 -0
- package/.next/static/chunks/pages/{login-2e426ab5bd8af906.js → login-b09e2dd0941c8882.js} +1 -1
- package/.next/static/chunks/pages/{s-8dbc6ab055ffb6b3.js → s-e603b0c6e5eef0a7.js} +1 -1
- package/.next/static/chunks/webpack-9ba6546d294eb768.js +1 -0
- package/.next/static/css/{e2dad288b79896b9.css → 104f0f3ce3be32c6.css} +1 -1
- package/.next/static/css/8988ac07eb0af0ca.css +1 -0
- package/.next/static/css/c7fc1f563fa33060.css +1 -0
- package/.next/static/evxRGivPQKSww6tcC1Mrv/_buildManifest.js +1 -0
- package/.next/trace +72 -71
- package/.turbo/turbo-build.log +9 -9
- package/CHANGELOG.md +12 -0
- package/package.json +4 -4
- package/src/components/navigation/Navbar/Navbar.tsx +37 -29
- package/src/components/navigation/NavbarLinks/NavbarLinks.tsx +9 -9
- package/src/components/navigation/NavbarSlider/NavbarSlider.tsx +23 -18
- package/src/components/sections/Alert/Alert.tsx +0 -1
- package/src/components/sections/BannerNewsletter/BannerNewsletter.tsx +13 -9
- package/src/components/sections/BannerNewsletter/section.module.scss +1 -1
- package/src/components/sections/BannerText/BannerText.tsx +31 -20
- package/src/components/sections/BannerText/Overrides.tsx +30 -0
- package/src/components/sections/BannerText/section.module.scss +1 -1
- package/src/components/sections/Breadcrumb/Overrides.tsx +27 -0
- package/src/components/sections/Hero/Hero.tsx +19 -13
- package/src/components/sections/Hero/Overrides.tsx +32 -0
- package/src/components/sections/Navbar/Navbar.tsx +6 -6
- package/src/components/sections/Navbar/Overrides.tsx +48 -0
- package/src/components/sections/Newsletter/Newsletter.tsx +2 -6
- package/src/components/sections/ProductDetails/Overrides.tsx +13 -4
- package/src/components/sections/ProductDetails/ProductDetails.tsx +15 -13
- package/src/components/sections/ProductShelf/Overrides.tsx +34 -0
- package/src/components/ui/Breadcrumb/Breadcrumb.tsx +14 -5
- package/src/components/ui/Link/Link.tsx +2 -2
- package/src/components/ui/ProductDescription/ProductDescription.tsx +37 -228
- package/src/components/ui/ProductDetails/ProductDetailsSettings.tsx +9 -8
- package/src/components/ui/ProductShelf/ProductShelf.tsx +26 -17
- package/src/components/ui/ShippingSimulation/ShippingSimulation.tsx +6 -5
- package/src/components/ui/SkuSelector/Selectors.tsx +6 -2
- package/src/customizations/components/CustomComponent.tsx +9 -0
- package/src/customizations/components/overrides/BannerText.tsx +15 -0
- package/src/customizations/components/overrides/Breadcrumb.tsx +15 -0
- package/src/customizations/components/overrides/Hero.tsx +16 -0
- package/src/customizations/components/overrides/Navbar.tsx +24 -0
- package/src/customizations/components/overrides/ProductDetails.tsx +6 -4
- package/src/customizations/components/overrides/ProductShelf.tsx +11 -5
- package/src/typings/overrides.d.ts +54 -17
- package/.next/static/PhpKjbrX2m-wtpeOa39bI/_buildManifest.js +0 -1
- package/.next/static/chunks/0-82274e07cb857231.js +0 -1
- package/.next/static/chunks/240-8e66b2892f9d8c40.js +0 -1
- package/.next/static/chunks/671-b9052a742f78868a.js +0 -1
- package/.next/static/chunks/pages/[...slug]-790467346ef6ea71.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-cacfd98badcab1cc.js +0 -1
- package/.next/static/chunks/pages/index-eed785c65060e408.js +0 -1
- package/.next/static/chunks/webpack-d62f6560695a4b1b.js +0 -1
- package/.next/static/css/13a4da555ff5e3be.css +0 -1
- package/.next/static/css/c6f97f692b2efad9.css +0 -1
- package/src/components/ui/BannerText/BannerText.tsx +0 -69
- package/src/components/ui/BannerText/index.ts +0 -2
- package/src/components/ui/ProductShelf/Overrides.tsx +0 -10
- /package/.next/static/{PhpKjbrX2m-wtpeOa39bI → evxRGivPQKSww6tcC1Mrv}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
evxRGivPQKSww6tcC1Mrv
|
|
@@ -5,118 +5,118 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/evxRGivPQKSww6tcC1Mrv/_buildManifest.js",
|
|
9
|
+
"static/evxRGivPQKSww6tcC1Mrv/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-fd466221927468fd.js",
|
|
17
17
|
"static/chunks/460-08f41a79ff49f7be.js",
|
|
18
18
|
"static/css/23a9d5dfc051ec6e.css",
|
|
19
|
-
"static/chunks/
|
|
19
|
+
"static/chunks/682-87e51207e723f53f.js",
|
|
20
20
|
"static/css/287f5ba239375052.css",
|
|
21
|
-
"static/chunks/
|
|
22
|
-
"static/css/
|
|
23
|
-
"static/chunks/pages/index-
|
|
21
|
+
"static/chunks/234-7d72b0ee52936c13.js",
|
|
22
|
+
"static/css/c7fc1f563fa33060.css",
|
|
23
|
+
"static/chunks/pages/index-949a5393471484d5.js"
|
|
24
24
|
],
|
|
25
25
|
"/404": [
|
|
26
|
-
"static/chunks/webpack-
|
|
26
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
27
27
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
28
28
|
"static/chunks/main-fd466221927468fd.js",
|
|
29
29
|
"static/chunks/460-08f41a79ff49f7be.js",
|
|
30
30
|
"static/css/23a9d5dfc051ec6e.css",
|
|
31
|
-
"static/chunks/
|
|
31
|
+
"static/chunks/682-87e51207e723f53f.js",
|
|
32
32
|
"static/css/e02cdad8fc000339.css",
|
|
33
|
-
"static/chunks/pages/404-
|
|
33
|
+
"static/chunks/pages/404-e7a1846b72ad3430.js"
|
|
34
34
|
],
|
|
35
35
|
"/500": [
|
|
36
|
-
"static/chunks/webpack-
|
|
36
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
37
37
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
38
38
|
"static/chunks/main-fd466221927468fd.js",
|
|
39
39
|
"static/chunks/460-08f41a79ff49f7be.js",
|
|
40
40
|
"static/css/23a9d5dfc051ec6e.css",
|
|
41
|
-
"static/chunks/
|
|
41
|
+
"static/chunks/682-87e51207e723f53f.js",
|
|
42
42
|
"static/css/e02cdad8fc000339.css",
|
|
43
|
-
"static/chunks/pages/500-
|
|
43
|
+
"static/chunks/pages/500-0f4d738fa1caac78.js"
|
|
44
44
|
],
|
|
45
45
|
"/[...slug]": [
|
|
46
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
47
47
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
48
48
|
"static/chunks/main-fd466221927468fd.js",
|
|
49
49
|
"static/chunks/460-08f41a79ff49f7be.js",
|
|
50
50
|
"static/css/23a9d5dfc051ec6e.css",
|
|
51
|
-
"static/chunks/
|
|
51
|
+
"static/chunks/682-87e51207e723f53f.js",
|
|
52
52
|
"static/css/d4a0d9df8c6df555.css",
|
|
53
|
-
"static/chunks/
|
|
53
|
+
"static/chunks/21-5b0c50a44b0ed6ce.js",
|
|
54
54
|
"static/css/6e41f1b6078c14c1.css",
|
|
55
|
-
"static/chunks/pages/[...slug]-
|
|
55
|
+
"static/chunks/pages/[...slug]-119a323292c7e3af.js"
|
|
56
56
|
],
|
|
57
57
|
"/[slug]/p": [
|
|
58
|
-
"static/chunks/webpack-
|
|
58
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
59
59
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
60
60
|
"static/chunks/main-fd466221927468fd.js",
|
|
61
61
|
"static/chunks/460-08f41a79ff49f7be.js",
|
|
62
62
|
"static/css/23a9d5dfc051ec6e.css",
|
|
63
|
-
"static/chunks/
|
|
63
|
+
"static/chunks/682-87e51207e723f53f.js",
|
|
64
64
|
"static/css/287f5ba239375052.css",
|
|
65
|
-
"static/chunks/
|
|
66
|
-
"static/css/
|
|
67
|
-
"static/chunks/pages/[slug]/p-
|
|
65
|
+
"static/chunks/234-7d72b0ee52936c13.js",
|
|
66
|
+
"static/css/8988ac07eb0af0ca.css",
|
|
67
|
+
"static/chunks/pages/[slug]/p-3c424924080d88cb.js"
|
|
68
68
|
],
|
|
69
69
|
"/_app": [
|
|
70
|
-
"static/chunks/webpack-
|
|
70
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
71
71
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
72
72
|
"static/chunks/main-fd466221927468fd.js",
|
|
73
|
-
"static/css/
|
|
73
|
+
"static/css/104f0f3ce3be32c6.css",
|
|
74
74
|
"static/chunks/pages/_app-79d333aa6001a806.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
|
-
"static/chunks/webpack-
|
|
77
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
78
78
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
79
79
|
"static/chunks/main-fd466221927468fd.js",
|
|
80
80
|
"static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"
|
|
81
81
|
],
|
|
82
82
|
"/account": [
|
|
83
|
-
"static/chunks/webpack-
|
|
83
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
84
84
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
85
85
|
"static/chunks/main-fd466221927468fd.js",
|
|
86
86
|
"static/chunks/460-08f41a79ff49f7be.js",
|
|
87
87
|
"static/css/23a9d5dfc051ec6e.css",
|
|
88
|
-
"static/chunks/
|
|
89
|
-
"static/chunks/pages/account-
|
|
88
|
+
"static/chunks/682-87e51207e723f53f.js",
|
|
89
|
+
"static/chunks/pages/account-bbe1795b8566f75a.js"
|
|
90
90
|
],
|
|
91
91
|
"/checkout": [
|
|
92
|
-
"static/chunks/webpack-
|
|
92
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
93
93
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
94
94
|
"static/chunks/main-fd466221927468fd.js",
|
|
95
95
|
"static/chunks/460-08f41a79ff49f7be.js",
|
|
96
96
|
"static/css/23a9d5dfc051ec6e.css",
|
|
97
|
-
"static/chunks/
|
|
98
|
-
"static/chunks/pages/checkout-
|
|
97
|
+
"static/chunks/682-87e51207e723f53f.js",
|
|
98
|
+
"static/chunks/pages/checkout-4321004c6cdaf5c7.js"
|
|
99
99
|
],
|
|
100
100
|
"/login": [
|
|
101
|
-
"static/chunks/webpack-
|
|
101
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
102
102
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
103
103
|
"static/chunks/main-fd466221927468fd.js",
|
|
104
104
|
"static/chunks/460-08f41a79ff49f7be.js",
|
|
105
105
|
"static/css/23a9d5dfc051ec6e.css",
|
|
106
|
-
"static/chunks/
|
|
106
|
+
"static/chunks/682-87e51207e723f53f.js",
|
|
107
107
|
"static/css/e02cdad8fc000339.css",
|
|
108
|
-
"static/chunks/pages/login-
|
|
108
|
+
"static/chunks/pages/login-b09e2dd0941c8882.js"
|
|
109
109
|
],
|
|
110
110
|
"/s": [
|
|
111
|
-
"static/chunks/webpack-
|
|
111
|
+
"static/chunks/webpack-9ba6546d294eb768.js",
|
|
112
112
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
113
113
|
"static/chunks/main-fd466221927468fd.js",
|
|
114
114
|
"static/chunks/460-08f41a79ff49f7be.js",
|
|
115
115
|
"static/css/23a9d5dfc051ec6e.css",
|
|
116
|
-
"static/chunks/
|
|
116
|
+
"static/chunks/682-87e51207e723f53f.js",
|
|
117
117
|
"static/css/d4a0d9df8c6df555.css",
|
|
118
|
-
"static/chunks/
|
|
119
|
-
"static/chunks/pages/s-
|
|
118
|
+
"static/chunks/21-5b0c50a44b0ed6ce.js",
|
|
119
|
+
"static/chunks/pages/s-e603b0c6e5eef0a7.js"
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
122
|
"ampFirstPages": []
|