@faststore/core 2.2.65 → 2.2.67
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 +46 -43
- 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/routes-manifest.json +1 -1
- package/.next/server/chunks/74.js +125 -76
- package/.next/server/chunks/796.js +143 -84
- 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 +4 -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/_error.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/500.html +2 -2
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US.html +4 -4
- 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/static/bjKPEUMtAwRNUNjBl_iEY/_buildManifest.js +1 -0
- package/.next/static/chunks/762-1e3db91e2888dca7.js +1 -0
- package/.next/static/chunks/846-d7c6a8d1d102ccf3.js +1 -0
- package/.next/static/chunks/pages/{404-419470fcedcaba54.js → 404-5e6c01505839ca4e.js} +1 -1
- package/.next/static/chunks/pages/{500-337a57eb2c9da6ba.js → 500-92239cdd00a581dd.js} +1 -1
- package/.next/static/chunks/pages/[...slug]-36dce5cc96853b94.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-039e11d837033561.js +1 -0
- package/.next/static/chunks/pages/{account-acd169fb6e00021f.js → account-2d15d4e38b855872.js} +1 -1
- package/.next/static/chunks/pages/{checkout-5de711ccb807644b.js → checkout-e34b1a2945839749.js} +1 -1
- package/.next/static/chunks/pages/index-a5448a22526e3ea8.js +1 -0
- package/.next/static/chunks/pages/{login-c38b2107d504199c.js → login-1b197c0b0d5ba457.js} +1 -1
- package/.next/static/chunks/pages/{s-a6e95c34a89ccbfb.js → s-ed126d7e39eec25b.js} +1 -1
- package/.next/static/chunks/{webpack-adf61d0bc3a8dbb3.js → webpack-6c4b31200fed6646.js} +1 -1
- package/.next/static/css/{d2e8564f2bf133d9.css → 4ee95588f27a8b6b.css} +1 -1
- package/.next/static/css/527e334fa69cf40a.css +1 -0
- package/.next/static/css/563a68087e4de59c.css +1 -0
- package/.next/static/css/c33c62a3d0c77436.css +1 -0
- package/.next/trace +82 -81
- package/.turbo/turbo-build.log +9 -10
- package/.turbo/turbo-test.log +9 -9
- package/cms/faststore/sections.json +21 -11
- package/package.json +4 -4
- package/src/components/cms/GlobalSections.tsx +1 -1
- package/src/components/region/RegionBar/RegionBar.tsx +17 -21
- package/src/components/sections/BannerNewsletter/BannerNewsletter.tsx +4 -2
- package/src/components/sections/BannerText/BannerText.tsx +17 -19
- package/src/components/sections/Footer/Footer.tsx +3 -1
- package/src/components/sections/Footer/section.module.scss +2 -0
- package/src/components/sections/Newsletter/Newsletter.tsx +46 -20
- package/src/components/sections/Newsletter/Overrides.tsx +21 -4
- package/src/components/sections/Newsletter/section.module.scss +0 -2
- package/src/components/sections/RegionBar/DefaultComponents.ts +7 -0
- package/src/components/sections/RegionBar/OverriddenDefaultRegionBar.ts +12 -0
- package/src/components/ui/Newsletter/Newsletter.tsx +131 -180
- package/src/components/ui/Newsletter/NewsletterAddendum.tsx +7 -8
- package/src/sdk/overrides/sections.tsx +4 -0
- package/src/typings/overrides.ts +23 -5
- package/.next/static/8bY0SvP6sqeD3bp_3Ie2r/_buildManifest.js +0 -1
- package/.next/static/chunks/875-e59a8e9803b1d863.js +0 -1
- package/.next/static/chunks/pages/[...slug]-4fd81d8f84dd561f.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-551e8bbc72bab530.js +0 -1
- package/.next/static/chunks/pages/index-7d0e3d61afd0a37c.js +0 -1
- package/.next/static/css/e67c73ff7fbc8c54.css +0 -1
- package/.next/static/css/eababca67e15ef4b.css +0 -1
- package/.next/static/css/f0e64672053efd0c.css +0 -1
- package/src/components/sections/RegionBar/Overrides.tsx +0 -16
- /package/.next/static/{8bY0SvP6sqeD3bp_3Ie2r → bjKPEUMtAwRNUNjBl_iEY}/_ssgManifest.js +0 -0
|
@@ -44,7 +44,7 @@ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __we
|
|
|
44
44
|
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
45
45
|
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([src_components_ui_Newsletter__WEBPACK_IMPORTED_MODULE_3__]);
|
|
46
46
|
src_components_ui_Newsletter__WEBPACK_IMPORTED_MODULE_3__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
|
|
47
|
-
const _excluded = ["icon", "title", "description", "privacyPolicy", "emailInputLabel", "displayNameInput", "nameInputLabel", "subscribeButtonLabel", "card", "toastSubscribe", "toastSubscribeError"];
|
|
47
|
+
const _excluded = ["icon", "title", "description", "privacyPolicy", "emailInputLabel", "displayNameInput", "nameInputLabel", "subscribeButtonLabel", "subscribeButtonLoadingLabel", "card", "toastSubscribe", "toastSubscribeError", "colorVariant"];
|
|
48
48
|
|
|
49
49
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
50
50
|
|
|
@@ -71,14 +71,16 @@ const Newsletter = function Newsletter(_ref) {
|
|
|
71
71
|
displayNameInput,
|
|
72
72
|
nameInputLabel,
|
|
73
73
|
subscribeButtonLabel,
|
|
74
|
+
subscribeButtonLoadingLabel,
|
|
74
75
|
card,
|
|
75
76
|
toastSubscribe,
|
|
76
|
-
toastSubscribeError
|
|
77
|
+
toastSubscribeError,
|
|
78
|
+
colorVariant
|
|
77
79
|
} = _ref,
|
|
78
80
|
otherProps = _objectWithoutProperties(_ref, _excluded);
|
|
79
81
|
|
|
80
82
|
return /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_Section__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, {
|
|
81
|
-
className: `${(_section_module_scss__WEBPACK_IMPORTED_MODULE_2___default().section)} section-newsletter`,
|
|
83
|
+
className: `${(_section_module_scss__WEBPACK_IMPORTED_MODULE_2___default().section)} section-newsletter layout__section`,
|
|
82
84
|
children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(src_components_ui_Newsletter__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z, _objectSpread({
|
|
83
85
|
icon: icon,
|
|
84
86
|
title: title,
|
|
@@ -88,9 +90,11 @@ const Newsletter = function Newsletter(_ref) {
|
|
|
88
90
|
displayNameInput: displayNameInput,
|
|
89
91
|
nameInputLabel: nameInputLabel,
|
|
90
92
|
subscribeButtonLabel: subscribeButtonLabel,
|
|
93
|
+
subscribeButtonLoadingLabel: subscribeButtonLoadingLabel,
|
|
91
94
|
toastSubscribe: toastSubscribe,
|
|
92
95
|
toastSubscribeError: toastSubscribeError,
|
|
93
|
-
card: card
|
|
96
|
+
card: card,
|
|
97
|
+
colorVariant: colorVariant
|
|
94
98
|
}, otherProps))
|
|
95
99
|
});
|
|
96
100
|
};
|
|
@@ -101,7 +105,7 @@ __webpack_async_result__();
|
|
|
101
105
|
|
|
102
106
|
/***/ }),
|
|
103
107
|
|
|
104
|
-
/***/
|
|
108
|
+
/***/ 7673:
|
|
105
109
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
106
110
|
|
|
107
111
|
"use strict";
|
|
@@ -112,11 +116,50 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
112
116
|
"N9": () => (/* binding */ HeaderIcon),
|
|
113
117
|
"yk": () => (/* binding */ InputFieldEmail),
|
|
114
118
|
"s9": () => (/* binding */ InputFieldName),
|
|
119
|
+
"mA": () => (/* binding */ Overrides_Newsletter),
|
|
120
|
+
"at": () => (/* binding */ Overrides_NewsletterAddendum),
|
|
121
|
+
"ac": () => (/* binding */ Overrides_NewsletterContent),
|
|
122
|
+
"zk": () => (/* binding */ Overrides_NewsletterForm),
|
|
123
|
+
"sC": () => (/* binding */ Overrides_NewsletterHeader),
|
|
115
124
|
"eA": () => (/* binding */ ToastIconError),
|
|
116
|
-
"$B": () => (/* binding */ ToastIconSuccess)
|
|
117
|
-
"KN": () => (/* binding */ __experimentalNewsletterAddendum)
|
|
125
|
+
"$B": () => (/* binding */ ToastIconSuccess)
|
|
118
126
|
});
|
|
119
127
|
|
|
128
|
+
// EXTERNAL MODULE: external "react"
|
|
129
|
+
var external_react_ = __webpack_require__(6689);
|
|
130
|
+
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
|
|
131
|
+
;// CONCATENATED MODULE: ../components/dist/esm/organisms/Newsletter/Newsletter.js
|
|
132
|
+
|
|
133
|
+
const Newsletter = (0,external_react_.forwardRef)(function Newsletter({ card, children, colorVariant = 'main', testId = 'fs-newsletter', ...otherProps }, ref) {
|
|
134
|
+
return (external_react_default().createElement("div", { ref: ref, "data-testid": testId, "data-fs-content": "newsletter", "data-fs-newsletter": card ? 'card' : '', "data-fs-newsletter-color-variant": colorVariant, ...otherProps }, children));
|
|
135
|
+
});
|
|
136
|
+
/* harmony default export */ const Newsletter_Newsletter = (Newsletter);
|
|
137
|
+
//# sourceMappingURL=Newsletter.js.map
|
|
138
|
+
;// CONCATENATED MODULE: ../components/dist/esm/organisms/Newsletter/NewsletterContent.js
|
|
139
|
+
|
|
140
|
+
const NewsletterContent = (0,external_react_.forwardRef)(function NewsletterContent({ children, testId = 'fs-newsletter-content', ...otherProps }, ref) {
|
|
141
|
+
return (external_react_default().createElement("div", { ref: ref, "data-testid": testId, "data-fs-newsletter-content": true, ...otherProps }, children));
|
|
142
|
+
});
|
|
143
|
+
/* harmony default export */ const Newsletter_NewsletterContent = (NewsletterContent);
|
|
144
|
+
//# sourceMappingURL=NewsletterContent.js.map
|
|
145
|
+
;// CONCATENATED MODULE: ../components/dist/esm/organisms/Newsletter/NewsletterForm.js
|
|
146
|
+
|
|
147
|
+
const NewsletterForm = (0,external_react_.forwardRef)(function NewsletterForm({ children, onSubmit, testId = 'fs-newsletter-form', ...otherProps }, ref) {
|
|
148
|
+
return (external_react_default().createElement("form", { ref: ref, "data-testid": testId, "data-fs-newsletter-form": true, onSubmit: onSubmit, ...otherProps }, children));
|
|
149
|
+
});
|
|
150
|
+
/* harmony default export */ const Newsletter_NewsletterForm = (NewsletterForm);
|
|
151
|
+
//# sourceMappingURL=NewsletterForm.js.map
|
|
152
|
+
;// CONCATENATED MODULE: ../components/dist/esm/organisms/Newsletter/NewsletterHeader.js
|
|
153
|
+
|
|
154
|
+
const NewsletterHeader = (0,external_react_.forwardRef)(function NewsletterHeader({ icon, title, description, testId = 'fs-newsletter-header', ...otherProps }, ref) {
|
|
155
|
+
return (external_react_default().createElement("header", { ref: ref, "data-testid": testId, "data-fs-newsletter-header": true, ...otherProps },
|
|
156
|
+
external_react_default().createElement("h3", { "data-fs-newsletter-header-title": true },
|
|
157
|
+
icon,
|
|
158
|
+
title),
|
|
159
|
+
description && (external_react_default().createElement("span", { "data-fs-newsletter-header-description": true }, description))));
|
|
160
|
+
});
|
|
161
|
+
/* harmony default export */ const Newsletter_NewsletterHeader = (NewsletterHeader);
|
|
162
|
+
//# sourceMappingURL=NewsletterHeader.js.map
|
|
120
163
|
// EXTERNAL MODULE: ../components/dist/esm/atoms/Icon/Icon.js
|
|
121
164
|
var Icon = __webpack_require__(2614);
|
|
122
165
|
// EXTERNAL MODULE: ../components/dist/esm/molecules/InputField/InputField.js
|
|
@@ -126,6 +169,13 @@ var Button = __webpack_require__(3339);
|
|
|
126
169
|
// EXTERNAL MODULE: external "draftjs-to-html"
|
|
127
170
|
var external_draftjs_to_html_ = __webpack_require__(8641);
|
|
128
171
|
var external_draftjs_to_html_default = /*#__PURE__*/__webpack_require__.n(external_draftjs_to_html_);
|
|
172
|
+
;// CONCATENATED MODULE: ../components/dist/esm/organisms/Newsletter/NewsletterAddendum.js
|
|
173
|
+
|
|
174
|
+
const NewsletterAddendum = (0,external_react_.forwardRef)(function NewsletterAddendum({ addendum, testId = 'fs-newsletter-addendum', ...otherProps }, ref) {
|
|
175
|
+
return (external_react_default().createElement("span", { ref: ref, "data-testid": testId, "data-fs-newsletter-addendum": true, ...otherProps }, addendum));
|
|
176
|
+
});
|
|
177
|
+
/* harmony default export */ const Newsletter_NewsletterAddendum = (NewsletterAddendum);
|
|
178
|
+
//# sourceMappingURL=NewsletterAddendum.js.map
|
|
129
179
|
// EXTERNAL MODULE: external "react/jsx-runtime"
|
|
130
180
|
var jsx_runtime_ = __webpack_require__(997);
|
|
131
181
|
;// CONCATENATED MODULE: ./src/components/ui/Newsletter/NewsletterAddendum.tsx
|
|
@@ -159,9 +209,10 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
159
209
|
|
|
160
210
|
|
|
161
211
|
|
|
212
|
+
|
|
162
213
|
function getLinkElementAsString(url, text) {
|
|
163
214
|
return `
|
|
164
|
-
<a
|
|
215
|
+
<a
|
|
165
216
|
data-fs-link="true"
|
|
166
217
|
data-fs-link-variant="inline"
|
|
167
218
|
data-fs-link-inverse="true"
|
|
@@ -199,14 +250,13 @@ function cmsToHtml(addendum) {
|
|
|
199
250
|
});
|
|
200
251
|
}
|
|
201
252
|
|
|
202
|
-
function
|
|
253
|
+
function NewsletterAddendum_NewsletterAddendum(_ref) {
|
|
203
254
|
let {
|
|
204
255
|
addendum
|
|
205
256
|
} = _ref,
|
|
206
257
|
otherProps = _objectWithoutProperties(_ref, _excluded);
|
|
207
258
|
|
|
208
|
-
return /*#__PURE__*/jsx_runtime_.jsx(
|
|
209
|
-
"data-fs-newsletter-addendum": true,
|
|
259
|
+
return /*#__PURE__*/jsx_runtime_.jsx(Newsletter_NewsletterAddendum, _objectSpread({
|
|
210
260
|
dangerouslySetInnerHTML: {
|
|
211
261
|
__html: cmsToHtml(addendum)
|
|
212
262
|
}
|
|
@@ -227,21 +277,29 @@ const override = {
|
|
|
227
277
|
|
|
228
278
|
|
|
229
279
|
const {
|
|
280
|
+
Newsletter: Overrides_Newsletter,
|
|
281
|
+
NewsletterAddendum: Overrides_NewsletterAddendum,
|
|
282
|
+
NewsletterContent: Overrides_NewsletterContent,
|
|
283
|
+
NewsletterForm: Overrides_NewsletterForm,
|
|
284
|
+
NewsletterHeader: Overrides_NewsletterHeader,
|
|
230
285
|
ToastIconSuccess,
|
|
231
286
|
ToastIconError,
|
|
232
287
|
HeaderIcon,
|
|
233
288
|
InputFieldName,
|
|
234
289
|
InputFieldEmail,
|
|
235
|
-
Button: Overrides_Button
|
|
236
|
-
__experimentalNewsletterAddendum
|
|
290
|
+
Button: Overrides_Button
|
|
237
291
|
} = (0,overrides/* getSectionOverrides */.f)({
|
|
292
|
+
Newsletter: Newsletter_Newsletter,
|
|
293
|
+
NewsletterAddendum: NewsletterAddendum_NewsletterAddendum,
|
|
294
|
+
NewsletterContent: Newsletter_NewsletterContent,
|
|
295
|
+
NewsletterForm: Newsletter_NewsletterForm,
|
|
296
|
+
NewsletterHeader: Newsletter_NewsletterHeader,
|
|
238
297
|
ToastIconSuccess: Icon/* default */.Z,
|
|
239
298
|
ToastIconError: Icon/* default */.Z,
|
|
240
299
|
HeaderIcon: Icon/* default */.Z,
|
|
241
300
|
InputFieldName: InputField/* default */.Z,
|
|
242
301
|
InputFieldEmail: InputField/* default */.Z,
|
|
243
|
-
Button: Button/* default */.Z
|
|
244
|
-
__experimentalNewsletterAddendum: NewsletterAddendum
|
|
302
|
+
Button: Button/* default */.Z
|
|
245
303
|
}, override);
|
|
246
304
|
|
|
247
305
|
|
|
@@ -257,13 +315,13 @@ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __we
|
|
|
257
315
|
/* harmony export */ });
|
|
258
316
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6689);
|
|
259
317
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
260
|
-
/* harmony import */ var
|
|
261
|
-
/* harmony import */ var
|
|
262
|
-
/* harmony import */ var src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
318
|
+
/* harmony import */ var _faststore_ui__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6652);
|
|
319
|
+
/* harmony import */ var src_sdk_newsletter_useNewsletter__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(5822);
|
|
320
|
+
/* harmony import */ var src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7673);
|
|
263
321
|
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(997);
|
|
264
322
|
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__);
|
|
265
|
-
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([
|
|
266
|
-
|
|
323
|
+
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([src_sdk_newsletter_useNewsletter__WEBPACK_IMPORTED_MODULE_3__]);
|
|
324
|
+
src_sdk_newsletter_useNewsletter__WEBPACK_IMPORTED_MODULE_3__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
|
|
267
325
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
268
326
|
|
|
269
327
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
@@ -277,8 +335,11 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
277
335
|
|
|
278
336
|
|
|
279
337
|
|
|
280
|
-
|
|
281
|
-
icon
|
|
338
|
+
function Newsletter({
|
|
339
|
+
icon: {
|
|
340
|
+
icon,
|
|
341
|
+
alt: iconAlt
|
|
342
|
+
},
|
|
282
343
|
title,
|
|
283
344
|
description,
|
|
284
345
|
privacyPolicy,
|
|
@@ -289,20 +350,22 @@ const Newsletter = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef
|
|
|
289
350
|
subscribeButtonLoadingLabel,
|
|
290
351
|
card,
|
|
291
352
|
toastSubscribe,
|
|
292
|
-
toastSubscribeError
|
|
293
|
-
|
|
353
|
+
toastSubscribeError,
|
|
354
|
+
colorVariant
|
|
355
|
+
}) {
|
|
356
|
+
const {
|
|
357
|
+
pushToast
|
|
358
|
+
} = (0,_faststore_ui__WEBPACK_IMPORTED_MODULE_2__/* .useUI */ .l)();
|
|
294
359
|
const {
|
|
295
360
|
subscribeUser,
|
|
296
361
|
loading,
|
|
297
362
|
data
|
|
298
|
-
} = (0,
|
|
363
|
+
} = (0,src_sdk_newsletter_useNewsletter__WEBPACK_IMPORTED_MODULE_3__/* .useNewsletter */ .u)();
|
|
364
|
+
const formRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);
|
|
299
365
|
const nameInputRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);
|
|
300
366
|
const emailInputRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);
|
|
301
|
-
const {
|
|
302
|
-
pushToast
|
|
303
|
-
} = (0,_faststore_ui__WEBPACK_IMPORTED_MODULE_3__/* .useUI */ .l)();
|
|
304
367
|
|
|
305
|
-
const
|
|
368
|
+
const onSubmit = event => {
|
|
306
369
|
event.preventDefault();
|
|
307
370
|
subscribeUser({
|
|
308
371
|
data: {
|
|
@@ -333,63 +396,59 @@ const Newsletter = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef
|
|
|
333
396
|
}));
|
|
334
397
|
}
|
|
335
398
|
|
|
336
|
-
|
|
337
|
-
formElement.reset();
|
|
399
|
+
formRef.current.reset();
|
|
338
400
|
};
|
|
339
401
|
|
|
340
|
-
return /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx(
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
onSubmit:
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
})
|
|
391
|
-
});
|
|
392
|
-
});
|
|
402
|
+
return /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx(src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .Newsletter.Component */ .mA.Component, _objectSpread(_objectSpread({
|
|
403
|
+
card: card,
|
|
404
|
+
colorVariant: colorVariant
|
|
405
|
+
}, src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .Newsletter.props */ .mA.props), {}, {
|
|
406
|
+
children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .NewsletterForm.Component */ .zk.Component, _objectSpread(_objectSpread({
|
|
407
|
+
ref: formRef,
|
|
408
|
+
onSubmit: onSubmit
|
|
409
|
+
}, src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .NewsletterForm.props */ .zk.props), {}, {
|
|
410
|
+
children: [/*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx(src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .NewsletterHeader.Component */ .sC.Component, _objectSpread({
|
|
411
|
+
title: title,
|
|
412
|
+
description: description,
|
|
413
|
+
icon: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx(src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .HeaderIcon.Component */ .N9.Component, _objectSpread(_objectSpread({
|
|
414
|
+
width: 32,
|
|
415
|
+
height: 32
|
|
416
|
+
}, src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .HeaderIcon.props */ .N9.props), {}, {
|
|
417
|
+
name: icon ?? src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .HeaderIcon.props.name */ .N9.props.name,
|
|
418
|
+
"aria-label": iconAlt ?? src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .HeaderIcon.props["aria-label"] */ .N9.props["aria-label"]
|
|
419
|
+
}))
|
|
420
|
+
}, src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .NewsletterHeader.props */ .sC.props)), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .NewsletterContent.Component */ .ac.Component, _objectSpread(_objectSpread({}, src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .NewsletterContent.props */ .ac.props), {}, {
|
|
421
|
+
children: [displayNameInput && /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx(src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .InputFieldName.Component */ .s9.Component, _objectSpread(_objectSpread({
|
|
422
|
+
id: "newsletter-name",
|
|
423
|
+
required: true
|
|
424
|
+
}, src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .InputFieldName.props */ .s9.props), {}, {
|
|
425
|
+
label: nameInputLabel ?? src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .InputFieldName.props.label */ .s9.props.label // Dynamic props shouldn't be overridable
|
|
426
|
+
// This decision can be reviewed later if needed
|
|
427
|
+
,
|
|
428
|
+
inputRef: nameInputRef
|
|
429
|
+
})), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx(src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .InputFieldEmail.Component */ .yk.Component, _objectSpread(_objectSpread({
|
|
430
|
+
id: "newsletter-email",
|
|
431
|
+
type: "email",
|
|
432
|
+
required: true
|
|
433
|
+
}, src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .InputFieldEmail.props */ .yk.props), {}, {
|
|
434
|
+
label: emailInputLabel ?? src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .InputFieldEmail.props.label */ .yk.props.label // Dynamic props shouldn't be overridable
|
|
435
|
+
// This decision can be reviewed later if needed
|
|
436
|
+
,
|
|
437
|
+
inputRef: emailInputRef
|
|
438
|
+
})), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx(src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .NewsletterAddendum.Component */ .at.Component, _objectSpread({
|
|
439
|
+
addendum: privacyPolicy
|
|
440
|
+
}, src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .NewsletterAddendum.props */ .at.props)), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx(src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .Button.Component */ .zx.Component, _objectSpread(_objectSpread({
|
|
441
|
+
variant: "secondary",
|
|
442
|
+
inverse: true,
|
|
443
|
+
type: "submit"
|
|
444
|
+
}, src_components_sections_Newsletter_Overrides__WEBPACK_IMPORTED_MODULE_4__/* .Button.props */ .zx.props), {}, {
|
|
445
|
+
children: loading ? subscribeButtonLoadingLabel : subscribeButtonLabel
|
|
446
|
+
}))]
|
|
447
|
+
}))]
|
|
448
|
+
}))
|
|
449
|
+
}));
|
|
450
|
+
}
|
|
451
|
+
|
|
393
452
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Newsletter);
|
|
394
453
|
__webpack_async_result__();
|
|
395
454
|
} catch(e) { __webpack_async_result__(e); } });
|
|
@@ -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/bjKPEUMtAwRNUNjBl_iEY/_buildManifest.js","static/bjKPEUMtAwRNUNjBl_iEY/_ssgManifest.js"],rootMainFiles:[],pages:{"/":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/897-b07932d813bb7dac.js","static/css/563a68087e4de59c.css","static/chunks/846-d7c6a8d1d102ccf3.js","static/css/4ee95588f27a8b6b.css","static/chunks/762-1e3db91e2888dca7.js","static/chunks/pages/index-a5448a22526e3ea8.js"],"/404":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/897-b07932d813bb7dac.js","static/css/563a68087e4de59c.css","static/chunks/846-d7c6a8d1d102ccf3.js","static/css/df588bb98c0b0ca6.css","static/chunks/pages/404-5e6c01505839ca4e.js"],"/500":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/897-b07932d813bb7dac.js","static/css/563a68087e4de59c.css","static/chunks/846-d7c6a8d1d102ccf3.js","static/css/df588bb98c0b0ca6.css","static/chunks/pages/500-92239cdd00a581dd.js"],"/[...slug]":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/897-b07932d813bb7dac.js","static/css/563a68087e4de59c.css","static/chunks/846-d7c6a8d1d102ccf3.js","static/css/4ee95588f27a8b6b.css","static/chunks/762-1e3db91e2888dca7.js","static/css/527e334fa69cf40a.css","static/chunks/pages/[...slug]-36dce5cc96853b94.js"],"/[slug]/p":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/897-b07932d813bb7dac.js","static/css/563a68087e4de59c.css","static/chunks/846-d7c6a8d1d102ccf3.js","static/css/c33c62a3d0c77436.css","static/chunks/pages/[slug]/p-039e11d837033561.js"],"/_app":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/css/5d1f64b61ea581f4.css","static/chunks/pages/_app-30b9666307e4b3b1.js"],"/_error":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/pages/_error-319451dea77827a6.js"],"/account":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/897-b07932d813bb7dac.js","static/css/563a68087e4de59c.css","static/chunks/846-d7c6a8d1d102ccf3.js","static/chunks/pages/account-2d15d4e38b855872.js"],"/checkout":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/897-b07932d813bb7dac.js","static/css/563a68087e4de59c.css","static/chunks/846-d7c6a8d1d102ccf3.js","static/chunks/pages/checkout-e34b1a2945839749.js"],"/login":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/897-b07932d813bb7dac.js","static/css/563a68087e4de59c.css","static/chunks/846-d7c6a8d1d102ccf3.js","static/css/df588bb98c0b0ca6.css","static/chunks/pages/login-1b197c0b0d5ba457.js"],"/s":["static/chunks/webpack-6c4b31200fed6646.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-e4e873ee741162eb.js","static/chunks/897-b07932d813bb7dac.js","static/css/563a68087e4de59c.css","static/chunks/846-d7c6a8d1d102ccf3.js","static/chunks/pages/s-ed126d7e39eec25b.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/988.js","../chunks/585.js","../chunks/934.js","../chunks/289.js","../chunks/386.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/
|
|
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/988.js","../chunks/585.js","../chunks/934.js","../chunks/289.js","../chunks/386.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/ui/ProductGallery/ProductGalleryPage.tsx","../../../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/988.js","../chunks/585.js","../chunks/934.js","../chunks/289.js","../chunks/386.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/
|
|
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/988.js","../chunks/585.js","../chunks/934.js","../chunks/289.js","../chunks/386.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/ui/ProductGallery/ProductGalleryPage.tsx","../../../src/components/search/SearchDropdown/index.ts","../../../package.json"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../webpack-runtime.js","../chunks/676.js","../chunks/825.js","../chunks/404.js","../chunks/183.js","../chunks/177.js","../chunks/74.js","../chunks/796.js","../chunks/934.js","../chunks/829.js","../chunks/520.js","../chunks/445.js","../chunks/988.js","../chunks/585.js","../chunks/289.js","../chunks/386.js","../chunks/312.js","../../package.json","../../../node_modules/deepmerge/package.json","../../../node_modules/chalk/package.json","../../../node_modules/@graphql-tools/schema/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/@graphql-tools/schema/esm/index.js","../../../node_modules/@graphql-tools/schema/cjs/index.js","../../../node_modules/next/router.js","../../../node_modules/next/package.json","../../../node_modules/@graphql-tools/schema/cjs/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/@graphql-tools/schema/esm/assertResolversPresent.js","../../../node_modules/@graphql-tools/schema/esm/chainResolvers.js","../../../node_modules/@graphql-tools/schema/esm/addResolversToSchema.js","../../../node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js","../../../node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js","../../../node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js","../../../node_modules/@graphql-tools/schema/esm/types.js","../../../node_modules/@graphql-tools/schema/esm/merge-schemas.js","../../../node_modules/@graphql-tools/schema/cjs/assertResolversPresent.js","../../../node_modules/@graphql-tools/schema/cjs/chainResolvers.js","../../../node_modules/@graphql-tools/schema/cjs/addResolversToSchema.js","../../../node_modules/@graphql-tools/schema/cjs/checkForResolveTypeResolver.js","../../../node_modules/@graphql-tools/schema/cjs/extendResolversFromInterfaces.js","../../../node_modules/@graphql-tools/schema/cjs/makeExecutableSchema.js","../../../node_modules/@graphql-tools/schema/cjs/merge-schemas.js","../../../node_modules/@graphql-tools/schema/cjs/types.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/prepare-destination.js","../../../node_modules/next/dist/shared/lib/router/utils/path-match.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/_interop_require_default.js","../../../node_modules/@swc/helpers/package.json","../../../node_modules/@swc/helpers/lib/_extends.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/@graphql-tools/schema/node_modules/@graphql-tools/merge/package.json","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/index.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/package.json","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/index.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/merge-resolvers.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/extensions.js","../../../node_modules/next/dist/compiled/path-to-regexp/index.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/index.js","../../../node_modules/next/dist/compiled/react-is/package.json","../../../node_modules/next/dist/compiled/react-is/index.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/merge-resolvers.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/extensions.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/arguments.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/directives.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum-values.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/fields.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/input-type.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/interface.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-named-type-array.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-nodes.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-typedefs.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/scalar.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/type.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/union.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/utils.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","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/schema-def.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js","../../../src/components/region/RegionModal/index.ts","../../../src/components/cart/CartSidebar/index.ts","../../../src/components/ui/ProductGallery/ProductGalleryPage.tsx","../../../src/components/search/SearchDropdown/index.ts","../../../package.json","../../../@generated/graphql/persisted.json","../../../@generated/graphql/index.ts","../../../@generated/graphql/schema.graphql"]}
|
|
1
|
+
{"version":1,"files":["../webpack-runtime.js","../chunks/676.js","../chunks/825.js","../chunks/404.js","../chunks/183.js","../chunks/177.js","../chunks/74.js","../chunks/796.js","../chunks/934.js","../chunks/829.js","../chunks/520.js","../chunks/445.js","../chunks/988.js","../chunks/585.js","../chunks/289.js","../chunks/386.js","../chunks/312.js","../../package.json","../../../node_modules/deepmerge/package.json","../../../node_modules/chalk/package.json","../../../node_modules/@graphql-tools/schema/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/@graphql-tools/schema/esm/index.js","../../../node_modules/@graphql-tools/schema/cjs/index.js","../../../node_modules/next/router.js","../../../node_modules/next/package.json","../../../node_modules/@graphql-tools/schema/cjs/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/@graphql-tools/schema/esm/assertResolversPresent.js","../../../node_modules/@graphql-tools/schema/esm/chainResolvers.js","../../../node_modules/@graphql-tools/schema/esm/addResolversToSchema.js","../../../node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js","../../../node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js","../../../node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js","../../../node_modules/@graphql-tools/schema/esm/types.js","../../../node_modules/@graphql-tools/schema/esm/merge-schemas.js","../../../node_modules/@graphql-tools/schema/cjs/assertResolversPresent.js","../../../node_modules/@graphql-tools/schema/cjs/chainResolvers.js","../../../node_modules/@graphql-tools/schema/cjs/addResolversToSchema.js","../../../node_modules/@graphql-tools/schema/cjs/checkForResolveTypeResolver.js","../../../node_modules/@graphql-tools/schema/cjs/extendResolversFromInterfaces.js","../../../node_modules/@graphql-tools/schema/cjs/makeExecutableSchema.js","../../../node_modules/@graphql-tools/schema/cjs/types.js","../../../node_modules/@graphql-tools/schema/cjs/merge-schemas.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/@graphql-tools/schema/node_modules/@graphql-tools/merge/package.json","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/index.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/package.json","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/index.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/merge-resolvers.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/extensions.js","../../../node_modules/next/dist/compiled/path-to-regexp/index.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/index.js","../../../node_modules/next/dist/compiled/react-is/package.json","../../../node_modules/next/dist/compiled/react-is/index.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/merge-resolvers.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/extensions.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/arguments.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/directives.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum-values.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/enum.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/fields.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/input-type.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/interface.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-named-type-array.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-nodes.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/merge-typedefs.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/scalar.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/type.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/union.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/utils.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","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/cjs/typedefs-mergers/schema-def.js","../../../node_modules/@graphql-tools/schema/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js","../../../src/components/region/RegionModal/index.ts","../../../src/components/cart/CartSidebar/index.ts","../../../src/components/ui/ProductGallery/ProductGalleryPage.tsx","../../../src/components/search/SearchDropdown/index.ts","../../../package.json","../../../@generated/graphql/persisted.json","../../../@generated/graphql/index.ts","../../../@generated/graphql/schema.graphql"]}
|
|
@@ -44,6 +44,8 @@ function BannerNewsletter({
|
|
|
44
44
|
variant: banner.variant,
|
|
45
45
|
colorVariant: banner.colorVariant
|
|
46
46
|
}), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(src_components_sections_Newsletter__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z, {
|
|
47
|
+
card: true,
|
|
48
|
+
colorVariant: newsletter.colorVariant,
|
|
47
49
|
title: newsletter.title,
|
|
48
50
|
description: newsletter.description,
|
|
49
51
|
icon: newsletter.icon,
|
|
@@ -52,9 +54,9 @@ function BannerNewsletter({
|
|
|
52
54
|
displayNameInput: newsletter.displayNameInput,
|
|
53
55
|
nameInputLabel: newsletter.nameInputLabel,
|
|
54
56
|
subscribeButtonLabel: newsletter.subscribeButtonLabel,
|
|
57
|
+
subscribeButtonLoadingLabel: newsletter.subscribeButtonLoadingLabel,
|
|
55
58
|
toastSubscribe: newsletter.toastSubscribe,
|
|
56
|
-
toastSubscribeError: newsletter.toastSubscribeError
|
|
57
|
-
card: newsletter.card
|
|
59
|
+
toastSubscribeError: newsletter.toastSubscribeError
|
|
58
60
|
})]
|
|
59
61
|
})
|
|
60
62
|
});
|