@faststore/core 2.0.106-alpha.0 → 2.0.108-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 +24 -24
- 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 +4 -5
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/120.js +2 -2
- package/.next/server/chunks/2502.js +36 -69
- package/.next/server/chunks/4312.js +2 -2
- package/.next/server/chunks/4371.js +40 -73
- package/.next/server/chunks/6280.js +2 -2
- package/.next/server/chunks/6898.js +1 -1
- package/.next/server/chunks/7181.js +36 -30
- package/.next/server/chunks/7992.js +7 -26
- package/.next/server/chunks/8287.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.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js +2 -2
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +5 -5
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js +5 -5
- 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/en-US.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/static/chunks/264-f45c6dcd6b439926.js +1 -0
- package/.next/static/chunks/54.e6562383f8a1dfe7.js +1 -0
- package/.next/static/chunks/{597.43467badf5c82358.js → 597.fc79494903e8bb84.js} +1 -1
- package/.next/static/chunks/{686.14ab3eb175c23970.js → 686.0136918bcab42e72.js} +1 -1
- package/.next/static/chunks/{996.64460309250b214c.js → 996.0cec637399d0f543.js} +1 -1
- package/.next/static/chunks/pages/404-3637ef83b3359df7.js +1 -0
- package/.next/static/chunks/pages/{[...slug]-ec85cc3d8b3622ad.js → [...slug]-a2ec94b035681582.js} +1 -1
- package/.next/static/chunks/pages/[slug]/p-67b681d02273f301.js +1 -0
- package/.next/static/chunks/pages/_app-9d067ed89f7a4001.js +1 -0
- package/.next/static/chunks/pages/index-7769e874d3fbd8dd.js +1 -0
- package/.next/static/chunks/pages/login-45cc84352bac2408.js +1 -0
- package/.next/static/chunks/webpack-182a506b4bd9e4b5.js +1 -0
- package/.next/static/css/{1024849ea6421e1e.css → 2c5f55d60ddda308.css} +1 -1
- package/.next/static/css/cf4c6e7294227fd7.css +1 -0
- package/.next/static/css/db8c05ac7f2f0071.css +1 -0
- package/.next/static/{78q0IAs7tpB_rHHIDEdG9 → zkJv0WcIQkZjhY4M0IF36}/_buildManifest.js +1 -1
- package/.next/trace +63 -64
- package/.turbo/turbo-build.log +11 -9
- package/CHANGELOG.md +12 -0
- package/package.json +4 -4
- package/src/components/cart/EmptyCart/EmptyCart.tsx +12 -9
- package/src/components/sections/Newsletter/Newsletter.tsx +3 -7
- package/src/components/sections/ProductGallery/EmptyGallery.tsx +26 -19
- package/src/components/sections/ProductGallery/product-gallery.module.scss +1 -1
- package/src/pages/404.tsx +15 -2
- package/src/pages/login.tsx +4 -1
- package/.next/static/chunks/264-6dc2258a751b3d74.js +0 -1
- package/.next/static/chunks/54.3965c4cb1b3f985c.js +0 -1
- package/.next/static/chunks/pages/404-ba608a2a9f0c420a.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-1c7d20c6807d3dbc.js +0 -1
- package/.next/static/chunks/pages/_app-4656b49f263e86d4.js +0 -1
- package/.next/static/chunks/pages/index-9ea3f7868f5ed138.js +0 -1
- package/.next/static/chunks/pages/login-33954810b200eca8.js +0 -1
- package/.next/static/chunks/webpack-3587f79b2eaad6ba.js +0 -1
- package/.next/static/css/8ea129ea90e49e98.css +0 -1
- package/.next/static/css/db63ea05e98cb7e8.css +0 -1
- package/.next/static/css/dcd034ec6c716e5c.css +0 -1
- package/src/components/ui/EmptyState/EmptyState.stories.mdx +0 -146
- package/src/components/ui/EmptyState/EmptyState.tsx +0 -26
- package/src/components/ui/EmptyState/empty-state.module.scss +0 -63
- package/src/components/ui/EmptyState/index.ts +0 -1
- /package/.next/static/{78q0IAs7tpB_rHHIDEdG9 → zkJv0WcIQkZjhY4M0IF36}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
zkJv0WcIQkZjhY4M0IF36
|
|
@@ -5,93 +5,93 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/zkJv0WcIQkZjhY4M0IF36/_buildManifest.js",
|
|
9
|
+
"static/zkJv0WcIQkZjhY4M0IF36/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-182a506b4bd9e4b5.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
19
|
"static/css/43d61b402f41569b.css",
|
|
20
|
-
"static/chunks/pages/index-
|
|
20
|
+
"static/chunks/pages/index-7769e874d3fbd8dd.js"
|
|
21
21
|
],
|
|
22
22
|
"/404": [
|
|
23
|
-
"static/chunks/webpack-
|
|
23
|
+
"static/chunks/webpack-182a506b4bd9e4b5.js",
|
|
24
24
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
25
25
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
26
26
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
27
|
-
"static/chunks/pages/404-
|
|
27
|
+
"static/chunks/pages/404-3637ef83b3359df7.js"
|
|
28
28
|
],
|
|
29
29
|
"/500": [
|
|
30
|
-
"static/chunks/webpack-
|
|
30
|
+
"static/chunks/webpack-182a506b4bd9e4b5.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-182a506b4bd9e4b5.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-f45c6dcd6b439926.js",
|
|
42
|
+
"static/css/db8c05ac7f2f0071.css",
|
|
43
|
+
"static/chunks/pages/[...slug]-a2ec94b035681582.js"
|
|
44
44
|
],
|
|
45
45
|
"/[slug]/p": [
|
|
46
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-182a506b4bd9e4b5.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
51
|
"static/css/8d4cc2151b8e3693.css",
|
|
52
|
-
"static/chunks/pages/[slug]/p-
|
|
52
|
+
"static/chunks/pages/[slug]/p-67b681d02273f301.js"
|
|
53
53
|
],
|
|
54
54
|
"/_app": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-182a506b4bd9e4b5.js",
|
|
56
56
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
57
57
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
58
|
-
"static/css/
|
|
59
|
-
"static/chunks/pages/_app-
|
|
58
|
+
"static/css/2c5f55d60ddda308.css",
|
|
59
|
+
"static/chunks/pages/_app-9d067ed89f7a4001.js"
|
|
60
60
|
],
|
|
61
61
|
"/_error": [
|
|
62
|
-
"static/chunks/webpack-
|
|
62
|
+
"static/chunks/webpack-182a506b4bd9e4b5.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-182a506b4bd9e4b5.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-182a506b4bd9e4b5.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-182a506b4bd9e4b5.js",
|
|
83
83
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
84
84
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
85
85
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
86
|
-
"static/chunks/pages/login-
|
|
86
|
+
"static/chunks/pages/login-45cc84352bac2408.js"
|
|
87
87
|
],
|
|
88
88
|
"/s": [
|
|
89
|
-
"static/chunks/webpack-
|
|
89
|
+
"static/chunks/webpack-182a506b4bd9e4b5.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-f45c6dcd6b439926.js",
|
|
94
|
+
"static/css/cf4c6e7294227fd7.css",
|
|
95
95
|
"static/chunks/pages/s-ba2868e14fedb65b.js"
|
|
96
96
|
]
|
|
97
97
|
},
|