@faststore/core 2.0.85-alpha.0 → 2.0.88-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 +26 -28
- 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/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +2 -3
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/312.js +232 -260
- package/.next/server/chunks/{849.js → 777.js} +46 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +123 -218
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js +1009 -643
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.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/index.js +1 -1
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/static/NEdGK5jp2ohL_vvU4f2Bi/_buildManifest.js +1 -0
- package/.next/static/chunks/291.78e3aea4a7f45595.js +1 -0
- package/.next/static/chunks/781-7df372b5b56e3f96.js +1 -0
- package/.next/static/chunks/855-05313b1877eceff8.js +1 -0
- package/.next/static/chunks/897-97b54479ad1b57d9.js +1 -0
- package/.next/static/chunks/pages/[...slug]-a947020e62f4ac94.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-0a0c4a0e23758fd1.js +1 -0
- package/.next/static/chunks/pages/_app-256a3d53cde1dece.js +1 -0
- package/.next/static/chunks/pages/{index-912d65fde37706bb.js → index-d7b3fd29a591657a.js} +1 -1
- package/.next/static/chunks/pages/s-56181f57d448f67c.js +1 -0
- package/.next/static/chunks/webpack-432485347f98ee3c.js +1 -0
- package/.next/static/css/{2caa85943bafc7b1.css → 4ac2b0d468ca74dc.css} +1 -1
- package/.next/static/css/{9e7c9877b9f78c63.css → a3aac8b785a9dfe2.css} +1 -1
- package/.next/trace +64 -64
- package/.turbo/turbo-build.log +16 -17
- package/CHANGELOG.md +12 -0
- package/package.json +4 -4
- package/src/components/common/Navbar/navbar.module.scss +6 -5
- package/src/components/regionalization/RegionalizationBar/regionalization-bar.module.scss +4 -0
- package/src/components/search/SearchDropdown/SearchDropdown.tsx +44 -33
- package/src/components/search/SearchDropdown/index.ts +0 -1
- package/src/components/search/SearchHistory/SearchHistory.tsx +5 -3
- package/src/components/search/SearchInput/SearchInput.tsx +55 -61
- package/src/components/search/SearchProductItem/SearchProductItem.tsx +5 -3
- package/src/components/search/SearchTop/SearchTop.tsx +8 -8
- package/src/components/sections/ProductDetails/ProductDetails.tsx +7 -5
- package/src/components/sections/ProductDetails/product-details.module.scss +0 -5
- package/src/components/ui/SkuSelector/Selectors.stories.mdx +5 -1
- package/src/components/ui/SkuSelector/Selectors.tsx +40 -54
- package/src/components/ui/SkuSelector/index.ts +0 -2
- package/src/sdk/cart/index.ts +2 -2
- package/src/sdk/search/formatSearchPath.ts +12 -0
- package/.next/server/chunks/732.js +0 -51
- package/.next/static/U30CqXXD1GphxOr478qYE/_buildManifest.js +0 -1
- package/.next/static/chunks/153-a20e3f2da180607e.js +0 -1
- package/.next/static/chunks/29.8b3dad75b915d222.js +0 -1
- package/.next/static/chunks/337-cf283e91e431869b.js +0 -1
- package/.next/static/chunks/380-efd3541ef85300d5.js +0 -1
- package/.next/static/chunks/817-58eb9d4b3ee3be23.js +0 -1
- package/.next/static/chunks/909.787de82e0ed9eea3.js +0 -1
- package/.next/static/chunks/pages/[...slug]-51896262f6760bf1.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-08c1f443f7d84d0d.js +0 -1
- package/.next/static/chunks/pages/_app-0effc9759a3900cf.js +0 -1
- package/.next/static/chunks/pages/s-86fe1e3303388123.js +0 -1
- package/.next/static/chunks/webpack-dbb0d4f8be2c2abe.js +0 -1
- package/src/components/search/Search.stories.mdx +0 -173
- package/src/components/search/SearchDropdown/SearchDropdown.stories.mdx +0 -61
- package/src/components/search/SearchInput/SearchInput.stories.mdx +0 -200
- package/src/components/search/SearchInput/search-input.module.scss +0 -138
- package/src/components/search/SearchSharedTokenTable.mdx +0 -98
- package/src/components/search/SearchSuggestions/SearchSuggestions.tsx +0 -84
- package/src/components/search/SearchSuggestions/index.ts +0 -2
- package/src/components/search/search.module.scss +0 -19
- package/src/components/ui/SkuSelector/SkuSelector.stories.mdx +0 -345
- package/src/components/ui/SkuSelector/SkuSelector.tsx +0 -46
- package/src/components/ui/SkuSelector/sku-selector.module.scss +0 -172
- package/src/components/ui/SkuSelector/skuVariants.ts +0 -59
- package/src/sdk/search/useSearchInput.tsx +0 -43
- /package/.next/static/{U30CqXXD1GphxOr478qYE → NEdGK5jp2ohL_vvU4f2Bi}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
NEdGK5jp2ohL_vvU4f2Bi
|
|
@@ -5,98 +5,96 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/NEdGK5jp2ohL_vvU4f2Bi/_buildManifest.js",
|
|
9
|
+
"static/NEdGK5jp2ohL_vvU4f2Bi/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
17
17
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
18
|
-
"static/chunks/
|
|
19
|
-
"static/chunks/
|
|
18
|
+
"static/chunks/781-7df372b5b56e3f96.js",
|
|
19
|
+
"static/chunks/897-97b54479ad1b57d9.js",
|
|
20
20
|
"static/css/43d61b402f41569b.css",
|
|
21
|
-
"static/chunks/pages/index-
|
|
21
|
+
"static/chunks/pages/index-d7b3fd29a591657a.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
25
25
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
26
26
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
27
27
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
28
28
|
"static/chunks/pages/404-ba608a2a9f0c420a.js"
|
|
29
29
|
],
|
|
30
30
|
"/500": [
|
|
31
|
-
"static/chunks/webpack-
|
|
31
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
32
32
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
33
33
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
34
34
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
35
35
|
"static/chunks/pages/500-910883c20541d9ce.js"
|
|
36
36
|
],
|
|
37
37
|
"/[...slug]": [
|
|
38
|
-
"static/chunks/webpack-
|
|
38
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
39
39
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
40
40
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
41
41
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
42
|
-
"static/chunks/
|
|
43
|
-
"static/chunks/337-cf283e91e431869b.js",
|
|
42
|
+
"static/chunks/855-05313b1877eceff8.js",
|
|
44
43
|
"static/css/430b8cafbf7c23c1.css",
|
|
45
|
-
"static/chunks/pages/[...slug]-
|
|
44
|
+
"static/chunks/pages/[...slug]-a947020e62f4ac94.js"
|
|
46
45
|
],
|
|
47
46
|
"/[slug]/p": [
|
|
48
|
-
"static/chunks/webpack-
|
|
47
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
49
48
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
50
49
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
51
50
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
52
|
-
"static/chunks/
|
|
53
|
-
"static/chunks/
|
|
54
|
-
"static/css/
|
|
55
|
-
"static/chunks/pages/[slug]/p-
|
|
51
|
+
"static/chunks/781-7df372b5b56e3f96.js",
|
|
52
|
+
"static/chunks/897-97b54479ad1b57d9.js",
|
|
53
|
+
"static/css/a3aac8b785a9dfe2.css",
|
|
54
|
+
"static/chunks/pages/[slug]/p-0a0c4a0e23758fd1.js"
|
|
56
55
|
],
|
|
57
56
|
"/_app": [
|
|
58
|
-
"static/chunks/webpack-
|
|
57
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
59
58
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
60
59
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
61
|
-
"static/css/
|
|
62
|
-
"static/chunks/pages/_app-
|
|
60
|
+
"static/css/4ac2b0d468ca74dc.css",
|
|
61
|
+
"static/chunks/pages/_app-256a3d53cde1dece.js"
|
|
63
62
|
],
|
|
64
63
|
"/_error": [
|
|
65
|
-
"static/chunks/webpack-
|
|
64
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
66
65
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
67
66
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
68
67
|
"static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"
|
|
69
68
|
],
|
|
70
69
|
"/account": [
|
|
71
|
-
"static/chunks/webpack-
|
|
70
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
72
71
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
73
72
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
74
73
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
75
74
|
"static/chunks/pages/account-f19102933e6fd84c.js"
|
|
76
75
|
],
|
|
77
76
|
"/checkout": [
|
|
78
|
-
"static/chunks/webpack-
|
|
77
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
79
78
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
80
79
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
81
80
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
82
81
|
"static/chunks/pages/checkout-f8cb7cb22225ef9d.js"
|
|
83
82
|
],
|
|
84
83
|
"/login": [
|
|
85
|
-
"static/chunks/webpack-
|
|
84
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
86
85
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
87
86
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
88
87
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
89
88
|
"static/chunks/pages/login-0b9ea80d9fa0f91b.js"
|
|
90
89
|
],
|
|
91
90
|
"/s": [
|
|
92
|
-
"static/chunks/webpack-
|
|
91
|
+
"static/chunks/webpack-432485347f98ee3c.js",
|
|
93
92
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
94
93
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
95
94
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
96
|
-
"static/chunks/
|
|
97
|
-
"static/chunks/337-cf283e91e431869b.js",
|
|
95
|
+
"static/chunks/855-05313b1877eceff8.js",
|
|
98
96
|
"static/css/9dd1d1084d254c66.css",
|
|
99
|
-
"static/chunks/pages/s-
|
|
97
|
+
"static/chunks/pages/s-56181f57d448f67c.js"
|
|
100
98
|
]
|
|
101
99
|
},
|
|
102
100
|
"ampFirstPages": []
|