tsv2-library 1.0.61-alpha.18 → 1.0.61-alpha.19

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.
@@ -71,5 +71,6 @@ export type Asset = {
71
71
  assetImageSmall?: string;
72
72
  assetImageMedium?: string;
73
73
  assetImageBig?: string;
74
+ assetImage?: string;
74
75
  setDefault?: 'firstImage' | 'secondImage';
75
76
  };
@@ -27956,14 +27956,13 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
27956
27956
  firstImageBig,
27957
27957
  secondImageBig,
27958
27958
  secondImageMedium,
27959
- assetImageMedium,
27960
- assetImageBig
27959
+ assetImage
27961
27960
  } = asset.value ?? {};
27962
27961
  const useFirstImage = setDefault === "firstImage";
27963
27962
  if (props.transactionDetail) {
27964
27963
  return {
27965
- thumbnail: assetImageMedium,
27966
- preview: assetImageBig
27964
+ thumbnail: assetImage,
27965
+ preview: assetImage
27967
27966
  };
27968
27967
  }
27969
27968
  return {