@faststore/core 2.0.116-alpha.0 → 2.0.118-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.
Files changed (157) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/build-manifest.json +99 -0
  3. package/.next/cache/.tsbuildinfo +1 -0
  4. package/.next/cache/config.json +7 -0
  5. package/.next/cache/eslint/.cache_1gneedd +1 -0
  6. package/.next/cache/next-server.js.nft.json +1 -0
  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/export-marker.json +1 -0
  12. package/.next/images-manifest.json +1 -0
  13. package/.next/next-server.js.nft.json +1 -0
  14. package/.next/package.json +1 -0
  15. package/.next/prerender-manifest.json +1 -0
  16. package/.next/react-loadable-manifest.json +42 -0
  17. package/.next/required-server-files.json +1 -0
  18. package/.next/routes-manifest.json +1 -0
  19. package/.next/server/chunks/120.js +435 -0
  20. package/.next/server/chunks/123.js +58 -0
  21. package/.next/server/chunks/1394.js +3801 -0
  22. package/.next/server/chunks/1597.js +151 -0
  23. package/.next/server/chunks/1608.js +515 -0
  24. package/.next/server/chunks/2154.js +206 -0
  25. package/.next/server/chunks/247.js +61 -0
  26. package/.next/server/chunks/2502.js +584 -0
  27. package/.next/server/chunks/2914.js +95 -0
  28. package/.next/server/chunks/2922.js +7293 -0
  29. package/.next/server/chunks/3264.js +67 -0
  30. package/.next/server/chunks/3431.js +7241 -0
  31. package/.next/server/chunks/350.js +142 -0
  32. package/.next/server/chunks/3746.js +250 -0
  33. package/.next/server/chunks/3898.js +240 -0
  34. package/.next/server/chunks/4312.js +674 -0
  35. package/.next/server/chunks/4371.js +1424 -0
  36. package/.next/server/chunks/5098.js +124 -0
  37. package/.next/server/chunks/5335.js +544 -0
  38. package/.next/server/chunks/5576.js +79 -0
  39. package/.next/server/chunks/6280.js +322 -0
  40. package/.next/server/chunks/6465.js +91 -0
  41. package/.next/server/chunks/676.js +32 -0
  42. package/.next/server/chunks/6859.js +959 -0
  43. package/.next/server/chunks/6881.js +320 -0
  44. package/.next/server/chunks/6898.js +149 -0
  45. package/.next/server/chunks/7104.js +235 -0
  46. package/.next/server/chunks/7181.js +664 -0
  47. package/.next/server/chunks/7183.js +79 -0
  48. package/.next/server/chunks/8098.js +246 -0
  49. package/.next/server/chunks/810.js +432 -0
  50. package/.next/server/chunks/8287.js +58 -0
  51. package/.next/server/chunks/9143.js +106 -0
  52. package/.next/server/chunks/9557.js +119 -0
  53. package/.next/server/chunks/9854.js +72 -0
  54. package/.next/server/chunks/font-manifest.json +1 -0
  55. package/.next/server/font-manifest.json +1 -0
  56. package/.next/server/middleware-build-manifest.js +1 -0
  57. package/.next/server/middleware-manifest.json +6 -0
  58. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  59. package/.next/server/pages/404.js.nft.json +1 -0
  60. package/.next/server/pages/500.js.nft.json +1 -0
  61. package/.next/server/pages/[...slug].js +666 -0
  62. package/.next/server/pages/[...slug].js.nft.json +1 -0
  63. package/.next/server/pages/[slug]/p.js +2327 -0
  64. package/.next/server/pages/[slug]/p.js.nft.json +1 -0
  65. package/.next/server/pages/_app.js +2454 -0
  66. package/.next/server/pages/_app.js.nft.json +1 -0
  67. package/.next/server/pages/_document.js +304 -0
  68. package/.next/server/pages/_document.js.nft.json +1 -0
  69. package/.next/server/pages/_error.js +164 -0
  70. package/.next/server/pages/_error.js.nft.json +1 -0
  71. package/.next/server/pages/account.js.nft.json +1 -0
  72. package/.next/server/pages/api/graphql.js +315 -0
  73. package/.next/server/pages/api/graphql.js.nft.json +1 -0
  74. package/.next/server/pages/api/preview.js +118 -0
  75. package/.next/server/pages/api/preview.js.nft.json +1 -0
  76. package/.next/server/pages/checkout.js.nft.json +1 -0
  77. package/.next/server/pages/en-US/404.html +81 -0
  78. package/.next/server/pages/en-US/500.html +81 -0
  79. package/.next/server/pages/en-US/account.html +81 -0
  80. package/.next/server/pages/en-US/checkout.html +81 -0
  81. package/.next/server/pages/en-US/login.html +81 -0
  82. package/.next/server/pages/en-US/s.html +81 -0
  83. package/.next/server/pages/en-US.html +81 -0
  84. package/.next/server/pages/en-US.json +1 -0
  85. package/.next/server/pages/index.js +475 -0
  86. package/.next/server/pages/index.js.nft.json +1 -0
  87. package/.next/server/pages/login.js.nft.json +1 -0
  88. package/.next/server/pages/s.js.nft.json +1 -0
  89. package/.next/server/pages-manifest.json +16 -0
  90. package/.next/server/webpack-api-runtime.js +229 -0
  91. package/.next/server/webpack-runtime.js +229 -0
  92. package/.next/static/chunks/143.dd8a556e6957baa1.js +1 -0
  93. package/.next/static/chunks/170.79b2f8527e327bca.js +1 -0
  94. package/.next/static/chunks/264-5b07911df63b8601.js +1 -0
  95. package/.next/static/chunks/351-a4e28d64f48c5269.js +1 -0
  96. package/.next/static/chunks/54.e6562383f8a1dfe7.js +1 -0
  97. package/.next/static/chunks/597.fc79494903e8bb84.js +1 -0
  98. package/.next/static/chunks/608.59e69b83f35d9c44.js +1 -0
  99. package/.next/static/chunks/651.7142f31ce1e052b3.js +1 -0
  100. package/.next/static/chunks/741.52f7fb873418346f.js +1 -0
  101. package/.next/static/chunks/781-e1b538e051ff4c3e.js +1 -0
  102. package/.next/static/chunks/98.97381d2021f86cd9.js +1 -0
  103. package/.next/static/chunks/996.98e590872c51f815.js +1 -0
  104. package/.next/static/chunks/framework-dfd14d7ce6600b03.js +1 -0
  105. package/.next/static/chunks/main-9746772201fe3ac1.js +1 -0
  106. package/.next/static/chunks/pages/404-3637ef83b3359df7.js +1 -0
  107. package/.next/static/chunks/pages/500-910883c20541d9ce.js +1 -0
  108. package/.next/static/chunks/pages/[...slug]-29d3b81ee0953846.js +1 -0
  109. package/.next/static/chunks/pages/[slug]/p-9b24055cb30ee7a8.js +1 -0
  110. package/.next/static/chunks/pages/_app-4aeb21d72aeea9b7.js +1 -0
  111. package/.next/static/chunks/pages/_error-a7a0c1d9bfbb4f38.js +1 -0
  112. package/.next/static/chunks/pages/account-b8fc5222ffe89b60.js +1 -0
  113. package/.next/static/chunks/pages/checkout-f8cb7cb22225ef9d.js +1 -0
  114. package/.next/static/chunks/pages/index-d48285f48d2a66ea.js +1 -0
  115. package/.next/static/chunks/pages/login-45cc84352bac2408.js +1 -0
  116. package/.next/static/chunks/pages/s-ba2868e14fedb65b.js +1 -0
  117. package/.next/static/chunks/polyfills-c67a75d1b6f99dc8.js +1 -0
  118. package/.next/static/chunks/webpack-f725b61675603493.js +1 -0
  119. package/.next/static/css/1f987650dd4e39d0.css +1 -0
  120. package/.next/static/css/3a57acf6e411f24d.css +1 -0
  121. package/.next/static/css/4abccf9803c3c356.css +1 -0
  122. package/.next/static/css/502746c995f64cce.css +1 -0
  123. package/.next/static/css/6507cb48401e73a4.css +1 -0
  124. package/.next/static/css/6f4d3e91f1d161a8.css +1 -0
  125. package/.next/static/media/brandless-neutral.76ddf63a.png +0 -0
  126. package/.next/static/vmkgl19jDr5XASw3dFJg7/_buildManifest.js +1 -0
  127. package/.next/static/vmkgl19jDr5XASw3dFJg7/_ssgManifest.js +1 -0
  128. package/.next/trace +64 -0
  129. package/.turbo/turbo-build.log +8 -8
  130. package/CHANGELOG.md +10 -0
  131. package/package.json +5 -5
  132. package/public/~partytown/debug/partytown-atomics.js +556 -0
  133. package/public/~partytown/debug/partytown-media.js +374 -0
  134. package/public/~partytown/debug/partytown-sandbox-sw.js +543 -0
  135. package/public/~partytown/debug/partytown-sw.js +59 -0
  136. package/public/~partytown/debug/partytown-ww-atomics.js +1789 -0
  137. package/public/~partytown/debug/partytown-ww-sw.js +1781 -0
  138. package/public/~partytown/debug/partytown.js +72 -0
  139. package/public/~partytown/partytown-atomics.js +2 -0
  140. package/public/~partytown/partytown-media.js +2 -0
  141. package/public/~partytown/partytown-sw.js +2 -0
  142. package/public/~partytown/partytown.js +2 -0
  143. package/src/Layout.tsx +1 -1
  144. package/src/components/{common → navigation}/Navbar/Navbar.tsx +35 -26
  145. package/src/components/navigation/Navbar/index.ts +1 -0
  146. package/src/components/{common/Navbar/NavLinks.tsx → navigation/NavbarLinks/NavbarLinks.tsx} +21 -19
  147. package/src/components/navigation/NavbarLinks/index.ts +1 -0
  148. package/src/components/{common/Navbar → navigation/NavbarSlider}/NavbarSlider.tsx +18 -21
  149. package/src/components/navigation/NavbarSlider/index.ts +1 -0
  150. package/src/components/common/Navbar/NavLinks.stories.mdx +0 -122
  151. package/src/components/common/Navbar/Navbar.stories.mdx +0 -179
  152. package/src/components/common/Navbar/NavbarSlider.stories.mdx +0 -108
  153. package/src/components/common/Navbar/index.ts +0 -3
  154. package/src/components/common/Navbar/navbar-slider.module.scss +0 -53
  155. package/src/components/common/Navbar/navbar.module.scss +0 -204
  156. package/src/components/common/Navbar/navlinks.module.scss +0 -96
  157. package/src/sdk/ui/useScrollDirection.ts +0 -31
