@faststore/core 2.0.111-alpha.0 → 2.0.113-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 +17 -17
- 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 +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/4312.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.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js +415 -341
- 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/static/{9Ky0GSgsGtSo-AwW56Nrf → FoOP4frMbgwDj5doLKiqK}/_buildManifest.js +1 -1
- package/.next/static/chunks/{996.0cec637399d0f543.js → 996.98e590872c51f815.js} +1 -1
- package/.next/static/chunks/pages/[slug]/{p-9b24055cb30ee7a8.js → p-74cef56b58dadbab.js} +1 -1
- package/.next/static/chunks/pages/_app-501ccc46c846c040.js +1 -0
- package/.next/static/chunks/pages/{index-218f29b878a08dc6.js → index-3aae9f104d28d1a1.js} +1 -1
- package/.next/static/chunks/{webpack-62b0142505600323.js → webpack-855ba0986bd6023a.js} +1 -1
- package/.next/static/css/231b8c31105a684a.css +1 -0
- package/.next/trace +64 -64
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +6 -0
- package/package.json +4 -4
- package/src/Layout.tsx +1 -1
- package/src/components/{common → navigation}/Navbar/Navbar.tsx +35 -26
- package/src/components/navigation/Navbar/index.ts +1 -0
- package/src/components/{common/Navbar/NavLinks.tsx → navigation/NavbarLinks/NavbarLinks.tsx} +18 -12
- package/src/components/navigation/NavbarLinks/index.ts +1 -0
- package/src/components/{common/Navbar → navigation/NavbarSlider}/NavbarSlider.tsx +18 -21
- package/src/components/navigation/NavbarSlider/index.ts +1 -0
- package/.next/static/chunks/pages/_app-9d067ed89f7a4001.js +0 -1
- package/.next/static/css/b32231bee7a654b8.css +0 -1
- package/src/components/common/Navbar/NavLinks.stories.mdx +0 -122
- package/src/components/common/Navbar/Navbar.stories.mdx +0 -179
- package/src/components/common/Navbar/NavbarSlider.stories.mdx +0 -108
- package/src/components/common/Navbar/index.ts +0 -3
- package/src/components/common/Navbar/navbar-slider.module.scss +0 -53
- package/src/components/common/Navbar/navbar.module.scss +0 -204
- package/src/components/common/Navbar/navlinks.module.scss +0 -96
- package/src/sdk/ui/useScrollDirection.ts +0 -31
- /package/.next/static/{9Ky0GSgsGtSo-AwW56Nrf → FoOP4frMbgwDj5doLKiqK}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
FoOP4frMbgwDj5doLKiqK
|
|
@@ -5,36 +5,36 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/FoOP4frMbgwDj5doLKiqK/_buildManifest.js",
|
|
9
|
+
"static/FoOP4frMbgwDj5doLKiqK/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-855ba0986bd6023a.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/3a57acf6e411f24d.css",
|
|
20
|
-
"static/chunks/pages/index-
|
|
20
|
+
"static/chunks/pages/index-3aae9f104d28d1a1.js"
|
|
21
21
|
],
|
|
22
22
|
"/404": [
|
|
23
|
-
"static/chunks/webpack-
|
|
23
|
+
"static/chunks/webpack-855ba0986bd6023a.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-855ba0986bd6023a.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-855ba0986bd6023a.js",
|
|
38
38
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
39
39
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
40
40
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
@@ -43,50 +43,50 @@
|
|
|
43
43
|
"static/chunks/pages/[...slug]-29d3b81ee0953846.js"
|
|
44
44
|
],
|
|
45
45
|
"/[slug]/p": [
|
|
46
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-855ba0986bd6023a.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/4abccf9803c3c356.css",
|
|
52
|
-
"static/chunks/pages/[slug]/p-
|
|
52
|
+
"static/chunks/pages/[slug]/p-74cef56b58dadbab.js"
|
|
53
53
|
],
|
|
54
54
|
"/_app": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-855ba0986bd6023a.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/231b8c31105a684a.css",
|
|
59
|
+
"static/chunks/pages/_app-501ccc46c846c040.js"
|
|
60
60
|
],
|
|
61
61
|
"/_error": [
|
|
62
|
-
"static/chunks/webpack-
|
|
62
|
+
"static/chunks/webpack-855ba0986bd6023a.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-855ba0986bd6023a.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-855ba0986bd6023a.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-855ba0986bd6023a.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-855ba0986bd6023a.js",
|
|
90
90
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
91
91
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
92
92
|
"static/chunks/351-a4e28d64f48c5269.js",
|