@faststore/core 2.1.8 → 2.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +43 -41
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/eslint/.cache_1gneedd +1 -1
  6. package/.next/cache/next-server.js.nft.json +1 -1
  7. package/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/.next/cache/webpack/client-production/index.pack +0 -0
  9. package/.next/cache/webpack/server-production/0.pack +0 -0
  10. package/.next/cache/webpack/server-production/index.pack +0 -0
  11. package/.next/next-server.js.nft.json +1 -1
  12. package/.next/prerender-manifest.json +1 -1
  13. package/.next/react-loadable-manifest.json +1 -1
  14. package/.next/routes-manifest.json +1 -1
  15. package/.next/server/chunks/350.js +1 -1
  16. package/.next/server/chunks/90.js +537 -0
  17. package/.next/server/middleware-build-manifest.js +1 -1
  18. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  19. package/.next/server/pages/[slug]/p.js +51 -29
  20. package/.next/server/pages/[slug]/p.js.nft.json +1 -1
  21. package/.next/server/pages/api/graphql.js +1 -1
  22. package/.next/server/pages/en-US/404.html +2 -2
  23. package/.next/server/pages/en-US/500.html +2 -2
  24. package/.next/server/pages/en-US/account.html +2 -2
  25. package/.next/server/pages/en-US/checkout.html +2 -2
  26. package/.next/server/pages/en-US/login.html +2 -2
  27. package/.next/server/pages/en-US/s.html +2 -2
  28. package/.next/server/pages/en-US.html +2 -2
  29. package/.next/server/pages/index.js +18 -125
  30. package/.next/server/pages/index.js.nft.json +1 -1
  31. package/.next/server/pages-manifest.json +4 -4
  32. package/.next/static/T9sG2WoM_My6Ij2K840vx/_buildManifest.js +1 -0
  33. package/.next/static/chunks/483-8cdf0a75faf72228.js +1 -0
  34. package/.next/static/chunks/{502.ec90d1859d393d34.js → 502.2270ffae48e3dccd.js} +1 -1
  35. package/.next/static/chunks/548-ab84e9e8b49413ab.js +1 -0
  36. package/.next/static/chunks/{682-5cfea9ed52851ed1.js → 682-2ddb0eba685de554.js} +1 -1
  37. package/.next/static/chunks/{738-a5ff304828f20cbf.js → 738-67a288ca3569cdbb.js} +1 -1
  38. package/.next/static/chunks/{791-727eda8f766aa791.js → 791-817b0bd2c0d34f5d.js} +1 -1
  39. package/.next/static/chunks/pages/[...slug]-7370214f166e8584.js +1 -0
  40. package/.next/static/chunks/pages/[slug]/p-7b946d76b9f0d9db.js +1 -0
  41. package/.next/static/chunks/pages/index-4f3314ad44c30b8f.js +1 -0
  42. package/.next/static/chunks/webpack-3eefca84f4c29194.js +1 -0
  43. package/.next/static/css/0cb9134bc2d237e2.css +1 -0
  44. package/.next/static/css/0d62ff2d64099b84.css +1 -0
  45. package/.next/trace +76 -72
  46. package/.turbo/turbo-build.log +8 -8
  47. package/cms/faststore/sections.json +131 -7
  48. package/package.json +10 -8
  49. package/src/components/sections/BannerNewsletter/BannerNewsletter.tsx +27 -19
  50. package/src/components/sections/Newsletter/Newsletter.tsx +68 -122
  51. package/src/components/ui/Newsletter/Newsletter.tsx +198 -0
  52. package/src/components/ui/Newsletter/index.ts +2 -0
  53. package/.next/server/chunks/378.js +0 -326
  54. package/.next/static/chunks/234-7d72b0ee52936c13.js +0 -1
  55. package/.next/static/chunks/pages/[...slug]-d4e0a671c6248369.js +0 -1
  56. package/.next/static/chunks/pages/[slug]/p-2ad8b84fd5d98814.js +0 -1
  57. package/.next/static/chunks/pages/index-2912eeade1da43bf.js +0 -1
  58. package/.next/static/chunks/webpack-c5cf5350bcb7f6f4.js +0 -1
  59. package/.next/static/css/287f5ba239375052.css +0 -1
  60. package/.next/static/css/c7fc1f563fa33060.css +0 -1
  61. package/.next/static/m-KBQyrPnRowl0kHU2Zwh/_buildManifest.js +0 -1
  62. package/cms-webhook-urls.json +0 -5
  63. /package/.next/static/{m-KBQyrPnRowl0kHU2Zwh → T9sG2WoM_My6Ij2K840vx}/_ssgManifest.js +0 -0