@@ -0,0 +1,475 @@
1
+ "use strict";
2
+ (() => {
3
+ var exports = {};
4
+ exports.id = 5405;
5
+ exports.ids = [5405];
6
+ exports.modules = {
7
+
8
+ /***/ 7100:
9
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10
+
11
+
12
+ // EXPORTS
13
+ __webpack_require__.d(__webpack_exports__, {
14
+ "Z": () => (/* reexport */ sections_BannerText_BannerText)
15
+ });
16
+
17
+ // EXTERNAL MODULE: ./src/components/sections/Section/index.ts + 1 modules
18
+ var Section = __webpack_require__(8879);
19
+ // EXTERNAL MODULE: ./src/components/ui/BannerText/index.ts + 4 modules
20
+ var BannerText = __webpack_require__(6166);
21
+ // EXTERNAL MODULE: external "react/jsx-runtime"
22
+ var jsx_runtime_ = __webpack_require__(997);
23
+ ;// CONCATENATED MODULE: ./src/components/sections/BannerText/BannerText.tsx
24
+
25
+
26
+
27
+
28
+ // TODO: Change actionPath and actionLabel with Link
29
+ function BannerText_BannerText({
30
+ title,
31
+ caption,
32
+ link,
33
+ variant,
34
+ colorVariant = 'main'
35
+ }) {
36
+ return /*#__PURE__*/jsx_runtime_.jsx(Section/* default */.Z, {
37
+ className: "layout__section",
38
+ children: /*#__PURE__*/jsx_runtime_.jsx(BannerText/* default */.Z, {
39
+ variant: variant,
40
+ title: title,
41
+ caption: caption,
42
+ actionPath: link?.url,
43
+ actionLabel: link?.text,
44
+ colorVariant: colorVariant
45
+ })
46
+ });
47
+ }
48
+
49
+ /* harmony default export */ const sections_BannerText_BannerText = (BannerText_BannerText);
50
+ ;// CONCATENATED MODULE: ./src/components/sections/BannerText/index.ts
51
+
52
+
53
+ /***/ }),
54
+
55
+ /***/ 8646:
56
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
57
+
58
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
59
+ /* harmony export */ "Z": () => (__WEBPACK_DEFAULT_EXPORT__)
60
+ /* harmony export */ });
61
+ /* harmony import */ var _Incentives__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2914);
62
+ /* harmony import */ var _Section__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8879);
63
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(997);
64
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__);
65
+
66
+
67
+
68
+
69
+ function IncentivesHeader({
70
+ incentives
71
+ }) {
72
+ return /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx(_Section__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, {
73
+ children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx(_Incentives__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z, {
74
+ incentives: incentives,
75
+ colored: true
76
+ })
77
+ });
78
+ }
79
+
80
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (IncentivesHeader);
81
+
82
+ /***/ }),
83
+
84
+ /***/ 3639:
85
+ /***/ ((module, __webpack_exports__, __webpack_require__) => {
86
+
87
+ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
88
+ __webpack_require__.r(__webpack_exports__);
89
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
90
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
91
+ /* harmony export */ "getStaticProps": () => (/* binding */ getStaticProps)
92
+ /* harmony export */ });
93
+ /* harmony import */ var next_seo__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6641);
94
+ /* harmony import */ var next_seo__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(next_seo__WEBPACK_IMPORTED_MODULE_0__);
95
+ /* harmony import */ var src_components_cms_RenderPageSections__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2659);
96
+ /* harmony import */ var src_components_sections_BannerText__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7100);
97
+ /* harmony import */ var src_components_sections_Hero__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9557);
98
+ /* harmony import */ var src_components_sections_Incentives_IncentivesHeader__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8646);
99
+ /* harmony import */ var src_components_sections_Newsletter__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7191);
100
+ /* harmony import */ var src_components_sections_ProductShelf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7104);
101
+ /* harmony import */ var src_components_sections_ProductTiles__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(8872);
102
+ /* harmony import */ var src_customizations_components__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7410);
103
+ /* harmony import */ var src_sdk_tests_mark__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(2541);
104
+ /* harmony import */ var src_server_cms__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(5764);
105
+ /* harmony import */ var _faststore_config__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7183);
106
+ /* harmony import */ var _faststore_config__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_faststore_config__WEBPACK_IMPORTED_MODULE_11__);
107
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(997);
108
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__);
109
+ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([src_components_cms_RenderPageSections__WEBPACK_IMPORTED_MODULE_1__, src_components_sections_Newsletter__WEBPACK_IMPORTED_MODULE_5__, src_components_sections_ProductShelf__WEBPACK_IMPORTED_MODULE_6__, src_components_sections_ProductTiles__WEBPACK_IMPORTED_MODULE_7__]);
110
+ ([src_components_cms_RenderPageSections__WEBPACK_IMPORTED_MODULE_1__, src_components_sections_Newsletter__WEBPACK_IMPORTED_MODULE_5__, src_components_sections_ProductShelf__WEBPACK_IMPORTED_MODULE_6__, src_components_sections_ProductTiles__WEBPACK_IMPORTED_MODULE_7__] = __webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
111
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
112
+
113
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
114
+
115
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+ /* A list of components that can be used in the CMS. */
130
+
131
+
132
+
133
+
134
+
135
+ const COMPONENTS = _objectSpread({
136
+ Hero: src_components_sections_Hero__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z,
137
+ BannerText: src_components_sections_BannerText__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z,
138
+ IncentivesHeader: src_components_sections_Incentives_IncentivesHeader__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z,
139
+ ProductShelf: src_components_sections_ProductShelf__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z,
140
+ ProductTiles: src_components_sections_ProductTiles__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z,
141
+ Newsletter: src_components_sections_Newsletter__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z
142
+ }, src_customizations_components__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z);
143
+
144
+ function Page({
145
+ sections,
146
+ settings
147
+ }) {
148
+ return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.Fragment, {
149
+ children: [/*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx(next_seo__WEBPACK_IMPORTED_MODULE_0__.NextSeo, {
150
+ title: settings.seo.title,
151
+ description: settings.seo.description,
152
+ titleTemplate: (_faststore_config__WEBPACK_IMPORTED_MODULE_11___default().seo.titleTemplate),
153
+ canonical: settings.seo.canonical ?? (_faststore_config__WEBPACK_IMPORTED_MODULE_11___default().storeUrl),
154
+ openGraph: {
155
+ type: 'website',
156
+ url: (_faststore_config__WEBPACK_IMPORTED_MODULE_11___default().storeUrl),
157
+ title: settings.seo.title,
158
+ description: settings.seo.description
159
+ }
160
+ }), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx(next_seo__WEBPACK_IMPORTED_MODULE_0__.SiteLinksSearchBoxJsonLd, {
161
+ url: (_faststore_config__WEBPACK_IMPORTED_MODULE_11___default().storeUrl),
162
+ potentialActions: [{
163
+ target: `${(_faststore_config__WEBPACK_IMPORTED_MODULE_11___default().storeUrl)}/s/?q`,
164
+ queryInput: 'search_term_string'
165
+ }]
166
+ }), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx(src_components_cms_RenderPageSections__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, {
167
+ sections: sections,
168
+ components: COMPONENTS
169
+ })]
170
+ });
171
+ }
172
+
173
+ const getStaticProps = async context => {
174
+ const page = await (0,src_server_cms__WEBPACK_IMPORTED_MODULE_10__/* .getPage */ .f)(_objectSpread(_objectSpread({}, context.previewData?.contentType === 'page' ? context.previewData : {
175
+ filters: {
176
+ 'settings.seo.slug': '/'
177
+ }
178
+ }), {}, {
179
+ contentType: 'page'
180
+ }));
181
+ return {
182
+ props: page
183
+ };
184
+ };
185
+ Page.displayName = 'Page';
186
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,src_sdk_tests_mark__WEBPACK_IMPORTED_MODULE_9__/* .mark */ .B)(Page));
187
+ __webpack_async_result__();
188
+ } catch(e) { __webpack_async_result__(e); } });
189
+
190
+ /***/ }),
191
+
192
+ /***/ 5490:
193
+ /***/ ((module) => {
194
+
195
+ module.exports = require("@faststore/graphql-utils");
196
+
197
+ /***/ }),
198
+
199
+ /***/ 6676:
200
+ /***/ ((module) => {
201
+
202
+ module.exports = require("@vtex/client-cms");
203
+
204
+ /***/ }),
205
+
206
+ /***/ 3430:
207
+ /***/ ((module) => {
208
+
209
+ module.exports = require("idb-keyval");
210
+
211
+ /***/ }),
212
+
213
+ /***/ 6641:
214
+ /***/ ((module) => {
215
+
216
+ module.exports = require("next-seo");
217
+
218
+ /***/ }),
219
+
220
+ /***/ 3280:
221
+ /***/ ((module) => {
222
+
223
+ module.exports = require("next/dist/shared/lib/app-router-context.js");
224
+
225
+ /***/ }),
226
+
227
+ /***/ 2796:
228
+ /***/ ((module) => {
229
+
230
+ module.exports = require("next/dist/shared/lib/head-manager-context.js");
231
+
232
+ /***/ }),
233
+
234
+ /***/ 5429:
235
+ /***/ ((module) => {
236
+
237
+ module.exports = require("next/dist/shared/lib/head.js");
238
+
239
+ /***/ }),
240
+
241
+ /***/ 3539:
242
+ /***/ ((module) => {
243
+
244
+ module.exports = require("next/dist/shared/lib/i18n/detect-domain-locale.js");
245
+
246
+ /***/ }),
247
+
248
+ /***/ 4014:
249
+ /***/ ((module) => {
250
+
251
+ module.exports = require("next/dist/shared/lib/i18n/normalize-locale-path.js");
252
+
253
+ /***/ }),
254
+
255
+ /***/ 4486:
256
+ /***/ ((module) => {
257
+
258
+ module.exports = require("next/dist/shared/lib/image-blur-svg.js");
259
+
260
+ /***/ }),
261
+
262
+ /***/ 744:
263
+ /***/ ((module) => {
264
+
265
+ module.exports = require("next/dist/shared/lib/image-config-context.js");
266
+
267
+ /***/ }),
268
+
269
+ /***/ 5843:
270
+ /***/ ((module) => {
271
+
272
+ module.exports = require("next/dist/shared/lib/image-config.js");
273
+
274
+ /***/ }),
275
+
276
+ /***/ 8524:
277
+ /***/ ((module) => {
278
+
279
+ module.exports = require("next/dist/shared/lib/is-plain-object.js");
280
+
281
+ /***/ }),
282
+
283
+ /***/ 8020:
284
+ /***/ ((module) => {
285
+
286
+ module.exports = require("next/dist/shared/lib/mitt.js");
287
+
288
+ /***/ }),
289
+
290
+ /***/ 4406:
291
+ /***/ ((module) => {
292
+
293
+ module.exports = require("next/dist/shared/lib/page-path/denormalize-page-path.js");
294
+
295
+ /***/ }),
296
+
297
+ /***/ 4964:
298
+ /***/ ((module) => {
299
+
300
+ module.exports = require("next/dist/shared/lib/router-context.js");
301
+
302
+ /***/ }),
303
+
304
+ /***/ 3431:
305
+ /***/ ((module) => {
306
+
307
+ module.exports = require("next/dist/shared/lib/router/utils/add-locale.js");
308
+
309
+ /***/ }),
310
+
311
+ /***/ 1751:
312
+ /***/ ((module) => {
313
+
314
+ module.exports = require("next/dist/shared/lib/router/utils/add-path-prefix.js");
315
+
316
+ /***/ }),
317
+
318
+ /***/ 6220:
319
+ /***/ ((module) => {
320
+
321
+ module.exports = require("next/dist/shared/lib/router/utils/compare-states.js");
322
+
323
+ /***/ }),
324
+
325
+ /***/ 299:
326
+ /***/ ((module) => {
327
+
328
+ module.exports = require("next/dist/shared/lib/router/utils/format-next-pathname-info.js");
329
+
330
+ /***/ }),
331
+
332
+ /***/ 3938:
333
+ /***/ ((module) => {
334
+
335
+ module.exports = require("next/dist/shared/lib/router/utils/format-url.js");
336
+
337
+ /***/ }),
338
+
339
+ /***/ 9565:
340
+ /***/ ((module) => {
341
+
342
+ module.exports = require("next/dist/shared/lib/router/utils/get-asset-path-from-route.js");
343
+
344
+ /***/ }),
345
+
346
+ /***/ 5789:
347
+ /***/ ((module) => {
348
+
349
+ module.exports = require("next/dist/shared/lib/router/utils/get-next-pathname-info.js");
350
+
351
+ /***/ }),
352
+
353
+ /***/ 1897:
354
+ /***/ ((module) => {
355
+
356
+ module.exports = require("next/dist/shared/lib/router/utils/is-bot.js");
357
+
358
+ /***/ }),
359
+
360
+ /***/ 1428:
361
+ /***/ ((module) => {
362
+
363
+ module.exports = require("next/dist/shared/lib/router/utils/is-dynamic.js");
364
+
365
+ /***/ }),
366
+
367
+ /***/ 8854:
368
+ /***/ ((module) => {
369
+
370
+ module.exports = require("next/dist/shared/lib/router/utils/parse-path.js");
371
+
372
+ /***/ }),
373
+
374
+ /***/ 1292:
375
+ /***/ ((module) => {
376
+
377
+ module.exports = require("next/dist/shared/lib/router/utils/parse-relative-url.js");
378
+
379
+ /***/ }),
380
+
381
+ /***/ 4567:
382
+ /***/ ((module) => {
383
+
384
+ module.exports = require("next/dist/shared/lib/router/utils/path-has-prefix.js");
385
+
386
+ /***/ }),
387
+
388
+ /***/ 979:
389
+ /***/ ((module) => {
390
+
391
+ module.exports = require("next/dist/shared/lib/router/utils/querystring.js");
392
+
393
+ /***/ }),
394
+
395
+ /***/ 3297:
396
+ /***/ ((module) => {
397
+
398
+ module.exports = require("next/dist/shared/lib/router/utils/remove-trailing-slash.js");
399
+
400
+ /***/ }),
401
+
402
+ /***/ 6052:
403
+ /***/ ((module) => {
404
+
405
+ module.exports = require("next/dist/shared/lib/router/utils/resolve-rewrites.js");
406
+
407
+ /***/ }),
408
+
409
+ /***/ 4226:
410
+ /***/ ((module) => {
411
+
412
+ module.exports = require("next/dist/shared/lib/router/utils/route-matcher.js");
413
+
414
+ /***/ }),
415
+
416
+ /***/ 5052:
417
+ /***/ ((module) => {
418
+
419
+ module.exports = require("next/dist/shared/lib/router/utils/route-regex.js");
420
+
421
+ /***/ }),
422
+
423
+ /***/ 9232:
424
+ /***/ ((module) => {
425
+
426
+ module.exports = require("next/dist/shared/lib/utils.js");
427
+
428
+ /***/ }),
429
+
430
+ /***/ 6689:
431
+ /***/ ((module) => {
432
+
433
+ module.exports = require("react");
434
+
435
+ /***/ }),
436
+
437
+ /***/ 9785:
438
+ /***/ ((module) => {
439
+
440
+ module.exports = require("react-intersection-observer");
441
+
442
+ /***/ }),
443
+
444
+ /***/ 997:
445
+ /***/ ((module) => {
446
+
447
+ module.exports = require("react/jsx-runtime");
448
+
449
+ /***/ }),
450
+
451
+ /***/ 7564:
452
+ /***/ ((module) => {
453
+
454
+ module.exports = import("chalk");;
455
+
456
+ /***/ }),
457
+
458
+ /***/ 5941:
459
+ /***/ ((module) => {
460
+
461
+ module.exports = import("swr");;
462
+
463
+ /***/ })
464
+
465
+ };
466
+ ;
467
+
468
+ // load runtime
469
+ var __webpack_require__ = require("../webpack-runtime.js");
470
+ __webpack_require__.C(exports);
471
+ var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
472
+ var __webpack_exports__ = __webpack_require__.X(0, [1608,676,1394,7183,2154,247,7181,8287,9854,6280,6881,7104,5335,810,9557,2914], () => (__webpack_exec__(3639)));
473
+ module.exports = __webpack_exports__;
474
+
475
+ })();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../webpack-runtime.js","../chunks/1608.js","../chunks/676.js","../chunks/1394.js","../chunks/7183.js","../chunks/2154.js","../chunks/247.js","../chunks/7181.js","../chunks/8287.js","../chunks/9854.js","../chunks/6280.js","../chunks/6881.js","../chunks/7104.js","../chunks/5335.js","../chunks/810.js","../chunks/9557.js","../chunks/2914.js","../../package.json","../../../node_modules/chalk/package.json","../../../node_modules/@faststore/graphql-utils/package.json","../../../node_modules/next/dist/shared/lib/head.js","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/app-router-context.js","../../../node_modules/next/dist/shared/lib/head-manager-context.js","../../../node_modules/next/dist/shared/lib/image-blur-svg.js","../../../node_modules/next/dist/shared/lib/image-config-context.js","../../../node_modules/next/dist/shared/lib/image-config.js","../../../node_modules/next/dist/shared/lib/mitt.js","../../../node_modules/next/dist/shared/lib/router-context.js","../../../node_modules/next/dist/shared/lib/utils.js","../../../node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","../../../node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","../../../node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","../../../node_modules/next/dist/shared/lib/router/utils/add-locale.js","../../../node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/compare-states.js","../../../node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","../../../node_modules/next/dist/shared/lib/router/utils/format-url.js","../../../node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","../../../node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","../../../node_modules/next/dist/shared/lib/router/utils/parse-path.js","../../../node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","../../../node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/querystring.js","../../../node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","../../../node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js","../../../node_modules/next/dist/shared/lib/router/utils/route-matcher.js","../../../node_modules/next/dist/shared/lib/router/utils/route-regex.js","../../../node_modules/chalk/source/index.js","../../../node_modules/@faststore/graphql-utils/dist/index.js","../../../node_modules/next/package.json","../../../node_modules/chalk/source/utilities.js","../../../node_modules/next/dist/client/remove-base-path.js","../../../node_modules/chalk/source/vendor/ansi-styles/index.js","../../../node_modules/chalk/source/vendor/supports-color/index.js","../../../node_modules/next/dist/client/has-base-path.js","../../../node_modules/next/dist/shared/lib/side-effect.js","../../../node_modules/next/dist/shared/lib/amp-context.js","../../../node_modules/next/dist/shared/lib/amp-mode.js","../../../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","../../../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","../../../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/path-match.js","../../../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","../../../node_modules/next/dist/shared/lib/escape-regexp.js","../../../node_modules/next/dist/shared/lib/router/utils/index.js","../../../node_modules/@swc/helpers/lib/_extends.js","../../../node_modules/@swc/helpers/package.json","../../../node_modules/@swc/helpers/lib/_interop_require_default.js","../../../node_modules/@swc/helpers/lib/_interop_require_wildcard.js","../../../node_modules/@swc/helpers/lib/_async_to_generator.js","../../../node_modules/next/dist/shared/lib/router/utils/parse-url.js","../../../node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","../../../node_modules/next/dist/compiled/path-to-regexp/index.js","../../../package.json"]}
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../webpack-runtime.js","../chunks/7183.js","../../package.json","../../../package.json"]}
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../webpack-runtime.js","../chunks/676.js","../chunks/1394.js","../chunks/3264.js","../chunks/3898.js","../chunks/7183.js","../chunks/247.js","../chunks/7181.js","../chunks/8287.js","../chunks/6881.js","../chunks/6898.js","../chunks/120.js","../chunks/8098.js","../chunks/4371.js","../chunks/1608.js","../chunks/2154.js","../chunks/9854.js","../chunks/6280.js","../chunks/810.js","../chunks/3746.js","../../package.json","../../../node_modules/@faststore/graphql-utils/package.json","../../../node_modules/next/dist/shared/lib/head.js","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/app-router-context.js","../../../node_modules/next/dist/shared/lib/head-manager-context.js","../../../node_modules/next/dist/shared/lib/image-blur-svg.js","../../../node_modules/next/dist/shared/lib/image-config-context.js","../../../node_modules/next/dist/shared/lib/image-config.js","../../../node_modules/next/dist/shared/lib/mitt.js","../../../node_modules/next/dist/shared/lib/router-context.js","../../../node_modules/next/dist/shared/lib/utils.js","../../../node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","../../../node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","../../../node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","../../../node_modules/next/dist/shared/lib/router/utils/add-locale.js","../../../node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/compare-states.js","../../../node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","../../../node_modules/next/dist/shared/lib/router/utils/format-url.js","../../../node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","../../../node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","../../../node_modules/next/dist/shared/lib/router/utils/parse-path.js","../../../node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","../../../node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/querystring.js","../../../node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","../../../node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js","../../../node_modules/next/dist/shared/lib/router/utils/route-matcher.js","../../../node_modules/next/dist/shared/lib/router/utils/route-regex.js","../../../node_modules/@faststore/graphql-utils/dist/index.js","../../../node_modules/next/router.js","../../../node_modules/next/package.json","../../../node_modules/next/dist/client/remove-base-path.js","../../../node_modules/next/dist/client/router.js","../../../node_modules/next/dist/client/has-base-path.js","../../../node_modules/next/dist/shared/lib/side-effect.js","../../../node_modules/next/dist/shared/lib/amp-context.js","../../../node_modules/next/dist/shared/lib/amp-mode.js","../../../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","../../../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","../../../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/path-match.js","../../../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","../../../node_modules/next/dist/shared/lib/escape-regexp.js","../../../node_modules/next/dist/shared/lib/router/router.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/shared/lib/router/utils/index.js","../../../node_modules/next/dist/client/normalize-trailing-slash.js","../../../node_modules/next/dist/client/route-loader.js","../../../node_modules/next/dist/client/script.js","../../../node_modules/next/dist/client/detect-domain-locale.js","../../../node_modules/next/dist/client/add-locale.js","../../../node_modules/next/dist/client/remove-locale.js","../../../node_modules/next/dist/client/add-base-path.js","../../../node_modules/next/dist/client/trusted-types.js","../../../node_modules/next/dist/client/request-idle-callback.js","../../../node_modules/next/dist/client/head-manager.js","../../../node_modules/@swc/helpers/lib/_extends.js","../../../node_modules/@swc/helpers/package.json","../../../node_modules/@swc/helpers/lib/_interop_require_default.js","../../../node_modules/@swc/helpers/lib/_interop_require_wildcard.js","../../../node_modules/@swc/helpers/lib/_async_to_generator.js","../../../node_modules/next/dist/client/with-router.js","../../../node_modules/next/dist/shared/lib/router/utils/parse-url.js","../../../node_modules/@swc/helpers/lib/_object_without_properties_loose.js","../../../node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","../../../node_modules/next/dist/compiled/path-to-regexp/index.js","../../../node_modules/next/dist/compiled/react-is/package.json","../../../node_modules/next/dist/compiled/react-is/index.js","../../../node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js","../../../node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","../../../src/components/sections/ProductGallery/ProductGalleryPage.tsx","../../../package.json"]}
@@ -0,0 +1,16 @@
1
+ {
2
+ "/_app": "pages/_app.js",
3
+ "/_error": "pages/_error.js",
4
+ "/_document": "pages/_document.js",
5
+ "/api/graphql": "pages/api/graphql.js",
6
+ "/api/preview": "pages/api/preview.js",
7
+ "/": "pages/index.js",
8
+ "/[slug]/p": "pages/[slug]/p.js",
9
+ "/[...slug]": "pages/[...slug].js",
10
+ "/en-US/404": "pages/en-US/404.html",
11
+ "/en-US/500": "pages/en-US/500.html",
12
+ "/en-US/account": "pages/en-US/account.html",
13
+ "/en-US/checkout": "pages/en-US/checkout.html",
14
+ "/en-US/login": "pages/en-US/login.html",
15
+ "/en-US/s": "pages/en-US/s.html"
16
+ }