@ikas/storefront 0.0.138 → 0.0.139

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 CHANGED
@@ -29647,7 +29647,7 @@ var style = {
29647
29647
  backgroundColor: "rgba(255, 0, 0, 0.5)",
29648
29648
  };
29649
29649
 
29650
- var PACKAGE_VERSION = "0.0.138";
29650
+ var PACKAGE_VERSION = "0.0.139";
29651
29651
  var PageViewModel = /** @class */ (function () {
29652
29652
  function PageViewModel(router) {
29653
29653
  var _this = this;
@@ -30714,6 +30714,7 @@ var getServerSideProps = function (context) { return __awaiter(void 0, void 0, v
30714
30714
  IkasStorefrontConfig.paymentGateways = salesChannel.paymentGateways || [];
30715
30715
  IkasStorefrontConfig.gtmId = storefront.gtmId || undefined;
30716
30716
  IkasStorefrontConfig.fbpId = storefront.fbpId || undefined;
30717
+ IkasStorefrontConfig.favicon = themeLocalization.themeJson.settings.favicon;
30717
30718
  redirect = function () {
30718
30719
  context.res.writeHead(302, { Location: "/" });
30719
30720
  context.res.end();
package/build/index.js CHANGED
@@ -29626,7 +29626,7 @@ var style = {
29626
29626
  backgroundColor: "rgba(255, 0, 0, 0.5)",
29627
29627
  };
29628
29628
 
29629
- var PACKAGE_VERSION = "0.0.138";
29629
+ var PACKAGE_VERSION = "0.0.139";
29630
29630
  var PageViewModel = /** @class */ (function () {
29631
29631
  function PageViewModel(router) {
29632
29632
  var _this = this;
@@ -30693,6 +30693,7 @@ var getServerSideProps = function (context) { return __awaiter(void 0, void 0, v
30693
30693
  IkasStorefrontConfig.paymentGateways = salesChannel.paymentGateways || [];
30694
30694
  IkasStorefrontConfig.gtmId = storefront.gtmId || undefined;
30695
30695
  IkasStorefrontConfig.fbpId = storefront.fbpId || undefined;
30696
+ IkasStorefrontConfig.favicon = themeLocalization.themeJson.settings.favicon;
30696
30697
  redirect = function () {
30697
30698
  context.res.writeHead(302, { Location: "/" });
30698
30699
  context.res.end();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.138",
3
+ "version": "0.0.139",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",