@ikas/storefront 0.0.161-alpha.7 → 0.0.161-alpha.8
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/build/index.es.js +8 -2
- package/build/index.js +8 -2
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -38029,7 +38029,10 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38029
38029
|
_d = {};
|
|
38030
38030
|
_b = [{}];
|
|
38031
38031
|
return [4 /*yield*/, serverSideTranslations(locale, componentDirs, {
|
|
38032
|
-
i18n:
|
|
38032
|
+
i18n: {
|
|
38033
|
+
locales: serverRuntimeConfig.i18n.locales,
|
|
38034
|
+
defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
|
|
38035
|
+
},
|
|
38033
38036
|
serializeConfig: false,
|
|
38034
38037
|
})];
|
|
38035
38038
|
case 3: return [2 /*return*/, (_d.props = __assign.apply(void 0, [__assign.apply(void 0, _b.concat([(_f.sent())])), provider.nextPageData.props]),
|
|
@@ -38038,7 +38041,10 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38038
38041
|
_e = {};
|
|
38039
38042
|
_c = [{}];
|
|
38040
38043
|
return [4 /*yield*/, serverSideTranslations(locale, componentDirs, {
|
|
38041
|
-
i18n:
|
|
38044
|
+
i18n: {
|
|
38045
|
+
locales: serverRuntimeConfig.i18n.locales,
|
|
38046
|
+
defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
|
|
38047
|
+
},
|
|
38042
38048
|
serializeConfig: false,
|
|
38043
38049
|
})];
|
|
38044
38050
|
case 5: return [2 /*return*/, (_e.props = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_f.sent())])), provider.nextPageData.props]),
|
package/build/index.js
CHANGED
|
@@ -38006,7 +38006,10 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38006
38006
|
_d = {};
|
|
38007
38007
|
_b = [{}];
|
|
38008
38008
|
return [4 /*yield*/, serverSideTranslations.serverSideTranslations(locale, componentDirs, {
|
|
38009
|
-
i18n:
|
|
38009
|
+
i18n: {
|
|
38010
|
+
locales: serverRuntimeConfig.i18n.locales,
|
|
38011
|
+
defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
|
|
38012
|
+
},
|
|
38010
38013
|
serializeConfig: false,
|
|
38011
38014
|
})];
|
|
38012
38015
|
case 3: return [2 /*return*/, (_d.props = __assign.apply(void 0, [__assign.apply(void 0, _b.concat([(_f.sent())])), provider.nextPageData.props]),
|
|
@@ -38015,7 +38018,10 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38015
38018
|
_e = {};
|
|
38016
38019
|
_c = [{}];
|
|
38017
38020
|
return [4 /*yield*/, serverSideTranslations.serverSideTranslations(locale, componentDirs, {
|
|
38018
|
-
i18n:
|
|
38021
|
+
i18n: {
|
|
38022
|
+
locales: serverRuntimeConfig.i18n.locales,
|
|
38023
|
+
defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
|
|
38024
|
+
},
|
|
38019
38025
|
serializeConfig: false,
|
|
38020
38026
|
})];
|
|
38021
38027
|
case 5: return [2 /*return*/, (_e.props = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_f.sent())])), provider.nextPageData.props]),
|