@faststore/core 2.2.68 → 2.2.70

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.
Files changed (97) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +52 -55
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/eslint/.cache_1gneedd +1 -1
  6. package/.next/cache/next-server.js.nft.json +1 -1
  7. package/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/.next/cache/webpack/client-production/index.pack +0 -0
  9. package/.next/cache/webpack/server-production/0.pack +0 -0
  10. package/.next/cache/webpack/server-production/index.pack +0 -0
  11. package/.next/next-server.js.nft.json +1 -1
  12. package/.next/prerender-manifest.json +1 -1
  13. package/.next/routes-manifest.json +1 -1
  14. package/.next/server/chunks/350.js +87 -0
  15. package/.next/server/chunks/74.js +741 -161
  16. package/.next/server/chunks/829.js +1 -1
  17. package/.next/server/middleware-build-manifest.js +1 -1
  18. package/.next/server/pages/404.js +7 -0
  19. package/.next/server/pages/404.js.nft.json +1 -1
  20. package/.next/server/pages/500.js +7 -0
  21. package/.next/server/pages/500.js.nft.json +1 -1
  22. package/.next/server/pages/[...slug].js +7 -7
  23. package/.next/server/pages/[...slug].js.nft.json +1 -1
  24. package/.next/server/pages/[slug]/p.js +5 -5
  25. package/.next/server/pages/[slug]/p.js.nft.json +1 -1
  26. package/.next/server/pages/_app.js.nft.json +1 -1
  27. package/.next/server/pages/_error.js.nft.json +1 -1
  28. package/.next/server/pages/account.js +7 -0
  29. package/.next/server/pages/account.js.nft.json +1 -1
  30. package/.next/server/pages/api/graphql.js +1 -1
  31. package/.next/server/pages/checkout.js +7 -0
  32. package/.next/server/pages/checkout.js.nft.json +1 -1
  33. package/.next/server/pages/en-US/404.html +2 -2
  34. package/.next/server/pages/en-US/500.html +2 -2
  35. package/.next/server/pages/en-US/account.html +2 -2
  36. package/.next/server/pages/en-US/checkout.html +2 -2
  37. package/.next/server/pages/en-US/login.html +2 -2
  38. package/.next/server/pages/en-US/s.html +2 -2
  39. package/.next/server/pages/en-US.html +2 -2
  40. package/.next/server/pages/index.js +6 -6
  41. package/.next/server/pages/index.js.nft.json +1 -1
  42. package/.next/server/pages/login.js +7 -0
  43. package/.next/server/pages/login.js.nft.json +1 -1
  44. package/.next/server/pages/s.js +7 -0
  45. package/.next/server/pages/s.js.nft.json +1 -1
  46. package/.next/server/pages-manifest.json +2 -2
  47. package/.next/static/9t0jxL0Q7hZ_ItlxJLOtn/_buildManifest.js +1 -0
  48. package/.next/static/chunks/464-bc1301cb64b71518.js +1 -0
  49. package/.next/static/chunks/557-4f8a963d7e07e582.js +1 -0
  50. package/.next/static/chunks/pages/{404-5e6c01505839ca4e.js → 404-8aa1a5d5e6a66a9a.js} +1 -1
  51. package/.next/static/chunks/pages/{500-92239cdd00a581dd.js → 500-36ea8ba52ee65fe2.js} +1 -1
  52. package/.next/static/chunks/pages/[...slug]-29c2c581a7246de4.js +1 -0
  53. package/.next/static/chunks/pages/[slug]/p-d4a3fd33abda8f62.js +1 -0
  54. package/.next/static/chunks/pages/{account-2d15d4e38b855872.js → account-3741291b1e89c2e7.js} +1 -1
  55. package/.next/static/chunks/pages/{checkout-e34b1a2945839749.js → checkout-95066de007bdbbdb.js} +1 -1
  56. package/.next/static/chunks/pages/index-bbd90798e45dc0ff.js +1 -0
  57. package/.next/static/chunks/pages/{login-1b197c0b0d5ba457.js → login-f0d8dfab2f856c25.js} +1 -1
  58. package/.next/static/chunks/pages/{s-ed126d7e39eec25b.js → s-e9b663c3e4f84b0a.js} +1 -1
  59. package/.next/static/chunks/{webpack-6c4b31200fed6646.js → webpack-776cfd646b505dc5.js} +1 -1
  60. package/.next/static/css/0c844be3b8585e70.css +1 -0
  61. package/.next/static/css/557d58510041152c.css +1 -0
  62. package/.next/static/css/a6bcc59f42b42f36.css +1 -0
  63. package/.next/static/css/{4ee95588f27a8b6b.css → ecdecb8d639a8311.css} +1 -1
  64. package/.next/trace +82 -82
  65. package/.turbo/turbo-build.log +14 -13
  66. package/.turbo/turbo-test.log +10 -10
  67. package/package.json +9 -9
  68. package/src/components/cms/GlobalSections.tsx +1 -1
  69. package/src/components/navigation/Navbar/Navbar.tsx +10 -10
  70. package/src/components/navigation/NavbarLinks/NavbarLinks.tsx +3 -5
  71. package/src/components/navigation/NavbarSlider/NavbarSlider.tsx +8 -7
  72. package/src/components/sections/BannerNewsletter/BannerNewsletter.tsx +5 -2
  73. package/src/components/sections/Navbar/DefaultComponents.ts +27 -0
  74. package/src/components/sections/Navbar/OverriddenDefaultNavbar.ts +12 -0
  75. package/src/components/sections/Newsletter/DefaultComponents.ts +25 -0
  76. package/src/components/sections/Newsletter/Newsletter.tsx +1 -2
  77. package/src/components/sections/Newsletter/OverriddenDefaultNewsletter.ts +12 -0
  78. package/src/components/templates/LandingPage/LandingPage.tsx +3 -3
  79. package/src/components/ui/Newsletter/Newsletter.tsx +15 -13
  80. package/src/components/ui/Newsletter/index.ts +3 -0
  81. package/src/pages/index.tsx +2 -2
  82. package/src/sdk/overrides/sections.tsx +8 -0
  83. package/src/typings/overrides.ts +2 -0
  84. package/.next/server/chunks/796.js +0 -554
  85. package/.next/static/UqOs8JLqk-fWN0wuNR3He/_buildManifest.js +0 -1
  86. package/.next/static/chunks/762-1e3db91e2888dca7.js +0 -1
  87. package/.next/static/chunks/846-d7c6a8d1d102ccf3.js +0 -1
  88. package/.next/static/chunks/897-b07932d813bb7dac.js +0 -1
  89. package/.next/static/chunks/pages/[...slug]-36dce5cc96853b94.js +0 -1
  90. package/.next/static/chunks/pages/[slug]/p-039e11d837033561.js +0 -1
  91. package/.next/static/chunks/pages/index-a5448a22526e3ea8.js +0 -1
  92. package/.next/static/css/527e334fa69cf40a.css +0 -1
  93. package/.next/static/css/563a68087e4de59c.css +0 -1
  94. package/.next/static/css/c33c62a3d0c77436.css +0 -1
  95. package/src/components/sections/Navbar/Overrides.tsx +0 -60
  96. package/src/components/sections/Newsletter/Overrides.tsx +0 -58
  97. /package/.next/static/{UqOs8JLqk-fWN0wuNR3He → 9t0jxL0Q7hZ_ItlxJLOtn}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- UqOs8JLqk-fWN0wuNR3He
