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