@ikas/storefront 2.0.38 → 2.0.39-alpha.2
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/_virtual/index.js_commonjs-proxy2.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy3.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy4.js +1 -1
- package/build/api/product-search/index.js +1 -1
- package/build/components/checkout/components/cart-summary/index.js +1 -1
- package/build/components/page/head.d.ts +1 -1
- package/build/components/page/head.js +1 -1
- package/build/ikas.js +2 -2
- package/build/models/data/image/index.d.ts +2 -1
- package/build/models/data/image/index.js +1 -1
- package/build/models/data/simple-product/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{makeAutoObservable as e}from"mobx";import{decodeBase64 as t}from"../../../utils/helper.js";import{IkasStorefrontConfig as i}from"../../../storefront/index.js";import"../../../utils/i18n.js";var
|
|
1
|
+
import{makeAutoObservable as e}from"mobx";import{decodeBase64 as t}from"../../../utils/helper.js";import{IkasStorefrontConfig as i}from"../../../storefront/index.js";import"../../../utils/i18n.js";var o=function(){function o(t,i){this.id=t,this.isVideo=i||!1,e(this)}return Object.defineProperty(o.prototype,"editorApiKey",{get:function(){if("undefined"!=typeof window)return window.editorApiKey},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"src",{get:function(){return this.getSrc(1080)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"thumbnailSrc",{get:function(){return this.getSrc(180)},enumerable:!1,configurable:!0}),o.prototype.getSrc=function(e){if(this.id.includes("/"))return this.isVideo?"".concat(process.env.NEXT_PUBLIC_IMG_BASE_URL,"videos/").concat(this.id,"/original.mp4"):"".concat(process.env.NEXT_PUBLIC_IMG_BASE_URL,"images/").concat(this.id,"/image_").concat(e,".webp");var o=t(this.editorApiKey||i.config.apiKey||"");return this.isVideo?"".concat(process.env.NEXT_PUBLIC_IMG_BASE_URL,"videos/").concat(o,"/").concat(this.id,"/original.mp4"):"".concat(process.env.NEXT_PUBLIC_IMG_BASE_URL,"images/").concat(o,"/").concat(this.id,"/image_").concat(e,".webp")},o}();export{o as IkasImage};
|