@faststore/core 2.0.118-alpha.0 → 2.0.120-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +38 -26
- package/CHANGELOG.md +6 -0
- package/cms/faststore/content-types.json +6 -0
- package/cms/faststore/sections.json +8 -0
- package/package.json +2 -2
- package/src/Layout.tsx +2 -24
- package/src/components/cms/GlobalSections.tsx +81 -0
- package/src/components/cms/RenderSections.tsx +39 -0
- package/src/components/common/Alert/Alert.tsx +7 -5
- package/src/components/common/Alert/index.ts +1 -0
- package/src/components/sections/Alert/Alert.tsx +28 -0
- package/src/pages/404.tsx +25 -3
- package/src/pages/500.tsx +25 -3
- package/src/pages/[...slug].tsx +85 -66
- package/src/pages/[slug]/p.tsx +16 -6
- package/src/pages/account.tsx +25 -3
- package/src/pages/checkout.tsx +25 -3
- package/src/pages/index.tsx +20 -10
- package/src/pages/login.tsx +25 -3
- package/src/pages/s.tsx +63 -39
- package/.next/BUILD_ID +0 -1
- package/.next/build-manifest.json +0 -99
- package/.next/cache/.tsbuildinfo +0 -1
- package/.next/cache/config.json +0 -7
- package/.next/cache/eslint/.cache_1gneedd +0 -1
- package/.next/cache/next-server.js.nft.json +0 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/export-marker.json +0 -1
- package/.next/images-manifest.json +0 -1
- package/.next/next-server.js.nft.json +0 -1
- package/.next/package.json +0 -1
- package/.next/prerender-manifest.json +0 -1
- package/.next/react-loadable-manifest.json +0 -42
- package/.next/required-server-files.json +0 -1
- package/.next/routes-manifest.json +0 -1
- package/.next/server/chunks/120.js +0 -435
- package/.next/server/chunks/123.js +0 -58
- package/.next/server/chunks/1394.js +0 -3801
- package/.next/server/chunks/1597.js +0 -151
- package/.next/server/chunks/1608.js +0 -515
- package/.next/server/chunks/2154.js +0 -206
- package/.next/server/chunks/247.js +0 -61
- package/.next/server/chunks/2502.js +0 -584
- package/.next/server/chunks/2914.js +0 -95
- package/.next/server/chunks/2922.js +0 -7293
- package/.next/server/chunks/3264.js +0 -67
- package/.next/server/chunks/3431.js +0 -7241
- package/.next/server/chunks/350.js +0 -142
- package/.next/server/chunks/3746.js +0 -250
- package/.next/server/chunks/3898.js +0 -240
- package/.next/server/chunks/4312.js +0 -674
- package/.next/server/chunks/4371.js +0 -1424
- package/.next/server/chunks/5098.js +0 -124
- package/.next/server/chunks/5335.js +0 -544
- package/.next/server/chunks/5576.js +0 -79
- package/.next/server/chunks/6280.js +0 -322
- package/.next/server/chunks/6465.js +0 -91
- package/.next/server/chunks/676.js +0 -32
- package/.next/server/chunks/6859.js +0 -959
- package/.next/server/chunks/6881.js +0 -320
- package/.next/server/chunks/6898.js +0 -149
- package/.next/server/chunks/7104.js +0 -235
- package/.next/server/chunks/7181.js +0 -664
- package/.next/server/chunks/7183.js +0 -79
- package/.next/server/chunks/8098.js +0 -246
- package/.next/server/chunks/810.js +0 -432
- package/.next/server/chunks/8287.js +0 -58
- package/.next/server/chunks/9143.js +0 -106
- package/.next/server/chunks/9557.js +0 -119
- package/.next/server/chunks/9854.js +0 -72
- package/.next/server/chunks/font-manifest.json +0 -1
- package/.next/server/font-manifest.json +0 -1
- package/.next/server/middleware-build-manifest.js +0 -1
- package/.next/server/middleware-manifest.json +0 -6
- package/.next/server/middleware-react-loadable-manifest.js +0 -1
- package/.next/server/pages/404.js.nft.json +0 -1
- package/.next/server/pages/500.js.nft.json +0 -1
- package/.next/server/pages/[...slug].js +0 -666
- package/.next/server/pages/[...slug].js.nft.json +0 -1
- package/.next/server/pages/[slug]/p.js +0 -2327
- package/.next/server/pages/[slug]/p.js.nft.json +0 -1
- package/.next/server/pages/_app.js +0 -2454
- package/.next/server/pages/_app.js.nft.json +0 -1
- package/.next/server/pages/_document.js +0 -304
- package/.next/server/pages/_document.js.nft.json +0 -1
- package/.next/server/pages/_error.js +0 -164
- package/.next/server/pages/_error.js.nft.json +0 -1
- package/.next/server/pages/account.js.nft.json +0 -1
- package/.next/server/pages/api/graphql.js +0 -315
- package/.next/server/pages/api/graphql.js.nft.json +0 -1
- package/.next/server/pages/api/preview.js +0 -118
- package/.next/server/pages/api/preview.js.nft.json +0 -1
- package/.next/server/pages/checkout.js.nft.json +0 -1
- package/.next/server/pages/en-US/404.html +0 -81
- package/.next/server/pages/en-US/500.html +0 -81
- package/.next/server/pages/en-US/account.html +0 -81
- package/.next/server/pages/en-US/checkout.html +0 -81
- package/.next/server/pages/en-US/login.html +0 -81
- package/.next/server/pages/en-US/s.html +0 -81
- package/.next/server/pages/en-US.html +0 -81
- package/.next/server/pages/en-US.json +0 -1
- package/.next/server/pages/index.js +0 -475
- package/.next/server/pages/index.js.nft.json +0 -1
- package/.next/server/pages/login.js.nft.json +0 -1
- package/.next/server/pages/s.js.nft.json +0 -1
- package/.next/server/pages-manifest.json +0 -16
- package/.next/server/webpack-api-runtime.js +0 -229
- package/.next/server/webpack-runtime.js +0 -229
- package/.next/static/chunks/143.dd8a556e6957baa1.js +0 -1
- package/.next/static/chunks/170.79b2f8527e327bca.js +0 -1
- package/.next/static/chunks/264-5b07911df63b8601.js +0 -1
- package/.next/static/chunks/351-a4e28d64f48c5269.js +0 -1
- package/.next/static/chunks/54.e6562383f8a1dfe7.js +0 -1
- package/.next/static/chunks/597.fc79494903e8bb84.js +0 -1
- package/.next/static/chunks/608.59e69b83f35d9c44.js +0 -1
- package/.next/static/chunks/651.7142f31ce1e052b3.js +0 -1
- package/.next/static/chunks/741.52f7fb873418346f.js +0 -1
- package/.next/static/chunks/781-e1b538e051ff4c3e.js +0 -1
- package/.next/static/chunks/98.97381d2021f86cd9.js +0 -1
- package/.next/static/chunks/996.98e590872c51f815.js +0 -1
- package/.next/static/chunks/framework-dfd14d7ce6600b03.js +0 -1
- package/.next/static/chunks/main-9746772201fe3ac1.js +0 -1
- package/.next/static/chunks/pages/404-3637ef83b3359df7.js +0 -1
- package/.next/static/chunks/pages/500-910883c20541d9ce.js +0 -1
- package/.next/static/chunks/pages/[...slug]-29d3b81ee0953846.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-9b24055cb30ee7a8.js +0 -1
- package/.next/static/chunks/pages/_app-4aeb21d72aeea9b7.js +0 -1
- package/.next/static/chunks/pages/_error-a7a0c1d9bfbb4f38.js +0 -1
- package/.next/static/chunks/pages/account-b8fc5222ffe89b60.js +0 -1
- package/.next/static/chunks/pages/checkout-f8cb7cb22225ef9d.js +0 -1
- package/.next/static/chunks/pages/index-d48285f48d2a66ea.js +0 -1
- package/.next/static/chunks/pages/login-45cc84352bac2408.js +0 -1
- package/.next/static/chunks/pages/s-ba2868e14fedb65b.js +0 -1
- package/.next/static/chunks/polyfills-c67a75d1b6f99dc8.js +0 -1
- package/.next/static/chunks/webpack-f725b61675603493.js +0 -1
- package/.next/static/css/1f987650dd4e39d0.css +0 -1
- package/.next/static/css/3a57acf6e411f24d.css +0 -1
- package/.next/static/css/4abccf9803c3c356.css +0 -1
- package/.next/static/css/502746c995f64cce.css +0 -1
- package/.next/static/css/6507cb48401e73a4.css +0 -1
- package/.next/static/css/6f4d3e91f1d161a8.css +0 -1
- package/.next/static/media/brandless-neutral.76ddf63a.png +0 -0
- package/.next/static/vmkgl19jDr5XASw3dFJg7/_buildManifest.js +0 -1
- package/.next/static/vmkgl19jDr5XASw3dFJg7/_ssgManifest.js +0 -1
- package/.next/trace +0 -64
- package/public/~partytown/debug/partytown-atomics.js +0 -556
- package/public/~partytown/debug/partytown-media.js +0 -374
- package/public/~partytown/debug/partytown-sandbox-sw.js +0 -543
- package/public/~partytown/debug/partytown-sw.js +0 -59
- package/public/~partytown/debug/partytown-ww-atomics.js +0 -1789
- package/public/~partytown/debug/partytown-ww-sw.js +0 -1781
- package/public/~partytown/debug/partytown.js +0 -72
- package/public/~partytown/partytown-atomics.js +0 -2
- package/public/~partytown/partytown-media.js +0 -2
- package/public/~partytown/partytown-sw.js +0 -2
- package/public/~partytown/partytown.js +0 -2
- package/src/components/cms/RenderPageSections.tsx +0 -37
|
@@ -1,119 +0,0 @@
|
|
|
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
|
-
;
|
|
@@ -1,72 +0,0 @@
|
|
|
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
|
-
;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[]
|
|
@@ -1 +0,0 @@
|
|
|
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:[]};
|
|
@@ -1 +0,0 @@
|
|
|
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"]}};
|
|
@@ -1 +0,0 @@
|
|
|
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"]}
|
|
@@ -1 +0,0 @@
|
|
|
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"]}
|