@faststore/core 2.0.109-alpha.0 → 2.0.111-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 +23 -23
- 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 +2 -2
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/3746.js +25 -12
- package/.next/server/chunks/4371.js +1 -17
- package/.next/server/chunks/7104.js +79 -40
- 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.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- 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/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/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/{vWh_dPsnJV9meO8Kq5E5o → 9Ky0GSgsGtSo-AwW56Nrf}/_buildManifest.js +1 -1
- package/.next/static/chunks/170.79b2f8527e327bca.js +1 -0
- package/.next/static/chunks/{264-f45c6dcd6b439926.js → 264-5b07911df63b8601.js} +1 -1
- package/.next/static/chunks/pages/{[...slug]-b14fff4519868d10.js → [...slug]-29d3b81ee0953846.js} +1 -1
- package/.next/static/chunks/pages/[slug]/p-9b24055cb30ee7a8.js +1 -0
- package/.next/static/chunks/pages/index-218f29b878a08dc6.js +1 -0
- package/.next/static/chunks/{webpack-1ebb0658d4889fa1.js → webpack-62b0142505600323.js} +1 -1
- package/.next/static/css/1f987650dd4e39d0.css +1 -0
- package/.next/static/css/{746ddf5f7ecc069c.css → 3a57acf6e411f24d.css} +1 -1
- package/.next/static/css/{8bd5f3edaa885495.css → 4abccf9803c3c356.css} +1 -1
- package/.next/static/css/6f4d3e91f1d161a8.css +1 -0
- package/.next/static/css/{2c5f55d60ddda308.css → b32231bee7a654b8.css} +1 -1
- package/.next/trace +64 -64
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +12 -0
- package/package.json +4 -4
- package/src/components/product/ProductGrid/ProductGrid.tsx +10 -5
- package/src/components/sections/ProductShelf/ProductShelf.tsx +17 -12
- package/src/components/skeletons/ProductGridSkeleton/ProductGridSkeleton.tsx +1 -2
- package/src/components/skeletons/ProductShelfSkeleton/ProductShelfSkeleton.tsx +15 -11
- package/.next/static/chunks/686.0136918bcab42e72.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-b687762c9b3641e9.js +0 -1
- package/.next/static/chunks/pages/index-dd59532b397d7f2a.js +0 -1
- package/.next/static/css/cf4c6e7294227fd7.css +0 -1
- package/.next/static/css/db8c05ac7f2f0071.css +0 -1
- package/src/components/product/ProductGrid/ProductGrid.stories.mdx +0 -96
- package/src/components/product/ProductGrid/product-grid.module.scss +0 -39
- package/src/components/sections/ProductShelf/product-shelf.module.scss +0 -41
- package/src/styles/global/layout.scss +0 -73
- /package/.next/static/{vWh_dPsnJV9meO8Kq5E5o → 9Ky0GSgsGtSo-AwW56Nrf}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9Ky0GSgsGtSo-AwW56Nrf
|
|
@@ -5,93 +5,93 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/9Ky0GSgsGtSo-AwW56Nrf/_buildManifest.js",
|
|
9
|
+
"static/9Ky0GSgsGtSo-AwW56Nrf/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
17
17
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
18
18
|
"static/chunks/781-e1b538e051ff4c3e.js",
|
|
19
|
-
"static/css/
|
|
20
|
-
"static/chunks/pages/index-
|
|
19
|
+
"static/css/3a57acf6e411f24d.css",
|
|
20
|
+
"static/chunks/pages/index-218f29b878a08dc6.js"
|
|
21
21
|
],
|
|
22
22
|
"/404": [
|
|
23
|
-
"static/chunks/webpack-
|
|
23
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
24
24
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
25
25
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
26
26
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
27
27
|
"static/chunks/pages/404-3637ef83b3359df7.js"
|
|
28
28
|
],
|
|
29
29
|
"/500": [
|
|
30
|
-
"static/chunks/webpack-
|
|
30
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
31
31
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
32
32
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
33
33
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
34
34
|
"static/chunks/pages/500-910883c20541d9ce.js"
|
|
35
35
|
],
|
|
36
36
|
"/[...slug]": [
|
|
37
|
-
"static/chunks/webpack-
|
|
37
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
38
38
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
39
39
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
40
40
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
41
|
-
"static/chunks/264-
|
|
42
|
-
"static/css/
|
|
43
|
-
"static/chunks/pages/[...slug]-
|
|
41
|
+
"static/chunks/264-5b07911df63b8601.js",
|
|
42
|
+
"static/css/1f987650dd4e39d0.css",
|
|
43
|
+
"static/chunks/pages/[...slug]-29d3b81ee0953846.js"
|
|
44
44
|
],
|
|
45
45
|
"/[slug]/p": [
|
|
46
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
47
47
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
48
48
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
49
49
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
50
50
|
"static/chunks/781-e1b538e051ff4c3e.js",
|
|
51
|
-
"static/css/
|
|
52
|
-
"static/chunks/pages/[slug]/p-
|
|
51
|
+
"static/css/4abccf9803c3c356.css",
|
|
52
|
+
"static/chunks/pages/[slug]/p-9b24055cb30ee7a8.js"
|
|
53
53
|
],
|
|
54
54
|
"/_app": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
56
56
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
57
57
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
58
|
-
"static/css/
|
|
58
|
+
"static/css/b32231bee7a654b8.css",
|
|
59
59
|
"static/chunks/pages/_app-9d067ed89f7a4001.js"
|
|
60
60
|
],
|
|
61
61
|
"/_error": [
|
|
62
|
-
"static/chunks/webpack-
|
|
62
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
63
63
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
64
64
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
65
65
|
"static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"
|
|
66
66
|
],
|
|
67
67
|
"/account": [
|
|
68
|
-
"static/chunks/webpack-
|
|
68
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
69
69
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
70
70
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
71
71
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
72
72
|
"static/chunks/pages/account-b8fc5222ffe89b60.js"
|
|
73
73
|
],
|
|
74
74
|
"/checkout": [
|
|
75
|
-
"static/chunks/webpack-
|
|
75
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
76
76
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
77
77
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
78
78
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
79
79
|
"static/chunks/pages/checkout-f8cb7cb22225ef9d.js"
|
|
80
80
|
],
|
|
81
81
|
"/login": [
|
|
82
|
-
"static/chunks/webpack-
|
|
82
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
83
83
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
84
84
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
85
85
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
86
86
|
"static/chunks/pages/login-45cc84352bac2408.js"
|
|
87
87
|
],
|
|
88
88
|
"/s": [
|
|
89
|
-
"static/chunks/webpack-
|
|
89
|
+
"static/chunks/webpack-62b0142505600323.js",
|
|
90
90
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
91
91
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
92
92
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
93
|
-
"static/chunks/264-
|
|
94
|
-
"static/css/
|
|
93
|
+
"static/chunks/264-5b07911df63b8601.js",
|
|
94
|
+
"static/css/6f4d3e91f1d161a8.css",
|
|
95
95
|
"static/chunks/pages/s-ba2868e14fedb65b.js"
|
|
96
96
|
]
|
|
97
97
|
},
|