1
+ 9t0jxL0Q7hZ_ItlxJLOtn
@@ -5,113 +5,110 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/UqOs8JLqk-fWN0wuNR3He/_buildManifest.js",
9
- "static/UqOs8JLqk-fWN0wuNR3He/_ssgManifest.js"
8
+ "static/9t0jxL0Q7hZ_ItlxJLOtn/_buildManifest.js",
9
+ "static/9t0jxL0Q7hZ_ItlxJLOtn/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [],
12
12
  "pages": {
13
13
  "/": [
14
- "static/chunks/webpack-6c4b31200fed6646.js",
14
+ "static/chunks/webpack-776cfd646b505dc5.js",
15
15
  "static/chunks/framework-dfd14d7ce6600b03.js",
16
16
  "static/chunks/main-e4e873ee741162eb.js",
17
- "static/chunks/897-b07932d813bb7dac.js",
18
- "static/css/563a68087e4de59c.css",
19
- "static/chunks/846-d7c6a8d1d102ccf3.js",
20
- "static/css/4ee95588f27a8b6b.css",
21
- "static/chunks/762-1e3db91e2888dca7.js",
22
- "static/chunks/pages/index-a5448a22526e3ea8.js"
17
+ "static/chunks/557-4f8a963d7e07e582.js",
18
+ "static/css/557d58510041152c.css",
19
+ "static/chunks/464-bc1301cb64b71518.js",
20
+ "static/css/ecdecb8d639a8311.css",
21
+ "static/chunks/pages/index-bbd90798e45dc0ff.js"
23
22
  ],
24
23
  "/404": [
25
- "static/chunks/webpack-6c4b31200fed6646.js",
24
+ "static/chunks/webpack-776cfd646b505dc5.js",
26
25
  "static/chunks/framework-dfd14d7ce6600b03.js",
27
26
  "static/chunks/main-e4e873ee741162eb.js",
28
- "static/chunks/897-b07932d813bb7dac.js",
29
- "static/css/563a68087e4de59c.css",
30
- "static/chunks/846-d7c6a8d1d102ccf3.js",
27
+ "static/chunks/557-4f8a963d7e07e582.js",
28
+ "static/css/557d58510041152c.css",
29
+ "static/chunks/464-bc1301cb64b71518.js",
31
30
  "static/css/df588bb98c0b0ca6.css",
32
- "static/chunks/pages/404-5e6c01505839ca4e.js"
31
+ "static/chunks/pages/404-8aa1a5d5e6a66a9a.js"
33
32
  ],
34
33
  "/500": [
35
- "static/chunks/webpack-6c4b31200fed6646.js",
34
+ "static/chunks/webpack-776cfd646b505dc5.js",
36
35
  "static/chunks/framework-dfd14d7ce6600b03.js",
37
36
  "static/chunks/main-e4e873ee741162eb.js",
38
- "static/chunks/897-b07932d813bb7dac.js",
39
- "static/css/563a68087e4de59c.css",
40
- "static/chunks/846-d7c6a8d1d102ccf3.js",
37
+ "static/chunks/557-4f8a963d7e07e582.js",
38
+ "static/css/557d58510041152c.css",
39
+ "static/chunks/464-bc1301cb64b71518.js",
41
40
  "static/css/df588bb98c0b0ca6.css",
42
- "static/chunks/pages/500-92239cdd00a581dd.js"
41
+ "static/chunks/pages/500-36ea8ba52ee65fe2.js"
43
42
  ],
44
43
  "/[...slug]": [
45
- "static/chunks/webpack-6c4b31200fed6646.js",
44
+ "static/chunks/webpack-776cfd646b505dc5.js",
46
45
  "static/chunks/framework-dfd14d7ce6600b03.js",
47
46
  "static/chunks/main-e4e873ee741162eb.js",
48
- "static/chunks/897-b07932d813bb7dac.js",
49
- "static/css/563a68087e4de59c.css",
50
- "static/chunks/846-d7c6a8d1d102ccf3.js",
51
- "static/css/4ee95588f27a8b6b.css",
52
- "static/chunks/762-1e3db91e2888dca7.js",
53
- "static/css/527e334fa69cf40a.css",
54
- "static/chunks/pages/[...slug]-36dce5cc96853b94.js"
47
+ "static/chunks/557-4f8a963d7e07e582.js",
48
+ "static/css/557d58510041152c.css",
49
+ "static/chunks/464-bc1301cb64b71518.js",
50
+ "static/css/0c844be3b8585e70.css",
51
+ "static/chunks/pages/[...slug]-29c2c581a7246de4.js"
55
52
  ],
56
53
  "/[slug]/p": [
57
- "static/chunks/webpack-6c4b31200fed6646.js",
54
+ "static/chunks/webpack-776cfd646b505dc5.js",
58
55
  "static/chunks/framework-dfd14d7ce6600b03.js",
59
56
  "static/chunks/main-e4e873ee741162eb.js",
60
- "static/chunks/897-b07932d813bb7dac.js",
61
- "static/css/563a68087e4de59c.css",
62
- "static/chunks/846-d7c6a8d1d102ccf3.js",
63
- "static/css/c33c62a3d0c77436.css",
64
- "static/chunks/pages/[slug]/p-039e11d837033561.js"
57
+ "static/chunks/557-4f8a963d7e07e582.js",
58
+ "static/css/557d58510041152c.css",
59
+ "static/chunks/464-bc1301cb64b71518.js",
60
+ "static/css/a6bcc59f42b42f36.css",
61
+ "static/chunks/pages/[slug]/p-d4a3fd33abda8f62.js"
65
62
  ],
66
63
  "/_app": [
67
- "static/chunks/webpack-6c4b31200fed6646.js",
64
+ "static/chunks/webpack-776cfd646b505dc5.js",
68
65
  "static/chunks/framework-dfd14d7ce6600b03.js",
69
66
  "static/chunks/main-e4e873ee741162eb.js",
70
67
  "static/css/5d1f64b61ea581f4.css",
71
68
  "static/chunks/pages/_app-30b9666307e4b3b1.js"
72
69
  ],
73
70
  "/_error": [
74
- "static/chunks/webpack-6c4b31200fed6646.js",
71
+ "static/chunks/webpack-776cfd646b505dc5.js",
75
72
  "static/chunks/framework-dfd14d7ce6600b03.js",
76
73
  "static/chunks/main-e4e873ee741162eb.js",
77
74
  "static/chunks/pages/_error-319451dea77827a6.js"
78
75
  ],
79
76
  "/account": [
80
- "static/chunks/webpack-6c4b31200fed6646.js",
77
+ "static/chunks/webpack-776cfd646b505dc5.js",
81
78
  "static/chunks/framework-dfd14d7ce6600b03.js",
82
79
  "static/chunks/main-e4e873ee741162eb.js",
83
- "static/chunks/897-b07932d813bb7dac.js",
84
- "static/css/563a68087e4de59c.css",
85
- "static/chunks/846-d7c6a8d1d102ccf3.js",
86
- "static/chunks/pages/account-2d15d4e38b855872.js"
80
+ "static/chunks/557-4f8a963d7e07e582.js",
81
+ "static/css/557d58510041152c.css",
82
+ "static/chunks/464-bc1301cb64b71518.js",
83
+ "static/chunks/pages/account-3741291b1e89c2e7.js"
87
84
  ],
88
85
  "/checkout": [
89
- "static/chunks/webpack-6c4b31200fed6646.js",
86
+ "static/chunks/webpack-776cfd646b505dc5.js",
90
87
  "static/chunks/framework-dfd14d7ce6600b03.js",
91
88
  "static/chunks/main-e4e873ee741162eb.js",
92
- "static/chunks/897-b07932d813bb7dac.js",
93
- "static/css/563a68087e4de59c.css",
94
- "static/chunks/846-d7c6a8d1d102ccf3.js",
95
- "static/chunks/pages/checkout-e34b1a2945839749.js"
89
+ "static/chunks/557-4f8a963d7e07e582.js",
90
+ "static/css/557d58510041152c.css",
91
+ "static/chunks/464-bc1301cb64b71518.js",
92
+ "static/chunks/pages/checkout-95066de007bdbbdb.js"
96
93
  ],
97
94
  "/login": [
98
- "static/chunks/webpack-6c4b31200fed6646.js",
95
+ "static/chunks/webpack-776cfd646b505dc5.js",
99
96
  "static/chunks/framework-dfd14d7ce6600b03.js",
100
97
  "static/chunks/main-e4e873ee741162eb.js",
101
- "static/chunks/897-b07932d813bb7dac.js",
102
- "static/css/563a68087e4de59c.css",
103
- "static/chunks/846-d7c6a8d1d102ccf3.js",
98
+ "static/chunks/557-4f8a963d7e07e582.js",
99
+ "static/css/557d58510041152c.css",
100
+ "static/chunks/464-bc1301cb64b71518.js",
104
101
  "static/css/df588bb98c0b0ca6.css",
105
- "static/chunks/pages/login-1b197c0b0d5ba457.js"
102
+ "static/chunks/pages/login-f0d8dfab2f856c25.js"
106
103
  ],
107
104
  "/s": [
108
- "static/chunks/webpack-6c4b31200fed6646.js",
105
+ "static/chunks/webpack-776cfd646b505dc5.js",
109
106
  "static/chunks/framework-dfd14d7ce6600b03.js",
110
107
  "static/chunks/main-e4e873ee741162eb.js",
111
- "static/chunks/897-b07932d813bb7dac.js",
112
- "static/css/563a68087e4de59c.css",
113
- "static/chunks/846-d7c6a8d1d102ccf3.js",
114
- "static/chunks/pages/s-ed126d7e39eec25b.js"
108
+ "static/chunks/557-4f8a963d7e07e582.js",
109
+ "static/css/557d58510041152c.css",
110
+ "static/chunks/464-bc1301cb64b71518.js",
111
+ "static/chunks/pages/s-e9b663c3e4f84b0a.js"
115
112
  ]
116
113
  },
117
114
  "ampFirstPages": []