@faststore/core 2.2.53 → 2.2.54
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 +54 -60
- 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/react-loadable-manifest.json +3 -3
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/390.js +453 -393
- package/.next/server/chunks/520.js +491 -0
- package/.next/server/chunks/732.js +1 -1
- package/.next/server/chunks/74.js +2043 -559
- package/.next/server/chunks/796.js +495 -0
- 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 +14 -0
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js +14 -0
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js +12 -12
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +7 -7
- 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 +14 -0
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/checkout.js +14 -0
- 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 +7 -7
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js +14 -0
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js +8 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/static/H_kSoqYPjjK2sM3cxP_pS/_buildManifest.js +1 -0
- package/.next/static/chunks/158-02891d5ee60b505c.js +1 -0
- package/.next/static/chunks/251.98f500dd8ba008ae.js +1 -0
- package/.next/static/chunks/497-176c5263d6378afc.js +1 -0
- package/.next/static/chunks/585.92188327fc30a684.js +1 -0
- package/.next/static/chunks/800.ea75aa39e939d9af.js +1 -0
- package/.next/static/chunks/897-b07932d813bb7dac.js +1 -0
- package/.next/static/chunks/pages/{404-7710903c2a59fa6e.js → 404-0bacd82dcf801c94.js} +1 -1
- package/.next/static/chunks/pages/{500-88a231e61179db83.js → 500-4dceb834e001d990.js} +1 -1
- package/.next/static/chunks/pages/[...slug]-0765ca2a2572ab9e.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-a402fb32d2a6ec95.js +1 -0
- package/.next/static/chunks/pages/{account-f163e14670372c05.js → account-57c0c1f70eed76a6.js} +1 -1
- package/.next/static/chunks/pages/{checkout-cf498a32e110bde8.js → checkout-e5db8918e7c9c75e.js} +1 -1
- package/.next/static/chunks/pages/index-d0c9985f7dde64ce.js +1 -0
- package/.next/static/chunks/pages/{login-707636c85f23cac6.js → login-39000c786b4f6222.js} +1 -1
- package/.next/static/chunks/pages/s-e195109f5acced7c.js +1 -0
- package/.next/static/chunks/webpack-422f774fb36da0fb.js +1 -0
- package/.next/static/css/{4e42cc999ad62b57.css → 0dc997f9da3027b7.css} +1 -1
- package/.next/static/css/58e1e061ceea2cd8.css +1 -0
- package/.next/static/css/{d7bbfbd552f407e9.css → cbccabebb36f7f92.css} +1 -1
- package/.next/static/css/{d456bfc64bc489a2.css → cf062feb79245123.css} +1 -1
- package/.next/trace +81 -81
- package/.turbo/turbo-build.log +19 -19
- package/.turbo/turbo-test.log +11 -11
- package/package.json +2 -2
- package/src/components/sections/ProductShelf/DefaultComponents.ts +9 -0
- package/src/components/sections/ProductShelf/OverriddenDefaultProductShelf.ts +12 -0
- package/src/components/templates/LandingPage/LandingPage.tsx +1 -1
- package/src/components/templates/ProductListingPage/ProductListing.tsx +1 -1
- package/src/components/ui/ProductShelf/ProductShelf.tsx +11 -12
- package/src/pages/index.tsx +1 -1
- package/src/sdk/overrides/sections.tsx +8 -4
- package/src/typings/overrides.ts +4 -1
- package/.next/server/chunks/117.js +0 -430
- package/.next/server/chunks/184.js +0 -61
- package/.next/server/chunks/53.js +0 -61
- package/.next/server/chunks/773.js +0 -550
- package/.next/server/chunks/854.js +0 -72
- package/.next/server/chunks/890.js +0 -1205
- package/.next/static/McclVBfxjOJEmRRYVXL7T/_buildManifest.js +0 -1
- package/.next/static/chunks/158-042441a60c3b4b56.js +0 -1
- package/.next/static/chunks/223-cb77217cce52d45c.js +0 -1
- package/.next/static/chunks/251.1c79f06f2a2814b1.js +0 -1
- package/.next/static/chunks/290-383e1d36f83c367d.js +0 -1
- package/.next/static/chunks/497-f3f10b00c609f0c2.js +0 -1
- package/.next/static/chunks/585.2d70151d75fdf960.js +0 -1
- package/.next/static/chunks/800.f63caad837409c7e.js +0 -1
- package/.next/static/chunks/pages/[...slug]-9b20bb8274fe7854.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-0ef7dd71888c199e.js +0 -1
- package/.next/static/chunks/pages/index-1cfe3afbd6564f45.js +0 -1
- package/.next/static/chunks/pages/s-0bfcfd0d40841dcf.js +0 -1
- package/.next/static/chunks/webpack-ba86ae9a63f61805.js +0 -1
- package/.next/static/css/14c11109f82a6f9a.css +0 -1
- package/.next/static/css/e337ce16f77f08a7.css +0 -1
- package/src/components/sections/ProductShelf/Overrides.tsx +0 -20
- /package/.next/static/{McclVBfxjOJEmRRYVXL7T → H_kSoqYPjjK2sM3cxP_pS}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
H_kSoqYPjjK2sM3cxP_pS
|
|
@@ -5,120 +5,114 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/H_kSoqYPjjK2sM3cxP_pS/_buildManifest.js",
|
|
9
|
+
"static/H_kSoqYPjjK2sM3cxP_pS/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
17
|
-
"static/chunks/
|
|
18
|
-
"static/css/
|
|
19
|
-
"static/chunks/158-
|
|
20
|
-
"static/css/
|
|
21
|
-
"static/chunks/
|
|
22
|
-
"static/css/d456bfc64bc489a2.css",
|
|
23
|
-
"static/chunks/pages/index-1cfe3afbd6564f45.js"
|
|
17
|
+
"static/chunks/897-b07932d813bb7dac.js",
|
|
18
|
+
"static/css/58e1e061ceea2cd8.css",
|
|
19
|
+
"static/chunks/158-02891d5ee60b505c.js",
|
|
20
|
+
"static/css/cf062feb79245123.css",
|
|
21
|
+
"static/chunks/pages/index-d0c9985f7dde64ce.js"
|
|
24
22
|
],
|
|
25
23
|
"/404": [
|
|
26
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
27
25
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
28
26
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
29
|
-
"static/chunks/
|
|
30
|
-
"static/css/
|
|
31
|
-
"static/chunks/158-
|
|
27
|
+
"static/chunks/897-b07932d813bb7dac.js",
|
|
28
|
+
"static/css/58e1e061ceea2cd8.css",
|
|
29
|
+
"static/chunks/158-02891d5ee60b505c.js",
|
|
32
30
|
"static/css/df588bb98c0b0ca6.css",
|
|
33
|
-
"static/chunks/pages/404-
|
|
31
|
+
"static/chunks/pages/404-0bacd82dcf801c94.js"
|
|
34
32
|
],
|
|
35
33
|
"/500": [
|
|
36
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
37
35
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
38
36
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
39
|
-
"static/chunks/
|
|
40
|
-
"static/css/
|
|
41
|
-
"static/chunks/158-
|
|
37
|
+
"static/chunks/897-b07932d813bb7dac.js",
|
|
38
|
+
"static/css/58e1e061ceea2cd8.css",
|
|
39
|
+
"static/chunks/158-02891d5ee60b505c.js",
|
|
42
40
|
"static/css/df588bb98c0b0ca6.css",
|
|
43
|
-
"static/chunks/pages/500-
|
|
41
|
+
"static/chunks/pages/500-4dceb834e001d990.js"
|
|
44
42
|
],
|
|
45
43
|
"/[...slug]": [
|
|
46
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
47
45
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
48
46
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
49
|
-
"static/chunks/
|
|
50
|
-
"static/css/
|
|
51
|
-
"static/chunks/158-
|
|
52
|
-
"static/css/14c11109f82a6f9a.css",
|
|
53
|
-
"static/chunks/290-383e1d36f83c367d.js",
|
|
47
|
+
"static/chunks/897-b07932d813bb7dac.js",
|
|
48
|
+
"static/css/58e1e061ceea2cd8.css",
|
|
49
|
+
"static/chunks/158-02891d5ee60b505c.js",
|
|
54
50
|
"static/css/723835bce380750d.css",
|
|
55
|
-
"static/chunks/497-
|
|
56
|
-
"static/css/
|
|
57
|
-
"static/chunks/pages/[...slug]-
|
|
51
|
+
"static/chunks/497-176c5263d6378afc.js",
|
|
52
|
+
"static/css/0dc997f9da3027b7.css",
|
|
53
|
+
"static/chunks/pages/[...slug]-0765ca2a2572ab9e.js"
|
|
58
54
|
],
|
|
59
55
|
"/[slug]/p": [
|
|
60
|
-
"static/chunks/webpack-
|
|
56
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
61
57
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
62
58
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
63
|
-
"static/chunks/
|
|
64
|
-
"static/css/
|
|
65
|
-
"static/chunks/158-
|
|
66
|
-
"static/css/
|
|
67
|
-
"static/chunks/
|
|
68
|
-
"static/css/d7bbfbd552f407e9.css",
|
|
69
|
-
"static/chunks/pages/[slug]/p-0ef7dd71888c199e.js"
|
|
59
|
+
"static/chunks/897-b07932d813bb7dac.js",
|
|
60
|
+
"static/css/58e1e061ceea2cd8.css",
|
|
61
|
+
"static/chunks/158-02891d5ee60b505c.js",
|
|
62
|
+
"static/css/cbccabebb36f7f92.css",
|
|
63
|
+
"static/chunks/pages/[slug]/p-a402fb32d2a6ec95.js"
|
|
70
64
|
],
|
|
71
65
|
"/_app": [
|
|
72
|
-
"static/chunks/webpack-
|
|
66
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
73
67
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
74
68
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
75
69
|
"static/css/5d1f64b61ea581f4.css",
|
|
76
70
|
"static/chunks/pages/_app-30b9666307e4b3b1.js"
|
|
77
71
|
],
|
|
78
72
|
"/_error": [
|
|
79
|
-
"static/chunks/webpack-
|
|
73
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
80
74
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
81
75
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
82
76
|
"static/chunks/pages/_error-319451dea77827a6.js"
|
|
83
77
|
],
|
|
84
78
|
"/account": [
|
|
85
|
-
"static/chunks/webpack-
|
|
79
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
86
80
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
87
81
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
88
|
-
"static/chunks/
|
|
89
|
-
"static/css/
|
|
90
|
-
"static/chunks/158-
|
|
91
|
-
"static/chunks/pages/account-
|
|
82
|
+
"static/chunks/897-b07932d813bb7dac.js",
|
|
83
|
+
"static/css/58e1e061ceea2cd8.css",
|
|
84
|
+
"static/chunks/158-02891d5ee60b505c.js",
|
|
85
|
+
"static/chunks/pages/account-57c0c1f70eed76a6.js"
|
|
92
86
|
],
|
|
93
87
|
"/checkout": [
|
|
94
|
-
"static/chunks/webpack-
|
|
88
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
95
89
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
96
90
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
97
|
-
"static/chunks/
|
|
98
|
-
"static/css/
|
|
99
|
-
"static/chunks/158-
|
|
100
|
-
"static/chunks/pages/checkout-
|
|
91
|
+
"static/chunks/897-b07932d813bb7dac.js",
|
|
92
|
+
"static/css/58e1e061ceea2cd8.css",
|
|
93
|
+
"static/chunks/158-02891d5ee60b505c.js",
|
|
94
|
+
"static/chunks/pages/checkout-e5db8918e7c9c75e.js"
|
|
101
95
|
],
|
|
102
96
|
"/login": [
|
|
103
|
-
"static/chunks/webpack-
|
|
97
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
104
98
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
105
99
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
106
|
-
"static/chunks/
|
|
107
|
-
"static/css/
|
|
108
|
-
"static/chunks/158-
|
|
100
|
+
"static/chunks/897-b07932d813bb7dac.js",
|
|
101
|
+
"static/css/58e1e061ceea2cd8.css",
|
|
102
|
+
"static/chunks/158-02891d5ee60b505c.js",
|
|
109
103
|
"static/css/df588bb98c0b0ca6.css",
|
|
110
|
-
"static/chunks/pages/login-
|
|
104
|
+
"static/chunks/pages/login-39000c786b4f6222.js"
|
|
111
105
|
],
|
|
112
106
|
"/s": [
|
|
113
|
-
"static/chunks/webpack-
|
|
107
|
+
"static/chunks/webpack-422f774fb36da0fb.js",
|
|
114
108
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
115
109
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
116
|
-
"static/chunks/
|
|
117
|
-
"static/css/
|
|
118
|
-
"static/chunks/158-
|
|
110
|
+
"static/chunks/897-b07932d813bb7dac.js",
|
|
111
|
+
"static/css/58e1e061ceea2cd8.css",
|
|
112
|
+
"static/chunks/158-02891d5ee60b505c.js",
|
|
119
113
|
"static/css/723835bce380750d.css",
|
|
120
|
-
"static/chunks/497-
|
|
121
|
-
"static/chunks/pages/s-
|
|
114
|
+
"static/chunks/497-176c5263d6378afc.js",
|
|
115
|
+
"static/chunks/pages/s-e195109f5acced7c.js"
|
|
122
116
|
]
|
|
123
117
|
},
|
|
124
118
|
"ampFirstPages": []
|