@faststore/core 2.2.14 → 2.2.15
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +36 -36
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/next-server.js.nft.json +1 -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/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/390.js +2 -2
- package/.next/server/chunks/398.js +2 -2
- package/.next/server/chunks/732.js +2 -2
- package/.next/server/chunks/74.js +194 -92
- package/.next/server/chunks/863.js +2 -2
- package/.next/server/chunks/979.js +6 -6
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +2 -2
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js.nft.json +1 -1
- package/.next/server/pages/checkout.js.nft.json +1 -1
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/404.json +1 -1
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/500.json +1 -1
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/account.json +1 -1
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/checkout.json +1 -1
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/login.json +1 -1
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US/s.json +1 -1
- package/.next/server/pages/en-US.html +3 -3
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +5 -5
- package/.next/static/cFoZnnZTCNBP27r9ASmWF/_buildManifest.js +1 -0
- package/.next/static/chunks/{400-7ce14b0f942135d1.js → 400-a09ccc622ec96daa.js} +1 -1
- package/.next/static/chunks/469-7259b855711d4ad3.js +1 -0
- package/.next/static/chunks/{783-864ba18fdcdc2649.js → 783-a67df4e98c1ac27b.js} +1 -1
- package/.next/static/chunks/pages/{404-d186c22d910fecbb.js → 404-6763ce07878a1456.js} +1 -1
- package/.next/static/chunks/pages/{500-c6f28e1de16c5aab.js → 500-0f4374f30595d27c.js} +1 -1
- package/.next/static/chunks/pages/{[...slug]-c7c8e53be9021135.js → [...slug]-111f89162eff5029.js} +1 -1
- package/.next/static/chunks/pages/[slug]/{p-fc8a69c60752c685.js → p-0b6789ab8718bdf0.js} +1 -1
- package/.next/static/chunks/pages/{account-46edcd73944d7924.js → account-9eb6fab139286c66.js} +1 -1
- package/.next/static/chunks/pages/{checkout-49faa1acf04be10c.js → checkout-7cd7b110c7cf2f10.js} +1 -1
- package/.next/static/chunks/pages/{index-5088cf4fabfe4812.js → index-3d5c756be5ce8fc7.js} +1 -1
- package/.next/static/chunks/pages/{login-e944d38d65d2eea5.js → login-5fd09e6402f47896.js} +1 -1
- package/.next/static/chunks/pages/{s-b8438313905eaef8.js → s-8e32a9b170819fa9.js} +1 -1
- package/.next/static/chunks/{webpack-66a77a46f9162613.js → webpack-bc34484a5f5f8214.js} +1 -1
- package/.next/trace +78 -77
- package/.turbo/turbo-build.log +6 -6
- package/.turbo/turbo-test.log +11 -11
- package/index.ts +1 -0
- package/package.json +2 -2
- package/src/components/cms/GlobalSections.tsx +1 -1
- package/src/components/common/Alert/Alert.tsx +3 -1
- package/src/components/sections/Alert/Alert.tsx +8 -17
- package/src/components/sections/Alert/DefaultComponents.ts +6 -0
- package/src/components/sections/Alert/OverriddenDefaultAlert.ts +12 -0
- package/src/components/sections/BannerText/Overrides.tsx +3 -3
- package/src/components/sections/Breadcrumb/Overrides.tsx +3 -3
- package/src/components/sections/EmptyState/Overrides.tsx +3 -3
- package/src/components/sections/Hero/Overrides.tsx +3 -3
- package/src/components/sections/Navbar/Overrides.tsx +3 -3
- package/src/components/sections/Newsletter/Overrides.tsx +3 -3
- package/src/components/sections/ProductDetails/Overrides.tsx +3 -3
- package/src/components/sections/ProductGallery/Overrides.tsx +3 -3
- package/src/components/sections/ProductShelf/Overrides.tsx +3 -3
- package/src/components/sections/RegionBar/Overrides.tsx +3 -3
- package/src/components/sections/Section/Section.tsx +8 -1
- package/src/sdk/overrides/OverrideContext.tsx +27 -0
- package/src/sdk/overrides/getOverriddenSection.tsx +70 -0
- package/src/{utils → sdk/overrides}/overrides.ts +13 -14
- package/src/sdk/overrides/sections.tsx +18 -0
- package/src/typings/overrides.ts +25 -68
- package/src/typings/overridesDefinition.ts +52 -0
- package/.next/static/chunks/520-5a9ae7339f19a163.js +0 -1
- package/.next/static/qdhHoILxfnVChWyMteJto/_buildManifest.js +0 -1
- package/src/components/sections/Alert/Overrides.tsx +0 -15
- package/src/typings/overrideDefinitionUtils.ts +0 -40
- /package/.next/static/{qdhHoILxfnVChWyMteJto → cFoZnnZTCNBP27r9ASmWF}/_ssgManifest.js +0 -0
|
@@ -855,7 +855,7 @@ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __we
|
|
|
855
855
|
/* harmony import */ var src_server_cms__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(9497);
|
|
856
856
|
/* harmony import */ var src_components_common_Toast__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(3746);
|
|
857
857
|
/* harmony import */ var _RenderSections__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2224);
|
|
858
|
-
/* harmony import */ var
|
|
858
|
+
/* harmony import */ var src_components_sections_Alert_OverriddenDefaultAlert__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8529);
|
|
859
859
|
/* harmony import */ var src_components_sections_Footer__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(11);
|
|
860
860
|
/* harmony import */ var src_components_sections_Navbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6696);
|
|
861
861
|
/* harmony import */ var src_components_sections_RegionBar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3830);
|
|
@@ -892,7 +892,7 @@ const GLOBAL_SECTIONS_CONTENT_TYPE = 'globalSections';
|
|
|
892
892
|
|
|
893
893
|
/* A list of components that can be used in the CMS. */
|
|
894
894
|
const COMPONENTS = _objectSpread({
|
|
895
|
-
Alert:
|
|
895
|
+
Alert: src_components_sections_Alert_OverriddenDefaultAlert__WEBPACK_IMPORTED_MODULE_2__/* .OverriddenDefaultAlert */ .N,
|
|
896
896
|
Navbar: src_components_sections_Navbar__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z,
|
|
897
897
|
RegionBar: src_components_sections_RegionBar__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z,
|
|
898
898
|
RegionModal,
|
|
@@ -1751,16 +1751,25 @@ __webpack_async_result__();
|
|
|
1751
1751
|
|
|
1752
1752
|
/***/ }),
|
|
1753
1753
|
|
|
1754
|
-
/***/
|
|
1754
|
+
/***/ 8529:
|
|
1755
1755
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1756
1756
|
|
|
1757
1757
|
"use strict";
|
|
1758
1758
|
|
|
1759
1759
|
// EXPORTS
|
|
1760
1760
|
__webpack_require__.d(__webpack_exports__, {
|
|
1761
|
-
"
|
|
1761
|
+
"N": () => (/* binding */ OverriddenDefaultAlert)
|
|
1762
1762
|
});
|
|
1763
1763
|
|
|
1764
|
+
;// CONCATENATED MODULE: ./src/customizations/src/components/overrides/Alert.tsx
|
|
1765
|
+
// This is an example of how it can be used on the starter.
|
|
1766
|
+
const SECTION = 'Alert';
|
|
1767
|
+
const override = {
|
|
1768
|
+
section: SECTION
|
|
1769
|
+
};
|
|
1770
|
+
|
|
1771
|
+
// EXTERNAL MODULE: ./src/sdk/overrides/OverrideContext.tsx
|
|
1772
|
+
var OverrideContext = __webpack_require__(5522);
|
|
1764
1773
|
// EXTERNAL MODULE: external "react"
|
|
1765
1774
|
var external_react_ = __webpack_require__(6689);
|
|
1766
1775
|
// EXTERNAL MODULE: ./src/sdk/tests/mark.tsx
|
|
@@ -1770,31 +1779,6 @@ var Section = __webpack_require__(3271);
|
|
|
1770
1779
|
// EXTERNAL MODULE: ./src/components/common/Alert/section.module.scss
|
|
1771
1780
|
var section_module = __webpack_require__(7651);
|
|
1772
1781
|
var section_module_default = /*#__PURE__*/__webpack_require__.n(section_module);
|
|
1773
|
-
// EXTERNAL MODULE: ../components/dist/esm/molecules/Alert/Alert.js
|
|
1774
|
-
var Alert = __webpack_require__(8138);
|
|
1775
|
-
// EXTERNAL MODULE: ../components/dist/esm/atoms/Icon/Icon.js
|
|
1776
|
-
var Icon = __webpack_require__(2614);
|
|
1777
|
-
// EXTERNAL MODULE: ./src/utils/overrides.ts
|
|
1778
|
-
var overrides = __webpack_require__(9104);
|
|
1779
|
-
;// CONCATENATED MODULE: ./src/customizations/src/components/overrides/Alert.tsx
|
|
1780
|
-
// This is an example of how it can be used on the starter.
|
|
1781
|
-
const SECTION = 'Alert';
|
|
1782
|
-
const override = {
|
|
1783
|
-
section: SECTION
|
|
1784
|
-
};
|
|
1785
|
-
|
|
1786
|
-
;// CONCATENATED MODULE: ./src/components/sections/Alert/Overrides.tsx
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
const {
|
|
1791
|
-
Alert: Overrides_Alert,
|
|
1792
|
-
Icon: Overrides_Icon
|
|
1793
|
-
} = (0,overrides/* getSectionOverrides */.f)({
|
|
1794
|
-
Alert: Alert/* default */.Z,
|
|
1795
|
-
Icon: Icon/* default */.Z
|
|
1796
|
-
}, override);
|
|
1797
|
-
|
|
1798
1782
|
// EXTERNAL MODULE: external "react/jsx-runtime"
|
|
1799
1783
|
var jsx_runtime_ = __webpack_require__(997);
|
|
1800
1784
|
;// CONCATENATED MODULE: ./src/components/common/Alert/Alert.tsx
|
|
@@ -1817,13 +1801,16 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
1817
1801
|
|
|
1818
1802
|
|
|
1819
1803
|
|
|
1820
|
-
function
|
|
1804
|
+
function Alert(_ref) {
|
|
1821
1805
|
let {
|
|
1822
1806
|
content,
|
|
1823
1807
|
children
|
|
1824
1808
|
} = _ref,
|
|
1825
1809
|
otherProps = _objectWithoutProperties(_ref, _excluded);
|
|
1826
1810
|
|
|
1811
|
+
const {
|
|
1812
|
+
Alert: AlertWrapper
|
|
1813
|
+
} = (0,OverrideContext/* useOverrideComponents */.r3)();
|
|
1827
1814
|
const {
|
|
1828
1815
|
0: displayAlert,
|
|
1829
1816
|
1: setDisplayAlert
|
|
@@ -1836,7 +1823,7 @@ function Alert_Alert(_ref) {
|
|
|
1836
1823
|
|
|
1837
1824
|
return /*#__PURE__*/jsx_runtime_.jsx(Section/* default */.Z, {
|
|
1838
1825
|
className: `${(section_module_default()).section} section-alert`,
|
|
1839
|
-
children: /*#__PURE__*/jsx_runtime_.jsx(
|
|
1826
|
+
children: /*#__PURE__*/jsx_runtime_.jsx(AlertWrapper.Component, _objectSpread(_objectSpread({}, otherProps), {}, {
|
|
1840
1827
|
// Dynamic props, shouldn't be overridable
|
|
1841
1828
|
// This decision can be reviewed later if needed
|
|
1842
1829
|
onClose: onAlertClose,
|
|
@@ -1845,8 +1832,8 @@ function Alert_Alert(_ref) {
|
|
|
1845
1832
|
});
|
|
1846
1833
|
}
|
|
1847
1834
|
|
|
1848
|
-
|
|
1849
|
-
/* harmony default export */ const
|
|
1835
|
+
Alert.displayName = 'Alert';
|
|
1836
|
+
/* harmony default export */ const Alert_Alert = ((0,mark/* mark */.B)(Alert));
|
|
1850
1837
|
;// CONCATENATED MODULE: ./src/components/sections/Alert/Alert.tsx
|
|
1851
1838
|
function Alert_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; }
|
|
1852
1839
|
|
|
@@ -1860,30 +1847,121 @@ function Alert_defineProperty(obj, key, value) { if (key in obj) { Object.define
|
|
|
1860
1847
|
|
|
1861
1848
|
// TODO: Change actionPath and actionLabel with Link
|
|
1862
1849
|
function Alert_Alert_Alert({
|
|
1863
|
-
icon
|
|
1850
|
+
icon,
|
|
1864
1851
|
content,
|
|
1865
1852
|
link: {
|
|
1866
|
-
text
|
|
1867
|
-
to
|
|
1853
|
+
text,
|
|
1854
|
+
to
|
|
1868
1855
|
},
|
|
1869
|
-
dismissible
|
|
1856
|
+
dismissible
|
|
1870
1857
|
}) {
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1858
|
+
const {
|
|
1859
|
+
Alert: AlertWrapper,
|
|
1860
|
+
Icon
|
|
1861
|
+
} = (0,OverrideContext/* useOverrideComponents */.r3)();
|
|
1862
|
+
return /*#__PURE__*/jsx_runtime_.jsx(Alert_Alert, Alert_objectSpread(Alert_objectSpread({
|
|
1863
|
+
icon: /*#__PURE__*/jsx_runtime_.jsx(Icon.Component, Alert_objectSpread(Alert_objectSpread({}, Icon.props), {}, {
|
|
1864
|
+
name: icon ?? Icon.props.name
|
|
1874
1865
|
}))
|
|
1875
|
-
},
|
|
1876
|
-
link: Alert_objectSpread(Alert_objectSpread({},
|
|
1877
|
-
children: text,
|
|
1878
|
-
href: to,
|
|
1879
|
-
target:
|
|
1866
|
+
}, AlertWrapper.props), {}, {
|
|
1867
|
+
link: Alert_objectSpread(Alert_objectSpread({}, AlertWrapper.props.link ?? {}), {}, {
|
|
1868
|
+
children: text ?? AlertWrapper.props.link?.children,
|
|
1869
|
+
href: to ?? AlertWrapper.props.link?.href,
|
|
1870
|
+
target: AlertWrapper.props.link?.target ?? '_self'
|
|
1880
1871
|
}),
|
|
1881
|
-
dismissible: dismissible,
|
|
1872
|
+
dismissible: dismissible ?? AlertWrapper.props.dismissible,
|
|
1882
1873
|
children: content
|
|
1883
1874
|
}));
|
|
1884
1875
|
}
|
|
1885
1876
|
|
|
1886
1877
|
/* harmony default export */ const sections_Alert_Alert = (Alert_Alert_Alert);
|
|
1878
|
+
// EXTERNAL MODULE: ../components/dist/esm/molecules/Alert/Alert.js
|
|
1879
|
+
var molecules_Alert_Alert = __webpack_require__(8138);
|
|
1880
|
+
// EXTERNAL MODULE: ../components/dist/esm/atoms/Icon/Icon.js
|
|
1881
|
+
var Icon = __webpack_require__(2614);
|
|
1882
|
+
;// CONCATENATED MODULE: ./src/components/sections/Alert/DefaultComponents.ts
|
|
1883
|
+
|
|
1884
|
+
const AlertDefaultComponents = {
|
|
1885
|
+
Alert: molecules_Alert_Alert/* default */.Z,
|
|
1886
|
+
Icon: Icon/* default */.Z
|
|
1887
|
+
};
|
|
1888
|
+
;// CONCATENATED MODULE: ./src/sdk/overrides/sections.tsx
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
const Sections = {
|
|
1892
|
+
Alert: sections_Alert_Alert
|
|
1893
|
+
};
|
|
1894
|
+
const DefaultComponents = {
|
|
1895
|
+
Alert: AlertDefaultComponents
|
|
1896
|
+
};
|
|
1897
|
+
// EXTERNAL MODULE: ./src/sdk/overrides/overrides.ts
|
|
1898
|
+
var overrides = __webpack_require__(7506);
|
|
1899
|
+
;// CONCATENATED MODULE: ./src/sdk/overrides/getOverriddenSection.tsx
|
|
1900
|
+
function getOverriddenSection_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; }
|
|
1901
|
+
|
|
1902
|
+
function getOverriddenSection_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? getOverriddenSection_ownKeys(Object(source), !0).forEach(function (key) { getOverriddenSection_defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : getOverriddenSection_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
1903
|
+
|
|
1904
|
+
function getOverriddenSection_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; }
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
/**
|
|
1912
|
+
* This function adds OverrideContext to the tree. It is essential for the compatible sections
|
|
1913
|
+
* to consume the components it provides.
|
|
1914
|
+
*/
|
|
1915
|
+
function createOverriddenSection({
|
|
1916
|
+
Section,
|
|
1917
|
+
sectionOverrides,
|
|
1918
|
+
className
|
|
1919
|
+
}) {
|
|
1920
|
+
const overrideContextValue = {
|
|
1921
|
+
className,
|
|
1922
|
+
components: sectionOverrides
|
|
1923
|
+
};
|
|
1924
|
+
return function OverriddenSection(props) {
|
|
1925
|
+
return /*#__PURE__*/jsx_runtime_.jsx(OverrideContext/* OverrideProvider */.Ju, {
|
|
1926
|
+
value: overrideContextValue,
|
|
1927
|
+
children: /*#__PURE__*/jsx_runtime_.jsx(Section, getOverriddenSection_objectSpread({}, props))
|
|
1928
|
+
});
|
|
1929
|
+
};
|
|
1930
|
+
}
|
|
1931
|
+
/**
|
|
1932
|
+
* Accepts override options and returns a React component for the overridden section.
|
|
1933
|
+
* The overridden section is based on the options specified in the override definition.
|
|
1934
|
+
*
|
|
1935
|
+
* @param override An object containing override options.
|
|
1936
|
+
* @returns The overridden section of choice
|
|
1937
|
+
* @see https://www.faststore.dev/docs/building-sections/overriding-components-and-props
|
|
1938
|
+
*/
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
function getOverriddenSection(override) {
|
|
1942
|
+
const defaultComponents = DefaultComponents[override.section];
|
|
1943
|
+
|
|
1944
|
+
if (!defaultComponents) {
|
|
1945
|
+
throw new Error(`Section ${override.section} does not exist. Please provide a valid section name to override.`);
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1948
|
+
const sectionOverrides = (0,overrides/* getSectionOverrides */.f)(defaultComponents, override);
|
|
1949
|
+
return createOverriddenSection({
|
|
1950
|
+
Section: Sections[override.section],
|
|
1951
|
+
sectionOverrides: sectionOverrides,
|
|
1952
|
+
className: override.className
|
|
1953
|
+
});
|
|
1954
|
+
}
|
|
1955
|
+
;// CONCATENATED MODULE: ./src/components/sections/Alert/OverriddenDefaultAlert.ts
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
/**
|
|
1960
|
+
* This component exists to support overrides 1.0
|
|
1961
|
+
*
|
|
1962
|
+
* This allows users to override the default Alert section present in the Headless CMS
|
|
1963
|
+
*/
|
|
1964
|
+
const OverriddenDefaultAlert = getOverriddenSection(override);
|
|
1887
1965
|
|
|
1888
1966
|
/***/ }),
|
|
1889
1967
|
|
|
@@ -2338,8 +2416,8 @@ const NavbarButtons = (0,external_react_.forwardRef)(function NavbarButtons({ ch
|
|
|
2338
2416
|
//# sourceMappingURL=NavbarButtons.js.map
|
|
2339
2417
|
// EXTERNAL MODULE: ../components/dist/esm/molecules/IconButton/IconButton.js
|
|
2340
2418
|
var IconButton = __webpack_require__(7041);
|
|
2341
|
-
// EXTERNAL MODULE: ./src/
|
|
2342
|
-
var overrides = __webpack_require__(
|
|
2419
|
+
// EXTERNAL MODULE: ./src/sdk/overrides/overrides.ts
|
|
2420
|
+
var overrides = __webpack_require__(7506);
|
|
2343
2421
|
;// CONCATENATED MODULE: ./src/customizations/src/components/overrides/Navbar.tsx
|
|
2344
2422
|
// This is an example of how it can be used on the starter.
|
|
2345
2423
|
const SECTION = 'Navbar';
|
|
@@ -2414,8 +2492,8 @@ const RegionBar = (0,external_react_.forwardRef)(function RegionBar({ postalCode
|
|
|
2414
2492
|
//# sourceMappingURL=RegionBar.js.map
|
|
2415
2493
|
// EXTERNAL MODULE: ../components/dist/esm/atoms/Icon/Icon.js
|
|
2416
2494
|
var Icon = __webpack_require__(2614);
|
|
2417
|
-
// EXTERNAL MODULE: ./src/
|
|
2418
|
-
var overrides = __webpack_require__(
|
|
2495
|
+
// EXTERNAL MODULE: ./src/sdk/overrides/overrides.ts
|
|
2496
|
+
var overrides = __webpack_require__(7506);
|
|
2419
2497
|
;// CONCATENATED MODULE: ./src/customizations/src/components/overrides/RegionBar.tsx
|
|
2420
2498
|
// This is an example of how it can be used on the starter.
|
|
2421
2499
|
const SECTION = 'RegionBar';
|
|
@@ -2546,6 +2624,7 @@ function RegionBarSection(_ref) {
|
|
|
2546
2624
|
/* harmony export */ });
|
|
2547
2625
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6689);
|
|
2548
2626
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
2627
|
+
/* harmony import */ var src_sdk_overrides_OverrideContext__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5522);
|
|
2549
2628
|
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(997);
|
|
2550
2629
|
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__);
|
|
2551
2630
|
const _excluded = ["as", "className"];
|
|
@@ -2562,6 +2641,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
2562
2641
|
|
|
2563
2642
|
|
|
2564
2643
|
|
|
2644
|
+
|
|
2565
2645
|
const Section = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)(function Section(_ref, ref) {
|
|
2566
2646
|
let {
|
|
2567
2647
|
as,
|
|
@@ -2569,10 +2649,11 @@ const Section = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)(f
|
|
|
2569
2649
|
} = _ref,
|
|
2570
2650
|
otherProps = _objectWithoutProperties(_ref, _excluded);
|
|
2571
2651
|
|
|
2652
|
+
const overrideClassName = (0,src_sdk_overrides_OverrideContext__WEBPACK_IMPORTED_MODULE_2__/* .useOverrideClassName */ .WB)() ?? '';
|
|
2572
2653
|
const Component = as ?? 'section';
|
|
2573
2654
|
return /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx(Component, _objectSpread({
|
|
2574
2655
|
ref: ref,
|
|
2575
|
-
className: `section ${className}
|
|
2656
|
+
className: `section ${className} ${overrideClassName}`.trim()
|
|
2576
2657
|
}, otherProps));
|
|
2577
2658
|
});
|
|
2578
2659
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Section);
|
|
@@ -3181,6 +3262,68 @@ __webpack_async_result__();
|
|
|
3181
3262
|
|
|
3182
3263
|
/***/ }),
|
|
3183
3264
|
|
|
3265
|
+
/***/ 5522:
|
|
3266
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3267
|
+
|
|
3268
|
+
"use strict";
|
|
3269
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3270
|
+
/* harmony export */ "Ju": () => (/* binding */ OverrideProvider),
|
|
3271
|
+
/* harmony export */ "WB": () => (/* binding */ useOverrideClassName),
|
|
3272
|
+
/* harmony export */ "r3": () => (/* binding */ useOverrideComponents)
|
|
3273
|
+
/* harmony export */ });
|
|
3274
|
+
/* unused harmony export useOverrideContext */
|
|
3275
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6689);
|
|
3276
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
3277
|
+
|
|
3278
|
+
const OverrideContext = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.createContext)(null);
|
|
3279
|
+
const OverrideProvider = OverrideContext.Provider;
|
|
3280
|
+
const useOverrideContext = () => useContext(OverrideContext);
|
|
3281
|
+
const useOverrideComponents = () => (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(OverrideContext).components;
|
|
3282
|
+
const useOverrideClassName = () => (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(OverrideContext)?.className;
|
|
3283
|
+
|
|
3284
|
+
/***/ }),
|
|
3285
|
+
|
|
3286
|
+
/***/ 7506:
|
|
3287
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3288
|
+
|
|
3289
|
+
"use strict";
|
|
3290
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3291
|
+
/* harmony export */ "f": () => (/* binding */ getSectionOverrides)
|
|
3292
|
+
/* harmony export */ });
|
|
3293
|
+
function getSectionOverrides(defaultComponents, override) {
|
|
3294
|
+
const overriddenComponents = {};
|
|
3295
|
+
Object.entries(defaultComponents).forEach(([key, value]) => {
|
|
3296
|
+
const componentOverride = override.components?.[key];
|
|
3297
|
+
|
|
3298
|
+
if (!componentOverride) {
|
|
3299
|
+
overriddenComponents[key] = {
|
|
3300
|
+
Component: value,
|
|
3301
|
+
props: {}
|
|
3302
|
+
};
|
|
3303
|
+
return;
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
if (componentOverride.Component && componentOverride.props) {
|
|
3307
|
+
console.warn(`Mixed use of Component and props overrides detected. Defaulting to Component override: component ${key} in the ${override.section} section.`);
|
|
3308
|
+
}
|
|
3309
|
+
|
|
3310
|
+
if (componentOverride.Component) {
|
|
3311
|
+
overriddenComponents[key] = {
|
|
3312
|
+
Component: componentOverride.Component,
|
|
3313
|
+
props: {}
|
|
3314
|
+
};
|
|
3315
|
+
} else {
|
|
3316
|
+
overriddenComponents[key] = {
|
|
3317
|
+
Component: value,
|
|
3318
|
+
props: componentOverride.props ?? {}
|
|
3319
|
+
};
|
|
3320
|
+
}
|
|
3321
|
+
});
|
|
3322
|
+
return overriddenComponents;
|
|
3323
|
+
}
|
|
3324
|
+
|
|
3325
|
+
/***/ }),
|
|
3326
|
+
|
|
3184
3327
|
/***/ 5882:
|
|
3185
3328
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3186
3329
|
|
|
@@ -3536,47 +3679,6 @@ const getPage = async options => {
|
|
|
3536
3679
|
|
|
3537
3680
|
/***/ }),
|
|
3538
3681
|
|
|
3539
|
-
/***/ 9104:
|
|
3540
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3541
|
-
|
|
3542
|
-
"use strict";
|
|
3543
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3544
|
-
/* harmony export */ "f": () => (/* binding */ getSectionOverrides)
|
|
3545
|
-
/* harmony export */ });
|
|
3546
|
-
function getSectionOverrides(defaultComponents, override) {
|
|
3547
|
-
const overriddenComponents = {};
|
|
3548
|
-
Object.entries(defaultComponents).forEach(([key, value]) => {
|
|
3549
|
-
const componentOverride = override.components?.[key];
|
|
3550
|
-
|
|
3551
|
-
if (!componentOverride) {
|
|
3552
|
-
overriddenComponents[key] = {
|
|
3553
|
-
Component: value,
|
|
3554
|
-
props: {}
|
|
3555
|
-
};
|
|
3556
|
-
return;
|
|
3557
|
-
}
|
|
3558
|
-
|
|
3559
|
-
if (componentOverride.Component && componentOverride.props) {
|
|
3560
|
-
console.warn(`Mixed use of Component and props overrides detected. Defaulting to Component override: component ${key} in the ${override.section} section.`);
|
|
3561
|
-
}
|
|
3562
|
-
|
|
3563
|
-
if (componentOverride.Component) {
|
|
3564
|
-
overriddenComponents[key] = {
|
|
3565
|
-
Component: componentOverride.Component,
|
|
3566
|
-
props: {}
|
|
3567
|
-
};
|
|
3568
|
-
} else {
|
|
3569
|
-
overriddenComponents[key] = {
|
|
3570
|
-
Component: value,
|
|
3571
|
-
props: componentOverride.props ?? {}
|
|
3572
|
-
};
|
|
3573
|
-
}
|
|
3574
|
-
});
|
|
3575
|
-
return overriddenComponents;
|
|
3576
|
-
}
|
|
3577
|
-
|
|
3578
|
-
/***/ }),
|
|
3579
|
-
|
|
3580
3682
|
/***/ 7651:
|
|
3581
3683
|
/***/ ((module) => {
|
|
3582
3684
|
|
|
@@ -41,8 +41,8 @@ var section_module = __webpack_require__(6791);
|
|
|
41
41
|
var section_module_default = /*#__PURE__*/__webpack_require__.n(section_module);
|
|
42
42
|
// EXTERNAL MODULE: ../components/dist/esm/organisms/EmptyState/EmptyState.js
|
|
43
43
|
var EmptyState = __webpack_require__(6133);
|
|
44
|
-
// EXTERNAL MODULE: ./src/
|
|
45
|
-
var overrides = __webpack_require__(
|
|
44
|
+
// EXTERNAL MODULE: ./src/sdk/overrides/overrides.ts
|
|
45
|
+
var overrides = __webpack_require__(7506);
|
|
46
46
|
;// CONCATENATED MODULE: ./src/customizations/src/components/overrides/EmptyState.tsx
|
|
47
47
|
// This is an example of how it can be used on the starter.
|
|
48
48
|
const SECTION = 'EmptyState';
|
|
@@ -66,8 +66,8 @@ const BannerTextContent = (0,external_react_.forwardRef)(function BannerTextCont
|
|
|
66
66
|
});
|
|
67
67
|
/* harmony default export */ const BannerText_BannerTextContent = (BannerTextContent);
|
|
68
68
|
//# sourceMappingURL=BannerTextContent.js.map
|
|
69
|
-
// EXTERNAL MODULE: ./src/
|
|
70
|
-
var overrides = __webpack_require__(
|
|
69
|
+
// EXTERNAL MODULE: ./src/sdk/overrides/overrides.ts
|
|
70
|
+
var overrides = __webpack_require__(7506);
|
|
71
71
|
;// CONCATENATED MODULE: ./src/customizations/src/components/overrides/BannerText.tsx
|
|
72
72
|
// This is an example of how it can be used on the starter.
|
|
73
73
|
const SECTION = 'BannerText';
|
|
@@ -323,8 +323,8 @@ function NewsletterAddendum(_ref) {
|
|
|
323
323
|
}
|
|
324
324
|
}, otherProps));
|
|
325
325
|
}
|
|
326
|
-
// EXTERNAL MODULE: ./src/
|
|
327
|
-
var overrides = __webpack_require__(
|
|
326
|
+
// EXTERNAL MODULE: ./src/sdk/overrides/overrides.ts
|
|
327
|
+
var overrides = __webpack_require__(7506);
|
|
328
328
|
;// CONCATENATED MODULE: ./src/customizations/src/components/overrides/Newsletter.tsx
|
|
329
329
|
// This is an example of how it can be used on the starter.
|
|
330
330
|
const SECTION = 'Newsletter';
|
|
@@ -768,8 +768,8 @@ function Carousel_Carousel_Carousel({
|
|
|
768
768
|
}
|
|
769
769
|
|
|
770
770
|
/* harmony default export */ const ui_Carousel_Carousel = (Carousel_Carousel_Carousel);
|
|
771
|
-
// EXTERNAL MODULE: ./src/
|
|
772
|
-
var overrides = __webpack_require__(
|
|
771
|
+
// EXTERNAL MODULE: ./src/sdk/overrides/overrides.ts
|
|
772
|
+
var overrides = __webpack_require__(7506);
|
|
773
773
|
;// CONCATENATED MODULE: ./src/customizations/src/components/overrides/ProductShelf.tsx
|
|
774
774
|
// This is an example of how it can be used on the starter.
|
|
775
775
|
const SECTION = 'ProductShelf';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-c67a75d1b6f99dc8.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:["static/
|
|
1
|
+
self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-c67a75d1b6f99dc8.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:["static/cFoZnnZTCNBP27r9ASmWF/_buildManifest.js","static/cFoZnnZTCNBP27r9ASmWF/_ssgManifest.js"],rootMainFiles:[],pages:{"/":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/742-e32d18d91fe6f08b.js","static/css/8f93a4630936c20b.css","static/chunks/469-7259b855711d4ad3.js","static/css/dfbdb0f27fd64782.css","static/chunks/783-a67df4e98c1ac27b.js","static/css/a2eefb25a4608343.css","static/chunks/pages/index-3d5c756be5ce8fc7.js"],"/404":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/742-e32d18d91fe6f08b.js","static/css/8f93a4630936c20b.css","static/chunks/469-7259b855711d4ad3.js","static/css/df588bb98c0b0ca6.css","static/chunks/pages/404-6763ce07878a1456.js"],"/500":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/742-e32d18d91fe6f08b.js","static/css/8f93a4630936c20b.css","static/chunks/469-7259b855711d4ad3.js","static/css/df588bb98c0b0ca6.css","static/chunks/pages/500-0f4374f30595d27c.js"],"/[...slug]":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/742-e32d18d91fe6f08b.js","static/css/8f93a4630936c20b.css","static/chunks/469-7259b855711d4ad3.js","static/css/dfbdb0f27fd64782.css","static/chunks/783-a67df4e98c1ac27b.js","static/css/723835bce380750d.css","static/chunks/400-a09ccc622ec96daa.js","static/css/a2eefb25a4608343.css","static/css/527e334fa69cf40a.css","static/chunks/pages/[...slug]-111f89162eff5029.js"],"/[slug]/p":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/742-e32d18d91fe6f08b.js","static/css/8f93a4630936c20b.css","static/chunks/469-7259b855711d4ad3.js","static/css/dfbdb0f27fd64782.css","static/chunks/783-a67df4e98c1ac27b.js","static/css/d7bbfbd552f407e9.css","static/chunks/pages/[slug]/p-0b6789ab8718bdf0.js"],"/_app":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/css/5d1f64b61ea581f4.css","static/chunks/pages/_app-48d56037a2534a44.js"],"/_error":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"],"/account":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/742-e32d18d91fe6f08b.js","static/css/8f93a4630936c20b.css","static/chunks/469-7259b855711d4ad3.js","static/chunks/pages/account-9eb6fab139286c66.js"],"/checkout":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/742-e32d18d91fe6f08b.js","static/css/8f93a4630936c20b.css","static/chunks/469-7259b855711d4ad3.js","static/chunks/pages/checkout-7cd7b110c7cf2f10.js"],"/login":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/742-e32d18d91fe6f08b.js","static/css/8f93a4630936c20b.css","static/chunks/469-7259b855711d4ad3.js","static/css/df588bb98c0b0ca6.css","static/chunks/pages/login-5fd09e6402f47896.js"],"/s":["static/chunks/webpack-bc34484a5f5f8214.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/742-e32d18d91fe6f08b.js","static/css/8f93a4630936c20b.css","static/chunks/469-7259b855711d4ad3.js","static/css/723835bce380750d.css","static/chunks/400-a09ccc622ec96daa.js","static/chunks/pages/s-8e32a9b170819fa9.js"]},ampFirstPages:[]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../webpack-runtime.js","../chunks/676.js","../chunks/825.js","../chunks/183.js","../chunks/177.js","../chunks/74.js","../chunks/863.js","../chunks/779.js","../chunks/988.js","../chunks/53.js","../chunks/693.js","../chunks/585.js","../chunks/854.js","../chunks/312.js","../../package.json","../../../node_modules/deepmerge/package.json","../../../node_modules/chalk/package.json","../../../node_modules/next/dist/shared/lib/head.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/is-plain-object.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/deepmerge/dist/cjs.js","../../../node_modules/chalk/source/index.js","../../../node_modules/next/router.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/router.js","../../../node_modules/next/dist/client/has-base-path.js","../../../node_modules/next/dist/shared/lib/side-effect.js","../../../node_modules/next/dist/shared/lib/amp-context.js","../../../node_modules/next/dist/shared/lib/amp-mode.js","../../../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","../../../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","../../../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/path-match.js","../../../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","../../../node_modules/next/dist/shared/lib/escape-regexp.js","../../../node_modules/next/dist/shared/lib/router/router.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/shared/lib/router/utils/index.js","../../../node_modules/next/dist/client/normalize-trailing-slash.js","../../../node_modules/next/dist/client/route-loader.js","../../../node_modules/next/dist/client/script.js","../../../node_modules/next/dist/client/detect-domain-locale.js","../../../node_modules/next/dist/client/add-locale.js","../../../node_modules/next/dist/client/remove-locale.js","../../../node_modules/next/dist/client/add-base-path.js","../../../node_modules/next/dist/client/trusted-types.js","../../../node_modules/next/dist/client/request-idle-callback.js","../../../node_modules/next/dist/client/head-manager.js","../../../node_modules/@swc/helpers/lib/_extends.js","../../../node_modules/@swc/helpers/package.json","../../../node_modules/@swc/helpers/lib/_interop_require_default.js","../../../node_modules/@swc/helpers/lib/_interop_require_wildcard.js","../../../node_modules/@swc/helpers/lib/_async_to_generator.js","../../../node_modules/next/dist/
|
|
1
|
+
{"version":1,"files":["../webpack-runtime.js","../chunks/676.js","../chunks/825.js","../chunks/183.js","../chunks/177.js","../chunks/74.js","../chunks/863.js","../chunks/779.js","../chunks/988.js","../chunks/53.js","../chunks/693.js","../chunks/585.js","../chunks/854.js","../chunks/312.js","../../package.json","../../../node_modules/deepmerge/package.json","../../../node_modules/chalk/package.json","../../../node_modules/next/dist/shared/lib/head.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/is-plain-object.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/deepmerge/dist/cjs.js","../../../node_modules/chalk/source/index.js","../../../node_modules/next/router.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/router.js","../../../node_modules/next/dist/client/has-base-path.js","../../../node_modules/next/dist/shared/lib/side-effect.js","../../../node_modules/next/dist/shared/lib/amp-context.js","../../../node_modules/next/dist/shared/lib/amp-mode.js","../../../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","../../../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","../../../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/path-match.js","../../../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","../../../node_modules/next/dist/shared/lib/escape-regexp.js","../../../node_modules/next/dist/shared/lib/router/router.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/shared/lib/router/utils/index.js","../../../node_modules/next/dist/client/normalize-trailing-slash.js","../../../node_modules/next/dist/client/route-loader.js","../../../node_modules/next/dist/client/script.js","../../../node_modules/next/dist/client/detect-domain-locale.js","../../../node_modules/next/dist/client/add-locale.js","../../../node_modules/next/dist/client/remove-locale.js","../../../node_modules/next/dist/client/add-base-path.js","../../../node_modules/next/dist/client/trusted-types.js","../../../node_modules/next/dist/client/request-idle-callback.js","../../../node_modules/next/dist/client/head-manager.js","../../../node_modules/next/dist/client/with-router.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/@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/region/RegionModal/index.ts","../../../src/components/cart/CartSidebar/index.ts","../../../src/components/search/SearchDropdown/index.ts","../../../package.json"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../webpack-runtime.js","../chunks/676.js","../chunks/825.js","../chunks/183.js","../chunks/177.js","../chunks/74.js","../chunks/863.js","../chunks/779.js","../chunks/988.js","../chunks/53.js","../chunks/693.js","../chunks/585.js","../chunks/854.js","../chunks/312.js","../../package.json","../../../node_modules/deepmerge/package.json","../../../node_modules/chalk/package.json","../../../node_modules/next/dist/shared/lib/head.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/is-plain-object.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/deepmerge/dist/cjs.js","../../../node_modules/chalk/source/index.js","../../../node_modules/next/router.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/router.js","../../../node_modules/next/dist/client/has-base-path.js","../../../node_modules/next/dist/shared/lib/side-effect.js","../../../node_modules/next/dist/shared/lib/amp-context.js","../../../node_modules/next/dist/shared/lib/amp-mode.js","../../../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","../../../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","../../../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/path-match.js","../../../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","../../../node_modules/next/dist/shared/lib/escape-regexp.js","../../../node_modules/next/dist/shared/lib/router/router.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/shared/lib/router/utils/index.js","../../../node_modules/next/dist/client/normalize-trailing-slash.js","../../../node_modules/next/dist/client/route-loader.js","../../../node_modules/next/dist/client/script.js","../../../node_modules/next/dist/client/detect-domain-locale.js","../../../node_modules/next/dist/client/add-locale.js","../../../node_modules/next/dist/client/remove-locale.js","../../../node_modules/next/dist/client/add-base-path.js","../../../node_modules/next/dist/client/trusted-types.js","../../../node_modules/next/dist/client/request-idle-callback.js","../../../node_modules/next/dist/client/head-manager.js","../../../node_modules/@swc/helpers/lib/_extends.js","../../../node_modules/@swc/helpers/package.json","../../../node_modules/@swc/helpers/lib/_interop_require_default.js","../../../node_modules/@swc/helpers/lib/_interop_require_wildcard.js","../../../node_modules/@swc/helpers/lib/_async_to_generator.js","../../../node_modules/next/dist/
|
|
1
|
+
{"version":1,"files":["../webpack-runtime.js","../chunks/676.js","../chunks/825.js","../chunks/183.js","../chunks/177.js","../chunks/74.js","../chunks/863.js","../chunks/779.js","../chunks/988.js","../chunks/53.js","../chunks/693.js","../chunks/585.js","../chunks/854.js","../chunks/312.js","../../package.json","../../../node_modules/deepmerge/package.json","../../../node_modules/chalk/package.json","../../../node_modules/next/dist/shared/lib/head.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/is-plain-object.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/deepmerge/dist/cjs.js","../../../node_modules/chalk/source/index.js","../../../node_modules/next/router.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/router.js","../../../node_modules/next/dist/client/has-base-path.js","../../../node_modules/next/dist/shared/lib/side-effect.js","../../../node_modules/next/dist/shared/lib/amp-context.js","../../../node_modules/next/dist/shared/lib/amp-mode.js","../../../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","../../../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","../../../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/path-match.js","../../../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","../../../node_modules/next/dist/shared/lib/escape-regexp.js","../../../node_modules/next/dist/shared/lib/router/router.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/shared/lib/router/utils/index.js","../../../node_modules/next/dist/client/normalize-trailing-slash.js","../../../node_modules/next/dist/client/route-loader.js","../../../node_modules/next/dist/client/script.js","../../../node_modules/next/dist/client/detect-domain-locale.js","../../../node_modules/next/dist/client/add-locale.js","../../../node_modules/next/dist/client/remove-locale.js","../../../node_modules/next/dist/client/add-base-path.js","../../../node_modules/next/dist/client/trusted-types.js","../../../node_modules/next/dist/client/request-idle-callback.js","../../../node_modules/next/dist/client/head-manager.js","../../../node_modules/next/dist/client/with-router.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/@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/region/RegionModal/index.ts","../../../src/components/cart/CartSidebar/index.ts","../../../src/components/search/SearchDropdown/index.ts","../../../package.json"]}
|