@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,119 @@
1
+ "use strict";
2
+ exports.id = 9557;
3
+ exports.ids = [9557];
4
+ exports.modules = {
5
+
6
+ /***/ 9557:
7
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8
+
9
+
10
+ // EXPORTS
11
+ __webpack_require__.d(__webpack_exports__, {
12
+ "Z": () => (/* reexport */ sections_Hero_Hero)
13
+ });
14
+
15
+ // EXTERNAL MODULE: external "react"
16
+ var external_react_ = __webpack_require__(6689);
17
+ var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
18
+ ;// CONCATENATED MODULE: ../components/dist/organisms/Hero/Hero.js
19
+
20
+ const HeroContext = (0,external_react_.createContext)(undefined);
21
+ const Hero = (0,external_react_.forwardRef)(function Hero({ children, testId = 'fs-hero', variant = 'primary', colorVariant = 'main', ...otherProps }, ref) {
22
+ const context = { variant, colorVariant };
23
+ return (external_react_default().createElement(HeroContext.Provider, { value: context },
24
+ external_react_default().createElement("article", { ref: ref, "data-fs-hero": true, "data-fs-hero-variant": variant, "data-fs-hero-color-variant": colorVariant, "data-testid": testId, ...otherProps }, children)));
25
+ });
26
+ function useHero() {
27
+ const context = (0,external_react_.useContext)(HeroContext);
28
+ if (context === undefined) {
29
+ throw new Error('Do not use Hero components outside the Hero context.');
30
+ }
31
+ return context;
32
+ }
33
+ /* harmony default export */ const Hero_Hero = (Hero);
34
+ //# sourceMappingURL=Hero.js.map
35
+ ;// CONCATENATED MODULE: ../components/dist/organisms/Hero/HeroImage.js
36
+
37
+ const HeroImage = (0,external_react_.forwardRef)(function HeroImage({ children, testId = 'fs-hero-image', ...otherProps }, ref) {
38
+ return (external_react_default().createElement("div", { ref: ref, "data-fs-hero-image": true, "data-testid": testId, ...otherProps }, children));
39
+ });
40
+ /* harmony default export */ const Hero_HeroImage = (HeroImage);
41
+ //# sourceMappingURL=HeroImage.js.map
42
+ // EXTERNAL MODULE: ../components/dist/molecules/LinkButton/LinkButton.js
43
+ var LinkButton = __webpack_require__(7703);
44
+ // EXTERNAL MODULE: ../components/dist/atoms/Icon/Icon.js
45
+ var Icon = __webpack_require__(5045);
46
+ ;// CONCATENATED MODULE: ../components/dist/organisms/Hero/HeroHeader.js
47
+
48
+
49
+
50
+ const HeroHeader = (0,external_react_.forwardRef)(function HeroHeader({ icon, link, title, linkText, subtitle, children, testId = 'fs-hero-heading', ...otherProps }, ref) {
51
+ const { variant, colorVariant } = useHero();
52
+ const iconProps = { "data-fs-hero-icon": true };
53
+ const heroIcon = external_react_default().isValidElement(icon) ? (external_react_default().cloneElement(icon, iconProps)) : (icon);
54
+ return (external_react_default().createElement("header", { ref: ref, "data-fs-hero-heading": true, "data-testid": testId, ...otherProps },
55
+ external_react_default().createElement("div", { "data-fs-hero-wrapper": true, className: "layout__content" },
56
+ external_react_default().createElement("div", { "data-fs-hero-info": true },
57
+ external_react_default().createElement("h1", { "data-fs-hero-title": true }, title),
58
+ external_react_default().createElement("p", { "data-fs-hero-subtitle": true }, subtitle),
59
+ !!link && (external_react_default().createElement(LinkButton/* default */.Z, { href: link, inverse: colorVariant === 'main', icon: external_react_default().createElement(Icon/* default */.Z, { name: "ArrowRight" }), iconPosition: "right" }, linkText))),
60
+ heroIcon && variant === 'secondary' && (heroIcon))));
61
+ });
62
+ /* harmony default export */ const Hero_HeroHeader = (HeroHeader);
63
+ //# sourceMappingURL=HeroHeader.js.map
64
+ // EXTERNAL MODULE: ./src/components/ui/Image/index.ts + 3 modules
65
+ var Image = __webpack_require__(2154);
66
+ // EXTERNAL MODULE: ./src/components/sections/Section/index.ts + 1 modules
67
+ var Section = __webpack_require__(8879);
68
+ // EXTERNAL MODULE: external "react/jsx-runtime"
69
+ var jsx_runtime_ = __webpack_require__(997);
70
+ ;// CONCATENATED MODULE: ./src/components/sections/Hero/Hero.tsx
71
+
72
+
73
+
74
+
75
+
76
+
77
+ const Hero_Hero_Hero = ({
78
+ link,
79
+ title,
80
+ subtitle,
81
+ image,
82
+ variant = 'primary',
83
+ colorVariant = 'main',
84
+ icon
85
+ }) => {
86
+ return /*#__PURE__*/jsx_runtime_.jsx(Section/* default */.Z, {
87
+ children: /*#__PURE__*/(0,jsx_runtime_.jsxs)(Hero_Hero, {
88
+ colorVariant: colorVariant,
89
+ variant: variant,
90
+ children: [/*#__PURE__*/jsx_runtime_.jsx(Hero_HeroImage, {
91
+ "data-fs-hero-image": true,
92
+ children: /*#__PURE__*/jsx_runtime_.jsx(Image/* Image */.E, {
93
+ loading: "eager",
94
+ priority: true,
95
+ src: image.src,
96
+ alt: image.alt,
97
+ width: 360,
98
+ height: 240,
99
+ sizes: "(max-width: 768px) 70vw, 50vw"
100
+ })
101
+ }), /*#__PURE__*/jsx_runtime_.jsx(Hero_HeroHeader, {
102
+ title: title,
103
+ subtitle: subtitle,
104
+ link: link?.url,
105
+ linkText: link?.text,
106
+ icon: icon
107
+ })]
108
+ })
109
+ });
110
+ };
111
+
112
+ /* harmony default export */ const sections_Hero_Hero = (Hero_Hero_Hero);
113
+ ;// CONCATENATED MODULE: ./src/components/sections/Hero/index.ts
114
+
115
+
116
+ /***/ })
117
+
118
+ };
119
+ ;
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ exports.id = 9854;
3
+ exports.ids = [9854];
4
+ exports.modules = {
5
+
6
+ /***/ 9854:
7
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8
+
9
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10
+ /* harmony export */ "w": () => (/* binding */ useProductLink)
11
+ /* harmony export */ });
12
+ /* harmony import */ var _faststore_sdk__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8460);
13
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6689);
14
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
15
+ /* harmony import */ var _session__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5971);
16
+
17
+
18
+
19
+ const useProductLink = ({
20
+ index,
21
+ product,
22
+ selectedOffer
23
+ }) => {
24
+ const {
25
+ slug
26
+ } = product;
27
+ const {
28
+ currency: {
29
+ code
30
+ }
31
+ } = (0,_session__WEBPACK_IMPORTED_MODULE_1__/* .useSession */ .kP)();
32
+ const onClick = (0,react__WEBPACK_IMPORTED_MODULE_0__.useCallback)(() => {
33
+ (0,_faststore_sdk__WEBPACK_IMPORTED_MODULE_2__/* .sendAnalyticsEvent */ ._)({
34
+ name: 'select_item',
35
+ params: {
36
+ items: [{
37
+ item_id: product.isVariantOf.productGroupID,
38
+ item_name: product.isVariantOf.name,
39
+ item_brand: product.brand.name,
40
+ item_variant: product.sku,
41
+ index,
42
+ price: product.offers.offers[selectedOffer].price,
43
+ discount: product.offers.offers[selectedOffer].listPrice - product.offers.offers[selectedOffer].price,
44
+ currency: code,
45
+ item_variant_name: product.name,
46
+ product_reference_id: product.gtin
47
+ }]
48
+ }
49
+ });
50
+ (0,_faststore_sdk__WEBPACK_IMPORTED_MODULE_2__/* .sendAnalyticsEvent */ ._)({
51
+ name: 'search_select_item',
52
+ params: {
53
+ url: window.location.href,
54
+ items: [{
55
+ item_id: product.isVariantOf.productGroupID,
56
+ item_variant: product.sku,
57
+ index
58
+ }]
59
+ }
60
+ });
61
+ }, [code, product, index, selectedOffer]);
62
+ return {
63
+ href: `/${slug}/p`,
64
+ onClick,
65
+ 'data-testid': 'product-link'
66
+ };
67
+ };
68
+
69
+ /***/ })
70
+
71
+ };
72
+ ;
@@ -0,0 +1 @@
1
+ []
@@ -0,0 +1 @@
1
+ []
@@ -0,0 +1 @@
1
+ self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-c67a75d1b6f99dc8.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:["static/vmkgl19jDr5XASw3dFJg7/_buildManifest.js","static/vmkgl19jDr5XASw3dFJg7/_ssgManifest.js"],rootMainFiles:[],pages:{"/":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/chunks/351-a4e28d64f48c5269.js","static/chunks/781-e1b538e051ff4c3e.js","static/css/3a57acf6e411f24d.css","static/chunks/pages/index-d48285f48d2a66ea.js"],"/404":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/chunks/351-a4e28d64f48c5269.js","static/chunks/pages/404-3637ef83b3359df7.js"],"/500":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/chunks/351-a4e28d64f48c5269.js","static/chunks/pages/500-910883c20541d9ce.js"],"/[...slug]":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/chunks/351-a4e28d64f48c5269.js","static/chunks/264-5b07911df63b8601.js","static/css/1f987650dd4e39d0.css","static/chunks/pages/[...slug]-29d3b81ee0953846.js"],"/[slug]/p":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/chunks/351-a4e28d64f48c5269.js","static/chunks/781-e1b538e051ff4c3e.js","static/css/4abccf9803c3c356.css","static/chunks/pages/[slug]/p-9b24055cb30ee7a8.js"],"/_app":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/css/502746c995f64cce.css","static/chunks/pages/_app-4aeb21d72aeea9b7.js"],"/_error":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"],"/account":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/chunks/351-a4e28d64f48c5269.js","static/chunks/pages/account-b8fc5222ffe89b60.js"],"/checkout":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/chunks/351-a4e28d64f48c5269.js","static/chunks/pages/checkout-f8cb7cb22225ef9d.js"],"/login":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/chunks/351-a4e28d64f48c5269.js","static/chunks/pages/login-45cc84352bac2408.js"],"/s":["static/chunks/webpack-f725b61675603493.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-9746772201fe3ac1.js","static/chunks/351-a4e28d64f48c5269.js","static/chunks/264-5b07911df63b8601.js","static/css/6f4d3e91f1d161a8.css","static/chunks/pages/s-ba2868e14fedb65b.js"]},ampFirstPages:[]};
@@ -0,0 +1,6 @@
1
+ {
2
+ "sortedMiddleware": [],
3
+ "middleware": {},
4
+ "functions": {},
5
+ "version": 2
6
+ }
@@ -0,0 +1 @@
1
+ self.__REACT_LOADABLE_MANIFEST={"../../node_modules/next/dist/client/index.js -> ../pages/_app":{id:2741,files:["static/chunks/741.52f7fb873418346f.js"]},"../../node_modules/next/dist/client/index.js -> ../pages/_error":{id:9651,files:["static/chunks/651.7142f31ce1e052b3.js"]},"../Layout.tsx -> src/components/cart/CartSidebar":{id:2502,files:["static/chunks/608.59e69b83f35d9c44.js","static/chunks/54.e6562383f8a1dfe7.js"]},"../Layout.tsx -> src/components/region/RegionModal":{id:1597,files:["static/chunks/597.fc79494903e8bb84.js"]},"../components/search/SearchInput/SearchInput.tsx -> src/components/search/SearchDropdown":{id:495,files:["static/chunks/608.59e69b83f35d9c44.js","static/chunks/996.98e590872c51f815.js"]},"../components/sections/ProductGallery/ProductGallery.tsx -> ./ProductGalleryPage":{id:9170,files:["static/chunks/608.59e69b83f35d9c44.js","static/css/6507cb48401e73a4.css","static/chunks/170.79b2f8527e327bca.js"]}};
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../webpack-runtime.js","../../package.json","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/head-manager-context.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/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/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","../../../package.json"]}
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../webpack-runtime.js","../../package.json","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/head-manager-context.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/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/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","../../../package.json"]}