@ikas/storefront 4.5.1-beta.13 → 4.5.1-beta.14

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.
@@ -1 +1 @@
1
- import{IkasImageFunctions as t}from"@ikas/storefront-model-functions";import{makeObservable as e,observable as r,computed as i}from"mobx";var n=function(){function n(n){var o=this;this.getSrc=function(e){return t.getSrc(o,e)},this.id=n.id,this.isVideo=n.isVideo,this.altText=n.altText,e(this,{id:r,isVideo:r,altText:r,src:i,thumbnailSrc:i})}return Object.defineProperty(n.prototype,"src",{get:function(){return t.getDefaultSrc(this)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"thumbnailSrc",{get:function(){return t.getThumbnailSrc(this)},enumerable:!1,configurable:!0}),n}();export{n as IkasImage};
1
+ import{IkasImageFunctions as t}from"@ikas/storefront-model-functions";import{makeObservable as e,observable as i,computed as r}from"mobx";var n=function(){function n(n){var o=this;this.getSrc=function(e){return t.getSrc(o,e)},this.id=n.id,this.isVideo=n.isVideo,this.altText=n.altText,this.fileName=n.fileName,e(this,{id:i,isVideo:i,altText:i,src:r,thumbnailSrc:r})}return Object.defineProperty(n.prototype,"src",{get:function(){return t.getDefaultSrc(this)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"thumbnailSrc",{get:function(){return t.getThumbnailSrc(this)},enumerable:!1,configurable:!0}),n}();export{n as IkasImage};
@@ -1 +1 @@
1
- import{__assign as i}from'./../../../../ext/tslib/tslib.es6.js';import{IkasImage as e}from"../../image/index.js";var s=function(s){this.fileName=s.fileName||null,this.imageId=s.imageId||null,this.isMain=s.isMain||!1,this.isVideo=s.isVideo||!1,this.order=s.order,this.image=s.image?new e(i(i({},s.image),{fileName:this.fileName})):null};export{s as IkasProductImage};
1
+ import{__assign as i}from'./../../../../ext/tslib/tslib.es6.js';import{IkasImage as e}from"../../image/index.js";var s=function(s){this.fileName=s.fileName||null,this.imageId=s.imageId||null,this.isMain=s.isMain||!1,this.isVideo=s.isVideo||!1,this.order=s.order,this.image=s.image?new e(i(i({},s.image),{fileName:s.fileName})):null};export{s as IkasProductImage};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "4.5.1-beta.13",
3
+ "version": "4.5.1-beta.14",
4
4
  "description": "Storefront functionality for ikas storefront themes.",
5
5
  "author": "ikas",
6
6
  "license": "ISC",
@@ -17,11 +17,11 @@
17
17
  "build": "rm -rf build && rollup -c"
18
18
  },
19
19
  "devDependencies": {
20
- "@ikas/storefront-api": "^4.5.1-beta.13",
21
- "@ikas/storefront-config": "^4.5.1-beta.13",
22
- "@ikas/storefront-model-functions": "^4.5.1-beta.13",
23
- "@ikas/storefront-models": "^4.5.1-beta.13",
24
- "@ikas/storefront-providers": "^4.5.1-beta.13",
20
+ "@ikas/storefront-api": "^4.5.1-beta.14",
21
+ "@ikas/storefront-config": "^4.5.1-beta.14",
22
+ "@ikas/storefront-model-functions": "^4.5.1-beta.14",
23
+ "@ikas/storefront-models": "^4.5.1-beta.14",
24
+ "@ikas/storefront-providers": "^4.5.1-beta.14",
25
25
  "@ikas/localized-address": "^1.0.0-beta.2",
26
26
  "@adyen/adyen-web": "^5.28.2",
27
27
  "@rollup/plugin-commonjs": "^22.0.0",
@@ -55,11 +55,11 @@
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@ikas/localized-address": "^1.0.0-beta.2",
58
- "@ikas/storefront-api": "^4.5.1-beta.13",
59
- "@ikas/storefront-config": "^4.5.1-beta.13",
60
- "@ikas/storefront-model-functions": "^4.5.1-beta.13",
61
- "@ikas/storefront-models": "^4.5.1-beta.13",
62
- "@ikas/storefront-providers": "^4.5.1-beta.13",
58
+ "@ikas/storefront-api": "^4.5.1-beta.14",
59
+ "@ikas/storefront-config": "^4.5.1-beta.14",
60
+ "@ikas/storefront-model-functions": "^4.5.1-beta.14",
61
+ "@ikas/storefront-models": "^4.5.1-beta.14",
62
+ "@ikas/storefront-providers": "^4.5.1-beta.14",
63
63
  "mobx": "^6.1.3",
64
64
  "mobx-react-lite": "^3.1.5",
65
65
  "next": "12.2.0",