@@ -0,0 +1,537 @@
1
+ exports.id = 90;
2
+ exports.ids = [90];
3
+ exports.modules = {
4
+
5
+ /***/ 80023:
6
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7
+
8
+ "use strict";
9
+
10
+ // EXPORTS
11
+ __webpack_require__.d(__webpack_exports__, {
12
+ "Z": () => (/* reexport */ sections_BannerText_BannerText)
13
+ });
14
+
15
+ // EXTERNAL MODULE: external "react"
16
+ var external_react_ = __webpack_require__(16689);
17
+ var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
18
+ ;// CONCATENATED MODULE: ../components/dist/organisms/Banner/Banner.js
19
+
20
+ const BannerContext = (0,external_react_.createContext)(undefined);
21
+ const Banner = (0,external_react_.forwardRef)(function Banner({ children, testId = 'fs-banner', variant = 'primary', colorVariant = 'main', ...otherProps }, ref) {
22
+ const context = { variant, colorVariant };
23
+ return (external_react_default().createElement(BannerContext.Provider, { value: context },
24
+ external_react_default().createElement("article", { ref: ref, "data-fs-banner": true, "data-fs-banner-variant": variant, "data-fs-banner-color-variant": colorVariant, "data-testid": testId, ...otherProps }, children)));
25
+ });
26
+ function useBanner() {
27
+ const context = (0,external_react_.useContext)(BannerContext);
28
+ if (context === undefined) {
29
+ throw new Error('Do not use Banner components outside the Banner context.');
30
+ }
31
+ return context;
32
+ }
33
+ /* harmony default export */ const Banner_Banner = (Banner);
34
+ //# sourceMappingURL=Banner.js.map
35
+ // EXTERNAL MODULE: ../components/dist/molecules/LinkButton/LinkButton.js
36
+ var LinkButton = __webpack_require__(67703);
37
+ ;// CONCATENATED MODULE: ../components/dist/organisms/Banner/BannerContent.js
38
+
39
+
40
+
41
+ const BannerContent = (0,external_react_.forwardRef)(function BannerContent({ testId = 'fs-banner-content', title, caption, link, linkText, ...otherProps }, ref) {
42
+ const { variant, colorVariant } = useBanner();
43
+ return (external_react_default().createElement("header", { ref: ref, "data-fs-banner-content": true, "data-testid": testId, ...otherProps, className: "layout__content" },
44
+ external_react_default().createElement("div", { "data-fs-banner-heading": true, "data-fs-banner-color-variant": colorVariant },
45
+ external_react_default().createElement("h2", null, title),
46
+ variant === 'secondary' && caption && external_react_default().createElement("p", null, caption)),
47
+ external_react_default().createElement(LinkButton/* default */.Z, { "data-fs-banner-link": true, href: link, variant: variant, inverse: colorVariant === 'main' }, linkText)));
48
+ });
49
+ /* harmony default export */ const Banner_BannerContent = (BannerContent);
50
+ //# sourceMappingURL=BannerContent.js.map
51
+ ;// CONCATENATED MODULE: ./src/customizations/components/overrides/BannerText.tsx
52
+ // This is an example of how it can be used on the starter.
53
+ const SECTION = 'BannerText';
54
+ const overrides = {
55
+ name: SECTION,
56
+ components: {
57
+ Banner: {
58
+ props: {}
59
+ },
60
+ BannerContent: {
61
+ props: {}
62
+ }
63
+ }
64
+ };
65
+ /* harmony default export */ const BannerText = (overrides);
66
+ ;// CONCATENATED MODULE: ./src/components/sections/BannerText/Overrides.tsx
67
+ 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; }
68
+
69
+ 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; }
70
+
71
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
72
+
73
+
74
+
75
+ const bannerTextComponentsCustomization = {};
76
+ const bannerTextPropsCustomization = {};
77
+ Object.entries(BannerText.components).forEach(([key, value]) => {
78
+ if (value.Component) {
79
+ bannerTextComponentsCustomization[key] = value.Component;
80
+ }
81
+ });
82
+ Object.entries(BannerText.components).forEach(([key, value]) => {
83
+ if (value.props) {
84
+ bannerTextPropsCustomization[key] = value.props;
85
+ }
86
+ });
87
+
88
+ const Components = _objectSpread({
89
+ Banner: Banner_Banner,
90
+ BannerContent: Banner_BannerContent
91
+ }, bannerTextComponentsCustomization);
92
+
93
+
94
+ // EXTERNAL MODULE: ./src/components/sections/Section/index.ts
95
+ var Section = __webpack_require__(57067);
96
+ // EXTERNAL MODULE: ./src/components/sections/BannerText/section.module.scss
97
+ var section_module = __webpack_require__(37283);
98
+ var section_module_default = /*#__PURE__*/__webpack_require__.n(section_module);
99
+ // EXTERNAL MODULE: external "react/jsx-runtime"
100
+ var jsx_runtime_ = __webpack_require__(20997);
101
+ ;// CONCATENATED MODULE: ./src/components/sections/BannerText/BannerText.tsx
102
+ function BannerText_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; }
103
+
104
+ function BannerText_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? BannerText_ownKeys(Object(source), !0).forEach(function (key) { BannerText_defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : BannerText_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
105
+
106
+ function BannerText_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; }
107
+
108
+
109
+
110
+
111
+
112
+ const {
113
+ Banner: BannerText_Banner,
114
+ BannerContent: BannerText_BannerContent
115
+ } = Components; // TODO: Change actionPath and actionLabel with Link
116
+
117
+ function BannerText_BannerText({
118
+ title,
119
+ caption,
120
+ link,
121
+ variant = bannerTextPropsCustomization.BannerText.variant ?? 'primary',
122
+ colorVariant = bannerTextPropsCustomization.BannerText.colorVariant ?? 'main'
123
+ }) {
124
+ return /*#__PURE__*/jsx_runtime_.jsx(Section/* default */.Z, {
125
+ className: `${(section_module_default()).section} section-banner layout__section`,
126
+ children: /*#__PURE__*/jsx_runtime_.jsx("div", {
127
+ className: "layout__content",
128
+ children: /*#__PURE__*/jsx_runtime_.jsx(BannerText_Banner, BannerText_objectSpread(BannerText_objectSpread({
129
+ variant: variant,
130
+ colorVariant: colorVariant
131
+ }, bannerTextPropsCustomization.Banner), {}, {
132
+ children: /*#__PURE__*/jsx_runtime_.jsx(BannerText_BannerContent, BannerText_objectSpread({
133
+ title: title,
134
+ caption: caption,
135
+ link: link?.url,
136
+ linkText: link?.text
137
+ }, bannerTextPropsCustomization.BannerContent))
138
+ }))
139
+ })
140
+ });
141
+ }
142
+
143
+ /* harmony default export */ const sections_BannerText_BannerText = (BannerText_BannerText);
144
+ ;// CONCATENATED MODULE: ./src/components/sections/BannerText/index.ts
145
+
146
+
147
+ /***/ }),
148
+
149
+ /***/ 68170:
150
+ /***/ ((module, __webpack_exports__, __webpack_require__) => {
151
+
152
+ "use strict";
153
+ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
154
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
155
+ /* harmony export */ "Z": () => (__WEBPACK_DEFAULT_EXPORT__)
156
+ /* harmony export */ });
157
+ /* harmony import */ var src_components_ui_Newsletter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(24798);
158
+ /* harmony import */ var _Section__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(57067);
159
+ /* harmony import */ var _section_module_scss__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(37781);
160
+ /* harmony import */ var _section_module_scss__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_section_module_scss__WEBPACK_IMPORTED_MODULE_3__);
161
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20997);
162
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__);
163
+ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([src_components_ui_Newsletter__WEBPACK_IMPORTED_MODULE_0__]);
164
+ src_components_ui_Newsletter__WEBPACK_IMPORTED_MODULE_0__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
165
+ const _excluded = ["icon", "title", "description", "privacyPolicy", "emailInputLabel", "displayNameInput", "nameInputLabel", "subscribeButtonLabel", "card", "toastSubscribe", "toastSubscribeError"];
166
+
167
+ 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; }
168
+
169
+ 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; }
170
+
171
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
172
+
173
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
174
+
175
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
176
+
177
+
178
+
179
+
180
+
181
+
182
+ const Newsletter = function Newsletter(_ref) {
183
+ let {
184
+ icon,
185
+ title,
186
+ description,
187
+ privacyPolicy,
188
+ emailInputLabel,
189
+ displayNameInput,
190
+ nameInputLabel,
191
+ subscribeButtonLabel,
192
+ card,
193
+ toastSubscribe,
194
+ toastSubscribeError
195
+ } = _ref,
196
+ otherProps = _objectWithoutProperties(_ref, _excluded);
197
+
198
+ return /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx(_Section__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z, {
199
+ className: `${(_section_module_scss__WEBPACK_IMPORTED_MODULE_3___default().section)} section-newsletter`,
200
+ children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx(src_components_ui_Newsletter__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z, _objectSpread({
201
+ icon: icon,
202
+ title: title,
203
+ description: description,
204
+ privacyPolicy: privacyPolicy,
205
+ emailInputLabel: emailInputLabel,
206
+ displayNameInput: displayNameInput,
207
+ nameInputLabel: nameInputLabel,
208
+ subscribeButtonLabel: subscribeButtonLabel,
209
+ toastSubscribe: toastSubscribe,
210
+ toastSubscribeError: toastSubscribeError,
211
+ card: card
212
+ }, otherProps))
213
+ });
214
+ };
215
+
216
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Newsletter);
217
+ __webpack_async_result__();
218
+ } catch(e) { __webpack_async_result__(e); } });
219
+
220
+ /***/ }),
221
+
222
+ /***/ 87191:
223
+ /***/ ((module, __webpack_exports__, __webpack_require__) => {
224
+
225
+ "use strict";
226
+ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
227
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
228
+ /* harmony export */ "Z": () => (/* reexport safe */ _Newsletter__WEBPACK_IMPORTED_MODULE_0__.Z)
229
+ /* harmony export */ });
230
+ /* harmony import */ var _Newsletter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(68170);
231
+ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_Newsletter__WEBPACK_IMPORTED_MODULE_0__]);
232
+ _Newsletter__WEBPACK_IMPORTED_MODULE_0__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
233
+
234
+ __webpack_async_result__();
235
+ } catch(e) { __webpack_async_result__(e); } });
236
+
237
+ /***/ }),
238
+
239
+ /***/ 870:
240
+ /***/ ((module, __webpack_exports__, __webpack_require__) => {
241
+
242
+ "use strict";
243
+ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
244
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
245
+ /* harmony export */ "Z": () => (__WEBPACK_DEFAULT_EXPORT__)
246
+ /* harmony export */ });
247
+ /* harmony import */ var _faststore_ui__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(28287);
248
+ /* harmony import */ var _faststore_ui__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(57578);
249
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(16689);
250
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
251
+ /* harmony import */ var draft_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(26911);
252
+ /* harmony import */ var draft_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(draft_js__WEBPACK_IMPORTED_MODULE_1__);
253
+ /* harmony import */ var draft_js_export_html__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4539);
254
+ /* harmony import */ var draft_js_export_html__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(draft_js_export_html__WEBPACK_IMPORTED_MODULE_2__);
255
+ /* harmony import */ var _faststore_ui__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(90395);
256
+ /* harmony import */ var _faststore_ui__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(25045);
257
+ /* harmony import */ var src_sdk_newsletter_useNewsletter__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(35822);
258
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(20997);
259
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__);
260
+ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([src_sdk_newsletter_useNewsletter__WEBPACK_IMPORTED_MODULE_3__]);
261
+ src_sdk_newsletter_useNewsletter__WEBPACK_IMPORTED_MODULE_3__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
262
+ const _excluded = ["icon", "title", "description", "privacyPolicy", "emailInputLabel", "displayNameInput", "nameInputLabel", "subscribeButtonLabel", "subscribeButtonLoadingLabel", "card", "toastSubscribe", "toastSubscribeError"];
263
+
264
+ 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; }
265
+
266
+ 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; }
267
+
268
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
269
+
270
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
271
+
272
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+ const cmsToHtml = content => {
285
+ if (!content) {
286
+ return '';
287
+ }
288
+
289
+ const rawDraftContentState = JSON.parse(content);
290
+ const html = (0,draft_js_export_html__WEBPACK_IMPORTED_MODULE_2__.stateToHTML)((0,draft_js__WEBPACK_IMPORTED_MODULE_1__.convertFromRaw)(rawDraftContentState), {
291
+ entityStyleFn: entity => {
292
+ const entityType = entity.get('type').toLowerCase();
293
+
294
+ if (entityType === 'link') {
295
+ const data = entity.getData();
296
+ return {
297
+ element: 'a',
298
+ attributes: {
299
+ 'data-fs-link': 'true',
300
+ 'data-fs-link-variant': 'inline',
301
+ 'data-fs-link-inverse': 'true',
302
+ 'data-fs-link-size': 'regular',
303
+ 'data-testid': 'fs-link',
304
+ href: data.url
305
+ }
306
+ };
307
+ }
308
+ }
309
+ });
310
+ return html;
311
+ };
312
+
313
+ const Newsletter = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)(function Newsletter(_ref, ref) {
314
+ let {
315
+ icon,
316
+ title,
317
+ description,
318
+ privacyPolicy,
319
+ emailInputLabel,
320
+ displayNameInput,
321
+ nameInputLabel,
322
+ subscribeButtonLabel,
323
+ subscribeButtonLoadingLabel,
324
+ card,
325
+ toastSubscribe,
326
+ toastSubscribeError
327
+ } = _ref,
328
+ otherProps = _objectWithoutProperties(_ref, _excluded);
329
+
330
+ const {
331
+ subscribeUser,
332
+ loading,
333
+ data
334
+ } = (0,src_sdk_newsletter_useNewsletter__WEBPACK_IMPORTED_MODULE_3__/* .useNewsletter */ .u)();
335
+ const nameInputRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);
336
+ const emailInputRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);
337
+ const {
338
+ pushToast
339
+ } = (0,_faststore_ui__WEBPACK_IMPORTED_MODULE_5__/* .useUI */ .l)();
340
+
341
+ const handleSubmit = event => {
342
+ event.preventDefault();
343
+ subscribeUser({
344
+ data: {
345
+ name: nameInputRef.current?.value ?? '',
346
+ email: emailInputRef.current?.value ?? ''
347
+ }
348
+ });
349
+
350
+ if (data?.subscribeToNewsletter?.id) {
351
+ pushToast(_objectSpread(_objectSpread({}, toastSubscribe), {}, {
352
+ status: 'INFO',
353
+ icon: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx(_faststore_ui__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, {
354
+ name: toastSubscribe.icon,
355
+ width: 30,
356
+ height: 30
357
+ })
358
+ }));
359
+ } else {
360
+ pushToast(_objectSpread(_objectSpread({}, toastSubscribeError), {}, {
361
+ status: 'ERROR',
362
+ icon: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx(_faststore_ui__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, {
363
+ name: toastSubscribeError.icon,
364
+ width: 30,
365
+ height: 30
366
+ })
367
+ }));
368
+ }
369
+
370
+ const formElement = event.currentTarget;
371
+ formElement.reset();
372
+ };
373
+
374
+ return /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx("div", {
375
+ "data-fs-newsletter": card ? 'card' : '',
376
+ children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsxs)("form", _objectSpread(_objectSpread({
377
+ "data-fs-newsletter-form": true,
378
+ ref: ref,
379
+ onSubmit: handleSubmit
380
+ }, otherProps), {}, {
381
+ className: "layout__content",
382
+ children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsxs)("header", {
383
+ "data-fs-newsletter-header": true,
384
+ children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsxs)("h3", {
385
+ children: [/*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx(_faststore_ui__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, {
386
+ name: icon.icon,
387
+ width: 32,
388
+ height: 32
389
+ }), title]
390
+ }), description && /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsxs)("span", {
391
+ children: [" ", description]
392
+ })]
393
+ }), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx("div", {
394
+ "data-fs-newsletter-controls": true,
395
+ children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.Fragment, {
396
+ children: [displayNameInput ? /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx(_faststore_ui__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z, {
397
+ inputRef: nameInputRef,
398
+ id: "newsletter-name",
399
+ label: nameInputLabel,
400
+ required: true
401
+ }) : null, /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx(_faststore_ui__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z, {
402
+ inputRef: emailInputRef,
403
+ id: "newsletter-email",
404
+ label: emailInputLabel,
405
+ type: "email",
406
+ required: true
407
+ }), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx("span", {
408
+ "data-fs-newsletter-addendum": true,
409
+ dangerouslySetInnerHTML: {
410
+ __html: cmsToHtml(privacyPolicy)
411
+ }
412
+ }), /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx(_faststore_ui__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
413
+ variant: "secondary",
414
+ inverse: true,
415
+ type: "submit",
416
+ children: loading ? subscribeButtonLoadingLabel : subscribeButtonLabel
417
+ })]
418
+ })
419
+ })]
420
+ }))
421
+ });
422
+ });
423
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Newsletter);
424
+ __webpack_async_result__();
425
+ } catch(e) { __webpack_async_result__(e); } });
426
+
427
+ /***/ }),
428
+
429
+ /***/ 24798:
430
+ /***/ ((module, __webpack_exports__, __webpack_require__) => {
431
+
432
+ "use strict";
433
+ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
434
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
435
+ /* harmony export */ "Z": () => (/* reexport safe */ _Newsletter__WEBPACK_IMPORTED_MODULE_0__.Z)
436
+ /* harmony export */ });
437
+ /* harmony import */ var _Newsletter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(870);
438
+ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_Newsletter__WEBPACK_IMPORTED_MODULE_0__]);
439
+ _Newsletter__WEBPACK_IMPORTED_MODULE_0__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
440
+
441
+ __webpack_async_result__();
442
+ } catch(e) { __webpack_async_result__(e); } });
443
+
444
+ /***/ }),
445
+
446
+ /***/ 88597:
447
+ /***/ ((module, __webpack_exports__, __webpack_require__) => {
448
+
449
+ "use strict";
450
+ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
451
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
452
+ /* harmony export */ "t": () => (/* binding */ useLazyQuery)
453
+ /* harmony export */ });
454
+ /* harmony import */ var swr__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(15941);
455
+ /* harmony import */ var _request__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(180);
456
+ /* harmony import */ var _useQuery__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77732);
457
+ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([swr__WEBPACK_IMPORTED_MODULE_0__, _useQuery__WEBPACK_IMPORTED_MODULE_1__]);
458
+ ([swr__WEBPACK_IMPORTED_MODULE_0__, _useQuery__WEBPACK_IMPORTED_MODULE_1__] = __webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
459
+
460
+
461
+
462
+ const useLazyQuery = (operationName, variables, options) => {
463
+ const response = (0,swr__WEBPACK_IMPORTED_MODULE_0__["default"])((0,_useQuery__WEBPACK_IMPORTED_MODULE_1__/* .getKey */ .km)(operationName, variables), () => null, _useQuery__WEBPACK_IMPORTED_MODULE_1__/* .DEFAULT_OPTIONS */ .WN);
464
+
465
+ const execute = async queryVariables => {
466
+ const data = await (0,_request__WEBPACK_IMPORTED_MODULE_2__/* .request */ .W)(operationName, queryVariables, options);
467
+ response.mutate(data, false);
468
+ };
469
+
470
+ return [execute, response];
471
+ };
472
+ __webpack_async_result__();
473
+ } catch(e) { __webpack_async_result__(e); } });
474
+
475
+ /***/ }),
476
+
477
+ /***/ 35822:
478
+ /***/ ((module, __webpack_exports__, __webpack_require__) => {
479
+
480
+ "use strict";
481
+ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
482
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
483
+ /* harmony export */ "u": () => (/* binding */ useNewsletter)
484
+ /* harmony export */ });
485
+ /* unused harmony export mutation */
486
+ /* harmony import */ var _graphql_useLazyQuery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(88597);
487
+ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_graphql_useLazyQuery__WEBPACK_IMPORTED_MODULE_0__]);
488
+ _graphql_useLazyQuery__WEBPACK_IMPORTED_MODULE_0__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];
489
+
490
+ const mutation = "SubscribeToNewsletter";
491
+ const useNewsletter = () => {
492
+ const [subscribeUser, {
493
+ data,
494
+ error,
495
+ isValidating: loading
496
+ }] = (0,_graphql_useLazyQuery__WEBPACK_IMPORTED_MODULE_0__/* .useLazyQuery */ .t)(mutation, {
497
+ data: {
498
+ name: '',
499
+ email: ''
500
+ }
501
+ });
502
+ return {
503
+ subscribeUser,
504
+ data,
505
+ error,
506
+ loading
507
+ };
508
+ };
509
+ __webpack_async_result__();
510
+ } catch(e) { __webpack_async_result__(e); } });
511
+
512
+ /***/ }),
513
+
514
+ /***/ 37283:
515
+ /***/ ((module) => {
516
+
517
+ // Exports
518
+ module.exports = {
519
+ "section": "section_section__ivuGF"
520
+ };
521
+
522
+
523
+ /***/ }),
524
+
525
+ /***/ 37781:
526
+ /***/ ((module) => {
527
+
528
+ // Exports
529
+ module.exports = {
530
+ "section": "section_section__kRRBW"
531
+ };
532
+
533
+
534
+ /***/ })
535
+
536
+ };
537
+ ;
@@ -1 +1 @@
1
- self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-c67a75d1b6f99dc8.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:["static/m-KBQyrPnRowl0kHU2Zwh/_buildManifest.js","static/m-KBQyrPnRowl0kHU2Zwh/_ssgManifest.js"],rootMainFiles:[],pages:{"/":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-a5ff304828f20cbf.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-5cfea9ed52851ed1.js","static/css/287f5ba239375052.css","static/chunks/234-7d72b0ee52936c13.js","static/css/c7fc1f563fa33060.css","static/chunks/pages/index-2912eeade1da43bf.js"],"/404":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-a5ff304828f20cbf.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-5cfea9ed52851ed1.js","static/css/e02cdad8fc000339.css","static/chunks/pages/404-c3b320b915df45bb.js"],"/500":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-a5ff304828f20cbf.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-5cfea9ed52851ed1.js","static/css/e02cdad8fc000339.css","static/chunks/pages/500-d37a3a2e931f6995.js"],"/[...slug]":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-a5ff304828f20cbf.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-5cfea9ed52851ed1.js","static/css/d4a0d9df8c6df555.css","static/chunks/791-727eda8f766aa791.js","static/css/6e41f1b6078c14c1.css","static/chunks/pages/[...slug]-d4e0a671c6248369.js"],"/[slug]/p":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-a5ff304828f20cbf.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-5cfea9ed52851ed1.js","static/css/287f5ba239375052.css","static/chunks/234-7d72b0ee52936c13.js","static/css/0f8ce5203de8ae6f.css","static/chunks/pages/[slug]/p-2ad8b84fd5d98814.js"],"/_app":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/css/104f0f3ce3be32c6.css","static/chunks/pages/_app-79d333aa6001a806.js"],"/_error":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"],"/account":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-a5ff304828f20cbf.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-5cfea9ed52851ed1.js","static/chunks/pages/account-86a1b6e7db03bab6.js"],"/checkout":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-a5ff304828f20cbf.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-5cfea9ed52851ed1.js","static/chunks/pages/checkout-c77dbc66c0b35ec3.js"],"/login":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-a5ff304828f20cbf.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-5cfea9ed52851ed1.js","static/css/e02cdad8fc000339.css","static/chunks/pages/login-bbf85bc59afce37c.js"],"/s":["static/chunks/webpack-c5cf5350bcb7f6f4.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-a5ff304828f20cbf.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-5cfea9ed52851ed1.js","static/css/d4a0d9df8c6df555.css","static/chunks/791-727eda8f766aa791.js","static/chunks/pages/s-dd486933e8ba7fbf.js"]},ampFirstPages:[]};
1
+ self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-c67a75d1b6f99dc8.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:["static/T9sG2WoM_My6Ij2K840vx/_buildManifest.js","static/T9sG2WoM_My6Ij2K840vx/_ssgManifest.js"],rootMainFiles:[],pages:{"/":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-67a288ca3569cdbb.js","static/chunks/548-ab84e9e8b49413ab.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-2ddb0eba685de554.js","static/css/0cb9134bc2d237e2.css","static/chunks/483-8cdf0a75faf72228.js","static/css/0d62ff2d64099b84.css","static/chunks/pages/index-4f3314ad44c30b8f.js"],"/404":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-67a288ca3569cdbb.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-2ddb0eba685de554.js","static/css/e02cdad8fc000339.css","static/chunks/pages/404-c3b320b915df45bb.js"],"/500":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-67a288ca3569cdbb.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-2ddb0eba685de554.js","static/css/e02cdad8fc000339.css","static/chunks/pages/500-d37a3a2e931f6995.js"],"/[...slug]":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-67a288ca3569cdbb.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-2ddb0eba685de554.js","static/css/d4a0d9df8c6df555.css","static/chunks/791-817b0bd2c0d34f5d.js","static/css/6e41f1b6078c14c1.css","static/chunks/pages/[...slug]-7370214f166e8584.js"],"/[slug]/p":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-67a288ca3569cdbb.js","static/chunks/548-ab84e9e8b49413ab.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-2ddb0eba685de554.js","static/css/0cb9134bc2d237e2.css","static/chunks/483-8cdf0a75faf72228.js","static/css/0f8ce5203de8ae6f.css","static/chunks/pages/[slug]/p-7b946d76b9f0d9db.js"],"/_app":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/css/104f0f3ce3be32c6.css","static/chunks/pages/_app-79d333aa6001a806.js"],"/_error":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"],"/account":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-67a288ca3569cdbb.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-2ddb0eba685de554.js","static/chunks/pages/account-86a1b6e7db03bab6.js"],"/checkout":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-67a288ca3569cdbb.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-2ddb0eba685de554.js","static/chunks/pages/checkout-c77dbc66c0b35ec3.js"],"/login":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-67a288ca3569cdbb.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-2ddb0eba685de554.js","static/css/e02cdad8fc000339.css","static/chunks/pages/login-bbf85bc59afce37c.js"],"/s":["static/chunks/webpack-3eefca84f4c29194.js","static/chunks/framework-dfd14d7ce6600b03.js","static/chunks/main-fd466221927468fd.js","static/chunks/738-67a288ca3569cdbb.js","static/css/23a9d5dfc051ec6e.css","static/chunks/682-2ddb0eba685de554.js","static/css/d4a0d9df8c6df555.css","static/chunks/791-817b0bd2c0d34f5d.js","static/chunks/pages/s-dd486933e8ba7fbf.js"]},ampFirstPages:[]};
@@ -1 +1 @@
1
- self.__REACT_LOADABLE_MANIFEST={"../../node_modules/next/dist/client/index.js -> ../pages/_app":{id:2741,files:["static/chunks/741.52f7fb873418346f.js"]},"../../node_modules/next/dist/client/index.js -> ../pages/_error":{id:9651,files:["static/chunks/651.7142f31ce1e052b3.js"]},"../components/cms/GlobalSections.tsx -> src/components/cart/CartSidebar":{id:2502,files:["static/css/2e00f7ba49c754b3.css","static/chunks/502.ec90d1859d393d34.js"]},"../components/cms/GlobalSections.tsx -> src/components/region/RegionModal":{id:1597,files:["static/css/7d822a137c54a781.css","static/chunks/597.f8d0595b113c70af.js"]},"../components/search/SearchInput/SearchInput.tsx -> src/components/search/SearchDropdown":{id:495,files:["static/chunks/495.0ecd099878b2a36d.js"]},"../components/sections/ProductGallery/Overrides.tsx -> src/components/search/Filter/FilterSlider":{id:4256,files:[]},"../components/ui/ProductGallery/ProductGallery.tsx -> ./ProductGalleryPage":{id:1064,files:["static/chunks/64.7ea3677ac3a10e00.js"]}};
1
+ self.__REACT_LOADABLE_MANIFEST={"../../node_modules/next/dist/client/index.js -> ../pages/_app":{id:2741,files:["static/chunks/741.52f7fb873418346f.js"]},"../../node_modules/next/dist/client/index.js -> ../pages/_error":{id:9651,files:["static/chunks/651.7142f31ce1e052b3.js"]},"../components/cms/GlobalSections.tsx -> src/components/cart/CartSidebar":{id:2502,files:["static/css/2e00f7ba49c754b3.css","static/chunks/502.2270ffae48e3dccd.js"]},"../components/cms/GlobalSections.tsx -> src/components/region/RegionModal":{id:1597,files:["static/css/7d822a137c54a781.css","static/chunks/597.f8d0595b113c70af.js"]},"../components/search/SearchInput/SearchInput.tsx -> src/components/search/SearchDropdown":{id:495,files:["static/chunks/495.0ecd099878b2a36d.js"]},"../components/sections/ProductGallery/Overrides.tsx -> src/components/search/Filter/FilterSlider":{id:4256,files:[]},"../components/ui/ProductGallery/ProductGallery.tsx -> ./ProductGalleryPage":{id:1064,files:["static/chunks/64.7ea3677ac3a10e00.js"]}};